@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.infomationInner {
  max-width: 960px;
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 32px);
}
@media screen and (min-width:1025px) {
  .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .infomationInner {
    flex-direction: column;
  }
}
.infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation {
  background-color: var(--clP);
}
.infomation h2 {
  font-size: clamp(32px, 4.2857142857vw, 40px);
  text-align: center;
  color: #fff;
}
.infomation h2 small {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  padding-left: clamp(40px, 5.2380952381vw, 48px);
  padding-right: clamp(40px, 5.2380952381vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: clamp(26px, 3.2142857143vw, 28px);
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li:not(:last-child) {
  border-bottom: 1px solid var(--clBD);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.infomation li time {
  color: var(--clText);
  white-space: nowrap;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index h3,
.index p {
  line-height: 1;
}
.index .section-surgery-cost {
  background: linear-gradient(90deg, #28B8AC 0%, #38C6BA 50%, #28B8AC 100%);
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.index .section-surgery-cost .surgery-costInner {
  background-color: #fff;
  padding: 16px 40px;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-surgery-cost .surgery-costInner {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.index .section-surgery-cost .surgery-costInner .surgery-title {
  display: flex;
  flex-direction: column;
  color: var(--clP);
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width:639px) {
  .index .section-surgery-cost .surgery-costInner .surgery-title {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-surgery-cost .surgery-costInner .surgery-title {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-surgery-cost .surgery-costInner .surgery-title {
    font-size: 24px;
  }
}
.index .section-surgery-cost .surgery-costInner .surgery-subtitle {
  color: var(--clText);
}
@media screen and (max-width:639px) {
  .index .section-surgery-cost .surgery-costInner .surgery-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-surgery-cost .surgery-costInner .surgery-subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-surgery-cost .surgery-costInner .surgery-subtitle {
    font-size: 32px;
  }
}
.index .section-surgery-cost .surgery-costInner .surgery-list {
  display: flex;
  gap: 2px;
}
.index .section-surgery-cost .surgery-costInner .surgery-list li {
  font-size: 16px;
  color: #3f3c3b;
  white-space: nowrap;
  padding: 4px;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
}
@media screen and (min-width:1025px) {
  .index .section-surgery-cost .surgery-costInner .surgery-list li {
    font-size: 18px;
  }
}
.index .section-surgery-cost .surgery-costInner .surgery-price .price-large {
  color: var(--clP);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:639px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-large {
    font-size: 38px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-large {
    font-size: 56px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-large {
    font-size: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-unit {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-unit {
    font-size: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price .price-unit {
    font-size: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-surgery-cost .surgery-costInner .surgery-price {
    position: relative;
    top: 10px;
  }
}
.index .section-symptoms {
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .index .section-symptoms {
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 30px;
  }
}
.index .section-symptoms .symptomsInner {
  background-image: url(../img/index/bg-section-symptoms.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1300px;
  padding: 64px 24px 110px 24px;
}
.index .section-symptoms .symptomsInner .symptoms-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.index .section-symptoms .symptomsInner .symptoms-title span {
  border-bottom: 2px solid #fff;
  padding: 6px 8px;
}
.index .section-symptoms .symptomsInner .symptoms-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 764px;
  margin: auto;
  padding: 48px 16px;
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-wrap {
    padding: 24px 32px;
  }
}
.index .section-symptoms .symptomsInner .symptoms-list li {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-list li {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-list li {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-list li {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-list li {
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
  }
}
.index .section-symptoms .symptomsInner .symptoms-list li:not(:last-child) {
  margin-bottom: 24px;
}
.index .section-symptoms .symptomsInner .symptoms-list li strong {
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-list li strong {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-list li strong {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-list li strong {
    font-size: 28px;
  }
}
.index .section-symptoms .symptomsInner .symptoms-list li small {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-list li small {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-list li small {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-list li small {
    font-size: 18px;
  }
}
.index .section-symptoms .symptomsInner .symptoms-conclusion {
  text-align: center;
  line-height: 1.3;
  color: #FFF;
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion {
    font-size: 32px;
  }
}
.index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight {
  color: #FFE500;
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight {
    font-size: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight {
    font-size: 48px;
  }
}
@media screen and (max-width:639px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight span {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight span {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-symptoms .symptomsInner .symptoms-conclusion strong.symptoms-highlight span {
    font-size: 24px;
  }
}
.index .section-cv {
  background-color: #fafafa;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 32px;
  padding-bottom: 0;
}
@media screen and (min-width:1400px) {
  .index .section-cv {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width:1024px) {
  .index .section-cv {
    padding-top: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv {
    padding-bottom: 90px;
  }
}
.index .section-cv .cvInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .index .section-cv .cvInner {
    flex-direction: column;
  }
}
.index .section-cv .cvInner .cv-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .section-cv .cvInner .cv-text .cv-title {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    font-size: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    font-size: 48px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    margin-bottom: 40px;
  }
}
.index .section-cv .cvInner .cv-text .cv-title small {
  font-size: 0.8em;
  letter-spacing: 0;
}
.index .section-cv .cvInner .cv-text .cv-title .spacing {
  letter-spacing: -0.08em;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    text-align: center;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-title {
    white-space: nowrap;
  }
}
.index .section-cv .cvInner .cv-text .cv-title .cv-subtitle {
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-title .cv-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-title .cv-subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-title .cv-subtitle {
    font-size: 28px;
  }
}
.index .section-cv .cvInner .cv-text .cv-buttons {
  margin-bottom: 28px;
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-buttons {
    padding-right: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-buttons {
    width: 70%;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-buttons {
    flex-direction: column;
  }
}
.index .section-cv .cvInner .cv-text .cv-buttons .button {
  padding: 20px 40px;
  flex: 1;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button {
    padding: 20px 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button {
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button {
    white-space: nowrap;
  }
}
.index .section-cv .cvInner .cv-text .cv-buttons .button .button-icon {
  height: auto;
  position: relative;
  top: 2px;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text {
    font-size: 26px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text strong {
    font-size: 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text strong {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-buttons .button .button-text strong {
    font-size: 32px;
  }
}
.index .section-cv .cvInner .cv-text .cv-buttons .button.button-web .button-icon {
  width: 25px;
}
.index .section-cv .cvInner .cv-text .cv-buttons .button.button-line .button-icon {
  width: 29px;
}
.index .section-cv .cvInner .cv-text .cv-contact {
  color: var(--clSW);
  font-size: clamp(18px, 2.2619047619vw, 20px);
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-contact {
    line-height: 1.5;
  }
}
.index .section-cv .cvInner .cv-text .cv-contact .cv-phone {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone {
    display: inline-block;
    margin-top: 12px;
  }
}
.index .section-cv .cvInner .cv-text .cv-contact .cv-phone a {
  color: var(--clS);
}
.index .section-cv .cvInner .cv-text .cv-contact .cv-phone:before {
  content: url(../img/cmn/ico_tel_clp.svg);
  margin-right: 4px;
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone:before {
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-cv .cvInner .cv-text .cv-contact .cv-phone:before {
    content: url(../img/cmn/ico_tel_small.svg);
  }
}
.index .section-cv .cvInner .cv-text .cv-hours {
  color: var(--clSW);
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-text .cv-hours {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .index .section-cv .cvInner .cv-text .cv-hours {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-text .cv-hours {
    padding-bottom: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-image {
    flex-shrink: 0;
    width: 22vw;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width:1200px) and (min-width:1025px) {
  .index .section-cv .cvInner .cv-image {
    position: relative;
    right: 3vw;
  }
}
@media screen and (min-width:1400px) {
  .index .section-cv .cvInner .cv-image {
    width: 346px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-cv .cvInner .cv-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cv .cvInner .cv-image {
    width: 34vw;
    right: -20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cv .cvInner .cv-image {
    width: 40vw;
    right: -5vw;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .index .section-cv .cvInner .cv-image {
    max-width: 200px;
    right: 0;
  }
}
.index .section-cv .cvInner .cv-image img {
  width: 100%;
}
@media screen and (min-width:1025px) {
  .index .section-cv .cvInner .cv-image img {
    transform: scale(1.2);
    transform-origin: bottom left;
  }
}
@media screen and (min-width:1400px) {
  .index .section-cv .cvInner .cv-image img {
    transform: scale(1.1);
  }
}
.index .section-about p {
  line-height: 2;
  font-size: clamp(16px, 2.0238095238vw, 18px);
}
.index .section-about .aboutInner .about-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:639px) {
  .index .section-about .aboutInner .about-row {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .aboutInner .about-row {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-about .aboutInner .about-row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-about .aboutInner .about-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.index .section-about .aboutInner .about-row .about-content {
  flex: 1;
}
.index .section-about .aboutInner h3.about-title {
  font-weight: bold;
  margin-bottom: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width:639px) {
  .index .section-about .aboutInner h3.about-title {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .aboutInner h3.about-title {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-about .aboutInner h3.about-title {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-about .aboutInner h3.about-title {
    line-height: 1.4;
  }
}
.index .section-about .aboutInner h3.about-title:before {
  margin-right: 8px;
}
.index .section-about .aboutInner .about-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.index .section-about .aboutInner .about-disease,
.index .section-about .aboutInner .about-warning {
  background-color: var(--clBGG);
  padding: 40px 80px;
  border-radius: 16px;
}
@media screen and (max-width:639px) {
  .index .section-about .aboutInner .about-disease,
  .index .section-about .aboutInner .about-warning {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .aboutInner .about-disease,
  .index .section-about .aboutInner .about-warning {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-about .aboutInner .about-disease,
  .index .section-about .aboutInner .about-warning {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-about .aboutInner .about-disease,
  .index .section-about .aboutInner .about-warning {
    padding: 32px 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-about .aboutInner .about-disease,
  .index .section-about .aboutInner .about-warning {
    padding: 20px 16px;
  }
}
.index .section-about .aboutInner .about-disease .about-disease-content {
  flex: 1;
}
.index .section-about .aboutInner .about-disease .about-disease-content .about-disease-title:before {
  content: url(../img/cmn/ico_question-circle.svg);
}
.index .section-about .aboutInner .about-warning .about-warning-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.index .section-about .aboutInner .about-warning .about-warning-content {
  flex: 1;
}
.index .section-about .aboutInner .about-warning .about-warning-content .about-warning-title:before {
  content: url(../img/cmn/ico_exclamation.svg);
}
.index .section-treatment {
  background-color: var(--clBGP);
}
@media screen and (min-width:640px) {
  .index .section-treatment {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.index .section-treatment .treatmentInner {
  background-color: #fff;
  border-radius: 16px;
  padding: 56px 80px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment .treatmentInner {
    padding: 40px 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-treatment .treatmentInner {
    padding: 16px 20px;
  }
}
.index .section-treatment .treatmentInner .treatment-description {
  display: flex;
  gap: 40px;
}
@media screen and (max-width:639px) {
  .index .section-treatment .treatmentInner .treatment-description {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-description {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-description {
    margin-bottom: 56px;
  }
}
@media screen and (max-width:1024px) {
  .index .section-treatment .treatmentInner .treatment-description {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.index .section-treatment .treatmentInner .treatment-description .treatment-description-text {
  flex-grow: 1;
}
.index .section-treatment .treatmentInner .treatment-description .treatment-description-photo {
  flex-shrink: 0;
}
@media screen and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-description .treatment-description-photo {
    width: 400px;
  }
}
.index .section-treatment .treatmentInner .treatment-description .treatment-description-photo img {
  height: auto;
}
@media screen and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-description .treatment-description-photo img {
    width: 100%;
  }
}
.index .section-treatment .treatmentInner .treatment-description p {
  line-height: 2;
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title {
  color: var(--clP);
  position: relative;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title {
    margin-bottom: 56px;
  }
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: var(--clP);
  transform: translateY(-50%);
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-title span {
  background-color: #fff;
  display: inline-block;
  z-index: 99;
  position: relative;
  padding: 0px 16px;
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
@media screen and (max-width:1024px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps {
    flex-direction: column;
  }
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step {
  flex: 1;
  position: relative;
  text-align: left;
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-image {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-image::after {
    content: url(../img/cmn/ico_arrow_clp_l.svg);
    position: absolute;
    margin: auto;
    width: 10px;
    height: 20px;
    right: -30px;
    top: 0;
    bottom: 0;
  }
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title {
  background-color: var(--clP);
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title strong {
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title strong {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title strong {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title strong {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content .step-title {
    position: absolute;
    left: -8px;
    top: -8px;
  }
}
.index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content p {
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content p {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content p {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-treatment .treatmentInner .treatment-itinerary .itinerary-steps .itinerary-step .step-content p {
    font-size: 13px;
  }
}
.index .section-cost .costInner {
  max-width: 960px;
}
.index .section-cost .costInner .cost-description p {
  font-size: clamp(15px, 1.9047619048vw, 17px);
  line-height: 2;
}
@media screen and (max-width:639px) {
  .index .section-cost .costInner .cost-description {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cost .costInner .cost-description {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cost .costInner .cost-description {
    margin-bottom: 56px;
  }
}
.index .section-cost .costInner .cost-table-wrap .scroll-hint {
  display: none;
}
@media screen and (max-width:1024px) {
  .index .section-cost .costInner .cost-table-wrap {
    overflow-x: scroll;
    position: relative;
    margin-bottom: 24px;
  }
  .index .section-cost .costInner .cost-table-wrap .scroll-hint {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    animation: sway 2s infinite;
  }
  @keyframes sway {
    0%, 100% {
      transform: translate(0, -50%);
    }
    50% {
      transform: translate(-5px, -50%);
    }
  }
}
.index .section-cost .costInner .cost-table {
  width: 100%;
  margin-bottom: 16px;
}
.index .section-cost .costInner .cost-table td,
.index .section-cost .costInner .cost-table th {
  border: 1px solid var(--clBD);
  padding: 16px 24px;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .index .section-cost .costInner .cost-table td,
  .index .section-cost .costInner .cost-table th {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cost .costInner .cost-table td,
  .index .section-cost .costInner .cost-table th {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cost .costInner .cost-table td,
  .index .section-cost .costInner .cost-table th {
    font-size: 20px;
  }
}
.index .section-cost .costInner .cost-table th {
  background-color: var(--clBGP);
  color: var(--clP);
}
.index .section-cost .costInner .cost-table .highlight-header {
  background-color: var(--clPW);
  color: #fff;
}
.index .section-cost .costInner .cost-notes p {
  line-height: 2;
}
.index .section-cost .costInner .cost-notes p span {
  margin-right: 1em;
}
@media screen and (max-width:639px) {
  .index .section-cost .costInner .cost-notes p {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cost .costInner .cost-notes p {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cost .costInner .cost-notes p {
    font-size: 17px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cost .costInner .cost-notes p strong {
    font-size: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-cost .costInner .cost-notes p strong {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-cost .costInner .cost-notes p strong {
    font-size: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .section-cost .costInner .cost-notes p {
    line-height: 1.5;
  }
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .heading01 {
    font-size: 30px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .heading01 {
    font-size: 50px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reasons .reasonsInner .heading01 {
    font-size: 64px;
  }
}
.index .section-reasons .reasonsInner .heading01 strong {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .heading01 strong {
    font-size: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .heading01 strong {
    font-size: 50px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reasons .reasonsInner .heading01 strong {
    font-size: 64px;
  }
}
.index .section-reasons .reasonsInner .reason {
  background-color: var(--clBGP);
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  gap: 56px;
  border-radius: 16px;
}
@media screen and (max-width:1024px) {
  .index .section-reasons .reasonsInner .reason {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .reason {
    gap: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason {
    padding: 24px;
    gap: 24px;
  }
}
.index .section-reasons .reasonsInner .reason:not(:last-child) {
  margin-bottom: 16px;
}
.index .section-reasons .reasonsInner .reason .reason-text {
  flex: 1;
}
.index .section-reasons .reasonsInner .reason .reason-text .reason-title {
  color: var(--clP);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title {
    font-size: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title {
    font-size: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title .reason-number {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title .reason-number {
    font-size: 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-title .reason-number {
    font-size: 64px;
  }
}
.index .section-reasons .reasonsInner .reason .reason-text .reason-heading {
  font-weight: 700;
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-heading {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-heading {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-heading {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason .reason-text .reason-heading {
    line-height: 1.4;
  }
}
.index .section-reasons .reasonsInner .reason .reason-text p {
  font-size: clamp(15px, 1.9047619048vw, 17px);
  line-height: 2;
}
@media screen and (max-width:639px) {
  .index .section-reasons .reasonsInner .reason .reason-text p {
    line-height: 1.7;
  }
}
.index .section-reasons .reasonsInner .reason .reason-text ul li {
  color: var(--clP);
  font-weight: bold;
}
.index .section-reasons .reasonsInner .reason .reason-text ul li:before {
  content: "●";
  margin-right: 0.3em;
}
.index .section-message {
  background: linear-gradient(180deg, #FFF 0%, #F3F7F9 100%);
}
@media screen and (max-width:639px) {
  .index .section-message {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-message {
    margin-bottom: 90px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-message {
    margin-bottom: 120px;
  }
}
@media screen and (min-width:640px) {
  .index .section-message {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.index .section-message .messageInner .message-content {
  display: flex;
  gap: 56px;
  align-items: flex-end;
}
@media screen and (max-width:1024px) {
  .index .section-message .messageInner .message-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .section-message .messageInner .message-content .message-image img {
    max-width: 200px;
  }
}
.index .section-message .messageInner .message-content .message-text {
  flex: 1;
}
.index .section-message .messageInner .message-content .message-text p {
  font-size: clamp(15px, 1.9047619048vw, 17px);
  line-height: 2;
}
.index .section-message .messageInner .message-content .message-text p:not(:last-child) {
  margin-bottom: 16px;
}
.index .section-message .messageInner .message-content .message-text .message-signature {
  margin-top: 32px;
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
}
.index .section-message .messageInner .message-content .message-text .message-signature small {
  font-size: 17px;
}
.index .section-message .messageInner .message-content .message-text .message-signature strong {
  font-size: 28px;
}
@media screen and (max-width:639px) {
  .index .section-message .messageInner .message-content .message-text .message-signature strong {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-message .messageInner .message-content .message-text .message-signature strong {
    font-size: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-message .messageInner .message-content .message-text .message-signature strong {
    font-size: 28px;
  }
}
.index .message-movie {
  padding: 1em;
  margin: 2em auto 8em;
  width: 100%;
  max-width: 880px;
}
.index .message-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.index .section-itinerary .itineraryInner {
  max-width: 960px;
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .heading01 {
    margin-bottom: 80px;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: var(--clBGG);
  position: relative;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step {
    gap: 0;
  }
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step {
    flex-direction: column;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step:not(:last-child) {
    margin-bottom: 32px;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(1) .step-number {
  background-color: #68DBE1;
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(2) .step-number {
  background-color: var(--clPW);
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(2) .step-number:after {
  border-top-color: var(--clPW);
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(3) .step-number {
  background-color: var(--clP);
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(3) .step-number:after {
  border-top-color: var(--clP);
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(4) .step-number {
  background-color: var(--clPD);
}
.index .section-itinerary .itineraryInner .itinerary-step:nth-of-type(4) .step-number:after {
  content: none;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-number {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-number {
    width: 70px;
  }
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-number {
    width: 66px;
    height: 66px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-number span {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7857142857vw, 16px);
  font-weight: 600;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-number span strong {
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 4.2857142857vw, 40px);
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-number span strong {
    margin-top: 0;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-number::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 40px solid #68DBE1;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-number::after {
    border-left: 35px solid transparent;
    /* 左側の斜辺 (半分の値) */
    border-right: 35px solid transparent;
    /* 右側の斜辺 (半分の値) */
    border-top: 20px solid #68DBE1;
    /* 上辺（三角形の底辺の高さと色） */
    bottom: -20px;
    /* 親要素からの垂直位置 */
  }
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-number::after {
    content: none;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content {
  flex: 1;
  padding: 40px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content {
    padding: 24px 28px;
  }
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content {
    padding: 56px 30px 32px 30px;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-title {
  display: flex;
  align-items: center;
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
  gap: 10px;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-title h3 {
  font-size: clamp(24px, 3.3333333333vw, 32px);
  line-height: 1.3;
  font-weight: 700;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-title .step-duration {
  font-size: clamp(18px, 2.2619047619vw, 20px);
  font-weight: 700;
  border: 1px solid var(--clP);
  border-radius: 100px;
  padding: 8px 16px;
  color: var(--clP);
  line-height: 1;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content p {
  font-size: clamp(15px, 1.9047619048vw, 17px);
  line-height: 1.7;
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content p strong {
  color: var(--clP);
  font-size: 1.3em;
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list {
  display: flex;
  gap: 26px;
}
@media screen and (max-width:1024px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list {
    flex-direction: column;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list li {
  background-color: #fff;
  color: var(--clP);
  padding: 16px 24px;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list li {
    text-align: center;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--clP);
}
@media screen and (max-width:1024px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .step-list li:not(:last-child)::after {
    top: auto;
    bottom: -16px;
    /* 下部に配置 */
    left: 50%;
    /* 横幅中央 */
    transform: translateX(-50%);
    /* 横方向の中央揃え */
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* 下向き三角形 */
    width: 12px;
    height: 6px;
  }
}
.index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons {
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons .button {
    padding: 14px 30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons .button {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons .button .button-text {
    font-size: 16px;
  }
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-buttons .button .button-text strong {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-itinerary .itineraryInner .itinerary-step .step-content .cv-tel {
    margin-top: 28px;
  }
}
.index .section-faq {
  background-color: var(--clBGP);
}
@media screen and (max-width:639px) {
  .index .section-faq {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq {
    margin-bottom: 80px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq {
    margin-bottom: 64px;
  }
}
@media screen and (min-width:640px) {
  .index .section-faq {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.index .section-faq .faqInner .faq-item {
  background-color: #fff;
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index .section-faq .faqInner .faq-item:not(:last-child) {
  margin-bottom: clamp(24px, 3.3333333333vw, 32px);
}
.index .section-faq .faqInner .faq-item::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 0;
  background-image: url("../img/index/ico_faq_open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item::after {
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item::after {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
.index .section-faq .faqInner .faq-item[open]:after {
  background-image: url("../img/index/ico_faq_close.svg");
}
.index .section-faq .faqInner .faq-item .faq-question {
  list-style: none;
  display: flex;
  padding: 20px 0;
  gap: 8px;
  position: relative;
  z-index: 80;
}
.index .section-faq .faqInner .faq-item .faq-question p {
  font-weight: 700;
  line-height: 1.4;
  padding-right: 20px;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    font-size: 22px;
  }
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-question p {
    padding-right: 40px;
  }
}
.index .section-faq .faqInner .faq-item .faq-answer {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 8px;
}
.index .section-faq .faqInner .faq-item .faq-answer .faq-label {
  color: var(--clS);
  position: relative;
}
@media screen and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-answer .faq-label {
    top: 3px;
  }
}
.index .section-faq .faqInner .faq-item .faq-answer p {
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .section-faq .faqInner .faq-item .faq-answer p {
    font-size: 20px;
  }
}
.index .section-faq .faqInner .faq-item .faq-answer a {
  color: #2992DD;
}
.index .section-faq .faqInner .faq-label {
  font-size: clamp(32px, 4.2857142857vw, 40px);
  font-family: "Roboto", sans-serif;
  color: var(--clP);
  width: 40px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .index .section-faq .faqInner .faq-label {
    width: 28px;
  }
}
.index .section-faq .faqInner p {
  flex: 1;
}
.index .access .accessInner .access-content {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (max-width:1024px) {
  .index .access .accessInner .access-content {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content {
    gap: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .accessInner .access-content .access-info {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.index .access .accessInner .access-content .access-info .address {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 2.2619047619vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .address {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .accessInner .access-content .access-info .address {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .accessInner .access-content .access-info .address {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .address {
    font-size: clamp(16px, 2.0238095238vw, 18px);
    align-items: flex-start;
  }
}
.index .access .accessInner .access-content .access-info .address-icon {
  width: 100%;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .address-icon {
    width: 1.5em;
  }
}
.index .access .accessInner .access-content .access-info .address p {
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .accessInner .access-content .access-info .method-wrap {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .accessInner .access-content .access-info .method-wrap {
    margin-bottom: 32px;
  }
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box {
  background-color: var(--clBGP);
  border-radius: 16px;
  padding: 20px 40px;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box {
    padding: 20px;
  }
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box:not(:last-child) {
  margin-bottom: 8px;
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box .method-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--clP);
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box .method-title {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box .method-title {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box .method-title {
    font-size: 22px;
  }
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box .method-title {
    justify-content: center;
  }
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box ul.listNormal li {
  padding: 0 0 0 18px;
  line-height: 1.7;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box ul.listNormal li {
    line-height: 1.3;
    padding-bottom: 16px;
  }
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box ul.listNormal li:before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 16px;
  letter-spacing: 0;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box ul.listNormal li:before {
    top: 9px;
  }
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box a.blank {
  color: #2992DD;
  text-decoration: underline;
}
.index .access .accessInner .access-content .access-info .method-wrap .method-box a.blank:after {
  content: url(../img/cmn/ico_blank.svg);
  margin-left: 4px;
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-info .method-wrap .method-box p {
    line-height: 1.4;
  }
}
.index .access .accessInner .access-content .access-map iframe {
  width: 520px;
  height: 450px;
  border: 0;
}
@media screen and (max-width:1024px) {
  .index .access .accessInner .access-content .access-map iframe {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  .index .access .accessInner .access-content .access-map iframe {
    height: 320px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.mainImg {
  background: linear-gradient(180deg, #F3F7F8 0%, #EAF7FB 100%);
  /* 下に配置するグラデーション */
  height: 720px;
  color: var(--clBG);
  padding-top: 36px;
  color: var(--clText);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    padding-right: 0;
    height: 570px;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    height: auto;
    padding-top: 16px;
  }
}
.mainImgInner {
  background: url("../img/index/img_doctor@2x.png") no-repeat right bottom;
  background-size: contain;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner {
    background-size: 45vw auto;
    background-position: right -3.5vw top;
  }
}
@media screen and (max-width:1024px) and (min-width:840px) {
  .mainImgInner {
    background-position: right 1.5vw top;
    background-size: 40vw auto;
  }
}
@media screen and (max-width:639px) {
  .mainImgInner {
    background-size: 200px auto;
    background-position: center bottom 220px;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .mainImgInner {
    background-size: 240px auto;
    background-position: center bottom 180px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.mainImg .mainImg-text-copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width:1200px) and (min-width:1025px) {
  .mainImg .mainImg-text-copy {
    transform: scale(0.9);
    transform-origin: left center;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy {
    transform: scale(0.75);
    transform-origin: left top;
  }
}
@media screen and (max-width:1024px) and (min-width:840px) {
  .mainImg .mainImg-text-copy {
    transform: scale(0.9);
    transform-origin: left top;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .mainImg .mainImg-text-copy {
    transform: scale(1.1);
    transform-origin: center top;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms {
    margin-bottom: 8px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .symptoms {
    margin-bottom: 15px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .symptoms {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms {
    line-height: 2;
  }
}
.mainImg .mainImg-text-copy .symptoms p {
  letter-spacing: 0;
}
.mainImg .mainImg-text-copy .symptoms p:not(:last-child) {
  margin-bottom: 22px;
}
.mainImg .mainImg-text-copy .symptoms p .symptoms-part {
  color: var(--clTextR);
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-part {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-part {
    font-size: 26px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-part {
    font-size: 28px;
  }
}
.mainImg .mainImg-text-copy .symptoms p .symptoms-note {
  position: relative;
  top: -5px;
  left: 3.5px;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-note {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-note {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-note {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-connector {
    font-size: 17px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-connector {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-connector {
    font-size: 24px;
  }
}
.mainImg .mainImg-text-copy .symptoms p .symptoms-highlight {
  background-color: #fff;
  padding: 2px 12px;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-highlight {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-highlight {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-highlight {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .symptoms p .symptoms-highlight {
    display: inline-block;
    margin-top: 6px;
    letter-spacing: 0;
    padding: 3px 8px 8px;
  }
}
.mainImg .mainImg-text-copy .symptoms p .symptoms-highlight::before {
  content: url(../img/cmn/ico_exclamation.svg);
  position: relative;
  top: 2px;
  margin-right: 4px;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .diagnosis {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .diagnosis {
    margin-bottom: 24px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .diagnosis {
    margin-bottom: 40px;
  }
}
.mainImg .mainImg-text-copy .diagnosis p {
  letter-spacing: 0;
}
.mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition {
  background-image: url(../img/cmn/line_wave.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition {
    font-size: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition {
    font-size: 35px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition {
    font-size: 42px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition {
    display: inline-block;
    padding-bottom: 8px;
  }
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition:not(:last-child) {
    margin-bottom: 4px;
  }
}
.mainImg .mainImg-text-copy .diagnosis p .diagnosis-condition ruby rt {
  font-size: 10px;
  top: -3px;
  position: relative;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-explanation {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-explanation {
    font-size: 23px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .diagnosis p .diagnosis-explanation {
    font-size: 25px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment {
    margin-bottom: 5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment {
    margin-bottom: -15px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:840px) {
  .mainImg .mainImg-text-copy .treatment {
    margin-bottom: 8px;
  }
}
.mainImg .mainImg-text-copy .treatment p {
  letter-spacing: 0;
}
.mainImg .mainImg-text-copy .treatment p .treatment-info {
  display: block;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    font-size: 26px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    font-size: 28px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    margin-bottom: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    margin-bottom: 26px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info {
    margin-bottom: 26px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info small {
    font-size: 17px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info small {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-info small {
    font-size: 24px;
  }
}
.mainImg .mainImg-text-copy .treatment p .treatment-title {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-title {
    font-size: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-title {
    font-size: 56px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-title {
    font-size: 64px;
  }
}
.mainImg .mainImg-text-copy .treatment p .treatment-title .treatment-char {
  position: relative;
}
.mainImg .mainImg-text-copy .treatment p .treatment-title .treatment-char::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--clP);
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 0.45em;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-title .treatment-char::before {
    height: 6px;
    width: 6px;
    top: 2px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-connector {
    font-size: 22px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-connector {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-connector {
    font-size: 32px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-connector {
    margin-bottom: 335px;
    display: inline-block;
    margin-top: 8px;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .mainImg .mainImg-text-copy .treatment p .treatment-connector {
    margin-bottom: 386px;
  }
}
.mainImg .profile {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  right: -20px;
  bottom: 420px;
}
@media screen and (min-width:1400px) {
  .mainImg .profile {
    right: -41px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .profile {
    right: 8px;
    bottom: auto;
    top: 315px;
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media screen and (max-width:1024px) and (min-width:840px) {
  .mainImg .profile {
    right: 35px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .profile {
    right: 8px;
    bottom: 340px;
  }
}
@media screen and (max-width:639px) and (min-width:400px) {
  .mainImg .profile {
    right: 10vw;
  }
}
.mainImg .profile span {
  margin-top: 6px;
  font-size: 14px;
  display: block;
}
.mainImg .profile span strong {
  font-size: 20px;
  font-weight: 500;
}
.mainImg .cv-buttons {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width:639px) {
  .mainImg .cv-buttons {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .cv-buttons {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .cv-buttons {
    margin-bottom: 64px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .cv-buttons {
    gap: 6px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .cv-buttons {
    max-width: 440px;
  }
}
.mainImg .cv-buttons .button {
  flex: 1;
  padding: 20px 10px;
}
@media screen and (max-width:639px) {
  .mainImg .cv-buttons .button {
    white-space: nowrap;
    gap: 4px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .cv-buttons .button .button-text {
    font-size: 14px;
  }
  .mainImg .cv-buttons .button .button-text strong {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .cv-buttons .button .button-text {
    font-size: 16px;
  }
  .mainImg .cv-buttons .button .button-text strong {
    font-size: 22px;
  }
}
.mainImg .mainImg-text-features {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features {
    padding-right: 32px;
  }
}
.mainImg .mainImg-text-features .features {
  display: flex;
  flex-basis: 56%;
  gap: 12px;
  letter-spacing: 0;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .features {
    gap: 8px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .features {
    gap: 4px;
  }
}
.mainImg .mainImg-text-features .features .feature {
  border-radius: 4px;
  border: 2px solid var(--clSW);
  background: var(--clBGS);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  flex: 1;
  padding: 38px 14px 10px 14px;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .features .feature {
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .features .feature {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .features .feature {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) {
  .mainImg .mainImg-text-features .features .feature {
    padding: 28px 14px 10px 14px;
  }
}
.mainImg .mainImg-text-features .features .feature .feature-icon {
  position: absolute;
  left: 0px;
  right: 0;
  top: -36px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .mainImg .mainImg-text-features .features .feature .feature-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }
}
.mainImg .mainImg-text-features .features .feature .feature-content .feature-highlight {
  color: var(--clSW);
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .features .feature .feature-content .feature-highlight {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .features .feature .feature-content .feature-highlight {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .features .feature .feature-content .feature-highlight {
    font-size: 28px;
  }
}
.mainImg .mainImg-text-features .statistics {
  border-radius: 4px;
  border: 2px solid var(--clA);
  background-color: var(--clBGCV);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:1400px) {
  .mainImg .mainImg-text-features .statistics {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics {
    padding: 8px 20px;
    margin-top: 8px;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width:1400px) {
  .mainImg .mainImg-text-features .statistics .statistics-content {
    gap: 50px;
  }
}
@media screen and (max-width:1024px) {
  .mainImg .mainImg-text-features .statistics .statistics-content {
    justify-content: space-between;
    width: 100%;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-title {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title {
    text-align: center;
  }
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title {
    font-size: 24px;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-title small {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title small {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title small {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-title small {
    font-size: 18px;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-title strong {
  color: var(--clA);
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-note {
  margin-top: 10px;
  font-size: 10px;
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-note {
    text-align: center;
    margin-top: 0;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-value strong {
  color: var(--clA);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media screen and (max-width:639px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-value strong {
    font-size: 57px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-value strong {
    font-size: 57px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-value strong {
    font-size: 74px;
  }
}
@media screen and (min-width:1400px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-value strong {
    font-size: 80px;
  }
}
.mainImg .mainImg-text-features .statistics .statistics-content .statistics-value span {
  font-size: 22px;
}
@media screen and (min-width:1025px) {
  .mainImg .mainImg-text-features .statistics .statistics-content .statistics-value span {
    font-size: 24px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: var(--clBGP);
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clP);
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents > section {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info {
    text-align: center;
  }
}
.lower .contact .section-mailform-info br {
  display: none;
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info br {
    display: block;
  }
}
.lower .contact .section-mailform-info small {
  display: block;
  margin-top: clamp(24px, 3.3333333333vw, 32px);
}
@media screen and (min-width:640px) {
  .lower .contact .section-mailform-info small {
    text-align: center;
  }
}
.lower .contact .formBtn-confirm {
  margin-top: clamp(56px, 7.1428571429vw, 64px);
}
.lower .contact .formBtn-confirm .contact-form__btn {
  margin-bottom: clamp(40px, 5.2380952381vw, 48px);
}
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 30px 30px 40px;
  background-color: #f5f5f5;
  max-width: 800px;
  margin: auto;
  border-radius: 4px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
  padding-right: 16px;
}
.lower .contact .privacy-policy h3 {
  font-size: clamp(18px, 2.2619047619vw, 20px);
  text-align: center;
  margin-bottom: 28px;
}
.lower .contact .privacy-policy h4 {
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 2px solid #b0b0b0;
  padding: 12px;
  border-radius: 3px;
  color: #3f3c3b;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
  background-color: var(--clBGW);
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 60%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
  top: -1.5px;
}
.lower .contact ::-moz-placeholder {
  color: #b0b0b0;
}
.lower .contact ::placeholder {
  color: #b0b0b0;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #21acb3;
  border-radius: 4px;
  color: #21acb3;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
  margin-top: 64px;
}
.lower .contact .contact-form__item {
  border-bottom: 2px solid #e0e0e0;
}
.lower .contact .contact-form__item:nth-last-child(2), .lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.3em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--clP);
  font-weight: 500;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d44c00;
}
.lower .contact .contact-form__optional {
  background-color: #3f3c3b;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #f9f9f9;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #f5f5f5;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #21acb3;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  transition: 0.2s ease-out;
  opacity: 0.8;
}
.lower .contact .contact-form__btn.back {
  background-color: #e0e0e0;
  color: #3f3c3b;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #efefef;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #d44c00;
}
.lower .contact .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .txtC {
  font-size: clamp(13px, 1.6666666667vw, 15px);
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #3f3c3b;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #3f3c3b;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #21acb3;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #21acb3;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */