@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@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=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

:root {
    --clr-80BEAF: #80BEAF;
    --clr-737373: #737373;
    --clr-FF4000: #FF4000;
    --clr-000: #000;
    --bg-linear-green: linear-gradient(180deg, #FFFFFF 0%, #FEFFFF 30%, #F7FFFD 100%);
    /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
    --color-background: #fff;
    --color-background-logo: #d9d9d9;
    --color-font: #333333;
    --color-font-white: #fff;
    --color-primary: #ad1718;
    --color-primary-shade: #f4eeee;
    --color-primary-tint: #666;
    --color-secondary: #aaa;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    /* 1.6-1.4rem (1920-375) */
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®šâ–¼------*/
    --header-background: #333333;
    --header-color-font: #ffffff;
    --header-color-font-white: #fff;
    --header-color-primary: #ad1718;
    --header-color-primary-shade: #055198;
    --header-color-primary-tint: #fff;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
    --footer-background: #333333;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Old Mincho", "Noto Sans JP", serif;
    --font-family-eng: "Lora", "Noto Sans JP", 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)*/
    --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(40px, calc(7.5rem + ((1vw - 19.2px) * 8.9286)), 120px);
    /*120px-40px (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(30px, calc(10rem + ((1vw - 19.2px) * 7.8125)), 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)*/
    --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)*/
    --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)*/
    --rem84: clamp(30px, calc(8.4rem + ((1vw - 19.2px) * 3.4951)), 84px);
    --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) * 2.588), 7rem);
    /*7rem-4rem (1920-375)*/
    --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);
    /*6rem-3.6rem (1920-375)*/
    --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)*/
    --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.5533), 4.6rem);
    /*4.6rem-2.2rem (1920-375)*/
    --rem42w: clamp(30px, calc(4.2rem + ((1vw - 19.2px) * 0.7767)), 42px);
    /*4.2rem-3rem (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)*/
    --rem28w: clamp(20px, calc(2.8rem + ((1vw - 19.2px) * 0.5178)), 28px);
    /*2.8rem-2rem (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)*/
    --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)*/
    --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)*/
}

html {
    scroll-behavior: smooth;
}

.spmenu #menu p {
    width: max-content;
}

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

.cta01 .cta01_wrap h1 {
    text-align: center;
}

.cta02 .cta02_wrap h1 {
    text-align: center;
}

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

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

.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px);
    /* 120-80px (1920-375) */
    background: var(--color-background-01);
}

.padding-120 {
    padding: var(--px120) 0;
}

.content-inner {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

.text-16 {
    font-size: var(--rem16);
    letter-spacing: 0.05em;
    line-height: 2.2;
}

.text-16-sb {
    font-size: var(--rem16);
    letter-spacing: 0.02em;
    line-height: 2;
}

.font-w500 {
    font-weight: 500;
}

.font-w500 {
    font-weight: bold;
}

.font-f-02 {
    font-family: var(--font-family02);
}

@media print,
screen and (min-width: 768px) {
    .flexbox-sp {
        display: flex;
    }

    .flexbox-sp .w50 {
        width: 50%;
    }
}

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

/* header navbar */

@media print,
screen and (min-width: 1024px) {
    #header .logo {
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }

    #header .logo a {
        background: #fff;
        padding: 0;
        line-height: 1;
    }

    #header .logo img {
        min-width: calc(var(--px100) + 3px);
        height: auto;
        width: 100%;
		max-width: 280px;
    }

    #header .logo .logo-txt {
        font-size: clamp(14px, calc(2.4rem + ((1vw - 19.2px) * 1.1161)), 24px);
        color: var(--color-font-white);
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1.4;
        margin-left: clamp(10px, calc(2.6rem + ((1vw - 19.2px) * 1.7857)), 26px);
    }

    .sticky-header #header>.inner {
        box-shadow: none;
    }

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

    #header,
    .sticky-header #header-layout {
        height: 100px;
        background: var(--color-font);
    }

    #header ul.header__contact .header__inner {
        height: 60px;
        border-left: 1px solid var(--header-color-font);
    }

    nav#mainNav ul li a {
        padding: var(--px20) clamp(7px, calc(2rem + ((1vw - 19.2px) * 1.6741)), 20px);
    }

    nav#mainNav ul li a b {
        letter-spacing: 0.06em;
        font-weight: 500;
        font-size: clamp(11px, calc(1.6rem + ((1vw - 19.2px) * 0.558)), 16px);
    }

    #header a.head_btn::before {
        margin-bottom: 0;
    }

    #header a.head_btn.tel_btn::before {
        display: none;
    }

    #header a.head_btn {
        font-weight: 500;
    }

    #header a.head_btn.tel_btn {
        color: var(--header-color-font);
        background: var(--header-background);

        padding-left: clamp(10px, calc(3.4rem + ((1vw - 19.2px) * 2.6786)), 34px);
        padding-right: clamp(10px, calc(3.4rem + ((1vw - 19.2px) * 2.6786)), 34px);
    }

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

    #header .tel_icon {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: clamp(13px, calc(2rem + ((1vw - 19.2px) * 0.7813)), 20px);
        margin-bottom: 3px;
    }

    #header .tel_icon::before {
        content: "\f095";
        display: block;
        font-family: "FontAwesome";
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 2px;
    }

    #header a.head_btn.mail_btn {
        padding-left: clamp(10px, calc(2.4rem + ((1vw - 19.2px) * 1.5625)), 24px);
        padding-right: clamp(10px, calc(2.4rem + ((1vw - 19.2px) * 1.5625)), 24px);
        font-size: clamp(12px, calc(1.8rem + ((1vw - 19.2px) * 0.6696)), 18px);
        letter-spacing: 0.04em;
        gap: 5px;
    }

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

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

@media print,
screen and (max-width: 1990px) and (min-width: 1024px) {
    nav#mainNav ul li a b {
        letter-spacing: 0.02em;
    }
}

@media print,
screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        background: var(--header-color-font);
        color: var(--header-background);
    }

    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,
    s nav#mainNav ul li.current-menu-parent a,
    nav#mainNav ul li ul.sub-menu li a:active,
    nav#mainNav ul li ul.sub-menu li a:hover {
        background: var(--header-color-primary) !important;
        color: var(--header-color-font);
    }

    #header,
    .sticky-header #header-layout {
        background: var(--color-font);
    }

    body.mobile #header .logo img {
/*         max-height: 26px; */
    }

    #header .logo .logo-txt {
        font-size: var(--rem24);
        color: var(--color-font-white);
        margin-left: clamp(10px, calc(2.6rem + ((1vw - 19.2px) * 1.7857)), 26px);
    }

/*     #header .logo .mark a {
        background: var(--color-background-logo);
        padding: 1rem clamp(10px, calc(5rem + ((1vw - 19.2px) * 4.4643)), 50px);
        line-height: 1;
    } */
}
#header .logo .logo-txt {
	min-width: fit-content;
	font-weight: 500;
}
#header .logo-txt .smaller-txt {
	font-size: .7em;
}
/* code footer */
#footer {
    padding: var(--px60) 0 var(--px30);
    font-weight: 500;
}

#footer .footer__logo:not(:last-child) {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: var(--rem20w);
}

#footer .footer__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: var(--color-background);
	
}

#footer .footer__logo img {
    min-width: 103px;
/*     max-height: 26px; */
	max-width: 200px;
	max-height: 100px;
	aspect-ratio: 2 / 1;
	object-fit: contain;
	
}

#footer .logo-txt {
    font-family: var(--font-family02);
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: var(--rem26w);
}

#copyright {
    margin: 1rem auto 0;
    font-weight: 300;
}

/* code main-ttl */
h1.title.top-loop,
h1.title.bottom-loop,
h1.title.main-ttl {
    position: relative;
    font-family: var(--font-family-eng);
    font-size: var(--rem70);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-style: italic;
    margin-bottom: var(--px50);
    color: var(--color-primary);
    font-weight: 400;
    text-transform: uppercase;
}

h1.title.top-loop span span,
h1.title.bottom-loop span span,
h1.title.main-ttl span span {
    display: block;
    font-style: normal;
    font-family: var(--font-family02);
    font-weight: 500;
    font-size: var(--rem28w);
    letter-spacing: 0.02em;
    color: var(--color-font);
}

/* code linkBtn */
.linkBtn:has(.arw),
.post .linkBtn:has(.arw),
a.linkBtn:has(.arw) {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem20w);
    color: var(--color-font);
    font-family: var(--font-family02);
    line-height: 1.6;
    text-align: left;
    background: transparent;
    font-weight: bold;
    padding: var(--rem20w) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) var(--rem20w) 0;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    transition: all 0.3s;
    border-bottom: 2px solid var(--color-font);
}

.post .linkBtn:has(.arw)::after,
.linkBtn:has(.arw)::after,
a.linkBtn:has(.arw)::after {
    content: none;
}

.linkBtn:has(.arw) .arw,
.post .linkBtn:has(.arw) .arw,
a.linkBtn:has(.arw) .arw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: calc(var(--rem48w) + 2px);
    height: calc(var(--rem48w) + 2px);
    border: none;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-primary);
}

.linkBtn:has(.arw) .arw::after,
.post .linkBtn:has(.arw) .arw::after,
a.linkBtn:has(.arw) .arw::after {
    content: "";
    background: url(/wp-content/uploads/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
    line-height: 1;
    width: 13px;
    height: 12px;
}

.linkBtn:has(.arw):hover,
.post .linkBtn:has(.arw):hover,
a.linkBtn:has(.arw):hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.linkBtn:has(.arw):hover .arw,
.post .linkBtn:has(.arw):hover .arw,
a.linkBtn:has(.arw):hover .arw {
    opacity: 0.8;
}

/* code poslist */

#front_bottom_content {
    background: #f6f6f6;
    padding: var(--px120) 0;
}

.postlist .post_text {
    padding: var(--px30) 0;
}

.postlist li:first-child {
    border-top: 1px solid #ccc;
}

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

.postlist .ttls a {
    color: #111;
    font-size: var(--rem16);
}

.postlist .date {
    color: #000;
    font-size: var(--rem16);
}

/* code poslist */

#front_bottom_content {
    background: var(--color-primary-shade);
    padding: var(--px120) 0;
}

.postlist .post_text {
    padding: var(--px30) 0;
}

.postlist li:first-child {
    border-top: 1px solid #ccc;
}

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

.postlist .ttls a {
    color: #111;
    font-size: var(--rem16);
}

.postlist .date {
    color: #000;
    font-size: var(--rem16);
}

/* code contact */
.cta01 {
    background: url(/wp-content/uploads/cta-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 0;
    padding: var(--px100) 0;
}
.cta01 h1.title.main-ttl span span {
	color: var(--color-background);
}
.cta01::before {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
	opacity: .46;
}

.cta01 .cta01_wrap {
    max-width: 1455px;
    width: 90%;
    margin: 0 auto;
    background: #0B0B0BCC;
    padding: var(--px50) var(--px20)  var(--px60) ;
	position: relative;
	z-index: 2;
	
}

.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 1230px;
    margin: var(--px50) auto 0 auto;
    gap: 1rem;
}

.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) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease 0.15s;
}

.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 h1.title.main-ttl {
    margin-bottom: 1rem;
}

.cta01 p {
    font-family: var(--font-family02);
    font-weight: 500;
    font-size: var(--rem28);
    line-height: 1.4;
    letter-spacing: 0.02em;
	color: var(--color-background);
}

.cta01 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

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

/*電話ボタン*/

.cta01 .telnum {
    font-size: var(--rem36);
    margin-bottom: 1rem;
    font-weight: bold;
}

.cta01 .telbtn .btnttl {
    font-size: var(--rem20);
}

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

/*メールボタン*/

.cta01 .mailbtn .btnttl {
    font-size: calc(var(--rem24) + 2px);
    margin-bottom: var(--px14);
}

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

/*ボタンアイコン*/

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

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

.cta01 .telnum::before {
    content: "\f3cd";
}

/* code main-ttl-left */
h1.main-ttl.main-ttl-left {
    text-align: left;
    margin-bottom: var(--px40);
}

#about h1.main-ttl.main-ttl-left {
    margin-bottom: var(--px30);
}

/* code about */

/*-----------------------------
column_06
------------------------------*/
.column06 p {
    font-weight: 500;
    line-height: 1.8;
}

#about .sec01 {
    background: var(--color-primary-shade);
    padding: var(--px150) 0;
}

.column06 {
    position: relative;
    margin: 0;
}

.column06_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    z-index: 20;
}

.column06 .imgarea {
    position: relative;
    overflow: hidden;
    width: 70%;
}

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

.column06 .txtarea {
    position: relative;
    width: 46.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
    padding: clamp(40px, calc(12rem + ((1vw - 19.2px) * 8.9286)), 120px) var(--px40);
    margin: 0 auto 0 -16.5%;
    z-index: 10;
}

.column06 .txtarea .txtinner {
    max-width: 666px;
}

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

    .column06 .imgarea,
    .column06 .txtarea {
        width: 90%;
    }

    .column06 .txtarea {
        margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
    }
}

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

/* <!-- code cargo-truck --> */
.column01 p {
    line-height: 2;
    letter-spacing: 0.02rem;
}

#cargo-truck figure {
    position: relative;
}

#cargo-truck figure::before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
	opacity: .2;
}

/* code service */
#service .sec01,
#recruitment .sec01 {
    background: var(--color-background);
    padding: var(--px120) 0;
}

.column01 {
    position: relative;
    margin: 0;
}

.column01_wrap {
    position: relative;
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    z-index: 1;
}

.column01 .txtarea {
    background: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(40px, calc(12rem + ((1vw - 19.2px) * 8.9286)), 120px) var(--px40);
    margin: 0;
}

.column01 .txtarea .txtinner {
    max-width: 600px;
}

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

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

/* code  group-companies*/
#group-companies .sec01 {
    background: var(--color-font);
    padding: var(--px120) 0;
}

#group-companies .txtarea {
    background: transparent;
    color: var(--color-font-white);
    padding: clamp(40px, calc(9rem + ((1vw - 19.2px) * 5.5804)), 90px) var(--px40);
}

#group-companies h1.main-ttl.main-ttl-left span span {
    color: var(--color-font-white);
}

.group-companies-btn.linkBtn:has(.arw) {
    color: var(--color-font-white);
    border-color: var(--color-font-white);
}

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

    .column01 .txtarea,
    #group-companies .txtarea {
        padding: var(--px80) 5% 0;
    }
}

/* <!-- code pal-Yokohama --> */
.column04 {
    position: relative;
    padding: var(--px150) 0;
    margin: 0;
    background: var(--color-primary-shade);
}

.column04:before {
    content: "";
    background: url(/wp-content/uploads/top-08.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.column04_wrap {
    position: relative;
    max-width: 1238px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}

.column04 .imgarea {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.column04 .imgarea::before {
    content: "";
    background: #00000080;
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
}

.column04 .txtarea {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}

.pal-yokohama-btn.linkBtn:has(.arw) {
    color: var(--color-font-white);
    border-color: var(--color-font-white);
    max-width: 500px;
    font-size: calc(var(--rem36) + 2px);
    border-bottom: 3px solid;
}

.pal-yokohama-btn.linkBtn:has(.arw) .arw {
    width: calc(var(--px70) + 4px);
    height: calc(var(--px70) + 4px);
    background: transparent;
    border-radius: 50%;
    border: 4px solid var(--color-font-white);
}

.pal-yokohama-btn.linkBtn:has(.arw) .arw::after {
    width: var(--px24);
    height: var(--px24);
}

.pal-yokohama-btn.linkBtn:has(.arw):hover .arw {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

/*---------coln02-----------*/

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

.post .col2_list>li {
    width: 50%;
    position: relative;
	
}
@media print,
	screen and (min-width: 769px) {
		.post .col2_list>li {
			flex: 1 0 0;
		}
}
@media print,
screen and (max-width: 768px) {
    .post .col2_list>li {
        width: 100%;
    }

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



/* lower pages */
.lh2 {
    line-height: 2;
}

.big-txt,
.post .big-txt {
    font-size: var(--rem20);
    font-weight: bold;
}

#thumbImg::before,
header#h1Header::before {
    background: #615555;
    opacity: .49;
}

header#h1Header h1.title {
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: var(--rem40w);
}

body:not(.home) .post h2 {
    font-size: var(--rem36);
    font-weight: bold;
    font-family: var(--font-family02);
    margin-top: 0;
}

body:not(.home) .post h3 {
    font-size: var(--rem24w);
    font-weight: bold;
    font-family: var(--font-family02);
}

body:not(.home) .flexbox .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px100) calc((100vw - 100%) / 2) var(--px100);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
    /* 120-80px (1920-375) */
    background: var(--color-primary-shade);

}



/*--幅フル100%--------------------------------------------*/

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

body:not(.home) table th {
    font-weight: bold;
    background: var(--color-primary);
    color: var(--color-background);
}

.img-center {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.w840 {
    max-width: 840px;
}

.post .lead {
    font-size: var(--rem20w);
    font-weight: bold;
    letter-spacing: .1em;
}

.marker.yellow {
    background: linear-gradient(transparent 60%, var(--color-primary-shade) 60%);
    padding-bottom: .2em;
}

.post .lead_en {
    font-size: var(--rem20);
    color: var(--color-font);
    letter-spacing: 0.3em;
}

/*--contact_area-------------------------------------*/
.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
    /*80px-40px (1920-375)*/
    text-align: center;
    background: var(--color-primary-shade);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}

.post .contact_ttl {
    font-size: var(--rem24w);
    font-weight: bold !important;
    text-align: center;
    letter-spacing: .1em;
    padding: 0;
    margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
    /* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
    content: none;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
}

.post .contact_ttl::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--rem80);
    height: 3px;
    background: var(--color-font);
    margin: 1em auto 0;
}

.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    /*30px-15px (1920-375)*/
    text-align: center;
}

.button_wrap,
.post .button_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
    margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
    padding: 0;
    border-radius: 0;
    max-width: 290px;
}

.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
    border-radius: 0;
}

.contact_area .linkBtn:hover {
    background: var(--color-primary);
    opacity: .8;
}

.post h3:has(span) {
    padding-bottom: 0;
    border-bottom: 0;
    border-left: calc(1em / 3) solid var(--color-primary);
}

.post h3:has(span)>span {
    display: block;
    font-family: var(--font-family-eng);
    font-weight: normal;
    font-style: italic;
}

.flexbox table th,
.flexbox table td {
    vertical-align: middle;
}

.col3-img {
    display: flex;
    justify-content: center;
    gap: var(--px20);
    row-gap: var(--px40);
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 950px;

}

.post .col3-img {
    margin: 0 auto;
}

.col3-img>li {
    width: calc(calc(100% - var(--px20) * 1) / 2);
    display: flex;
    flex-flow: column;
    background: var(--color-background);
}

.col3-img>li .txtarea {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--px30) 0 0;
}

.col3-img>li .imgarea {
    display: flex;
    justify-content: center;

}

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

.col3-img>li .txtarea .txtinner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
}

.col3-img>li .card-ttl {
    font-size: var(--rem20w);
    text-align: center;
    min-height: 3em;
    line-height: 1.4;
}

.col3-img>li .card-ttl>p {
    position: relative;
}

.col3-img>li .card-ttl>p::before {
    content: "";
    display: inline-block;
    aspect-ratio: 18 / 15;
    width: 1em;
    background: url(/wp-content/uploads/Vector.png) no-repeat center / contain;
    margin-right: 1em;
}

.col3-img>li .card-info {
    font-size: var(--rem16);
}

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

    }
}

@media print,
screen and (max-width: 767px) {
    .col3-img>li {
        width: 100%;
        margin-bottom: 5%;
    }

    .col3-img>li:last-child {
        margin-bottom: 0;
    }
}

/* data */

.col3-data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--px20);
    font-size: var(--rem16);
    color: var(--color-font);
    font-weight: bold;

}

.col3-data>li {
    border: 2px solid var(--clr-737373);
    border-radius: 10px;
    padding: var(--px16) var(--px18) var(--px20);
    background: var(--bg-linear-green);
    line-height: 1.4;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    /* min-height: clamp(265px, calc(340px + ((1vw - 19.2px) * 4.8544)), 340px); */
    min-height: clamp(295px, calc(382px + ((1vw - 19.2px) * 5.6311)), 382px);
}

.data-ttl {
    font-weight: bold;
    font-size: var(--rem24w);
    color: var(--color-font);
    margin-bottom: 0;
}

.data-year {
    color: var(--clr-FF4000);
    font-size: calc(var(--rem30) + 2px);
    line-height: 1.2;
}

.data-icon {
    display: flex;
    justify-content: center;
}

.data-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--px12);
}

.col3-data .fs18,
.fs18 {
    font-size: var(--rem18);
}

.bigger-txt {
    font-size: 2em;
}

.col3-data p:has(.bigger-txt) {
    text-align: center;
}

.data-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: var(--px30);
}

.flex_l {
    width: 100%;

}

.flex_l>ol>li {
    line-height: 1.3;
    font-weight: 400;
}

/* .data-wrap {
    height: 100%;
    width: 100%;

}

.data-wrap.style02:not(.style02-2) .data-col2 {
    height: 100%;
}

.data-wrap.style02:not(.style02-2) .data-ttl {
    margin-bottom: 0;
}

.data-wrap.style02 .data-col2_l {
    display: flex;
    flex-flow: column;
    justify-content: space-between;

}

.data-wrap.style02 .data-col2_r .data-icon {
    height: 70%;
}

.data-wrap.style03 {
    display: flex;
    flex-flow: column;
    justify-content: stretch;

}

.data-wrap.style03 .data-col2 {
    height: 100%;
}

.data-wrap.style03 .data-col2_l {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.data-wrap.style03 .data-col2_r {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stroke-txt {
    color: var(--color-background);
    -webkit-text-stroke: 4px var(--clr-80BEAF);
    paint-order: stroke fill;
}

.data-wrap.style04 .data-col2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-wrap.style04 .data-col2>div {
    width: 50%;
}

.data-wrap.style04 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.data-wrap.style04 .data-ttl {
    margin-bottom: 0;
}

.data-wrap.style05 .data-col2>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;

}

.data-wrap.style05 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.data-wrap.style05 .data-ttl {
    margin-bottom: 0;
}

.biggest-txt {
    font-size: 2.5em;
}

.data-wrap.style06 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.data-wrap.style06 .data-ttl {
    margin-bottom: 0;
} */

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

.table-ttl {
	font-size: var(--rem20);
	font-weight: bold;
}

body:not(.home) .flexbox table th {
	width: auto;
}

.data-year:has(.data-year_group) {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
	font-size: var(--rem20w);
}
.data-year_group {
	min-width: fit-content;
	text-align: center;
}
.data-year_group .fs20 {
	font-size: var(--rem20w);
}

.data-year .bigger-txt {
	font-size: var(--rem60);
}

.flex_l p {
	font-weight: 400;
	font-size: 1.4rem;
}
.flex_l p >b {
	font-weight: bold;
}

.data-wrap:has(.data-year_group) {
	gap: var(--px20);
	
}


.data-wrap:has(.data-year_group) .data-icon {
	max-width: 260px;
}

#group-pg .lh2 {
	line-height: 1.4;
}

/* 01082025 */
.company-2-ttl {
	font-size: var(--rem40);
	font-weight: bold;
	line-height: 1.2;
}

#about-pg .content02 .col3-img>li { 
	width: calc((100% - var(--px20) * 2) / 3);
}

@media print, screen and (max-width: 1023px) {
	#about-pg .content02 .col3-img>li { 
	width: calc((100% - var(--px20) * 1) / 2);
}
	
@media print, screen and (max-width: 767px) {
	#about-pg .content02 .col3-img>li { 
	width:100%;
}
}