@charset "utf-8";
#all {
	max-width: 1200px;
	margin: 40px auto 100px;
	line-height: 2em;
	padding: 0 5px;
}
#recruit_header img {
	width: 100%;
	display: block;
}
#introduction_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#introduction_area .dammy_box {
	width: 40px;
}
#introduction_area .logo_area {
	width: 100px;
}
#introduction_area .logo_area img {
	width: 100%;
}
#introduction_area .introduction_text_area {
	display: block;
	width: 1000px;
}
.overview {
	line-height: 1.5;
}
#map_ajast {
	display: block;
	margin: 0 auto;
	padding: 10px;
	max-width: 800px;
	height: 400px;
}
.recruit_box {
	max-width: 100%;
	background: #F1F1F3;
	color: #4780B2;
	margin-top: 15px;
	padding: 5px 5px 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	/* 募集締め */
	/* height: 20vh; */
	/* min-height: 70px; */
	/* まで */
}
.recruit_box_title1 {
	display: block;
	font-size: 30px;
	color: #363E49;
	/* padding: 4px 4px 8px; */
	/* 募集締め */
	padding: 4px 4px 20px;
	/* まで */
	font-weight: bold;
}
.recruit_box_title2 {/*帯タイトル*/
	display: block;
	background: #D0D0DD;
	font-size: 26px;
	color: #000;
	/*padding: 5px 0 10px;*/
	padding: 0.2em 0 0.3em;
	margin: 10px -5px;
}
.no_head_margin {
	margin-top: 8px;
}
.recruit_box_caution {
	color: #F00;
	font-size: small;
}
.recruit_box_contact_list {
	line-height: 1.5em;
	display: block;
	padding: 0 0 2px;
	color: #000;
	font-size: 16px;
}
.business_type_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	margin-top: 10px;
	color: #FFF;
	border: 0px #000 solid;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#business_type_title {
	display: block;
	max-width: 100%;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	background: #EB7F7F;
	line-height: 1em;
}
.note {
	display: inline-block;
	color:#FFE11E;
	font-size: 25px;
	font-weight: bold;
}
.item_title{
	font-size: 24px;
	/* font-weight: bold; */
	line-height: 100%;
}
.business_type_box_title {
	display: inline-block;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	border: #FFF 2px solid;
}
.b_info_area li{
 text-align:left;
 margin-left: 27%;
}
.business_type_box_caution {
	color: #FFB3B5;
	font-size: small;
}
.business_type_band {
	display: block;
	padding-top: 1px;
	height: 28px;
	margin: 0.2em 0;
	max-width: 100%;
}
.b_info_area {
	width: 600px;
	text-align: center;
}
.b_img {
	width: 600px;
}
.b_img img {
	object-fit:cover;
	width: 100%;
	height:100%;
	display: block;
}
.img_R img {
	border-top-right-radius : 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-bottom-right-radius : 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
}
.img_L img {
	border-top-left-radius : 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleftt: 25px;
	border-bottom-left-radius : 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
}
#other_area {
	line-height: 3em;
	padding-bottom: 20px;
}
#contact_list_area {
/*margin-bottom: 70px;*/
}
#question_area {
	margin-bottom: 70px;
}
#question_area .line_ajast {
	line-height: 1.5em;
}
.recruit_box_question {
	line-height: 1.3em;
	display: block;
	padding: 15px 0 2px;
	color: #000;
	font-size: 22px;
}
.emphasis {
	display: inline-block;
	color: #603;
	/* border-bottom: 1px #603 dotted; */
	margin-bottom: 10px;
	line-height: 1.8em;
	font-size: 16px;
}
.line_ajast {
	line-height: 1.5em;
}
 @media screen and (max-width: 1100px) {
.recruit_box_title1 {
	font-size: 24px;
}
business_type_box {
	font-size: 26px;
}
.recruit_box_question {
	font-size: 18px;
}
.recruit_box {
	font-size: 14px;
}
.recruit_box_contact_list {
	/* font-size: 20px; */
}
#AS_area {
	line-height: 2em;
}
.b_info_area {
	width: 100%;
}
.b_img {
	display: none;
}
}
 @media screen and (max-width: 700px) {
#all {
	margin: 30px auto 50px;
}
.recruit_box {
	font-size: 12px;
}
.recruit_box_caution {
	font-size: 10px;
}
.recruit_box_title2 {
	font-size: 18px;
}
.business_type_box_title,.note {
	font-size: 18px;
}
	 .note{
		 display: block;
	 }
#question_area {
	margin-bottom: 20px;
}
}
