@charset "UTF-8";
/* CSS Document */
/* #mv
------------------------------------------------------------------*/
#mv {
	height: auto;
	width: 67%;
	margin-right: 3%;
}
#mv>.inner {
	width: 100%;
	margin: 20px 70px 10px auto;
	position: relative;
	max-width: 960px;
}
#mv>.inner .mv_bnr{
	position: absolute;
	right: 106px;
	bottom: 10px;
}

.mv_box{
	width: 960px;
	margin: 0 auto;
}

/*メイン
------------------------------------------------------------------*/



#contents>.intro_box{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	background:rgba( 255,177,64 , 0.5 );
}
#contents>.intro_box .inner,
#contents>.intro_box .news{
	width: 50%;
	margin: 0 auto;
	padding: 20px 30px;
}

#contents>.intro_box .inner h2,
#contents>.intro_box .news h2{
	border-bottom: #f39800 3px dotted;
	padding-bottom: 10px;
	text-align: center;
	font-size: 2.2rem;
	color: #222;
}

#contents>.intro_box .inner h2 span,
#contents>.intro_box .news h2 span{
	display: inline-block;
	position: relative;
}
#contents>.intro_box .inner h2 span:before,
#contents>.intro_box .inner h2 span:after,
#contents>.intro_box .news h2 span:before,
#contents>.intro_box .news h2 span:after{
	position: absolute;
	height: 16px;
	top: 30%;
	width: 110px;
	content: " ";
	}

#contents>.intro_box .inner h2 span:before,
#contents>.intro_box .news h2 span:before{
	background: url(../../common/img/bg_h2_o_before.png) no-repeat 50% 50%;
	left: -120px;
}
#contents>.intro_box .inner h2 span:after,
#contents>.intro_box .news h2 span:after{
	background: url(../../common/img/bg_h2_o_after.png) no-repeat 50% 50%;
	right: -120px;
}

#contents>.intro_box .news ul{
	background: #fff;
	height: 300px;
	overflow: scroll;
}

#contents>.intro_box .news ul li{
	padding: 20px 20px 10px;
	border-bottom: 1px dotted #E27300;
	line-height: 2em;
}

#contents>.intro_box .news ul li time{
	color:#E27300;
	font-weight: bold;
}

#contents>.intro_box .news ul li span{
	background: #E27300;
	color: #fff;
	padding: 6px;
}

#contents>.intro_box .inner .tx_L{
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 2.0;
}
#contents>.intro_box .inner .btn{
	border: 2px solid #fff;
	background: rgba( 255,177,64 , 0.6 );
	text-align: center;
	width: 80%;
	margin: 20px auto;
	padding: 30px 0;
	font-weight: 100;
}
#contents>.intro_box .inner .btn a{
color: #fff;	
}
#contents>.intro_box .inner p{
margin: 0 auto;
font-size: 1.8rem;
font-weight: 800;
}


#contents>.flow_box{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
			/*background: #ffeeb5;*/
}
#contents>.flow_box .inner{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#contents>.flow_box .inner .box{
		background: rgba( 255,177,64 , 0.8 );
	margin: 30px auto 30px;
	position: relative;
	padding: 20px 0;
	border-radius: 10px;
	border: 2px solid #eb6100;
}
#contents>.flow_box .inner h2{
	border-bottom: #f39800 3px dotted;
	padding-bottom: 10px;
	color: #f39800;
	text-align: center;
		font-size: 2.2rem;
	text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}

#contents>.flow_box .inner h2 span{
	display: inline-block;
	position: relative;
}
#contents>.flow_box .inner h2 span:before,
#contents>.flow_box .inner h2 span:after{
	position: absolute;
	height: 16px;
	top: 30%;
	width: 110px;
	content: " ";
	}

#contents>.flow_box .inner h2 span:before{
	background: url(../../common/img/bg_h2_o_before.png) no-repeat 50% 50%;
	left: -120px;
}
#contents>.flow_box .inner h2 span:after{
	background: url(../../common/img/bg_h2_o_after.png) no-repeat 50% 50%;
	right: -120px;
}


#contents>.flow_box .inner .first,
#contents>.flow_box .inner .seccond,
#contents>.flow_box .inner .third,
#contents>.flow_box .inner .fourth{
	background: #fff;
	padding: 15px;
	width: 430px;
	min-height: 100px;
	/* box-shadow */
box-shadow:0px 0px 10px -5px rgba(97,97,97,0.6);
	margin: 30px 20px;
}

#contents>.flow_box .inner .fourth{
	width: 70%;
}

#contents>.flow_box .inner .third a{
	font-weight: bold;
	color:rgba(0,142,70,1.00);
}


#contents>.flow_box .inner h3{
	color: #333;
	font-size: 2.9rem;
	padding-left: 30px;
}

#contents>.flow_box .inner h3 span{
	font-size: 80%;
}
#contents>.flow_box .inner h4{
	color: #f39800;
	font-size: 2.9rem;
}
#contents>.flow_box .inner .bg_tel{
	position: absolute;
	top: 125px;
	left: 465px;
	width: 76px;
}
#contents>.flow_box .inner .bg_mail{
	position: absolute;
	top: 344px;
	right: 30px;
	z-index: 1000;
}

#contents>.flow_box .inner p{
	width: 80%;
}

/* .other
------------------------------------------------------------------*/

.top_contact {
	width: 30%;
}

.top_contact .yellow_box{
	width: 100%;
	margin: 20px auto;
	padding: 15px;
	background: #ffeeb5;
	overflow: hidden;
	margin-right: 2%;
	box-sizing: border-box;
}
.top_contact .yellow_box:last-of-type{
	margin-right: 0;
}

.top_contact .yellow_box h2{
	color: #f08300;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	border-bottom: 2px dashed #f08300;
	padding-bottom: 5px;
	text-align: left;
}
.top_contact .yellow_box p{
float: left;
}

.top_contact .yellow_box p.free_tel{
	background: url(../img/icon_free_tel.png) no-repeat 0 0px;
	background-size: 62px;
	font-weight: bold;
	font-size: 2.5rem;
	/*margin-left: 20px;*/
}
.top_contact .yellow_box p.free_tel span{
	font-size: 1.5rem;
	margin-top: -5px;
	display: block;
	margin-left: -90px;
}
.top_contact .yellow_box p.time{
	font-weight: bold;
	/*margin-left: 20px;*/
}
.top_contact .yellow_box p.mail_txt{
	background: url(../img/icon_mail.png) no-repeat;
	background-size: 26px;
	font-weight: bold;
	font-size: 1.5rem;
	/*margin-left: 32px;*/
	margin-bottom: 15px;
	color: #333;
}
.top_contact .yellow_box p.mail{
	/*margin-left: 30px;*/
	width: 256px;
}
.top_contact .yellow_box p.mail img{
	width: 100%;
}

.kensa_frame {
    overflow: hidden;
    height: 100%;
    width: 720px;
    margin: 0 auto;
}

.example_box .inner .box h3 {
    /* padding-top: 180px; */
    padding-top: 130px;
    font-size: 2.7rem;
    color: #f39800;
	font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    min-height: 30px;
    line-height: 30px;
}

.box1:before {
    content: "#1";
    background:rgba(255,239,181,1.00);
    position: absolute;
    top: 13px;
    left: 13px;
    width: 152px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.3rem;
    text-align: center;
	color:rgba(103,103,103,1.00);
}

.box2:before {
    content: "#2";
    background:rgba(255,239,181,1.00);
    position: absolute;
    top: 13px;
    left: 13px;
    width: 152px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.3rem;
    text-align: center;
	color:rgba(103,103,103,1.00);
}

.box3:before {
    content: "#3";
    background:rgba(255,239,181,1.00);
    position: absolute;
    top: 13px;
    left: 13px;
    width: 152px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.3rem;
    text-align: center;
	color:rgba(103,103,103,1.00);
}

.box_title{
	padding-left: 180px !important;
}

.step2_img{
	margin-right: 30px;
}


/*recruit_bnr
------------------------------------------------------------------*/
@media screen and (max-width:767px) { 

	.mv_box{
		width: 100%;
	}
	
	#contents > .flow_box .inner .box{
		
	width: 95%;
		padding: 20px 2%;
	}
	#contents > .flow_box .inner h3{
		font-size: 2.0rem;
	}
	#contents > .flow_box .inner .one {
    height: auto;
}
	#contents > .flow_box .inner .first, #contents > .flow_box .inner .first,
	#contents > .flow_box .inner .first, #contents > .flow_box .inner .seccond,
	#contents > .flow_box .inner .first, #contents > .flow_box .inner .third,
	#contents > .flow_box .inner .first, #contents > .flow_box .inner .fourth{
    padding: 15px 2%;
    width: 96%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 20px auto;
	}
	#contents > .flow_box .inner .bg_tel,
		#contents > .flow_box .inner .bg_mail{
    position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
			float: left;
			width: 20%;
			margin: 0 15% 20px;
}
		#contents > .intro_box .inner .tx_L{
		font-size: 1.5rem;
	}
	#contents > .intro_box .inner .btn{
		font-size: 1.4rem;
	}
	
	.top_contact{
		width: 100%;
	}
	
	.top_contact .yellow_box{
		padding: 20px 10%;
	}
	
	.top_contact .yellow_box p.mail img{
		width: 85%;
	}
	
	.kensa_frame{
		width: 100%;
	}
	
	.box_title{
		padding: 80px 0 20px !important;
	}
}