@charset "utf-8";

/* ========================================
   Reset
======================================== */
* { margin: 0; padding: 0; }
*:focus, *:hover { outline: none; }
figure { margin: 0; }
div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5 { margin: 0; }
h1 { font-size: 3rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.8rem; line-height: 1.75; font-weight: 500; }
h4, h5, h6 { font-size: 1.6rem; }

/* ========================================
   Base
======================================== */
html { font-size: 62.5%; }

body {
    color: #333;
    background: #fff;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "メイリオ", Meiryo,
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

a { text-decoration: none; }
a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p { line-height: 1.75; }
img { display: block; max-width: 100%; height: auto; }

p, dl dt, dl dd, ul li, ol li, table th, table td {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}

.image { display: block; max-width: 100%; width: 100%; height: auto; }

/* ========================================
   Container
======================================== */
.container {
    width: 100%;
    max-width: 1230px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container.--of { overflow: visible; }
.container .container { padding: 0; max-width: 100%; }

@media screen and (max-width: 1200px) {
    .container { padding: 0 20px; }
}

/* ========================================
   Utilities
======================================== */
.clear { clear: both !important; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.center-block { display: block; margin: auto; }

.lazy {
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0%, 50px);
    transform: translate(0%, 50px);
}
.lazy-show {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 1s;
}

/* ========================================
   Latest Posts
======================================== */
ul.wp-block-latest-posts.has-dates li {
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
}
ul.wp-block-latest-posts.has-dates li a,
ul.wp-block-latest-posts.has-dates li time {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.6rem;
}
ul.wp-block-latest-posts.has-dates li a { order: 2; }
ul.wp-block-latest-posts.has-dates li time {
    order: 1;
    display: inline-block;
    padding-right: 2em;
}

/* ========================================
   Common Components
======================================== */
.cm-menu {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.cm-address { font-style: normal; }
.cm-address a {
    font-size: 32px;
    font-weight: 700;
    color: #333333 !important;
    line-height: 1;
}
.cm-address a small { font-size: 2rem; }
.cm-address p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.cm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 240px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background-color: #ddd;
}
.cm-btn::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url('../images/icon_white_mail.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ========================================
   Header
======================================== */
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    box-sizing: border-box;
}
.header__logo {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    max-width: 318px;
    width: 100%;
    padding: 0;
}
.header__logo span,
.header__logo a,
.header__logo img { display: block; }
.header__logo a,
.header__logo img { height: auto; width: 100%; max-width: 318px; }
.header__catch { font-weight: 500; font-size: 1.4rem; line-height: 2; }

a.menu-tel,
a.menu-trigger { display: none; }

.cm-address.footer__address { display: none; }
#pageVisual, #gNavi.fixed { max-width: 100%; }

/* ========================================
   Global Navigation
======================================== */
#gNavi a {
    color: inherit;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

@media screen and (min-width: 829px) {
    #gNavi.fixed {
        border-bottom: solid 1px #ccc;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
    }
    #gNavi:not(.fixed) { margin-bottom: 16px; }
    #gNavi.fixed { padding: 16px 0; }
    #gNavi ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    #gNavi li {
        display: table-cell;
        font-size: 1.6rem;
        text-align: center;
    }
    #gNavi li + li { border-left: solid 1px #ccc; }
    #gNavi li a {
        display: block;
        padding: 16px 0;
        position: relative;
    }
    #gNavi li a span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: var(--cm-orange);
        transition: width 0.3s;
    }
    #gNavi li a:hover span,
    #gNavi li.current-menu-item a span,
    #gNavi li.current_page_item a span,
    #gNavi li.current-page-ancestor a span { width: 100%; }
    #gNavi li a:hover { opacity: 1; }
}

/* ========================================
   KV ヒーロー画像
======================================== */
.kv { overflow: hidden; }
.kv__image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ========================================
   Breadcrumbs
======================================== */
#breadcrumbs {
    font-size: 1.5rem;
    margin-bottom: 80px;
    padding: 15px 0;
}
#breadcrumbs a { color: #333; text-decoration: none; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 2px 8px; }

/* ========================================
   WP ページナビ
======================================== */
.wp-pagenavi {
    background: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
    margin-top: 45px;
    font-size: 1.6rem;
}
.wp-pagenavi .pages { display: none; }
.wp-pagenavi span.current,
.wp-pagenavi ul li.active a {
    background: var(--cm-green);
    color: #fff;
    border-color: var(--cm-green);
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--cm-green);
}
.wp-pagenavi a, .wp-pagenavi span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 1.8em;
    height: 1.8em;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: none;
    color: #333;
    background: #fff;
}

/* ========================================
   CTA Block
======================================== */
.cta_block .cta__headwrap p { line-height: 1; }
.cta_block .wp-block-columns { justify-content: center; gap: 0; }
.cta_block .wp-block-columns p { line-height: 1.2; }
.cta_block .tel__number a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}
.cta_block .wp-block-buttons { gap: 16px; }

.cta_block .wp-block-button__link {
    background-color: #fff;
    color: var(--cm-green);
    width: 356px;
    height: 60px;
    line-height: 60px;
    border-radius: var(--btn-radius);
    gap: 8px;
    border: 1px solid;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
}
.cta_block .cta__contact .wp-block-button__link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 14px;
    background-image: url('../images/icon_mail-green.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(63%) sepia(88%) saturate(304%) hue-rotate(71deg) brightness(81%) contrast(92%);
    transition: all 0.3s;
}
.cta_block .cta__entry .wp-block-button__link::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 23px;
    background-image: url('../images/icon_entry.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(63%) sepia(88%) saturate(304%) hue-rotate(71deg) brightness(81%) contrast(92%);
    transition: all 0.3s;
}
.cta_block .wp-block-button__link:hover {
    background-color: var(--cm-green) !important;
    color: #fff;
    opacity: 1;
}
.cta_block .wp-block-button__link:hover::before {
    filter: brightness(0) invert(1);
    transition: all 0.3s;
}
.cta_block .tel__number { text-align: center; }

/* ========================================
   Footer
======================================== */
footer { margin-top: 180px; }

.footer__logo { display: block; margin-bottom: 16px; }
.footer__logo a, .footer__logo img { display: block; height: auto; width: 100%; max-width: 318px; }
.footer__address {
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
}
.footer__address a { color: inherit; }

.footer__copy {
    margin-top: 56px;
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

/* トップへ戻る */
.rtt {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
}
.rtt.show { opacity: 1; }
.rtt svg { max-width: 40px; }
.rtt:hover { opacity: 0.7; }

/* ========================================
   Gutenberg ブロック上書き
======================================== */
.wp-block-columns { justify-content: space-between; }
.wp-block-columns .wp-block-column { padding: 0; margin: 0; }
.swap { flex-direction: row-reverse; }
.wp-block-separator { border: 2px solid; border-top: none; }
.in__block { display: inline-block; }
.bg__color { background: #fafafa; }

.wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    color: #fff;
    background-color: #32373c;
    box-shadow: none;
}
.wp-block-buttons, .wp-block-buttons > .wp-block-button { display: block; }
#main .wp-block-button__link { width: 240px; }

/* cm-about__columns */
.cm-about__columns { max-width: 1016px; margin: 0 auto; }
.cm-about__columns .wp-block-separator { border: 4px solid; border-top: none; }
.cm-about__columns figure { max-width: 296px; margin: 0 auto; }
.cm-about__columns h3 { line-height: 1.2; }

/* cm-headicon */
.cm-headicon h2::before, .cm-headicon h3::before {
    content: "";
    display: inline-block;
    border: solid 5px #333333;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: 1px;
}

/* Latest Posts */
ul.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    font-size: 1.6rem;
    border-top: 3px solid #D9D9D9;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list li {
    font-size: 1.6rem;
    border-bottom: 1px solid #D9D9D9;
    padding: 24px 0;
    display: flex;
    flex-flow: row wrap;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list li time {
    order: 1;
    display: inline-block;
    padding-right: 40px;
    padding-left: 90px;
    color: #333333;
    font-weight: 700;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list li a { order: 2; color: inherit; text-decoration: none; }

/* Home sections */
.m-home { margin-top: -2px; }
.m-home h2 { line-height: 1.75; font-weight: 500; }
.m-head h2 { line-height: 1.2; }
.m-head p { line-height: 1; margin-top: 12px; }
.m-recruit_banner { max-width: 824px; margin: 0 auto; }
.banner_insta { max-width: 432px; margin: 0 auto; }
.p-business_banner h2 { line-height: 1.75; }

/* Country banner */
.country__banner h2 { align-items: center; display: flex; justify-content: center; }
.country__banner h2::before, .country__banner h2::after { background-color: #333; content: ""; height: 2px; width: 30px; }
.country__banner h2::before { margin-right: 30px; transform: rotate(60deg); }
.country__banner h2::after { margin-left: 30px; transform: rotate(-60deg); }
.country__banner .wp-block-columns { max-width: 730px; margin: 0 auto; flex-direction: row; }

/* CEO wrap */
.ceo__wrap { gap: 24px; }
.ceo__wrap p { line-height: 1; }

/* Contact wrap */
.l-contact_wrap { display: none; }

/* Scroll table */
.scroll__table table th, .scroll__table table td {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    background-color: var(--table-th);
    padding: 24px 32px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 240px;
    vertical-align: top;
    border-bottom: 4px solid #fff;
}
table td {
    background-color: var(--table-td);
    padding: 24px 32px;
    font-size: 1.6rem;
    vertical-align: top;
    border-bottom: 4px solid #fff;
}

/* Access */
.l-access iframe { width: 100%; margin-bottom: 40px; }

/* Message */
.l-message .wp-block-columns figure { max-width: 300px; margin: 0 auto; }

/* zoom_wrap */
.zoom_wrap figure { overflow: hidden; box-sizing: border-box; }

/* Reverse */
.reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
.reverse small { font-size: 3rem; color: #216684; }

/* Details block */
.wp-block-details summary::before {
    content: "";
    display: inline-block;
    border: solid 5px #333333;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: 1px;
}
.wp-block-details summary {
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 2px solid;
}
summary::-webkit-details-marker { display: none; }

/* ========================================
   Desktop Only
======================================== */
@media screen and (min-width: 829px) {
    .only__mobile { display: none !important; }

    .footer { padding-top: 56px; }
    .footer__block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 0;
        grid-row-gap: 60px;
    }
    .footer__info { grid-area: 1 / 1 / 3 / 2; }
    .footer__content { grid-area: 1 / 2 / 2 / 3; }
    .footer__menu {
        grid-area: 2 / 2 / 3 / 3;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .footer__nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 32px;
        justify-content: flex-end;
        max-width: 400px;
        margin-left: auto;
    }
    .footer__nav a {
        font-size: 1.5rem;
        text-decoration: none;
        color: inherit;
    }

    .cm-about__columns .wp-block-column {
        flex-basis: calc(296 / 1016 * 100%);
        max-width: calc(296 / 1016 * 100%);
    }
    .cm-about__columns figure + h3 { margin-top: 48px; }
    .p-business_banner .txt__box { padding: 32px 0 32px 80px; box-sizing: border-box; }
    .scroll__table table th { width: unset; }
    .scroll__table table th:nth-of-type(1) { width: 220px; }

    .cta_block .wp-block-columns .wp-block-column { max-width: 365px; }
    .cta_block .wp-block-columns .wp-block-column + .wp-block-column {
        border-left: 2px solid #FFFFFF;
        padding-left: 56px;
        margin-left: 56px;
        box-sizing: border-box;
        max-width: calc(370px + 56px);
    }

    .zoom_wrap { justify-content: space-between; }
    .zoom_wrap:hover { transition: all 0.4s; }
    .zoom_wrap .wp-block-column:hover a { opacity: 1; }
    .zoom_wrap .wp-block-column a { display: block; }
    .zoom_wrap .wp-block-column:hover a img { transform: scale(1.1, 1.1); }
    .zoom_wrap .wp-block-column a img { transition: all 0.4s; display: block; }
    .zoom_wrap .wp-block-column:not(:first-child) { margin-left: 0; }
}

@media screen and (min-width: 451px) { .only__sp { display: none !important; } }

@media screen and (max-width: 1080px) {
    h2 br, h3 br, h4 br, h5 br { display: none; }
}

/* ========================================
   Mobile
======================================== */
@media screen and (max-width: 828px) {
    .header__logo {
        max-width: calc(100% - 100px);
        padding: 0;
    }
    .header__logo a { width: 100%; }
    .header__logo a, .header__logo img { max-width: 240px; }
    .header__menu { display: none; }
    .header__wrapper { padding: 20px 0; }

    .footer__logo a, .footer__logo img { max-width: 240px; }

    a.menu-tel {
        color: #333;
        font-size: 3rem;
        position: fixed;
        width: 40px;
        height: 40px;
        right: 60px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.menu-trigger,
    a.menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }
    a.menu-trigger:hover { opacity: 1; }
    a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }
    a.menu-trigger span:nth-of-type(1) { top: 10px; }
    a.menu-trigger span:nth-of-type(2) { top: 48%; }
    a.menu-trigger span:nth-of-type(3) { bottom: 10px; }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-315deg);
        transform: translateY(9px) rotate(-315deg);
    }
    .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }

    #gNavi {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        overflow: hidden;
        margin-top: 0;
    }
    #gNavi .container {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        padding: 0;
    }
    #gNavi ul {
        border: none;
        position: absolute;
        right: -100%;
        top: 50px;
        width: 100%;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
    }
    #gNavi ul li {
        display: block;
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid #fff;
    }
    #gNavi a {
        color: #fff;
        line-height: 1;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
    }

    .wp-block-columns { flex-direction: column; gap: 30px; }
    .wp-block-columns .wp-block-column { max-width: 100%; }
    .wp-block-buttons { justify-content: center; }

    table tr th, table tr td { width: 100% !important; border: none; display: block; }

    #breadcrumbs { height: auto; padding: 15px 0; line-height: 1.6; margin-bottom: 40px; }

    .cm-about__columns.wp-block-columns { gap: 64px; max-width: 500px; margin: 0 auto; }
    .cm-about__columns figure + h3 { margin-top: 30px; }

    .scroll__table table tr th, .scroll__table table tr td { display: table-cell; min-width: 210px; padding: 16px; }
    .scroll__table table tr th:nth-of-type(2), .scroll__table table tr td:nth-of-type(2) { min-width: 400px; }
    .scroll__table { overflow: auto; padding-bottom: 30px; }
    .scroll__table table { margin-top: 16px; }
    .scroll__table::before {
        content: "※横スクロールでご覧いただけます。";
        color: #f55;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    ul.wp-block-latest-posts.wp-block-latest-posts__list li time { padding: 0; }

    .m-head h2, .m-head p { text-align: center; }
    .wp-block-column .m-head { margin-top: 18px; }
    .m-company .zoom_wrap { gap: 48px; }

    .p-business_banner { max-width: 500px; margin: 0 auto; }
    .p-business_banner h2 { font-size: 2.4rem !important; }
    .p-business_banner .wp-block-columns { gap: 12px; }
    .p-business_banner .txt__box { padding: 32px 32px 0; box-sizing: border-box; }

    .country__banner .wp-block-columns { gap: 0; }
    .country__banner .wp-block-columns .wp-block-column { max-width: calc(115 / 730 * 100%); }
    .country__banner h2::before { margin-right: 16px; transform: rotate(60deg); }
    .country__banner h2::after { margin-left: 16px; transform: rotate(-60deg); }

    .l-access .wp-block-columns { gap: 48px; }
    .l-access iframe { margin-bottom: 30px; }

    .cta__headwrap h2 + .wp-block-spacer { max-height: 12px; }
    .cta_block h3 { text-align: left; }
    .cta_block .wp-block-column p { text-align: center; }
    .cta_block .wp-block-columns { max-width: 500px; margin: 0 auto; }
    .cta_block .wp-block-columns .wp-block-column + .wp-block-column {
        border-top: 2px solid #FFFFFF;
        padding-top: 24px;
        margin-top: 24px;
        box-sizing: border-box;
    }

    footer { margin-top: 160px; }
    .footer__info { text-align: center; }
    .footer__nav ul { justify-content: center; }
    .footer__nav a { font-size: 1.5rem; text-decoration: none; color: inherit; }

    .wp-block-spacer { max-height: 48px; }
    .sct.wp-block-spacer { max-height: 80px; }
    .medium2 { max-height: 36px; }
    .medium.wp-block-spacer { max-height: 30px; }
    .mini2.wp-block-spacer { max-height: 24px; }
    .mini.wp-block-spacer { max-height: 16px; }

    ul.wp-block-latest-posts.has-dates li a,
    ul.wp-block-latest-posts.has-dates li time { width: 100%; display: block; }
}

@media screen and (max-width: 450px) {
    .header__catch { font-size: 1.2rem; }
    .header__logo a, .header__logo img { max-width: 200px; }
    .header__wrapper { padding: 16px 0; }

    p, dl dt, dl dd, ul li, ol li, table th, table td { font-size: 1.5rem; }

    .none__sp { display: none !important; }
    .l-head h1 { font-size: 2.8rem; }
    .limit_big { font-size: 26px !important; }
    .limit_headline_2 { font-size: 22px !important; }
    .limit_headline { font-size: 20px !important; }
    .limit_large { font-size: 18px !important; }
    .limit_text { font-size: 16px !important; }

    table tr th, table tr td { padding: 20px; }

    .cm-about__columns figure + h3 { font-size: 2.8rem !important; }
    .cm-about__columns.wp-block-columns { max-width: 296px; }
    .m-recruit_banner { max-width: 335px; }
    .m-home h2 { font-size: 2.4rem !important; text-align: left; }
    .p-business_banner { max-width: 335px; }

    .cta_block .wp-block-button { width: 100%; max-width: 300px; }
    .cta_block .wp-block-button__link { width: 100%; }
    .cta__headwrap h2 { font-size: 2.8rem !important; }
    .cta_block h3 { font-size: 2.2rem !important; }
    .cta_block .tel__number { font-size: 4rem !important; }
}
