/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #222;
}
p {
	overflow-wrap: break-word;
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #222;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
	
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
:root {
	--padding-130: clamp(50px, 6.8vw, 130px);
	--padding-95: clamp(50px, 4.9vw, 95px);
	--padding-80: clamp(40px, 4.1vw, 80px);
	--padding-65: clamp(40px, 3.4vw, 65px);
	--fontsize-50: clamp(25px, 2.6vw, 50px);
	--fontsize-25: clamp(20px, 1.3vw, 25px);
	--fontsize-22: clamp(19px, 1.1vw, 22px);
	--fontsize-20: clamp(18px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: 16px;
	--fontsize-15: 15px;
	--sub-bg: #F7F7F7;
	--recruit-bg: #F9FAFB;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
.single .nav-below a:hover {
	background-color: #e2f0fc;
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #1878C7;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:998;
	transition:all ease 0.5s;
	padding: 0 clamp(10px, 2.6vw, 50px);
}
.navwrap p img{
	height: clamp(40px, 2.6vw, 50px);
	width: auto;
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul > li{
	text-align: center;
	transition:all ease 0.5s;
	position: relative;
}
.navwrap > ul > li:not(:first-child){
	margin-left: clamp(20px, 2.6vw, 50px);
}
.navwrap > ul > li:last-child{
	margin-left: clamp(15px, 2vw, 40px);
}
.navwrap > ul > li a{
	display: inline-block;
	padding: clamp(20px, 1.5vw, 28px) 0;
}
.navwrap > ul > li:not(:last-child):hover > a{
	color: #1878C7;
}
.navwrap > ul > li:last-child a{
	padding: 10px clamp(15px, 2.3vw, 45px);
	border: 1px solid #FFC422;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.navwrap > ul > li:last-child:hover a{
	color: #FFC422;;
}
.navwrap > ul > li:last-child a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	transition:all ease 0.5s;
	background-image: linear-gradient(to right, #F8DA87, #FFC422);
	z-index: -1;
}
.navwrap > ul > li:last-child:hover a::before{
	opacity: 0;
}
.navwrap * {
	transition:all ease 0.5s;
}
.navwrap.top {
	background-color: transparent;
	box-shadow: none;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	padding: clamp(15px, 1.3vw, 25px) 0 clamp(10px, 0.8vw, 15px);
	border-bottom: 1px solid rgba(244,244,244,0.3);
}
.navwrap.top > ul > li:not(:last-child) a{
	color: #fff;
	padding: clamp(10px, 1vw, 20px) 0;
}
.navwrap.top > ul > li:not(:last-child):hover a{
	color: #FFC422;
}
.navwrap.top p img{
	height: clamp(40px, 3.4vw, 65px);
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #FFC422;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb__list {
    display: flex;
	width: min(90%,1200px);
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-end;
	font-weight: 500;
}
.breadcrumb__item:not(:last-child)::after {
    content: '-';
    margin: 0 0.3rem;
    color: rgba(34,34,34,0.4);
}
.breadcrumb__item a {
    color: rgba(34,34,34,0.4);
	font-weight: 400;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
#container{
	position: relative;
}
.more_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: min(100%,250px);
	color: #fff;
	transition:all ease 0.5s;
	font-weight: 500;
	font-size: var(--fontsize-18);
	border-radius: 3px;
	position: relative;
	padding: 10px 10px 10px clamp(15px, 1.3vw, 25px);
	border: 1px solid #0B3D65;
}
.more_btn:hover{
	color: #0B3D65;
}
.more_btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #557793, #0B3D65);
	transition: all ease 0.5s;
	z-index: -1;
}
.more_btn:hover::before{
	opacity: 0;
}
.arrow{
	width: clamp(35px, 2.9vw, 55px);
	height: clamp(35px, 2.9vw, 55px);
	display: block;
	background-color: #557793;
	border-radius: 3px;
	position: relative;
}
.link_arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 1em;
	height: 1rem;
	line-height: 1;
	transform: translate(-50%,-50%);
}
.link_arrow:before,
.link_arrow:after {
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: both;
	animation-duration: 0.3s;
	color: #fff;
}
.link_arrow:after {
	transform: translateX(-100%);
}
.link_arrow.is-hover:before {
	animation-name: transformLeftRight;
	animation-delay: 0.1s;
}
.link_arrow.is-hover:after {
	animation-name: transformRightLeft;
}
.link_arrow.is-hover:hover:before {
	animation-name: transformRightLeft;
	animation-delay: 0s;
}
.link_arrow.is-hover:hover:after {
	animation-name: transformLeftRight;
	animation-delay: 0.1s;
}
@keyframes transformLeftRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes transformRightLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.taj{
	text-align: justify;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.img_hover {
	overflow: hidden;
}
.img_hover img{
	transition:all ease 0.5s;
}
.img_hover:hover img{
	transform:scale(1.2,1.2);
}
.js-accordion > li{
	position: relative;
}
.js-accordion > li .ttl{
	position: relative;
}
.js-accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.js-accordion .ttl h3{
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
}
.js-accordion .ttl h3::before,
.js-accordion .ttl h3::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(15px, 1vw, 20px);
	height: 2px;
	transition: all ease 0.5s;
	background-color: #1879C8;
}
.js-accordion .ttl h3::after {
	transform: rotate(-90deg);
}
.js-accordion .open .ttl h3::after {
	transform: rotate(0);
}
.js-accordion .box {
	display: none;
}
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.js-modal .wrap {
    width: 100%;
    height: 100%;
}
.js-modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(34,34,34,0.6);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
    width: 100%;
    height: auto;
    height: 85vh;
    padding: clamp(20px, 1.6vw, 30px);
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.js-modal .js-sclollarea {
    width: min(90%, 1400px);
    max-height: 85vh;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top:25px;
    right: 40px;
	width: 23px;
	height: 23px;
	background-image: url('./library/images/modal_close.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.js-modal .js-modalclose:hover {
    transform: rotate(90deg);
}
.js-tabcontent{
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */ 
.home .linkbox{
	margin-top: clamp(30px, 3.4vw, 65px);
}
.top_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.top_h2.white{
	color: #fff;
}
.top_h2 h2{
	font-size: var(--fontsize-18);
	padding-left: clamp(23px, 1.6vw, 30px);
	position: relative;
}
.top_h2 h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	border-radius: 7px;
	background-image: linear-gradient(to bottom, #1878C7, #9EC3E2);
}
.top_h2.white h2::before{
	background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0.3));
}
.top_h2 span{
	font-family: "Michroma", sans-serif;
	font-size: var(--fontsize-50);
	line-height: 1.5;
}
.line_ttl{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: clamp(20px, 1.3vw, 25px);
	border-bottom: 1px solid rgba(34,34,34,0.2);
	position: relative;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.line_ttl::before{
	content: "";
	position: absolute;
	left: 20px;
	bottom: -1px;
	width: 48px;
	height: 1px;
	background-color: #0D3F66;
}
.line_ttl span{
	font-family: "Michroma", sans-serif;
	font-size: var(--fontsize-25);
	line-height: 1.5;
}
.line_ttl h2,
.line_ttl h3{
	padding-left: clamp(20px, 1.6vw, 30px);
	position: relative;
	font-size: var(--fontsize-16);
	color: #325C7E;
}
.line_ttl h2::before,
.line_ttl h3::before{
	content: "";
	position: absolute;
	left: clamp(8px, 0.8vw, 15px);
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 1px;
	background-color: #325C7E;
}
.fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: 1;
}
.fv::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: clamp(100px, 7vw, 135px);
	background-image: url('./library/images/logo_bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 3;
}
.fv::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width:100%;
	height: clamp(35px, 4.4vw, 85px);
	background-image: url('./library/images/fv_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
.fv hgroup{
	position: absolute;
	left: 3.5%;
	bottom: 9%;
	color: #fff;
}
.fv hgroup h1{
	font-size: clamp(30px, 2.3vw, 45px);
}
.fv hgroup span{
	color: #FFC422;
	font-family: "Michroma", sans-serif;
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
.fv .scroll_down{
	position: absolute;
	right: 3.5%;
	bottom: 4.5%;
	height: 130px;
}
.scroll_down:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 2px;
	height: 38px;
	background:#fff;
	animation: circlemove 1.6s ease-in-out infinite;
}
@keyframes circlemove{
	0%{height: 38px;}
	100%{height: 100%;}
}
.scroll_down:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:2px;
	height: 100%;
	background:rgba(255,255,255,0.5);
}
.fv_slider{
	width:100%;
	height:calc(100vh + 10px) !important;
	margin-bottom: 0 !important;
}
.fv_slider .slick-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:calc(100vh + 10px);
	margin: 0;
	background-image: url('./library/images/fv01.jpg');
	position: relative;
	z-index: 1;
}
.fv_slider .slick-slide:nth-child(2) {
	background-image: url('./library/images/fv02.jpg');
}
.fv_slider .slick-slide:nth-child(3) {
	background-image: url('./library/images/fv03.jpg');
}
.fv_slider .slick-slide:nth-child(4) {
	background-image: url('./library/images/fv04.jpg');
}
.fv_slider .slick-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(3,41,128,0.79) 0%, rgba(3,41,128,0.44) 15%, rgba(5,33,56,0.5) 100%);
	z-index: 2;
}
.fv_slider .slick-dots {
    bottom: 5%;
	left: 3.5%;
    z-index: 4;
	width: fit-content;
}
.fv_slider .slick-dots li{
	margin: 0 2px;
}
.fv_slider .slick-dots li button {
	padding: 0;
}
.slick-dots li button:before {
	font-size:8px;
	opacity:1 !important;
	color:#fff !important;
}
.slick-dots li.slick-active button:before {
	background-color: rgba(255,255,255,0.3);
	border-radius: 10px;
}
.top_news{
	margin-top: -10px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}
.top_news::before{
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url('./library/images/top_news_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	z-index: -1;
}
.top_news .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_news .inner > div{
	width: 800px;
}
.top_news ul > li{
	padding: clamp(20px, 1.6vw, 30px) clamp(20px, 1.3vw, 25px);
	border-bottom: 1px solid #ECF0F5;
	transition: all ease 0.5s;
	display: block;
	position: relative;
}
.top_news ul > li:hover{
	background-color: #ECF0F5;
}
.top_news ul > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top_news ul > li .news_info{
	margin-bottom: 8px;
}
.top_news ul > li h3{
	font-size: var(--fontsize-16);
	padding-right: 25px;
	position: relative;
}
.top_news ul > li h3::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background-image: url('./library/images/news_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.top_news ul > li:hover h3::before{
	right: -10px;
}
.top_recruit{
	background-color: #F7F7F7;
}
.top_recruit .inner{
	padding: 0;
	background-image: url('./library/images/top_recruit_bg.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.top_recruit .txt{
	padding: var(--padding-130) 0 calc(var(--padding-130) + 10px);
	width: 45%;
}
.top_recruit .img{
	width: 57%;
	overflow: hidden;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	top: 0;
}
.top_recruit .img ul{
	width: 47.5%;
}
.recruit_slider {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1.3vw, 25px);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.recruitslider01 {
	animation-name: scroll-up;
	animation-duration: 60s;
}
.recruitslider02 {
	animation-name: scroll-down;
	animation-duration: 60s;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.top_recruit h3{
	font-size: clamp(21px, 1.7vw, 33px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
	font-weight: 600;
}
.top_announce{
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}
.top_announce .inner{
	padding: clamp(25px, 2.6vw, 50px) 0 clamp(35px, 3.4vw, 65px);
}
.top_announce ul{
	display: grid;
	gap: clamp(20px, 1.3vw, 25px);
	grid-template-columns: repeat(2, 1fr);
}
.top_announce ul li{
	padding: clamp(20px, 1.6vw, 30px);
	background-color: #F7F7F7;
	border-radius: 5px;
}
.top_announce ul li h3{
	position: relative;
	font-size: var(--fontsize-20);
	margin-bottom: 10px;
}
.top_announce ul li h3::before{
	content: "";
	position: absolute;
	left: calc(clamp(20px, 1.6vw, 30px) * -1);
	top: 0;
	height: 100%;
	width: 4px;
	background-image: linear-gradient(to bottom, #0D3F66, #325C7E);
}
.top_announce ul li p{
	color: #969696;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub_fv {
	padding: clamp(100px, 8.8vw, 170px) 0 clamp(15px, 1.6vw, 30px);
	background-image: url('./library/images/sub_fv_bg.svg');
	background-size: auto 100%;
	background-position: top right 14.5%;
	background-repeat: no-repeat;
}
.sub_fv hgroup {
	padding-bottom: clamp(30px, 3.4vw, 65px);
	width: min(90%,1200px);
	margin: 0 auto clamp(20px, 3.1vw, 60px);
	position: relative;
}
.sub_fv hgroup::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100vw;
	background-color: rgba(34,34,34,0.2);
	margin: 0 calc(50% - 50vw);
}
.sub_fv hgroup span{
	display: block;
	font-size: clamp(28px, 3.4vw, 65px);
	font-family: "Michroma", sans-serif;
	line-height: 1.5;
}
.sub_fv hgroup h1{
	font-size: 16px;
	color: #1878C7;
}
.sub_img{
	background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #F7F7F7 50%, #F7F7F7 100%);
	position: relative;
	z-index: 2;
}
.sub_img img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	transition: width 0.1s linear;
}
.sub_img .sp640{
	width: 100% !important;
}
.sub_h3{
	font-size: clamp(21px, 1.7vw, 33px);
	color: #0D3F66;
	font-weight: 600;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.hyo{
	overflow-x: auto;
}
.hyo dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: clamp(10px, 1.3vw, 25px) 0;
	position: relative;
	border-bottom: 2px solid rgba(34,34,34,0.2);
	background-color: rgba(247,247,247,0.5);
}
.hyo dl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 36px;
	background-color: #1878C7;
}
.hyo dl dt {
	font-size: var(--fontsize-18);
	width: clamp(100px, 9.6vw, 185px);
}
.hyo dl dd {
	font-weight: 300;
	width: calc(100% - clamp(100px, 9.6vw, 185px));
}
.hyo dl dd .ttl{
	font-weight: 400;
}
.hyo dl dd .ttl:not(:first-of-type){
	margin-top: clamp(15px, 1.3vw, 25px);
}
.hyo dl dd .ttl span{
	color: #1878C7;
}
.hyo dl dd .sub_txt{
	position: relative;
	padding-left: 2em;
}
.hyo dl dd .sub_txt::before{
	content: "";
	position: absolute;
	left: 1em;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: rgba(34,34,34,0.2);
}
.img_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: clamp(25px, 1.7vw, 33px);
}
.img_list li img{
	width: 100%;
	height: auto;
}
.img_list .ttl{
	color: #325C7E;
	font-size: var(--fontsize-16);
	padding-left: 20px;
	position: relative;
	margin-top: 10px;
}
.img_list .ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 13px;
	width: 13px;
	border-radius: 7px;
	background-image: linear-gradient(to bottom, #0D3F66, #325C7E);
}
/* 
 engineer
----------------------------------------------------------- */
.engineer_services .inner{
	padding-top: 0;
}
.engineer_tab{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: clamp(30px, 3.4vw, 65px) 0;
	position: relative;
	z-index: 2;
}
.engineer_tab::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background-color: var(--sub-bg);
	z-index: -1;
}
.engineer_tab > li{
	border-right: 1px solid rgba(34,34,34,0.2);
}
.engineer_tab > li:last-child{
	border-right: none;
}
.engineer_tab > li a{
	display: grid;
	place-content: center;
	place-items: center center;
	padding: clamp(15px, 1.7vw, 33px);
	width: 100%;
	height: 100%;
}
.engineer_tab > li a > span{
	font-size: 14px;
	color: #0D3F66;
	text-align: center;
	font-family: "Michroma", sans-serif;
	display: block;
	margin-bottom: 8px;
}
.engineer_tab > li p:not(.en){
	text-align: center;
	font-size: var(--fontsize-20);
}
.engineer_tab > li .en{
	color: rgba(34,34,34,0.2);
	text-align: center;
	font-family: "Michroma", sans-serif;
	text-decoration: underline;
	transition: all ease 0.5s;
	margin-bottom: clamp(20px, 2vw, 40px);
	font-size: 14px;
}
.engineer_tab > li:hover .en,
.engineer_tab > li .active .en{
	color: #325C7E;
}
.engineer_tab > li .arrow{
	background-color: #BCC9D3;
	border: 1px solid #0D3F66;
	transition: all ease 0.5s;
}
.engineer_tab > li:hover .arrow,
.engineer_tab > li .active .arrow{
	background-color: #325C7E;
}
.engineer_tab > li .link_arrow:before,
.engineer_tab > li .link_arrow:after {
	content: "↓";
	color: #0D3F66;
	transition: all ease 0.5s;
}
.engineer_tab > li:hover .link_arrow:before,
.engineer_tab > li:hover .link_arrow:after,
.engineer_tab > li .active .link_arrow:before,
.engineer_tab > li .active .link_arrow:after {
	color: #fff;
}
.engineer_tab > li .link_arrow:after {
	transform: translateY(-100%);
}
.engineer_tab > li .link_arrow.is-hover:before {
	animation-name: transformTopBottom;
}
.engineer_tab > li .link_arrow.is-hover:after {
	animation-name: transformBottomTop;
}
.engineer_tab > li .link_arrow.is-hover:hover:before, {
	animation-name: transformBottomTop;
}
.engineer_tab > li .link_arrow.is-hover:hover:after {
	animation-name: transformTopBottom;
}
@keyframes transformTopBottom {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes transformBottomTop {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}
.engineer_tabbox{
	position: relative;
	z-index: 1;
	padding-top: var(--padding-130);
}
.engineer_tabbox::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: calc(100% + var(--padding-130));
	width: 100vw;
	background-image: linear-gradient(to bottom, #FFFFFF, #ECF0F5);
	z-index: -2;
}
.engineer_tabbox::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(clamp(50px, 4.1vw, 80px) * -1);
	padding: clamp(190px, 27.3vw, 525px);
	background-image: url('./library/images/logo_bg2.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
}
.engineer_tabbox .line_ttl{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.engineer_works {
	background-color: var(--sub-bg);
}
.engineer_works .inner{
	background-image: url('./library/images/top_recruit_bg.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
	padding-bottom: 0;
}
.engineer_works .img_area{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.engineer_works .img_area img{
	width: 100%;
	height: auto;
}
.engineer_works .line_ttl{
	margin-top: clamp(30px, 4.1vw, 80px);
}
.engineer_works .line_ttl{
	margin-top: clamp(30px, 4.1vw, 80px);
}
.works_slider{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: clamp(30px, 3.4vw, 65px) !important;
	margin-bottom: 0 !important;
}
.works_slider li{
	background-color: #fff;
	padding: 20px clamp(20px, 1.6vw, 30px);
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	margin: 0 8px;
}
.works_slider li .ttl{
	position: relative;
}
.works_slider li .ttl::before{
	content: "";
	position: absolute;
	left: calc(clamp(23px, 1.6vw, 30px) * -1);
	top: 3px;
	height: clamp(15px, 1.3vw, 25px);
	width: 4px;
	background-image: linear-gradient(to bottom, #0D3F66, #325C7E);
}
.works_slider li span{
	display: block;
	color: rgba(34,34,34,0.7);
	font-size: 14px;
}
.works_slider .slick-next, 
.works_slider .slick-prev {
	width:clamp(40px, 2.9vw, 55px);
	height:clamp(40px, 2.9vw, 55px);
	border-radius: 35px;
	transition: all ease 0.5s;
	z-index: 3;
	top: calc(clamp(55px, 3.6vw, 70px) * -1) !important;
}
.works_slider .slick-prev {
	left: auto;
	right: 425px;
}
.works_slider .slick-next {
	right: 360px
}
.works_slider .slick-next::before, 
.works_slider .slick-prev::before {
	color: #FF7B29;
	opacity: 1;
	font-size: 18px;
}
.works_slider .slick-next:hover, 
.works_slider .slick-prev:hover {
	animation-name: circleLink;
	animation-duration: 0.5s;
	animation-fill-mode: backwards;
	animation-iteration-count: 1;
}
.works_slider .slick-next:before {
	content:"";
	background-image: url("./library/images/slick_next.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
.works_slider .slick-prev:before {
	content:"";
	background-image: url("./library/images/slick_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
/* 
 about
----------------------------------------------------------- */
.about_message{
	background-color: var(--sub-bg);
}
.about_message .inner{
	background-image: url('./library/images/top_recruit_bg.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
}
.about_message .img{
	width: clamp(180px, 16.6vw, 320px);
}
.about_message .txt{
	width: calc(95% - clamp(180px, 16.6vw, 320px));
}
.about_message .name{
	margin-top: clamp(30px, 4.1vw, 80px);
	text-align: right;
	font-size: var(--fontsize-20);
}
.about_message .name span{
	display: block;
	width: fit-content;
	font-size: var(--fontsize-16);
	font-weight: 300;
	padding-left: 25px;
	position: relative;
	margin-left: auto;
	background-image: url('./library/images/logo_b.svg');
	background-size: auto 19px;
	background-position: center left;
	background-repeat: no-repeat;
}
.about_philosophy .flex{
	margin-bottom: clamp(40px, 4.9vw, 95px);
	flex-direction: row-reverse;
}
.about_philosophy .txt{
	width: 46%;
}
.about_philosophy .img{
	width: 47.5%;
}
.about_philosophy svg{
	overflow: visible;
	height: auto;
}
.about_philosophy svg .svg-elem-1 {
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.about_philosophy.on svg .svg-elem-1 {
	fill: rgba(50, 92, 126, 0.5);
}
.about_philosophy svg .svg-elem-2 {
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
.about_philosophy.on svg .svg-elem-2 {
	fill: rgba(50, 92, 126, 0.5);
}
.about_philosophy svg .svg-elem-3 {
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.about_philosophy.on svg .svg-elem-3 {
	fill: rgba(50, 92, 126, 0.5);
}
.about_philosophy svg .svg-elem-4 {
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
.about_philosophy.on svg .svg-elem-4 {
  fill: rgba(50, 92, 126, 0.3);
}
.about_philosophy svg .svg-elem-5,
.about_philosophy svg .svg-elem-6,
.about_philosophy svg .svg-elem-7,
.about_philosophy svg .svg-elem-8,
.about_philosophy svg .svg-elem-9,
.about_philosophy svg .svg-elem-10,
.about_philosophy svg .svg-elem-11,
.about_philosophy svg .svg-elem-12,
.about_philosophy svg .svg-elem-13,
.about_philosophy svg .svg-elem-14{
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.about_philosophy.on svg .svg-elem-5,
.about_philosophy.on svg .svg-elem-6,
.about_philosophy.on svg .svg-elem-7,
.about_philosophy.on svg .svg-elem-8,
.about_philosophy.on svg .svg-elem-9,
.about_philosophy.on svg .svg-elem-10,
.about_philosophy.on svg .svg-elem-11,
.about_philosophy.on svg .svg-elem-12,
.about_philosophy.on svg .svg-elem-13,
.about_philosophy.on svg .svg-elem-14 {
	fill: rgb(34, 34, 34);
}
.about_philosophy svg .svg-elem-15,
.about_philosophy svg .svg-elem-16,
.about_philosophy svg .svg-elem-17,
.about_philosophy svg .svg-elem-18,
.about_philosophy svg .svg-elem-19,
.about_philosophy svg .svg-elem-20,
.about_philosophy svg .svg-elem-21,
.about_philosophy svg .svg-elem-22,
.about_philosophy svg .svg-elem-23{
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
.about_philosophy.on svg .svg-elem-15,
.about_philosophy.on svg .svg-elem-16,
.about_philosophy.on svg .svg-elem-17,
.about_philosophy.on svg .svg-elem-18,
.about_philosophy.on svg .svg-elem-19,
.about_philosophy.on svg .svg-elem-20,
.about_philosophy.on svg .svg-elem-21,
.about_philosophy.on svg .svg-elem-22,
.about_philosophy.on svg .svg-elem-23{
	fill: rgb(34, 34, 34);
}
.about_philosophy svg .svg-elem-24,
.about_philosophy svg .svg-elem-25,
.about_philosophy svg .svg-elem-26,
.about_philosophy svg .svg-elem-27,
.about_philosophy svg .svg-elem-28,
.about_philosophy svg .svg-elem-29,
.about_philosophy svg .svg-elem-30,
.about_philosophy svg .svg-elem-31,
.about_philosophy svg .svg-elem-32,
.about_philosophy svg .svg-elem-33,
.about_philosophy svg .svg-elem-34{
	fill: transparent;
	-webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
		  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.about_philosophy.on svg .svg-elem-24,
.about_philosophy.on svg .svg-elem-25,
.about_philosophy.on svg .svg-elem-26,
.about_philosophy.on svg .svg-elem-27,
.about_philosophy.on svg .svg-elem-28,
.about_philosophy.on svg .svg-elem-29,
.about_philosophy.on svg .svg-elem-30,
.about_philosophy.on svg .svg-elem-31,
.about_philosophy.on svg .svg-elem-32,
.about_philosophy.on svg .svg-elem-33,
.about_philosophy.on svg .svg-elem-34{
	fill: rgb(34, 34, 34);
}
.about_philosophy .box{
	background-image: linear-gradient(to right top, #6B9EC9 0%, #428BC7 30%, #73A0C6 100%);
	padding: clamp(20px, 2.6vw, 50px);
	border-radius: 3px;
}
.about_philosophy .box_inner{
	background-color: rgba(255,255,255,0.18);
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 1.6vw, 30px);
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.about_philosophy .box .txt{
	width: calc(100% - 300px);
	color: #fff;
}
.about_philosophy .box .linkbox{
	width: 290px;
}
.about_philosophy .box h4{
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 500;
	position: relative;
	padding-left: 1em;
	margin-bottom: clamp(10px, 1vw, 20px);
}
.about_philosophy .box h4::before{
	content: "";
	position: absolute;
	left: 0;
	top: clamp(10px, 0.94vw, 18px);
	width: 13px;
	height: 13px;
	border-radius: 7px;
	background-image: linear-gradient(to bottom, #FFFFFF, rgba(255,255,255,0.3));
}
.about_company{
	background-color: var(--sub-bg);
}
.about_company .inner{
	background-image: url('./library/images/top_recruit_bg.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_company .hyo{
	width: 830px;
	max-width: calc(100% - 230px);
}
.about_access .flex{
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.about_access .img{
	width: 50%;
}
.about_access .txt{
	width: 46%;
}
.about_access .txt ul li{
	padding-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #ECF0F5;
}
.about_access .txt ul li:not(:last-child){
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.about_access .txt ul li h3{
	font-size: var(--fontsize-16);
	font-weight: 500;
	padding-left: 15px;
	border-left: 4px solid;
	border-image: linear-gradient(to bottom, #557793, #0C3E66) 1;
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.about_access .txt ul li .ttl{
	font-size: var(--fontsize-16);
	font-weight: 500;
	color: #0D3F67;
}
.about_access .txt ul li .ttl:not(:first-of-type){
	margin-top: clamp(10px, 1vw, 20px);
}
.about_access .txt ul li .ttl i{
	margin-right: 10px;
}
.about_access .txt ul li:nth-child(1) > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_access .txt ul li:nth-child(1) > div p{
	width: calc(100% - clamp(40px, 2.6vw, 50px) - 10px);
}
.about_access .txt ul li:nth-child(1) > div a{
	width: clamp(40px, 2.6vw, 50px);
	height: clamp(40px, 2.6vw, 50px);
	border: 1px solid #0C3E66;
	border-radius: 25px;
	position: relative;
	z-index: 1;
	color: #fff;
	display: grid;
	place-content: center;
	place-items: center center;
}
.about_access .txt ul li:nth-child(1) > div a:hover{
	color: #0C3E66;
}
.about_access .txt ul li:nth-child(1) > div a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	background-image: linear-gradient(to right, #557793, #0C3E66);
	border-radius: 25px;
	z-index: -1;
}
.about_access .txt ul li:nth-child(1) > div a:hover::before{
	opacity: 0;
}
.about_access .txt ul li:nth-child(2) p:not(.ttl){
	padding-left: 30px;
}
.about_access .txt ul li:nth-child(2) p:not(.ttl) span{
	color: #0D3F67;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news .sub_fv{
	background-color: var(--sub-bg);
}
.news_wrap .inner{
	padding-top: var(--padding-80);
}
.news_info{
	margin-bottom: 30px;
}
.news_info .date{
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #557793;
}
.cat a{
	padding:3px 10px;
	font-size:14px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: #ECF0F5;
}
.ttl_maru{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 6px;
	border-radius: 10px;
	background-color: #325C7E;
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	padding: 20px clamp(20px, 1.3vw, 25px);
	border: 1px solid rgba(34,34,34,0.2);
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: #e2f0fc;
}
.news_list > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_list .news_info{
	margin-bottom: 0;
}
.news_list > li .news_info{
	padding-top: clamp(10px, 0.83vw, 16px);
	margin-top: clamp(10px, 0.83vw, 16px);
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li h3{
	font-size: var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
}
.news_list > li p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #555;
	font-size: var(--fontsize-16);
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 5px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 15px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: #325C7E;
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: #1878C7;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F0F0F0;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:clamp(20px, 1.3vw, 25px);
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: #1878C7;
	bottom:-1px;
	position: absolute;
	left:0;
	width: 125px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact .sub_fv{
	background-color: var(--sub-bg);
}
.contact_wrap .inner{
	width: min(90%,1000px);
}
.contact_wrap .box{
	background-color: var(--sub-bg);
	padding: clamp(20px, 2.6vw, 50px);
}
.contact_wrap .box .wpcf7 {
	width: min(100%,800px);
	margin-inline: auto;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
	font-size: var(--fontsize-15);
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 1em;
	font-size: 12px;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
	display: block;
	margin-bottom: 5px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:300px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:#325C7E;
	border-radius: 5px;
	transition:all ease 0.5s;
	border-radius: 5px;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#e2f0fc;
	color: #222;
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.priva {
	margin-top:30px;
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 エントリー
----------------------------------------------------------- */ 
.entry_area .inner{
	width: min(90%,1000px);
	margin-inline: auto;
	padding: 100px 0;
}
.entry_fi {
	padding: 80px 100px;
	background-color: #F7FAFC;
}
.entry_fi .wpcf7{
	width:auto;
	margin:0;
	max-width:100%;
}
.entry_fi .wpcf7 dt p, 
.entry_fi .mw_wrap dt p,
.entry_fi .address p{
	font-size: 15px;
}
.entry_fi .address > div > p,
.wpcf7 .sub_ttl p,
.mw_wrap .sub_ttl p{
	font-size: 15px;
}
.entry_fi .wpcf7-list-item{
	display: inline-block;
}
.entry_fi .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_fi .birth > p .wpcf7-select{
	width: 150px;
}
.entry_fi .birth > p small{
	padding: 0 10px;
}
.entry_fi .address,
.entry_fi .check .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry_fi .address > div{
	width: 49%;
}
.entry_fi .address > div .wpcf7-select{
	width: 100%;
}
.entry_fi .check .wpcf7-list-item{
	width: 49%;
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	font-size: 0.9rem;
	margin-right: 0;
}
.entry_fi .check .wpcf7-list-item label{
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 10px;
}
.entry_fi .file .sub{
	font-size: 14px;
}
.entry_fi .wpcf7-file{
	width: 100%;
	margin-bottom: 5px;
}
/* 
 err
----------------------------------------------------------- */
.err .sub_fv{
	background-color: var(--sub-bg);
}
/* 
 foot
----------------------------------------------------------- */
.footer_contact{
	background-image: linear-gradient(to right, #00BEEC, #1879C8);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer_contact::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	padding: 45%;
	background-image: url('./library/images/logo_bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: -1;
	transition: all ease 0.5s;
}
.footer_contact:hover::before{
	transform: translate(-50%,-50%) scale(1,1);
}
.footer_contact a{
	color: #fff;
}
.footer_contact .top_h2{
	margin-bottom: clamp(8px, 0.83vw, 16px);
}
.footer_contact .inner{
	padding: var(--padding-80) 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_contact .txt{
	width: calc(97% - clamp(45px, 3.9vw, 75px));
}
.footer_contact .arrow{
	width: clamp(45px, 3.9vw, 75px);
	height: clamp(45px, 3.9vw, 75px);
	background-color: #5AABDE;
}
.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer p{
	line-height: 1.5;
}
.footer .info{
	width: 35%;
	background-color: #0D3F66;
	padding: var(--padding-80) clamp(40px, 6vw, 115px);
	color: #fff;
}
.footer .sitemap{
	width: 65%;
	background-color: #325C7E;
	padding: var(--padding-80) clamp(40px, 6vw, 115px) clamp(10px, 1.3vw, 25px);
	display: flex;
	flex-direction: column;
}
.footer .info > img{
	height: clamp(40px, 3.4vw, 65px);
	width: auto;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.footer .info p a{
	color: #fff !important;
}
.footer .info p:not(:last-child) {
	display: flex;
}
.footer .info p:not(:last-child) span{
	display: block;
	width: 96px;
}
.footer .info p:first-of-type span{
	width: 48px;
}
.footer .info p:not(.mb0){
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.footer .info ul {
	margin-top: clamp(20px, 3.4vw, 65px);
}
.footer .info ul li:not(:last-child){
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.footer .info ul li a{
	width: 100%;
	padding: 8px 12px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}
.footer .info ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-image: linear-gradient(to right, #56AF3A, #2299AF);
	opacity: 0.7;
	transition: all ease 0.5s;
	z-index: -1;
}
.footer .info ul li:nth-child(1) a::before{
	background-image: linear-gradient(to right, #DDB200, #DB7988);
}
.footer .info ul li:nth-child(3) a::before{
	background-image: linear-gradient(to right, #27A4BA, #C97EC3);
}
.footer .info ul li:hover a::before{
	opacity: 1;
}
.footer .info ul li a div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .info ul li a div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - clamp(30px, 2.6vw, 50px) - 10px);
}
.footer .info ul li a div img{
	width: clamp(45px, 3.1vw, 60px);
	height: auto;
}
.footer .info ul li a div p{
	width: calc(100% - clamp(45px, 3.1vw, 60px) - 10px);
}
.footer .info ul li a .arrow{
	width: clamp(30px, 2.6vw, 50px);
	height: clamp(30px, 2.6vw, 50px);
	background-color: #116C83;
	transition: all ease 0.5s;
}
.footer .info ul li:hover a .arrow{
	background-color: #57B8C1;
}
.footer .info ul li:nth-child(1) a .arrow{
	background-color: #905562;
}
.footer .info ul li:nth-child(3) a .arrow{
	background-color: #795791;
}
.footer .info ul li:nth-child(1):hover a .arrow{
	background-color: #EB979B;
}
.footer .info ul li:nth-child(3):hover a .arrow{
	background-color: #CD9AD8;
}
.footer .sitemap a {
	transition: all ease 0.5s;
}
.footer .sitemap a:hover {
	opacity: 0.7;
}
.footer .sitemap > ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: clamp(20px, 3.6vw, 70px);
	grid-column-gap: clamp(20px, 6.8vw, 130px);
	margin-bottom: 30px;
}
.footer .sitemap > ul > li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/2;
}
.footer .sitemap > ul > li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/2;
}
.footer .sitemap > ul > li:nth-child(3){
	grid-column: 3/4;
	grid-row: 1/3;
}
.footer .sitemap > ul > li:nth-child(4){
	grid-column: 1/2;
	grid-row: 2/3;
}
.footer .sitemap > ul > li:nth-child(5){
	grid-column: 2/3;
	grid-row: 2/3;
}
.footer .sitemap > ul > li > a{
	font-family: "Michroma", sans-serif;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	position: relative;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .sitemap > ul > li > a::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px;
	background-image: url('./library/images/footer_arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all ease 0.5s;
}
.footer .sitemap > ul > li > a:hover::before{
	right: -10px;
}
.footer .sitemap > ul > li > ul > li{
	margin-top: clamp(8px, 0.8vw, 15px);
}
.footer .sitemap > ul > li > ul > li > a {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	display: flex;
	align-items: center;
}
.footer .sitemap > ul > li > ul > li > a img{
	height: 1em;
	width: auto;
	margin-left: 5px;
}
.footer .sitemap > ul > li > ul > li > ul{
	padding-left: 1em;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.footer .sitemap > ul > li > ul > li > ul > li{
	margin-top: clamp(8px, 0.8vw, 15px);
}
.footer .sitemap > ul > li > ul > li > ul > li > a{
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}
.footer .copy{
	text-align: right;
	margin-top: auto;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
	transition: all ease 0.5s;
}
.spnavbtn.top{
	right: 5%;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1878C7;
	border-radius: 20px;
}
.spnavbtn.top .nav-trigger span{
	background-color: #fff;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
.spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
.spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
.spnav {
	position:relative;
	z-index:999;
}
.sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
.sp_close.open{
	display: inherit;
}
.spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	color:rgba(255,255,255,0);
	overflow-y:scroll;
}
.spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	color:rgba(150,150,150,1);
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.7);
}
.spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
.spnav .trigger > p img {
	height: 40px;
	width: auto;
	margin:0 auto;
}
.spnav .trigger > ul > li {
	border-bottom:1px solid rgba(255,196,34,0.5);
	text-align:center;
	color: #231815;
	font-size:0.9rem;
	transition:all ease 0.5s;
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(255,196,34,0.5);
}
.spnav ul li a {
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	padding:0 10px;
	height:48px;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav ul li a:hover, .spnav .navright:hover {
	background:#fff;
	color:#969696;
}
.spnav ul li.open_btn p{
	cursor:pointer;
	padding: 12px 0;
	text-align: center;
	font-size: 0.9rem;
}
.spnav ul li.open_btn span{
	font-size: 0.7em;
	position: relative;
	top: -1px;
	padding: 1em 0 1em 1em;
	color: #1878C7;
}
.spnav ul li ul {
	display: none;
}
.spnav ul li ul li {
	border-top:1px solid rgba(255,196,34,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
@media screen and (max-width: 1400px) {
	.js-modal .js-modalclose {
		top:10px;
		right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
	}
	.navwrap ul {
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.top_news .inner > div{
		width: 550px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about_access iframe{
		height: 300px;
	}
	/* 
	 news
	----------------------------------------------------------- */ 
	.news_list > li dd h3{
		font-size:18px;
	}
	.news_list > li dd p{
		margin-bottom: 15px;
	}
	.news_list > li dd .info{
		padding-top: 15px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 70px 0;
	}
	.entry_fi {
		padding: 40px 50px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		top:10px;
		right:10px;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer .info{
		width: 100%;
	}
	.footer .sitemap{
		width: 100%;
	}
	.footer .info ul{
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.footer .info ul li{
		margin: 0 !important;
	}
	.footer .info ul li a{
		height: 100%;
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-16: 0.9rem;
		--fontsize-15: 14px;
	}
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	body{
		font-size: 0.9rem;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.top_news .inner > div{
		width: 100%;
	}
	/* 
	 engineer
	----------------------------------------------------------- */
	.engineer_tab{
		grid-template-columns: repeat(2, 1fr);
	}
	.engineer_tab > li:nth-child(2n){
		border-right: none;
	}
	.engineer_tab > li:nth-child(-n+2){
		border-bottom: 1px solid rgba(34,34,34,0.2);
	}
	.img_list{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 about
	----------------------------------------------------------- */
	.about_philosophy .box .txt{
		width: 100%;
		margin-bottom: 15px;
	}
	.about_philosophy .box .linkbox{
		width: 100%;
	}
	.about_company .hyo{
		max-width: calc(100% - 190px);
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* news single page
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
		margin-bottom:15px;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.priva ul {
		font-size:0.9rem;
	}
	.priva li p,
	.priva li h4{
		font-size:0.9rem !important;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 50px 0;
	}
	.entry_fi {
		padding: 30px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 130px;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.home .linkbox a{
		margin: 0 auto !important;
	}
	.top_news ul > li .news_info{
		margin-bottom: 3px;
	}
	.top_recruit .txt{
		padding: var(--padding-130) 0 calc(var(--padding-130) + 10px);
		width: 100%;
	}
	.top_recruit .img{
		width: 100%;
		left: 0;
		position: relative;
		height: 400px !important;
	}
	.top_announce ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.hyo dl dt {
		width: 100%;
	}
	.hyo dl dd {
		width: 100%;
	}
	/* 
	 engineer
	----------------------------------------------------------- */
	.engineer_tab > li .en{
		font-size: 12px;
	}
	.engineer_tab > li a > span{
		font-size: 12px;
	}
	.img_list{
		grid-template-columns: repeat(1, 1fr);
	}
	.engineer_works .img_area{
		height: 200px;
	}
	.engineer_works .img_area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.works_slider{
		padding-bottom: 90px !important;
	}
	.works_slider li{
		margin: 0px 20px;
	}
	.works_slider .slick-next, 
	.works_slider .slick-prev {
		top: auto !important;
		bottom: 15px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about_message .img{
		margin: 0 auto 20px;
	}
	.about_message .txt{
		width: 100%;
	}
	.about_philosophy .txt{
		width: 100%;
	}
	.about_philosophy .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.about_philosophy svg{
		max-width: 400px;
		width: 100%;
		margin-inline: auto;
	}
	.about_philosophy .box .linkbox.tar a{
		margin: 0 auto;
	}
	.about_company .hyo{
		max-width: none;
		width: 100%;
	}
	.about_access .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.about_access .txt{
		width: 100%;
	}
	.about_access iframe{
		height: 250px;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.news_list > li dd h3 {
	  font-size: 17px;
	}
	.news_list > li{
		padding: 15px;
	}
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	.news_list > li dd p{
		margin-bottom: 10px;
	}
	.news_list > li dd .info{
		padding-top: 10px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 40px 0;
	}
	.entry_fi {
		padding: 20px;
	}
	.entry_fi .birth > p small{
		padding: 0 5px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 75px;
	}
	.entry_fi .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer .info{
		padding: 30px 5% 10px;
	}
	.footer .info ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.footer .copy.sp640{
		margin-top: 30px;
	}
	.footer .sitemap{
		display: none;
	}
}