@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Qwitcher+Grypen:wght@400;700&display=swap');

:root {
    --color-background: #ffffff;
    --color-font: #62666B;
    --color-wt: #fff;
    --color-bk: #62666B;
    --color-gr: #eee;
    --color-primary: #62666B;
    --color-primary-shade: #62666B;
    --color-primary-tint: #62666B;
    --color-secondary: #62666B;
    --color-secondary-tint: #62666B;
    --color-table-border: #ddd;
    --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --content-max-width: 1260px;
    --header-background: #ffffff;
    --header-color-font: #62666B;
    --header-color-primary: #62666B;
    --header-color-primary-shade: #62666B;
    --header-color-primary-tint: #62666B;
    --footer-background: #F3F3F3;
    --footer-color-font: #62666B;
    --footer-color-primary: #62666B;
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Cormorant Upright", serif;
    --font-family03: "Qwitcher Grypen", cursive;
    --font-family04: "Poppins", sans-serif;
    --font-awe: "Font Awesome 6 Free";
}

/*================================
common-reset
================================*/
body {
    font-weight: 400;
    background: url(/wp-content/uploads/body_bg.jpg) repeat-y;
    background-size: auto;
    background-position: center top;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

a {
    color: var(--color-font);
    transition: 0.3s all;
}

a:hover img {
    opacity: 1;
}

#content,
body:not(.home) #content.wide {
    padding: var(--px100w) 0 var(--px140);
    position: relative;
}

#breadcrumb ul li,
#breadcrumb ul li a {
    color: var(--color-font);
}

#breadcrumb ul li span span {
    display: none;
}

#scrollUp {
    bottom: 30px !important;
    background: var(--color-font) !important;
}

#breadcrumb {
    position: relative;
}

@media print,
screen and (max-width: 768px) {
    body {
        background-size: contain;
    }

    #scrollUp {
        position: fixed;
        bottom: 70px !important;
    }
}

/*================================
utility parts
================================*/
.post .u-basecontent,
.u-basecontent {
    max-width: 1530px;
    width: min(1530px, 90%);
    margin-inline: auto;
}

.u-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-ccwh {
    color: #fff;
}

.u-txtunderline {
    text-decoration: underline;
    transition: all ease 0.6s;

    &:hover {
        opacity: 0.6;
    }
}

.u-gap1 {
    gap: 1%;
}

.u-gap2 {
    gap: 2%;
}

.u-gap3 {
    gap: 3%;
}

/*---font---*/
.u-fs16 {
    font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.3236), 1.6rem);
    /*1.6-1.1(1920-375)*/
    line-height: 2;
    font-weight: 400;
}

.u-fs14 {
    font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    line-height: 2;
    font-weight: 400;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-scroll {
    scroll-margin-top: 100px;
}

.anchorLink-view {
    padding-top: 100px;
    margin-top: -100px;
}

.anchor_link::before {
    padding-top: 100px;
    margin-top: -100px;
}

/*---link_btn---*/
.link_btn {
    width: max-content;
    max-width: 100%;
    line-height: 1;
    padding: 0;
    background: var(--color-primary);
    border-radius: 100px;
    border: none;
    z-index: 5;
    display: block;

    &:hover {
        background: var(--color-primary);
        opacity: 0.8;
    }

    &::before,
    &::after {
        content: none;
    }

    a {
        position: relative;
        padding: var(--px30) var(--px80);
        display: inline-block;
        color: #fff;
        font-size: var(--rem14);
        font-family: var(--font-family01);
        font-weight: 400;
        width: 100%;
        height: 100%;

        &::after {
            content: '\f0da';
            display: inline-block;
            font-family: var(--font-awe);
            margin-left: 0.7em;
            font-weight: 600;
            font-size: 90%;
        }
    }
}

.link_btn.ccwh {
    color: #fff;
    border-color: #fff;
    background: transparent;

    a {
        color: #fff;
    }
}

/*---linkBtn---*/
.linkBtn:hover,
.post .linkBtn:hover {
    color: #fff;
    background: var(--color-primary);
    opacity: 0.6;
}

.tb_br {
    display: none;
}

@media print,
screen and (max-width: 1024px) {
    .tb_br {
        display: block;
    }
}

/*---投稿---*/
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: transparent;
    border: 1px solid #ccc;
}

.postlist li {
    border-bottom: 1px solid #ddd;
}

.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
    color: var(--color-font);
}

/*================================
common txt
================================*/
.single-post h1.title {
    color: var var(--color-font);
}

.post h2.c-ttl,
h2.c-ttl {
    &.c-ttl--primary {
        color: var(--color-font);
        line-height: 1.2;
        margin: 0;
        font-size: var(--rem20);
        font-family: var(--font-family01);
        font-weight: 400;
        letter-spacing: 0.3em;
        padding-bottom: 0;
        position: relative;

        &::before {
            display: none;
        }

        &::after {
            display: none;
        }

        .c-ttl__en {
            display: block;
            color: var(--color-primary);
            font-size: var(--rem80);
            font-family: var(--font-family02);
            line-height: 1;
            font-weight: 100;
            padding-bottom: 0.8rem;
            letter-spacing: 0;
        }

        .c-ttl__jp {}
    }

    &.c-ttl--pen {
        font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.1294), 1.5rem);
        /*1.5-1.1(1920-375)*/
        letter-spacing: 0.3em;
        font-weight: 500;

        span {
            display: block;
            font-family: var(--font-family03);
            letter-spacing: 0;
            font-size: min(calc(10rem + (1vw - 1.92rem) * 2.5890), 10rem);
            /*10-5(1920-375)*/
            line-height: 0.5;
            font-weight: normal;
            padding-bottom: 0.3em;
        }

        &::after {
            display: none;
        }
    }
}

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

    .post h2.c-ttl,
    h2.c-ttl {
        &.c-ttl__primary {
            .c-ttl__en {}
        }
    }
}

.post h4 {
    color: var(--color-font);
}

/*================================
column-カラムリスト
================================*/
/*---------coln02-----------*/

.post .col2_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col2_list>li {
    width: 49%;
    margin-bottom: 2%;
}

@media print,
screen and (max-width: 414px) {
    .post .col2_list>li {
        width: 100%;
    }

    .post .col2_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col03-----------*/

.post .col3_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col3_list>li {
    width: 32%;
    margin-bottom: 2%;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 49%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 414px) {
    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li:last-child {
        margin-bottom: 0;
    }
}

/*---------col4-----------*/

.post .col4_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post .col4_list>li {
    width: 24%;
    margin-bottom: 1.5%
}

.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}

.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}

@media print,
screen and (max-width: 1240px) {

    .post .col4_list>li,
    .post .col4_list::before,
    .post .col4_list:after {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media print,
screen and (max-width: 768px) {
    .post .col4_list>li {
        width: 49%;
    }

    .post .col4_list::before,
    .post .col4_list:after {
        content: none;
    }
}

@media print,
screen and (max-width: 414px) {
    .post .col4_list>li {
        width: 100%;
    }

    .post .col4_list>li:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print,
screen and (min-width: 1024px) {
    #header {
        background: transparent;
        height: 120px;
        position: relative;
    }

    #header-layout {
        align-items: center;
        justify-content: space-between;
    }

    #header-layout .logo {
        padding: 0 0 0 var(--px40);

        a img {
            max-height: 36px;
            max-width: none;
        }
    }

    #header-layout .header__nav-contact {
        flex-grow: 1;
        padding-left: var(--px40);

        nav#mainNav ul li a {
            flex-direction: row;
            font-feature-settings: 'palt';
            padding-inline: 1rem;
            font-size: 1.2rem;

            &:hover {
                opacity: 0.9;
            }
        }

        nav#mainNav ul li:last-of-type a::after {
            display: none;
        }

        nav#mainNav ul li:has(.sub-menu) {
            &>a {
                position: relative;

                &:after {
                    content: '\f107';
                    display: inline-block;
                    font-family: 'FontAwesome';
                    font-size: 1rem;
                    margin-left: 6px;
                }

                &:hover {
                    color: var(--color-font);
                }
            }

            ul.sub-menu li a:hover {
                background-color: #eee;
                opacity: 1;
            }
        }

        ul.header__contact {
            margin-left: auto;
            gap: 0.5rem;
            padding-right: 0;

            li {
                height: 100%;
                width: min(calc(150px + (1vw - 19.2px) * 2.2321), 150px);
                /*150-130(1920-1024)*/

                a.head_btn {
                    flex-direction: column;
                    gap: 0.4em;
                    align-items: center;
                    padding-inline: 0;
                    padding-block: 0;
                    line-height: 1;
                    border-radius: 0;
                    font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.2232), 1.3rem);
                    /*1.3-1.1(1920-1024)*/
                    letter-spacing: 0.1em;

                    &::before {
                        display: none;
                    }

                    &:hover {
                        opacity: 0.6;
                    }

                    span {
                        font-family: var(--font-family04);
                        font-weight: 500;
                        font-size: min(calc(1.7rem + (1vw - 1.92rem) * 0.3348), 1.7rem);
                        /*1.7-1.4(1920-1024)*/
                    }
                }

                a.head_btn.tel_btn {
                    background: transparent;
                    display: flex;
                    flex-direction: column;
                    color: var(--color-font);
                    padding: 0;
                    margin: 0;
                    align-items: flex-start;
                    gap: 0.5rem;

                    &::before {
                        display: none;
                    }

                    span.tel_btn__num {
                        position: relative;
                        font-family: var(--font-family03);
                        font-size: var(--rem30);
                        line-height: 1;
                        display: inline-block;
                        padding-left: 3.3rem;

                        &::before {
                            content: '\f879';
                            display: inline-block;
                            position: absolute;
                            left: 0;
                            font-family: var(--font-awe);
                            font-size: 1.3rem;
                            background: var(--color-primary);
                            aspect-ratio: 1;
                            padding: 0.8rem;
                            border-radius: 50%;
                            color: #fff;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                    }

                    span.tel_btn__reception {
                        font-size: 1.3rem;
                        letter-spacing: 0.01em;
                        font-weight: 500;
                        padding-left: 3.3rem;
                    }
                }
            }
        }
    }

    /*sub-menu*/
    nav#mainNav ul.sub-menu>li:has(ul.sub-menu)>a::after {
        content: '\f105' !important;
    }

    nav#mainNav ul li a:active,
    nav#mainNav ul li a:hover,
    nav#mainNav ul li.current-menu-ancestor a,
    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li.current-menu-parent a {
        background: transparent;
        opacity: 1;
    }

    nav#mainNav ul li.current-menu-item a b,
    nav#mainNav ul li a:hover b,
    nav#mainNav ul li a:active b,
    nav#mainNav ul li.current-menu-parent a b {
        color: inherit;
    }

    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
        background: rgba(255, 255, 255, 1);
        color: var(--color-font);
    }

    nav#mainNav ul li ul.sub-menu li a:hover {
        background: rgba(255, 255, 255, 0.6);
        color: var(--color-font);
    }

    nav#mainNav ul li li a,
    nav#mainNav ul li li.current-menu-item li a,
    nav#mainNav ul li.current-menu-ancestor li a,
    nav#mainNav ul li.current-menu-item li a {
        color: var(--color-font);
    }

    /*sticky-header*/
    .sticky-header {
        #header>.inner {
            height: auto;
            box-shadow: none;
        }

        #header-layout .header__nav-contact ul.header__contact {
            margin-right: 0;
            padding: 0;
            height: 100%;

            li {
                height: 100%;

                a {
                    border-radius: 0;
                    padding-block: 0;
                    padding-inline: var(--px30);
                }
            }
        }
    }
}

@media screen and (max-width:768px) {
    body.mobile {}

    body.mobile #header {
        background: #fff;
    }

    body.mobile #header .logo .mark {
        a {
            img {
                max-height: 30px;
            }
        }
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer-wrap {
    background: #fff;

    .l-footerinner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-block: var(--px80);

        .l-footerinner__left {
            display: flex;
            align-items: center;
            gap: var(--px60);

            .c-footlogo img {
                max-height: min(calc(116px + (1vw - 19.2px) * 6.2500), 116px);
                /*116-60(1920-1024)*/
            }

            .c-footabout {
                p {
                    font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.3348), 1.4rem);
                    /*1.4-1.1(1920-1024)*/
                    font-weight: 500;

                    &+p {
                        margin-top: 0.5em;
                    }
                }

                .c-footabout__sns {
                    margin-top: 1.5rem;

                    ul {
                        display: flex;
                        align-items: center;
                        gap: 1rem;

                        li i.fa-2x {
                            font-size: 1.5rem;
                        }
                    }
                }
            }
        }

        .l-footerinner__right {
            ul {
                display: flex;
                gap: 1.5rem;

                li a {
                    font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.2232), 1.4rem);
                    /*1.4-1.2(1920-1024)*/
                }
            }
        }
    }

    .l-footcopyright {
        background: var(--color-bk);
        padding-block: 2rem;

        .l-footcopyright__inner {
            display: flex;
            justify-content: space-between;
            align-items: center;

            #copyright {
                margin: 0;
                background: transparent;
                color: #fff;
                font-weight: 400;
            }

            .footnav ul {
                display: flex;
                gap: 2em;
                align-items: center;

                li a {
                    color: #fff;
                    font-size: var(--rem12);
                    position: relative;
                    display: inline-block;
                    line-height: 1;
                    padding: 0;

                    &::after {
                        content: "";
                        right: -1.2em;
                        background: #fff;
                        width: 1px;
                        height: 100%;
                        position: absolute;
                    }
                }

                li:last-child a::after {
                    display: none;
                }
            }
        }
    }
}

@media print,
screen and (max-width: 1023px) {
    #footer-wrap {
        .l-footerinner {
            flex-direction: column;
            gap: 3rem;
        }
    }
}

@media screen and (max-width:768px) {
    #footer-wrap {
        & .l-footerinner {
            .l-footerinner__left {
                flex-direction: column;
                text-align: center;
                gap: 15px;

                .c-footlogo img {
                    max-height: 60px;
                }

                .c-footabout {
                    p {
                        font-size: 1rem;
                    }
                }

                .c-footabout__sns {
                    ul {
                        justify-content: center;

                        li i.fa-2x {
                            font-size: 2rem;
                        }
                    }
                }
            }

            .l-footerinner__right {
                ul {
                    flex-direction: column;
                    text-align: center;

                    li a {
                        font-size: 1.3rem;
                    }
                }
            }
        }

        .l-footcopyright {
            .l-footcopyright__inner {
                flex-direction: column;
            }
        }
    }
}

/*--------------------------------------------------
	メインイメージ
--------------------------------------------------*/
@media screen and (min-width:1024px) {
    html:not(.mobile) #mainImg {
        margin-top: -120px;
    }
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
/*--------common parts--------*/

/*--------concept--------*/
.l-concept {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 7.5%;
    padding-inline: 5.5%;
    margin-top: min(calc(9rem + (1vw - 1.92rem) * 6.9444), 9rem);
    /*90-10(1920-768)*/

    .c-concepttxt {
        width: 52%;

        h2 {
            text-align: left;
            margin: 0;
            padding: 0;
            font-family: var(--font-family03);
            font-size: min(calc(10.5rem + (1vw - 1.92rem) * 6.5104), 10.5rem);
            /*105-30(1920-768)*/
            line-height: 1;
            font-weight: normal;

            &::after {
                display: none;
            }
        }

        p.c-concepttxt__copy {
            font-size: var(--rem30);
            font-weight: 400;
            letter-spacing: 0.1em;
            margin-block: 0.8em min(calc(3.5rem + (1vw - 1.92rem) * 1.7361), 3.5rem);
            /*35-15(1920-768)*/
            line-height: 1.3;
        }

        p.c-concepttxt__txt {
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.2604), 1.3rem);
            /*13-10(1920-768)*/
            letter-spacing: 0.03em;
            font-weight: 400;
            line-height: 3;
        }
    }

    figure {
        margin-top: calc(-36rem + (1vw - 1.92rem) * -20.8333);
        /*-360-120(1920-768)*/
        width: 40.5%;

        img {
            width: 100%;
        }
    }
}

@media screen and (max-width:768px) {
    .l-concept {
        margin-top: 25px;
        flex-direction: column-reverse;

        .c-concepttxt {
            width: 100%;
            margin-top: -60px;

            h2 {
                font-size: 8rem;
                padding-left: 30%;
            }

            p.c-concepttxt__copy {
                font-size: 3vw;
                padding-left: 30%;
                margin-block: 0.8em 1.2em;
                font-weight: 500;
            }

            p.c-concepttxt__txt {
                font-size: 1rem;
            }
        }

        figure {
            width: 55%;
            margin-top: 0;
        }
    }
}

/*--------strongth--------*/
.l-strongth {
    max-width: 1690px;
    width: min(1690px, 90%);
    margin-inline: auto;
    margin-top: var(--px100);
}

ul.c-circlecard {
    display: grid;
    gap: var(--px50);

    &.c-circlecard--col3 {
        grid-template-columns: repeat(3, 1fr);
    }

    li {
        figure {
            filter: drop-shadow(3px 3px 40px rgba(0, 0, 0, 0.05));

            img {
                width: 100%;
            }
        }

        h3 {
            margin: calc(-14rem + (1vw - 1.92rem) * -6.9444) 0 0;
            /*-140-60(1920-768)*/
            padding: 0;
            border: none;
            margin-bottom: var(--px20);
            font-size: var(--rem24);
            font-weight: 400;
            letter-spacing: 0.2em;

            span {
                display: block;
                font-size: min(calc(12rem + (1vw - 1.92rem) * 5.2129), 12rem);
                /*12-6(1920-769)*/
                font-family: var(--font-family03);
                line-height: 0.7;
                font-weight: normal;
                padding-bottom: var(--px24);
                letter-spacing: 0;
            }
        }

        p {
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.2604), 1.3rem);
            /*1.3-1(1920-768)*/
            font-weight: 400;
            letter-spacing: 0.05em;
            line-height: 2.2;
        }
    }
}

@media screen and (max-width:768px) {
    .l-strongth {
        margin-top: 20px;
    }

    ul.c-circlecard.c-circlecard--col3 {
        grid-template-columns: 1fr;
        width: 90%;
        margin-inline: auto;
        gap: 20px;

        li {
            h3 {
                margin-top: -70px;
                font-size: 1.7rem;

                span {
                    font-size: 15vw;
                }
            }

            p {
                font-size: 1rem;
            }
        }
    }
}

/*--------menu--------*/
.l-menu {
    position: relative;
    margin-top: var(--px140);

    &::before {
        content: "";
        display: inline-block;
        position: absolute;
        background: url(/wp-content/uploads/top-menubg.jpg) no-repeat;
        width: 66%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 0;
        background-size: cover;
    }

    .l-menu__inner {
        padding-block: var(--px120) var(--px180);
        position: relative;
        max-width: 1210px;
        width: min(1210px, 90%);
        margin-inline: auto;

        h2.c-menuttl {
            text-align: left;
            padding: 0;
            margin: 0 0 0 calc(-15rem + (1vw - 1.92rem) * -16.7411);
            /*-150-0(1920-1024)*/
            font-family: var(--font-family04);
            font-size: var(--px16);
            font-weight: 500;
            letter-spacing: 0.5em;
            line-height: 1;
            display: flex;
            align-items: center;

            &::after {
                content: "";
                position: static;
                display: inline-block;
                background: #ccc;
                width: 150px;
                height: 1px;
                margin: 0 0 0 1em;
            }
        }

        ul.c-menulist {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 9%;
            margin-top: var(--px60);

            figure img {
                border-radius: 30px;
            }

            h3.c-menulist__ttl {
                margin: var(--px40) 0 var(--px14);
                padding: 0;
                border: none;
                font-size: var(--rem20);
                font-weight: 400;
                letter-spacing: 0.2em;
                line-height: 1.8;
            }

            p.c-menulist__txt {
                font-size: min(calc(1.2rem + (1vw - 1.92rem) * 0.1294), 1.2rem);
                /*1.2-1(1920-375)*/
                line-height: 2.5;
                letter-spacing: 0.1em;
                font-weight: 400;
                margin-bottom: var(--px14);
            }

            p.c-menulist__price {
                font-size: var(--rem20);
                font-weight: 400;
                letter-spacing: 0.1em;

                span {
                    font-size: 70%;
                }
            }
        }
    }
}

@media screen and (max-width:1023px) {
    .l-menu {
        .l-menu__inner {
            h2.c-menuttl {
                margin-left: 0;
            }
        }
    }
}

@media screen and (max-width:768px) {
    .l-menu {
        margin-top: 50px;

        .l-menu__inner {
            padding-block: 60px;

            ul.c-menulist {
                grid-template-columns: 1fr;
                width: 90%;
                margin-inline: auto;
                gap: 30px;

                li {
                    h3.c-menulist__ttl {
                        font-size: 1.8rem;
                        font-weight: 500;
                        margin-bottom: 0.4em;
                    }

                    p.c-menulist__txt {
                        font-size: 1rem;
                        margin-bottom: 0.5em;
                    }

                    p.c-menulist__price {
                        font-size: 2rem;
                    }
                }
            }
        }
    }
}

/*--------voice--------*/
.l-voice {
    padding-block: var(--px120) var(--px160);
    max-width: 1300px;
    width: min(1300px, 90%);
    margin-inline: auto;
}

ul.c-txtcard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--px50);

    li {
        background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: var(--px50);

        h3.c-txtcard__ttl {
            font-size: var(--px16);
            border: none;
            padding: 0;
            margin: 0 0 0.2em 0;
        }

        p.c-txtcard__name {
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.0647), 1.3rem);
            /*1.3-1.2(1920-375)*/
            margin-bottom: 1em;
        }

        p.c-txtcard__txt {
            font-size: min(calc(1.2rem + (1vw - 1.92rem) * 0.1294), 1.2rem);
            /*1.2-1(1920-375)*/
            line-height: 2.5;
            font-weight: 400;
            letter-spacing: 0.05em;
        }
    }
}

@media screen and (max-width:768px) {
    .l-voice {
        ul.c-txtcard {
            grid-template-columns: 1fr;
            gap: 20px;

            li {
                padding: 25px;

                p.c-txtcard__name {
                    margin-bottom: 0.5em;
                }

                p.c-txtcard__txt {
                    font-size: 1rem;
                }
            }
        }
    }
}

/*--------salon--------*/
.l-salon {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 75%);

    .l-salon__inner {
        padding-block: var(--px100) var(--px160);
    }

    ul.c-salonlist {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1300px;
        width: min(1300px, 90%);
        margin-inline: auto;
        gap: var(--px50);

        h3.c-salonlist__ttl {
            margin: 1.3em 0 0.4em;
            padding: 0;
            border: none;
            font-size: var(--rem20);
            font-weight: 500;
        }

        p.c-salonlist__address {
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.1294), 1.3rem);
            /*1.3-1.1(1920-375)*/
            letter-spacing: 0.1em;
            font-weight: 400;
            margin-bottom: 1em;
        }

        h4.c-salonlist__access {
            margin: 0;
            font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1942), 1.6rem);
            /*1.6-1.3(1920-375)*/
            font-weight: 500;
            padding: 0 0 0.1em 1.8em;

            &::before {
                content: "";
                width: 20px;
                height: 1px;
            }
        }

        p.c-salonlist__desc {
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.1294), 1.3rem);
            /*1.3-1.1(1920-375)*/
            font-weight: 400;
            letter-spacing: 0.1em;
        }

        ul.c-salonlist__link {
            display: flex;
            gap: 1rem;
            margin-top: var(--px20);
            flex-wrap: wrap;

            li.link_btn a {
                padding: 1em 3em;
            }
        }
    }
}

@media screen and (max-width:768px) {
    .l-salon ul.c-salonlist {
        grid-template-columns: 1fr;
        gap: 50px;

        h3.c-salonlist__ttl {
            font-size: 1.7rem;
        }

        ul.c-salonlist__link {
            margin-top: 20px;
        }
    }
}

/*--------recruit--------*/
.l-recruit {
    background: url(/wp-content/uploads/top-recruitbg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    .l-recruit__inner {
        display: flex;
        flex-direction: column;
        align-items: center;

        p {
            font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.2589), 1.5rem);
            /*1.5-1.1(1920-375)*/
            font-weight: 400;
            letter-spacing: 0.1em;
            margin-block: 3em 2.5em;
            line-height: 2.2;
        }
    }
}

.link_btn.btninsta a {
    display: flex;
    align-items: center;
    line-height: 2;
    padding-block: 1.3rem;

    &::after {
        content: "\f16d";
        font-family: 'Font Awesome 6 Brands';
        font-weight: normal;
        font-size: 170%;
        margin-left: 0.3em;
    }
}

@media screen and (max-width:768px) {
    .l-recruit {
        background: linear-gradient(40deg, rgba(181, 228, 254, 1) 0%, rgba(234, 187, 211, 1) 100%);
        min-height: auto;
        padding: 20px;

        .l-recruit__inner {
            border: 1px solid rgba(255, 255, 255, 0.5);
            padding: 30px 5%;

            p {
                font-size: 1.1rem;
                margin-top: 2em;
            }
        }
    }
}

/*--------information--------*/
.l-information {
    display: grid;
    max-width: 1530px;
    width: min(1530px, 90%);
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--px50);
    padding-block: var(--px140);
}

@media screen and (max-width:768px) {
    .l-information {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-block: 50px;
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
/*--------------------
	下層アイキャッチ周り
----------------------*/
body:not(.home)::before {
    content: "";
    background: url(/wp-content/uploads/common_headimg01.png) no-repeat center / contain;
    aspect-ratio: 292 / 360;
    width: 15.2%;
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    pointer-events: none;
}

body:not(.home)::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/common_headimg02.png) no-repeat center / contain;
    aspect-ratio: 762 / 417;
    width: 40%;
    display: inline-block;
    z-index: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

header#h1Header {
    background: transparent;
    height: auto;
    z-index: 0;
    overflow: visible;
    margin-top: 0;

    &::before {
        display: none;
    }

    & h1.title {
        position: relative;
        padding-block: var(--px50) calc(7rem + (1vw - 1.92rem) * 2.5890);
        padding-inline: 5%;
        transform: none;
        color: var(--color-font);
        font-size: var(--rem20);
        font-weight: 400;
        font-family: var(--font-family01);
        letter-spacing: 0.5em;
        line-height: 2.2;

        &::before {
            content: "";
            position: absolute;
            bottom: 0px;
            width: min(1500px, 90%);
            height: 1px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 1500px;
            background: rgb(204, 204, 204);
        }

        span span {
            display: block;
            font-family: var(--font-family02);
            font-weight: 400;
            font-size: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
            /*9-4.5(1920-375)*/
            line-height: 1;
            letter-spacing: 0;
            padding-right: 0.3em;
        }
    }
}

@media screen and (max-width:1023px) {
    header#h1Header {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    header#h1Header {
        margin-top: 0;
    }

    body:not(.home)::before {
        top: 60px;
    }

    body:not(.home)::after {
        top: 60px;
    }
}

/*--------common parts--------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

.page_contents_inner+.page_contents_inner {
    margin-top: var(--px120);
}

.fw_contents .page_contents_inner {
    padding-block: var(--px100);
    margin-top: 0;
}

.post h1,
h1.title,
h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
h2,
h3,
.post h3,
h4,
.post h4,
h5,
.post h5 {
    color: var(--color-font);
}

body:not(.home) .post {

    h1:not([class]) {
        font-size: var(--rem40);
        font-family: var(--font-family02);
        font-weight: 600;
        letter-spacing: .02em;
        text-align: center;
        text-shadow: none;
        padding: 0;
        z-index: 20;
    }

    h2:not([class]) {
        font-size: var(--rem24);
        font-family: var(--font-family04);
        font-weight: 500;
        letter-spacing: .2rem;
        color: var(--color-font);
        padding: 0;
        margin: var(--px80) auto var(--px50);
        line-height: 1.4;
        text-align: left;
        border: 1px solid #ccc;
        padding: var(--px24) var(--px30) var(--px30);
        line-height: 1;
        background: transparent;

        &::before {
            content: '';
            position: absolute;
            background: var(--color-primary-shade);
            width: 4px;
            height: 50%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        &::after {
            content: none;
        }
    }

    h3:not([class]) {
        position: relative;
        font-size: var(--rem24);
        font-family: var(--font-family04);
        color: var(--color-font);
        font-weight: 400;
        letter-spacing: .1rem;
        padding: 0 0 0.2em 0;
        text-align: left;
        margin: var(--px40) auto var(--px30);
        border-bottom: 1px solid #999;

        span.subtxt {
            display: block;
            font-size: var(--rem14);
            font-weight: 400;
            margin: 0 0 var(--rem12);
        }

        &:has(.subtxt) {
            border: none;
            padding-left: 0;
        }
    }

    h4:not([class]) {
        position: relative;
        font-size: var(--rem18);
        font-family: var(--font-family04);
        color: var(--color-font);
        font-weight: 600;
        letter-spacing: .1rem;
        padding: var(--rem12);
        text-align: left;
        margin: var(--rem40) auto var(--rem14);
        border: solid 0.1rem;

        &::before,
        &::after {
            content: none;
        }
    }

    h1:not([class]):first-of-type,
    h2:not([class]):first-of-type,
    h3:not([class]):first-of-type,
    h4:not([class]):first-of-type {
        margin-top: 0;
    }
}

.post table td {
    color: var(--color-font);
    background: #fff;
}

/*--幅フル100%背景色--*/
.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px100) calc((100vw - 100%) / 2);
    margin-top: var(--px100);
    background: rgba(255, 255, 255, 0.7);
}

/*--幅フル100%--------------------------------------------*/
.widearea {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* -------------------------------------------
   components
   ------------------------------------------- */
.c-columnbox {
    display: flex;
    align-items: center;
    justify-content: space-between;

    figure {
        width: 40%;

        img {
            width: 100%;
        }
    }

    .c-columnbox__txtarea {
        width: 55%;

        h3 {
            font-size: var(--rem24);
            margin-block: 0 var(--px24);
            border-width: 1px;
            border-color: #ccc;
        }

        p {
            font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1942), 1.6rem);
            /*1.6-1.3(1920-375)*/
        }
    }

    &+.c-columnbox {
        margin-top: var(--px20);
    }
}

@media (max-width: 768px) {
    .c-columnbox {
        flex-direction: column;
        gap: 10px;

        .c-columnbox__txtarea {
            width: 100%;
        }

        figure {
            width: 100%;
        }
    }

    .c-linkbtnlist {
        display: flex;
        flex-direction: column;
        gap: 10px;

        .link_btn {
            width: 80%;
            margin-inline: auto;
        }
    }
}

/*================================
subpage-CONTACT
================================*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
    vertical-align: middle;
    line-height: 30px;
    min-height: 50px;
    padding: 10px;
    border-radius: 0;
    color: var(--color-font);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form {
    label {
        background: #fff;
        border-radius: 10px;
        padding: 6px 12px 8px 6px;
        display: block
    }
}

.wpcf7-form {
    padding: 0;
}

.wpcf7-form a {
    color: var(--color-font);
    border-bottom: solid 1px;
}

.wpcf7-form a:hover {
    color: var(--color-font);
    opacity: 0.6;
    border-bottom: solid 1px #aaa;
}

.wpcf7-form .must {
    background: var(--color-primary);
}

div.wpcf7 .ajax-loader {
    display: none;
}

/*--------submit_btn-------*/

.linkBtn.submit_btn {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
}

.post .subimitarea .linkBtn input[type="submit"] {
    width: 100%;
    display: block;
    font-size: var(--px16);
    font-weight: 600;
    font-family: var(--font-family03);
    letter-spacing: .01em;
    text-align: center;
    padding: var(--px16) var(--px20);
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    transition: 0.7s all;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.post .linkBtn.submit_btn::after {
    content: none;
}

.submit_btn .wpcf7-spinner,
.post .submit_btn .wpcf7-spinner {
    margin: 0;
    top: calc(100% + 15px);
}

.linkBtn input[type="submit"]:hover,
.post .linkBtn input[type="submit"]:hover {
    background: var(--color-primary);
    color: #fff;
    opacity: 0.6;
}

.post .wpcf7 {
    .subimitarea .linkBtn {
        padding: 0;

        input[type="submit"] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }
    }
}

/*================================
subpage-thanks
================================*/

#thanks h2 {
    text-align: left;

    &:before,
    &:after {
        content: none;
    }
}

/*================================
subpage-404
================================*/

body.error404 #wrapper section h1 {
    padding: 0;
    font-family: var(--font-family01);
    background: transparent;
    margin: 20px 0 calc(40px + (1vw - 19.2px) * 1.6828) 0;
    /*40px-14px*/
    color: var(--color-font);
    font-weight: 500;
    font-size: calc(3rem + (1vw - 1.92rem) * 0.6472);
    /*3rem-1.7rem*/
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--color-font);
    width: 100%;
}

/*================================
subpage-privacy,sitemap
================================*/

/*--------プラポリ--------*/
#privacy h3 {
    font-size: var(--rem20);
    font-weight: 500;
}

/*--------sitemap--------*/
#sitemap_list li.page_item a span {
    display: none;
}

.post ul#sitemap_list.sitemap_disp_level_0>li a {
    font-weight: 400;
    font-family: var(--font-family01);
}

/*================================
subpage-about
================================*/

.p-about {
    #content02 .c-columnbox {
        background: rgba(255, 255, 255, 0.7);
        padding: var(--px50);
        margin-top: var(--px80);
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        border-radius: 10px;

        .c-columnbox__txtarea {
            h3 {
                font-weight: 400;
            }

            p {
                font-size: var(--px14);
            }
        }
    }

    #content03 .gallery .gallery-item img {
        aspect-ratio: 550 / 670;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
}

/*--flow02--------------------------------------------*/

.flowlist02 {
    padding-left: 5rem;
    position: relative;
}

.flowlist02::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #fff;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 5rem;
}

.flowlist02>li {
    position: relative;
}

.flowlist02>li:not(:last-child) {
    margin-bottom: 8vh;
}

.flowlist02>li .icon {
    font-size: var(--body-font-size);
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-weight: 500;
    background: var(--color-primary);
    padding: 0.8rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -2.5rem;
    z-index: 100;
    border-radius: 50vh;
    font-family: var(--font-family04);
    white-space: nowrap;
}

.flowlist02>li .icon::after {
    content: none;
}

.flowlist02>li dl {
    padding-left: 7rem;
    position: relative;
    padding-top: 0.7rem;
}

.flowlist02>li dl::before {
    content: none;
}

.flowlist02>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
}

.flowlist02>li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
    top: 23px;
}

.flowlist02>li dd {
    padding-bottom: 10px;
    border-bottom: dotted 2px
}

.flowlist02>li dl dt {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .flowlist02 {
        padding-left: 2rem;
    }

    .flowlist02>li .icon {
        left: -3.5rem;
    }

    .flowlist02::before {
        left: 1rem;
    }

    .flowlist02>li dl {
        padding-left: 4.5rem;
    }

    .flowlist02>li dl::after {
        width: 30px;
    }

    .flowlist02>li dl dt {
        font-size: 1.4rem;
    }
}

/*--FAQ-------------------------------------------*/

.qa_list {
    cursor: pointer;
}

.qa_list .qa_list_inner dt {
    position: relative;
    font-weight: normal;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: stretch;
    padding: 0rem 1rem 0rem 0rem;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
    position: relative;
    font-weight: normal;
    margin: 0;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
    color: #ffffff;
    background: var(--color-primary);
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 2.2rem;
    border-right: 1px solid #cccccc;
    width: 100%;
    text-align: center;
    max-width: 90px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
    background: #f2f2f2;
    line-height: 1.0;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 2.2rem;
    font-weight: 300;
    width: 100%;
    text-align: center;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-family);
    border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
}

.qa_list .qa_list_inner dt:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 3rem;
    width: 12px;
    height: 12px;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
    top: 43%;
    right: 2rem;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
    display: none;
    position: relative;
    padding: 0;
    margin: 0 0 1rem 0;
    border: 1px solid #cccccc;
    border-top: 0;
}

@media only screen and (max-width: 959px) {
    .qa_list .qa_list_inner {
        margin-bottom: 8rem;
    }
}

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

    .qa_list .qa_list_inner .q_desc,
    .qa_list .qa_list_inner .a_desc {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .qa_list .qa_list_inner dt {
        padding: 0rem 1rem 0rem 0rem;
    }

    .qa_list .qa_list_inner .a_ico,
    .qa_list .qa_list_inner .q_ico {
        max-width: 50px;
        padding: 1.2rem 1.0rem;
    }

    .qa_list .qa_list_inner dt:after {
        right: 1.5rem;
        width: 6px;
        height: 6px;
    }

    .qa_list .qa_list_inner .active:after {
        right: 1.0rem;
    }
}

@media only screen and (max-width: 559px) {
    .qa_list .qa_list_inner dd {
        font-size: 1.4rem;
    }

    .qa_list .qa_list_inner {
        margin-bottom: 6rem;
    }

    .qa_list .qa_list_inner dt {
        font-size: 1.4rem;
    }
}

/*================================
subpage-recruit
================================*/
body.page-recruit::before {
    content: "";
    background: url(/wp-content/uploads/head_shape.png) no-repeat center / contain;
    aspect-ratio: 835 / 711;
    width: 43.5%;
    right: 0;
    top: 0;
    left: auto;
}

body.page-recruit::after {
    display: none;
}

body.page-recruit header#h1Header {
    h1.title {
        text-align: left;
        padding-inline: 0;
        max-width: 1260px;
        width: min(1260px, 90%);
        margin-inline: auto;

        &::before {
            display: none;
        }

        span span {
            display: inline-block;
        }
    }
}

body.page-recruit div#breadcrumb {
    max-width: 1260px;
    width: min(1260px, 90%);
    margin-inline: auto;
    padding: 0;
    display: none;

    ul.breadcrumb {
        width: 100%;
        margin: 0;
    }
}

body.page-recruit #content,
body.page-recruit #content.wide {
    padding-block: 0;
}

.c-pageconcept {
    display: flex;
    flex-direction: row-reverse;
    position: relative;

    figure.c-pageconcept__img {
        max-width: 1494px;
        width: 77.5%;
    }

    .c-pageconcept__txtarea {
        position: absolute;
        left: 6%;
        bottom: 10%;

        p.c-pageconcept__ttl {
            font-size: min(calc(4rem + (1vw - 1.92rem) * 1.8973), 4rem);
            /*4-2.3(1920-1024)*/
            line-height: 1.8;
            letter-spacing: 0.5em;
            padding-bottom: 0.7em;
        }

        p.c-pageconcept__txt {
            font-size: min(calc(1.5rem + (1vw - 1.92rem) * 0.3348), 1.5rem);
            /*1.5-1.2(1920-1024)*/
            letter-spacing: 0.2em;
            font-weight: 500;
            padding-bottom: var(--px40);
        }

        p.c-pageconcept__font {
            padding-left: 22%;

            img {
                width: min(calc(369px + (1vw - 19.2px) * 27.7902), 369px);
                /*369-120(1920-1024)*/
            }
        }
    }
}

@media (max-width: 768px) {
    .c-pageconcept {
        flex-direction: column;
        position: relative;

        figure.c-pageconcept__img {
            margin-left: auto;
        }

        .c-pageconcept__txtarea {
            position: static;
            margin-top: -60px;
            padding-left: 5%;

            p.c-pageconcept__ttl {
                font-size: 2.1rem;
            }

            p.c-pageconcept__txt {
                font-size: 1.2rem;
                padding-bottom: 0;
                line-height: 2.1;
            }

            p.c-pageconcept__font {
                padding: 0 5% 0 0;
                display: block;
                width: 55%;
                margin-left: auto;

                img {
                    width: 100%;
                }
            }
        }
    }
}

.c-leadmessage {
    text-align: center;
    max-width: var(--content-max-width);
    width: min(var(--content-max-width), 90%);
    margin-inline: auto;

    p.c-leadmessage__ttl {
        font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);
        /*2.6-2(1920-375)*/
        padding-bottom: var(--px24);
        letter-spacing: 0.05em;
    }

    p.c-leadmessage__txt {
        font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.2589), 1.4rem);
        /*1.4-1(1920-375)*/
        line-height: 2.5;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 768px) {}

ul.c-pagelinknav {
    display: flex;
    justify-content: center;
    gap: 30px 10px;

    li a {
        position: relative;
        background: var(--color-primary);
        color: #fff;
        font-size: var(--px14);
        padding: 1.3em var(--px40);
        border-radius: 50vh;
        letter-spacing: 0.2em;
        transition: all ease 0.6s;

        &::after {
            content: "\f063";
            font-family: var(--font-awe);
            font-weight: 600;
            display: inline-block;
            margin-left: 0.5em;
        }

        &:hover {
            opacity: 0.8;
        }
    }

    .blank a::after {
        content: "\f35d";
    }
}

@media (max-width: 768px) {
    ul.c-pagelinknav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

        li a {
            width: 100%;
            display: block;
            text-align: center;
        }
    }
}

ul.c-circlecard.c-circlecard--col4 {
    grid-template-columns: repeat(4, 1fr);

    li {
        h3 {
            margin-top: -80px;
            margin-bottom: 10px;

            span {
                font-family: var(--font-family02);
                font-size: 5.5rem;
                font-weight: 100;
                line-height: 1;
                padding: 0;
            }
        }

        p {
            text-align: center;
            font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.3883), 1.8rem);
            /*1.8-1.2(1920-375)*/
            line-height: 1.8;
        }
    }
}

@media (max-width: 768px) {
    ul.c-circlecard.c-circlecard--col4 {
        grid-template-columns: repeat(2, 1fr);

        li {
            h3 {
                margin-top: -50px;
                margin-bottom: 3px;

                span {
                    font-size: 8.2vw;
                }
            }
        }
    }
}

ul.c-voicelist {
    li:not(:last-of-type) {
        margin-bottom: var(--px100);
        padding-bottom: var(--px100);
        border-bottom: 1px solid #ccc;
    }

    .c-voicelist__about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: var(--px40);

        figure {
            width: 31.5%;

            img {
                aspect-ratio: 4 / 3;
                width: 100%;
                height: auto;
                border-radius: var(--px30);
            }
        }

        .c-voicelist__txtarea {
            width: 64%;

            h3 {
                font-size: min(calc(2rem + (1vw - 1.92rem) * 0.3236), 2rem);
                /*2-1.5(1920-375)*/
                border: none;
                padding: 0;
                margin: 0 0 0.3em 0;
            }

            p.c-voicelist__detail {
                font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
                /*1.4-1.2(1920-375)*/
                letter-spacing: 0.1em;
                margin-bottom: 1.5em;
            }

            p.c-voicelist__txt {
                font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.1942), 1.4rem);
                /*1.4-1.1(1920-375)*/
                letter-spacing: 0.03em;
            }
        }
    }

    dl {
        dt {
            font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
            /*2.2-1.8(1920-375)*/
            font-family: var(--font-family02);
            line-height: 1;
            margin-bottom: 0.7em;
        }

        dd {
            padding: 0;
            font-size: min(calc(1.3rem + (1vw - 1.92rem) * 0.1942), 1.3rem);
            /*1.3-1.1(1920-375)*/
            line-height: 2.5;
        }
    }
}

@media (max-width: 768px) {
    ul.c-voicelist {
        .c-voicelist__about {
            flex-direction: column;
            gap: 20px;

            figure {
                width: 80%;
            }

            .c-voicelist__txtarea {
                width: 100%;
            }
        }
    }
}

.c-tablestyle02 {
    width: 100%;
    margin: 0 auto;

    .c-tablestyle02__row {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding: var(--px40) 0;
        align-items: flex-start;

        .c-tablestyle02__label {
            width: 12%;
            flex-shrink: 0;
            font-weight: 500;
            box-sizing: border-box;
            position: relative;
            padding-inline: 1em;
            font-size: 1.4rem;
            line-height: 1.3;

            &::after {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0;
                top: 50%;
                width: 1px;
                height: 100%;
                background-color: #ccc;
                transform: translateY(-50%);
            }
        }

        .c-tablestyle02__data {
            margin: 0;
            flex-grow: 1;
            font-size: var(--px14);
            line-height: 1.3;
            padding: 0 0 0 2em;
        }
    }

    .c-tablestyle02__row:first-of-type {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .c-tablestyle02 {
        .c-tablestyle02__row {
            display: block;
            padding: 15px 0;

            .c-tablestyle02__label {
                width: 100%;
                margin-bottom: 8px;
                padding: 0;

                &::after {
                    display: none;
                }
            }

            .c-tablestyle02__data {
                padding-left: 0;
            }
        }
    }
}

.post .c-recruitcta,
.c-recruitcta {
    background: url(/wp-content/uploads/p-recruit-ctabg.jpg) no-repeat center / cover;
    padding: var(--px50);

    .c-recruitcta__inner {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: var(--px100) 5%;
        text-align: center;

        h2 {
            margin-bottom: 0;

            span {
                padding: 0;
                font-size: 7rem;
            }
        }

        p.c-recruitcta__ttl {
            font-size: var(--px30);
            letter-spacing: 0.1em;
            margin-block: var(--px30) var(--px30);
        }

        p.c-recruitcta__txt {
            font-size: min(calc(1.4rem + (1vw - 1.92rem) * 0.2589), 1.4rem);
            /*1.4-1(1920-375)*/
            line-height: 2.2;
            letter-spacing: 0.1em;
        }
    }
}

.p-recruit .c-linkbtnlist {
    display: flex;
    justify-content: center;
    gap: 1rem;

    li.link_btn {
        max-width: 380px;
        width: 100%;

        a {
            padding-inline: var(--px30);
        }
    }
}