@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&family=Zen+Kaku+Gothic+New&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.4rem,1.6vw,1.6rem); font-weight: 500; line-height: 1.2; word-break: normal; color: #222;}
#container { position: relative; width: 100%; overflow: clip;}
figure { margin: 0;}
i, time, .en { font-family: "Figtree", sans-serif; font-weight: 600; vertical-align: baseline;}


/*HEADER*/
/*******************************************************************/
#header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 100px; padding: 0 16px 0 32px; z-index: 1000;}
#logo a { display: flex; align-items: center; gap: 0 16px;}
#logo span { display: grid; padding-left: 16px; text-align: center; border-left: 1px solid rgba(91,103,131,.27); font-size: 1.3rem; white-space: nowrap;}
#logo span i { font-size: 2.1rem; color: #4B8CD7;}
@media screen and (min-width: 1001px) {
	#nav { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 4px 24px;}
	.menu { display: flex; align-items: center; gap: 4px 24px; white-space: nowrap;}
	.menu a { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 1.5rem; font-weight: 700;}
	.menu a span { font-size: 1.1rem;}
	#open { display: none;}
	#header .wp-block-buttons { margin-top: 0; margin-left: auto;}
}
@media only screen and (max-width: 1000px){
	#header { height: 80px; padding: 16px;}
	#logo a { gap: 0 8px;}
	#logo a img { width: 160px;}
	#logo span { padding-left: 8px; font-size: 1.2rem;}
	#logo span i { font-size: 1.4rem;}
	#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; width: 100%; height: 100svh; padding: 64px 30px; background: #f3f3f3; overflow-y: auto; overscroll-behavior: contain; z-index: 1000; transition: .2s ease-out;}
	#nav .menu a { display: block; padding: 16px 0; border-bottom: 1px solid #CCC; font-size: 1.8rem; font-weight: 500;}
	#open { position: fixed; top: 16px; right: 16px; width: 50px; height: 50px; background: #4B8CD7; z-index: 5000; cursor: pointer; pointer-events: auto;}
	#open span { position: absolute; display: block; height: 2px; background: #FFF; 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 { position: relative; background: #FFF; z-index: 200;}
#cta { position: relative; width: 92%; max-width: 1000px; margin: 0 auto; padding: 80px 0; text-align: center;}
#cta::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: url(img/common/cta.webp) center top no-repeat; background-size: 100% 100%; z-index: -1;}
#cta ul { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 24px 56px; margin-top: 24px; padding: 40px 56px; background: #FFF;}
.sep { display: block; width: 1px; min-width: 1px; height: 100%; background: #0078D6; opacity: 0.4;}
#cta li figure { margin: 16px 0;}
#cta .tel { margin-top: -0.5em; line-height: 1;}
#cta .wp-block-buttons { margin-top: 0;}
#cta .wp-block-button a { min-width: 340px;}
#kenko { padding: 32px; text-align: center; background: #F7F7F7;}
#kenko img { width: 100%; max-width: 350px;}
#group { width: 92%; max-width: 1148px; margin: 0 auto; padding: 40px 0;}
.group-list { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px 56px; margin-top: 24px;}
.group-list dl { display: grid; gap: 4px;}
.group-list dt { margin-bottom: 4px; font-weight: 700; color: #0078D6;}
.group-list dd a { display: flex; align-items: center; gap: 8px; font-size: 1.4rem;}
.group-list dd a::before { content: ''; width: 6px; height: 11px; background: url(img/common/arrow.svg) center no-repeat;}
#info { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 24px 56px; width: 92%; max-width: 1148px; margin: 0 auto; padding: 40px 0;}
#info::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: 100vw; height: 1px; background: #0078D6; opacity: 0.4;}
#info::before { content: ''; display: block; width: 1px; min-width: 1px; height: 154px; background: #0078D6; opacity: 0.4;}
.logo { order: -1; display: grid; gap: 16px; font-size: 1.4rem;}
.sitemap { display: grid; gap: 16px;}
.sitemap ul { display: flex; flex-wrap: wrap; gap: 8px 40px; font-weight: 700;}
.sitemap dl { display: flex; flex-wrap: wrap; gap: 8px 24px;}
.sitemap dd { font-weight: 700;}
.sitemap dd a[target="_blank"] { display: inline-block; padding-right: 20px; background: url(img/common/blank.svg) right center no-repeat;}
.copyright { text-align: right; font-family: "Figtree", sans-serif; font-size: 1.2rem; font-weight: 600;}
#floating { position: fixed; bottom: 16px; right: 16px; z-index: 100;}
@media only screen and (max-width: 1000px){
	#cta ul { grid-template-columns: 1fr;}
	.sep { width: 100%; height: 1px;}
	#cta .wp-block-button a { min-width: initial;}
	.group-list { flex-direction: column;}
	#info { flex-direction: column;}
	#info::before { width: 100%; height: 1px;}
	.sitemap { gap: 24px;}
	#floating { width: 100px;}
}


/*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;}
.title { margin-bottom: 1.5em; text-align: center; font-size: clamp(1.4rem,1.6vw,1.6rem);}
.title .en { display: block; margin-bottom: 8px; font-size: clamp(3.4rem,5.5vw,5.5rem); font-weight: 600; line-height: 1;}
.title.alt { font-size: clamp(2.4rem,3.1vw,3.1rem);}
.title.alt .en { margin: 0.8em 0 0; font-size: clamp(1.6rem,2.2vw,2.2rem);}
.subtitle { position: relative; padding: 0.5em 1em; text-align: center; background: linear-gradient(50deg,rgba(24, 105, 186, 1) 0%, rgba(0, 50, 136, 1) 100%); border-radius: 5px; color: #FFF;}
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: 1.5em;}
article * + p { margin-top: 1em;}
h4 { font-size: clamp(1.5rem,1.8vw,1.8rem);}
h5 { font-size: clamp(1.4rem,1.6vw,1.6rem)}
figure { position: relative;}
p, dl, ul, ol { line-height: 1.6;}
.bg::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 95%; max-width: 1200px; height: 100%; background: #F3FBFB; z-index: -1;}
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 10px;}
.wp-block-buttons.center { justify-content: center;}
.wp-block-button a { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; min-width: 300px; min-height: 50px; padding: 0.8em 2em; text-align: center; background: #0078D6; border-radius: 40px; font-weight: 700; color: #FFF !important;}
.wp-block-button a.green { background-color: #52C1C1;}
.wp-block-button a.navy { background-color: #23355F;}
.wp-block-button a.white { min-width: initial; background-color: #FFF; font-size: 1.4rem; color: #5B6783 !important; box-shadow: 0 0 6px rgba(91,103,131,.15);}
.wp-block-button a.more::after { content: ''; transform: rotate(45deg) translateY(-25%); width: 10px; height: 10px; border-right: 2px solid #FFF; border-bottom: 2px solid #FFF;}
.wp-block-button a.pdf::before { content: ''; width: 20px; height: 24px; background: url(img/common/pdf.svg) center no-repeat;}
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; line-height: 1.6;}
.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: 50% 1fr; align-items: center; gap: 24px 80px;}
.col > figure { margin-left: calc(100% - 50vw);}
.col.reverse { grid-template-columns: 1fr 50%;}
.col.reverse > figure { order: 1; margin-left: auto; margin-right: calc(100% - 50vw);}
.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;}
.mt32 { margin-top: 32px !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;}
.fs26 { font-size: clamp(1.9rem,2.6vw,2.6rem) !important;}
.fs28 { font-size: clamp(2.0rem,2.8vw,2.8rem) !important;}
.fs30 { font-size: clamp(2.1rem,3.0vw,3.0rem) !important;}
.fs32 { font-size: clamp(2.2rem,3.2vw,3.2rem) !important;}
.fs34 { font-size: clamp(2.3rem,3.4vw,3.4rem) !important;}
.fs36 { font-size: clamp(2.4rem,3.6vw,3.6rem) !important;}
.fs38 { font-size: clamp(2.5rem,3.8vw,3.8rem) !important;}
.fs40 { font-size: clamp(2.6rem,4.0vw,4.0rem) !important;}
.fs42 { font-size: clamp(2.7rem,4.2vw,4.2rem) !important;}
.fs44 { font-size: clamp(2.8rem,4.4vw,4.4rem) !important;}
.fs46 { font-size: clamp(2.9rem,4.6vw,4.6rem) !important;}
.fs48 { font-size: clamp(3.0rem,4.8vw,4.8rem) !important;}
.fs50 { font-size: clamp(3.1rem,5.0vw,5.0rem) !important;}
.fs52 { font-size: clamp(3.2rem,5.2vw,5.2rem) !important;}
.fs54 { font-size: clamp(3.3rem,5.4vw,5.4rem) !important;}
.fs56 { font-size: clamp(3.4rem,5.6vw,5.6rem) !important;}
.fs64 { font-size: clamp(4.0rem,6.4vw,6.4rem) !important;}
.fs72 { font-size: clamp(5.0rem,7.2vw,7.2rem) !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: #0078D6 !important;}
.green { color: #52C1C1 !important;}
.navy { color: #23355F !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*/
.home #header { position: absolute; width: 100%; z-index: 100;}
#mv { height: 100svh; padding: 0; background: url(img/top/mv_l.svg) left center no-repeat, url(img/top/mv_r.svg) right center no-repeat; background-size: auto 100%;}
#mv section { position: absolute; bottom: 48px; left: 120px; z-index: 10;}
#mv h1 { font-size: clamp(2.4rem,5.0vw,5.0rem);}
#mv .swiper { position: absolute; inset: 126px 72px;}
#mv .swiper .swiper-slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 100px;}
.swiper-pagination-bullet-active { background: #0387DE;}
.boxvisible { position: relative; display: inline-block; margin: 0 -4px; overflow: hidden;}
.boxvisible > * { position: relative; display: inline-block; padding: 2px 6px 6px; opacity: 0; background: rgba(255,255,255,.5);}
.boxvisible::after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: -100%; background: #222}
.fadeInUp .boxvisible:after, .swiper-slide-active .boxvisible:after { animation-name: boxvisible; animation-timing-function: ease-in-out; animation-duration: 0.8s;}
.fadeInUp .boxvisible.delay1:after, .swiper-slide-active .boxvisible.delay1:after { animation-delay: 0.2s;}
.fadeInUp .boxvisible.delay2:after { animation-delay: 0.4s;}
.fadeInUp .boxvisible.delay3:after { animation-delay: 0.6s;}
.fadeInUp .boxvisible.delay4:after { animation-delay: 0.8s;}
.fadeInUp .boxvisible.delay5:after { animation-delay: 1.0s;}
.fadeInUp .boxvisible > *, .swiper-slide-active .boxvisible > * { opacity: 1; transition-delay: 0.4s;}
.fadeInUp .boxvisible.delay1 > *, .swiper-slide-active .boxvisible.delay1 > * { transition-delay: 0.6s;}
.fadeInUp .boxvisible.delay2 > * { transition-delay: 0.8s;}
.fadeInUp .boxvisible.delay3 > * { transition-delay: 1.0s;}
.fadeInUp .boxvisible.delay4 > * { transition-delay: 1.2s;}
.fadeInUp .boxvisible.delay5 > * { transition-delay: 1.4s;}
@keyframes boxvisible { 0% { left: -100%;} 20% { left: 0;} 70% { left: 0;} 100% { left: 100%;}}
.tab { display: flex; justify-content: space-between; font-size: clamp(1.2rem,1.4vw,1.4rem);}
.tab ul { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 24px;}
.tab li { padding: 0 16px 8px; text-align: center; border-bottom: 2px solid transparent; font-family: "Figtree", "Noto Sans JP", sans-serif; font-weight: 500; color: #AAAAAA; cursor: pointer; transition: 0.25s ease-out;}
.tab li.on { border-color: #0078D6; color: #0078D6;}
.tabcontents > *:not(:first-child) { display: none;}
.news-link { text-align: right; font-size: clamp(1.2rem,1.4vw,1.4rem);}
.news-list { display: grid; gap: 24px; border-top: 1px solid #DDDDDD;}
.news-list li { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 16px 24px; padding: 16px; border-bottom: 1px solid #DDDDDD;}
.news-list li p { margin: 0;}
.cat { display: flex; flex-wrap: wrap; gap: 4px;}
.cat a { display: inline-block; min-width: 120px; padding: 4px; text-align: center; border: 1px solid #0078D6; border-radius: 40px; font-size: 1.2rem; color: #0078D6;}
.bcp::before { content: ''; position: absolute; top: 50%; left: calc(50% - 50vw); transform: translateY(-50%); width: 225px; height: 946px; background: url(img/top/bg.svg) center no-repeat; z-index: -1;}
#recruit section { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 8vw; width: 80%;}
#recruit .contents { margin-left: auto;}
.parallax { background-size: cover; background-position: center 0; background-attachment: fixed;}
#license { background-image: url(img/top/license.webp);}
#license section { display: flex; flex-direction: column; align-items: center; padding: 40px; background: #FFF;}
.license a { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 24px; padding: 24px 40px; text-align: left; border: 1px solid #CCC;}
.movie { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 40px;}
.movie figure { padding-top: 56.25%;}
.movie figure iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


/*PAGE*/
#title { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; min-height: 160px; background: url(img/common/title_l.svg) left center no-repeat, url(img/common/title_r.svg) right center no-repeat, url(img/common/title.webp) center no-repeat; background-size: auto 100%, auto 100%, cover;}
#title i { font-size: clamp(1.4rem,1.6vw,1.6rem); font-weight: 600; color: #0078D6;}
#title h1 { font-size: clamp(3.2rem,4vw,4rem);}
#title .page-title { margin-top: 0.5em; font-size: clamp(2.4rem,3.2vw,3rem); font-weight: 900; line-height: 1.4;}
#title p { margin-top: 0.8em;}
#title figure { margin-right: -6%;}
.anchor, .anchor2 { width: 92%; max-width: 1000px; margin: 0 auto; padding-top: 80px;}
.anchor ul { display: flex; gap: 24px 50px;}
.anchor li { flex: 1; text-align: center;}
.anchor figure { padding-top: calc(260 / 300 * 100%);}
.anchor figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.anchor2 ul { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: 10px; text-align: center;}

#newscontainer { display: grid; grid-template-columns: 1fr 26%; gap: 64px; max-width: 1200px;}
#newscontainer.single { padding-top: 0;}
.news { display: grid; grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); gap: 30px;}
.news > li { display: flex; flex-direction: column; gap: 0.6em; cursor: pointer;}
.news figure { position: relative; padding-top: calc(200 / 310 * 100%); background: #EDEDED; overflow: hidden;}
.news 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);}
.news time { color: #0267C7;}
.news h3 { margin: 0 !important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; line-height: 1.4; overflow: hidden; font-weight: 700;}
.news p { margin: 0 !important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; line-height: 1.4; overflow: hidden;}
.news li .more { position: relative; display: inline-block; margin-left: auto; margin-top: auto; text-align: center; padding: 0.4em 2em; background: #0267C7; border-radius: 40px;font-size: 1.2rem; font-style: normal; font-weight: 600; color: #FFF;}
.news .cat li a { min-width: initial; background: #E8F1FC; border: none;}
.viewmore { text-align: right;}
.viewmore a { display: inline-block; padding: 12px 24px; background: #0267C7; border-radius: 40px; font-size: clamp(1rem,1.2vw,1.2rem); font-weight: 700; line-height: 1; color: #FFF;}
#aside h4 { padding-bottom: 12px; border-bottom: 2px solid #0267C7; 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-weight: 500;}
.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: 2px solid #0267C7; border-right: 2px solid #0267C7;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px;}
.pagination a strong { position: relative; display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: #222; 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 24px; 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: #0267C7; border-radius: 2px; font-weight: 500; color: #FFF;}
#toc_container { margin-top: 4em; border: 8px solid rgba(222,213,195,.6)!important; background: #fff; width: 100%!important;  margin-left: auto!important; margin-right: auto!important; padding: 2em 4em;}
#toc_container .toc_title { text-align: center; font-size: 2.2rem; font-weight: 700;}
#toc_container ul { display: grid; gap: 16px;}
#toc_container ul li { position: relative; margin: 0; padding: 0;}
#toc_container ul li:before { display: none;}
#toc_container ul li a { display: flex; gap: 8px; font-size: 1.8rem; font-weight: 400; text-decoration: none !important; color: #222;}
#toc_container ul li a .toc_number { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; background: #DED5C3; font-size: 1.5rem; text-decoration: none !important;}
#single h1 { padding-bottom: 0.5em; border-bottom: 2px solid #0267C7; font-size: clamp(2.4rem,2.9vw,2.9rem);}
#single .meta { padding: 1em 0;}
#single .meta .cat { margin: 0;}
#single .meta .cat li { padding: 0; background: none;}
.contnet { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.content h2 { padding-bottom: 0.5em; border-bottom: 2px solid #0267C7; font-size: clamp(2rem,2.2vw,2.2rem);}
.content h3 { display: inline-block; padding-bottom: 0.2em; text-decoration: #B5D4F9 underline 3px; text-underline-offset: 8px; font-size: clamp(1.6rem,2.0vw,2.0rem); line-height: 2;}
.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 .wp-block-list { margin-left: 0; list-style: none;}
.content .wp-block-list > li { position: relative; padding-left: 24px;}
.content .wp-block-list > li::before { content: ''; position: absolute; top: 0.5em; left: 0; transform: rotate(-45deg); width: 14px; height: 7px; border-left: 2px solid #222; border-bottom: 2px solid #222;}
.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 #0267C7 !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: 3em;}
.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: 1em!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: 1.4rem; font-weight: 700;}
.cat { display: flex; flex-wrap: wrap; gap: 8px;}
.cat li a { display: block; padding: 4px 12px; border-radius: 40px; font-size: 1.2rem; font-weight: 500; color: #0078D6;}
.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;}
.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;}
.clear::after { content: ''; display: block; clear: both;}

.contact ul { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 24px;}
.contact li { display: flex; flex-direction: column; justify-content: center; padding: 40px; text-align: center; background: #EDF5FC;}
.contact li:last-child { background: #EFF8F8;}
.step { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; margin: 0 1em 40px;}
.step::before, .step::after { content: ''; display: block; width: 100%; max-width: 71px; height: 1px; background: #C6C6C6;}
.step li { position: relative; white-space: nowrap;}
.step li:first-child { order: -1;}
.step li:last-child { order: 1;}
.step li.on::after { content: ''; position: absolute; bottom: -4px; left: 0; display: block; width: 100%; height: 1px; background: #2C77CE;}
.step li.on { font-weight: 700; color: #2C77CE;}
.form { font-size: 16px;}
.form p { margin: 0;}
.form dt { font-weight: 500;}
.form dd { padding: 8px 0 24px;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="url"] { display: inline-block; width: 100%; padding: 12px; background: #EFEFEF; 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: #EFEFEF 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: #EFEFEF; 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: #4B8CD7; border-color: #4B8CD7;}
.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: #FFF; border: 3px solid #C3DAFF; border-radius: 50%;}
.form input[type="radio"]:checked + span::before { border-color: #2C77CE;}
.form input[type="radio"]:checked + span::after { content: ''; position: absolute; top: 11px; left: 7px; display: block; width: 10px; height: 10px; background: #2C77CE; 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: #2C77CE; font-size: 1.2rem; color: #FFF; white-space: nowrap;}
.any { margin-right: 16px; padding: 3px 6px; background: #FFEFE0; font-size: 1.2rem; color: #E47428; white-space: nowrap;}
.privacy { height: 240px; padding: 24px; border: 1px solid #DDDDDD; overflow: auto;}
.submit { clear: both; position: relative; display: block; max-width: 400px; margin: 24px auto 0; text-align: center;}
.submit input[type="submit"] { position: relative; display: inline-block; width: 218px; height: 56px; padding: 8px 16px; text-align: center; background: #2C77CE; border: 5px solid #D2EFFB; border-radius: 40px; font-size: 1.7rem; font-weight: 700; color: #FFF;}
.submit input[type="button"] { display: inline-block; width: 218px; height: 56px; margin-bottom: 24px; padding: 8px 16px; text-align: center; background: #A2A2A2; border-radius: 40px; font-size: 1.7rem; color: #EEE;}
.confirm { display: grid; grid-template-columns: auto 1fr; gap: 24px; max-width: 640px; margin: 40px auto 0;}
.confirm dt { white-space: nowrap;}
.confirm dd { padding: 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;}
.wpcf7-not-valid { background-color: #FFEEEE !important;}
.thanks { margin-top: 24px; padding: 24px; border: 3px solid #003288;}

.box { padding: 56px 6%; background: #EFF5FF;}
.box2 { padding: 120px 6% 200px; background: #F3FBFB url(img/company/brand.jpg) center bottom no-repeat; background-size: 100% auto;}
.dot { display: grid; gap: 0.5em; max-width: 1000px; margin-left: auto; margin-right: auto;}
.dot li { position: relative; padding-left: 16px;}
.dot li::before { content: ''; position: absolute; top: 0.6em; left: 0; width: 7px; height: 7px; background: #0078D6; border-radius: 50%;}
.list { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 40px;}
.map { float: right;}
.map a { display: inline-block; padding: 0.1em 0.8em; background: #0078D6; border-radius: 40px; font-size: clamp(1.2rem,1.4vw,1.4rem); color: #FFF;}
.history { position: relative; display: grid; grid-template-columns: auto 1fr; border-left: 1px solid #52C1C1; font-weight: 400;}
.history::before { content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 16px; background: #FFF; z-index: 5;}
.history dt { position: relative; display: flex; gap: 1em; padding: 8px 1em;}
.history dt:has(.year)::before { content: ''; position: absolute; top: 16px; left: -6px; width: 10px; height: 10px; background: #52C1C1; border-radius: 50%; z-index: 10;}
.history dt::after { content: 'ー'; color: #CCCCCC;}
.history dt .month { margin-left: auto;}
.history dd { padding: 8px 0;}
.js-accordion-header { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; min-width: 300px; min-height: 50px; margin: 0 auto; padding: 0.8em 2em; text-align: center; background: #52C1C1; border-radius: 40px; font-weight: 700; color: #FFF !important;}
.js-accordion-header.blue { background: #0078D6;}
.js-accordion-header::after { content: ''; transform: rotate(45deg) translateY(-50%); width: 12px; height: 12px; border-right: 2px solid #FFF; border-bottom: 2px solid #FFF; transition: .2s ease-out;}
.js-accordion-header.is-open::after { transform: rotate(225deg) translate(-50%,0);}
.js-accordion-content { display: none; margin-top: 40px;}
.js-accordion-header.is-open { font-weight: bold; }
.message .col figure { margin: 0;}
.name-list { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px;}


/*RECRUIT*/
.recruit { background: #DAE8FD url(img/recruit/bg.webp) left top no-repeat; color: #23355F;}
.recruit #logo { display: flex; align-items: center; gap: 0 16px;}
.recruit #footer { background: #DAE8FD;}
.recruit #cta::before { background: rgba(44,119,206,.5);}
.recruit #kenko { background: rgba(255,255,255,.7);}
#recruitmv { background: url(img/recruit/line.webp) center no-repeat; background-size: 100% 100%; z-index: -1;}
#recruitmv section { max-width: initial; padding-top: 4vw; z-index: 10;}
#recruitmv h1 { font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(3.6rem,5.6vw,8rem);}
#recruitmv h1 span{ font-size: clamp(2.6rem,4vw,6.4rem)}
#recruitmv p { font-size: clamp(1.6rem,2vw,2.4rem);}
.diagonal-swiper { width: 130vw; margin-left: -15vw; margin-top: -100px; transform: rotate(-27deg); transform-origin: center;}
.diagonal-swiper .swiper { will-change: transform; transform: translate3d(0,0,0);}
.diagonal-swiper .swiper-wrapper { transition-timing-function: linear !important; padding: 20vh 0; will-change: transform; transform: translate3d(0,0,0);}
.diagonal-swiper .swiper-slide { width: auto; will-change: transform; transform: translate3d(0,0,0) rotate(27deg);}
.diagonal-swiper .swiper-slide img { width: 100%;}
.diagonal-swiper .slide-img { padding: 0 2vw;}
.diagonal-swiper .up { margin-top: -64%; margin-bottom: 64%;}
.recruit-about .col { align-items: flex-start; padding-top: 40px;}
.recruit-about .contents { position: relative;}
.recruit-about .contents::before, .recruit-about .contents::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 150%; height: 130%; background: #FFF; opacity: .3; z-index: -1;}
.recruit-about .contents::before { top: calc(50% - 20px); left: calc(50% - 20px); opacity: .2;}
.service-list { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 20px;}
.service-list li { position: relative;}
.service-list figure { position: relative; padding-top: 100%; background: #EDEDED; overflow: hidden;}
.service-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);}
.service-list p { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; min-height: 100px; padding: 8px 1em; background: rgba(255,255,255,.6); line-height: 1.2;}
.service-list p::before { content: ''; position: absolute; top: -10px; left: 0; bottom: -10px; width: 100%; background: rgba(255,255,255,.3); z-index: -1;}
.features-list { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 10px; text-align: center;}
.data-list { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 10px;}
.data-list li { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; min-height: 370px; padding: 24px; text-align: center; background: rgba(44,119,206,.7); font-size: clamp(4rem,6vw,6rem); font-weight: 700; line-height: 1; color: #FFF; white-space: nowrap;}
.data-list li i { vertical-align: baseline; font-size: clamp(8rem,11vw,11rem);}
.recruit-interview .contents { position: relative; padding: 4em;}
.recruit-interview .contents::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: #ECF3FE; z-index: -1;}
.recruit-interview .more { position: relative; margin-top: 40px;}
.recruit-interview .morebtn { position: absolute; bottom: 0; left: 0; display: flex; justify-content: flex-end; align-items: flex-end; width: 100%; height: 60%; background: linear-gradient(0deg,rgba(236, 243, 254, 1) 0%, rgba(236, 243, 254, 0.7) 50%, rgba(236, 243, 254, 0) 100%);}
.recruit-interview .morebtn a { text-decoration: underline; color: #2C77CE;}
.column { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 40px 24px;}
.column::before { content: ''; width: 1px; height: 100%; background-image: repeating-linear-gradient(180deg, #8ab8d5, #8ab8d5 3px, transparent 3px, transparent 6px); background-position: left top; background-repeat: repeat-y; background-size: 1px 100%;}
.column .column-contents:first-of-type { order: -1;}
.description-list { border-top: 1px solid rgba(44,119,206,.4);}
.description-list li { padding: 24px; border-bottom: 1px solid rgba(44,119,206,.4);}
.description-list li a { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; min-height: 100px; padding-right: 100px; background: url(img/recruit/arrow.svg) right center no-repeat;}
.description-list li a p { margin-left: auto; margin-top: 0 !important;}
.recruit #title { background: url(img/recruit/title.webp) center no-repeat; background-size: cover;}
.skill { display: flex; justify-content: space-around; gap: 10px; text-align: center;}
.job-second { grid-template-columns: 1fr 1fr; align-items: flex-start;}
.job-career{ position: relative; padding: 1em; border: 2px solid #2C77CE;}
.job-career h3 { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); padding: 0 1em; background: #DAE8FD; white-space: nowrap;}
.job-schedule { margin: 24px 0; padding: 2em; background: rgba(255,255,255,.5);}
.job-schedule dl { display: grid; grid-template-columns: auto 1fr; align-items: flex-start; gap: 16px; margin-top: 2em;}
.job-schedule dt { display: flex; align-items: center; gap: 8px; text-align: center; padding-top: 0.4em; font-family: "Figtree", sans-serif; font-size: clamp(1.8rem,2.2vw,2.2rem); font-weight: 600; line-height: 1; color: #2C77CE;}
.job-schedule dt::before { content: '●'; font-size: 1.2rem;}
.job-schedule dd { padding-top: 0.2em; font-size: clamp(1.6rem,1.8vw,1.8rem); font-weight: 700;}
.voice { margin: 80px 0; padding-top: 0;}
.voice::before, .voice::after { content: ''; position: absolute; top: calc(50% + 20px); left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 1146px; height: 100%; background: #FFF; opacity: .3; z-index: -1;}
.voice::before { top: calc(50% + 40px); left: calc(50% - 20px); opacity: .2;}
.voice-title { position: relative; display: grid; grid-template-columns: 36% 1fr; align-items: center; gap: 24px 80px; width: 92%; max-width: 1000px; margin: 0 auto;}
.voice-content { display: grid; grid-template-columns: 46% 1fr; gap: 2em;}
.voice-content figure { margin-top: 3em;}
.application-container .contents { display: none; padding: 3em; background: rgba(255,255,255,.5);}
.application-container .contents.on { display: block;}
.application nav ul { display: flex; align-items: flex-end; gap: 10px; margin: 0 10px;}
.application nav li { flex: 1; display: flex; justify-content: center; align-items: center; padding: 0 1em; text-align: center; min-height: 60px; background: #ECECEC; border-radius: 10px 10px 0 0; font-weight: 700; line-height: 1.2; color: #AAAAAA; white-space: nowrap; cursor: pointer;}
.application nav li.on { background: #2C77CE; color: #FFF;}
.application dt { padding: 24px 0 0; font-weight: 700;}
.application dd { padding: 16px 0 24px; border-bottom: 1px solid #DCE9F1;}
#welfare::before, #welfare::after { content: ''; position: absolute; top: 50%; left: 20px; transform: translate(0,-50%); width: 100%; height: 100%; background: #FFF; opacity: .3; z-index: -1;}
#welfare::before { top: calc(50% - 20px); left: 0; opacity: .2;}
.welfare dl { display: grid; grid-template-columns: auto 1fr;}
.welfare dt { padding: 16px; border-bottom: 1px solid #0078D6; white-space: nowrap;}
.welfare dd { padding: 28px; border-bottom: 1px solid #CCCCCC;}
.flow-wrap { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px;}
.flow-list { display: flex; flex-direction: column; align-items: center; gap: 48px;}
.flow-list li { position: relative; display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: 400px;}
.flow-list li figure { order: -1; width: 96px;}
.flow-list li:not(:last-child)::after { content: ''; position: absolute; bottom: -24px; left: 50%; transform: rotate(45deg) translateX(-50%); width: 16px; height: 16px; border-bottom: 3px solid #2C77CE; border-right: 3px solid #2C77CE;}
.flow-list li h3 { display: flex; align-items: center; gap: 20px; margin: 0; line-height: 1.2;}
.session { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2em; padding: 3em 2em; background: rgba(255,255,255,.3); border: 5px solid #2C77CE; overflow: hidden;}
.session .deco { position: absolute; top: -0.2em; left: 50%; transform: translateX(-50%); font-size: clamp(4rem,8.7vw,8.7rem); text-transform: uppercase; color: #0078D6; white-space: nowrap; opacity: 0.05; z-index: -1;}
.session dl { display: grid; grid-template-columns: auto 1fr; gap: 16px;}
.session dt { text-align: right; font-weight: 700;}
.download { display: grid; grid-template-columns: 1fr 20%; gap: 24px;}
#contact { margin-bottom: 80px;}
#contact::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 1220px; height: 100%; background: #FFF; opacity: .5; z-index: -1;}
#contact .form dl { display: grid; grid-template-columns: auto 1fr;}
#contact .form dt { padding: 28px 40px 16px 0; border-bottom: 1px solid #DDDDDD; white-space: nowrap;}
#contact .form dd { padding: 16px 0; border-bottom: 1px solid #DDDDDD;}
#contact .form input[type="text"], #contact .form input[type="tel"], #contact .form input[type="email"], #contact .form input[type="url"], #contact .form select, #contact .form textarea { background-color: #FFF; border: 1px solid #CCCCCC;}
.terms { padding: 24px 0;}
.terms p { padding: 24px; background: rgba(255,255,255,.5); border: 1px solid #CCCCCC; border-radius: 5px;}




@media only screen and (max-width: 1000px){
	article { padding: 56px 0;}
	section + section { margin-top: 56px;}
	.title img { max-width: 180px;}
	.bg::before { width: 100%;}
	.wp-block-buttons { justify-content: center;}
	.wp-block-button { width: 100%; max-width: 400px;}
	.wp-block-button a { min-width: initial;}
	.wp-block-table th { display: block; padding: 16px 0; border-bottom: none; font-weight: 500;}
	.wp-block-table td { display: block; padding: 0 0 16px;}
	.col { display: block;}
	.col > figure { margin: 0 0 24px !important;}
	.sp { display: block;}
	.pc { display: none;}


	/*TOP*/
	#mv { height: 60svh; background-position: -25% center, 125% center;}
	#mv section { left: 40px;}
	#mv .swiper { inset: 126px 24px;}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { text-align: right; padding: 0 24px;}
	.tab ul { gap: 8px;}
	.news-list { gap: 0;}
	.news-list li { grid-template-columns: auto 1fr; padding: 16px 0; gap: 8px;}
	.news-list li p { grid-column: 1 / 3;}
	.bcp::before { top: -40px; transform: translateY(0);}
	#recruit section { position: relative; gap: 0; width: 90%;}
	#recruit .contents { margin-left: 0;}
	.license a { flex-direction: column; padding: 24px; text-align: center;}


	/*PAGE*/
	.anchor ul { gap: 10px;}
	#newscontainer { grid-template-columns: 100%;}
	.newslist li { gap: 8px;}
	.fr { float: none; width: 100%; margin: 0;}
	.fl { float: none; width: 100%; margin: 0;}
	.box2 { padding: 80px 6%;}
	.history { grid-template-columns: 1fr;}
	.history dt .month { margin-left: 0;}
	.history dd { margin-left: 1em;}
	.confirm { grid-template-columns: 1fr; gap: 0;}
	.confirm dt { white-space: normal;}
	.confirm dd { padding: 8px 0 24px;}
	.js-accordion-header { width: 100%; max-width: 400px; min-width: initial;}


	/*RECRUIT*/
	#recruitmv { padding-bottom: 0; background-size: 180% auto;}
	#recruitmv p { font-size: clamp(1.6rem,2vw,2.4rem);}
	.diagonal-swiper { width: 160vw; margin-top: 0; margin-left: -30vw;}
	.recruit-about .col { padding-top: 0;}
	.features-list figure { width: 50%; margin: 0 auto;}
	.data-list li { min-height: initial;}
	.service-list { grid-template-columns: 1fr 1fr;}
	.service-list p { font-size: clamp(1.3rem,1.6vw,1.6rem) !important;}
	.recruit-interview { grid-template-columns: 1fr;}
	.recruit-interview figure { order: -1;}
	.recruit-interview .contents { padding: 3em;}
	.recruit-interview .contents::before { height: 100%;}
	.column { grid-template-columns: 1fr;}
	.column::before { background: none;}
	.description-list li a { flex-direction: column; justify-content: center; align-items: flex-start; padding-right: 64px; background-size: 56px auto;}
	.voice-title { grid-template-columns: 1fr; align-items: center; gap: 24px 80px; width: 92%; max-width: 1000px; margin: 0 auto;}
	.voice-content { grid-template-columns: 1fr; gap: 0;}
	.flow-wrap { grid-template-columns: 1fr;}
	.session dl { grid-template-columns: 1fr; text-align: center;}
	.session dt { text-align: center;}
	.download { grid-template-columns: 1fr;}
	.download figure { width: 50%; margin: 0 auto;}
	#contact .form dl { grid-template-columns: 1fr;}
	#contact .form dt { padding: 28px 0 0; border-bottom: none; white-space: normal;}
}





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