@charset "utf-8";
/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
/* ======================================================

	共通 | メイン画像

====================================================== */
.p-table{}
.p-table dl{
	display: flex;
	border-bottom: 1px solid #b3b3b3;
}
.p-table dt{
	flex: 0 1 8em;
	padding: 10px 1em 10px 1em;
	font-weight: bold;
}
.p-table dd{
	flex: 0 1 calc(100% - 8em);
	padding: 10px 10px;
}
/* ======================================================

	

====================================================== */
.page-title-recruit{
	text-align: center;
}
.page-title-recruit img{
	height: 40px;
}
.page-title-recruit span:nth-child(1){
	display: block;
	margin-bottom: 20px;
}
.page-title-recruit span:nth-child(2){
	font-size: 2.1rem;
	line-height: 1;
}
/* ======================================================

	導入

====================================================== */
.blk-intro{
	margin-bottom: 30px;
}
.blk-intro__title{
	margin-bottom: 1em;
	
	text-align: center;
	color: #439c38;
}
.blk-intro__text{
	font-size: 1.8rem;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.blk-intro__text{
		font-size: 1.6rem;
		text-align: left;
		white-space: normal;
	}
}
/* ======================================================

	About

====================================================== */
.blk-about{
	background-color: #f7f7f7;
}
.blk-about .c-container{
	max-width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blk-about__text{
	margin-bottom: 1em;

	text-align: center;
	white-space: nowrap;
}
.blk-about .p-table{
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.blk-about__text{
		text-align: left;
		white-space: normal;
	}
}
/* ======================================================

	Q & A

====================================================== */
.blk-qa{ background-color: #b7e1b0; }
.blk-qa .c-container{ padding-top: 60px; padding-bottom: 60px; }

.qa{
	padding: 20px;
	background-color: #ffffff;
}
.qa--mb{
	margin-bottom: 40px;
}
.qa__question{
	margin-bottom: 1em;

	font-size: 2.1rem;
	font-weight: bold;
	color: #439c38;
}
.qa__answer{
	line-height: 2;
}
.qa__answer span{
	font-size: 1.4rem;
}
.qa-ex{
	position: relative;
	height: 100%;
	background-color: #ffffff;
}
.qa-ex__img{
	position: absolute;
	bottom: 0;
    width:100%;
}
@media screen and (max-width: 767px) {
	.blk-qa .c-container{ padding-top: 30px; padding-bottom: 30px; }
	.qa:not(.qa-ex .qa){
		margin-bottom: 30px;
	}
	.qa__question{
		margin-bottom: 0.5em;
		font-size: 1.8rem;
	}
	.qa-ex{
		height: auto;
		margin-bottom: 30px;
	}
	.qa-ex__img{
		position: relative;
		bottom: auto;
	}
}
/* ======================================================

	雇用条件

====================================================== */
.blk-cond{ font-size: 1.4rem; }
.blk-cond .c-container{ padding-top: 40px; padding-bottom: 0; }
.cond__ttl{
	padding: 10px 0;
	border-bottom: 1px solid #b3b3b3;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.blk-cond .c-container{ padding-top: 30px; padding-bottom: 0; }
}