@media screen and (min-width: 768px) {
	.pc_off {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
	.sp_off {
		display: none !important;
	}
}
/* ----------------------------------------------------------------------------------------------------
*  recruit
* --------------------------------------------------------------------------------------------------*/
.recruit .inner > h3 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin: 0;
}
.recruit .inner img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.recruit .inner > h3 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
}
.message {
	margin-bottom: 195px;
}
.message .box_img {
	margin: 35px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.message .box_img .img._01 {
	width: 484px;
}
.message .box_img .img._02 {
	width: 513px;
}
.message .txt {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 2.38;
	letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
	.message {
		margin-bottom: 80px;
	}
	.message .txt {
		font-size: 1.3rem;
		line-height: 2;
	}
}
.description {
	margin-bottom: 165px;
}
.description .txt {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 2.68;
	letter-spacing: 0.14em;
	margin: 50px 0 15px;
}
.description .box_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.description .box_img .img {
	width: 495px;
}

@media screen and (max-width: 767px) {
	.description {
		margin-bottom: 80px;
	}
	.description .txt {
		font-size: 1.3rem;
		line-height: 1.8;
		margin: 20px 0;
	}
	.description .box_img {
		display: block;
	}
	.description .box_img .img {
		width: 100%;
	}
}
.point {
	margin-bottom: 140px;
}
.point ul {
	margin: 0;
	margin-top: 105px;
	padding: 0;
}
.point ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.point ul li:not(:last-child) {
	margin-bottom: 35px;
}
.point ul li .img {
	width: 415px;
	margin-right: 55px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.point ul li .cont {
	width: 530px;
}
.point ul li .cont h4 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 0;
}
.point ul li .cont .txt {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	.point {
		margin-bottom: 80px;
	}
	.point ul {
		margin-top: 30px;
	}
	.point ul li {
		display: block;
	}
	.point ul li:not(:last-child) {
		margin-bottom: 40px;
	}
	.point ul li .img {
		width: 100%;
	}
	.point ul li .cont {
		width: 100%;
	}
	.point ul li .cont h4 {
		font-size: 1.6rem;
		margin: 15px 0 10px;
	}
	.point ul li .cont .txt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}
.flow {
	margin-bottom: 140px;
}
.flow dl {
	font-weight: 600;
	margin: 90px 0 45px;
	counter-reset: number 0;
}
.flow dl dt {
	font-size: 2.4rem;
	position: relative;
	min-height: 41px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flow dl dt::before {
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	width: 90px;
	height: 40px;
	counter-increment: number 1;
	content: "0" counter(number);
	display: block;
	margin-right: 20px;
	padding: 5px 0;
	background-color: #000;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flow dl dt span {
	display: block;
	padding-top: 5px;
}
.flow dl dd {
	font-size: 1.6rem;
	line-height: 2.1;
}
.flow dl dd:not(:last-child) {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.flow {
		margin-bottom: 80px;
	}
	.flow dl {
		margin: 20px 0 30px;
	}
	.flow dl dt {
		font-size: 1.8rem;
	}
	.flow dl dt::before {
		font-size: 1.8rem;
		width: 60px;
		height: 24px;
	}
	.flow dl dd {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.flow dl dd:not(:last-child) {
		margin-bottom: 30px;
	}
}
.faq dl {
	font-weight: 600;
	margin-top: 85px;
}
.faq dl dt::before,
.faq dl dd::before {
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1;
	width: 90px;
	display: block;
	margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.faq dl dt {
	font-size: 1.8rem;
	position: relative;
	min-height: 41px;
	margin-bottom: 1px;
	background-color: #fce1e1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq dl dt::before {
	content: "Q";
	padding: 5px 0;
	background-color: #9a0000;
}
.faq dl dt span {
	display: block;
	padding-top: 5px;
}
.faq dl dd {
	font-size: 1.6rem;
	position: relative;
	min-height: 41px;
	background-color: #e1f4fd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq dl dd:not(:last-child) {
	margin-bottom: 50px;
}
.faq dl dd::before {
	content: "A";
	padding-top: 8px;
	background-color: #00699a;
}
.faq dl dd span {
	display: block;
	padding: 6px 40px 6px 0;
}

@media screen and (max-width: 767px) {
	.faq {
		margin-bottom: 80px;
	}
	.faq dl {
		margin: 20px 0 30px;
	}
	.faq dl dt::before,
	.faq dl dd::before {
		font-size: 1.4rem;
		width: 60px;
		margin-right: 10px;
		padding: 7px 0 0;
	}
	.faq dl dt {
		font-size: 1.3rem;
		line-height: 1.4;
		min-height: unset;
	}
	.faq dl dt span {
		padding: 5px 10px 5px 5px;
	}
	.faq dl dd {
		font-size: 1.3rem;
		line-height: 1.6;
		min-height: unset;
	}
	.faq dl dd:not(:last-child) {
		margin-bottom: 20px;
	}
	.faq dl dd span {
		padding: 5px 10px 5px 5px;
	}
}
/*# sourceMappingURL=recruit.css.map */