@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
    color: inherit;
    display: block;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
    line-height: 1.75;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.75;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

body {
    font-size: 1.6rem;
    color: #333;
    background-color: #f2f2f2;
}
@media (max-width: 840px) {
    body {
        font-size: 1.4rem;
    }
}
body.-noscroll {
    overflow: hidden;
}

main {
    overflow-x: clip;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
    transition: 0.5s;
}

::-moz-selection {
    color: #fff;
    background-color: #003771;
}

::selection {
    color: #fff;
    background-color: #003771;
}

.scroll {
    visibility: hidden;
}

/*==================================================================================================
	共通
==================================================================================================*/
.cmn {
    margin: clamp(80px, 12vw, 200px) auto;
    padding: 0 5%;
    position: relative;
}
.cmn.-mt_md {
    margin-top: clamp(60px, 10vw, 120px);
}
.cmn.-mb_md {
    margin-bottom: clamp(60px, 10vw, 120px);
}
.cmn_inner {
    margin: 0 auto;
    position: relative;
}
.cmn_inner.-xxl {
    max-width: 1600px;
}
.cmn_inner.-xl {
    max-width: 1280px;
}
.cmn_inner.-lg {
    max-width: 1024px;
}
.cmn_inner.-md {
    max-width: 840px;
}
.cmn_inner.-sm {
    max-width: 700px;
}
.cmn_inner.-xs {
    max-width: 540px;
}
.cmn_pagehead {
    margin-top: 0;
    padding-top: 200px;
}
@media (max-width: 1280px) {
    .cmn_pagehead {
        padding-top: clamp(120px, 17vw, 200px);
    }
}
.cmn_pagehead_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 min(5%, 50px);
}
.cmn_pagehead_ttl .ja {
    font-size: clamp(3.2rem, 4vw, 4.5rem);
    position: relative;
    font-weight: 700;
    transition: color 0.5s;
    line-height: 1.15;
    color: #004ea2;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja {
        font-size: 5vw;
    }
}
.cmn_pagehead_ttl .en {
    font-size: clamp(6rem, 8vw, 10rem);
    line-height: 1.15;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
.cmn_pagehead_ttl .en.-active {
    opacity: 1;
}
.cmn_pagehead_ttl .en.-active span {
    translate: 0 0;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .en {
        font-size: 12.5vw;
    }
}
.cmn_pagehead_ttl .en span {
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #333;
    translate: 0 0.5em;
    display: inline-block;
    transition: translate 1s;
}
.cmn_pagehead_ttl .en span:nth-of-type(1) {
    color: #004ea2;
}
.cmn_pagehead_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 3/1;
    margin-top: clamp(50px, 8vw, 80px);
    margin-left: 7.5%;
    -webkit-clip-path: inset(0 0 round min(150px, 10vw) 0 0 0);
    clip-path: inset(0 0 round min(150px, 10vw) 0 0 0);
}
@media (max-width: 540px) {
    .cmn_pagehead_img {
        aspect-ratio: 1.5/1;
        margin-top: 10%;
    }
}
.cmn_pagehead_img.-business {
    background-image: url(../img/cmn/pagehead/business.jpg);
}
.cmn_pagehead_img.-atwork {
    background-image: url(../img/cmn/pagehead/atwork.jpg);
}
.cmn_pagehead_img.-recruit {
    background-image: url(../img/cmn/pagehead/recruit.jpg);
}
.cmn_pagehead_img.-company {
    background-image: url(../img/cmn/pagehead/company.jpg);
}
.cmn_pagehead_img.-contact {
    background-image: url(../img/cmn/pagehead/contact.jpg);
}
.cmn_news_list {
    display: flex;
    flex-direction: column;
}
.cmn_news_item:not(:last-child) {
    border-bottom: 1px solid #004ea2;
}
.cmn_news_link {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.5em 0;
}
@media (max-width: 840px) {
    .cmn_news_link {
        padding: 1em 0;
    }
}
.cmn_news_link:hover .cmn_news_ttl {
    color: #004ea2;
}
.cmn_news_link:hover .cmn_news_btn::before {
    left: 70%;
}
.cmn_news_link:hover .cmn_news_btn::after {
    scale: 1.25;
    background-color: #003771;
}
.cmn_news_date {
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #004ea2;
}
.cmn_news_ttl {
    line-height: 1.35;
    padding-right: 4em;
    transition: color 0.5s;
    margin-top: 0.25em;
}
@media (max-width: 840px) {
    .cmn_news_ttl {
        padding-right: 3em;
        margin-top: 0.15em;
    }
}
.cmn_news_btn {
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
}
.cmn_news_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 50%;
    height: 50%;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    z-index: 10;
    transition: left 0.5s;
}
.cmn_news_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background-color: #004ea2;
    border-radius: 50px;
    z-index: 5;
    transition: scale 0.5s, background-color 0.5s;
}
@media (max-width: 840px) {
    .cmn_news_btn {
        width: 1.75em;
        height: 1.75em;
    }
}
.cmn_works_list {
    display: flex;
    flex-wrap: wrap;
    gap: min(5vw, 30px) 1.5%;
}
@media (max-width: 840px) {
    .cmn_works_list {
        gap: min(5vw, 30px) 2.5%;
    }
}
.cmn_works_item {
    width: 32.3333333333%;
}
@media (max-width: 840px) {
    .cmn_works_item {
        width: 48.75%;
    }
}
.cmn_works_link {
    background-color: #f2f2f2;
    padding: 1em min(2.5vw, 30px) min(2.5vw, 30px);
    border-radius: min(2.5vw, 10px);
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
.cmn_works_link:hover .cmn_works_eyecatch img {
    scale: 1.1;
}
.cmn_works_link:hover .cmn_works_btn::before {
    left: 70%;
}
.cmn_works_link:hover .cmn_works_btn::after {
    scale: 1.25;
    background-color: #003771;
}
.cmn_works_ttl {
    font-size: inherit;
    font-weight: 700;
    line-height: 1.35;
    color: #004ea2;
    margin-bottom: 1em;
}
.cmn_works_eyecatch {
    border-radius: min(2.5vw, 10px);
    position: relative;
    overflow: hidden;
}
.cmn_works_eyecatch img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}
.cmn_works_eyecatch::before {
    content: "";
    position: absolute;
    width: 4.5em;
    height: 4.5em;
    bottom: 0;
    right: 0;
    background-image: url(../img/top/works_btn_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}
@media (max-width: 840px) {
    .cmn_works_eyecatch::before {
        width: 3.5em;
        height: 3.5em;
    }
}
.cmn_works_btn {
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
}
.cmn_works_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 50%;
    height: 50%;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    z-index: 10;
    transition: left 0.5s;
}
.cmn_works_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background-color: #004ea2;
    border-radius: 50px;
    z-index: 5;
    transition: scale 0.5s, background-color 0.5s;
}
.cmn_works_btn {
    bottom: 0.5em;
    right: 0.5em;
    z-index: 10;
    translate: 0 0;
    top: auto;
}
@media (max-width: 840px) {
    .cmn_works_btn {
        width: 1.75em;
        height: 1.75em;
    }
}
.cmn_pagenation {
    padding: 30px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.cmn_pagenation .page-numbers {
    display: inline-block;
    width: 0.75em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    margin: 0 3.5px;
    background-color: transparent;
    color: #aaa;
    line-height: 1.35;
    transition: color 0.5s;
}
@media (max-width: 840px) {
    .cmn_pagenation .page-numbers {
        height: 35px;
    }
}
.cmn_pagenation .page-numbers:not(.dots) {
    color: #aaa;
}
.cmn_pagenation .page-numbers.dots {
    pointer-events: none;
}
.cmn_pagenation .page-numbers.current {
    color: #004ea2;
}
.cmn_pagenation .page-numbers:hover {
    color: #004ea2;
}
.cmn_pagenation .prev,
.cmn_pagenation .next {
    width: 60px;
    background-color: transparent !important;
    position: relative;
    display: none;
}
@media (max-width: 840px) {
    .cmn_pagenation .prev,
    .cmn_pagenation .next {
        width: 50px;
    }
}
.cmn_pagenation .prev:hover,
.cmn_pagenation .next:hover {
    opacity: 0.8;
}
.cmn_pagenation .prev::after,
.cmn_pagenation .next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    color: #004ea2;
    position: absolute;
    font-size: 2rem;
    font-weight: 500;
}
/*==================================================================================================
	ヘッダー
==================================================================================================*/
.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
}
@media (max-width: 1280px) {
    .hd {
        top: 0;
    }
}
.hd_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: 0 auto;
    padding: calc(clamp(50px, 8vw, 80px) * 0.5) min(5%, 50px) 0;
    z-index: 10;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
@media (max-width: 1280px) {
    .hd_inner {
        padding: calc(clamp(50px, 8vw, 80px) * 0.5) calc(min(5%, 50px) * 0.5) 0;
    }
}
.hd_logo {
    width: clamp(280px, 35%, 540px);
}
.hd_logo a:hover {
    opacity: 0.8;
}
.hd_content {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    background-color: #fff;
    border-radius: 50px;
    padding: 0.75em 2.5em;
}
@media (max-width: 1280px) {
    .hd_content {
        padding: 0 0;
    }
}
.hd_nav {
    display: flex;
    align-items: center;
    margin-right: 1.5em;
}
@media (max-width: 1280px) {
    .hd_nav {
        display: none;
    }
}
.hd_nav .nav_list {
    display: flex;
    font-size: 1.8rem;
    gap: 0 1.5em;
}
.hd_nav .nav_item {
    position: relative;
}
.hd_nav .nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.35em 0em;
    position: relative;
    font-size: inherit;
    transition: 0.5s color;
}
.hd_nav .nav_link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.15em;
    width: 100%;
    height: 2px;
    background: #004ea2;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: scale 0.5s;
}
.hd_nav .nav_link:hover {
    color: #004ea2;
}
.hd_nav .nav_link:hover::before {
    scale: 1 1;
}
.hd_nav .nav_link span {
    font-weight: 700;
}
.hd_nav .nav_pulldown .pulldown_list {
    position: absolute;
    top: 70px;
    left: 1em;
    width: 180px;
    background-color: #fff;
    padding: 0 15px;
    display: none;
    box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.1);
}
.hd_nav .nav_pulldown .pulldown_item {
    border-bottom: 1px solid #aaa;
    position: relative;
}
.hd_nav .nav_pulldown .pulldown_item:last-child {
    border-bottom: none;
}
.hd_nav .nav_pulldown .pulldown_link {
    padding: 1em 0;
    line-height: 1.35;
}
.hd_nav .nav_pulldown .pulldown_link:hover {
    color: #004ea2;
}
.hd_menu .menu_btn {
    position: relative;
    cursor: pointer;
    width: 2.5em;
    height: 2.5em;
    align-items: center;
    display: flex;
    z-index: 999;
    transition: all 0.5s;
    background-color: #004ea2;
    border-radius: 50px;
}
@media (max-width: 1280px) {
    .hd_menu .menu_btn {
        width: 3.25em;
        height: 3.25em;
    }
}
.hd_menu .menu_btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    translate: 0 -50%;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.5s all;
}
.hd_menu .menu_btn span:nth-of-type(1) {
    width: 50%;
    top: 35%;
}
.hd_menu .menu_btn span:nth-of-type(2) {
    width: 40%;
    top: 50%;
}
.hd_menu .menu_btn span:nth-of-type(3) {
    width: 30%;
    top: 65%;
}
.hd_menu .menu_btn:hover {
    background-color: #003771;
    scale: 1.075;
}
.hd_menu .menu_btn.-active {
    background-color: #fff;
}
.hd_menu .menu_btn.-active span {
    background-color: #004ea2;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 45%;
}
.hd_menu .menu_btn.-active span:nth-of-type(1) {
    rotate: -45deg;
}
.hd_menu .menu_btn.-active span:nth-of-type(2) {
    opacity: 0;
}
.hd_menu .menu_btn.-active span:nth-of-type(3) {
    rotate: 45deg;
}
.hd_menu .menu_bg {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    pointer-events: none;
    background-color: rgba(206, 206, 206, 0.65);
}
.hd_menu .menu_bg.-active {
    opacity: 1;
    z-index: 998;
    pointer-events: auto;
    backdrop-filter: blur(10px);
}
.hd_menu .menu_inner {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    padding: 0 5%;
}
.hd_menu .menu_content {
    margin: 120px auto;
    max-width: 840px;
    width: 100%;
    height: auto;
    overflow-y: auto;
}
@media (max-width: 840px) {
    .hd_menu .menu_content {
        margin: 70px auto;
    }
}
.hd_menu .menu_logo {
    width: min(540px, 80%);
}
.hd_menu .menu_logo:hover {
    opacity: 0.8;
}
.hd_menu .menu_nav {
    margin: 2em 0 0.5em;
    padding: 30px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    gap: 20px 15%;
}
@media (max-width: 540px) {
    .hd_menu .menu_nav {
        flex-direction: column;
    }
}
.hd_menu .menu_nav .nav_list {
    display: inline-flex;
    flex-direction: column;
    font-size: clamp(3.2rem, 4vw, 4.5rem);
    gap: 0.75em 0px;
    width: 42.5%;
}
@media (max-width: 540px) {
    .hd_menu .menu_nav .nav_list {
        width: 100%;
    }
}
.hd_menu .menu_nav .nav_item {
    position: relative;
}
.hd_menu .menu_nav .nav_link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    font-size: inherit;
    position: relative;
    transition: none;
}
.hd_menu .menu_nav .nav_link span {
    display: inline-block;
    line-height: 1.35;
}
.hd_menu .menu_nav .nav_link .ja {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    position: relative;
    padding-left: 0.75em;
    font-weight: 700;
    transition: color 0.5s;
}
.hd_menu .menu_nav .nav_link .ja::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.3em;
    height: 0.3em;
    background-color: #004ea2;
    border-radius: 50px;
}
.hd_menu .menu_nav .nav_link .en {
    font-size: inherit;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
}
.hd_menu .menu_nav .nav_link .en .blue {
    font-size: inherit;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #004ea2;
}
.hd_menu .menu_nav .nav_link .btn {
    width: 0.85em;
    height: 0.85em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
}
.hd_menu .menu_nav .nav_link .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 50%;
    height: 50%;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    z-index: 10;
    transition: left 0.5s;
}
.hd_menu .menu_nav .nav_link .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background-color: #004ea2;
    border-radius: 50px;
    z-index: 5;
    transition: scale 0.5s, background-color 0.5s;
}
.hd_menu .menu_nav .nav_link:hover .ja {
    color: #004ea2;
}
.hd_menu .menu_nav .nav_link:hover .btn::before {
    left: 70%;
}
.hd_menu .menu_nav .nav_link:hover .btn::after {
    scale: 1.25;
    background-color: #003771;
}
.hd_menu .menu_privacypolicy {
    margin-top: 0.5em;
    margin-left: 1em;
    padding: 0.15em 0;
    position: relative;
    font-weight: 700;
}
.hd_menu .menu_privacypolicy::before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: -1em;
    width: 0.75em;
    height: 1px;
    background-color: #004ea2;
}
.hd_menu .menu_privacypolicy span {
    font-weight: inherit;
}
.hd_menu .menu_privacypolicy:hover {
    color: #004ea2;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.ftmenu {
    position: relative;
    margin: 0 auto;
}
.ftmenu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #004ea2;
}
@media (max-width: 540px) {
    .ftmenu::before {
        height: 75%;
    }
}
.ftmenu_inner {
    z-index: 10;
}
.ftmenu_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: min(5vw, 30px);
    border: min(0.75vw, 5px) solid #004ea2;
}
.ftmenu_item {
    width: 50%;
    font-size: clamp(4rem, 5.2vw, 7.2rem);
}
@media (max-width: 540px) {
    .ftmenu_item {
        width: 100%;
        font-size: 8.5vw;
    }
}
.ftmenu_item:last-child {
    border-left: min(0.75vw, 5px) solid #004ea2;
}
@media (max-width: 540px) {
    .ftmenu_item:last-child {
        border-left: none;
        border-top: min(0.75vw, 5px) solid #004ea2;
    }
}
.ftmenu_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: inherit;
    position: relative;
    transition: none;
    padding: 1em min(5%, 50px);
}
.ftmenu_link span {
    display: inline-block;
    line-height: 1.35;
    color: #004ea2;
}
.ftmenu_link .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    position: relative;
    font-weight: 700;
}
.ftmenu_link .en {
    font-size: inherit;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    overflow: hidden;
    line-height: 1.15;
    opacity: 0;
    transition: opacity 0.5s;
    margin-top: 0.15em;
}
.ftmenu_link .en.-active {
    opacity: 1;
}
.ftmenu_link .en.-active span {
    translate: 0 0;
}
.ftmenu_link .en span {
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #004ea2;
    translate: 0 1em;
    display: inline-block;
    transition: translate 1s;
}
.ftmenu_link .btn {
    width: 0.85em;
    height: 0.85em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
}
.ftmenu_link .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 50%;
    height: 50%;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    z-index: 10;
    transition: left 0.5s;
}
.ftmenu_link .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    background-color: #004ea2;
    border-radius: 50px;
    z-index: 5;
    transition: scale 0.5s, background-color 0.5s;
}
.ftmenu_link .btn {
    margin-top: 0.35em;
    position: relative;
    translate: 0 0;
    top: auto;
    right: auto;
}
.ftmenu_link:hover .btn::before {
    left: 70%;
}
.ftmenu_link:hover .btn::after {
    scale: 1.25;
    background-color: #003771;
}

.ft {
    background-color: #004ea2;
    margin: 0 auto;
}
.ft_content {
    padding: clamp(60px, 10vw, 120px) 0;
    color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1rem 1fr 1rem auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: auto auto;
    grid-template-areas: "logo contact" "nav  contact";
    gap: 0 1rem;
}
@media (max-width: 1280px) {
    .ft_content {
        display: flex;
        flex-direction: column;
    }
}
.ft_logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    width: 350px;
    transition: opacity 0.5s;
}
@media (max-width: 1280px) {
    .ft_logo {
        margin-top: clamp(60px, 10vw, 120px);
    }
}
@media (max-width: 540px) {
    .ft_logo {
        width: 80%;
    }
}
.ft_logo:hover {
    opacity: 0.8;
}
.ft_nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: nav;
    width: 540px;
    -ms-grid-row-align: end;
    align-self: end;
}
@media (max-width: 1280px) {
    .ft_nav {
        width: 100%;
        -ms-grid-row-align: start;
        align-self: start;
        margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
    }
}
.ft_nav .nav_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    gap: 0.5em 1.5em;
}
@media (max-width: 840px) {
    .ft_nav .nav_list {
        font-size: 1.6rem;
        gap: 0.25em 1.5em;
    }
}
.ft_nav .nav_item {
    position: relative;
}
.ft_nav .nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.15em 0em;
    position: relative;
    font-size: inherit;
    transition: 0.5s color;
}
.ft_nav .nav_link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    height: 2px;
    background: #fff;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: scale 0.5s;
}
.ft_nav .nav_link:hover::before {
    scale: 1 1;
}
.ft_nav .nav_link span {
    font-weight: 700;
}
.ft_contact {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: contact;
    justify-self: end;
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 80px) * 0.25) 0;
}
.ft_contact .contact_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1.5em;
}
.ft_contact .contact_ttl .main {
    flex: 1 1 180px;
    min-width: 7em;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    position: relative;
    padding-left: 0.75em;
    font-weight: 700;
    display: block;
    line-height: 1.35;
}
@media (max-width: 1280px) {
    .ft_contact .contact_ttl .main {
        flex: 0 1 auto;
    }
}
.ft_contact .contact_ttl .main::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.25em;
    height: 0.25em;
    background-color: #fff;
    border-radius: 50px;
}
.ft_contact .contact_ttl .sub {
    display: block;
    font-weight: 700;
    margin-top: 0.35em;
}
.ft_contact .contact_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1.5em;
}
@media (max-width: 840px) {
    .ft_contact .contact_info {
        flex-direction: column;
        align-items: flex-start;
    }
}
.ft_contact .contact_num {
    display: flex;
    align-items: baseline;
    gap: 0 0.25em;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.35;
}
.ft_contact .contact_num .en {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
.ft_contact .contact_num .num {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: calc(clamp(4rem, 5.2vw, 7.2rem) * 0.85);
}
@media (max-width: 840px) {
    .ft_contact .contact_num .num {
        font-size: calc(clamp(4rem, 5.2vw, 7.2rem) * 1.25);
    }
}
@media (max-width: 540px) {
    .ft_contact .contact_num .num {
        font-size: 10vw;
    }
}
.ft_contact .contact_num:hover {
    opacity: 0.8;
}
.ft_contact .contact_time {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column;
    gap: 0.1em 0.25em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
}
@media (max-width: 840px) {
    .ft_contact .contact_time {
        flex-direction: row;
        font-size: 1.6rem;
    }
}
.ft_contact .contact_time span {
    line-height: inherit;
}
.ft_contact .contact_time .time .num {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
.ft_contact .contact_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
    line-height: 1.35;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0.5em 3.25em 0.65em 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    position: relative;
}
.ft_contact .contact_btn span {
    font-weight: inherit;
    line-height: inherit;
    color: #fff;
    transition: color 0.5s;
}
.ft_contact .contact_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    z-index: 10;
    transition: right 0.5s, background-color 0.5s;
}
.ft_contact .contact_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    translate: 0 -50%;
    width: 1.75em;
    height: 1.75em;
    background-color: #004ea2;
    border-radius: 50px;
    z-index: 5;
    scale: 0;
    transition: scale 0.5s;
}
.ft_contact .contact_btn:hover {
    background-color: #fff;
}
.ft_contact .contact_btn:hover span {
    color: #004ea2;
}
.ft_contact .contact_btn:hover::before {
    right: 0.85em;
}
.ft_contact .contact_btn:hover::after {
    scale: 1;
}
.ft_copy {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    letter-spacing: 0.025em;
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 2em 0;
}

.uk-lightbox {
    background-color: rgba(0, 66, 138, 0.25);
    backdrop-filter: blur(10px);
}