@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');

/*!
Theme Name: NaCl 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 */
* {
  box-sizing: border-box;
}

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{
    --montserrat: 'Montserrat', "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --light-blue: #3fa8f4;
    --blue: #1f2a71;
    --cubic-bezier: cubic-bezier(0.77, 0, 0.175, 1);
}
html{
  -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
}
body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: #fff;
    position: relative;
    letter-spacing: .075em;
    background: -moz-linear-gradient(top, #24297b, #242949);
    background: -webkit-linear-gradient(top, #24297b, #242949);
    background: linear-gradient(to bottom, #24297b, #242949);
    font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.home .wrap,
.wrap{
    width: 100%;
    max-width: 1200px;
    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: 130px;
}
.padding-bottom{
    padding-bottom: 130px;
}
.padding-tb{
    padding: 130px 0;
}
li{
    list-style: none;
}


/* TRANSITION */
#loaded{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
}
#loaded circle{
    transition: 1s var(--cubic-bezier);
}
#transition{
    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;
}



/* COMMON */
.page-title__ttl.typing,
.page-title__ttl.treasure{
    font-size: 60px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.page-title__ttl.treasure span{
    display: inline-block;
}
.page-title__ttl{
    font-size: 18px;
    text-align: center;
}
.page-title__ttl span{
    font-family: var(--montserrat);
    font-size: 72px;
    line-height: 1;
    display: block;
    letter-spacing: 0;
    font-weight: 600;
}
.page-title__text{
    text-align: center;
    max-width: 432px;
    margin: 50px auto 0;
    width: 100%;
}
.page-title__link{
    text-align: center;
    margin-top: 50px;
}
.page-title__entry-btn a,
.page-title__link a{
    display: inline-block;
}
.page-title__entry-btn a:hover,
.page-title__link a:hover{
    opacity: 1;
}
.page-title__entry-btn svg{
    display: inline-block;
}
.page-title__link svg{
    display: block;
}
.page-title__entry-btn svg > *, 
.page-title__link svg > *{
    transition: .3s;
}
.page-title__entry-btn a:hover svg .line,
.page-title__entry-btn a:hover svg .polygon,
.page-title__link a:hover svg .line,
.page-title__link a:hover svg .polygon{
    transform: translateX(5px);
}
.page-title__entry-btn a:hover svg .line,
.page-title__link a:hover svg .line{
    stroke: var(--light-blue);
}
.page-title__entry-btn a:hover svg .path,
.page-title__entry-btn a:hover svg .polygon,
.page-title__link a:hover svg .path,
.page-title__link a:hover svg .polygon{
    fill: var(--light-blue);
}
.page-title__entry-btn{
    text-align: center;
}
.page-title__entry-btn a{
    color: #fff;
    line-height: 1;
}
.page-title__entry-btn.n1{
    font-size: 50px;
}
.page-title__entry-btn.n2{
    font-size: 60px;
    font-family: var(--montserrat);
    font-weight: 600;
}
.page-title__entry-btn a svg{
    margin-left: 15px;
}
.page-title__count{
    position: absolute;
    bottom: 12vh;
    left: 9vw;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.46;
}
.page-title__count > *{
    display: inline-block;
    letter-spacing: 0;
    color: var(--light-blue);
}
.page-title__count .page-title__count-num{
    font-size: 95px;
    margin-left: 40px;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 0.7;
}
.page-title__count .page-title__count-num .overflow{
    position: relative;
    width: 56px;
    overflow: hidden;
}
.page-title__count .page-title__count-num > div,
.page-title__count .page-title__count-num .current span{
    height: 75px;
}
.page-mv__slider-item__inner,
.page-title__count .page-title__count-num .current{
    transition: .6s;
}
.page-title__count .page-title__count-num .current span{
    display: inline-block;
}
.page-title__nav{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 40px;
    z-index: 1;
}
.page-title__nav span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background-color: var(--light-blue);
    transition: .3s;
    margin-bottom: 15px;
    cursor: pointer;
}
.page-title__nav span:last-child{
    margin-bottom: 0;
}
.page-title__nav span.current{
    background-color: #fff;
}
.page-mv .scroll-down{
    position: absolute;
    bottom: 12vh;
    right: 9vw;
}
.scroll-down__text{
    font-family: var(--montserrat);
    font-size: 30px;
    letter-spacing: 0;
    transform: skewX(-10deg);
}
.scroll-down__arrow{
    text-align: center;
}
.scroll-down__arrow svg{
    animation: scrolldown 1.5s ease-in infinite;
}
@keyframes scrolldown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    85%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(0);
    }
}


/* HEADER */
#header{
    background: none;
    padding: 40px 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header .header-logo img{
    width: 150px;
    display: block;
    mix-blend-mode: screen;
}
#header .header-entry a svg{
    width: 50px;
    display: block;
    margin-left: 15px;
}
#header .header-entry a svg > *{
    transition: .3s;
}
#header .header-entry a{
    font-family: var(--montserrat);
    font-size: 54px;
    font-weight: 600;
    color: var(--light-blue);
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}
#header .header-entry a span{
    transition: .3s;
}
#header .header-entry a:hover{
    opacity: 1;
}
#header .header-entry a:hover span{
    transform: skewX(-15deg);
    color: #fff;
}
#header .header-entry a:hover svg line,
#header .header-entry a:hover svg polygon{
    transform: translateX(5px);
}
#header .header-entry a:hover svg line{
    stroke: #fff;
}
#header .header-entry a:hover svg path,
#header .header-entry a:hover svg polygon{
    fill: #fff;
}
#header .header-flex{
    align-items: center;
}
.nav-toggle-wrap{
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-toggle{
    position: relative;
    width: 50%;
    height: 20px;
}
.nav-toggle span{
    position: absolute;
    background-color: #fff;
    height: 2px;
    left: 0;
    width: 100%;
    transition: .3s;
}
.nav-toggle span:nth-of-type(1){
    top: 0;
}
.nav-toggle span:nth-of-type(2){
    top: 9px;
}
.nav-toggle span:nth-of-type(3){
    top: 18px;
}
.open .nav-toggle span:nth-of-type(1){
    transform: translateY(9px) rotate(45deg);
}
.open .nav-toggle span:nth-of-type(2){
    opacity: 0;
}
.open .nav-toggle span:nth-of-type(3){
    transform: translateY(-9px) rotate(-45deg);
}
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0,0,0,0.6);
    display: none;
}



/* DRAWER */
#drawer{
    position: fixed;
    top: 0;
    right: 0;
    padding: 160px 0 40px 40px;
    background-color: var(--blue);
    z-index: 998;
    height: 100%;
    overflow-y: scroll;
    width: 450px;
    transform: translateX(100%);
    transition: .4s;
}
#drawer.open{
    transform: translateX(0);
}
#drawer a{
    color: #fff;
    font-family: var(--montserrat);
    font-weight: 600;
    font-size: 20px;
}
#drawer ul,
#footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#drawer ul li:not(:last-child){
    margin-bottom: 15px;
}
#drawer a span{
    display: inline-block;
    margin-right: 10px;
}


/* FOOTER */
#pagetop-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#pagetop-btn a:hover{
    opacity: 1;
}
#footer .footer-entry-btn svg > *,
#pagetop-btn svg > *{
    transition: .3s;
}
#pagetop-btn a:hover svg line,
#pagetop-btn a:hover svg polygon{
    transform: translateY(-10px);
}
#pagetop-btn a:hover svg line{
    stroke: var(--light-blue);
}
#pagetop-btn a:hover svg path,
#pagetop-btn a:hover svg polygon{
    fill: var(--light-blue);
}
#footer{
    border: none;
    margin-top: 200px;
}
#footer .wrap{
    padding: 0;
}
#footer a {
  color: #fff;
}
#footer .footer-entry-sec{
    padding: 0 40px 100px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#footer .footer-entry-btn span{
    margin-right: 15px;
}
#footer .footer-entry-btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--light-blue);
    font-weight: 600;
    font-family: var(--montserrat);
    font-size: 62px;
    line-height: 1;
}
#footer .footer-entry-btn a span{
    transition: .3s;
}
#footer .footer-entry-btn a:hover{
    opacity: 1;
}
#footer .footer-entry-btn a:hover span{
    transform: skewX(-15deg);
    color: #fff;
}
#footer .footer-entry-btn a:hover svg line{
    stroke: #fff;
}
#footer .footer-entry-btn a:hover svg path,
#footer .footer-entry-btn a:hover svg polygon{
    fill: #fff;
}
#footer .footer-entry-btn a:hover svg line,
#footer .footer-entry-btn a:hover svg polygon{
    transform: translateX(5px);
}
#footer .footer-entry-btn{
    text-align: center;
}
#footer .footer-cont-sec{
    padding: 80px 40px 40px;
}
#footer .footer-cont__menu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#footer .footer-cont__menu ul li a{
    font-family: var(--montserrat);
    font-weight: 600;
}
#footer .footer-cont__menu ul li a span{
    display: inline-block;
    margin-right: 10px;
}
#footer .footer-cont__menu ul li:not(:last-child){
    margin-right: 40px;
}
#footer .footer-cont__text-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
}
#footer .footer-cont__address{
    font-size: 14px;
}
#footer .footer-cont__copyright{
    font-family: var(--montserrat);
    font-size: 12px;
    font-weight: 500;
}


/* PAGE */
.page-mv{
    position: relative;
    height: 60vh;
    z-index: 0;
    background-color: #24297b;
}
.page-mv:not(.adjust):before{
    content: "";
    position: absolute;
    background-color: #24297b;
    height: 100px;
    width: 100%;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
}
.page-mv__bg{
    /* width: 71vw; */
    max-height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: -1;
}
.page-mv__slider-wrap{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
}
.page-mv__slider-item{
    opacity: 1 !important;
    text-align: center;
}
/* .page-mv__slider-item__inner{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    display: inline-block;
} */
.page-mv__slider-item.before .page-mv__slider-item__inner{
    transform: translateX(-100px);
}
.page-mv__slider-item.current .page-mv__slider-item__inner{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
/* .page-mv__slider-item.n1{
    padding-top: 40px;
}
.page-mv__slider-item.n2{
    padding-top: 90px;
}
.page-mv__slider-item.n7{
    padding-top: 120px;
} */
.common-ttl-sec{
    background-color: rgba(0,0,0,.09);
    margin-top: 100px;
}
.common-ttl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(-60px);
}
.common-ttl__num{
    width: 320px;
    height: 320px;
    border: 1px solid #bccbd3;
    border-radius: 50%;
    padding-top: 120px;
    padding-left: 130px;
    margin-right: 100px;
    position: relative;
}
.common-ttl__num-label{
    position: relative;
    left: 10px;
    line-height: 1;
}
.common-ttl__num-label,
.common-ttl__num-text{
    transform: skewX(-10deg);
}
.common-ttl__num-label span{
    font-family: var(--montserrat);
    font-weight: 500;
}
.common-ttl__num-text{
    line-height: 1;
    font-weight: 600;
    font-family: var(--montserrat);
    font-size: 86px;
}
.common-ttl_text.scrollin span{
    clip-path: inset(0 0 0 0);
}
.common-ttl_text span{
    font-size: 72px;
    line-height: 1.3;
    font-family: var(--montserrat);
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    margin-left: -20px;
    clip-path: inset(0 100% 0 0);
    transition: .6s var(--cubic-bezier);
}
.common-ttl_text{
    font-size: 18px;
    position: relative;
    margin-top: 50px;
}
.common-ttl_text::before{
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--light-blue);
    position: absolute;
    bottom: 14px;
    left: -20px;
    transform: translateX(-100%);
    transition: .6s var(--cubic-bezier);
}
.common-ttl_text.scrollin::before{
    width: 270px;
}
.title{
    margin-bottom: 60px;
}
.title-en{
    font-family: var(--montserrat);
    font-size: 72px;
    line-height: 1;
    font-weight: 600;
}
.title-en span{
    opacity: 0;
}
.scrollin .title-en span{
    opacity: 1;
}
.title-text{
    font-size: 18px;
    margin-top: 10px;
    transform: translateX(40px);
    opacity: 0;
    transition: .6s;
}
.scrollin .title-text{
    opacity: 1;
    transform: translateX(0);
}
.common-table table th,
.common-table table td{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 12px 0;
}
.common-table table tr:first-child th,
.common-table table tr:first-child td{
    border-top: 1px solid rgba(255,255,255,.1);
}
.common-table table th{
    width: 20%;
    color: var(--light-blue);
}
.common-table table td{
    width: 80%;
}
.common-table table td ol{
    counter-reset: count;
}
.common-table table td ol li{
    counter-increment: count;
    padding-left: 1em;
}
.common-table table td ol li::before{
    content: counter(count)'.';
    margin-left: -1em;
}
.img-animation img{
    clip-path: inset(0 100% 0 0);
    transition: .6s var(--cubic-bezier);
}
.img-animation.scrollin img{
    clip-path: inset(0 0 0 0);
}



/* COMPANY */
.company-common-ttl-sec{
    height: 425px;
}
.company-common-ttl-sec .common-ttl__num-img{
    position: absolute;
    width: 280px;
    bottom: 45px;
    left: -95px;
}
.company-sec01__img{
    text-align: center;
    margin-bottom: 40px;
}
.company-sec01__text{
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.company-sec02__cont{
    max-width: 855px;
    margin: 0 auto;
}
.company-sec02__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
}
.company-sec02__box:last-child{
    margin-bottom: 0;
}
.company-sec02__box.reverse{
    flex-direction: row-reverse;
}
.company-sec02__box-item{
    width: 100%;
    max-width: 340px;
}
.company-sec02__box-item__balloon{
    margin-bottom: 50px;
}
.company-sec02__box-item__balloon span{
    clip-path: inset(0 100% 0 0);
    transition: .5s linear;
}
.company-sec02__box-item__balloon.scrollin span{
    clip-path: inset(0 0 0 0);
}
.company-sec02__box-item__balloon{
    display: inline-block;
    background-color: #fff;
    border-radius: 36px;
    color: var(--blue);
    font-size: 24px;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: relative;
}
.company-sec02__box-item__balloon::before{
    content: "";
    width: 22px;
    height: 16px;
    background: url(img/company/balloon-item02.svg) no-repeat center center / contain;
    position: absolute;
    transform: translateY(100%);
    bottom: 1px;
    left: 100px;
}
.reverse .company-sec02__box-item__balloon::before{
    background: url(img/company/balloon-item01.svg) no-repeat center center / contain;
    left: auto;
    right: 100px;
}
.company-sec02__box-item__illust{
    text-align: center;
}
.company-sec02__box-text{
    font-size: 18px;
    line-height: 2;
    width: 100%;
    max-width: calc(100% - 340px);
    padding-left: 50px;
    padding-bottom: 30px;
}
.company-sec02__grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.company-sec02__grid-item__ttl{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.company-sec02__grid-item__text{
    line-height: 1.5;
}
.company-sec02__grid-item{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,.09);
    padding: 25px;
}
.company-sec02__grid-item__icon{
    width: 97px;
    text-align: center;
}
.company-sec02__grid-item__icon img{
    transform: scale(0);
    transition: .6s var(--cubic-bezier);
}
.company-sec02__grid-item__icon.scrollin img{
    transform: scale(1);
}
.company-sec02__grid-item__text-box{
    width: calc(100% - 97px);
    padding-left: 20px;
}
.company-sec03__graph{
    text-align: center;
}
.company-sec03__graph img{
    width: 100%;
}


/* JOB INFORMATION */
.job-sec01__flex-ttl-en{
    font-family: var(--montserrat);
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 0;
}
.job-sec01__flex-ttl-en span{
    opacity: 0;
}
.job-sec01__flex-ttl-en.scrollin span{
    opacity: 1;
}
.job-sec01__flex-ttl{
    font-size: 18px;
    margin-bottom: 30px;
}
.job-sec01__flex-text{
    max-width: 605px;
}
.job-sec01__flex-text-box{
    margin-left: 80px;
}
.job-sec01__table{
    margin-top: 80px;
}
.job-sec01__table .w1 span{
    width: 250px;
    display: inline-block;
}
.job-sec01__table .w2 span{
    width: 100px;
    display: inline-block;
}


/* WORKS */
.works-common-ttl-sec{
    padding-bottom: 80px;
}
.works-common-ttl-sec__text{
    font-size: 18px;
    line-height: 2;
}
.works-common-ttl-sec .common-ttl__num-img{
    position: absolute;
    bottom: 20px;
    left: -60px;
}
.works-sec01__cont-ttl-box{
    position: relative;
    padding-top: 85px;
}
.works-sec01__cont:nth-of-type(odd) .works-sec01__cont-ttl-box{
    padding-left: 570px;
}
.works-sec01__cont:nth-of-type(even) .works-sec01__cont-ttl-box{
    padding-right: 570px;
}
.works-sec01__cont-ttl__img{
    position: absolute;
    top: 0;
    width: calc((100vw - 1200px)/2 + 520px);
    height: 360px;
}
.works-sec01__cont-ttl__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-sec01__cont:nth-of-type(odd) .works-sec01__cont-box{
    border: 1px solid #f6921e;
}
.works-sec01__cont:nth-of-type(even) .works-sec01__cont-box{
    border: 1px solid var(--light-blue);
}
.works-sec01__cont:nth-of-type(odd) .works-sec01__cont-ttl__img{
    left: 0;
    transform: translateX(calc((100vw - 1200px)/-2));
}
.works-sec01__cont:nth-of-type(even) .works-sec01__cont-ttl__img{
    right: 0;
    transform: translateX(calc((100vw - 1200px)/2));
}
.works-sec01__cont-ttl__en{
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}
.works-sec01__cont-ttl__en span{
    opacity: 0;
}
.works-sec01__cont-ttl__en.scrollin span{
    opacity: 1;
}
.works-sec01__cont-ttl__text{
    font-size: 22px;
    margin-top: 5px;
}
.works-sec01__cont-box{
    padding: 185px 85px 85px;
    background-color: rgba(0,0,0,.09);
    margin-top: 70px;
}
.works-sec01__cont-box__text{
    line-height: 2;
    font-size: 18px;
    max-width: 980px;
    margin: 0 auto;
}
.works-sec01__cont-box__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin-top: 80px;
}
.works-sec01__cont-box__grid-item__ttl{
    font-size: 18px;
    margin-bottom: 15px;
}
.works-sec01__cont-box__grid-item__text{
    font-size: 18px;
    line-height: 2;
}



/* MESSAGE */
.message-common-ttl-sec .common-ttl__num-text{
    font-size: 56px;
    line-height: 1.5;
}
.message-common-ttl-sec .common-ttl__num-img{
    position: absolute;
    bottom: 30px;
    left: -50px;
}
.message-sec01 .wrap{
    max-width: 1100px;
}
.message-sec01__cont{
    max-width: 630px;
    margin: 0 auto;
}
.message-sec01__cont-img img{
    width: 100%;
}
.message-sec01__cont-text{
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
}
.message-sec01__ttl{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 56px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.075em;
}
.message-sec01__img{
    position: absolute;
    top: 230px;
    right: -50px;
}
.message-sec01__illust{
    margin-top: 230px;
    text-align: center;
}



/* INTERVIEW */
.interview-common-ttl-sec{
    padding-bottom: 260px;
}
.interview-common-ttl-sec .common-ttl__num-img{
    position: absolute;
    bottom: -10px;
    left: -30px;
    max-width: 460px;
}
.interview-common-ttl__text{
    font-size: 18px;
    line-height: 2;
    padding-left: 450px;
    margin-top: -50px;
}
.interview-header{
    margin: -107px 0 180px;
    position: relative;
}
.interview-header__img{
    transform: translateX(calc((100vw - 1200px)/-2));
    width: 86.458vw;
    position: relative;
}
.interview-header__img-item{
    width: 100%;
}
.interview-header__img-copy{
    width: 25.7vw;
    position: absolute;
    bottom: 3vw;
    left: 11vw;
    filter: drop-shadow(7px 7px 5px rgba(0,0,0,0.5));
}
.interview-header__ttl{
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    top: 20vw;
    right: calc((100vw - 1200px)/-2 + 23vw);
}
.interview-header__ttl span{
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 1.4vw;
    font-weight: bold;
    padding: 10px 0;
    margin-left: 2vw;
}
.interview-header__ttl span:last-child{
    margin-left: 0;
}
.interview-header__name{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.interview-header__name-init{
    font-size: 60px;
    font-weight: 600;
    font-family: var(--montserrat);
    line-height: 1;
}
.interview-header__name-text{
    font-size: 18px;
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-left: 40px;
}
.interview-body__cont{
    max-width: 1135px;
    margin: 0 auto 120px;
}
.interview-body__cont:last-child{
    margin-bottom: 0;
}
.interview-body__box{
    padding-left: 50px;
}
.interview-body__box-ttl{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
}
.interview-body__box-ttl span{
    opacity: 0;
}
.interview-body__box-ttl.scrollin span{
    opacity: 1;
}
.interview-body__box-ans{
    position: relative;
}
.interview-body__box-ans__num{
    position: absolute;
    top: 0;
    left: -50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-family: var(--montserrat);
    font-weight: 300;
}
.interview-body__box-ans__num::before{
    content: "";
    width: 1px;
    height: 60px;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fff;
}
.interview-body__box-ans__text{
    font-size: 18px;
    line-height: 2;
}
.interview-body__cont.column{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.interview-body__cont.column.reverse{
    flex-direction: row-reverse;
}
.column .interview-body__box{
    max-width: 630px;
    width: 100%;
}
.column .interview-body__img{
    max-width: calc(100% - 670px);
    width: 100%;
}
.column .interview-body__img img{
    width: calc(100% + ((100vw - 1135px)/2));
    max-width: calc(100% + ((100vw - 1135px)/2));
}
.column.reverse .interview-body__img img{
    transform: translateX(calc((100vw - 1135px)/-2));
}
.interview-nav-sec{
    position: relative;
    margin-top: 250px;
    background-color: rgba(63,168,244,.15);
}
.interview-nav__illust{
    position: absolute;
    right: 180px;
    top: -100px;
}
.interview-nav-sec .title{
    text-align: center;
}
.interview-nav-sec .title-en{
    font-size: 48px;
}
.interview-nav-sec .title-text{
    font-size: 16px;
}
.interview-nav__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.interview-nav__grid-item a{
    display: block;
    border: 1px solid #bccbd3;
    color: #fff;
}
.interview-nav__grid-item a:hover{
    opacity: 1;
    background-color: #bccbd3;
    color: var(--blue);
}
.interview-nav__grid-item__name{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.interview-nav__grid-item__name-init{
    font-size: 32px;
    font-family: var(--montserrat);
    font-weight: 600;
    line-height: 1;
    margin-right: 25px;
}
.interview-nav__grid-item__name-text{
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}



/* ENTRY */
.entry-sec01 .title,
.entry-sec01__text{
    text-align: center;
}
.entry-sec01__text{
    font-size: 18px;
}
.form-wrap{
    margin-top: 60px;
}
.naclform table{
    width:100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.naclform table th,
.naclform table td{
    padding: 15px;
}
.naclform table th{
    font-weight: bold;
    background-color: rgba(0,0,0,0.2);
}
.naclform table td{
    background-color: #eeeeef;
    color: #000;
}
.naclform table th p,
.naclform table td p{
    margin: 0;
}
.naclform table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 13px;
    color: #fff;
    background-color: var(--light-blue);
    display: inline-block;
    padding: 0 5px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 3px;
    width:100%;
    padding:12px;
    box-shadow: none;
    font-size: 16px;
}
form textarea{
    width: 100%;
    resize: none;
}
.submit_btn{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    transition: .3s;
    appearance: none;
    -webkit-appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    color: #fff;
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
}
form .submit_btn input[type="submit"]:hover{
    opacity: 1;
    background-color: transparent;
    color: #fff;
}
form .submit_btn input[type="button"]{
    background-color: gray;
    border: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
div.naclform .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.naclform-response-output {
    margin: 3em 0.5em 1em;
}
.naclform-spinner{
	display:none;
}
.law{
    background-color: #f7f7f7;
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px solid #231815;
    color: #000;
    font-size: 14px;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}
.naclform-spinner{
    display: block;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px){
    .naclform table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .naclform table th,
    .naclform table td{
        width: 100%;
        display: block;
        white-space: normal;
        font-size: 14px;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
}