@charset "UTF-8";

/* ヘッダー
------------------------------------------------------------*/
.header{
	position: relative;
  overflow:hidden;
  width:100%;
}

.header img{
	object-fit:cover;
	position: relative;
  padding-top: 100px;
  width:100%;
	height: 300px;
}

.header::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 100px 0 8px 0;
}

.panel img {
	position: absolute;
	padding: 28px 0px 0px 30px;
	width: 220px;
}

#recruit-title{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}

#recruit-title h1{
	font-size: 30px;
	font-weight:normal;
}

#recruit-title h2{
	font-size: 20px;
	font-weight:normal;
}


/* 共通
------------------------------------------------------------*/
.recruit-content {
	width: 70%;
	margin: 50px auto;
}
.recruit-summary {
	margin: 0 auto 30px;
}
.blocka {
	float: left;
	margin: 0 50px 30px 0;
}
.blockb {
	float: left;
}
.recruit-table tr td {
	padding-bottom: 5px;
}
.recruit-table tr td:nth-child(1) {
	width:150px;
	vertical-align: top;
	color: #0a8ea1;
	font-weight: 500;
}
.btn {
	text-align: center;
	clear:both;
}
.recruit_button {
	width: 250px;
	background-color: #0a8ea1;
	color: #fff;
	margin: 40px auto 10px;
	padding: 13px;
	border-radius: 30PX;
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.recruit_button:hover {
	background-color: #ccf4f5;
	color: #0a8ea1;
}
.daiya li {
	text-indent: 1em;
}
.daiya > li::before {
	content: "◆";
}
.kome li {
	text-indent: 1em;
}
.kome > li::before {
	content: "※";
}
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	#recruit-title h1{
		margin-top: 70px;
	}
}

@media only screen and (max-width: 640px){
	#recruit-title h1{
		margin-top: 0;
	}

	.header{
	  position: relative;
	  overflow:hidden;
	  width:100%;
	  height:568px;
	}
	.header img{
	  padding-top: 0;
	  width:1280px;
	  height:auto;
	  margin-left:-470px;
	}
	.header::after {
		margin-bottom: 0px!important;
	}
	.recruit-content {
		width: 90%;
	}
	.recruit-table tr td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.recruit-table tr td:nth-child(1) {
		padding-top: 15px;
	}
	.blocka {
		float: none;
		margin: 0 0 40px 0;
	}
	.blockb {
		float: none;
	}
}

@media only screen and (max-width: 799px){
	.header img{
		padding-top: 0;
	}
	.header::after {
		margin: 0 0 8px 0;
	}
}
