@charset "utf-8";

/*==================================================
    elementor打消し
==================================================*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: unset !important;
}

.elementor-section {
    margin-bottom: 0 !important;
}

#wrapper {
    padding-top: 0 !important;
}

/*==================================================
    common
==================================================*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    background: transparent;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

main {
    overflow: hidden;
}

main::before {
    background-image: url("../img/prp-2/img-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: -10;
}

/* main::after {
    background-image: url("../img/prp/img-bg_front.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -5;
} */

.container {
    margin:  0 auto;
    max-width: 1080px;
    padding: 0;
}

.for-pc {
    display: block;
}

.for-sp {
    display: none;
}

.modal__titleGroup{
    display: flex;
    align-items: center;
    margin-top: clamp(50px, 8vw, 120px);
    gap: 10px;
}

.modal__titleGroup h2{
    margin-top: 0;
}

.modal__titleGroup p{
    color: #fff;
}

@media (max-width: 1000px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .modalAbout__section--inner{
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    main::before {
        background-image: url("../img/prp-2/img-bg_sp.png");
    }

    main::after {
        background-image: url("../img/prp/img-bg_front_sp.png");
    }

    .for-pc {
        display: none;
    }

    .for-sp {
        display: block;
    }
}

/*==================================================
    header
==================================================*/
.navDrawer {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.prpHeader__toggleMenuArea {
    display: flex;
    gap: 100px;
}

.prpHeader__toggleMenu {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prpHeader__toggleMenu--list {
    padding-left: 50px;
    position: relative;
}

.prpHeader__toggleMenu--list::before {
    background-image: url("../img/prp/icon-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.prpHeader__toggleMenu--list a {
    color: #fff;
    font-size: 22px;
}

.prpHeader__toggleMenu--listAttention a {
    cursor: pointer;
}

@media (max-width: 767px) {
    .prpHeader__toggleMenuArea {
        flex-direction: column;
        gap: 30px;
    }
}

/*==================================================
    mainVisual
==================================================*/
.mainVisual {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.mainVisual__top {
    flex-grow: 1;
    position: relative;
    height: 90vh;
}

.mainVisual__topButton{
    width: clamp(110px, 20vw, 178px);
    height: clamp(110px, 20vw, 178px);
    text-align: center;
    background-color: rgba(13, 85, 168, 0.8);
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, 0.7);
    position: absolute;
    bottom: -45px;
    right: 20px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 12px 12px; 
    background-position: center;
    transform: rotate(45deg);
}

.mainVisual__topButton a{
    color: #fff;
    font-size: clamp(12px, 2vw, 17px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    width: clamp(110px, 20vw, 178px);
    height: clamp(110px, 20vw, 178px);
    border-radius: 50%;
    transform: rotate(-45deg);
}

.mainVisual__topButton:hover{
    filter: brightness(0.8);
    cursor: pointer;
    transition: filter 0.3s ease;
}


.mainVisual--subtitle {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 36px 15px 20px;
    position: relative;
    width: 85%;
    background-color: #0C4686;
    margin-right: 0;
    margin-left: auto;
    border-radius: 0 0 0 20px;
}


.mainVisual--title {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mainVisualPr--subtext {
    height: 64px!important;
}
.mainVisualPr--text {
    color: #126bd3;
    font-size: 52px;
    font-weight: 500;
    margin-top: 20px;
}

.mainVisualPr--text span {
    background: linear-gradient(transparent 5%, #fff 5%, #fff 100%);
    display: inline-block;
    margin: 2px 0;
    padding: 0 2px;
}

.mainVisualContent {
    background: #0C4686;
    background-blend-mode: multiply;
    margin-top: -25px;
    padding: 60px 0 30px;
}

.mainVisualContent__flexArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #126BD3;
    padding: 1.5rem 2.4rem;
    border-radius: 35px;
    width: clamp(300px, 48vw, 520px);
}

.mainVisualContent__heading{
    width: 100%;
}

.mainVisualContent__heading--subtext {
    border: 1px solid #fff500;
    border-radius: 999px;
    text-align: center;
    margin: 0 auto;
}

.mainVisualContent__heading--subtext span {
    color: #fff500;
    display: inline-block;
    font-size: 18px;
    padding: 2px 0 4px;
}

.mainVisualContent__heading--title {
    color: #fff500;
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: .1em;
    margin-top: 1.6rem;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #fff500;
}

.mainVisualContent__detail {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    justify-content: center;
}

.mainVisualContent__detail--title {
    color: #fff500;
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: .1em;
    line-height: 1.2;
    white-space: nowrap;
}

.mainVisualContent__detail--price {
    color: #fff500;
    font-family: "Roboto", sans-serif;
    font-size: clamp(40px, 6vw, 75px);
    font-weight: 400;
    line-height: .8;
}

.mainVisualContent__detail--unit {
    color: #fff500;
    font-size: clamp(12px, 2vw, 18px);
    white-space: nowrap;
}

.mainVisualContent__detail--attention {
    color: #fff500;
    display: block;
    font-size: clamp(12px, 1.5vw, 14px);
    margin-top: 5px;
}

@media(max-width: 1100px) {
    .mainVisualContent {
        padding: 60px 2rem 30px;
    }
}


@media (max-width: 767px) {

    .pr_text .for_pc{
        display: none;
    }

    .mainVisual--subtitle {
        font-size: 18px;
        padding: 20px 15px 10px;
    }

    .mainVisual--subtitle::before {
        height: 67px;
    }

    .mainVisual--title {
        font-size: 45px;
        margin-left: 0;
        margin-top: 30px;
        height: 300px!important;
    }

    .mainVisualPr--subtext {
        font-size: 20px;
        margin-top: 10px;
    }

    .mainVisualPr--text {
        font-size: 26px;
    }

    .mainVisualPr--text span {
        background: #fff;
    }

    .mainVisualContent {
        margin-top: -15px;
        padding: 35px 20px 20px;
    }

    .mainVisualContent__flexArea {
        gap: 20px;
    }

    .mainVisualContent__detail {
        display: block;
    }

    .mainVisualContent__heading--subtext span {
        font-size: 14px;
    }

    .mainVisualContent__heading--title {
        font-size: 18px;
        line-height: 1.2;
    }

    .mainVisualContent__heading--title .for-pc{
        display: none;
    }

    .mainVisualContent__detail--title {
        font-size: 18px;
    }

    .mainVisualContent__detail--price {
        font-size: 37px;
        margin: 8px 0;
    }

    .mainVisualContent__detail--unit {
        font-size: clamp(12px, 1.5vw, 14px);
    }
}

/*==================================================
    service
==================================================*/
.service {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(128, 128, 128, .85)); */
    padding: clamp(80px, 15vw, 150px) 0 clamp(120px, 25vw, 250px);
    position: relative;
}

.service::before {
    background: rgba(255, 255, 255, 0.8); 
    backdrop-filter: blur(20px) brightness(1.4); 
    -webkit-backdrop-filter: blur(20px) brightness(1.5); 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.voice{
    background-color: rgba(13, 85, 168, 0.2);
    background-image: radial-gradient(circle, rgba(12, 70, 134, 0.2), transparent 3px);
    background-size: 8px 8px;
    border-radius: 50px;
    padding: clamp(40px, 8vw, 80px) clamp(20px, 10vw, 100px);
    position: relative;
    text-align: center;
}

.voice__title{
    font-size: clamp(40px, 8vw, 80px);
    font-weight: 500;
    color: #fff;
    -webkit-text-stroke: 2px #0C4686;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50% , -60%);
}

.service__button{
    background-color: #0C4686;
    display: inline-block;
    margin: 60px auto 0;
    text-align: center;
    border-radius: 50px;
}

.service__buttonLink{
    display: inline-block;
    color: #fff;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    height: 53px;
    padding: 15px 4rem;
    transition: all 0.15s ease-in-out;
}

.service__button:hover{
    transform: translateY(3px);
}

.service__buttonLink:hover{
    opacity: 0.6;
}


.service__buttonLink span{
    border-bottom: 1px solid #fff;
}

/*==================================================
    regene
==================================================*/

.regene{
    margin-top: 123px;
}

.regene__title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.regene__title--img{
    width: 100px;
    height: auto;
}

.regene__titleText{
    font-size: clamp(28px, 5vw, 54px);
    font-weight: bold;
    color: #0C4686;
}

.regene__title--bottomText{
    text-align: center;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    color: #0C4686;
    margin: 16px auto 0;
    line-height: 1.8;
}

.regene__img{
    margin-top: 100px;
}

.regene__text p{
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    color: #0C4686;
    text-align: center;
    line-height: 1.8;
    margin-top: 100px;
}

.regene__text .regene__spaceTop{
    margin-top: 30px;
}

.regene__text--blue{
    color: #fff;
    font-size: clamp(20px, 4vw, 32px);
    font-weight: bold;
    background-color: #126BD3;
}

.regene__text--green{
    color: #fff;
    font-size: clamp(20px, 4vw, 32px);
    font-weight: bold;
    background-color: #0193A0;
}

.regene__text--small{
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .regene__text .for-pc{
        display: none;
    }
    .regene__text .for-sp{
        display: block;
    }
    .regene__text p{
        line-height: 1.7;
    font-size: clamp(15px, 2vw, 24px);
    }
	#prp.prp__block{
		    padding: 5rem 1.5rem;
	}
	#prp.prp__block .prp__text{
		    font-size: clamp(12px, 2vw, 18px);
	}
}
@media screen and (max-width: 410px) {
    .regene__text p{
        line-height: 1.7;
    font-size: clamp(13px, 2vw, 24px);
    }
}


/*==================================================
    prp
==================================================*/

.prp{
    position: relative;
    font-weight: 500;
    padding: 0 30px;
    max-width: 1080px;
    margin: 150px auto 0;
}

.first__block::after{
    content: "PRP";
    color: transparent;
    -webkit-text-stroke: 2px #126BD3;
    font-weight: 700; 
    font-size: clamp(80px, 35vw, 240px);
    position: absolute;
    top: 20px;
    right: 0;
    transform: translateX(50%) rotate(90deg);
    opacity: 0.3;
}

.prp__block{
    background-color: rgba(18, 107, 211, 0.7);
    border-radius: 50px;
    color: #fff;
    padding: 5rem 3.5rem;
    text-align: center;
    width: 90%;
    margin-top: 50px;
    max-width: 900px;
    position: relative;
}

.prp__block2 h3{
    display: inline-block;
    font-size: clamp(28px, 5vw, 45px);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    margin-bottom: 50px;
    line-height: 1.4;
}

.prp__block2{
    background-color: rgba(18, 107, 211, 0.7);
    border-radius: 50px;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
    width: 90%;
    margin-top: 50px;
    max-width: 900px;
    position: relative;
}

.prp__block:nth-of-type(2){
    margin-right: 0;
    margin-left: auto;
}

.prp__block h3{
    display: inline-block;
    font-size: clamp(28px, 5vw, 45px);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;  
    margin-bottom: 50px;
    line-height: 1.4;
}

.prp__text{
    margin-bottom: 25px;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 500;
    line-height: 1.8;
}

.prp__text__border{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.bg__orange{
    background-color: #F18A24;
}

.prp__butttonBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.prp__button{
    display: block;
    width: 410px;
    background-color: #fff;
    color:  #126BD3;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(13, 85, 168, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
    transition: all 0.15s ease-in-out;
    border-radius: 50px;
    font-size: clamp(16px, 2.5vw, 22px);
    margin: 0 auto;
}

.prp__button:hover{
    transform: translateY(3px);
    background-color: #0D55A8;
}

.prp__point + .prp__point{
    margin-top: 50px;
}

.prp__point h4{
    font-size: clamp(18px, 3vw, 25px);
    margin-bottom: 10px;
    font-weight: bold;
}

.bold__text{
    font-weight: bold!important;
}

.buttonModalArea {
    margin: 50px 0;
    text-align: center;
}

.buttonModal a {
    background: #fff;
    border-bottom: 3px solid #126bd3;
    border-radius: 20px;
    color: #126bd3;
    cursor: pointer;
    display: inline-block;
    font-size: clamp(16px, 2.5vw, 22px);
    font-weight: 700;
    letter-spacing: .05em;
    letter-spacing: .1em;
    line-height: 1.26;
    max-width: 420px;
    padding: 8px 30px 12px;
    text-align: center;
    width: 100%;
}

.buttonModal:nth-child(n+2) {
    margin-top: 16px;
}


@media screen and (max-width: 767px) {
    .prp {
        padding: 0;
    }
    .prp__block:nth-of-type(odd){
        border-radius: 0 60px 60px 0;
    }
    .prp__block:nth-of-type(2){
        border-radius: 60px 0 0 60px;
    }
    .prp__block2{
        border-radius: 0 60px 60px 0;
    }
}

/*==================================================
    asc
==================================================*/
.asc{
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    max-width: 1200px;
    margin: 220px auto 0;
}

.asc__card{
    background-color: rgba(0, 147, 160, 0.7);
    padding: 80px 3.5rem;
    border-radius: 50px;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    font-size: clamp(14px, 2vw, 18px);
    position: relative;
    max-width: 900px;
}

.asc__card::after{
    content: "ASC";
    color: transparent;
    -webkit-text-stroke: 2px #0193A0;
    font-weight: 700;
    font-size: clamp(80px, 35vw, 240px);
    position: absolute;
    top: 20px;
    left: 0;
    transform: translateX(-50%) rotate(-90deg);
    opacity: 0.3;
}

.asc__card h3 {
    display: inline-block;
    font-size: clamp(28px, 5vw, 45px);
    font-weight: bold;
    margin-bottom: 50px;
}

.asc__text{
    line-height: 1.8;
}

.asc__text + .asc__text{
    margin-top: 25px;
}


.asc__butttonBlock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.asc__button{
    display: inline-block;
    background-color: #fff;
    color:  #0093A0;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: clamp(16px, 2.5vw, 22px);
    margin: 50px auto 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 1.26;
    box-shadow: 0 3px 0 #0093A0!important;
}

.asc__button:hover{
    transform: translateY(3px);
    background-color: #018995;
    color: rgba(255, 255, 255, .7);
}

@media screen and (max-width: 767px) {
    .asc{
        padding: 0;
        margin-top: 120px;
    }
    .asc__card{
        border-radius: 50px 0 0 50px;
    }
}

/*==================================================
    third__card
==================================================*/
.third__card{
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 80px 3.5rem;
    background-color: rgba(12, 70, 134, .7);
    border-radius: 50px;
    width: 90%;
    margin: 220px auto 0;
    max-width: 900px;
}

.third__card h3{
    display: inline-block;
    font-size: clamp(28px, 5vw, 45px);
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 5px;
}


.third__card p{
    line-height: 1.8;
}

.policy{
    padding-bottom: 80px;
    border-bottom: 3px solid rgb(9, 51, 98, 0.3);
    font-size: clamp(14px, 2vw, 18px);
}

.achive{
    padding: 80px 0;
    border-bottom: 3px solid rgb(9, 51, 98, 0.3);
    font-size: clamp(14px, 2vw, 18px);
}

.achive__text{
    font-size: clamp(18px, 3vw, 25px);
}

.third__card .achive__textBg{
    font-size: clamp(24px, 5vw, 40px);
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    letter-spacing: 5px;
}

.achive__textSmall{
    font-size: clamp(12px, 1.5vw, 14px);
    margin-top: 15px;
}

.safe{
    padding: 80px 0 40px;
}

.safe__list{
    line-height: 1.8;
    font-size: clamp(14px, 2vw, 18px);
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
    .third__card{
        margin: 120px auto 0 0;
        border-radius: 0 50px 50px 0;
    }
}

/*==================================================
    banner
==================================================*/
.banner__bgImg{
    background-image: url("../img/prp-2/img-bannerBg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: clamp(20px, 3vh, 70px)  20px clamp(20px, 3vh, 70px) 50px;
}

.banner__title{
    color: #0C4686;
    font-size: clamp(24px, 5vw, 52px);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
}

.banner__list{
    color: #0C4686;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .banner__bgImg{
        background-image: url("../img/prp-2/img-bannerBg-sp.png");
    }
}

/*==================================================
    case
==================================================*/

.case{
    background-color: #fff;
}

.case__inner{
    padding: 80px 0;
}

.case__title{
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.case__block{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.case__blockLeft,
.case__blockRight {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.case__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
    padding: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.case__item + .case__item{
    border-top: none;
}

.case__itemList{
    padding-left: 12px;
    position: relative;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15em;
}

.case__itemList::before{
    content: "";
    background-color: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 767px) {
    .case__block{
        flex-direction: column;
        gap: 0;
    }
    .case__blockLeft .case__item:nth-of-type(3){
        border-bottom: none;
    }
}

/*==================================================
    step
==================================================*/
.step {
    background: #e7f0fb;
    padding: 100px 0;
}

.step .container {
    position: relative;
}

.step--subtitle {
    color: #126bd3;
    font-size: clamp(16px, 2vw, 24px);
    left: 0;
    position: absolute;
    top: -155px;
}

.step--title {
    left: 0;
    position: absolute;
    top: -120px;
}

.step--title span {
    background: linear-gradient(transparent 10%, #126bd3 10%, #126bd3 100%, transparent 90%);
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 0 10px;
}

.stepContent {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .step {
        padding: 50px 0;
    }

    .step--title {
        left: 20px;
        top: -60px;
    }

    .step--title span {
        display: block;
        font-size: 30px;
        height: 50px;
        padding-top: 8px;
    }

    .step--subtitle {
        font-size: 16px;
        left: 20px;
        top: -79px;
    }

    .stepContent {
        margin-left: 20px;
        margin-right: -20px;
    }
}

/*==================================================
    step2
==================================================*/
.step2 {
    background: #E6F6F7;
    padding: 100px 0;
}

.step2 .container {
    position: relative;
}


.stepContent2 {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .step {
        padding: 50px 0;
        text-align: left;
    }

    .step2 .container{
        padding: 0;
    }

    .stepContent2{
        margin-left: 0;
    }
    
    .step--title {
        left: 20px;
        top: -60px;
    }

    .step--title span {
        display: block;
        font-size: 30px;
        height: 50px;
        padding-top: 8px;
    }

    .step--subtitle {
        font-size: 16px;
        left: 20px;
        top: -79px;
    }

    .stepContent {
        margin-left: 20px;
        margin-right: -20px;
    }
}

/*==================================================
    under
==================================================*/
/* Common */

.topHeading {
    display: flex;
    position: relative;
}

.innerContainer {
    margin: 0 auto;
}

.footer {
    background: #fff;
    margin-top: -10px;
    padding-top: 150px;
}

.copywrite {
    color: #d6d2c3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.9;
    padding: 40px 0;
    text-align: center;
}

.modalButton {
    align-items: center;
    background: #0C4686;
    border: none;
    border-bottom: 3px solid #093362;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    margin: 84px auto 0;
    padding: 5px 38px 8px;
    transition: all 0.15s ease-in-out;
}

.modalButton:hover {
    transform: translateY(3px);
    opacity: 0.8;
}



.topHeading__main {
    background: #0C4686;
    background: linear-gradient(transparent 15%, #0C4686 15%, #0C4686 100%, transparent 100%);
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.24;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8.97px;
    position: relative;
    width: fit-content;
}

.topHeading__trail {
    align-self: end;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .1em;
}

.topHeading__eng {
    color: #0C4686;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    left: 0;
    letter-spacing: .05em;
    line-height: 1.54;
    position: absolute;
    top: 82px;
}

@media screen and (max-width: 767px) {
    .modalButton {
        font-size: 16px;
        margin: 50px auto 0;
        padding: 14px 20px;
    }

    .topHeading__eng {
        font-size: 20px;
    }

    .topHeading__main {
        font-size: 32px;
        height: 50px;
        padding-top: 8px;
    }

    .topHeading__trail {
        width: 100%;
        font-size: 16px;
    }

    .footer {
        padding-top: 50px;
    }

    .copywrite {
        font-size: 11px;
        padding: 30px 0;
    }
}

/* Nav Draw & Modal */

.navDrawer {
    background: rgb(12, 70, 134, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transform-origin: right;
    transition: 1s;
    width: 100%;
    z-index: 102;
}

.navDrawer.open {
    transform: translateX(0);
}

.navButton {
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border: 2px solid #0C4686;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 104px;
    justify-content: center;
    position: fixed;
    right: 20px;
    top: 40px;
    width: 104px;
    z-index: 105;
}

.navButton.contactButton {
    top: 160px;
    z-index: 99;
}

.contactButton p,
.contactLink {
    color: #0C4686;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.4;
    text-align: center;
}

.navButton.contactLink {
    top: 280px;
    z-index: 99;
}

.drawerButton.open {
    background: transparent;
    border: 2px solid #fff;
    position: fixed;
}

.navButton span {
    background: #0C4686;
    height: 2px;
    transform-origin: left;
    transition: .3s;
    width: 43px;
}

.drawerButton.open span:first-child {
    background: #fff;
    transform: rotate(28deg) translate(5px, 5px);
}

.drawerButton.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50px);
}

.drawerButton.open span:last-child {
    background: #fff;
    transform: rotate(-30deg) translate(4px, -5px);
}

.formModal {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.formModal.open {
    opacity: 1;
    transition: .3s;
    z-index: 106;
}

.formModal__bg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
}

.formModal__container {
    background: #fff;
    border-radius: 15px;
    height: 80vh;
    left: 50%;
    max-width: 1006px;
    position: absolute;
    scroll-behavior: smooth;
    top: 50%;
    transform: scale(.9) translate(-50%, -50%);
    transition: .3s;
    width: 73.6vw;
}

.formModal.open .formModal__container {
    transform: scale(1) translate(-50%, -50%);
    transition: .3s;
}

.formModal__toggleButton {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
}

.formModal__toggleButton span:first-child {
    background: #fff;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 100%;
}

.formModal__toggleButton span:last-child {
    background: #fff;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: .3s;
    width: 100%;
}

.formModal.open .formModal__toggleButton span:first-child {
    transform: rotate(45deg) translateY(-50%);
    transition: .3s;
}

.formModal.open .formModal__toggleButton span:last-child {
    transform: rotate(-45deg) translateY(-50%);
    transition: .3s;
}

.formIframe,
.formIframe iframe {
    height: 100%;
}

.modal {
    background: linear-gradient(rgba(18, 107, 211, .8), rgba(18, 107, 211, .8)), url("../img/prp/img-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(.9);
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.modal_2{
    background: linear-gradient(rgba(0, 147, 160, .8), rgba(0, 147, 160, .8)), url(../img/prp/img-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(.9);
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.modal_3{
    background: linear-gradient(rgba(12, 70, 134, .8), rgba(12, 70, 134, .8)), url(../img/prp/img-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(.9);
    transition: .3s;
    width: 100%;
    z-index: -1;
}

.modalTopbutton {
    bottom: 40px;
    cursor: pointer;
    height: auto;
    max-width: 20px;
    position: fixed;
    right: 40px;
    width: 100%;
}

.modal.openModal {
    opacity: 1;
    transform: scale(1);
    transition: .3s;
    z-index: 110;
}

.modal .container {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    scroll-behavior: smooth;
    max-width: 100%;
}

.modal__closeButton {
    align-items: center;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 104px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 104px;
}

.modal__closeButton.openModal {
    z-index: 101;
}

.modal__closeButton span {
    background: #126bd3;
    height: 2px;
    transform-origin: left;
    transition: .3s;
    width: 43px;
}

* {
    scrollbar-color: #d1d1d1 transparent;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 20px;
}

@media screen and (max-width: 1100px) {
    .modalTopbutton {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .navButton {
        gap: 10px;
        height: 80px;
        right: 5px;
        width: 80px;
    }
    .mainVisual__topButton{
        right: 5px;
    }

    .navButton span {
        width: 33px;
    }

    .navButton.open span:first-child {
        transform: rotate(32deg) translate(5px, 1px);
    }

    .navButton.open span:last-child {
        transform: rotate(-30deg) translate(4px, -2px);
    }

    .navButton.contactButton {
        top: 130px;
    }

    .navButton.contactLink {
        top: 220px;
    }

    .modal .container {
        padding: 0;
    }

    .formModal__container {
        height: 85vh;
        top: calc(50% + 20px);
        width: 95vw;
    }

    .contactButton p,
    .contactLink {
        line-height: 1.2;
    }
}

/* Cost Section */

.topCost {
    background: #fff;
    padding: 40px 0 80px;
}

.topCost__display {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    display: grid;
    grid-template-columns: 29% 44% 27%;
    margin-top: 40px;
}

.topCost__titleText{
    margin-top: 60px;
    text-align: center;
    color: #0C4686;
}

.topCost__titleText h4{
    font-size: clamp(18px, 4vw, 26px);
    font-weight: bold;
}

.topCost__titleText p{
    line-height: 1.8;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 500;
    margin-top: 25px;
}

.topCost__title {
    align-items: center;
    background: rgba(18, 107, 211, .1);
    border-right: 1px solid #707070;
    display: flex;
    grid-column: 1;
    grid-row: 1 / span 4;
    padding-left: 16px;
}

.topCost__title.two_rows {
    grid-row: 1 / span 2;
}

.topCost__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.9;
}

.topCost__text--spaceLeft{
    padding-left: 38%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.9;
}

.topCost__text span {
    font-size: clamp(12px, 1.5vw, 14px);
    text-indent: 1.3em;
	letter-spacing: 0.1em;
}

.topCost__details {
    border-top: 1px solid #707070;
    grid-column: 2;
    padding: 15px 0 15px 22px;
}

.topCost__price {
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
    grid-column: 3;
    padding: 15px 0;
    text-align: center;
    display: grid;
    place-items: center;
}

.topCost__details:nth-child(2) {
    border-top: none;
    grid-row: 1;
}

.topCost__details:nth-child(4) {
    grid-row: 2;
}

.topCost__details:nth-child(6) {
    grid-row: 3;
}

.topCost__price:nth-child(3) {
    border-top: none;
    grid-row: 1;
}

.topCost__price:nth-child(5) {
    grid-row: 2;
}

.topCost__price:nth-child(7) {
    grid-row: 3;
}

.topCost__item {
    color: #000;
}

.topCost__textArea {
    margin-top: 30px;
}

.topCost__textArea--text {
    color: #000;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.7;
    margin-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 767px) {
    .topCost {
        padding: 0 0 60px 0;
    }

    .topCost .topHeading {
        flex-direction: column;
        row-gap: 8px;
    }

    .topCost__display {
        grid-template-columns: 62% 38%;
        margin-top: 57px;
    }

    .topCost__display:first-of-type {
        margin-top: 40px;
    }

    .topCost__title {
        border-bottom: 1px solid #707070;
        border-right: none;
        grid-column: 1 / span 2;
        grid-row: 1;
        padding: 12px 0;
    }

    .topCost__title.two_rows {
        grid-row: 1;
    }

    .topCost__details {
        align-self: center;
        grid-column: 1;
        padding: 12px 0;
    }

    .topCost__details:nth-child(2) {
        border-top: none;
        grid-row: 2;
    }

    .topCost__details:nth-child(4) {
        grid-row: 3;
    }

    .topCost__details:nth-child(6) {
        grid-row: 4;
    }

    .topCost__price {
        grid-column: 2;
        padding: 12px 0;
    }

    .topCost__price:nth-child(3) {
        border-top: none;
        grid-row: 2;
    }

    .topCost__price:nth-child(5) {
        grid-row: 3;
    }

    .topCost__price:nth-child(7) {
        grid-row: 4;
    }

    .topCost__text {
        font-size: clamp(12px, 1.5vw, 14px);
        padding-left: 20px;
    }

    .topCost__textArea {
        margin-top: 22px;
    }
}

/* Doctor Introduction */

.topIntro {
    background: #e7f0fb;
    padding-bottom: 152px;
}

.topHeading{
    padding-top: 100px;
}

.topIntro__details {
    display: grid;
    grid-template-columns: 49% 43%;
    justify-content: space-between;
    margin-top: 120px;
}

.topIntro__name,
.topIntro__education,
.topIntro__text,
.topIntro__item {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.1;
}

.topIntro__name {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
}

.topIntro__name span {
    font-size: 16px;
    padding-left: 10px;
}

.topIntro__education {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 22px;
}

.topIntro__text {
    font-size: clamp(12px, 1.5vw, 14px);
    letter-spacing: .05em;
    line-height: 1.7;
}

.topIntro__details--textArea .topIntro__text {
    margin-top: 50px;
}

.topIntro__list {
    margin-top: 48px;
}

.topIntro__item {
    color: #126bd3;
    font-size: clamp(12px, 1.5vw, 14px);
    letter-spacing: .1em;
    line-height: 1.64;
    text-decoration: underline;
    margin-bottom: 15px;
}

.topIntro__item:nth-child(n+2) {
    margin-top: 10px;
}

.topIntro__imgArea .topIntro__text {
    margin-top: 10px;
}

.border__button span{
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .topIntro {
        padding-bottom: 50px;
    }

    .topIntro .topHeading {
        top: -10px;
    }

    .topIntro__list a:nth-child(2) li,
    .topIntro__list a:nth-child(3) li {
        margin-top: 10px;
    }

    .topIntro__details {
        grid-template-columns: 44% 55%;
        justify-content: space-between;
        margin-top: 40px;
        align-items: center;
    }

    .topIntro__text {
        grid-column: 1 / span 2;
        margin-top: 42px;
    }

    .topIntro__name {
        font-size: clamp(19px, 3vw, 31px);
        width: 80%;
        text-align: center;
    }

    .topIntro__name span {
        font-size: 12px;
        letter-spacing: .01em;
        padding-left: 0;
    }

    .topIntro__education {
        font-size: 12px;
    }

    .topIntro__imgArea .topIntro__text {
        font-size: 12px;
        letter-spacing: .02em;
        margin-top: 5px;
        text-align: end;
    }

    .topIntro__item {
        font-size: 12px;
        margin-top: 29px;
    }
}



/* Access Section */

.topAccess {
    background: #fff;
}

.topAccess__list {
    margin-top: 60px;
}

.topAccess__item {
    border-top: 1px solid #707070;
    display: grid;
    grid-template-columns: 168px auto;
}

.topAccess__item:last-child {
    border-bottom: 1px solid #707070;
}

.topAccess__item--title,
.topAccess__item--text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.8;
}

.topAccess__item--text {
    padding: 17px 24px;
}

.topAccess__item--title {
    align-items: center;
    background: rgba(18, 107, 211, .1);
    border-right: 1px solid #707070;
    display: flex;
    justify-content: center;
}

.text_01 p{
    color: #0C4686;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.text_02 p{
    line-height: 1.5;
}

.text_02 .for-sp{
    display: none;
}



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

    .topAccess__item--title,
    .topAccess__item--text {
        font-size: 12px;
    }

    .topAccess__item--text {
        padding: 15px 20px;
    }

    .topAccess__item {
        grid-template-columns: 85px auto;
    }

    .topAccess__item:first-child .topAccess__item--title {
        align-items: start;
        padding-top: 15px;
    }

    .text_02 .for-pc{
        display: none;
    }

    .text_02 .for-sp{
        display: block;
    }
    .topAccess__list{
        margin-top: 30px;
    }
}

/* --------------------------------------------
    faq
-------------------------------------------- */
.faq {
    background: #e7f0fb;
}

.faq__inner {
    padding: 0 clamp(20px, 5vw, 45px);
    /* ←横paddingも可変に */
    margin-top: clamp(40px, 10vw, 100px);
    color: #0C4686;
    font-size: clamp(14px, 1.5vw, 18px);
    /* ←本文サイズ */
    font-weight: 500;
}

.faq__item + .faq__item {
    margin-top: clamp(40px, 10vw, 100px);
    /* ←間隔も可変 */
}

.faq__question {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #0C4686;
    width: 100%;
    line-height: 1.4;
}

.faq__answer {
    margin-top: clamp(20px, 4vw, 30px);
    line-height: 1.8;
}

.faq .modal__copyright {
    color: #0C4686;
    font-size: clamp(10px, 1.2vw, 12px);
    /* ←小さい文字も可変に */
    font-weight: 500;
}

/* --------------------------------------------
    modal
-------------------------------------------- */
.modalAbout {
    /* background: rgba(18, 107, 211, .8); */
    padding: 224px 0 0;
}

.modalAbout__section:nth-of-type(n+2) {
    margin-top: 120px;
}

.modalAbout__section--blue {
    background: rgba(13, 85, 168, 1);
    padding: 50px;
}

.modalAbout__section--inner {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.modal__head {
    text-align: center;
}

.modal__head span {
    color: #fff;
    display: inline-block;
    font-size: clamp(26px, 5vw, 36px);
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.modal__head span::before {
    background: #fff;
    content: "";
    height: 130%;
    left: 0;
    position: absolute;
    top: -30%;
    width: 2px;
}

.modal__title {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;  
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 500;
    margin-top: 70px;
}

.modal__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 60px;
}

.modal__text2{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    text-indent: 1em;
}


.modal__text2:first-of-type{
    margin-top: 60px;
}

.modal__textHead{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 0;
    text-indent: 1em;
}

.modal__list {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 50px;
}

.ascmodal__list{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 50px;
}

.modal__list li:nth-child(n+2) {
    margin-top: 40px;
}

.fs-14 {
    font-size: clamp(12px, 1.5vw, 14px);
}

sup {
    font-size: clamp(12px, 1.5vw, 14px);
}

.modal__list a {
    color: #fff;
    word-break: break-all;
}

.modal__notes {
    color: #fff;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 300;
    line-height: 1.7;
    margin-top: 60px;
}

.modalAbout__box {
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 650px;
    padding: 40px 50px;
    width: 100%;
}

.modalAbout__box--title {
    color: #126bd3;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: bold;
    text-align: center;
}

.modalAbout__box--lead {
    color: #126bd3;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 300;
    margin-top: 13px;
    text-align: center;
}

.modalAbout__boxList {
    margin-top: 34px;
}

.modalAbout__boxTable--img {
    display: none;
}

.itemAboutBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.itemAboutBox:nth-of-type(n+2) {
    border-top: 1px dashed #126bd3;
}

.itemAboutBox:last-of-type {
    border-top: 2px solid #126bd3;
}

.itemAboutBox__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.itemAboutBox__title--total {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #126BD3;
}

.itemAboutBox__number {
    color: #126bd3;
    font-size: 34px;
    font-weight: bold;
    padding-right: 50px;
    position: relative;
}

.itemAboutBox__number::after {
    background: url("../img/prp/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 30px;
}

.itemAboutBox__number span {
    font-size: 22px;
    margin-left: 4px;
}

.itemAboutBox--sum {
    border-bottom: 2px solid #126bd3;
}

.modalAbout__boxTable {
    margin-top: 60px;
}

.modalAbout__boxTable--title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.itemAboutTable {
    margin-top: 16px;
    table-layout: fixed;
    width: 100%;
}

.itemAboutTable thead tr th {
    background: #fff;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
    height: 40px;
    text-align: left;
    width: 13%;
}

.itemAboutTable thead tr td {
    background: rgb(0, 0, 0, 0.1);
    border: 1px solid #000;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
    height: 40px;
    text-align: center;
}

.itemAboutTable tbody tr:nth-child(2) {
    background: rgba(18, 107, 211, .1);
}

.itemAboutTable tbody tr:nth-child(2) td {
    color: #126bd3;
}

.itemAboutTable tbody tr th {
    border: 1px solid #000;
    border-left: none;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 600;
    height: 40px;
    text-align: center;
    width: 13%;
	  line-height: 1.3em;
}

.itemAboutTable tbody tr td {
    border: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    text-align: center;
}

.itemAboutTable tbody tr:last-child td {
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
}
.itemAboutTable thead tr td small{
    font-size: 0.6em;
}
.modalAbout__box--word {
    color: #126bd3;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 26px;
    text-align: center;
}

.modal__word {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 70px;
    text-align: center;
}

.modal__footWord {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 50px;
}

.modal__copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 190px;
    padding-bottom: 50px;
    text-align: center;
}

.modalAbout__section--blue .modal__copyright {
    padding-bottom: 0;
}

.modal1 .modal__text {
    margin-top: 40px;
}

.modal1 .modal__list li:nth-child(n+2) {
    margin-top: 3px;
}

.modal1 .modal__list .is-underline {
    font-size: clamp(12px, 1.5vw, 14px);
    border-bottom: 1px solid #fff;
}

.ascmodal__list li{
    margin-top: 16px;
}

.modalLink{
    line-height: 1.1;
    border-bottom: 1px solid #fff;
    font-size: clamp(12px, 1.5vw, 14px);
    color: #fff;
}

.asc__modalPrice{
    margin-top: 20px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.asc__modalPrice--left{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 20px;
}

.asc__modalPrice--right{
    width: 36%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
    border-left: 1px solid #000;
    padding: 20px 0 20px 15px;

}

.price__detail{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.asc__modalEnd{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 120px;
    text-align: center;
}

.asc__modalEnd h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}

.asc__modalEnd p{
    margin-top: 20px;
    line-height: 1.7;
}


@media screen and (max-width: 767px) {
    .modalAbout {
        padding: 150px 0 0;
    }

    .modalAbout__section:nth-of-type(n+2) {
        margin-top: 60px;
    }

    .modalAbout__section--blue {
        padding: 50px 0 20px;
    }

    .modalAbout__section--inner {
        padding: 0 20px;
        width: auto;
    }

    .modal__head span {
        font-size: 22px;
        padding-left: 25px;
    }

    .modal__head span::before {
        height: 100%;
        top: 0;
        width: 3px;
    }

    .modal__title {
        font-size: 18px;
        margin-top: 40px;
        text-decoration-thickness: 1px;
    }

    .modal__text {
        font-size: 15px;
        margin-top: 30px;
    }

    .modal__list {
        font-size: 15px;
        margin-top: 30px;
        line-height: 1.3;
    }

    .modal__list li:nth-child(n+2) {
        margin-top: 20px;
    }

    .modal__notes {
        font-size: 11px;
        margin-top: 30px;
    }

    .modalAbout__box {
        border-radius: 20px;
        padding: 30px 20px;
        width: auto;
    }

    .modalAbout__box--title {
        font-size: 15px;
    }

    .modalAbout__box--lead {
        font-size: 11px;
        margin-top: 10px;
    }

    .modalAbout__boxList {
        margin-top: 20px;
    }

    .itemAboutBox {
        padding: 10px 0;
    }

    .itemAboutBox__title {
        font-size: 11px;
        font-weight: bold;
        line-height: 1.5;
    }

    .itemAboutBox__title--total {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.5;
    }

    .itemAboutBox__number {
        color: #126bd3;
        font-size: 20px;
        font-weight: bold;
        padding-right: 30px;
        position: relative;
    }

    .itemAboutBox__number::after {
        height: 20px;
        right: 0;
        width: 20px;
    }

    .itemAboutBox__number span {
        font-size: clamp(12px, 1.5vw, 14px);
        margin-left: 2px;
    }

    .itemAboutBox--sum {
        border-bottom: 2px solid #126bd3;
    }

    sup {
        font-size: 10px;
    }

    .modalAbout__boxTable {
        margin-top: 30px;
    }

    .modalAbout__boxTable--title {
        font-size: 10px;
    }

    .modalAbout__boxTable {
        display: none;
    }

    .modalAbout__boxTable--img {
        display: block;
    }

    .modalAbout__box--word {
        font-size: clamp(12px, 1.5vw, 14px);
        margin-top: 20px;
    }

    .modal__word {
        font-size: 13px;
        margin-top: 30px;
    }

    .modal__footWord {
        font-size: 12px;
        margin-top: 30px;
    }

    .modal__copyright {
        font-size: 11px;
        margin-top: 60px;
    }
    .asc__modalPrice{
        font-size: 15px;
    }
}
/* 20241114 top modal2　コンテンツ追加 */
.modal__img {
  margin: 40px auto;
  width: fit-content;
}
.modal__aboutCosts--title,
.modalAbout__boxTable--title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.modal__aboutCosts--title span,
.modalAbout__boxTable--title span {
  font-size: clamp(12px, 1.5vw, 14px);
}

.itemAboutTable__normal.itemAboutTable tbody {
  border: 1px solid #000;
}
.itemAboutTable__normal.itemAboutTable tbody tr td {
  background: #fff;
  color: #000;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
   line-height: 1.3em;
}
.itemAboutTable__normal.itemAboutTable tbody tr td.text__left {
  padding: 9px 0 9px 9px;
  text-align: start;
}
.modal__aboutCosts .topCost__display {
  margin-top: 40px;
}
.modalAbout__box.container906 {
  max-width: 906px;
}
.modal__aboutCosts .topCost__display {
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .modal__aboutCosts .modalAbout__boxTable {
    display: block;
  }

  .itemAboutTable__normal.itemAboutTable tbody tr td {
    font-size: 12px;
  }
}

#js-modal-difference {
  scroll-margin-top: 40px;
}

.modalAbout__box.bg-none {
    background: unset;
}
.topCost__textArea.white-text .topCost__textArea--text,
.modal__aboutCosts--title.white-text,
.modalAbout__boxTable--title.white-text {
    color: #fff;
}

.topCost__display.bg-white,
.topCost__display.bg-white .topCost__title {
    background: #fff;
}

.itemAboutTable__normal tr {
    background: #fff;
}
.itemAboutTable__normal thead td {
    width: 35%;
}

.img__bottomTextArea {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 8px 20px;
}
.img__bottomText {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 700;
    line-height: 1.5;
}
.img__bottomText.text-center {
    border-bottom: 1px solid #126bd3;
    padding-bottom: 8px;
    text-align: center;
}
.img__bottomText .italic {
    font-style: italic;
}
.img__bottomBlueText {
    border: 1px solid #126bd3;
    color: #126bd3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 16px;
    padding-block: 4px;
    text-align: center;
}
.img__bottomBlueText span {
    background: #fffd00;
}
.modal__img {
    margin: 20px auto 60px;
    max-width: 65%;
}
.modalAboutTable__wrap {
    overflow-x: auto;
}
.modalAboutTable__wrap .itemAboutTable {
    width: 100%;
}

.mainVisualContent__heading--subtext .for_sp{
    display: none;
}

.font__color{
    color:  #126bd3;
}


/* @media screen and (max-width: 900px) {
    .pr_text{
        margin: 0 auto;
    }
    .pr_text .for-pc{
        display: none;
    }
    .mainVisualContent__flexArea{
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        padding: 2.2rem 2rem 0.5rem;
        flex-direction: row;
        width: 90%;
        margin: 45px auto 0;
        max-width: 600px;
    }
    .mainVisualContent__heading--subtext .for-sp{
        display: block;
    }
    .sp_block{
        display: block;
    }
    .mainVisualContent__heading--subtext{
        width: 80px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mainVisualContent__heading--subtext .for_sp{
        display: block;
    }
    .mainVisualContent__heading--title{
        margin-top: 0;
    }
    .mainVisualContent__detail{
        margin-top: 1rem;
    }
    
} */
@media screen and (max-width: 767px) {
    .img__bottomBlueText {
        font-size: 16px;
    }
    .img__bottomText {
        font-size: 12px;
    }
    .modal__img {
        max-width: 100%;
    }
}
.under .topCost__display {
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    display: grid;
    grid-template-columns: 0 70% 30%;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .under .topCost__details {
        align-self: center;
        grid-column: 2;
        padding: 12px 0 12px 5px;
    }

    .under .topCost__price {
        grid-column: 3;
        padding: 12px 0;
    }
    
}


.modal_white {
    background: white;
}

h2.modal__head.text_blue {
    color: #126bd3;
}

.text_blue {
	color: #126bd3;
}

.modal_title_bg_white {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    position: relative;
}

.margin_top_none {
	margin-top: 0px !important;
}

.modal_white .modal__list li {
	margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
	.modal_title_bg_white {
		font-size: 25px;
	}
}

/* 追加 */
.pr_text{
    color: #fff;
    font-weight: bold;
    font-size: clamp(17px, 4vw, 29px);
    line-height: 1.4;
    letter-spacing: 0.1rem;
}
.pr_text p{
    color: #FFF500;
    display: inline;
}
.pr_text span{
    color: #FFF500;
    font-size: clamp(28px, 6vw, 55px);
}

.mainVisualContent .container{
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 1000px;
}

.mainVisualContent__detail--title span{
    font-size: clamp(15px, 2vw, 19px);
}

.mainVisualContent__greenBlock{
    margin: 35px auto;
    max-width: 1000px;
    position: relative;
}

.mainVisualContent__greenBlock--img{
    width: clamp(130px, 15vw, 200px);
    height: clamp(110px, 13vw, 180px);
    position: absolute;
    top: -10%;
    left: 30px;
}

.mainVisualContent__greenBlock--text{
    display: flex;
    justify-content: right;
    width: 98%;
}

.mv__grtext--bg{
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.32;
    letter-spacing: 4px;
    padding-right: 45px;
    border-right: 1px solid #fff;
}

.mv__grtext--smoll{
    padding-left: 37px;
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.32;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer{
    display: none;
}

.page__top{
    bottom: 40px;
    cursor: pointer;
    height: auto;
    max-width: 20px;
    position: fixed;
    right: 20px;
    width: 100%;
    z-index: 100;
}

.modal__textTitle{
    display: block;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 40px;
    margin-top: 90px;
}

.topCost__text .brLeft__space{
    padding-left: 1.5rem;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.9;
}

.modal__text a{
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7;
        text-indent: 1em;
        border-bottom: 1px solid #fff;
}

.modal .container{
    padding: 0;
}

.modal__title a{
    color: #fff;
}

hgroup p{
    color: #fff;
    padding-top: 5px;
}

.asc__title{
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    line-height: 1.4;
}

.asc__title span{
    font-size: clamp(16px, 5vw, 30px);
}


.modalAbout__section--blue .modal__title{
    display: block;
}

.mainVisualContent__detail--unitSmall{
    font-size: clamp(10px, 2vw, 16px);
}

.modal__head small{
    font-size: clamp(12px, 2vw, 20px);
}

.container906 .modal__title{
    text-underline-offset: 5px;
}


.lineHeight__head .for-pc{
    line-height: 1;
}

.lineHeight__head .for-sp{
    display: none;
}

.space__Top{
    margin-top: 50px;
}

.mainVisual--title {
    color: #fff;
    text-align: center;
    width: 100%;
}

.mainVisual--title p {
    line-height: 1.6;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
}

.mainVisual--title__blue {
    font-size: clamp(2.6rem, 5.5vw, 4.8rem);
    background-color: #0C4686;
    padding: 0 10px;
}

.mainVisual--title__border {
    border-bottom: 2px solid #fff;
    font-size: clamp(2rem, 4vw, 3rem);
}


.for-sp_2{
    display: none;
}

.container::after{
    display: none;
}

.indent__one{
    padding-left: 1.3em;
}


@media screen and (max-width: 850px){
    .mv__grtext--bg{
        padding-right: 25px;
    }
    .mv__grtext--smoll{
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px){
    .mainVisualContent .container{
        flex-direction: column;
        gap: 45px;
        width: 90%;
        margin: 0 auto;
    }
    .mainVisualContent__flexArea{
        width: 100%;
        padding: 0;
    }
    .pr_text{
        padding: 0 15px;
        white-space: nowrap;
    }
    .service{
        padding-top: 150px;
    }
    .regene{
        margin-top: 60px;
    }
    .modalAbout__section--blue .modal__title{
        text-align: center;
    }
    .mainVisual__top{
        min-height: 460px;
        height: 80vh;
    }
    .mainVisualContent__greenBlock--text{
        flex-direction: column;
        justify-content: center
    }
    .mainVisualContent__greenBlock{
        width: 90%;
        margin: 30px auto;
        padding: 0;
        background-color: transparent;
    }
    .topCost__text--spaceLeft{
        font-size: clamp(12px, 1.5vw, 14px);
    }
    .modal__text a{
        font-size: 15px;
    }
    .asc__modalEnd{
        font-size: 16px;
    }
    .asc__button{
        max-width: clamp(320px, 50vw, 510px);
        display: block;
    }
    .line__button p{
        font-size: 12px;
    }
    .mainVisualPr--subtext {
        height: 48px!important;
    }
    .mainVisual__topButton{
        bottom: -70px;
    }
    .prp__point + .prp__point{
        margin-top: 30px;
    }
    .policy{
        padding-bottom: 40px;
    }
    .achive{
        padding: 40px 0;
    }
    .safe{
        padding: 40px 0 0;
    }
    .modal__titleGroup .modal__title{
        margin-bottom: 0;
    }
    .modal__titleGroup p{
        font-size: 14px;
    }
    .modal__head span{
        text-align: left;
    }
    .price__detail{
        font-size: 13px;
    }
    .banner__title{
        margin-bottom: 30px;
    }
    .banner__bgImg{
        padding: clamp(20px, 3vh, 70px) 20px clamp(20px, 3vh, 70px) 20px;
    }
    .asc__modalPrice--right{
        width: 42%;
        padding: 20px 0 20px 5px;
    }
    .lineHeight__head .for-sp{
        display:  inline-block;
    }
    .lineHeight__head .for-pc{
        display: none;
    }
    .topCost__text .brLeft__space{
        font-size: clamp(12px, 1.5vw, 14px);
    }
    .mainVisual--title{
        top: 65%;
    }
    .topCost__text--spaceLeft{
        padding-left: 0;
        text-indent: 180px;
    }
}

@media screen and (max-width: 600px){
    .mainVisual__top{
        min-height: 490px;
        height: 70vh;
    }
}

@media screen and (max-width: 468px){
    .mainVisualContent .container{
        width: 100%;
        gap: 25px;
    }
    .mainVisualContent__flexArea{
        width: 100%;
    }
    .mainVisualContent__heading--subtext{
        width: 65px;
        height: 65px;
    }
    .pr_text{
        white-space: normal;
        padding: 0;
    }
    .mainVisualContent__greenBlock{
        width: 100%;
        margin: 30px 0;
    }
    hgroup p{
        font-size: 14px;
    }
    .modal__head span{
        font-size: 25px;
    }
    .regene__text--blue{
        font-size: 17px;
    }
    .regene__text--green{
        font-size: 17px;
    }
    .voice{
        padding: 40px 20px;
    }
    .for-sp_2{
        display: block;
    }
    .topCost__text--spaceLeft{
        /*text-indent: 40px;*/
		text-indent: 20px;
    }
}