@charset "UTF-8";
/*******************************
 共通
********************************/
.pc-only{
  display:none;
}
.tb-only{
  display:block;
}
.sp-only{
  display:none;
}

/*******************************
 ヘッダー
********************************/
header{
  /*background-color:#c1cbd6;*/
	/* background-color:var(--secondary); */
	background-color:rgba(255,250,244);
}
header.cover{
  /*background-color:#c1cbd6;*/
	/* background-color:var(--secondary); */
	background-color:rgba(255,250,244);
}
.header-wrapper{
	padding: 12px 0 0 0;
}
.header-wrapper .header-flex{
	justify-content: space-around;
	padding-bottom: 15px;
	overflow: hidden;
}
.header-wrapper .header-logo img{
  /* width:25vw; */
	width:30vw;
}
.header-wrapper .header-left{
	width: 45%;
	padding-left:0;
}
.header-wrapper .header-right{
	width: 45%;
	position: relative;
}
.header-wrapper .header-toggle{
	position: relative;
	margin: 0 10px 0 auto;
	width: 45px;
	height: 35px;
}
.header-wrapper .header-toggle span{
	position: absolute;
	left: 50%;
	width: 100%;
	padding-top: 3px;
	/*background-color: var(--secondary);*/
	/* background-color:#fff; */
	background-color:var(--text-color);
	transition: all 0.4s;
}
.header-wrapper .header-toggle span:nth-child(1){
	top: 0;
	transform: translate(-50%, 0%);
	transition: all 0.5s;
}
.header-wrapper .header-toggle span:nth-child(2){
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
.header-wrapper .header-toggle span:nth-child(3){
	top: 100%;
	transform: translate(-50%, -100%);
	transition: all 0.5s;
}
.header-wrapper .closebtn span:nth-child(1){
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);
}
.header-wrapper .closebtn span:nth-child(2){
	transform: translate(300%, -50%)
}
.header-wrapper .closebtn span:nth-child(3){
	top: 50%;
	transform: translate(-50%, 0%) rotate(-45deg);
}
.header-wrapper .header-menublock{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100vh;
  /* height:calc(100vh - clamp(4.929rem, 1.686rem + 8.65vw, 7.22rem)); */
	/* overflow-x: scroll;
	padding-bottom: 180px; */
	/* background-color: rgba(244,249,255); */
	background-color:#fafdff;
}
.header-wrapper .header-menuinner{
	width: 85%;
	/*height: 80vh;*/
	/*overflow-x: scroll;*/
	padding-top: 1.3em;
	margin: 0 auto;
}
.header-wrapper .header-menuinner a{
	display: block;
}
.header-wrapper .header-menuinner > a{
	padding: 23px 8px;
	border-top: solid 1px #b8b8b8;
}
.header-wrapper .header-tbmenu{
	position: relative;
}
.header-wrapper .header-tbmenu p{
	/*font-size: 2.1rem;
	font-weight: bold;*/
  font-size:1.3rem;
  font-weight:600;
	color: var(--secondary);
	transition:color 0.5s;
}
.header-wrapper .header-menuinner a:nth-last-child(1){
	border-bottom: none;
}
.header-wrapper .header-menuinner a:nth-child(1){
	border-top: none;
}
.header-wrapper .header-menuinner > a:hover p{
	color:var(--primary);
}
/*******************************
 フッター
********************************/
.footer-wrapper .footer-copyright{
	display:block;
	margin-top:1rem;
}


/*******************************
 採用情報
********************************/
.recruit-block .flex-1 h2 {
	/*font-size: 1.6em;*/
  font-size:1.4em;
}
.recruit-block .flex-1 .block{
  padding:0 10px;
}
.recruit-block .flex-1 p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.recruit-block .flex-wrapper .flex-2 img {
  height: 290px;
}
.recruit-block .flex-wrapper .flex-3 img {
  height: 290px;
}
.recruit-block .flex-4 h2 {
  /*font-size: 1.6em;*/
  font-size:1.4em;
}
.recruit-block .flex-4 .block{
  padding:0 10px;
}
.recruit-block .flex-4 p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.recruit-block .flex-5 {
  width: 49%;
}
.recruit-block .flex-6 {
  width: 49%;
}
.recruit-block .flex-5 h3 {
  /*font-size: 1.3em;*/
	font-size:1.2em;
}
.recruit-block .flex-5 img {
  height: 200px;
  margin-top: 15px;
}
.recruit-block .flex-5 .content {
  padding: 0 15px 30px 15px;
}
.recruit-block .flex-5 .content .thick {
  font-size: 1.05em;
}
.recruit-block .flex-5 .content .thin {
  font-size: 1em;
}
/*.recruit-block .flex-5 .content .first .thick {
  margin-right: 1.45em;
}
.recruit-block .flex-5 .content .second .thick {
  margin-right: 3.75em;
}
.recruit-block .flex-5 .content .third .thick {
  margin-right: 3.75em;
}*/
.recruit-block .flex-6 h3 {
  font-size: 1.3em;
}
.recruit-block .flex-6 img {
  height: 200px;
  margin-top: 15px;
}
.recruit-block .flex-6 .content {
  padding: 0 15px 30px 15px;
}
.recruit-block .flex-6 .content .thick {
  font-size: 1.05em;
}
.recruit-block .flex-6 .content .first .thick {
  margin-right: 1.45em;
}
.recruit-block .flex-6 .content .thin {
  font-size: 1em;
}
.recruit-block .flex-6 .content .second .thick {
  margin-right: 3.4em;
}
.recruit-block .contact a {
  /*padding-left: 1.4em;*/
  display: inline-block;
}

/*******************************
 お問い合わせ
********************************/
/* .contact-inner{
	width: 82%;
} */


/****************************
 施行実績(一覧)
*****************************/
@media (max-width:900px){
	.per-wrapper .per-item{
		width:calc(calc(100% - 1rem) / 2);
	}	
}
