﻿

/* スマホサイズ時にポスター画像を適用 */
@media only screen and (max-width: 768px) {
  #key-visual-video {
    background-image: url('/Contents/img/TopImage/video.png');
    background-size: cover;
    background-position: center;
  }
}
    .service-area,
    .feature-area,
    .doctor-voice_area,
    .user-area,
    .plan-area,
    .schedule-area,
    .flow-area
     {
        padding: 5rem 0 0;
    }

    .qa-area {
    padding: 5rem 0 6rem;
    }

.kv-area {
    position: relative;
}

.kv-text {
    margin-bottom: 5%;
}

.kv-text_container {
    position: absolute;
    top: 25%;
    left: 13%;
    width: 33%;
}

.kv-btn {
    display: flex;
    gap: 10px;
}

.kv-btn a {
    color: #fff;
    padding: 3% 0;
    display: block;
    width: 40%;
    text-align: center;
    background: #AF7500;
    background: linear-gradient(0deg, rgba(175, 117, 0, 1) 0%, rgba(207, 154, 18, 1) 25%, rgba(231, 196, 76, 1) 52%, rgba(255, 222, 128, 1) 74%, rgba(212, 182, 71, 1) 100%);
}

/*----共通----*/

p,dd {
    line-height: 1.8;
}

.site-container {
    background: #F1FCFF;
}

h2.section-title {
    text-align: center;
    font-size: calc(var(--s-val) * 4);
    font-family: "Shippori Mincho", serif;
    line-height: 1.5;
}

.title-size {
    font-size: calc(var(--s-val) * 5.7);
}

.title-detail {
    margin-bottom: 6rem;
}

.title-detail p {
    text-align: center;
    font-size: calc(var(--s-val) * 1.8);
    font-weight: bold;
    line-height: 1.5;
}

.english-text {
    font-family: var(--canto-font);
    font-size: calc(var(--s-val) * 4);
    color: var(--blue-color);
    text-align: center;
}

.schedule-title dt, .feature-title dt, .doctor-voice-title dt, .user-title dt, .plan-title dt {
    line-height: 1;
    margin-bottom: 3%;
    font-size: calc(var(--s-val) * 4);
    font-family: var(--mincho-font);
}

/*ボタンエリア*/

.top-btn_area {
    background-image: url(/Contents/img/TopImage/top-btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0 4.5%;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: -3%;
    background-position: top 0% left 50%;
}

.btn-area_title {
    margin-bottom: 3%;
}

.kv-btn a {
    padding: 3% 0;
    background: #af7500;
    background: linear-gradient(0deg, #af7500, #cf9a12 24%, #e7c44c, #ffde80 76%, #d4b647);
    color: #fff;
    font-size: calc(var(--s-val)* 1.6);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 45%;
    border-radius: 5px;
}

.kv-btn a:hover {
    opacity: 1;
}

.kv-btn a span {
    position: relative;
    content: "";
    border: 2px solid #fff;
    width: calc(var(--s-val)* 2);
    height: calc(var(--s-val)* 2);
    border-radius: 100px;
    display: inline-block;
    margin-left: 5%;
}

.kv-btn a span:after {
    background-image: url(/Contents/img/CommonImage/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 50% right 0px;
    content: "";
    width: calc(var(--s-val)* 3);
    height: calc(var(--s-val)* 2.3);
    position: absolute;
    top: -10%;
    right: -90%;
    transition: right .3s ease;
    display: inline-block;
}

.kv-btn a:hover span:after {
right: -120%
}

.bottom-btn_area.btn-area_bg {
    padding: 5% 0 8%;
}

.bottom-btn_area  a {
    padding: 6% 0;
}


/*----service----*/

.service-area {
    max-width: 1020px;
    margin: 0 auto;
}

.service-area h2.section-title {
    color: #405456;
}

.service-01 {
    margin: 0 auto -10%;
}

.service-04 {
    margin: -10% auto 0;
}

.service-01,
.service-02,
.service-03,
.service-04 {
    aspect-ratio: 1 / 1;
    width: 45%;
    max-width: 350px;
    background: #50C0CF;
background: linear-gradient(270deg, rgba(80, 192, 207, 1) 0%, rgba(192, 248, 255, 1) 100%);
position: relative;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}

.service-01::before,
.service-02::before,
.service-03::before,
.service-04::before {
    content: "";
    background-image: url(/Contents/img/TopImage/test-bg.png);
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.service-No {
    font-size: 54px;
    position: absolute;
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    color: #61959C;
    font-family: "Shippori Mincho", serif;
    z-index: 1;
}

.service-content_title {
    font-size: calc(var(--s-val)*3.2);
    color: #fff;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 1rem;
    z-index: 1;
}

.service-content_title p {
    line-height: 1.2;
}

.service-01 .service-icon {
    width: 22%;
}

.service-02 .service-icon {
    width: 24%;
}

.service-03 .service-icon {
    width: 34%;
}

.service-icon {
    margin: 0 auto 1rem;
    z-index: 1;
}

.service-detail {
    font-size: calc(var(--s-val)*1.6);
    margin-bottom: 1rem;
    z-index: 1;
}

.service-detail p {
    line-height: 1.5;
}

.annotation-text {
    font-size: calc(var(--s-val)*1.2);
}

.service-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3rem;
    text-align: center;
    background-image: url(/Contents/img/TopImage/test-area_bg.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: bottom 0 left 50%;
}

.online-banner {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.online-banner dl {
    position: absolute;
    margin: 0 auto;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}

.online-banner dt {
    font-size: calc(var(--s-val)*3.5);
    font-family: "Shippori Mincho", serif;
    margin-bottom: 1rem;
}

.online-banner dd {
    line-height: 1.5;
    font-size: calc(var(--s-val)*1.6);
}

dt,
dd {
    text-align: center;
}

.service-content_box {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}


/*fuature*/

.feature-bg {
    position: relative;
}

.feature-area {
    width: 80%;
    margin: 0 auto;
}

.feature-area .title-deco {
    padding-bottom: 5.5rem;
}

.feature-title {
    text-align: center;
    font-family: var(--mincho-font);
}

.feature-title dt {
    font-size: calc(var(--s-val)*3);
}

.feature-area dd {
    font-size: calc(var(--s-val)*3.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-area dd .feature-No {
    font-size: calc(var(--s-val)*9);
    font-family: var(--canto-font);
      line-height: 0.7;
}

.feature-content_wrapper {
    display: flex;
    gap: calc(var(--s-val)*2.8);
    flex-wrap: wrap;
  max-width:1020px;
      margin: 0 auto;
}

.feature-content {
    width: calc(50% - var(--s-val) * 1.5);
}

.feature-content-title {
    display: flex;
    align-items: center;
    gap: 10px;
      margin-bottom: 4%;
}

.feature-content-no {
    font-size: calc(var(--s-val)*7.7);
    font-family: var(--canto-font);
    color: #48A1C6;
    position: relative;
    white-space: nowrap;
}

.feature-content-no::before {
    content: "";
    width: 87%;
    height: 4px;
    background-color: #48a1c6;
    position: absolute;
    bottom: 25%;
    right: 0;
}

.feature-title_mincho {
    font-size: calc(var(--s-val)*2.4);
    font-family: var(--mincho-font);
    font-weight: 500;
      margin-left: 3%;
      letter-spacing: -2px;
}

.feature-text {
    background-color: #fff;
    padding: 2% 6% 4% 8%;
    border-radius: 0 0 10px 10px;
}

.feature-text.feature-text_bottom {
    padding: 2% 6% 4% 8%;
}

.feature-detail {
    font-size: calc(var(--s-val)*1.6);
      line-height: 2;
      margin-left: 2%;
}



/*-doctor-*/
.doctor-voice_area {
    width: 80%;
    margin: 0 auto;
}

.doctor-voice-title {
    text-align: center;
    margin-bottom: 3%;
}

.doctor-voice-title dd {
    font-size: calc(var(--s-val)*1.8);
    font-weight: bold;
}

.doctor-content_box {
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-bottom: 6%;
}

.doctor-photo {
    width: 38%;
    text-align: right;
    position: relative;
    margin-top: 2%;
}

.doctor-text_box {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.doctor-text {
    margin-bottom: 17%;
}

.doctor-name {
    font-size: calc(var(--s-val)*3);
    font-family: var(--mincho-font);
    margin-bottom: 4%;
    font-weight: 500;
}

.name-eg {
    font-size: calc(var(--s-val)*2);
    color: #848484;
    font-family: var(--canto-font);
    margin-left: 6%;
}

.doctor-career {
    font-size: calc(var(--s-val)*1.6);
    font-weight: bold;
}

.doctor-message {
    background-color: #fff;
    padding: 11% 5% 10%;
    position: relative;
}

.doctor-message_title {
    font-size: calc(var(--s-val)*3.3);
    font-family: var(--canto-font);
    color: var(--blue-color);
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
}

.doctor-message_inner {
    font-size: calc(var(--s-val)*1.6);
    line-height: 2;
}


/*インタビュー*/

.video-title,
.short-title {
    font-size: calc(var(--s-val)*2.6);
    text-align: center;
    font-family: var(--canto-font);
    position: relative;
}

.interview-title {
    text-align: center;
    font-size: calc(var(--s-val)*2.8);
    font-family: var(--mincho-font);
    line-height: 1;
    margin-bottom: 4%;
  font-weight: 500;
}

.interview_video {
    margin: 0 auto;
    text-align: center;
}

.interview_video_box {
    margin-bottom: 6%;
}

.video-title {
    margin-bottom: 3%;
}

.short-video iframe {
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    max-width: 650px;
    display: flex;
    width: 80%;
      position: relative;
      z-index: 1;
}

.short-title {
    margin-bottom: 3%;
}


/*user-voice*/

.user-area {
    position: relative;
}

.user-title {
    text-align: center;
}

.user-title dd {
    font-size: calc(var(--s-val)*1.8);
    font-weight: bold;
}

.user-voice_content {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    max-width: 840px;
  position: relative;
}

.user-voice_box {
    display: flex;
    justify-content: center;
    background: #50C0CF;
    background: linear-gradient(270deg, rgba(80, 192, 207, 1) 0%, rgba(192, 248, 255, 1) 100%);
    padding: 3% 10%;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 7px 7px 0 0;
}

.user-content_title {
    margin-left: 5%;
}

.user-content_title {
  width: 76%;
  font-weight: bold;
}

.user-content_photo {
width: 16%;
}

.user-content_title p {
    font-size: calc(var(--s-val)* 2.4);
    color: #fff;
    position: relative;
    padding-left: 5%;
}

.user-content_title p::before {
    content: "";
    width: 2px;
    display: block;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;

}

.user-number {
    font-size: calc(var(--s-val)*1.8);
}

.user-voice_comment {
    padding: 4% 8%;
    font-size: calc(var(--s-val)*1.6);
    font-weight: normal;
}

.user-voice_comment p {
    line-height: 1.8;
}


/*plan*/

.plan-title {
    text-align: center;
    margin-bottom: 6%;
}

.plan-title dd {
    font-size: calc(var(--s-val)*1.6);
    font-weight: bold;
}

.plan-content {
    margin: 0 auto 6%;
    width: 90%;
    display: flex;
    gap: 10px;
    font-weight: bold;
    max-width: 1240px;
}

.plan-01,
.plan-02,
.plan-03,
.plan-04 {
    background-color: #fff;
    width: calc(25% - calc(var(--s-val)* 0.375));
    padding: 2.5% 1.5%;
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.plan-content_title p .plan-04 {
  font-size: calc(var(--s-val)* 2.8);
}

.plan-content_title {
    color: var(--plan-color);
    font-size: calc(var(--s-val)*2.2);
    margin-bottom: 10%;
  text-align: left;
}

.plan-content_title p {
    margin-bottom: 4%;
    letter-spacing: -1px;
}

.plan-title_size {
    font-size: calc(var(--s-val)* 1.2);
    letter-spacing: 0;
    display: block;
    margin-bottom: 1%;
        transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

.plan-detail p {
    color: #848484;
    font-size: calc(var(--s-val)*1.4);
    letter-spacing: 0;
}

.plan-03 {
    position: relative;
    border: 2px solid var(--plan-color);
}

.plan-popularity {
    position: absolute;
    top: -10%;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.plan-list li {
    font-size: calc(var(--s-val)*1.4);
    margin-bottom: 6%;
    position: relative;
    left: 10%;
}

.plan-list li::before {
    content: "";
    background-image: url(/Contents/img/TopImage/plan-icon.png);
    width: calc(var(--s-val)* 2);
    height: calc(var(--s-val)* 2);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -11%;
    top: 50%;
    transform: translateY(-50%);
}

.plan-period {
    font-size: calc(var(--s-val)*1.2);
    color: #848484;
    margin-bottom: 1%;
}

.plan-price_box {
    margin-bottom: 6%;
}

.plan-price {
    font-size: calc(var(--s-val)*2.2);
    color: #48A1C6;
}

.plan-price span {
    font-size: calc(var(--s-val)*1.4);
}

ul.plan-list {
    margin-bottom: 10%;
}

.plan-support {
    font-size: calc(var(--s-val)*2.4);
    color: var(--plan-color);
    border: 1px solid var(--plan-color);
    padding: 3% 0;
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
  font-weight:bold;
}

.contact-btn a {
    background: #AF7500;
    background: linear-gradient(0deg, rgba(175, 117, 0, 1) 0%, rgba(207, 154, 18, 1) 25%, rgba(231, 196, 76, 1) 52%, rgba(255, 222, 128, 1) 74%, rgba(212, 182, 71, 1) 100%);
    font-size: calc(var(--s-val)*1.4);
    color: #fff;
    padding: 3% 0;
    display: block;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
}

.contact-btn a:hover {
    opacity: 0.8;
}

.contact-btn a span {
    position: relative;
    margin-right: 5%;
}

.contact-btn a span::before {
    position: absolute;
    content: "";
    width: calc(var(--s-val)* 1.7);
    height: calc(var(--s-val)* 2);
    background-image: url(/Contents/img/CommonImage/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -40%;
    top: 30%;
    z-index: 100;
}


/*schedule*/


.schedule-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 1%;
}

.english-text {
    margin-bottom: 1%;
}

.english-text p {
    line-height: 1;
}

.schedule-title dt {
    font-family: var(--mincho-font);
    font-size: calc(var(--s-val)* 4);
    text-align: center;
    margin-bottom: 3%;
}

.schedule-title dd {
    line-height: 1.5;
    font-size: calc(var(--s-val)*1.6);
    font-weight: bold;
}

.schedule-photo {
width: 90%;
    margin: 0 auto;
    max-width: 1240px;
}

.flow-content_wrapper {
    background-image: url(/Contents/img/TopImage/step-arrow.png), url(/Contents/img/TopImage/step-arrow.png), url(/Contents/img/TopImage/step-arrow.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 4%, 4%, 4%;
    background-position: top 22.5% left 50%, top 50% left 50%, top 77.5% left 50%;
}


.flow-title {
    text-align: center;
    font-size: calc(var(--s-val)*4);
    font-family: var(--mincho-font);
    line-height: 1;
    margin-bottom: 3.5%;
  font-weight: 500;
}

.flow-content01,
.flow-content02,
.flow-content03,
.flow-content04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 4%;
    border: 2px solid #75CBC9;
    align-items: stretch;
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    max-width: 774px;
}

.flow-content04 {
    margin-bottom: 0;
}

.flow-content_text {
    margin-left: 7%;
    padding: 3% 5% 3% 0;
    width: 100%;
}

.flow-icon {
    position: absolute;
    right: -3%;
    top: -25%;
    width: 17%;
}

.flow-content_No {
    font-size: calc(var(--s-val)*2.5);
    font-family: var(--canto-font);
    text-align: center;
    color: #fff;
    background-color: #75CBC9;
    padding: 4% 3% 2%;
    width: 15%;
      border-radius: 5px 0 0 5px;
}

.flow-content_No span {
    font-size: calc(var(--s-val)*7);
    line-height: 0.7;
    white-space: nowrap;
}

.flow-content_text dt,
.flow-content_text dd {
    text-align: left;
}

.flow-content_text dt {
    font-size: calc(var(--s-val)*3);
    margin-bottom: 4%;
    line-height: 1;
    font-family: var(--mincho-font);
}

.flow-content_text dd {
    font-size: calc(var(--s-val)*1.6);
}

/*qa*/

.qa-area {
    max-width: 1020px;
    margin: 0 auto;
    width: 80%;
}

.qa-title {
    text-align: center;
    font-size: calc(var(--s-val) * 4);
    font-family: var(--mincho-font);
    line-height: 1;
    margin-bottom: 4%;
    font-weight: 500;
}

.qa-accordion dl {
    background-color: #fff;
    padding: 4% 10% 4% 12%;
    margin: 0 auto 1rem;
}

.qa-accordion dd {
    background-color: #F5F5F5;
    font-size: calc(var(--s-val) * 1.6);
    margin-top: 4%;
}

.question,
.answer {
    text-align: left;
    position: relative;
    padding: 3% 2%;
}

.question span,
.answer span {
    position: absolute;
    left: -6%;
    font-size: calc(var(--s-val)*2.8);
}

.question span {
    top: 50%;
    transform: translateY(-50%);
}

.answer span {
    top: 0;
}

.question span {
    color: #1786B5;
    font-weight: normal;
}

.qa-accordion dt {
  cursor: pointer;
  font-weight: bold;
  font-size: calc(var(--s-val)*2);
}

dd.answer {
    display: none;
}

dt.question {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    padding: 0;
  }

  .question::before,
  .question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    width: 20px;
    height: 2px;
    background-color: #1786B5;
    transition: transform 0.3s ease;
    border-radius: 100px;
  }
  
  .question::after {
    transform: translateY(-10%) rotate(90deg);
  }

  .question.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  
  .question.active::before {
    transform: translateY(-50%) rotate(0deg);
  }

  @media screen and (max-width: 1300px) {
    .kv-btn a {
            font-size: calc(var(--s-val)* 1.6);
    }

    .kv-btn a span {
    width: calc(var(--s-val) * 1.5);
    height: calc(var(--s-val) * 1.5);
}

    .kv-btn a span:after {
    width: calc(var(--s-val) * 2);
    height: calc(var(--s-val) * 2);
    top: -20%;
        right: -75%;
}

.flow-content_wrapper {
    background-position: top 21.5% left 50%, top 47% left 50%, top 75.5% left 50%;
}
}

@media screen and (max-width: 768px) {

    .feature-area,
    .doctor-voice_area,
    .user-area,
    .plan-area
     {
        padding: 2.5rem 5% 0;
    }

    .qa-area {
        padding: 2.5rem 0 25%;
        width: 90%;
    }

    .schedule-area,
    .flow-area {
        padding: 2.5rem 0 0;
    }

    .kv-text_container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .kv-btn {
        justify-content: center;
    }

    .kv-text {
        width: 80%;
        margin: 0 auto 5%;
    }

    .kv-btn a {
        font-size: calc(var(--s-val) * 1.4);
        border-radius: 5px;
        width: 42%;
        min-width: auto;
    }

    .kv-btn a span {
        border: 1px solid #fff;
        width: calc(var(--s-val) * 1.2);
        height: calc(var(--s-val) * 1.2);
    }

    .kv-btn a span:after {
        width: calc(var(--s-val) * 1.5);
        height: calc(var(--s-val) * 1.5);
        top: -20%;
        right: -75%;
    }

    /*共通*/

    .title-size {
        font-size: calc(var(--s-val) * 3.6);
    }

    h2.section-title {
        font-size: calc(var(--s-val) * 2.4);
    }

    .title-detail {
        width: 95%;
        margin: 0 auto 4rem;
        line-height: 1.5;
    }

    .title-detail p {
        font-size: calc(var(--s-val) * 1.4);
        text-align: left;
        line-height: 1.7;
    }

    .english-text {
        font-size: calc(var(--s-val) * 2.4);
        margin-bottom: 4%;
    }

    .schedule-title dt, .feature-title dt, .doctor-voice-title dt, .user-title dt, .plan-title dt {
        font-size: calc(var(--s-val) * 2.8);
        margin-bottom: 6%;
    }

    .title-deco {
        padding: 2rem 0;
    }

    /*service*/

    .service-area {
        padding: 0;
    }
    

    .service-area h2.section-title {
    padding: 0rem 4% 2rem;
}

    .service-content {
        background-size: 100%;
        width: 100%;
        background-image: url(/Contents/img/TopImage/test-area_sp_bg.png);
    }

    .service-No {
        font-size: calc(var(--s-val) * 3);
        top: -20%;
    }

    .service-content_title {
        font-size: calc(var(--s-val) * 1.8);
        margin-bottom: 0.5rem;
                margin-top: 1rem;
    }

    .service-detail {
        font-size: calc(var(--s-val) * 1.2);
        font-weight: normal;
        position: absolute;
        bottom: -85px;
        height: 60px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .annotation-text {
        font-size: calc(var(--s-val) * 0.9);
    }

    .service-content_box {
        gap: 20px;
        justify-content: space-between;
        padding: 0 4%;
    }

    .service-content_box:first-child {
        margin-bottom: 7%;
    }

    .service-01, .service-02, .service-03,.service-04 {
        width: 45%;
        margin: 0 0 24%;
    }

    .service-01 .service-icon {
        width: 30%;
    }

    .service-02 .service-icon {
        width: 30%;
    }

    .service-03 .service-icon {
        width: 50%;
    }

    .service-04 .service-icon {
    width: 40%;
}

.online-banner dl {
    top: 50%;
    width: 90%;
}

    .service-04 {
        margin: 0 0 24%;
    }

    .online-banner {
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }

    .online-banner dt {
        font-size: calc(var(--s-val) * 2);
    }

    .online-banner dd {
        font-size: calc(var(--s-val) * 1.5);
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    /*feature*/

    .feature-area {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .feature-bg {
        padding: 0;
    }

    .feature-area .title-deco {
        padding-bottom: 3.5rem;
    }

    .feature-content-no::before {
        width: 90%;
        height: 2px;
        bottom: 15%;
    }

    .feature-content-no p {
        line-height: 1;
    }

    .feature-text {
        padding: 5% 6% 8% 6%;
    }

    .feature-text.feature-text_bottom {
        padding: 5% 6% 8% 6%;
    }

    .feature-content-title {
        margin-bottom: 3%;
        gap: 5px;
    }

    .feature-title dt {
        font-size: calc(var(--s-val) *2.2);
    }

    .feature-area dd .feature-No {
        font-size: calc(var(--s-val) * 6);
    }

    .feature-area dd {
        font-size: calc(var(--s-val) * 2.8);
    }

    .feature-content_wrapper {
        gap: calc(var(--s-val) * 2.8);
        flex-direction: column;
    }

    .feature-content {
        width: 100%;
    }

    .feature-content-no {
        font-size: calc(var(--s-val) * 5.3);
    }

    .feature-title_mincho {
        font-size: calc(var(--s-val) * 1.7);
            letter-spacing: 0px;
    }

    .feature-detail {
        font-size: calc(var(--s-val) * 1.4);
    }

    /*doctor*/

    .doctor-voice_area {
        width: 100%;
        box-sizing: border-box;
    }

    .doctor-voice-title {
        margin-bottom: 6%;
    }

    .doctor-voice-title dd {
        font-size: calc(var(--s-val) * 1.4);
    }

    .doctor-content_box {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 10%;
    }

    .doctor-text_box {
        width: 100%;
    }

    .doctor-photo {
        width: 64%;
        margin: 0 auto;
        padding-right: 1%;
        z-index: 1;
    }

    .doctor-photo:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #50C0CF;
        background: linear-gradient(90deg, rgba(80, 192, 207, 1) 0%, rgba(192, 248, 255, 1) 100%);
        width: 90%;
        height: 90%;
        bottom: -6%;
        left: -5%;
    }

    .doctor-name {
        font-size: calc(var(--s-val) * 2.2);
        text-align: center;
        margin-bottom: 2%;
    }

    .doctor-text {
        margin-bottom: 15%;
    }

    .doctor-message {
        padding: 10% 6% 10%;
    }

    .name-eg {
        font-size: calc(var(--s-val) * 1.6);
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 1;
    }

    .doctor-career {
        font-size: calc(var(--s-val) * 1.4);
        width: 85%;
        margin: 0 auto;
    }

    .doctor-message_title {
        font-size: calc(var(--s-val) * 2.2);
    }

    .doctor-message_inner {
        font-size: calc(var(--s-val) * 1.4);
        margin-bottom: 2%;
    }

    .interview-title {
        font-size: calc(var(--s-val) * 2);
    }

    .video-title {
        font-size: calc(var(--s-val) * 2);
                margin-bottom: 2%;
    }

    .interview_video_box {
        margin-bottom: 12%;
    }

    .interview_video video {
        width: 100%;
        height: 100%;
    }

    .short-video iframe {
        width: 100%;
    }

    /*user voice*/

    .user-title dt {
        margin-bottom: 10%;
    }

    .user-title dd {
        font-size: calc(var(--s-val) * 1.4);
        text-align: left;
        line-height: 1.8;
    }

    .user-voice_content {
        width: 100%;
    }

    .user-content_title {
        width: 85%;
    }

    .user-content_title p {
        font-size: calc(var(--s-val) * 1.8);
    }

    .user-number {
        font-size: calc(var(--s-val) * 1.5);
        line-height: 1.8;
        margin-top: 8%;
        display: block;
    }

    .user-content_photo {
        width: 30%;
    }

    .user-voice_box {
        padding: 8% 5%;
    }

    .user-voice_comment {
        padding: 8% 6% 9%;
        font-size: calc(var(--s-val) * 1.4);
    }

    /*plan*/

    .plan-title dt {
        margin-bottom: 10%;
    }

    .plan-title dd {
        font-size: calc(var(--s-val) * 1.4);
        text-align: left;
        letter-spacing: -1px;
        margin: 0 auto;
        line-height: 1.8;
    }

    .plan-content {
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }

    .plan-02 {
        margin-bottom: 17%;
    }

    .plan-01, .plan-02, .plan-03, .plan-04 {
        box-sizing: border-box;
        width: 100%;
        padding: 8% 6%;
    }

    .plan-04 .plan-content_title {
        font-size: calc(var(--s-val) * 2.8);
    }

    .plan-support {
        font-size: calc(var(--s-val) * 1.6);
        width: 100%;
        padding: 5% 0;
    }

    .plan-content_title {
        margin-bottom: 5%;
    }

    ul.plan-list {
        margin-bottom: 7%;
    }

    .plan-period {
        margin-bottom: 0%;
    }

    .plan-content {
        margin: 0 auto 9%;
    }

    .contact-btn a {
        width: 80%;
    }

        /*schedule*/

    .schedule-photo {
        margin: 0 0 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: max(335px, calc(335 / 375 * 100vw));
    }

    .schedule-photo img {
        min-width: 1020px;
        box-sizing: border-box;
    }

    .plan-content_title p {
        margin-bottom: 2%;
            letter-spacing: -1px;
    }

    span.plan-title_size {
        line-height: 1;
        margin-bottom: 0%;
            letter-spacing: 0px;
    }

    .schedule-title dd {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: calc(var(--s-val) * 1.4);
        line-height: 1.8;
    }

/*flow*/

.flow-title {
    font-size: calc(var(--s-val)* 2.8);
      margin-bottom: 8%;
}

  .flow-content_wrapper {
    background-size: 13%, 13%, 13%;
    background-position: top 21% left 50%, top 46.5% left 50%, top 75.5% left 50%;
}

  .bottom-btn_area.btn-area_bg {
    padding: 8% 0 12%;
}

.flow-content01, .flow-content02, .flow-content03, .flow-content04 {
    width: 90%;
    margin-bottom: 15%;
}

.flow-content01, .flow-content02, .flow-content03 {
    margin-bottom: 19%;
}

.flow-content04 {
    margin-bottom: 0;
}

.flow-content_No {
    font-size: calc(var(--s-val)* 2.3);
        padding: 5% 0% 2%;
        width: 36%;
}

  .flow-content_text {
    padding: 5% 4% 4% 0;
    margin-left: 6%;
}

.flow-content_No span {
    font-size: calc(var(--s-val)* 5);
    display: flex;
    justify-content: center;
}

.flow-content_text dt {
    font-size: calc(var(--s-val)* 2.2);
    margin-bottom: 4%;
    line-height: 1.5;
}

.flow-content_text dd {
    font-size: calc(var(--s-val)* 1.4);
}

.flow-icon {
        width: 28%;
        top: -22%;
        right: -1%;
}

/*qa*/

.qa-area .english-text {
    margin-bottom: 0%;
}

.question::before, .question::after {
    right: 1%;
    width: 15px;
}

.qa-title {
    text-align: center;
    font-size: calc(var(--s-val) * 2.8);
}

.qa-accordion .question {
    font-size: calc(var(--s-val) * 1.4);
    padding: 3% 10% 3% 2%;
}

.qa-accordion .answer {
    font-size: calc(var(--s-val) * 1.4);
    padding: 4% 5%;
}

.question span, .answer span {
    font-size: calc(var(--s-val) * 2.4);
    left: -12%;
}

.qa-accordion dl {
    padding: 5% 5% 5% 13%;
}

}