/*CSSDocument*/
/* share
===============================================================*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.c-floatMenu {
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-floatMenu {
    top: 70px;
  }
}
.c-floatMenuBtns > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtns > li + li {
    margin-top: 10px;
  }
}
.c-floatMenuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 6px;
  background-color: #f4f3f1;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn {
    height: 46px;
    width: 46px;
    border-radius: 3px;
    font-size: 9px;
  }
}
.c-floatMenuBtn:hover {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
  background-color: #3f4a39;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn:hover {
    background-color: #f4f3f1;
    color: #4c453e;
  }
}
.c-floatMenuBtn span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.c-floatMenuBtn span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.c-floatMenuBtn.c-floatMenuBtn--reserve span {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve span {
    padding-top: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--reserve span::before {
  top: 12px;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve span::before {
    top: 6px;
    width: 17px;
    height: 12px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--reserve:hover span::before {
  background-image: url("../images/common/icon_mail_white.png");
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve:hover span::before {
    background-image: url("../images/common/icon_mail.png");
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case span {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case span {
    padding-top: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case span::before {
  top: 5px;
  background-image: url("../images/common/icon_woman_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case span::before {
    top: 2px;
    width: 18px;
    height: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case:hover span::before {
  background-image: url("../images/common/icon_woman.png");
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case:hover span::before {
    background-image: url("../images/common/icon_woman_bk.png");
  }
}

.c-floatPageIndex {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 1000;
  display: none;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndex {
    bottom: 20px;
  }
}
.c-floatPageIndexBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 6px;
  background-color: #f4f3f1;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn {
    height: 46px;
    width: 46px;
    border-radius: 3px;
    font-size: 8px;
  }
}
.c-floatPageIndexBtn:hover {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
  background-color: #3f4a39;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn:hover {
    background-color: #f4f3f1;
    color: #4c453e;
  }
}
.c-floatPageIndexBtn:hover .c-floatPageIndexBtn__dots span {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn:hover .c-floatPageIndexBtn__dots span {
    background-color: #878787;
  }
}
.c-floatPageIndexBtn__dots {
  display: flex;
  gap: 9px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__dots {
    gap: 5px;
    padding-bottom: 12px;
  }
}
.c-floatPageIndexBtn__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #878787;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__dots span {
    width: 4px;
    height: 4px;
  }
}
.c-floatPageIndexBtn__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__label {
    bottom: 5px;
    font-size: 10px;
  }
}
.c-floatPageIndexMenu {
  max-height: 60vh;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .c-floatPageIndexMenu {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenu {
    padding-right: 0;
  }
}
.c-floatPageIndexMenuBlock {
  width: 100%;
  position: fixed;
  background-color: #f6f6f6;
  padding: 60px 0 75px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenuBlock {
    padding: 30px 0 45px;
  }
}
.c-floatPageIndexMenuBody {
  overflow-y: auto;
  max-height: calc(60vh - 180px);
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenuBody {
    max-height: calc(60vh - 135px);
  }
}
.c-floatPageIndexMenu .c-subSecHeading {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenu .c-subSecHeading {
    margin-bottom: 15px;
  }
}
.c-floatPageIndexMenu .c-pageIndexNaviList a:hover {
  color: #c0c0c0;
}

.mfp-bg {
  background-color: #666;
  opacity: 0.5;
}

.c-pageIndexBlock {
  background-color: #c0c0c0;
  padding: 15px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-pageIndexBlock {
    display: none;
  }
}
.c-pageIndexNaviList {
  text-align: left;
}
.c-pageIndexNaviList > li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-pageIndexNaviList > li {
    margin-top: 20px;
  }
}
.c-pageIndexNaviList > li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4c453e;
  height: 100%;
  width: 1px;
}
.c-pageIndexNaviList > li:last-of-type::before {
  display: none;
}
.c-pageIndexNaviList a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3c352e;
  transition: all 0.4s ease-out;
  padding: 4px 15px;
}
@media screen and (max-width: 768px) {
  .c-pageIndexNaviList a {
    font-size: 14px;
  }
}
.c-pageIndexNaviList a:hover {
  opacity: 1;
  color: #ececec;
}

.c-caseBtn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-caseBtn {
    margin: 30px auto 0;
  }
}
.c-caseBtn > a {
  padding: 15px 30px;
  border: 1px solid #4c453e;
  box-sizing: border-box;
  background-color: #4c453e;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #fff;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-caseBtn > a {
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    min-height: 50px;
  }
}
.c-caseBtn > a::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_woman.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 42px;
  margin-right: 20px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-caseBtn > a::before {
    width: 24px;
    height: 21px;
    margin-right: 10px;
  }
}
.c-caseBtn > a:hover {
  opacity: 1;
  background-color: #fff;
  color: #4c453e;
}
.c-caseBtn > a:hover::before {
  background-image: url("../images/common/icon_woman_bk.png");
}

.c-sec {
  padding: 190px 0 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 90px 0 60px;
  }
}
.c-sec.c-sec--bgLightGray {
  box-sizing: border-box;
  background-color: #f6f6f6;
  margin-top: 0px;
}
.c-sec.c-sec--bgLightGray .c-secHeading::after {
  color: #eceaea;
}
.c-sec.c-sec--bgWhite {
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 0px;
}
.c-sec.c-sec--bgWhite .c-secHeading::after {
  color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .c-sec.c-sec--spBottomNonePd {
    padding-bottom: 0;
  }
}
.c-secHeading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  overflow-x: clip;
  color: #4c453e;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-secHeading {
    font-size: 24px;
    padding: 25px 0;
  }
}
.c-secHeading::after {
  content: attr(data-caps);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  margin: auto;
  font-weight: 200;
  transform: translate(0%, -50%);
  font-size: 252px;
  line-height: 1;
  color: #e6e3e0;
  pointer-events: none;
  z-index: -1;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-secHeading::after {
    font-size: 126px;
  }
}
.c-secHeadingBlock {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock {
    margin-bottom: 30px;
  }
}
.c-secHeadingBlock.c-secHeadingBlock--addLessBottomMg {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock.c-secHeadingBlock--addLessBottomMg {
    margin-bottom: 18px;
  }
}
.c-secHeadingBlock.c-secHeadingBlock--addMoreBottomMg {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock.c-secHeadingBlock--addMoreBottomMg {
    margin-bottom: 50px;
  }
}

.c-subSec {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-subSec {
    margin-top: 70px;
  }
}
.c-subSecHeading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 auto 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: calc(100% - 296px);
}
@media screen and (max-width: 768px) {
  .c-subSecHeading {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    text-align: left;
  }
}
.c-subSecHeading::before, .c-subSecHeading::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #3c352e;
  height: 2px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::before, .c-subSecHeading::after {
    width: 30px;
    height: 1px;
    bottom: auto;
  }
}
.c-subSecHeading::before {
  transform: translate(-100%, 0%);
  left: -30px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::before {
    transform: translate(0%, 0%);
    width: 30px;
    left: 0;
    top: 15px;
  }
}
.c-subSecHeading::after {
  transform: translate(100%, 0%);
  right: -26px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::after {
    display: none;
  }
}
.c-subSecHeading span {
  display: inline-block;
}

.c-txtBlock {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
  color: #4c453e;
}
@media screen and (max-width: 768px) {
  .c-txtBlock {
    font-size: 15px;
    text-align: left;
  }
}
.c-txtBlock p + p {
  margin-top: 1em;
}

.c-catchBlock {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-catchBlock {
    display: block;
  }
}
.c-catchBlock__img {
  max-width: 43.91%;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__img {
    max-width: 100%;
    margin: 0 25px 35px 0;
  }
}
.c-catchBlock__txt {
  width: 47.25%;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__txt {
    width: 78%;
    margin-right: auto;
    margin-left: 22%;
  }
}
.c-catchBlock__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.27;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__txt p {
    font-size: 16px;
  }
}

.c-movieBlockAnnotationBlock {
  margin: 15px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-movieBlockAnnotationBlock {
    margin: 10px auto;
  }
}
.c-movieBlockAnnotationBlock > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-movieBlockAnnotationBlock > p {
    font-size: 11px;
  }
}
.c-movieBlockAnnotationBlock > p + p {
  margin-top: 5px;
}
.c-movieBlock video {
  width: 100%;
  height: auto;
}

.c-aboutBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 718px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .c-aboutBlock {
    padding: 15px;
    margin-top: 37.5px;
    align-items: flex-start;
  }
}

.c-aboutBlockImgArea {
  width: 41%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockImgArea {
    width: calc(50% - 10px);
    margin-right: 0px;
  }
}

.c-aboutBlockAboutArea {
  width: 59%;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockAboutArea {
    width: calc(50% - 10px);
  }
}

.c-aboutBlockAboutArea li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockAboutArea li {
    display: block;
    align-items: flex-start;
    justify-content: space-around;
  }
}
.c-aboutBlockAboutArea li + li {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockAboutArea li + li {
    margin-top: 10px;
  }
}
.c-aboutBlockAboutArea__label {
  color: #FFFFFF;
  padding: 9px;
  box-sizing: border-box;
  background-color: #7f867b;
  width: 140px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockAboutArea__label {
    width: 100%;
    padding: 4px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.c-aboutBlockAboutArea__txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #4c453e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-aboutBlockAboutArea__txt {
    font-size: 16px;
  }
}

.c-voiceBalloonsFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  max-width: 710px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-voiceBalloonsFrame {
    max-width: 450px;
    margin-top: 36px;
    gap: 8px 0;
  }
}
.c-voiceBalloonsFrame__item {
  overflow-x: hidden;
  overflow-y: clip;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-voiceBalloonsFrame__item {
    width: 100%;
    text-align: right;
  }
}
.c-voiceBalloonsFrame__item:nth-of-type(odd) {
  text-align: left;
}
.c-voiceBalloon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 36px;
  min-height: 74px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #d6d7d1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-voiceBalloon {
    min-height: 50px;
    padding: 10px 32px;
    font-size: 12px;
  }
}
.c-voiceBalloon::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -23px;
  border: 22px solid transparent;
  border-left: 43px solid #d6d7d1;
  box-sizing: border-box;
  z-index: 0;
  transform: rotate(45deg);
  z-index: -1;
}

.c-doctorIntroductionContent {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 70px;
}
@media screen and (max-width: 1260px) {
  .c-doctorIntroductionContent {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContent {
    padding: 25px;
    padding: 28px 20px;
  }
}
.c-doctorIntroductionContent.c-doctorIntroductionContent--yoshitane {
  justify-content: flex-end;
  background-image: url("../images/doctor/yoshitane/background_pc.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContent.c-doctorIntroductionContent--yoshitane {
    background-image: url("../images/doctor/yoshitane/background_sp.jpg");
  }
}
.c-doctorIntroductionContent.c-doctorIntroductionContent--wada {
  justify-content: flex-start;
  background-image: url("../images/doctor/wada/background_pc.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContent.c-doctorIntroductionContent--wada {
    background-image: url("../images/doctor/wada/background_sp.jpg");
  }
}
.c-doctorIntroductionContentInner {
  width: 50%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentInner {
    width: 60%;
    max-width: auto;
  }
}
.c-doctorIntroductionContentHead {
  text-align: left;
}
.c-doctorIntroductionContentName {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  padding-bottom: 15px;
  padding-right: 50px;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 0 5px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentName {
    font-size: 22px;
  }
}
.c-doctorIntroductionContentName::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.9) 1px 0 5px;
}
.c-doctorIntroductionContentName small {
  font-size: 0.7em;
}
.c-doctorIntroductionContentSnsLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentSnsLinks {
    gap: 20px;
    margin-top: 15px;
  }
}
.c-doctorIntroductionContent .c-doctorIntroductionContentSnsLinkAnc {
  display: inline-block;
}
.c-doctorIntroductionContent .c-doctorIntroductionContentSnsLinkAnc.c-doctorIntroductionContentSnsLinkAnc--insta {
  background-image: url("../images/common/icon_sns_instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.c-doctorIntroductionContent .c-doctorIntroductionContentSnsLinkAnc.c-doctorIntroductionContentSnsLinkAnc--x {
  background-image: url("../images/common/icon_sns_x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.c-doctorIntroductionContent .c-doctorIntroductionContentSnsLinkAnc.c-doctorIntroductionContentSnsLinkAnc--youtube {
  background-image: url("../images/common/icon_sns_youtube.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 25px;
}
.c-doctorIntroductionContent .c-doctorIntroductionContentSnsLinkAnc.c-doctorIntroductionContentSnsLinkAnc--tiktok {
  background-image: url("../images/common/icon_sns_tiktok.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 30px;
}
.c-doctorIntroductionContentSummary {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 30px;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 0 5px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentSummary {
    margin-top: 15px;
    font-size: 14px;
  }
}
.c-doctorIntroductionContentSummary > p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentSummary > p + p {
    margin-top: 5px;
  }
}
.c-doctorIntroductionContentFeaturedBlock {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentFeaturedBlock {
    margin-top: 35px;
  }
}
.c-doctorIntroductionContentFeaturedTopics {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 0 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-doctorIntroductionContentFeaturedTopics {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.c-doctorIntroductionContentFeaturedContent {
  max-width: 400px;
  width: 100%;
}
.c-doctorIntroductionContentFeaturedContentYoutube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.34%;
  box-sizing: border-box;
  overflow: hidden;
}
.c-doctorIntroductionContentFeaturedContentYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-differenceBlock {
  max-width: 850px;
  margin: 40px auto 0;
}
.c-differenceBlock li {
  background-color: #FFFFFF;
}
.c-differenceBlock li + li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-differenceBlock li + li {
    margin-top: 30px;
  }
}
.c-differenceBlock__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #7f867b;
  padding: 20px;
  box-sizing: border-box;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .c-differenceBlock__title {
    font-size: 18px;
    padding: 15px;
  }
}

.c-differenceBlockContentsWrap {
  padding: 20px 64px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .c-differenceBlockContentsWrap {
    padding: 20px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-differenceBlockContentsWrap {
    padding: 20px 20px 25px;
  }
}
.c-differenceBlockContentsWrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockContentsWrap p {
    font-size: 15px;
    margin-bottom: 45px;
    text-align: left;
  }
}

.c-differenceBlockItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItem {
    display: block;
    margin-top: 0px;
  }
}

.c-differenceBlockItemContents {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-differenceBlockItemContents__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #4c453e;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents__title {
    font-size: 18px;
  }
}
.c-differenceBlockItemContents ul li {
  background-color: #e6e6e6;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents ul li {
    padding: 11px 10px;
    font-size: 12px;
    margin-top: 12px;
  }
}
.c-differenceBlockItemContents ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents ul li + li {
    margin-top: 7px;
  }
}
.c-differenceBlockItemContents ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents ul li::before {
    width: 11px;
    height: 10px;
    margin-right: 5px;
  }
}
.c-differenceBlockItemContents__img {
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-differenceBlockItemContents__img {
    width: 80%;
  }
}

.c-pointsBlock {
  position: relative;
  z-index: 1;
}
.c-pointsBlock + .c-pointsBlock {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-pointsBlock + .c-pointsBlock {
    margin-top: 30px;
  }
}
.c-pointsBlockItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem {
    flex-direction: column;
  }
}
.c-pointsBlockItem.c-pointsBlockItem--txtTop {
  align-items: flex-start;
}
.c-pointsBlockItem__imgArea {
  width: 45.667%;
  max-width: 548px;
  margin-right: 56px;
  position: relative;
  z-index: 10;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__imgArea {
    width: 80%;
    margin-right: 65px;
    margin-bottom: 65px;
  }
}
.c-pointsBlockItem__imgArea::after {
  position: absolute;
  content: "";
  left: calc(600px - 50vw);
  bottom: -40px;
  background-color: #edebeb;
  width: calc(50vw + 40px);
  height: 76.47%;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  .c-pointsBlockItem__imgArea::after {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__imgArea::after {
    left: -20px;
    width: 127%;
  }
}
.c-pointsBlockItem__imgArea.c-pointsBlockItem__imgArea--right {
  width: 45.667%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__imgArea.c-pointsBlockItem__imgArea--right {
    width: 80%;
    margin: 0 0 0 auto;
    order: -1;
  }
}
.c-pointsBlockItem__imgArea.c-pointsBlockItem__imgArea--right::after {
  right: calc(600px - 50vw);
  left: auto;
}
@media screen and (max-width: 1260px) {
  .c-pointsBlockItem__imgArea.c-pointsBlockItem__imgArea--right::after {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__imgArea.c-pointsBlockItem__imgArea--right::after {
    right: -20px;
  }
}
.c-pointsBlockItemCatch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItemCatch {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.c-pointsBlockItem__txtArea {
  width: 54.333%;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__txtArea {
    width: 85%;
    margin-right: 0;
    margin-left: 15%;
  }
}
.c-pointsBlockItem__txtArea.c-pointsBlockItem__txtArea--left {
  margin-right: 65px;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItem__txtArea.c-pointsBlockItem__txtArea--left {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-pointsBlockItemTxtAreaNarrowBlock {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItemTxtAreaNarrowBlock {
    width: 85%;
    margin: 65px 15% 0 0;
  }
}
.c-pointsBlockItemTxtBlock > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.26;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockItemTxtBlock > p {
    font-size: 15px;
  }
}
.c-pointsBlockAnnotation {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.26;
  letter-spacing: 0.1em;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-pointsBlockAnnotation {
    font-size: 13px;
    margin-top: 35px;
    width: 100%;
  }
}

.c-meritBlockItem {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItem {
    margin-top: 70px;
  }
}
.c-meritBlockItem__img {
  position: absolute;
  top: 0;
  right: 0;
}
.c-meritBlockItem::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url("../images/maibotsu/strengths_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 540px;
  width: calc(50% + 25px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItem::after {
    width: 82%;
    height: 55.07vw;
  }
}

.c-meritBlockItemContents {
  position: relative;
  max-width: 700px;
  padding-top: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContents {
    padding-top: 36.58vw;
  }
}
.c-meritBlockItemContents ul {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContents ul {
    width: 92%;
  }
}
.c-meritBlockItemContents ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContents ul li + li {
    margin-top: 20px;
  }
}
.c-meritBlockItemContents__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #4c453e;
  margin: 0 auto 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContents__title {
    font-size: 18px;
    text-align: left;
    margin: 0 auto 15px;
  }
}

.c-meritBlockItemContentsItem {
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem {
    padding: 10px 20px;
  }
}
.c-meritBlockItemContentsItem__number {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #7f867b;
  list-style: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem__number {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.c-meritBlockItemContentsItem__number span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem__number span {
    font-size: 12px;
  }
}
.c-meritBlockItemContentsItem__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.c-meritBlockItemContentsItem__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem__txt {
    font-size: 15px;
    padding-left: 25px;
  }
}
.c-meritBlockItemContentsItem__txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #c6c6c6;
  content: "";
  height: 1px;
  width: 43px;
}
@media screen and (max-width: 768px) {
  .c-meritBlockItemContentsItem__txt::before {
    width: 18px;
  }
}

.p-maibotsuPointsMovieBlock {
  max-width: 820px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-maibotsuPointsMovieBlock {
    width: 100%;
    margin-top: 30px;
  }
}

.c-experienceBlock {
  margin: 0 auto;
  max-width: 1200px;
  background-image: url("../images/common/experience_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .c-experienceBlock {
    background-image: url("../images/common/experience_01_sp.jpg");
    padding: 40px 20px 40px;
  }
}
.c-experienceBlock__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .c-experienceBlock__title {
    font-size: 20px;
  }
}
.c-experienceBlockMain {
  background-color: rgba(255, 255, 255, 0.6039215686);
  width: 510px;
  color: #3c352e;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 36px 30px;
}
@media screen and (max-width: 768px) {
  .c-experienceBlockMain {
    max-width: 513px;
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 520px) {
  .c-experienceBlockMain {
    max-width: 400px;
    width: 76%;
    padding: 24px 18px;
  }
}
.c-experienceBlockMain__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-experienceBlockMain__title {
    font-size: 18px;
  }
}
.c-experienceBlockMain__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .c-experienceBlockMain__txt {
    font-size: 12px;
  }
}
.c-experienceBlockMain__number {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3f4a39;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .c-experienceBlockMain__number {
    font-size: 50px;
    margin-top: 14px;
  }
}
.c-experienceBlockMain__number span {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-experienceBlockMain__number span {
    font-size: 28px;
  }
}
.c-experienceBlockTxt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.15em;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-experienceBlockTxt {
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
  }
}
.c-experienceBlockTxt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-experienceBlockTxt span {
    display: inline;
  }
}
.c-experienceTxt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin: 0px auto 36px;
}
@media screen and (max-width: 768px) {
  .c-experienceTxt {
    font-size: 18px;
    margin: 35px auto 37px;
  }
}
.c-experienceCertificationBlock__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  border-top: solid 1px #4c453e;
  color: #4c453e;
  padding-top: 30px;
  box-sizing: border-box;
  margin: 36px auto;
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlock__txt {
    margin: 33px auto 45px;
    text-align: left;
  }
}
.c-experienceCertificationBlockItem {
  max-width: 555px;
  color: #4c453e;
  margin: 0 auto;
}
.c-experienceCertificationBlockItem__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #4c453e;
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlockItem__txt {
    font-size: 14px;
    text-align: left;
  }
}
.c-experienceCertificationBlockItem ul {
  margin: 18px auto;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlockItem ul {
    margin: 20px auto;
  }
}
.c-experienceCertificationBlockItem ul li {
  background-color: #fff;
  padding: 5px 10px 5px 40px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlockItem ul li {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.48;
  }
}
.c-experienceCertificationBlockItem ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlockItem ul li p {
    padding: 0 10px 0 25px;
  }
}
.c-experienceCertificationBlockItem ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 10px 0 0;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-experienceCertificationBlockItem ul li::before {
    width: 12px;
    height: 10px;
  }
}

.c-planTitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 10px;
  border: 1px solid #e24a4a;
  margin: 0 auto;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .c-planTitle {
    font-size: 19px;
  }
}

.c-planTabFrame {
  max-width: 1000px;
  margin: 0 auto;
}
.c-planTabFrameBtn {
  width: calc((100% - 18px) / 4);
  font-family: "Noto Serif JP", serif;
  background-color: #cacdc9;
  color: #3c352e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameBtn {
    width: calc((100% - 6px) / 2);
    min-height: 62px;
    font-size: 16px;
  }
}
.c-planTabFrameBtn:hover {
  background-color: #7f867b;
  color: #fff;
}
.c-planTabFrameBtn.active {
  background-color: #7f867b;
  color: #fff;
}
.c-planTabFrameBtnBlock {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameBtnBlock {
    margin: 40px auto 6px;
    flex-wrap: wrap;
  }
}
.c-planTabFrameContents__item {
  background-color: #f6f6f6;
  padding: 60px min(3.9682539683vw, 50px);
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContents__item {
    padding: 30px 18px;
  }
}
.c-planTabFrameContents__item.active {
  display: block;
}
.c-planTabFrameContentsItemTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemTitle {
    display: block;
  }
}
.c-planTabFrameContentsItemTitle__planName {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemTitle__planName {
    font-size: 23px;
    text-align: left;
  }
}
.c-planTabFrameContentsItemTitle__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 2px 25px;
  box-sizing: border-box;
  border: 1px solid #3c352e;
  margin-left: 25px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemTitle__label {
    font-size: 14px;
    padding: 2px 20px;
    margin-left: 0px;
    margin-top: 5px;
  }
}
.c-planTabFrameContentsItemDescBlock {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemDescBlock {
    padding: 0;
    line-height: 1.78;
    margin-top: 25px;
  }
}
.c-planTabFrameContentsItemFigureBlock {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemFigureBlock {
    gap: 28px;
    flex-direction: column;
  }
}
.c-planTabFrameContentsItemFigureBlock__figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemFigureBlock__figure {
    width: 80%;
    margin: 0 auto;
  }
}
.c-planTabFrameContentsItemFigureBlock__points {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemFigureBlock__points {
    width: 100%;
  }
}
.c-planTabFrameContentsItemFigureBlock__points ul > li {
  background-color: #fff;
  padding: 16px 18px 16px 45px;
  min-height: 55px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemFigureBlock__points ul > li {
    min-height: 36px;
    font-size: 14px;
    padding: 5px 10px 5px 36px;
  }
}
.c-planTabFrameContentsItemFigureBlock__points ul > li + li {
  margin-top: 13px;
}
.c-planTabFrameContentsItemFigureBlock__points ul > li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 12px;
  margin: 0 10px 0 0;
  top: 26px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemFigureBlock__points ul > li::before {
    top: 13px;
    left: 10px;
  }
}
.c-planTabFrameContentsItemList {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemList {
    margin-top: 35px;
  }
}
.c-planTabFrameContentsItemList li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemList li {
    display: block;
  }
}
.c-planTabFrameContentsItemList li + li {
  margin-top: 40px;
}
.c-planTabFrameContentsItemList__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: min(2.4vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: 190px;
  border-right: #3c352e 1px solid;
  padding: 5px min(1vw, 10px) 4px 0;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemList__label {
    width: 100%;
    font-size: 20px;
    margin-right: 0px;
    border-right: none;
    border-bottom: #3c352e 1px solid;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
}
.c-planTabFrameContentsItemList__content {
  width: calc(100% - 190px);
  padding: 8px 0 8px min(3vw, 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemList__content {
    width: 100%;
    padding: 15px 0 0;
  }
}
.c-planTabFrameContentsItemListPriceBlock {
  display: flex;
  gap: min(2.380952381vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceBlock {
    gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .c-planTabFrameContentsItemListPriceBlock {
    flex-direction: column;
    gap: 20px;
  }
}
.c-planTabFrameContentsItemListPriceBlock__item {
  width: calc((100% - min(2.380952381vw, 30px)) / 2);
  font-size: min(1.5873015873vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceBlock__item {
    width: auto;
    font-size: 16px;
    margin-right: 15px;
  }
}
.c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent {
  font-size: min(2.8571428571vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent {
    font-size: 24px;
  }
}
.c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent__yen {
  font-size: min(1.9047619048vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent__yen {
    font-size: 16px;
  }
}
.c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent__tax {
  font-size: min(1.5873015873vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceBlock__item.c-planTabFrameContentsItemListPriceBlock__item--single .c-planTabFrameContentsItemListPriceContent__tax {
    font-size: 14px;
  }
}
.c-planTabFrameContentsItemListPriceLabel {
  font-size: min(1.5873015873vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: min(1.1904761905vw, 15px);
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceLabel {
    font-size: 14px;
  }
}
.c-planTabFrameContentsItemListPriceContent {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: min(3.3333333333vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceContent {
    font-size: 27px;
  }
}
.c-planTabFrameContentsItemListPriceContent__yen {
  font-size: min(2.5396825397vw, 32px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceContent__yen {
    font-size: 18px;
  }
}
.c-planTabFrameContentsItemListPriceContent__tax {
  font-size: min(1.9047619048vw, 24px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListPriceContent__tax {
    font-size: 16px;
  }
}
.c-planTabFrameContentsItemListTxtBlock {
  font-size: clamp(14px, 1.2698412698vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
}
.c-planTabFrameContentsItemListTxtBlock small {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsItemListTxtBlock {
    font-size: 15px;
  }
}
.c-planTabFrameContentsBox {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsBox {
    padding: 15px;
  }
}
.c-planTabFrameContentsBoxHeading {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsBoxHeading {
    margin-bottom: 10px;
  }
}
.c-planTabFrameContentsBoxHeading.c-planTabFrameContentsBoxHeading--catch {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .c-planTabFrameContentsBoxHeading.c-planTabFrameContentsBoxHeading--catch {
    font-size: 20px;
  }
}
.c-planTabFrameContentsItemCaseBlock {
  margin-top: 50px;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 520px) {
  .c-planTabFrameContentsItemCaseBlock {
    margin: 50px auto;
    width: 73.91%;
    flex-direction: column;
    gap: 20px;
  }
}
.c-planTabFrameContentsItemCaseBlock li {
  width: calc((100% - 28px) / 2);
}
@media screen and (max-width: 520px) {
  .c-planTabFrameContentsItemCaseBlock li {
    width: 100%;
  }
}

* + .c-planTabFrameContentsItemListTxtBlock {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  * + .c-planTabFrameContentsItemListTxtBlock {
    margin-top: 20px;
  }
}

.c-planContentsTabItemImgArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea {
    margin-top: 25px;
    display: block;
  }
}
.c-planContentsTabItemImgArea__img {
  width: 43%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea__img {
    width: 87%;
    margin: 0 auto;
  }
}
.c-planContentsTabItemImgArea__txt {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea__txt {
    width: 100%;
    margin: 30px auto 0;
  }
}
.c-planContentsTabItemImgArea__txt li {
  background-color: #fff;
  padding: 5px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea__txt li {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.c-planContentsTabItemImgArea__txt li + li {
  margin-top: 10px;
}
.c-planContentsTabItemImgArea__txt li p {
  padding: 0 20px;
  box-sizing: border-box;
}
.c-planContentsTabItemImgArea__txt li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 10px 0 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea__txt li::before {
    width: 10px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemImgArea__txt li {
    padding: 5px 12px;
    font-size: 12px;
  }
}

.c-planContentsTabItemPriceArea {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceArea {
    margin-top: 35px;
  }
}
.c-planContentsTabItemPriceArea ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceArea ul li {
    display: block;
  }
}
.c-planContentsTabItemPriceArea ul li + li {
  margin-top: 40px;
}
.c-planContentsTabItemPriceArea__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  min-width: 190px;
  border-right: #3c352e 1px solid;
  margin-right: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceArea__title {
    font-size: 20px;
    width: calc(100% - 190px);
    margin-right: 0px;
    border-right: #3c352e 0px solid;
    border-bottom: #3c352e 1px solid;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
}

.c-planContentsTabItemPriceAreaAbout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout {
    display: block;
    margin-top: 15px;
  }
}
.c-planContentsTabItemPriceAreaAbout__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__price {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-planContentsTabItemPriceAreaAbout__price + .c-planContentsTabItemPriceAreaAbout__price {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__price + .c-planContentsTabItemPriceAreaAbout__price {
    margin: 20px 0 0 0;
  }
}
.c-planContentsTabItemPriceAreaAbout__priceTitle {
  font-size: min(1.6vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: min(1.6vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__priceTitle {
    font-size: 16px;
    margin-right: 15px;
  }
}
.c-planContentsTabItemPriceAreaAbout__priceTxt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: min(3.3vw, 40px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__priceTxt {
    font-size: 27px;
  }
}
.c-planContentsTabItemPriceAreaAbout__priceTxt span {
  font-size: min(2vw, 24px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__priceTxt span {
    font-size: 16px;
  }
}
.c-planContentsTabItemPriceAreaAbout__priceTxt--oneside {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: min(3vw, 36px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__priceTxt--oneside {
    font-size: 27px;
  }
}
.c-planContentsTabItemPriceAreaAbout__priceTxt--oneside span {
  font-size: min(2vw, 24px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__priceTxt--oneside span {
    font-size: 16px;
  }
}
.c-planContentsTabItemPriceAreaAbout__normalTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemPriceAreaAbout__normalTxt {
    font-size: 15px;
  }
}

.c-planContentsTabItemCaseArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemCaseArea {
    display: block;
  }
}
.c-planContentsTabItemCaseArea__item {
  width: calc(50% - 14px);
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemCaseArea__item {
    width: 70%;
    margin: 0 auto;
  }
}
.c-planContentsTabItemCaseArea__item + .c-planContentsTabItemCaseArea__item {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemCaseArea__item + .c-planContentsTabItemCaseArea__item {
    margin-top: 20px;
  }
}

.c-planContentsTabItemButton {
  padding: 25px 30px;
  box-sizing: border-box;
  background-color: #4c453e;
  max-width: 300px;
  margin: 40px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemButton {
    padding: 15px 15px;
    max-width: 150px;
    border-radius: 5px;
    margin: 25px auto 0;
  }
}
.c-planContentsTabItemButton a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemButton a {
    font-size: 11px;
  }
}
.c-planContentsTabItemButton a::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_woman.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 42px;
  margin-right: 10px;
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .c-planContentsTabItemButton a::before {
    width: 21px;
    height: 25px;
    margin-right: 5px;
  }
}

.c-planContentsBottomTxt {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-planContentsBottomTxt {
    margin-top: 40px;
  }
}
.c-planContentsBottomTxt__subTxt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-planContentsBottomTxt__subTxt {
    font-size: 20px;
  }
}
.c-planContentsBottomTxt__catch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  background-color: #edeee8;
  padding: 20px 50px;
  box-sizing: border-box;
  max-width: 670px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .c-planContentsBottomTxt__catch {
    font-size: 20px;
    padding: 15px 20px;
  }
}
.c-planContentsBottomTxt__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.27;
  letter-spacing: 0.16em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-planContentsBottomTxt__txt {
    font-size: 16px;
    margin-top: 30px;
  }
}

.c-overviewBlock {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1200px;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .c-overviewBlock {
    margin-top: 30px;
  }
}

.c-overviewTable {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1200px;
  height: auto;
  overflow-x: scroll;
  overflow-y: auto;
}
.c-overviewTable__cross {
  background-color: #f6f6f6;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  width: 200px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-overviewTable__cross {
    width: 110px;
  }
}
.c-overviewTable__col {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  padding: 18px;
  box-sizing: border-box;
  border-left: 1px solid #bdbfb4;
  background-color: #d6d7d1;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-overviewTable__col {
    min-width: 160px;
    min-height: 84px;
    font-size: 14px;
    padding: 5px 15px;
  }
}
.c-overviewTable tr .c-overviewTable__col:nth-of-type(2) {
  border-left: none;
}
.c-overviewTable__row {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 1px solid #bdbfb4;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  padding: 17px;
  box-sizing: border-box;
  background-color: #d6d7d1;
  min-width: 210px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-overviewTable__row {
    min-width: 110px;
    font-size: 14px;
    padding: 15px;
  }
}
.c-overviewTable tr:last-of-type .c-overviewTable__row {
  border-bottom-width: 0;
}
.c-overviewTable td {
  vertical-align: middle;
  border-left: 1px solid #bdbfb4;
  border-top: 1px solid #bdbfb4;
  font-size: 18px;
  text-align: center;
  white-space: pre-line;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-overviewTable td {
    font-size: 15px;
  }
}
.c-overviewTable td > span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-overviewTable td > span {
    font-size: 21px;
  }
}
.c-overviewTable td > span > span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-overviewTable td > span > span {
    font-size: 18px;
  }
}
.c-overviewTable tr td:first-of-type {
  border-left-width: 0;
}
.c-overviewTable tr:nth-of-type(2) td {
  border-top-width: 0;
}

.c-overviewTableDouble {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0px;
}
.c-overviewTableDouble__txt {
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .c-overviewTableDouble__txt {
    margin-right: 2px;
  }
}
.c-overviewTableDouble__redTxt {
  color: #e24a4a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-overviewTableDouble__redTxt {
    font-size: 13px;
  }
}

.c-overviewBlockAnnotationBlock {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-overviewBlockAnnotationBlock {
    margin-top: 15px;
    font-size: 12px;
  }
}
.c-overviewBlockAnnotationBlock > li + li {
  margin-top: 5px;
}
.c-overviewBlockAnnotationBlock > li.hasIndent {
  text-indent: -1em;
  padding-left: 1em;
}
.c-overviewBlockAnnotationBlock > li strong {
  font-weight: 500;
  color: #e24a4a;
}

.c-treatmentDesignBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 790px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlock {
    display: block;
    margin: 25px auto 0;
  }
}
.c-treatmentDesignBlock__img {
  max-width: 330px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlock__img {
    max-width: 66%;
    margin: 0 auto;
  }
}

.c-treatmentDesignBlockAboutArea {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlockAboutArea {
    width: 100%;
    margin-top: 20px;
  }
}
.c-treatmentDesignBlockAboutArea__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  text-align: left;
  color: #4c453e;
}
.c-treatmentDesignBlockAboutArea ul {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlockAboutArea ul {
    margin-top: 45px;
  }
}
.c-treatmentDesignBlockAboutArea ul li {
  background-color: #fff;
  padding: 5px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  position: relative;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlockAboutArea ul li {
    padding: 5px 12px;
    font-size: 15px;
    margin: 0 auto;
  }
}
.c-treatmentDesignBlockAboutArea ul li + li {
  margin-top: 10px;
}
.c-treatmentDesignBlockAboutArea ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 10px 0 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-treatmentDesignBlockAboutArea ul li::before {
    width: 12px;
    height: 10px;
    left: 15px;
  }
}
.c-treatmentDesignBlockAboutArea ul li p {
  padding: 0 20px;
  box-sizing: border-box;
}

.c-treatmentCaseBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-treatmentCaseBlock {
    display: block;
  }
}
.c-treatmentCaseBlock__item {
  margin-top: 90px;
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .c-treatmentCaseBlock__item {
    margin: 35px auto 0;
    width: 66%;
  }
}

.c-worriesCaseBlockImgArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockImgArea {
    display: block;
  }
}
.c-worriesCaseBlockImgArea__img {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockImgArea__img {
    width: 82.53%;
    margin: 0 auto;
  }
}
.c-worriesCaseBlockImgArea__img + .c-worriesCaseBlockImgArea__img {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockImgArea__img + .c-worriesCaseBlockImgArea__img {
    margin-top: 15px;
  }
}

.c-worriesCaseBlockAboutArea {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockAboutArea {
    margin-top: 20px;
  }
}
.c-worriesCaseBlockAboutArea ul {
  width: 100%;
}
.c-worriesCaseBlockAboutArea ul li {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockAboutArea ul li {
    display: block;
  }
}
.c-worriesCaseBlockAboutArea ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockAboutArea ul li + li {
    margin-top: 20px;
  }
}
.c-worriesCaseBlockAboutArea__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  background-color: #ececec;
  padding: 13px 5px;
  box-sizing: border-box;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockAboutArea__label {
    min-height: 36px;
    justify-content: flex-start;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }
}
.c-worriesCaseBlockAboutArea__txt {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: calc(100% - 150px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-worriesCaseBlockAboutArea__txt {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
}

.c-downtimeProgress {
  max-width: 1080px;
  margin: 0 auto;
}
.c-downtimeProgressContentsSec {
  background-color: #fff;
  padding: 60px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .c-downtimeProgressContentsSec {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsSec {
    padding: 30px 20px;
  }
}
.c-downtimeProgressContentsSec + .c-downtimeProgressContentsSec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsSec + .c-downtimeProgressContentsSec {
    margin-top: 25px;
  }
}
.c-downtimeProgressContentsSecHeading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsSecHeading {
    font-size: 23px;
  }
}
.c-downtimeProgressContentsList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsList {
    margin-top: 25px;
  }
}
.c-downtimeProgressContentsList > li {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsList > li {
    display: block;
  }
}
.c-downtimeProgressContentsList > li + li {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsList > li + li {
    margin-top: 30px;
  }
}
.c-downtimeProgressContentsList__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  min-width: 190px;
  border-right: #3c352e 1px solid;
  margin-right: 30px;
  text-align: left;
  padding-top: 5px 0;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsList__label {
    font-size: 15px;
    border-right: #3c352e 0px solid;
    border-bottom: #3c352e 1px solid;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
}
.c-downtimeProgressContentsList__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsList__content {
    font-size: 14px;
    text-align: left;
  }
}
.c-downtimeProgressContentsCases {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px 16px;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsCases {
    max-width: 500px;
    margin: 30px auto 0;
    gap: 15px 10px;
  }
}
.c-downtimeProgressContentsCases__item {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsCases__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-downtimeProgressContentsCases__item figcaption {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-downtimeProgressContentsCases__item figcaption {
    margin-top: 5px;
    font-size: 14px;
  }
}

.c-downtimeAttemptBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-downtimeAttemptBlock {
    gap: 30px 10px;
  }
}
.c-downtimeAttemptBlock__item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
  .c-downtimeAttemptBlock__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-downtimeAttemptBlock__item img {
  width: 100%;
}
.c-downtimeAttemptBlock__item p {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: min(1.8vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-downtimeAttemptBlock__item p {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}

.c-lifeBlock {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 70px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lifeBlock {
    margin-top: 30px;
    gap: 25px 20px;
  }
}
@media screen and (max-width: 520px) {
  .c-lifeBlock {
    margin-top: 30px;
    gap: 25px 10px;
  }
}
.c-lifeBlockItem {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .c-lifeBlockItem {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 520px) {
  .c-lifeBlockItem {
    width: calc((100% - 20px) / 3);
  }
}
.c-lifeBlockItem__icon {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-lifeBlockItem__icon {
    width: 80%;
    margin: 0 auto;
  }
}
.c-lifeBlockItem__title {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-lifeBlockItem__title {
    font-size: 15px;
    margin-top: 10px;
  }
}
.c-lifeBlockItem__label {
  padding: 5px 5px;
  box-sizing: border-box;
  max-width: 200px;
  margin: 30px auto 0;
  background-color: #ececec;
  font-size: clamp(14px, 1.8947368421vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .c-lifeBlockItem__label {
    padding: 5px 5px;
    margin: 15px auto 0;
    font-size: 11px;
  }
}
.c-lifeBlockItem__annotationBlock {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-lifeBlockItem__annotationBlock {
    margin-top: 5px;
    font-size: 10px;
  }
}
.c-lifeBlockItem__annotationBlock li {
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.c-lifeBlockItem__annotationBlock li + li {
  margin-top: 5px;
}

.c-studentPlanBlock {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlock {
    margin-top: 25px;
  }
}
.c-studentPlanBlockContents {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents {
    padding: 30px 15px;
  }
}
.c-studentPlanBlockContents__txt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__txt {
    font-size: 18px;
  }
}
.c-studentPlanBlockContents__price {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #3f4a39;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__price {
    font-size: 50px;
    margin-top: 10px;
  }
}
.c-studentPlanBlockContents__price span {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__price span {
    font-size: 28px;
    margin-top: 10px;
  }
}
.c-studentPlanBlockContents__oneSidePrice {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3f4a39;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__oneSidePrice {
    font-size: 27px;
    margin-top: 21px;
  }
}
.c-studentPlanBlockContents__oneSidePrice span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__oneSidePrice span {
    font-size: 15px;
  }
}
.c-studentPlanBlockContents__oneSidePrice span.c-studentPlanBlockContents__oneSidePriceMiddle {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-studentPlanBlockContents__oneSidePrice span.c-studentPlanBlockContents__oneSidePriceMiddle {
    font-size: 20px;
  }
}

.c-doctorLinks {
  max-width: 1040px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .c-doctorLinks {
    max-width: 500px;
    margin: 70px auto 0;
  }
}
.c-doctorLinkItem {
  display: flex;
  background-color: #f6f6f6;
  text-align: left;
}
.c-doctorLinkItem + .c-doctorLinkItem {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItem + .c-doctorLinkItem {
    margin-top: 10px;
  }
}
.c-doctorLinkItem__thumbnail {
  box-sizing: border-box;
  width: 42%;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItem__thumbnail {
    width: 30%;
    padding: 0;
  }
}
.c-doctorLinkItem__thumbnail img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItem__thumbnail img {
    height: auto;
  }
}
.c-doctorLinkItem__txtArea {
  padding: 30px;
  box-sizing: border-box;
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItem__txtArea {
    padding: 30px 20px;
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .c-doctorLinkItem__txtArea {
    padding: 12px 13px 12px 15px;
  }
}
.c-doctorLinkItemJobList {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemJobList {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.c-doctorLinkItemJobList > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemJobList > li + li {
    margin-top: 3px;
  }
}
.c-doctorLinkItemName {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemName {
    font-size: 18px;
  }
}
.c-doctorLinkItemSnsLinks {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemSnsLinks {
    margin-top: 12px;
    gap: 15px;
  }
}
.c-doctorLinkItemSnsLinkAnc {
  display: inline-block;
}
.c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--insta {
  background-image: url("../images/common/icon_sns_instagram_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--insta {
    width: 18px;
    height: 18px;
  }
}
.c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--x {
  background-image: url("../images/common/icon_sns_x_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--x {
    width: 18px;
    height: 18px;
  }
}
.c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--youtube {
  background-image: url("../images/common/icon_sns_youtube_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--youtube {
    width: 27px;
    height: 18px;
  }
}
.c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--tiktok {
  background-image: url("../images/common/icon_sns_tiktok_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemSnsLinkAnc.c-doctorLinkItemSnsLinkAnc--tiktok {
    width: 19px;
    height: 23px;
  }
}
.c-doctorLinkItemLinkBtn {
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemLinkBtn {
    margin-top: 8px;
  }
}
.c-doctorLinkItemLinkBtn > a {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  min-height: 50px;
  padding: 5px 30px 5px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #535353;
  max-width: 100%;
  width: 343px;
  position: relative;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemLinkBtn > a {
    padding: 2px 20px 2px 6px;
    font-size: 11px;
    min-height: 30px;
    width: 206px;
  }
}
.c-doctorLinkItemLinkBtn > a::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .c-doctorLinkItemLinkBtn > a::after {
    font-size: 12px;
    right: 10px;
    width: 7px;
    height: 7px;
  }
}
.c-doctorLinkItemLinkBtn > a:hover {
  opacity: 1;
  color: #fff;
  background-color: #535353;
}
.c-doctorLinkItemLinkBtn > a:hover::after {
  border-color: #fff;
}

.c-reasonsContents {
  position: relative;
}
.c-reasonsContents::before {
  position: absolute;
  content: "";
  right: 0;
  top: 175px;
  background-image: url("../images/maibotsu/reason_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(76.5079365079vw, 964px);
  height: min(43.3333333333vw, 546px);
}
@media screen and (max-width: 768px) {
  .c-reasonsContents::before {
    display: none;
  }
}
.c-reasonsContents::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 175px;
  background-image: url("../images/maibotsu/reason_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(73.5714285714vw, 927px);
  height: min(46.5873015873vw, 587px);
}
@media screen and (max-width: 768px) {
  .c-reasonsContents::after {
    display: none;
  }
}
.c-reasonsContentsSec {
  counter-increment: reason_sec;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 45px 40px;
  box-sizing: border-box;
  max-width: 1050px;
  width: calc(100% - 150px);
  min-height: 309px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec {
    width: calc(100% - 40px);
    padding: 25px 15px 15px;
  }
}
.c-reasonsContentsSec + .c-reasonsContentsSec {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec + .c-reasonsContentsSec {
    margin-top: 35px;
  }
}
.c-reasonsContentsSec:nth-of-type(even) {
  margin: 57px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec:nth-of-type(even) {
    width: 90%;
  }
}
.c-reasonsContentsSec::after {
  content: counter(reason_sec, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 0;
  color: #f6f6f6;
  z-index: -1;
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec::after {
    font-size: 60px;
    top: 0;
    left: 5px;
  }
}
.c-reasonsContentsSecHead {
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: #3c352e solid 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecHead {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.c-reasonsContentsSecHeading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.06em;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecHeading {
    font-size: 18px;
    padding-left: 15px;
  }
}
.c-reasonsContentsSecTxtBlock {
  color: #3c352e;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecTxtBlock {
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
}
.c-reasonsContentsSecImageTxtBlock {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecImageTxtBlock {
    gap: 15px;
  }
}
.c-reasonsContentsSecImageTxtBlock__txt {
  width: calc(100% - 252px);
}
@media screen and (max-width: 520px) {
  .c-reasonsContentsSecImageTxtBlock__txt {
    width: calc(100% - 108px);
  }
}
.c-reasonsContentsSecImageTxtBlock__image {
  width: 216px;
  padding-top: 10px;
}
@media screen and (max-width: 520px) {
  .c-reasonsContentsSecImageTxtBlock__image {
    width: 108px;
  }
}

.c-access .c-secHeading {
  color: #3c352e;
}
.c-access .c-secHeading::after {
  color: #e6e3e0;
}
.c-accessPhotoBgArea {
  padding: 190px 0 120px;
  box-sizing: border-box;
  background-image: url("../images/common/bg_access.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-accessPhotoBgArea {
    padding: 90px 0 60px;
    background-image: url("../images/common/bg_access_sp.jpg");
  }
}
.c-accessContent {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 60px 30px;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accessContent {
    padding: 20px 15px;
  }
}
.c-accessClinicName {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-accessClinicName {
    font-size: 24px;
  }
}
.c-accessAddress {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-accessAddress {
    font-size: 16px;
    margin-top: 20px;
  }
}
.c-accessAddressMedicalHours {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressMedicalHours {
    font-size: 14px;
    margin-top: 8px;
  }
}
.c-accessAddressTel {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel {
    font-size: 36px;
    margin-top: 20px;
  }
}
.c-accessAddressTel a {
  color: #3f4a39;
}
.c-accessAddressTel a span {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel a span {
    padding-left: 36px;
  }
}
.c-accessAddressTel a span::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  background-image: url("../images/common/icon_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel a span::before {
    width: 22px;
    height: 30px;
  }
}
.c-accessBottomArea {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-accessBottomArea {
    margin-top: 36px;
  }
}
.c-accessMap {
  width: 100%;
  box-sizing: border-box;
  height: 0;
  position: relative;
  padding-top: 40.9%;
}
@media screen and (max-width: 768px) {
  .c-accessMap {
    padding-top: 66.66%;
  }
}
.c-accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.c-accessNavigationBlock {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationBlock {
    margin-top: 36px;
  }
}
.c-accessNavigationBlock .c-subSecHeading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationBlock .c-subSecHeading {
    margin-bottom: 24px;
  }
}
.c-accessNavigationSec + .c-accessNavigationSec {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationSec + .c-accessNavigationSec {
    margin-top: 36px;
  }
}
.c-accessNavigationList {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationList {
    font-size: 14px;
    text-align: left;
  }
}
.c-accessNavigationList > li + li {
  margin-top: 15px;
}

.c-cta {
  padding: 90px 0;
  background-color: #7f867b;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 50px 0;
  }
}
.c-ctaHeading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-ctaHeading {
    font-size: 22px;
  }
}
.c-ctaTelBlock {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelBlock {
    margin-top: 15px;
  }
}
.c-ctaTelLink {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink {
    font-size: 36px;
  }
}
.c-ctaTelLink > a {
  color: #fff;
}
.c-ctaTelLink > a span {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink > a span {
    padding-left: 36px;
  }
}
.c-ctaTelLink > a span::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  background-image: url("../images/common/icon_tel_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink > a span::before {
    width: 22px;
    height: 30px;
  }
}
.c-ctaTelMedicalHours {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelMedicalHours {
    font-size: 14px;
    margin-top: 8px;
  }
}
.c-ctaBtnLinks {
  display: flex;
  justify-content: center;
  gap: min(6.6666666667vw, 60px);
  margin: 50px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinks {
    margin-top: 36px;
    flex-direction: column;
    gap: 30px;
  }
}
.c-ctaBtnLinks a {
  color: #3f4a39;
}
.c-ctaBtnLinkAnc {
  padding: min(1.6666666667vw, 15px) min(3.3333333333vw, 30px);
  box-sizing: border-box;
  background-color: #3f4a39;
  background-color: #fff;
  max-width: min(42.2222222222vw, 380px);
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  font-size: min(2.4444444444vw, 22px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #3f4a39;
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc {
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 60px;
    max-width: none;
    width: 77%;
    margin: 0 auto;
  }
}
.c-ctaBtnLinkAnc:hover {
  opacity: 1;
  background-color: #3f4a39;
  color: #fff;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc:hover {
    background-color: #fff;
    color: #3f4a39;
  }
}
.c-ctaBtnLinkAnc span {
  display: flex;
  align-items: center;
  position: relative;
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(3.8888888889vw, 35px);
  height: min(4.6666666667vw, 42px);
  margin-right: min(2.2222222222vw, 20px);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web span::before {
    width: 24px;
    height: 21px;
    margin-right: 10px;
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web:hover span::before {
  background-image: url("../images/common/icon_mail_white.png");
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web:hover span::before {
    background-image: url("../images/common/icon_mail.png");
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_chat.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(3.8888888889vw, 35px);
  height: min(3.8888888889vw, 35px);
  margin-right: min(2.2222222222vw, 20px);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line span::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line:hover span::before {
  background-image: url("../images/common/icon_chat_white.png");
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line:hover span::before {
    background-image: url("../images/common/icon_chat.png");
  }
}
.p-maibotsuKv {
  height: 100vh;
  width: 100%;
  background-image: url("../images/maibotsu/mv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .p-maibotsuKv {
    background-image: url("../images/maibotsu/mv_middle.jpg");
    background-position: top right;
  }
}
@media screen and (max-width: 768px) {
  .p-maibotsuKv {
    height: 100vh;
    max-height: 137.86vw;
    background-image: url("../images/maibotsu/mv_sp.jpg");
    background-position: bottom right;
  }
}
.p-maibotsuKvInner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-maibotsuKvInner {
    align-items: flex-end;
    padding: 0 20px;
  }
}
.p-maibotsuKvTitleBlock {
  text-align: left;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-maibotsuKvTitleBlock {
    margin-bottom: min(22.6666666667vw, 170px);
  }
}
.p-maibotsuKvTitleBlock__clinicName {
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #78726c;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-maibotsuKvTitleBlock__clinicName {
    font-size: min(4.2666666667vw, 32px);
    margin-bottom: min(4vw, 30px);
  }
}
.p-maibotsuKvTitleBlock__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #3c352e;
}
@media screen and (max-width: 768px) {
  .p-maibotsuKvTitleBlock__title {
    font-size: min(8vw, 60px);
  }
}

.p-maibotsuIntro {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntro {
    padding-top: 60px;
  }
}
.p-maibotsuIntroFrame {
  display: flex;
  align-items: flex-end;
  text-align: left;
  gap: 72px;
}
@media screen and (max-width: 1260px) {
  .p-maibotsuIntroFrame {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroFrame {
    gap: 35px;
    flex-direction: column;
  }
}
.p-maibotsuIntroFrame__imageArea {
  align-self: flex-start;
  width: calc(50% - 72px);
  box-sizing: border-box;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1260px) {
  .p-maibotsuIntroFrame__imageArea {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroFrame__imageArea {
    max-width: 617px;
    width: 100%;
  }
}
.p-maibotsuIntroFrame__imageArea::before {
  position: absolute;
  display: block;
  content: "";
  left: calc(600px - 50vw);
  top: -85px;
  background-color: #e1e1e1;
  width: calc(50vw + 42px);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  .p-maibotsuIntroFrame__imageArea::before {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroFrame__imageArea::before {
    top: -60px;
    left: -20px;
    width: 96%;
    height: 106%;
  }
}
.p-maibotsuIntroFrame__imageArea img {
  position: relative;
  width: 100%;
  z-index: 12px;
}
.p-maibotsuIntroFrame__txtArea {
  width: 50%;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 1260px) {
  .p-maibotsuIntroFrame__txtArea {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroFrame__txtArea {
    width: 78%;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-maibotsuIntroCatch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroCatch {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.p-maibotsuIntroTxtBlock {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-maibotsuIntroTxtBlock {
    font-size: 16px;
  }
}

/* UTILITY */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-hasULine {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block !important;
  }
}/*# sourceMappingURL=contents.css.map */