@charset "utf-8";

/*------------------------------------------------------

  recruit

--------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
/* -----------  recruit ----------- */
.recruit{
	color: #fff;
	background: url(../img/recruit/pc_recruit.jpg) no-repeat center / cover;
	height: 50vh;
}
.recruit1 a:hover,.recruit2 a:hover,.recruit3 a:hover,.recruit4 a:hover{
	opacity: .78;
}
.recruit > *{
	box-sizing: border-box;
	max-height: inherit;
	height: inherit;
}
.hero__container{
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: inherit;
	margin-left: 10%;
}
.recruit1{
	margin: 10% auto;
}
h2.title{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 10% 0 5%;
}
.recruit1 p{
	margin: 5% 15%;
}
.recruit1 p a{
	display: inline-block;
	text-decoration: none;
	color: #016cb0;
	margin: 0;
}
.recruit1 > a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #016cb0;
	margin: 1em 0;
}
.recruit1 p.work{
	border: solid 4px #d2fbdb;
	text-align: center;
	border-radius: 1em;
	margin: 2% 15%;
}
.recruit1 p.work img{
	padding: 5% 0;
}

/* -----------  recruit2 ----------- */
.recruit2{
	margin: 10% auto;
}
h2.title1{
	background:  url(../img/recruit/recruit_icon.png) no-repeat 1em 0.3em;
	background-color: #e3e8ec;
	color: #43647d;
	font-size: 24px;
	padding: 1% 4em;
}
.recruit2 div:nth-child(2){
	display: inline-block;
	width: 55%;
	float: left;
}
.recruit2 div:nth-child(2) img{
	margin: 2%;
	}
.recruit2 div:nth-child(3){
	display: inline-block;
	width: 35%;
	float: left;
	margin: 5%;
}
.recruit2 a{
	display: inline-block;
	text-decoration: none;
	color: #016cb0;
}

/* -----------  recruit3 ----------- */
.recruit3{
	clear: both;
	margin: 10% auto;
}
h2.title2{
	background:  url(../img/recruit/recruit_icon1.png) no-repeat 1em 0em;
	background-color: #43647d;
	color: #fff;
	font-size: 24px;
	padding: 1% 4em;
}
.recruit3 ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -2% 0 0 -2%;
	padding: 0;
}
.recruit3 ul li{
  width: 30%;
  margin: 5% 0 0 2%;
}

/* -----------  recruit4 ----------- */
.recruit4{
	width: 65%!important;
	max-width: 800px;
	text-align: center;
	color: #43647d;
	border: solid 4px #43647d;
	border-radius: 1em;
	margin: 10% auto;
}
h2.title3{
	font-size: 24px;
	margin: 5% 0;
}
.recruit4 a{
	background:  url(../img/recruit/recruit_mail.png) no-repeat 2em 1em;
	text-decoration: none;
	color: #43647d;
	border: solid 1px #43647d;
	padding: 1em 5em;
}
.recruit4 p:nth-child(3){
	font-weight: bold;
	margin: 5% 0 0;
}

/* -----------  recruit_link ----------- */
.recruit_link{
	margin-top: 5%;
}
.recruit_link h3{
	color: #000000;
  margin: 0 15% 2%;
}
.recruit_link h3 a{
	color: #016cb0;
	text-decoration: none;
}
.recruit_link--detail{
	margin: 0 15% 2%;
}
.recruit_link .recruit_tpo{
	margin: 0 15% 2%;	
}
.recruit_link .recruit_tpo {
  padding-left: 5.5em;
  text-indent: -5.5em;
  margin: 0;
}
/*.recruit_link--detail:last-child a:last-child{
	text-align: center;
}
.recruit_link--detail:last-child a:last-child img{
	width: 95%;
	max-width: 640px;
	margin: 1em auto 0;
}*/
.recruit_link--detail_item{
	margin-bottom: 1em;
}
.recruit_link--detail_item ul {
	padding-left: 10px;
	margin-top: 0;
}
.recruit_link--detail_item ul li{
  padding-left: 0.5em;
  text-indent: -0.5em;	
  list-style:  none;      /* デフォルトのアイコンを消す */
  margin:  0;             /* デフォルト指定上書き */
  padding: 0;             /* デフォルト指定上書き */
}

.recruit_link--detail_item ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  3px;               /* 幅指定 */
    height:  3px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #43647d;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.recruit_link--weight{
	font-weight: 600;
	color: #43647d;
}
.recruit_link--indent{
	 padding-left: 1em;
}
.recruit_link--margin{
	display: block;
}
.recruit_link--color{
	color: #43647d;
}
.recruit_link--bold{
	color: #000000;
}
.recruit_link--detail_item a{
 color:#016cb0;
text-decoration: none;
}

@media (max-width: 47.99rem){
	.recruit {
   height: calc(100vh - 30rem);
	}
	.recruit1 p ,.recruit_link h3,.recruit_link .recruit_tpo{
	    margin: 5% 0;
	}
	h2.title{
		font-size: 30px;
	}
	h2.title1{
		background:  url(../img/recruit/recruit_icon.png) no-repeat 3% 0.2em / 10%;
		background-color: #e3e8ec;
		padding: 1% 0 1% 14%;
	}
	h2.title2{
		background:  url(../img/recruit/recruit_icon1.png) no-repeat  3% 0.2em / 10%;
		background-color: #43647d;
		padding: 1% 0 1% 14%;
	}
	.recruit2 div:nth-child(2),
	.recruit2 div:nth-child(3){
		width: auto;
		float: none;
	}
	.recruit3 ul li {
    width: auto;
	}
	.recruit4 {
    width: auto!important; 
    margin: 10% 7%;
	}
	.recruit4 a{
		background: url(../img/recruit/recruit_mail.png) no-repeat 1em 1em;
		padding: 1em 4em;
	}
	.recruit_link--detail{
	margin: 0 0% 2%;
}
	.recruit_link--weight{
	font-weight: 600;
}
	.recruit_link--indent{
	 padding-left: 0em;
}
	.br-sp {
	display: none; }
}
@media (min-width: 48rem){
	.sitewidth{
		width: auto;
	}
}
.hr1 {
		margin:  0 15% 2%;
	}
@media (max-width: 47.99rem){
	.hr1 {
		margin:  0;
	}
}
@keyframes scroll-guide{
	from{ background-position: -24em 0; }
	to{ background-position: calc(100% + 24em) 0; }}
