@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --color-background02: #F2F2F2;
    --clr-FADCE7: #FADCE7;
    --clr-FFF600: #FFF600;
    --clr-EBF7D1: #EBF7D1;
    --clr-000: #000;
    --color-font: #111111;
    --color-font01: #333333;
    --color-primary: #BD1420;
    --color-primary-tint: #FFE500;
    --color-table-border: #CCCCCC;
    --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: #444444;
    --header-color-font2: #333333;
    --header-color-primary: #BD1420;
    --header-color-border: #AEAEAE;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #333333;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;

    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Lato", "Noto Sans JP", sans-serif;
    --font-family03: "Noto Serif JP", "Noto Sans JP", sans-serif;
    --font-family04: "Bebas Neue", "Noto Sans JP", sans-serif;
    --font-family05: "Inter", "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 .logo img {
    max-height: 80px;
    width: auto;
}

/* 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-family02);
        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: 300px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    min-width: 50px;
    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-family: var(--font-family01);
        font-size: clamp(13px, calc(16px + ((1vw - 19.2px) * 0.4)), 16px);
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0;
        color: var(--header-color-font);
    }

    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: 269px;
        position: relative;
        padding: var(--px16) clamp(8px, calc(-5.714px + 1.339vw), 20px);
        /* height: 75px; */
    }

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

    #header a.head_btn.tel_btn .tel_text-sub .note {
        font-size: calc(var(--rem12) + 1px);
        font-weight: 400;
    }

    #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(--rem28);
        font-family: var(--font-family02);
        font-weight: 500;
        display: flex;
        align-items: center;
        letter-spacing: 0;
        /* padding-right: .5em; */
    }

    #header a.head_btn.tel_btn::before {
        content: '';
        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;
        line-height: 1.4;
        margin-top: 4px;
        margin-right: 8px;
        color: var(--header-color-font2);
    }

    #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 {
        font-family: var(--font-family01);
        flex-direction: row;
        text-align: center;
        line-height: 1.1;
        min-width: calc(var(--px180) + 10px);
        background: var(--header-color-primary);
        color: var(--header-background);
        padding: var(--px16) clamp(10px, calc(-1.429px + 1.116vw), 20px);
        font-size: var(--rem14);
        font-weight: bold;
        letter-spacing: 0;
        border-radius: 0;
    }

    #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: "\f0e0";
        font-family: "FontAwesome";
        font-size: var(--rem20);
        font-weight: 400;
        line-height: 1;
        /* margin-top: 4px; */
        /* margin-right: 8px; */
        color: var(--color-background);
        margin-right: 10px;
        margin-bottom: 0;
    }

    #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-color-primary);
    }

    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-background);
    }
}


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

@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-background);
    }

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

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

#thumbImg::before,
header#h1Header::before {
    opacity: .5;
}
/* @media print,
screen and (min-width: 1200px) {
	#mainImg .n2-section-smartslider .main-wrap__ttl .n2-ss-item-content p{
		font-size: clamp(140px, calc(33.333px + 8.889vw), 204px);
	}
	#mainImg .n2-section-smartslider .main-wrap__sub-ttl .n2-ss-item-content{
		font-size: clamp(60px, calc(-6.667px + 5.556vw), 100px);
	}
	#mainImg .n2-section-smartslider .main-wrap__sub-note .n2-ss-item-content p{
		font-size: clamp(24px, calc(14px + 0.833vw), 30px);
	}
} */
/* header navbar */
#mainImg {
    width: 100%;
    height: 100%;
    position: relative;
}

#mainImg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #333333;
    width: 70%;
}


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

    #sp-header .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #sp-header .logo img {
        max-width: 220px;
        max-height: 60px;
        width: auto;
        height: auto;
    }

}


/* newslistスタイル 基本パターン */
.postlist {
    .post_text {
        padding: 26px 0;
        font-weight: 500;
    }

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: var(--color-primary);
    font-family: var(--font-family01);
    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);
}

#front_top_content .linkBtn,
#front_bottom_content .linkBtn {
    max-width: 300px !important;
}

/* footer */
#footer {
    padding: var(--px80) var(--px20) var(--px60);
}

#footer .footer__logo img {

    max-height: 130px;
    max-width: 168px;
    min-width: 50px;
}

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

#footer .logo-txt {
    margin-left: 0;
    font-family: var(--font-family03);
    font-weight: 600;
    color: var(--footer-color-font);
    margin-top: 1rem;
	font-size: var(--rem22w);
}

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


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

#copyright {
    font-weight: 300;
}

/**------------------------------------------
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;
}

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

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

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-19.png) no-repeat center / cover;
    filter: blur(12px);
}

.cta01::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: rgba(51, 51, 51, 0.7);
}

.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(--px80);
}

.cta01 .cta01_wrap p {
    font-size: var(--rem20);
    font-weight: 400;
    color: var(--color-font);
    letter-spacing: 0;
    line-height: 2;
}

.cta01 .ctabtnlist {
    justify-content: center;
    max-width: 1240px;
    margin: var(--px60) auto 0 auto;
}

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

.cta01 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: var(--color-font01);
    border-radius: 0;
    transition: all ease .15s;
    border: 0;
    background: transparent;
}

.cta01 a.item:hover, .cta01 a.mailbtn: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: bold;
}

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

/* 電話ボタン */
.cta01 .telnum {
    font-size: var(--rem36);
    margin-bottom: 1rem;
    font-weight: bold;
    letter-spacing: .09em;
}

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

.cta01 a.telbtn {
    background: var(--color-primary);
    color: #FCFCFC;
}

.cta01 .mailarea.item {
    background: #fff;
}

.cta01 a.mailbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 356px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}

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

.cta01 .mailarea .btnttl {
    font-size: var(--rem20);
    letter-spacing: .05em;
    margin-bottom: 1rem;
}

.cta01 .mailarea .infotxt {
    font-weight: 500;
}

.cta01 a.mailbtn::before,
.cta01 .telnum::before {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1rem;
}

.cta01 .telnum::before {
    content: '\f3cd';
    font-size: clamp(20px, calc(17.555px + 0.752vw), 32px);
    color: var(--color-background);
}

.cta01 a.mailbtn::before {
    content: '\f0e0';
    color: var(--color-background);
}

/* main title */
.main-ttl,
.post .main-ttl {
    font-weight: bold;
    font-size: clamp(16px, calc(14.058px + 0.518vw), 24px);
    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-primary);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: var(--px100w);
    font-family: var(--font-family04);
    line-height: 1;
    margin-bottom: var(--px20);
}

.main-ttl::after,
.post .main-ttl::after {
    content: '';
    width: 4.2em;
    height: 2px;
    background: var(--color-primary);
    margin: var(--px20) auto 0;
}

.post .main-ttl.txt_l::after {
    margin: var(--px20) 0;
}

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

.lh2 {
    line-height: 2;
}

.lh2-5 {
    line-height: 2.5;
}

@media print,
screen and (max-width: 768px) {
    .lh2-5 {
        line-height: 2;
    }
}

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

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

#content01 .flexbox .imgarea {
    aspect-ratio: 960 / 700;
    overflow: hidden;
}

@media print,
screen and (min-width: 1024px) {
    #content01 .txtinner {
        max-width: 640px;
        margin: 0 auto;
    }
}


.content-wrap .txtarea {
    font-family: var(--font-family01);
    font-weight: 400;
    font-size: var(--rem16);
    line-height: 2;
    letter-spacing: 0;

}

#content01 .txtarea {
    padding: var(--px60) var(--px40);
    margin: auto;
    line-height: 2.4;
}

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



/* BTN */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-size: var(--rem16);
    color: var(--color-background);
    text-align: center;
    background: var(--color-primary);
    padding: var(--rem24) var(--rem30) var(--rem24) var(--rem20);
    margin: var(--px60) auto 0;
    border: 0;
    border-radius: 0;
    transition: all .3s;
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    border-bottom: 2px solid var(--color-background);
    border-right: 2px solid var(--color-background);
}

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

.subimitarea>.linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

#content02 {
    padding: var(--px120) 0;
    background: url(/wp-content/uploads/top-2.png) no-repeat center / cover;
}

#content02 .content-inner {
    max-width: 1400px;
}

#content02 .col3_list>li .imgarea {
    position: relative;
    aspect-ratio: 420 / 454;
    overflow: hidden;
    z-index: 0;
}

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

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

#content02 .col3_list .txtarea {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--px100) var(--px50);
    font-family: var(--font-family05);
    font-size: var(--rem16);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

#content02 .col3_list .txtstyle03 {
    font-family: var(--font-family01);
    font-size: var(--rem26w);
    font-weight: bold;
}

/*---------column04-----------*/
.col3_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

#content02 .col3_list {
    display: flex;
    gap: var(--px50);
    justify-content: space-between;
    flex-wrap: wrap;
}

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

@media print,
screen and (min-width: 769px) {
    #content02 .col3_list .txtstyle03 {
        font-size: clamp(20px, calc(15.991px + 0.521vw), 26px);
    }

}

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

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

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

#content03 {
    padding: var(--px120) 0;
    position: relative;
    background: url(/wp-content/uploads/top-6.png) no-repeat center / cover;
}

#content03::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--clr-000);
    opacity: .6;
}

#content03 .col3_list {
    display: flex;
    gap: var(--px50);
    justify-content: space-between;
    flex-wrap: wrap;
}

#content03 .col3_list>li {
    width: calc((100% - (var(--px50) * 2)) / 3);
    border-radius: 20px;
    background: var(--color-background);
    padding: 3rem 2rem;
}

#content03 .col3_list .imgarea {
    aspect-ratio: 220 / 220;
    overflow: hidden;
    max-width: fit-content;
    margin: 0 auto;
}

#content03 .col3_list .txtarea {
    line-height: 1.7;
}

#content03 .col3_list .txtstyle03 {
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: var(--rem22w);
    line-height: 1.5;
    color: var(--color-font01);
    padding: var(--px20) 0 var(--px24);
}

#content03 .col3_list .txtstyle03::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 3.7em;
    height: 4px;
    background: var(--color-primary-tint);
    border-radius: 100px;
    margin: var(--px24) auto 0;
    bottom: 0;
    left: 0;
}

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

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

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

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

#content04 .recruit-flex .imgarea {
    aspect-ratio: 620 / 522;
    overflow: hidden;
}

@media print,
screen and (min-width: 1024px) {
    #content04 .recruit-flex .txtinner {
        max-width: 540px;
        margin: 0 auto;
    }
}

#content04 .recruit-flex .txtarea {
    padding: var(--px80) var(--px40);
    color: var(--clr-000);
}

@media print,
screen and (max-width: 768px) {
    #content04 .recruit-flex .txtarea {
        padding: var(--px80) 5%;
    }
}

#content04 .recruit-flex .main-ttl {
    line-height: .08em;
}

#content04 .recruit-flex .main-ttl .en-ttl {
    font-size: var(--px50);
    line-height: .8em;
}

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

#content05 .txtinner {
    max-width: 960px;
    margin: 0 auto;
}

/*---------column04-----------*/
.col4_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

#content05 .col4_list {
    display: flex;
    gap: var(--px40);
    justify-content: space-between;
    flex-wrap: wrap;
}

#content05 .col4_list>li {
    width: calc((100% - (var(--px40) * 3)) / 4);
}

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

    #content05 .col4_list>li {
        width: calc((100% - (var(--px40)* 2)) / 3);
    }
}

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

    #content05 .col4_list>li {
        width: calc((100% - (var(--px40)* 1)) / 2);
    }
}

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

#content05 .col4_list .imgarea {
    aspect-ratio: 280 / 225;
    overflow: hidden;
}

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

.post .big-ttl {
    font-size: var(--rem30w);
    color: var(--color-font01);
}

.post .big-ttl::after {
    background: var(--color-font01);
}

.content01 .txtstyle02,
.content04 .txtstyle02 {
    font-size: clamp(16px, calc(13.816px + 0.583vw), 25px);
    font-weight: bold;
    color: var(--color-font01);
    line-height: 1.4;
}

.content-wrap .txtarea {
    font-size: var(--rem16);
    font-weight: 400;
    line-height: 2;
}

.content02 .company-greet {
    gap: var(--px60);
}

.content02 .company-greet .imgarea {
    aspect-ratio: 419 / 412;
    overflow: hidden;
}

.content02 .company-greet .txtarea {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media print,
screen and (min-width: 1024px) {
    .content02 .company-greet .txtinner {
        max-width: 744px;
        margin: auto;
    }
}

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

.content02 .company-greet .txtstyle03 {
    font-size: var(--rem20w);
    font-weight: bold;
    line-height: 1.75;
}

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: 1.8;
    letter-spacing: .05em;
    vertical-align: middle;
    /* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
    width: 30%;
    font-weight: bold;
    background: var(--color-primary);
    color: var(--color-background);
    font-family: var(--font-family01);
}

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

.content04 .company-map {
    display: flex;
    align-items: center;
}

.content04 .company-map::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 1.8em;
    background: var(--color-primary);
    margin-right: 1rem;
}

.content01 .business-sub_ttl {
    font-size: var(--rem20w);
    line-height: 1.5;
}

.fs15 {
    font-size: var(--rem15) !important;
}

.post .business-ttl {
    font-size: var(--rem20w);
    font-weight: bold;
    padding: 0 0 1.3em;
    margin: 0;
    border-bottom: 1px solid var(--color-font01);
}

.post .business-ttl .business-en_ttl {
    display: block;
    color: var(--color-primary);
}

.business-flex .txtstyle03 {
    font-weight: bold;
    font-size: var(--rem16);
}

.business-flex .txtarea {
    line-height: 1.875;
    padding: var(--px60) var(--px20);
}

.business-flex .imgarea {
    aspect-ratio: 620 / 387;
    overflow: hidden;
}

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

.post .company-appeal_ttl {
    font-size: calc(var(--rem24w) + 1px);
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 1.2em .2em;
    border-bottom: 1px solid var(--color-font);
}

.post .company-appeal_ttl .num-ttl {
    display: inline-block;
    font-size: clamp(40px, calc(33.932px + 1.618vw), 65px);
    color: var(--color-primary);
    margin-right: 1rem;
}

.post .company-appeal_ttl .company-appeal_jp-ttl {
    padding: var(--px30) 0 var(--px20);
}

.company-appeal__flex .txtarea {
    padding: var(--px60) var(--px30);
    line-height: 2.2;
}

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

.company-appeal__flex .txtstyle02 {
    font-size: clamp(16px, calc(13.816px + 0.583vw), 25px);
    font-weight: bold;
}

.company-appeal__flex .txtstyle03 {
    font-size: var(--rem16);
    font-weight: bold;
    line-height: 1.56;
}

.company-appeal__flex .imgarea {
    aspect-ratio: 620 / 387;
    overflow: hidden;
}

.content03 .txtstyle02 {
    font-size: var(--rem20w);
    font-weight: bold;
    color: var(--color-font01);
    line-height: 1.5;
}

.content03 .company-appeal_ctabtn {
    justify-content: center;
    gap: var(--px50);
    max-width: 608px;
    margin: 0 auto;
}

.company-appeal_ctabtn>li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}

@media print,
screen and (max-width: 768px) {
    .company-appeal_ctabtn>li {
        width: 100%;
    }

    .company-appeal_ctabtn li+li {
        margin-top: 1rem;
    }
}

.company-appeal_ctabtn .company-appeal_btn {
    max-width: 279px;
    width: 100%;
    border-radius: 100px;
    margin: 0 auto;
}

#recruit-pg .content01 .imgarea {
    aspect-ratio: 730 / 407;
    overflow: hidden;
    max-width: 730px;
    margin: 0 auto;
}

.marker.yellow {
    background: linear-gradient(transparent 60%, var(--color-primary) 60%);
    padding: 0 .4em .4em;
    width: fit-content;
}

.content01 .recruit-ttl {
    font-size: var(--rem20w);
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0 auto;
}

.content01 .recruit-sub_ttl {
    font-family: var(--font-family05);
    font-weight: 400;
    font-size: var(--rem20w);
    line-height: 2.5;
    letter-spacing: .3em;
}

.post .recruit-jp_ttl {
    font-size: calc(var(--rem24w) + 1px);
    font-weight: bold;
    padding: 0 var(--px30) var(--px24);
    border-bottom: 1px solid var(--color-font);
}

.content03 .recruit-contact {
    background: #F5F5F5;
    padding: var(--px80) var(--px40);
}

.content03 .recruit-contact .txtarea {
    line-height: 1.875;
}

.recruit-contact .recruitBtn {
    max-width: 289px;
    margin: var(--px40) auto 0;
}

.recruit-contact .recruitBtn::after {
    content: none;
}

@media print,
screen and (max-width: 768px) {
    .content03 .recruit-contact {
        padding: var(--px80) 5%;
    }
}

.content01 .employee-interview_list {
    display: flex;
    gap: var(--px24);
    justify-content: space-between;
    flex-wrap: wrap;
}

.content01 .employee-interview_list .imgarea {
    aspect-ratio: 394 / 274;
    overflow: hidden;
}

.content01 .employee-interview_list>li {
    width: calc((100% - (var(--px24) * 2)) / 3);
}

.content01 .employee-interview_list::before {
    content: "";
    display: block;
    width: calc(100% / 3 - var(--px24));
    order: 1;
}

.content01 .employee-interview_list:after {
    content: "";
    display: block;
    width: calc((100% - (var(--px24) * 2)) / 3);
    order: 2;
}

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

    .content01 .employee-interview_list>li {
        width: calc((100% - (var(--px24)* 1)) / 2);
    }
}

.employee-interview_voice {
    background: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: var(--px60) var(--px40);
}

.employee-interview_voice .employee-interview_voice-job {
    font-weight: bold;
    font-size: var(--rem20);
    padding: 0 var(--px30) var(--px24);
}

.employee-interview_voice .employee-interview_voice-join {
    font-size: var(--rem18);
}

.employee-interview_voice .voice-job_ttl {
    padding-bottom: var(--px24);
    border-bottom: 1px dashed var(--clr-000);
    margin-bottom: var(--px24);
}

.employee-interview_voice .txtarea {
    background: var(--color-background);
    border-radius: 10px;
    padding: var(--px30);
}

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

.wpcf7-form table.responsive th {
    border: 0;
    background: var(--color-primary);
    color: #fff;
    padding: var(--rem26w) var(--rem16);
}

.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: 1px solid var(--color-table-border);
}