#header {
	background-image: url(../img/headphoto-03.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-height: 700px;
	margin: auto;
	position: relative;
}

#header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.51));
}

.mv-slide {
	width: 100%;
	max-height: 1072px;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.mv-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.mv-slide-img01 img {
	object-position: center right;
}

#footer {
	width: 100%;
	margin: auto;
	background-color: #84c35f;
}

#contents {
	width: 100%;
	margin: auto;
}

#recruit .title {
	width: 50%;
	margin: auto;
	text-align: center;
	color: #1D2C6F;
	padding: 0 0 70px;
}

#recruit .boxarea {
	height: 130px;
}

#recruit .boxarea::before {
	top: -10px;
}

#recruit .left {
	width: 48%;
	float: left;
}

#recruit .right {
	width: 48%;
	float: right;
}

#recruit .box {
	width: 96%;
	margin: auto;
}

#recruit .photo {
	float: left;
	width: 31%;
	margin: 0 1%;
	text-align: center;
	vertical-align: bottom;
}

#recruit .button {
	width: 30%;
	margin: 50px auto 20px;
	text-align: center;
	clear: both;
}

#contact {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 80px 0 0;
}

#contact .title {
	width: 90%;
	margin: auto;
	text-align: center;
	color: #1D2C6F;
	padding: 0 0 70px;
	font-size: 3.6rem;
}

#contact .block {
	width: 100%;
	margin: 0 auto 80px;
	overflow: hidden;
}

#contact .midashi {
	width: 90%;
	margin: auto;
	color: #1D2C6F;
	font-size: 1.6rem;
	text-align: center;
}

#company .com {
	width: 96%;
	margin: 0 auto 50px;
}

#contact .listtop {
	width: 96%;
	margin: 0 auto 10px;
	overflow: hidden;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	background-color: #C2D9F3;
	padding: 10px 0;
}

#contact .list {
	width: 96%;
	margin: 0 auto 10px;
	overflow: hidden;
	line-height: 1.8;
}

#contact .komoku {
	float: left;
	width: 28%;
	border-top: 1px solid #333333;
	padding: 10px 0 10px 2%;
}

#contact .naiyo {
	float: right;
	width: 68%;
	border-top: 1px solid #333333;
	padding: 10px 0 10px 2%;
}

#contact .listend {
	width: 96%;
	margin: 0 0 10px;
	overflow: hidden;
	line-height: 1.8;
	text-align: right;
}

#entry {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 80px 0 0;
}

#entry .com {
	width: 90%;
	margin: 0 auto 100px;
}

#formbox {
	width: 90%;
	margin: 0 auto 36px;
}

#mailformpro .list {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #36566D;
	margin: 0 0 12px;
	padding: 0 0 10px;
	overflow: hidden;
}

#mailformpro .komoku {
	width: 25%;
	margin: 0 0 12px;
	text-align: left;
	float: left;
}

#mailformpro .naiyo {
	width: 70%;
	text-align: left;
	float: right;
}

#mailformpro .deco {
	height: 24px;
	width: 80%;
	margin: 0 auto 12px;
}

#mailformpro .deco-s {
	height: 24px;
	width: 50%;
	margin: 0 auto 12px;
}

#mailformpro .deco-l {
	width: 80%;
	margin: auto;
}

#mailformpro .deco-text {
	width: 500px;
	margin: auto;
	resize: vertical;
	height: 200px;
}

.nec {
	font-size: 10px;
	color: #FF0000;
}

#button {
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 10px 0;
}

/*　画面サイズが1280pxまではここを読み込む　*/
@media screen and (max-width:1280px) {

	#recruit .title {
		width: 50%;
		margin: auto;
		text-align: center;
		color: #1D2C6F;
		padding: 0 0 70px;
	}

	#recruit .boxarea {
		height: 150px;
	}

	#recruit .boxarea::before {
		top: -10px;
	}

	#recruit .left {
		width: 48%;
		float: left;
	}

	#recruit .right {
		width: 48%;
		float: right;
	}

	#recruit .box {
		width: 96%;
		margin: auto;
	}

	#recruit .photo {
		float: left;
		width: 31%;
		margin: 0 1%;
		text-align: center;
	}

	#recruit .button {
		width: 30%;
		margin: 0 auto 20px;
		padding: 50px 0 0;
		text-align: center;
		clear: both;
	}

	#entry {
		width: 100%;
		max-width: 1100px;
		margin: auto;
		padding: 80px 0 0;
	}

	#mailformpro .komoku {
		width: 25%;
		margin: 0 0 12px;
		text-align: left;
		float: left;
	}

	#mailformpro .naiyo {
		width: 70%;
		text-align: left;
		float: right;
	}
}

/*　画面サイズが960pxまではここを読み込む　*/
@media screen and (max-width:960px) {
	#header {
		height: 100%;
	}

	#recruit .title {
		width: 50%;
		margin: auto;
		text-align: center;
		color: #1D2C6F;
		padding: 0 0 70px;
	}

	#recruit .boxarea {
		height: 240px;
		padding: 60px 0 0;
	}

	#recruit .boxarea::before {
		top: -20px;
	}

	#recruit .left {
		width: 48%;
		float: left;
	}

	#recruit .right {
		width: 48%;
		float: right;
	}

	#recruit .box {
		width: 96%;
		margin: auto;
	}

	#recruit .photo {
		float: left;
		width: 31%;
		margin: 0 1%;
		text-align: center;
	}

	#recruit .button {
		width: 50%;
		margin: 0 auto 20px;
		padding: 50px 0 0;
		text-align: center;
		clear: both;
	}

	#entry {
		width: 100%;
		max-width: 1100px;
		margin: auto;
		padding: 80px 0 0;
	}

	#mailformpro .komoku {
		width: 25%;
		margin: 0 0 12px;
		text-align: left;
		float: left;
	}

	#mailformpro .naiyo {
		width: 70%;
		text-align: left;
		float: right;
	}

}

/*　画面サイズが640pxまではここを読み込む　*/
@media screen and (max-width:640px) {
	#header {
		background-position: center top;
		background-color: #1D2C6F;
		background-size: contain;
	}

	#recruit .title {
		width: 70%;
		margin: auto;
		text-align: center;
		color: #1D2C6F;
		padding: 0 0 70px;
	}

	#recruit .boxarea {
		height: 160px;
	}

	#recruit .boxarea::before {
		top: -10px;
	}

	#recruit .left {
		width: 100%;
		padding: 0 0 20px;
	}

	#recruit .right {
		width: 100%;
	}

	#recruit .pic {
		width: 96%;
		margin: auto;
	}

	#recruit .box {
		width: 96%;
		margin: auto;
	}

	#recruit .photo {
		float: left;
		width: 31%;
		margin: 0 1%;
		text-align: center;
	}

	#recruit .button {
		width: 50%;
		margin: 0 auto 20px;
		padding: 50px 0 0;
		text-align: center;
		clear: both;
	}

	#entry {
		width: 100%;
		max-width: 1100px;
		margin: auto;
		padding: 80px 0 0;
	}

	#mailformpro .komoku {
		margin: 0 0 12px;
		text-align: left;
	}

	#mailformpro .naiyo {
		text-align: left;
		padding: 0 0 0 2em;
	}
}

/*  -----------------------------------------------------------------------------------------------------------  */
/*  画面サイズが480pxまで  */
@media screen and (max-width:480px) {

	#recruit .title {
		width: 70%;
		margin: auto;
		text-align: center;
		color: #1D2C6F;
		padding: 0 0 70px;
	}

	#recruit .boxarea {
		height: 180px;
	}

	#recruit .boxarea::before {
		top: -20px;
	}

	#recruit .left {
		width: 100%;
		padding: 0 0 40px;
	}

	#recruit .right {
		width: 100%;
	}

	#recruit .pic {
		width: 96%;
		margin: auto;
	}

	#recruit .box {
		width: 96%;
		margin: auto;
	}

	#recruit .photo {
		float: left;
		width: 31%;
		margin: 0 1%;
		text-align: center;
	}

	#recruit .button {
		width: 50%;
		margin: 0 auto 20px;
		padding: 50px 0 0;
		text-align: center;
		clear: both;
	}

	#entry {
		width: 100%;
		max-width: 1100px;
		margin: auto;
		padding: 80px 0 0;
	}

	#mailformpro .komoku {
		margin-bottom: 12px;
		text-align: left;
	}

	#mailformpro .naiyo {
		text-align: left;
		padding-left: 2em;
	}
}

/*  -----------------------------------------------------------------------------------------------------------  */
#recruit .bt {
	width: 30%;
	margin: 0 auto 50px;
	font-size: 2rem;
	color: #ffffff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	text-align: center;
	padding: 5px 0;
}

/*モーダルウインドウ*/
#modal-win {
	width: 100%;
	position: absolute;
}

#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
}

#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

#pict1,
#pict2,
#pict3,
#pict4 {
	display: none;
	background-color: #ffffff;
	padding: 20px;
}

#pict1 p:first-child~p,
#pict2 p:first-child~p,
#pict3 p:first-child~p,
#pict4 p:first-child~p {
	margin-top: 1em;
}

#pict1,
#pict2,
#pict3,
#pict4 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.modalpict {
	text-align: left;
	border-bottom: 1px solid #1D2C6F;
}

.link {
	text-align: left;
}

.modal-close {
	margin-top: 1em;
	text-align: center;
}

.modal-close a:link {
	COLOR: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}

.modal-close a:visited {
	COLOR: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}

.modal-close a:hover {
	COLOR: #ff3333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}