@charset "utf-8";

.inner {
    margin-inline: auto;
    width: 100%;
}
.fw700 {
    font-weight: 700;
}
.fw500 {
    font-weight: 500;
}
.fw400 {
    font-weight: 400;
}
.font_roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
html,
body,
input {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    font-feature-settings: 'palt';
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
:root {
    --color-white: #fff;
    --color-blue: #4e95d9;
    --color-black: #000;
    --color-gray: #999;
    --color-dark-gray: #595959;
    --color-silver-gray: #c0c0c0;
    --z-index-header: 100;
    --shadow: 0px 0px 8px 0px rgba(25, 22, 48, 0.2);
}
html {
    scroll-padding-top: var(--header-height);
}
a {
    color: inherit;
}
button {
    border: none;
    color: inherit;
}
.btn {
    display: inline-flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}
.btn_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--color-blue);
}
.btn_white {
    background-color: var(--color-white);
    color: var(--color-black);
}
.btn_black {
    background-color: var(--color-black);
    color: var(--color-white);
}
.btn_icon,
.btn_txt {
    position: relative;
    z-index: 2;
}
.hover_blue {
    text-decoration: none;
}
.hover_underline_link {
    text-decoration: none;
}
.hover_underline_link[target='_blank'] .hover_underline_text {
    position: relative;
    margin-right: 8px;
}
.hover_underline_link[target='_blank']::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_tab_gray.svg) no-repeat center center / contain;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
@media (min-width: 769px) {
    :root {
        --header-height: 104px;
    }
    a[href*='tel:'] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .inner {
        max-width: 1280px;
        padding-inline: 40px;
    }
    .btn {
        height: 56px;
        border-radius: 28px;
        padding-inline: 32px 57px;
    }
    .btn_icon {
        margin-right: 10px;
    }
    .btn_bg {
        right: 32px;
        width: 10px;
        height: 10px;
        will-change: transform;
    }
    @media (hover: hover) {
        .btn_bg {
            transition: transform 0.55s;
        }
        .btn:hover .btn_bg {
            transform: scale(57);
        }
        .btn_white .btn_txt {
            transition: color 0.5s;
        }
        .btn_white:hover .btn_txt {
            color: var(--color-white);
        }
        .hover_blue {
            transition:
                background 0.5s,
                color 0.5s;
        }
        .hover_blue:hover {
            color: var(--color-white);
            background-color: var(--color-blue);
        }
    }
}
@media (max-width: 768px) {
    .inner {
        max-width: 780px;
        padding-inline: 16px;
    }
    .btn {
        height: 48px;
        border-radius: 24px;
        padding-inline: 22px 40px;
    }
    .btn_icon {
        margin-right: 15px;
    }
    .btn_bg {
        right: 22px;
        width: 8px;
        height: 8px;
    }
}
@media (min-width: 769px) {
    [disp-only]:not([disp-only~='pc']) {
        display: none !important;
    }
}
@media (max-width: 768px) {
    [disp-only]:not([disp-only~='sp']) {
        display: none !important;
    }
}
.subpage_mv_ttl {
    opacity: 0;
}
.is_animated.subpage_mv_ttl {
    opacity: 1;
    transition: opacity 0s;
}
.anim_char_up_cover,
.anim_char_up_inner {
    line-height: 1;
}
.anim_char_up_cover {
    display: inline-block;
    overflow: hidden;
}
.anim_char_up_inner {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0s;
}
.is_animated > .anim_char_up_cover .anim_char_up_inner {
    transform: translateY(0);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.anim_char_up_cover:nth-child(1) .anim_char_up_inner {
    transition-delay: 0.3s;
}
.anim_char_up_cover:nth-child(2) .anim_char_up_inner {
    transition-delay: 0.35s;
}
.anim_char_up_cover:nth-child(3) .anim_char_up_inner {
    transition-delay: 0.4s;
}
.anim_char_up_cover:nth-child(4) .anim_char_up_inner {
    transition-delay: 0.45s;
}
.anim_char_up_cover:nth-child(5) .anim_char_up_inner {
    transition-delay: 0.5s;
}
.anim_char_up_cover:nth-child(6) .anim_char_up_inner {
    transition-delay: 0.55s;
}
.anim_char_up_cover:nth-child(7) .anim_char_up_inner {
    transition-delay: 0.6s;
}
.anim_char_up_cover:nth-child(8) .anim_char_up_inner {
    transition-delay: 0.65s;
}
.anim_char_up_cover:nth-child(9) .anim_char_up_inner {
    transition-delay: 0.7s;
}
.anim_char_up_cover:nth-child(10) .anim_char_up_inner {
    transition-delay: 0.75s;
}
.anim_char_up_cover:nth-child(11) .anim_char_up_inner {
    transition-delay: 0.8s;
}
.anim_char_up_cover:nth-child(12) .anim_char_up_inner {
    transition-delay: 0.85s;
}
.anim_char_up_cover:nth-child(13) .anim_char_up_inner {
    transition-delay: 0.9s;
}
.anim_char_up_cover:nth-child(14) .anim_char_up_inner {
    transition-delay: 0.95s;
}
.anim_char_up_cover:nth-child(15) .anim_char_up_inner {
    transition-delay: 1s;
}
.anim_char_up_cover:nth-child(16) .anim_char_up_inner {
    transition-delay: 1.05s;
}
.anim_char_up_cover:nth-child(17) .anim_char_up_inner {
    transition-delay: 1.1s;
}
.anim_char_up_cover:nth-child(18) .anim_char_up_inner {
    transition-delay: 1.15s;
}
.anim_char_up_cover:nth-child(19) .anim_char_up_inner {
    transition-delay: 1.2s;
}
.anim_char_up_cover:nth-child(20) .anim_char_up_inner {
    transition-delay: 1.25s;
}
.anim_char_up_cover:nth-child(21) .anim_char_up_inner {
    transition-delay: 1.3s;
}
.anim_char_up_cover:nth-child(22) .anim_char_up_inner {
    transition-delay: 1.35s;
}
.anim_char_up_cover:nth-child(23) .anim_char_up_inner {
    transition-delay: 1.4s;
}
.anim_char_up_cover:nth-child(24) .anim_char_up_inner {
    transition-delay: 1.45s;
}
.anim_char_up_cover:nth-child(25) .anim_char_up_inner {
    transition-delay: 1.5s;
}
.anim_char_up_cover:nth-child(26) .anim_char_up_inner {
    transition-delay: 1.55s;
}
.anim_char_up_cover:nth-child(27) .anim_char_up_inner {
    transition-delay: 1.6s;
}
.anim_char_up_cover:nth-child(28) .anim_char_up_inner {
    transition-delay: 1.65s;
}
.anim_char_up_cover:nth-child(29) .anim_char_up_inner {
    transition-delay: 1.7s;
}
.anim_char_up_cover:nth-child(30) .anim_char_up_inner {
    transition-delay: 1.75s;
}
.anim_char_up_cover:nth-child(31) .anim_char_up_inner {
    transition-delay: 1.8s;
}
.anim_char_up_cover:nth-child(32) .anim_char_up_inner {
    transition-delay: 1.85s;
}

/* ---
    header
--- */
.header {
    position: fixed;
    background-color: var(--color-white);
    width: 100%;
    top: 0;
    left: 0;
    z-index: var(--z-index-header);
    border-radius: 0 0 16px 16px;
    transition:
        translate 0.5s,
        box-shadow 0.5s;
}
.header.is_scrolling {
    box-shadow: 0px 0px 10px 0px rgba(10, 8, 10, 0.3);
}
.header.is_hidden {
    translate: 0 -100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 8, 10, 0);
}
.header_inner {
    display: flex;
    justify-content: space-between;
}
.header_inner h1 {
    font-size: inherit;
}
.header_logo {
    display: block;
}
.header_link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--color-dark-gray);
}
.header_btn_wrap {
    display: flex;
    align-items: center;
}
@media (min-width: 1000px) {
    .header_inner {
        align-items: center;
        height: 104px;
        column-gap: 6px;
        padding-inline: 32px;
    }
    .header_logo_wrap {
        width: 150px;
    }
    .header_link_list {
        gap: 0 28px;
    }
    .header_link_listitem_sub {
        position: relative;
    }
    .header_link {
        padding: 10px 0;
        display: block;
    }
    .header_sub_nav {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 1;
        translate: -50% -20px;
        width: max-content;
        padding: 34px 10px 10px;
    }
    .animation_ready .header_sub_nav {
        transition:
            translate 0s,
            opacity 0s,
            visibility 0s;
    }
    .animation_loaded .header_sub_nav {
        transition:
            translate 0.5s,
            opacity 0.5s,
            visibility 0.5s;
    }
    .header_sub_nav_list {
        background-color: var(--color-white);
        border-radius: 16px;
        padding: 32px;
        box-shadow: 0px 0px 10px 0px rgba(10, 8, 10, 0.3);
    }
    .header_sub_nav_list > li + li {
        margin-top: 22px;
    }
    .header_link_listitem_sub:hover .header_link_sub + .header_sub_nav,
    .header_link_listitem_sub:focus-within .header_sub_nav {
        opacity: 1;
        visibility: visible;
        translate: -50% 0px;
    }
    @media (hover: hover) {
        .header_btn_lang_pc:hover {
            color: var(--color-white);
        }
        .header_link_sub::after {
            transition:
                rotate 0.5s,
                translate 0.5s;
        }
        .header_link_sub:hover::after {
            rotate: -45deg;
            translate: 0 4px;
        }
        .header_link {
            position: relative;
        }
        .hover_underline_text {
            padding-bottom: 7px; /* テキストと下線の間隔 */
            background-image: linear-gradient(var(--color-blue), var(--color-blue));
            background-repeat: no-repeat;
            background-position: bottom right; /* 下線の初期位置 */
            background-size: 0 3px; /* 下線のサイズ（横幅、高さ） */
            transition: background-size 0.5s ease;
        }
        .hover_underline_link:hover .hover_underline_text {
            background-position: bottom left; /* 下線のホバー時位置 */
            background-size: 100% 3px; /* 下線の横幅を100%にする */
        }
    }
    .header_menu_btn,
    .header_btn_lang_mobile_wrap {
        display: none;
    }
    .header_link_sub {
        letter-spacing: 0.025em;
        padding: 10px 20px 10px 0;
        position: relative;
    }
    .header_link_sub::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-top: 2px solid var(--color-dark-gray);
        border-right: 2px solid var(--color-dark-gray);
        rotate: 135deg;
    }
    .header_btn_wrap {
        column-gap: 12px;
    }
    .header_btn_wrap .btn_black {
        height: 40px;
        min-width: 140px;
        padding-right: 0;
    }
    .header_btn_wrap .btn_bg {
        right: 20px;
    }
    html[lang='en'] .header_btn_wrap .btn_black {
        min-width: 136px;
    }
    .header_btn_lang_pc {
        border: 1px solid var(--color-gray);
        text-decoration: none;
        color: var(--color-gray);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 999px) {
    :root {
        --header-height: 68px;
    }
    .header_inner {
        align-items: center;
        height: var(--header-height);
        padding-inline: 16px;
    }
    .header_logo {
        width: 122px;
    }
    .header_menu_btn {
        width: 36px;
        height: 36px;
        position: relative;
        border-radius: 50%;
        border: 1px solid var(--color-black);
    }
    .header_menu_btn_line {
        display: block;
        --height: 2px;
        width: 14px;
        height: var(--height);
        background: #0e1a71;
        position: absolute;
        top: calc(50% - var(--height) / 2);
        left: 0;
        right: 0;
        margin: auto;
        transition:
            rotate 0.5s,
            translate 0.5s,
            opacity 0.5s;
    }
    .header_menu_btn_line:nth-child(1) {
        translate: 0 -5px;
    }
    .header_menu_btn_line:nth-child(3) {
        translate: 0 5px;
    }
    .header_nav {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }
    .header_menu_btn.is_open .header_menu_btn_line:nth-child(1) {
        rotate: 45deg;
        translate: 0 0;
    }
    .header_menu_btn.is_open .header_menu_btn_line:nth-child(2) {
        opacity: 0;
    }
    .header_menu_btn.is_open .header_menu_btn_line:nth-child(3) {
        rotate: -45deg;
        translate: 0 0;
    }
    .header_nav.is_open {
        opacity: 1;
        visibility: visible;
        position: absolute;
        transition:
            opacity 0.5s ease,
            visibility 0.5s;
        top: var(--header-height);
        left: 0;
        right: 0;
        width: 100%;
        overflow: auto;
        margin: auto;
        height: calc(100dvh - var(--header-height));
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .header_btn_lang_pc {
        display: none;
    }
    .header_btn_lang_mobile_wrap {
        display: block;
    }
    .header_btn_lang_mobile {
        border: 1px solid var(--color-gray);
        color: var(--color-gray);
        margin: 12px auto;
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .header_link_list {
        flex-direction: column;
        width: calc(100% - 32px);
        margin: auto;
        background-color: var(--color-white);
        box-shadow: var(--shadow);
        border-radius: 16px;
    }
    .header_link_list > li + li {
        border-top: 1px solid var(--color-silver-gray);
    }
    .header_link_listitem_sub {
        display: flex;
        align-items: baseline;
        padding: 20px;
    }
    .header_link_sub {
        color: var(--color-black);
        width: 110px;
        text-align: left;
    }
    .header_link {
        color: var(--color-black);
        position: relative;
        padding-left: 10px;
        display: block;
        padding: 16px 20px 16px 32px;
    }
    .header_sub_nav {
        flex: 1;
    }
    .header_sub_nav_list {
        font-size: 14px;
    }
    .header_sub_nav_list a {
        display: block;
        padding: 6px 0 6px 10px;
        position: relative;
    }
    .header_link::before,
    .header_sub_nav_list a::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: var(--color-blue);
        border-radius: 50%;
        vertical-align: middle;
    }
    .header_link::before {
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
    }
    .header_sub_nav_list a::before {
        top: 14px;
        left: 0;
    }
    .header_btn_wrap {
        column-gap: 16px;
    }
    .header_btn_wrap .btn_black {
        height: 36px;
        font-size: 13px;
        line-height: 1.2;
    }
}

/* ---
    recruit_area
--- */
.recruit_area {
    background: #39332a no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--color-white);
}
@media (min-width: 769px) {
    .recruit_area {
        height: 680px;
        background-position: center right;
        background-image: url(../img/common/recruit_bg.jpg);
    }
    .recruit_area_ttl {
        font-size: 38px;
        line-height: calc(56 / 38);
    }
    .recruit_area .btn {
        margin-top: 55px;
    }
}
@media (max-width: 768px) {
    .recruit_area {
        height: 350px;
        background-position: center center;
        background-image: url(../img/common/recruit_bg_sp.jpg);
    }
    .recruit_area_ttl {
        font-size: 24px;
        line-height: calc(72 / 48);
        letter-spacing: 0.025em;
    }
    .recruit_area .btn {
        margin-top: 38px;
    }
}

/* ---
    footer
--- */
.footer {
    padding-top: var(--header-height);
    margin-top: calc(var(--header-height) * -1);
}
.footer .inner {
    background-color: var((--color-white));
}
.footer_head {
    display: flex;
    justify-content: space-between;
}
.footer_body {
    display: flex;
    justify-content: space-between;
}
.footer_link_list {
    display: flex;
}
.footer_sub_nav_list {
    font-weight: 400;
    color: var(--color-dark-gray);
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    color: var(--color-gray);
}
.footer_address {
    font-style: normal;
}
.footer_address_item {
    display: flex;
    font-weight: 400;
}
.footer_address_item_ttl {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer_address_item_txt_indent {
    display: inline-block;
}
.footer_address_access {
    display: flex;
}
.footer_address_access > li {
    position: relative;
    background-color: var(--color-gray);
    color: var(--color-white);
    border-radius: 4px;
}
.footer_address_access_link {
    cursor: pointer;
    display: grid;
    place-content: center;
    text-decoration: none;
}
@media (min-width: 769px) {
    .footer {
        overflow: clip;
    }
    .footer .inner {
        padding-top: 120px;
        padding-bottom: 20px;
    }
    .footer_body {
        font-size: 14px;
        margin-top: 64px;
        align-items: start;
        column-gap: 55px;
    }
    .footer_link_list {
        column-gap: 30px;
        flex-shrink: 0;
    }
    .footer_link_sub {
        pointer-events: none;
        outline: none;
    }
    .footer_sub_nav_list {
        margin-top: 26px;
    }
    .footer_sub_nav {
        display: block !important;
    }
    .footer_sub_nav_list > li + li {
        margin-top: 19px;
    }
    .footer_link_child_list > li + li {
        margin-top: 26px;
    }
    .footer_address_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 24px;
        flex-wrap: wrap;
    }
    .footer_address_item {
        column-gap: 16px;
        line-height: calc(26 / 14);
    }
    html[lang='ja'] .footer_address_item:last-child {
        margin-left: 49px;
    }
    .footer_address_item_ttl {
        width: 80px;
    }
    .footer_address_item_txt_indent {
        text-indent: -32px;
        padding-left: 32px;
    }
    .footer_address_access {
        column-gap: 8px;
        margin-top: 10px;
    }
    .footer_address_access_link {
        width: 48px;
        height: 28px;
        transition: opacity 0.3s;
    }
    .footer_bottom {
        margin-top: 112px;
        font-size: 12px;
    }
    @media (max-width: 1294px) {
        .footer_body {
            flex-wrap: wrap;
            row-gap: 40px;
            flex-direction: column-reverse;
            align-items: start;
        }
        .footer_address_inner {
            flex-direction: column;
            row-gap: 40px;
        }
        html[lang='ja'] .footer_address_item:last-child {
            margin-left: 0;
        }
        .footer_address_item_ttl {
            width: 104px;
        }
    }
}

@media (max-width: 768px) {
    .footer .inner {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .footer_head {
        flex-direction: column-reverse;
        row-gap: 70px;
    }
    .footer_head .btn_black {
        width: 255px;
        margin: auto;
        height: 60px;
        border-radius: 30px;
    }
    html[lang='en'] .footer_head .btn_black {
        justify-content: center;
    }
    .footer_logo {
        width: 198px;
        display: block;
        margin: auto;
    }
    .footer_body {
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .footer_link_list {
        flex-direction: column;
        margin-inline: -16px;
        margin-top: 40px;
    }
    .footer_link_list > li {
        border-top: 1px solid var(--color-silver-gray);
    }
    .footer_sub_nav {
        display: none;
    }
    .footer_sub_nav_list {
        padding: 0px 25px 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 0 8px;
    }
    .footer_sub_nav_list a {
        padding: 5px;
        font-size: 12px;
        display: block;
    }
    .footer_link_child_list > li {
        border-bottom: 1px solid var(--color-silver-gray);
    }
    .footer_link_sub,
    .footer_link {
        padding: 13px 16px;
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 13px;
    }
    .footer_link_sub::after,
    .footer_link::after {
        content: '';
        display: block;
        position: absolute;
        border-top: 2px solid var(--color-gray);
        border-right: 2px solid var(--color-gray);
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        right: 16px;
    }
    .footer_link_sub::after {
        rotate: 135deg;
        translate: 0 -2px;
    }
    .footer_link_sub.is_open::after {
        rotate: -45deg;
        translate: 0 2px;
    }
    .footer_link::after {
        rotate: 45deg;
    }
    .footer_address {
        font-size: 13px;
        line-height: calc(41.6 / 26);
    }
    .footer_address_item {
        column-gap: 12px;
    }
    .footer_address_item + .footer_address_item {
        margin-top: 25px;
    }
    .footer_address_item_ttl {
        width: 96px;
    }
    .footer_address_item dd {
        flex: 1;
    }
    .footer_address_item dd a {
        text-decoration: none;
    }
    .footer_address_access {
        column-gap: 12px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    .footer_address_access_link {
        width: 41px;
        height: 24px;
    }
    .footer_bottom {
        flex-direction: column;
        text-align: center;
        font-size: 10px;
        margin-top: 42px;
        gap: 25px 0;
    }
}

/* アクセスポップアップ */
.popup {
    display: inline;
    text-align: left;
    background-color: var(--color-white);
    box-shadow: var(--shadow);
    border-radius: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    /* z-index: -1; */
    pointer-events: none;
}
.popup:after {
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 17px solid var(--color-black);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.popup_open {
    animation: popupFadeIn 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    opacity: 1;
}
.popup_closing {
    animation: popupFadeOut 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    opacity: 1;
}
.popup_ttl {
    color: var(--color-blue);
    display: block;
    font-size: 16px;
}
.popup_txt {
    display: block;
    line-height: calc(26 / 14);
    color: var(--color-black);
    font-size: 14px;
}
@media (min-width: 769px) {
    .popup {
        width: 336px;
        padding: 25px;
        bottom: 45px;
    }
    .popup:after {
        bottom: -17px;
    }
    .popup_txt {
        margin-top: 12px;
    }
}
@media (max-width: 768px) {
    .popup {
        width: 210px;
        padding: 20px 15px;
        bottom: 40px;
    }
    .popup:after {
        bottom: -16px;
    }
    .popup_txt {
        margin-top: 8px;
    }
}
@keyframes popupFadeIn {
    0% {
        transform: translate(-50%, 30%) scale(0.7);
    }
    100% {
        transform: translate(-50%, 0) scale(1);
    }
}
@keyframes popupFadeOut {
    0% {
        transform: translate(-50%, 0) scale(1);
    }
    100% {
        transform: translate(-50%, 60%) scale(0);
    }
}
