
@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:375px) {} /* iPhoneSE 375px / iPhone12mini 360px */

/*************************************************

 index page

*************************************************/


/* indexLeadarea
--------------------------------------*/
.indexLeadarea {
	margin: 80px auto;
	text-align: center;
}
.indexLeadarea * {
	/*font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;*/
}
.indexLeadarea h1 {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}
.indexLeadarea h1 small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.indexLeadarea p {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.indexLeadarea p span {
	display: block;
	font-size: 12px;
	margin-top: 20px;
}
@media only screen and (max-width:767px) {
	.indexLeadarea {
		margin-bottom: 40px;
	}
	.indexLeadarea p {
		font-size: 13px;
	}
	.indexLeadarea h1 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.indexLeadarea h1 small {
		margin-top: 10px;
		font-size: 11px;
	}
	.indexLeadarea p span {
		font-size: 10px;
		margin-top: 10px;
}
}

.indexLeadarea {
	margin-bottom: 80px;
	text-align: center;
}

/* commonSectionTitle
------------------------------------*/
.commonSectionTitle {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.3;
}
.commonSectionTitle a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.commonSectionTitle strong {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}
.commonSectionTitle small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
	.commonSectionTitle {
		margin-bottom: 40px;
	}
	.commonSectionTitle strong {
		font-size: 24px;
	}
	.commonSectionTitle small {
		margin-top: 10px;
		font-size: 11px;
	}
}

/* commonSectionTitle
------------------------------------*/
.commonSectionTitle {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.3;
}
.commonSectionTitle a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.commonSectionTitle strong {
	display: block;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}
.commonSectionTitle small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
	.commonSectionTitle {
		margin-bottom: 40px;
	}
	.commonSectionTitle strong {
		font-size: 24px;
	}
	.commonSectionTitle small {
		margin-top: 10px;
		font-size: 11px;
	}
}

/* mintyo */
.mintyo {
	font-family: 'Hannari', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}

/* commonSectionTitle2
------------------------------------*/
.commonSectionTitle2 {
	margin-top: 15px;
    margin-bottom: 15px;
	text-align: center;
	line-height: 1.3;
}
.commonSectionTitle2 a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.commonSectionTitle2 strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.commonSectionTitle2 small {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:767px) {
	.commonSectionTitle2 {
		margin-bottom: 15px;
	}
	.commonSectionTitle2 strong {
		font-size: 16px;
	}
	.commonSectionTitle2 small {
		margin-top: 9px;
		font-size: 11px;
	}
}

/* jobdescription
--------------------------------------*/

#jobdescription {
	padding: 140px 20px 140px;
	background-color: #F0F0F0;
}
#jobdescription .whiteBox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
}
#jobdescription .whiteBox .inner {
	max-width: 980px;
	margin: 0 auto;
}
#jobdescription .whiteBox dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	font-size: 16px;
	line-height: 2;
	table-layout: fixed;
}
#jobdescription .whiteBox dl + dl {
	border-top: #CECECE solid 1px;
}
#jobdescription .whiteBox dl > * {
	box-sizing: border-box;
	display: table-cell;
}
#jobdescription .whiteBox dl dt {
	width: 260px;
}
@media only screen and (max-width:767px) {
	#jobdescription {
		padding: 60px 20px;
	}
	#jobdescription .whiteBox {
		padding: 10px 20px;
	}
	#jobdescription .whiteBox dl {
		padding: 20px 0;
		font-size: 13px;
	}
	#jobdescription .whiteBox dl dt {
		width: 80px;
	}
}

/* group01 */
#jobdescription .whiteArea.group01 {
	margin: 0px 50px 100px 50px;
}
#jobdescription .whiteArea.group01 .inner {
	display: flex;
	justify-content: space-between;
}
#jobdescription .whiteArea.group01 .image {
	width: 33.5294%;
	text-align: center;
}
#jobdescription .whiteArea.group01 .text {
	width: 55.4202%;
	padding-top: 3%;
	line-height: 2;
}
#jobdescription .whiteArea.group01 .text p + p {
	margin-top: 1.5em;
}
@media only screen and (max-width:767px) {
#jobdescription .whiteArea.group01 .inner {
		display: block;
	}
#jobdescription .whiteArea.group01 .image {
		width: auto;
	}
#jobdescription .whiteArea.group01 .text {
		width: auto;
		padding-top: 20px;
		font-size: 13px;
	}
}
.privacyTxt01 {
	padding: 60px 0 40px;
	font-size: 16px;
	text-align: center;
	display: block;
}


/* formArea
--------------------------------------*/
#formArea {
	width: calc(100% - 40px);
	max-width: 1200px;
	padding: 140px 20px 100px;
	margin: auto;
}
#formArea .lead {
	margin-bottom: 60px;
	font-size: 20px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	#formArea {
		margin: 10px auto 20px;
		padding: 60px 20px;
	}
	#formArea .lead {
		font-size: 14px;
		text-align: center;
	}
}
