@media only screen and (max-width: 430px) {
  .professional {
    overflow-x: hidden;
  }
}
.professional__header__logo .jptitle__number {
  color: var(--color-white);
}
.professional__header__logo .jptitle__number::first-letter {
  color: var(--color-blue);
}
.professional__header__logo .jptitle__number span.professional-txt::after {
  content: "PROFESSIONAL";
  left: -200px;
}
.professional__photo {
  width: 1440px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1440px) {
  .professional__photo {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .professional__photo {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__photo {
    margin: 0 auto 40px;
  }
}
.professional__photo__inner {
  width: 1200px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .professional__photo__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 430px) {
  .professional__photo__inner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
    width: 100%;
  }
}
.professional__photo__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 66px;
  font-size: 60px;
  line-height: 0.8;
}
@media only screen and (max-width: 1024px) {
  .professional__photo__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .professional__photo__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__photo__title {
    font-size: 32px;
  }
}
.professional__photo__title {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000, 0px 1px 0 #000, 0px -1px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000;
}
@media only screen and (max-width: 1200px) {
  .professional__photo__title {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .professional__photo__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__photo__title {
    font-size: 24px;
    left: auto;
    right: 0;
  }
}
.professional__photo__title span.green {
  color: var(--color-green);
}
.professional__photo__title span.orange {
  color: var(--color-orange);
}
.professional__person {
  width: 960px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (max-width: 960px) {
  .professional__person {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person {
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
.professional__person__inner {
  width: 48%;
}
@media only screen and (max-width: 430px) {
  .professional__person__inner {
    width: 100%;
  }
}
.professional__person__inner ul {
  position: relative;
}
.professional__person__inner ul p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  white-space: nowrap;
}
.professional__person__inner ul p img {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner ul p img {
    width: 110px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul p img {
    width: 100px;
  }
}
.professional__person__inner ul li:nth-of-type(1) {
  border-bottom: solid 1px var(--color-black);
  padding-bottom: 20px;
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul li:nth-of-type(1) {
    padding-bottom: 10px;
  }
}
.professional__person__inner ul li:nth-of-type(1) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner ul li:nth-of-type(1) div {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul li:nth-of-type(1) div {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.professional__person__inner ul li:nth-of-type(1) div span {
  display: block;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner ul li:nth-of-type(1) div span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul li:nth-of-type(1) div span {
    font-size: 18px;
  }
}
.professional__person__inner ul li:nth-of-type(1) div span {
  font-weight: 700;
}
.professional__person__inner ul li:nth-of-type(2) {
  position: relative;
  height: 140px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner ul li:nth-of-type(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul li:nth-of-type(2) {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .professional__person__inner ul li:nth-of-type(2) {
    height: 110px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner ul li:nth-of-type(2) {
    height: 80px;
  }
}
.professional__person__inner ul li:nth-of-type(2) div {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.professional__person__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 32px 0;
  border-top: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
}
.professional__person__inner dl dt {
  position: relative;
  width: 60px;
}
.professional__person__inner dl dt span {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner dl dt span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner dl dt span {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.professional__person__inner dl dd {
  border-left: solid 1px var(--color-black);
  padding-left: 20px;
}
.professional__person__inner__attention {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .professional__person__inner__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__person__inner__attention {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.professional__container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .professional__container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .professional__container {
    width: 90%;
  }
}
.professional__container__section1 {
  width: 1200px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .professional__container__section1 {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.professional__container__section1 .chapter dl {
  margin-left: 240px;
}
@media only screen and (max-width: 1024px) {
  .professional__container__section1 .chapter dl {
    margin-left: 0;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section1 .chapter dl {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section1 .photo {
    width: 100%;
    margin: 0 auto;
  }
}
.professional__container__section1 .photo img {
  /*@media only screen and (max-width: 430px) {
  	object-fit: cover;
  	height: 200px;
  	width: 100%;
  }*/
}
.professional__container__section1--custom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
@media only screen and (max-width: 430px) {
  .professional__container__section1--custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section1--custom .professional__container__section1__left .chapter {
    width: 100%;
    margin: 0 auto;
  }
}
.professional__container__section1--custom .professional__container__section1__left .chapter dl {
  margin-left: 0px;
  margin-right: 240px;
}
@media only screen and (max-width: 1024px) {
  .professional__container__section1--custom .professional__container__section1__left .chapter dl {
    margin-right: 0;
  }
}
.professional__container__section1__left {
  width: 54%;
}
@media only screen and (max-width: 430px) {
  .professional__container__section1__left {
    width: 100%;
  }
}
.professional__container__section1__right {
  width: 42%;
}
@media only screen and (max-width: 430px) {
  .professional__container__section1__right {
    width: 100%;
    margin: 0 auto;
  }
}
.professional__container__section1__right {
  /*display: flex;
  flex-direction: column;
  row-gap: 40px;*/
  /*
  & dl {
  	display: flex;
  	column-gap: 16px;
  	& dt {
  		& span {
  			display: block;
  			width: 70px;
  			height: 70px;
  			background-size: cover;
  			background-position: center;
  			position: relative;
  			&::before {
  				position: absolute;
  				top: 100%;
  				left: 50%;
  				transform: translateX(-50%);
  				margin-top: 6px;
  				@include txt-14-tight;
  				@include style-semibold;
  			}
  		}
  		&.person1 span {
  			background-image: url(../img/professional_01.png);
  			&::before {
  				content: 'M.S.';
  			}
  		}

  		&.person2 span {
  			background-image: url(../img/professional_02.png);
  			&::before {
  				content: 'G.S.';
  			}
  		}
  	}
  	& dd {
  		text-align: justify;
  	}
  }*/
}
.professional__container__section2 {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .professional__container__section2 {
    width: 100%;
  }
}
.professional__container__section2__attention {
  text-align: right;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__container__section2__attention {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section2__attention {
    font-size: 12px;
  }
}
.professional__container__section2__inner {
  background-color: var(--color-blue);
  width: 960px;
  padding: 40px 40px 80px 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .professional__container__section2__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container__section2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 60px 20px;
  }
}
.professional__container__section2__inner__left {
  width: 40%;
}
@media only screen and (max-width: 430px) {
  .professional__container__section2__inner__left {
    width: 100%;
  }
}
.professional__container__section2__inner__right {
  width: 56%;
}
@media only screen and (max-width: 430px) {
  .professional__container__section2__inner__right {
    width: 100%;
  }
}
.professional__container .chapter dl {
  /*margin-left: 240px;*/
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  .professional__container .chapter dl {
    margin-bottom: 20px;
  }
}
.professional__container .chapter dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__container .chapter dl dt {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container .chapter dl dt {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.professional__container .chapter dl dt {
  font-weight: 700;
  margin-bottom: 28px;
}
@media only screen and (max-width: 430px) {
  .professional__container .chapter dl dt {
    margin-bottom: 20px;
  }
}
.professional__container .chapter dl dd {
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__container .chapter dl dd {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container .chapter dl dd {
    font-size: 20px;
  }
}
.professional__container .chapter dl dd {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 430px) {
  .professional__container .chapter dl dd {
    row-gap: 10px;
  }
}
.professional__container .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 430px) {
  .professional__container .comment {
    margin-top: 20px;
    row-gap: 30px;
  }
}
.professional__container .comment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.professional__container .comment dl dt span {
  display: block;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.professional__container .comment dl dt span::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .professional__container .comment dl dt span::before {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container .comment dl dt span::before {
    font-size: 12px;
  }
}
.professional__container .comment dl dt span::before {
  font-weight: 600;
}
.professional__container .comment dl dt.person1 span {
  background-image: url(../img/professional_02.png);
}
.professional__container .comment dl dt.person1 span::before {
  content: "M.S.";
}
.professional__container .comment dl dt.person2 span {
  background-image: url(../img/professional_01.png);
}
.professional__container .comment dl dt.person2 span::before {
  content: "G.S.";
}
.professional__container .comment dl dd {
  text-align: justify;
}
.professional__container .photo2 {
  position: absolute;
  width: 600px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .professional__container .photo2 {
    width: 480px;
    left: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .professional__container .photo2 {
    width: 340px;
    left: -60px;
  }
}
@media only screen and (max-width: 430px) {
  .professional__container .photo2 {
    width: 100%;
    position: relative;
    left: 0;
  }
}