@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=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root {
    /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
    --color-background: #fff;
    --color-background02: #F5F5F5;
    --color-background-op80: #ffffffcc;

    --clr-000: #000;
    --color-font: #333333;
    --color-font01: #252524;
    --color-primary: #B0966B;
    --color-primary-shade: #EFA52E;
    --color-primary-tint: #B0966B;
    --color-secondary: #EFA52E;
    --color-secondary-tint: #EFA52E;
    --color-table-border: #CACACA;
    --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: #FFFFFF;
    --header-color-font: #333333;
    --header-color-primary: #EFA52E;
    /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
    --footer-background: #B0966B;
    --footer-color-font: #FFFFFF;
    --footer-color-primary: #FFFFFF;

    /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Kaku Gothic New", "Noto Sans JP", serif;
    --font-family03-en: "Oswald", "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)*/
    --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)*/
    --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)*/
    --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;
}

/* header navbar */
@media print,
screen and (min-width: 1024px) {
    nav#mainNav ul li.pc_none {
        display: none;
    }

    #header {
        height: 100px;
        /* font-family: var(--font-family02); */
    }

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

    #header .logo img {
        max-width: 290px;
        max-height: 78px;
        width: 100%;
        height: auto;
        min-width: 60px;
        margin-right: var(--px20);
    }

    #header .logo .logo-txt {
        font-weight: 400;
        font-size: var(--rem26w);
        color: var(--header-color-font);
        line-height: 1;
        letter-spacing: .1em;
        font-family: var(--font-family02);
    }

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

    nav#mainNav ul li a b {
        font-size: var(--rem16);
        font-weight: 500;
        line-height: 1;
        letter-spacing: .03em;
        color: var(--header-color-font);
    }

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

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

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

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

    #header a.head_btn.tel_btn .tel_icon {
        font-size: var(--rem24);
        font-weight: bold;
    }

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

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

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

    #header ul.header__contact li:has(.mail_btn) {
        display: flex;
        align-items: center;
        margin-right: var(--px20);
    }

    #header a.head_btn.mail_btn {
        min-width: calc(var(--px200) - 10px);
        color: var(--header-background);
        background: var(--header-color-primary);
        font-size: var(--rem16);
        font-weight: bold;
        letter-spacing: .1em;

        height: 80%;
        border-radius: 5px;
    }

    #header a.head_btn.mail_btn span::before {
        content: "\f0e0";
        font-family: "FontAwesome";
        font-size: var(--rem20);
        font-weight: 400;
        line-height: 1;
        margin-top: 4px;
        margin-right: 8px;
        color: var(--header-background);
    }

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

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


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

    #header a.head_btn.mail_btn,
    #header a.head_btn.tel_btn {
        width: fit-content;
    }

    #header .logo .logo-txt {
        font-size: var(--rem20);
    }

    #header .logo img {
        width: 100%;
        height: auto;
    }
}

@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 */


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

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

/* footer */

#footer .footer__logo img {

    max-height: var(--px200);
    max-width: 195px;
}

#footer {
    color: var(--footer-color-font);
    font-size: var(--rem14);
    padding: var(--px70) 0 var(--px60);
    background: var(--footer-background);
}

#footer .inner {
    margin-top: var(--px30);
}

#footer .footnav ul>li {
    font-weight: 500;
    padding: 0 var(--px18);
}

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

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

/*-----------------------------
cta02_col2_max1240
------------------------------*/
.cta02 {
    position: relative;
    padding: var(--px120) 0 var(--px80);
    z-index: 0;
}

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

.cta02::after {
    content: "";
    background: var(--color-primary);
    mix-blend-mode: multiply;
    width: 100%;
    height: 73%;
    position: absolute;

    top: 0;
    left: 0;
    z-index: 0;
}


.cta02 .cta02_wrap {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}


.cta02 .cta02_wrap>p {
    color: var(--color-background);
    letter-spacing: 0;
    font-weight: 500;
    font-size: var(--rem20);
}

.cta02 .cta02_wrap .main-ttl {
    text-align: center;

    margin: 0 0 var(--px20);
    color: var(--color-background);
}

.cta02 .cta02_wrap .main-ttl .en-ttl {
    color: var(--color-background);
}

.cta02 .cta02_wrap .main-ttl::after {
    background: var(--color-background);
}

.cta02 .ctabtnlist {
    justify-content: space-between;
    margin: var(--px50) auto 0 auto;
    gap: var(--px40);
}

.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    background: var(--color-secondary);
    border-radius: 10px;
}

.cta02 .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 10px;
    transition: all ease .15s;
}

.cta02 .item:hover {
    opacity: 0.8;
}

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

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

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

/*ボタン共通パーツ*/

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

.cta02 .btnttl {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: var(--rem20);
    font-family: var(--font-family02);
}


/*電話ボタン*/

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

.cta02 a.telbtn {
    background: var(--color-background);
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

/*メールボタン*/

.cta02 .mailarea.item {
    background: var(--color-secondary);
    color: var(--color-background);
}

.cta02 a.mailbtn {
    background: var(--color-background);
    color: var(--color-background);
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 400px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}

.cta02 a.mailbtn {
    background: var(--color-background);
    color: var(--color-secondary);
    font-weight: bold;
}

/*ボタンアイコン*/

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

.cta02 .telnum::before {
    content: '\f3cd';
}

.cta02 a.mailbtn::before {
    content: '\f0e0';
}

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

.main-ttl .en-ttl {
    display: block;
    color: var(--color-primary);
    font-weight: 500;
    letter-spacing: .03em;
    font-size: var(--rem90);
    line-height: 1.4;
    text-transform: capitalize;
    font-family: var(--font-family03-en);
}

.main-ttl.long-ttl .en-ttl {
    font-size: clamp(40px, calc(8rem + ((1vw - 19.2px) * 2.589)), 80px);
}

.post .main-ttl.txt_l {
    margin-bottom: .7em;
    line-height: 1.3;
}

.post .main-ttl.txt_l::after {
    margin-left: 0;
    margin-right: auto;
}



.post h2::after {
    content: "";
    width: var(--px80w);
    height: 1px;
    margin-top: .7em;
    background: var(--color-primary);
}

.lh2 {
    line-height: 2;
}


/* content01 */

.big-txt {
    font-size: var(--rem36);
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
    margin: 1em 0;
}

#content01 {
    position: relative;
    padding: var(--px120) 0;

    z-index: 0;
}

/* #content01::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 31%;
    background: var(--color-primary);
    top: 0;
    left: 0;
} */

#content01 p:not(.big-txt) {
    font-weight: 500;
    letter-spacing: .03em;
}

#content01 .flexbox .txtinner {
    max-width: 700px;
}

#content01 .flexbox .txtarea {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px40);
}

/* content02 */

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

#content02 h2,
#content02 .en-ttl,
#content02 p {
    color: var(--color-background);
}

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

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}

.num_list01 .imgarea {
    position: relative;
    margin-bottom: var(--px20);
}

.num_list01 .imgarea:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: "0" counter(number);
    display: inline-block;
    background: var(--color-secondary);
    color: var(--color-background);
    font-family: var(--font-family03-en);
    font-weight: bold;
    font-size: var(--px50);
    border-radius: 50%;
    left: 50%;
    width: calc(1.8 * var(--px50));
    height: calc(1.8 * var(--px50));
    line-height: calc(1.8 * var(--px50));
    text-align: center;
    /* bottom: -25px; */
    top: 0;
    left: 0;
    transform: translateX(0);
	z-index: 10;
    /* box-shadow: 0 0 8px grey; */
}

.num_list01 .num_listttl {
    text-align: center;
    font-weight: bold;
    font-size: var(--rem24w);
    padding: 24px 0;
    position: relative;
    font-family: var(--font-family02);
}

.num_list01 p:not(.num_listttl) {
    font-weight: 500;
    line-height: 1.8;
    font-size: calc(var(--rem14) + 1px);
}

/*---------col03-----------*/

.post .col3_list {
	max-width: 1000px;
	margin: 0 auto;
    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;
    margin-top: var(--px60);
}

.post .col3_list>li {
    width: 32%;
    margin-bottom: 2%;
    max-width: 360px;
}

.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}

.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media print,
screen and (max-width: 768px) {
    .post .col3_list>li {
        width: 45%;
        margin-bottom: 5%;
    }

    .post .col3_list::before,
    .post .col3_list:after {
        content: none;
    }

    .num_list01 .imgarea:before {
        font-size: 40px;
        width: calc(1.8 * 40px);
        height: calc(1.8 * 40px);
        line-height: calc(1.8 * 40px);
    }
}

@media print,
screen and (max-width: 450px) {
    .post .col3_list {
        justify-content: center;
    }

    .post .col3_list>li {
        width: 100%;
        margin-bottom: 8%;
    }
	.post .col3_list>li .imgarea {
		width: 70%;
		margin: 0 auto;
	}

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

    .num_list01 .imgarea:before {
        font-size:calc(50px * 7 / 10);
        width: calc(calc(1.8 * 50px) * 7 / 10);
        height: calc(calc(1.8 * 50px) * 7 / 10);
        line-height:calc(calc(1.8 * 50px) * 7 / 10);
    }
	.num_list01 .num_listttl {
		font-size: calc(var(--rem24w) * 1.125)
	}
	
}


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

.col2_grid, .post .col2_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--px40);
	margin: 0 auto;
	max-width: 1000px;
	

}

.col2_grid>li .imgarea {
    overflow: hidden;
    aspect-ratio: 15 / 8;
    width: 100%;
    height: auto;
}

.col2_grid .fa-chevron-right {
    font-size: var(--rem18);
    color: var(--color-background);
}

.col2_grid>li {
    background: var(--color-primary);
    overflow: hidden;
    border-radius: 10px;
}

.col2_grid>li .txtarea {
    background: var(--color-primary);
    padding: var(--px35) var(--px40);
}

.col2_grid>li .txtarea .txtinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col3_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--px35);
}

.col3_grid>li .imgarea {
    overflow: hidden;
    aspect-ratio: 390 / 272;
    width: 100%;
    height: auto;
}

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

.col3_grid>li {
    background: var(--color-background);
}

.col3_grid>li .txtarea {
    padding: var(--px30) var(--px30) var(--px40);
    background: var(--color-background);
}

.card-ttl {
    font-weight: bold;
    font-size: var(--rem24);
    text-align: center;

    letter-spacing: .0;
    line-height: 1.4;
    color: var(--color-background);
}

.card-info {
    font-size: calc(var(--rem16) - 1px);
    letter-spacing: .05em;
}

@media print,
screen and (min-width: 1024px) {
    /* .card-ttl {
        font-size: clamp(16px, calc(2rem + ((1vw - 19.2px) * 0.4464)), 20px);
    } */

    .big-txt {
        font-size: clamp(25px, calc(3.6rem + ((1vw - 19.2px) * 1.2277)), 36px);
    }
}

@media print,
screen and (min-width: 641px) {
    .mbbr {
        display: none;
    }
}

@media print,
screen and (max-width: 767px) {
 .col2_grid, .post .col2_grid {

        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));


    }
}

/* BTN */
/* code button simple */
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border: none;
    border-radius: 50vh;
    transition: all .3s;
    z-index: 10;
}

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


/* code button arrow */
.linkBtn:has(.arw),
.post .linkBtn:has(.arw),
a.linkBtn:has(.arw) {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    letter-spacing: .03em;
    color: var(--color-font);
    line-height: 1.8;
    text-align: left;
    background: transparent;
    font-weight: 500;
    padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
    padding-left: 10px;
    margin: var(--px40) auto 0;
    border: none;
    border-radius: 0;
    transition: all .3s;
    z-index: 10;
}

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

.post .linkBtn:has(.arw)::after,
.linkBtn:has(.arw)::after,
a.linkBtn:has(.arw)::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-font);
    transform: rotate(0);
    border: 0;
    top: auto;
    bottom: -3px;

    margin-top: 0;
    left: 0;
}

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

.linkBtn:has(.arw):hover,
.post .linkBtn:has(.arw):hover,
a.linkBtn:has(.arw):hover {
    color: #111;
    background: transparent;
}

.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: var(--px50);
    height: var(--px50);
    border: 1px solid transparent;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    background: var(--color-secondary);
}

.linkBtn.clr-FFF:has(.arw) .arw {
    background: var(--color-background);
}

.linkBtn:has(.arw) .arw::after,
.post .linkBtn:has(.arw) .arw::after,
a.linkBtn:has(.arw) .arw::after {
    content: '';
    position: absolute;
    width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
    height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: var(--color-background);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
    transform: translate(-70%, -50%) rotate(45deg);
    -webkit-transition: .4s;
    transition: .4s;
}

.linkBtn.clr-FFF:has(.arw) .arw::after {
    border-color: var(--color-primary);
}

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

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

@media print,
screen and (min-width: 1024px) {
    .btn-group {
        display: flex;
        flex-wrap: wrap;
        gap: var(--rem24s);
        margin-top: var(--px50);
    }

    .btn-group .linkBtn {
        margin: 0;

    }
}

.linkBtn:not(:has(.arw)):hover {
    opacity: .8;
}

.linkBtn.insta-link {
    max-width: 500px;
    border-radius: 5px;
    padding: var(--rem30) 30px var(--rem30) 20px;
    font-family: var(--font-family03-en);
    font-size: var(--rem30);
    letter-spacing: .03em;
    font-weight: bold;
    line-height: 1;
    background: var(--color-font);
}

.linkBtn.insta-link::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: clamp(4px, calc(9px + ((1vw - 19.2px) * 0.3236)), 9px);
    bottom: 0;
    width: 22%;
    max-width: 110px;
    height: 84%;
    background: url(/wp-content/uploads/top-10-ico.png) no-repeat bottom / contain;
}

@media print, screen and (max-width: 767px) {
	.linkBtn.insta-link {
		margin-top: calc(var(--px120) - 2rem);
	}
}
/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: var(--px40);
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(400px + (1vw - 19.2px) * 10.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 10px;
		margin-bottom:0;
	}
	.flexbox.teleco_v1:not(:last-child) {
		margin-bottom: var(--px80);
	}
}


/* LOWERS */


body:not(.home) .post h2 {
    font-weight: 500;
    font-size: var(--rem36);
    letter-spacing: .03em;
    font-family: var(--font-family02);
    color: var(--color-font);

    line-height: 1.4;
}

.post table th,
.post table td {
    font-size: var(--rem16);
}

.post table th {
    background: var(--color-primary);
    color: var(--color-background);
}

body:not(.home) .post p:not(.big-txt) {
    font-weight: 500;
}

body:not(.home) .post .big-txt {
    font-weight: bold;
    letter-spacing: 0;
}

.message {
    max-width: 1000px;
    margin: 0 auto;
}

#thumbImg::before,
header#h1Header::before {
    opacity: .5;
    background: var(--color-background);
}

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

.post h3,
.post h4 {
    font-family: var(--font-family02);
}

.post h3 {
    margin: 0 0 var(--px20);
    width: 100%;
}

.page-info .flexbox .txtarea {
    padding: var(--px30);
}

#front-sectionPost .main-ttl {
	margin-bottom: 2em;
}

.page-company .message {
	max-width: 800px;
	text-align: left !important;

}

.page-company .message .pcbr {
	display: none;
}