@charset "utf-8";
/*------------------------------------------------------------
	department
------------------------------------------------------------*/
#main .description {
	padding: 8.9rem 0 10.1rem;
}
#main .description .headLine02 {
	margin-bottom: 9.1rem;
}
#main .description .title {
	margin: 0 -5rem 7rem 0;
	color: #333;
	font-size: 3rem;
	font-family: "Noto Serif JP", serif;
}
#main .description .title.center {
	margin: 0 -5rem 7rem;
	text-align: center;
}
#main .description .imgBox {
	margin-bottom: 7rem;
}
#main .description .imgBox .photoBox {
	width: 43.5rem;
	order: 2;
}
#main .description .imgBox .textBox {
	margin-top: -0.6rem;
	width: calc(100% - 47rem);
}
#main .description .imgBox .textBox .text {
	line-height: 2.13;
}
#main .description .photoList {
	margin: 0 auto;
	max-width: 110rem;
	gap: 3rem;
	display: flex;
	flex-wrap: wrap;
}
#main .description .photoList li {
	padding: 2.3rem 1rem 1.3rem;
	width: calc((100% - 15rem) / 6);
	background: #0068b6;
}
#main .description .photoList li .photo {
	margin: 0 auto 1.1rem;
	width: 9rem;
}
#main .description .photoList li .text {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	min-height: 4.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1.26;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .description .photoList.style01 li .photo {
	width: 9.6rem;
}
#main .fulfilling {
	padding: 9.6rem 0 11.2rem;
}
#main .fulfilling .headLine02 {
	margin-bottom: 7rem;
}
#main .fulfilling .imgBox {
	padding: 0 0.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .fulfilling .imgBox .photoBox {
	width: 31.6rem;
}
#main .fulfilling .imgBox .dlBox {
	width: calc(100% - 35.6rem);
}
#main .fulfilling .imgBox .dlBox .faqDl:not(:last-child) {
	margin-bottom: 1.9rem;
}
#main .fulfilling .imgBox .dlBox .faqDl dt {
	margin-bottom: 2rem;
	padding: 1rem 1.8rem 0.8rem;
	background: #deeff8;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
#main .fulfilling .imgBox .dlBox .faqDl dd {
	line-height: 2.13;
}
#main .strength {
	margin-bottom: 11rem;
}
#main .strength .text {
	margin-bottom: 9.5rem;
	line-height: 2.13;
}
#main .strength .textImg {
	margin: 0 auto;
	max-width: 76rem;
}
#main .ideal .headLine02 {
	margin-bottom: 7rem;
}
#main .ideal .textList {
	padding: 0 0.5rem;
	gap: 4.9rem;
}
#main .ideal .textList > li {
	padding: 4.1rem 3.2rem 4.9rem;
	width: calc((100% - 9.8rem) / 3);
	background: #deeff8;
}
#main .ideal .textList li .photo {
	margin: 0 auto 4rem;
	width: 9.9rem;
}
#main .ideal .textList .subUl li {
	margin: 0 -3rem 1.1rem 0;
	padding-left: 0.5em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	text-indent: -0.5em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .ideal .textList .subUl li:last-child {
	margin-bottom: 0;
}
#main .ideal .textList .subUl li small {
	font-size: 1.5rem;
}
#main .outPhotoList {
	margin: 15.2rem 0 19.5rem;
}
#main .outPhotoList li {
	width: calc(100% / 5);
}
#main .outPhotoList li img {
	width: 100%;
}
#main .comBtn {
	margin-bottom: 19.2rem;
	width: 110.2rem;
}
#main .comBtn a {
	padding-top: 0.2rem;
	letter-spacing: 0.06em;
}
#main .comInterviewBox {
	margin-bottom: -8.5rem;
	padding: 15rem 0 8.5rem;
	background : rgba(0, 104, 182, 0.2);
}
#main .comInterviewBox .content {
	padding: 1.8rem 0 0;
	position: relative;
	z-index: 1;
}
#main .comInterviewBox .content::before {
	position: absolute;
	top: 0;
	left: 2.1rem;
	right: 2.1rem;
	height: 100%;
	background: #FFF;
	content: '';
	z-index: -1;
}
#gFooter {
	position: relative;
	z-index: 1;
}
#gFooter::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0068b6;
	opacity: 0.2;
	content: '';
	z-index: -1;
}
@media all and (max-width: 896px) {
	#main .description {
		padding: 3.1rem 0 3rem;
	}
	#main .description .headLine02 {
		margin-bottom: 2.4rem;
	}
	#main .description .title {
		margin: 0 0 1.5rem !important;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align:  center;
	}
	#main .description .imgBox {
		margin: 0 0.7rem 3rem;
		display: block;
	}
	#main .description .imgBox .photoBox {
		margin: 0 1.2rem 1.5rem 3.3rem;
		width: auto;
	}
	#main .description .imgBox .photoBox img {
		width: 100%;
	}
	#main .description .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .description .imgBox .textBox .text {
		line-height: 1.82;
		text-align: justify;
	}
	#main .description .photoList {
		margin: 0 2rem;
		max-width: inherit;
		gap: 1.2rem;
	}
	#main .description .photoList li {
		padding: 1.5rem 0.5rem 0.9rem;
		width: calc((100% - 2.4rem) / 3);
	}
	#main .description .photoList li .photo {
		margin: 0 auto 0.6rem;
		width: 5.9rem;
	}
	#main .description .photoList.style01 li {
		padding: 1.1rem 0.5rem 0.9rem;
	}
	#main .description .photoList.style01 li .photo {
		margin-bottom: 0.2rem;
		width: 6.3rem;
	}
	#main .description .photoList li .text {
		min-height: 3rem;
		font-size: 1.17rem;
	}
	#main .fulfilling {
		padding: 3rem 0 6.8rem;
	}
	#main .fulfilling .headLine02 {
		margin-bottom: 3.1rem;
	}
	#main .fulfilling .imgBox {
		margin: 0 -0.1rem;
		padding: 0;
		display: block;
	}
	#main .fulfilling .imgBox .photoBox {
		margin: 0 3.2rem 3rem;
		width: auto;
	}
	#main .fulfilling .imgBox .photoBox img {
		width: 100%;
	}
	#main .fulfilling .imgBox .dlBox {
		width: auto;
	}
	#main .fulfilling .imgBox .dlBox .faqDl:not(:last-child) {
		margin-bottom: 1.4rem;
	}
	#main .fulfilling .imgBox .dlBox .faqDl dt {
		margin-bottom: 0.8rem;
		padding: 1.3rem 1.2rem 1.4rem;
		font-size: 1.6rem;
	}
	#main .fulfilling .imgBox .dlBox .faqDl dd {
		line-height: 1.82;
		text-align: justify;
	}
	#main .strength {
		margin-bottom: 6.1rem;
	}
	#main .strength .headLine02 {
		margin-bottom: 3rem;
	}
	#main .strength .text {
		margin-bottom: 1.4rem;
		line-height: 1.82;
		text-align: justify;
	}
	#main .strength .textImg {
		margin: 0 -0.3rem;
		max-width: inherit;
	}
	#main .strength .textImg img {
		width: 100%;
	}
	#main .ideal .headLine02 {
		margin-bottom: 3.2rem;
	}
	#main .ideal .textList {
		padding: 0 0.6rem;
		display: block;
	}
	#main .ideal .textList > li {
		margin-bottom: 1.2rem;
		padding: 1.6rem 3.2rem 1.8rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#main .ideal .textList li .photo {
		margin: 0;
		width: 5.9rem;
	}
	#main .ideal .textList .subUl {
		margin: 0;
		padding-top: 0.2rem;
		width: calc(100% - 8.6rem);
	}
	#main .ideal .textList .subUl li {
		margin-bottom: 0.9rem;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}
	#main .ideal .textList .subUl li small {
		font-size: 1rem;
	}
	#main .ideal .textList.style01 .subUl li {
		margin-bottom: 0.4rem;
		font-size: 1.07rem;
		line-height: 1;
	}
	#main .ideal .textList.style01 .subUl li small {
		font-size: 0.8rem;
	}
	#main .ideal .textList.style02 .subUl li {
		margin-bottom: 0.7rem;
		font-size: 1.14rem;
		line-height: 1.1;
	}
	#main .ideal .textList.style02 .subUl li small {
		font-size: 0.85rem;
	}
	#main .outPhotoList {
		margin: 3.1rem 0 3rem;
	}
	#main .outPhotoList li {
		width: calc(100% / 2);
	}
	#main .comBtn {
		margin-bottom: 3.1rem;
		width: 29.2rem;
	}
	#main .comBtn a {
		min-height: 7.3rem;
		padding-top: 0;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		border-width: 0.4rem;
	}
	#main .comInterviewBox {
		margin-bottom: 0;
		padding: 0;
		background : transparent;
	}
	#main .comInterviewBox .content::before {
		display: none;
	}
	#gFooter::before {
		display: none;
	}
}