/* Our Business start */
.recruit-ob{
	background-color: #F3F7FA;
}
.recruit-ob .inner{
	max-width: 100%;
}
.recruit-ob .secTitle,
.recruit-ob .text,
.recruit-ob .message{
	box-sizing: border-box;
	max-width: 1140px;
	margin: 0 auto;
}
.recruit-ob .secTitle{
	margin-bottom: 50px;
}
.recruit-ob .text p{
	font-size: 1.8rem;
	letter-spacing: 2px;
	line-height: 2;
}
.recruit-ob .slider{
	margin: 50px 0 0;
}
.recruit-ob .message{
	padding: 100px 0 0;
}
.recruit-ob .message-inner{
	text-align: center;
	border: solid 5px #2C5E9E;
	border-radius: 30px;
	padding: 70px 70px 60px;
	position: relative;
	background-color: #fff;
}
.recruit-ob .message h3{
	display: inline-block;
	background-color: #2C5E9E;
	border-radius: 50px;
	font-size: 2rem;
	color: white;
	padding: 5px 30px;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.recruit-ob .content p{
	text-align: left;
	margin-top: 16px;
}
/* Our Business end */

/* Our rule benefit start */
.recruit-rb{
	background-image: url("../img/common/bg_item01.png");
	background-size: cover;
	background-position: center;
}
.recruit-rb .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.recruit-rb .box{
	box-sizing: border-box;
	width: calc(50% - 25px);
	padding: 50px 50px;
	color: white;
	border-radius: 30px;
	position: relative;
}
.recruit-rb .box01{
	background-color: #2C5E9E;
}
.recruit-rb .box01::before{
	content: url("../img/recruit/svg_01.svg");
	position: absolute;
	bottom: 250px;
	right: 40px;
}
.recruit-rb .box02{
	background-color: #E89F15;
}
.recruit-rb .box02::before{
	content: url("../img/recruit/svg_02.svg");
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.recruit-rb .secTitle{
	margin-bottom: 40px;
}
.recruit-rb .secTitle h2{
	font-size: 1.8rem;
	padding-left: 0;
}
.recruit-rb .secTitle p{
	font-size: 3.5rem;
	letter-spacing: 0;
}
.recruit-rb ul li{
	font-size: 1.8rem;
	font-weight: bold;
	padding:10px 0;
}
/* Our rule benefit end */

/* Our Member start */
.recruit-member{
	background-color: #F3F7FA;
}
#recruit .common-sec03 table tbody tr td {
	background-color: #F3F7FA;
}
#recruit .common-sec02 ul li:nth-of-type(1) .left {
    background-image: url(../img/about/img_04.jpg);
}
/* Our Member end */

/* Requirements start */

/* Requirements end */

/* Entry start */
.recruit-entry{
	background-color: #F3F7FA;
	padding-bottom: 70px;
}
.recruit-entry .secTitle{
	margin-bottom: 0;
}
.recruit-entry h3{
	display: inline-block;
	margin-bottom: 60px;
	background: linear-gradient(transparent 60%, #E89F15 60%);
	line-height: 1.2;
	padding-left: 5px;
}
.recruit-entry .process{
	padding: 100px 0 0;
}
.recruit-entry .process-inner{
	background-color: #fff;
	border: solid 3px #2C5E9E;
	border-radius: 30px;
	padding: 60px 0;
	text-align: center;
}
.recruit-entry .form{
	text-align: center;
}
.recruit-entry .form-inner{
	padding: 100px 0 0;
}
.recruit-entry .process img{
	margin: 0 auto;
}
/* Entry end */





@media screen and (max-width:767px){
	
	
	
	/* Our Business start */
	.recruit-ob .inner{
		padding: 0;
	}
	.recruit-ob .secTitle, .recruit-ob .text, .recruit-ob .message {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 20px;
	}
	.recruit-ob .secTitle{
		margin-bottom: 30px;
	}
	.recruit-ob .secTitle p{
		font-size: 4rem;
	}
	.recruit-ob .text p {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2;
	}
	.recruit-ob .slider {
    margin: 20px 0 0;
	}
	.recruit-ob .message {
    padding: 50px 20px 0;
	}
	.recruit-ob .message-inner{
		padding: 40px 20px 20px;
		border: solid 3px #2C5E9E;
	}
	.recruit-ob .message h3 {
    width: 80%;
    font-size: 1.8rem;
    padding: 3px 0px 2px;
    top: -18px;
	}
	/* Our Business end */
	
	/* Our Culture start */
	.recruit-oc .secTitle p{
		font-size: 4.5rem;
	}
	/* Our Culture end */

	/* Our rule benefit start */
	.section.recruit-rb{
		padding: 20px 0;
	}
	.recruit-rb .wrapper{
		display: block;
	}
	.recruit-rb .box{
		width: 100%;
		padding: 30px 20px;
	}
	.recruit-rb .secTitle {
    margin-bottom: 20px;
	}
	.recruit-rb .secTitle h2{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#recruit .recruit-rb .secTitle p {
		font-size: 3rem;
	}
	.recruit-rb .box01{
		margin-bottom: 20px;
	}
	.recruit-rb .box01::before {
    content: url(../img/recruit/svg_01_sp.svg);
    bottom: 46%;
    right: 20px;
	}
	.recruit-rb .box02::before {
    content: url(../img/recruit/svg_02_sp.svg);
    bottom: 35px;
    right: 20px;
	}
	.recruit-rb ul li {
    font-size: 1.5rem;
    padding: 3px 0;
	}
	/* Our rule benefit end */

	/* Our Member start */
	.recruit-member .secTitle p{
		font-size: 4rem;
	}
	/* Our Member end */
	
	/* requirement start */
	.recruit-requirement .secTitle p{
		font-size: 4rem;
		letter-spacing: 0;
	}
	/* requirement end */

	/* Entry start */
	.recruit-entry{
		padding-bottom: 30px;
	}
	.recruit-entry .process{
		padding: 50px 0 0;
	}
	.recruit-entry .process-inner{
		padding: 40px 20px;
	}
	.recruit-entry h3{
		margin-bottom: 40px;
	}
	.recruit-entry .form-inner {
    padding: 60px 0 0;
}
	/* Entry end */
	

	
}