@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.doctor-profile {
  margin: 4.1666666667vw auto 0;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .doctor-profile {
    width: 83.3333333333vw;
  }
}
@media (max-width: 767px) {
  .doctor-profile {
    margin-top: 10.6666666667vw;
    width: 89.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message {
    flex-direction: column;
    gap: 8vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt {
  padding-top: 1.6666666667vw;
  width: calc(100% - 27.7777777778vw);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt {
    padding-top: 0;
    width: 100%;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .head {
  display: flex;
  align-items: center;
}
.doctor-profile > .m-white_box > .message > .txt > .head > .post {
  font-size: clamp(32px * 0.8, 2.2222222222vw, 32px * 1.05);
  font-weight: 700;
  line-height: 1.4375;
  color: #99CC33;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .head > .post {
    font-size: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .head > .post:after {
  content: "";
  display: block;
  width: 0.0694444444vw;
  height: 1.125em;
  background-color: #99CC33;
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .head > .post:after {
    width: 0.2666666667vw;
    margin-left: 4.2666666667vw;
    margin-right: 4.2666666667vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .head > .name {
  color: #006633;
  font-weight: 700;
  font-size: clamp(32px * 0.8, 2.2222222222vw, 32px * 1.05);
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .head > .name {
    font-size: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .head > .en {
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  font-weight: 700;
  line-height: 1.4285714286;
  margin-left: 1.3888888889vw;
  color: #006633;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .head > .en {
    font-size: 3.7333333333vw;
    margin-left: 3.2vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize {
  display: flex;
  margin-top: 0.6944444444vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize {
    margin-top: 2.6666666667vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt {
  color: #006633;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: #FFFADC;
  margin-right: 0.6944444444vw;
  padding: 0.3472222222vw 1.0416666667vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt {
    font-size: 3.4666666667vw;
    margin-right: 2.6666666667vw;
    padding: 0.8vw 2.1333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt:before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3472222222vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt:before {
    margin-right: 1.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt:last-of-type {
  margin-right: 0;
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.im:before {
  width: 1.25vw;
  aspect-ratio: 47/46;
  background-image: url(../../img/common/icn_im-green.svg);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.im:before {
    width: 4vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.gastro:before {
  width: 1.5277777778vw;
  aspect-ratio: 48/42;
  background-image: url(../../img/common/icn_gastro-green.svg);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.gastro:before {
    width: 4.2666666667vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.cardiology:before {
  width: 1.25vw;
  aspect-ratio: 45/43;
  background-image: url(../../img/common/icn_cardiology-green.svg);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.cardiology:before {
    width: 4vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.ent:before {
  width: 1.0416666667vw;
  aspect-ratio: 33/52;
  background-image: url(../../img/common/icn_ent-green.svg);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .specialize > .txt.ent:before {
    width: 2.6666666667vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .desc {
  margin-top: 1.3888888889vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .desc {
    margin-top: 5.3333333333vw;
    padding-top: 80vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .desc > .txt {
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: 1.8125;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .desc > .txt {
    font-size: 3.7333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .desc > .more_link {
  margin-top: 2.7777777778vw;
  width: fit-content;
  display: block;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  line-height: 1.4285714286;
  text-decoration: underline;
  color: #343434;
  margin-left: auto;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .desc > .more_link {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.doctor-profile > .m-white_box > .message > .txt > .desc > .more_link:hover {
  color: #009333;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .txt > .desc > .more_link:hover {
    color: #2D2D2D;
  }
}
.doctor-profile > .m-white_box > .message > .photo {
  display: block;
  width: 25.6944444444vw;
  aspect-ratio: 370/421;
  object-fit: cover;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .message > .photo {
    width: 80%;
    position: absolute;
    top: 23.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.doctor-profile > .m-white_box > .catalog {
  margin: 3.8194444444vw auto 0;
  width: 55.5555555556vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.9444444444vw;
}
@media (max-width: 820px) {
  .doctor-profile > .m-white_box > .catalog {
    width: 100%;
    margin-top: 13.3333333333vw;
    width: 100%;
    gap: 7.4666666667vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap {
  width: calc((100% - 1.9444444444vw) / 2);
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap {
    width: 100%;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap.full {
  width: 100%;
}
.doctor-profile > .m-white_box > .catalog > .wrap.achievement_wrap.is_hide > .achievement > a:after {
  background-image: url(../../img/common/icn_plus.svg);
}
.doctor-profile > .m-white_box > .catalog > .wrap.achievement_wrap.is_hide > .achievementList {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl {
  background-color: #C7E4D1;
  font-weight: 700;
  color: #006633;
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 2.0833333333;
  text-align: center;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl {
    font-size: 4.5333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl.achievement > a {
  display: block;
  width: 100%;
  position: relative;
}
.doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl.achievement > a:after {
  content: "";
  display: block;
  width: 1.3194444444vw;
  aspect-ratio: 19/19;
  background-image: url(../../img/common/icn_minus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5277777778vw;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl.achievement > a:after {
    width: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl.achievement > a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap > .sub_ttl.achievement > a:hover {
    opacity: 1;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .history {
  margin-top: 2.0833333333vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .history {
    margin-top: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .history > .group {
  display: flex;
  margin-top: 1.9444444444vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .history > .group {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .history > .group:first-of-type {
  margin-top: 0;
}
.doctor-profile > .m-white_box > .catalog > .wrap .history > .group > dt {
  width: clamp(250px * 0.8, 17.3611111111vw, 250px * 1.05);
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  line-height: 1.5;
  padding-left: 2.0833333333vw;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .history > .group > dt {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-left: 0;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .history > .group > dd {
  width: calc(100% - clamp(250px * 0.8, 17.3611111111vw, 250px * 1.05));
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .history > .group > dd {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .pointList {
  margin-top: 2.0833333333vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .pointList {
    margin-top: 3.2vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .pointList > li {
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  line-height: 2;
  display: flex;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .pointList > li {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .pointList > li:before {
  content: "・";
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList {
  background-color: #F5F5F5;
  padding: 0 1.3888888889vw;
  transition: 0.3s;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .sub_ttl {
  font-size: clamp(20px * 0.8, 1.3888888889vw, 20px * 1.05);
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  color: #006633;
  padding-top: 2.4305555556vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .sub_ttl {
    font-size: 4.2666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .desc {
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  line-height: 1.5;
  text-align: center;
  margin-top: 1.1111111111vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .desc {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
    text-align: left;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail {
  margin-top: 1.3888888889vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9027777778vw 2.0833333333vw;
  padding-bottom: 2.4305555556vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
    flex-direction: column;
    padding-bottom: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group {
  width: clamp(294px * 0.8, 20.4166666667vw, 294px * 1.05);
  max-width: calc((100% - 2.0833333333vw) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group {
    width: 100%;
    max-width: 100%;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group > dt {
  font-size: clamp(20px * 0.8, 1.3888888889vw, 20px * 1.05);
  line-height: 1.45;
  width: 9.5em;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group > dt {
    font-size: 3.7333333333vw;
  }
}
.doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group > dd {
  font-weight: 700;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: clac(26/18);
  width: 4.5em;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .catalog > .wrap .achievementList .detail > .group > dd {
    font-size: 3.7333333333vw;
  }
}
.doctor-profile > .m-white_box > .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
  margin-top: 2.7777777778vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .btn_wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    gap: 3.2vw;
  }
}
.doctor-profile > .m-white_box > .txt_link {
  color: #006633;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  line-height: 1.4285714286;
  font-weight: 700;
  padding-bottom: 0.5555555556vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0694444444vw solid #006633;
  width: fit-content;
  margin: 1.5277777778vw auto 0;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .txt_link {
    font-size: 3.4666666667vw;
    padding-bottom: 1.6vw;
    border-width: 0.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.doctor-profile > .m-white_box > .txt_link:after {
  content: "";
  display: block;
  width: 1.25vw;
  aspect-ratio: 18/18;
  background-image: url(../../img/common/icn_circle_arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.6944444444vw;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .txt_link:after {
    width: 4.2666666667vw;
    margin-left: 1em;
  }
}
.doctor-profile > .m-white_box > .txt_link:hover {
  color: #009333;
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .txt_link:hover {
    color: #006633;
  }
}
@media (max-width: 767px) {
  .doctor-profile > .m-white_box > .txt_link:hover {
    border-color: #006633;
  }
}

/*# sourceMappingURL=doctor.css.map */
