@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=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --clr-000: #000;
    --color-font: #4B4B4B;
    --color-primary: #F4C62A;
    --color-primary-shade: #F4C62A;
    --color-primary-tint: #F4C62A;
    --color-table-border: #AAAAAA;
    --color-border: #D9D9D9;
    --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /*1.6rem-1.4rem (1920-375)*/
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
    --header-background: #FFFFFF;
    --header-color-font: #4B4B4B;
    --header-color-primary: #F4C62A;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #fff;
    --footer-color-font: #4B4B4B;
    --footer-color-primary: #4B4B4B;

    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02-en: "Outfit", "Noto Sans JP", sans-serif;

    /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px);
    /*300px-80px (1920-375)*/
    --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px);
    /*240px-80px (1920-375)*/
    --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);
    /*200px-100px (1920-375)*/
    --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
    /*180-120px (1920-375) */
    --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px);
    /*160px-60px (1920-375)*/
    --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px);
    /*160px-80px (1920-375)*/
    --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);
    /*160px-60px (1920-375)*/
    --px160-40: clamp(40px, calc(160px + ((1vw - 19.2px) * 13.3929)), 160px);
    /* 160-40 (1920-1024) */
    --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    /*150-100px (1920-375) */
    --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);
    /*140px-40px (1920-375)*/
    --px130: min(calc(130px + (1vw - 19.2px) * 2.589), 130px);
    /*130px-90px (1920-375)*/
    --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
    /*120px-80px (1920-375)*/
    --px120s: clamp(50px, calc(50px + ((1vw - 3.75px) * 4.5307)), 120px);
    /*120px-50px (1920-375)*/
    --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
    /*100px-50px (1920-375)*/
    --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px);
    /*100px-40px (1920-375)*/
    --px100s: clamp(20px, calc(100px + ((1vw - 19.2px) * 5.178)), 100px);
    --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);
    /*96px-48px (1920-375)*/
    --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px);
    /*90px-30px (1920-375)*/
    --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);
    /*80px-60px (1920-375)*/
    --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px);
    /*80px-40px (1920-375)x*/
    --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px);
    /*60px-30px (1920-375)*/
    --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);
    /*80px-20px (1920-375)x*/
    --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
    /*60px-40px (1920-375)*/
    --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
    /*60px-30px (1920-375)*/
    --px60s: clamp(20px, calc(60px + ((1vw - 19.2px) * 2.589)), 60px);
    /*60px-20px (1920-375)*/
    --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
    /*50px-30px (1920-375) */
    --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);
    /*40px-30px (1920-375)*/
    --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
    /*40px-20px (1920-375)*/
    --px35: min(calc(35px + (1vw - 19.2px) * 1.2945), 35px);
    /*35px-15px (1920-375)*/
    --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
    /*30px-20px (1920-375)*/
    --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    /*30px-15px (1920-375)*/
    --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);
    /*24px-14px (1920-375)*/
    --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
    /*20px-10px (1920-375)*/
    --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);
    /*18px-14px (1920-375)*/
    --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);
    /*16px-14px (1920-375)*/
    --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);
    /*14px-12px (1920-375)*/
    --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);
    /*12px-11px (1920-375)*/
    /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
    --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);
    /*12rem-6rem (1920-375)*/
    --rem90: clamp(40px, calc(9rem + ((1vw - 19.2px) * 3.2362)), 90px);
    /*9rem-4rem (1920-375)x*/
    --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);
    /*8rem-6rem (1920-375)*/
    --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem);
    /*8rem-4rem (1920-375)x*/
    --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);
    /*7.2rem-4.2rem (1920-375)*/
    --rem70: min(calc(7rem + (1vw - 1.92rem) * 1.9417), 7rem);
    /*7rem-4.2rem (1920-375)*/
    --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
    /*6rem-3.6rem (1920-375)*/
    --rem60s: clamp(30px, calc(6rem + ((1vw - 19.2px) * 1.9417)), 60px);
    --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem);
    /*5.6rem-3.2rem (1920-375)*/
    --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);
    /*4.8rem-3.8rem*/
    --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
    /*4.8rem-2.4rem (1920-375)*/
    --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);
    /*4.2rem-3.2rem (1920-375)*/
    --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem);
    /*4.2rem-2.4rem (1920-375)*/
    --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);
    /*4.2rem-1.9rem (1920-375)*/
    --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);
    /*4rem-3rem (1920-375)*/
    --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);
    /*4rem-2rem (1920-375)*/
    --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);
    /*3.6rem-2.4rem (1920-375)*/
    --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);
    /*3rem-2.4rem (1920-375)*/
    --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);
    /*3rem-2rem (1920-375)*/
    --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);
    /*3rem-1.5rem (1920-375)*/
    --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem);
    /*2.8rem-1.8rem (1920-375)*/
    --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem);
    /*2.6rem-1.8rem (1920-375)*/
    --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);
    /*2.4rem-1.8rem (1920-375)*/
    --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);
    /*2.4rem-1.4rem (1920-375)*/
    --rem24s: clamp(14px, calc(2.4rem + ((1vw - 19.2px) * 0.7813)), 24px);
    --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
    /*2.2rem-1.6rem (1920-375)*/
    --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
    /*2rem-1.6rem (1920-375)*/
    --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);
    /*2rem-1.4rem (1920-375)*/
    --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
    /*1.8rem-1.4rem (1920-375)*/
    --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /*1.6rem-1.4rem (1920-375)*/
    --rem15: clamp(1.4rem, calc(1.5rem + ((1vw - 19.2px) * 0.0647)), 1.5rem);
    --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);
    /*1.4rem-1.2rem (1920-375)*/
    --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);
    /*1.2rem-1.1rem (1920-375)*/

    /* add */
    --rem45-20: clamp(2rem, calc(4.5rem + ((1vw - 19.2px) * 1.6181)), 4.5rem);
    --px40-8-pc: clamp(8px, calc(40px + ((1vw - 19.2px) * 3.5714)), 40px);
    --px180-50: clamp(50px, calc(180px + ((1vw - 19.2px) * 8.4142)), 180px);
}

html {
    scroll-behavior: smooth;

}


#header .logo {
    display: flex;
    align-items: center;
}

/* header navbar */
@media print,
screen and (min-width: 1024px) {
    #header .logo .logo-txt {
        font-size: clamp(14px, calc(2.2rem + ((1vw - 19.2px) * 0.8929)), 22px);
    }

    nav#mainNav ul li.pc_none {
        display: none;
    }

    #header {
        height: 100px;
        font-family: var(--font-family01);
        text-transform: uppercase;
    }

    #header .logo {
        display: flex;
        align-items: center;
        padding: 3px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
    }

    #header .logo img {
        max-width: 238px;
        max-height: 50px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        min-width: 50px;
        /* margin-left: clamp(1px, calc(40px + ((1vw - 19.2px) * 4.3527)), 40px); */
        backface-visibility: visible;
    }

    #header .logo .logo-img img {
        max-height: 74px;
        min-width: 50px;
    }

    #header .logo .logo-wrap {
        display: flex;
        align-items: center;
        margin-left: var(--px40-8-pc);
        gap: var(--px20);
    }

    #header .logo .logo-wrap a {
        display: block;
        position: relative;
    }


    .sticky-header #header-layout {
        height: 80px;
    }

    #header ul.header__contact {
        padding-left: clamp(10px, calc(30px + ((1vw - 19.2px) * 2.4554)), 30px);
    }

    #header ul.header__contact>li {
        /* margin-left: clamp(8px, calc(28px + ((1vw - 19.2px) * 1.3393)), 28px); */
    }

    #header ul.header__contact>li:last-child {
        /* margin-right: clamp(8px, calc(18px + ((1vw - 19.2px) * 1.3393)), 18px); */
    }

    nav#mainNav ul li.recruit-btn {
        margin-left: clamp(10px, calc(30px + ((1vw - 19.2px) * 2.4554)), 30px);
        display: flex;
        align-items: center;
        transition: all .3s ease;
    }

    nav#mainNav ul li.recruit-btn:hover a b {
        color: var(--color-secondary);
    }

    nav#mainNav ul li a {
        padding: var(--px20) clamp(8px, calc(30px + ((1vw - 19.2px) * 2.4554)), 30px);
        /* font-size: clamp(12px, calc(16px + ((1vw - 19.2px) * 1.5393)), 16px); */
    }

    nav#mainNav ul li a b {
        font-size: var(--rem18);
        font-family: var(--font-family02-en);
        font-weight: 200;
        line-height: 1;
        letter-spacing: 0;
        color: var(--header-color-font);
        margin-bottom: 1rem;
    }

    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-weight: 500;
        font-size: calc(var(--px12) + 1px);
        line-height: 1;
        letter-spacing: .05em;
    }

    nav#mainNav ul li.recruit-btn a b {
        font-weight: bold;
        color: var(--header-background);
        transition: all .3s ease;
    }

    #header a.head_btn::before {
        display: inline-block;
    }

    #header a.head_btn {
        /* border-radius: var(--px50); */
    }

    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        background: transparent;
        width: 100%;
        min-width: calc(var(--px240) - var(--px14));
        max-width: 240px;
        position: relative;
        padding: var(--px16) clamp(8px, calc(16px + ((1vw - 19.2px) * 2.4554)), 16px);
        /* height: 75px; */
    }

    #header a.head_btn.tel_btn .tel_text-sub {
        font-weight: bold;
        font-family: var(--font-family01);
        color: var(--header-color-font);
        font-size: var(--rem12);
        letter-spacing: 0;
    }

    #header a.head_btn.tel_btn .tel_text-sub .note {
        font-size: var(--rem12);
        /* font-family: var(--font-family02); */
        font-weight: 500;
    }

    #header a.head_btn.tel_btn .tel_text-sub .note b {
        font-weight: 500;
    }

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem24s);
        font-family: var(--font-family04-en);
        font-weight: 400;
        display: flex;
        align-items: center;
        letter-spacing: 0.05em;
        /* padding-right: .5em; */
    }

    #header a.head_btn.tel_btn::before {
        content: none;
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        display: inline-block;
        width: 1px;
        background: #AEAEAE;
    }

    #header a.head_btn.tel_btn .tel_icon::before {
        content: "\f095";
        font-family: "FontAwesome";
        font-size: .75em;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 4px;
        margin-right: 8px;
        color: var(--header-color-font);
    }

    #header a.head_btn.tel_btn:hover {
        color: var(--header-background);
        background: var(--header-color-primary);
    }

    #header a.head_btn.tel_btn:hover .tel_icon::before {
        color: inherit;
    }

    #header a.head_btn.tel_btn:hover .tel_text-sub {
        color: inherit;
    }

    #header a.head_btn.mail_btn .smaller-txt {
        display: block;
    }
	

    #header ul.header__contact li {
        padding: 0;
        /* margin-right: 10px; */
        display: flex;
        align-items: center;
    }

    #header a.head_btn.mail_btn,
    #header .recruit-btn>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--header-color-font);
        font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.2232), 1.6rem);
		padding: var(--px20) clamp(8px, calc(30px + ((1vw - 19.2px) * 2.4554)), 30px);
		min-width: var(--px140);
    }
	
	#header a.head_btn.mail_btn > b {
		display: block;
		font-size: var(--rem18);
        font-family: var(--font-family02-en);
        font-weight: 200;
        line-height: 1;
        letter-spacing: 0;
        color: var(--header-color-font);
        margin-bottom: 1rem;
	}
	#header a.head_btn.mail_btn > span {
		font-family: var(--font-family01);
        font-weight: 500;
        font-size: calc(var(--px12) + 1px);
        line-height: 1;
        letter-spacing: .05em;
		color: var(--header-color-font);
	}

    #header .recruit-btn>a {
        background: var(--header-color-second) !important;
        transition: .3s all ease;
    }

    #header .recruit-btn:hover>a {
        background: var(--header-background) !important;
        color: var(--header-color-font);
    }

    #header a.head_btn.line_btn {
        background: var(--header-color-second);
        color: var(--header-background);
        font-family: var(--font-family03-en);
        font-weight: bold;
        font-size: calc(var(--rem18) + 1px);
    }

    #header a.head_btn.mail_btn::before {
        content: none;
    }

    #header a.head_btn.line_btn::before {
        content: "\f3c0";
        font-weight: normal;
        font-size: var(--rem20);
    }

    #header a.head_btn.mail_btn:hover {
        color: var(--header-color-primary);
        background: var(--header-background);
    }

    #header a.head_btn.mail_btn:hover::before {
        color: var(--header-color-primary);
    }

    #header a.head_btn.mail_btn:hover span::before {
        color: var(--header-background);
    }

    nav#mainNav ul ul.sub-menu {
        min-width: max-content;
    }

    nav#mainNav ul li ul.sub-menu li a,
    nav#mainNav ul li ul.sub-menu li a:hover,
    nav#mainNav ul li.current-menu-item ul.sub-menu li a,
    nav#mainNav ul li ul.sub-menu li.current-menu-item a {
        min-width: max-content;
    }

    nav#mainNav ul li.current-menu-item.recruit-btn a b,
    nav#mainNav ul li.recruit-btn a:hover b,
    nav#mainNav ul li.recruit-btn a:active b,
    nav#mainNav ul li.recruit-btn.current-menu-parent a b {
        color: var(--color-secondary);
    }

    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: var(--header-background);
    }

    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: var(--header-color-primary);
    }

    nav#mainNav ul li a:active span,
    nav#mainNav ul li a:hover span,
    nav#mainNav ul li.current-menu-item a span,
    nav#mainNav ul li.current-menu-parent a span {
        color: var(--header-color-font);
    }
}


@media print,
screen and (max-width: 1300px) and (min-width: 1024px) {
    /* nav#mainNav ul li a {
        padding: var(--px20);
    } */

    #header a.head_btn.mail_btn,
    #header a.head_btn.tel_btn,
    #header .recruit-btn>a {
        /* min-width: fit-content; */
    }

    #header .logo .logo-txt {
        font-size: clamp(13px, calc(20px + ((1vw - 19.2px) * 1.3393)), 20px);
    }


}

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

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

    nav#mainNav ul li a:hover {
        background: var(--header-color-primary) !important;
        color: var(--color-font);
    }

    #header .logo .logo-txt {
        font-weight: bold;
        font-size: var(--rem24);
        color: var(--color-font);
        line-height: 1;
    }

    #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a {
        color: var(--color-primary);
    }
}

/* header navbar */
#thumbImg::before,
header#h1Header::before {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

/* newslistスタイル 基本パターン */
.postlist {
    .post_text {
        padding: 26px 0;
        font-weight: 400;
		font-size: var(--rem16);
		line-height: 2;
    }

    li {
        border-bottom: 1px solid #DDDDDD;
    }
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: var(--color-font);
    font-family: var(--font-family02);
    font-size: calc(var(--rem12) + 1px);
}

.postlist .time {
    padding-top: .5em;
    font-weight: 500;
}

#front_top_content,
#front_bottom_content {
    background: var(--color-background);
    padding: 0 0 var(--px120);
    color: var(--color-font);
}

/* footer */
#footer {
    background: url(/wp-content/uploads/footer-1.png);
    background-position: center;
    background-size: cover;
    padding: var(--px80) 0 var(--px60);
}

#footer .footer__logo img {

    max-height: var(--px50);
    max-width: 238px;
}

#footer .footer__logo:not(:last-child) {
    margin-bottom: var(--px30);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .logo-txt {
    margin-left: 0;
}

#footer .footnav {
    margin-bottom: var(--px16);
}


#footer .footnav ul {
    font-weight: 400;
}

#copyright {
    background: transparent;
}


/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
    content: "";
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

.content-inner {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* CTA */
#contact-bottom {
    clear: both;
}

.lh2 {
    line-height: 2;
}

.clr-FFF {
    color: var(--color-background) !important;
}

.clr-FF0 {
    color: #FF0000 !important;
}

.main-ttl.clr-FFF .en-ttl {
    color: inherit !important;
}

.main-ttl.clr-FFF::after {
    background: var(--color-background);
}

.fs22 {
    font-size: calc(var(--rem20) + 2px);
}

.fs50 {
    font-size: calc(var(--rem48) + 2px) !important;
}

body.home #contact-bottom {
    display: none;
}

.cta01 {
    background: var(--color-background);
    position: relative;
    z-index: 0;
    padding: var(--px120) 0;
}

.cta01::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: url(/wp-content/uploads/top-13.png) no-repeat center / cover;
}

.cta01::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: 1;
}

.cta01 .cta01_wrap {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 2;
}

.cta01 .cta01_wrap h2,
.cta01 .cta01_wrap h1,
.cta01 .cta01_wrap .main-ttl {
    text-align: center;
    margin-bottom: var(--px30);
}

.cta01 .cta01_wrap p {
    font-size: calc(var(--rem16) + 1px);
    font-weight: 500;
    color: var(--color-background);
    letter-spacing: .05em;
    line-height: 2;

}

.cta01 .ctabtnlist {
    justify-content: center;
    max-width: 678px;
	max-height: 167px;
    margin: var(--px60) auto 0 auto;
    gap: var(--px20);
}

.cta01 .ctabtnlist li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

.cta01 a.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: calc(var(--px70) + 2px) 0;
    text-align: center;
    box-sizing: border-box;
    color: var(--color-font);
    border-radius: 0;
    transition: all ease .15s;
    border: 0;
    background: var(--color-primary);
}

.cta01 a.item:hover {
    opacity: 0.8;
}

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

    .cta01 .ctabtnlist li,
    .cta01 .ctabtnlist a.item {
        width: 100%;
    }

    .cta01 .ctabtnlist li+li {
        margin-top: 1rem;
    }
}

/* ボタン共通パーツ */
.cta01 .btnttl {
    display: block;
    font-weight: 500;
}

.cta01 .infotxt {
    font-size: var(--rem16);
    font-weight: 400;
}

/* 電話ボタン */
.cta01 .telnum {
    font-size: var(--rem36);
    margin-bottom: 1rem;
    font-weight: 500;

}

.cta01 .telbtn .btnttl {
    font-size: var(--rem20);
    letter-spacing: .05em;
}

.cta01 a.telbtn {
    background: var(--color-secondary);
    color: #fff;
}

/* メールボタン */
.cta01 .mailbtn .btnttl {
    font-size: var(--rem24w);
    font-weight: 500;
}

.cta01 a.mailbtn {
    background: var(--color-primary);
    color: var(--color-font);
}

.cta01 a.mailbtn .infotxt {
    font-weight: 500;
}

/* LINEボタン */
.cta01 a.linebtn {
    background: #06C755;
    color: #fff;
}

.cta01 .linebtn .btnttl {
    font-size: var(--rem22w);
    font-weight: bold;
    margin-bottom: 0;
}

/* ボタンアイコン */
.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    margin-right: 1rem;
}

.cta01 .telnum::before {
    content: '\f095';
    font-size: var(--rem28);
}

.cta01 .mailbtn .btnttl::before {
    content: '\f0e0';
}

.cta01 .linebtn .btnttl::before {
    content: '\f3c0';
    font-weight: 400;
    font-size: var(--rem24w);
}

/* main title */
.main-ttl,
.post .main-ttl {
    font-weight: 500;
    font-size: var(--rem20w);
    letter-spacing: .05em;
    font-family: var(--font-family01);
    color: var(--color-font);
    margin: 0;
    margin-bottom: var(--px60);
    line-height: 1.6;
}

.main-ttl .en-ttl {
    display: block;
    color: var(--color-font);
    font-weight: 100;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: var(--rem70);
    font-family: var(--font-family02-en);
    line-height: 1;
    margin-bottom: var(--px20);
}

.main-ttl::after,
.post .main-ttl::after {
    content: none;
}

/* BTN */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: fit-content;
    letter-spacing: 0.05em;
    font-size: var(--rem14);
    font-family: var(--font-family01);
    font-weight: bold;
    color: var(--color-font);
    line-height: 1.4;
    background: transparent;
    padding: 1rem 30px 1rem 0;
	padding-right: calc(30px + 2em);
    /* padding: var(--rem24) var(--rem30) var(--rem24) var(--rem20); */
    /* border-radius: var(--px100); */
    border-radius: 0;
    border-bottom: 1px solid var(--color-font);
    transition: all .3s;
    z-index: 10;
    text-align: left;
}

.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after,
.post .subimitarea .linkBtn input[type="submit"]::after {
    content: '\f054';
    position: absolute;

    font-size: var(--rem12);
    font-weight: 900;
    color: var(--color-font);
    font-family: 'FontAwesome';
    font-weight: 400;
    line-height: 1.4;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    height: calc(var(--rem16) * 1.4);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all;
    z-index: 11;
    background: var(--color-primary);
    width: 30px;
    height: 30px;
}


.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-font);
    background: transparent;
    opacity: .7;
}

#content01 {
    background: var(--color-background);
    padding: var(--px120) 0;
}

.post .txtarea {
    font-family: var(--font-family01);
    font-weight: 400;
    line-height: 2.4;
    letter-spacing: 0;
    font-size: var(--rem16);
    color: var(--color-font);
}

.column03_wrap .txtarea {
    background: var(--color-background);
    display: flex;
    align-items: center;
    padding: var(--px80) var(--px20);
    margin: 0;

}

.column03_wrap .txtinner {
    margin: 0 auto;
}

.column03_wrap .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}

.column03_wrap .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
    .column03_wrap .txtarea {
        padding: var(--px40) 5%;
    }
}

.imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-layout {
    position: relative;
    aspect-ratio: 960 / 700;
}

#content01 .img1 {
    position: absolute;
    width: calc(544 / 960 * 100%);
    z-index: 1;
    aspect-ratio: 544 / 417;
    top: 0;
    left: 0;
}

#content01 .img2 {
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: 2;
    width: calc(553 / 960 * 100%);
    aspect-ratio: 553 / 369;
}

#content01 .img3 {
    position: absolute;
    width: calc(336 / 960 * 100%);
    right: 0;
    top: 15%;
    z-index: 3;
    aspect-ratio: 336 / 493;
}

#content02 {
    background: var(--color-background);
    padding: 0 0 var(--px120);
    position: relative;
    z-index: 0;
}

#content02::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: var(--px50);
    left: 0;
    background: url(/wp-content/uploads/top-4.png);
}

.post .col3_list>li .imgarea {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.post .col3_list>li .imgarea::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.post .col3_list>li .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .col3_list>li {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.post .col3_list .txtarea {
    padding: var(--px60) var(--px20);
    z-index: 2;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.post .col3_list .txtinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*---------column04-----------*/

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

.post .col3_list {
    display: flex;
    gap: var(--px35);
    justify-content: flex-start;
    flex-wrap: wrap;
}

.post .col3_list>li>a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    overflow: hidden;
}

.post .col3_list li a:hover .imgarea {
    transform: translateY(0px) scale(1.05);
}

.post .col3_list li a:hover .imgarea img {
    transform: scale(1.05);
	opacity: 1;
}

.post .col3_list>li {
    width: calc((100% - (var(--px35) * 2)) / 3);
}

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

    .post .col3_list>li {
        width: calc((100% - (var(--px35)* 1)) / 2);
    }
}

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

    .post .col3_list>li {
        width: 100%;
    }

    .post .col3_list>li .imgarea {
        aspect-ratio: 644 / 325;
    }
}

#content02 .linkBtn {
    background: transparent;
}

#content02 .linkBtn::after {
    background: var(--color-background);
}

#content03 {
    background: var(--color-background);
    padding: var(--px120) 0;
    margin: 0 auto;
}

#content03 .txtarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--px80);
}

.shop-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 100%;
    margin: 0 auto;
}

.shop-list a {
    display: block;
}

.shop-list a:hover img {
    opacity: 0.7;
}

.shop-list__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 380 / 280;
}

.shop-list__item p {
    text-align: center;
    font-size: var(--rem20w);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-top: var(--px20);
}

@media print,
screen and (max-width: 1023px) {
    #content03 .txtarea {
        flex-direction: column;
        gap: 0;
    }

    .shop-list {
        grid-template-columns: repeat(2, 1fr);
		gap: 20px;
    }
}

@media print,
screen and (max-width: 500px) {
    .shop-list {
        grid-template-columns: 1fr;
    }
}

#content04 {
    background: var(--color-background);
    padding: 0 0;
}

#content04 .content-inner {
    padding: var(--px120) 0;
    position: relative;
}

#content04 .content-inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/top-11.png);
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.post .txtstyle03 {
    font-family: var(--font-family01);
    font-weight: 400;
    font-size: var(--rem16);
    line-height: 2;
    letter-spacing: 0;
    color: var(--color-font);
}

#content05 {
    background: var(--color-background);
    padding: var(--px120) 0;
}

#content05 .imgarea {
    aspect-ratio: 960 / 707;
    overflow: hidden;
}

.post .txtstyle02 {
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: var(--rem30w);
    line-height: 1.8;
    letter-spacing: 0;
}

#content05 .txtarea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 var(--px20);
}

.content01 .txtstyle02 {
    font-size: calc(var(--rem30w) + 2px);
}

.content01 .txtstyle04 {
    font-family: var(--font-family01);
    font-weight: 400;
    font-size: var(--rem24w);
    letter-spacing: 0;
    color: var(--color-primary);
    line-height: 1.5;
}

table {
    border: none;
}

table:first-child,
.post table:first-child {
    margin-top: 0;
}

.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
    border-color: var(--color-table-border);
}

.post table.table_style02 {
    margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
    /* 30-20px (1920-375) */
}


.post table.table_style02 th,
.post table.table_style02 td {
    font-size: var(--rem16);
    padding: var(--px30) var(--px24);
    line-height: 2;
    letter-spacing: 0;
    /* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
    width: 29%;
    font-weight: bold;
    background: var(--color-font);
    color: var(--color-background);
    font-family: var(--font-family01);
    align-content: center;
}

.post table.table_style02 td {
    background: transparent;
    color: var(--color-font);
    font-family: var(--font-family01);
    font-weight: 400;
}

.post table.table_style02:first-child {
    margin-top: 0;
}

.post table.table_style02:last-child {
    margin-bottom: 0;
}

.content03 .flexbox {
    gap: var(--px40);
}

.post .jp-ttl {
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: var(--rem30w);
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    padding: .2em .6em;
    border: none;
    margin: 0;
}

.post .jp-ttl::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-primary);
}

.googlemap {
    margin: var(--px30) 0;
    padding-bottom: 70%;
}

.post h3:has(>span) {
    padding: 0 0 var(--px24) 0;
    font-size: var(--rem20w);
    font-weight: 350;
    font-family: var(--font-family01);
    letter-spacing: 0;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    margin: 0;
}

.post h3:has(>span) span {
    font-family: var(--font-family02-en);
    font-weight: 100;
    font-size: var(--rem40w);
    line-height: 1;
    letter-spacing: 0;
    margin-right: .5em;
}

#sevice-pg .content01 .txtinner {
    max-width: 875px;
    margin: 0 auto;
    width: 100%;
}

#sevice-pg .content01 .imgarea {
/*     width: 100%;
    max-width: 672px;
    margin: var(--px60) auto; */
}

#sevice-pg .content01 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     display: block; */
}

.post .sub-ttl {
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: var(--rem30w);
    line-height: 1.8;
    letter-spacing: 0;
}

.post .sub-ttl .en-ttl {
    display: block;
    font-size: var(--rem40w);
}

.btn-wrapper {
    background: url(/wp-content/uploads/service-2.png);
    background-position: center;
    background-size: cover;
    padding: var(--px100) 0;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
}

.btn-wrapper__inner {
    background: rgba(255, 255, 255, 0.79);
    max-width: 694px;
    margin: 0 auto;
    padding: var(--px60) 0;
}

.btn-wrapper__btn {
    display: inline-block;
    font-family: var(--font-family01);
    font-size: var(--rem20w);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-background);
    padding: var(--px24) var(--px20);
    max-width: 365px;
    width: 100%;
    background: var(--color-font);
}

.btn-wrapper a:hover {
    color: var(--color-background);
    opacity: 0.8;
}

.service-design .flexbox .txtarea {
/*     padding: var(--px20) var(--px40); */
}

@media print,
screen and (max-width:768px) {
    .service-design .flexbox .txtarea {
        padding: var(--px40) 5%;
    }
}

.fs24 {
    font-size: var(--rem24w) !important;
}

#shop-pg .shop-list {
    gap: 20px;
}

.shop-list a:hover {
    opacity: .7;
}

#shop-pg .shop-list__item {
    background: var(--color-font);
    padding: var(--px24) 0;
}

#shop-pg .shop-list__item p {
    margin: 0;
    color: var(--color-background);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}

.post .branch-shop-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
    gap: var(--px60);
}

.branch-shop-list .txtstyle02 {
    font-weight: 500;
    font-size: var(--rem24w);
    line-height: 1.5;
    letter-spacing: 0;
	display: flex;
    align-items: center; 
    justify-content: center;
	min-height: 3em;
}

.branch-shop-list .imgarea {
    width: 100%;
    aspect-ratio: 573 / 392;
    overflow: hidden;
}

.post .table-info {
    border: 0;
    margin: 0;
}

.post .table-info th,
.post .table-info td {
    font-size: var(--rem16);
    background: none;
    border: 0;
    padding: 0;
    padding: 1em 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 1px solid var(--color-border);
}

.post .table-info th {
    width: 24%
}

.post .table-info td .googlemap {
    display: block;
    margin-top: 1rem;
    font-size: var(--rem12);
    line-height: 1.25;
    color: var(--color-background);
    font-weight: 500;
    background: var(--color-primary);
    padding: .6em 1.2em;
    width: fit-content;
    height: 100%;
}

.post .table-info td .indent {
    display: flex;
    gap: .4em;
}

.post .table-info td .indent p:first-child {
    white-space: nowrap;
}

.post .table-info td .branch-shop-list__logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 8px;           
    align-items: center; 
    width: 100%;       
}

.post .table-info td .branch-shop-list__logo a {
    display: flex;
    flex-shrink: 0;   
    justify-content: center;
}

.post .table-info td .imgarea {
    width: 100%;
}

.post .table-info td img {
    width: 100%;
    height: auto;
    display: block;
	object-fit: ontain;
}

.post .table-info td .img1 {
    aspect-ratio: 96 / 25;
}

.post .table-info td .img2 {
    aspect-ratio: 64 / 22;
}

.post .table-info td .img3 {
    aspect-ratio: 69 / 21;
}

.post .table-info td .img4 {
    aspect-ratio: 68 / 20;
}

.post .table-info td .img5 {
    aspect-ratio: 84 / 21;
}

.post .table-info td .img6 {
    aspect-ratio: 67 / 24;
}

.post .table-info td .img7 {
    aspect-ratio: 85 / 22;
}
@media print, 
       screen and (min-width: 769px) and (max-width: 1023px) {
    .branch-shop-list .txtstyle02 {
        min-height: 4.4em;
    }
}
@media print,
screen and (max-width: 768px) {
    .post .branch-shop-list {
        grid-template-columns: 1fr;
    }
}

#fc-pg .content01 .txtarea {
    padding: var(--px40) var(--px20);
    margin: 0 auto;
}

#fc-pg .content01 .imgarea {
    aspect-ratio: 620 / 387;
}

#fc-pg .content01 .txtstyle03 {
    font-size: var(--rem24w);
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: var(--px20);
    border-bottom: 1px solid var(--color-border);
}

@media print,
screen and (max-width: 768px) {
    #fc-pg .content01 .txtarea {
        padding: var(--px40) 5%;
    }
}

.post .process-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    gap: 18px;
}

.process-list .process-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-font);
    color: var(--color-background);
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: var(--rem18);
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    padding: var(--px50) var(--px20);
    gap: 16px;
}

.process-list .process-list__step {
    font-family: var(--font-family02-en);
    font-size: var(--rem20w);
    font-weight: 800;
    color: var(--color-primary);
    white-space: nowrap;
}

@media print,
screen and (max-width: 768px) {
    .post .process-list {
        grid-template-columns: 1fr;
    }

    .process-list .process-list__item {
        flex-direction: row;
        padding: var(--px40) var(--px50);
        gap: 48px;
    }
	
}
@media print,
screen and (max-width: 500px) {
    .process-list .process-list__item {
        flex-direction: row;
        padding: var(--px40) var(--px24);
        gap: 28px;
    }
}

.wpcf7-form .must {
    background: #ff0000;
}

.wpcf7-form table.responsive th {
    border: 0;
    background: var(--color-background);
    color: var(--color-font);
    padding: var(--rem26w) var(--rem16);
	width: 30%;
}

.wpcf7-form table.responsive td {
    border: 0;
    background: var(--color-background);
    color: var(--color-font);
    padding: var(--rem26w) var(--rem16);
}

.wpcf7-form table.responsive {
    border: 0;
}

.wpcf7-form table.responsive tr {
    border-bottom: 1px solid var(--color-border);
}

.wpcf7-form table.table_style03 tr:first-child {
    border-top: 1px solid var(--color-border);
}

.wpcf7-form table.table_inquir th, .wpcf7-form table.table_inquir td{
    background: #F3F3F3;

}
.wpcf7-form table.table_inquir tr:last-child {
    border-bottom: 0;
}
.wpcf7-form table.table_inquir tr:first-child{
    border-bottom: 0;
}
.wpcf7-form table.table_style03 tr:last-child {
    border-bottom: 0;
}
.wpcf7-form .linkBtn::after {
    top: 50%;
}

.wpcf7-form .linkBtn {
    border: none;
    cursor: pointer;
	padding: 0 0;
}

#content04 .content-inner {
		padding: var(--px120) var(--px40);
	}