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

.prp-page *{
    font-family: 'Noto Serif JP';
    line-height: 100%;
    color: #090A0A;
    letter-spacing: -0.011em;
    line-height: 1.5;
}
.prp_kv{
    position: relative;
    margin-bottom: 150px;
    min-height: 800px;
    background: url(../img/prp/fv.png) no-repeat 50% 50% / cover;
}
.prp_kv img{
    position: absolute;
    top: 7px;
    right: 35px;
    z-index: 1;
    width: 100%;
    max-width: 288px;
    height: auto;
    aspect-ratio: 288 / 73;
}
.prp_kv_box{
    padding: 122px 0 126px;
}
.prp_kv_box h1{
    margin-bottom: 12px;
    padding-left: calc((109 / 1440) * 100%);
    background: linear-gradient(90deg, #139B9E 0%, #05DFE3 42.31%, #45C3C5 90.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    /* font-size: 110.13px; */
    font-size: calc(110.13px * (3 / 4));
    letter-spacing: 0.019em;
}
.prp_kv_box .copy{
    margin-bottom: 37px;
    font-weight: 500;
    /* font-size: 34.55px; */
    font-size: calc(34.55px * (3 / 4));
    line-height: 190%;
    color: #ffffff;
}
.prp_kv_box .copy span{
    display: inline-block;
    padding: 0 calc((52 / 1440) * 100%) 0 calc((109 / 1440) * 100%);
    margin-bottom: 10px;
    background: #2C98E5;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.prp_kv_box .explanation{
    /* max-width: 770px; */
    /* font-size: 24.85px; */
    width: 100%;
    max-width: fit-content;
    margin-left: calc((75 / 1440) * 100%);
    padding: 50px 30px;
    border: 1px solid #FFFFFF;
    background: #FFFFFFB2;
    font-weight: 500;
    font-size: 20px;
}

.prp-page .section .section_wrapper{
    padding: 0 0 160px;
}
.prp-page .section .title{
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto 90px;
}
.prp-page .section .title span{
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    /* background: #FFFFFF; */
    /* padding: 6px 45px; */
    padding: 0 10px;
    font-weight: 500;
    font-size: 52px;
    text-align: center;
}
.prp-page .section .title::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url(../img/prp/title_bg.png) no-repeat 50% 50% / contain;
    display: block;
    /* width: min(590px, calc((100 / 1440) * 590vw)); */
    /* aspect-ratio: 590 / 178; */
    width: min(720px, calc((100 / 1440) * 720vw));
    aspect-ratio: 720 / 207;
    height: auto;
}
.prp-page .section .title span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    background: #090A0A;
    width: 100%;
    height: 2px;
}

.prp-page .section .explanation{
    width: fit-content;
    margin: 0 auto 30px;
    font-weight: 500;
    /* font-size: 32px; */
    font-size: 24px;
    line-height: 180%;
    text-align: center;
}

.prp-page .section01 .section_wrapper{
    padding: 0 20px 160px;
}
.prp-page .section01 .box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin: 0 auto 100px;
}
.prp-page .section01 .box_item{
    width: calc((510 / 1264) * 100%);
    max-width: 510px;
}
.prp-page .section01 .box .box_item:nth-of-type(2){
    width: calc((706 / 1264) * 100%);
    max-width: 706px;
}
.prp-page .section01 .box .box_item .explanation{
    text-align: left;
}

.prp-page .recommend{
    background: url(../img/prp/treatment_bg.png) no-repeat 50% 50% / cover;
    border: 6px solid #2C98E5;
    max-width: 1014px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 40px;
}
.prp-page .recommend h3{
    position: relative;
    z-index: 1;
    width: fit-content;
    padding: 0 10px;
    margin: 0 auto 49px;
    font-weight: 500;
    /* font-size: 48px; */
    font-size: 36px;
    text-align: center;
}
.prp-page .recommend h3::before{
    content: '';
    background: #FFEB804D;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 21px; */
    height: 16px;
}

.prp-page .recommend_text{
    width: fit-content;
    margin: 0 auto;
}
.prp-page .recommend p{
    margin-bottom: 35px;
    /* padding-left: 66px; */
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    /* font-size: 32px; */
    font-size: 24px;
}
.prp-page .recommend p::before{
    content: '';
    position: absolute;
    /* top: 24px; */
    top: 20px;
    left: 0;
    transform: translate(0, -50%);
    background: url(../img/prp/recommend_arrow.png) no-repeat 50% 50% / contain;
    /* width: 39px; */
    width: 24px;
    height: auto;
    aspect-ratio: 39 / 32;
}
.prp-page .recommend_text p:last-of-type{
    margin-bottom: 0;
}

.prp-page .section02{
    counter-reset: number; /* カウンター初期化 */
}
.prp-page .section02 .charm_area{
    display: flex;
    flex-wrap: wrap;
    gap: 68px 73px;
    background: #D3EFF580;
    padding: 82px 20px 84px 75px;
}
.prp-page .section02 .charm_item{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: calc(50% - 36.5px);
    min-height: 324px;
    /* padding: 0 20px 46px; */
    padding: 0 20px;
    background: #ffffff;
}
.prp-page .section02 .charm_item::before{
    counter-increment: number; /* カウンターを1ずつ増やす */
    content: counter(number, decimal-leading-zero); /* 現在のカウントを表示 */
    position: absolute;
    /* top: 0; */
    /* top: 8px; */
    top: min(8px, calc((100 / 1440) * 8vw));
    left: 0;
    /* transform: translate(-50%, 0); */
    /* transform: translate(calc(-50% + 24px), 0); */
    transform: translate(calc(-50% + min(24px, calc((100 / 1440) * 24vw))), 0);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 117px; */
    width: min(117px, calc((100 / 1440) * 117vw));
    height: auto;
    aspect-ratio: 1 / 1;
    line-height: 1;
    color: #095480;
    font-family: "Bellefair", serif;
    font-weight: 400;
    /* font-size: 92.67px; */
    font-size: min(92.67px, calc((100 / 1440) * 92.67vw));
    line-height: 1;
}
.prp-page .section02 .charm_item::after{
    content: '';
    position: absolute;
    /* top: calc(56.5px * 1.414); */
    /* top: 24px; */
    top: min(24px, calc((100 / 1440) * 24vw));
    /* left: 0; */
    /* left: -8px; */
    left: min(-8px, calc((100 / 1440) * -8vw));
    /* transform: rotate(45deg) translate(-50%, 0); */
    /* transform: rotate(45deg) translate(calc(-50% + 24px), 0); */
    transform: rotate(45deg) translate(calc(-50% + min(24px, calc((100 / 1440) * 24vw))), 0);
    z-index: -1;
    display: block;
    /* width: 117px; */
    width: min(117px, calc((100 / 1440) * 117vw));
    height: auto;
    aspect-ratio: 1 / 1;
    background: #FFF9D9;
}

.prp-page .section02 .charm_item h3{
    /* padding-bottom: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 144px;
    margin-bottom: 35px;
    border-bottom: 1px solid #2C98E5;
    width: 100%;
    text-align: center;
    font-weight: 500;
    /* font-size: 40px; */
    /* font-size: min(40px, calc((100 / 1440) * 40vw)); */
    font-size: min(34px, calc((100 / 1440) * 34vw));
}
.prp-page .section02 .charm_item h3 span{
    display: block;
    width: calc(100% - min(117px, calc((100 / 1440) * 117vw)));
    margin: 0 auto;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
}
.prp-page .section02 .charm_item p{
    font-weight: 500;
    /* font-size: 30px; */
    /* font-size: min(30px, calc((100 / 1440) * 30vw)); */
    font-size: min(26px, calc((100 / 1440) * 26vw));
}


.prp-page .section03{
    counter-reset: number; /* カウンター初期化 */
}
.prp-page .section03 .section_wrapper{
    padding: 0 20px 160px;
}
.prp-page .section03 .flow_area{
    max-width: 1219px;
    width: 100%;
    margin: 0 auto;
}
.prp-page .section03 .flow_area .card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 475px;
    padding: 20px 32px;
    border-bottom: 5px solid #2C98E5;
}
.prp-page .section03 .flow_area .card::before{
    counter-increment: number; /* カウンターを1ずつ増やす */
    content: counter(number, decimal-leading-zero); /* 現在のカウントを表示 */
    font-weight: 700;
    font-size: 124px;
    color: #2C98E5;
    /* color: #FFF9D9;
    text-shadow:
    -3px -3px #2C98E5,
    0   -3px #2C98E5,
    3px -3px #2C98E5,
    -3px  0   #2C98E5,
    3px  0   #2C98E5,
    -3px  3px #2C98E5,
    0    3px #2C98E5,
    3px  3px #2C98E5; */
}
.prp-page .section03 .flow_area .card:first-of-type{
    border-top: 5px solid #2C98E5;
}
.prp-page .section03 .flow_area .card h3{
    padding-bottom: 42px;
    margin-bottom: 42px;
    font-weight: 500;
    /* font-size: 40px; */
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #2C98E5;
}
.prp-page .section03 .flow_area .card p{
    font-weight: 500;
    /* font-size: 30px; */
    font-size: 28px;
}
.prp-page .section03 .flow_area .card .card_item{
    width: calc((903 / 1155) * 100%);
}
.prp-page .section03 .flow_area .card .card_item:nth-of-type(2){
    width: calc((296 / 1155) * 100%);
}

.prp-page .section04 .section_wrapper{
    padding-bottom: 80px;
}
.prp-page .section04 .explanation{
    width: calc(100% - 40px);
    font-size: 30px;
}
.prp-page .section04 .title{
    margin-bottom: 170px;
}
.prp-page .section04 .fee_area{
    width: 100%;
    max-width: 1132px;
    margin: 0 auto 80px;
    padding: 0 20px;
}
.prp-page .section04 .fee_area > p{
    width: fit-content;
    margin: 0 auto 60px;
    /* font-size: 32px; */
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: calc(60 / 32);
}
.prp-page .section04 .fee_area > p span{
    /* font-size: 40px; */
    font-size: 38px;
    font-weight: 500;
    line-height: calc(60 / 40);
}
.prp-page .section04 .fee_table > span{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.prp-page .section04 .fee_table{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto 80px;
}
.prp-page .section04 .fee_table_row{
    display: flex;
}
.prp-page .section04 .fee_table p{
    font-size: 30px;
    font-weight: 500;
}
.prp-page .section04 .fee_table_text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 80px;
    padding: 0 28px;
    border-right: 1px solid #090A0A;
    border-bottom: 1px solid #090A0A;
}
.prp-page .section04 .fee_table .fee_table_text:nth-of-type(1){
    border-left: 1px solid #090A0A;
    width: calc((400 / 1030) * 100%);
}
.prp-page .section04 .fee_table .fee_table_row .fee_table_text:nth-of-type(2){
    width: calc((630 / 1030) * 100%);
}
.prp-page .section04 .fee_table .fee_table_row:nth-of-type(1) .fee_table_text{
    border-top: 1px solid #090A0A;
    background: #FFF9D9;
}

.prp-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)); */
}
.prp-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;
}
.prp-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%));
}
.prp-page .caution_area .box_item{
    
}
.prp-page .caution_area .box .box_item:nth-of-type(1){
    width: calc((526 / 1280) * 100%);
    background: #ffffff;
    padding: 15px 18px;
}
.prp-page .caution_area .box .box_item_text{
    border: 1px solid #2C98E5;
    padding: 28px 23px;
}
.prp-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; */
}
/* .prp-page .caution_area .box_item:nth-of-type(2) img{
    max-width: 278px;
    display: block;
    width: calc(50% - ((32 / 1280) * 100%));
} */
.prp-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;
}
.prp-page .caution_area .box_item:nth-of-type(2) img:hover{
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.prp-page .caution_area .box h3{
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 500;
}
.prp-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;
}

.prp-page .section05 .title{
    margin-bottom: 142px;
}
.prp-page .section05 .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;
}
.prp-page .section05 .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;
}
.prp-page .section05 .box:nth-of-type(1){
    width: calc(50% - 40px);
}
.prp-page .section05 .box:nth-of-type(2){
    width: calc(50% - 40px);
}
.prp-page .section05 .box_item img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.prp-page .section05 .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;
}
.prp-page .section05 .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;
}
.prp-page .section05 .box:nth-of-type(1) .box_item:nth-of-type(2) p{
    font-size: 24px;
}
.prp-page .section05 .box:nth-of-type(2) .box_item:nth-of-type(2) p{
    font-size: 24px;
}

.prp-page .section05 .box_item .box_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prp-page .section05 .box_text h3 {
    font-size: 40px;
}

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


.prp-page .section_contact{

}

.prp-page .section_contact .section_wrapper{
    /* margin: 124px auto 77px; */
}
.prp-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;
}

.prp-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;
}
.prp-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);
}
.prp-page .section_contact .box_item{
    width: calc(50% - (min((100 / 1440) * 37vw)));
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prp-page .section_contact .box_item > p{    
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
}
.prp-page .section_contact .box .box_item:nth-of-type(1) > p{
    margin-bottom: 35px;
}
.prp-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);
}
.prp-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;
}

.prp-page .section_contact .box .box_item:nth-of-type(2) > p{
    margin-bottom: 12px;
}
.prp-page .section_contact .box .box_item:nth-of-type(2) .page_link_btn{
    margin-bottom: 21px;
}
.prp-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;
}

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

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

@media screen and (max-width: 1280px) {
    .prp-page .section05 .box_item:nth-of-type(2){
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .pc_only{
        display: none;
    }
    .prp_kv_box h1{
        font-size: min(80px, calc((100 / 1024) * 80vw));
    }
    .prp_kv_box .copy{
        font-size: min(28px, calc((100 / 1024) * 28vw));
    }
    .prp_kv_box .explanation{
        /* margin: 0 auto; */
        font-size: min(24px, calc((100 / 1024) * 24vw));
    }

    .prp-page .section .explanation{
        /* font-size: 28px; */
        font-size: 24px;
    }

    .prp-page .section03 .flow_area .card h3{
        font-size: 32px;
    }
    .prp-page .section03 .flow_area .card p{
        font-size: 24px;
    }

    .prp-page .section04 .fee_area > p{
        font-size: 28px;   
    }
    .prp-page .section04 .fee_area > p span{
        font-size: 32px;
    }
    .prp-page .section04 .fee_table_text{
        min-height: 60px;
    }
    .prp-page .section04 .fee_table p{
        font-size: 24px;
    }

    .prp-page .caution_area .box{
        gap: 24px;
    }
    .prp-page .caution_area .box h3{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .prp-page .caution_area .box p{
        font-size: 18px;
    }
    .prp-page .section05 .doctor_card{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 48px;
    }
    .prp-page .section05 .box{
        width: 100%;
        max-width: 630px;
    }
    .prp-page .section05 .box:nth-of-type(1){
        width: 100%;
    }
    .prp-page .section05 .box:nth-of-type(2){
        width: 100%;
    }

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

@media screen and (max-width: 768px) {
    .prp_kv{
        min-height: auto;
        margin-bottom: 75px;
    }
    .prp_kv_box .explanation{
        width: calc(100% - 40px);
    }
    .prp-page .section .section_wrapper{
        padding-bottom: 80px;
    }
    .prp-page .section01 .section_wrapper{
        padding-bottom: 80px;
    }
    .prp-page .section .title{
        margin-bottom: 60px;
    }
    .prp-page .section .title::before{
        width: min(420px, calc((100 / 768) * 420vw));
    }
    .prp-page .section .title span{
        font-size: 28px;
    }
    .prp-page .section .explanation{
        font-size: 21px;
        text-align: left;
    }
    .prp-page .section01 .box{
        flex-direction: column;
        gap: 24px;
        margin-bottom: 60px;
    }
    .prp-page .section01 .box_item{
        width: 100%;
    }
    .prp-page .section01 .box .box_item:nth-of-type(2){
        width: 100%;
    }
    .prp-page .recommend{
        border-width: 3px;
    }
    .prp-page .recommend h3{
        margin-bottom: 32px;
        font-size: 26px;
    }
    .prp-page .recommend h3::before{
        height: 12px;
    }
    .prp-page .recommend p{
        margin-bottom: 24px;
        font-size: 18px;
        padding-left: 36px;
    }
    .prp-page .recommend p::before{
        top: 14px;
        width: 28px;
    }

    .prp-page .section02 .charm_area{
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 40px;
        padding: 40px 20px 40px 60px;
    }
    .prp-page .section02 .charm_item{
        width: 100%;
        min-height: 260px;
    }
    .prp-page .section02 .charm_item::before{
        top: 18px;
        transform: translate(-50%, 0);
        font-size: 48px;
    }
    .prp-page .section02 .charm_item::after{
        top: 28px;
        transform: rotate(45deg) translate(-50%, 0);
        width: 80px;
    }
    .prp-page .section02 .charm_item h3{
        margin-bottom: 24px;
        /* padding-bottom: 24px; */
        font-size: 24px;
    }
    .prp-page .section02 .charm_item p{
        font-size: 18px;
    }

    .prp-page .section03 .flow_area .card{
        border-bottom: 3px solid #2C98E5;
        min-height: 360px;
    }
    .prp-page .section03 .flow_area .card:first-of-type{
        border-top: 3px solid #2C98E5;
    }
    .prp-page .section03 .flow_area .card::before{
        font-size: 80px;
    }
    .prp-page .section03 .flow_area .card .card_item{

    }
    .prp-page .section03 .flow_area .card h3{
        font-size: 28px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    .prp-page .section03 .flow_area .card p{
        font-size: 18px;
    }

    .prp-page .section04 .fee_table p{
        font-size: min(18px, calc((100 / 768) * 18vw));
    }

    .prp-page .section04 .fee_area > p{
        font-size: 21px;
        text-align: left;
    }
    .prp-page .section04 .fee_area > p span{
        font-size: 24px;
        text-align: left;
    }

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

    .prp-page .section05 .doctor_card .box{
        gap: 18px;
    }
    .prp-page .section05 .box_item .history{
        flex-direction: column;
    }
    .prp-page .section05 .box_item .history span{
        width: fit-content;
    }

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

@media screen and (max-width: 599px) {
    .prp_kv_box h1{
        /* font-size: min(56px, calc((100 / 599) * 56vw)); */
        font-size: min(48px, calc((100 / 599) * 48vw));
        padding-left: calc((20 / 599) * 100%);
    }
    .prp_kv_box .copy{
        font-size: min(24px, calc((100 / 599) * 24vw));
    }
    .prp_kv_box .copy span{
        padding-left: calc((20 / 599) * 100%);
    }
    .prp_kv_box .explanation{
        margin: 0 auto;
        font-size: 18px;
    }
    .prp-page .section .explanation{
        font-size: 18px;
    }

    .prp-page .section02 .charm_item{
        min-height: 200px;
        padding-bottom: 20px;
    }
    .prp-page .section02 .charm_item h3{
        min-height: 100px;
        font-size: 22px;
    }
    .prp-page .section02 .charm_item::after{
        width: min(80px, calc((100 / 393) * 60vw));
    }
    .prp-page .section02 .charm_item::before{
        font-size: min(48px, calc((100 / 393) * 36vw));
    }

    .prp-page .section03 .flow_area .card{
        flex-direction: column;
        padding: 20px 0;
    }
    .prp-page .section03 .flow_area .card .card_item{
        width: 100%;
    }

    .prp-page .section04 .fee_table_text{
        padding: 0 14px;
    }
    .prp-page .section04 .fee_table p{
        font-size: min(18px, calc((100 / 599) * 18vw));
    }
    .prp-page .section04 .fee_area > p{
        font-size: 18px;
    }
    .prp-page .section04 .fee_area > p span{
        font-size: 20px;
    }
    .prp-page .section04 .fee_area{
        margin-bottom: 120px;
    }

    .prp-page .caution_area .box h3{
        font-size: 20px;
    }
    .prp-page .section04 .section_wrapper{
        margin-bottom: 140px;
    }
    .modal{
        /* padding-top: 80px; */
        padding: 80px 20px 20px;
    }

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