/******************************************************************
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);
	position: relative;
	z-index: 2;
}
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-20);
	background-color: var(--bg-color);
}
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: separate;
	border-spacing: 0;
}
input,
textarea {
	outline:none;
}
:root {
	--main-color: #222222;
	--mainsub-color: #F0F0F0;
	--sub-color: #FAFAFA;
	--font-color: #000000;
	--bg-color: #FFFFFF;
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(16px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: clamp(15px, 0.83vw, 16px);
	--fontsize-15: clamp(14px, 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.3s;
	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, 2.3vw, 45px);
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.3s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: var(--mainsub-color);
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background-color: rgba(255,255,255,0.95);
	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.3s;
	padding: 0 clamp(20px, 2.6vw, 50px);
}
.navwrap p a{
	padding: clamp(20px, 1.3vw, 25px) 0;
	display: block;
}
.navwrap p img{
	height: 15px;
	width: auto;
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul > li{
	text-align: center;
	transition:all ease 0.3s;
	position: relative;
}
.navwrap > ul > li a{
	display: inline-block;
	padding: clamp(20px, 1.3vw, 25px) clamp(10px, 1.3vw, 25px);
	font-size: var(--fontsize-18);
	line-height: 1.6;
}
.navwrap > ul > li:not(:nth-last-child(-n+2))::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 4px;
	width: calc(100% - clamp(20px, 2.6vw, 50px));
	background-color: var(--font-color);
	opacity: 0;
	transition: all ease 0.3s;
}
.navwrap > ul > li:hover:not(:nth-last-child(-n+2))::before{
	opacity: 1;
}
.navwrap > ul > li:nth-last-child(-n+2) a{
	padding: 10px 15px;
	border: 1px solid var(--font-color);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.3s;
}
.navwrap > ul > li:nth-last-child(-n+2) a:hover{
	background-color: var(--mainsub-color);
	color: var(--font-color);
}
.navwrap > ul > li:nth-last-child(-n+2) a svg{
	height: 14px;
	width: auto;
	margin-right: 8px;
}
.navwrap > ul > li:nth-last-child(-n+2) a svg path{
	transition: all ease 0.3s;
}
.navwrap > ul > li:last-child a{
	background-color: var(--font-color);
	color: #fff;
	font-family: "Inter", sans-serif;
}
.navwrap > ul > li:last-child:hover a svg path{
	fill: var(--font-color);
}
.navwrap > ul > li:nth-last-child(2){
	margin: 0 clamp(10px, 0.8vw, 15px) 0 clamp(10px, 1.3vw, 25px);
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: var(--main-color);
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.3s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(60px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
#container{
	position: relative;
}
.more_btn{
	width: fit-content;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Inter", sans-serif;
}
.more_btn p{
	text-decoration: underline;
}
.more_btn.white p{
	color: #fff;
}
.more_btn span{
	width: clamp(35px, 2vw, 40px);
	height: clamp(35px, 2vw, 40px);
	border: 1px solid var(--font-color);
	display: grid;
	place-content: center;
	place-items: center start;
	background-color: var(--font-color);
	transition:all ease 0.3s;
	margin-left: clamp(20px, 1.6vw, 30px);
}
.more_btn.white span{
	border: 1px solid #fff;
	background-color: #fff;
}
.more_btn:hover span{
	background-color: transparent;
}
.more_btn span svg{
	width: 14px;
	height: auto;
}
.more_btn span svg path{
	transition:all ease 0.3s;
	fill: #fff;
}
.more_btn.white span svg path{
	fill: var(--font-color);
}
.more_btn:hover span svg path{
	fill: var(--font-color);
}
.more_btn.white:hover span svg path{
	fill: #fff;
}
.anchor{
	padding-top: clamp(90px, 7.8vw, 150px);
    margin-top: calc(clamp(90px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.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;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.3s;
}
.txt_link:hover{
	opacity: 0.7;
}
/* 
 TOP
----------------------------------------------------------- */ 
.fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: 0;
	background-image: url('./library/images/fv01.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fv::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.fv .catch{
	position: absolute;
	right: clamp(20px, 2.6vw, 50px);
	bottom: clamp(20px, 2.6vw, 50px);
	z-index: 1;
	line-height: 1.2;
	display: block;
	text-align: right;
	font-size: clamp(60px, 6.2vw, 120px);
	color: #555;
	mix-blend-mode: color-dodge;
	font-weight: 500;
	font-family: "Inter", sans-serif;
}
.fv .txt{
	position: absolute;
	left: clamp(20px, 2.6vw, 50px);
	bottom: clamp(40px, 2.6vw, 50px);
	color: #fff;
	z-index: 2;
	padding-right: clamp(20px, 2.6vw, 50px);
}
.fv .txt h1{
	font-weight: 300;
	font-size: clamp(35px, 2.8vw, 53px);
	line-height: 1.3;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.fv .txt p{
	font-size: var(--fontsize-16);
}
.top .inner{
	width: min(90%,1440px);
}
.top_h2{
	font-size: var(--fontsize-16);
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.top_h2 span{
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: clamp(42px, 4.9vw, 95px);
	margin-bottom: 10px;
}
.top_vailable::before{
	content: "";
	display: block;
	position: fixed;
	top: clamp(80px, 4.1vw, 80px);
	right: clamp(30px, 4.1vw, 80px);
	z-index: -10;
	width: clamp(400px, 41.6vw, 800px);
	height: clamp(400px, 41.6vw, 800px);
	background-image: url('library/images/top_vailable_txt.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation: rotateForever 60s linear infinite;
}
@keyframes rotateForever {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.top_vailable .flex{
	align-items: flex-end;
	margin-bottom: 40px;
}
.top_vailable ul{
	width: min(100%,960px);
	margin-left: auto;
}
.top_vailable ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(25px, 2vw, 40px) 0;
	border-bottom: 1px solid var(--font-color);
	backdrop-filter: blur(8px);
	background-color: rgba(255,255,255,0);
}
.top_vailable ul li:first-child{
	border-top: 1px solid var(--font-color);
}
.top_vailable ul li .img{
	position: relative;
	z-index: 0;
}
.top_vailable ul li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.top_vailable ul li .txt > p{
	color: #777;
	font-size: var(--fontsize-15);
	margin-bottom: 10px;
}
.top_achievements{
	background-color: var(--main-color);
	color: #fff;
	background-image: url('library/images/top_achievements_bg.png'); 
}
.top_achievements .inner > p{
	color: #DDD;
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.top_achievements ul{
	display: grid;
	gap: clamp(30px, 2.6vw, 50px);
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(40px, 4.1vw, 80px);
}
.top_achievements ul li .img{
	margin-bottom: 12px;
}
.top_achievements ul li .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.top_achievements ul li h3{
	font-size: var(--fontsize-18);
	margin-bottom: 8px;
	line-height: 1.5;
}
.top_achievements ul li .area{
	font-size: 14px;
	color: #999999;
	line-height: 1.3;
	font-family: "Inter", sans-serif;
}
.top_achievements ul li .area span{
	color: #666666;
	padding-right: 10px;
}
.top_information{
	background-color: var(--bg-color);
}
.top_information .top_h2{
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.top_information .flex ul{
	width: min(100%,960px);
}
.top_information .flex ul li{
	padding-bottom: clamp(20px, 1.6vw, 30px);
	border-bottom: 1px solid #DDDDDD;
}
.top_information .flex ul li:not(:last-child){
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.top_information .flex ul li .info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 7px;
}
.top_information .flex ul li .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top_information .flex ul li .ttl h3{
	width: calc(100% - 45px);
}
.top_information .flex ul li .ttl .arrow{
	width: 25px;
	height: 25px;
	display: grid;
	place-content: center;
	place-items: center start;
	transition:all ease 0.3s;
	border: 1px solid #fff;
	background-color: #fff;
}
.top_information .flex ul li:hover .arrow{
	background-color: var(--font-color);
}
.top_information .flex ul li .arrow svg{
	width: 8px;
	height: auto;
}
.top_information .flex ul li .arrow svg path{
	transition:all ease 0.3s;
	fill: var(--font-color);
}
.top_information .flex ul li:hover .arrow svg path{
	fill: #fff;
}
/* パンくずリスト
----------------------------------------------------------- */
.pan{
	width: min(90%,1440px);
    margin-inline: auto;
	margin-top: clamp(35px, 2.9vw, 55px);
}
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
	font-size: 13px;
	justify-content: flex-end;
	line-height: 1.7;
}
.breadcrumb__item:not(:last-child)::after {
    content: '>';
    margin: 0 8px;
	color: #AAAAAA;
}
.breadcrumb__item a {
    color: #333;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub{
	background-color: var(--sub-color);
	z-index: 0;
	position: relative;
}
.sub .inner.first{
	padding-top: clamp(50px, 4.9vw, 95px);
}
.sub p,
.sub li,
.sub dt,
.sub dd,
.sub span{
	font-size: var(--fontsize-16);
}
.sub_fv {
	padding: clamp(110px, 12.5vw, 240px) 0 clamp(40px, 8.8vw, 170px);
	background-color: var(--sub-color);
	background-image: url('library/images/top_achievements_bg.png');
	border-bottom: 1px solid #E1E1E1;
}
.sub_fv h1 {
	font-size: clamp(35px, 2.8vw, 53px);
	font-weight: 700;
	width: min(90%,1440px);
	margin-inline: auto;
	line-height: 1.3;
}
.sub_fv h1 span{
	display: block;
	padding: 3px 10px;
	font-size: var(--fontsize-16);
	color: #fff;
	background-color: var(--main-color);
	font-weight: 400;
	font-family: "Inter", sans-serif;
	width: fit-content;
}
.sub_fv .flex{
	width: min(90%,1440px);
	margin-inline: auto;
	margin-top: clamp(35px, 2.9vw, 55px);
	align-items: flex-end;
}
.sub_fv .flex > p{
	width: 50%;
}
.sub_fv .flex > .pan{
	width: 45%;
	margin-top: 0;
}
.border_left > .inner{
	border-left: 1px solid #E1E1E1;
}
.sub_h2{
	font-size: clamp(21px, 1.5vw, 28px);
	margin-bottom: clamp(30px, 2.6vw, 50px);
	padding-left: clamp(20px, 3.1vw, 60px);
	border-left: 4px solid var(--font-color);
}
.sub_h2.white{
	color: #fff;
}
.sub_h2 span{
	font-size: 14px;
	color: #777777;
	font-family: "Inter", sans-serif;
	display: block;
}
.sub_h2.white span{
	color: #C5C8C4;
}
.sub_h2.tac{
	text-align: center;
	border-left: none;
	padding-left: 0;
}
.sub_h3{
	text-align: center;
	margin-bottom: clamp(30px, 2.6vw, 50px);
	font-size: var(--fontsize-20);
}
.sub_h3 span{
	display: block;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.05em;
	font-size: clamp(27px, 2.6vw, 50px);
	color: #E0E0E0;
	line-height: 1;
}
.sub_wrap{
	padding-left: clamp(20px, 3.1vw, 60px);
}
.w_box{
	background-color: #fff;
	border: 1px solid #EFEFEF;
	padding: clamp(20px, 2.6vw, 50px);
}
.bg_ttl{
	width: fit-content;
	margin: 0 auto clamp(20px, 1.6vw, 30px);
	padding: 8px clamp(15px, 1.6vw, 30px);
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-22);
	font-family: "Noto Serif JP", serif;
}
.hyo {
	overflow-x: auto;
}
.hyo dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.hyo dl dt {
	width: clamp(120px, 10.4vw, 200px);
	padding: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #727272;
}
.hyo dl:first-of-type dt {
	border-top: 1px solid #727272;
}
.hyo dl dd {
	width: calc(100% - clamp(120px, 10.4vw, 200px) - 10px);
	padding: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #D5D5D5;
	color: #555555;
}
.hyo dl:first-of-type dd {
	border-top: 1px solid #D5D5D5;
}
.hyo2 {
	overflow-x: auto;
}
.hyo2 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.hyo2 dl:not(:last-of-type) {
	margin-bottom: 10px;
}
.hyo2 dl dt {
	width: clamp(180px, 10.4vw, 200px);
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1.3vw, 25px);
	color: #fff;
	background-color: #4A4A4A;
}
.hyo2 dl dd {
	width: calc(100% - clamp(180px, 10.4vw, 200px) - 10px);
	padding: clamp(15px, 1.3vw, 25px);
	background-color: #F5F5F5;
	font-size: var(--fontsize-15);
	line-height: 2;
}
.sub_2col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sub_side{
	width: 350px;
	position: sticky;
	top: clamp(90px, 7.8vw, 150px);
}
.sub_main{
	width: calc(91% - 350px);
}
.sub_side nav ul li:not(:last-child){
	margin-bottom: 3px;
}
.sub_side nav ul li a {
	width: 100%;
	display: block;
	padding: clamp(10px, 0.8vw, 15px) clamp(40px, 2.2vw, 42px) clamp(10px, 0.8vw, 15px) clamp(15px, 1.6vw, 30px);
	background-color: #EEEEEE;
	border-radius: 2px;
	font-size: 14px;
	transition: all ease 0.3s;
	position: relative;
	line-height: 1.5;
}
.sub_side nav ul li a:hover {
	background-color: var(--main-color);
	color: #fff;
}
.sub_side nav ul li a svg{
	position: absolute;
	right: clamp(15px, 1.6vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	width: auto;
}
.sub_side nav ul li a svg path{
	transition: all ease 0.3s;
}
.sub_side nav ul li a:hover svg path{
	fill: #fff;
}
.submain_wrap:not(:last-of-type){
	margin-bottom: clamp(50px, 4.9vw, 95px);
}
.no_ttl{
	font-size: clamp(21px, 1.5vw, 28px);
	padding-bottom: clamp(20px, 1.6vw, 30px);
	margin-bottom: clamp(20px, 1.6vw, 30px);
	border-bottom: 1px solid #E1E1E1;
}
.no_ttl span{
	display: block;
	font-size: 14px;
	color: #777777;
	font-family: "Inter", sans-serif;
	margin-bottom: 5px;
}
.bg_btn{
	display: block;
	padding: 15px;
	background-color: var(--font-color);
	color: #fff;
	text-align: center;
	position: relative;
	border: 1px solid var(--font-color);
	transition: all ease 0.3s;
}
.bg_btn:hover{
	background-color: #fff;
	color: var(--font-color);
}
.bg_btn p{
	text-align: center;
	line-height: 1.5;
}
.bg_btn span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	display: grid;
	place-content: center;
	place-items: center start;
	transition: all ease 0.3s;
}
.bg_btn:hover span{
	background-color: var(--font-color);
}
.bg_btn span svg{
	height: 12px;
	width: auto;
}
.bg_btn span svg path{
	height: 12px;
	width: auto;
	transition: all ease 0.3s;
}
.bg_btn:hover span svg path{
	fill: #fff;
}
.bg_title span{
	width: fit-content;
	display: block;
	padding: 5px clamp(15px, 1.6vw, 30px);
	background-color: #111;
	color: #fff;
	font-weight: 500;
	font-size: var(--fontsize-25);
	margin-bottom: 12px;
}
/* 
 vailable
----------------------------------------------------------- */
.vailable .footer_contact{
	border-top: none;
	background-color: transparent;
}
.vailable .footer_contact .inner{
	padding-top: 0;
}
.vailable .inner{
	width: min(90%,1440px);
}
.vailable_wrap::before{
	content: "";
	display: block;
	position: fixed;
	top: clamp(80px, 4.1vw, 80px);
	right: clamp(30px, 4.1vw, 80px);
	z-index: -10;
	width: clamp(400px, 41.6vw, 800px);
	height: clamp(400px, 41.6vw, 800px);
	background-image: url('library/images/top_vailable_txt.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation: rotateForever 60s linear infinite;
}
.vailable_list li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(25px, 2vw, 40px) 0;
	border-bottom: 1px solid var(--font-color);
	backdrop-filter: blur(8px);
	background-color: rgba(255,255,255,0);
}
.vailable_list li:first-child{
	border-top: 1px solid var(--font-color);
}
.vailable_list li .img{
	width: 41.5%;
	position: relative;
	z-index: 0;
}
.vailable_list li .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.vailable_list li .txt{
	width: 55%;
	display: flex;
	flex-direction: column;
}
.vailable_list li .txt > span{
	font-family: "Inter", sans-serif;
	display: block;
	font-size: 14px;
	margin-bottom: clamp(8px, 0.73vw, 14px);
	line-height: 1.3;
}
.vailable_list li .txt h2{
	line-height: 1.65;
	font-size: var(--fontsize-25);
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.vailable_list li .txt .box{
	background-color: #fff;
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2.6vw, 50px);
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.vailable_list li .txt a{
	display: block;
	width: fit-content;
	margin-top: auto;
	margin-left: auto;
	text-decoration: underline;
	padding-left: clamp(25px, 1.5vw, 28px);
	transition: all ease 0.3s;
	background-image: url('library/images/link_btn.svg'); 
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 18px auto;
	font-size: var(--fontsize-22);
}
.vailable_list li .txt a:hover{
	opacity: 0.7;
}
.vailable_list li dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.vailable_list li dl:not(:last-of-type){
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.vailable_list li dl dt{
	width: 80px;
	font-size: 14px;
	color: #777;
}
.vailable_list li dl dd{ 
	width: calc(100% - 80px);
	text-align: left;
	color: #555;
}
/* 
 achievements
----------------------------------------------------------- */
.achievements .footer_contact{
	border-top: none;
	background-color: transparent;
}
.achievements .footer_contact .inner{
	padding-top: 0;
}
.achievements_wrap .inner{
	width: min(90%,1440px);
}
.achievements_list{
	display: grid;
	grid-column-gap: clamp(30px, 2vw, 40px);
	grid-row-gap: clamp(40px, 3.4vw, 65px);
	grid-template-columns: repeat(2, 1fr);
}
.achievements_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.achievements_list li .img{
	width: 46%;
}
.achievements_list li .txt{
	width: 51.5%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--font-color);
	padding-bottom: 15px;
}
.achievements_list li .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.achievements_list li .tag{
	display: block;
	width: fit-content;
	padding: 3px clamp(10px, 0.8vw, 15px);
	color: #fff;
	background-color: #B73F4A;
	margin-bottom: clamp(10px, 0.83vw, 16px);
	line-height: 1.5;
}
.achievements_list li h2{
	font-size: var(--fontsize-18);
	line-height: 1.5;
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.achievements_list li .box{
	border: 1px solid #C3C3C3;
	padding: 20px;
	color: #555;
	height: 100%;
}
.achievements_list li dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.achievements_list li dl:not(:last-of-type){
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.achievements_list li dl dt{
	width: 80px;
	font-size: 14px;
	color: #777;
}
.achievements_list li dl dd{
	width: calc(100% - 80px);
	text-align: left;
	color: #555;
}
/* 
 recruit
----------------------------------------------------------- */
.recruit_read{
	position: relative;
}
.recruit_read::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/recruit_read_bg.jpg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.recruit_read > span{
	position: absolute;
	left: clamp(20px, 2.6vw, 50px);
	bottom: clamp(70px, 7.6vw, 145px);
	font-family: "Inter", sans-serif;
	line-height: 1.3;
	font-weight: 100;
	color: #B1B1B1;
	font-size: clamp(37px, 3.4vw, 65px);
	z-index: -1;
	letter-spacing: 0.05em;
}
.recruit_read .inner{
	padding: clamp(70px, 7.6vw, 145px) 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit_read h2{
	width: 45%;
}
.recruit_read .txt{
	width: 50%;
}
.recruit_read .txt > p{
	line-height: 2.5;
}
.recruit_read .linkbox{
	margin-top: clamp(30px, 2.6vw, 50px);
}
.recruit_who{
	background-color: var(--main-color);
	color: #fff;
	background-image: url('library/images/top_achievements_bg.png');
}
.recruit_who .inner{
	padding-bottom: clamp(50px, 4.9vw, 95px);
}
.recruit_who ul{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: clamp(30px, 2.6vw, 50px);
}
.recruit_who ul li{
	background-color: rgba(250,250,250,0.1);
	backdrop-filter: blur(30px);
	padding: clamp(25px, 2.6vw, 50px);
	text-align: center;
}
.recruit_who ul li h3{
	font-size: var(--fontsize-20);
	font-weight: 500;
}
.recruit_who ul li img{
	height: clamp(60px, 5.2vw, 100px);
	width: auto;
	margin: clamp(15px, 1vw, 20px) auto;
}
.recruit_who ul li p{
	text-align: center;
}
.recruit_career{
	background-color: var(--sub-color);
}
.recruit_career .ttl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: clamp(40px, 3.4vw, 65px);
	align-items: flex-start;
}
.recruit_career .ttl p{
	width: 54%;
}
.recruit_career ol{
	display: grid;
	gap: clamp(40px, 3.4vw, 65px);
	grid-template-columns: repeat(4, 1fr);
}
.recruit_career ol li{
	background-color: #4A4A4A;
	padding: clamp(20px, 2vw, 40px) 20px;
	color: #fff;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	position: relative;
	z-index: 2;
	text-align: center;
}
.recruit_career ol li:not(:first-child)::before{
	content: "";
	position: absolute;
	left: calc(clamp(20px, 1.9vw, 38px) * -1);
	top: 50%;
	transform: translateY(-50%);
	padding: 6.5px;
	background-image: url('library/images/career_arrow.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.recruit_career ol li h3{
	writing-mode: vertical-rl;
	display: grid;
	place-content: center;
	place-items: center flex-start;
	font-size: var(--fontsize-20);
}
.recruit_career ol li h3 span{
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	font-family: "Inter", sans-serif;
	letter-spacing: 0.05em;
}
.recruit_career ol li p{
	font-size: var(--fontsize-15);
	font-weight: 300;
}
.recruit .footer_contact{
	background-color: transparent;
	border-top: none;
}
.recruit_application{
	background-color: var(--mainsub-color);
}
.recruit_application .tac{
	width: min(100%,800px);
	margin-inline: auto;
}
.recruit_application .hyo{
	width: min(100%,800px);
	margin: clamp(25px, 2.6vw, 50px) auto clamp(40px, 3.4vw, 65px);
}
.recruit_application .hyo dl dt {
	width: clamp(180px, 10.4vw, 200px);
}
.recruit_application .hyo dl dd {
	width: calc(100% - clamp(180px, 10.4vw, 200px) - 10px);
}
.recruit_application .hyo2 {
	width: min(100%,800px);
	margin: clamp(20px, 1.6vw, 30px) auto 0;
}
.recruit_application .w_box .sub_h2 {
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.recruit_application .w_box .linkbox{
	margin-top: clamp(20px, 1.3vw, 25px);
}
.recruit_application .w_box .bg_btn{
	font-size: var(--fontsize-18);
}
.recruit_application .w_box .bg_btn p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit_application .w_box .bg_btn p svg{
	height: clamp(15px, 1vw, 20px);
	width: auto;
	margin-right: 10px;
}
.recruit_application .w_box .bg_btn p svg path{
	fill: #fff;
	transition: all ease 0.3s;
}
.recruit_application .w_box .bg_btn:hover p svg path{
	fill: var(--font-color);
}
.recruit_process{
	background-image: url('./library/images/recruit_process_bg.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}
.recruit_process .sub_h2{
	margin-bottom: clamp(40px, 3.4vw, 65px);
}
.recruit_process ol{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.recruit_process ol li{
	background-color: rgba(250,250,250,0.1);
	backdrop-filter: blur(30px);
	padding: clamp(40px, 3.4vw, 65px) clamp(20px, 1.8vw, 35px) clamp(25px, 2.6vw, 50px) clamp(20px, 1.8vw, 35px);
	text-align: center;
	position: relative;
	margin-top: clamp(20px, 1.6vw, 30px);
}
.recruit_process ol li:not(:first-child)::before{
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 6.5px;
	background-image: url('library/images/career_arrow.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.recruit_process ol li > span{
	position: absolute;
	left: 0;
	top: calc(clamp(20px, 1.6vw, 30px) * -1);
	display: block;
	font-size: clamp(30px, 2.6vw, 50px);
	width: fit-content;
	font-weight: 100;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
.recruit_process ol li h3{
	font-size: var(--fontsize-20);
	font-weight: 500;
}
.recruit_process ol li img{
	height: clamp(60px, 5.2vw, 100px);
	width: auto;
	margin: clamp(15px, 1vw, 20px) auto;
}
.recruit_process ol li p{
	text-align: center;
}
/* 
 business
----------------------------------------------------------- */
#main.business{
	overflow: inherit;
}
.business_wrap .inner{
	width: min(90%,1440px);
}
.business_wrap .submain_wrap > img{
	width: 100%;
	height: auto;
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.business_wrap .submain_wrap .linkbox{
	margin-top: clamp(20px, 1.6vw, 30px);
}
/* 
 company
----------------------------------------------------------- */
.company_greeting {
	background-image: url('./library/images/company_greeting_bg.png');
	background-size: 50% auto;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	background-color: var(--sub-color);
}
.company_greeting::before {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url('./library/images/company_greeting_txt.png');
	background-size: auto 100%;
	background-position: top right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	z-index: -1;
}
@keyframes move_txt {
	0% {
		background-position: bottom 5% right;
	}
	100% {
		background-position: bottom 5% right 3000px;
	}
}
.company_greeting .inner{
	padding-bottom: clamp(110px, 10.9vw, 210px);
}
.company_greeting h3{
	width: 45%;
}
.company_greeting .txt{
	width: calc(50% + clamp(20px, 1.6vw, 30px));
}
.company_greeting .txt > p,
.company_philosophy .inner > p,
.company_vision .box p{
	line-height: 2.5;
}
.company_greeting .txt .name{
	text-align: right;
	margin-top: clamp(30px, 2.6vw, 50px);
	font-family: "Noto Serif JP", serif;
	font-size: var(--fontsize-16);
	line-height: 1.5;
}
.company_greeting .txt .name p{
	text-align: right;
}
.company_greeting .txt .name p span{
	font-size: var(--fontsize-25);
	padding-left: 10px;
}
.company_philosophy{
	background-color: var(--mainsub-color);
}
.company_philosophy .inner{
	padding: clamp(50px, 4.9vw, 95px) 0;
}
.company_philosophy .sub_h2{
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.company_philosophy .read{
	width: 50%;
	margin-left: auto;
}
.company_philosophy img{
	width: 100%;
	height: auto;
	margin: clamp(25px, 3.4vw, 65px) 0 clamp(40px, 4.1vw, 80px);
}
.company_philosophy h4{
	width: fit-content;
	margin: 0 auto clamp(30px, 2.6vw, 50px);
	font-size: clamp(21px, 1.7vw, 33px);
	font-family: "Noto Serif JP", serif;
	padding: 7px clamp(40px, 2.9vw, 55px);
	background-image: linear-gradient(to right bottom, #FFFFFF, #E5E5E5);
	position: relative;
}
.company_philosophy h4::before,
.company_philosophy h4::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background-image: url('library/images/company_philosophy_h4.svg'); 
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 100%;
	display: block;
	z-index: 1;
}
.company_philosophy h4::before{
	left: 0;
}
.company_philosophy h4::after{
	right: 0;
	transform: scale(-1,1);
}
.company_vision::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/company_vision_bg.jpg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.company_vision .box{
	background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(3px);
	padding: clamp(25px, 4.9vw, 95px) clamp(25px, 4.7vw, 90px);
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
}
.company_vision .box .sub_h3 span{
	color: #676767;
}
.company_vision .box h4{
	font-family: "Noto Serif JP", serif;
	font-size: var(--fontsize-25);
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.company_vision .box p{
	color: #CCCCCC;
}
.company_name{
	background-color: var(--sub-color);
}
.company_name .logo{
	padding: clamp(20px, 1.6vw, 30px);
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.company_name .logo img{
	height: clamp(100px, 7.6vw, 145px);
	width: auto;
	margin: 0 auto;
}
.company_name .grid{
	display: grid;
	gap: clamp(40px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}
.company_name .grid::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 10px;
	background-image: url('library/images/closs.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.company_outline{
	background-color: var(--mainsub-color);
}
.company_outline .inner{
	padding-bottom: 0;
}
.company_outline .hyo{
	width: min(100%,800px);
	margin-left: auto;
}
.company_access{
	background-color: var(--mainsub-color);
}
.company_access .inner{
	padding: clamp(50px, 4.9vw, 95px) 0;
}
/* 
 news
----------------------------------------------------------- */
.news .inner{
	width: min(90%,1000px);
}
.news_info{
	margin-bottom: clamp(20px, 1.6vw, 30px);
	text-align: left;
}
.news_date{
	font-weight: normal;
	font-size: var(--fontsize-16);
	color: #777777;
	font-family: "Inter", sans-serif;
}
.news_cat a,
.news_cat span{
	padding:10px clamp(20px, 1.6vw, 30px);
	font-size:12px;
	white-space: nowrap;
	margin: 3px 0 3px 5px;
	font-weight: normal;
	transition: all ease 0.3s;
	display: inline-block;
	line-height: 1.3;
	background-color: var(--mainsub-color);
	border-radius: 3px;
}
.news_cat a:hover{
  background-color:#fff;
  color:var(--main-color);
}
.ttl_maru{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--main-color);
	position: relative;
	padding-left: 20px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5.5px;
	border-radius: 10px;
	background-color: var(--main-color);
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.3s;
}
.news_list > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-image: linear-gradient(to bottom, #A8A8A8, #000000);
}
.news_list > li:hover{
	background-color: var(--mainsub-color);
}
.news_list > li > a{
	display: block;
	padding: 20px;
}
.news_list .news_info{
	margin-bottom: 0;
}
.news .news_cat a,
.news .news_cat span{
	padding: 3px 10px;
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li dd h3{
	font-size:var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.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: 14px;
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	color: var(--main-color);
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	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: var(--fontsize-16);
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: var(--main-color);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: var(--fontsize-16);
	padding: 10px 15px;
	border: 0px;
	background-color: var(--mainsub-color);
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-22);
	font-weight: 500;
	line-height: 1.3;
	color: var(--main-color);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: var(--main-color);
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact .inner{
	width: min(90%,1000px);
}
.contact .border_box{
	border: 2px solid #707070;
	padding: clamp(20px, 1.6vw, 30px);
	margin-bottom: clamp(30px, 2.6vw, 50px);
}
.contact .border_box p{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
}
.contact .border_box a{
	width: fit-content;
	padding-left: clamp(30px, 2.6vw, 50px);
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: underline;
	transition: all ease 0.3s;
	background-image: url('library/images/contact_tel.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: clamp(20px, 1.6vw, 30px) auto;
	font-size: clamp(23px, 1.7vw, 33px);
	display: block;
}
.contact .border_box a:hover{
	opacity: 0.7;
}
.contact .w_box{
	background-color: #fff;
	padding: clamp(20px, 3.4vw, 65px);
}
.contact .w_box h2{
	text-align: center;
	margin-bottom: clamp(20px, 2vw, 40px);
	font-size: clamp(20px, 1.5vw, 28px);
	line-height: 1.3;
}
.contact .w_box h2 span{
	display: block;
	font-size: 14px;
	color: #777777;
	font-family: "Inter", sans-serif;
}
.contact .w_box .wpcf7{
	width: min(100%,800px);
	margin-inline: auto;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wpcf7 dl, .mw_wrap dl:not(:last-of-type) {
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #EDEDED;
}
.wpcf7 dt, .mw_wrap dt {
	width:35%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#fff;
	background-color: #C4322C;
	padding: 1px 5px;
	margin-left: 10px;
	font-size: 13px;
}
.wpcf7 dd, .mw_wrap dd {
	width:65%;
}
.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: 2.5px clamp(15px, 2vw, 40px) 2.5px 0;
}
.wpcf7-list-item a{
	transition: all ease 0.3s;
	color: #4583B7;
	text-decoration: underline;
}
.wpcf7-list-item a:hover{
	opacity: 0.7;
}
.wpcf7 dd.mail .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: 10px;
	display: block;
}
.wpcf7 dd.file .wpcf7-form-control-wrap{
	margin-top: 10px;
	display: block;
}
.wpcf7 .under_txt{
	font-size: 14px;
	text-decoration: underline;
	margin-top: 10px;
}
.wpcf7 .contact_txt{
	margin-top: 10px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	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:250px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-image:  linear-gradient(to right, #A8A8A8, #000000);
	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, .wpcf7-number {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	width: 100%;
	border: 1px solid #ccc;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	max-height: 200px;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 .sub_txt{
	text-decoration: underline;
	margin-top: 10px;
	font-size: 14px;
}
.priva {
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: var(--fontsize-16);
	font-weight: 400;
	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 #ccc;
	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_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 #ccc;
	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;
	font-weight: 400;
}
.entry_fi .wpcf7-file{
	width: 100%;
	margin-bottom: 5px;
}
/* 
 foot
----------------------------------------------------------- */
.footer_contact{
	background-color: var(--mainsub-color);
	border-top: 1px solid #E1E1E1;
}
.footer_contact .inner{
	width: min(90%,1440px);
	padding: clamp(50px, 4.9vw, 95px) 0;
	color: #fff;
}
.footer_contact .box{
	background-image: url('./library/images/footer_contact_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: clamp(30px, 3.4vw, 65px) clamp(30px, 4.9vw, 95px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.footer_contact .txt{
	width: calc(95% - clamp(180px, 15.6vw, 300px));
}
.footer_contact .link{
	width: clamp(180px, 15.6vw, 300px);
}
.footer_contact .top_h2{
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.footer_contact .top_h2 span{
	font-size: clamp(30px, 3.4vw, 65px);
}
.footer_contact .link a{
	padding: 10px 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.3s;
	color: #fff;
	font-size: var(--fontsize-20);
}
.footer_contact .link a:hover{
	background-color: #fff;
	color: var(--font-color);
}
.footer_contact .link a svg{
	height: var(--fontsize-20);
	width: auto;
	margin-right: clamp(10px, 1vw, 20px);
}
.footer_contact .link a svg path{
	transition: all ease 0.3s;
	fill: #fff;
}
.footer_contact .link a:hover svg path{
	fill: var(--font-color);
}
.footer_contact .link a:last-child{
	background-color: #fff;
	color: var(--font-color);
	font-family: "Inter", sans-serif;
	margin-top: 20px;
}
.footer_contact .link a:last-child:hover{
	background-color: var(--font-color);
	color: #fff;
}
.footer_contact .link a:last-child svg path{
	fill: var(--font-color);
}
.footer_contact .link a:last-child:hover svg path{
	fill: #fff;
}
.footer{
	background-color: var(--bg-color);
	position: relative;
}
.footer_link{
	background-color: var(--main-color);
	background-image: url('library/images/top_achievements_bg.png');
	padding: clamp(30px, 2.6vw, 50px);
	display: grid;
	gap: clamp(30px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
}
.footer_link a{
	padding: clamp(30px, 2vw, 40px);
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
}
.footer_link a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('./library/images/footer_link_company.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
	transition: all ease 0.3s;
	opacity: 0;
}
.footer_link a:nth-of-type(2)::before{
	background-image: url('./library/images/footer_link_join.jpg');
}
.footer_link a:hover::before{
	opacity: 1;
}
.footer_link a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;
	z-index: -2;
}
.footer_link .top_h2{
	margin-bottom: clamp(25px, 2vw, 40px);
}
.footer_link .top_h2 span{
	font-size: clamp(30px, 3.4vw, 65px);
}
.footer_link a > p{
	font-size: var(--fontsize-16);
	margin-bottom: clamp(25px, 2vw, 40px);
}
.footer_link a .more_btn{
	margin-top: auto;
	margin-left: auto;
	pointer-events: none;
}
.footer .inner{
	padding: clamp(50px, 4.9vw, 95px) 0 10px;
	width: min(90%,1440px);
}
.footer .inner .flex{
	margin-bottom: clamp(40px, 3.4vw, 65px);
}
.footer .info img{
	height: clamp(60px, 4.9vw, 95px);
	width: auto;
	margin-bottom: clamp(20px, 1.6vw, 30px);
}
.footer .info .ttl{
	font-size: var(--fontsize-18);
	margin-bottom: 10px;
	line-height: 1.8;
}
.footer .info p:not(.ttl){
	font-size: 14px;
	color: #777777;
	line-height: 1.8;
}
.footer .sitemap {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer .sitemap ul li a{
	font-size: var(--fontsize-15);
}
.footer .sitemap ul:first-of-type{
	margin-right: clamp(60px, 6.8vw, 130px);
}
.footer .sitemap ul:first-of-type li:not(:last-child){
	margin-bottom: clamp(20px, 1.3vw, 25px);
}
.footer .sitemap ul:last-of-type li:not(:last-child){
	margin-bottom: 10px;
}
.footer .sitemap ul:first-of-type li a{
	transition: all ease 0.3s;
}
.footer .sitemap ul:first-of-type li a:hover{
	opacity: 0.7;
}
.footer .sitemap ul:last-of-type li a{
	padding: 10px 15px;
	border: 1px solid var(--font-color);
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.3s;
}
.footer .sitemap ul:last-of-type li a:hover{
	background-color: var(--mainsub-color);
	color: var(--font-color);
}
.footer .sitemap ul:last-of-type li a svg{
	height: 14px;
	width: auto;
	margin-right: 8px;
}
.footer .sitemap ul:last-of-type li a svg path{
	transition: all ease 0.3s;
}
.footer .sitemap ul:last-of-type li:last-child a{
	background-color: var(--font-color);
	color: #fff;
	font-family: "Inter", sans-serif;
}
.footer .sitemap ul:last-of-type li:last-child a:hover{
	background-color: var(--mainsub-color);
	color: var(--font-color);
}
.footer .sitemap ul:last-of-type li:last-child a:hover svg path{
	fill: var(--font-color);
}
.footer .copy{
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: "Inter", sans-serif;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position:fixed;
	top: 5px;
	right: 5px;
	z-index:999;
	text-align:center;
	cursor:pointer;
	display:none;
	border: none;
	transition: all ease 0.3s;
	background-color: transparent;
	width: 50px;
	height: 50px;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.3s;
	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.3s;
	position:fixed;
	top:0;
	left:-300px;
	overflow-y:scroll;
}
.spnav .open {
	width:300px;
	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: 15px;
	width: auto;
	margin:7.5px auto;
}
.spnav .trigger > ul > li:first-child {
	border-top:1px solid rgba(34,34,34,0.5);
}
.spnav .trigger > ul > li {
	border-bottom:1px solid rgba(34,34,34,0.5);
	font-size:0.9rem;
	transition:all ease 0.3s;
	line-height: 1.2;
}
.spnav .trigger > ul > li a,
.spnav .trigger > ul > li p{
	padding: 15px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.spnav .trigger > ul > li a svg{
	height: 14px;
	width: auto;
	margin-right: 10px;
}
.spnav .trigger > ul > li:last-child a{
	font-family: "Inter", sans-serif;
}
.spnav .trigger > ul > li a svg path{
	fill: var(--font-color);
}
.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(34,34,34,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(34,34,34,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(34,34,34,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) {
	/* 
	 top
	----------------------------------------------------------- */
	.top_information .flex ul,
	.top_vailable ul{
		width: calc(95% - 130px);
	}
	/* 
	 sub
	----------------------------------------------------------- */
	.sub_side{
		width: 320px;
	}
	.sub_main{
		width: calc(95% - 320px);
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul > li a{
		padding: clamp(20px, 1.3vw, 25px) 10px;
	}
	.navwrap > ul > li:not(:nth-last-child(-n+2))::before{
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
	}
	.navwrap ul {
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv .catch{
		bottom: 50%;
	}
	.top_vailable ul{
		width: 100%;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub_fv .flex > p{
		width: 100%;
	}
	.sub_fv .flex > .pan{
		width: 100%;
		margin-top: 25px;
	}
	.sub_side{
		width: 210px;
	}
	.sub_main{
		width: calc(95% - 210px);
	}
	/* 
	 achievements
	----------------------------------------------------------- */
	.achievements_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 recruit
	----------------------------------------------------------- */
	.recruit_read h2{
		width: 200px;
	}
	.recruit_read .txt{
		width: calc(95% - 200px);
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_greeting h3{
		width: 100%;
		margin-bottom: 10px;
	}
	.company_greeting .txt{
		width: 100%;
	}
	.company_philosophy .read{
		width: fit-content;
	}
	.company_access iframe{
		height: 250px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		display: grid;
		place-content: center;
		place-items: center start;
	}
}
@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
	----------------------------------------------------------- */
	.top_information .flex .linkbox{
		margin-left: auto;
		margin-bottom: 40px;
	}
	.top_achievements ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.top_information .flex ul{
		width: 100%;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub_side{
		width: 100%;
		position: relative;
		top: auto;
		margin-bottom: 30px;
	}
	.sub_main{
		width: 100%;
	}
	.sub_side ul{
		display: grid;
		gap: 3px;
		grid-template-columns: repeat(2, 1fr);
	}
	.sub_side nav ul li:not(:last-child){
		margin-bottom: 0;
	}
	/* 
	 recruit
	----------------------------------------------------------- */ 
	.recruit_career .ttl p{
		width: 100%;
	}
	.recruit_career ol{
		grid-template-columns: repeat(2, 1fr);
	}
	.recruit_process ol{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 company
	----------------------------------------------------------- */ 
	.company_name .grid{
		grid-template-columns: repeat(1, 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;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_fi .birth > p .wpcf7-select{
		width: 130px;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer_link{
		grid-template-columns: repeat(1, 1fr);
	}
	.footer .sitemap ul:first-of-type{
		display: none;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv{
		background-image: url('./library/images/fv01_sp.jpg');
	}
	.fv .txt h1{
		font-size: 30px;
	}
	.fv .txt p{
		font-size: 13px;
	}
	.fv .txt{
		left: 18px;
		padding-right: 18px;
	}
	.top_vailable .flex{
		display: block;
	}
	.top_vailable .linkbox{
		margin-top: 20px;
	}
	.top_vailable .linkbox a{
		margin-left: auto;
	}
	.top_achievements ul{
		gap: 20px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sp_wrap{
		padding-left: 20px;
	}
	.hyo dl dt {
		width: 100% !important;
		border-bottom: none;
		border-top: 1px solid #727272;
	}
	.hyo dl dd {
		width: 100% !important;
		border-bottom: none;
		border-top: 1px solid #D5D5D5;
	}
	.hyo2 dl dt {
		width: 100% !important;
	}
	.hyo2 dl dd {
		width: 100% !important;
	}
	.sub_side ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 vailable
	----------------------------------------------------------- */ 
	.vailable_list li .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.vailable_list li .txt{
		width: 100%;
	}
	/* 
	 achievements
	----------------------------------------------------------- */
	.achievements_list li .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.achievements_list li .txt{
		width: 100%;
	}
	/* 
	 recruit
	----------------------------------------------------------- */
	.recruit .tac{
		text-align: justify;
	}
	.recruit_read .inner{
		padding-bottom: 100px;
	}
	.recruit_read h2{
		width: 100%;
		margin-bottom: 10px;
	}
	.recruit_read .txt{
		width: 100%;
	}
	.recruit_read .txt > p{
		line-height: 2;
	}
	.recruit_read > span{
		bottom: 0;
	}
	.recruit_who ul,
	.recruit_career ol,
	.recruit_process ol{
		grid-template-columns: repeat(1, 1fr);
	}
	.recruit_career .ttl p{
		padding-left: 20px;
	}
	.recruit_career ol li:not(:first-child)::before{
		left: 50%;
		transform: translate(-50%,0) rotate(90deg);
		top: -26px;
	}
	.recruit_process ol li:not(:first-child)::before{
		left: 50%;
		transform: translate(-50%,0) rotate(90deg);
		top: -31px;
	}
	/* 
	 business
	----------------------------------------------------------- */ 
	.business_wrap .submain_wrap > img{
		height: 200px;
		object-fit: cover;
	}
	/* 
	 company
	----------------------------------------------------------- */ 
	.company_greeting .txt > p,
	.company_philosophy .inner > p,
	.company_vision .box p{
		line-height: 2;
	}
	.company_philosophy img{
		height: 200px;
		object-fit: cover;
	}
	.company_philosophy .tac,
	.company_vision .tac,
	.company_vision h4{
		text-align: justify;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */ 
	.wpcf7 dt, .mw_wrap dt {
		width:100%;
		margin-bottom: 5px;
	}
	.wpcf7 dd, .mw_wrap dd {
		width:100%;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.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_contact .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_contact .link{
		width: 100%;
	}
	.footer_link{
		padding: clamp(30px, 2.6vw, 50px) 5%;
	}
	.footer_link a{
		padding: 25px;
	}
	.footer .sitemap {
		width: 100%;
		margin-top: 30px;
	}
	.footer .sitemap ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.footer .sitemap ul li{
		width: 47.5%;
	}
}