@charset "utf-8";
/*
Theme Name: GUI.inc
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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: "Zen Kaku Gothic New", 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;}
i { font-family: "Figtree", sans-serif;}


/*HEADER*/
/*******************************************************************/
#header { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 24px; z-index: 1000;}
.logo a { display: flex; align-items: center; gap: 5px; font-size: 1.3rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.1em; white-space: nowrap;}
.logo a img { width: 57px;}
.logo a i { display: block; font-size: 2.9rem;}
.note { position: relative; display: flex; justify-content: center;}
.note a {  position: relative; display: flex; justify-content: center; align-items: center; width: 46px; height: 46px; background: #FFF; border-radius: 46px;}
.note a i { position: absolute; top: 100%; left: 50%; transform: translate(-50%,4px); font-size: 1.1rem; font-weight: 700;}
#nav .note a { box-shadow: 0 0 6px rgba(0,0,0,.07);}
@media screen and (min-width: 1001px) {
	#nav { display: flex; align-items: center; gap: 8px; white-space: nowrap;}
	.menu { display: flex; align-items: center; font-size: 1.5rem; white-space: nowrap;}
	.menu > li { padding: 0 16px;}
	#header .wp-block-buttons { margin: 0;}
	#header .wp-block-button a { height: 46px;}
	#open { display: none;}
}
@media only screen and (max-width: 1000px){
	#header { padding: 8px;}
	.logo a { font-size: 1.1rem;}
	.logo a img { width: 46px;}
	.logo a i { font-size: 2.5rem;}
	#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;}
	.menu > li { padding: 16px 0; border-bottom: 1px solid #CCC;}
	#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: #468FE1; 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*/
/*******************************************************************/
#cta { display: grid; gap: 24px; width: 92%; max-width: 1000px; margin: 0 auto; padding: 80px 0;}
#cta a { display: block; padding: 40px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 15px; color: #FFF; transition: transform 0.5s ease;}
#cta a.contact { background-color: #468FE1; background-image: url(img/common/contact.webp);}
#cta a.recruit { background-color: #57C0E2; background-image: url(img/common/recruit.webp); text-align: right;}
#cta a:hover, .note a:hover, .note-banner a:hover { transform: scale(0.95);  opacity: 1;}
.wp-block-button a:hover::after { transform: scale(1.5);}
#cta a:not(:hover), .note a:not(:hover), .note-banner a:not(:hover) { animation: poyon 1s ease;}
#cta a h3 { display: flex; flex-direction: column; margin-bottom: 1em; font-size: clamp(1.6rem,1.8vw,1.8rem);}
#cta a h3 i { font-size: clamp(4rem,6vw,6rem);}
#sitemap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; width: 92%; margin: 0 auto; padding-bottom: 80px;}
#sitemap .note { margin-right: auto; height: 30px; border-left: 1px solid #D6D6D6;}
#sitemap .note a { height: 16px;}
.copyright { position: relative; left: 50%; transform: translateX(-50%); width: calc(100% + 6%); text-align: center; font-family: "Figtree", sans-serif; font-size: clamp(1.2rem,10.6vw,15.5rem); white-space: nowrap; opacity: 0.1;}
#floating { position: fixed; bottom: 20px; right: 20px; z-index: 100;}
#floating .wp-block-button a { height: 60px;}
@media only screen and (max-width: 1000px){
	#sitemap .menu { width: 100%;}
	#floating .wp-block-button a { height: 50px;}
	#floating .wp-block-button a i { font-size: 2rem;}
}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 80px 0;}
section { 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: 2em; text-align: center;}
.title > span { opacity: 0; display: block; margin-bottom: -2em; font-size: clamp(1.6rem,1.8vw,1.8rem);}
.title > i { display: block; margin-top: 0.4em; font-size: clamp(6rem,9.7vw,9.7rem); line-height: 1;}
.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; margin: 0;}
figure > img { width: 100%;}
p, dl, ul, ol { line-height: 1.8;}
.wp-block-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; text-align: center;}
.wp-block-buttons.left { justify-content: flex-start;}
.wp-block-buttons.right { justify-content: flex-end;}
.wp-block-button a { position: relative; isolation: isolate; display: flex; justify-content: center; align-items: center; gap: 16px; min-width: 180px; height: 50px; padding: 8px 24px; background: #468FE1; border-radius: 100px; font-weight: 700; color: #FFF !important; overflow: hidden; transition: transform 0.5s ease;}
.wp-block-button a.cyan { background-color: #57C0E2;}
.wp-block-button a.purple { background-color: #7C78E6;}
.wp-block-button a::after { content: ''; display: block; width: 17px; height: 17px; background: #FFF url("img/common/arrow_blue_b.svg") center no-repeat; background-size: 60% auto; border-radius: 50%; transition: transform 0.5s ease;}
.wp-block-button a.chevron { min-width: 320px;}
.wp-block-button a.chevron::after { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); background-color: transparent; background-image: url("img/common/chevron.svg"); background-size: contain;}
.wp-block-button a.back::after { order: -1; transform: scaleX(-1); background-color: transparent; background-image: url("img/common/chevron.svg"); background-size: contain;}
.wp-block-button a::before { content: ""; position: absolute; inset: -90%; background: #0739CD; border-radius: 50%; transform: scale(0); transform-origin: right top; transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1); z-index: -1;}
.wp-block-button a > *, .wp-block-button a::after { position: relative; z-index: 1;}
.wp-block-button a i { font-size: 2.4rem;}
.wp-block-button a.invertion { background-color: #FFF; color: #222 !important; box-shadow: 0 0 6px rgba(0,0,0,.07);}
.wp-block-button a.invertion::after { background-color: #468FE1; background-image: url(img/common/arrow_white.svg);}
.wp-block-button a:hover { transform: scale(0.95); opacity: 1; color: #FFF !important;}
.wp-block-button a:hover::after { transform: scale(1.5) translateX(8px);}
.wp-block-button a.chevron:hover::after { transform: scale(1.2 ) translate(8px,-50%);}
.wp-block-button a.back:hover::after { transform: scale(-1.2,1.2) translateX(8px);}
.wp-block-button a:not(:hover) { animation: poyon 1s ease;}
.wp-block-button a:hover::before { transform: scale(1); transform-origin: left bottom;}
@keyframes poyon { 0% { transform: scale(0.95); } 30% { transform: scale(1.05); } 60% { transform: scale(0.98); } 100% { transform: scale(1); }}
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;}
ul.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: disc;}
ol.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: decimal;}
.wp-block-table { display: flex; justify-content: center; font-weight: 400;}
.wp-block-table th { padding: 16px 32px 16px 0; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC; font-weight: 400;}
.wp-block-table td { padding: 16px 0; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC;}
.col { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px 48px;}
.col figure { margin-left: calc(100% - 50vw);}
.col.reverse { grid-template-columns: 1fr 46%;}
.col.reverse figure { order: 1; margin-left: 0; margin-right: calc(100% - 50vw);}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left;}
.mt8 { margin-top: 8px !important;}
.mt16 { margin-top: 16px !important;}
.mt24 { margin-top: 24px !important;}
.mt40 { margin-top: 40px !important;}
.mt64 { margin-top: 64px !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.7vw,1.8rem) !important;}
.fs20 { font-size: clamp(1.6rem,1.8vw,2.0rem) !important;}
.fs22 { font-size: clamp(1.7rem,1.9vw,2.2rem) !important;}
.fs24 { font-size: clamp(1.8rem,2.0vw,2.4rem) !important;}
.fs26 { font-size: clamp(1.9rem,2.1vw,2.6rem) !important;}
.fs28 { font-size: clamp(2.0rem,2.2vw,2.8rem) !important;}
.fs30 { font-size: clamp(2.1rem,2.3vw,3.0rem) !important;}
.fs32 { font-size: clamp(2.2rem,2.4vw,3.2rem) !important;}
.fs34 { font-size: clamp(2.3rem,2.5vw,3.4rem) !important;}
.fs36 { font-size: clamp(2.4rem,2.6vw,3.6rem) !important;}
.fs38 { font-size: clamp(2.5rem,2.7vw,3.8rem) !important;}
.fs40 { font-size: clamp(2.6rem,2.8vw,4.0rem) !important; line-height: 1.2;}
.fs42 { font-size: clamp(2.7rem,2.9vw,4.2rem) !important; line-height: 1.2;}
.fs44 { font-size: clamp(2.8rem,3.0vw,4.4rem) !important; line-height: 1.2;}
.fs46 { font-size: clamp(2.9rem,3.1vw,4.6rem) !important; line-height: 1.2;}
.fs48 { font-size: clamp(3.0rem,3.2vw,4.8rem) !important; line-height: 1.2;}
.fs50 { font-size: clamp(3.1rem,3.3vw,5.0rem) !important; line-height: 1.2;}
.fs52 { font-size: clamp(3.2rem,3.4vw,5.2rem) !important; line-height: 1.2;}
.fs54 { font-size: clamp(3.3rem,3.5vw,5.4rem) !important; line-height: 1.2;}
.fs56 { font-size: clamp(3.4rem,3.6vw,5.6rem) !important; line-height: 1.2;}
.fs58 { font-size: clamp(3.5rem,3.7vw,5.8rem) !important; line-height: 1.2;}
.fs60 { font-size: clamp(3.6rem,3.8vw,6.0rem) !important; line-height: 1.2;}
.fs62 { font-size: clamp(3.7rem,3.9vw,6.2rem) !important; line-height: 1.2;}
.fs64 { font-size: clamp(3.8rem,4.0vw,6.4rem) !important; line-height: 1.2;}
.fs72 { font-size: clamp(4.0rem,7.2vw,7.2rem) !important; line-height: 1.2;}
.fs96 { font-size: clamp(4.2rem,7.2vw,9.6rem) !important; line-height: 1.2;}
.fs200 { font-size: clamp(8.0rem,10vw,200rem) !important; line-height: 1.2;}
.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: #468FE1 !important;}
.cyan { color: #57C0E2 !important;}
.purple { color: #7C78E6 !important;}
.underline { text-decoration: underline; text-decoration-thickness: 3px;}
.marker { display: inline; padding: 0 1px 5px; background: linear-gradient(transparent 60%, rgba(0,159,232,.2) 0%);}
.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;}
.char-fade { opacity: 0;}
.char-fade .char-parts { display: inline-block; min-width: 0.25em; opacity: 0; transform: translate3d(0, 0.5em, 0); transform-origin: left; transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);}
.char-fade .char-parts:nth-of-type(1) { transition-delay: 0ms;}
.char-fade .char-parts:nth-of-type(2) { transition-delay: 45ms;}
.char-fade .char-parts:nth-of-type(3) { transition-delay: 90ms;}
.char-fade .char-parts:nth-of-type(4) { transition-delay: 135ms;}
.char-fade .char-parts:nth-of-type(5) { transition-delay: 180ms;}
.char-fade .char-parts:nth-of-type(6) { transition-delay: 225ms;}
.char-fade .char-parts:nth-of-type(7) { transition-delay: 270ms;}
.char-fade .char-parts:nth-of-type(8) { transition-delay: 315ms;}
.char-fade .char-parts:nth-of-type(9) { transition-delay: 360ms;}
.char-fade .char-parts:nth-of-type(10) { transition-delay: 405ms;}
.char-fade .char-parts:nth-of-type(11) { transition-delay: 450ms;}
.char-fade .char-parts:nth-of-type(12) { transition-delay: 495ms;}
.char-fade .char-parts:nth-of-type(13) { transition-delay: 540ms;}
.char-fade .char-parts:nth-of-type(14) { transition-delay: 585ms;}
.char-fade .char-parts:nth-of-type(15) { transition-delay: 630ms;}
.char-fade .char-parts:nth-of-type(16) { transition-delay: 675ms;}
.char-fade .char-parts:nth-of-type(17) { transition-delay: 720ms;}
.char-fade .char-parts:nth-of-type(18) { transition-delay: 765ms;}
.char-fade .char-parts:nth-of-type(19) { transition-delay: 810ms;}
.char-fade .char-parts:nth-of-type(20) { transition-delay: 855ms;}
.char-fade .char-parts:nth-of-type(21) { transition-delay: 900ms;}
.char-fade .char-parts:nth-of-type(22) { transition-delay: 945ms;}
.char-fade .char-parts:nth-of-type(23) { transition-delay: 990ms;}
.char-fade.inview { opacity: 1;}
.char-fade.inview .char-parts { opacity: 1; transform:  translate3d(0, 0, 0);}


/*TOP*/
#mv { padding: 0;}
#mv .mv-container { position: relative; width: 1366px; height: 1080px; transform-origin: top left;}
#mv .contents { position: absolute; top: 540px; left: 60px;}
#mv h1 { font-size: 4rem;}
.piece { position: absolute; opacity: 0; transform: scale(0); z-index: -2;}
.photo { overflow: hidden;}
.photo-inner { width: 100%; height: 100%;}
.photo img { width: 100%; height: 100%; object-fit: cover;}
.photo01 { clip-path: url(#mask01); width: 183px; height: 134px; top: 340px; right: calc(50% + 437px);}
.photo02 { clip-path: url(#mask02); width: 347px; height: 354px; top: 140px; right: calc(50% + 22px);}
.photo03 { clip-path: url(#mask03); width: 672px; height: 333px; top: 70px; left: calc(50% + 5px);}
.photo04 { clip-path: url(#mask04); width: 688px; height: 369px; top: 320px; left: calc(50% + 182px);}
.photo05 { clip-path: url(#mask05); width: 569px; height: 455px; top: 550px; left: calc(50% + 57px);}
.shape img { max-width: initial;}
.shape01 { top: 260px; right: calc(50% + 516px);}
.shape02 { top: -224px; right: calc(50% + 116px);}
.shape03 { top: 20px; right: calc(50% + 30px);}
.shape04 { top: -224px; left: calc(50% - 126px);}
.shape05 { top: 760px; right: calc(50% + 425px);}
.shape06 { top: 878px; right: calc(50% + 358px);}
.shape07 { top: 640px; right: calc(50% + 6px);}
.shape08 { top: 447px; left: calc(50% + 42px);}
.shape09 { top: 158px; left: calc(50% + 618px);}
.shape10 { top: 565px; left: calc(50% + 650px);}
.shape11 { bottom: 60px; left: 6%;}
.shape12 { bottom: -20px; left: 10%;}
.shape13 { top: 180px; right: 3%;}
.shape14 { top: 50%; right: -4%;}
.shape15 { top: 200px; left: calc(50% + 142px);}
.shape16 { top: 130px; left: calc(50% + 600px);}
.scroll-piece { position: absolute; opacity: 0; transform: scale(0); visibility: hidden; display: inline-block; z-index: -1;}
figure .scroll-piece { position: relative;}
#scrollarrow { position: relative; margin-top: 16px; padding-left: 24px; font-size: 1.1rem; font-weight: 700; z-index: 5;}
#scrollarrow span { position: absolute; top: 0; left: 0; transform: rotate(90deg); display: block; width: 17px; height: 17px; background: #468FE1 url("img/common/arrow_white.svg") center no-repeat; background-size: 60% auto; border-radius: 50%; animation: scrollarrow 3s ease-in infinite;}
@keyframes scrollarrow { 0% { top: -8px; opacity: 0;} 20% { top: 0px; opacity: 1;} 80% { top: 0px; opacity: 1;} 100% { top: 8px; opacity: 0;}}
.service { border-radius: 100px; overflow: hidden;}
.service a { position: relative; display: grid; grid-template-columns: 1fr 43.5%; min-height: 408px; background: #468FE1; color: #FFF;}
.service figure { order: 1; overflow: hidden;}
.service figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);}
.service .contents { display: flex; flex-direction: column; justify-content: center; padding: 1em 10%;}
.service .contents h3 { margin: 0;}
.service .more { position: absolute; top: 50%; right: 43.5%; transform: translate(50%,-50%); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; z-index: 10;}
.service .more::before { content: ''; display: block; width: min(11vw,180px); padding-top: min(11vw,180px); background: #FFF url(img/common/arrow_blue.svg) center no-repeat; background-size: 30% auto; border-radius: 50%; transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);}
.service li:nth-child(2) a { background-color: #57C0E2;}
.service li:nth-child(2) .more::before { background-image: url(img/common/arrow_cyan.svg);}
.service li:nth-child(3) a { background-color: #7C78E6;}
.service li:nth-child(3) .more::before { background-image: url(img/common/arrow_purple.svg);}
.service a:hover { opacity: 1;}
.service a:hover figure img { transform: scale(1.1);}
.service a:hover .more::before { transform: scale(0.8);}
.list { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 30px;}
.list li { display: flex; flex-direction: column; gap: 0.6em; cursor: pointer;}
.list figure { position: relative; padding-top: calc(200 / 310 * 100%); background: #DDDDDD; border-radius: 15px; overflow: hidden;}
.list figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);}
.list h3, .list p { margin: 0 !important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.4; overflow: hidden; transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);}
.list li .arrow { position: relative; margin-top: auto; text-align: right; padding-right: 20px; font-size: 1.5rem; font-weight: 700; color: #468FE1;}
.list li .arrow::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 17px; height: 17px; background: #468FE1 url(img/common/arrow_white.svg) center no-repeat; background-size: 50% auto; border-radius: 50%; transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);}
.list li .arrow i { display: inline-block; font-size: 1.2rem; line-height: 2.4; color: #222;}
.list li:hover figure img { transform: scale(1.1);}
.list li:hover h3, .list li:hover p { color: #468FE1;}
.list li:hover .arrow::after { transform: translate(4px,-50%);}
.list > li > a { background: #FFF; box-shadow: 0 3px 6px rgba(0,0,0,.16); border-radius: 15px; overflow: hidden;}
.list > li > a figure { border-radius: 0;}
.list > li > a .contents { padding: 1em;}
.list > li > a:hover { opacity: 1;}
#information .list li .arrow::after { width: 12px; height: 12px; background: url(img/common/arrow_blue.svg) right center no-repeat; background-size: contain;}
#newscontainer .list { grid-template-columns: repeat(auto-fill,minmax(255px,1fr));}


/*PAGE*/
#mv.mv-title { height: auto !important; padding: 24vw 0 8vw;}
#mv.mv-title .mv-container { position: absolute; top: 0;}
#mv.mv-title .contents { position: relative; top: auto; left: auto; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; width: 92%; max-width: 1000px; margin: 0 auto;}
#mv.mv-title .contents i { font-size: 6rem; font-weight: 700; line-height: 1;}
#mv.mv-title .contents h1 { font-size: 2.4rem; opacity: 0;}
.breadcrumb { width: 100%;}
.breadcrumb li { display: inline; font-size: 1.1rem;}
.breadcrumb li:not(:first-child)::before { content: ' ＞ ';}

#newscontainer section { display: grid; grid-template-columns: 1fr 25%; gap: 60px;}
#newscontainer #cat { margin-bottom: 80px;}
#aside h4 { position: relative; padding-bottom: 12px; border-bottom: 2px solid #468FE1; font-size: clamp(1.8rem,2.1vw,2.1rem);}
#aside .widjet { margin-bottom: 80px;}
#aside ul { margin: 0 !important; padding: 0;}
#aside li a, .archive-list a, .archive-list span { display: block; padding: 12px 40px 12px 0; background: url("img/common/arrow_circle.svg") right center no-repeat; background-size: 21px auto; font-size: clamp(1.3rem,1.5vw,1.5rem); cursor: pointer;}
#aside .archive-list > li { border-bottom: 1px solid #222;}
#aside .archive-list > li:not(.on) > ul { display: none;}
#aside .month-archive-list > li { text-indent: 2em;}
#aside .month-archive-list > li a { background-image: url("img/common/arrow_circle_transparent.svg");}
.screen-reader-text { display: none;}
.pagination { margin-top: 56px; text-align: center; white-space: nowrap;}
.pagination span { height: auto;}
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) { display: flex; justify-content: center; align-items: center; border: 1px solid #DDD; border-radius: 2px; font-size: 1.3rem;}
.pagination a:not(.top):not(.single-prev):not(.single-next) { width: 33px; height: 33px;}
.pagination a.prev, .pagination a.next { position: relative; text-indent: -9999px; overflow: hidden;}
.pagination a.prev { transform: scaleX(-1);}
.pagination a.prev::before, .pagination a.next::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 12px; height: 12px; border-top: 1px solid #808495; border-right: 1px solid #808495;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px; font-size: 1.5rem;}
.pagination a strong { position: relative; display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: #468FE1; border-radius: 50%; font-size: 1.6rem; line-height: 1.2; color: #FFF; text-indent: -9999px; overflow: hidden;}
.pagination a strong::before { content: ''; position: absolute; top: 50%; left: 48%; transform: translate(-50%,-50%) rotate(45deg); width: 6px; height: 6px; border-top: 2px solid #FFF; border-right: 2px solid #FFF;}
.pagination a.single-prev strong { transform: scaleX(-1);}
.pagination a.top { margin: 0 16px; padding: 0 16px; border-left: 1px solid #222; border-right: 1px solid #222;}
.pagination span { line-height: 50px;}
.pagination span.current { display: flex; justify-content: center; align-items: center; width: 33px; height: 33px; background: #468FE1; border-radius: 2px; font-size: 1.3rem; color: #FFF;}
#single h1 { padding-bottom: 0.5em; border-bottom: 2px solid #468FE1; font-size: clamp(2rem,2.4vw,2.4rem);}
#single .meta { margin: 1em 0;}
.content h2 { padding-bottom: 0.5em; border-bottom: 2px solid #468FE1; font-size: clamp(2rem,2.2vw,2.2rem);}
.content h3 { margin-bottom: 0; padding-bottom: 0.5em; text-align: left; border-bottom: 1px solid #468FE1; font-size: clamp(1.7rem,2vw,2rem);}
.content h3::after { display: none;}
.content p + p { margin-top: 0.5em;}
.content a { text-decoration: underline; color: #2660EF;}
.content a[target="_blank"]:not(.pdf):not(.wp-block-button__link) { display: inline; padding-right: 20px; background: url("img/common/blank.svg") right center no-repeat;}
.content img { margin-bottom: 8px;}
.content li:not(:first-of-type) { margin-top: 4px;}
.content ul { margin-left: 2em;}
.content ul > li { list-style: disc;}
.content ol { margin-left: 2em;}
.content ol > li { list-style: decimal;}
.content table { width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; border-collapse: separate; border-spacing: 16px 0; border-top: none!important; border-left: none!important; overflow: hidden;}
.content th, .content td { padding: 24px 0; text-align: left; vertical-align: top; border: none !important;}
.content th { width: 25%; border-bottom: 2px solid #468FE1 !important;}
.content td { border-bottom: 2px solid #D1D1D1 !important;}
.content * + p, .content > * + ul, .content * + ol, .content * + .wp-block-image, .content * + .wp-block-table, .content * + blockquote, .content * + table, .content * + .wp-block-columns, .content * + .wp-block-buttons { margin-top: 2em;}
.content * + h2, .content * + h3, .content * + h4, .content * + h5 { margin-top: 3em!important;}
.content h1 + *, .content h2 + *, .content h3 + *, .content h4 + *, .content h5 + *, .mainimg + * { margin-top: 2em!important;}
.content .youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 1em auto 0;}
.content .youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px;}
.meta time { font-size: clamp(1.2rem,1.4vw,1.4rem);}
.cat { display: flex; flex-wrap: wrap; gap: 8px; margin: 0;}
.cat a { display: inline-block; padding: 4px 1em; text-align: center; background: rgba(70,143,255,.12); border-radius: 40px; font-size: clamp(1.8rem,2.0vw,2.4rem); line-height: 1; font-size: 1.2rem; color: #468FE1;}
#information .cat a { background: #FFF; border: 1px solid #468FE1;}
#cat { width: 92%; max-width: 1000px; margin: 0 auto;}
#cat .cat { justify-content: center;}
#cat .cat a { background: #468FE1; font-size: 1.5rem; color: #FFF;}
.content .alignright { float: right; margin-left: 2em; margin-bottom: 2em;}
.content .alignleft { float: left; margin-right: 2em; margin-bottom: 2em;}
.content .aligncenter { display: block; margin: 2em auto; text-align: center;}
.size-thumbnail { max-width: 400px;}

.form { font-size: 1.6rem;}
.form p { margin: 0;}
.form .col { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 0 32px;}
.form dt { font-weight: 500;}
.form dd { padding: 8px 0 32px;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="url"] { display: inline-block; width: 100%; padding: 12px; background: #ECEEF2; border: none; border-radius: 3px; vertical-align: middle;}
.form textarea:read-only, .form input[type="text"]:read-only { background: #F4F4F4!important;}
.form select { padding: 12px 48px 12px 12px; background: #ECEEF2 url(img/common/select.svg) right 16px center no-repeat; border: none; border-radius: 3px;}
.form textarea { width: 100%; min-height: 280px; padding: 12px; background: #ECEEF2; border: none; border-radius: 3px;}
.form label { display: inline-block; padding: 8px 0;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: inline-block; padding: 16px 0 16px 40px; line-height: 1; cursor: pointer;}
.form input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 30px; height: 30px; background: #EEE; border: 2px solid #CCCCCC; border-radius: 6px;}
.form input[type="checkbox"] + span::after { content: ''; position: absolute; top: 50%; left: 9px; transform: translateY(-50%) rotate(-45deg); width: 12px; height: 5px; border-left: 2px solid #CCC; border-bottom: 2px solid #CCC;}
.form input[type="checkbox"]:checked + span::before { background: #2462B7; border-color: #2462B7;}
.form input[type="checkbox"]:checked + span::after { border-color: #FFF;}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: inline-block; margin-right: 24px; padding-left: 28px; vertical-align: middle; line-height: 2;}
.form input[type="radio"] + span::before { content: ''; position: absolute; top: 4px; left: 0; display: block; width: 24px; height: 24px; background: #ECEEF2; border: 2px solid #ECEEF2; border-radius: 50%;}
.form input[type="radio"]:checked + span::before { background-color: #FFF; border-color: #2462B7;}
.form input[type="radio"]:checked + span::after { content: ''; position: absolute; top: 9px; left: 5px; display: block; width: 14px; height: 14px; background: #2462B7; border-radius: 50%;}
.form ::-webkit-input-placeholder { font-weight: 400; color: #A4A7AF;}
.form ::-moz-placeholder { font-weight: 400; color: #A4A7AF;}
.form :-ms-input-placeholder { font-weight: 400; color: #A4A7AF;}
.form .inputTextShort { width: 75% !important;}
.form .inputTextShortest { width: 50% !important;}
.must { margin-right: 16px; padding: 3px 6px; background: #F76464; font-size: 1.2rem; color: #FFF; white-space: nowrap;}
.any { margin-right: 16px; padding: 3px 6px; background: #FFEFE0; border-radius: 40px; font-size: 1.3rem; color: #E47428; white-space: nowrap;}
.privacy { height: 240px; padding: 24px; border: 1px solid #DDDDDD; overflow: auto;}
.wp-block-buttons input[type="submit"] { position: relative; isolation: isolate; display: flex; justify-content: center; align-items: center; gap: 16px; width: 100%; max-width: 350px; height: 72px; padding: 8px 75px; background: #468FE1 url(img/common/chevron.svg) right 32px center no-repeat; border-radius: 100px; font-size: 1.9rem; font-weight: 700; color: #FFF !important; overflow: hidden; transition: transform 0.5s ease;}
.wp-block-buttons input[type="submit"]:hover { transform: scale(0.95); opacity: 1; color: #FFF !important;}
.confirm { margin-top: 32px;}
.confirm dd { padding: 28px 0;}
.confirm .confirm-hide { display: none;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { font-size: 1.6rem;}
.wpcf7-spinner { display: block; margin: 8px auto;}
.form .address label { font-weight: 600;}

.note-banner a { display: block; padding: 48px 48px 48px 50%; text-align: center; background: linear-gradient(111deg,rgba(249, 249, 249, 0) 40%, rgba(249, 249, 249, 1) 60%), #F9F9F9 url(img/company/note.jpg) left center no-repeat; background-size: auto 100%; border: 1px solid #EEEEEE;}
.note-banner a h3 { margin-top: 0;}
.note-logo { width: 136px; margin: 0 auto;}
.table { display: grid; grid-template-columns: auto 1fr;}
.table dt { padding: 16px; border-bottom: 1px solid #777777; white-space: nowrap;}
.table dd { padding: 16px; border-bottom: 1px solid #DDDDDD;}





@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 !important;}
	.col { grid-template-columns: 100%;}
	.col figure { margin-left: calc(50% - 50vw);}
	.col.reverse { grid-template-columns: 100%;}
	.col.reverse figure { order: -1; margin-left: 0; margin-right: calc(50% - 50vw);}
	.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 { padding-top: 10%;}
	#mv .mv-container { margin-left: 4%;}
	#mv h1 { font-size: 6.4rem;}
	.shape01 { top: 250px; right: calc(50% + 616px);}
	.shape02 { display: none;}
	.shape05 { top: 910px;}
	.shape06 { top: 1028px;}
	.shape07 { top: 890px;}
	.shape15 { top: 80px;}
	.shape16 { top: 550px; left: calc(50% + 450px);}
	#scrollarrow { margin-top: 32px; transform-origin: left top; transform: scale(3);}
	#vision { padding-top: 120px;}
	.service { border-radius: 50px;}
	.service a { display: block; min-height: initial;}
	.service figure { padding-top: calc(400 / 586 * 100%);}
	.service .contents { padding: 2em 1em 0;}
	.service .more { position: relative; top: auto; right: auto; transform: translate(0,0); flex-direction: row-reverse; padding: 1em 1em 2em;}


	/*PAGE*/
	#mv.mv-title { padding: 28vw 0 8vw;}
	#mv.mv-title .contents { flex-direction: column;}
	.breadcrumb { width: 100%;}
	.breadcrumb li { display: inline; font-size: 1.1rem;}
	.breadcrumb li:not(:first-child)::before { content: ' ＞ ';}

	#newscontainer section { grid-template-columns: 100%;}
	.content table.sp-flat { width:100%; margin-left: 0; margin-right: 0;}
	.content th, .content td { display: block;}
	.content th { width: auto; padding-bottom: 0; border-bottom: none !important;}
	.anchor { margin-bottom: 50px;}
	.anchor .cat { gap: 10px;}
	.anchor .cat a { padding: 16px 20px 16px 8px; background-position: right 8px center !important; background-size: 10px auto !important; font-size: 1.4rem;}
	.form dl { grid-template-columns: 1fr; gap: 16px;}
	.submit { flex-direction: column;}
	.wpcf7-list-item { display: block;}
	.confirm dt { padding: 0; border-bottom: none;}
	.confirm dd { padding: 0 0 24px;}

	.note-banner a { padding: 48px 24px 48px 45%;}
	.table { grid-template-columns: 1fr;}
	.table dt { padding: 16px 0 0; border-bottom: none; white-space: normal;}
	.table dd { padding: 8px 0 16px;}

}





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