/* ふわふわするアニメーション */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes kv_float {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, calc(-50% - 10px));
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

a{
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
a:hover{
    opacity: 0.7;
    -webkit-transition: .3s;
    transition: .3s;
}

.stem-cells-page *{
    font-family: 'Noto Serif JP';
    line-height: 100%;
    color: #333333;
}
.stem-cells-page{
    margin-bottom: 90px;
}
.stem-cells-page .page_link_btn{
    display: block;
    max-width: 400px;
    width: 100%;
}
.stem-cells-page .emphasis{
    color: #0BAFAD;
}

.stem-cells-page .section .title{
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 0 20px 9px;
    /* max-width: 447px; */
    /* padding-bottom: 9px; */
    margin: 0 auto 60px;
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    border-bottom: 1px solid #333333;
}
.stem-cells-page .section .title::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url(../img/stem-cells/bg_pattern.png) no-repeat 50% 50% / contain;
    display: block;
    width: min(849px, calc((100 / 1440) * 849vw));
    height: auto;
    aspect-ratio: 849 / 172;
}

.stem_cells_kv{
    position: relative;
    background: url(../img/stem-cells/FV.jpg) no-repeat 50% 50% / cover;
    width: 100%;
    min-height: 600px;
    margin: 0 auto 53px;
    z-index: 1;
    overflow: hidden;
}
.stem_cells_kv::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../img/stem-cells/FV_poly.png) no-repeat 50% 50% / cover;
    animation: kv_float 4s ease-in-out infinite;
    z-index: -1;
}
/* .stem_cells_kv .poly{
    position: absolute;
    top: 0;
    left: 0;
    animation: float 4s ease-in-out infinite;
}
.stem_cells_kv .poly01{
    width: 404.00880092785263px;
    height: 437.9796576384349px;
    top: -45px;
    left: 1235px;
    transform: rotate(-179.73deg);
    background: linear-gradient(180deg, rgba(15, 171, 181, 0.2596) -34.78%, rgba(213, 230, 227, 0.44) 101.3%);
} */

.stem_cells_kv_box .box_header{
    display: flex;
    gap: 23px;
    /* margin-bottom: 26px; */
    margin-bottom: 42px;
}
.stem_cells_kv_box{
    width: fit-content;
    margin-left: min(134px, min((100 / 1440) * 134vw));
    padding-top: 83px;
}
.stem_cells_kv_box .box_item p{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 2px solid #FFFFFF;
    background: #0B6FAF;
    min-height: 60px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
}

.stem_cells_kv_box h1{
    width: 100%;
    /* max-width: 540px; */
    max-width: 780px;
    margin: 0 auto 76px;
}

.stem_cells_kv .box_footer{
    width: fit-content;
}
.stem_cells_kv .page_link_btn{
    max-width: 460px;
}
.stem_cells_kv_box .box_footer p{
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.stem-cells-page .section_wrapper{
    padding: 0 20px;
}
.stem-cells-page .section01 .section_wrapper{
    padding-bottom: 60px;
}
.stem-cells-page .section01 .copy{
    width: fit-content;
    margin: 0 auto 77px;
    font-weight: 600;
    font-size: 39px;
    line-height: 129%;
    text-align: center;
    /* text-shadow: 0px 4px 4px 0px #00000040; */
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.stem-cells-page .section01 .copy > span{
    font-weight: 600;
    font-size: 45px;
    line-height: 129%;
}
.stem-cells-page .section01 .box{
    display: flex;
    gap: min(64px, calc((100 / 1440) * 64vw));
    max-width: 1178px;
    margin: 0 auto;
}
.stem-cells-page .section01 .box_item{
    background: #ffffff;
    width: calc((100% / 3) - (64px / 2));
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    overflow: hidden;
}

.stem-cells-page .section01 .box_item h3{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 107px;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    background: #9BD0BF99;
}
.stem-cells-page .section01 .box_item02 h3{
    background: #BAD4E499;
}
.stem-cells-page .section01 .box_item02 h3{
    background: #E4BBB899;
}
.stem-cells-page .section01 .box_item p{
    font-weight: 400;
    font-size: 28px;
    line-height: calc(51 / 28);
    padding: 20px 20px 20px 49px;
}

.stem-cells-page .section02{

}
.stem-cells-page .section02 .section_wrapper{
    padding-top: 57px;
}
/* .stem-cells-page .section02 h2{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 447px;
    margin: 0 auto 60px;
    padding-bottom: 9px;
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    border-bottom: 1px solid #333333;
}
.stem-cells-page .section02 h2::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url(../img/stem-cells/bg_pattern.png) no-repeat 50% 50% / contain;
    display: block;
    width: min(849px, calc((100 / 1440) * 849vw));
    height: auto;
    aspect-ratio: 849 / 172;
} */

.stem-cells-page .section02 .explanation{
    margin: 0 auto 100px;
    width: 100%;
    max-width: 1067px;
    font-weight: 400;
    font-size: 24px;
    line-height: calc(40 / 24);
}
.stem-cells-page .section02 .explanation span{
    font-weight: 900;
    font-size: 24px;
    line-height: calc(40 / 24);
}

.stem-cells-page .section02 .explanation02{
    margin: 0 0 79px;
    width: 100%;
    max-width: 986px;
    font-weight: 400;
    font-size: 24px;
    line-height: calc(40 / 24);
}
.stem-cells-page .section02 .explanation02 span{
    /* color: #53A2CE;
    font-weight: 900;
    font-size: 24px;
    line-height: calc(40 / 24); */
    font-weight: 700;
    font-size: 28px;
    line-height: calc(40 / 28);
    color: #53A2CE;
}

.stem-cells-page .section02 .graph{
    max-width: 1187px;
    margin: 0 auto 62px;
    padding-left: min(62px, calc((100 / 1440) * 62vw));
}
.stem-cells-page .section02 .graph h3{
    margin-bottom: 28px;
    font-size: 24px;
}
.stem-cells-page .section02 .graph h3 span{
    font-size: 28px;
    font-weight: 700;
    color: #53A2CE;
}
.stem-cells-page .section02 .graph h3 .emphasis{
    color: #D03C3C;
}

.stem-cells-page .section02 .graph .box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px;
}
.stem-cells-page .section02 .graph .box_item{
    width: calc(50% - 12px);
}

.stem-cells-page .section02 .explanation03{
    font-weight: 500;
    /* font-size: 24px;
    line-height: calc(40 / 24); */
    font-size: 21px;
    line-height: calc(40 / 21);
}
.stem-cells-page .section02 .explanation03 span{
    font-weight: 700;
    font-size: 28px;
    line-height: calc(40 / 28);
    color: #53A2CE;
}
.stem-cells-page .section02 .explanation03 .emphasis{
    color: #D03C3C;
}

.stem-cells-page .section02 .graph .box + p{
    margin-bottom: 67px;
}
.stem-cells-page .section02 .section_wrapper > img{
    display: block;
    max-width: 784px;
    width: 100%;
    margin: 0 auto;
}


.stem-cells-page .section_contact{

}

.stem-cells-page .section_contact .section_wrapper{
    margin: 124px auto 77px;
}
.stem-cells-page .section_contact h2{
    width: fit-content;
    margin: 0 auto 77px;
    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.15em;
    text-align: center;
}

.stem-cells-page .section_contact .box{
    position: relative;
    display: flex;
    gap: min(148px, calc((100 / 1440) * 148vw));
    justify-content: center;
    /* max-width: 910px; */
    max-width: 930px;
    margin: 0 auto;
}
.stem-cells-page .section_contact .box::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1px;
    background: #AEAEAE;
    height: calc(100% - 50px);
}
.stem-cells-page .section_contact .box_item{
    width: calc(50% - (min((100 / 1440) * 37vw)));
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stem-cells-page .section_contact .box_item > p{    
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
}
.stem-cells-page .section_contact .box .box_item:nth-of-type(1) > p{
    margin-bottom: 35px;
}
.stem-cells-page .section_contact .box_item .tel{
    /* display: flex;
    align-items: baseline;
    gap: 9px; */
    /* padding-left: 54px; */
    position: relative;
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #B29137;
    /* text-shadow: 0px 4px 4px 0px #00000040; */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stem-cells-page .section_contact .box_item .tel::before{
    content: '';
    position: absolute;
    top: 22.5px;
    left: -54px;
    transform: translate(0, -50%);
    display: block;
    background: url(../img/stem-cells/tel.png) no-repeat 50% 50% / contain;
    width: 45px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.stem-cells-page .section_contact .box .box_item:nth-of-type(2) > p{
    margin-bottom: 12px;
}
.stem-cells-page .section_contact .box .box_item:nth-of-type(2) .page_link_btn{
    margin-bottom: 21px;
}
.stem-cells-page .section_contact .box .box_item:nth-of-type(2) .page_link_btn + p{
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    text-align: center;
}

.stem-cells-page .section_contact .daily{
    
}
.stem-cells-page .section_contact .daily_item{
    display: flex;
}
.stem-cells-page .section_contact .daily_item p{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #B29137;
}
.stem-cells-page .section_contact .daily_item p:nth-of-type(1){
    width: 120px;
}
.stem-cells-page .section_contact .daily_item p:nth-of-type(2){
    width: calc(100% - 120px);
}

.stem-cells-page .section_contact span{
    display: block;
    margin: 121px auto 0;
    font-weight: 400;
    font-size: 19px;
    line-height: calc(24 / 19);
    text-align: center;
}

.stem-cells-page .section03 .section_wrapper{
    padding-top: 100px;
}
.stem-cells-page .section03 .title{
    /* margin-bottom: 79px; */
    margin-bottom: 134px;
}
.stem-cells-page .section03{
    counter-reset: number; /* カウンター初期化 */
    margin-bottom: 279px;
}
.stem-cells-page .section03 .ten_area{
    background: url(../img/stem-cells/bg_ten.png) no-repeat 50% 50% / cover;
    padding: 87px 20px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.stem-cells-page .section03 .ten_area .box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 5px;
    max-width: 1138px;
    margin: 0 auto;
}
.stem-cells-page .section03 .ten_area .box_item{
    background: #ffffff;
    padding: calc((50 / 1440) * 100%) calc((58 / 1440) * 100%);
    width: calc(50% - 5px);
    min-height: 367px;
    max-width: 564px;
}

.stem-cells-page .section03 .ten_area .box_item h3{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 14px;
    border-bottom: 1px solid #333333;
    font-size: 32px;
    color: #A3824B;
    text-shadow: 1px 1px 1px #513F21;
    font-weight: 700;
}
.stem-cells-page .section03 .ten_area .box_item p{
    font-size: 26px;
    line-height: calc(48 / 26);
}

.stem-cells-page .section03 .ten_area .box_item h3::before{
    counter-increment: number; /* カウンターを1ずつ増やす */
    content: counter(number); /* 現在のカウントを表示 */
    display: block;
    width: 98px;
    font-size: 64px;
    line-height: 1;
    color: #A3824B;
    background: linear-gradient(
        to bottom,
        transparent calc(50% + 6px - 10px),
        #FFFCC2 calc(50% + 6px - 10px),
        #FFFCC2 calc(50% + 6px + 10px),
        transparent calc(50% + 6px + 10px)
    );
    text-align: center;
    text-shadow: none;
}

.stem-cells-page .section04{
    counter-reset: number; /* カウンター初期化 */
}

.stem-cells-page .section04 h2{

}
.stem-cells-page .section04 .title{
    margin-bottom: 134px;
}
.stem-cells-page .section04 .card_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 63px;
    max-width: 1200px;
    margin: 0 auto;

}
.stem-cells-page .section04 .card{
    display: flex;
    flex-wrap: wrap;
    gap: calc((37 / 1095) * 100%);
    border: 1px solid #AEAEAE;
    padding: min(48px, calc((100 / 1440) * 48vw)) min(57px, calc((100 / 1440) * 57vw)) min(48px, calc((100 / 1440) * 48vw)) min(48px, calc((100 / 1440) * 48vw));
}
.stem-cells-page .section04 .card_item{
    /* width: calc(50% - 18.5px); */
    width: calc((658 / 1095) * 100%);
}
.stem-cells-page .section04 .card_item:nth-of-type(2){
    width: calc((400 / 1095) * 100%);
    display: flex;
    align-items: center;
}
.stem-cells-page .section04 .card h3{
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #53A2CE;
}
.stem-cells-page .section04 .card h3 span{
    color: inherit;
    /* line-height: inherit; */
    line-height: 1.2;
    width: 100%;
}
.stem-cells-page .section04 .card h3::before{
    counter-increment: number; /* カウンターを1ずつ増やす */
    content: counter(number); /* 現在のカウントを表示 */
    display: block;
    font-size: 140px;
    line-height: 1;
    font-weight: 500;
    color: #80C3D8;
    position: relative;
    top: -10px;
}
.stem-cells-page .section04 .card_item p{
    font-size: 21px;
    line-height: calc(46 / 21);
}
.stem-cells-page .section04 .card_footer{
    margin: 18px auto 0;
    padding: 22px;
    background: #FBFBFB;
    width: 100%;
    max-width: 1057px;
}
.stem-cells-page .section04 .section_contact .box{
    max-width: unset;
}

.stem-cells-page .section05 .section_wrapper{
    padding-top: 100px;
}
.stem-cells-page .section05 .title{
    margin-bottom: 115px;
}
.stem-cells-page .section05 .explanation{
    text-align: center;
    width: fit-content;
    margin: 0 auto 159px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.stem-cells-page .section05 .course_list{
    max-width: 992px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 154px;
}
.stem-cells-page .section05 .course_list h3{
    width: fit-content;
    margin: 0 auto 9px;
    font-size: 42px;
    line-height: calc(46 / 42);
    font-weight: 700;
}
.stem-cells-page .section05 .course_list h3 + p{
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
}
.stem-cells-page .section05 .course_list p{
    font-size: 21px;
}
.stem-cells-page .section05 .course_table{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 62px;
}
.stem-cells-page .section05 .course_table .course_table_row{
    display: flex;
}
.stem-cells-page .section05 .course_table .course_table_text{
    display: flex;
    align-items: center;
    width: 50%;
    min-height: 120px;
    padding: 0 28px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.stem-cells-page .section05 .course_table .course_table_text:nth-of-type(1){
    border-left: 1px solid #333333;
}
.stem-cells-page .section05 .course_table .course_table_row p{
    line-height: calc(46 / 21);
}
.stem-cells-page .section05 .course_table .course_table_row .timed{
    font-size: 42px;
    line-height: calc(46 / 42);
    font-weight: 900;
}
.stem-cells-page .section05 .course_table .course_table_row .one_price{
    font-size: 28px;
    line-height: calc(46 / 28);
    font-weight: 900;
}
.stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1){
    
}
.stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) .course_table_text{
    background: rgba(155, 208, 191, 0.6);
    line-height: calc(46 / 28);
    min-height: 80px;
    border-top: 1px solid #333333;
}
.stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) .course_table_text:nth-of-type(2){
    background: rgba(149, 198, 182, 0.6);
}
.stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) p{
    font-size: 28px;
}

.stem-cells-page .section05 .course_price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}
.stem-cells-page .section05 .course_price_normal{
    position: relative;
    display: flex;
    gap: 1.6em;
}
.stem-cells-page .section05 .course_price_normal::after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 39px;
    height: 19px;
    background: url(../img/stem-cells/tria.png) no-repeat 50% 50% / contain;
    display: block;
}
.stem-cells-page .section05 .course_price p{
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 28px;
    line-height: calc(46 / 28);
}
.stem-cells-page .section05 .course_price span{
    font-size: 42px;
    line-height: calc(46 / 42);
    font-weight: 900;
}
.stem-cells-page .section05 .course_price_normal p:first-of-type{
    font-weight: 700;
}
.stem-cells-page .section05 .course_price_normal p:last-of-type::after{
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    margin-top: -2px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    position: absolute;
    left: 0;
    top: 50%;
}

.stem-cells-page .section05 .course_price_member{
    padding: 23px 0 51px;
    box-shadow: 0px 3px 2px 0px #CBCBCB40;
    width: 100%;
    max-width: 949px;
}
.stem-cells-page .section05 .course_price_member img{
    display: block;
    width: 100%;
    max-width: 264px;
    margin: 0 auto 42px;
}
.stem-cells-page .section05 .price_emphasis{
    color: #D11C1C;
}

.stem-cells-page .section06 .section_wrapper{
    padding-top: 100px;
    padding-bottom: 138px;
}
.stem-cells-page .section06 .title{
    margin-bottom: 80px;
}
.stem-cells-page .section06 .explanation{
    width: fit-content;
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 24px;
    line-height: calc(40 / 24);
    text-align: center;
}

.stem-cells-page .section06 .case_area{
    display: flex;
    flex-direction: column;
    gap: 144px;
    margin-bottom: 138px;
}
.stem-cells-page .section06 .case_area h3{
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 516px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    border-bottom: 1px solid #333333;
}
.stem-cells-page .section06 .case_area h4{
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}
.stem-cells-page .section06 .card{
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(88px, calc((100 / 1440) * 88vw));
}
.stem-cells-page .section06 .card_header{
    width: 100%;
}
.stem-cells-page .section06 .card_item{
    width: calc(50% - min(44px, calc((100 / 1440) * 44vw)));
}
.stem-cells-page .section06 .card_footer{
    max-width: 1000px;
    width: 100%;
    margin: 47px auto 0;
    padding: 48px 20px;
    background: #D9D9D940;
}
.stem-cells-page .section06 .card_footer p{
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}

.stem-cells-page .section06 .case_area + p{
    max-width: 864px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}

.stem-cells-page .section07 .section_wrapper{
    padding-top: 100px;
}
.stem-cells-page .section07 .title{
    margin-bottom: 80px;
    position: relative;
    border-bottom: 0;
}
.stem-cells-page .section07 .title::after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 100%);
    display: block;
    width: 60px;
    height: 4px;
    background: #0FABB5;
}

.stem-cells-page .section07 .qa_area{
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    gap: 40px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto 112px;
}
.stem-cells-page .section07 h3{
    position: relative;
    padding-left: 90px;
    padding-right: 48px;
    font-weight: 400;
    font-size: 24px;
    line-height: 170%;
    cursor: pointer;
}
.stem-cells-page .section07 h3::before{
    /* content: 'Q';
    position: absolute;
    top: -18px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #0FABB5;
    border-radius: 50%;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Noto Sans JP'; */
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    background: url(../img/stem-cells/q.png) no-repeat 50% 50% / contain;
}
.stem-cells-page .section07 h3::after{
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    display: block;
    width: 28px;
    height: 16px;
    background: url(../img/stem-cells/qa_arrow.png) no-repeat 50% 50% / contain;
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
}
.stem-cells-page .section07 .qa_list.show h3::after{
    transform: rotate(0);
    -webkit-transition: .3s;
    transition: .3s;
}
.stem-cells-page .section07 p{
    font-weight: 400;
    font-size: 21px;
    line-height: 170%;
}
.stem-cells-page .section07 .qa_list .answer{
    position: relative;
    padding-left: 90px;
    padding-right: 48px;
}
.stem-cells-page .section07 .qa_list .answer::before{
    /* content: 'A';
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border: 2px solid #0FABB5;
    border-radius: 50%;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #0FABB5;
    font-family: 'Noto Sans JP'; */
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    background: url(../img/stem-cells/a.png) no-repeat 50% 50% / contain;
}
.stem-cells-page .section07 .qa_list.show .answer{
    padding-top: 32px;
}


.stem-cells-page .section07_1 .section_wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
}
.stem-cells-page .section07_1 .title{
    /* margin-bottom: 142px; */
    margin-bottom: 134px;
}
.stem-cells-page .section07_1 .doctor_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 80px 10px;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.stem-cells-page .section07_1 .box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: calc((100% / 3) - (20px / 3));
    border: 2px solid #2C98E5;
    min-height: 819px;
    /* padding: 40px 20px; */
    padding: 40px 16px;
}
.stem-cells-page .section07_1 .box:nth-of-type(1){
    width: calc(50% - 40px);
}
.stem-cells-page .section07_1 .box:nth-of-type(2){
    width: calc(50% - 40px);
}
.stem-cells-page .section07_1 .box_item img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.stem-cells-page .section07_1 .box_item:nth-of-type(2){
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px calc((30 / 1440) * 100%);
    text-align: center;
}
.stem-cells-page .section07_1 .box_item:nth-of-type(2) p{
    background: linear-gradient(
        to bottom,
        transparent calc(100% - 13px),
        #FFFCC2 calc(100% - 13px),
        #FFFCC2 100%
    );
    width: fit-content;
    padding: 0 10px;
    /* font-size: 24px; */
    font-size: 20px;
}
.stem-cells-page .section07_1 .box:nth-of-type(1) .box_item:nth-of-type(2) p{
    font-size: 24px;
}
.stem-cells-page .section07_1 .box:nth-of-type(2) .box_item:nth-of-type(2) p{
    font-size: 24px;
}

.stem-cells-page .section07_1 .box_item .box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stem-cells-page .section07_1 .box_text h3 {
    font-size: 40px;
}

.stem-cells-page .section07_1 .box_item:nth-of-type(2) span {
    font-size: 18px;
}
.stem-cells-page .section07_1 .box:nth-of-type(1) .box_item:nth-of-type(2) span{
    font-size: 22px;
}
.stem-cells-page .section07_1 .box:nth-of-type(2) .box_item:nth-of-type(2) span{
    font-size: 22px;
}
.stem-cells-page .section07_1 .box_item:nth-of-type(3){
    width: fit-content;
    margin: 0 auto;
}
.stem-cells-page .section07_1 .box_item .history{
    display: flex;
    font-size: 16px;
}
.stem-cells-page .section07_1 .box_item .history > span{
    width: calc(100% - 90px);
    font-size: inherit;
}
.stem-cells-page .section07_1 .box_item .history > span:nth-of-type(1){
    width: 90px;
}
.stem-cells-page .section07_1 .box_item .history .notice{
    font-size: 12px;
}

.stem-cells-page .section07_2 .section_wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
}
.stem-cells-page .caution_area{
    position: relative;
    z-index: 1;
    /* padding: min(170px, calc((100 / 1440) * 170vw)) calc((130 / 1440) * 100%) min(140px, calc((100 / 1440) * 140vw)); */
}
.stem-cells-page .caution_area::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url(../img/prp/treatment_bg02.png) no-repeat 50% 50% / cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 704;
    min-height: 704px;
}
.stem-cells-page .caution_area .box{
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: calc((100 / 1440) * 67vw); */
    gap: calc((67 / 1280) * 100%);
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    /* padding: min(170px, calc((100 / 1440) * 170vw)) calc((130 / 1280) * 100%) min(140px, calc((100 / 1440) * 140vw)); */
    /* padding: min(170px, calc((100 / 1440) * 170vw)) 20px min(140px, calc((100 / 1440) * 140vw)); */
    padding: min(170px, calc((170 / 1440) * 100%)) 20px min(140px, calc((140 / 1440) * 100%));
}
.stem-cells-page .caution_area .box_item{
    
}
.stem-cells-page .caution_area .box .box_item:nth-of-type(1){
    width: calc((526 / 1280) * 100%);
    background: #ffffff;
    padding: 15px 18px;
}
.stem-cells-page .caution_area .box .box_item_text{
    border: 1px solid #2C98E5;
    padding: 28px 23px;
}
.stem-cells-page .caution_area .box .box_item:nth-of-type(2){
    width: calc((588 / 1280) * 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc((32 / 1280) * 100%);
    /* width: 100%; */
    /* max-width: 588px; */
}
/* .stem-cells-page .caution_area .box_item:nth-of-type(2) img{
    max-width: 278px;
    display: block;
    width: calc(50% - ((32 / 1280) * 100%));
} */
.stem-cells-page .caution_area .box_item:nth-of-type(2) img{
    max-width: 278px;
    display: block;
    width: calc(50% - ((32 / 1280) * 100%));
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.stem-cells-page .caution_area .box_item:nth-of-type(2) img:hover{
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.stem-cells-page .caution_area .box h3{
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
}
.stem-cells-page .caution_area .box p{
    font-size: 24px;
    font-weight: 500;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  overflow-y: auto;
}
.modal-content {
  margin: auto;
  display: block;
  /* max-width: 80%;
  max-height: 80%; */
  max-width: fit-content;
  width: 100%;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.modal-close:hover {
  color: #ccc;
}

@media screen and (max-width: 1280px) {
    .stem-cells-page .section07_1 .box_item:nth-of-type(2){
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .stem-cells-page .section01 .box{
        flex-direction: column;
        align-items: center;
    }
    .stem-cells-page .section01 .box_item{
        width: 100%;
        max-width: 560px;
    }
    .stem-cells-page .section01 .box_item p{
        /* max-width: 360px;
        padding: 20px;
        margin: 0 auto; */
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
    }

    .stem-cells-page .section02 .graph .box{
        flex-direction: column;
        margin-bottom: 24px;
        gap: 48px;
    }
    .stem-cells-page .section02 .graph .box_item{
        width: 100%;
    }

    .stem-cells-page .section_contact h2{
        font-size: 28px;
    }
    .stem-cells-page .section_contact .box{
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .stem-cells-page .section_contact .box_item{
        width: fit-content;
    }
    .stem-cells-page .section_contact .box::before{
        display: none;
    }
    .stem-cells-page .section_contact span{
        margin-top: 80px;
    }

    .stem-cells-page .section03 .ten_area .box{
        flex-direction: column;
        align-items: center;
    }
    .stem-cells-page .section03 .ten_area .box_item{
        width: 100%;
        min-height: auto;
    }

    .stem-cells-page .section07_1 .doctor_card{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 48px;
    }
    .stem-cells-page .section07_1 .box{
        width: 100%;
        max-width: 630px;
    }
    .stem-cells-page .section07_1 .box:nth-of-type(1){
        width: 100%;
    }
    .stem-cells-page .section07_1 .box:nth-of-type(2){
        width: 100%;
    }

    .stem-cells-page .caution_area .box{
        gap: 24px;
    }
    .stem-cells-page .caution_area .box h3{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .stem-cells-page .caution_area .box p{
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .stem_cells_kv{
        min-height: auto;
    }
    .stem_cells_kv_box{
        /* margin-left: min(30px, calc((100 / 375) * 30vw)); */
        /* height: 100%; */
        /* min-height: 600px; */
        margin: 0 auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .stem-cells-page .section .title::before{
        width: min(640px, calc((100 / 768) * 640vw));
    }
    .stem_cells_kv_box .box_header{
        gap: 8px;
        margin-bottom: 12px;
    }
    .stem_cells_kv_box .box_item p{
        min-height: 40px;
        font-size: 18px;
    }
    .stem_cells_kv_box h1{
        /* max-width: 360px; */
        max-width: 480px;
        margin-bottom: 48px;
    }
    .stem_cells_kv .box_footer{
        margin: auto 0 64px;
    }
    .stem-cells-page .section01 .copy{
        font-size: 24px;
        margin-bottom: 60px;
    }
    .stem-cells-page .section01 .copy > span{
        font-size: 36px;
    }

    .stem-cells-page .section01 .box_item{
        max-width: 360px;
    }
    .stem-cells-page .section01 .box_item h3{
        min-height: 74px;
        font-size: 21px;
    }
    .stem-cells-page .section01 .box_item p{
        padding: 20px 20px 20px 36px;
        font-size: 18px;
    }
    .stem-cells-page .section .title{
        font-size: 36px;
    }

    .stem-cells-page .section02 .graph .box{
        margin-bottom: 48px;
    }
    .stem-cells-page .section02 .explanation{
        font-size: 18px;
    }
    .stem-cells-page .section02 .explanation02{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .stem-cells-page .section02 .explanation03 span{
        font-size: 24px;
    }
    .stem-cells-page .section02 .explanation03{
        font-size: 18px;
    }

    .stem-cells-page .section_contact h2{
        margin-bottom: 36px;
        font-size: 24px;
    }
    .stem-cells-page .section_contact .box .box_item:nth-of-type(1) > p{
        margin-bottom: 24px;
    }
    .stem-cells-page .section_contact .box .box_item:nth-of-type(2) > p{
        font-size: 24px;
    }
    .stem-cells-page .section_contact span{
        margin-top: 40px;
        font-size: 16px;
    }

    .stem-cells-page .section03{
        margin-bottom: 135px;
    }
    .stem-cells-page .section03 .ten_area .box_item h3{
        font-size: 24px;
    }
    .stem-cells-page .section03 .ten_area .box_item h3::before{
        font-size: 48px;
        width: 72px;
    }
    .stem-cells-page .section03 .ten_area .box_item p{
        font-size: 21px;
    }

    .stem-cells-page .section04 .card_list{
        gap: 36px;
    }
    .stem-cells-page .section04 .card{
        flex-direction: column;
        gap: 24px;
    }
    .stem-cells-page .section04 .card_item{
        width: 100%;
    }
    .stem-cells-page .section04 .card_item:nth-of-type(2){
        width: 100%;
    }
    .stem-cells-page .section04 .card h3{
        max-width: fit-content;
        gap: 48px;
        font-size: 24px;
        margin-bottom: 24px;
    }
    .stem-cells-page .section04 .card h3::before{
        font-size: 80px;
        top: -6px;
    }
    .stem-cells-page .section04 .card_item p{
        font-size: 18px;
    }
    .stem-cells-page .section05 .section_wrapper{
        padding-top: 50px;
    }
    .stem-cells-page .section05 .title{
        margin-bottom: 60px;
    }
    .stem-cells-page .section05 .explanation{
        font-size: 21px;
        margin-bottom: 78px;
    }
    .stem-cells-page .section05 .course_list{
        gap: 78px;
    }
    .stem-cells-page .section05 .course_list h3{
        font-size: 28px;
    }
    .stem-cells-page .section05 .course_list p{
        font-size: 18px;
    }
    .stem-cells-page .section05 .course_list h3 + p{
        font-size: 18px;
    }
    .stem-cells-page .section05 .course_table .course_table_text{
        padding: 0 20px;
        min-height: 80px;
    }
    .stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) .course_table_text{
        min-height: 60px;
    }
    .stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) p{
        font-size: 24px;
    }

    .stem-cells-page .section05 .course_table .course_table_row .timed{
        font-size: 28px;
    }
    .stem-cells-page .section05 .course_table .course_table_row .one_price{
        font-size: 21px;
    }
    .stem-cells-page .section05 .course_price_normal p:first-of-type{
        display: flex;
        align-items: center;
    }
    .stem-cells-page .section05 .course_price span{
        font-size: 36px;
    }

    .stem-cells-page .section06 .section_wrapper{
        padding-bottom: 78px;
    }
    .stem-cells-page .section06 .case_area h3{
        font-size: 24px;
        width: fit-content;
        padding: 0 20px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    .stem-cells-page .section06 .case_area h4{
        margin-bottom: 16px;
        font-size: 21px;
    }
    .stem-cells-page .section06 .card{
        flex-direction: column;
        gap: 48px;
    }
    .stem-cells-page .section06 .card_item{
        width: 100%;
    }
    .stem-cells-page .section06 .card_footer{
        margin-top: 0;
    }
    .stem-cells-page .section06 .card_footer p{
        font-size: 18px;
    }
    .stem-cells-page .section06 .case_area + p{
        font-size: 21px;
        line-height: 1.2;
    }
    .stem-cells-page .section06 .explanation{
        font-size: 18px;
    }

    .stem-cells-page .section07 .section_wrapper{
        padding-top: 50px;
    }

    .stem-cells-page .section07 h3{
        padding-left: 60px;
        font-size: 21px;
        padding-right: 32px;
    }
    .stem-cells-page .section07 h3::before{
        font-size: 24px;
        width: 48px;
        top: -10px;
    }
    .stem-cells-page .section07 h3::after{
        top: 12px;
        width: 20px;
    }
    .stem-cells-page .section07 .qa_list.show .answer{
        padding-left: 60px;
        /* padding-top: 28px; */
        /* padding-right: 32px; */
        padding-right: 20px;
    }
    .stem-cells-page .section07 .qa_list .answer::before{
        top: 18px;
        font-size: 24px;
        width: 48px;
    }
    .stem-cells-page .section07 p{
        font-size: 18px;
    }

    .stem-cells-page .section07_1 .title{
        margin-bottom: 80px;
    }
    .stem-cells-page .section07_1 .doctor_card .box{
        gap: 18px;
    }
    .stem-cells-page .section07_1 .box_item .history{
        flex-direction: column;
    }
    .stem-cells-page .section07_1 .box_item .history span{
        width: fit-content;
    }

    .stem-cells-page .caution_area::before{
        min-height: 1000px;
    }
    .stem-cells-page .caution_area .box{
        flex-direction: column;
    }
    .stem-cells-page .caution_area .box .box_item:nth-of-type(1){
        width: 100%;
        max-width: 620px;
    }
    .stem-cells-page .caution_area .box .box_item:nth-of-type(2){
        max-width: 620px;
        gap: 20px;
    }
    .stem-cells-page .caution_area .box_item:nth-of-type(2) img{
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .stem-cells-page .section01 .copy{
        font-size: calc((100 / 599) * 24vw);
        margin-bottom: 60px;
    }
    .stem-cells-page .section01 .copy > span{
        font-size: calc((100 / 599) * 36vw);
    }
    .stem_cells_kv_box .box_item p{
        font-size: 14px;
        min-height: 28px;
        padding: 0 8px;
    }
    .stem_cells_kv_box{
        width: 100%;
        /* margin-left: 0; */
        align-items: center;
        padding: 40px 20px;
    }
    .stem_cells_kv .box_footer{
        margin: 0 auto;
    }
    .stem_cells_kv_box .box_footer p{
        font-size: 18px;
    }

    .stem-cells-page .section01 .box_item{
        max-width: 320px;
    }
    .stem-cells-page .section01 .box_item p{
        width: fit-content;
        margin: 0 auto;
    }

    .stem-cells-page .section .title{
        font-size: 28px;
    }
    .stem-cells-page .section02 .explanation{
        margin-bottom: 60px;
        font-size: 16px;
    }
    .stem-cells-page .section02 .explanation span{
        font-size: 20px;
    }
    .stem-cells-page .section02 .explanation02{
        font-size: 16px;
    }
    .stem-cells-page .section02 .explanation02 span{
        font-size: 20px;
    }
    .stem-cells-page .section02 .explanation03{
        font-size: 16px;
    }
    .stem-cells-page .section02 .explanation03 span{
        font-size: 20px;
    }
    .stem-cells-page .section02 .graph h3{
        margin-bottom: 18px;
        font-size: 21px;
    }
    .stem-cells-page .section02 .graph h3 span{
        font-size: 24px;
    }

    .stem-cells-page .section_contact h2{
        font-size: 18px;
    }
    .stem-cells-page .section_contact .box{
        gap: 40px;
    }
    .stem-cells-page .section_contact .box .box_item:nth-of-type(1) > p{
        font-size: 24px;
    }
    .stem-cells-page .section_contact .box_item .tel{
        font-size: 28px;
    }
    .stem-cells-page .section_contact .box_item .tel::before{
        width: 36px;
        left: -38px;
        top: 18px;
    }
    .stem-cells-page .section_contact .box .box_item:nth-of-type(2) > p{
        /* font-size: 18px; */
        font-size: min(18px, calc((100 / 599) * 24vw));
    }
    .stem-cells-page .section_contact .box .box_item:nth-of-type(2) .page_link_btn + p{
        font-size: 18px;
    }

    .stem-cells-page .section03 .title{
        margin-bottom: 60px;
    }
    .stem-cells-page .section03 .ten_area{
        /* padding: 48px 20px 0; */
        padding: 20px 20px 0;
    }
    .stem-cells-page .section03 .ten_area .box_item h3{
        gap: 18px;
        /* font-size: 24px; */
        font-size: 22px;
    }
    .stem-cells-page .section03 .ten_area .box_item h3::before{
        /* font-size: 48px; */
        font-size: 36px;
        /* width: 72px; */
        width: 56px;
        background: linear-gradient(
            to bottom, transparent calc(50% + 3px - 6px),
            #FFFCC2 calc(50% + 3px - 6px),
            #FFFCC2 calc(50% + 3px + 6px),
            transparent calc(50% + 3px + 6px));
    }
    .stem-cells-page .section03 .ten_area .box_item p{
        font-size: 18px;
    }

    .stem-cells-page .section04 .card h3{
        max-width: none;
        gap: 0;
    }

    .stem-cells-page .section05 .explanation{
        font-size: 18px;
    }

    .stem-cells-page .section06 .case_area + p{
        font-size: 18px;
    }

    .stem-cells-page .section05 .course_price_member{
        padding: 18px 0 28px;
    }
    .stem-cells-page .section05 .course_price_member img{
        margin: 0 auto 36px;
        max-width: 180px;
    }
    .stem-cells-page .section05 .course_price_member p{
        font-size: calc((100 / 599) * 18vw);
    }
    .stem-cells-page .section05 .course_table .course_table_row:nth-of-type(1) p{
        font-size: calc((100 / 599) * 24vw);
    }
    .stem-cells-page .section05 .course_table .course_table_row p{
        font-size: calc((100 / 599) * 18vw);
    }
    .stem-cells-page .section05 .course_table .course_table_row .timed{
        font-size: calc((100 / 599) * 28vw);
    }
    .stem-cells-page .section05 .course_table .course_table_row .one_price{
        font-size: calc((100 / 599) * 21vw);
    }
    .stem-cells-page .section05 .course_price_normal p:first-of-type{
        font-size: calc((100 / 599) * 18vw);
    }
    .stem-cells-page .section05 .course_price span{
        font-size: calc((100 / 599) * 36vw);
    }
    
    .stem-cells-page .section_contact .section_wrapper{
        margin: 62px auto 34px;
    }

    .stem-cells-page .caution_area .box h3{
        font-size: 20px;
    }
}