/******************************************************************
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: var(--font-color);
}
p,li,dd {
	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: 2;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: var(--font-color);
	font-weight: 400;
	font-style: normal;
	font-size: var(--fontsize-16);
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
:root {
	--main-color: #124D8A;
	--mainsub-color: #edf5fd;
	--sub-color: #F0F0F0;
	--font-color: #333333;
	--bg-color: #FFFFFF;
	--sub-bg: #EDEDED;
	--padding-130: clamp(50px, 6.8vw, 130px);
	--padding-95: clamp(40px, 4.9vw, 95px);
	--padding-80: clamp(40px, 4.1vw, 80px);
	--padding-65: clamp(40px, 3.4vw, 65px);
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: clamp(14px, 0.83vw, 16px);
	--fontsize-15: clamp(13px, 0.8vw, 15px);
}
/* 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: clamp(30px, 4.1vw, 80px);
}
.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;
	line-height: 1.5;
	transition: all ease 0.5s;
	border-bottom: 1px solid rgba(51,51,51,0.3);
}
.single .nav-below a:hover {
	background-color: var(--mainsub-color);
}
.single .nav-below .prev {
	padding-left: clamp(50px, 3.1vw, 60px);
	position: relative;
}
.single .nav-below .next {
	padding-right: clamp(50px, 3.1vw, 60px);
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: clamp(40px, 2.6vw, 50px);
	height: clamp(40px, 2.6vw, 50px);
	border-radius: 25px;
	position: absolute;
	top: clamp(8px, 0.8vw, 15px);
	background-repeat: no-repeat;
	background-size: contain;
}
.single .nav-below .prev::before{
	left: 0;
	background-image: url('./library/images/slide_prev.svg');
}
.single .nav-below .next::before{
	right: 0;
	background-image: url('./library/images/slide_next.svg');
}
.prev {
	width: 42%;
	float: left;
}
.next {
	width: 42%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 14px;
	margin-top: clamp(8px, 0.8vw, 15px);
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
/* 
 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;
	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;
	border-bottom: 1px solid rgba(51,51,51,0.3);
	padding: 0 clamp(15px, 1.6vw, 30px);
}
.navwrap p img,
.navwrap h1 img{
	height: clamp(40px, 2.6vw, 50px);
	width: auto;
}
.navwrap > ul:not(.header_fix) {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul:not(.header_fix) > li{
	margin-left: clamp(15px, 1.6vw, 30px);
	text-align: center;
	transition:all ease 0.5s;
	position: relative;
}
.navwrap > ul:not(.header_fix) > li a,
.navwrap > ul:not(.header_fix) > li p{
	display: inline-block;
	padding: 20px 0;
	font-size: var(--fontsize-15);
}
.navwrap > ul:not(.header_fix) > li:hover > a,
.navwrap > ul:not(.header_fix) > li:hover > p{
	color: var(--main-color);
	
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(1){
	margin-left: 8px;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(2){
	margin-left: clamp(15px, 1.3vw, 25px);
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(-n+2) a{
	padding: 8px 12px;
	border-radius: 3px;
	border: 1px solid var(--font-color);
	font-weight: 500;
	transition: all ease 0.5s;
	display: flex;
	align-items: center;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(-n+2) svg{
	height: clamp(20px, 1.3vw, 25px);
	height: auto;
	margin-right: 8px;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(-n+2) svg path{
	transition: all ease 0.5s;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(1) a:hover{
	background-color: var(--font-color);
	color: #fff;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(1) a:hover svg path{
	fill: #fff;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(2) a{
	background-color: var(--font-color);
	color: #fff;
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(2) a:hover{
	background-color: #fff;
	color: var(--font-color);
}
.navwrap > ul:not(.header_fix) > li:nth-last-child(2) a:hover svg path{
	fill: var(--font-color);
}
.navwrap * {
	transition:all ease 0.5s;
}
#feas_0_0 {
	width: clamp(20px, 14.3vw, 275px);
}
#feas-searchform-0{
	background: #F0F0F0;
	border-radius: 30px;
}
#feas-submit-button-0.feas-submit-button {
	padding: 2px clamp(10px, 1vw, 20px) 2px clamp(8px, 0.8vw, 15px);
	background: #F0F0F0;
	border: none;
	border-radius: 0 30px 30px 0;
	color: #A0A0A0;
	transition: all ease 0.5s;
	border-left: 1px solid #DFDFDF;
}
#feas-submit-button-0.feas-submit-button:hover {
	color: #626262;
}
#feas_0_0.feas_archive_freeword {
	border-radius: 30px 0 0 30px;
	border: none;
	padding: 2px 5px 2px clamp(15px, 1.3vw, 25px);
	background: #F0F0F0;
	font-size: var(--fontsize-15);
	outline: none;
}
#search_fi .feas-submit-button {
	border-radius: 50px;
}
.header_fix{
	position: fixed;
	right: clamp(10px, 1.6vw, 30px);
	bottom: clamp(10px, 1.6vw, 30px);
	z-index: 10;
	transition: all ease 0.5s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_fix li:not(:last-child){
	margin-right: 10px;
}
.header_fix li a{
	width: clamp(200px, 13vw, 250px);
	border: 1px solid var(--main-color);
	border-radius: 30px;
	background-color: var(--main-color);
	text-align: left;
	color: #fff;
	display: block;
	padding: clamp(8px, 0.8vw, 15px) clamp(15px, 1.6vw, 30px);
	font-size: var(--fontsize-20);
	line-height: 1.3;
	position: relative;
	z-index: 1;
	transition: all ease 0.5s;
	font-weight: 500;
}
.header_fix li:nth-child(1) a{
	border: 1px solid #123E5D;
	background-color: #123E5D;
}
.header_fix li a:hover{
	background-color: #fff;
	color: var(--main-color);
}
.header_fix li:nth-child(1) a:hover{
	color: #123E5D;
}
.header_fix li a span{
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: clamp(30px, 2.3vw, 45px);
	height: clamp(30px, 2.3vw, 45px);
	background-color: #2D639B;
	border-radius: 25px;
	background-image: url('./library/images/fix_catalog.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto clamp(20px, 1.6vw, 30px);
}
.header_fix li:nth-child(1) a span{
	background-color: #25506E;
	background-image: url('./library/images/fix_item.svg');
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: var(--main-color);
	position: fixed;
	left: 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{
	margin-top: clamp(15px, 1.3vw, 25px);
	line-height: 1.5;
}
.breadcrumb__list {
    display: flex;
	width: min(85%,1200px);
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-end;
}
.breadcrumb__item:not(:last-child)::after {
    content: '>';
    margin: 0 0.9em;
}
.breadcrumb__item a {
    color: #A0A0A0;
}
/* 
共通
----------------------------------------------------------- */ 
.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(85%,1200px);
	margin-inline:auto;
	padding: clamp(40px, 4.1vw, 80px) 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{
	width: min(100%,300px);
	transition:all ease 0.5s;
	padding-bottom: clamp(10px, 0.8vw, 15px);
	border-bottom: 1px solid rgba(51,51,51,0.3);
	font-size: var(--fontsize-15);
	padding-left: 15px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.more_btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: var(--main-color);
}
.more_btn::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0;
	background-color: var(--main-color);
	transition: all ease 0.5s;
}
.more_btn:hover::after{
	width: 100%;
}
.more_btn span{
	display: block;
	border: 1px dashed rgba(51,51,51,0.3);
	border-radius: 3px;
	background-color: #F4F4F4;
	padding: 6px 8px;
	width: fit-content;
	transition: all ease 0.5s;
}
.more_btn:hover span{
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
.more_btn span svg{
	height: 8px;
	height: auto;
}
.more_btn span svg path{
	transition: all ease 0.5s;
}
.more_btn:hover span svg path{
	fill: #fff;
}
.arrow{
	display: block;
	border: 1px dashed rgba(51,51,51,0.3);
	border-radius: 3px;
	background-color: rgba(51,51,51,0.05);
	padding: 6px 8px;
	width: fit-content;
	transition: all ease 0.5s;
}
a:hover .arrow{
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
.arrow svg{
	height: 8px;
	height: auto;
}
.arrow svg path{
	transition: all ease 0.5s;
}
a:hover .arrow svg path{
	fill: #fff;
}
.arrow_maru{
	display: block;
	border: 1px solid rgba(51,51,51,0.7);
	border-radius: 20px;
	padding: 6px 8px;
	transition: all ease 0.5s;
	width: clamp(50px, 3.4vw, 65px);
}
a:hover .arrow_maru{
	background-color: rgba(51,51,51,0.7);
}
.arrow_maru svg{
	height: 8px;
	height: auto;
	margin: 0 auto;
}
.arrow_maru svg path{
	transition: all ease 0.5s;
	fill: rgba(51,51,51,0.7);
}
a:hover .arrow_maru svg path{
	fill: #fff;
}
.view_btn{
	font-size: var(--fontsize-15);
	font-family: "Open Sans", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 160px;
	transition:all ease 0.3s;
	padding: 10px 20px;
	border: 1px solid var(--font-color);
	border-radius: 25px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}
.view_btn:hover{
	color: #fff;
	border: transparent 1px solid;
}
.view_btn::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: var(--main-color);
	transition:all ease 0.3s;
	z-index: -1;
}
.view_btn:hover::before{
	transform: translate(-50%,-50%) scale(1);
}
.view_btn svg path{
	transition:all ease 0.3s;
}
.view_btn:hover svg path{
	fill: #fff;
}
.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;
}
.js-accordion > li{
	position: relative;
}
.js-accordion .ttl{
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
}
.js-accordion .ttl::before,
.js-accordion .ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(20px, 1.3vw, 25px);
	height: 2px;
	transition: all ease 0.5s;
	background-color: var(--font-color);
}
.js-accordion .ttl::after {
	transform: rotate(-90deg);
}
.js-accordion .open .ttl::after {
	transform: rotate(0);
}
.js-accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.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(57,53,42,0.7);
}
.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;
    max-height: 85vh;
    padding: clamp(20px, 1.6vw, 30px);
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.js-modal .js-sclollarea {
    width: auto;
	height: auto;
	max-width: 95%;
	margin: clamp(15px, 1.6vw, 30px);
    max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: calc(clamp(25px, 1.8vw, 35px) * -1);
    right: 0;
	width: clamp(20px, 1.5vw, 28px);
	height: clamp(20px, 1.5vw, 28px);
	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
----------------------------------------------------------- */ 
.fv{
	background: linear-gradient(to bottom, #fff 0, #fff 80%, var(--sub-bg) 80%, var(--sub-bg) 100%);
}
.fv .inner{
	padding: clamp(90px, 7.8vw, 150px) 0 80px;
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fv .txt{
	width: 25%;
	padding-top: clamp(10px, 3.1vw, 60px);
}
.fv .img{
	width: 73%;
	display: grid;
	gap: clamp(3px, 0.3vw, 7.5px);
	grid-template-columns: repeat(2, 1fr);
}
.fv .img .swiper {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.fv .img .swiper-wrapper,
.fv .img .swiper-wrapper li{
	height: 100% !important;
}
.fv .img .swiper-wrapper li{
	overflow: hidden !important;
}
.fv .img .swiper-slide {
	position: relative;
	width: 100%;
	height: auto;
}
.fv .img .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center center;
	transform: scale(1.1);
	transition: transform 11.2s linear;
}
.fv .img .swiper-slide-active{
	position: relative;
	z-index: 3;
}
.fv-zoom {
	transform: scale(1) !important;
	opacity: 1;
}
.fv-zoom-hidden{ 
	opacity:0 !important;
}
.fv h2,
.recruit_fv h2{
	font-size: clamp(30px, 2.3vw, 45px);
	font-weight: 700;
	line-height: 1.8;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.fv h2 em,
.recruit_fv h2 em {
	font-style:normal;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 1px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.fv h2 em::after,
.recruit_fv h2 em::after {
	width: 0%;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	background-color: var(--font-color);
	-webkit-transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fv h2 em:nth-of-type(1)::after,
.recruit_fv h2 em:nth-of-type(1)::after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fv h2 em:nth-of-type(1) span:nth-child(0),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(0) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(1),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(1) {
  -webkit-transition-delay: 560ms;
          transition-delay: 560ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(2),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(2) {
  -webkit-transition-delay: 620ms;
          transition-delay: 620ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(3),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(3) {
  -webkit-transition-delay: 680ms;
          transition-delay: 680ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(4),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(4) {
  -webkit-transition-delay: 740ms;
          transition-delay: 740ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(5),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(5) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(6),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(6) {
  -webkit-transition-delay: 860ms;
          transition-delay: 860ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(7),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(7) {
  -webkit-transition-delay: 920ms;
          transition-delay: 920ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(8),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(8) {
  -webkit-transition-delay: 980ms;
          transition-delay: 980ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(9),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(9) {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}
.fv h2 em:nth-of-type(1) span:nth-child(10),
.recruit_fv h2 em:nth-of-type(1) span:nth-child(10) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.recruit_fv h2 em:nth-of-type(1) span:nth-child(11) {
  -webkit-transition-delay: 1160ms;
          transition-delay: 1160ms;
}

.fv h2 em:nth-of-type(2)::after,
.recruit_fv h2 em:nth-of-type(2)::after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.fv h2 em:nth-of-type(2) span:nth-child(0),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(0) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(1),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(1) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(2),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(2) {
  -webkit-transition-delay: 1020ms;
          transition-delay: 1020ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(3),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(3) {
  -webkit-transition-delay: 1080ms;
          transition-delay: 1080ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(4),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(4) {
  -webkit-transition-delay: 1140ms;
          transition-delay: 1140ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(5),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(5) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(6),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(6) {
  -webkit-transition-delay: 1260ms;
          transition-delay: 1260ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(7),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(7) {
  -webkit-transition-delay: 1320ms;
          transition-delay: 1320ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(8),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(8) {
  -webkit-transition-delay: 1380ms;
          transition-delay: 1380ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(9),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(9) {
  -webkit-transition-delay: 1440ms;
          transition-delay: 1440ms;
}
.fv h2 em:nth-of-type(2) span:nth-child(10),
.recruit_fv h2 em:nth-of-type(2) span:nth-child(10) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.recruit_fv h2 em:nth-of-type(2) span:nth-child(11) {
  -webkit-transition-delay: 1560ms;
          transition-delay: 1560ms;
}
.recruit_fv h2 em:nth-of-type(2) span:nth-child(12) {
  -webkit-transition-delay: 1620ms;
          transition-delay: 1620ms;
}
.recruit_fv h2 em:nth-of-type(2) span:nth-child(13) {
  -webkit-transition-delay: 1680ms;
          transition-delay: 1680ms;
}
.recruit_fv h2 em:nth-of-type(2) span:nth-child(14) {
  -webkit-transition-delay: 1740ms;
          transition-delay: 1740ms;
}

.fv h2 em:nth-of-type(3)::after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.fv h2 em:nth-of-type(3) span:nth-child(0) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(1) {
  -webkit-transition-delay: 1360ms;
          transition-delay: 1360ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(2) {
  -webkit-transition-delay: 1420ms;
          transition-delay: 1420ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(3) {
  -webkit-transition-delay: 1480ms;
          transition-delay: 1480ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(4) {
  -webkit-transition-delay: 1540ms;
          transition-delay: 1540ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(5) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(6) {
  -webkit-transition-delay: 1660ms;
          transition-delay: 1660ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(7) {
  -webkit-transition-delay: 1720ms;
          transition-delay: 1720ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(8) {
  -webkit-transition-delay: 1780ms;
          transition-delay: 1780ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(9) {
  -webkit-transition-delay: 1840ms;
          transition-delay: 1840ms;
}
.fv h2 em:nth-of-type(3) span:nth-child(10) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}
.fv h2 span,
.recruit_fv h2 span {
  display: inline-block;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  translate: 0% 100%;
}
.fv.on h2,
.recruit_fv.on h2 {
	opacity: 1;
}
.fv.on h2 em::after,
.recruit_fv.on h2 em::after {
  width: 100%;
}
.fv.on h2 em span,
.recruit_fv.on h2 em span {
  translate: 0% 0%;
}
.fv .txt p{
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
	margin-bottom: clamp(20px, 2.6vw, 50px);
}
.fv.on .txt p{
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
	opacity: 1;
}
.fv_timer{
	display: flex;
	align-items: center;
}
.fv_timer li{
	width: clamp(30px, 2.6vw, 50px);
	background-color: rgba(51,51,51,0.2);
	border-radius: 4px;
	height: 4px;
	margin-right: 8px;
	transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.fv_timer li.now{
	background-color: var(--font-color);
}
.top_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
	font-size: var(--fontsize-16);
}
.top_h2 span{
	font-size: clamp(28px, 3.1vw, 60px);
	font-family: "Open Sans", sans-serif;
	margin-right: 8px;
	line-height: 1.1;
}
.top_h2.mini span{
	font-size: clamp(28px, 2.2vw, 42px);
}
.home .linkbox{
	margin-top: clamp(25px, 3.4vw, 65px);
}
.top_read {
	position: relative;
}
.top_read::before{
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.top_read .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.top_read .inner .txt{
	width: 50%;
}
.top_read .inner h2{
	max-width: 45%;
	position: relative;
	z-index: 1;
	width: fit-content;
}
.top_read .inner h2::before{
	content: "";
	position: absolute;
	left: -360px;
	top: clamp(15px, 1.6vw, 30px);
	height: 1px;
	width: 320px;
	background-color: var(--font-color);
}
.top_read .inner h2::after{
	content: "";
	position: absolute;
	right: calc(clamp(40px, 3.9vw, 75px) * -1);
	bottom: 10px;
	transform: rotate(-45deg);
    width: clamp(45px, 3.4vw, 65px);
    border: 0;
    border-top: 1px solid var(--font-color);
    margin: 0;
    padding: 0;
}
.top_read .inner h2 span{
	position: relative;
	z-index: 1;
	padding-top: clamp(15px, 1.1vw, 22px);
}
.top_read .inner h2 span::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: clamp(130px, 8.3vw, 160px);
	background-image: url('./library/images/top_read_h2.svg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.topimg_slieder{
	padding-bottom: clamp(45px, 4.9vw, 95px) !important;
	background: linear-gradient(to bottom, #fff 0, #fff 40%, var(--sub-bg) 40%, var(--sub-bg) 100%);
}
.topimg_slieder .swiper-wrapper {
	transition-timing-function: linear;
}
.topimg_slieder ul li{
	border-radius: 5px;
	overflow: hidden;
	margin: 0 clamp(8px, 0.8vw, 15px);
}
.topimg_slieder ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_products{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.top_products::before,
.top_products::after{
	content: "";
	position: absolute;
	z-index: -1;
	padding: clamp(150px, 19vw, 365px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.top_products::before{
	left: calc(clamp(150px, 22.4vw, 430px) * -1);
	top: calc(clamp(180px, 18.8vw, 360px) * -1);
	animation: rotateForeverL 60s linear infinite;
	background-image: url('./library/images/top_products_txt_l.png');
}
.top_products::after{
	right: calc(clamp(150px, 22.4vw, 430px) * -1);
	bottom: calc(clamp(180px, 18.8vw, 360px) * -1);
	animation: rotateForever 60s linear infinite;
	background-image: url('./library/images/top_products_txt.png');
}
@keyframes rotateForever {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
@keyframes rotateForeverL {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.top_products .top_h2{
	margin-bottom: clamp(10px, 1vw, 20px);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top_products ul{
	display: grid;
	gap: clamp(25px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: clamp(40px, 4.1vw, 80px);
	border-bottom: 1px dashed var(--font-color);
}
.top_products ul li a{
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
}
.top_products ul li .img{
	border-radius: 5px;
	overflow: hidden;
	transition: all ease 0.5s;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	aspect-ratio: 115 / 62;
	position: relative;
	z-index: 1;
}
.top_products ul li a:hover .img{
	border: 1px dashed var(--font-color);
	padding: 10px;
}
.top_products ul li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	opacity: 0;
	transition: all ease 0.5s;
	z-index: 2;
}
.top_products ul li a:hover .img::before{
	opacity: 1;
}
.top_products ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.top_products ul li a > p:not(.more_btn){
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.top_products ul li .more_btn{
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
	border-top: 1px solid var(--font-color);
	padding-top: clamp(10px, 0.8vw, 15px);
	margin-top: auto;
}
.top_products ul li .more_btn::before{
	top: clamp(22px, 1.5vw, 28px);
}
.top_products ul li .more_btn::after{
	display: none;
}
.top_products ul li a:hover .more_btn span{
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
.top_products ul li a:hover .more_btn span svg path{
	fill: #fff;
}
.top_example{
	background-color: var(--sub-bg);
}
.top_example .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.top_example .txt{
	width: 48%;
}
.top_example .img{
	width: 48%;
	border-radius: 5px 50px 5px 5px;
	overflow: hidden;
}
.top_example .top_h2{
	position: relative;
	width: fit-content;
}
.top_example .top_h2::before{
	content: "";
	position: absolute;
	right: calc(clamp(20px, 2vw, 40px) * -1);
	bottom: 25px;
	transform: rotate(-45deg);
    width: clamp(45px, 3.4vw, 65px);
    border: 0;
    border-top: 1px solid var(--font-color);
    margin: 0;
    padding: 0;
}
.top_example .top_h2 span{
	display: block;
	margin-bottom: 4px;
}
.top_company .inner{
    border-bottom: 1px dashed var(--font-color);
}
.top_company ul li:not(:last-child){
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.top_company ul li{
	border-right: 1px solid var(--font-color);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, transparent 0%,transparent calc(100% - 12px), 0%,var(--font-color) calc(100% - 12px),var(--font-color) 100%) 1;
	border-radius: 3px;
}
.top_company ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: clamp(20px, 2vw, 40px);
}
.top_company ul li .txt{
	width: 62%;
	padding-top: clamp(8px, 0.8vw, 15px);
	padding-left: clamp(25px, 1.8vw, 35px);
	position: relative;
}
.top_company ul li .txt::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(-45deg);
	width: 37px;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid var(--font-color);
	margin: 0;
	padding: 0;
}
.top_company ul li .img{
	width: 35%;
	position: relative;
	z-index: 1;
	transition: all ease 0.5s;
	border-radius: 3px;
	overflow: hidden;
}
.top_company ul li a:hover .img{
	opacity: 0.8;
}
.top_company ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_company ul li .top_h2{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.top_company ul li .more_btn{
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
	border-top: 1px dashed rgba(51,51,51,0.3);
	padding-top: clamp(10px, 0.8vw, 15px);
	margin-top: auto;
	margin-top: clamp(25px, 2.6vw, 50px);
}
.top_company ul li .more_btn::before{
	top: clamp(22px, 1.5vw, 28px);
}
.top_company ul li .more_btn::after{
	display: none;
}
.top_company ul li a:hover .more_btn span{
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
.top_company ul li a:hover .more_btn span svg path{
	fill: #fff;
}
.top_news .top_h2{
	margin-bottom: 0;
}
.top_news .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.top_news ul{
	display: grid;
	gap: clamp(40px, 3.6vw, 70px);
	grid-template-columns: repeat(3, 1fr);
}
.top_news ul li a{
	display: flex;
	flex-direction: column;
}
.top_news ul li .img{
	aspect-ratio: 176 / 117;
	object-fit: cover;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
	transition: all ease 0.5s;
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
.top_news ul li a:hover .img{
	border: 1px dashed var(--font-color);
	padding: 10px;
}
.top_news ul li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	opacity: 0;
	transition: all ease 0.5s;
	z-index: 2;
}
.top_news ul li a:hover .img::before{
	opacity: 1;
}
.top_news ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.top_news ul li p{
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.top_news ul li .flex{
	align-items: center;
	padding-top: clamp(10px, 0.8vw, 15px);
	margin-top: auto;
	border-top: 1px solid rgba(51,51,51,0.3);
}
.top_news .linkbox{
	margin-top: 0;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub .inner.last{
	padding-bottom: clamp(50px, 6.8vw, 130px);
}
.sub_fv {
	padding-top: clamp(100px, 9.1vw, 175px);
}
.sub_fv .ttl {
	width: min(85%,1200px);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: clamp(30px, 3.4vw, 65px);
	border-bottom: 1px dashed var(--font-color);
	flex-wrap: wrap;
}
.sub_fv h1 {
	font-size: var(--fontsize-16);
	display: block;
	width: fit-content;
	position: relative;
	z-index: 1;
}
.sub_fv h1::before{
	content: "";
	position: absolute;
	right: calc(clamp(45px, 3.4vw, 65px) * -1);
	bottom: 25px;
	transform: rotate(-45deg);
    width: clamp(45px, 3.4vw, 65px);
    border: 0;
    border-top: 1px solid var(--font-color);
}
.sub_fv h1 span{
	font-size: clamp(45px, 4.1vw, 80px);
	font-family: "Open Sans", sans-serif;
	line-height: 1.1;
	display: block;
	margin-bottom: 8px;
}
.sub_fv p {
	line-height: 1.8;
	text-align: right;
	width: 50%;
}
.line_ttl{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.line_ttl span{
	font-size: var(--fontsize-20);
	font-weight: 600;
	padding-left: 12px;
	border-left: 2px solid #20629A;
}
.line_ttl small{
	font-weight: 400;
	padding-left: clamp(20px, 2vw, 40px);
	font-size: 14px;
}
.back_link{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.back_link .arrow{
	margin-right: 15px;
}
.search_table table{
	width: 100%;
	border-collapse: collapse;
}
.search_table tbody th{
	background-color: #EDEDED;
	border-top: 1px solid #fff;
	padding: clamp(10px, 2vw, 40px) clamp(10px, 0.8vw, 15px);
	text-align: justify;
	vertical-align: baseline;
	width: clamp(160px, 9.1vw, 175px);
	line-height: 1.5;
}
.search_table tbody th.bg_b{
	background-color: #DCE4ED;
	color: var(--main-color);
}
.search_table tbody tr:last-of-type th{
	border-bottom: 1px solid #fff;
}
.search_table tbody td{
	border-top: 1px solid #EDEDED;
	font-size: var(--fontsize-15);
	padding: clamp(10px, 2vw, 40px);
}
.search_table tbody tr:last-of-type td{
	border-bottom: 1px solid #EDEDED;
}
.search_table .search_cat {
	display: grid;
	grid-column-gap: clamp(20px, 3.4vw, 65px);
	grid-template-columns: repeat(4, 1fr);
}
.search_table .search_cat label {
	display: block;
	cursor: pointer;
}
.search_table .search_cat label span{
	padding-left: 8px;
}
.search_table .feas_archive_freeword{
	width: clamp(290px, 20.8vw, 400px);
	border: 1px solid #A0A0A0;
	border-radius: 2px;
	outline: none;
}
.search_table .feas_meta_dropdown{
	border: 1px solid #A0A0A0;
	border-radius: 2px;
	padding: 8px 15px;
	width: 140px;
	background-color: #fff;
}
.search_table .sub_txt{
	font-size: 14px;
	color: #707070;
	margin-top: 5px;
	line-height: 1.5;
}
#feas-submit-button-1,
#feas-submit-button-2 {
	width: min(100%, 175px);
	margin: clamp(30px, 2vw, 40px) auto 0;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	font-size: var(--fontsize-18);
	color: #FFF;
	display: block;
	padding: 7px;
	border-radius: 50px;
	transition: all ease 0.5s;
	cursor: pointer;
}
#feas-submit-button-1:hover,
#feas-submit-button-2:hover {
	background-color: #fff;
	color: var(--main-color);
}
.cat_ttl{
	font-weight: 600;
	color: var(--main-color);
	font-size: var(--fontsize-15);
	padding-left: 8px;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	line-height: 1.5;
	position: relative;
}
.cat_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 1em;
	background-color: var(--main-color);
}
.cat_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.cat_list li{
	margin: 3px 8px 3px 0;
}
.cat_list li a{
	padding: 5px 15px;
	border: 1px solid rgba(51,51,51,0.3);
	border-radius: 20px;
	display: block;
	font-size: var(--fontsize-15);
	line-height: 1.3;
	transition: all ease 0.5s;
}
.cat_list li a:hover{
	color: #fff;
	background-color: #333;
}
.search_result{
	text-align: right;
	font-size: 14px;
	margin-bottom: 15px;
}
.search_result span{
	font-weight: 500;
	font-size: var(--fontsize-25);
	padding-right: 5px;
}
.search_conditions{
	background-color: var(--main-color);
	padding: 10px;
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: clamp(20px, 2vw, 40px);
	border-radius: 3px;
}
.search_conditions span{
	font-size: var(--fontsize-18);
}
.prefectures{
	font-size: var(--fontsize-15);
}
.prefectures span{
	margin-right: 10px;
}
.sub_h2 {
	font-size: 14px;
	display: block;
	width: fit-content;
	position: relative;
	z-index: 1;
	color: var(--main-color);
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.sub_h2.tac {
	margin-inline: auto;
}
.sub_h2 span{
	font-size: clamp(28px, 2.6vw, 50px);
	font-family: "Open Sans", sans-serif;
	line-height: 1.1;
	display: block;
	margin-bottom: 5px;
	color: var(--font-color);
}
.sub_nav{
	position: relative;
	z-index: 3;
}
.sub_nav ul{
	padding-top: clamp(40px, 4.1vw, 80px);
	width: min(85%,1200px);
	margin-inline: auto;
	display: grid;
	gap: clamp(20px, 1.6vw, 30px);
	grid-template-columns: repeat(3, 1fr);
}
.sub_nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: clamp(10px, 0.94vw, 18px) clamp(30px, 2vw, 40px) clamp(10px, 0.94vw, 18px) clamp(10px, 1vw, 20px);
	transition: all ease 0.5s;
	position: relative;
	z-index: 1;
}
.sub_nav ul li a:hover{
	background-color: var(--mainsub-color);
}
.sub_nav ul li a::before{
	content: "";
	position: absolute;
	right: clamp(10px, 0.8vw, 15px);
	top: 50%;
	transform: translateY(-50%);
	padding: 7px;
	background-image: url("./library/images/sub_nav_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.hyo {
	overflow-x: auto;
}
.hyo dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(51,51,51,0.3);
	line-height: 1.8;
	padding: clamp(10px, 1.3vw, 25px) 0;
}
.hyo dl:first-child {
	border-top: 1px dashed rgba(51,51,51,0.3);
}
.hyo dl dt {
	width: clamp(150px, 16.6vw, 320px);
	color: var(--main-color);
	font-weight: 500;
}
.hyo dl dd {
	width: calc(100% - clamp(150px, 16.6vw, 320px));
}
.hyo2 {
	overflow-x: auto;
}
.hyo2 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8;
}
.hyo2 dl dt {
	width: clamp(140px, 10.4vw, 200px);
	font-weight: 600;
	border-bottom: 1px solid #fff;
	background-color: var(--sub-bg);
	padding: clamp(10px, 1vw, 20px) clamp(10px, 0.8vw, 15px);
}
.hyo2 dl:first-child dt {
	border-top: 1px solid #fff;
}
.hyo2 dl dd {
	width: calc(100% - clamp(140px, 10.4vw, 200px));
	border-bottom: 1px solid var(--sub-bg);
	padding: clamp(10px, 1vw, 20px);
}
.hyo2 dl:first-child dd {
	border-top: 1px solid var(--sub-bg);
}
.hyo2 dl dd > p{
	margin: 10px 0;
}
.hyo2 dl dd > p span{
	width: clamp(120px, 8vw, 155px);
	display: inline-block;
	font-weight: 500;
}
.hyo3 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8;
	font-size: 14px;
}
.hyo3 dl dt {
	width: clamp(120px, 7.3vw, 140px);
	font-weight: 600;
	border-bottom: 1px solid #fff;
	background-color: var(--sub-bg);
	padding: clamp(8px, 0.73vw, 14px) clamp(10px, 0.8vw, 15px);
}
.hyo3 dl:first-child dt {
	border-top: 1px solid #fff;
}
.hyo3 dl dd {
	width: calc(100% - clamp(120px, 7.3vw, 140px));
	border-bottom: 1px solid var(--sub-bg);
	padding: clamp(8px, 0.73vw, 14px) clamp(10px, 1vw, 20px);
}
.hyo3 dl:first-child dd {
	border-top: 1px solid var(--sub-bg);
}
.bg_ttl{
	color: #fff;
	font-weight: 500;
	background-color: var(--main-color);
	padding: 10px 10px 10px clamp(20px, 1.7vw, 33px);
	position: relative;
	z-index: 1;
	font-size: var(--fontsize-18);
	margin-bottom: clamp(20px, 2vw, 40px);
}
.bg_ttl::before{
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #fff;
}
.bg_g_ttl{
	font-size: var(--fontsize-18);
	font-weight: 500;
	padding: 10px 15px;
	background-color: var(--sub-bg);
	margin-bottom: clamp(20px, 1.3vw, 25px);
}
/* 
 item
----------------------------------------------------------- */
.item_list{
	display: grid;
	grid-column-gap: clamp(20px, 1.6vw, 30px);
	grid-row-gap: clamp(30px, 4.1vw, 80px);
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: clamp(30px, 4.1vw, 80px);
}
.item_list > p{
	grid-column: 1/5;
	grid-row: 1/2;
}
.item_list li .img{
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 1;
}
.item_list li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	z-index: 1;
	transition: all ease 0.5s;
	opacity: 0;
}
.item_list li:hover .img::before{
	opacity: 0.5;
}
.item_list li .img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}
.item_list li .num{
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.item_list li h2{
	font-size: var(--fontsize-16);
	line-height: 1.6;
	font-weight: 500;
}
.item_single .img{
	width: calc(45% + 20px);
}
.item_single .txt{
	width: 50%;
	line-height: 1.8;
}
.item_single .num{
	font-weight: 300;
	margin-bottom: 10px;
}
.item_single h1{
	font-weight: 500;
	font-size: var(--fontsize-18);
}
.item_single .amount{
	font-size: clamp(25px, 1.7vw, 33px);
	font-weight: 700;
	margin-top: clamp(10px, 0.83vw, 16px);
}
.item_single .amount span{
	font-weight: 400;
	font-size: var(--fontsize-16);
	color: #A0A0A0;
}
.item_single .hyo3{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.item_single .contact_btn{
	margin-top: clamp(25px, 3.4vw, 65px);
}
.contact_btn{
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 30px;
	background-color: var(--main-color);
	text-align: center;
	color: #fff;
	padding: clamp(8px, 0.8vw, 15px);
	font-size: var(--fontsize-28);
	position: relative;
	z-index: 1;
	transition: all ease 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_btn:hover{
	background-color: #fff;
	color: var(--main-color);
}
.contact_btn svg{
	width: 1em;
	height: auto;
	margin-right: 10px;
}
.contact_btn svg path{
	transition: all ease 0.5s;
}
.contact_btn:hover svg path{
	fill: var(--main-color);
}
.item_single .img{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-content: flex-start;
}
.item_single .img img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
.item_single .swiper-container{
	overflow: hidden;
	position: relative;
}
.item_single .img .swiper-container.slider{
	width: 80%;
	height: fit-content;
	margin: 0;
}
.item_single .img .swiper-container.slider-thumbnail{
	width: calc(20% - 5px);
}
.item_single .img .swiper-container .swiper-wrapper .swiper-slide {
	height: auto !important;
	padding: 6px;
}
.item_single .img .swiper-container.slider .swiper-wrapper .swiper-slide {
	padding-bottom: 30px;
}
.item_single .img .slider .swiper-button-prev {
	left: 10px;
	z-index: 3;
	transition: all ease 0.5s;
	opacity: 0;
}
.item_single .img .slider .swiper-button-next {
	right: 10px;
	z-index: 3;
	transition: all ease 0.5s;
	opacity: 0;
}
.item_single .img .slider:hover .swiper-button-prev,
.item_single .img .slider:hover .swiper-button-next {
	opacity: 1;
}
.item_single .img .slider-thumbnail .swiper-button-prev {
	left: 50%;
	transform: translate(-50%,0) rotate(90deg);
	z-index: 3;
	top: 10px;
	margin: 0 !important;
}
.item_single .img .slider-thumbnail .swiper-button-next {
	right: auto;
	left: 50%;
	bottom: 10px;
	z-index: 3;
	top: auto;
	transform: translate(-50%,0) rotate(90deg);
	margin: 0 !important;
}
.item_single .img .swiper-button-prev,
.item_single .img .swiper-button-next {
	height: 30px;
	width: 30px;
	background-color: var(--sub-bg);
	border-radius: 25px;
}
.item_single .img .swiper-button-prev:after,
.item_single .img .swiper-button-next:after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
	margin: auto;
}
.item_single .img .swiper-button-prev:after {
	background-image: url('./library/images/slide_prev.svg');
}
.item_single .img .swiper-button-next:after {
	background-image: url('./library/images/slide_next.svg');
}
.item_single .swiper-pagination-bullet{
	background-color: rgba(0,0,0,0.1);
	opacity: 1;
}
.item_single .swiper-pagination-bullet-active {
	background-color: rgba(0,0,0,0.5);
}
.item_single .swiper-pagination{
	bottom: -8px !important;
}
.item_single .swiper-navigation-icon{
	display: none !important;
}
/* 
 recruit
----------------------------------------------------------- */
.recruit .inner{
	padding: clamp(50px, 6vw, 115px) 0;
}
.recruit_h2{
	border-top: 1px solid var(--font-color);
	border-left: 1px solid var(--font-color);
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.recruit_h2 big {
	font-size: clamp(35px, 3.1vw, 60px);
	font-family: "Open Sans", sans-serif;
	line-height: 1.1;
	display: block;
	width: fit-content;
	padding: clamp(10px, 1vw, 20px) 0 clamp(20px, 1.7vw, 33px) clamp(15px, 1.6vw, 30px);
	position: relative;
}
.recruit_h2 big::before{
	content: "";
	position: absolute;
	right: calc(clamp(45px, 3.4vw, 65px) * -1);
	bottom: 25px;
	transform: rotate(-45deg);
    width: clamp(45px, 3.4vw, 65px);
    border: 0;
    border-top: 1px solid var(--font-color);
}
.recruit_h2 span {
	display: block;
	width: fit-content;
	padding: 4px 10px;
	font-size: var(--fontsize-16);
	border-right: 1px solid var(--font-color);
	border-bottom: 1px solid var(--font-color);
}
.recruit_ttl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: clamp(30px, 3.4vw, 65px);
	border-top: 1px solid var(--font-color);
}
.recruit_ttl .recruit_h2{
	width: 50%;
	margin-bottom: 0;
	border-top: none;
}
.recruit_ttl p{
	line-height: 1.8;
	text-align: right;
	width: 50%;
}
.recruit_fv {
	padding: clamp(120px, 7.6vw, 145px) 0 clamp(50px, 4.9vw, 95px);
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(to top, var(--sub-bg) 0%,var(--sub-bg) 95px,#fff 95px,#fff 100%);
}
.recruit_fv .ttl {
	width: min(85%,1200px);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: clamp(10px, 4.1vw, 80px);
	border-top: 1px solid var(--font-color);
	border-left: 1px solid var(--font-color);
}
.recruit_fv h1{
	width: 50%;
	padding-bottom: clamp(15px, 1.3vw, 25px);
}
.recruit_fv h1 big {
	font-size: clamp(45px, 4.1vw, 80px);
	font-family: "Open Sans", sans-serif;
	line-height: 1.1;
	display: block;
	width: fit-content;
	padding: clamp(10px, 1vw, 20px) 0 clamp(20px, 1.7vw, 33px) clamp(15px, 1.6vw, 30px);
	position: relative;
}
.recruit_fv h1 big::before{
	content: "";
	position: absolute;
	right: calc(clamp(45px, 3.4vw, 65px) * -1);
	bottom: 25px;
	transform: rotate(-45deg);
    width: clamp(45px, 3.4vw, 65px);
    border: 0;
    border-top: 1px solid var(--font-color);
}
.recruit_fv h1 span {
	display: block;
	width: fit-content;
	padding: 4px 10px;
	font-size: var(--fontsize-16);
	border-right: 1px solid var(--font-color);
	border-bottom: 1px solid var(--font-color);
}
.recruit_fv h2{
	width: fit-content;
	margin-bottom: 0;
	padding-top: 30px;
}
.recruit_fv::before{
	content: "";
	position: absolute;
	z-index: -1;
	padding: clamp(200px, 23.4vw, 450px);
	background-image: url('./library/images/top_products_txt.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	animation: rotateForever 60s linear infinite;
	right: calc(clamp(120px, 15.6vw, 300px) * -1);
	top: clamp(60px, 4.1vw, 80px);
}
.recruit_fvSlider {
	position: relative;
}
.recruit_fvSlider::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: var(--sub-bg);
}
.recruit_fvSlider .swiper-wrapper {
	transition-timing-function: linear;
}
.recruit_fvSlider li{
	border-radius: 5px;
	overflow: hidden;
	margin: 0 12.5px;
}
.recruit_fvSlider li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruit_message .inner,
.recruit_environment .inner{
	padding-bottom: 0;
}
.recruit_message .recruit_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.recruit_message .flex{
	align-items: flex-start;
}
.recruit_message .flex .txt{
	padding-left: clamp(15px, 1.6vw, 30px);
	width: 50%;
}
.recruit_message .flex .txt p{
	line-height: 2.4;
}
.recruit_message .flex .img{
	position: relative;
	z-index: 1;
	margin-right: calc(50% - 50vw);
	width: 43vw;
	margin-top: calc(clamp(80px, 9.9vw, 190px) * -1);
}
.recruit_message .flex .img::before{
	content: "";
	position: absolute;
	right: clamp(15px, 1.8vw, 35px);
	top: clamp(15px, 1.8vw, 35px);
	height: 100%;
	width: 100%;
	background-color: var(--sub-bg);
	z-index: -1;
	border-radius: 10px 0 0 calc(clamp(90px, 10.9vw, 210px) + clamp(15px, 1.8vw, 35px));
}
.recruit_message .flex .img img{
	border-radius: 10px 0 0 clamp(90px, 10.9vw, 210px);
}
.environment_list{
	display: grid;
	grid-column-gap: clamp(40px, 3.6vw, 70px);
	grid-row-gap: clamp(30px, 2vw, 40px);
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(40px, 3.4vw, 65px);
}
.environment_list li{
	position: relative;
	z-index: 1;
}
.environment_list li::before{
	content: "";
	position: absolute;
	right: calc((clamp(40px, 3.6vw, 70px) / 2) * -1);
	top: 0;
	width: 1px;
	height: 100%;
	background-color: var(--font-color);
}
.environment_list li:nth-child(3)::before{
	display: none;
}
.environment_list li img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.environment_list li h3{
	font-size: var(--fontsize-20);
	font-weight: 600;
	padding: 10px 15px 0 0;
	background-color: #fff;
	border-radius: 0 15px 0 0;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	width: fit-content;
	margin-top: calc(clamp(15px, 1.3vw, 25px) * -1);
	z-index: 2;
	position: relative;
}
.environment_list li p{
	padding-top: clamp(10px, 1vw, 20px);
	margin-top: clamp(10px, 1vw, 20px);
	border-top: 1px dashed var(--font-color);
	line-height: 1.8;
}
.recruit_environment .flex .img,
.recruit_environment .flex .txt{
	width: 46.6%;
}
.recruit_environment .flex .img p{
	margin-bottom: clamp(20px, 2vw, 40px);
}
.recruit_environment .flex .img_wrap{
	position: relative;
	z-index: 1;
}
.recruit_environment .flex .img_wrap::before{
	content: "";
	position: absolute;
	left: clamp(15px, 1.8vw, 35px);
	top: clamp(15px, 1.8vw, 35px);
	height: 100%;
	width: 100%;
	background-color: var(--sub-bg);
	z-index: -1;
	border-radius: 0 10px calc(clamp(70px, 8.3vw, 160px) + clamp(15px, 1.8vw, 35px)) 0;
}
.recruit_environment .flex .img_wrap img{
	width: 100%;
	height: auto;
	border-radius: 0 10px clamp(70px, 8.3vw, 160px) 0;
}
.recruit_environment .flex .txt ul{
	margin-bottom: clamp(20px, 2vw, 40px);
}
.recruit_environment .flex .txt ul li{
	border: 1px solid var(--sub-bg);
	border-radius: 3px;
	padding: 15px clamp(15px, 1.7vw, 33px) 15px clamp(70px, 4.7vw, 90px);
	background-image: url("./library/images/icn_car.png");
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: clamp(40px, 2.8vw, 53px) auto;
}
.recruit_environment .flex .txt ul li:nth-child(2){
	background-image: url("./library/images/icn_train.png");
}
.recruit_environment .flex .txt ul li:nth-child(3){
	background-image: url("./library/images/icn_cart.png");
}
.recruit_environment .flex .txt ul li:nth-child(4){
	background-image: url("./library/images/icn_nature.png");
}
.recruit_environment .flex .txt ul li:not(:last-child){
	margin-bottom: 10px;
}
.recruit_environment .flex .txt ul li span{
	color: var(--main-color);
	font-size: 12px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
	display: block;
}
.recruit_environment .flex .txt ul li p{
	line-height: 1.8;
}
.recruit_process ul {
	margin-bottom: clamp(20px, 2vw, 40px);
}
.recruit_process ul li{
	padding: clamp(20px, 1.6vw, 30px) clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid var(--font-color);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.recruit_process ul li:first-child{
	border-top: 1px solid var(--font-color);
}
.recruit_process ul li h3{
	font-weight: 600;
	font-size: var(--fontsize-20);
	width: clamp(200px, 14.3vw, 275px);
}
.recruit_process ul li h3 span{
	padding-right: clamp(8px, 0.8vw, 15px);
}
.recruit_process ul li p{
	width: calc(100% - clamp(200px, 14.3vw, 275px));
	line-height: 1.8;
}
.recruit_process h4{
	font-weight: 600;
	font-size: var(--fontsize-20);
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.recruit_process p{
	line-height: 1.8;
}
.recruit_description {
	background-color: var(--sub-bg);
	background-image: url("./library/images/company_overview_bg.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: contain;
}
.recruit_tab{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.recruit_tab li a{
	display: block;
	text-align: center;
	padding: clamp(10px, 1vw, 20px);
	background-color: #E3E3E3;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px 15px 0 0;
	border-bottom: none;
	font-size: var(--fontsize-18);
	color: rgba(34,34,34,0.6);
}
.recruit_tab li a.active{
	background-color: #fff;
	border: none;
	color: var(--font-color);
}
.recruit_tabContents li {
	background-color: #fff;
	padding: clamp(25px, 2.6vw, 50px);
}
.recruit_entry .g_box{
	background-color: rgba(237,237,237,0.5);
	padding: clamp(40px, 4.1vw, 80px) clamp(20px, 4.1vw, 80px);
	border-radius: 5px;
}
.recruit_entry .g_box .wpcf7 {
	width: min(100%,800px);
	margin-inline: auto;
}
.recruit_entry .inner > h4{
	font-weight: 600;
	font-size: var(--fontsize-20);
	margin-bottom: clamp(8px, 0.8vw, 15px);
	margin-top: clamp(20px, 2vw, 40px);
	padding-top: clamp(15px, 1.3vw, 25px);
	border-top: 1px dashed var(--font-color);
}
.recruit_entry .inner > p{
	line-height: 1.8;
}
/* 
 company
----------------------------------------------------------- */
.company_greeting .flex{
	flex-direction: row-reverse;
	align-items: flex-start;
}
.company_greeting .flex .img,
.company_greeting .flex .txt{
	width: 46%;
}
.company_greeting .flex .img{
	border-radius: 5px;
	overflow: hidden;
}
.company_greeting .flex .img img{
	width: 100%;
	height: auto;
}
.company_greeting .flex .txt h3{
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.company_greeting .flex .txt .name{
	margin-top: clamp(25px, 2.6vw, 50px);
	font-size: 14px;
	display: flex;
	align-items: center;
}
.company_greeting .flex .txt .name span{
	padding-left: clamp(20px, 1.5vw, 28px);
}
.company_greeting .flex .txt .name span img{
	height: clamp(25px, 1.6vw, 30px);
}
.company_overview .inner{
	position: relative;
	z-index: 1;
}
.company_overview .inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background-color: var(--sub-bg);
	z-index: -1;
	background-image: url('./library/images/company_overview_bg.png');
	background-repeat: repeat;
	background-position: top left;
	background-size: contain;
}
.company_overview .flex{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(25px, 3.4vw, 65px);
}
.company_overview .hyo {
	width: 800px;
	margin-top: clamp(10px, 1.3vw, 25px);
}
.company_office .inner > section:not(:last-of-type){
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.office_list li{
	padding: clamp(15px, 1.5vw, 28px) clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid rgba(51,51,51,0.3);
	display: flex;
	flex-wrap: wrap;
}
.office_list li:first-child{
	border-top: 1px solid rgba(51,51,51,0.3);
}
.office_list li h4{
	width: clamp(110px, 12.5vw, 240px);
	padding-right: clamp(15px, 1.7vw, 33px);
	border-right: 1px solid rgba(51,51,51,0.3);
	font-size: var(--fontsize-18);
	font-weight: 500;
}
.office_list li .flex{
	width: calc(100% - clamp(110px, 12.5vw, 240px));
	padding-left: clamp(25px, 2.6vw, 50px);
}
.office_list li .txt p:first-of-type{
	margin-bottom: 5px;
}
.office_list li .txt p span{
	color: var(--main-color);
}
.office_list li .txt{
	width: calc((100% - 10px) - clamp(150px, 12.5vw, 240px));
}
.office_list li .link{
	width: clamp(150px, 12.5vw, 240px);
}
.office_list li .link a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 15px;
	border-radius: 20px;
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	transition:  all ease 0.5s;
	line-height: 1.5;
	color: #fff;
}
.office_list li .link a:hover{
	background-color: #fff;
	color: var(--main-color);
}
.office_list li .link a:nth-of-type(2){
	border: 1px solid var(--sub-bg);
	background-color: var(--sub-bg);
	color: var(--font-color);
	margin-top: 10px;
}
.office_list li .link a:nth-of-type(2):hover{
	background-color: #fff;
}
/* 
 catalog
----------------------------------------------------------- */
.catalog .g_box{
	background-color: var(--sub-bg);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.catalog .g_box strong{
	font-size: var(--fontsize-20);
}
.catalog_list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.catalog_list li{
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog_list li .img{
	width: clamp(150px, 10.4vw, 200px);
}
.catalog_list li .txt{
	width: calc( (100% - 20px) - clamp(150px, 10.4vw, 200px));
}
.catalog_list li .img img{
	width: 100%;
	height: auto;
}
.catalog_list li .txt h3{
	font-size: var(--fontsize-20);
	margin-bottom: 5px;
	font-weight: 600;
}
.catalog_list li .txt p{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.catalog_list li .link{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog_list li .link a{
	display: block;
	width: calc((100% - 10px) / 2);
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	transition:  all ease 0.5s;
	border-radius: 3px;
	line-height: 1.5;
}
.catalog_list li .link a:hover{
	background-color: #fff;
	color: var(--main-color);
}
.catalog_list li .link a:nth-of-type(2){
	border: 1px solid var(--sub-bg);
	background-color: var(--sub-bg);
	color: var(--font-color);
}
.catalog_list li .link a:nth-of-type(2):hover{
	background-color: #fff;
}
/* 
 example
----------------------------------------------------------- */
.example_list{
	display: grid;
	grid-column-gap: clamp(20px, 1.6vw, 30px);
	grid-row-gap: clamp(30px, 4.1vw, 80px);
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(30px, 4.1vw, 80px);
}
.example_list li a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.example_list li .img {
	margin-bottom: 10px;
	transition: all ease 0.5s;
	background-color: var(--main-color);
}
.example_list li .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 76 / 51;
	transition: all ease 0.5s;
}
.example_list li a:hover .img img{
	opacity: 0.7;
}
.example_list li h2 {
	font-size: var(--fontsize-16);
	line-height: 1.6;
	margin-top: 5px;
	font-weight: 500;
	margin-bottom: 10px;
}
.example_list li .prefectures{
	margin-top: auto;
	padding-top: 5px;
	border-top: 1px solid rgba(51,51,51,0.3);
	position: relative;
	z-index: 1;
} 
.example_list li .prefectures::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	width: 0;
	transition: all ease 0.5s;
	background-color: var(--main-color);
}
.example_list li a:hover .prefectures::before {
	width: 100%;
}
.example_single .inner{
	width: min(85%,1000px);
}
.example_single h1{
	font-size: var(--fontsize-22);
	line-height: 1.6;
	margin: 10px 0;
	text-align: justify;
}
.example_single .prefectures{
	text-align: right;
	margin-bottom: 15px;
}
.example_single .singlecont {
	padding-top: clamp(20px, 2vw, 40px);
	margin-top: clamp(20px, 2vw, 40px);
	border-top: 1px solid rgba(51,51,51,0.3);
}
.example_single .img{
	position: relative;
}
.example_single .img img {
	aspect-ratio: 100 / 67;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.example_single .img .swiper-container:not(.slider-thumbnail) {
	position: relative;
	z-index: 1;
	overflow: inherit;
}
.example_single .img .swiper-container:not(.slider-thumbnail)::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--sub-bg);
	z-index: -1;
}
.example_single .img .swiper-container.slider-thumbnail {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 1px;
}
.example_single .img .swiper-slide-next,
.example_single .img .swiper-slide-prev{
	opacity: 0;
}
.example_single .img .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
	opacity: 0.5;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #344E60;
}
.example_single .img .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.example_single .img {
	position: relative;
}
.example_single .img .swiper-button-prev {
	left: calc(50% - (min(85vw, 1200px) / 2));
	z-index: 3;
}
.example_single .img .swiper-button-next {
	right: calc(50% - (min(85vw, 1200px) / 2));
	z-index: 3;
}
.example_single .img .swiper-button-prev,
.example_single .img .swiper-button-next {
	height: clamp(40px, 2.6vw, 50px);
	width: clamp(40px, 2.6vw, 50px);
	background-color: var(--sub-bg);
	border-radius: 25px;
}
.example_single .img .swiper-button-prev:after,
.example_single .img .swiper-button-next:after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	height: clamp(40px, 2.6vw, 50px);
	width: clamp(40px, 2.6vw, 50px);
	margin: auto;
}
.example_single .img .swiper-navigation-icon{
	display: none !important;
}
.example_single .img .swiper-button-prev:after {
	background-image: url('./library/images/slide_prev.svg');
}
.example_single .img .swiper-button-next:after {
	background-image: url('./library/images/slide_next.svg');
}
/* 
 material
----------------------------------------------------------- */
.material section:not(:last-of-type) .inner{
	padding-bottom: 0;
}
.material_list{
	display: grid;
	grid-column-gap: clamp(20px, 1.6vw, 30px);
	grid-row-gap: clamp(20px, 1.3vw, 25px);
	grid-template-columns: repeat(3, 1fr);
}
.material_list li{
	background-color: #FFFFFF;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	z-index: 1;
	min-height: clamp(70px, 4.9vw, 95px);
}
.material_list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #edf5fd;
	transition: all ease 0.5s;
	z-index: -1;
}
.material_list li:hover::before{
	width: 100%;
}
.material_list a{
	padding: clamp(20px, 1.3vw, 25px) 12px clamp(20px, 1.3vw, 25px) 20px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}
.material_list a > div{
	display: flex;
	align-items: center;
	width: calc(100% - clamp(50px, 3.4vw, 65px));
	padding-right: 10px;
}
.material_list a > div .img{
	width: clamp(40px, 2.6vw, 50px);
	height: clamp(40px, 2.6vw, 50px);
	border-radius: 25px;
	overflow: hidden;
	margin-right: clamp(15px, 1vw, 20px);
}
.material_list a > div h3{
	font-size: var(--fontsize-16);
	font-weight: 600;
}
.material_list a > div h3.img_ttl{
	width: calc(100% - clamp(40px, 2.6vw, 50px) - clamp(15px, 1vw, 20px));
}
.material_list a > div h3 span{
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.material_list a > div .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.material_single .inner{
	padding-bottom: clamp(50px, 6.8vw, 130px) !important;
	border-bottom: 1px solid rgba(51,51,51,0.3);
}
.material_h1 {
	font-size: var(--fontsize-16);
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom: clamp(15px, 1.6vw, 30px);
	margin-bottom: clamp(40px, 4.1vw, 80px);
	border-bottom: 1px solid rgba(51,51,51,0.3);
}
.material_h1 span{
	font-size: clamp(45px, 4.1vw, 80px);
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
	display: block;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news_info{
	margin-bottom: 30px;
	text-align: left;
}
.news_date{
	padding-left: 20px;
	background-image: url('./library/images/news_date.svg');
	background-repeat: no-repeat;
	background-position: top 5px left;
	background-size: auto 13px;
	line-height: 1.3;
}
.news_cat a,
.news_cat span{
	padding:2px 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: var(--sub-bg);
	border-radius: 3px;
}
.news_cat a:hover{
	background-color:var(--main-color);
	color:#fff;
}
.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 > a{
	background-color: #fff;
	padding: 20px;
	border: 1px solid rgba(52,78,96,0.3);
	border-left: 6px solid var(--main-color);
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
	display: block;
}
.news_list > li > a:hover{
	background-color: var(--mainsub-color);
}
.news_list .news_info{
	margin-bottom: 0;
}
/*アイキャッチなしの場合は削除*/
.news_list > li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list > li dt{
	width:30%;
	border-radius: 3px;
	overflow: hidden;
}
.news_list > li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
.news_list > li dd{
	width:67%;
	/*▼アイキャッチなしの場合*/
	/*width: 100%;*/
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 5px;
	border-top: 1px solid rgba(52,78,96,0.3);
	margin-bottom: 0;
}
.date{
	font-size: 14px;
	margin-right: 10px;
}
.news_list > li dd h3{
	font-size: var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.5;
}
.news_list > li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
	font-size: var(--fontsize-16);
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 12px 12px;
	margin-bottom: clamp(15px, 1vw, 20px);
	border-bottom: 1px solid rgba(52,78,96,0.3);
	position: relative;
	padding-left: 15px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 2px;
	height: 1em;
	background-color: var(--main-color);	
}
.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:8px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	color: var(--main-color);
}
.widget ul li a:hover{
	color: var(--main-color);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F0F0F0;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-25);
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1.5px solid rgba(52,78,96,0.3);
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: var(--main-color);
	bottom:-1.5px;
	position: absolute;
	left:0;
	width: clamp(60px, 6.5vw, 125px);
	height: 1.5px;
}
.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
----------------------------------------------------------- */ 
::placeholder {
	color: rgba(179,179,179,0.8);
}
.contact_form .g_box{
	background-color: rgba(237,237,237,0.5);
	padding: clamp(40px, 4.1vw, 80px) clamp(20px, 4.1vw, 80px);
	border-radius: 5px;
}
.contact_form .g_box .sub_h2,
.contact_form .g_box .wpcf7 {
	width: min(100%,800px);
	margin-inline: auto;
}
.contact_form .g_box .sub_h2{
	padding-bottom: clamp(25px, 2.6vw, 50px);
	border-bottom: 1px solid rgba(51,51,51,0.3);
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:clamp(15px, 1.3vw, 25px);
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 0.8em;
	font-size: 12px;
}
.wpcf7 dt span.sub, .mw_wrap dt span.sub {
	color:rgba(51,51,51,0.5);
	padding-left: 0.8em;
	font-size: 14px;
}
.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;
	margin-bottom: 5px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid rgba(52,78,96,0.3);
	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:var(--main-color);
	border-radius: 5px;
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:var(--mainsub-color);
	color: var(--font-color);
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid rgba(52,78,96,0.3);
	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 rgba(52,78,96,0.3);
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-select option:first-of-type{
	color: rgba(179,179,179,0.8);
}
.wpcf7-select option{
	color: var(--font-color);
}
.wpcf7-select{
	width: min(100%,250px);
}
.wpcf7-file{
	width: 100%;
	border: 1px dashed rgba(52,78,96,0.3);
	padding: 10px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid rgba(52,78,96,0.3);
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub_txt, .mw_wrap dd .sub_txt {
	font-size:14px;
	text-decoration: underline;
}
.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;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.wpcf7-spinner{
	display: none !important;
}
.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 rgba(52,78,96,0.3);
	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 rgba(52,78,96,0.3);
	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;
}
/* 
 foot
----------------------------------------------------------- */
.footer_contact{
	background-image: url('./library/images/footer_contact_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all ease 0.5s;
	position: relative;
	z-index: 1;
}
.footer_contact::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(255,255,255,0.25);
	transition: all ease 0.5s;
	opacity: 0;
}
a:hover .footer_contact::before {
	opacity: 1;
}
.footer_contact .inner{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding: clamp(20px, 2vw, 40px) 0;
}
.footer_contact .top_h2{
	text-align: center;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.footer_contact .top_h2 span{
	text-align: center;
	display: block;
}
.footer_contact svg{
	margin: 0 auto;
}
.footer_info{
	background-color: var(--sub-bg);
	box-shadow: 0px -3px 3px 0px rgba(51, 51, 51, 0.16);
}
.footer_info .inner{
	width: 90%;
	padding: 40px 0 clamp(100px, 7.8vw, 150px);
}
.footer_info .linkbox{
	margin-top: 0;
}
.footer_info .flex{
	align-items: center;
}
.footer_info .flex > div{
	display: flex;
	flex-wrap: wrap;
}
.footer_info .flex img{
	height: clamp(60px, 5.2vw, 100px);
	width: auto;
	margin-right: clamp(30px, 12.5vw, 240px);
}
/*.footer_info .flex > div ul{
	display: grid;
	grid-column-gap: clamp(25px, 6.8vw, 130px);
	grid-row-gap: clamp(20px, 2vw, 40px);
	grid-template-columns: repeat(2, 1fr);
}
.footer_info .flex > div ul li a{
	font-size: 14px;
	transition: all ease 0.5s;
}
.footer_info .flex > div ul li a:hover{
	opacity: 0.7;
}*/
.footer_info .view_btn{
	padding-left: 40px;
	position: relative;
}
.footer_info .view_btn span:first-of-type{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.footer_info .view_btn svg{
	overflow: visible;
}
.footer_info .btm{
	padding-top: clamp(15px, 1.6vw, 30px);
	margin-top: 35px;
	border-top: 1px solid rgba(51,51,51,0.3);
	display: flex;
	justify-content: space-between;
}
.footer_info .btm p{
	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;
}
.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: var(--main-color);
	border-radius: 20px;
}
.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;
	overflow-y:scroll;
}
.spnav .open {
	width:310px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	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.8);
}
.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:first-child {
	border-top:1px solid rgba(18,77,138,0.5);
}
.spnav .trigger > ul > li
  {
	border-bottom:1px solid rgba(18,77,138,0.5);
	font-size:0.9rem;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul > li
  a,
.spnav .trigger > ul > li
  p{
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px rgba(18,77,138,0.5);
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a{
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span{
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--main-color);
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--main-color);
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(18,77,138,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(18,77,138,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
.sp_accordionbox{
	width: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
.sp_accordionbox li a{
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul:not(.header_fix) > li a,
	.navwrap > ul:not(.header_fix) > li p{
		font-size: 13.5px;
	}
	.navwrap > ul:not(.header_fix) > li:nth-last-child(-n+2) a{
		padding: 5px;
	}
	.navwrap > ul:not(.header_fix) > li:nth-last-child(-n+2) svg{
		height: 15px;
		width: 15px;
		margin-right: 3px;
	}
	#feas_0_0.feas_archive_freeword {
		font-size: 14px;
	}
	#feas-submit-button-0.feas-submit-button {
		font-size: 14px;
		padding: 5px 10px;
	}
	#feas_0_0 {
		width: 140px;
	}
	.navwrap > ul:not(.header_fix) > li{
		margin-left: 10px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv .txt{
		width: 300px;
	}
	.fv .img{
		width: calc(97% - 300px);
	}
	.top_read .inner h2::before{
		left: -340px;
		top: 23px;
	}
	/* 
	 sub
	----------------------------------------------------------- */
	.search_table .search_cat {
		grid-column-gap: 10px;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_overview .hyo {
		width: 700px;
	}
	/* 
	 material
	----------------------------------------------------------- */
	.material .sub_fv p {
		width: 600px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 recruit
	----------------------------------------------------------- */
	.recruit_ttl .recruit_h2{
		width: calc(100% - 550px);
	}
	.recruit_ttl p{
		width: 485px;
	}
	/* 
	 item
	----------------------------------------------------------- */
	#feas-searchform-2 .search_table .search_cat{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
		padding-right: 60px;
	}
	.navwrap > ul:not(.header_fix) li:not(:nth-last-child(3)) {
		display: none;
	}
	#feas_0_0 {
		width: 220px;
	}
	.trigger li:last-child{
		padding: 10px;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv .txt{
		padding-top: 0;
	}
	.top_read .inner .txt{
		width: 100%;
	}
	.top_read .inner h2{
		max-width: 100%;
	}
	.top_read .inner h2::before{
		left: -330px;
		top: 17px;
	}
	.top_read .inner h2 span{
		padding-top: 0;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub_fv p {
		width: 100% !important;
		margin-top: 20px;
		text-align: justify;
	}
	.hyo dl dt {
		width: 100px;
	}
	.hyo dl dd {
		width: calc(100% - 100px);
	}
	.search_table tbody th{
		width: 140px;
	}
	/* 
	 item
	----------------------------------------------------------- */
	#feas-searchform-2 .search_table .search_cat{
		grid-template-columns: repeat(2, 1fr);
	}
	.item_list{
		grid-template-columns: repeat(3, 1fr);
	}
	.item_single .img{
		width: 100%;
		height: fit-content;
	}
	.item_single .txt{
		width: 100%;
	}
	/* 
	 recruit
	----------------------------------------------------------- */
	.recruit_fv h1{
		width: 100%;
	}
	.recruit_fv h2{
		padding-left: clamp(15px, 1.6vw, 30px);
		padding-top: 0;
	}
	.environment_list{
		grid-template-columns: repeat(2, 1fr);
	}
	.environment_list li:nth-child(3)::before{
		display: inherit;
	}
	.environment_list li:nth-child(2n)::before{
		display: none;
	}
	.recruit_ttl .recruit_h2{
		width: 100%;
		margin-bottom: 20px;
	}
	.recruit_ttl p{
		width: 100%;
		text-align: justify;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_overview .hyo {
		width: 500px;
	}
	/* 
	 catalog
	----------------------------------------------------------- */
	.catalog_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 example
	----------------------------------------------------------- */
	.example_list{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 material
	----------------------------------------------------------- */ 
	.material_list{
		grid-template-columns: repeat(2, 1fr);
	}
	/* news
	----------------------------------------------------------- */
	.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;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 70px 0;
	}
	.entry_fi {
		padding: 40px 50px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		top:6px;
		right:5px;
		padding:10px 10px 5px 11px;
		display:block;
		background: none;
		border: none;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer_info .btm{
		display: block;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv{
		height: auto;
	}
	.fv .inner{
		display: block;
		height: auto;
		width: 85%;
	}
	.fv .txt{
		width: 100%;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.fv .img{
		width: 100%;
		height: auto;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.line_ttl small{
		display: block;
		padding-left: 0;
		margin-top: 5px;
	}
	.search_table .search_cat {
		grid-template-columns: repeat(3, 1fr);
	}
	.sub_nav ul li a::before{
		padding: 5px;
	}
	/* 
	 recruit
	----------------------------------------------------------- */
	.fv h2 {
		margin-bottom: 0;
	}
	.recruit_message .flex .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.recruit_message .flex .img{
		width: 100vw;
		margin-top: 0;
		right: 0;
		margin-left: clamp(20px, 3.1vw, 60px);
		margin-bottom: clamp(20px, 3.1vw, 60px);
	}
	.recruit_environment .flex .img{
		margin-bottom: 40px;
	}
	.recruit_environment .flex .img,
	.recruit_environment .flex .txt{
		width: 100%;
	}
	.recruit_process ul li h3{
		width: 100%;
		margin-bottom: 5px;
	}
	.recruit_process ul li p{
		width: 100%;
	}
	.recruit_tab{
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 10px;
		gap: 5px;
	}
	.recruit_tab li a{
		border: 1px solid rgba(0,0,0,0.1);
		border-radius: 5px;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_greeting .flex .img{
		width: min(100%,400px);
		margin: 0 auto 25px;
	}
	.company_greeting .flex .txt{
			width: 100%;
	}
	.company_overview .hyo {
		width: 100%;
		margin-top: 0;
	}
	.office_list li .txt{
		width: 100%;
		margin-bottom: 15px;
	}
	.office_list li .link{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.office_list li .link a{
		width: 47.5%;
		margin-top: 0 !important;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
	}
	.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;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul:not(.header_fix) {
		display: none;
	}
	.header_fix{
		width: 100%;
	}
	.header_fix li{
		width: calc((100% - 30px) / 2);
	}
	.header_fix li a{
		width: 100%;
		font-size: 16px;
	}
	.top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv h2 {
		line-height: 1.8;
	}
	.top_products ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.top_example .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_example .img{
		width: 100%;
	}
	.top_company ul li .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_company ul li .txt{
		width: 100%;
	}
	.top_news ul{
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 25px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.search_table tr {
		display: flex;
		flex-direction: column;
	}
	.search_table tbody th,
	.search_table tbody td{
		width: 100%;
	}
	.search_table tbody td{
		border-top: none;
	}
	.search_table .feas_meta_dropdown{
		padding: 5px 10px;
	}
	.search_table .feas_archive_freeword{
		width: 100%;
	}
	.search_table .search_cat label span{
		padding-left: 4px;
	}
	.sub_nav ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.hyo dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.hyo dl dd {
		width: 100%;
	}
	.hyo2 dl dt {
		width: 100%;
	}
	.hyo2 dl dd {
		width: 100%;
	}
	.hyo2 dl dd > p span{
		display: block;
	}
	.hyo2 dl:first-child dd {
		border-top: none;
	}
	.hyo3 dl dt {
		width: 100%;
	}
	.hyo3 dl dd {
		width: 100%;
	}
	.hyo3 dl:first-child dd {
		border-top: none;
	}
	/* 
	 item
	----------------------------------------------------------- */
	.item_list{
		grid-template-columns: repeat(2, 1fr);
	}
	.item_single .img .slider .swiper-button-prev,
	.item_single .img .slider .swiper-button-next {
		opacity: 1;
	}
	.item_single .img .swiper-container.slider{
		width: 100%;
		margin-bottom: 20px;
	}
	.item_single .img .swiper-container.slider-thumbnail{
		display: none;
	}
	/* 
	 recruit
	----------------------------------------------------------- */
	.recruit_fv {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.recruit_fv h2{
		font-size: clamp(22px, 2.3vw, 45px);
	}
	.recruit_fvSlider li{
		margin: 0 7px;
	}
	.environment_list{
		grid-template-columns: repeat(1, 1fr);
	}
	.environment_list li::before{
		display: none !important;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_greeting .flex .txt .name{
		display: block;
	}
	.company_greeting .flex .txt .name span{
		margin-top: 5px;
		display: block;
		padding-left: 0;
	}
	.office_list li{
		padding: 15px 0;
	}
	.office_list li h4{
		width: 100%;
		border-right: none;
		border-bottom: 1px dashed rgba(51,51,51,0.3);
		padding: 0 15px 15px;
	}
	.office_list li .flex{
		width: 100%;
		padding: 15px 15px 0;
	}
	.office_list li .txt{
		margin-bottom: 10px;
	}
	/* 
	 catalog
	----------------------------------------------------------- */
	.catalog_list li .img{
		margin: 0 auto;
	}
	.catalog_list li .txt{
		width: 100%;
		margin-top: 20px;
	}
	/* 
	 example
	----------------------------------------------------------- */
	.example_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 material
	----------------------------------------------------------- */ 
	.material_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 news
	----------------------------------------------------------- */
	.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;
	}
	/* 
	 contact
	----------------------------------------------------------- */ 
	.wpcf7-select{
		width: 100%;
	}
	.subbtn input {
		width:250px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.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 .inner{
		width: 85%;
	}
	.footer_info .flex img{
		height: clamp(55px, 5.2vw, 100px);
		margin-right: 0;
	}
	/*.footer_info .flex > div ul{
		display: none;
	}*/
	.footer_info .btm p.tar{
		margin-top: 15px;
	}
}