
@charset "utf-8";
/* -----------------------------
	採用
-------------------------------- */
#recruit .page-title-area{
    background-image: url(../img/bg-pagetitle-rec.jpg);
}
#recruit .recruit-area{
	padding: 80px 0;
}
#recruit .recruit-area .txt-box{
	margin: 0 0 40px;
}
#recruit .recruit-area .catch{
	margin: 0 0 15px;
}
#recruit table th{
    padding: 25px 30px;
    width: 25%;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
}
#recruit table td {
    padding: 25px 30px 25px 0;
    text-align: left;
    vertical-align: top;
}
#recruit .area{
    font-weight: 500;
    margin: 10px 0 0;
}

#recruit table{
	width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDD;
    line-height: 1.8;
	background-color: #E7EDF1;
}
#recruit table tr{
	border-bottom: 1px solid #DDD;
}
#recruit table th{
	width: 25%;
    text-align: left;
    vertical-align: top;
    padding: 30px 50px;
    font-weight: 500;
}
#recruit table td{
	padding: 30px 30px 30px 0;
    text-align: left;
    vertical-align: top;
}
#recruit table td ul li{
	position: relative;
	padding: 0 0 0 20px;
    line-height: 1.6;
    margin: 0 0 10px;
}
#recruit table td ul li::before{
	position: absolute;
    left: -3px;
    top: 0;
    content: '・';
    color: #003461;
}
#recruit .more_btn02 {
	font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
    color: #003461;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 50px;
}

.more_btn02.active{
	color: #fff;
	background-color: #003461;
}
#recruit .flow-area（）
 {
	/* margin: 0 auto 80px; */
}
#recruit .flow-area .ttl-box{
	margin: 0 0 80px;
}
#recruit .flow-area .flow-list{
	display: flex;
	justify-content: space-between;
}
#recruit .flow-area .flow-list .flow-item{
	width: 350px;
	padding: 30px 20px;
	background-color: #F4F6F9;
	position: relative;
}
#recruit .flow-area .flow-list .flow-item::before{
	position: absolute;
    content: "";
    height: 2px;
    background-color: #003461;
    width: 300px;
    right: 0;
    top: -25px;
}
#recruit .flow-area .flow-list .flow-item .no{
	font-weight: bold;
	font-family: 'Lato';
	color: #003461;
	font-size: 3.0rem;
	font-weight: 800;
	position: absolute;
	top: -50px;
	left: 0;
}
#recruit .flow-area .flow-list .flow-item h3{
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	margin: 0 0 15px;
}
#recruit .flow-area .come{
	text-align: right;
	margin: 15px 0 0;
}

/* アコーディオン */
.acd-label{
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 50px;
    line-height: 1.5;
	color: #333;
	display: block;
	position: relative;
    font-weight: 700;
	cursor: pointer;
	text-align: left;
	transition: 0.3s;
	background: #E7EDF1;
	/* border: solid 1px #003461; */
	border: none;
	margin: 0 0 15px;
}
.acd-label:hover,
.acd-check:checked + .acd-label{
	color: #003461;
	transition: 0.3s;
}
.acd-label::before{
	position: absolute;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_plus.png) no-repeat 0 0;
    background-size: 20px 20px;
    top: 50%;
    right: 10px;
    margin: -10px 0 0;
}
.acd-check:checked + .acd-label:before{
	position: absolute;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_minus-wht.png) no-repeat 0 0;
    background-size: 20px 20px;
    top: 50%;
    right: 10px;
    margin: -10px 0 0;
}
.acd-check:checked + .acd-label{
	border-bottom: none;
	background-color: #003461;
	color: #fff;
	margin: 0;
}
.acd-content{
	/* border-radius: 0 0 8px 8px; */
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}

.acd-check{
display: none;
}
/* .acd-label{
border: none;
margin-bottom: 1px;
} */
.acd-content{
/* border: 1px solid #333; */
height: 0;
opacity: 0;
padding: 0 10px;
transition: .5s;
visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 0 0 30px;
	visibility: visible;
	position: relative;
	background: #fff;
}
#recruit .btn-box{
	margin: 30px 0 0;
}
#recruit .btn-box .btn{
	width: 500px;
	background-color: #003461;
	margin: 0 auto;
	padding: 30px 0;
	box-shadow: 8px 8px 30px rgba(0,0,0,.2);
	transition: .5s;
}
#recruit .btn-box .btn:hover{
	color: #fff;
	box-shadow: none;
	transition: .5s;
}
#recruit .btn-box .btn::before{
	background: rgba(255, 255, 255, 0.1);
}

#recruit .btn-box .btn:hover::after{
	right: 20px;
}
@media screen and (max-width: 768px) {
	#recruit .recruit-area{
		padding: 40px 20px;
	}
	.acd-label {
		font-size: 2rem;
		padding: 20px 40px 20px 20px;
	}
	.acd-check:checked + .acd-label + .acd-content{
		padding: 0 10px 30px;
		background-color: #E7EDF1;
	}
	#recruit table th{
		display: block;
		width: 100%;
		padding: 20px 0 8px;
		font-weight: 600;
	}
	#recruit table td {
		display: block;
		padding: 0 0 20px;
	}
	.acd-check:checked + .acd-label + .acd-content{
		margin: 0 0 15px;
	}
	#recruit .btn-box{
		margin: 15px 0 0;
	}
	#recruit .btn-box .btn{
		width: 100%;
		height: 80px;
	}
}