/* font-family: "Quicksand", sans-serif; */
/* font-family: "Zen Kaku Gothic New", sans-serif; */

/* mv & header */
.s_mv{
    width: calc(100% - 16px);
    margin: 8px;
    background-color: rebeccapurple;
    background: url(../img/mv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.header{
    width: 100%;
    border-radius: 16px;
    background-color: transparent;
}

.header_pc{
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}

.header_left{
    width: 215px;
    width: 100%;
    height: auto;
    background-color: var(--white);
    display: flex;
    /*flex-direction: column;*/
	gap: 8px;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    padding: 18px;
    padding: 8px;
    border-bottom-right-radius: 16px;
}

.logo_g_text{
    color: var(--green_two);
    font-size: 13px;
    font-weight: 500;
}

.logo_b_text{
    color: #1f1e1d;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.logo_y_text{
    color: var(--yellow);
    font-size: 10px;
    font-weight: 400;
}


.logo_div{
/*    width: 70px;
    height: 120px;*/
	width: 32px;
}

.back {
	position: absolute;
	left: 3%;
	top: 24px;
	color: var(--green_two) !important;
	font-weight: bold;
}

.header_right{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: var(--white);
    padding: 5px 24px 10px 50px;
    border-bottom-left-radius: 16px;
}

.header_right a:first-child {
    width: 220px;
    height: fit-content;
    display: inline-block;
    color: var(--green_two) ;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
}

a.header_right {
    height: fit-content;
    display: inline-block;
    color: var(--green_two) ;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
}

.header_right a:last-child {
    height: fit-content;
    display: inline-block;
	background: linear-gradient(to right, var(--green_two), #52c9f0);
    color: var(--white);
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
	border-radius: 8px;
	padding: 12px 32px;
}


.header_right::before{
    content: "";
    width: 12px;
    height: 28px;
    background: url(../img/header_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.header_sp{
    display: none;
}

/* mv */
.mv_section{
    padding-top: 125px;
    padding-left: 70px;
    padding-bottom: 55px;
}

.mv_g_one,.mv_g_two{
    display: inline-block;
    color: #f6fafb;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.45;
    background: linear-gradient(to right, var(--green_two), #52c9f0);
    letter-spacing: 5px;
    padding: 2px 40px 2px 18px;
    border-radius: 2px;
}

.mv_g_one{
    margin-bottom: 4px;
}

.mv_g_two{
    margin-bottom: 15px;
}

.mv_w_one,.mv_w_two {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 28px 5px 16px;
    background-color: rgba(242, 248, 250, 0.9);
    border-radius: 2px;
}

.mv_w_one{
    margin-bottom: 4px;
}

.mv_w_one_sp{
    display: none;
}

.mv_three_circle{
    display: flex;
    margin-top: 8px;
}

.mv_circle{
    width: 208px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.mv_circle_one{
    background: url(../img/mv_cirlce_one.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mv_circle_two{
    background: url(../img/mv_circle_two.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mv_circle_three{
    background: url(../img/mv_circle_three.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.invisa_four_circle{
    display: -webkit-inline-box;
}

.four_circle{
    width: 208px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.invisa_circle{
    background: url(../img/mv_cirlce_one.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.circle_g_text{
    color: var(--green_one);
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
}

.circle_b_text{
    color: var(--brown);
    line-height: 1.2;
    font-size: 22px;
    font-weight: 400;
}
/* 2faa6f 52c9f0 */

@media screen and (max-width: 768px) {
    .header_pc{
        display: none;
    }

    .header_sp{
        display: block;
        padding: 12px;
		display: flex;
		justify-content: center;
    }

    .header_sp_text{
        /*text-align: center;*/
		padding-left: 30px;
    }

    .header_sp_g_text{
        color: var(--green_two);
        font-size: 11px;
        font-weight: 500;
    }

    .header_sp_b_text{
        font-size: 15px;
        font-weight: 700;
        position: relative;
    }

    .header_sp_b_text::before{
        content: "";
        width: 23px;
        height: 40px;
        background: url(../img/logo_img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        bottom: -2px;
        left: -63px;
        left: -30px;
    }
}
@media screen and (max-width: 350px) {
    .header_sp_b_text::before{
        left: -40px;
    }
}
@media screen and (max-width: 768px) {
    .mv_section_bg{
        width: 100%;
        background: url(../img/mv_bg_sp_t.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 15px;
    }

    .mv_section{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 250px;
    }

    .s_mv{
        width: 100%;
        /*background: url(../img/mv_bg_color.png);*/
		background: #FFF;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 0;
        border-radius: unset;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px 90px 10px;
        padding: 0 10px;
    }

    .mv_g_one, .mv_g_two{
        font-size: 22px;
        letter-spacing: 2px;
        padding: 4px 15px 4px 8px;
    }


    .mv_g_two{
        margin-bottom: 7px;
    }

    .mv_w_one, .mv_w_two{
        font-size: 14px;
        padding: 5px 10px;
    }

    .mv_w_one_sp{
        display: inline-block;
    }

    .mv_w_one_pc{
        display: none;
    }

    .mv_three_circle{
        position: relative;
    }
	
    .mv_circle{
        width: 120px;
        height: 130px;
        position: absolute;
        max-width: 345px;
    }

    .mv_circle_one{
        left: 0;
    }

    .mv_circle_two{
        left: 50%;
        transform: translateX(-50%);
    }

    .mv_circle_three{
        right: 0;
    }
	
	.invisa_four_circle{
        display: flex;
        flex-wrap: wrap;
	}
	
    .invisa_circle{
        width: 140px;
        height: 140px;
        max-width: 345px;
    }
	
	.invisa_circle_one{
        left: 0;
	}
	
	.invisa_circle_two{
        left: 40%;
	}
	
	.invisa_circle_three{
        left: 70%;
	}
	
	.invisa_circle_four{
        right: 0;
	}

    .circle_g_text{
        font-size: 12px;
    }

    .circle_b_text{
        font-size: 12px;
    }


}
@media screen and (max-width: 355px) {
    .mv_g_one, .mv_g_two{
        font-size: 19px;
        letter-spacing: 1px;
    }

    .mv_w_one, .mv_w_two{
        font-size: 12px;
    }

    .circle_g_text{
        font-size: 10px;
    }

    .circle_b_text{
        font-size: 10px;
    }

    .mv_circle{
        width: 105px;
        height: 115px;
    }

    .invisa_circle{
        width: 105px;
        height: 115px;
    }
}
/* mv & header end*/

/* mouthpiece */
.mouthpiece {
    position: relative;
    /* max-width: 2000px; */
    margin: 0 auto;
}

.mouthpiece::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mouthpiece_bg01.png)no-repeat center/cover;
    width: 100%;
    height: 482px;
    z-index: 1;
}

.mouthpiece::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/mouthpiece_bg02.png)no-repeat center/cover;
    width: 1440px;
    height: 482px;
}

.mouthpiece_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mouthpiece_img_wrapper{
    width: calc(100% - 590px);
}

.mouthpiece_img{
    width: 100%;
    height: 716px;
    aspect-ratio: 720 / 716;
    background-image: url(../img/mouthpiece_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    margin: auto;
    z-index: 2;
}

.mouthpiece_txt_wrapper {
    position: relative;
    bottom: 100px;
    z-index: 1;
    right: 50px;
}

.mouthpiece_ttl{
    font-size: 32px;
    color: #2faa6f;
    text-align: center;
    line-height: 1.5;
}

.mouthpiece_txt_wrapper p{
    font-size: 16px;
    margin-top: 40px;
    color: #53473e;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
    .mouthpiece_img_wrapper{
        width: unset;
    }
    .mouthpiece_container{
        display: block;
    }

    .mouthpiece_img{
        background-image: url(../img/mouthpiece_sp_img.png);
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position:top center;
    }

    .mouthpiece_txt_wrapper{
        right: 0;
        margin: 0 auto;
        bottom: 130px;
        width: 100%;
    }

    .mouthpiece_ttl{
        font-size: 20px;
    }

    .mouthpiece_txt_wrapper p {
        font-size: 16px;
        margin-top: 24px;
        padding: 0 20px;
        font-weight: 400;
        letter-spacing: -1px;
    }
}
/* mouthpiece */

/* first & reason */
.reason_sec{
    margin-top: -234px;
    position: relative;
    padding-bottom: 100px;
}

.reason_container{
    position: relative;
    z-index: 1;
}

.reason_sec::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mouthpiece_bg03.png)no-repeat center/cover;
    width: 100%;
    height: 536px;
}

.reason_ttl{
    text-align: center;
}

.reason_ttl h2{
    color: #53473e;
    margin-bottom: 20px;
}

.reason_ttl .eng{
    font-size: 14px;
    color: #2faa6f;
    font-family: "Quicksand", sans-serif;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
}

.reason_ttl .eng::before,
.reason_ttl .eng::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #2faa6f;
    border-radius: 100%;
    top: 7px;
}

.reason_ttl .eng::before{
    left: -16px;
}

.reason_ttl .eng::after{
    right: -16px;
}

.reason_ttl .jp{
    font-size: 42px;
}

.reason_ttl .jp .no{
    font-size: 72px;
    line-height: 1.2;
    color: #2faa6f;
}

.reason_ttl span:nth-child(2){
    position: relative;
    top: 10px;
    display: block;
}

.reason_flex_container{
    max-width: 1345px;
    margin: 0 auto;
}

.flex_card {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
}

.flex_card:nth-child(even) {
    flex-direction: row-reverse;
}

.flex_card:nth-child(odd) .reason_right_txt {
    margin-left: 30px;
}

.flex_card:nth-child(2) .reason_right_txt p:last-child a{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.flex_card:nth-child(2) .reason_right_txt p:last-child .org_txt {
    display: inline;
    color: #ccbc51;
}

.flex_card>div {
    width: 50%;
}

.flex_card:nth-child(even) .reason_right_txt{
    margin-left: auto;
    margin-right: 30px;
}

.reason_flex_left img {
    height: auto;
    object-fit: cover;
}

.reason_flex_right {
    flex-grow: 1;
    position: relative;
}

.flex_card:nth-child(1) .reason_flex_right::before{
    content: "";
    position: absolute;
    background: url(../img/reason_bg01.png) no-repeat center/contain;
    width: 368px;
    height: 368px;
    right: 0;
    top: 30px;
    z-index: -1;
}

.flex_card:nth-child(2) .reason_flex_right::before{
    content: "";
    position: absolute;
    background: url(../img/reason_bg02.png) no-repeat center/contain;
    width: 316px;
    height: 276px;
    right: 0;
    top: -80px;
    z-index: -1;
}

.flex_card:nth-child(3) .reason_flex_right::before{
    content: "";
    position: absolute;
    background: url(../img/reason_bg03.png) no-repeat center/contain;
    width: 368px;
    height: 368px;
    right: 41px;
    top: -50px;
    z-index: -1;
}

.flex_card:nth-child(4) .reason_flex_right::before{
    content: "";
    position: absolute;
    background: url(../img/reason_bg04.png) no-repeat center/contain;
    width: 316px;
    height: 276px;
    right: 0;
    top: 0;
    z-index: -1;
}

.flex_card:nth-child(5) .reason_flex_right::before{
    content: "";
    position: absolute;
    background: url(../img/reason_bg05.png) no-repeat center/contain;
    width: 360px;
    height: 360px;
    right: 70px;
    top: -130px;
    z-index: -1;
}

.reason_right_txt {
    max-width: 516px;
}

.reason_txt_ttl{
    display: flex;
    gap: 25px;
}

.reason_txt_ttl h3{
    font-size: 28px;
    color: #2faa6f;
    font-family: "Hina Mincho", serif;
    margin-top: 25px;
}

.reason_txt_ttl .no{
    display: inline-block;
    width: 93px;
    height: 38px;
}

.reason_txt_content{
    margin-top: 25px;
}

.reason_txt_content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #53473e;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
    .reason_sec{
        margin-top: -70px;
        padding-bottom: 50px;
    }

    .reason_ttl .eng{
        font-size: 10px;
    }

    .reason_ttl .jp{
        font-size: 25px;
    }

    .reason_ttl span:nth-child(2){
        font-size: 14px;
    }

    .reason_ttl .jp .no{
        font-size: 35px;
        line-height: 2;
    }

    .reason_ttl .eng::before,
    .reason_ttl .eng::after{
        width: 4px;
        height: 4px;
        top: 5px;
    }


    .flex_card,
    .flex_card:nth-child(even){
        flex-direction: column;
    }

    .flex_card>div {
        width: 100%;
    }

    .reason_txt_ttl h3{
        font-size: 18px;
        margin-top: 10px;
    }

    .flex_card:nth-child(even) .reason_right_txt{
        margin: 0;
    }

    .flex_card:nth-child(odd) .reason_right_txt{
        margin: 0;
    }

    .reason_right_txt{
        padding: 0 35px;
    }

    .reason_txt_ttl {
        gap: 20px;
    }

    .reason_txt_ttl .no {
        width: 45px;
        height: 19px;
    }

    .reason_txt_content {
        margin-top: 20px;
    }

    .reason_txt_content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: -0.5px;
    }

    .flex_card:nth-child(1) .reason_flex_right::before {
        width: 134px;
        height: 134px;
        top: 8px;
    }

    .flex_card:nth-child(2) .reason_flex_right::before {
        width: 158px;
        height: 133px;
        top: -20px;
    }

    .flex_card:nth-child(3) .reason_flex_right::before {
        width: 200px;
        height: 160px;
        right: -14px;
        top: -30px;
    }

    .flex_card:nth-child(4) .reason_flex_right::before {
        width: 158px;
        height: 133px;
        top: -30px;
    }

    .flex_card:nth-child(5) .reason_flex_right::before {
        right: -17px;
        width: 200px;
        height: 200px;
        top: -60px;
    }
}
/* first & reason end*/

/* teeth */
.s_teeth{
    background-color: #f2f8fa;
}

.teeth_section{
    padding: 120px 40px;
}

.teeth_subttl{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.75;
}

.teeth_card_img{
    max-width: 340px;
    width: 100%;
    box-shadow: 0 0 16px 16px rgba(47, 170, 111, 0.08);
    border-radius: 12px;
}

.teeth_card_img > img{
    width: 100%;
    height: 100%;
}

.teeth_cards_wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    margin-top: 50px;
}

.teeth_card_text{
    padding: 0 20px;
}

.teeth_card_ttl{
    color: var(--green_two);
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0px;
    height: 100%;
    margin-bottom: 15px;
}

.teeth_card_ttl_s{
    font-size: 24px;
}

.teeth_card_para{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 5px;
}



@media screen and (max-width: 1200px) {
    .teeth_card_text{
        padding: 0 10px;
    }

    .teeth_cards_wrap{
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .teeth_section{
        padding: 45px 15px;
    }

    .teeth_cards_wrap{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 10px;
        row-gap: 20px;
        margin-top: 25px;
    }

    .teeth_card_ttl{
        font-size: 15px;
        margin-top: 12px;
    }

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

    .teeth_card_ttl_s{
        font-size: 12px;
    }

    .teeth_card_para{
        font-size: 14px;
    }

    .teeth_card_text{
        padding: 0 ;
    }

    .teeth_card_para{
        padding: 0 10px;
        letter-spacing: 0px;
        line-height: 1.5;
        margin-top: 12px;
    }

    .teeth_subttl{
        font-size: 14px;
        padding: 0 10px;
    }

}

@media screen and (max-width: 350px) {
    .teeth_subttl{
        font-size: 13px;
        padding: 0;
    }
}



/* teeth end*/

/* invisalign */

.invisalign{
    position: relative;
}

.invisalign::before{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/invisalign_bg_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 800px;
    top: 0;
}
 

.invisalign_container{
    padding: 110px 15px;
}

.invisa_fst_ttl {
    text-align: center;
    position: relative;
    color: #53473e;
}

.invisa_fst_ttl_wrap{
    padding: 0 20px;
    position: relative;
}

.invisa_fst_ttl_wrap p{
    position: relative;
    z-index: 2;
    display: inline-block;
    /* background: linear-gradient(to left,#c7ebeb 50%, #c6eae5  50%); */
    padding: 0 20px;
}

/* .invisa_ttl_bg{
    background: url(../img/invisalign_title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.invisa_fst_ttl_wrap::before,
.invisa_fst_ttl_wrap::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: #41bab2;
    top: 50px;
    z-index: 1;
}

.invisa_fst_ttl_wrap::before{
    left:10px;
}

.invisa_fst_ttl_wrap::after{
    right: 10px;
}

.invisa_fst_ttl_text {
    font-size: 48px;
    display: inline-block;
}

.invisa_fst_ttl_header {
    font-size: 32px;
    line-height: 1.25;
    display: inline-block;
}

.invisa_content{
    max-width: 1100px;
    padding: 80px 56px;
    margin: 56px auto 75px;
    border-radius: 16px;
    background: linear-gradient(to top,#f6fbfb 21%, #e3f4f1  85%);
    box-shadow: #bce4d4 0px 5px 50px 0px;
}

.invisa_content_container{
    display: flex;
    gap: 40px;
}

.invisa_left_img{
    max-width: 365px;
    width: 100%;
}

.invisa_right_content{
    text-align: start;
}

.invisa_right_content p{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
    font-family: "Zen Kaku Gothic New", sans-serif; 
}

.invisa_logo{
    max-width: 261px;
    width: 100%;
}

.invisa_lst_block{
    position: relative;
}

.invisa_lst_block .ttl_sm{
    font-size: 32px;
}

.feature_card_block{
    max-width: 1125px;
    margin: 0 auto;
}

.feature_card_flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: start;
    gap: 16px;
}

.feature_card_ttl{
    font-size: 28px;
    text-align: center;
    margin: 0px 0 30px;
    color: #2faa6f;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
.feature_card:nth-child(3) .feature_card_ttl{
    margin-bottom: 0;
    position: relative;
    bottom: 16px;
} */

.feature_card_content{
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: #53473e;
    font-weight: 400;
    padding: 0 35px;
}

@media screen and (max-width: 768px) {
    .invisalign_container{
        padding: 50px 15px;
    }

    .invisa_fst_ttl_wrap p{
        padding: 0 10px;
    }

    .invisa_fst_ttl_wrap::before, .invisa_fst_ttl_wrap::after {
        width: 25%;
        top: 28px;
        height: 0.5px;
    }

    .invisa_fst_ttl_text {
        font-size: 24px;
    }

    .invisa_fst_ttl_header{
        font-size: 16px;
    }

    .invisa_content{
        padding: 30px 25px;
        margin: 24px auto 40px;
    }

    .invisa_content_container{
        flex-direction: column;
        gap: 20px;
    }

    .invisa_logo{
        max-width: 180px;
        margin: 0 auto;
    }

    .invisa_right_content p{
        font-size: 14px;
    }

    .invisa_lst_block .ttl_sm {
        font-size: 16px;
    }

    .feature_card_flex {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature_card_ttl {
        font-size: 18px;
        margin: 4px 0 20px;
    }

    .feature_card:nth-child(3) .feature_card_ttl{
        position: unset;
        margin: 4px 0 20px;
    }

    .feature_card_content {
        font-size: 14px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .invisa_fst_ttl_wrap::before, .invisa_fst_ttl_wrap::after {
        width: 15%;
    }
}

@media screen and (max-width: 370px) {
    .invisa_fst_ttl_wrap::before, .invisa_fst_ttl_wrap::after {
        width: 10%;
    }
}

/* invisalign end*/

/* flow */
.s_flow{
    background-color: #f8f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
}
.flow_ttl_span{
    font-size: 32px;
}
.flow_card_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.flow_card_box{
    display: flex;
    width: 100%;
    gap: 5px;
    height: 265px;
}
.flow_card_num{
    width: 130px;
    display: flex;
    justify-content: center;
}
.flow_num{
    color: var(--yellow);
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    padding-top: 8px;
    position: relative;
    display: inline-block;
    height: 100%;
}
.flow_num::before{
    content: "";
    width: 34px;
    height: 32px;
    background: url(../img/flow_num_step.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -22px;
    transform: rotate(-5deg);
}
.flow_num::after{
    content: "";
    width: 1px;
    height: 83%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, var(--green_two),var(--blue));
}
.flow_card_box:last-child > .flow_card_num > .flow_num::after{
    display: none;
}

.flow_card{
    width: calc(100% - 130px);
    display: flex;
    gap: 60px;
}
.flow_card_img{
    width: 420px;
    height: 260px;
    box-shadow: 0 0 16px 16px  rgb(47, 170, 110, 0.04);
    border-radius: 20px;
}
.flow_card_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flow_card_text{
    width: calc(100% - 480px);
    padding-top: 60px;

}
.flow_card_ttl{
    color: var(--green_two);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.5px;
}
.flow_card_para{
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0px;
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
    .s_flow{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .s_flow_wrap{
        max-width: 375px;
        padding: 0 15px;
    }
    .flow_ttl_span{
        font-size: 16px;
    }
    .flow_card_num{
        width: 80px;
    }
    .flow_num{
        font-size: 44px;
        padding-top: 0;
    }
    .flow_num::before{
        content: "";
        width: 20px;
        height: 15px;
        background: url(../img/flow_num_step_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: -8px;
        transform: rotate(4deg);
    }
    .flow_num::after{
        height: 90%;
        bottom: -25px;
    }
    .flow_card_box{
        display: flex;
        width: 100%;
        gap: 15px;
        height: auto;
    }
    .flow_card{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .flow_card_img{
        width: 100%;
        height: auto;
    }
    .flow_card_text{
        width: 100%;
        padding-top: unset;
    }
    .flow_card_ttl{
        font-size: 16px;
        font-weight: 500;
    }
    .flow_card_para{
        font-size: 14px;
        font-weight: 400;
        margin-top: 15px;
        letter-spacing: 0.5px;
    }
    .flow_card_section{
        gap: 35px;
    }
}
/* flow end */

/* digital */
.s_digital{
    background-color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
}

.digital_cards_wrap{
    display: flex;
    gap: 40px;
    margin-top: 45px;
}

.digital_card{
    width: calc(100% - (50% - 20px));
}

.digital_card_ttl{
    color: var(--green_two);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-top: 30px;
}

.digital_card_para{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 30px;
    padding: 0 25px;
}

@media screen and (max-width: 768px) {
    .s_digital{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .digital_cards_wrap{
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .digital_card{
        width: 100%;
    }

    .digital_card_ttl{
        font-size: 16px;
        margin-top: 20px;
    }

    .digital_card_para {
        font-size: 14px;
        margin-top: 15px;
    }
}
/* digital end*/

/* price */
.s_price{
    background-color: #f2f8fa;
}
.price_section{
    padding-top: 120px;
}

.price_subttl{
    letter-spacing: 0px;
}
/* price_table */
.price_table{
    margin-top: 30px;
}

.price_row{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cbd6d0;
    padding: 10px 40px;
    padding-right: 65px;
}

.price_row.price_row_last{
    border-bottom: 1px solid #cbd6d0;
}
.price_row_l{
    color: var(--brown);
    font-size: 18px;
    font-weight: 400;
}

.price_row_r{
    color: var(--green_two);
    font-size: 28px;
    line-height: 1.5;
    position: relative;
}

span.price_yen,span.price_sign{
    color: var(--brown);
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

span.price_yen{
    position: absolute;
    bottom: 5px;
}

span.price_sign{
    padding-left: 0;
}

.price_table_warning{
    font-size: 13px;
    text-align: end;
    font-weight: 400;
    color: var(--brown);
    opacity: 0.7;
    margin-top: 20px;
}

.price_para{
    margin-top: 40px;
    padding: 0 40px;
}

.price_para_text{
    color: var(--brown);
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .price_row{
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #cbd6d0;
        padding: 10px 15px;
        padding-right: 35px;
    }
    
    .price_section{
        padding-top: 50px;
    }

    .price_subttl{
        padding: 0 10px;
    }
    .price_row_l{
        font-size: 14px;
    }

    .price_row_r{
        font-size: 20px;
    }
    
    span.price_yen,span.price_sign{
        font-size: 14px;
    }

    .price_table_warning{
        font-size: 11px;
    }

    .price_para_text{
        font-size: 11px;
    }

    .price_para{
        margin-top: 20px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 360px) {
    .price_subttl{
        font-size: 12px;
    }
}

/* price end*/

/* payment */
.s_payment{
    background: url(../img/payment_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.payment_section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.payment_subttl{
    color: var(--white);
}
.payment_ttl{
    color: var(--white);
}
.payment_ttl::before{
    background-color: var(--white);
}
.payment_box{
    display: flex;
    gap: 25px;
}
.payment_left{
    width: calc(100% - 505px);
    background-color: rgb(242, 248, 250,0.9);
    border-radius: 10px;
    padding: 60px 0 45px 0;
}
.payment_right{
    width: 480px;
    background-color: rgb(242, 248, 250,0.9);
    border-radius: 10px;
    padding: 80px 50px;
}
.payment_box_ttl{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.payment_ttl_text{
    color: var(--green_two);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
}
.payment_box_ttl::before{
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    background: url(../img/payment_ttl_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.payment_left_text{
    padding: 0 50px;
}
.payment_left_para{
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 20px;
}
.payment_left_btn{
    width: 100%;
    color: var(--yellow) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 5px 0;
    background-color: var(--white);
    opacity: 1;
    border: 1px solid var(--yellow);
    border-radius: 2px;
    margin-bottom: 6px;
}
.payment_right_para{
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: var(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
    .payment_section{
        max-width: 375px;
        padding: 30px 15px;
        padding-bottom: 50px;
    }
    .payment_box{
        flex-direction: column;
        gap: 15px;
        margin-top: 50px;
    }
    .payment_left{
        width: 100%;
        padding: 25px 0;
    }
    .payment_right{
        width: 100%;
        padding: 25px 25px;
    }
    .payment_right_para{
        font-size: 14px;
    }
    .payment_box_ttl{
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .payment_box_ttl::before{
        width: 15px;
        height: 5px;
        bottom: -12px;
    }
    .payment_ttl_text{
        font-size: 16px;
    }
    .payment_left_para{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .payment_left_btn{
        font-size: 13px;
        padding: 5px 5px;
    }
    .payment_left_text{
        padding: 0 25px;
    }
    .payment_right_ttl{
        padding: 0;
    }
}
@media screen and (max-width: 350px) {
    .payment_ttl_text{
        font-size: 14px;
    }
    .payment_left_para{
        font-size: 12px;
    }
    .payment_left_btn{
        font-size: 12px;
    }
    .payment_left_text{
        padding: 0 15px;
    }
    .payment_right{
        padding: 25px 15px;
    }
    .payment_right_para{
        font-size: 12px;
    }
}
/* payment end*/

/* group */
.group_ttl_wrap{
    position: relative;
    text-align: center;
}
.group_ttl{
    text-align: center;
    z-index: 2;
    background-color: white;
    display: inline-block;
    position: relative;
    padding: 0 40px;
}
.g_ttl_first{
    color: var(--brown);
    font-size: 32px;
    font-weight: 400;
}
.g_ttl_second{
    color: var(--brown);
    font-size: 48px;
    font-weight: 400;
}
.g_line_one{
    width: 99%;
    height: 1px;
    outline: none;
    border: none;
    background-color: #41bab2;
    color: #41bab2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.s_group{
    padding: 120px 0px 140px 0px;
}
.g_top_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group_top{
    max-width: 1100px;
    display: flex;
    margin-top: 60px;
    gap: 45px;
    margin-bottom: 50px;
}
.group_top_left{
    width: 480px;
    height: 270px;
}
.group_top_left > img{
    width: 100%;
    height: 100%;
}
.group_top_right{
    width: calc(100% - 525px);
}
.g_top_right_ttl{
    color: var(--green_two);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
}
.g_top_right_para{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 35px;
    letter-spacing: 0px;
}

.g_subttl_wrap{
    text-align: center;
}

.g_subttl{
    color: var(--brown);
    font-size: 28px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.g_subttl::before,.g_subttl::after{
    content: "";
    width: 33px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background: url(../img/payment_ttl_before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.g_subttl::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    left: -50px;
}
.group_bottom{
    max-width: 1100px;
    padding: 0;
}

.g_bottom_cards_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g_bottom_cards{
    display: flex;
    padding: 30px 0 0 0;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.g_sec_row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.g_bottom_card_img{
    width: 260px;
    height: 170px;
}
.g_bottom_card_img > img{
    width: 100%;
    height: 100%;
}
.g_bottom_card_text{
    color: var(--dark_blue);
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
	line-height: 25px;
}
.g_bottom_card_text span{
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .group_ttl_wrap{
        position: relative;
        text-align: center;
    }
    .group_ttl{
        padding: 0 20px;
    }
    .g_ttl_first{
        font-size: 16px;
    }
    .g_ttl_second{
        font-size: 24px;
    }
    .g_line_one{
        top: 28%;
    }
    .s_group{
        padding: 45px 0px 50px 0px;
    }
    .group_top{
        flex-direction: column;
        gap: 25px;
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .group_top_left{
        width: 100%;
        height: auto;
    }
    .group_top_right{
        width: 100%;
    }
    .g_top_right_ttl{
        font-size: 18px;
        text-align: center;
        margin-top: 0;
    }
    .g_top_right_para{
        font-size: 14px;
        margin-top: 15px;
    }
    .g_subttl {
        font-size: 18px;
    }
    .g_subttl::before,.g_subttl::after{
        content: "";
        width: 15px;
        height: 5px;
    }
    .g_subttl::before{
        right: -25px;
    }
    .g_subttl::after{
        left: -25px;
    }
    .g_bottom_cards{
        width: 100%;
        justify-content: start;
    }
    .g_sec_row{
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        gap: 15px;
    }
    .g_bottom_card_img{
        width: 150px;
        height: auto;
    }
    .g_bottom_card_text{
        font-size: 12px;
        margin-top: 12px;
    }
    .group_bottom{
        max-width: 335px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 350px) {
    .g_top_right_ttl{
        font-size: 15px;
    }
    .group_bottom{
        max-width: 320px;
        padding: 0 15px;
    }
    .g_bottom_card_img{
        width: 140px;
    }
    .g_bottom_cards{
        gap: 10px;
    }
    .g_bottom_card_text{
        font-size: 10px;
    }
    .g_sec_row{
        gap: 10px;
    }
    .group_ttl{
        padding: 0 10px;
    }
}
/* group end*/

/* doctor */
.s_doctor{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f7f7;
}
.doctor_wrap{
    display: flex;
    gap: 60px;
}
.doctor_left{
    width: 550px;
    height: 450px;
}
.doctor_left > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.doctor_right{
    width: calc(100% - 610px);
}
.doctor_ttl{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--green_two);
    letter-spacing: 2px;
}
.doctor_para{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--brown);
    margin-top: 25px;
}
.doctor_name_div{
    margin-top: 25px;
}
.doctor_position{
    color: var( --green_two);
    font-size: 18px;
    font-weight: 400;
}
.doctor_name{
    color: var( --green_two);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .doctor_section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .doctor_wrap{
        flex-direction: column;
        gap: 20px;
    }
    .doctor_left{
        width: 100%;
        height: 246px;
    }
    .doctor_right{
        width: 100%;
    }
    .doctor_ttl{
        font-size: 20px;
        margin-top: 0;
        text-align: start;
        letter-spacing: 1px;
    }
    .doctor_para{
        font-size: 14px;
        margin-top: 10px;
    }
    .doctor_position{
        font-size: 14px;
    }
    .doctor_name{
        font-size: 20px;
        margin-top: 5px;
    }
    .s_doctor{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .doctor_name_div{
        margin-top: 15px;
    }
}

/* doctor end */

/* access */
/* */

.s_access{
    display: flex;
    justify-content: center;
}
.access_section{
    padding-top: 120px;
    padding-bottom: 120px;
}
.location_map{
    height: 400px;
    border: 1px solid #cbd6d0;
    border-radius: 20px;
    margin-bottom: 50px;
}
.location_map > iframe{
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    height: 100%;
}
.location_text{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 40px;
}
.access_table_wrap{
    display: flex;
    gap: 40px;
}
.access_table_left{
    width: calc(100% - (50% + 20px));
}
.access_table_right{
    width: calc(100% - (50% + 20px));
}
.access_tbl_left_ttl{
    color: var(--green_two);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0.5px;
}
.access_tbl_left_data{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 25px;
    padding-right: 15px;
}
.access_table_left > table,.access_tbl_left_row,.access_tbl_left_ttl,.access_tbl_left_data,
.access_table_right > table,.access_tbl_right_row,.access_tbl_right_ttl,.access_tbl_right_data{
    border: 1px solid #cbd6d0;
}
.ttl_place{
    display: flex;
    height: 100%;
    border: 0;
    justify-content: center;
}
.access_table_left > table ,.access_table_right > table{
    width: 100%;
}
.access_tbl_right_ttl{
    color: var(--brown);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    padding: 10px 14px;
}
.tbl_ttl_empty{
    border-right: 1px solid #cbd6d0;
}
.access_tbl_right_data{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--green_two);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
}
.access_tbl_right_time{
    font-family: "Hina Mincho", serif;
    text-align: center;
    color: var(--brown);
    line-height: 1.5;
    border-right: 1px solid #cbd6d0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.access_time_span{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
.access_tbl_under{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--brown);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: right;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
    .access_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .access_table_wrap{
        flex-direction: column;
        gap: 20px;
    }
    .access_table_left,.access_table_right{
        width: 100%;
    }
    .location_text{
        font-size: 14px;
        margin-bottom: 25px;
        letter-spacing: -0.5px;
    }
    .location_map{
        height: 250px;
        margin-bottom: 25px;
        border-radius: 10px;
    }
    .location_map > iframe{
        border-radius: 10px;
    }
    .access_tbl_left_ttl,.access_tbl_left_data{
        font-size: 14px;
        line-height: 1.4;
    }
    .access_tbl_left_data{
        padding: 10px 15px;
        padding-right: 5px;
    }
    .access_tbl_left_ttl{
        width: 85px;
        padding: 5px;
    }
    .access_tbl_right_data,.access_time_span{
        font-size: 11px;
    }
    .access_tbl_right_time{
        width: 105px;
        font-size: 14px;
        line-height: 1;
    }
    .access_tbl_right_ttl{
        font-size: 14px;
        padding: 5px;
    }
    .access_tbl_under{
        font-size: 11px;
        letter-spacing: -0.3px;
        margin-top: 8px;
    }
}
@media screen and (max-width: 360px) {
    .location_text{
        font-size: 12px;
    }
    .access_tbl_right_data,.access_time_span{
        font-size: 9px;
    }
    .access_tbl_under{
        font-size: 9px;
    }
    .access_tbl_left_data{
        font-size: 13px;
    }
}

/* access end*/

/* cv */
.s_cv{
    background: linear-gradient(to right, var(--green_two), #52c9f0);
    padding: 40px 0;
}
.cv_section{
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-top: 75px;
    padding-bottom: 60px;
    text-align: center;
}
.cv_section::before{
    content: "";
    width: 70px;
    height: 120px;
    position: absolute;
    background: url(../img/logo_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
}

.cv_ttl_g{
    font-size: 15px;
    font-weight: 500;
    color: var(--green_two);
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.cv_ttl_b{
    font-size: 24px;
    font-weight: 700;
    color: #1f1e1d;
    line-height: 1.75;
    letter-spacing: -0.5px;
}

.cv_ttl_y{
    font-size: 10px;
    font-weight: 400;
    color: var(--yellow);
    line-height: 1.2;
    letter-spacing: 2px;
}

.cv_para{
    font-size: 16px;
    font-weight: 400;
    color: var(--brown);
    line-height: 1.75;
    letter-spacing: 0px;
    margin-top: 20px;
}

.cv_ph_web {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-top: 24px;
}

a.cv_web {
    display: inline-block;
    background: linear-gradient(to right, var(--green_two), #52c9f0);
    color: var(--white);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
	border-radius: 8px;
	padding: 16px 36px;
	text-align: center;
}

a.cv_ph_num{
    font-size: 56px;
    font-weight: 400;
    color: var(--green_two);
    line-height: 1.2;
    letter-spacing: 1.5px;
    /*margin-top: 10px;*/
    position: relative;
    display: inline-block;
    margin-left: 33px;
}

a.cv_ph_num::before{
    content: "";
    width: 22px;
    height: 40px;
    position: absolute;
    background: url(../img/cv_ph.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -40px;
    bottom: 10px;
}

.cv_time{
    font-size: 14px;
    font-weight: 400;
    color: var(--brown);
    line-height: 1.75;
    letter-spacing: 0px;
    margin-top: 10px;
}

.cv_time_sp{
    display: none;
}

@media screen and (max-width: 768px) {
    .cv_time_pc{
        display: none;
    }
    .cv_time_sp{
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .s_cv{
        padding: 20px 0;
    }
    .cv_section::before{
        width: 33px;
        height: 60px;
        top: -30px;
    }
    .cv_section{
        padding-top: 35px;
        padding-bottom: 32px;
    }
    .cv_ttl_g{
        font-size: 11px;
    }
    .cv_ttl_b{
        font-size: 18px;
        line-height: 1.5;
    }
    .cv_para{
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.5;
    }
	.cv_ph_web {
		flex-wrap: wrap;
		gap: 24px;
		margin-top: 0;
		margin-bottom: 16px;
	}
    a.cv_ph_num{
        font-size: 36px;
        margin-top: 8px;
        margin-left: 22px;
    }
    a.cv_ph_num::before{
        content: "";
        width: 13px;
        height: 24px;
        left: -20px;
        bottom: 9px;
    }
    .cv_time{
        font-size: 11px;
        margin-top: 0;
        text-align: center !important;
    }
    .cv_time_sp > p{
        display: inline-block;
    }
}
/* cv end*/


/*  risk */

.p-risk_ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  section.p-risk {
    padding: 90px 0 110px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  section.p-risk h2{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2faa6f;
  }
  
  .p-risk_box {
    padding-left: 60px;
  }
  
  .p-risk_cont {
    height: 150px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #2faa6f #cacaca;
    color: #5d656f;
  }
  
  .p-risk_cont::-webkit-scrollbar {
    width: 4px;
  }
  
  @media screen and (max-width: 768px) {
    .p-risk_ttl {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 12px;
    }
    section.p-risk {
      padding: 40px 20px;
    }
    .p-risk_box {
      padding-left: 0;
    }
    .p-risk_cont::-webkit-scrollbar {
      width: 3px;
    }
    .p-risk_item {
      padding-right: 15px;
    }
  }
  
  .p-risk_cont::-webkit-scrollbar-track {
    background: #cacaca;
  }
  
  .p-risk_cont::-webkit-scrollbar-thumb {
    background: #b5dfc6;
  }
  
  @media screen and (max-width: 768px) {
    .p-risk_cont {
      height: 240px;
    }
  }
  
  .p-risk_item {
    margin-bottom: 20px;
    padding-right: 55px;
  }
  
  @media screen and (max-width: 768px) {
    .p-risk_item {
      margin-bottom: 15px;
      padding-right: 15px;
    }
  }
  
  .p-risk_item_ttl {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 8px;
  }
  
  @media screen and (max-width: 768px) {
    .p-risk_item_ttl {
      font-size: 13px;
      margin-bottom: 5px;
    }
  }
  
  .p-risk_list li {
    padding-left: 1rem;
    text-indent: -1rem;
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  
  .p-risk_item p {
    font-size: 14px;
    line-height: 1.75;
  }
  
  .p-risk_list li a,
  .p-risk_item p a {
    display: inline;
    text-decoration: underline;
  }
  
  @media screen and (max-width: 768px) {
    .p-risk_list li,
    .p-risk_item p {
      font-size: 12px;
      margin-bottom: 5px;
    }
  }
  
  .p-risk_list li.-unset {
    padding-left: unset;
    text-indent: unset;
  }

/*  risk end*/


/*  footer */
footer{
    background-color: #2faa6f;
}

#fixed_footer.on {
    bottom: 0;
}

#fixed_footer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
    height: 80px;
    width: 97.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.footer_copyright{
    font-size: 11px;
    text-align: center;
    padding: 18px 0 100px;
    color: #ffffff;
}

.footer_left{
    display: flex;
    align-items: flex-end;
    gap: 14px;
}

.footer_logo{
    width:56px;
    height: 102px;
    position: relative;
    bottom: 16px;
}

.footer_content{
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 12px;
}

.footer_text_one{
    line-height: 1.3;
}

.footer_text_two{
    font-size: 10px;
    color: #b7a768;
}

.footer_text_one span{
    color: #2faa6f;
    font-size: 14px;
}

.footer_text_one p{
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif; 
    font-weight: bold;
}

.f_reserve_box{
    display: flex;
    gap: 24px;
    justify-content: end;
    align-items: center;
}

.f_phone_box a{
    font-size: 40px;
    font-weight: 400;
}

.f_phone_box a span{
    position: relative;
    color: #2faa6f;
}

.f_phone_box a span::before {
    content: "";
    position: absolute;
    background: url(../img/ph_icon.png) no-repeat center / contain;
    width: 16px;
    height: 32px;
    left: -28px;
    top: 17px;
}

.footer_right{
    /*max-width: 320px;
    width: 100%;*/
}

a.f_web {
    display: inline-block;
    background: var(--green_two);
    background: linear-gradient(to right, var(--green_two), #52c9f0);
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
	border-radius: 8px;
	padding: 12px 32px;
	text-align: center;
}

.pageTop{
    max-width: 37px;
    width: 100%;
    height: 39px;
    margin: 0 auto;
}

.pageTop a{
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .footer_copyright {
        font-size: 10px;
        padding: 17px 0 65px;
    }
    
    #fixed_footer {
        bottom: -50px;
        height: 50px;
        width: 97%;
        padding: 0 24px;
    }
    
    .footer_right {
        max-width: unset;
        width: 100%;
    }
    
    .f_reserve_box {
        justify-content: space-between;
		gap: 12px;
    }
	
    .f_phone {
		flex-shrink: 0;
	}

    .f_phone_box a {
        font-size: 28px;
        padding-left: 15px;
    }

    .f_phone_box a span::before {
        width: 16px;
        height: 22px;
        left: -20px;
        top: 12px;
    }
    
	a.f_web {
		font-size: 16px;
		padding: 8px 0;
		width: 100%;
	}
	
    .pageTop {
        max-width: 26px;
        height: 20px;
        margin: 0 0 6px;
    }
    .footer_left{
        display: none;
    }
}
/* footer */
.price-list {
    width: 100%;
    border-collapse: collapse;
}
.price_list_ttl{
    padding: 15px 0;
    text-align: center;
}
.price-list tr {
    border-top: 1px solid #cbd6d0;
    color: var(--brown);
}
.price-list tbody{
    border-top: 1px solid var(--green_two);
    border-bottom: 1px solid var(--green_two);
}
.price-list tr:first-child {
    border-top: none;
}
.price-list td {
    vertical-align: middle;
    font-weight: 500;
    padding: 20px 0;
}
.price-list .package-name {
    width: 40%;
    color: #333;
    padding-left: 40px;
    line-height: 1.2;
}
.price-list .price:last-child{
    font-size: 14px;
}
.price-list .price{
    width: 20%;
    text-align: right;
    font-size: 18px;
    padding-right:36px;
    line-height: 1.2;
}
.price-list .price span{
    color:var(--green_two);
    font-size: 26px;
}
.price-list .price-options {
    text-align: left;
}
.disclaimer {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .price-list .package-name{
        font-size: 16px;
        width: 30%;
        padding-left: 20px;
    }
    .price-list .price {
        font-size: 14px;
        padding-right: 10px;
    }
    .price-list .price:last-child {
        font-size: 14px;
    }
    .price-list .price span{
        font-size: 20px;
    }
}
