@charset "UTF-8";
/*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-kv {
  height: 100vh;
  width: 100%;
  background-color: #d1d1d1;
}
@media screen and (max-width: 768px) {
  .c-kv {
    height: 380px;
    max-height: 137.86vw;
  }
}
.c-kvInner {
  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) {
  .c-kvInner {
    padding: 0 20px;
  }
}
.c-kvTitleBlock {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-kvTitleBlock {
    margin-bottom: 0;
  }
}
.c-kvTitleBlock__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) {
  .c-kvTitleBlock__clinicName {
    font-size: min(4.2666666667vw, 32px);
    margin-bottom: min(4vw, 30px);
  }
}
.c-kvTitleBlock__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) {
  .c-kvTitleBlock__title {
    font-size: min(8vw, 60px);
  }
}

.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-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/common/reasons/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/common/reasons/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-eyeIntro {
  padding: 85px 0 150px;
}
@media screen and (max-width: 768px) {
  .p-eyeIntro {
    padding: 60px 0;
  }
}
.p-eyeIntroFrame {
  display: flex;
  align-items: flex-end;
  text-align: left;
  gap: 72px;
}
@media screen and (max-width: 1260px) {
  .p-eyeIntroFrame {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-eyeIntroFrame {
    gap: 28px;
    flex-direction: column;
  }
}
.p-eyeIntroFrame__imageArea {
  align-self: flex-start;
  width: 46.19vw;
  box-sizing: border-box;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1260px) {
  .p-eyeIntroFrame__imageArea {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-eyeIntroFrame__imageArea {
    max-width: 657px;
    width: 87.6%;
  }
}
.p-eyeIntroFrame__imageArea::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: -85px;
  background-color: #e1e1e1;
  width: calc(50vw + 42px);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-eyeIntroFrame__imageArea::before {
    top: -60px;
    left: -20px;
    width: 96%;
    height: 106%;
  }
}
.p-eyeIntroFrame__imageArea img {
  position: relative;
  width: 100%;
  z-index: 12px;
}
.p-eyeIntroFrame__txtArea {
  width: 50%;
  max-width: 600px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 1260px) {
  .p-eyeIntroFrame__txtArea {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-eyeIntroFrame__txtArea {
    width: 94%;
    padding: 0 20px;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-eyeIntroCatch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-eyeIntroCatch {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
}
.p-eyeIntroCatch span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-eyeIntroCatch span {
    display: inline;
  }
}
.p-eyeIntroCatch small {
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .p-eyeIntroCatch small {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.p-eyeIntroTxtBlock {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-eyeIntroTxtBlock {
    width: 85%;
    font-size: 16px;
  }
}

.c-eyeMenuIndex {
  position: relative;
  margin-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndex {
    margin-bottom: 80px;
  }
}
.c-eyeMenuIndexBg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexBg {
    width: min(56.7708333333vw, 436px);
    width: 60%;
  }
}
.c-eyeMenuIndexLinksFrame {
  width: min(22.5396825397vw, 284px);
  position: absolute;
  content: "";
  right: min(7.1428571429vw, 90px);
  top: min(3.1746031746vw, 40px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinksFrame {
    width: min(38.0208333333vw, 292px);
    width: 38%;
    right: 0;
    top: min(7.2916666667vw, 56px);
  }
}
.c-eyeMenuIndexLinksFrame__cat + .c-eyeMenuIndexLinksFrame__cat {
  margin-top: min(2.5396825397vw, 32px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinksFrame__cat + .c-eyeMenuIndexLinksFrame__cat {
    margin-top: min(8.8541666667vw, 68px);
  }
}
@media screen and (max-width: 520px) {
  .c-eyeMenuIndexLinksFrame__cat + .c-eyeMenuIndexLinksFrame__cat {
    margin-top: min(6.9230769231vw, 36px);
  }
}
.c-eyeMenuIndexLinksCatLabel {
  color: #000;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.5873015873vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: min(0.7936507937vw, 10px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinksCatLabel {
    font-size: min(4.1666666667vw, 32px);
  }
}
.c-eyeMenuIndexLinks > li + li {
  margin-top: min(0.7936507937vw, 10px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinks > li + li {
    margin-top: min(2.6041666667vw, 20px);
  }
}
.c-eyeMenuIndexLinks > li a {
  background-color: #f6f6f6;
  color: #000;
  font-size: clamp(12px, 1.2698412698vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  min-height: min(3.9682539683vw, 50px);
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 5px 30px 5px 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinks > li a {
    font-size: min(3.90625vw, 30px);
    min-height: min(9.8958333333vw, 76px);
    padding: 2px min(3.90625vw, 30px) 2px min(2.8645833333vw, 22px);
  }
}
.c-eyeMenuIndexLinks > li a:hover {
  opacity: 1;
  background-color: #535353;
  border-color: #535353;
  color: #fff;
}
.c-eyeMenuIndexLinks > li a:hover::after {
  border-color: #fff;
}
.c-eyeMenuIndexLinks > li a::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: min(0.7936507937vw, 10px);
  bottom: 0;
  width: min(0.7142857143vw, 9px);
  height: min(0.7142857143vw, 9px);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuIndexLinks > li a::after {
    right: min(2.6041666667vw, 20px);
    width: min(1.171875vw, 9px);
    height: min(1.171875vw, 9px);
  }
}
.c-eyeMenuSecBox {
  max-width: 1005px;
  margin: 0 auto;
}
.c-eyeMenuSecBoxHeading {
  background-color: #7f867b;
  color: #fff;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 8px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxHeading {
    min-height: 40px;
    font-size: 20px;
    padding: 5px 10px;
  }
}
.c-eyeMenuSecBoxBody {
  background-color: #f6f6f6;
  padding: 40px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxBody {
    padding: 15px 20px 30px;
  }
}
.c-eyeMenuSecBoxIntroTxtBlock {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxIntroTxtBlock {
    font-size: 15px;
    line-height: 2.06;
    margin-bottom: 24px;
  }
}
.c-eyeMenuSecBoxIntroTxtBlock p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxIntroTxtBlock p + p {
    margin-top: 15px;
  }
}
.c-eyeMenuSecBoxDetails {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetails {
    flex-direction: column;
    gap: 24px;
  }
}
.c-eyeMenuSecBoxDetails__imageArea {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetails__imageArea {
    width: 80%;
    margin: 0 auto;
  }
}
.c-eyeMenuSecBoxDetails__txtArea {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetails__txtArea {
    width: 100%;
  }
}
.c-eyeMenuSecBoxDetailsCatch {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsCatch {
    font-size: 16px;
  }
}
.c-eyeMenuSecBoxDetailsAnnotationBlock {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsAnnotationBlock {
    font-size: 12px;
  }
}
.c-eyeMenuSecBoxDetailsList {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsList {
    margin-top: 30px;
  }
}
.c-eyeMenuSecBoxDetailsList > li + li {
  margin-top: 30px;
}
.c-eyeMenuSecBoxDetailsListLabel {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-bottom: 5px;
  border-bottom: 1px solid #c3c3c3;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsListLabel {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.c-eyeMenuSecBoxDetailsListPriceBlock {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsListPriceBlock {
    font-size: 14px;
  }
}
.c-eyeMenuSecBoxDetailsListPriceBlock strong {
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsListPriceBlock strong {
    font-size: 22px;
  }
}
.c-eyeMenuSecBoxDetailsListPriceBlock span {
  display: inline-block;
}
.c-eyeMenuSecBoxDetailsListTxtBlock {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDetailsListTxtBlock {
    font-size: 15px;
  }
}
.c-eyeMenuSecBoxDetailsListTxtBlock > p + p {
  margin-top: 15px;
}
.c-eyeMenuSecBoxDataList {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataList {
    max-width: 400px;
    gap: 15px;
    flex-wrap: wrap;
    margin: 36px auto 0;
  }
}
.c-eyeMenuSecBoxDataList > li {
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1/0.9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(2.3474178404vw, 25px) min(1.4084507042vw, 15px);
  box-sizing: border-box;
  min-height: min(19.9061032864vw, 212px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataList > li {
    width: calc((100% - 15px) / 2);
  }
}
.c-eyeMenuSecBoxDataListItemInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-eyeMenuSecBoxDataListItemLabel {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.6901408451vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: min(1.4084507042vw, 15px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemLabel {
    font-size: 14px;
  }
}
.c-eyeMenuSecBoxDataListItemIcon {
  margin: 0 auto min(0.9389671362vw, 10px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemIcon {
    margin-bottom: 10px;
  }
}
.c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--clock {
  width: min(5.2582159624vw, 56px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--clock {
    width: 34px;
  }
}
.c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--timer {
  width: min(3.3802816901vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--timer {
    width: 22px;
  }
}
.c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--calendar {
  width: min(5.3521126761vw, 57px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--calendar {
    width: 32px;
  }
}
.c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--hospital {
  width: min(5.1643192488vw, 55px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemIcon.c-eyeMenuSecBoxDataListItemIcon--hospital {
    width: 30px;
  }
}
.c-eyeMenuSecBoxDataListItemTxt {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.6901408451vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemTxt {
    font-size: 12px;
  }
}
.c-eyeMenuSecBoxDataListItemTxt strong {
  font-weight: 500;
  font-size: min(3.0046948357vw, 32px);
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxDataListItemTxt strong {
    font-size: 20px;
  }
}
.c-eyeMenuSecBoxCase {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCase {
    margin-top: 36px;
  }
}
.c-eyeMenuSecBoxCaseBAPhotos {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseBAPhotos {
    flex-direction: column;
  }
}
.c-eyeMenuSecBoxCaseBAPhotos__item {
  width: 50%;
  aspect-ratio: 1.81;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseBAPhotos__item {
    width: 100%;
  }
}
.c-eyeMenuSecBoxCaseBAPhotos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.c-eyeMenuSecBoxCaseDesc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDesc {
    flex-direction: column;
    gap: 3px;
  }
}
.c-eyeMenuSecBoxCaseDesc + .c-eyeMenuSecBoxCaseDesc {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDesc + .c-eyeMenuSecBoxCaseDesc {
    margin-top: 18px;
  }
}
.c-eyeMenuSecBoxCaseDescBlock {
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDescBlock {
    margin-top: 15px;
  }
}
.c-eyeMenuSecBoxCaseDesc__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDesc__label {
    font-size: 16px;
  }
}
.c-eyeMenuSecBoxCaseDesc__label::after {
  content: "：";
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDesc__label::after {
    display: none;
  }
}
.c-eyeMenuSecBoxCaseDesc__txt {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxCaseDesc__txt {
    font-size: 13px;
  }
}
.c-eyeMenuSecBoxLinkBtns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 32px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxLinkBtns {
    gap: 24px;
    margin-top: 36px;
  }
}
.c-eyeMenuSecBoxLinkBtns > a {
  display: inline-flex;
  align-items: center;
  min-width: 284px;
  background-color: #3f4a39;
  color: #fff;
  min-height: 50px;
  border-radius: 6px;
  padding: 5px 40px 5px 20px;
  border: 1px solid #3f4a39;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxLinkBtns > a {
    font-size: 14px;
  }
}
.c-eyeMenuSecBoxLinkBtns > a:hover {
  background-color: #fff;
  color: #3f4a39;
  opacity: 1;
}
.c-eyeMenuSecBoxLinkBtns > a:hover::after {
  border-color: #3f4a39;
}
.c-eyeMenuSecBoxLinkBtns > a::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-eyeMenuSecBoxLinkBtns > a::after {
    width: 7px;
    height: 7px;
  }
}

* + .c-eyeMenuSec {
  margin-top: 70px;
}

.p-eyeSetplan + .p-eyeSetplan {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplan + .p-eyeSetplan {
    margin-top: 50px;
  }
}
.p-eyeSetplanBlock {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBlock {
    margin-top: 60px;
  }
}
.p-eyeSetplanHeading {
  background-color: #7f867b;
  color: #fff;
  min-height: 60px;
  padding: 5px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanHeading {
    min-height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-eyeSetplanIntroTxtBlock {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanIntroTxtBlock {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.p-eyeSetplanIntroTxtBlock > p > strong {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanIntroTxtBlock > p > strong {
    font-size: 20px;
  }
}
.p-eyeSetplanBox {
  background-color: #fff;
  padding: 50px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBox {
    padding: 20px 15px 30px;
  }
}
.p-eyeSetplanBoxHeading {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  position: relative;
  padding-left: 70px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxHeading {
    font-size: 14px;
    line-height: 1.75;
    padding-left: 60px;
  }
}
.p-eyeSetplanBoxHeading::before {
  position: absolute;
  content: "例";
  left: 0;
  top: -12px;
  margin: auto;
  color: #fff;
  background-color: #ccc;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxHeading::before {
    width: 45px;
    height: 45px;
    font-size: 18px;
    top: 3px;
  }
}
.p-eyeSetplanBoxEquation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(7.9365079365vw, 100px);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquation {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.p-eyeSetplanBoxEquationExpression {
  display: flex;
  gap: min(4.7619047619vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression {
    align-items: flex-end;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression.p-eyeSetplanBoxEquationExpression--spVerticalRow {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression.p-eyeSetplanBoxEquationExpression--spVerticalRow .p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression.p-eyeSetplanBoxEquationExpression--spVerticalRow .p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::before {
    font-size: 20px;
    left: 0;
    right: 0;
    top: -40px;
    bottom: auto;
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression.p-eyeSetplanBoxEquationExpression--spVerticalRow .p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::after {
    display: block;
    font-size: 20px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -45px;
    transform: translate(0%, 0%) rotate(90deg);
  }
}
.p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item {
  position: relative;
}
.p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::before {
  display: inline-block;
  position: absolute;
  content: "＋";
  left: max(-4.76vw, -60px);
  top: 0;
  font-size: min(2.5396825397vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  color: #7f867b;
  transform: translate(0%, min(2.5396825397vw, 32px));
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::before {
    font-size: 20px;
    left: -35px;
    top: auto;
    bottom: 4px;
    transform: translate(0%, 0%);
  }
}
.p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::after {
  display: inline-block;
  position: absolute;
  content: "＝";
  right: max(-5.39vw, -68px);
  top: 0;
  font-size: min(2.5396825397vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  color: #7f867b;
  transform: translate(0%, min(2.5396825397vw, 32px));
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationExpression__item + .p-eyeSetplanBoxEquationExpression__item::after {
    display: none;
  }
}
.p-eyeSetplanBoxEquationLabel {
  font-size: min(1.2698412698vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationLabel {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.p-eyeSetplanBoxEquationPrice {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.8571428571vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationPrice {
    font-size: 18px;
  }
}
.p-eyeSetplanBoxEquationPrice > strong {
  font-size: min(3.9682539683vw, 50px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationPrice > strong {
    font-size: 28px;
  }
}
.p-eyeSetplanBoxEquationResult {
  position: relative;
}
.p-eyeSetplanBoxEquationResult.p-eyeSetplanBoxEquationResult--correction {
  transform: translate(0%, max(-1.26vw, -16px));
}
.p-eyeSetplanBoxEquationBoxLabel {
  border: 2px solid #3f4a39;
  min-height: min(2.8571428571vw, 36px);
  padding: min(0.1587301587vw, 2px) min(0.7936507937vw, 10px);
  margin-bottom: min(1.1904761905vw, 15px);
  font-size: min(1.5873015873vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationBoxLabel {
    font-size: 12px;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 15px;
  }
}
.p-eyeSetplanBoxEquationDiscountedBlock {
  display: flex;
  justify-content: flex-end;
  gap: min(1.5873015873vw, 20px);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationDiscountedBlock {
    gap: 15px;
  }
}
.p-eyeSetplanBoxEquationDiscountedBadge {
  background-color: #7f867b;
  color: #fff;
  font-size: min(1.9047619048vw, 24px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  width: min(6.3492063492vw, 80px);
  height: min(6.3492063492vw, 80px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationDiscountedBadge {
    width: 51px;
    height: 51px;
    font-size: 15px;
  }
}
.p-eyeSetplanBoxEquationDiscountedPrice {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: min(3.8095238095vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationDiscountedPrice {
    font-size: 30px;
  }
}
.p-eyeSetplanBoxEquationDiscountedPrice > strong {
  font-size: min(5.5555555556vw, 70px);
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationDiscountedPrice > strong {
    font-size: 40px;
  }
}
.p-eyeSetplanBoxEquationNormalPriceBlock {
  margin-top: 5px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5873015873vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationNormalPriceBlock {
    font-size: 14px;
  }
}
.p-eyeSetplanBoxEquationNormalPriceBlock > small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.2698412698vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: min(1.1904761905vw, 15px);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationNormalPriceBlock > small {
    font-size: 12px;
    margin-right: 15px;
  }
}
.p-eyeSetplanBoxEquationNormalPriceBlock > strong {
  font-size: min(2.5396825397vw, 32px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxEquationNormalPriceBlock > strong {
    font-size: 22px;
  }
}
.p-eyeSetplanBoxAnnotationBlock {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanBoxAnnotationBlock {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-eyeSetplanCase {
  max-width: 900px;
  margin: 0 auto;
}
.p-eyeSetplanCaseBAPhotos {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseBAPhotos {
    gap: 6px;
  }
}
.p-eyeSetplanCaseBAPhotos__item {
  position: relative;
  width: calc((100% - 6px) / 2);
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseBAPhotos__item {
    width: calc((100% - 6px) / 2);
  }
}
.p-eyeSetplanCaseBAPhotos__item img {
  width: 100%;
}
.p-eyeSetplanCaseBAPhotos__item::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 109px;
  background-color: #3f4a39;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseBAPhotos__item::before {
    height: 20px;
    width: 55px;
    font-size: 10px;
  }
}
.p-eyeSetplanCaseBAPhotos__item.p-eyeSetplanCaseBAPhotos__item--before::before {
  content: "Before";
}
.p-eyeSetplanCaseBAPhotos__item.p-eyeSetplanCaseBAPhotos__item--after::before {
  content: "After";
}
.p-eyeSetplanCaseDesc {
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  margin-top: 15px;
}
.p-eyeSetplanCaseDesc__label {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseDesc__label {
    font-size: 14px;
  }
}
.p-eyeSetplanCaseDesc__label::after {
  content: "：";
}
.p-eyeSetplanCaseDesc__txt {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseDesc__txt {
    margin-top: 0;
    font-size: 14px;
  }
}
.p-eyeSetplanCaseCombinationFigure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 50px auto 60px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseCombinationFigure {
    gap: 25px;
    margin: 36px auto 40px;
  }
}
.p-eyeSetplanCaseCombinationFigure > li {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.875vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border: 1px solid #3c352e;
  box-sizing: border-box;
  width: min(25.5208333333vw, 245px);
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseCombinationFigure > li {
    font-size: 15px;
    height: 54px;
  }
}
.p-eyeSetplanCaseCombinationFigure > li + li {
  position: relative;
}
.p-eyeSetplanCaseCombinationFigure > li + li::before {
  position: absolute;
  content: "＋";
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #918f8c;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseCombinationFigure > li + li::before {
    left: -22px;
    font-size: 18px;
  }
}
.p-eyeSetplanCaseList {
  text-align: left;
}
.p-eyeSetplanCaseList > li + li {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseList > li + li {
    margin-top: 45px;
  }
}
.p-eyeSetplanCaseListLabel {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #4c453e;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListLabel {
    font-size: 20px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
  }
}
.p-eyeSetplanCaseListSubList > li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListSubList > li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-eyeSetplanCaseListSubList > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListSubList > li + li {
    margin-top: 25px;
  }
}
.p-eyeSetplanCaseListSubListLabel {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: 192px;
  border-right: 1px solid #4c453e;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListSubListLabel {
    font-size: 15px;
    border-right: none;
    border-bottom: 1px solid #4c453e;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.p-eyeSetplanCaseListSubListContent {
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListSubListContent {
    padding-left: 0;
  }
}
.p-eyeSetplanCaseListPrice {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListPrice {
    font-size: 16px;
  }
}
.p-eyeSetplanCaseListPrice > strong {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListPrice > strong {
    font-size: 22px;
  }
}
.p-eyeSetplanCaseListPrice > small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListPrice > small {
    font-size: 12px;
  }
}
.p-eyeSetplanCaseListPriceBlock {
  display: flex;
  align-items: center;
}
.p-eyeSetplanCaseListPriceLabel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-right: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListPriceLabel {
    font-size: 14px;
  }
}
.p-eyeSetplanCaseListDesc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-eyeSetplanCaseListDesc {
    font-size: 14px;
  }
}

.c-comparisonContent {
  display: flex;
  gap: min(3.2967032967vw, 30px);
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-comparisonContent {
    gap: 15px;
  }
}
.c-comparisonContent__item {
  width: calc((100% - min(3.2967032967vw, 30px)) / 2);
}
@media screen and (max-width: 768px) {
  .c-comparisonContent__item {
    width: calc((100% - 15px) / 2);
  }
}
.c-comparisonContentItemHeading {
  background-color: #7f867b;
  color: #fff;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 8px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemHeading {
    font-size: 18px;
    min-height: 35px;
    padding: 5px 10px;
  }
}
.c-comparisonContentItemBody {
  background-color: #f6f6f6;
  padding: 25px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemBody {
    padding: 15px 10px 20px;
  }
}
.c-comparisonContentItemImage {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemImage {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.c-comparisonContentItemSummary {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemSummary {
    font-size: 16px;
  }
}
.c-comparisonContentItemList {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemList {
    margin-top: 20px;
  }
}
.c-comparisonContentItemList > li {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemList > li {
    flex-direction: column;
    gap: 8px;
  }
}
.c-comparisonContentItemList > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemList > li + li {
    margin-top: 15px;
  }
}
.c-comparisonContentItemListLabel {
  background-color: #b3b3b3;
  color: #fff;
  width: min(14.2857142857vw, 130px);
  font-size: min(1.7582417582vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-radius: 3px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px min(1.0989010989vw, 10px) 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemListLabel {
    font-size: 13px;
    height: 24px;
    padding: 2px 10px 3px;
    width: auto;
  }
}
.c-comparisonContentItemListTxtBlock {
  margin-top: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.7582417582vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-comparisonContentItemListTxtBlock {
    margin-top: 0;
    font-size: 11px;
  }
}
.c-comparisonContentItemListTxtBlock > p + p {
  margin-top: 1em;
}

.c-priceContent {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .c-priceContent {
    margin-top: 65px;
  }
}
.c-priceCatchBlock {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-priceCatchBlock {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.c-priceCatchBlock > p + p {
  margin-top: 1em;
}

.c-btn > a {
  display: inline-flex;
  align-items: center;
  min-width: 284px;
  background-color: #3f4a39;
  color: #fff;
  min-height: 50px;
  border-radius: 6px;
  padding: 5px 40px 5px 20px;
  border: 1px solid #3f4a39;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn > a {
    font-size: 14px;
  }
}
.c-btn > a:hover {
  background-color: #fff;
  color: #3f4a39;
  opacity: 1;
}
.c-btn > a:hover::after {
  border-color: #3f4a39;
}
.c-btn > a::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-btn > a::after {
    width: 7px;
    height: 7px;
  }
}

/* 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 */