@charset "UTF-8";
#contents {
	width:100%;
	margin:0 auto;
}
#main {
	width:100%;
}


.index {
  min-width: 1000px;
}


/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 365px;
	margin:0 auto;
	z-index: 16;
	background:url(../img/recruit_main.png) no-repeat center top;
	text-align:center;
    padding: 30px 0 0 0;
}
header .inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	display:block;
	position: relative;
	text-align: center;
	padding: 0;
} 
header .inner .logo {
	display: inline-block;
	margin: 0px 30px 0 0px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
	z-index: 20;
	float: left;
}
header .copy {
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -365px;
	z-index: 10;
}

header .logo a {
	display: block;
	background: #FFF;
	padding: 5px 20px 5px 20px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	/* drop-shadow */
	line-height: 1.0;
}
header .logo a img {
	width:40px;
	display: block;
	margin: 0;
	padding: 0;
}
header .logo a img:hover {
	opacity:0.8;
}






/*--------------------------------------------------------
　box
--------------------------------------------------------*/
.boxA,  .boxB, .boxC, .boxD, .boxE, .boxF, .boxG {
	margin: 50px auto 0 auto;
	width: 800px;
}
.boxD h3, .boxF h3, .boxG h3 {
	font-size: 30px;
	color: #004096;
	text-align: center;
	font-weight: 600;
}

.boxA h3 {
	font-size: 24px;
	background: #0081D4;
	width: 250px;
	margin: 80px auto 30px auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
	border-radius: 25px;
}
.boxA p {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 500;
	width: 600px;
	margin: 30px auto 0px auto;
	display: block;
}

.boxB {
	width: 100%;
	background: #C5E9F9;
	padding: 50px 0 50px 0;
}
.boxB h3 {
	font-size: 24px;
	font-weight: 600;
	color: #004096;
	text-align: center;
	display: block;
}
.boxB p {
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	width: 800px;
	margin: 30px auto 0px auto;
	display: block;
}



.boxC {
	width: 800px;
	margin: 0 auto;
}
.boxC h3 {
	font-size: 24px;
	background: #0081D4;
	width: 250px;
	margin: 80px auto 30px auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
	border-radius: 25px;
}

.boxC ul {
	clear: both;
}
.boxC ul li.head {
	font-size: 18px;
	font-weight: bold;
}
.boxC ul li.head::after {
	content: "";
	width: 100px;
	display: block;
	border-bottom: 5px solid #005EBF;
	margin: 10px 0 10px 0;
}
.boxC ul li.txt p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	overflow: hidden;
	letter-spacing: 0.5px;
}
.boxC ul li.txt img {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-top: 5px;
}
.boxC ul li.link p {
	font-size: 16px;
	font-weight: normal;
}
.boxC ul li.link {
	clear: both;
	padding: 20px 0 0 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.boxC ul li.link p {
	float: right;
	background: #009FE8;
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	position: relative;
}
.boxC ul li.link p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #009FE8;
}
.boxC ul li.link img {
	float: right;
	width: 100px;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
}
.boxC ul li.link a:hover, 
.boxC ul li.link a:hover img {
	opacity:0.7;
}


.boxD {
	width: 100%;
	background: #C5E9F9;
	padding: 50px 0 80px 0;
}

.boxD ul {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0 auto;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.boxD ul li {
	display: block;
	padding: 10px 0 0 0;
}
.boxD ul li span{
	width: 35px;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
}
.boxD ul li p {
	display: inline-block;
	width: 95%;
	padding: 0 0 5px 10px;
	vertical-align: middle;
	line-height: 1.3;
}
.boxD ul li.colorQ span {
	background: #004096;
}
.boxD ul li.colorQ p {
	font-weight: bold;
}
.boxD ul li.colorA span {
	background: #009EE7;
}



.boxE {
	width: 800px;
	margin: 0 auto;
}
.boxE h3 {
	font-size: 24px;
	background: #0081D4;
	width: 250px;
	margin: 80px auto 30px auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
	border-radius: 25px;
}
.boxE ul {
	line-height: 1.0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxE ul li {
	width: 26%;
	padding: 0 2% 50px 2%;
}
.boxE ul li strong {
	font-size: 18px;
	color:#004096;
	letter-spacing: 0.1px;
}
.boxE ul li span {
	font-size: 12px;
}
.boxE ul li img {
	width: 100%;
	margin: 10px 0 0 0;
}
.boxE ul li p {
	display: block;
	background: #009FE8;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 12px;
	color: #FFF;
}
.boxE ul li a {
	text-decoration: none;
}
.boxE ul li a:hover {
	opacity: 0.7;
}
.boxE ul li a:hover p {
	opacity: 0.7;
}



.boxF {
	width: 100%;
	background: #C5E9F9;
	padding: 50px 0 50px 0;
}
.boxF .guidelines {
	width: 800px;
	margin: 50px auto;
}



/*タブのスタイル*/
.boxF .tab_item {
  height: 70px;
  background-color: #d9d9d9;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}
.kansai {
	width: 45%;
	margin-right: 10%;
}
.kanto {
	width: 45%;
	float: right;
}
.boxF .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.boxF input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.boxF .tab_content {
  display: none;
  padding: 40px 40px 0px 40px;
  clear: both;
  overflow: hidden;
  border: 2px solid #005EBF;
  background: #FFF;
}
.boxF .tab_content table {
	width: 100%;
	margin-bottom: 50px;
}
.boxF .tab_content table th, 
.boxF .tab_content table td {
	border-bottom: 2px solid #CCC;
	padding: 15px 0 15px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
}
.boxF .tab_content table th {
	font-weight: 500;
}
.boxF .tab_content table td.midashi {
	font-size: 18px;
	font-weight: 500;
}
.boxF .tab_content table td span.ico {
	background: #19A7E9;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	border-radius: 25px;
	padding: 3px 10px 3px 10px;
	line-height: 18px;
	margin-left: 10px;
}

/*選択されているタブのコンテンツのみを表示*/
#kansai:checked ~ #kansai_content,
#kanto:checked ~ #kanto_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.boxF input:checked + .tab_item {
  background-color: #005EBF;
  color: #fff;
}



.boxG {
}
.boxG ul {
	width: 47%;
	background: #0081D4;
	padding: 25px;
	border-radius: 15px;
	text-align: center;
	color: #FFF;
	margin: 50px 0 50px 0;
	display: inline-block;
}
.boxG ul.kansai {
	float: left;
}
.boxG ul.kanto{
	float: right;
}
.boxG ul li.area {
	font-size: 24px;
	font-weight: bold;
}
.boxG ul li.tel {
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.boxG ul li.person {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 0 0;
}
.boxG ul li.address {
	border-top:1px solid #FFF;
	padding: 10px 0 0 0;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
}


a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #FFF;
}
