@charset "utf-8";

/* CSS Document */


/* ========================================================================
  Common（共通部分）
======================================================================== */

.sp{
  display:none;
}
/* .inner{
  position:relative;
  max-width:93%;
  margin:0 auto;
}
.top_inner{
  margin: 0 auto;
  color: #fff;
  position: sticky;
  top: 1rem;
} */

@media screen and (max-width:834px) {

  .sp{
    display:none;
  }
  /* .inner{
    position:relative;
    max-width:93%;
    margin:0 auto;
  }
  .top_inner{
    margin: 0 auto;
    color: #fff;
    position: sticky;
    top: 1rem;
  } */

}

/* ----------------------------------------
  recruit_top
---------------------------------------- */
#recruit_top .image{
	margin-bottom: clamp(20px,7vw, 90px);
}
#recruit_top .image img{
	margin-bottom: clamp(10px,4vw, 40px);
}
#recruit_top .concept{
	display: flex;
	margin-bottom: clamp(40px,12vw, 100px);
	align-items: center;
}
#recruit_top .concept .block_l{
	width: 45%;
	margin-right: 70px;
}
#recruit_top .concept .block_l h3{
	border: none;
}
#recruit_top .concept .block_r{
	width: 55%;
}
#recruit_top .concept .block_r h4{
}
#recruit_top .point{
	margin-bottom: 100px;
}
#recruit_top .point h4{
  font-weight: 500;
}
#recruit_top .point h4 span{
}
#recruit_top .point li{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#recruit_top .point .block_l{
	width: 40%;
	margin-right: 70px;
}
#recruit_top .point .block_r{
	width: 60%;
}
#recruit_top .recruit{
	margin-bottom: 100px;
	display: flex;
}
#recruit_top .recruit p{
	text-align: center;
}
#recruit_top .recruit a{
	text-decoration: none;
}
#recruit_top .recruit a:hover{
	opacity: 0.5;
}
#recruit_top .recruit ul{
	margin: 20px auto 30px;
}
#recruit_top .recruit ul li{
	font-size: clamp(131%,2.2vw, 154%);
	font-weight: bold;
  padding: 0.2em 0;
	color: #162B3E;
}
#recruit_top .recruit ul li a{
	color: #162B3E;
}
#recruit_top .recruit ul li:before{
	font-family: "Font Awesome 5 Free";
	content:"\f138";
	font-weight: 900;
	padding:0 0.4em 0 0;
	font-weight: bold;
	color: #162B3E;
}
#recruit_top .recruit .block_l{
	width: 50%;
	margin-right: 80px;
}
#recruit_top .recruit .block_r{
	width: 45%;
}
#recruit_top .recruit .block_r .widget_btn{
	margin-top: 30px;
}


#recruit_top .fukuri ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5em 3%;
  padding-top: 2em;
}

#recruit_top .fukuri li{
	background: #efefef;
	padding: 2em 8%;
}
#recruit_top .recruit_blog{
	margin-bottom: 50px;
}


.recform{
  background-color: #f4f3ee;
	padding: min(7vw,3em ) 5%;
}
.recform h4{
  text-align: center;
}
.recform p{
	text-align: center;
}


@media screen and (max-width:834px) {

  #recruit_top .concept{
    display: block;
    margin-bottom: 50px;
  }
  #recruit_top .concept .block_l{
    width: auto;
    margin-right: 0;
    padding: 0 6%;
  }
  #recruit_top .concept .block_r{
    width: auto;
  }
  #recruit_top .concept .block_r h4{
    text-align: center;
  }
  #recruit_top .point{
    margin-bottom: 50px;
    display: block;
  }
  #recruit_top .point h4{
    font-weight: 500;
  }
  #recruit_top .point h4 span{
  }
  #recruit_top .point li{
    margin-bottom: 30px;
    display: block;
    align-items: center;
  }
  #recruit_top .point .block_l{
    width: auto;
    margin-right: 0;
    padding-bottom: 1.5em;
  }
  #recruit_top .point .block_r{
    width: auto;
  }
  #recruit_top .recruit{
    margin-bottom: 50px;
    display: block;
  }
  #recruit_top .recruit p{
    text-align: left;
  }
  #recruit_top .recruit ul{
    width: auto;
    margin: 20px auto 30px;
  }
  #recruit_top .recruit ul li{
    font-size: clamp(131%,2.2vw, 154%);
    font-weight: bold;
    padding: 0.2em 0;
    color: #162B3E;
  }
  #recruit_top .recruit ul li a{
    color: #162B3E;
  }
  #recruit_top .recruit ul li:before{
    font-family: "Font Awesome 5 Free";
    content:"\f138";
    font-weight: 900;
    padding:0 0.4em 0 0;
    font-weight: bold;
    color: #162B3E;
  }
  #recruit_top .recruit .block_l{
    width: auto;
    margin-right: 0;
  }
  #recruit_top .recruit .block_r{
    width: auto;
  }


  #recruit_top .fukuri ul{
    grid-template-columns: repeat(1, 1fr);
    gap: 1em 3%;
    padding-top: 1em;
  }

  #recruit_top .fukuri li{
    padding: 1.5em 5%;
  }

}


/***********
process
************/


#recruit .process{
}
#recruit .process ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 4%;
}
#recruit .process li{
	border: 1px dotted #333;
	padding: min(7vw,2em ) min(5vw,2em );
	position: relative;
}
#recruit .process li::after{
	content: "";
	background: url(/img/recruit/yaji.png);
  background-size: 100% 100%;
	width: 8%;
	height: 60px;
	position: absolute;
	left: calc(100% + 3%);
  top: 50%;
  translate: 0 -50%;
}
#recruit .process li:nth-child(3n){
	margin-right: 0;
}
#recruit .process li:nth-child(3n)::after{
	content: "";
	background: none;
}
#recruit .process span{
	display: block;
	font-size: 154%;
	margin-bottom: 0.2em;
}

@media screen and (max-width:834px) {

  #recruit .process{
  }
  #recruit .process ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #recruit .process li{
  }
  #recruit .process li::after{
    content: "";
    background: url(/img/recruit/yaji.png);
    background-size: 100% 100%;
    width: 1.5em;
    height: 60px;
    position: absolute;
    left: 50%;
    top: calc(100% - 1.2em);
    translate: -50% 0 ;
    rotate: 90deg;
  }
  #recruit .process li:nth-child(3n){
    margin-right: 0;
  }
  #recruit .process li:nth-child(3n)::after{
    content: "";
    background: none;
  }
  #recruit .process span{
    display: block;
    font-size: 154%;
    margin-bottom: 0.2em;
  }

}

/***********
recruitTitle
************/

.recruitTitle {
  font-weight: 400;
  font-size: clamp(20px,4.6vw, 30px);
  padding-bottom: 0.8em;
}

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
