@charset "UTF-8";
main{
	padding:0 !important;
}

main section, .bg01 {
    padding: 30px 40px 40px 40px;
    margin-bottom: 40px;
    -ms-align-self: flex-start;
    align-self: flex-start;
    background-color: transparent;
}

section{
	background-image: none !important;
	padding: 60px 40px !important;
	margin-bottom: 0!important;
}
.visual{
    height: 590px;
}
.visual.h-auto {
	height: auto;
}

.order_info{
	/* background-image: url(../img/common/bg_001.jpg); */
	background-color: #eeeeee;
	color: #444444;
	text-align: center;
    padding: 40px 0px 40px;
}

.order_info dt{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 15px;
}

.ttl03{
	margin-bottom:20px;
	text-align: center;
	line-height: 1.2;
	font-size: 3rem;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.qa_info .ttl03, 
.contact .ttl03{
    text-shadow: 0 0 8px #000000, 0 0 8px #000000, 0 0 8px #000000, 0 0 8px #000000;
}
.qa_info .ttl03 strong, 
.contact .ttl03 strong {
	font-weight: normal;
	font-size: 4rem;
}
.qa_info .ttl03 strong::before, 
.contact .ttl03 strong::before{
	content: '─ ';
	font-size:30px;
}
.qa_info .ttl03 strong::after, 
.contact .ttl03 strong::after{
	content: ' ─';
	font-size:30px;
}
.ttl03:before{
	content:"";
	display: block;
	width: 300px;
	background-repeat: no-repeat;
	margin: auto;
}

.ttl03:after{
	content:"";
	display: block;
	width: 300px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 15px auto 0 auto;
}


.left .ttl03:before,.left .ttl03:after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.left .ttl03:before {
	margin-bottom: 20px;
}
.left .ttl03:after {
	margin-top: 20px;
}
.right .ttl03:before,.right .ttl03:after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #444444;
	margin-bottom: 10px;
}

.ttl03 span{
	display:block;
	font-size: 1.4rem;
}

.left{
	margin-bottom:0;
}

.left .txt p{
	line-height:1.8;
}

.left figure{
	width:50%;
	float: right;
	margin: 0px 0 20px 20px;
}

.left .ttl03{
    width: 336px;
}

.right{
	color: #444444;
	padding: 40px;
	margin: 0;
}

.right .txt p{
	line-height:1.8;
}

.right figure{
	width:50%;
	float: left;
	margin: 0 20px 20px 0;
}

.right .btn02{
    margin-top: 30px;
    margin: 20px auto 0 auto;
    display: block;
    width: 240px;
    height: 60px;
    display: inline-flex;
    padding: 11px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.right .ttl03:before{
    margin: auto 0 20px auto;
    width: 340px;
}

.right .ttl03:after{
    margin: 20px 0 auto auto;
    width: 340px;
}



.qa_info{
	background-image: url(../img/recruit/qa_bg.png) !important;
	background-size: auto;
	background-repeat: no-repeat;
    color: #444444;
    padding: 60px 40px;
}

.contact{
	background-image: url(../img/recruit/contact_bg.png) !important;
	background-repeat: no-repeat;
    color: #444444;
    padding: 60px 40px;
}

.qa_info .ttl03{
}
/*
.qa_info .ttl03:before,.contact .ttl03:before{
		background-image: url(../img/recruit/head_002.svg);
		background-position: center;
		margin: 0 auto 10px auto;
}
.qa_info .ttl03:after,.contact .ttl03:after{
    background-image: url(../img/recruit/head_002.svg);
    background-position: center;
    margin: 10px auto 0 auto;
}
*/
.qa_info .qa_list {
	color:#0f0e0c;
}

.qa_info .qa_list li{
	background-color: #fff;
	margin-bottom: 30px;
}

.qa_info .qa_list dl{
	padding: 30px;
}

.qa_info .qa_list dt span, 
.qa_info .qa_list dd span {
	flex-grow: 1;
}

.qa_info .qa_list dt{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
	align-items: center;
}
.qa_info .qa_list dt:before {
	height: 83px;
    width: 65px;
	min-width: 64px;
	content:"";
	background-image: url(../img/recruit/qa_q.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	color: #4064be;
	font-size: 3rem;
	margin-right: 10px;
	display: block;
}
.qa_info .qa_list dd{
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
	align-items: center;
}
.qa_info .qa_list dd:before{
	height: 83px;
    width: 65px;
	min-width: 64px;
	display: block;
	background-image: url(../img/recruit/qa_a.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	content:"";
	font-family: "游明朝";
	color: #c42134;
	font-size: 3.6rem;
	font-weight: bold;
	margin-right: 10px;
}

.table_recruit table{
	text-align: left;
}

.table_recruit table td{
	font-weight: normal;
	line-height: 1.4;
}

.table_recruit table td,.table_recruit table th{
	padding: 20px;
}
.table_recruit table th{
	min-width: 150px;
}

.ttl04{
	margin-bottom: 20px;
    font-size: 3.4rem;
	color: #444444;
}

.contact .ttl03 + p{
	margin-bottom:20px;
	line-height:1.4;
}

.contact .table01{
	color:#000;
	text-align:left;
}

.contact .table01 td,.contact .table01 th{
	padding:20px 13px;
}

.contact .box01{
	background-color: #fff;
	padding: 30px;
    margin-bottom: 40px;
}

.contact .box01 > p{
	color:#0f0e0c;
	line-height:1.4;
}


.required{
	background-color: #c42134;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 5px;
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
}
.table01 td,.table01 th{
	padding: 20px;
	vertical-align: middle;
	min-width: 220px;
}

input[type="text"]{
	border: 1px solid #dedede;
	padding: 10px;
}

input[type="radio"]{
	float: none;
	margin: 0 5px 0 0;
}

input[type="radio"],label{
	cursor: pointer;
}

textarea{
	border: 1px solid #dedede;
 	resize: vertical;
	padding: 10px;
	width: 100%;
}

label{
	margin-right:25px
}

label:last-child{
	margin-right:0;
}

:placeholder-shown {color: #c4c4c4; }
::-webkit-input-placeholder { color: #c4c4c4; }
:-moz-placeholder {color: #c4c4c4; opacity: 1; }
::-moz-placeholder {color: #c4c4c4; opacity: 1; }
:-ms-input-placeholder {color: #c4c4c4; }

.contact .btn02{
	font-weight: bold;
    font-size: 1.8rem;
    height: auto;
    padding: 11px 65px;
    width: auto;
    letter-spacing: 3px;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    line-height: 1.4;
}

.order_btn{
	display: block;
	margin: auto
}

.requirement{
	line-height: 2.6 !important;
}


.slick-prev,.slick-next{
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	z-index: 8000;
	color: rgba(255,255,255,.15);
}

.slick-prev {
	left: 15px;
}
.slick-next{
	right: 15px;
}

#week_slider {
 position: relative;
 margin-bottom: 60px;
}

.slick-dots{display: none !important;}

.regular {
width: 670px;
margin: auto;
}

#slide-container {
	position: relative;
}
.slick-prev::after,
.slick-next::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 3rem;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-prev::after {
	content: "\f104";
	left: 0px;
}

.slick-next::after{
	content: "\f105";
	right: 0;
}

.radio_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.radio_list li{
	margin-right: 10px;
	width: 31%;
}




#sys-form h3,
.thx_text {
	color: #0f0e0c;
	text-align: center;
}
.thx_text {
	margin-top: 20px;
}


.recruit_plan_banner {
    background-color: #ffffff;
    display: inline-block;
    margin: auto;
    margin-top: 45px;
    display: block;
    text-align: center;
    padding: 40px 0 50px 0;
}
.recruit_plan_banner a{
	margin: auto;
	display: inline-block;
}
.recruit_plan_banner img{
	display: block;
}
.recruit_plan_banner img:hover {
	opacity: 0.8;
}


.recruit_photo {
	background-image: url(../img/recruit/img_bg.jpg)!important;
	background-size: cover;
    padding: 40px 40px !important;
	margin-bottom: 40px !important;
}

.bg_bk {
	background-image: url(../img/recruit/img_bg.jpg) !important;
	background-size: cover;
	padding: 40px 40px !important;
}
.bg_gr {
	background-color: #eeeeee;
	background-image: url(../img/recruit/bg_gray.png) !important;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 40px 40px !important;
}
.bg_gr .ttl03 {
	color: #444444;
}
.left.bg_bk .txt p {
	color: #FFFFFF;
}
.recruit_photo .ttl04 {
	color: #FFFFFF;
}
.contact {
    padding: 40px 40px !important;
}
.set_bg {
	background-image: url('../img/recruit/img_bg.jpg');
}

.left .txt img, 
.right .txt img {
    width: 337px;
    margin-bottom: 14px;
}

.left.bg_bk .btn_area {
    padding-top: 23px;
}

@media screen and (max-width: 767px) {
	.left .txt img, 
	.right .txt img {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact {
		padding: 40px 10px !important;
	}
	
	main section{
	padding: 3% !important;
}

	.visual{height: auto;}
	.order_info{     padding: 30px 0px 30px 0px;}
	.order_info dt{
		font-size: 1.3rem;
	}
	.left,.right{
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.right{padding: 20px;}
	.left figure,.right figure{
		order: 2;
	}
	.left .txt,.right .txt{
		order: 1;
	}
	.right .btn02{
		order:3;
		margin-top: 20px;
	    margin: auto auto 40px auto;
	}
	.left.bg_bk .btn_area{
		order: 3;
		text-align: center;
		width: 100%;
		padding-top: 11%;
	}
	
	
	.left figure,.right figure{
		width: 100%;
		float: none;
		margin: 0;
	}
	.left .txt p,.right .txt p{margin-bottom: 20px;}
	/* .left .txt p:last-child{margin-bottom: 0;} */
	.left .ttl03{width: 100%; margin-bottom: 20px;}
	.ttl03{margin-bottom: 0;}
	.ttl03:before,.ttl03:after{
			margin: 0 !important;
			width: 100% !important;
	}
	
	.ttl03:before {
	    margin: 0 0 20px 0px !important;
	}
	.ttl03:after {
	    margin: 20px 0 0 0px !important;
	}
	
	.ttl03:after{margin-top: 20px !important;}
		.qa_info, .contact{padding: 20px;}
	.qa_info .ttl03,.contact .ttl03{margin-bottom: 20px;}
	.qa_info .qa_list dl{padding: 20px;}
	.qa_info .qa_list dt{
			font-size: 2rem;
			line-height: 1.3;
		}
		.qa_info .qa_list dd:before{
			font-size: 3rem;
		}
	.table_recruit table tr:last-child{border-bottom: 1px solid #dfd5c7;}
	.table_recruit table th{min-width: 100%;}
	.table01 td, .table01 th{min-width: 100%;}
	.table01 td, .table01 th{
		display: block;
		border-bottom: none;
	}
	.contact .box01{padding: 10px;}
	input[type="text"]{
		width: 100%;
	}
	input,textarea{
		/* -webkit-appearance: none; */
		border-radius: 0;
		font-size: 1.6rem;
		line-height: 1;
	}
	/*input[type="radio"] {
		-webkit-appearance: radio;
		-moz-appearance: radio;
		appearance: radio;
	}*/
	
	textarea{line-height: 1.5;}
	.border01{border-bottom: 1px solid #dfd5c7 !important;}
	.radio_list li{
		margin-right: 0;
		width: 100%;
	}
	.bg_gr, 
	.bg_bk {
		padding: 40px 20px !important;
	}
	.bg_gr > div {
		width: 100%;
	}
	.ttl04 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		color: #444444;
	}
	.table_recruit {
		background-color: #ececec;
		padding-top: 40px !important;
	}
	.bg_gr .ttl03 {
    	margin-bottom: 20px;
	}
	.recruit_photo {
		padding: 40px 20px !important;
		margin-bottom: 40px !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root input,
	_::-webkit-full-page-media, _:future, :root textarea{
		-webkit-appearance: none;
	}
}
