﻿@charset "UTF-8";

/* メイン画像 */
.mainimg {
	
	height: auto;
	padding-top: 19%;
	background-image: url('../img/under_mainimage.png');
	background-position: center center;

}

#recruit {

	padding-top: 4.5em;

}

#recruit h2 {
	
	position: relative;
	width: 16em;
	margin: 0 auto;
	margin-bottom: 7em;
	overflow: hidden;

}

#recruit h2:after {

	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width:  100%;
	height: 100%;
	background: #fff;
	transition: all 1.5s;

}

#recruit h2.active:after {

	width: 0;

}

#recruit h3 {
	
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #333366;
	letter-spacing: 0.15em;
	-webkit-transform: translateY(24px);
	transform: translateY(24px);

}

#recruit .bg_wrap {

	padding-top: 13em;
	padding-bottom: 8em;
	margin-bottom: 3.5em;
	background-image: url('../img/recruit_bg.jpg');
	background-size: cover;
	background-position: top center;
	
}

#recruit .wrap1 {

	width: 1200px;
	margin: 0 auto;

}

#recruit .wrap1 .img {
	
	opacity: 0;
	float: left;
	width: 36%;
	margin-left: 5%;
	-webkit-perspective: 1000;
  perspective:         1000;
  -webkit-transform: rotateY(70deg);
	transform: rotateY(70deg);
	transition: all 2s;

}

#recruit .wrap1 .img.active {

	opacity: 1;
	transform: rotate(-4deg);

}

#recruit .wrap1 .img img {

	width: 100%;

}

#recruit .wrap1 .txt {

	float: right;
	width: 50%;
	margin-top: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;

}

#recruit .wrap1 .txt p {
	
	margin-bottom: 1.7em;
	margin-left: 1.2em;
	font-size: 23.5px;
	font-weight: bold;
	letter-spacing: 0.12em;

}

#recruit .wrap1 .txt .area {
	
	display: inline-block;
	margin-top: 0.2em;
	margin-bottom: 0;
	margin-left: 0.5em;
	padding-left: 0.5em;
	padding-right: 1.8em;
	text-align: center;
	white-space: nowrap;
	font-size: 30px;
	line-height: 2.5;
	letter-spacing: 0.12em;
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;

}

#recruit .wrap1 .txt .area span {

	display: inline-block;
	margin-right: 2em;

}

#recruit .wrap2 {

	width: 1340px;
	margin: 0 auto;

}

#recruit .wrap2 .txt {

	float: left;
	width: 50%;

}

#recruit .wrap2 .txt .desc_wrap {
	
	position: relative;
	height: auto;
	padding-top: 57%;
	margin-top: 3em;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	
}

#recruit .wrap2 .txt .desc {
	
	position: absolute;
	top: 20%;
	left: 8%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;

}

#recruit .wrap2 .txt .desc span {

	display: inline-block;
	margin-left: 6.5em;

}

#recruit .wrap2 .txt .tel {
	
	display: inline-block;
	float: right;
	padding: 1em 0.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-image: url('../img/tel_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;

}

#recruit .wrap2 .txt .tel span {

	display: inline-block;
	width: 1.1em;
	margin-right: 0.3em;

}

#recruit .wrap2 .txt .tel span img {

	width: 100%;

}

#recruit .wrap2 .img {
	
	opacity: 0;
	float: right;
	width: 34%;
	margin-top: 1em;
	margin-right: 11%;
	-webkit-perspective: 1000;
  perspective:         1000;
  -webkit-transform: rotateY(70deg);
	transform: rotateY(70deg);
	transition: all 2s;

}

#recruit .wrap2 .img.active {
	
	opacity: 1;
	transform: rotate(-4deg);

}

#recruit .wrap2 .img img {

	width: 100%;

}



/* 中サイズ */
@media only screen and (max-width: 1366px) {

	#recruit {
		
		padding-top: 3.8em;
		
	}
	
	#recruit h2 {
		
		width: 14em;
		margin-bottom: 5.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 40px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 12em;
		padding-bottom: 8em;
		margin-bottom: 3em;
		background-image: url('../img/recruit_bg.jpg');
		background-size: cover;
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 63%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.2em;
		font-size: 17.5px;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 22px;
		line-height: 2.5;
		letter-spacing: 0.12em;
		background-size: 100% auto;
		background-position: bottom center;
		
		display: block;
		width: 80%;
		overflow: hidden;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 70%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 22px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.5em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 34px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* iPadPro */
@media only screen and (max-width: 1024px) {

	#recruit {
		
		padding-top: 3.2em;
		
	}
	
	#recruit h2 {
		
		width: 12.5em;
		margin-bottom: 5em;
		
	}
	
	#recruit h3 {
		
		font-size: 32px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(22px);
		transform: translateY(22px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 10em;
		padding-bottom: 8em;
		margin-bottom: 2.5em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 63%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.2em;
		font-size: 13px;
		letter-spacing: 0.09em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 17px;
		line-height: 2.5;
		letter-spacing: 0.12em;
		background-size: 100% auto;
		background-position: bottom center;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 70%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.5em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 26px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* AndoroidのLの横 */
@media only screen and (max-width: 854px) {

	#recruit {
		
		padding-top: 2.8em;
		
	}
	
	#recruit h2 {
		
		width: 11.5em;
		margin-bottom: 4.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 28px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(22px);
		transform: translateY(22px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 10em;
		padding-bottom: 8em;
		margin-bottom: 2em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 86%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.2em;
		font-size: 13px;
		letter-spacing: 0.09em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 17px;
		line-height: 2.5;
		letter-spacing: 0.12em;
		background-size: 100% auto;
		background-position: bottom center;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 92%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.5em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 26px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* iPad */
@media only screen and (max-width: 768px) {

	#recruit {
		
		padding-top: 2.5em;
		
	}
	
	#recruit h2 {
		
		width: 11em;
		margin-bottom: 4em;
		
	}
	
	#recruit h3 {
		
		font-size: 26px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(22px);
		transform: translateY(22px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 10em;
		padding-bottom: 8em;
		margin-bottom: 2em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 86%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.1em;
		font-size: 13px;
		letter-spacing: 0.09em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 17px;
		line-height: 2.5;
		letter-spacing: 0.12em;
		background-size: 100% auto;
		background-position: bottom center;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 92%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.5em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 26px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* iPhonePlusの横 */
@media only screen and (max-width: 736px) {

	#recruit {
		
		padding-top: 2em;
		
	}
	
	#recruit h2 {
		
		width: 10.5em;
		margin-bottom: 3.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 25px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(22px);
		transform: translateY(22px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 9em;
		padding-bottom: 7em;
		margin-bottom: 1.5em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 86%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.1em;
		font-size: 12.5px;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 16.5px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		background-size: 100% auto;
		background-position: bottom center;
		
		display: block;
		margin: 0 auto;
		width: 100%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 92%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.3em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 24px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* iPhone8の横 */
@media only screen and (max-width: 667px) {

	#recruit {
		
		padding-top: 2em;
		
	}
	
	#recruit h2 {
		
		width: 10em;
		margin-bottom: 3.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 24px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(14px);
		transform: translateY(14px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 8em;
		padding-bottom: 6em;
		margin-bottom: 1.5em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 86%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.6em;
		margin-left: 1.1em;
		font-size: 12px;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 15.5px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		background-size: 100% auto;
		background-position: bottom center;
		
		display: block;
		margin: 0 auto;
		width: 100%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 92%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 13.5px;
		line-height: 1.6;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6.2em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 21px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* iPhone5の横 */
@media only screen and (max-width: 568px) {

	#recruit {
		
		padding-top: 1.5em;
		
	}
	
	#recruit h2 {
		
		width: 9.5em;
		margin-bottom: 3em;
		
	}
	
	#recruit h3 {
		
		font-size: 22px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(14px);
		transform: translateY(14px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 7em;
		padding-bottom: 5em;
		margin-bottom: 1.2em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 94%;
		
	}
	
	#recruit .wrap1 .img {
		
		float: left;
		width: 36%;
		margin-left: 5%;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: right;
		width: 50%;
		margin-top: 0.5em;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.5em;
		margin-left: 0.5em;
		font-size: 11.5px;
		letter-spacing: 0.06em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin-top: 0.2em;
		margin-left: 0.5em;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 15px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		background-size: 100% auto;
		background-position: bottom center;
		
		display: block;
		margin: 0 auto;
		width: 100%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 2em;
		
	}
	
	#recruit .wrap2 {
		
		width: 94%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: left;
		width: 50%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 20%;
		left: 8%;
		font-size: 12.5px;
		line-height: 1.6;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		float: right;
		padding: 1em 0.5em;
		font-size: 17.5px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.3em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: right;
		width: 34%;
		margin-top: 1em;
		margin-right: 11%;
		
	}

}



/* AndoroidのL */
@media only screen and (max-width: 480px) {

	#recruit {
		
		padding-top: 1.5em;
		
	}
	
	#recruit h2 {
		
		width: 8.5em;
		margin-bottom: 2.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 22px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(14px);
		transform: translateY(14px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 9em;
		padding-bottom: 8.5em;
		margin-bottom: 0.5em;
		background-image: url('../img/recruit_bg.jpg');
		background-position: top center;
		
	}
	
	#recruit .wrap1 {
		
		width: 90%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .img {
		
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .txt {
		
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.5em;
		margin-left: 0.5em;
		font-size: 14px;
		letter-spacing: 0.12em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		margin: 0;
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 18px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		background-size: 100% auto;
		background-position: bottom center;
		
		display: block;
		margin: 0 auto;
		width: 70%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 1.5em;
		
	}
	
	#recruit .wrap2 {
		
		width: 90%;
		
	}
	
	#recruit .wrap2 .txt {
		
		float: none;
		width: 85%;
		margin: 0 auto;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 25%;
		left: 12%;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0.12em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		display: block;
		float: none;
		width: 75%;
		margin: 0 auto;
		margin-bottom: 1em;
		padding: 1em 0;
		text-align: center;
		font-size: 22px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.5em;
		
	}
	
	#recruit .wrap2 .img {
		
		float: none;
		width: 50%;
		margin: 0 auto;
		
	}

}



/* iPhonePlus */
@media only screen and (max-width: 414px) {

	#recruit {
		
		padding-top: 1.5em;
		
	}
	
	#recruit h2 {
		
		width: 8.5em;
		margin-bottom: 1.5em;
		
	}
	
	#recruit h3 {
		
		font-size: 22px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 9em;
		padding-bottom: 8.5em;
		margin-bottom: 0.5em;
		background-image: url('../img/recruit_bg.jpg');
		
	}
	
	#recruit .wrap1 {
		
		width: 90%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .img {
		
		width: 50%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .txt {
		
		text-align: center;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.5em;
		margin-left: 0.5em;
		font-size: 13.5px;
		letter-spacing: 0.12em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 17px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		
		display: block;
		margin: 0 auto;
		width: 80%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 1.5em;
		
	}
	
	#recruit .wrap2 {
		
		width: 90%;
		
	}
	
	#recruit .wrap2 .txt {
		
		width: 85%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 22%;
		left: 8%;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		width: 75%;
		margin-bottom: 1em;
		padding: 1em 0;
		font-size: 20px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.5em;
		
	}
	
	#recruit .wrap2 .img {
		
		width: 50%;
		
	}

}



/* iPhone8 */
@media only screen and (max-width: 375px) {

	#recruit {
		
		padding-top: 1.5em;
		
	}
	
	#recruit h2 {
		
		width: 8em;
		margin-bottom: 1.2em;
		
	}
	
	#recruit h3 {
		
		font-size: 20px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 9em;
		padding-bottom: 8.5em;
		margin-bottom: 0.5em;
		background-image: url('../img/recruit_bg.jpg');
		
	}
	
	#recruit .wrap1 {
		
		width: 90%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .img {
		
		width: 50%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .txt {
		
		text-align: center;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.5em;
		margin-left: 0.5em;
		font-size: 13px;
		letter-spacing: 0.1em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		padding-left: 0.7em;
		padding-right: 1.8em;
		font-size: 16px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		
		display: block;
		margin: 0 auto;
		width: 80%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		display: inline-block;
		margin-right: 1.5em;
		
	}
	
	#recruit .wrap2 {
		
		width: 90%;
		
	}
	
	#recruit .wrap2 .txt {
		
		width: 85%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 22%;
		left: 8%;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		width: 75%;
		margin-bottom: 1em;
		padding: 1em 0;
		font-size: 18px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.5em;
		
	}
	
	#recruit .wrap2 .img {
		
		width: 50%;
		
	}

}



/* AndoroidのM */
@media only screen and (max-width: 360px) {



}



/* iPhone5 */
@media only screen and (max-width: 320px) {

	#recruit {
		
		padding-top: 1.2em;
		
	}
	
	#recruit h2 {
		
		width: 7.5em;
		margin-bottom: 1em;
		
	}
	
	#recruit h3 {
		
		font-size: 18px;
		letter-spacing: 0.15em;
		-webkit-transform: translateY(34px);
		transform: translateY(34px);
		
	}
	
	#recruit .bg_wrap {
		
		padding-top: 8em;
		padding-bottom: 7.5em;
		margin-bottom: 0.3em;
		background-image: url('../img/recruit_bg.jpg');
		
	}
	
	#recruit .wrap1 {
		
		width: 92%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .img {
		
		width: 50%;
		margin-bottom: 3em;
		
	}
	
	#recruit .wrap1 .txt {
		
		text-align: center;
		
	}
	
	#recruit .wrap1 .txt p {
		
		margin-bottom: 1.5em;
		margin-left: 0.5em;
		font-size: 12.5px;
		letter-spacing: 0.06em;
		
	}
	
	#recruit .wrap1 .txt .area {
		
		padding-left: 0.5em;
		padding-right: 1.8em;
		font-size: 15px;
		line-height: 2.5;
		letter-spacing: 0.1em;
		
		display: block;
		margin: 0 auto;
		width: 85%;
		
	}
	
	#recruit .wrap1 .txt .area span {
		
		margin-right: 1.5em;
		
	}
	
	#recruit .wrap2 {
		
		width: 94%;
		
	}
	
	#recruit .wrap2 .txt {
		
		width: 90%;
		
	}
	
	#recruit .wrap2 .txt .desc_wrap {
		
		padding-top: 57%;
		margin-top: 2.5em;
		background-image: url('../img/arrow.png');
		
	}
	
	#recruit .wrap2 .txt .desc {
		
		top: 22%;
		left: 8%;
		font-size: 12.5px;
		line-height: 1.6;
		letter-spacing: 0.08em;
		
	}
	
	#recruit .wrap2 .txt .desc span {
		
		margin-left: 6em;
		
	}
	
	#recruit .wrap2 .txt .tel {
		
		width: 75%;
		margin-bottom: 1em;
		padding: 1em 0;
		font-size: 17px;
		letter-spacing: 0.2em;
		background-image: url('../img/tel_bg.png');
		
	}
	
	#recruit .wrap2 .txt .tel span {
		
		width: 1.1em;
		margin-right: 0.5em;
		
	}
	
	#recruit .wrap2 .img {
		
		width: 50%;
		
	}

}