@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/*!
Theme Name: DELTA TOOLING RECRUIT THEME
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_extension
Version: 0.2.2
*/


/* common-css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}


:root{
    --base-color: #161616;
    --base-font: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --montserrat: 'Montserrat', "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --blue: #254BA9;
    --light-blue: #CDD4E9;

    --padding: 100px;

    --wrap: 1200px;
    --space: calc((100vw - var(--wrap)) / 2);
}

body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    font-family: var(--base-font);
}

body.home .wrap,
.wrap{
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
}

a{
    transition: .2s;
    text-decoration: none;
}
a:hover{
    opacity: .6;
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.padding-top{
    padding-top: var(--padding);
}
.padding-bottom{
    padding-bottom: var(--padding);
}
.padding-tb{
    padding: var(--padding) 0;
}
.mosaic{
    position: relative;
}
.mosaic-item{
    display: grid;
    width: 100%;
}
.mosaic-item:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
}
.mosaic-item__panel{
    padding-top: 100%;
}
.glasses-anime{
    position: relative;
    display: inline-block;
}
.glasses-anime img{
    width: 100px;
    display: block;
}
.glasses-anime.wh span{
    background-color: #fff;
}
.glasses-anime.light-blue span{
    background-color: #CED4EC;
}
.glasses-anime span{
    content: "";
    position: absolute;
    width: 26%;
    padding-top: 0;
    background-color: var(--blue);
    border-radius: 50%;
    top: 18%;
    animation: glasses 2.8s infinite;
}
.glasses-anime span:nth-of-type(1){
    left: 21%;
}
.glasses-anime span:nth-of-type(2){
    left: 52%;
}
@keyframes glasses{
    0%{
        padding-top: 0;
    }
    7%{
        padding-top: 26%;
    }
    14%{
        padding-top: 0;
    }
}
.title{
    text-align: center;
    margin-bottom: 60px;
}
.title-en{
    margin-top: 15px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    font-family: var(--montserrat);
}
.title-text{
    font-size: 14px;
    font-weight: 900;
}
.title-text span,
.title-en span{
    position: relative;
    display: inline-block;
    line-height: 1;
}
.title-text span::before,
.title-en span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    z-index: 1;
    transition: .3s;
}
.title.scrollin .title-text span::before,
.title.scrollin .title-en span::before{
    width: 0;
}
.view-more a{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid var(--blue);
    color: #fff;
    background-color: var(--blue);
    border-radius: 20px;
    margin: 0 auto;
    padding-left: 25px;
    font-size: 18px;
    font-family: var(--montserrat);
    font-weight: bold;
    overflow: hidden;
}
.view-more a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: .3s;
}
.view-more a span{
    position: relative;
    z-index: 1;
}
.view-more a svg{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
}
.view-more a svg g,
.view-more a svg path{
    transition: .3s;
}
.view-more a:hover{
    opacity: 1;
    color: var(--blue);
}
.view-more a:hover::before{
    width: 100%;
}
.view-more a:hover svg g,
.view-more a:hover svg path{
    stroke: var(--blue);
}
.view-more.wh a{
    border-color: #fff;
}
br.s-up{
    display: none;
}



/* FADE */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
}
.fadeinr {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 600ms;
}
.fadeinb {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 600ms;
    }

.fadeinl {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }

.fadeino {
    opacity : 0;
    transition : all 600ms;
    }

.ts1 {
    transition-delay: 300ms;
}

.ts2 {
    transition-delay: 600ms;
}

.ts3 {
    transition-delay: 900ms;
}

.ts4 {
    transition-delay: 1200ms;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadeino.scrollin {
   opacity : 1;
}

.blur{
    filter: blur(10px);
    opacity: 0;
    transition: .6s;
}
.blur.scrollin{
    filter: blur(0);
    opacity: 1;
}




/* HEADER */
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: none;
    padding: 30px 60px;
    transition: .3s;
}
#header.over{
    background-color: rgba(37,75,169,.9);
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .2);
}
#header .header-menu,
#header .header-menu ul,
#header .header-menu__btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header .header-menu,
#header .header-menu ul{
    column-gap: 40px;
}
#header .header-menu__btn{
    column-gap: 20px;
}
#header .header-menu ul li a{
    font-weight: bold;
    font-size: 14px;
    font-family: var(--montserrat);
}
#header .header-menu ul li a:hover{
    opacity: 1;
    color: var(--blue);
}
#header.over .header-menu ul li a:hover{
    color: #fff;
    opacity: 0.6;
}
#header .header-menu__btn-item a{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--montserrat);
    padding: 0 14px;
}
#header .header-menu__btn-item.bg a{
    background-color: #fff;
    color: var(--base-color);
}
#header .header-menu__btn-item a:hover{
    opacity: 1;
    background-color: var(--blue);
    color: #fff;
}
#header.over .header-menu__btn-item a:hover{
    background-color: var(--base-color);
}
.nav-toggle-wrap{
    display: none;
}



/* FOOTER */
#footer{
    border: none;
    background-color: #000;
    padding: 120px 0 100px;
    position: relative;
}
#footer .footer__mosaic{
    position: absolute;
    width: 27.5vw;
    top: -60px;
    right: 0;
}
#footer .wrap{
    padding: 0;
}
#footer .footer-content__flex{
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}
#footer .footer-content__flex-link a{
    color: var(--base-color);
}
#footer .footer-content__flex-link__item-en{
    line-height: 1.3;
    font-size: 30px;
    font-family: var(--montserrat);
    font-weight: bold;
}
.footer-content__flex-link{
    width: 100%;
    max-width: 440px;
}
.footer-content__flex-link a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 14px;
    padding: 20px 0;
    gap: 25px;
    color: var(--base-color);
    border: 4px solid transparent;
}
.footer-content__flex-link__item-en{
    line-height: 1.3;
    font-size: 30px;
    font-family: var(--montserrat);
    font-weight: bold;
}
.footer-content__flex-link__item-text{
    font-size: 14px;
    font-weight: 900;
}
.footer-content__flex-link a:hover{
    opacity: 1;
    color: var(--blue);
    border-color: var(--blue);
}
.footer-content__flex-link__arrow{
    transition: .3s;
}
.footer-content__flex-link a:hover .footer-content__flex-link__arrow{
    transform: translateX(10px);
}
#footer .footer-content__flex-menu__pagetop{
    margin-bottom: 10px;
}
#footer .footer-content__flex-menu__pagetop a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#footer .footer-content__flex-menu__pagetop a span{
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 11px;
    font-family: var(--montserrat);
}
#footer .footer-content__flex-menu__pagetop a svg{
    transform: rotate(-90deg);
}
#footer .footer-content__flex-menu__list,
#footer .footer-content__flex-menu__list ul,
#footer .footer-content__flex-menu__list-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footer .footer-content__flex-menu__list{
    gap: 20px;
}
#footer .footer-content__flex-menu__list ul,
#footer .footer-content__flex-menu__list-btn{
    gap: 15px;
}
#footer .footer-content__flex-menu__list ul li a,
#footer .footer-content__flex-menu__list-btn__item a{
    font-size: 14px;
    font-weight: bold;
    font-family: var(--montserrat);
    display: inline-block;
}
#footer .footer-content__flex-menu__list ul li a{
    color: #fff;
}
#footer .footer-content__flex-menu__list ul li a:hover{
    opacity: 1;
    color: var(--blue);
}
#footer .footer-content__flex-menu__list-btn__item a{
    height: 30px;
    line-height: 30px;
    border-radius: 40px;
    color: #fff;
    padding: 0 14px;
    border: 1px solid #fff;
}
#footer .footer-content__flex-menu__list-btn__item.bg a{
    background-color: #fff;
    color: var(--base-color);
}
#footer .footer-content__flex-menu__list-btn__item a:hover{
    background-color: var(--blue);
    opacity: 1;
    color: #fff;
}
#footer .footer-content__bottom-left__sns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
#footer .footer-content__bottom-left img{
    display: block;
}
#footer .footer-content__bottom-left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}
#footer .footer-content__bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
#footer .footer-content__bottom-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
#footer .footer-content__bottom-right__link a{
    font-size: 14px;
    text-decoration: underline;
}
#footer .footer-content__bottom-right__copy{
    font-size: 14px;
    font-family: var(--montserrat);
}
.footer-slider{
    margin-top: 80px;
    padding-bottom: 160px;
}
.footer-slider .text-slider__item{
    opacity: 0.4;
}



/* TOP */
.mv{
    background: url(img/frontpage/mv.webp) no-repeat center center / cover;
    height: 100svh;
}
.mv-item{
    position: absolute;
    width: 75.67%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}
.mv-glasses{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    backdrop-filter: blur(100px);
    transition: 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.mv-text{
    position: absolute;
    top: 12vh;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 1.875vw;
    letter-spacing: 0.1em;
    font-weight: 900;
    text-shadow: 5px 5px 20px rgba(0,0,0,.5);
    transform: translateY(50px);
    transition: .6s;
    opacity: 0;
}
.mv-en{
    position: absolute;
    bottom: 18vh;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.mv-en span{
    display: inline-block;
    font-size: 5.2vw;
    font-weight: bold;
    font-family: var(--montserrat);
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 5px 5px 20px rgba(0,0,0,.5);
    transition: opacity .3s, transform .6s;
    opacity: 0;
}
.mv-en span:nth-of-type(1){
    transition-delay: 1.2s;
    transform: translateX(-80px);
}
.mv-en span:nth-of-type(2){
    transition-delay: 1.5s;
    transform: translateX(80px);
}
body.loaded .mv-glasses{
    backdrop-filter: blur(0px);
}
body.loaded .mv-text{
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0);
}
body.loaded .mv-en span{
    opacity: 1;
    transform: translateX(0);
}
.mv-mosaic{
    position: absolute;
    z-index: 1;
}
.mv-mosaic.n1{
    width: 27.5vw;
    top: 14vh;
    left: 0;
    opacity: 0.6;
}
.mv-mosaic.n2{
    width: 18.2vw;
    right: 0;
    bottom: 18vh;
    opacity: 0.8;
}
.mv-scrolldown{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 6vh;
    z-index: 1;
    text-align: center;
}
.mv-scrolldown__text{
    font-size: 11px;
    font-weight: bold;
    font-family: var(--montserrat);
    color: #fff;
}
.top-concept{
    background: url(img/frontpage/concept-bg.webp) no-repeat center top / cover;
    padding-top: 204px;
    min-height: 1485px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
}
.top-concept__ttl{
    font-size: 80px;
    letter-spacing: 0.1em;
    font-weight: 900;
    line-height: 1.3;
    transform: translateX(40px);
    margin-top: 20px;
    display: inline-block;
}
.top-concept__ttl span{
    letter-spacing: 0.1em;
    font-size: 150px;
    font-weight: 900;
    transform: translateX(-30px);
    display: inline-block;
    position: relative;
}
.top-concept__ttl span::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    top: 4px;
    left: 50%;
}
.top-concept__lead{
    margin: 40px 0 100px;
}
.top-concept__lead span{
    position: relative;
    display: inline-block;
    line-height: 1.5;
}
.top-concept__lead span::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    transition: .3s;
}
.top-concept__lead.scrollin span::before{
    width: 0;
}
.top-concept__lead span:nth-of-type(2)::before{
    transition-delay: .1s;
}
.top-concept__lead span:nth-of-type(3)::before{
    transition-delay: .2s;
}
.top-concept__lead span:nth-of-type(4)::before{
    transition-delay: .3s;
}
.top-concept__lead,
.top-concept__text{
    font-size: 40px;
    font-weight: bold;
}
.top-concept__illust{
    width: 100%;
    max-width: 758px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto 100px;
}
.top-concept__mosaic{
    z-index: -1;
}
.top-concept__mosaic.n1{
    position: absolute;
    top: 0;
    left: 0;
    width: 39vw;
}
.top-concept__mosaic.n2{
    position: absolute;
    top: 450px;
    right: 0;
    width: 25.8vw;
    opacity: 0.8;
}
.top-concept__mosaic.n3{
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    width: 324px;
}
.top-hr-bg img{
    width: 100%;
}
.top-about__text-slider-wrap{
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.text-slider__item{
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: var(--light-blue);
    text-transform: uppercase;
    margin-right: 20px;
}
.top-about__item{
    position: absolute;
    top: -150px;
    right: 0;
    z-index: -1;
}
.top-about__cont{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
    position: relative;
    z-index: 0;
}
.top-about__cont-box a{
    display: block;
    transition: 0s;
}
.top-about__cont-box a:hover{
    opacity: 1;
}
.top-about__cont-box a:hover .top-about__cont-box__img-filter{
    opacity: 0;
}
.top-about__cont-box a:hover .top-about__cont-box__item-bg__illust-body{
    transform: translate(-50%,-100%);
}
.top-about__cont-box a:hover .top-about__cont-box__item-bg svg g{
    fill: var(--blue);
}
.top-about__cont-box a:hover .top-about__cont-box__item-bg svg .stroke{
    fill: #fff;
}
.top-about__cont-box a:hover .top-about__cont-box__item-box__num,
.top-about__cont-box a:hover .top-about__cont-box__item-box__text,
.top-about__cont-box a:hover .top-about__cont-box__item-box__en{
    color: #fff;
}
.top-about__cont-box__img{
    position: relative;
    z-index: -3;
}
.top-about__cont-box__img-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: .3s;
}
.top-about__cont-box__item{
    position: relative;
    z-index: 0;
}
.top-about__cont-box__item-bg{
    z-index: -1;
    padding-top: 40.7%;
    margin-top: -35px;
}
.top-about__cont-box__item-bg svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,.16));
}
.top-about__cont-box__item-bg svg g,
.top-about__cont-box__item-bg svg .stroke{
    transition: .3s;
}
.top-about__cont-box__item-bg__illust-hand{
    width: 39.4%;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: -10px;
    z-index: 1;
}
.top-about__cont-box__item-bg__illust-body{
    width: 27.89%;
    position: absolute;
    transform: translate(-50%,-25px);
    left: 49%;
    top: 5px;
    z-index: -1;
    transition: .3s;
}
.top-about__cont-box__item-box{
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 1;
}
.top-about__cont-box__item-box__num,
.top-about__cont-box__item-box__text,
.top-about__cont-box__item-box__en{
    transition: .3s;
}
.top-about__cont-box__item-box__num{
    color: var(--blue);
    font-weight: bold;
    font-family: var(--montserrat);
    margin-bottom: 20px;
}
.top-about__cont-box__item-box__text{
    font-size: 20px;
    font-weight: 900;
    color: var(--base-color);
    line-height: 1.4;
}
.top-about__cont-box__item-box__en{
    font-weight: bold;
    font-family: var(--montserrat);
    color: var(--base-color);
}
.top-about__cont-mosaic{
    position: absolute;
    z-index: -4;
    width: 100vw;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    opacity: 0.1;
}
.top-staff{
    position: relative;
    z-index: 0;
    background: url(img/frontpage/staff-bg.svg) no-repeat left var(--padding);
}
.top-staff__slider-item{
    width: 460px;
    margin: 0 30px;
    padding: 0 30px 30px;
}
.top-staff__slider-item a{
    display: block;
    position: relative;
    z-index: 0;
    color: #fff;
}
.top-staff__slider-item a:hover{
    opacity: 1;
}
.top-staff__slider-item a:hover .top-staff__slider-item__box-job,
.top-staff__slider-item a:hover .top-staff__slider-item__box-name,
.top-staff__slider-item a:hover .top-staff__slider-item__box-text,
.top-staff__slider-item a:hover .top-staff__slider-item__box-en{
    color: var(--blue);
}
.top-staff__slider-item a:hover .top-staff__slider-item__box-inner{
    background-color: #fff;
}
.top-staff__slider-item__img{
    position: relative;
    z-index: 0;
}
.top-staff__slider-item__img img:not([class]){
    transition: .3s;
    transform: scale(0.7);
    opacity: 0;
}
.top-staff__slider-wrap.scrollin .top-staff__slider-item__img img:not([class]){
    opacity: 1;
    transform: scale(1);
}
.top-staff__slider-item__img-bg{
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    z-index: -1;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,.16));
}
.top-staff__slider-item__box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 7px);
    z-index: 1;
    filter: drop-shadow(10px 10px 10px rgb(0 0 0 / .16));
}
.top-staff__slider-item__box-char{
    position: absolute;
    top: 60px;
    right: 20px;
    transform: translateY(-100%);
    z-index: 1;
}
.top-staff__slider-item__box-inner{
    clip-path: polygon(0 0, calc(100% - 50px) 0, calc(100% - 50px) 50px, 100% 50px, 100% 100%, 0 100%);
    background-color: var(--blue);
    transition: .3s;
    padding: 5px 30px 20px 30px;
    position: relative;
}
.top-staff__slider-item__box-job{
    font-weight: bold;
    margin-bottom: 25px;
}
.top-staff__slider-item__box-name{
    font-weight: 900;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    margin-right: 60px;
    padding-bottom: 5px;
}
.top-staff__slider-item__box-name span{
    font-size: 28px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: 5px;
}
.top-staff__slider-item__box-name small{
    font-size: 14px;
}
.top-staff__slider-item__box-en{
    font-family: var(--montserrat);
    font-weight: bold;
}
.top-staff__slider-item__box-text{
    font-size: 17px;
    font-weight: 900;
}
.top-staff__slider-nav{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.top-staff__slider-nav__arrow img{
    display: block;
}
.top-staff__slider-nav__arrow{
    cursor: pointer;
}
.top-staff__view-more{
    margin-top: 60px;
}
.top-staff__cont-mosaic{
    position: absolute;
    top: var(--padding);
    right: 0;
    z-index: -1;
    width: 41.25%;
    opacity: 0.4;
}
.top-strategy__text-slider-wrap.top{
    margin-bottom: 110px;
    position: relative;
    z-index: -1;
}
.top-strategy__flex-box__title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    text-align: left;
}
.top-strategy__flex-box__title .title-en{
    margin-top: 0;
}
.top-strategy__flex-box__text{
    font-size: 44px;
    font-weight: 900;
    line-height: 1.59;
    color: var(--blue);
}
.top-strategy__flex{
    align-items: center;
    justify-content: space-between;
}
.top-strategy__text-slider-wrap.bottom{
    position: relative;
    z-index: 1;
    margin-top: -70px;
}
.top-strategy{
    position: relative;
    background: url(img/frontpage/strategy-bg.svg) no-repeat center calc(var(--padding) * 2);
}
.top-strategy__mosaic{
    width: 27.5vw;
    position: absolute;
    top: 60px;
    left: 0;
}
.top-strategy__flex-img video{
    width: 550px;
    vertical-align: bottom;
}
.top-strategy__flex-img{
    clip-path: inset(10px 10px 10px 10px);
}
.top-news{
    background-color: var(--blue);
}
.top-news__flex-box__title-item{
    color: #fff;
}
.top-news__flex{
    justify-content: space-between;
}
.top-news__flex-cont{
    width: 100%;
    max-width: 830px;
    min-height: 550px;
}
.news-box__item__view-more a{
    background-color: #fff;
    color: var(--blue);
}
.news-box__item__view-more a::before{
    background-color: var(--blue);
}
.news-box__item__view-more a:hover{
    color: #fff;
}
.news-box__item__view-more a:hover svg g,
.news-box__item__view-more a:hover svg path{
    stroke: #fff;
}
.news-box__item__view-more a{
    margin-right: 0;
}
.top-news__flex-cont{
    color: #fff;
}
.news-box{
    display: flex;
    flex-wrap: wrap;
}
.news-box__thumb{
    width: 280px;
    height: 180px;
    border-radius: 14px;
    overflow: hidden;
}
.news-box__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box__item{
    width: calc(100% - 280px);
    padding-left: 40px;
}
.news-box__item-meta{
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.news-box__item-meta__cat,
.news-box__item-meta__date{
    font-size: 14px;
    font-weight: bold;
    font-family: var(--montserrat);
}
.news-box__item-text{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}
.news-box{
    border-top: 1px solid var(--blue);
    padding: 50px 0;
}
.news-box:last-child{
    border-bottom: 1px solid var(--blue);
}
.top-news__flex-cont .news-box{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.top-news__illust{
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-news__mosaic{
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 280px;
    z-index: -1;
}
img.top-news__item{
    position: absolute;
    left: 110px;
    bottom: 350px;
}
.top-link{
    height: 1026px;
    padding-top: 213px;
    position: relative;
    background: #fff url(img/frontpage/link-bg.webp) no-repeat center center / cover;
}
.top-link__inner{
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 0;
}
.top-link__flex{
    justify-content: space-between;
}
.top-link__flex-box{
    width: 600px;
    height: 600px;
    position: relative;
}
.top-link__flex-box__bg{
    animation: rotate 30s linear infinite;
    display: inline-block;
}
@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
.top-link__flex-box__item{
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.top-link__flex-box__item.blue{
    background-color: var(--blue);
    transform: translate(-50%,-50%);
    width: calc(100% - 110px);
    height: calc(100% - 110px);
    border-radius: 50%;
    left: 50%;
    padding-top: 100px;
}
.top-link__flex-box__item.blue .title{
    color: #fff;
}
.top-link__flex-box__item.blue .view-more:not(:last-child){
    margin-bottom: 10px;
}
.top-link__inner-item{
    position: absolute;
    top: -40px;
    left: -150px;
}
.top-link__mosaic.n1{
    width: 29vw;
    position: absolute;
    top: 0;
    right: 0;
}
.top-link__mosaic.n2{
    width: 18vw;
    position: absolute;
    bottom: 100px;
    left: 0;
    opacity: 0.8;
}


/* PAGE */
body.page-template{
    background-color: #254BA9;
}
.page-mv{
    position: relative;
    z-index: 0;
}
.page-mv__bg img{
    width: 100%;
}
.page-mv__text{
    position: absolute;
    z-index: -1;
    width: 78.125%;
    height: 66.77%;
    background: url(img/common/page-mv-text-bg.png) no-repeat left top / cover;
    top: 0;
    left: 0;
    overflow: hidden;
}
.page-mv__title{
    position: absolute;
    top: 11.7vw;
    left: var(--space);
    padding-left: 130px;
    text-align: left;
    color: #fff;
    z-index: 1;
}
.page-mv__title .title-icon{
    position: absolute;
    top: 20px;
    left: 0;
}
.page-mv__title .title-en{
    margin-top: 0;
}
.page-mv__title .title-en span::before,
.page-mv__title .title-text span::before{
    display: none;
}
.page-mv__hv{
    position: absolute;
    z-index: 1;
    top: 22vw;
    left: 0;
    width: 100%;
}
.page-mv__hv-mosaic{
    position: absolute;
    width: 27.5vw;
    top: -2vw;
    right: 0;
    z-index: 1;
}
.page-mv__hv .text-slider{
    opacity: 0.4;
}
.first-section{
    position: relative;
    margin-top: -35.2vw;
    z-index: 1;
}





/* STAFF */
.staff-mv{
    position: relative;
    z-index: 0;
}
.staff-mv__bg img{
    width: 100%;
}
.staff-mv__text{
    position: absolute;
    width: 78.125%;
    height: 66.77%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    overflow: hidden;
}
.page-mv__text-slider{
    mix-blend-mode: overlay;
}
.page-mv__text-slider:not(:last-child){
    margin-bottom: 1.9vw;
}
.page-mv__text-slider .page-mv__text-slider__item{
    width: 127vw;
}
.page-mv__text-slider__item{
    margin-right: 2vw;
}
.page-mv__text-slider .slick-track{
    width: 645vw !important;
}
.staff-mv .page-mv__text{
    right: 0;
    left: auto;
}
.staff-mv__text-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.staff-mv__text-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff-mv__img{
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    text-align: center;
    z-index: -1;
    padding-top: 5.2%;
}
.staff-mv__img img{
    width: 43%;
}
.staff-mv__box{
    position: absolute;
    z-index: 1;
    top: 20vw;
    left: calc(var(--space) + 130px);
}
.staff-mv__box-char{
    margin-top: 30px;
}
.staff-mv__box-name{
    font-size: 22px;
    margin-bottom: 35px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.staff-mv__box-name span{
    font-size: 40px;
    margin-left: 10px;
    margin-right: 6px;
    font-weight: 900;
}
.staff-mv__box-name small{
    font-size: 18px;
}
.staff-mv__box-label span{
    color: #fff;
    font-size: 2.08vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.52vw;
    padding: 0 10px;
    line-height: 1.5;
    position: relative;
    z-index: 0;
}
.staff-mv__box-label span::before{
    content: "";
    background-color: var(--blue);
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    transition: .4s;
}
.staff-mv__box-label span:nth-of-type(1)::before{
    transition-delay: .1s;
}
.staff-mv__box-label span:nth-of-type(2)::before{
    transition-delay: .2s;
}
.staff-mv__box-label span:nth-of-type(3)::before{
    transition-delay: .3s;
}
.staff-mv__box-label span:nth-of-type(4)::before{
    transition-delay: .4s;
}
.staff-mv__box-label.scrollin span::before{
    width: 100%;
}
.staff-mv__box-label span:last-child{
    margin-bottom: 0;
}
.staff-mv__copy-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    mix-blend-mode: overlay;
}
.staff-mv__copy{
    position: absolute;
    z-index: 2;
    width: 68.75vw;
    left: 50%;
    bottom: 1vw;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.staff-mv__copy-img{
    width: 77.65%;
}
.staff-mv__copy-text{
    width: 19.3%;
}
.staff-mv__copy-char{
    position: absolute;
    bottom: 0;
    right: -3vw;
    width: 7vw;
}
.staff-mv__copy-char img{
    width: 100%;
}
.staff-mv__copy img{
    display: block;
}
.staff-sec01__column{
    position: relative;
    margin-bottom: var(--padding);
}
.staff-sec01__column:last-child{
    margin-bottom: 0;
}
.staff-sec01__column-img{
    position: absolute;
    z-index: -1;
    top: 40px;
    width: 41.6%;
}
.staff-sec01__column-img__light,
.requirements-sec01__box-img__light{
    width: 145.45%;
    max-width: initial;
    position: absolute;
    z-index: -1;
    top: 13.4%;
}
.staff-sec01__column-img__light.left,
.requirements-sec01__box-img__light{
    right: 32.7%;
}
.staff-sec01__column-img__light.right{
    left: 32.7%;
}
.staff-sec01__column-img__mosaic{
    position: absolute;
    bottom: 0;
    right: 0;
}
.staff-sec01__column-img__mosaic.n1{
    z-index: 1;
}
.staff-sec01__column-img__mosaic.n2{
    z-index: -1;
    bottom: auto;
    top: 0;
    right: auto;
    left: -60px;
}
.staff-sec01__column-img__mosaic.sm{
    width: 30%;
}
.staff-sec01__column-img__mosaic.sm.n2{
    width: 35%;
}
.staff-sec01__column-img__mosaic.lg{
    width: 65%;
}
.staff-sec01__column:nth-of-type(odd) .staff-sec01__column-img{
    right: -150px;
}
.staff-sec01__column:nth-of-type(even) .staff-sec01__column-img{
    left: -150px;
}
.staff-sec01__column:nth-of-type(even) .staff-sec01__column-cont{
    margin-left: auto;
}
.staff-sec01__column-cont{
    width: 100%;
    max-width: 53%;
    color: #fff;
}
.staff-sec01__column-cont__box:not(:last-child){
    margin-bottom: var(--padding);
}
.staff-sec01__column-cont__box-num{
    font-size: 18px;
    margin-bottom: -20px;
    line-height: 1;
}
.requirements-sec01__box-item__num{
    font-size: 28px;
    margin-bottom: 15px;
}
.staff-sec01__column-cont__box-num,
.requirements-sec01__box-item__num{
    font-weight: bold;
    font-family: var(--montserrat);
    line-height: 1.2;
}
.staff-sec01__column-cont__box-lead{
    padding-left: 30px;
}
.staff-sec01__column-cont__box-lead,
.requirements-sec01__box-item__lead{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 50px;
}
.staff-sec01__column-cont__box-text,
.requirements-sec01__box-item__text{
    font-size: 18px;
    line-height: 2;
}
.staff-sec01__column-cont__box-text span{
    margin: 0 5px;
    padding: 0 5px;
    background-color: #fff;
    color: var(--blue);
    font-size: 22px;
    font-weight: bold;
}
.staff-sec02{
    background: none;
}
.staff-sec02__list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px;
}
.staff-sec02__list-item{
    width: auto;
    margin: 0;
    padding: 0;
}
.staff-sec02__list-wrap{
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}
.staff-sec02__list .top-staff__slider-item__box-inner{
    background-color: #fff;
}
.staff-sec02__list .top-staff__slider-item__box-name{
    border-bottom-color: var(--blue);
}
.staff-sec02__list-item a{
    color: var(--blue);
}
@media screen and (min-width: 992px) {
    .staff-sec02__list-item a:hover .top-staff__slider-item__box-inner{
        background-color: var(--blue);
    }
    .staff-sec02__list-item a:hover .top-staff__slider-item__box-job,
    .staff-sec02__list-item a:hover .top-staff__slider-item__box-name,
    .staff-sec02__list-item a:hover .top-staff__slider-item__box-text,
    .staff-sec02__list-item a:hover .top-staff__slider-item__box-en{
        color: #fff;
    }
}
.staff-sec02 .wrap{
    max-width: 1620px;
}
.staff-sec02__title{
    text-align: left;
    position: relative;
    padding-left: 130px;
    color: #fff;
    margin-bottom: 0;
}
.staff-sec02__title .title-icon{
    position: absolute;
    top: 20px;
    left: 0;
}
.staff-sec02__title .title-en{
    margin-top: 0;
}
.staff-sec02 .text-slider__item{
    opacity: 0.4;
}
.staff-sec02 .top-strategy__mosaic{
    right: 0;
    left: auto;
}
.staff-sec01__mosaic{
    position: absolute;
    top: 0;
    left: var(--space);
    transform: translateX(-180px);
    z-index: 1;
    width: 200px;
}


/* WORKS */
.works-sec01{
    color: #fff;
}
.works-sec01__lead{
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
.works-sec01__lead span{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.works-sec01__lead span::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    transform: translateX(-50%);
    top: -30px;
    left: 50%;
}
.works-sec01__text{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}

.works-sec01 .footer-content__flex-link{
    text-align: center;
    margin-top: var(--padding);
    max-width: 100%;
}
.works-sec01 .footer-content__flex-link a{
    max-width: 480px;
    width: 100%;
    display: inline-flex;
    text-align: left;
}
.works-sec01__cont{
    margin-top: 100px;
}
.works-sec01__cont-box{
    margin-bottom: 220px;
    position: relative;
}
.works-sec01__cont-box:last-child{
    margin-bottom: 0;
}
.works-sec01__cont-box__img,
.works-sec01__cont-box__item{
    width: 100%;
    max-width: 680px;
}
.works-sec01__cont-box__img{
    position: relative;
    z-index: 2;
}
.works-sec01__cont-box:nth-of-type(even) .works-sec01__cont-box__img{
    margin-left: auto;
}
.works-sec01__cont-box__item{
    position: absolute;
    z-index: 1;
    color: var(--blue);
}
.works-sec01__cont-box__item-char{
    position: absolute;
    top: 80px;
    transform: translateY(-100%);
    z-index: 1;
}
.works-sec01__cont-box__item-ttl{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 10px;
}
.works-sec01__cont-box__item-ttl::before{
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    display: inline-block;
    margin-right: 6px;
}
.works-sec01__cont-box__item-list{
    border: 1px solid var(--blue);
    padding: 15px 20px;
    margin-bottom: 30px;
}
.works-sec01__cont-box__item-list__ttl{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.works-sec01__cont-box__item-list__text{
    font-weight: 500;
    font-size: 14px;
}
.works-sec01__cont-box__item-text{
    font-weight: 500;
}
.works-sec01__cont-box:nth-of-type(odd) .works-sec01__cont-box__item{
    top: 80px;
    right: 0;
}
.works-sec01__cont-box:nth-of-type(odd) .works-sec01__cont-box__item-inner{
    padding: 80px 100px 0 210px;
}
.works-sec01__cont-box:nth-of-type(odd) .works-sec01__cont-box__item-char{
    left: 210px;
}
.works-sec01__cont-box:nth-of-type(even) .works-sec01__cont-box__item{
    top: -80px;
    left: 0;
}
.works-sec01__cont-box:nth-of-type(even) .works-sec01__cont-box__item-inner{
    padding: 80px 210px 0 100px;
}
.works-sec01__cont-box:nth-of-type(even) .works-sec01__cont-box__item-char{
    left: 100px;
}
.works-sec01__cont-box__item-inner{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* REQUIREMENTS */
.requirements-sec01{
    color: #fff;
}
.requirements-sec01__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.requirements-sec01__box:last-child{
    margin-bottom: 0;
}
.requirements-sec01__box-item{
    width: 53%;
}
.requirements-sec01__box-img{
    width: 41.6%;
    position: relative;
    transform: translateX(150px);
    z-index: 0;
}
.requirements-sec01__box-img__light{
    position: absolute;
    z-index: -1;
}
.requirements-hr-wrap{
    background-color: #fff;
    margin-top: 50px;
}
.requirements-hr.top img{
    top: -1px;
}
.requirements-hr.bottom img{
    bottom: -1px;
}
.requirements-hr img{
    width: 100%;
}
.requirements-sec02__cont dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(0 0 0 / .4);
    padding: 40px 0;
}
.requirements-sec02__cont dl dt{
    width: 280px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--blue);
    position: relative;
    padding-left: 80px;
}
.requirements-sec02__cont dl dt::before{
    content: "";
    width: 60px;
    height: 24px;
    background: url(img/common/icon-glasses.svg) no-repeat center center / contain;
    position: absolute;
    top: 10px;
    left: 0;
}
.requirements-sec02__cont dl dd{
    width: calc(100% - 280px);
    padding-left: 60px;
    font-weight: 500;
    font-size: 18px;
}
.requirements-sec02__cont dl dd ul li{
    padding-left: 1em;
}
.requirements-sec02__cont dl dd ul li::before{
    content: "・";
    margin-left: -1em;
}
.requirements-sec02__text-slider-wrap{
    margin-top: var(--padding);
}
.requirements-sec02__label{
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 30px;
    padding: 5px 0;
    margin-bottom: 100px;
}
.requirements-sec02__tab{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    border-bottom: 1px solid var(--blue);
    height: 56px;
}
.requirements-sec02__tab li{
    font-weight: 900;
    color: #fff;
    background-color: var(--blue);
    height: 56px;
    line-height: 56px;
    color: #fff;
    border: 1px solid var(--blue);
    transition: .3s;
    text-align: center;
    cursor: pointer;
    margin-bottom: -1px;
}
.requirements-sec02__tab li.current{
    background-color: #fff;
    border-bottom-color: #fff;
    color: var(--blue);
}
.requirements-sec03__flex{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 50px 0;
    gap: 20px;
    position: relative;
    z-index: 0;
}
.requirements-sec03__flex.col4{
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.requirements-sec03__flex.col4 .requirements-sec03__flex-item{
    background: url(img/requirements/flow-bg-lg.webp) no-repeat center center / contain;
    height: 135px;
}
.requirements-sec03__flex.col4 .requirements-sec03__flex-item:last-child{
    background: url(img/requirements/flow-bg-blue-lg.webp) no-repeat center center / contain;
}
.requirements-sec03__flex-item{
    background: url(img/requirements/flow-bg.webp) no-repeat center center / contain;
    position: relative;
    height: 140px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .16));
}
.requirements-sec03__flex-item:last-child{
    background: url(img/requirements/flow-bg-blue.webp) no-repeat center center / contain;
    color: #fff;
}
.requirements-sec03__flex-item:last-child .requirements-sec03__flex-item__num{
    color: #fff;
}
.requirements-sec03__flex-item__num{
    font-size: 15px;
    font-weight: 600;
    font-family: var(--montserrat);
    color: var(--blue);
    position: absolute;
    top: 5px;
    left: 25px;
}
.requirements-sec03__flex-item__text{
    position: absolute;
    top: 82px;
    left: 25px;
    font-size: 22px;
    font-weight: bold;
    transform: translateY(-50%);
    line-height: 1.5;
}
.requirements-sec03__flex-bg{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: 0.3;
}


/* ENTRY */
.entry-form__cont dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(255 255 255 / .4);
    padding: 40px 0;
}
.entry-form__cont dl dt{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 340px;
    color: #fff;
    padding-top: 10px;
}
.entry-form__cont dl dt span{
    float: right;
    position: relative;
    top: 2px;
    background-color: #fff;
    border-radius: 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: bold;
    font-family: var(--montserrat);
    letter-spacing: 0;
    padding: 2px 12px 0;
}
.entry-form__cont dl dd{
    width: calc(100% - 340px);
    padding-left: 60px;
}
.entry-form input[type="text"],
.entry-form input[type="email"],
.entry-form input[type="tel"],
.entry-form textarea{
    width: 100%;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-family: var(--base-font);
    font-size: 18px;
    -webkit-appearance: none;
    appearance: none;
}
.entry-form input[type="text"],
.entry-form input[type="email"],
.entry-form input[type="tel"]{
    height: 55px;
}
.entry-form textarea{
    height: 300px;
    resize: none;
    padding: 15px 20px;
}
.entry-form input[type="file"]{
    color: #fff;
}
.entry-sec01{
    margin-top: -53vw;
    position: relative;
    z-index: 1;
}
.entry-sec01__title{
    color: #fff;
}
.entry-form__submit{
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: 80px auto 0;
    position: relative;
    padding: 50px;
}
.entry-form__submit::before{
    content: "";
    position: absolute;
    transform: translate(-50%,-50%) rotate(0deg);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(img/entry/entry-btn-text.svg) no-repeat center center / contain;
    animation: submit_rotate 20s linear infinite;
    pointer-events: none;
}
@keyframes submit_rotate{
    0%{transform: translate(-50%,-50%) rotate(0deg);}
    100%{transform: translate(-50%,-50%) rotate(360deg);}
}
.entry-form__submit-inner{
    background-color: #fff;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    padding-top: 110px;
}
.entry-form__submit-ttl{
    margin-bottom: 40px;
    color: var(--blue);
}
.entry-form__submit-ttl__illust{
    width: 100px;
    height: 40px;
    background: url(img/common/icon-glasses.svg) no-repeat center center / contain;
    margin: 0 auto;
}
.entry-form__submit-ttl__en{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    font-family: var(--montserrat);
    margin-top: 20px;
}
.entry-form__submit-ttl__text{
    font-size: 14px;
    font-weight: 900;
}
.entry-form__submit input[type="submit"]{
    background-color: var(--blue);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    transition: .3s;
    display: block;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 2px solid var(--blue);
}
.entry-form__submit input[type="submit"]:disabled{
    background-color: gray;
    border-color: gray;
}
@media screen and (min-width: 992px) {
    .entry-form__submit input[type="submit"]:not(:disabled):hover{
        background-color: #fff;
        color: var(--blue);
    }
}
.wpcf7-not-valid-tip{
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
}
.wpcf7-acceptance{
    color: #fff;
    position: relative;
    bottom: -8px;
}
.wpcf7-acceptance a{
    color: #fff;
    text-decoration: underline;
}


/* GALLERY */
.gallery-sec01__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
}
.gallery-sec01__grid-item{
    position: relative;
    z-index: 0;
}
.gallery-sec01__grid-item::after{
    content: "";
    width: 87.5%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(img/gallery/hv.webp) no-repeat center center / contain;
    transition: .3s;
}
.gallery-sec01__grid-item::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/gallery/filter.webp) no-repeat center center / contain;
    transition: .3s;
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .gallery-sec01__grid-item:hover{
        cursor: none;
    }
    .gallery-sec01__grid-item:hover::before{
        opacity: 0;
    }
}
#gallery-cursor{
    position: fixed;
    top: 0;
    left: 0;
    width: 628px;
    height: 250px;
    pointer-events: none;
    z-index: 9999;
}
.gallery-cursor__item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/common/icon-glasses-light-blue.svg) no-repeat center center / contain;
    transition: .3s;
    opacity: 0;
}
#gallery-cursor.active .gallery-cursor__item{
    opacity: 1;
}



/* STAFF */
.staff-sec01__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
}
.staff-sec01__grid-item.scrollin .top-staff__slider-item__img img:not([class]){
    opacity: 1;
    transform: scale(1);
}
.staff-sec01__grid-item{
    width: auto;
    margin: 0;
    padding: 0;
}
.staff-sec01__grid-item .top-staff__slider-item__box-inner{
    background-color: #fff;
}
.staff-sec01__grid-item .top-staff__slider-item__box-name{
    border-bottom-color: var(--blue);
}
.staff-sec01__grid-item a{
    color: var(--blue);
}
@media screen and (min-width: 992px) {
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-inner{
        background-color: var(--blue);
    }
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-job,
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-name,
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-text,
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-en{
        color: #fff;
    }
    .staff-sec01__grid-item a:hover .top-staff__slider-item__box-name{
        border-bottom-color: #fff;
    }
}



/* NEWS */
.archive-sec .news-content{
    color: #fff;
}
.archive-sec .news-box{
    border-color: #fff !important;
}
.single-sec{
    color: #fff;
}
.single-sec__header{
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #888;
}
.single-sec__header-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.single-sec__header-meta__date{
    font-weight: bold;
    font-family: var(--montserrat);
}
.single-sec__header-meta__cat{
    background-color: var(--blue);
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
    font-size: 13px;
    font-family: var(--montserrat);
    position: relative;
    top: -2px;
}
.single-sec__header-title{
    font-size: 26px;
    font-weight: bold;
}
.single-sec__body > *:first-child {
    margin-top: 0;
}
.single-sec__body > * {
    margin-bottom: 35px;
}
.single-sec__body > *:last-child {
    margin-bottom: 0;
}
.single-sec__body > h2,
.single-sec__body > h3,
.single-sec__body > h4,
.single-sec__body > h5 {
    margin: 60px 0 15px;
}
.single-sec__body h2 {
    background-color: var(--blue);
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: bold;
}
.single-sec__body h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.single-sec__body h4,
.single-sec__body h5 {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .single-sec__header {
        margin-bottom: 30px;
    }
    .single-sec__header-title {
        font-size: 18px;
    }
    .single-sec__body {
        font-size: 14px;
    }
    .single-sec__body h2 {
        font-size: 16px;
    }
    .single-sec__body h3,
    .single-sec__body h4, .single-sec__body h5 {
        font-size: 16px;
    }
}
.single-sec__view-more{
    margin-top: 60px;
}
.single-sec__view-more a{
    margin: 0 auto;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 6px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: 2px solid #fff !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: var(--blue);
    background-color: #fff;
    font-family: var(--montserrat);
    letter-spacing: -0.04em;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: var(--base-color);
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: var(--blue);
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    background-color: var(--blue);
}
.wp-pagenavi a.previouspostslink{
    margin-right: 14px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 14px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 19px;
    height: 17px;
    display: block;
    background: url(img/common/arrow.svg) no-repeat center center / contain;
    -webkit-filter: brightness(0) grayscale(100%) invert(1);
    -moz-filter: brightness(0) grayscale(100%) invert(1);
    -o-filter: brightness(0) grayscale(100%) invert(1);
    -ms-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
}