@charset "utf-8";

#wrapper {
 width: 100%;
 margin:0 auto;
 position: relative;
}

.btn_top {
	padding-left: calc(50% + 480px);
}
/********************************
HEADER
********************************/

.header {
	width: 100%;
	height: 72px;
	position: fixed;
	background: #fff;
	z-index: 999;
}

.header_pos {
	width:1080px;
	padding-left: 120px;
	margin: 0px auto;
}

.logo {
	padding-top: 15px;
	display: table-cell;
	vertical-align: middle;
}

.nav {
	padding-top: 15px;
	display: table-cell;
}

.nav ul {
	float: right;
	list-style: none;
}

.nav li {
	float: left;
	text-align: center;
	margin-left: 15px;
}

.nav .active {
	border-bottom: 2px solid #a0a0a0;
}

.nav-button {
	display: none;
}

.nav-wrap {
	display: none;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}



/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.btn_top {
		padding-left: 80%;
	}

	.header_pos {
		width: 100%;
		padding-left: 0px;
	}

	.logo {
		padding-left: 6%;
		width: 53%;
	}

	.logo img{
		width: 100%;
		vertical-align: middle;
	}


	.nav {
		display: none;
	}


	.scroll_stop {
		position: fixed;
	}

	.nav-wrap {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		background-color: rgba(0, 80, 143, 0.6);
		width: 100%;
		height: 100%;
	}

	.nav-wrap ul {
		margin-top: 10%;
		padding: 0px;
	}

	.nav-wrap li {
		padding-top: 25px;
		text-align: center;
		display: block;
		height: 50px;
	}

	.nav-wrap li.active {
		color: #fff;
		background: #000;
		font-size: 27px;
		font-weight: bold;
		border-bottom: none;
		line-height: 27px;
	}

	.nav-wrap a {
		color: #fff;
		font-size: 27px;
		font-weight: bold;
		line-height: 27px;
	}

	.nav_btn_box {
		display: table-cell;
		width: 40%;
		padding-top: 20px;
		padding-left: 30%;
	}


	/*メニューボタンのエフェクト*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}

	.nav-button {
		z-index: 20;
		position: relative;
		width: 30px;
		height: 30px;
	}

	.nav-button span {
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
	}

	.nav-button span:nth-of-type(1) {
		top: 0;
	}

	.nav-button span:nth-of-type(2) {
		top: 14px;
	}

	.nav-button span:nth-of-type(3) {
		bottom: 0;
	}

	.nav-button.activer span:nth-of-type(1) {
		background: #fff;
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}

	.nav-button.activer span:nth-of-type(2) {
		opacity: 0;
	}

	.nav-button.activer span:nth-of-type(3) {
		background: #fff;
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}

}

h2{
	text-align: center;
	padding-bottom: 30px;
}


/********************************
recruit_top
********************************/

.recruit_top {
	padding-top: 72px;
	width: 100%;
	height: 330px;
	background-image: url("../images/recruit/saiyou01.jpg");
	color: #fff;
	background-position: 50% 72px;
	text-align: center;
	background-size: cover;
}

.recruit_top h2{
	text-align: center;
	padding-bottom: 0px;
}

.recruit_top p {
	margin-top: 30px;
	margin-left: calc(50% - 480px);
	margin-bottom: 90px;
	color: #fff;
	text-align: left;
}

.recruit_top a {
	color: #fff;
}


/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.recruit_top {
		height: 45%;
		background-image: url("../images/recruit/saiyou01_sp.jpg");
		padding-bottom: 17%;
	}

	.recruit_top h2{
		font-size: 6vw;
		margin-top: 17%;
		padding-bottom: 10px;
	}

	.recruit_top p {
		display: none;
	}
}


/********************************
recruit_sec02
********************************/

.recruit_sec02 {
	padding-top: 60px;
	width: 100%;
}

.recruit_sec02 p {
	text-align: left;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
}

.recruit_sec02 p.read {
	text-size: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}

.recruit_sec02 p.name01 {
	text-align: right;
	font-size: 13px;
	line-height: 23px;
}

.recruit_sec02 p.name02 {
	text-align: right;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}


.mes_box {
	display: flex;
	width: 100%;
	max-height: 475px;
	background: #00508f;
}

.text_area_l {
	width: 50%;
	padding-left: calc(50% - 480px);
	padding-right: 30px;
	padding-top: 30px;
}

.text_area_r {
	width: 50%;
	padding-left: 30px;
	padding-right: calc(50% - 480px);
	padding-top: 30px;
}

.photo_area {
	min-width: 50%;
	max-width: 50%;
	overflow: hidden;
}

.photo_area img {
    min-height: 475px;
}

.photo_area_long {
	min-width: 50%;
	overflow: hidden;
}



/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.recruit_sec02 p {
		font-size: 20px;
		line-height: 1.7em;
	}


	.recruit_sec02 p.name01 {
		font-size: 18px;
		line-height: 1.7em;
	}

	.recruit_sec02 p.name02 {
		font-size: 26px;
	}

	.mes_box {
		display: block;
		width: 100%;
		max-height: initial;
	}


	.text_area_l {
		width: 86%;
		margin: 0px auto;
		padding: 20px 0px;
		font-size: 24px;
	}

	.text_area_r {
		width: 86%;
		margin: 0px auto;
		padding: 20px 0px;
	}

	.photo_area {
		width: 100%;
		max-width: initial;
		max-height: initial;
		overflow: visible;
	}

	.photo_area img {
	    min-height: initial;
	}

}


/********************************
recruit_sec03
********************************/

.recruit_sec03 {
	padding-top: 60px;
	width: 100%;
}

.recruit_sec03_area {
	display: flex;
	width: 960px;
	margin: 0px auto;
}

.recruit_sec03_area02 {
	display: flex;
	width: 960px;
	margin: 60px auto;
}

.recruit_sec03_list {
	width: 460px;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	margin: 0px auto;
}

.recruit_sec03_list table {
	border: 5px;
}

.recruit_sec03_list th {
	width: 116px;
	background: #c9c9c9;
	padding: 15px 10px;
	vertical-align: top;
}

.recruit_sec03_list td {
	width: 329px;
	background: #e5e5e5;
	padding: 15px 10px;
	vertical-align: top;
}


.btn_blue {
	background: #00508f;
	color: #fff;
	width: 160px;
	border: solid 1px #00508f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	margin: 30px auto;
}

.btn_blue:hover {
	background: #fff;
	color:  #00508f;
}

.btn_blue_none {
	background: #00508f;
	color: #fff;
	width: 160px;
	border: solid 1px #00508f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	margin: 30px auto;
}


/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.recruit_sec03_area {
		display: block;
		width: 86%;
	}

	.recruit_sec03_area02 {
		display: block;
		width: 86%;
		margin-top: 0px;
	}

	.btn_blue {
		width: 99%;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		margin: 0px auto 15px;
	}

	.btn_blue_none {
		width: 99%;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		margin: 0px auto 15px;
	}

	.btn_blue::after {
		content: ">　";
		float: right;
	}

/*reset*/
	button{background:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none;}ul{list-style-type:none;margin:0;padding:0;}li,p{margin: 0;}
/*reset*/

	button {
	  display: block;
	  cursor: pointer;
	  background-color: #c7c7c7;
	  width: 100%;
	  height: 50px;
	  text-align: left;
	  margin-top: 10px;
	  font-size: 14px;
	}


	button span.plus::after {
		content: "＋　";
		float: right;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
	}

	button.activer span.plus::after {
		content: "×　";
		float: right;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
	}

	.recruit_sec03_list {
		width: 100%;
	}

	.recruit_sec03_list table {
		width: 100%;
		border: 0px;
	}

	.recruit_sec03_list tr{
	  margin-top: 5px;
	}

	.recruit_sec03_list th {
		width: 116px;
		background: #e4e4e4;
	}

	.recruit_sec03_list td {
		width: 329px;
		background: #e4e4e4;
	}

}



/********************************
entry_main
********************************/

.entry_main {
	padding-top: 60px;
	width: 100%;
}

.entry_main h2{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.entry_main p{
	padding-bottom: 40px;
}

.entry_form {
	width: 654px;
	margin: 0px auto;
}

.entry_form select {
	width: 100px;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #dbe6f1;
}

.entry_form input.text {
	width: 400px;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.entry_form input.year {
	width: 100px;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.entry_form input.age {
	width: 100px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.entry_form input.postNum {
	width: 100px;
	height: 46px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.entry_form textarea{
	width: 400px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.entry_form table th{
	min-width: 170px;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	padding-top: 10px;
}

.entry_form table td{
	font-size: 13px;
}

.required {
	min-width: 70px;
	vertical-align: top;
	padding-top: 10px;
}


.entry_form input.formBtn{
	background: #00508f;
	color: #fff;
	width: 200px;
	border: solid 1px #00508f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin: 80px auto;
}

.entry_form input.formBtn:hover {
	background: #fff;
	color:  #00508f;
}


.alert_name, .alert_mail, .alert_mail02, .alert_inquiry {
	display: none;
	font-size: 10px;
	color: #cc0033;
	position: relative;
	top: -10px;
}


.error {
	display: none;
	width:592px;
	height: 24px;
	border: solid 1px #cc0033;
	margin: 0 auto;
	color: #cc0033;
	padding: 2px 0px 2px 10px;
}


@media only screen and (max-width: 750px) {

	.entry_main {
		width: 86%;
		margin: 0px auto;
		font-size: 18px;
	}

	.entry_form {
		width: 100%;
	}

	.mailform {
		width: 100%;
	}

	.entry_form table th{
		width: 100%;
		font-size: 18px;
	}

	.entry_form table td{
		width: 100%;
		font-size: 18px;
	}

	.entry_form input.text {
		width: 100%;
		font-size: 18px;
	}

	.entry_form textarea{
		width: 100%;
		font-size: 18px;
	}

}

/********************************
FOOTER
********************************/

.footer {
	width: 100%;
	background: #fff;
	padding-top: 100px;
	text-align: center;
}

.entry_footer {
	width: 100%;
	background: #fff;
	padding-top: 0px;
	text-align: center;
}

.footer h2{
	text-align: center;
	padding-bottom: 0px;
}

.btn_inq_box {
	width: 960px;
	background: #fff;
	border: solid 1px #000;
	margin: 0 auto;
	padding: 40px;
}

.box_read {
	font-size: 16px;
	color: #000;
}

.btn_inq {
	background: #00508f;
	color: #fff;
	width: 760px;
	border: solid 1px #00508f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin: 20px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.btn_inq:hover {
	background: #fff;
	color:  #00508f;
}


.btn_subtxt {
	font-size: 13px;
	font-weight: bold;
}

.tel_txt {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.logo_and_mark {
	display: flex;
	width: 590px;
	margin: 100px auto;
	justify-content: space-between;
	align-items: center;
}

.footer_end {
	width: 100%;
	height: 50px;
	background: #00508f;
}

.footer_end a{
	color: #fff;
}

.footer_end a:hover{
	color: #ccc;
}

.footer_end_txt {
	width: 960px;
	color: #fff;
	font-size: 11px;
	margin: 0px auto;
	line-height: 50px;
}

.footer_end_txt_sp {
	display: none;
}


/*/////////////SP////////////*/
@media only screen and (max-width: 750px) {

	.footer_end {
		height: auto;
	}

	.btn_inq_box {
		width: 86%;
		background: #fff;
		border: solid 1px #000;
		margin: 0 auto;
		padding: 0px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.btn_inq_box .box_read{
		font-size: 3.5vw;
		padding-left: 10px;
	}

	.btn_inq {
		width: 80%;
	}



	.logo_and_mark {
		display: block;
		width: 100%;
	}

	.logo_and_mark a{
		padding-right: 7%;
	}

	.logo_and_mark img{
		vertical-align: middle;
	}

	.footer_end_txt {
		display: none;
	}
	
	.footer_end_txt_sp {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		padding-top: 40px;
		padding-bottom: 40px;
	}

}


