@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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900&family=Roboto&family=Shippori+Mincho:wght@400;500;600;700;800&family=Ubuntu&family=Zen+Kaku+Gothic+Antique&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --clr-000: #000;
    --clr-FFF: #FFFFFF;
    --clr-F7F2E3: #F7F2E3;
    --clr-584F60:#584F60;
    --clr-757575:#757575;
    --color-font: #111111;
    --color-font01: #111111;
    --color-primary: #249FD8;
    --color-primary-shade: #249FD8;
    --color-primary-tint: #249FD8;
    --color-secondary: #111111;
    --color-secondary-shade: #111111;
    --color-secondary-tint: #111111;
    --color-table-border: #D1D1D1;
    --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
    /*1.6rem-1.4rem (1920-375)*/
    --body-font-family: "Shippori Mincho", serif;
    --content-max-width: 1100px;
    /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
    --header-background: #FFFFFF;
    --header-color-font: #111111;
    --header-color-primary: #249FD8;
    --header-color-primary-linear: linear-gradient(45deg, #F6B1B6 0%, #FBD2CE 100%);
    --header-color-second: #249FD8;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #F4F4F4;
    --footer-color-font: #111;
    --footer-color-primary: #111;

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

    --font-family-logo: "Shippori Mincho", 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;
    /* scrollbar-width: none; */
}


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

.logo-txt {
    font-weight: normal;
    font-size: var(--rem24w);
    color: var(--header-color-font);
    line-height: 0.83;
    font-family: var(--font-family01);
    min-width: fit-content;
    margin-left: var(--px20);
}

/* header navbar */
@media print,
screen and (min-width: 1024px) {
    #header .logo .logo-txt {
        font-size: clamp(14px, calc(14px + 10 * ((100vw - 1024px) / 896)), 24px);
    }

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

    #header {
        height: 100px;
        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: 74px;
        max-height: 68px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        min-width: 50px;
        /* margin-left: clamp(1px, calc(40px + ((1vw - 19.2px) * 4.3527)), 40px); */
        backface-visibility: visible;
    }

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

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

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


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

    #header ul.header__contact {
        padding-left: clamp(10px, calc(10px + ((100vw - 1024px) * 0.01674)), 25px);
    }

    #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:hover a b {
        color: var(--color-secondary);
    }

    nav#mainNav ul li a {
        padding: var(--px20) clamp(8px, calc(8px + ((100vw - 1024px) * 0.01897)), 25px);
    }

    nav#mainNav ul li a b {
        font-size: clamp(13px, calc(16px + ((1vw - 19.2px) * 0.4)), 16px);
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: 0;
        color: var(--header-color-font);
    }

    nav#mainNav ul li a span {
        font-weight: 400;
        font-size: var(--rem12);
        line-height: 1.67;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    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.tel_btn {
        display: none;
        color: var(--header-color-font);
        background: transparent;
        width: 100%;
        min-width: calc(var(--px240) - var(--px14));
        max-width: 240px;
        position: relative;
        padding: var(--px16) clamp(8px, calc(16px + ((1vw - 19.2px) * 2.4554)), 16px);
        /* height: 75px; */
    }



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

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

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

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

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

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

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

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

    #header a.head_btn.mail_btn {
        flex-direction: row;
        text-align: center;
        line-height: 1.1;
        min-width: calc(var(--px200) + 0px);
        background: var(--header-color-primary);
        color: var(--header-background);
        padding: 10px;
        font-size: var(--rem16);
        font-weight: bold;
        letter-spacing: .05em;
        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; */
    }

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


}

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

    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li a:hover {
        background: var(--header-color-primary);
        color: var(--color-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 */


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

.postlist .time {
    padding-top: .5em;
    font-weight: 500;
    font-size: var(--rem12);
    font-family: var(--font-family02);
    line-height: 1.8;
}

.post2b li .post2b_contents,
.post4b li .post4b_contents {
    font-weight: 500;
    font-size: var(--rem14);
    line-height: 1.8;
    color: var(--color-font);
    opacity: 1;
}

.post_link,
.post2b_link,
.post4b_link {
    line-height: 1.4;
    font-size: var(--rem12);
}

.post_link,
.post2b_link,
.post4b_link {
    color: var(--color-font);
}

.post_link a,
.post2b_link a,
.post4b_link a {
    color: var(--color-font);

}

#front_top_content,
#front_bottom_content {
    background: var(--clr-FFF);
}

/* footer */
.wpcf7-form .must {
    background: #FF0000;
}

.wpcf7-form table.responsive th {
    width: calc(var(--px24) * 2 + 15em) !important;
}

#sidebar {
    float: left;
}

#footer {
    padding-top: var(--px80);
    padding-bottom: var(--px60);
    clear: both;
}

#footer .footer__logo img {
    max-height: var(--px90);
    max-width: 98px;
}

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

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

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


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

#copyright {
    font-weight: 300;
    margin-top: 0;
}

/**------------------------------------------
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 */
body.home #contact-bottom {
    display: none;
}


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

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


.cta01 {
    background: url(/wp-content/uploads/top-15.png) no-repeat center / cover;
    position: relative;
    z-index: 0;
    padding: var(--px120) 0;
}

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

.cta01::after {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 87%;
    width: 100%;
    background: var(--clr-000);
    opacity: .3;
}

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

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

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

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

.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 .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 .btnttl {
    display: block;
    font-weight: 500;
    margin-bottom: 1rem;
}

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

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

}

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

.cta01 .ctabtnlist li:first-child {
    display: none;
}

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

/* メールボタン */
.cta01 .mailbtn .btnttl {
    font-size: var(--rem20w);
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.cta01 a.mailbtn {
    background: var(--color-primary) !important;
    color: var(--color-background);
    padding: var(--px50) 0;
}

.cta01 a.mailbtn .infotxt {
    font-weight: 400;
    font-size: var(--rem14);
    font-family: var(--font-family02);
}

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

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

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

.cta01 .mailbtn .btnttl::before {
    content: '\f0e0';
    font-size: 1.1em;
}

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

/* main title */
.main-ttl,
.post .main-ttl {
    font-weight: 400;
    font-size: var(--rem36);
    letter-spacing: .05em;
    color: var(--color-font);
    margin: 0;
    margin-bottom: var(--px50);
    line-height: 1.5;
}

.main-ttl .eng-ttl {
    display: block;
    color: var(--color-font);
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    font-size: var(--rem18);
    line-height: 1.5;
    text-transform: uppercase;
}

.post .main-ttl:after {
    display: none;
}


.post h2::after,
.main-ttl:after {
    content: none;
    width: var(--rem60);
    height: 3px;

    background: var(--color-primary-tint);
    border-radius: 999px;
    position: relative;
    visibility: visible;
    display: block;
    margin: .7em auto 0;

}

.fs_18 {
    font-size: var(--rem18);
}

.lh1_6 {
    line-height: 1.6;
}

.lh2 {
    line-height: 2;
}

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

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


.fw500 {
    font-weight: 500;
}

.fs20 {
    font-size: var(--rem20);
}

.post .imgarea {
    position: relative;
    overflow: hidden;
}

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

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

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

.post .table-info th,
.post .table-info td {
    font-size: var(--rem16);
    background: none;
    border: 0;
    padding: 0;
    padding-bottom: 1em;
    vertical-align: middle;
    line-height: 1.875;
}

.post .table-info tr:last-child th,
.post .table-info tr:last-child td {
    padding-bottom: 0;
}

.post .table-info th {
    color: var(--color-font);
    width: 30%;
    padding-right: 1em;
    font-weight: 400;
}


/* 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: #fff;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    background: var(--color-primary);
    font-weight: bold;
    padding: var(--rem24) 30px var(--rem24) 20px;
    margin: var(--px40) auto 0;
    border: none;
    border-radius: 0;
    transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
    border-color: #fff;
}

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

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
    border-color: #fff;
}

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

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


.post table.responsive {
    border: 0;
    border-color: var(--color-table-border);
}

.post table.responsive th,
.post table.responsive td {
    padding: var(--rem30) var(--rem20);
    background: transparent;
    letter-spacing: 0;
    font-size: var(--rem16);
    line-height: 2;

}

.post table.responsive th {
    font-weight: bold;
    letter-spacing: .0;
    width: 29%;
    background: var(--color-primary);
    border-right: 0px;
    color: var(--color-font);
    border-color: var(--color-table-border);
}

.post table.responsive td {
    border-left: 0;
    border-color: var(--color-table-border);
}

.post table.responsive.no-side-border th,
.post table.responsive.no-side-border td {
    border-left: 0;
    border-right: 0;
}

.post h3 {
    font-size: var(--rem20w);
    margin-bottom: .5em;
    font-weight: bold;
    letter-spacing: 0;
    color: var(--color-font);
    border-color: var(--color-primary);
    margin-top: 0;
    margin-bottom: 1em;
	padding-left:0px;
}

.post h3>span {
    display: block;
    color: var(--color-primary-tint);
    font-size: var(--rem18);
}


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

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

}

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

@media print,
screen and (max-width: 1024px) {
    /* #thumbImg, header#h1Header {
        height: calc(200px + (1vw - 10.24px) * 9.2450);
    } */
}

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

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

/* company */

.ai_start {
    align-items: flex-start;
}

/* page top */
#top-01 {
    padding: var(--px50) 0;
}
#top-02 {
    position: relative;
    overflow: hidden;
	aspect-ratio: 1920 / 663;
}
#top-02 .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
	
}

#top-02 .txt-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: var(--rem36);
}

#top-03 {
    padding: var(--px120s) var(--px40);
    background: url(/wp-content/uploads/top-03.png) no-repeat center / cover;
    position: relative;
    z-index: 0;
}

#top-03::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 172, 240, 0.6);
    mix-blend-mode: screen;
    z-index: 1;
}

#top-03>* {
    position: relative;
    z-index: 2;
}

#top-03 .txt-des p {
    font-size: var(--rem18);
    line-height: 2;
}
#top-04.parallax {
    position: relative;
    padding: var(--px130) 0 var(--px150);
}
#top-04.parallax::after {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background: url(/wp-content/uploads/top-04.png) no-repeat center / cover;
}
#top-04 .col4_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--px40);
    counter-reset: number;
}

.num_list01 {
    counter-reset: number;
    list-style-type: none !important;
}

.num_list01 .imgarea {
    position: relative;
    aspect-ratio: 280 / 230;
}

.num_list01 .imgarea:before {
    position: absolute;
    counter-increment: number;
    content: "step" counter(number, decimal-leading-zero);
    display: inline-block;
    background: var(--color-primary);
    color: var(--clr-FFF);
    font-weight: 600;
    font-size: var(--rem24w);
    left: 0%;
    top: 0%;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.post .col4_list>li {
    margin-bottom: 1.5%;
    display: flex;
    flex-direction: column;
}

.num_list01 .txtarea {
    background: var(--clr-FFF);
    padding: var(--px12);
    flex: 1;
}

.num_list01 .num_listttl {
    text-align: center;
    font-weight: 500;
    font-size: var(--rem24w);
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
}



#top-05{
    padding: var(--px120s) var(--px40);
}

#top-05 .col3_list .txtarea {
    font-size: var(--rem20w);
    line-height: 1.4;
    letter-spacing: 0.05em;
}
#top-05 .col4_list {
  margin-bottom: 1.5%;
	gap: 10px;
    display: flex;
grid-template-columns: repeat(4, 1fr);
}

#top-05 .col3_list{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
	list-style:none;
	padding:0;
	margin:50px 0 0;
}

#top-05 .col4_list{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
	list-style:none;
	padding:0;
	margin:30px 0 0;
}

#top-05 .col3_list li,
#top-05 .col4_list li{
	width:100%;
	margin:0;
}

#top-05 .imgarea{
	aspect-ratio:1 / 1;
	display:flex;
	align-items:center;
	justify-content:center;
}

#top-05 .imgarea img{
	width:100%;
	height:100%;
	object-fit:contain;
}

#top-05 .txtarea{
	text-align:center;
	margin-top:15px;
}



@media print,
screen and (max-width: 1024px) {
    #top-04 .col4_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #top-04 .col4_list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media screen and (max-width:768px){

    #top-05 .col3_list,
    #top-05 .col4_list{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

}  

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

    #top-05 .col3_list,
    #top-05 .col4_list{
        grid-template-columns:repeat(1,1fr);
    }

}

#top-05 {
    padding: var(--px120s) 0;
    background: var(--clr-F7F2E3);
}

#top-05 .imgarea {
    aspect-ratio: 380 / 280;
}

.max_w800 {
    max-width: 800px;
    margin: 0 auto;
}
.max_w767{
    max-width: 767px;
    margin: 0 auto;
}
#top-06 {
    padding-top: var(--px120s);
}

#top-07 {
    padding: var(--px120s) 0;
    background: url(/wp-content/uploads/top-14.png) no-repeat center / cover;
}
#top-07 .imgarea{
	aspect-ratio: 620 / 500;
}
#top-07 .imgarea video {
    width: 100%;
    height: 100%;
    display: block;
}
#top-07 .txtarea {
    padding: var(--px40);
}

#top-07 .txtinner {
    max-width: 500px;
}

@media print,
screen and (max-width: 768px) {
    #top-07 .txtinner {
        max-width: 100%;
    }
	#top-07 .txtBtn{
		text-align:center;
	}
}

#thumbImg::before,
header#h1Header::before {
    background:
        linear-gradient(rgba(0, 172, 240, 0.6), rgba(0, 172, 240, 0.6)),
        linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
        url(/wp-content/uploads/pixta_130356536_M.jpg) no-repeat center / cover;

}

header#h1Header h1.title {
    font-size: calc(var(--rem48) - 3px);
    font-weight: bold;
	color:var(--color-font);
}
.company-01 .txt_des{
    line-height: 2.1875;
    letter-spacing: 0;
}

.semi-service .imgarea{
aspect-ratio: 620 / 387;
}
.semi-service .txtarea{
    padding: var(--px40);
}
.semi-service .txtinner{
max-width: 566px;
}
@media print, screen and (max-width: 768px) {
	.semi-service .txtinner{
		max-width:100%;
	}	
}
.merchandise-01 .col2_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--px60);
}
.merchandise-01 p{
    line-height: 1.875;
}
.ss_merchanise{
    padding:var(--px40);
    border:1px solid var(--clr-757575);
}
.ss_merchanise .txtarea{
    padding:var(--px40);
}
.ss_merchanise .txtinner{
	max-width:562px;
}
.product-header {
    display: flex;
    align-items: center;
    gap: var(--px20);
    border-bottom: 1px solid #999;
    padding-bottom: var(--px12);
    margin-bottom: var(--px20);
}
.product-label{
    background:var(--clr-584F60);
    padding: var(--px14);
    color:var(--clr-FFF);
    font-size: var(--rem20w);
}
.product-title{
    font-family: var(--font-family03);
    font-size: var(--rem24);
    font-weight: bold;
}
.product-desc{
    line-height: 1.875;
}
@media print,
screen and (max-width: 500px) {
	.merchandise-01 .col2_list{
    grid-template-columns: repeat(1, 1fr);
}
}

@media only screen and (max-width: 640px) {
	.wpcf7-form table.responsive th{
		width:100% !important;
	}
}
#privacy h3 {
    border-color: var(--color-primary);
}
.post ul#sitemap_list.sitemap_disp_level_0 > li {
    border-bottom: solid 1px var(--color-primary);
}



ul.col2_list.movie-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px; /* 💡 ここを追加！上の文字との隙間を10px空けます */
}

/* 各動画（リストの項目）の幅を調整 */
.movie-list li {
  width: 48%;             /* 横幅を全体の約半分（隙間を空けるため48%）に設定 */
}

/* レスポンシブ対応：動画エリアの高さが潰れないようにする魔法の記述 */
.youtubeArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;    /* YouTubeの比率（16:9）を保つ */
  height: 0;
}

.youtubeArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スマホで見るときは縦並びに戻す（親切設計） */
@media (max-width: 768px) {
  .movie-list {
    flex-direction: column; /* スマホでは縦並びにする */
    gap: 20px;              /* 動画と動画の間に隙間をあける */
  }
  .movie-list li {
    width: 100%;            /* スマホでは横幅いっぱいに広げる */
  }
}

.map-img {
	text-align: center;
}

.map-img img {
	width: 60%;
	height: auto;
	max-width: 100%;
}


.mv-note{
	max-width: 900px;
	margin: 10px auto 20px;
	color: #6E6259;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
	.mv-note{
		margin: 10px auto;
		font-size: 12px;
		line-height: 1.8;
	}
}

.prepare-red{
	color: red;
	text-align: center;
}

