@charset "utf-8";

/*===============================================
●共通項目
===============================================*/

/*===============================================
●画面の横幅が769px以上
===============================================*/

/* main_img */
#main_img {
	width: 100%;
	min-width: 940px;
	height: 400px;
	margin-top: 60px;
	background: url(../../images/recruit/index/main_img.jpg) no-repeat center center;
	background-size: cover;
}
#main_img img {
	position: relative;
	top: 290px;
}

/* ttl_copy */
#ttl_copy {
	width: 100%;
	padding: 55px 0 45px 0;
	font-size: 14px;
	line-height: 1.8em;
	background: #ffffff;
	box-sizing: border-box;
}

/* ttl_obi */
.ttl_obi {
	width: 100%;
	height: 60px;
	margin-bottom: 60px;
	padding-top: 13px;
	font-size: 20px;
	line-height: 1.6em;
	color: #ffffff;
	letter-spacing: 0.05em;
	background: #103a86;
	box-sizing: border-box;
	position: relative;
}
.ttl_obi:after {
	content: '▼';
	display: inline-block;
	position: absolute;
	top: 48px;
	left: 48.5%;
	width: 0;
	height: 0;
	font-size: 16px;
	color: #103a86;
}

/* jinzai */
#jinzai {
	width: 940px;
	height: auto;
	margin-bottom: 50px;
	box-sizing: border-box;
	display: inline-block;
}
#jinzai ul {
	width: 940px;
	height: auto;
	box-sizing: border-box;
}
#jinzai li.photo {
	width: 300px;
	height: auto;
	box-sizing: border-box;
	float: left;
}
#jinzai li.copy {
	width: 600px;
	height: auto;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	box-sizing: border-box;
	float: right;
}
#jinzai li.copy span {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	color: #103a86;
}

/* point */
#point {
	clear: both;
	width: 940px;
	height: auto;
	margin-bottom: 100px;
	box-sizing: border-box;
	display: inline-block;
}
#point ul {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#point li {
	width: 460px;
	height: 365px;
	margin-right: 20px;
	padding: 25px 20px;
	border: 1px solid #103a86;
	box-sizing: border-box;
	float: left;
}
#point li:last-of-type {
	margin-right: 0;
}
#point li ul.sales_point li.copy {
	width: 420px;
	height: auto;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	background: #ffffff;
	border: none;
	box-sizing: border-box;
	float: left;
}
#point li ul.sales_point li.copy p.sub {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #103a86;
	letter-spacing: 0.05em;
	text-align: center;
}
#point li ul.sales_point li.copy p.num {
	width: 50px;
	margin: 0 auto;
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4em;
	color: #103a86;
	text-align: center;
	border-bottom: 3px solid #103a86;
}
#point li ul.sales_point li.copy p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	color: #103a86;
	text-align: center;
}
#point ul.second li {
	width: 300px;
	height: 410px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 15px 10px;
	border: 1px solid #103a86;
	box-sizing: border-box;
	float: left;
}
#point ul.second li:last-of-type {
	margin-right: 0;
}
#point ul.second li ul.sales_point li.copy {
	width: 280px;
	height: auto;
	background: #ffffff;
	border: none;
	box-sizing: border-box;
	float: left;
}
#point ul.second li ul.sales_point li.copy p.txt {
	padding: 0 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	color: #595757;
	text-align: left;
}

/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media only screen and (max-width: 768px) {

/* main_img */
#main_img {
	min-width: 100%;
	height: 200px;
	margin-top: 0;
	margin-bottom: 3%;
}
#main_img img {
	width: 40%;
	height: auto;
	position: relative;
	top: 35%;
}

/* ttl_copy */
#ttl_copy {
	width: 100%;
	margin-bottom: 3%;
	padding: 4% 7%;
	line-height: 1.6em;
	text-align: left;
}

/* ttl_obi */
.ttl_obi {
	height: auto;
	margin-bottom: 8%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	letter-spacing: 0.05em;
	background: #103a86;
	box-sizing: border-box;
}
.ttl_obi:after {
	top: 81%;
	font-size: 18px;
}

/* jinzai */
#jinzai {
	width: 86%;
	margin: 0 auto;
}
#jinzai ul {
	width: 100%;
	margin-bottom: 6%;
}
#jinzai li.photo {
	width: 100%;
	margin-bottom: 3%;
	float: none;
}
#jinzai li.photo img {
	width: 100%;
	height: auto;
}
#jinzai li.copy {
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
	float: none;
}
#jinzai li.copy span {
	margin-bottom: 3%;
	line-height: 1.4em;
}

/* point */
#point {
	width: 86%;
	margin-bottom: 0;
}
#point ul {
	width: 100%;
	margin-bottom: 0;
}
#point li {
	width: 100%;
	height: auto;
	margin-top: 6%;
	margin-right: 0;
	padding: 3%;
	float: none;
	display: inline-block;
}
#point li ul.sales_point li.copy {
	width: 100%;
	font-size: 14px;
	float: none;
}
#point li ul.sales_point li.copy p.sub {
	margin-top: -4%;
}
#point ul.second li {
	width: 100%;
	height: auto;
	margin-top: 6%;
	margin-right: 0;
	padding: 3% 3% 1% 3%;
	float: none;
	display: inline-block;
}
#point ul.second li:last-of-type {
	margin-right: 0;
}
#point ul.second li ul.sales_point li.copy {
	width: 100%;
	float: none;
}
#point ul.second li ul.sales_point li.copy p.txt {
	padding: 0;
	font-size: 14px;
}

}