@charset "utf-8";
/*
Theme Name: グローバルリンクス株式会社
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i,em{font-style:normal}
html.has-scroll-smooth { overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0;}
a { color: #222; text-decoration: none;}
@media only screen and (min-width: 769px){ a { transition: all .2s ease-out;} a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; touch-action: manipulation; font-family: "Noto Sans JP", sans-serif; font-size: clamp(1.6rem,1.8vw,1.8rem); font-weight: 500; line-height: 1.4; word-break: normal; color: #222;}
#container { position: relative; width: 100%; overflow: clip;}
figure { margin: 0;}
i { font-family: "Figtree", sans-serif;}


/*HEADER*/
/*******************************************************************/
#header { position: static;}
#logo { position: absolute; top: 0; left: 0; z-index: 1000; transition: .2s ease-out;}
#logo a { height: 64px; padding: 0 16px; background: #FFF; border-bottom-right-radius: 10px; box-shadow: 0 0 6px rgba(0,0,0,.11);}
.logo a { display: flex; align-items: center; gap: 16px; font-size: 1rem; white-space: nowrap;}
.logo a img { width: 172px;}
.logo a i { display: block; font-size: 1.5rem; font-weight: 700; color: #05ACEF;}
#nav .wp-block-buttons { margin: 0;}
.wp-block-button a.min { padding: 0.5em 2em; font-weight: 700;}
@media screen and (min-width: 1024px) {
	#nav { position: fixed; top: 0; right: 0; display: flex; align-items: center; gap: 16px 24px; height: 64px; padding: 0 24px; background: #FFF; border-bottom-left-radius: 10px; white-space: nowrap; box-shadow: 0 0 6px rgba(0,0,0,.11); z-index: 2000;}
	.menu { display: flex; align-items: center; font-size: 1.5rem; white-space: nowrap;}
	#nav .menu > li { position: relative; display: flex; align-items: center; height: 69px; padding: 0 16px;}
	#nav .menu > li > ul { position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden; padding: 16px 24px; background: #05ACEF; border-radius: 5px; transition: opacity .2s ease, visibility .2s ease;}
	#nav .menu > li > ul li { padding: 8px 0;}
	#nav .menu > li > ul a { display: block; padding-right: 32px; background: url(img/common/arrow_w.svg) right center no-repeat; color: #FFF;}
	#nav .menu > li:hover > a, #nav .menu > li:hover > span { color: #05ACEF;}
	#nav .menu > li:hover > ul { opacity: 1; visibility: visible;}
	.wp-block-button a.min { min-height: 42px; font-size: 1.4rem;}
	#open { display: none;}
}
@media only screen and (max-width: 1023px){
	#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; gap: 40px; width: 100%; height: 100svh; padding: 64px 30px; background: #f3f3f3; overflow-y: auto; overscroll-behavior: contain; z-index: 1000; transition: .2s ease-out;}
	#nav .menu > li { padding: 16px 0; border-bottom: 1px solid #CCC;}
	#nav .menu > li > a, #nav .menu > li > span { position: relative; display: block;}
	#nav .menu > li > ul { display: none; margin-top: 16px; padding: 16px 24px; background: #05ACEF; border-radius: 5px;}
	#nav .menu > li > ul li { padding: 8px 0;}
	#nav .menu > li > ul a { display: block; padding-right: 32px; background: url(img/common/arrow_w.svg) right center no-repeat; color: #FFF;}
	#nav .menu li > span::before, #nav .menu li > span::after { content: ''; position: absolute; right: 1em; top: 50%; width: 14px; height: 2px; background: #000; transition: transform .2s ease, opacity .2s ease; transform: translateY(-50%);}
	#nav .menu li > span::after { transform: translateY(-50%) rotate(90deg);}
	#nav .menu li.open > span::after { opacity: 0;}
	.sns { text-align: center;}
	.sns img { min-width: 48px;}
	#open { position: fixed; top: 0; right: 0; width: 64px; height: 64px; background: #FFF; border-bottom-left-radius: 10px; white-space: nowrap; box-shadow: 0 0 6px rgba(0,0,0,.11); z-index: 2000; cursor: pointer;}
	#open span { position: absolute; display: block; height: 2px; background: #05ACEF; border-radius: 2px; transition: .2s linear;}
	#open span:nth-child(1) { top: calc(50% - 5px); left: calc(50% - 15px); width: 30px;}
	#open span:nth-child(2) { top: calc(50% + 5px); left: 50%; width: 15px;}
	.open #open span:nth-child(1) { top: 50%; left: 50%; transform: translateX(-50%) rotate(135deg);}
	.open #open span:nth-child(2) { top: 50%; transform: translateX(-50%) rotate(-135deg); width: 30px;}
	.open #nav { pointer-events: auto; transform: translateY(0); opacity: 1;}
}


/*FOOTER*/
/*******************************************************************/
#footer { padding: 80px 0; background: #FBFBFB;}
#sitemap { display: flex; align-items: flex-start; gap: 24px; width: 92%; margin: 0 auto;}
#sitemap .logo { margin-right: auto;}
#sitemap > ul { display: grid; gap: 24px;}
#sitemap > ul > li > a, #sitemap > ul > li > span { font-size: 1.5rem;}
#sitemap > ul ul { display: grid; gap: 4px; margin-top: 8px;}
#sitemap > ul ul li { display: grid; grid-template-columns: auto 1fr; gap: 8px; font-size: 1.4rem; font-weight: 400;}
#sitemap > ul ul li::before { content: '-';}
#sitemap .sns { padding: 8px 0;}
#sitemap .wp-block-buttons { margin: 0;}
#copyright { margin-top: 40px; text-align: center; font-family: "Figtree", sans-serif; font-size: 1.5rem; font-weight: 400;}
@media only screen and (max-width: 1000px){
	#sitemap { display: grid;}
	#sitemap > ul > li { padding-top: 24px; border-top: 1px solid #CCC;}
}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 80px 0;}
section { opacity: 0; position: relative; width: 92%; max-width: 1000px; margin: 0 auto;}
section + section { margin-top: 80px;}
.tight { max-width: 680px;}
.narrow { max-width: 880px;}
.wide { max-width: 1200px;}
.full { width: auto; max-width: initial;}
h1 { font-size: clamp(2.8rem,3.2vw,3.2rem);}
h2 { font-size: clamp(2.8rem,3.2vw,3.2rem);}
h3 { font-size: clamp(2rem,2.4vw,2.4rem);}
h4 { font-size: clamp(1.5rem,1.7vw,1.7rem);}
h5 { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.title { margin-bottom: 1em; text-align: center;}
.title span { display: block; margin-bottom: -2em; font-size: clamp(1.6rem,2vw,2rem);}
.title i { display: block; margin-top: 0.4em; font-size: clamp(6.4rem,9.7vw,9.7rem); font-weight: 600; line-height: 1; color: #05ACEF;}
.title i.fs56 { margin-top: 0.8em;}
.subtitle { padding-left: 0.5em; border-left: 4px solid #05ACEF; font-size: clamp(2.4rem,3.2vw,3.2rem);}
article * + h2, article * + h3, article * + h4, article * + h5, article * + ul, article * + ol, * + .wp-block-list, * + .wp-block-table , * + .wp-block-buttons, * + .wp-block-image, * + .wp-block-gallery, * + form { margin-top: 40px;}
article h2 + * { margin-top: 2em !important;}
article h3 + *, article h4 + *, article h5 + * { margin-top: 1em !important;}
article * + p { margin-top: 1em;}
figure { position: relative;}
figure > img { width: 100%;}
p, dl, ul, ol { line-height: 1.6;}
.wp-block-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; text-align: center;}
.wp-block-button a { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 60px; padding: 0.5em 4em; background: #05ACEF; border-radius: 40px; color: #FFF;}
.wp-block-button a i { font-weight: 700;}
ul.wp-block-list { display: grid; gap: 1em; margin-left: 1.5em; list-style: disc;}
ul.wp-block-list li::marker { color: #05ACEF;}
ol.wp-block-list { display: grid; gap: 1em; margin-left: 1.5em; list-style: decimal;}
.wp-block-table th { padding: 24px 0; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC; font-weight: 700; white-space: nowrap;}
.wp-block-table td { padding: 24px 0 24px 24px; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left;}
.marker { display: inline; padding: 0 1px 5px; background: linear-gradient(transparent 60%, rgba(0,159,232,.2) 0%);}
a.underline { text-decoration: underline!important; color: #1A30AC;}
.mt8 { margin-top: 8px !important;}
.mt16 { margin-top: 16px !important;}
.mt24 { margin-top: 24px !important;}
.mt40 { margin-top: 40px !important;}
.mt80 { margin-top: 80px !important;}
.mt160 { margin-top: 160px !important;}
.fs11 { font-size: clamp(0.9rem,1.1vw,1.1rem) !important;}
.fs12 { font-size: clamp(1.0rem,1.2vw,1.2rem) !important;}
.fs13 { font-size: clamp(1.1rem,1.3vw,1.3rem) !important;}
.fs14 { font-size: clamp(1.2rem,1.4vw,1.4rem) !important;}
.fs15 { font-size: clamp(1.3rem,1.5vw,1.5rem) !important;}
.fs16 { font-size: clamp(1.4rem,1.6vw,1.6rem) !important;}
.fs18 { font-size: clamp(1.5rem,1.8vw,1.8rem) !important;}
.fs20 { font-size: clamp(1.6rem,2.0vw,2.0rem) !important;}
.fs22 { font-size: clamp(1.7rem,2.2vw,2.2rem) !important;}
.fs24 { font-size: clamp(1.8rem,2.4vw,2.4rem) !important;}
.fs28 { font-size: clamp(2rem,2.8vw,2.8rem) !important;}
.fs30 { font-size: clamp(2.2rem,3vw,3rem) !important;}
.fs32 { font-size: clamp(2.4rem,3.2vw,3.2rem) !important;}
.fs36 { font-size: clamp(2.5rem,3.6vw,3.6rem) !important;}
.fs38 { font-size: clamp(2.6rem,3.8vw,3.8rem) !important;}
.fs40 { font-size: clamp(2.8rem,4vw,4rem) !important;}
.fs42 { font-size: clamp(2.8rem,4.2vw,4.2rem) !important;}
.fs45 { font-size: clamp(2.9rem,4.5vw,4.5rem) !important;}
.fs50 { font-size: clamp(3rem,5vw,5rem) !important;}
.fs56 { font-size: clamp(4rem,5.6vw,5.6rem) !important;}
.light { font-weight: 300;}
.regular { font-weight: 400;}
.medium { font-weight: 500;}
.semi-bold { font-weight: 600;}
.bold { font-weight: 700;}
.black { font-weight: 900;}
.ls { letter-spacing: 0.1em;}
.lh { line-height: 2;}
.white { color: #FFF !important;}
.blue { color: #05ACEF !important;}
.sp { display: none;}
.fadeInUp { animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);} }
.animated { opacity: 0; animation-duration: 1s; animation-fill-mode: both;}


/*TOP*/
#mv { display: grid; gap: 64px; padding-top: 0; text-align: center;}
.marquee { width: 100%; overflow: hidden;}
#mv h1 { display: grid; gap: 32px; justify-content: center;}
#mv p { margin-top: 24px !important;}
.mv-t img { height: 228px;}
.mv-b img { height: 221px;}
.marquee:not(.re) { margin-top: -40px;}
.marquee .swiper-wrapper { transition-timing-function: linear;}
.marquee .swiper-slide { width: auto;}
.marquee img { width: auto; display: block;}
.slide-mask { position: relative; overflow: hidden;}
.slide-mask .contents { animation: slideIn 1s cubic-bezier(0.6, 0, 0.2, 1) forwards;}
@keyframes slideIn { from { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);} to { clip-path: polygon(0 0, 100% -30%, 100% 100%, 0 100%);}}
.slide-mask.re .contents { clip-path: polygon( 100% 0, 100% 0, 100% 100%, 100% 100%); animation-name: slideInRe; animation-delay: 0.1s;}
@keyframes slideInRe { from { clip-path: polygon( 100% 0, 100% 0, 100% 100%, 100% 100%); transform: scale(1.2);} to { clip-path: polygon( 0% 0, 100% 0, 100% 100%, 0 100% ); transform: scale(1);}}
#message { padding: 160px 0; background: url(img/top/circle.svg) center no-repeat; background-size: auto 100%;}
#message .col { align-items: center;}
#message .col figure { margin-left: calc(158% - 50vw);}
#message .col.reverse figure { margin-left: auto; margin-right: calc(158% - 50vw);}
.message { padding: 80px 0; background: url(img/top/deco01.svg) left 10% top 0 no-repeat, url(img/top/deco02.svg) right 0 top 30% no-repeat;}
.company { padding: 80px 0; background: url(img/top/deco03.svg) right 10% top 0 no-repeat, url(img/top/deco04.svg) left 0 top 30% no-repeat, url(img/top/deco05.svg) right 10% bottom 0 no-repeat;}
.company ul { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 20px;}
.company a { display: block; width: 100%; padding: 10px; text-align: center; border: 1px solid #FFF; border-radius: 40px; color: #FFF;}
#people .marquee:not(.re) { position: relative; width: 100vw; margin: -24px calc(50% - 50vw) 0 !important; z-index: -1;}
.cta i { display: block; width: 100%;}
#recruit { min-height: 924px; background: url(img/top/deco06.svg) right calc(50% + 550px) center no-repeat, url(img/top/deco07.svg) left calc(50% + 550px) top no-repeat;}


/*PAGE*/
#title { position: relative; display: grid; grid-template-columns: 1fr 50%; align-items: center; gap: 24px 0; width: 92%; max-width: 1000px; margin: 0 auto; padding-bottom: 80px;}
#title::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 8.6vw; height: 100%; background: url(img/common/deco01.svg) center no-repeat; background-size: contain; z-index: -1;}
#title li { display: inline; font-size: 1.1rem; font-weight: 400;}
#title li a { text-decoration: none;}
#title li:not(:first-child)::before { content: '>';}
#title h1 { margin-top: 0.5em; font-size: clamp(3.2rem,4.2vw,4.2rem);}
#title figure { margin-right: calc(100% - 50vw);}
#title figure::before { content: ''; position: absolute; top: 20%; left: -88px; width: 67px; height: 47px; background: url(img/common/deco02.svg) center no-repeat;}
#title figure::after { content: ''; position: absolute; bottom: -16px; left: 8%; width: 21px; height: 47px; background: url(img/common/deco03.svg) center no-repeat;}
.en { position: absolute; bottom: -0.2em; left: 0; font-size: clamp(3.2rem,20vw,24.7rem); font-weight: 700; line-height: 1; white-space: nowrap; opacity: 0.05; z-index: -1;}
.col { display: grid; grid-template-columns: 46% 1fr; align-items: flex-start; gap: 24px 48px;}
.col.w30 { grid-template-columns: 32% 1fr;}
.col.reverse { grid-template-columns: 1fr 46%;}
.col.w30.reverse { grid-template-columns: 1fr 32%;}
.col.reverse figure { order: 1;}

#data { background: url(img/data/deco01.svg) right calc(50% + 550px) bottom 160px no-repeat, url(img/data/deco02.svg) left calc(50% + 550px) bottom 80px no-repeat;}
.data ul { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 50px;}
.data li { padding: 24px; text-align: center; background: #FFF; border: 2px solid #05ACEF; line-height: 1;}
.data li figure { margin: 24px 0 !important;}
.data li figure img { width: auto;}
.data li i { vertical-align: baseline;}

#benefits { background: url(img/benefits/deco01.svg) right calc(50% + 550px) bottom 160px no-repeat, url(img/benefits/deco02.svg) left calc(50% + 550px) bottom 80px no-repeat;}
.benefits .col figure { margin-left: calc(110% - 50vw);}
.benefits .col.reverse figure { margin-left: auto; margin-right: calc(110% - 50vw);}
#benefits .benefits:nth-of-type(1) figure::before { content: ''; position: absolute; bottom: 48px; right: -64px; width: 89px; height: 62px; background: url(img/benefits/deco03.svg) center no-repeat;}
#benefits .benefits:nth-of-type(2) figure::before { content: ''; position: absolute; top: -32px; left: 16px; width: 72px; height: 91px; background: url(img/benefits/deco04.svg) center no-repeat;}
#benefits .benefits:nth-of-type(3) figure::before { content: ''; position: absolute; top: -60px; left: 60px; width: 75px; height: 68px; background: url(img/benefits/deco05.svg) center no-repeat;}
#benefits .benefits:nth-of-type(3) figure::after { content: ''; position: absolute; bottom: 20px; right: -50px; width: 67px; height: 61px; background: url(img/benefits/deco06.svg) center no-repeat;}

.num-title { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 16px; margin-bottom: 1em;}
.num-title i { padding-right: 16px; border-right: 2px solid #05ACEF; font-weight: 600; color: #05ACEF;}

#gallery { background: url(img/gallery/deco01.svg) right calc(50% + 550px) bottom 160px no-repeat, url(img/gallery/deco02.svg) left calc(50% + 550px) bottom 80px no-repeat;}
.gallery { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 20px;}
.gallery img { cursor: pointer;}
.popup-bg { position: absolute; inset: 0; background: rgba(255,255,255,0.85);}
#popup { display: none; position: fixed; inset: 0; z-index: 9999;}
.popup-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 770px; max-height: calc(100vh - 112px); display: flex; flex-direction: column; align-items: center; cursor: pointer;}
#popup-close { margin-top: 16px; cursor: pointer;}

.job .col.reverse figure { margin-left: auto; margin-right: calc(158% - 50vw);}
.table { display: grid; gap: 8px;}
.table .row { display: flex;}
.table dt { white-space: nowrap;}
.scroll-wrap { position: relative;}
.scroll { width: 100%; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; cursor: grab;}
.scroll:active { cursor: grabbing;}
.scroll img { width: auto; max-width: none;}
.scroll-hint { position: absolute; right: calc(50% - 50vw); top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 1.2rem; letter-spacing: .08em; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.1)); padding: 16px 32px; border-radius: 8px 0 0 8px; opacity: 0; transition: opacity .3s ease;}
.scroll-wrap.is-scrollable .scroll-hint { opacity: 1;}
.scroll-wrap.is-scrolled .scroll-hint { opacity: 0;}
.interview-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 48px 20px; text-align: center;}
.interview-list li { width: calc(50% - 10px);}
.interview-list li:nth-of-type(3) figure::before { content: ''; position: absolute; bottom: 10px; left: -60px; width: 75px; height: 68px; background: url(img/interview/deco03.svg) center no-repeat;}
.interview-list li:nth-of-type(4) figure::before { content: ''; position: absolute; top: 26px; right: -30px; width: 67px; height: 61px; background: url(img/interview/deco04.svg) center no-repeat;}
#interviewlink { background: url(img/gallery/deco01.svg) right calc(50% + 550px) bottom 160px no-repeat, url(img/gallery/deco02.svg) left calc(50% + 550px) bottom 80px no-repeat;}
#interviewlink .marquee { position: relative; width: 100vw; margin: 0 calc(50% - 50vw) -108px !important; z-index: -1;}
.interview-title { position: relative;}
.interview-title-contents { position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); width: 92%; max-width: 1000px; color: #FFF; z-index: 10;}
.interview-title figure::before { content: ''; position: absolute; inset: 0; background: rgba(51,51,51,.22); z-index: 1;}
.interview-title figure { padding-top: calc(540 / 1366 * 100%);}
.interview-title figure .slide-mask { position: absolute; inset: 0;}
.interview-title figure .slide-mask .contents { position: absolute; inset: 0;}
.interview-title figure .slide-mask img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 10;}
#interview { background: url(img/interview/deco05.svg) right calc(50% + 650px) bottom 160px no-repeat, url(img/interview/deco06.svg) left calc(50% + 650px) bottom 20% no-repeat, url(img/interview/deco02.svg) left calc(50% + 500px) bottom 80px no-repeat;}
#interview section figure:nth-of-type(1)::before { content: ''; position: absolute; bottom: -48px; right: 0; width: 67px; height: 61px; background: url(img/interview/deco04.svg) center no-repeat;}
#interview section figure:nth-of-type(2)::before { content: ''; position: absolute; top: 40px; left: -50px; width: 75px; height: 68px; background: url(img/interview/deco03.svg) center no-repeat;}

.fr { clear: left; float: right; width: 46%; margin-left: 2em; margin-bottom: 2em;}
.fl { clear: right; float: left; width: 46%; margin-right: 2em; margin-bottom: 2em;}

#faq { background: url(img/gallery/deco02.svg) left calc(50% + 550px) bottom 80px no-repeat;}
.faq dt { position: relative; margin-bottom: 20px; padding: 24px 40px 24px 5em; background: #FBFAF8; font-size: clamp(1.6rem,2vw,2rem); font-weight: 700; cursor: pointer;}
.faq dt::before { content: 'Q'; position: absolute; top: 50%; left: 1em; transform: translateY(-50%); font-family: "Figtree", sans-serif; font-size: clamp(2em,3vw,3rem); font-weight: 700; color: #05ACEF;}
.faq dt::after { content: ''; position: absolute; top: 50%; right: 1em; transform: translateY(-50%); width: 20px; height: 20px; background: url(img/common/plus.svg) center no-repeat; transition: .2s ease-out}
.faq dt.on::after { background-image: url(img/common/minus.svg);}
.faq dd { position: relative; display: none; padding: 0 0 40px 5em;}
.faq dd::before { content: 'A'; position: absolute; top: 0; left: 1em; font-family: "Figtree", sans-serif; font-size: clamp(2em,3vw,3rem); font-weight: 700; color: #E8ED66;}






@media only screen and (max-width: 1000px){
article { padding: 56px 0;}
section + section { margin-top: 56px;}
.title img { max-width: 180px;}
.wp-block-table th { display: block; padding: 24px 0 0; border-bottom: none; white-space: initial;}
.wp-block-table td { display: block;}
.wp-block-buttons { justify-content: center;}
.wp-block-button { width: 100%; max-width: 400px;}
.wp-block-button a { min-width: initial;}
.mt24 { margin-top: 16px !important;}
.mt40 { margin-top: 32px !important;}
.mt80 { margin-top: 48px !important;}
.mt160 { margin-top: 80px !important;}
.sp { display: block;}
.pc { display: none;}


/*TOP*/
#mv { gap: 40px; padding-top: 40px;}
.marquee:not(.re) { margin-top: 0;}
#message { padding: 80px 0;}
#message .col figure { margin-left: calc(50% - 50vw);}
#message .col.col.reverse figure { margin-left: auto; margin-right: calc(50% - 50vw);}
#people .marquee:not(.re) img { height: 80px;}
#recruit { min-height: initial; background-position: right calc(50% + 300px) center, left calc(50% + 300px) top;}


/*PAGE*/
#title { grid-template-columns: 1fr; gap: 24px 0;}
#title::before { background-position: left 20%;}
#title figure { order: -1; margin-right: calc(50% - 50vw);}
#title figure::before { top: 70%; left: auto; right: -12px; z-index: 1;}
.col { grid-template-columns: 100% !important;}
.col figure { order: -1 !important; margin: 0;}

#data, #benefits, #gallery { background-position: right calc(50% + 320px) bottom 160px, left calc(50% + 320px) bottom 80px;}
#interviewlink { background-position: right calc(50% + 320px) bottom 160px, left calc(50% + 200px) bottom 80px;}
#interview { background-position: right calc(50% + 320px) bottom 160px, left calc(50% + 320px) bottom 20%, left calc(50% + 200px) bottom 20px;}
#faq { background-position: left calc(50% + 200px) bottom 80px;}

.data ul { gap: 24px;}

.benefits .col figure { margin-left: calc(50% - 50vw);}
.benefits .col.col.reverse figure { margin-left: auto; margin-right: calc(50% - 50vw);}

.job .col.reverse figure { margin-left: auto; margin-right: calc(50% - 50vw);}

.interview-title-contents { position: relative; bottom: 0; left: 0; transform: translateX(0); margin: 0 auto; padding: 200px 0 40px;}
#interviewlink .marquee { margin-bottom: -64px !important;}
#interviewlink .marquee img { height: 80px;}
.interview-title figure { position: absolute; inset: 0;}
.interview-list { flex-direction: column; gap: 20px;}
.interview-list li { width: auto; max-width: 480px; margin: 0 auto;}

.fr { float: none; width: 100%; margin-left: 0;}
.fl { float: none; width: 100%; margin-right: 0;}

.faq dt { padding: 24px 32px 24px 4em;}
.faq dt::before { left: 0.5em;}
.faq dt::after { right: 0.5em;}
.faq dd { padding: 0 0 40px 4em;}
.faq dd::before { left: 0.5em;}



}





@media print {
#container { width: 1024px;}
}