@charset "utf-8";

/** フォント **/
@font-face {
    font-family: "Noto Sans JP";
    src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('../fonts/ZenOldMincho-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url('../fonts/ZenOldMincho-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans";
    src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans";
    src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Prompt";
    src: url('../fonts/Prompt-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

body {
    margin: 0;
    word-wrap: break-word;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: medium;
    line-height: 1.5;
    font-feature-settings: "palt" 1, "pkna" 1;
    position: relative;
    color: #333;
    letter-spacing: .5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

article,
footer,
main {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    transition: all .3s ease-in-out;
}

a:hover {
    color: var(--belura-color);
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    /*vertical-align: top;*/
}

.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}

sup {
    top: -.5rem;
}

svg:not(:root) {
    overflow: hidden;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

main {
    padding: 0 0 clamp(2.5rem, -2.188rem + 18.75vw, 5rem);
    /*40-160*/
    margin: 0;
}

.bold_text {
    font-weight: bold;
    margin-top: 2em !important;
}

.text_center {
    text-align: center;
}

.text_line {
    margin: 2em auto .5em !important;
    color: #06c755;
    font-weight: 500;
    font-size: 18px;
}

.mb3em {
    margin-bottom: 3em;
}

/** ヘッダー **/
header {
    color: #000;
    font-size: clamp(0.688rem, 0.356rem + 0.58vw, 0.875rem);
    padding: 37px 0 13px;
    margin: -15px auto 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
}

header .pc_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1rem;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 2rem);
    margin: 0 auto;
}

header .header_title {
    font-size: 0.625rem;
    margin: 0 0 8px;
    width: 100%;
}

header .pc_menu .header_left {
    width: 23%;
    max-width: 300px;
}

header .pc_menu .header_left .pc_logo {
    width: 100%;
    height: auto;
}

header .pc_menu .header_right {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    align-items: center;*/
    width: 54%;
    justify-content: flex-end;
    align-items: flex-end;
}

header .pc_menu .header_right ul {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, -2.154rem + 4.62vw, 2rem);
    /*8-32*/
    margin: 0;
    /*margin: 0 clamp(0.5rem, -3.038rem + 6.15vw, 2.5rem) 0 0;*/
    /*8-40*/
}

header .pc_menu .cta_btn {
    /*margin: -1rem 0 0;*/
    width: 18%;
}

header .pc_menu .cta_btn a {
    background-color: #06C755;
    color: #fff;
    font-size: clamp(0.75rem, 0.087rem + 1.15vw, 1.125rem);
    /*12-18*/
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0.625rem 0;
    /*padding: 1rem clamp(1.5rem, 0.615rem + 1.54vw, 2rem) 0.625rem;
    /*24-32*/
    box-shadow: 0px 4px 0px 0px rgba(1, 88, 37, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .pc_menu .cta_btn a::after {
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: clamp(0.8rem, -0.733rem + 2.67vw, 1rem);
    height: clamp(0.8rem, -0.733rem + 2.67vw, 1rem);
    /*920- .8r-1r*/
    margin: 0 0 0 .5em;
    /*8-16*/
}

header .pc_menu .cta_btn a:hover {
    padding-right: .5em;
}

header .pc_menu .cta_btn a:hover::after {
    margin: 0 -1em 0 1em;
    /*24-32*/
}

header .pc_menu .cta_btn a::before {
    content: "＼ 24時間受付中 ／";
    background-color: #fff;
    color: #333;
    font-size: clamp(0.625rem, -0.813rem + 2.5vw, 0.813rem);
    /*920- 10-13*/
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    /*8-32*/
    border-radius: 30px;
    border: solid 2px #06C755;
    display: inline-table;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: clamp(7.5rem, -11.667rem + 33.33vw, 10rem);
    /*920- 7.5r-10r*/
}

.sp_hamburger {
    display: none;
}

header .pc_menu .header_right .header_tel {
    margin: -1.5rem 0 .6em;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

header .pc_menu .header_right .header_tel a {
    font-size: clamp(1.313rem, -0.604rem + 3.33vw, 1.563rem);
    /*920- 21-25*/
    font-weight: 400;
    font-family: 'Lato';
    display: inline-block;
    width: 8em;
    line-height: 1;
    text-align: right;
    letter-spacing: 1px;
    margin: 0;
}

header .pc_menu .header_right .header_tel span {
    font-size: 12px;
    width: 100%;
    text-align: right;
    color: #333;
}

header .pc_menu .header_right.medical_tel_none .header_tel {
    display: none;
}

header .pc_menu .header_right.medical_tel_none ul {
    margin: 0 0 clamp(0.3rem, -2rem + 4vw, 0.6rem);
    /*920- 0.45r-0.6r*/
    align-items: flex-end;
}

/** ヘッダーここまで **/


/** パンくず　**/
nav {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
}

/** パンくずここまで **/


/** section **/
section {
    padding: 0;
    /*4r-7.5r*/
    margin: 0 auto;
}

/** sectionここまで **/


/** last_cta **/
section#last_cta {
    padding: 0;
    /*4r-7.5r*/
}

#last_cta .Last_cta__wrap {
    width: calc(96% - 82px);
    max-width: calc(1040px - 82px);
    margin: 0 auto;
    border: solid #8598A0 1px;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

#last_cta .Last_cta__upside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

#last_cta .Last_cta__name {
    width: 50%;
    font-size: 0.875rem;
    line-height: 2;
}

#last_cta .Last_cta__name p,
#last_cta .Last_cta__message p {
    margin: 0 0 1rem;
    line-height: 1.7;
}

#last_cta .Last_cta__name p img {
    border-radius: 20px;
}

#last_cta .Last_cta__name_dr {
    font-size: 1.5rem;
    /*24*/
    font-weight: 600;
}

#last_cta .Last_cta__name_dr span {
    font-size: 1rem;
    color: var(--belura-color);
    margin: 0 0.75rem 0 0;
}

#last_cta .Last_cta__message {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 2.5rem);
}

#last_cta .Last_cta__message_p {
    padding: 1rem 0 0;
}

#last_cta .Last_cta__message p:last-child {
    margin: 0;
}

#last_cta .Main__cta_linebtn {
    margin: auto;
}

#last_cta .Main__cta_linebtn a {
    color: #333;
}

#last_cta .Main__cta_linebtn a p span {
    color: #fff;
}

#last_cta .Main__cta_linebtn {
    display: block;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 2rem 0 .5rem;
}

#last_cta .Main__cta_linebtn a {
    background-color: #06C755;
    color: #fff;
    font-size: clamp(0.906rem, 0.517rem + 0.81vw, 1.125rem);
    /* 768- 14.5-18*/
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 1rem clamp(1.5rem, 0.615rem + 1.54vw, 2rem) 0.625rem;
    /*24-32*/
    box-shadow: 0px 4px 0px 0px rgba(1, 88, 37, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#last_cta .Main__cta_linebtn a::after {
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 clamp(0.5rem, -0.385rem + 1.54vw, 1rem);
    /*8-16*/
}

#last_cta .Main__cta_linebtn a:hover {
    padding-right: clamp(0.5rem, -0.385rem + 1.54vw, 1rem);
    /*8-16*/
}

#last_cta .Main__cta_linebtn a:hover::after {
    margin: 0 0 0 clamp(1.5rem, 0.615rem + 1.54vw, 2rem);
    /*24-32*/
}

#last_cta .Main__cta_linebtn a::before {
    content: "＼ 24時間受付中 ／";
    background-color: #fff;
    color: #333;
    font-size: 0.8125rem;
    /*13*/
    font-weight: bold;
    text-align: center;
    width: 13em;
    padding: 6px clamp(0.5rem, -2.154rem + 4.62vw, 2rem);
    /*8-32*/
    border-radius: 30px;
    border: solid 2px #06C755;
    display: inline-table;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
}

#last_cta .Main__cta_linebtn a .fa-solid {
    margin-left: 1rem;
}

/** last_ctaここまで **/


/** フッター **/
footer {
    color: #fff;
    background-color: var(--belura-color);
    width: 100%;
    padding: clamp(4rem, 3.231rem + 3.08vw, 5rem) 0 0;
    /*4r-5r*/
    display: flex;
    flex-wrap: wrap;
}

footer a {
    position: relative;
}

footer a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

footer a:hover::after {
    transform: scale(1, 1);
}

.Footer_menu a {
    color: #fff;
}

.Footer_wrap {
    width: 90%;
    max-width: 1440px;
    margin: auto;
}

.Footer_logo {
    text-align: center;
    width: 50%;
    max-width: 240px;
    margin: 0 auto 5rem;
}

footer .Footer_logo a {
    position: static;
}

.Footer_menu {
    width: 92%;
    max-width: 1440px;
    margin: 0 auto 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

.Footer_menu ul {
    width: auto;
    display: inline-block;
}

.Footer_menu ul li {
    width: 100%;
    margin: 0 0 0.78rem;
}

.Footer_menu ul li:first-of-type {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 600;
}

.Footer__last {
    width: 98%;
    margin: 0 auto 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Footer__last p {
    font-size: 0.875rem;
    /*14*/
}

.Footer__last p a {
    margin: 0 2rem 0 0;
    color: #fff;
}

.Footer__last p a:hover {
    color: #fff;
}

.Footer__last p a:last-of-type {
    margin: 0;
}

/** フッターここまで **/



/** メイン **/
.wp_main {
    width: 100%;
    background: url("../img/img_pre_mv.png")no-repeat top center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 2rem;
    padding: 0;
    height: clamp(18.75rem, 1.19rem + 36.63vw, 25rem);
    /*300 - 400*/
}

.wp_main::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.wp_main .breadcrumbs,
.not_main .breadcrumbs {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    /*12*/
    z-index: 1;
    color: #fff;
    position: relative;
    top: 1rem;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
}

.not_main .breadcrumbs {
    color: #000 !important;
}

.wp_main .breadcrumbs a,
.not_main .breadcrumbs a {
    color: #fff;
    position: relative;
}

.not_main .breadcrumbs a {
    color: #000;
}

.wp_main .breadcrumbs a::after,
.not_main .breadcrumbs a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.not_main .breadcrumbs a::after {
    background: #000;
}

.wp_main .breadcrumbs a:hover {
    color: #fff;
}

.not_main .breadcrumbs a:hover {
    color: #000;
}

.wp_main .breadcrumbs a:hover::after,
.not_main .breadcrumbs a:hover::after {
    transform: scale(1, 1);
}

.wp_main .main__h1 {
    font-family: 'Zen Old Mincho';
    font-weight: 600;
    font-size: clamp(2.125rem, 1.115rem + 4.04vw, 3.438rem);
    /*920 55-34*/
    color: #fff;
    text-align: center;
    z-index: 1;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
    margin: 0 auto;
}

.wp_main .main__h2 {
    font-family: 'Zen Old Mincho';
    font-weight: 600;
    font-size: clamp(3.125rem, 1.575rem + 3.23vw, 4rem);
    /*50-64*/
    color: #fff;
    text-align: center;
    z-index: 1;
}

.column__single {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.column__single800 {
    width: 100%;
    max-width: 800px;
    margin: auto;
}


/** SP フローティングボタン **/
#floating,
#floating a {
    display: none;
}

/** SP フッターメニュー **/
.Footer__sp_menu {
    display: none;
}

@media screen and (max-width: 920px) {
    html {
        scroll-padding-top: 6rem;
    }

    /** SPヘッダー **/
    header {
        padding: 0.5rem 1rem;
        background: none;
        background-color: rgba(255, 255, 255, 0.9);
        width: calc(100% - 2rem);
        height: 3rem;
    }

    header .header_logo {
        width: 65%;
        max-width: 220px;
        height: auto;
        margin: 0;
        z-index: 100;
    }

    .sp_hamburger {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .sp_right {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    header .pc_menu {
        display: none;
    }

    header nav {
        display: block;
    }

    header ul li a::after {
        position: absolute;
        content: "";
        background: url("../img/chevron-right-solid_b.svg")no-repeat;
        width: 1rem;
        height: 1rem;
        right: clamp(3rem, 1.462rem + 6.15vw, 5rem);
    }

    .drawer__button {
        position: relative;
        width: 2.5rem;
        height: 2.5rem;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 999;
    }

    .drawer__button>span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2.5rem;
        height: 2px;
        background-color: black;
        transform: translateX(-50%);
    }

    .drawer__button>span:first-child {
        transform: translate(-50%, calc(-50% - 0.7rem));
        transition: transform 0.3s ease;
    }

    .drawer__button>span:nth-child(2) {
        transform: translate(-50%, calc(-50% + 0rem));
        transition: opacity 0.3s ease;
    }

    .drawer__button>span:last-child {
        transform: translate(-50%, calc(-50% + 0.7rem));
        transition: transform 0.3s ease;
    }

    .drawer__button.active>span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .drawer__button.active>span:nth-child(2) {
        opacity: 0;
    }

    .drawer__button.active>span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .drawer__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .drawer__nav.active {
        opacity: 1;
        visibility: visible;
        padding: 4rem 0 0;
        background-color: #fff;
        transition: opacity 0.3s ease;
    }

    .drawer__nav__inner {
        position: relative;
        width: 100%;
        height: 100vh;
        background-color: white;
        padding: 1.5rem 0 0;
        margin: 0;
        border-top: solid 1px #e5e5ea;
        overflow: scroll;
    }

    .drawer__nav__inner::-webkit-scrollbar {
        display: none;
    }

    .drawer__nav__menu {
        list-style: none;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .drawer__nav__link {
        padding: 1.5rem;
        border-bottom: 1px #333 dashed;
        width: calc(90% - 3rem);
        margin: auto;
        text-align: left;
        align-items: center;
        display: flex;
    }

    li.drawer__nav__item {
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 0.875rem;
        /*14*/
    }

    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
        height: 100%;
        overflow: hidden;
    }

    /** 920 SPヘッダーここまで **/


    /** 920 SPフッター **/
    footer {
        padding-bottom: 7rem;
    }

    .Footer_menu {
        gap: 1rem;
    }

    .Footer_menu ul {
        width: calc(100% / 2 - 1rem);
    }

    /** 920 SPフッターここまで **/


    /** 920 last_cta **/
    #last_cta .Last_cta__message_p {
        padding: 1rem 0 2rem;
    }

    #last_cta .Last_cta__message p:last-of-type {
        margin: 0.5rem 0 0;
    }

    /** 920 last_ctaここまで **/


    /** 920 SPフローティングボタン**/
    #floating {
        display: none;
        width: 98%;
        margin: 0 auto;
        position: fixed;
        bottom: 0px;
        z-index: 10;
        left: 1%;
    }

    #floating br {
        display: none;
    }

    #floating .floating_btn {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #floating .floating_btn .floating_web {
        width: calc(50% - 1px);
        margin: 0 0 -2px;
    }

    #floating .floating_btn .floating_web a {
        background-color: #06C755;
        color: #fff;
        font-size: clamp(1.063rem, 0.858rem + 0.82vw, 1.25rem);
        /*-767 13-20*/
        position: relative;
        font-weight: 500;
        text-align: center;
        padding: .4em 0 .3em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border: solid 2px #fff;
        border-radius: 8px 8px 0 0;
    }

    #floating .floating_btn .floating_web a span {
        font-size: 12px;
        /*-767 13-18*/
        width: 100%;
    }

    #floating.floating_medical .floating_btn .floating_web {
        width: 100%;
        margin: 0 0 -2px;
    }

    #floating a .fa-solid {
        margin-left: 1rem;
    }
}


@media screen and (max-width: 767px) {
    .cta_btn {
        display: none;
    }

    /** 767 section **/
    section {
        padding: 0;
    }

    /** 767 sectionここまで **/


    /** 767 last_cta **/
    #last_cta .Last_cta__wrap {
        width: calc(90% - clamp(3rem, 1rem + 8vw, 4rem) - 2px);
        /*3r-4r*/
        padding: clamp(1.5rem, 0.5rem + 4vw, 2rem);
        /*1.5r-2r*/
        border-radius: 8px;
    }

    #last_cta .Last_cta__name {
        width: 100%;
        font-size: clamp(0.75rem, 0.5rem + 1vw, 0.875rem);
        /*12-14*/
        text-align: center;
        line-height: 2;
        margin: 0 auto .5rem;
    }

    #last_cta .Last_cta__name_dr {
        font-size: clamp(1.375rem, 1.239rem + 0.54vw, 1.5rem);
        /*22-24*/
    }

    #last_cta .Last_cta__name span {
        font-size: clamp(1.125rem, 0.784rem + 1.36vw, 1.438rem);
        /*18-23*/
        margin: 0 1rem 0 0;
    }

    #last_cta .Last_cta__name p img {
        border-radius: 8px;
    }

    #last_cta .Last_cta__name br {
        display: block;
    }

    #last_cta .Last_cta__message {
        width: 100%;
    }

    #last_cta .Last_cta__message_p {
        padding: 0 0 2rem;
    }

    #last_cta .Main__cta_linebtn a {
        font-size: clamp(0.938rem, 0.665rem + 1.09vw, 1.188rem);
        /* -767 15-19*/
    }

    /** 767 last_ctaここまで **/


    /** 767 SPフッター **/
    .Footer_wrap {
        width: 100%;
    }

    .Footer_menu {
        display: none;
    }

    .Footer__sp_menu {
        display: block;
    }

    .Footer__last {
        flex-direction: column;
        margin: 0 auto;
    }

    .Footer__last p {
        width: auto;
        margin: 0 auto clamp(3rem, 0.82rem + 8.72vw, 5rem);
        /*3r-5r*/
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .Footer__last p:first-of-type {
        margin: 0 auto;
    }

    .Footer__last p:last-of-type {
        order: -1;
    }

    .Footer__last p a {
        margin: 0 auto 2rem;
    }

    /** 767 SPフッターここまで **/


    /** 767 フッターSPメニュー **/
    .Footer__sp_menu_content {
        display: none;
    }

    .Footer__sp_menu {
        width: 100%;
        margin: auto;
        margin: 0 auto 3rem;
    }

    .Footer__sp_menu_header {
        padding: 1.5rem 2rem 1.5rem 1rem;
        margin: 0;
        cursor: pointer;
        position: relative;
        border-bottom: solid 1px #fff;
    }

    .Footer__sp_menu_header:nth-child(1) {
        border-top: solid 1px #fff;
    }

    .Footer__sp_menu_header::before,
    .Footer__sp_menu_header::after {
        position: absolute;
        content: '';
        top: 1px;
        right: 1rem;
        bottom: 0;
        width: 1em;
        height: 1px;
        margin: auto;
        background: #fff;
    }

    .Footer__sp_menu_header::after {
        transform: rotate(-90deg);
        transition: transform 0.3s;
    }

    .Footer__sp_menu_header.active::after {
        transform: rotate(0deg);
    }

    .Footer__sp_menu_content {
        background-color: #fff;
    }

    .Footer__sp_menu_header span,
    .Footer__sp_menu_content span {
        position: relative;
    }

    .Footer__sp_menu_content span a {
        color: #000;
        padding: 1.5rem 2rem 1.5rem 1rem;
        display: block;
        border-bottom: solid 1px var(--belura-color);
    }

    /** 767 フッターSPメニューここまで **/


    /** 767 SPフローティングボタン **/
    #floating a::before {
        padding: 6px 2rem;
        width: calc(85% - 4rem - 4px);
        min-width: 10rem;
        max-width: 17rem;
    }

    /** 767 SPフローティングボタンここまで **/
}


@media(min-width: 920px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: clamp(0.875rem, 0.625rem + 1vw, 1rem);
        /*14-16*/
        line-height: 1.5;
    }

    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }


    /** 600 section **/
    /*section {
        padding: clamp(3rem, 1rem + 8vw, 4rem) 0 4rem;
        /*-400 3r-4r*/
    /*}

    /** 600 sectionここまで **/

    /** 600 フローティングボタン **/
    #floating a::before {
        min-width: auto;
        padding: 6px 1rem;
    }

    /** 600 フローティングボタンここまで **/
}




/********* ここから下層　*********/

@media screen and (max-width: 767px) {}


/********** ここからwp　*********/
.wp_main .breadcrumbs,
.not_main .breadcrumbs {
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
    margin: 0 auto;
    display: flex;
    font-size: 0.75rem;
    /*12*/
    z-index: 1;
    color: #fff;
    position: relative;
    top: 1rem;
    text-align: left;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
}

.wp_main .breadcrumbs a::after,
.not_main .breadcrumbs a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.wp_main .breadcrumbs a:hover::after,
.not_main .breadcrumbs a:hover::after {
    transform: scale(1, 1);
}


#column_wrap {
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.7;
    padding: 1rem 0 4rem;
    /*4r-7.5r*/
}

.column__left {
    width: calc(100% - 300px - 2em);
    max-width: 700px;
    margin: 0;
}

.column__right {
    width: 290px;
    margin: 0;
}



@media screen and (max-width: 920px) {

    /** 920 MV **/
    .wp_main {
        margin: 0;
    }

    .wp_main .breadcrumbs::-webkit-scrollbar,
    .not_main .breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    section {
        margin: clamp(1rem, 0.231rem + 3.08vw, 2rem) auto 0;
        /*920 1r-2r*/
    }

    .column__left {
        width: 100%;
        max-width: 100%;
    }

    .column__right {
        width: 100%;
        max-width: 100%;
    }

    .column__left+.column__right {
        margin-top: 3em;
    }

    #column_wrap {
        padding: 10px 0 clamp(1rem, 0.231rem + 3.08vw, 2rem);
        /*920-400 2r-1r*/
    }
}


@media screen and (max-width: 767px) {
    .wp_main {
        height: clamp(12.5rem, 5.688rem + 27.25vw, 18.75rem);
        /*-767 200 - 300*/
    }
}

:root {
    --belura-color: #42B9AE;
    --section-back: #F9F9F9;
    --color-gray: #e5e5ea;
    --color-gray2: #8598A0;
}