/*  header & mv  */
/*   font-family: "Zen Kaku Gothic New", sans-serif; */
/* header part */
.mv_section {
    background: url(../img/mv_bg_pc.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*padding-bottom: 80px;*/
	height: 100vh;
}
.achieve {
	position:absolute;right:0;bottom:0;width:23%;
}
.achieve.sp {
	display:none;
}

.header {
    width: 100%;
    background-color: transparent;
    padding: 15px 15px 0 30px;
    display: flex;
	justify-content: space-between;
    gap: 15px;
}

.header_logo {
    width: 56px;
    height: auto;
}

.header_logo img {
    width: 100%;
    height: 100%;
}

.header_left {
    /*width: calc(100% - 500px);*/
    display: flex;
    gap: 8px;
}

.header_left_text {
    margin-top: 10px;
}

.header_left_text>.text_one {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    color: var(--white);
    font-size: 14px;
}

.header_left_text>.text_two {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: var(--white);
    font-size: 24px;
    line-height: 1.5;
}

.header_left_text>.text_three {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: var(--white);
    font-size: 10px;
    letter-spacing: 4px;
    margin-top: 3px;
}

.header_right {
    /*width: 488px;*/
    display: flex;
    justify-content: flex-end;
    align-items: start;
    gap: 20px;
}

.header_right a img {
    display: block;
	height: 80px;
}

.right_phone_pc {
    font-size: 32px;
    color: var(--white) !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
}

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

.right_phone_sp {
    display: none;
}

.right_mail_wrap {
    padding: 10px 37px 10px 73px;
    background: linear-gradient(to right, #ccaa43, #cdbd51);
    border-radius: 4px 20px 4px 20px;
}

.right_mail_pc {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    position: relative;
}

.right_mail_pc::before {
    content: "";
    width: 24px;
    height: 16px;
    position: absolute;
    background: url(../img/header_ico_mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -36px;
    top: 53%;
    transform: translateY(-50%);
}

.right_mail_sp {
    display: none;
}

/* mv part */
.mv_text_section {
    margin-top: 12vh;
}

.mv_title {
    width: 775px;
    font-size: 62px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.25;
	box-sizing: content-box;
	padding-left: 5%;
}

.mv_text {
    width: 600px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--white);
    letter-spacing: 0.5px;
    margin-top: 20px;
	box-sizing: content-box;
	padding-left: 5%;
}

.mv_cards {
    width: 800px;
    margin-top: 24px;
    /*height: 150px;*/
    display: flex;
    /*gap: 15px;*/
    gap: 16px;
	flex-wrap: wrap;
	box-sizing: content-box;
	padding-left: 5%;
}

.mv_card {
    width: calc(50% - 8px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #cdbd51;
    border-radius: 6px;
    background: linear-gradient(to right, rgba(38, 62, 96, 0.7)
    , rgba(58, 81, 114, 0.7)
    , rgba(38, 62, 96, 0.7)
    );
    text-align: center;
}

.mv_card br {display:none;}

.mv_card_w_text {
    color: var(--white);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.mv_card_y_text {
    color: var(--yellow);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .mv_section {
        padding-bottom: 0;
		height: 580px;
		background: none;
		background-color: #596e8e;
    }
	.achieve {
		position:static;
		width:100%;
	}
	.achieve.pc {
		display:none;
	}
	.achieve.sp {
		display:block;
	}
    .mv_no_card {
        background: url(../img/mv_bg_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--white);
    }

    .header_logo {
        width: 36px;
    }

    .header_left_text>.text_one {
        font-size: 7px;
    }

    .header_left_text>.text_two {
        font-size: 10px;
    }

    .header_left_text>.text_three {
        font-size: 5px;
        letter-spacing: 2px;
    }

    .header_left {
        width: calc(100% - 110px);
        gap: 10px;
    }

    .header {
        gap: 5px;
        padding: 5px 5px 0 7.5px;
    }

    .header_right {
        gap: 5px;
        width: 105px;
		display: none;
    }

    .right_phone_pc {
        display: none;
    }

    .right_phone_sp {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        border-radius: 2px 2px 2px 10px;
        background-color: var(--white);
    }

    .right_phone_sp::before {
        content: "";
        width: 11px;
        height: 22px;
        position: absolute;
        background: url(../img/ico_tel_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .right_mail_wrap {
        padding: unset;
        border-radius: unset;
        background: unset;
    }

    .right_mail_pc {
        display: none;
    }

    .right_mail_sp {
        display: block;
        width: 50px;
        height: 50px;
        background: url(../img/header_mail_sp.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 2px 10px 2px 2px;
        position: relative;
    }

    .right_mail_sp::before {
        content: "";
        width: 20px;
        height: 14px;
        background: url(../img/ico_mail_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .header_left_text {
        margin-top: 5px;
    }
    .mv_text_section {
        margin-top: 16px;
        max-width: 375px;
        padding: 0 20px;
    }
    .mv_title {
        font-size: 26px;
        width: 100%;
		padding-left: 0;
    }
    .mv_text {
        font-size: 15px;
        width: 100%;
		padding-left: 0;
    }

    .mv_cards_wrap {
        width: 100%;
        background: #596e8e;
        display: flex;
        justify-content: center;
    }

    .mv_cards {
        /*flex-direction: column;*/
        max-width: 375px;
        width: 100%;
        height: auto;
        align-items: stretch;
        padding-top: 10px;
        padding: 20px;
        margin-top: unset;
        /*padding-bottom: 30px;*/
    }

    .mv_card {
        max-width: 335px;
        /*width: 100%;*/
        padding: 10px;
        border-radius: 3px;
        gap: 0;
    }

    .mv_card_w_text {
        font-size: 12px;
    }

    .mv_card_y_text {
        font-size: 15px;
    }

	.mv_card br {display:block;}
}

/*  header & mv  end*/

/*  implant  */

.p-implant {
    position: relative;
    background-color: #f3f5f7;
}

.p-implant_wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.p-implant_wrapper::after {
    content: "";
    display: block;
    width: 458px;
    height: 121px;
    background-image: url(../img/implant_arw.png);
    background-size: cover;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    margin: auto;
}

.p-implant_txt_wrapper {
    position: absolute;
    left: calc(50% - 100px);
    bottom: 378px;
    z-index: 3;
    color: #0f294c;
}

.p-implant_txt {
    position: absolute;
}

.p-implant_txt_wrapper span {
    color: #8f8b5b;
}

.p-implant_txt li {
    width: 238px;
    height: 189px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    font-size: 22px;
    position: absolute;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #0f294c;
    font-weight: 600;
}


.p-implant_txt li:nth-child(1) {
    right: calc(50% - 245px);
    top: 0;
    background-image: url(../img/implant_txt_bg.png);
}

.p-implant_txt li:nth-child(2) {
    right: calc(50% - 500px);
    top: 0;
    background-image: url(../img/implant_txt_bg.png);
}

.p-implant_txt li:nth-child(3) {
    right: calc(50% - 315px);
    top: 120px;
    background-image: url(../img/implant_txt_bg.png);
}

.p-implant_txt li:nth-child(4) {
    right: calc(50% - 580px);
    top: 126px;
    background-image: url(../img/implant_txt_bg.png);
}

.p-implant_img {
    width: 100%;
    height: 500px;
    aspect-ratio: 888 / 500;
    background-image: url(../img/implant_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    margin: auto;
    z-index: 2;
}

.p-implant_ttl {
    font-size: 38px;
    position: relative;
}

.p-implant_ttl::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9d8ca;
    bottom: 0;
}

.p-implant_ttl::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9d8ca;
    left: 0;
    bottom: -5px;
}

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

    .p-implant_img {
        background-image: url(../img/implant_img_sp.png);
        background-size: contain;
        height: 241px;
        aspect-ratio: 227 / 241;
    }

    .p-implant_wrapper {
        padding-top: 75px;
    }

    .p-implant_wrapper::after {
        width: 235px;
        height: 62px;
        bottom: -28px;
    }

    .p-implant_txt_wrapper {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 55px;
        bottom: 0;
    }

    .p-implant_ttl {
        font-size: 20px;
        text-align: center;
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
        max-width: 323px;
    }

    .p-implant_ttl::before{
        width: 300px;
        height: 1px;
        background: url(../img/implant_line.png)no-repeat center/contain; 
        bottom: 0;
        left: 12px;
    }
    
    .p-implant_ttl::after{
        width: 300px;
        height: 1px;
        background: url(../img/implant_line.png)no-repeat center/contain; 
        left: 12px;
        bottom: -2px;
    }

    .p-implant_txt {
        width: 100%;
        right: 40px;
    }

    .p-implant_txt li {
        width: 131px;
        height: 101px;
        font-size: 13px;
    }

    .p-implant_txt li:nth-child(1) {
        right: calc(50% - 40px);
        top: 0;
    }

    .p-implant_txt li:nth-child(2) {
        right: calc(50% - 160px);
        top: 0;
    }

    .p-implant_txt li:nth-child(3) {
        right: calc(50% - 40px);
        top: 95px;
    }

    .p-implant_txt li:nth-child(4) {
        right: calc(50% - 160px);
        top: 95px;
    }

}

@media screen and (max-width: 478px) {
    .p-implant_txt {
        right: 0;
    }
}

/*  implant end*/

/*  reason */
.reason_sec {
    background: linear-gradient(90deg, #0f3056 40%, #1b4a72 60%);
    padding-bottom: 130px;
}

.reason_upper_block {
    width: 100%;
    height: 660px;
    background-image: url(../img/reason_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: auto;
    padding-top: 200px;
}

.reason_upper_block>div{
    padding: 0 16px;
}

.reason_upper_block br.sp {
    display: none;
}

.reason_upper_txt {
    text-align: center;
    color: #ffffff;
}

.reason_ttl {
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
}

.reason_ttl_wrapper{
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 17px 20px;
    border: 1px solid #aaa88e;
}

.reason_ttl h2 {
    font-size: 48px;
    color: #d9d8ca;
    line-height: 1;
    letter-spacing: 2.4px;
    display: inline-block;
    position: relative;
}

.reason_ttl h2::before {
    content: "";
    position: absolute;
    left: -107px;
    top: -58px;
    background: url(../img/reason_ttl_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 220px;
    height: 79px;
}

.reason_ttl h2 span {
    font-size: 26px;
    color: #aaa88e;
    letter-spacing: 0px;
}

.reason_ttl h2 span.no {
    font-size: 64px;
    color: #8f8b5b;
}

.reason_md_txt {
    font-size: 24px;
    line-height: 1.2;
}

.reason_lg_txt {
    font-size: 48px;
}

.reason_lg_txt span {
    color: #ccbc51;
    position: relative;
}

.reason_lg_txt span::before,
.reason_lg_txt span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #aaa88e;
}

.reason_lg_txt span::before{
    bottom: 0;
    left: 0;
}

.reason_lg_txt span::after{
    bottom: -3px;
    left: 0;
}

.reason_sm_txt {
    font-size: 16px;
    line-height: 1.2;
}

.reason_flex_block {
    max-width: 1440px;
    margin: 20px auto 0;
}

.reason_flex_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -70px 0 0;
    flex-wrap: wrap;
}

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

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

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

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

.flex_card:nth-child(even) .reason_flex_left {
    position: relative;
    right: 70px;
}

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

.reason_flex_left img {
    height: auto;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.reason_flex_right {
    color: #fff;
    flex-grow: 1;
}

.reason_right_txt {
    max-width: 450px;
}

.reason_num {
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #8f8b5b;
    position: relative;
}

.reason_num::before {
    content: "";
    position: absolute;
    left: -22px;
    top: -3px;
    background: url(../img/reason_num_ttl_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 59px;
    height: 22px;
}

.reason_right_txt h3 {
    font-size: 28px;
    line-height: 1.5;
}

.reason_right_txt p:last-child {
    font-size: 16px;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    color: #dcdfe3;
}


@media screen and (max-width: 768px) {
    .reason_sec {
        background: linear-gradient(90deg, #0f3056 20%, #1b4a72 80%);
        padding-bottom: 30px;
    }

    .reason_upper_block {
        background-image: url(../img/reason_bg_sp.png);
        background-size: cover;
        height: 266px;
    }

    .reason_upper_block br.sp {
        display: block;
    }

    .reason_upper_block>div {
        position: relative;
        bottom: 140px;
    }

    .reason_md_txt {
        font-size: 16px;
    }

    .reason_ttl {
        margin-top: 50px;
    }

    .reason_ttl h2 {
        font-size: 25px;
        letter-spacing: 1.2px;
    }

    .reason_ttl_wrapper{
        max-width: 355px;
        border-radius: 3px;
        padding: 13px 10px;
    }

    .reason_ttl h2::before {
        left:  -56px;
        top: -31px;
        width: 142px;
        height: 33px;
    }

    .reason_ttl h2 span {
        font-size: 16px;
    }

    .reason_lower_block {
        margin-top: 220px;
    }

    .reason_flex_container {
        margin: 0;
    }

    .reason_ttl h2 span.no {
        font-size: 33px;
    }

    .reason_lg_txt {
        font-size: 25px;
        line-height: 1.2;
        margin: 20px 0;
    }

    .reason_sm_txt {
        font-size: 14px;
    }

    .reason_flex_contai {
        margin: 0;
    }

    .flex_card {
        margin: 0;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .flex_card>div {
        width: 100%;
        margin-bottom: 10px;
    }

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

    .flex_card:nth-child(even) .reason_flex_left {
        position: relative;
        right: 0;
    }

    .reason_right_txt {
        max-width: 100%;
        padding: 0 36px;
    }

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

    .reason_num {
        font-size: 34px;
    }

    .reason_num::before {
        width: 35px;
        height: 30px;
        top: -14px;
        left: -12px;
    }

    .reason_right_txt h3 {
        font-size: 17px;
    }

    .reason_right_txt p:last-child {
        font-size: 14px;
        margin-top: 20px;
    }

    .reason_lg_txt span::before{
        bottom: 1px;
        left: 0;
    }
    
    .reason_lg_txt span::after{
        bottom: 3px;
        left: 0;
    }
}

/*  reason  end*/

/*  type  */
.type_suit {
    padding-top: 110px;
    padding-bottom: 80px;
}

.type_suit_card > img{
    box-shadow: 0px 0px 39px -8px rgba(40, 75, 122, 0.16);
-webkit-box-shadow: 0px 0px 39px -8px rgba(40, 75, 122, 0.16);
-moz-box-shadow: 0px 0px 39px -8px rgba(40, 75, 122, 0.16);
}

.suit_title {
    text-align: center;
    position: relative;
}

.suit_title_text {
    color: var(--tumblr);
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
}

.suit_title_header {
    color: var(--dark_blue);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
}

.suit_line_one,
.suit_line_two {
    width: 100%;
    height: 1px;
    background-color: var(--gray_olive);
    color: var(--gray_olive);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.suit_line_two {
    top: 48%;
}

.suit_title_wrap {
    padding: 0 25px;
    background-color: var(--white);
    z-index: 2;
    position: relative;
    display: inline-block;
}

.type_suit_cards {
    display: grid;
    row-gap: 40px;
    column-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 65px;
    padding-bottom: 45px;
}

.suit_card_title {
    color: var(--dark_blue);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin-top: 30px;
}

.suit_card_text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 30px;
    padding: 0 20px;
}

.type_suit_warning {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--midnight_blue);
    font-size: 14px;
    font-weight: 400;
}

/* type relieve */
.type_relieve {
    background: url(../img/type_sec_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 113px 0 113px 0;
}

.relieve_ttl {
    color: var(--dark_blue);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.8;
    padding-bottom: 40px;
    position: relative;
}

.relieve_ttl::before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    bottom: 25px;
    left: 0;
}

.relieve_subttl {
    color: var(--tumblr);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 25px;
}

.relieve_para {
    width: 560px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .type_suit {
        max-width: 375px;
        padding: 60px 20px 50px 20px;
    }

    .suit_title_wrap {
        padding: 0 10px;
    }

    .type_suit_cards {
        max-width: 320px;
        grid-template-columns: 1fr;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .type_suit_warning{
        max-width: 320px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .suit_title_text {
        font-size: 15px;
    }

    .suit_title_header {
        font-size: 25px;
    }

    .suit_card_title {
        font-size: 15px;
        margin-top: 20px;
    }

    .suit_card_text {
        font-size: 14px;
        margin-top: 20px;
        padding: 0;
    }

    /* type relieve */
    .type_relieve {
        background: url(../img/type_sec_bg_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 40px 0 190px 0;
    }

    .relieve_ttl {
        font-size: 18px;
        padding-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .relieve_ttl::before {
        width: 60px;
        bottom: 15px;
    }

    .relieve_subttl {
        font-size: 16px;
        padding-bottom: 14px;
    }

    .relieve_para {
        width: 100%;
        font-size: 14px;
    }

    .relieve_text_wrap {
        max-width: 335px;
        padding: 0 20px;
    }
}

/*  type end*/

/*  flow */
.s_flow{
    background-color: var(--cultured);
    padding-top: 100px;
    padding-bottom: 120px;
}
.flow_title_box{
    text-align: center;
}
.flow_subttl{
    color: var(--tumblr);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
}
.flow_ttl{
    color: var(--dark_blue);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 85px;
    position: relative;
}
.flow_ttl::before{
    content: "";
    width: 64px;
    height: 1px;
    background-color: var(--tumblr);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}
.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_box.warranty{
    margin-top: 40px;
	justify-content: center;
}
.flow_card_box.warranty .flow_card {
    justify-content: center;
}
.flow_card_box.warranty .flow_card .flow_card_text {
    background: #FFF;
	border-radius: 10px;
	padding: 48px;
	width: 80%;
}
.flow_card_box.warranty .flow_card .flow_card_text .flow_card_ttl {
    text-align:center;
	margin:0;
}

.flow_card_num{
    width: 90px;
}
.flow_num{
    color: var(--tumblr);
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    padding-top: 18px;
    position: relative;
    display: inline-block;
    height: 100%;
}
.flow_num::before{
    content: "STEP";
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flow_num::after{
    content: "";
    width: 1px;
    height: 77%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--timber);
}
.flow_card_box:last-child > .flow_card_num > .flow_num::after{
    display: none;
}

.flow_card{
    width: calc(100% - 95px);
    display: flex;
    gap: 40px;
}
.flow_card_img{
    width: 395px;
    height: 270px;
}
.flow_card_img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flow_card_text{
    width: calc(100% - 435px);
    padding-top: 70px;

}
.flow_card_ttl{
    color: var(--dark_blue);
    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(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1px;
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
    .s_flow{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .s_flow_wrap{
        max-width: 375px;
        padding: 0 20px;
    }
    .flow_subttl{
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .flow_ttl{
        font-size: 25px;
        margin-bottom: 45px;
    }
    .flow_ttl::before{
        width: 34px;
        bottom: -15px;
    }
    .flow_card_num{
        width: 30px;
    }
    .flow_num{
        font-size: 33px;
        padding-top: 10px;
    }
    .flow_num::before{
        font-size: 10px;
        letter-spacing: 3px;
    }
    .flow_num::after{
        height: 96%;
        bottom: -40px;
    }
    .flow_card_box{
        display: flex;
        width: 100%;
        gap: 25px;
        height: auto;
    }
	.flow_card_box.warranty .flow_card .flow_card_text {
		width: 100%;
		padding: 40px;
	}
    .flow_card{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .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: 18px;
        letter-spacing: 0.5px;
    }
	.sp_none {display:none;}
}
/*  flow end*/

/*  price */
.price_sec{
    padding: 100px 0 120px;
}

.price_container{
    max-width: 1100px;
    margin: 0 auto;
}

.price_desc{
    text-align: center;
    color: #5d656f;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.price_fees{
    max-width: 980px;
    margin: 38px auto 0;
}

.price_fees_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 57px;
    padding: 10px 0;
    border-top: 1px solid #aaa88e;
    border-bottom: 1px solid #aaa88e;
    position: relative;
    font-size: 22px;
    color: #0f294c;
}

.price_fees_flex::before,
.price_fees_flex::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1%;
    background-color: #aaa88e;
}

.price_fees_right p span{
    font-size: 36px;
    color: #ccbc51;
}

.price_fees_flex::before{
    left: 0;
    top: -4px;
}

.price_fees_flex::after{
    left: 0;
    bottom: -4px;
}

.price_desc p{
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.price_desc span{
    font-size: 13px;
}

.price_cost_container .price_desc{
    padding:48px 0;
}

.price_cost_btn{
    max-width: 1100px;
    width: 100%;
}

.price_cost_btn p{
    text-align: center;
    padding: 12px 0;
    background: #284b7a;
    color: #fff;
    font-size: 32px;
    border-radius: 44px;
    margin: 80px 0 0;
}

.price_cost_tbl{
    max-width: 1020px;
    width: 100%;
    box-sizing: border-box;
}

.pricing_table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.price_cost_tbl.sp_tb{
    display: none;
}

.pricing_table tbody tr:last-child td{
    border-bottom:1px solid #d9d8ca;
}

.pricing_table thead th {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}

.pricing_table tbody td {
    border-top:1px solid #d9d8ca;
    padding: 10px 20px 15px;
    vertical-align: top;
}

.pricing_table tbody td:first-child{
    background-color: #f2f5f9;
}

.pricing_table tbody tr td:first-child {
   width: 310px;
   font-size: 16px;
   color: #5d656f;
   padding-top: 15px;
}

.pricing_table tbody tr td:last-child {
    width: calc(100% - 310px);
    font-size: 13px;
    color: #5d656f;
}

.pricing_table tbody tr td:last-child span.no{
    font-size: 22px;
    font-weight: 500;
    display: block;
    color: #0f294c;
    font-family: "Shippori Mincho", serif;
}

.pricing_table tbody tr td:last-child span.txt{
    position: relative;
    padding-left: 20px;
}

.pricing_table tbody tr td:last-child span.txt::before{
    content: "※";
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: -9px;
}

.price_period{
    margin-top: 70px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #5d656f;
}

.price_period_content{
    padding: 40px 20px 40px 40px;
    border:1px solid #d9d8ca;
    border-radius: 6px;
}

.price_period_content p{
    font-size: 16px;
}

.price_period_content p:nth-child(1){
    font-weight: 600;
}

.price_period_content p:nth-child(2){
    line-height: 1.5;
    margin: 10px 0;
}

.price_period_content p:last-child{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.price_period_content p:last-child::before{
    content: "※";
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: -3px;
}

@media screen and (max-width: 768px) {
    .price_container{
        padding: 0 20px;
    }

    .price_sec{
        padding: 60px 0 50px;
    }

    .price_desc{
        font-weight: 400;
    }

    .price_desc p{
        font-size: 14px;
        text-align: start;
    }

    .price_desc span{
        font-size: 11px;
        text-align: center;
    }

    .price_fees_flex{
        gap: 0;
        flex-direction: column;
    }

    .price_fees_left{
        font-size: 15px;
    }

    .price_fees_right p{
        font-size: 11px;
    }

    .price_fees_right p span{
        font-size: 22px;
    }

    .price_cost_btn p{
        font-size: 16px;
        margin: 45px 0 0;
    }

    .price_cost_container .price_desc{
        padding: 35px 0;
    }

    .pricing_table{
        display: none;
    }

    .price_cost_tbl.sp_tb{
        display: block;
    }

    .price_cost_tbl.sp_tb table{
        width: 100%;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

    .sp_tb tr:first-child{
        background-color: #f2f5f9;
    }

    .sp_tb tr:first-child td{
        color: #5d656f;
        font-size: 14px;
        padding: 13px 0 15px;
        text-align: center;
        border-top:1px solid #d9d8ca;
        border-bottom:1px solid #d9d8ca;
    }

    .sp_tb tr:last-child td{
        font-size: 10px;
        padding: 10px 0 15px;
        color: #5d656f;
        letter-spacing: -0.2px;
    }

    .sp_tb tr:last-child td span.txt{
        position: relative;
        padding-left: 10px;
        display: block;
    }

    .sp_tb tr:last-child td span.txt::before {
        content: "※";
        font-size: 10px;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0px;
        top: -1px;
    }

    .sp_tb tr:last-child td span.price{
        font-size: 13px;
        font-family: "Shippori Mincho", serif;
        color: #0f294c;
    }

    .sp_tb tr:last-child td span.no{
        font-size: 17px;
    }

    .sp_tb table:last-child{
        border-bottom:1px solid #d9d8ca;
    }

    .price_period_content {
        padding:25px 20px;
        font-weight: 400;
    }

    .price_period_content p{
        font-size: 12px;
    }

    .price_period_content p:nth-child(2){
        margin: 15px 0;
        margin-left: -8px;
        line-height: 1.2;
    }

    .price_period{
        margin-top: 35px;
    }

    .price_period_content p:last-child{
        font-size: 11px;
        padding-left: 14px;
    }

    .price_period_content p:last-child::before{
        font-size: 12px;
        width: 12px;
        height: 12px;
        top: -1px;
    }
    
}

/*  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;
	flex-wrap: wrap;
    gap: 25px;
    /*gap: 2%;*/
}
/*ーーーーーーーーーーー*/
.payment_box .pricing_table table {
	margin-top: 16px;
}
.payment_box .pricing_table tbody tr td:first-child {
   width: 30%;
   font-size: 16px;
   color: #5d656f;
   padding-top: 15px;
}
.payment_box .pricing_table tbody tr {
   background: #FFF;
}
.payment_box .pricing_table tbody tr th {
   background: #284b7a;
	color: #FFF;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 18px;
	padding: 4px 0;
}
.pricing_table p.ttl{
	margin-top: 24px;
    font-size: 22px;
    font-weight: 500;
    display: block;
    color: #0f294c;
    font-family: "Shippori Mincho", serif;
	text-align: center;
}
/*ーーーーーーーーーーー*/

.payment_left{
    width: calc(100% - 480px);
    /*width: 49%;*/
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 60px 0 45px 0;
}
.payment_right{
    width: 455px;
	/*width: 49%;*/
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 80px 50px;
}
.payment_bottom{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 80px 50px;
}
.payment_box_ttl{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.payment_ttl_text{
    color: var(--dark_blue);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
}
.payment_box_ttl::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: var(--gray_olive);
    position: absolute;
    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(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 20px;
}
.payment_left_btn{
    width: 100%;
    color: var(--tumblr) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0;
    background-color: var(--white);
    opacity: 1;
    border: 1px solid var(--gray_olive);
    border-radius: 6px;
    color: var(--gray_olive);
    margin-bottom: 6px;
}
.payment_right_para{
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: var(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .payment_section{
        max-width: 375px;
        padding: 30px 20px;
    }
    .payment_box{
        flex-direction: column;
        gap: 15px;
    }
	
    .payment_box .price_cost_tbl.sp_tb p.ttl {
		margin-top: 24px;
		font-size: 16px;
		font-weight: 500;
		display: block;
		color: #0f294c;
		font-family: "Shippori Mincho", serif;
		text-align: center;
    }
    .payment_box .price_cost_tbl.sp_tb table:nth-child(2) {
		margin-top: 16px;
    }
	.payment_box .price_cost_tbl.sp_tb table tr:nth-child(2) td {
		background: #FFF;
	}
	.payment_box .price_cost_tbl.sp_tb table tr td {
		padding: 3% 5%;
	}
    .payment_box .price_cost_tbl.sp_tb table tr th {
		background: #284b7a;
		color: #FFF;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		font-weight: 500;
		font-size: 14px;
		padding: 4px 0;
    }
	
    .payment_left{
        width: 100%;
        padding: 30px 0;
    }
    .payment_right{
        width: 100%;
        padding: 30px 20px;
    }
    .payment_bottom{
        width: 100%;
        padding: 30px 20px;
    }
    .payment_right_para{
        font-size: 14px;
    }
    .payment_box_ttl{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .payment_box_ttl::before{
        width: 40px;
        bottom: -15px;
    }
    .payment_ttl_text{
        font-size: 16px;
    }
    .payment_left_para{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .payment_left_btn{
        font-size: 13px;
        padding: 8px 5px;
    }
    .payment_left_text{
        padding: 0 20px;
    }
    .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 end*/

/*  group */
.s_group{
    padding: 120px 40px 100px 40px;
}
.g_top_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group_top{
    max-width: 1100px;
    display: flex;
    margin-top: 60px;
    gap: 35px;
    margin-bottom: 50px;
}
.group_top_left{
    width: 430px;
    height: 250px;
}
.group_top_left > img{
    width: 100%;
    height: 100%;
}
.group_top_right{
    width: calc(100% - 465px);
}
.g_top_right_ttl{
    color: var(--dark_blue);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}
.g_top_right_para{
    font-family: "Zen Kaku Gothic New", sans-serif; 
    color: var(--midnight_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 35px;
}
.g_bottom_ttl{
    text-align: left;
}
.g_bottom_ttl > .suit_title_wrap {
    padding-right: 45px;
    padding-left: 0;
}
.g_bottom_ttl > .suit_line_one{
    top: 30%;
}
.g_bottom_ttl > .suit_line_two{
    top: 40%;
}
.g_bottom_cards_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g_bottom_cards{
    max-width: 825px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 30px 0 0 0;
    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: 30px;
}
.g_bottom_card_text span{
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .s_group{
        max-width: 355px;
        padding: 60px 20px 50px 20px;
    }
    .group_top{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 25px;
        margin-top: 35px;
    }
    .group_top_left{
        width: 100%;
        height: auto;
    }
    .group_top_right{
        width: 100%;
    }
    .g_top_right_ttl{
        font-size: 16px;
    }
    .g_top_right_para{
        font-size: 14px;
        margin-top: 20px;
    }
    .g_bottom_ttl > .suit_title_wrap {
        padding-right: 12px;
        padding-left: 0;
    }
    .g_bottom_cards{
        max-width: 335px;
        padding: 0 20px;
        grid-template-columns: repeat(2,1fr);
        grid-template-areas: 
        "a b"
        "c c";
        gap: 15px;
        padding-top: 15px;
    }
    .g_card_one{
        grid-area: a;
    }
    .g_card_two{
        grid-area: b;
    }
    .g_card_three{
        grid-area: c;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .g_bottom_card_img{
        width: 140px;
        height: auto;
    }
    .g_bottom_card_text{
        font-size: 10px;
        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 end*/

/*  doctor */
.s_doctor{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--milk_white);
}
.doctor_wrap{
    display: flex;
    gap: 60px;
}
.doctor_left{
    width: 370px;
}
.doctor_left > img{
    width: 100%;
    height: 100%;
}
.doctor_right{
    width: calc(100% - 430px);
}
.doctor_ttl{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--dark_blue);
    margin-top: 25px;
}
.doctor_para{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--midnight_blue);
    margin-top: 35px;
}
.doctor_name_div{
    margin-top: 30px;
}
.doctor_position{
    color: var( --dark_blue);
    font-size: 16px;
    font-weight: 500;
}
.doctor_name{
    color: var( --dark_blue);
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-top: 3px;
}
@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: 25px;
        max-width: 375px;
        padding: 0 40px;
    }
    .doctor_left{
        width: 100%;
    }
    .doctor_right{
        width: 100%;
    }
    .doctor_ttl{
        font-size: 16px;
        margin-top: 0;
        text-align: center;
    }
    .doctor_para{
        font-size: 14px;
        margin-top: 20px;
    }
    .doctor_position{
        font-size: 10px;
    }
    .doctor_name{
        font-size: 17px;
        margin-top: 10px;
    }
    .s_doctor{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*  doctor end*/

/*  access */
.s_access{
    display: flex;
    justify-content: center;
}
.access_section{
    padding-top: 100px;
    padding-bottom: 120px;
}
.location_map{
    height: 400px;
    border: 1px solid var(--timber);
    border-radius: 20px;
    margin-bottom: 50px;
}
.location_map > iframe{
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    height: 100%;
}
.location_text{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--midnight_blue);
    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(--dark_blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
}
.access_tbl_left_data{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--dark_blue);
    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 var(--timber);
}
.access_table_left > table ,.access_table_right > table{
    width: 100%;
}
.access_tbl_right_ttl{
    color: var(--dark_blue);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    padding: 10px 14px;
}
.tbl_ttl_empty{
    border-right: 1px solid var(--timber);
}
.access_tbl_right_data{
    color: var(--gray_olive);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
}
.access_tbl_right_time{
    text-align: center;
    color: var(--midnight_blue);
    line-height: 1.5;
    border-right: 1px solid var(--timber);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.access_time_span{
    font-size: 13px;
    line-height: 1.5;
}
.access_tbl_under{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--midnight_blue);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: right;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .access_table_wrap{
        flex-direction: column;
        gap: 25px;
    }
    .access_table_left,.access_table_right{
        width: 100%;
    }
    .access_section{
        max-width: 375px;
        padding: 60px 20px;
    }
    .location_text{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .location_map{
        margin-bottom: 25px;
        border-radius: 10px;
    }
    .location_map > iframe{
        border-radius: 10px;
    }
    .access_tbl_left_ttl,.access_tbl_left_data{
        font-size: 13px;
        line-height: 1.4;
    }
    .access_tbl_right_time{
        font-size: 10px;
    }
    .access_tbl_right_data,.access_time_span{
        font-size: 10px;
    }
    .access_tbl_right_ttl{
        font-size: 10px;
        padding: 5px 9px;
    }
    .access_tbl_under{
        font-size: 11px;
        letter-spacing: -0.3px;
    }
}
@media screen and (max-width: 350px) {
    .location_text{
        font-size: 12px;
    }
    .access_tbl_right_data,.access_time_span{
        font-size: 9px;
    }
    .access_tbl_under{
        font-size: 9px;
    }
}

/*  access end*/

/*  cv */
.cv_container {
    background: linear-gradient(to right, #bebc81 30%, #867d4c 70%);
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_box {
    max-width: 1100px;
    width: 100%;
    background:linear-gradient(to top, #fcfcfb 21%, #d3cebb 85%);
    border-radius: 5px;
    padding: 40px 40px 56px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content_box .clinic_logo{
    max-width: 80px;
    width: 100%;
    height: 104px;
    margin: 0 auto;
}

.clinic_info span{
    font-size: 14px;
    color: #284b7a;
}

.clinic_name {
    font-size: 24px;
    color: #0f294c;
    line-height: 1.5;
    margin-top: -5px;
    font-weight: 600;
}

.clinic_name > span{
    font-family: "jost",serif;
    letter-spacing: 3px;
}

.clinic_name span{
    display: block;
    font-size: 10px;
}

.subtitle {
    font-size: 28px;
    color: #7b7c5a;
    margin:20px;
}

.reservation_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.reservation_box .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reservation_box img {
    /*width: 30px;
    height: 30px;*/
	height: 100px;
}

.phone_box {
    color: #0f294c;
    line-height: 1.2;
}

.phone_box span{
    font-size: 18px;
    display: block;
    font-weight: 600;
}

.phone_box a{
    font-size: 54px;
    position: relative;
}

.phone_box a::before{
    content: "";
    position: absolute;
    background: url(../img/ph_icon.png)no-repeat center/contain;
    width: 22px;
    height: 42px;
    left: -40px;
    top: 16px;
}

.mail_box{
    max-width: 420px;
    width: 100%;
    background: linear-gradient(to right, #ccab44 30%, #cdbb4f 70%);
    color: #fff;
    padding: 8px 44px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    border-top-right-radius:32px;
    border-bottom-left-radius:32px;
}

.mail_box a{
    font-size: 32px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}

.mail_box a::before{
    content: "";
    position: absolute ;
    background: url(../img/mail_icon.png)no-repeat center/contain;
    width: 40px;
    height: 28px;
    left: 0;
    top: 20px;
}

.schedule {
    font-size: 14px;
    color: #5d656f;
}

.pc_br {
	display:inline;
}

@media screen and (max-width: 768px) {
    .cv_container{
        padding: 20px 40px;
    }

    .content_box .clinic_logo{
        max-width: 46px;
        height: 60px;
    }

    .clinic_info span{
        font-size: 8px;
    }

    .clinic_name{
        font-size: 14px;
        font-weight: 500;
    }

    .clinic_name > span{
        font-size: 6px;
        letter-spacing:2px;
    }

    .subtitle{
        font-size: 16px;
        margin: 20px 0;
    }

    .content_box{
        padding: 35px;
    }

    .reservation_box{
        flex-direction: column;
        gap: 16px;
    }

    .phone_box span{
        font-size: 10px;
    }

    .phone_box a{
        font-size: 31px;
    }

    .phone_box a::before {
        width: 16px;
        height: 24px;
        left: -22px;
        top: 10px;
    }

    .mail_box a{
        font-size: 17px;
        display: inline-block;
        padding-left: 30px;
    }

    .mail_box{
        border-radius: 3px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding: 8px 0;
    }

    .mail_box a::before {
        width: 20px;
        height: 18px;
        left: 0;
        top: 7px;
    }

    .schedule{
        font-size: 11px;
    }
	
	.pc_br{
		display:none;
		}

}

/*  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: #0f294c;
  }
  
  .p-risk_box {
    padding-left: 60px;
  }
  
  .p-risk_cont {
    height: 277px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aaa88e #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: #0f294c;
}

.footer_wrapper{
    border-top: 2px solid #8f8b5b;
}


#fixed_footer.on {
    bottom: 0;
}

#fixed_footer {
    position: fixed;
    left: 0;
    bottom: -100px;
    height: 100px;
    width: 100%;
    background-color: #0f294c;
    z-index: 10;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}

.footer_copyright{
    color: #d9d8ca;
    font-size: 12px;
    text-align: center;
    padding: 14px 0 100px;
}


.footer_left .footer_logo{
    max-width: 48px;
    width: 100%;
    height: 62px;
}

.footer_flex{
    display: flex;
    max-width: 1270px;
	height: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.footer_left{
    display: flex;
    gap: 14px;
    color: #ffffff;
    width: 365px;
}

.footer_left_text .text_one{
    font-size: 12px;
}

.footer_left_text .text_two{
    font-size: 20px;
    line-height: 1;
}

.footer_left_text .text_three{
    font-size: 10px;
    color: #8f8b5b;
    font-family: jost, serif;
    letter-spacing: 4.4px;
}

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

.f_reserve_box > a {
	display: block;
	height: 72px;
}

.f_reserve_box > a > img {
	display: block;
	height: 100%;
}

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

.f_phone_box a span{
    position: relative;
}

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

.f_mail_box a{
    max-width: 300px;
    width: 100%;
    background:linear-gradient(to right, #ccab44 30%, #cdbb4f 70%);
    border-radius: 4px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 24px;
    color: #ffffff;
    padding: 4px 20px 4px 60px;
    text-align: center;
    cursor: pointer;
}

.f_mail_box a span{
    position: relative;
}

.f_mail_box a span::before {
    content: "";
    position: absolute;
    background: url(../img/mail_icon.png) no-repeat center / contain;
    width: 28px;
    height: 20px;
    left: -35px;
    top: 10px;
}

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

.pageTop a{
    cursor: pointer;
}

.footer_sp {
	/*display: none;*/
}

@media screen and (max-width: 768px) {
    .footer_copyright{
        font-size: 10px;
        padding: 16px 0 66px;
    }

    .footer_wrapper {
        border-top: 1px solid #8f8b5b;
    }
	
	.footer_flex {
		display: none;
	}
	
    .footer_left{
        display: none;
    }

    .footer_right {
        width: 100%;
		display: none;
    }

    .f_phone{
        background-color: #ffffff;
    }

    .f_phone_box a{
        font-size: 19px;
        text-align: center;
        color: #0f294c;
        padding: 11px 0 11px 20px;

    }

    .f_mail_box a{
        font-size: 13px;
        border-radius: unset;
        padding: 16px 0 16px 20px;
        max-width: unset;
    }

    .f_reserve_box{
        display: grid;
        grid-template-columns:1fr 1fr 55px;
        gap: 0;
    }

    .f_mail_box a span::before{
        width: 14px;
        height: 10px;
        left: -20px;
        top: 6.3px;
    }

    .f_phone_box a span::before{
        width: 8px;
        height: 16px;
        left: -15px;
        top: 8px;
    }

    #fixed_footer{
		bottom: -1px;
        min-width: unset;
        height: 18vw;
    }
	
    .pageTop {
        max-width: 30px;
        height: 23px;
    }

	.footer_sp {
		display: flex;
		height: 100%;
	}
	.footer_sp a, .footer_sp img {
		display: block;
		height: 100%;
	}
}

/*  footer end*/