/* General Style */

h1,
h2,
h3,
h4,
h5 {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: none;
	font-style: normal;
	zoom: 1;
	font-weight: normal;
}

html,
body {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	cursor: auto;
	padding: 0;
	margin: 0;
	height: 100%;
	height: 100%;
	font-size: 14px;
}

a {
	text-decoration: none;
}

div img {
	width: 100%;
	height: auto;
	display: block;
}

.cent {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
}

.cent img {
	width: 80%;
	max-width: 680px;
	margin: 0 auto;
}


.content1 {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background-image: url(../img/topBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media screen and (max-width: 780px) {
	.content1 {
		background-image: url(../img/topBGM.jpg);
	}
}
@media screen and (max-width: 499px) {
	.content1 {
		background-image: url(../img/topBGS.jpg);
	}
}

.topimage {
	box-sizing: border-box;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 180px 100px 150px 100px;
}

.topimage img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 780px) {
	.topimage {
		padding: 150px 100px 120px 100px;
	}
}

@media screen and (max-width: 599px) {
	.topimage {
		padding: 100px 20px 70px 20px;
	}
}

.head {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.head img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}


/* -------------------------------------------------
   FV（ファーストビュー）採用情報INDEXボタン
   ※PDFの赤丸位置に表示
------------------------------------------------- */
.recruitIndexBtn {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	width: 60%;
	max-width: 560px;
	z-index: 2;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 780px) {
	.recruitIndexBtn {
		bottom: 40px;
		width: 70%;
	}
}

@media screen and (max-width: 499px) {
	.recruitIndexBtn {
		bottom: 15px;
		width: 80%;
	}
}

@media screen and (max-width: 499px) {
	.head img {
		max-width: 250px;
	}
}


.content2 {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
	.content2 {
		padding-top: 80px;
		padding-bottom: 20px;
		background-image: url(../img/bg1M.jpg);
	}
}


.flexBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.flexBox {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 499px) {
	.flexBox {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.box2_1 {
	box-sizing: border-box;
	width: 70%;
	flex-basis: 70%;
	position: relative;
}

.imgHalf {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.box2_2 {
	box-sizing: border-box;
	width: 35%;
	flex-basis: 35%;
	position: absolute;
	right: 0;
	top: 5%;
}

.box2_3 {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	padding-left: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}


.margT {
	margin-top: 6%;
}


.box3_1 {
	box-sizing: border-box;
	width: 30%;
	flex-basis: 30%;
	padding-left: 5%;
	padding-right: 7%;
}

.box3_2 {
	box-sizing: border-box;
	width: 65%;
	flex-basis: 65%;
	position: absolute;
	right: 0;
	top: 0;
}

.box3_3 {
	box-sizing: border-box;
	width: 35%;
	flex-basis: 35%;
	position: absolute;
	left: 27%;
	bottom: 8%;
}


.reverse {
	flex-direction: row-reverse;
}

.box4_1 {
	box-sizing: border-box;
	width: 30%;
	flex-basis: 30%;
	padding-left: 2%;
	padding-right: 1%;
}

.box4_2 {
	box-sizing: border-box;
	width: 65%;
	flex-basis: 65%;
	position: absolute;
	right: 30%;
	top: 25%;
}

.box4_3 {
	box-sizing: border-box;
	width: 35%;
	flex-basis: 35%;
	position: absolute;
	left: 0%;
	top: 0;
}


.box5_1 {
	box-sizing: border-box;
	width: 30%;
	flex-basis: 30%;
	padding-left: 5%;
	padding-right: 2%;
}

.box5_2 {
	box-sizing: border-box;
	width: 69%;
	flex-basis: 69%;
	position: absolute;
	right: 0;
	top: 0;
}


.box6_1 {
	box-sizing: border-box;
	width: 70%;
	flex-basis: 70%;
	position: relative;
	margin-top: 5%;
}

.box6_2 {
	box-sizing: border-box;
	width: 45%;
	flex-basis: 45%;
	position: absolute;
	right: 0;
	top: 0;
}

.box6_3 {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	padding-left: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.content3 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 780px) {
	.content3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 499px) {
	.content3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


.contentB {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f39939;
}
@media screen and (max-width: 780px) {
	.contentB {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 499px) {
	.contentB {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.sec_text {
	width: 100%;
	flex-basis: 100%;
	padding: 10px 5px;
	padding-top: 20px;
	font-size: 28px;
	line-height: 1.7;
	font-weight: 700;
	color: #FFF;;
}

@media screen and (max-width: 800px) {
	.sec_text {
		font-size: 24px;
	}
}
@media screen and (max-width: 599px) {
	.sec_text {
		font-size: 18px;
	}
}
.padT20 {
	padding-top: 20px;
}


.btnBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}

.btn {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #f39939;
	border: solid 2px #f39939;
	color: #FFF;
	padding: 20px;
	font-size: 36px;
	font-weight: 700;
	transition: 0.3s;
}



/* aタグを.btnボタンとして使う場合（フッターの採用情報INDEXなど） */
.btnLink {
	display: block;
}
@media screen and (max-width: 780px) {
	.btn {
		font-size: 32px;
	}
}

@media screen and (max-width: 499px) {
	.btn {
		font-size: 28px;
		padding: 10px 20px;
	}
}

.btn a {
	color: #FFF;
	text-decoration: none;
}

@media(hover: hover) {
	.btn:hover {
		background: #FFF;
		color: #f39939;
	}

	.btn:hover a {
		color: #f39939;
		text-decoration: none;
	}
}

.kojin {
	width: 100%;
	text-align: center;
	color: #f39939;
	font-size: 16px;
}
.kojin a {
	color: #f39939;
	text-decoration: none;
}
@media screen and (max-width: 499px) {
	.kojin {
		font-size: 14px;
	}
}





.content4 {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #eff1f4;
}

@media screen and (max-width: 780px) {
	.content4 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 499px) {
	.content4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.wid100 {
	width: 100%;
	flex-basis: 100%;
	padding-bottom: 30px;
}
.wid100 img {
	max-width: 800px;
	margin: 0 auto;
}

.text_left {
	width: 100%;
	flex-basis: 100%;
}

.incho_img {
	float: right;
	margin-left: 30px;
	width: 40%;
}

.incho_img2 {
	width: 100%;
	flex-basis: 100%;
	display: none;
}

.text_left_inner {
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 780px) {
	.incho_img {
		margin-left: 20px;
	}
}

@media screen and (max-width: 499px) {
	.incho_img {
		display: none;
	}

	.incho_img2 {
		display: block;
	}

	.text_left_inner {
		font-size: 16px;
		line-height: 1.6;
	}
}



.content5 {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f39939;
}

@media screen and (max-width: 780px) {
	.content5 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 499px) {
	.content5 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.interviewTop {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	max-width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 50px;
}

.inerviewBox {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	padding: 20px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
}
.inerviewBox:last-child {
	margin-bottom: 0px;
}
.inerview_inner {
	width: 60%;
	flex-basis: 60%;
}
.inerview_inner2 {
	box-sizing: border-box;
	width: 40%;
	flex-basis: 40%;
	padding-left: 20px;
}
.interviewText {
	width: 100%;
	flex-basis: 100%;
	padding: 10px 5px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 499px) {
	.interviewTop {
		padding-right: 20px;
	}
	.inerview_inner {
		width: 100%;
		flex-basis: 100%;
	}
	.inerview_inner2 {
		width: 100%;
		flex-basis: 100%;
		padding-right: 50px;
		padding-left: 0;
		padding-top: 15px;
	}
	.inerviewBox {
		padding: 10px;
		padding-top: 40px;
	}
	.interviewText {
		font-size: 16px;
		line-height: 1.6;
	}
}




.yokoBox {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	padding: 20px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	border-radius: 20px;
	position: relative;
}
.bord {
	border-bottom: 2px solid #f39939;
}
.padB10 {
	padding-bottom: 10px;
}

.yoko1 {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
	color: #f39939;
}
.yoko2 {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 1.7;
}
.yoko2 span {
	background: #f39939;
}
.yoko2 span a {
	display: inline;
	color: #FFF;
	padding: 2px;
	font-size: 18px;
	margin: 0 3px;
	line-height: 1.5;
	border-radius: 2px;
}
.yoko2 a {
	color: #f39939;
	font-size: 24px;
}
@media screen and (max-width: 499px) {
	.yoko1 {
		font-size: 16px;
	}
	.yoko2 {
		font-size: 16px;
	}
	.yoko2 a {
		font-size: 21px;
	}
}



.content6 {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #FFF;
}

@media screen and (max-width: 780px) {
	.content6 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 499px) {
	.content6 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.text100 {
	width: 100%;
	flex-basis: 100%;
	font-size: 18px;
	line-height: 1.6;
	color: #343434;
	margin-bottom: 20px;
}
@media screen and (max-width: 499px) {
	.text100 {
		font-size: 16px;
	}
}
.hissu {
	display: inline;
	background: #c82249;
	color: #FFF;
	padding: 0 5px 5px 5px;
	margin-right: 2px;
	border-radius: 2px;
	font-size:14px;
}
.hissu2 {
	display: inline;
	background: #c82249;
	color: #FFF;
	padding: 0 5px;
	margin-left: 10px;
	border-radius: 2px;
	line-height: 1.3;
	font-size:14px;
}
.mailBox {
	box-sizing: border-box;
	width: 100%;
	flex-basis: 100%;
	border-radius: 10px;
	background: #f9f9f9;
	padding: 20px 0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}


.content8 {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	background: #f39939;
	color: #FFF;
}

.sakura img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.poster {
	widows:100%;
	max-width: 1280px;
	margin: 0 auto;
}
.pad0 {
	padding: 0;
}