@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --color-background02: #F6F6F6;
    --color-background-op70: #ffffffB3;
    --clr-FADCE7: #FADCE7;
    --clr-FFF600: #FFF600;
    --clr-EBF7D1: #EBF7D1;
    --clr-000: #000;
    --color-font: #272727;
    --color-font01: #111111;
    --color-primary: #89B021;
    --color-primary-shade: #89B021;
    --color-primary-tint: #89B021;
    --color-secondary: #3C3F39;
    --color-tertiary: #4EA8E0;
    --color-tertiary-shade: #2586C3;
    --color-table-border: #DDDDDD;
    --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: 1240px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
    --header-background: #FFFFFF;
    --header-color-font: #272727;
    --header-color-primary: #89B021;
    --header-color-second: #74D495;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #F3F3F3;
    --footer-color-font: #272727;
    --footer-color-primary: #111111;

    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Roboto", "Noto Sans JP", sans-serif;
    --font-family03-en: "EB Garamond", "Noto Sans JP", sans-serif;
    --font-family03: "Zen Old Mincho", "Noto Sans JP", sans-serif;
    --font-family04: "Roboto Condensed", "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;
}

.logo-txt {
    font-weight: normal;
    font-size: var(--rem24w);
    color: var(--header-color-font);
    line-height: 1.4;
    letter-spacing: -.05em;
    font-family: var(--font-family01);
    min-width: fit-content;
    margin-left: var(--px14);
}

.logo-txt>span {
    font-size: 1.23em;
    font-family: var(--font-family03-en);
    text-transform: lowercase;
    font-weight: 600;
    margin-left: .27em;
    letter-spacing: 0;
}

/* 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: 10px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
    }

    body.mobile #header .logo img,
    #header .logo img {
        max-width: 253px;
        max-height: 60px;
        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(5px, calc(30px + ((1vw - 19.2px) * 2.7902)), 30px);
    }

    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(5px, calc(30px + ((1vw - 19.2px) * 2.7902)), 30px);
    }

    nav#mainNav ul li a b {
        font-size: clamp(11px, calc(16px + ((1vw - 19.2px) * 0.558)), 16px);
        font-weight: 400;
        line-height: 1.2;
        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: var(--color-background);
        min-width: var(--px240);
        position: relative;
        padding: var(--px16) clamp(5px, calc(20px + ((1vw - 19.2px) * 1.6741)), 20px);
        /* height: 75px; */
		box-shadow: inset 0 0 0 1px var(--header-background);
    }


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

    #header a.head_btn .tel_text-sub .note {
        font-size: clamp(10px, calc(12px + ((1vw - 19.2px) * 0.2232)), 12px);
    }

    #header a.head_btn .tel_text-sub .note b {
        font-weight: 500;
        font-size: clamp(10px, calc(12px + ((1vw - 19.2px) * 0.2232)), 12px);
    }

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem24w);
        font-family: var(--font-family02);
        font-weight: 700;
        display: flex;
        align-items: center;
        letter-spacing: 0;
        line-height: 1.2;
        /* 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: var(--rem18);
        line-height: 1.4;
        margin-top: 2px;
        margin-right: 8px;
        color: var(--header-color-primary);
    }

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

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

    #header a.head_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 {
        flex-direction: row;
        text-align: center;
        line-height: 1.2;
        min-width: calc(var(--px180) + 10px);
        background: var(--header-color-primary);
        color: var(--header-background);
        padding: var(--px16) clamp(10px, calc(30px + ((1vw - 19.2px) * 2.2321)), 30px);
        font-size: clamp(11px, calc(14px + ((1vw - 19.2px) * 0.3348)), 14px);
        font-weight: 700;
        letter-spacing: 0;
        border-radius: 0;
        box-shadow: inset 0 0 0 1px var(--header-color-primary);
    }

    #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.2;
        color: var(--color-background);
        margin-right: 10px;
        margin-bottom: 0;
    }

    #header a.head_btn.line_btn::before {
        content: "\f3c0";
        font-weight: normal;
        font-size: 2em;
    }

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


@media print,
screen and (max-width: 1300px) and (min-width: 1024px) {

    #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(--color-font);
        line-height: 1;
    }
}

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

#thumbImg::before,
header#h1Header::before {
    content: none;
}

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

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: var(--color-primary);
    font-family: var(--font-family01);
    font-size: var(--rem12);
}

.postlist .ttls,
.postlist .date {
    font-size: 100%;
    line-height: 2;
}

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

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

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

#footer .footer__logo img {

    max-height: 80px;
    max-width: 273px;
    min-height: 60px;
}

#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:not(:last-child) {
    margin-bottom: 0;
}

#footer .socialicon {
    margin-bottom: var(--px20);
}

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

#copyright {
    font-weight: 300;
}

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

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


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


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

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

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

.cta01::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 92%;
    width: 100%;
    background: var(--color-secondary);
    z-index: 1;
}

.cta01::after {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 72%;
    width: 100%;
    background: rgba(24, 118, 57, 0.88);
    z-index: 2;
}

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

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

.cta01 .cta01_wrap h2::before {
    background: url(/wp-content/uploads/top-11.png) no-repeat center / contain;
}

.cta01 .cta01_wrap p {
    font-size: var(--rem16);
    color: var(--color-background);
    letter-spacing: 0;
}

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

.cta01 .ctabtnlist li {
    width: 50%;
    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: var(--px30) var(--px20);
    text-align: center;
    box-sizing: border-box;
    color: var(--color-font);
    border-radius: 0;
    transition: all ease .15s;
    border: 0;
    background: transparent;
}

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

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

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

/* 電話ボタン */
.cta01 .telnum {
    font-size: var(--rem36);
    font-family: var(--font-family02);
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
}

.cta01 .telbtn .btnttl,
.cta01 .repbtn .btnttl {
    font-size: var(--rem20);
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

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

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

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

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

/* ボタンアイコン */
.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(--rem26w);
}

.cta01 .mailbtn .btnttl::before {
    content: '\f0e0';
    font-size: var(--rem26w);
    color: var(--color-primary);
}

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

/* main title */
.post h2, .cta01 h2 {
    font-family: var(--font-family03);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
    line-height: 1.4;
    margin: 0 auto var(--px60);
    color: var(--color-font);
}

.post h2::after, .cta01 h2::after {
    background: var(--color-primary);
    height: 4px;
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 4.2em;
    margin: var(--px20) auto 0;
}

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

.post h2.clr-FFF::after, .cta01 h2.clr-FFF::after {
    background: var(--color-background);
}

.post h2:has(.clr-tertiary):after {
    background: var(--color-tertiary);
}

.post h2 span, .cta01 h2 span{
    display: block;
    font-family: var(--font-family03-en);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--color-primary);
}

.home h2, .cta01 h2 {
    font-size: var(--rem24w);
}

.home h2 span,.cta01 h2 span {
    font-size: var(--rem70);
}

.lh2 {
    line-height: 2;
}

.lh2-4 {
    line-height: 2.4;
}

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

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

#content01 {
    background: var(--color-background);
    position: relative;
}

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

#content01::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76%;
    background: rgba(255, 255, 255, 0.6);
}

#content01 .wrapper_content {
    position: relative;
    z-index: 2;
}

#content01 .txtarea {
    background: var(--color-background);
    padding: var(--px100) var(--px40);
}

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

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

.company-flex .txtarea {
    padding: var(--px80) var(--px40);
}

@media print,
screen and (min-width: 769px) {
    .company-flex .imgarea {
        width: calc(1300 / 1920 * 100%);
    }

    .company-flex .txtarea {
        width: calc(620 / 1920 * 100%);
    }
}

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

@media print,
screen and (min-width: 1024px) {
    .company-flex .txtinner {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }
}

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

.post .txtstyle01 {
    font-family: var(--font-family03);
    font-weight: 500;
    font-size: var(--rem30);
    line-height: 1.4;
}

/* BTN */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;

    font-size: var(--rem16);
    color: var(--color-background);
    text-align: center;
    background: var(--color-primary);
    padding: 23px 34px 23px 20px;
    margin: 0 auto 0;
    border: 0;
    border-radius: 34px;
    transition: all .3s;
    font-family: var(--font-family04);
    font-weight: 700;
    line-height: 1.4;
}

.home .linkBtn {
    max-width: 320px;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    content: '\f101';
    border: 0;
    display: block;
    font-family: "FontAwesome";
    font-size: var(--rem16);
    font-weight: 900;
    top: 38%;
    right: 20px;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: -3px;
    transition: all .3s;
}

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

.bg02 {
    background: var(--color-background02);
}

.about-flex .txtarea {
    padding-right: var(--px40);
}

@media print,
screen and (min-width: 1024px) {
    .about-flex .txtinner {
        max-width: 560px;
        margin: 0;
    }
}

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

#content04 {
    background: url(/wp-content/uploads/top-4.png) no-repeat center / cover;
    position: relative;
}

#content04::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);

}

.col_list {
    position: relative;
    display: flex;
    gap: var(--px40);
    flex-wrap: wrap;
}

@media print,
screen and (min-width: 769px) {
    .post .col2_list {
        gap: var(--px60);
    }

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

    .post .col3_list {
        gap: var(--px16);
    }

    .post .col3_list>li {
        width: calc((100% - var(--px16) * 2) / 3);
        display: flex;
        flex-direction: column;
    }

    .post .col3_g50 {
        gap: var(--px70) var(--px50);
    }

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

@media print,
screen and (max-width: 768px) {
    .col_list>li {
        width: calc((100% - var(--px40)) / 2);
    }
}

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

.num_list01 {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}
.num_list01>li{
	display: flex;
    flex-direction: column;
}
.num_list01 .imgarea {
    position: relative;
    z-index: 2;
	padding: 0 6px;
}

.num_list01 .imgarea:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    display: inline-block;
    background: #ffffff;
    color: var(--color-primary);
    font-family: var(--font-family03-en);
    font-weight: 400;
    font-size: calc(var(--rem30) + 4px);
    border-radius: 50%;
    left: 50%;
    width: 85px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    bottom: -30px;
    transform: translateX(-50%);
    border: 2px solid var(--color-primary);
    z-index: 3;
}

.num_list01 .txtarea {
    background: var(--color-background);
    position: relative;
    z-index: 1;
    margin-top: -10px;
    padding: 40px var(--px30) var(--px50);
    flex: 1;
}

.num_list01>li {
    position: relative;
}

.post .txtstyle02 {
    font-size: var(--rem20);
    font-weight: 700;
    line-height: 1.4;
}

@media print,
screen and (max-width: 768px) {
    .num_list01 .imgarea:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .num_list01 .txtarea {
        padding: 40px 5% var(--px50);
    }
}

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

.post .linkBtn.clr-primary {
    background: var(--color-background);
}

.post .linkBtn.clr-primary::after {
    color: var(--color-primary);
}

.service_list .linkBtn {
    margin-top: 0;
}

.service_list .txtstyle01 {
    min-height: 3em;
    font-size: var(--rem24w);
    font-weight: 700;
    color: var(--color-background);
    display: flex;
    align-items: center;
}

#content06 {
    position: relative;
    background: url(/wp-content/uploads/top-14.png) no-repeat center / cover;
}

#content06::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #4EA8E0;
    mix-blend-mode: color;
}

#content06 .wrapper_content {
    position: relative;
    z-index: 2;
}

#content06 .txtarea {
    background: var(--color-background);
    padding: var(--px100) var(--px40);
}

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

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

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

.post .bg-tertiary {
    background: var(--color-tertiary) !important;
}

table {
    border: none;

}

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

.post table.table_style02 {
    border: 0;
}

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

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


.post table.table_style02 th,
.post table.table_style02 td {
    font-size: var(--rem16);
    padding: var(--px30) var(--px24);
    line-height: 1.6;
    letter-spacing: .05em;
    vertical-align: middle;
}

.post table.table_style02 th {
    width: 30%;
    font-weight: 700;
    background: var(--color-primary);
    color: var(--color-background);
    font-family: var(--font-family01);
    position: relative;
    z-index: 0;
}

.post table.table_style02 tr.group-table th {
    background: var(--color-background);
    color: var(--color-background);
    border: 0;
}

.post table.table_style02 td {
    background: var(--color-background);
    color: var(--color-font);
    font-family: var(--font-family01);
    font-weight: 400;
    position: relative;
    z-index: 0;
}

.post table.table_style02 tr.group-table td {
    border: 0;
}

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

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

.post table.table_style02 tr.group-table th:before {
    position: absolute;
    content: "";
    background: var(--color-primary);
    top: -1px;
    left: 0;
    right: -1px;
    bottom: 2px;
    width: 100%;
    height: auto;
    z-index: -1;
    border: 1px solid var(--color-table-border);
}

.post table.table_style02 tr.group-table td:before {
    position: absolute;
    content: "";
    background: var(--color-background);
    top: -1px;
    left: -1px;
    bottom: 2px;
    width: 100%;
    height: auto;
    z-index: -1;
    border: 1px solid var(--color-table-border);
}

.fw500 {
    font-weight: 500 !important;
}

.post h3 {
	font-family: var(--font-family03);
    font-weight: 700;
    padding: 0 0 var(--px18);
    margin: var(--px60) auto var(--px40);
    border-bottom: 1px solid var(--color-primary);
}

.media-flex .txtarea {
    padding: 0 0 0 var(--px40);
}

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

@media print,
screen and (min-width: 769px) {
    .media-flex .imgarea {
        width: calc(524 / 1240 * 100%);
    }

    .media-flex .txtarea {
        width: calc(716 / 1240 * 100%);
    }
}

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

}

.fw700 {
    font-weight: 700 !important;
}

.max_320 {
    max-width: 320px !important;
}

.fw400 {
    font-weight: 400 !important;
}

.marker.yellow {
    background: linear-gradient(transparent 60%, rgba(137, 176, 33, 0.4) 60%);
    display: inline-block;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.4em 0.2em;
    max-width: 353px;
    width: 100%;
}

@media print,
screen and (max-width: 768px) {
    .marker.yellow {
        width: 90%;
    }
}

.about-us .imgarea {
    aspect-ratio: 587 / 345;
    overflow: hidden;
    max-width: 587px;
    margin: 0 auto;
}

.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);
}
/*-----タイトル中央バナーボタン-----*/
ul.imgbtn_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
}

ul.imgbtn_list>li>a {
    position: relative;
    overflow: hidden;
    display: block;
}

.imgbtn__bg {
    position: relative;
    overflow: hidden;
    aspect-ratio: 380 / 260;
    width: 100%;
}

.imgbtn__bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.imgbtn__bg::after {
    content: '';
    display: block;
    padding-top: min(calc(380px + (1vw - 19.2px) * 11.6505), 380px);
}

.imgbtn__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.imgbtn__ttl {
    position: absolute;
    display: table;
    width: 100%;
    color: #fff;
    padding: var(--px30) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px) var(--px40);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(10px, calc(50px + ((1vw - 19.2px) * 3.4752)), 50px);
}

/*ホバーアクション*/
a:hover .imgbtn__bg img {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

a:hover .imgbtn__bg::before {
    opacity: .05;
}

.pillinfo {
	text-align: center;
	padding: var(--px20);
	line-height: 2;
	border-radius: 100px;
	background: #FFE082;
	max-width: 710px;
	margin: 0 auto;
	margin-bottom: var(--px50);
}

@media print,
screen and (max-width: 768px) {
    .imgbtn__ttl {
        gap: clamp(10px, calc(50px + ((1vw - 7.68px) * 14.9813)), 50px);
    }
}

@media print,
screen and (max-width: 480px) {
    .imgbtn__ttl {
        justify-content: space-around;
        height: 100%;
		padding: 30px min(calc(30px + (1vw - 19.2px) * 0.9709), 30px) 40px;
    }
}

/* 20260629 */

.pill-ttl {
	font-size: var(--rem28);
	line-height: 1.6;
	letter-spacing: .06em;
	font-weight: bold;
	color: var(--color-background);
	background: linear-gradient(-90deg, #89B021 0%, #5B6E26 100%);
	padding: .8em 1em;
	max-width: 780px;
	margin: 0 auto var(--rem20);
	border-radius: 50px;
	text-align: center;
	
}