@charset 'UTF-8';

/*******************************************
cmn2026 — ヘッダー・フッター共通（リニューアル）
 全ページで読み込むこと（libs/head.php 推奨）
*******************************************/

/* 本文フォント（Noto Sans JP — Google Fonts は libs/head.php の WebFont.load で読込） */
body {
    font-family: "Noto Sans JP", sans-serif;
}

.cmn_btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 200px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #42bcc6;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    transition: 0.35s ease;
    margin: 0 auto;
}
.cmn_btn a span {
    position: relative;
    z-index: 1;
    color: #42bcc6;
    text-align: center;
    width: inherit;
    height: inherit;
    padding-right: 0 !important;
}
.cmn_btn a::after {
    content: "";
    position: absolute;
    right: -16px;
    left: inherit;
    top: 50%;
    width: 32px;
    height: 1px;
    margin-top: -0.5px;
    background: #42bcc6;
    transform: scale(1.0);
    transform-origin: right center;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.cmn_btn a span::before {
    display: none;
}
.cmn_btn a span::after {
    display: none;
}
.cmn_btn a:hover {
    background: #42bcc6;
}
.cmn_btn a:hover span {
    color: #fff;
}
.cmn_btn a:hover::after {
    transform: scaleX(0);
    opacity: 1;
}

/*******************************************
ヘッダー — 単一 #header_nav_menu + 全幅ハンバーガー
*******************************************/

/* style.min の .header .hamberger（left 指定）より後に読み込む cmn2026 で右寄せを優先 */
.header .hamberger {
    position: absolute;
    top: 12px;
    right: 10px !important;
    left: auto !important;
    z-index: 9999;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.header .hamberger .line,
.header .hamberger .line span,
.header .hamberger p,
.header .hamberger p .menu,
.header .hamberger p .close {
    cursor: pointer;
}
.header .hamberger.active {
    background: #fff !important;
    opacity: 1 !important;
}

.header .hamberger .line {
    width: 36px;
    height: 14px;
    min-height: 14px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.header .hamberger .line span,
.header .hamberger.active .line span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #38A6DF;
    transition: .3s ease-in;
}
.header .hamberger .line span:first-child {
    margin-bottom: 10px;
}
.header .hamberger.active .line span:first-child {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    margin-left: -13px;
    margin-top: -1px;
    transform: rotate(225deg);
    transform-origin: center;
}
/* 2本線: 中央線用の非表示が2本目に当たるのを防ぎ、旧3本目相当の回転でバツの片腕にする */
.header .hamberger.active .line span:nth-child(2) {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: 26px !important;
    max-height: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    transform: rotate(-225deg);
    transform-origin: center;
}
.header .hamberger p,
.header .hamberger p .menu,
.header .hamberger p .close {
    color: #38A6DF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    left: auto !important;
    right: auto !important;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1022px) {
    .header .hamberger p,
    .header .hamberger p .menu,
    .header .hamberger p .close {
        margin-top: 3px;
    }
}

.header .inHeader {
    position: relative;
    display: block;
    background-color: #fff;
    height: 60px;
}

.header .inHeader__bar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    .header .inHeader {
        padding: 0;
    }
    .header.isHeader .inHeader-main {
        margin-left: 30px;
    }
    .header .inHeader-main .recruit-site span {
        max-width: none;
    }
    .header .inHeader > .inHeader-content .inHeader-inner {
        padding: 0;
    }
    /* style.min 等の 75px / translateX 指定を打ち消す */
    .header .inHeader-navi .inHeader-btn {
        width: auto;
        display: flex !important;
        opacity: 1;
        transform: none;
        transition: unset;
    }
}

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

.header .inHeader-main {
    max-width: 380px;
    align-self: center;
    padding: 0 !important;
    margin-left: 30px;
}

.header .inHeader-main #logo {
    width: 102px;
    margin-bottom: 4px;
    margin-left: 0 !important;
}

.header .inHeader-main .recruit-site span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    color: #1A1311;
    margin-left: 20px;
    padding: 6px 0 6px 20px;
    letter-spacing: 0.075em;
}
.header .inHeader-main .recruit-site span::before {
    top: 0;
}

/* CTA（CONTACT + ENTRY）横並び */
.header-cta {
    display: flex;
    align-items: center;
    gap: 18px;
}
.header-cta__contact,
.header-cta__entry {
    flex: 0 0 auto;
}

/* ENTRY accordion */
.header-entry {
    position: relative;
}
.header-entry__trigger {
    appearance: none;
    border: 0;
    background: #38A6DF;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: 130px;
    height: 60px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0;
}
.header-entry__trigger .header-entry__label {
    font-size: 2rem;
}
.header-entry__icon {
    font-size: 2rem;
    line-height: 1;
}
.header-entry.is-open .header-entry__icon {
    transform: rotate(45deg);
}
.header-entry__menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #38A6DF;
    min-width: 200px;
    padding: 0 8px;
    z-index: 1000001;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    max-height: 0;
    transform: translate3d(0, -100%, 0);
    transform-origin: top center;
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.35s ease,
        visibility 0s linear 0.35s;
}
.header-entry.is-open .header-entry__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 280px;
    padding: 5px 8px 10px;
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.35s ease,
        visibility 0s;
}
.header-entry__link {
    display: block;
    padding: 12px 14px;
    color: #18191a;
    text-decoration: none;
    font-weight: 500;
}
.header-entry__link:hover {
    color: #38A6DF;
    opacity: 1;
}

.header .header-cta__contact .btn-contact a p {
    font-size: 2rem;
}

/* ヘッダー CONTACT ボタン（ツールバー / ドロワー共通） */
.header .header-cta__contact .btn-contact {
    width: auto;
}
.header .header-cta__contact .btn-contact a {
    max-width: 160px;
    display: table;
    min-width: 160px;
    font-size: 1.3rem;
    height: 34px;
    padding: 7px 15px;
    position: relative;
}
.header .header-cta__contact .btn-contact.nav_contact--toolbar a {
    background: #42BCC6;
    color: #fff;
    border: 1px solid #42BCC6;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px 0 48px;
    box-sizing: border-box;
}

.header .header-cta__contact .btn-contact.nav_contact--toolbar a p {
    opacity: 1;
}

.header .header-cta__contact .btn-contact.nav_contact--toolbar a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    transition: background-color 0.4s;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 15.5"><g transform="translate(-2.25 -2.867)"><path d="M3-.75H14A3.754,3.754,0,0,1,17.75,3v8A3.754,3.754,0,0,1,14,14.75H3A3.754,3.754,0,0,1-.75,11V3A3.754,3.754,0,0,1,3-.75Zm11,14A2.253,2.253,0,0,0,16.25,11V3A2.253,2.253,0,0,0,14,.75H3A2.253,2.253,0,0,0,.75,3v8A2.253,2.253,0,0,0,3,13.25Z" transform="translate(3 3.617)" fill="%23fff"/><path d="M17.966,24.262a2.808,2.808,0,0,1-1.567-.479l-4.665-3.11a.75.75,0,1,1,.832-1.248l4.667,3.111a1.307,1.307,0,0,0,1.463,0l4.742-3.161a.75.75,0,0,1,.832,1.248l-4.74,3.16A2.8,2.8,0,0,1,17.966,24.262Z" transform="translate(-6.781 -11.663)" fill="%23fff"/></g></svg>');    
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.5 15.5"><g transform="translate(-2.25 -2.867)"><path d="M3-.75H14A3.754,3.754,0,0,1,17.75,3v8A3.754,3.754,0,0,1,14,14.75H3A3.754,3.754,0,0,1-.75,11V3A3.754,3.754,0,0,1,3-.75Zm11,14A2.253,2.253,0,0,0,16.25,11V3A2.253,2.253,0,0,0,14,.75H3A2.253,2.253,0,0,0,.75,3v8A2.253,2.253,0,0,0,3,13.25Z" transform="translate(3 3.617)" fill="%23fff"/><path d="M17.966,24.262a2.808,2.808,0,0,1-1.567-.479l-4.665-3.11a.75.75,0,1,1,.832-1.248l4.667,3.111a1.307,1.307,0,0,0,1.463,0l4.742-3.161a.75.75,0,0,1,.832,1.248l-4.74,3.16A2.8,2.8,0,0,1,17.966,24.262Z" transform="translate(-6.781 -11.663)" fill="%23fff"/></g></svg>');    
    mask-size: contain;
    width: 19px;
    height: 16px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
    .header .header-cta__contact .btn-contact.nav_contact--toolbar a:hover::before {
        background-color: #42BCC6;
    }
}


.header .header-cta__contact .btn-contact.nav_contact--toolbar a:hover {
    background: #fff;
    color: #42BCC6;
    opacity: 1;
}
.header .header-cta__contact .btn-contact.nav_contact--toolbar a:hover p {
    opacity: 1;
}

.header .header-cta__contact .btn-contact a::after {
    display: none !important;
}

.header .inHeader-navi .inHeader-btn {
    display: flex !important;
    padding-right: 68px;
}

/* ヘッダー右ツールバーの CONTACT のみ 768px 未満で非表示（ドロワー内は別） */
.header .inHeader-navi .header-cta__contact {
    display: none;
}

/*
 * inHeader-content（ドロワー）— ヘッダー直下から真上に隠し、縦方向にスライド表示
 */
.header .inHeader > .inHeader-content {
    --header-drawer-top: 60px;
    margin: 0 auto;
    position: absolute;
    top: var(--header-drawer-top);
    left: 0;
    right: 0;
    width: 100%;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    transform-origin: top center;
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease,
        visibility 0s linear 0.35s;
    overflow: hidden;
    z-index: 1;
}
.header .inHeader > .inHeader-content.isSlider {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    overflow-y: scroll;
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease,
        visibility 0s;
}
.header .inHeader > .inHeader-content.isSliderOpen {
    height: calc(100vh - var(--header-drawer-top));
}

.header .inHeader > .inHeader-content .inHeader-inner {
    background-color: #38A6DF;
    width: 100% !important;
    animation: none !important;
    transform: none !important;
}

nav#header_nav_menu {
    background-color: #38A6DF;
}

/* 768px 未満：ドロワー内 CONTACT（#header_nav_menu 直下・全メニュー項目の後） */
.header-drawer-contact {
    display: none;
}

.fixHeader .header #header_nav_menu > ul > li > a {
    color: #fff;
}

/* Bebas Neue（英字）— .font-bebas またはメニュー英字ラベル */
.font-bebas,
#header_nav_menu .nav-label__en {
    font-family: "Bebas Neue", sans-serif;
}

/* メニュー: 説明＝英字 .nav-label__en / ナビラベル＝和文 .nav-label__ja（ルート font-size 10px 想定で rem） */
#header_nav_menu .nav-label__en {
    font-size: 3.2rem;
    margin-right: 15px;
}
#header_nav_menu .nav-label__ja {
    font-size: 1.6rem;
    font-weight: 700;
}
#header_nav_menu .nav-label__sub {
    font-size: 1.4rem;
}

#header_nav_menu > ul > li > ul.sub-menu > li a {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
}

#header_nav_menu > ul > li > a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
}

/* 768〜1022px：ヘッダー内ナビ列を 1023px 以上時と同じ基準で配置 */
@media (min-width: 768px) and (max-width: 1022px) {
    .header .inHeader-navi {
        align-self: center;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 20px;
    }
    .header .inHeader > .inHeader-content {
        --header-drawer-top: 52px;
    }
    .header .inHeader > .inHeader-content .inHeader-inner {
        height: 330px;
    }

    /* CONTACT / ENTRY ボタン寸法・ラベル */
    .header .header-cta__contact .btn-contact.nav_contact--toolbar a {
        width: 154px;
        min-width: 154px;
        max-width: 154px;
        height: 44px;
        box-sizing: border-box;
    }
    .header .header-cta__contact .btn-contact.nav_contact--toolbar a p {
        font-size: 1.6rem;
    }
    .header .header-entry__trigger {
        width: 154px;
        height: 44px;
        box-sizing: border-box;
    }
    .header .header-entry__trigger .header-entry__label,
    .header .header-entry__trigger .header-entry__icon {
        font-size: 1.6rem;
    }
    .header .header-entry__link {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1022px) {
    .header .inHeader > .inHeader-content.isSlider {
        top: 60px;
    }
}

@media (min-width: 1023px) {
    /* PC でもハンバーガーを操作できるようにする（テーマ既定の PC 非表示を上書き） */
    .header .hamberger {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        width: 62px;
        height: 62px;
    }
    .header .hamberger .line {
        width: 50px;
        height: 36px;
        min-height: 36px;
    }
    .header .hamberger .line span:first-child {
        margin-bottom: 14px;
    }
    .header .hamberger.active .line span:first-child {
        width: 35px;
        margin-left: -17.5px;
    }
    .header .hamberger.active .line span:nth-child(2) {
        width: 35px !important;
        margin-left: -17.5px;
    }

    .header .hamberger p,
    .header .hamberger p .menu,
    .header .hamberger p .close {
        font-size: 1.6rem;
    }

    .header-entry__trigger {
        width: 200px;
        height: 50px;
    }

    /* ヘッダー高を 90px に固定 */
    header.header {
        height: 90px;
    }
    header.header .inHeader {
        height: 90px;
    }

    .header .inHeader-main {
        margin-left: 40px;
    }
    .header .inHeader-main #logo {
        width: 125px;
    }

    .header .inHeader-navi {
        flex-direction: column;
        align-items: flex-end;
        max-width: calc(100% - 324px);
        padding-left: 20px;
    }
    .header .inHeader > .inHeader-content.isSlider {
        overflow-y: visible;
    }

    /* PCビューでナビを開いたとき：ドロワーをヘッダー下(90px)から表示し、内側は絶対配置で埋める（CTA/ハンバーガー上への被りを防ぐ） */
    .header .inHeader > .inHeader-content,
    .header .inHeader > .inHeader-content.isSlider {
        --header-drawer-top: 90px;
    }
    header.header.header--nav-open .inHeader > .inHeader-content.isSlider {
        height: calc(100vh - 90px);
        max-height: calc(100vh - 90px);
    }
    header.header.header--nav-open .inHeader > .inHeader-content .inHeader-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 330px;
        padding: 10px 30px 0;
    }
    #header_nav_menu {
        width: 100%;
        padding-left: 0;
    }
    #header_nav_menu > ul > li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #header_nav_menu > ul > li.contact {
        display: none;
    }
    #header_nav_menu > ul > li > a {
        padding: 10px;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #header_nav_menu > ul > li > ul.sub-menu {
        position: static;
        display: block;
        padding: 0 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    #header_nav_menu > ul > li > ul.sub-menu > li {
        width: 220px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .fixHeader .header .hamberger .line span {
        background-color: #38A6DF;
    }

    .header .inHeader-logo {
        display: flex;
        flex-direction: column;
        height: 38px;
    }

    .header .inHeader-main,
    .header.isHeader .inHeader-main {
        margin-left: 16px;
        max-width: 106px;
        align-items: flex-start;
        height: 50px;
    }

    .header .inHeader-main #logo {
        margin-bottom: 0;
    }

    .header .inHeader-main .recruit-site {
        line-height: 10px;
    }

    .header .inHeader-main .recruit-site span {
        margin-left: 0;
        padding: 0;
        line-height: 1em;
    }

    .header .inHeader-main .recruit-site span::before {
        display: none;
    }

    .fixHeader .header .inHeader-main .recruit-site span::before {
        display: none;
    }

    .header .inHeader-navi .btn-contact a span {
        font-size: 9px;
        padding: 0;
    }
    .header .inHeader-navi .btn-contact a span::after {
        content: none;
    }

    .header.header--nav-open .header-drawer-contact {
        display: block;
        padding: 0 30px 80px;
        box-sizing: border-box;
        background-color: #38A6DF;
    }

    .header-drawer-contact .header-cta__contact {
        display: block;
    }
}

/* ドロワー内メニュー・タブレット以下 */
@media (max-width: 1022px) {
    nav#header_nav_menu {
        display: block !important;
        padding: 20px 30px;
    }
    nav#header_nav_menu ul > li {
        margin-bottom: 18px;
    }
    nav#header_nav_menu ul > li > a,
    nav#header_nav_menu ul > li.menu-item-has-children ul.sub-menu > li > a {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    nav#header_nav_menu ul > li.menu-item-has-children ul.sub-menu > li {
        margin-bottom: 10px;
    }
}

/*******************************************
フッター前 CTA（カジュアル面談・お問い合わせ・募集要項）
*******************************************/
.footer-cta {
    position: relative;
    z-index: 2;
}
.footer-cta__row {
    display: flex;
    flex-direction: column;
}
.footer-cta-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 280px;
    padding: 18px 20px;
    overflow: hidden;
}

.footer-cta-panel > .wipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #42bcc6;
}
.footer-cta-panel__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-cta-panel--contact,
.footer-cta-panel--job {
    padding: 18px 20px 15px;
    min-height: 205px;
}
.footer-cta-panel--contact .footer-cta-panel__media {
    background-image: url("../../img/top/bg_contact.jpg");
}
.footer-cta-panel--job .footer-cta-panel__media {
    background-image: url("../../img/top/bg_jobdesc.jpg");
}
.footer-cta-panel--contact::after,
.footer-cta-panel--job::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.48);
}
.footer-cta-panel--casual {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #38a6df 0%, #0968ad 100%);
    padding: 75px 10px 65px;
}
.footer-cta-panel--casual .footer-cta-panel__deco {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 64px;
}
.footer-cta-panel--casual .footer-cta-panel__deco-marquee {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.footer-cta-panel--casual .footer-cta-panel__deco-track {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: footer-cta-deco-marquee 40s linear infinite;
    will-change: transform;
}
.footer-cta-panel--casual .footer-cta-panel__deco-chunk {
    flex-shrink: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.04em;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
}
@keyframes footer-cta-deco-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .footer-cta-panel--casual .footer-cta-panel__deco-track {
        animation: none;
    }
}
.footer-cta-panel__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.footer-cta-panel--casual .footer-cta-panel__inner {
    align-items: center;
    text-align: center;
    max-width: none;
}
.footer-cta-panel--casual .footer-cta-panel__title {
    margin: 0 0 40px;
    font-size: clamp(22px, calc(22px + (100vw - 320px) * 4 / 55), 28px);
}
.footer-cta-panel--casual .footer-cta-panel__lead {
    margin: 0 0 40px;
    max-width: 470px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
}
.common-panel__label {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 12px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.common-panel__label::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    border: 0;
    padding: 0;
    background: linear-gradient(to right, #fff 0%, #fff 40%, #42bcc6 40%, #42bcc6 100%);
}

.footer-cta-panel .common-panel__label {
    margin-bottom: 5px;
}
.footer-cta-panel__title {
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #fff;
}
@media (min-width: 1023px) {
    .footer-cta-panel__title-break {
        display: none;
    }
}
@media (min-width: 580px) {
    .footer-cta-panel__lead-break {
        display: none;
    }
}
.footer-cta-panel__lead {
    margin: 0 0 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #fff;
}
.footer-cta-panel--casual .footer-cta-panel__catch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #fff;
}
.footer-cta-panel--casual .footer-cta-panel__catch::before,
.footer-cta-panel--casual .footer-cta-panel__catch::after {
    content: "";
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0;
    height: 30px;
    border-right: 1px solid #fff;
    transform-origin: 50% 50%;
}
.footer-cta-panel--casual .footer-cta-panel__catch::before {
    transform: rotate(-42deg);
    margin-right: 0.8em;
}
.footer-cta-panel--casual .footer-cta-panel__catch::after {
    transform: rotate(42deg);
    margin-left: 0.5em;
}
.common-panel__btn-wrap {
    display: flex;
    width: 100%;
    margin-top: 0;
    justify-content: center;
}
.common-panel__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 200px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #fff;
    background: #42bcc6;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    transition: background 0.35s ease;
}
.common-panel__btn::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 32px;
    height: 1px;
    margin-top: -0.5px;
    background: #fff;
    transform-origin: right center;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.common-panel__btn:hover {
    opacity: 1;
    background: rgba(66, 188, 198, 0);
}
.common-panel__btn:hover::after {
    transform: scaleX(0);
    opacity: 1;
}
.common-panel__btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}
.common-panel__btn-text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.common-panel__btn--casual {
    width: calc(100% - 30px);
    max-width: 270px;
    height: 70px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.22);
}
.common-panel__btn--casual::after {
    width: 68px;
    right: -34px;
}
@media (max-width: 374px) {
    .common-panel__btn--casual::after {
        width: 40px;
        right: -20px;
    }
}
.common-panel__btn--casual:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
}
.common-panel__btn--news {
    border-color: #38a6df;
    background: transparent;
    color: #38a6df;
}
.common-panel__btn--news::after {
    background: #38a6df;
}
.common-panel__btn--news .common-panel__btn-text {
    color: #38a6df;
}
.common-panel__btn--news:hover {
    opacity: 1;
    background: rgba(56, 166, 223, 1);
}
.common-panel__btn--news:hover .common-panel__btn-text {
    color: #fff;
}
@media (min-width: 768px) {
    .footer-cta__row {
        flex-direction: row;
    }
    .footer-cta__row .footer-cta-panel {
        width: 50%;
        flex: 1 1 50%;
        min-height: 356px;
        padding: 53px 40px 40px;
    }
    .footer-cta-panel--casual {
        padding: 115px 10px 100px;
    }
    .footer-cta-panel--casual .footer-cta-panel__deco {
        height: 140px;
    }
    .footer-cta-panel--casual .footer-cta-panel__deco-chunk {
        font-size: 200px;
    }
    .footer-cta__row .footer-cta-panel__inner {
        max-width: 360px;
        margin: 0 auto;
    }
    .common-panel__label {
        font-size: 30px;
    }

    .common-panel__label::before {
        width: 101px;
    }
    .footer-cta-panel__title {
        font-size: 40px;
        margin: 0 0 32px;
    }
    .footer-cta-panel__lead {
        font-size: 16px;
        margin: 0 0 54px;
    }
    .footer-cta-panel--casual .footer-cta-panel__title {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .footer-cta-panel--casual .footer-cta-panel__lead {
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.075em;
        margin: 0 0 40px;
        max-width: 540px;
    }
    .footer-cta-panel--casual .footer-cta-panel__catch {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .footer-cta__row .common-panel__btn-wrap {
        justify-content: flex-start;
    }
    .footer-cta-panel--casual .common-panel__btn-wrap {
        justify-content: center;
    }
    .common-panel__btn--casual {
        width: 326px;
        max-width: none;
    }
}
.footer-cta + #footer {
    margin-top: 0;
}

/*******************************************
フッター
*******************************************/
#footer {
    background: #292929;
    color: #fff;
    padding: 70px 24px 17px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto 40px;
}
#footer .footer-main {
    flex: 0 0 auto;
    width: calc(50% - 40px);
    min-width: 0;
    box-sizing: border-box;
}
#footer .footer-brand {
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    #footer .footer-brand {
        margin: 0 0 55px;
    }
}
#footer .footer-brand a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.08em;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0;
}
#footer .footer-brand__sep {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 12px;
    background: currentColor;
    vertical-align: middle;
    flex-shrink: 0;
}
#footer .footer-address,
#footer .footer-access {
    margin: 0 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.04em;
}
#footer .footer-access {
    margin-bottom: 0;
}
#footer .footer-navi {
    flex: 0 0 auto;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
#footer_nav_menu {
    max-width: none;
    margin: 0;
}
#footer_nav_menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 48px;
}
#footer_nav_menu ul > li {
    width: auto;
    text-align: left;
    margin-bottom: 18px;
    break-inside: avoid;
}
#footer_nav_menu ul > li > a {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
}
#footer .footer-navi__meta {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin-top: 24px;
    max-width: 420px;
    margin-left: auto;
}
#footer .footer-navi__meta p {
    margin: 0;
}
#footer .footer-navi__meta a {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.08em;
}
#footer .footer-copy {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}
@media (min-width: 1400px) {
    #footer {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .header .inHeader-navi .header-cta__contact {
        display: block;
    }

    .header-drawer-contact {
        display: none !important;
    }

    #header_nav_menu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 1200px;
        max-height: 330px;
        justify-content: flex-start;
        margin: 0 auto;
        align-items: flex-start;
    }

    .header .hamberger {
        right: 34px !important;
    }

    .header .inHeader-navi .inHeader-btn {
        max-width: none;
        justify-content: flex-end;
        padding-right: 100px;
    }

    .header .inHeader-main .recruit-site span {
        margin-left: 16px;
        padding: 6px 0 6px 16px;
        font-size: 1.3rem;
    }
}

@media (min-width: 1023px) {
    .header .inHeader-navi .inHeader-btn {
        padding-right: 126px;
    }
    .header .inHeader-main .recruit-site span {
        margin-left: 26px;
        padding: 8px 0 8px 26px;
        font-size: 1.6rem;
    }
}

@media (min-width: 1280px) {
    .header .inHeader-main {
        margin-left: 80px;
    }
    .header .hamberger {
        right: 70px !important;
    }
    .header .inHeader-navi .inHeader-btn {
        padding-right: 153px;
    }
}
@media (max-width: 767px) {
    #footer {
        margin-top: -30px;
        padding: 30px 15px 20px;
    }
    #footer .footer-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
        margin-bottom: 32px;
    }
    #footer .footer-navi {
        order: 1;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    #footer .footer-main {
        order: 2;
        width: 100%;
        text-align: center;
    }
    #footer .footer-brand a {
        justify-content: center;
    }
    /* ナビ2列：左1〜6件目・右7〜9件目＋右4行目空き＋右下にサイトマップ／プライバシー（メニューは9件想定） */
    #footer_nav_menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(6, auto);
        row-gap: 16px;
    }
    #footer_nav_menu > ul {
        display: contents;
        column-count: unset;
    }
    #footer_nav_menu > ul > li {
        margin-bottom: 0;
    }
    #footer_nav_menu > .footer-navi__meta {
        display: contents;
        margin-top: 0;
        max-width: none;
        margin-left: 0;
        justify-content: initial;
        gap: 0;
    }
    #footer_nav_menu > ul > li:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    #footer_nav_menu > ul > li:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    #footer_nav_menu > ul > li:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }
    #footer_nav_menu > ul > li:nth-child(4) {
        grid-column: 1;
        grid-row: 4;
    }
    #footer_nav_menu > ul > li:nth-child(5) {
        grid-column: 1;
        grid-row: 5;
    }
    #footer_nav_menu > ul > li:nth-child(6) {
        grid-column: 1;
        grid-row: 6;
    }
    #footer_nav_menu > ul > li:nth-child(7) {
        grid-column: 2;
        grid-row: 1;
    }
    #footer_nav_menu > ul > li:nth-child(8) {
        grid-column: 2;
        grid-row: 2;
    }
    #footer_nav_menu > ul > li:nth-child(9) {
        grid-column: 2;
        grid-row: 3;
    }
    #footer_nav_menu p.sitemap {
        grid-column: 2;
        grid-row: 5;
        margin: 0;
    }
    #footer_nav_menu p.privacy {
        grid-column: 2;
        grid-row: 6;
        margin: 0;
    }
    #footer_nav_menu > ul > li:nth-child(n + 10) {
        grid-column: 1;
        grid-row: auto;
    }
    #footer .footer-navi a {
        font-size: 14px;
    }
    #footer .footer-copy {
        font-size: 10px;
    }
}

.common__mainimg--maintitle .deploy {
    font-weight: bold;
    font-size: clamp(36px, 3.5vw, 45px);
    letter-spacing: 0.12em;
    color: #fff;
    padding-left: 82px;
    white-space: nowrap;
}
.common__mainimg--maintitle .initial {
    font-weight: bold;
    font-size: clamp(36px, 3.5vw, 45px);
    letter-spacing: 0.12em;
    color: #fff;
    padding-left: 82px;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .common__mainimg--maintitle .deploy {
        padding-left: 60px;
    }
    .common__mainimg--maintitle .initial {
        padding-left: 60px;
    }
}
@media (max-width: 767px) {
    .common__mainimg--maintitle {
        top: 34.5vw;
    }
    .common__mainimg--maintitle .deploy {
        font-size: clamp(28px, 5.5vw, 36px);
        padding-left: 30px;
    }
    .common__mainimg--maintitle .deploy span {
        display: block;
    }
    .common__mainimg--maintitle .initial {
        font-size: clamp(28px, 5.5vw, 36px);
        padding-left: 30px;
    }
}
