﻿@charset "utf-8";
/* CSS Document */

/*====================================================================

page.css

======================================================================*/


.cont-recruit-tit {
	margin-bottom: 3rem;
	position: relative;
	background: url(../img/recruit/tit-bg.jpg) no-repeat 50% 0;
	height: 320px;
}
.cont-recruit-tit h3 {
	margin: 0px auto 4rem;
	width: 80%;
	max-width: 700px;
}

.cont-recruit-tit li {
	margin: 0px auto 1rem;
	padding: 16px 0;
	border-radius: 45px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	background: #252e61;
	border: 4px solid #fff;
	line-height: 1.3;
}
.cont-recruit-tit li span {
	color: #fff333;
	font-size: 1.35rem;
}

.cont-recruit h3 {
	margin-bottom: 1.2rem;
	padding: 15px 0 17px;
	background: url(../img/common/bg-03.gif);
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.3rem;
	color: #012464;
	font-weight: 500;
}

.cont-recruit_reason {
	margin-bottom: 3rem;
	counter-reset: section;
}
.cont-recruit_reason > div {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
}
.cont-recruit_reason > div:before {
	position: absolute;
	top: -10px;
	left: 10px;
	border-radius: 3px;
	padding: 4px 0;
	width: 26px;
	text-align: center;
	color: #fff;
	background: #0f8beb;
	line-height: 1;
	font-weight: 500;
	font-family: "Rounded Mplus 1c";
	counter-increment: section;
	content: ""counter(section);
	font-size: 1.2rem;
}

.cont-recruit_reason > div h4 {
	margin-bottom: .9rem;
	padding: 1rem;
	background: url(../img/common/bg-02.gif);
	text-align: center;
	line-height: 1.3;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.cont-recruit_reason > div img {
	margin: 0px auto 1rem;
	border-radius: 3px;
	width: 85%;
}
.cont-recruit_reason > div p {
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.6;
	font-size: .9rem;
}
.cont-recruit_reason > div p strong {
	color: #e2123e;
}

.cont-recruit_form {
	margin-bottom: 3rem;
	padding: 1.5rem 1.8rem 1.8rem;
	border: 2px solid #ddd;
}
.cont-recruit_form h3 {
	margin-bottom: 1rem;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.cont-recruit_form p span {
	color: #CD004C;
}
.rc-tel {
	padding-bottom: 0px !important;
	line-height: 1.2;
	font-size: .9rem !important;
	box-sizing: border-box;
}
.rc-tel .tel-link {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
}
.rc-tel .tel-link:before {
	padding-right: 5px;
	font-family: "fontello";
	content: '\e805';
}

.rc-nav {
	margin: 0px auto 0px;
	text-align: center;
}
.rc-nav a:link,
.rc-nav a:visited {
	border-radius: 45px;
	display: block;
	padding: .8rem 0;
	background: #CD004C;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.rc-nav a:hover {
	background: #de1557;
}
.rc-nav a:before {
	font-family: "fontello";
	padding-right: 10px;
    content: "\f0e0";
}


@media print, screen and (min-width: 481px) {

.cont-recruit-tit ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cont-recruit-tit li {
	width: 48%;
}

.cont-recruit_reason {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cont-recruit_reason > div {
	width: 48%;
}

.rc-tel .tel-link {
	font-size: 2rem;
	line-height: 1.1;
}

}

@media print, screen and (min-width: 767px) {
	
.cont-recruit-tit {
	height: 540px;
}
.cont-recruit-tit li {
	width: 24%;
}

.cont-recruit_reason > div {
	width: 32%;
}
.rc-tel {
	float: left;
	width: 40%;
}
.rc-nav {
	float: left;
	margin-top: 5px;
	width: 48%;
}

}


@media print, screen and (min-width: 1000px) {

.cont-recruit-tit {
	height: 600px;
}
.cont-recruit-tit h3 {
	margin-bottom: 5rem;
}

.cont-recruit_reason > div:before {
	top: -5px;
	padding: 8px 0;
	width: 38px;
	font-size: 1.8rem;
}

.cont-recruit_form {
	padding: 1.5rem 2rem;
}

}


@media screen and (max-width: 767px) {
.cont-recruit-tit {
	margin-bottom: 190px;
	background: url(../img/recruit/tit-bg.jpg) no-repeat 100% 0;
	background-size: cover;
}
.cont-recruit-tit h3 {
	max-width: 350px;
}
.cont-recruit-tit li {
	margin-bottom: .7rem;
	padding: 10px 0;
	font-size: 1.1rem;
}

.cont-recruit-tit ul {
	position: absolute;
	padding: 0 2rem;
	top: 340px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}


}

@media screen and (max-width: 480px) {
.cont-recruit-tit {
	margin-bottom: 260px;
}
.cont-recruit-tit h3 {
	max-width: 260px;
}
.cont-recruit-tit li br{
	display: none;
}

.cont-recruit h3 {
	font-size: 1.1rem;
}

}