@charset "utf-8";
/* CSS Document */
.inpage-bg{
	background: url("../images/recruit/bg_01.jpg") no-repeat center center;
	background-size: cover;
}
.inpage-ttl .ttl-2{
	background: #B2B61E;
}
.top-bg{
	background: url("../images/recruit/bg_02.jpg") no-repeat center top;
	background-size: cover;
	font-size: 16px;
	line-height: 1.87;
	text-align: center;
	padding-bottom: 100px;
	text-shadow: #fff 3px 3px 5px, #fff -3px 3px 5px, #fff 3px -3px 5px, #fff -3px -3px 5px;
}
.top-bg p{
	font-weight: 600;
}
.top-bg .main-copy{
	font-size: 30px;
	letter-spacing: 0.1em;
}
.table-line-1{
	width: 1px;
	position: absolute;
	top:7px;
	left: 0;
	height: calc(100% - 7px);
	background:#B2B61E;
}
.table-wrap{
	z-index: 3;
}
.table-list .table-box{
	position: relative;
	padding-bottom: 20px;
}
.table-list .table-box:last-child{
	padding-bottom: 0px;
}
.table-box::before{
	width: 14px;
	height: 14px;
	border-radius: 10px;
	background: #B2B61E;
	content: "";
	position: absolute;
	top:7px;
	left: -7px;
}
.table-box p{
	width: 96%;
	margin-left: 4%;
	font-size: 14px;
	line-height: 2.14;
}

.table-1{
	padding-bottom: 50px;
}
.table-wrap.ptn2 .table-list{
	margin-left: 17%;
	box-sizing: border-box;
}

.link-btn{
	width: 56%;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
}
.link-btn a{
	 font-size: 16px;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	color: #333333;
}
.link-btn .yajirushi{
	position: absolute;
	width: 8px;
	right:15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.link-btn.ptn1 a{
	border:4px solid rgba(0,156,164,0.25);
}
.job-ttl{
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
.job-waku{
	line-height: 2.14;
	padding: 18px 5px;
	border: 1px solid #B2B61E;
	text-align: center;
}
.job-text{
	line-height: 2.14;
	text-align: center;
}
.job-waku span{
	color:#B2B61E;
}
.rec-contact{
	width: 90%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #B2B61E;
}
.rec-contact .con-flex{
	display: flex;
	padding-top: 30px;
	padding-bottom: 10px;
	align-content: center;
	position: relative;
	z-index: 2;
}
.rec-contact .con-flex .box{
	width: 50%;
	text-align: center;
}
.rec-contact .con-flex p{
	line-height: 1;
}
.rec-contact .con-flex span.cr{
	color:#B2B61E;
}
.rec-contact .con-flex .tel{
	font-size: 20px;
	color: #009238;
}
.rec-contact .con-flex .tel span{
	font-size: 30px;
}
.rec-contact .box-bg{
	position: absolute;
	background: url("../images/recruit/btn_bg_pc.png") no-repeat right top;
	background-size: cover;
	width: 54%;
	height: 100%;
	top:0;
	right:0;
}
.link-btn{
	width: 70%;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
}
.link-btn a{
	 font-size: 16px;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	color: #333333;
	background: #fff;
}
.link-btn .yajirushi{
	position: absolute;
	width: 8px;
	right:15px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.link-btn.ptn1 a{
	border:4px solid rgba(178,182,30,0.25);
}
.ovh-box{
	width: 100%;
	overflow: hidden;
}
@media print, screen and (min-width : 769px) {

.ex-img-1{
	position: absolute;
	top:200px;
	width: 366px;
	left:-453px;
	z-index: 2;
}
.ex-img-2{
	position: absolute;
	top:-95px;
	width: 370px;
	right:-444px;
	z-index: 2;
}	
}

@media only screen and (max-width : 768px) {
.top-bg{
	background: url("../images/recruit/bg_02.jpg") no-repeat center top;
	background-size: cover;
	font-size: 3.9vw;
	line-height: 1.87;
	text-align: center;
	padding-bottom: 15vw;
	text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;
}
.top-bg .main-copy{
	font-size: 5.4vw;
	letter-spacing: 0.1em;
}
.table-line-1{
	width: 1px;
	position: absolute;
	top:0;
	left: 0vw;
	height: 100%;
}
.table-wrap{
	z-index: 3;
}
.table-list{
	margin-left: 3vw;
}
.table-list .table-box{
	display: flex;
	position: relative;
	padding-bottom: 3vw;
}
.table-list .table-box:last-child{
	padding-bottom: 1vw;
}
.table-box::before{
	width: 3.9vw;
	height: 3.9vw;
	border-radius: 3.0vw;
	content: "";
	position: absolute;
	top:0;
	left: -1.8vw;
}
.table-box p{
	width: 96%;
	margin-left: 4%;
	font-size: 3.3vw;
	line-height: 1.42;
}
.cl-bg-1{
	position: absolute;
	z-index: 1;
	height: 23%;
	right:0;
	background: #EBF7F7;
	bottom: 0;
	width: 26%;
}


.ex-img-2{
	position: relative;
	margin-top: 10vw;
	margin-bottom: 0vw;
	width: 100%;
}


.map-imgbox{
	background: #EBF7F7;
	padding: 10vw 5% 12vw 5%;
	box-sizing: border-box;
	overflow: scroll;
	width: 100%;
}
.map-imgbox img{
	width: 900px;
	max-width: none;
}
.link-btn{
    width: 56%;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.link-btn a{
     font-size: 4.4vw;
    line-height: 1;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.link-btn .yajirushi{
    position: absolute;
    width: 8px;
    right:15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.g-map iframe{
    width: 100%;
    height: 120vw;
}
.job-ttl{
	text-align: center;
	font-size: 4.8vw;
	line-height: 1;
}
.job-waku{
	line-height: 2.14;
	padding: 3vw 4vw;
}
.table-1{
    padding-bottom: 5vw;
}
.rec-contact .con-flex{
	display: block;
	padding-top: 5vw;
	padding-bottom: 7vw;
	align-content: center;
	position: relative;
	z-index: 2;
}
.rec-contact .con-flex .box{
	width: 100%;
	text-align: center;
}
.rec-contact .con-flex p{
	line-height: 1;
}
.rec-contact .con-flex .tel{
	font-size: 3.3vw;
}
.rec-contact .con-flex .tel a{
	color: #009238;
}
.rec-contact .con-flex .tel span{
	font-size: 9vw;
}
.rec-contact .box-bg{
	position: absolute;
	background: url("../images/recruit/btn_bg_sp.png") no-repeat right top;
	background-size: cover;
	width: 17%;
	height: 50%;
	top:auto;
	bottom: 0;
	right:0;
}
.link-btn{
	width: 50%;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}
.link-btn a{
	 font-size: 3.3vw;
    line-height: 1;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.link-btn .yajirushi{
	position: absolute;
	width: 8px;
	right:10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.bottom-flex{
    margin-bottom: 8vw;
    align-items: flex-end;
	justify-content: space-between;
	display: flex;
}
.ex-img-1{
    width: 40.5%;
    margin-bottom: -5vw;
}
.ex-img-2{
	width: 52%;
}
}

@media only screen and (max-width : 540px) {
	

}