@charset "utf-8";




#bosyuu_head {
	width: 90%;
	margin: 0 auto;
	padding: 70px 10px 40px 60px;
	font-size: 114%;
	box-sizing: border-box;
}

#bosyuu_introduction_box {
	background: url('/images/bosyuu/recruit_bg_light.png') no-repeat;
	background-position: center 30px;
	overflow: hidden;
}

#bosyuu_introduction {
	background: url('/images/bosyuu/recruit_photos.png') no-repeat,
				url('/images/bosyuu/top_leaf_bg.png') no-repeat;
	background-position: 98% 60%, right center;
	background-size: 34.2% auto, 49.66% auto;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 200px;
}

#bosyuu_introduction_text {
	width: 90%;
	margin: 0 auto;
	padding: 0 24% 0 60px;
	box-sizing: border-box;
	text-shadow:0 1px 1px #fff,
				1px 0 1px #fff,
				0 -1px 1px #fff,
				-1px 0 1px #fff,
				-1px -1px 1px #fff,
				1px -1px 1px #fff,
				-1px 1px 1px #fff,
				1px 1px 1px #fff;
}

#recruit_photos {
	position: absolute;
	top: 30px;
	left: 640px;
}
#top_leaf_bg {
	position: absolute;
	top: 30px;
	left: 570px;
}
#top_image_cat {
	position: absolute;
	bottom: 0;
	left: 30px;
	max-width: 103px;
}
#flow_box {
	background: url('/images/bosyuu/information_bg.png') repeat;
}
#flow {
	position: relative;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 75px 0 87px;
}

#flow_list_top {
	position: relative;
	max-width: 919px;
	min-height: 26px;
	background: url('/images/bosyuu/bg_recruit_top.png') no-repeat center bottom;
	background-size: 100%;
	margin: 0 auto;
}

#cat_sitting_top {
	display: none;
	position: absolute;
	bottom: 6px;
	right: 0px;
	width: 118px;
}

#flow_list {
	position: relative;
	box-sizing: border-box;
	background: url('/images/bosyuu/flow_bg_left.png') no-repeat,
				url('/images/bosyuu/flow_bg_right.png') no-repeat;
	background-size: 13.92% auto, 36.23% auto;
	background-color: #fff;
	background-position: 4% 6%, 94% 94%; /*safari用*/
	background-position: left 30px top 30px, right 30px bottom 30px;
	max-width: 919px;
	margin: 0 auto;
	padding: 15px;
	line-height: 1.6;
	border: 10px #a60000 solid;
}

#inline_box {
	border: 2px #a60000 solid;
	padding: 90px 14% 70px;
}

#flow_list_bottom {
	position: relative;
	max-width: 919px;
	margin: 0 auto;
}

#flow_bottom {
	width: 100%;
	vertical-align: top;
}

#flow_list ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}

#flow_list ol li:first-child img {
	margin-top: 6px;	
}

#flow_list ol li:last-child {
	margin-left: 25px;	
}

.flow_list_heading {
	font-size: 150%;
	font-weight: 600;
}

.flow_list_contents {
	font-size: 95%;
}

#flow_list #cat_stand {
	position: absolute;
	left: 0;
	bottom: -97px;
}

#cat_sitting_bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25.5%;
}

#recruit_images_box {
	padding: 50px 0;
	background-color: #fbeded;
}

#border_outer {
	padding: 15px 0;
	border-top: 8px #fff solid;
	border-bottom: 8px #fff solid;
}

#border_inner {
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

#recruit_images {
	max-width: 963px;
	margin: 0 auto;
}

#recruit_images ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}

#recruit_images ul li {
	width: 23%;
	max-width: 205px;
}

#recruit_images ul li img {
	width: 100%;
	vertical-align: middle;
}

#faq_box {
	background: url('/images/bosyuu/golf_backgound_cat.png') no-repeat right top;
	background-color: #ffffed;
	padding-top: 130px;
	overflow: hidden;
}

#faq_header {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 80px;
}

#faq{
	line-height: 1.6;
	width: 90%;
	max-width: 840px;
	margin: 0 auto;
}

#faq_list {
	margin-bottom: 125px;
}

#faq_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

#faq_list ul:nth-child(2n) {
	margin-bottom: 55px;
}

#faq_list li:first-child {
	width: 8%;
}

#faq_list li:last-child {
	width: 92%;
}

.text_red {
	color: #c92221;
}

/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 1000px){
	
#bosyuu_introduction {
	padding-bottom: 20vw;
}

}/* 1000pxの閉じカッコ */



/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 768px){
	
#bosyuu_head {
	padding-left: 0;
}
	
#recruit_images_box {
	padding: 25px 0;
}
	
#cat_sitting {
	width: 185px;
}
	
#border_outer {
	padding: 10px 0;
}

#recruit_images ul li {
	padding: 0;
}

#faq_box {
	background-size: 500px;
}

}/* 768pxの閉じカッコ */


/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 640px) {
	
#bosyuu_head {
	padding: 70px 0;
}
	
	
#bosyuu_introduction {
	padding-bottom: 280px;
}
	
#bosyuu_introduction {
	background-position: 95% 98%, 95% 100%;
	background-size: 264px auto, 317px auto;
}
	
.safari #bosyuu_introduction, .safari3 #bosyuu_introduction {
	background-size: 237px auto, 286px auto;
}

#bosyuu_introduction_text {
	padding: 0;
}	

#cat_sitting_top {
	display: block;
	width: 125px;
	top: -38px;
}
	
#flow {
	padding: 75px 0 60px;
}
	
#flow_list {
	padding: 10px;
	font-size: 90%;
	background-size: 79px auto, 32% auto, 100%;
	border: 5px #a60000 solid;
}
	
#inline_box {
	padding: 60px 3% 55px; /* safari用 */
	padding: 13vw 3% 12vw;
}
	
#flow_list ol li:last-child {
	margin-left: 2%;
}
	
#flow_list ol li:last-child {
	width: 84%;
}

#recruit_images ul {
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	max-width: 500px;
	margin: 0 auto;
}
	
#recruit_images ul li {
	width: 48%;
	margin-bottom: 5px;
}
	
.safari #flow_list ol li:last-child {
	box-sizing: border-box;
	padding-right: 30px;
}
	
.iphone #flow_list ol li:last-child {
	padding-right: 0;
}

#faq_box {
	padding: 80px 0 120px;
	background-size: 300px;
}
	
#top_image_cat {
	width: 70px;
}

#flow_list #cat_stand {
	width: 100px;
	bottom: -65px;
}
	
#cat_sitting_bottom {
	display: none;
}
	
#click_cat {
	position: absolute;
	width: 52.4%;
}

}/* 640pxの閉じカッコ */

/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 400px){
	#contact_button_anchor {
	font-size: 65%;
}


}/* 400pxの閉じカッコ */


