@charset "utf-8";

/*------------------------------
	content
------------------------------*/

.visual{
	background-image: url("/img/visual_recruit.jpg");
	background-position: center center;
	background-size: cover;
}

section{
	background-color:#f5e8e6;
}

section > div {
	width:1050px;
	margin: auto;
}

#recruit h1 {
	position: relative;
	margin-bottom: 60px;
	color: #222;
}

#recruit h1:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #A51F24;
	border-radius: 2px;
}


h2 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 15px;
}

/*------------------------------
	guidelines
------------------------------*/

.info_table div table{
	float:left;
	margin:auto;
}

.info_table tr{
	background:#fff;
	border-bottom:1px solid #E3E3E3;
}

.info_table tr:first-child{
	border-top:1px solid #E3E3E3;
}

.info_table th,
.info_table td {
	padding: 10px 10px 10px 20px;
}

.info_table th{
	vertical-align: top;
	width: 150px;
	text-align: left;
	background: #eee;
}

.info_table td {
	line-height: 30px;
}

.info_table td ul {
	margin: 0;
	list-style: none;
}

.info_table td > ul > li {
	margin: 0;
}


/*------------------------------
	charm
------------------------------*/

#charm {
	padding-bottom: 30px;
	background-color:#fff;
}

#charm p {
	background-color: #fff;
	padding: 0 30px 30px;
}

#charm p:first-of-type {
	padding-top: 30px;
}


/*------------------------------
	senior
------------------------------*/

#senior ul {
	width: 1040px;
	margin: 0 auto 50px;
}


#senior ul li {
	margin: 0;
	list-style: none;
}

#senior ul li a{
	display:block;
	margin: 10px;
	width:500px;
	height:281px;
	padding:35px 20px 20px;
	text-align:center;
	color:#fff;
	border:1px solid #424242;
	box-sizing:border-box;
	text-decoration:none;
	background-repeat: no-repeat;
}


#senior ul li a h2,
#senior ul li a span{
	display:block;
	font-size:22px;
}

#senior ul li a span,
#senior ul li a p{
	padding-bottom:15px;
}

#senior ul li a p{
	text-align:left;
}

#senior ul li a .btn_detail{
	display:inline;
	margin:auto;
	padding: 5px 30px;
	font-size:18px;
	border-radius: 5px;
	background: #424242;
}

.slick-dots {
	bottom: -45px;
}



/*------------------------------
	welfare
------------------------------*/

#welfare{
	background:#fff;
}

#welfare h2{
	text-align:left;
	padding-left:20px;
}

#welfare ul{
	width: 1050px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#welfare li {
	flex-basis: 282px;
	list-style :none;
	margin: 20px 30px;
	padding:0 ;
	width: 282px;
	font-size: 15px;
}

#welfare li b{
	display: block;
	text-align: center;
	font-size: 18px;
}



#welfare div{
	padding:20px 0;
	text-align:center;
	background:#eee;
}

/*------------------------------
	qanda
------------------------------*/

#qanda div{
	width: 1050px;
	padding: 20px 20px 20px 30px;
	box-sizing: border-box;
	background: #fff;
}

#qanda h2{
	margin-left: -10px;
	margin-bottom: 20px;
	padding-left:20px;
	text-align:left;
	color:#fff;
	background:#a51f24;
	font-size:20px;
}

#qanda dl{
	margin-left: 20px;
}

#qanda dl dt::before,
#qanda dl dd::before{
	position: relative;
	content: "Q";
	margin-left: -1.2em;
	font-weight: bold;
	padding-right: 8px;
	padding-bottom:5px;
	color: #009944;
	border-bottom:1px solid #c3c3c3;
}

#qanda dl dd::before{
	content: "A";
	color:#f00;
	border: none;
}

#qanda dl dt{
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom:1px solid #c3c3c3;
}

#qanda dl dd{
	padding-bottom:20px;
}


/*------------------------------
	inquiry
------------------------------*/

#inquiry{
	background:#fff;
}

.inquiry_form_btn{
	display:block;
	margin:30px 0;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	letter-spacing:2px;
	text-decoration:none;
	border-radius:15px;
	background:#a51f24;
}

