/* header */

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 40px 0 23px;
}

.header_ttl {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -10px;
}

.header_logo div {
    width: 140px;
    height: 100px;
    display: grid;
    place-items: center;
}

.header_logo_img {
    display: block;
    max-width: 80px;
    width: 100%;
    height: 80px;
}

.header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 20;
    margin-bottom: -104px;
}

.header_right {
    max-width: 500px;
    width: 100%;
}

.header_right .f_reserve_box {
    display: flex;
}

.header_right .f_phone,
.header_right .f_mail {
    max-width: 255px;
    width: 100%;
    height: 80px;
    padding-left: 40px;
    padding-right: inherit;
    display: grid;
    place-content: center;
    margin: inherit;
}

.header_right .f_phone:hover,
.header_right .f_mail:hover{
    opacity: 0.9;
}

.header_right .f_phone_box,
.header_right .f_mail_box {
    margin-bottom: 5px;
}

.header_right .f_phone {
    background: #fff;
    border-bottom-left-radius: 10px;
}

.header_right .f_mail {
    background: #14b0ca;
    color: #fff;
    border-bottom-right-radius: 10px;
}

.header_right .f_phone a {
    font-size: 26px;
    line-height: 1.5;
}

.header_right .f_phone a::before {
    width: 17px;
    height: 28px;
    left: -30px;
    top: 7px;
}

.header_right .f_mail .web_reservation::before {
    width: 30px;
    height: 27px;
    left: -40px;
    top: 13px;
}

.header_right .sml_txt {
    display: block;
}

.header_right .f_mail .web_reservation {
    font-size: 24px;
    line-height: 1.2;
}

.header_right .f_mail .sml_txt {
    font-size: 16px;
}

.mv_ttl {
    font-size: 50px;
    color: #14b0ca;
    letter-spacing: 2.5px;
}

.mv_ttl_content {
    margin: 30px 0 75px;
}

.mv_ttl_content .mv_ttl_txt {
    line-height: 1.5;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #5c5c5c;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.mv_ttl_content .mv_ttl_txt span {
    font-size: 19px;
    font-weight: 600;
}

.mv_sm_ttl {
    display: inline-block;
    font-size: 16px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #5c5c5c;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 54px;
    transform: rotate(-10deg);
    position: relative;
}

.mv_sm_ttl::before {
    content: "";
    position: absolute;
    background: url(../img/mv_sm_ttl_bg.webp) no-repeat center/contain;
    width: 193px;
    height: 47px;
    left: -25px;
    top: 33px;
    transform: rotate(8deg);
}

.mv_sm_ttl span {
    color: #14b0ca;
}


.p-key_point {
    display: flex;
    justify-content: start;
    gap: 17px;
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}

.p-key_point>li {
    min-width: 180px;
    width: 9.7vw;
    max-width: 170px;
    aspect-ratio: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url(../img/key_point.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
}

.p-key_font14 {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.p-key_font15 {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.p-key_font17 {
    font-size: 17px;
}

.p-key_font20 {
    font-size: 20px;
}

.p-key_font24 {
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    bottom: 6px;
}

.p-key_font26 {
    font-size: 26px;
}

.p-key_font30 {
    font-size: 30px;
}

.p-key_font54 {
    font-size: 54px;
    position: relative;
    top: 2px;
}
#slidemenuBtn>div>span {
    height: 2px;
    transition: transform 0.3s ease, top 0.2s ease 0.2s;
}
.line_wrap>.line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
#menu{
    display: none;
}
html #menu {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    position: fixed;
    right: -300px;
    top: 32px;
    height: 100%;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    z-index: 4;
    background: transparent;
    background-size: cover;
    width: 0;
    border-top-right-radius: 10px;
}
.menu_list {
    background: #14b0ca;
    width: 300px;
    height: 100%;
    padding: 100px 0;
}
html #menu ul li a {
    background: #14b0ca;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
html #menu.slide-open {
    transform: translateX(0%);
    width: 100%;
    overflow: scroll;
    right: 20px;
    top: 15px;
}
@media screen and (min-width: 768px) {
    .mv_sec {
        margin: 0 auto;
        background-color: #fff;
        background: url(../img/header_mv.webp) no-repeat center/cover;
        width: 100%;
        height: 810px;
    }

    .mv_content {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        z-index: 10;
        padding: 230px 0 0 54px;
        box-sizing: border-box;
    }
  
}


@media screen and (max-width: 768px) {
    .header{
        position: fixed;
    }
    .header_right {
        display: none;
    }

    .header_logo {
        max-width: 254px;
        width: 100%;
        margin: 0 auto;
    }

    .header_logo h1 a {
        display: block;
        padding: 0;
    }

    .header_logo_img {
        max-width: 37px;
        height: 36px;
    }

    .header_logo div {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 25px;
    }

    .header_flex {
        justify-content: center;
        margin: 0;
    }

    .header_left {
        width: 100%;
        padding: 12px 0 8px;
        /* background: #ffffff4d; */
    }

    .mv_ttl {
        font-size: 28px;
    }

    .mv_content {
        padding: 0 20px 40px;
        text-align: center;
        margin-top: -70px;
    }

    .mv_ttl_content {
        margin: 20px 0 30px;
    }

    .mv_ttl_content .mv_ttl_txt {
        font-size: 13px;
        letter-spacing: unset;
    }

    .mv_ttl_content .mv_ttl_txt span {
        font-size: 14px;
    }

    .mv_sm_ttl {
        font-size: 12px;
        margin-bottom: 25px;
        right: 96px;
    }

    .mv_sm_ttl::before {
        width: 148px;
        height: 32px;
        left: -20px;
        top: 25px;
        transform: rotate(7deg);
    }

    .p-key_image {
        margin-top: 54px;
    }

    .p-key_point {
        max-width: 300px;
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .p-key_point>li {
        min-width: 130px;
        max-width: 130px
    }

    .p-key_font17 {
        font-size: 13px;
    }

    .p-key_font24 {
        font-size: 18px;
    }

    .p-key_font54 {
        font-size: 40px;
    }

    .p-key_font14 {
        font-size: 11px;
    }

    .p-key_font20 {
        font-size: 15px;
    }

    .p-key_font15 {
        font-size: 11px;
    }

    .p-key_font26 {
        font-size: 19px;
    }

    .p-key_font30 {
        font-size: 22px;
    }
    .header_menu {
        width: 40px;
        height: 40px;
        background-color: #f0b023;;
        /* border-radius: 50%; */
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        flex-direction: column;
        cursor: pointer;
    }
    .line_one, .line_two, .line_three {
        display: block;
        width: 20px;
        height: 1px;
        background-color: #fff;
    }
    .header_inner{
        display: flex;
        justify-content: space-around;
        background-color: #ffffff4d;
        align-items: center;
    }
    html #menu {
        position: fixed;
        left: 0;
        top: 0px;
        padding: 100px 0px;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        border-radius: 0;
        z-index: 10;
    }
   
    .menu_list {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding-top: 70px;
        top: 0;
    }
    html #menu.slide-open {
        width: 100%;
        padding: 0;
        padding-top: 0;
        top: 0;
    }
   
}

/* header */

/* trouble */
.p-trouble {
    width: 100%;
    background: linear-gradient(to bottom, #cae3e9 30%, #dbebee 70%);
    position: relative;
    padding-top: 150px;
}

.p-trouble_container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.p-trouble_wrapper {
    margin: 0 auto;
    width: 100%;
}

.p-trouble_img {
    width: 100%;
    height: 591px;
    aspect-ratio: 864 / 591;
    background-image: url(../img/trouble_img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    margin: auto;
    z-index: 2;
}

.p-trouble_txt_wrapper {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 3;
    color: #0f294c;
}

.trouble_ttl {
    display: inline-block;
    font-size: 40px;
    color: #5c5c5c;
    text-align: center;
    position: relative;
}

.trouble_ttl::before {
    content: "";
    position: absolute;
    background: url(../img/trouble_icon.webp) no-repeat center/contain;
    width: 58px;
    height: 58px;
    left: -70px;
    top: 0;
}

.trouble_ttl span {
    font-size: 44px;
    color: #36aaaa;
}

.trouble_list {
    max-width: 685px;
    display: grid;
    list-style: none;
    margin: 50px auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.trouble_list li {
    background: #fff;
    border-radius: 100%;
    min-width: 200px;
    width: 9.7vw;
    max-width: 200px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #5c5c5c;
}

.trouble_list li span {
    display: block;
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .p-trouble {
        padding-top: 40px;
    }

    .p-trouble_container {
        display: flex;
        flex-direction: column-reverse;
    }

    .p-trouble_img {
        height: 295px;
        aspect-ratio: 864 / 295;
        background-position: center;
    }

    .p-trouble_txt_wrapper {
        position: unset;
        max-width: 375px;
        margin: 0 auto;
    }

    .trouble_ttl {
        font-size: 22px;
        text-align: start;
        padding-left: 80px;
        line-height: 1.5;
    }

    .trouble_ttl::before {
        width: 45px;
        height: 45px;
        left: 20px;
        top: 12px;
    }

    .trouble_ttl span {
        font-size: 24px;
    }

    .trouble_list {
        max-width: unset;
        display: flex;
        gap: 7px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 35px 0 25px;

    }

    .trouble_list li {
        min-width: 107px;
        max-width: 107px;
        font-size: 11px;
    }
}

/* trouble */


/* kaiketsu */
.p_kaiketsu {
    width: 100%;
    background: linear-gradient(to bottom, #fffffe 30%, #fdf8ea 70%);
    position: relative;
}

.p_kaiketsu::before,
.p_kaiketsu::after {
    content: "";
    position: absolute;
    background: url(../img/kaiketsu_bg.webp)no-repeat center/cover;
    width: 100%;
    height: 110px;
    top: -110px;
    z-index: 2;
}

.p_kaiketsu::before {
    left: 0;
}

.p_kaiketsu::after {
    right: 0;
}

.kaiketsu_content_block {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding: 90px 0 100px;
    color: #5c5c5c;
}

.kaiketsu_sm_ttl {
    color: #14b0ca;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
}

.kaiketsu_sm_ttl span {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #14b0ca;
    text-decoration-thickness: 1px;
    padding-bottom: 2px;
    border-bottom: 1px solid #14b0ca;
}

.kaiketsu_ttl {
    font-size: 44px;
    display: inline-block;
    margin: 20px 0 30px;
    position: relative;
}

.kaiketsu_ttl::before {
    content: "";
    position: absolute;
    background: url(../img/kaiketsu_mark.webp)no-repeat center/contain;
    width: 39px;
    height: 39px;
    left: -45px;
    top: 10px;
}

.kaiketsu_ttl span {
    color: #ebb235;
}

.kaiketsu_content_txt {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    line-height: 1.8;
}

@media screen and (max-width:768px) {

    .p_kaiketsu::before,
    .p_kaiketsu::after {
        height: 55px;
        top: -55px;
    }

    .kaiketsu_content_block {
        padding: 40px 0 50px;
    }

    .kaiketsu_sm_ttl {
        font-size: 14px;
    }

    .kaiketsu_sm_ttl span {
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
        padding-bottom: 1px;
    }

    .kaiketsu_content {
        max-width: 235px;
        margin: 0 auto;
    }

    .kaiketsu_ttl {
        font-size: 23px;
        text-align: start;
        left: 40px;
    }

    .kaiketsu_ttl::before {
        width: 30px;
        height: 30px;
        top: 18px;
    }

    .kaiketsu_content_txt {
        font-size: 13.5px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

/* kaiketsu */

/* ortho */
.ortho {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 100px;
}

.ortho_card:nth-child(odd) .ortho_treatment {
    flex-direction: row-reverse;
}

.ortho_treatment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
}

.ortho_content_wrapper {
    flex: 1;
    height: 400px;
    background: #ecf5f7;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ortho_content_wrapper::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 400px;
    background: #ecf5f7;
    top: 0;
}

.ortho_card:nth-child(even) {
    margin-bottom: 130px;
}

.ortho_card:nth-child(odd) .ortho_content_wrapper::before {
    right: -30px;
}

.ortho_card:nth-child(even) .ortho_content_wrapper::before {
    left: -30px;
}

.ortho_img {
    width: 680px;
    text-align: center;
    position: relative;
    top: 50px;
    z-index: 1;
}

.ortho_benefits {
    max-width: 1160px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 70px auto 89px;
}

.ortho_bnft_txt {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-top: 13px;
}

.ortho_bnft_lists {
    text-align: center;
}

.ortho_bnft_lists img {
    max-width: 100%;
}

.ortho_bnft_lists p {
    font-size: 16px;
}

.ortho_card_ttl01,
.ortho_card_ttl03 {
    font-size: 17px;
    color: #14b0ca;
    font-family: 'Noto Sans JP', sans-serif;
}

.ortho_card_ttl02 {
    font-size: 28px;
    color: #5c5c5c;
    line-height: 1.5;
    margin-bottom: 25px;
}

.ortho_card_ttl03 {
    font-size: 16px;
    color: #5c5c5b;
    letter-spacing: 1.2px;
}

.ortho_adult_child {
    display: flex;
    margin-top: 130px;
    justify-content: center;
    gap: 60px;
}

.ortho_adt_content {
    background: #ecf5f7;
}

.ortho_content {
    max-width: 497px;
    margin: 0 auto;
    padding: 50px 20px 60px;
}

.ortho_child_card {
    margin-top: 80px;
}

.ortho_desc {
    padding: 60px 50px;
    background: #f5f5f5;
    margin-top: 60px;
    color: #5c5c5c;
}

.ortho_desc_content {
    max-width: 1128px;
    margin: 0 auto;
}

.ortho_desc .ortho_desc_ttl {
    font-size: 24px;
}

.ortho_desc_txt01,
.ortho_desc_txt02 {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.35px;
}

.ortho_desc_txt01 {
    margin: 38px 0;
}

.ortho_desc_txt02 {
    counter-reset: ortho-count;
    /* Reset the counter once at the parent level */
}

.ortho_desc_txt02 > span {
    display: flex;
    position: relative;
}

/* .ortho_desc_txt02 span::before {
    counter-increment: ortho-count;
    content: counter(ortho-count);
    left: -3px;
    width: 15px;
    height: 15px;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 13px;
    border: 1px solid #5c5c5c;
    border-radius: 100%;
} */

@media screen and (max-width:768px) {
    .ortho {
        padding: 0 20px 50px;
    }

    .ortho_content_wrapper {
        height: unset;
    }

    .ortho_content {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 25px;
    }

    .ortho_card:nth-child(odd) .ortho_content_wrapper::before,
    .ortho_card:nth-child(even) .ortho_content_wrapper::before {
        content: none;
    }

    .ortho_card:nth-child(odd) .ortho_treatment {
        margin-bottom: 0;
    }

    .ortho_card:nth-child(even)t {
        margin-bottom: 34px;
    }

    .ortho_img {
        width: 100%;
        position: unset;
    }

    .ortho_card:nth-child(even) {
        margin-bottom: 34px;
    }

    .ortho_benefits {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 10px;
        margin: 20px auto 40px;
    }

    .ortho_adult_child {
        display: block;
        margin-top: 45px;
    }

    .ortho_child_card {
        margin-top: 45px;
    }

    .ortho_desc {
        padding: 35px 32px;
        margin-top: 45px;
    }

    .ortho_card_ttl01,
    .ortho_card_ttl03 {
        font-size: 12px;
    }

    .ortho_card_ttl02 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .ortho_card_ttl03 {
        font-size: 13px;
        letter-spacing: 0;
    }

    .ortho_bnft_txt {
        font-size: 13px;
    }

    .ortho_desc .ortho_desc_ttl {
        font-size: 18px;
    }

    .ortho_desc_txt01,
    .ortho_desc_txt02 {
        font-size: 12px;
    }

    .ortho_desc_txt01 {
        margin: 30px 0;
    }

    .ortho_desc_txt02 span::before {
        top: 3px;
        scale: 0.9;
    }
}

/* ortho */

/* feature */

.feature_sec {
    position: relative;
    background: linear-gradient(to bottom, #3ecbcb 30%, #20b5ca 70%);
}

.feature_container {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.feature_ttl {
    text-align: center;
}

.feature_ttl h2 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    padding: 103px 0 50px;
}

.feature_ttl h2 span {
    font-size: 50px;
}

.feature_ttl h2::before {
    content: "";
    position: absolute;
    background: url(../img/feature_ttl_bg@2x.webp) no-repeat center / contain;
    width: 905px;
    height: 254px;
    bottom: 0px;
    left: 50%;
    background-position: center top 69px;
    transform: translateX(-50%);
}

.feature_content {
    margin-top: 67px;
}

.feature_flex_container {
    max-width: 1240px;
    margin: 0 auto;
}

.flex_card {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
}

.flex_card:nth-child(odd) {
    background-color: #edfafa;
}

.flex_card:nth-child(even) {
    flex-direction: row-reverse;
}

.flex_card:nth-child(2) .feature_right_txt p:last-child a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.flex_card:nth-child(2) .feature_right_txt p:last-child .org_txt {
    display: inline;
    color: #ccbc51;
}

.flex_card>div {
    max-width: 630px;
}

.feature_flex_left img {
    height: auto;
    object-fit: cover;
}

.feature_flex_right {
    flex-grow: 1;
    position: relative;
}

.feature_right_txt {
    max-width: 549px;
    margin: 0px auto;
    padding: 0 20px;
}

.feature_txt_ttl {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 50px;
}

.feature_txt_ttl h3 {
    font-size: 24px;
    color: #5c5c5c;
    line-height: 1.8;
}

.feature_txt_ttl .no {
    display: inline-block;
    width: 70px;
    height: 73px;
}

.feature_txt_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: #5c5c5c;
    font-family: 'Noto Sans JP', sans-serif;
}

.feature_desc {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    line-height: 1.8;
}

.feature_ttl_sm .sml_txt {
    font-size: 11px;
    position: relative;
    bottom: 10px;
}

@media screen and (max-width: 768px) {
    .feature_container {
        padding: 75px 20px;
    }

    .feature_ttl h2 {
        font-size: 20px;
        color: #ffffff;
        position: relative;
        padding: 0 0 30px;
    }

    .feature_ttl h2::before {
        width: 332px;
        height: 93px;
        background-position: center top 6px;
    }

    .feature_ttl h2 span {
        font-size: 25px;
    }

    .feature_content {
        margin-top: 10px;
    }

    .flex_card,
    .flex_card:nth-child(even) {
        flex-direction: column;
    }

    .flex_card>div {
        width: 100%;
    }

    .feature_txt_ttl {
        margin-bottom: 30px;
    }


    .feature_txt_ttl .no {
        width: 43px;
        height: 47px;
    }

    .feature_right_txt {
        padding: 0 25px 40px;
    }

    .feature_txt {
        margin-top: -28px;
    }

    .feature_txt_ttl h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .feature_txt_ttl {
        gap: 30px;
        flex-direction: column;
        align-items: start;
    }

    .feature_desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .feature_txt_content p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0;
    }

    .feature_ttl_sm .sml_txt {
        font-size: 10px;
        bottom: 4px;
        left: 5px;
    }
}

/* feature */

/* flow */

.flow {
    background-image: url(../img/flow_bg_img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fcfcfc;

}

.flow_content {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.45px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

.flow_container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.flow_card_block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 49px;
    justify-content: center;
    padding: 70px 0 100px;
}

.flow_card {
    width: calc((100% - 66px)/4);
    text-align: center;
}

.flow_card_content {
    margin-top: -25px;
}

.flow_no {
    max-width: 46px;
    width: 100%;
    height: 46px;
    margin: 0 auto;
}

.flow_card_ttl {
    font-size: 22px;
    color: #14b0ca;
    letter-spacing: 1.1px;
    line-height: 1.2;
    margin: 15px 0;
}

.flow_txt {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
}

.flow_card .flow_img img{
    height: 191px;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .flow {
        background: url(../img/flow_bg_sp.webp)no-repeat center/cover;
    }

    .flow_content {
        font-size: 14.5px;
    }

    .flow_card_block {
        row-gap: 30px;
        padding: 35px 20px 50px;
    }

    .flow_card {
        width: 100%;
    }

    .flow_card_ttl {
        font-size: 18px;
        margin: 18px 0 0;
    }

    .flow_txt {
        font-size: 13px;
        margin-top: 10px;
    }
}

/* flow */

/* price */
.price_container {
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.price_desc {
    font-family: 'Noto Sans JP', sans-serif;
}

.price_content {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 1.7;
}

.price_content span {
    font-size: 14px;
    color: #888888;
    display: block;
    line-height: 1.2;
    margin-top: 20px;
}

.price_tbl_container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.price_wrapper {
    margin-top: 70px;
}

.price_tbl table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.price_tbl thead th {
    background-color: #20b5ca;
    color: #ffffff;
    padding: 17px 10px;
    text-align: center;
}

.price_tbl td,
.price_tbl th {
    padding: 17px 30px;
    border: 1px solid #cfe3e6;
    text-align: left;
    vertical-align: top;
    line-height: 1.3;
}

.price_tbl td:first-child {
    background: #e7f5f7;
}


.price_tbl td:last-child {
    text-align: end;
}

.price_tbl tbody td {
    word-break: break-word;
}

.price_grey_box {
    max-width: 1000px;
    margin: 40px auto 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.price_grey_box_container {
    background: #f5f5f5;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 30px;
    letter-spacing: 0.3px;
}

.price_grey_txt01 {
    font-size: 15px;
    font-weight: 400;
}

.price_grey_txt02 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 5px 0;
    letter-spacing: 1.2px;
}

.price_grey_txt02 span {
    display: block;
}

.price_grey_txt03 {
    font-size: 12px;
    opacity: 0.8;
}

.price_fees_block {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #eff5f6;
    font-family: 'Noto Sans JP', sans-serif;
}

.p_fees_container {
    padding: 50px 50px 60px;
}

.p_fees_ttl {
    text-align: center;
    background: #9dc4cb;
    padding: 15px 20px;
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
}

.p_fees_note {
    font-size: 16px;
    text-align: center;
    font-family: 'Zen Maru Gothic';
    display: grid;
    place-items: center;
    letter-spacing: 1.2px;
}

.p_fees_note .note_ttl {
    position: relative;
}

.note_ttl::before,
.note_ttl::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #14b0ca;
}

.note_ttl::before {
    left: -15px;
    top: 10px;
    transform: rotate(-35deg);
}

.note_ttl::after {
    right: -15px;
    top: 10px;
    transform: rotate(35deg);
}

.p_fees_note span {
    color: #14b0ca;
}

.p_fees_note span.no {
    font-size: 20px;
}

.p_content_ttl {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.p_plans {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
}


.p_plan {
    flex: 1;
    padding: 60px;
    text-align: center;
    background-color: #ffffff;
}

.p_plan_ttl {
    font-size: 20px;
    padding: 15px 0;
    border-top: 1px solid #14b0ca;
    border-bottom: 1px solid #14b0ca;
    line-height: 1.2;
}

.p_plan_ttl span {
    font-size: 14px;
}

.p_plan_price {
    font-size: 66px;
    color: #14b0ca;
    margin: 20px 0;
    font-family: 'Hina Mincho', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    gap: 10px;
}

.p_date,
.p_unit {
    font-family: 'Shippori Mincho', serif;
}

.p_date {
    font-size: 18px;
    color: #fff;
    background: #9dc4cb;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    position: relative;
    top: 6px;
}

.p_unit {
    font-size: 31px;
    color: #5c5c5c;
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
    top: 4px;
}

.p_unit .unit02 {
    font-size: 12px;
}

.p_plan_details {
    font-size: 12px;
    color: #888888;
    line-height: 2;
}

.p_ftr_note {
    color: #888888;
    font-size: 12px;
    margin-top: 24px;
}

.price_payment .container {
    max-width: 1000px;
    margin: 0 auto;
}

.payment_ttl {
    margin-bottom: 50px;
}

.price_payment h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.price_payment .line {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #14b0ca;
    margin: 0 auto;
}

.payment_sec {
    margin-top: 100px;
}

.payment_options {
    max-width: 875px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
}

.payment_options .option {
    width: calc((100% - 60px) / 3);
    border: 1px solid #14b0ca;
    text-align: center;
    height: 130px;
    font-size: 22px;
    box-sizing: border-box;
    color: #14b0ca;
    display: grid;
    place-items: center;
    letter-spacing: 1.1px;
}

.payment_options .option p {
    line-height: 1.8;
}

.payment_options .option span {
    display: block;
    font-size: 13px;
    color: #5c5c5c;
    font-family: 'Noto Sans JP', sans-serif;
}

.note {
    font-size: 18px;
    color: #5c5c5c;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: 400;
}

.p_info_sec {
    max-width: 740px;
    margin: 60px auto 0;
    padding: 40px 20px;
    background-color: #ffffff;
    border: 1px solid #cfe3e6;
}

.payment_desc p {
    color: #5c5c5c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
}

.payment_desc .txt_01 {
    font-size: 22px;
}

.payment_desc .txt_02 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}

.p_highlight {
    font-size: 22px;
    text-align: center;
    color: #14b0ca;
}

.p_required_items {
    max-width: 366px;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin: 30px auto 0;
    font-size: 18px;
}

.p_required_items li {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding-left: 20px;
}

.p_required_items li::before {
    content: "◦";
    position: absolute;
    font-size: 25px;
    left: -10px;
    top: -7px;
}

@media screen and (max-width:768px) {
    .price_container {
        padding: 0 20px 40px;
    }

    .price_content {
        font-size: 14px;
    }

    .price_content span {
        font-size: 11px;
        margin-top: 15px;
    }

    .price_wrapper {
        margin-top: 35px;
    }

    .price_tbl_container .price_tbl thead {
        display: none;
    }

    .price_tbl_container .price_tbl tr {
        display: flex;
        flex-direction: column;
    }

    .price_tbl_container .price_tbl tr:last-child{
        border-bottom: 1px solid #cfe3e6;
    }

    .price_tbl_container .price_tbl td {
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 10px 20px;
        border: none;
    }

    .price_tbl td:first-child {
        border: 1px solid #cfe3e6;
    }

    .price_tbl td:last-child {
        border-left: 1px solid #cfe3e6;
        border-right: 1px solid #cfe3e6;
    }

    .price_grey_txt01 {
        font-size: 13px;
    }

    .price_tbl td,
    .price_tbl th {
        text-align: center;
    }

    .price_grey_txt02 {
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 1.2px;
        margin: 8px 0;
    }

    .price_grey_box_container {
        padding: 20px;
    }

    .price_grey_txt03 {
        font-size: 10px;
    }

    .p_plans {
        flex-direction: column;
        margin-top: 25px;
        gap: 15px;
    }

    .price_grey_box {
        margin: 20px auto 40px;
        gap: 20px;
    }

    .p_fees_container {
        padding: 22px 20px;
    }

    .p_fees_note {
        font-size: 12px;
        letter-spacing: 0;
    }

    .p_fees_note span.no {
        font-size: 15px;
    }

    .p_content_ttl {
        font-size: 15px;
        margin-top: 5px;
    }

    .note_ttl::before,
    .note_ttl::after {
        height: 25px;
        top: 3px;
    }

    .p_plan {
        padding: 40px 35px;
    }

    .p_date {
        font-size: 13px;
        width: 41px;
        height: 41px;
        top: 3px;
    }

    .p_plan_price {
        font-size: 47px;
        top: 3px;
    }

    .p_unit {
        font-size: 23px;
    }

    .p_unit .unit02 {
        font-size: 10px;
    }

    .p_plan_details {
        font-size: 10px;
    }

    .p_ftr_note {
        font-size: 11px;
        line-height: 1.8;
    }

    .payment_sec {
        margin-top: 45px;
    }

    .price_payment h2 {
        font-size: 18px;
        margin-bottom: 23px;
    }

    .note {
        font-size: 13px;
    }

    .payment_ttl {
        margin-bottom: 15px;
    }

    .payment_options {
        max-width: 335px;
        display: grid;
        justify-content: unset;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "item01 item02"
            "item03 item03"
            "item04 item05";
        gap: 20px;
    }

    .option:nth-child(1) {
        grid-area: item01;
    }

    .option:nth-child(2) {
        grid-area: item02;
    }

    .option:nth-child(3) {
        max-width: 157.5px;
        grid-area: item03;
        margin: 0 auto;
    }

    .option:nth-child(4) {
        grid-area: item04;
    }

    .option:nth-child(5) {
        grid-area: item05;
    }

    .payment_options .option {
        font-size: 15px;
        width: 100%;
        height: 80px;
    }

    .payment_options .option span {
        font-size: 10px;
    }

    .payment_desc .txt_01 {
        font-size: 15px;
    }

    .payment_desc .txt_02 {
        font-size: 14px;
    }

    .p_highlight {
        font-size: 14px;
    }

    .p_required_items li {
        font-size: 12px;
        padding-left: 15px;
    }

    .p_required_items li::before {
        left: 0px;
        top: 0;
        font-size: 12px;
    }

    .p_required_items {
        justify-content: center;
        margin: 20px auto 0;
        font-size: 18px;
    }

    .p_info_sec {
        margin: 30px auto 0;
        padding: 27px 20px;
    }
}

/* price */

/* doctor */
.doctor {
    padding: 100px 0;
    background-color: #e7f5f7;
    background-image: url(../img/doctor_bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.doctor_section {
    max-width: 1000px;
    margin: 0 auto;
}

.doctor_wrap {
    display: flex;
    gap: 60px;
    flex-direction: row-reverse;
    align-items: center;
}

.doctor_left {
    width: 370px;
}

.doctor_left>img {
    width: 100%;
    height: 100%;
}

.doctor_right {
    width: calc(100% - 430px);
}

.doctor_ttl {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    color: #5c5c5c;
}

.doctor_subttl {
    margin-top: 15px;
    font-size: 22px;
    color: #14b0ca;
}

.doctor_para {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 35px;
}

.doctor_name_div {
    margin-top: 30px;
    text-align: end;
}

.doctor_position {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #14b0ca;
}

.doctor_name {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-top: 3px;
}

.doctor_name span {
    font-size: 20px;
    margin-right: 10px;
}

.doctor_desc {
    max-width: 1000px;
    margin: 40px auto 0;
    background: #ffffff;
    padding: 50px 40px;
    display: flex;
    gap: 70px;
}

.doctor_desc_ttl {
    font-size: 22px;
}

.doctor_desc_ttl h3 {
    margin: 0;
    font-size: 18px;
}

.doc_desc_sec {
    width: 50%;
    margin-bottom: 20px;
}

.doc_desc_sec h3 {
    font-size: 22px;
    font-weight: 500;
    position: relative;
}

.doc_desc_sec h3 span {
    padding-right: 20px;
    background-color: #ffffff;
    position: relative;
}

.doc_desc_sec h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    background-color: #b4b4b4;
}

.doc_desc_sec .list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.doc_desc_sec .list>li {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
}

.doc_desc_sec:first-child .list>li {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .doctor {
        padding: 50px 0 30px;
        background-image: url(../img/doctor_bg_sp.webp);
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .doctor_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .doctor_wrap {
        flex-direction: column;
        gap: 30px;
        max-width: 375px;
        padding: 0 40px;
    }

    .doctor_left {
        width: 100%;
    }

    .doctor_right {
        width: 100%;
    }

    .doctor_ttl {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .doctor_subttl {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .doctor_para {
        font-size: 13px;
        margin: 0;
    }

    .doctor_position {
        font-size: 11px;
    }

    .doctor_name {
        font-size: 17px;
    }

    .doctor_name span {
        font-size: 13px;
    }

    .s_doctor {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .doc_desc_sec {
        width: 100%;
        margin-bottom: unset;
    }

    .doc_desc_sec:first-child {
        margin-bottom: 40px;
    }

    .doctor_desc {
        display: block;
        padding: 30px 25px;
    }

    .doctor_desc_container {
        padding: 0 20px;
    }

    .doc_desc_sec h3 {
        font-size: 14px;
    }

    .doc_desc_sec h3::before {
        top: 9px;
    }

    .doc_desc_sec h3 span {
        padding-right: 10px;
    }

    .doc_desc_sec .list>li {
        font-size: 12px;
    }

    .doc_desc_sec .list>li span:first-child {
        white-space: nowrap;
    }

    .doc_desc_sec:first-child .list>li {
        gap: 25px;
    }
}

/* doctor */

/* clinic&access */

.clinic_access {
    padding-bottom: 100px;
}

.clinic_access_container {
    max-width: 1160px;
    margin: 0 auto;
}

.title {
    text-align: center;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 2em;
    margin: 0;
}

.title p {
    color: #539bbe;
    font-size: 1.2em;
}

.clinic_info {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.clinic_info .clinic_map {
    max-width: 540px;
    width: 100%;
    height: 380px;
}

.clinic_detail {
    width: calc(100% - 540px);
}

.clinic_info iframe {
    width: 100%;
    height: 100%;
}

.clinic_info_flex {
    display: flex;
    font-size: 15px;
    gap: 40px;
    border-bottom: 1px solid #cfe3e6;
    font-family: 'Noto Sans JP', sans-serif;
}

.clinic_info_flex>div {
    line-height: 1.5;
    padding: 20px 0;
}

.clinic_info_flex:nth-child(1) {
    border-top: 1px solid #cfe3e6;
}


.clinic_info01 {
    max-width: 123px;
    width: 100%;
    text-align: center;
    position: relative;
}


.clinic_info01::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1%;
    background: #14b0ca;
}

.clinic_info_flex:nth-child(1) .clinic_info01::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1%;
    background: #14b0ca;
}

.clinic_info02 span{
    display: block;
    max-width: 365px;
    margin: 0 auto;
}

.access_info {
    background: linear-gradient(to right, #95e9e0 30%, #79d3df 70%);
}

.access_info_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 86px 0 110px;
}

.access_details {
    margin-top: 60px;
    padding: 60px 50px;
    border: 1px solid #cfe3e6;
}

.access_details .access_detail_ttl {
    font-size: 28px;
    color: #14b0ca;
}

.access_details .access_desc01,
.access_details .access_desc02 {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.access_desc_data{
    display: flex;
}

.access_details .access_desc01 {
    margin: 15px 0 20px;
}

.access_contact_wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.access_contact_flex {
    display: flex;
}

.access_contact_flex02 .access_flex01,
.access_contact_flex02 .access_flex02 {
    display: flex;
}

.access_info_ttl {
    font-size: 38px;
    text-align: center;
}

.access_info_block {
    margin-top: 50px;
}

.access_reserve_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.access_reserve_box>div {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access_reserve_box>div:hover{
    opacity: 0.8;
}

.access_ph {
    background: #ffffff;
}

.access_mail {
    background: #14b0ca;
}

.access_ph_box {
    padding: 38px 0;
    line-height: 1.2;
}

.access_ph_box .ph_txt {
    font-size: 24px;
    margin-left: 8px;
}

.access_ph_box a {
    font-size: 48px;
    letter-spacing: 1.2px;
}

.access_mail {
    color: #ffffff;
}

.mail_txt {
    font-size: 44px;
    margin-bottom: 4px;
}

.access_mail .sml_txt {
    font-size: 28px;
    display: block;
    letter-spacing: 2px;
    margin-left: 10px;
}

.access_ph_box,
.access_mail_box {
    position: relative;
    padding-left: 45px;
}

.access_mail_box {
    padding: 33px 0;
    line-height: 1.2;
    padding-left: 60px;
}

.access_ph_box::before,
.access_mail_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.access_ph_box::before {
    background: url(../img/phone_icon.webp)no-repeat center/contain;
    width: 31px;
    height: 53px;
}

.access_mail_box::before {
    background: url(../img/mail_icon.webp)no-repeat center/contain;
    width: 56px;
    height: 50px;
    left: -12px;
    top: 55px;
    transform: unset;
}

@media screen and (max-width:768px) {
    .clinic_access {
        padding: 0 20px 40px;
    }

    .clinic_access .common_ttl {
        padding-bottom: 35px;
    }

    .clinic_info {
        flex-direction: column;
        gap: 15px;
    }

    .clinic_detail {
        width: 100%;
    }

    .clinic_info_flex {
        font-size: 11px;
        gap: 20px;
    }

    .clinic_info01 {
        max-width: 70px;
    }

    .clinic_info01 span {
        padding-left: 10px;
    }

    .clinic_info02 span{
        max-width: unset;
    }

    .clinic_info_flex>div {
        padding: 15px 0;
        text-align: start;
    }

    .access_contact_flex {
        flex-direction: column;
    }

    .access_contact_flex01 {
        display: flex;
    }

    .access_reserve_box {
        flex-direction: column;
        gap: 15px;
    }

    .access_details {
        padding: 30px 25px;
        margin-top: 40px;
    }

    .access_details .access_detail_ttl {
        font-size: 17px;
    }

    .access_details .access_desc01 {
        font-size: 12px;
        margin: 24px 0 20px;
    }

    .access_details .access_desc01,
    .access_details .access_desc02 {
        font-size: 12px;
    }

    .access_info_ttl {
        font-size: 19px;
    }

    .access_info_block {
        margin-top: 27px;
    }

    .access_info_wrapper {
        padding: 40px 20px 55px;
    }

    .access_ph_box .ph_txt {
        font-size: 12px;
        margin-left: 3px;
    }

    .access_ph_box a {
        font-size: 24px;
        letter-spacing: 0.75px;
    }

    .mail_txt {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .access_mail .sml_txt {
        font-size: 14px;
        margin-left: 0;
    }

    .access_ph_box {
        padding: 15px 0;
    }

    .access_mail_box {
        padding: 15px 0;
    }

    .access_ph_box,
    .access_mail_box {
        padding-left: 30px;
    }

    .access_ph_box::before {
        width: 17px;
        height: 27px;
    }

    .access_mail_box::before {
        width: 28px;
        height: 25px;
        left: -12px;
        top: 27px;
    }
}

/* clinic&access */


/*  risk */

section.p-risk {
    max-width: 1160px;
    padding: 90px 0 110px;
    margin: 0 auto;
}

section.p-risk h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #14b0ca;
    font-weight: bold;
    position: relative;
    text-align: center;
}

section.p-risk h2 span {
    padding: 20px 20px 20px 0;
    background: #fff;
    font-weight: 500;
    position: relative;
    z-index: 3;
}

section.p-risk .l-cont_ss {
    padding: 60px 30px;
    border: 1px solid #cfe3e6;
}

.p-risk_ttl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #5c5c5c;
    font-family: 'Noto Sans JP', sans-serif;

}

.p-risk_cont {
    height: 277px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #06cfd3 #cacaca;
    color: #5d656f;
}

.p-risk_cont::-webkit-scrollbar {
    width: 4px;
}

.p-risk_cont::-webkit-scrollbar-track {
    background: #cacaca;
}

.p-risk_cont::-webkit-scrollbar-thumb {
    background: #b5dfc6;
}

.p-risk_item {
    margin-top: 30px;
    padding-right: 30px;
} 

.p-risk_item_ttl {
    font-size: 14px;
    color: #06cfd3;
    font-weight: 700;
    margin-bottom: 8px;
}

.p-risk_list li {
    padding-left: 1rem;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 4px;
}

.p-risk_item p {
    line-height: 1.75;
}

.p-risk_list li a,
.p-risk_item p a {
    display: inline;
    text-decoration: underline;
}

.p-risk_list li.-unset {
    padding-left: unset;
    text-indent: unset;
}

@media screen and (max-width: 768px) {
    section.p-risk h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    section.p-risk h2 span {
        font-size: 14px;
        padding: 0;
    }

    section.p-risk h2::after {
        content: none;
    }

    .p-risk_ttl {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    section.p-risk {
        padding: 50px 20px;
    }

    .p-risk_cont::-webkit-scrollbar {
        width: 3px;
    }

    .p-risk_cont {
        height: 120px;
    }

    .p-risk_item {
        margin-bottom: 15px;
        margin-top: 0;
        padding-right: 8px;
    }

    .p-risk_list li,
    .p-risk_item p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    section.p-risk .l-cont_ss {
        padding: 27px 30px;
    }
}

/*  risk end*/

/*  footer */
footer {
    background: #fff;
}

.footer_wrapper {
    background-color: #ffffff;
}

#fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}

.footer_copyright {
    color: #fff;
    background-color: #939393;
    font-size: 12px;
    text-align: center;
    padding: 14px 0 95px;
}


.footer_left .footer_logo {
    max-width: 347px;
    width: 100%;
    height: 41px;
}


.footer_right {
    width: calc(100% - 350px);
}

.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-left: 20px;
}

.f_reserve_box {
    width: 100%;
    display: flex;
    justify-content: end;
}

.f_phone,
.f_mail {
    max-width: 315px;
    width: 100%;
    height: 80px;
    padding-left: 40px;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.f_phone:hover,
.f_mail:hover{
    opacity: 0.8;
}

.f_phone {
    background: #fff;
    border-bottom-left-radius: 10px;
    position: relative;
    padding: 0px 37px 0 60px;
}

.f_phone::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 62px;
    background: #dcdcdc;
    color: #dcdcdc;
    top: 10px;
}

.f_mail {
    background: #14b0ca;
    color: #fff;
}

.f_phone a {
    font-size: 26px;
    line-height: 1.5;
}

.f_phone .sml_txt {
    display: block;
}

.f_mail .web_reservation {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.f_mail .sml_txt {
    font-size: 16px;
    display: block;
}

.f_phone a,
.f_mail .web_reservation {
    position: relative;
}

.f_phone a::before {
    position: absolute;
    content: "";
    background: url(../img/phone_icon.webp)no-repeat center/contain;
    width: 20px;
    height: 34px;
    left: -30px;
    top: 3px;
}

.f_mail .web_reservation::before {
    position: absolute;
    content: "";
    background: url(../img/mail_icon.webp)no-repeat center/contain;
    width: 31px;
    height: 28px;
    left: -45px;
    top: 13px;
}

.pagetop_wrap {
    max-width: 80px;
    width: 100%;
    background: #f0b023;
    cursor: pointer;
}

.pageTop {
    max-width: 21px;
    width: 100%;
    height: 23px;
    margin: 0 auto;
    position: relative;
    top: 55%;
    transform: translateY(-55%);
}

.pageTop a {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .footer_copyright {
        font-size: 10px;
        padding: 10px 0 60px;
    }

    .footer_flex {
        padding: 0;
    }

    .footer_left {
        display: none;
    }

    .footer_right {
        width: 100%;
    }

    .f_phone,
    .f_mail {
        max-width: unset;
        height: 60px;
    }

    .f_phone {
        padding: 0;
    }

    .f_mail {
        padding-left: 20px;
    }

    .f_phone_box,
    .f_mail_box {
        margin-bottom: 10px;
    }


    .f_phone a::before {
        width: 13px;
        height: 21px;
        left: 0;
        top: 3px;
    }

    .f_phone_box a {
        font-size: 17px;
        text-align: center;
        padding-left: 20px;
    }

    .f_mail .web_reservation::before {
        width: 20px;
        height: 20px;
        left: -30px;
        top: 8px;
    }

    .f_mail_box a {
        font-size: 17px;
        border-radius: unset;
        max-width: unset;
    }

    .f_mail .sml_txt {
        font-size: 11px;
        letter-spacing: 1.4px;
        text-align: center;
        margin-left: 0;
    }

    .f_reserve_box {
        display: grid;
        grid-template-columns: 1fr 1fr 55px;
        gap: 0;
    }

    #fixed_footer {
        min-width: unset;
        height: 50px;
    }

    .pageTop {
        max-width: 14px;
        height: 8px;
        top: 40%;
        transform: translateY(-40%);
    }
}

/*  footer end*/

