

/* スマホサイズ時にポスター画像を適用 */
@media only screen and (max-width: 768px) {
  #key-visual-video {
    background-image: url('/Contents/img/TopImage/video.png');
    background-size: cover;
    background-position: center;
  }
}

.orderComplete p, dt, dd {
    text-align: center;
}

.welltect-container {
    --s-val: 10px;
    font-weight: normal;
    font-family: var(--noto-font);
    color: var(--black-color);
    line-height: 1.5;
}

@media screen and (max-width: 1300px) {
    .welltect-container {
        --s-val: 0.7vw;
    }
}

@media screen and (max-width: 768px) {
    .welltect-container {
        --s-val: 2.7vw;
    }
}

.welltect-container a {
    color: #000;
    cursor: pointer;
}

.welltect-container a:hover {
    opacity: 0.8;
}

.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-fonr);
  }

/*header*/

#sidebar-menu {
width:  0!important;
}

#shopify-section-sidebar-menu {
display: none!important;
}


section#burger-menu {
  opacity: 0;
    transform: translateX(-120%);
    transition: transform 0.3s ease;
}

section#burger-menu.is-visible {
  opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 640px) {
    #burger-menu {
        width: 100% !important;
    }
}



/*ボタンエリア*/

.top-btn_area {
background-image: url(/Contents/img/lp-plan/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%;
}

.plan-btn,
.line-online_btn {
    width: 50%;
      padding: 2px;
    background: linear-gradient(to right, #C59522, #F9DD89, #DFB956);
    border-radius: 1000px;
}

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

}

.plan-btn a:hover,
.line-online_btn a:hover {
    opacity: 1;
}

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

.plan-btn a span:after,
.line-online_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: 0%;
    right: -60%;
    transition: right .3s ease;
    display: inline-block;
}

.plan-btn a:hover span:after,
.line-online_btn a:hover span:after {
right: -100%
}


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

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


/*inspection*/

.inspection_bg {
    padding: 10% 0;
    background-image: url(/Contents/img/lp-plan/inspection-bg_icon.png), url(/Contents/img/lp-plan/inspevition-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 21%, 76%;
    background-position: top 18% left 50%, bottom 33% right 0;
}

.inspection-area {
    width: 86%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.inspection-photo_box {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.inspection-content_01 {
    display: flex;
}

.inspection-content_01 .inspection-photo,
.inspection-content_02 .inspection-photo {
    width: 50%;
}

.inspection-content_02 .inspection-photo {
    padding-top: 3%;
}

.inspection-content_01 .inspection-photo img {
    width: 80%;
}

.inspection-content_02 .inspection-photo img {
    width: 83%;
    margin: 0 0 0 auto;
    display: block;
}

.inspection-content_02 {
    display: flex
;
}

.inspection-photo {
    width: 70%;
}


.inspecition-text {
    width: 50%;
}

.inspevition-title,
.inspecition-detail {
    width: 50%;
    max-width: 670px;
}

.inspevition-title {
    font-family: var(--mincho-fonr);
    color: var(--blue-title-color);
    line-height: 1.5;
    position: relative;
}

.inspevition-title h1 {
    font-weight: 500;
    font-size: calc(var(--s-val)*4);
    position: absolute;
    top: 5%;
}

.inspecition-detail p,
.inspevition-title h1 {
    margin: 0 0 0 9%;
}

.initial-size {
    font-family: var(--canto-font);
    font-size: calc(var(--s-val)*8.2);
    line-height: 1;
}

.inspecition-detail p {
    font-size: calc(var(--s-val)*1.6);
    line-height: 2.2;
}

.interview_video video {
    margin: 0 auto;
    aspect-ratio: auto;
    max-width: 650px;
    width: 80%;
  display:flex;
  height: 100%;
      position: relative;
    z-index: 1;
}

/*plan-list*/

.plan-list_box {
    position: relative;
    background-color: #ECF7FA;
    padding: 5.5rem 4rem 4rem;
    width: 90%;
    margin: 0 auto 7rem;
    box-sizing: border-box;
    max-width: 1020px;
}

.plan-list_box.Noah4-list {
    max-width: 705px;
}

.plan-list_title {
    font-size: calc(var(--s-val)*2.4);
    font-weight: bold;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #5CCAE8;
    background: linear-gradient(270deg, rgba(92, 202, 232, 1) 0%, rgba(172, 229, 227, 1) 100%);
    border-radius: 100px;
    color: #fff;
    padding: 2% 0;
    text-align: center;
    width: 60%;
    
}

.plan-list_box ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.plan-list_box li {
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--s-val)*2.2);
    font-weight: bold;
    flex-direction: column;
    gap: 5px;
    max-width: 166px;
}

.plan-list_box li p:nth-child(2) {
    width: 100%;
    display: block;
}

p.content-title {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.plan-list_box span {
    color: #1786B5;
    border: 1px solid #1786B5;
    padding: 3% 0%;
    border-radius: 5px;
    white-space: nowrap;
    width: 50%;
    display: block;
    margin: 0 auto;
    line-height: 1;
}

/*fuature*/

.feature-bg {
    background-image: url(/Contents/img/lp-plan/features_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 9.5%;
    position: relative;
}

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

.feature-title_eg {
    position: absolute;
    top: -1.5%;
    left: 50%;
    transform: translateX(-50%);
}

.feature-title {
    text-align: center;
    font-family: var(--mincho-fonr);
      margin-bottom: 8%;
}

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

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

.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: 18%;
    right: 0;
}

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

.feature-text {
    background-color: #fff;
    padding: 2% 5% 14%;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

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

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

.feature-detail p {
      line-height: 2;
}

/*-btn-area-*/
.btn_area {
    padding: 0;
    position: relative;
    display: flex;
    gap: 40px;
    width: 70%;
    justify-content: center;
}

.btn-area_bg {
background-image: url(/Contents/img/lp-plan/btn_bg.png);
background-repeat: no-repeat;
background-size: cover;
padding: 6% 0 7%;
}

.btn-area_bg .btn_area {
    background: none;
    padding: 0;
    margin: 0 auto;
}

.btn-area_bg h2 {
    text-align: center;
    font-size: calc(var(--s-val)*4.1);
    color: #fff;
    font-family: var(--mincho-fonr);
    margin: 0 0 3%;
  font-weight: normal;
}

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

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

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

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

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

.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-fonr);
    margin-bottom: 4%;
    font-weight: 500;
}

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

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

.doctor-message {
    background-color: #ECF5F8;
    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;
}

/*インタビュー*/

.bg-container {
    position: relative;
}

.bg-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/Contents/img/lp-plan/user-voice_bg.png);
    background-repeat: no-repeat;
    background-size: 41%;
    background-position: top 71% right 0;
  z-index: -1;
}

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

.interview_video_box {
    margin-bottom: 6%;
}

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

.video-title p,
.short-title p {
    display: inline;
    border-bottom: 2px solid #48A1C6;
      padding-bottom: 1%;
}

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


.user-area {
    background: #ebfcff;
    background: linear-gradient(90deg, #ebfcff, #fff);
    padding: 10% 0;
    position: relative;
    z-index: -2;
}

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

.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_content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background:  linear-gradient(90deg, #5eafd1, #75cbc9);
  border-radius: 12px;
  z-index: -1;
}

.user-voice_box {
    display: flex;
    justify-content: center;
background: #5EAFD1;
background: linear-gradient(90deg, rgba(94, 175, 209, 1) 0%, rgba(117, 203, 201, 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: 85%;
  font-weight: bold;
}

.user-content_photo {
width: 17%;
}

.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);
    font-family: var(--noto-font);
}

.user-voice_comment {
    padding: 5% 6%;
    font-size: calc(var(--s-val)*1.6);
    line-height: 2.2;
  font-weight: normal;
}

/*plan*/

.plan-area {
    background-image: url(/Contents/img/lp-plan/plan-bg_deco.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom 40% left 0;
}

.plan-bg {
    padding: 10% 0;
    background: rgb(228,245,248);
    background: linear-gradient(180deg, rgba(228,245,248,1) 0%, rgba(203,240,231,1) 100%);
}

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

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

.plan-content {
    margin: 0 auto 4.5%;
    width: 90%;
    display: flex;
    gap: 5px;
    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.2%;
    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: 16%;
  text-align: left;
}

.plan-content_title p {
      margin-bottom: 4%;
}

.plan-title_size {
    font-size: calc(var(--s-val)* 1.2);
    letter-spacing: -1px;
    display: block;
    margin-bottom: 1%;
}

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

.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: -9%;
    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: 10%;
}

.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: 18%;
}

.contact-btn a {
    background-color: var(--plan-color);
    font-size: calc(var(--s-val)*1.4);
    color: #fff;
    padding: 3% 0;
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
}

.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: -20%;
    top: 30%;
    z-index: 100;
}

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

/*schedule*/

.schedule-area {
    padding: 10% 0;
    background-color: #F9FFFD;
}

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

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

.schedule-title dt {
    font-family: var(--canto-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-area {
    background-color: #F9FFFD;
    padding: 0 0 14%;
}

.Noah4-container .flow-area,
.trial-container .flow-area {
    padding: 10% 0 14%;
}

.flow-title {
    text-align: center;
    font-size: calc(var(--s-val)*4);
    font-family: var(--mincho-fonr);
    line-height: 1;
    margin-bottom: 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: 54%;
    border-radius: 10px;
}

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

.flow-content_text {
    color: #000;
    margin-left: 7%;
    font-family: var(--mincho-fonr);
    padding: 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: 21%;
      border-radius: 5px 0 0 5px;
}

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

.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;
}

.flow-content_text dd {
    font-size: calc(var(--s-val)*1.6);
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
    font-weight: 700;
}

/*footer*/

.main-container .custom-footer__row1 .Linklist__Item>.Link {
color: #fff;
}

.main-container .custom-footer__row1, .custom-footer__row2 {
    justify-content: space-between;
  flex-wrap: inherit;
}

.main-container .custom-footer__row1 .Linklist {
    display: flex;
    gap: min(40px, calc(40 / 1440* 100vw));
    flex-wrap: wrap;
    width: 70%;
    justify-content: flex-end;
    margin: 0 0 2% auto;
}

.custom-footer__copyright {
  text-align: center;
}

.privacy-logo {
    width: 8%;
    margin: 0 0 4% auto;
}

.main-container .Linklist__Item {
    width: auto;
  
}

.main-container .custom-footer__row2 {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 20px;
}

section.custom-footer__navWrap {
    width: 80%;
}

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

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

  .schedule-area .english-text {
          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: 7%;
        line-height: 1;
}
/*top-btn*/

.top-btn_area {
    background-image: url(/Contents/img/lp-plan/top-btn_bg_sp.png);
    padding: 15% 0 11%;
      margin-top: -11%;
}

.plan-btn a span, .line-online_btn a span {
    width: calc(var(--s-val) * 1.5);
    height: calc(var(--s-val) * 1.5);
}

  .plan-btn a span:after, .line-online_btn a span:after {
        width: calc(var(--s-val) * 2);
        height: calc(var(--s-val) * 1.2);
        right: -70%;
}

.plan-btn a span:after, .line-online_btn a span:after {
    background-image: url(/Contents/img/lp-plan/btn-arrow_sp.png);
}

  .plan-btn a:hover span:after,
.line-online_btn a:hover span:after {
right: -30%
}

.btn_area {
    flex-direction: column;
    width: 90%;
}

  .top-btn_area .btn_area {
          gap: 35px;
  }

  .btn_area {
          gap: 55px;
  }

.plan-btn, .line-online_btn {
    width: 100%;
}

.plan-btn a, .line-online_btn a {
    padding: 5% 0;
    font-size: calc(var(--s-val)* 1.8);
}

/*inspection*/

.inspection_bg {
    padding: 22% 0 30%;
    background-image: url(/Contents/img/lp-plan/inspection-bg_icon.png), url(/Contents/img/lp-plan/inspevition-bg_sp.png);
    background-position: top 8% right 0, top 60% right 0;
    background-size: 40%, 90%;
}

.inspection-area {
    width: 100%;
}

.inspection-content_01 {
    flex-direction: column-reverse;
    margin-bottom: 7%;
}

  .inspection-content_02 .inspection-photo img {
    width: 79%;
}

.inspevition-title h1 {
    position: static;
    font-size: calc(var(--s-val)* 2.4);
}

.initial-size {
    font-size: calc(var(--s-val)*5.4);
}

  .inspevition-title {
    line-height: 1.8;
}

.inspection-content_02 {
    flex-direction: column-reverse;
}

.inspection-content_01 .inspection-photo,
.inspection-content_02 .inspection-photo {
    width: 100%;
}

.inspevition-title, .inspecition-detail {
    width: 100%;
}

.inspecition-detail p,
.inspevition-title h1 {
    width: 91%;
    margin: 0 auto 5%!important;
    line-height: 2;
}

.inspecition-detail {
    font-size: calc(var(--s-val)*1.4);
    line-height: 2;
}

/*plan-list*/

.plan-list_title {
        font-size: calc(var(--s-val) * 2.4);
        padding: 3% 0;
        width: 90%;
        text-align: center;
        top: -6%;
}

.plan-list_box ul {
    gap: calc(var(--s-val)*3);
    flex-wrap: wrap;
    justify-content: flex-start;
}

.plan-list_box li {
    font-size: calc(var(--s-val) * 1.8);
    gap: 5px;
    width: calc(50% - calc(var(--s-val)*1.5));
    max-width: 100%;
}

.plan-list_box {
    width: 90%;
    padding: 20% 5% 15%;
    margin-bottom: 25%;
}

/*feature*/

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

  .feature-bg {
     background-image: url(/Contents/img/lp-plan/features_bg_sp.png);
    padding: 6% 0 23%;
}

.feature-content_wrapper {
    flex-direction: column;
      gap: 32px;
}

.feature-content {
    width: 100%;
}

  .feature-title {
    margin-bottom: 11%;
}

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

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

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

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

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

  .feature-content-title {
    margin-bottom: 1%;
}

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

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

.btn-area_bg {
    padding: 14% 0;
    background-image: url(/Contents/img/lp-plan/btn-bg_sp.png);
}

/*doctor*/

  .bg-container:before {
    background-size: 60%;
    background-position: top 71% right 0;
}

.doctor-voice_area {
    width: 90%;
  padding: 22% 0 25%;
}

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

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

  .doctor-message_title {
    font-size: calc(var(--s-val)* 2.5);
        top: -5%;
}

  .doctor-message {
    padding: 11% 6% 8%;
}

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

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

.doctor-photo {
        width: 84%;
        margin: 0 auto;
        padding-right: 8%;
}

  .doctor-photo::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(72,161,198);
    background: linear-gradient(0deg, rgba(72,161,198,1) 0%, rgba(117,203,201,1) 100%);
    width: 83%;
      height: 90%;
      bottom: -6%;
      left: 4%;
}

.doctor-text_box {
    width: 100%;
}

.doctor-photo img {
    width: 90%;
}

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

.name-eg {
    font-size: calc(var(--s-val)* 1.6);
    margin-left: 0;
    display: block;
}

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

/*video*/

.video-title, .short-title {
    font-size: calc(var(--s-val)*2.2);
          line-height: 1.7;
      margin-bottom: 9%;
}

.short-video iframe {
    width: 100%;
      aspect-ratio: 16 / 10;
}

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

  .interview_video_box {
    margin-bottom: 16%;
}

  .video-title p, .short-title p {
    padding-bottom: 0%;
}

/*user*/

  .user-area {
    padding: 14% 0 18%;
}

.user-title dd {
    font-size: calc(var(--s-val)* 1.4);
    width: 90%;
    margin: 0 auto;
    line-height: 1.7;
}

  .user-title {
    margin-bottom: 11%;
}

  .user-content_title p:before {
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.user-voice_box {
    padding: 5% 15%;
    flex-direction: column-reverse;
}

.user-content_photo, .user-content_title {
    width: 100%;
}

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

.user-voice_content {
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.user-voice_box {
    padding: 7% 5% 7%;
          flex-direction: row-reverse;
}

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

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

.user-content_photo {
  width: 38%;
          margin: 0;
}

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

/*plan*/

  .plan-bg {
    padding: 14% 0;
}

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

.plan-content {
    flex-direction: column;
  gap: 0;
}

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

.plan-title dd {
    font-size: calc(var(--s-val)* 1.4);
    width: 90%;
    margin: 0 auto;
    letter-spacing: -1px;
}


.plan-title {
    text-align: left;
        margin-bottom: 13%;
}

.plan-title dl {
    text-align: center;
}

  .plan-content_title p {
    margin-bottom: 0%;
}

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

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

  .plan-list li:last-child {
    margin-bottom: 0;
}

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

.plan-01, .plan-01, .plan-03, .plan-04 {
    width: 100%;
    padding: 8% 5%;
    margin-bottom: 10%;
}

  .plan-list li {
    left: 9%;
        margin-bottom: 4%;
}

.plan-02 {
          padding: 7% 5%;
    margin-bottom: 24%;
}

.plan-support {
        font-size: calc(var(--s-val)* 1.6);
        padding: 4% 2%;
        font-weight: bold;
        line-height: 2;

}

.plan-area {
    background-image: url(/Contents/img/lp-plan/plan-bg_deco.png),url(/Contents/img/lp-plan/plan-bg_deco_2.png), url(/Contents/img/lp-plan/plan-bg_deco_3.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 100%, 100%;
    background-position: top 8% left 0, top 50% left 0, bottom 8% left 0;
}

/*schedule*/

.schedule-title {
    margin-bottom: 9%;
}

.schedule-area {
    padding: 17% 0 22%;
}

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

  .flow-content_text {
    padding: 5% 4% 8% 0;
}

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

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

.schedule-photo img {
    min-width: 800px;
}

/*flow*/

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

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

  .flow-area {
    padding: 0 0 20%;
}

.Noah4-container .flow-area,
.trial-container .flow-area {
    padding: 14% 0 20%;
}

  .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: 21%;
}

.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% 9% 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%;
}

/*foot-btn*/

.btn-area_bg h2 {
    font-size: calc(var(--s-val)* 2.8);
}

/*footer*/

.main-container .custom-footer__row1 .Linklist {
  margin: 0 0 15% 0;
}

  .privacy-logo {
    width: 40%;
    margin: 0 auto 10% 0;
}

}


body div#shopify-section-header,
body div#shopify-section-a1g-breadcrumb,
body div#shopify-section-a1g-custom-footer {
    display: none;
}

body div#shopify-section-header.lp-header,
body div#shopify-section-a1g-custom-footer.lp-footer {
display: block!important;
}
