@charset "utf-8";

/* ------------------------------
MAIN
------------------------------ */
#wrapper {
    padding: 0 0 0 0;
}
.bg-type-b{
	padding-bottom: 80px;
}

@media all and (max-width: 768px) {
	.bg-type-b{
		padding-bottom: 60px;
	}
	.ov_ttl_txt-ja {
		font-size: 1rem;
	}
}

/* --------- ttl/lead ---------- */
.sec_ttl{
	font-size: 2.8rem;
	display: inline-block;
	padding: 0 0 15px 0;
	margin: 80px auto 0 auto;
	position: relative;
}

.sec_ttl:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #d1d1d1 url("/commons/images/ptn.gif");
	position: absolute;
	bottom: 0;
	left: 0;
}

.detail_ttl {
	font-size: 1.8rem;
	color: #fff;
	background: #d1d1d1 url("/commons/images/ptn.gif");
	padding: 10px 0;
	margin: 50px 0;
}

.top_ttl{
	font-size: 2.8rem;
	display: inline-block;
	padding: 0 0 5px 0;
	margin: 80px auto 0 auto;
}

.top_lead {
	font-size: 1.6rem;
}

.detail_lead {
	margin: 50px 0;
	line-height: 3;
}

@media all and (max-width: 768px) {
	.sec_ttl,.top_ttl {
		font-size: 2.1rem;
		margin: 25px auto 0 auto;
	}

	.detail_ttl {
		font-size: 1.6rem;
		margin: 25px 0;
	}

	.detail_lead {
		margin: 30px 5% 0 5%;
	}
}

/* --------- detail ---------- */
.detail_txt {
	text-align: justify;
	font-size: 1.4rem;
	line-height: 1.75;
}
.detail_txt-c {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.5;
}

.detail_txt-indent {
	text-indent: 1em;
}

.detail {
	margin: 50px auto 15px auto;
}

@media all and (max-width: 768px) {
	.detail_txt {
		font-size: 1.25rem;
		line-height: 1.8;
	}
	
	.detail_txt-c {
		text-align: left;
		font-size: 1.4rem;
		line-height:1.8;
	}
	.layout_container-1000 .detail_txt-c{
	  margin: 30px 5% 0 5%;
	}
	.detail {
		margin: 20px auto 25px auto;
	}
}

/* --------- link_cnt ---------- */
.link_cnt{
	background: #fff;
	font-size: 1.6rem;
	border: 3px solid #a0a0a0;
	padding:25px 0 23px 0;
	margin: 20px 0 100px 0;
}

.link_cnt p{
	display: inline-block;
	padding:0 50px 0 0;
	position: relative;
}

.link_cnt p:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-top: 5px solid #a0a0a0;
    border-right: 5px solid #a0a0a0;
    position: absolute;
    top: 50%;
	  right:20px;
    transform: translateY(-50%) rotate(45deg);
}

.link_cnt span{
	font-size: 2.5rem;
	padding:0 10px;
}

.link_cnt a:hover{
	opacity: .5;
}

@media all and (max-width: 768px) {
	.link_cnt{
		font-size: 1.4rem;
		border: 3px solid #a0a0a0;
		padding:20px 0 20px 3%;
		margin: 20px 5% 30px 5%;
	}

	.link_cnt p{
		padding:0 0 10px 0;
	}

	.link_cnt p:after{
		content:none;
	}

	.link_cnt span{
		font-size: 2rem;
		padding:0 5px;
	}

	.link_cnt a:hover{
		opacity: 1;
	}
}

/* --------- tbl ---------- */
.tbl {
	width: 100%;
	height: 100%;
	border-top: 1px solid #949494;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.tbl_head {
	float: left;
	width: 31%;
	border-right: 1px solid #949494;
	padding: 8px 0;
}

.tbl_head .detail_txt  {
	color: #fff;
	width: 90%;
	height: 100%;
	background: #d2d2d2 url("/commons/images/ptn.gif");
	padding: 0 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.tbl_head .detail_txt * {
	color: #fff;
}

.tbl_body {
	width: 100%;
	border-bottom: 1px solid #949494;
	padding: 8px 0 8px 31%;
}

.tbl_body_inner {
	width: 100%;
	margin: 0 0 0 4.2%;
	padding: 20px 0;
}

.tbl_body .tbl_body_listItem {
	width: 100%;
	border-top: 1px solid #949494;
}
.tbl_body .tbl_body_listItem:first-child {
	border-top: none;
}

.tbl_body_tbl {
	overflow: hidden;
}

.tbl_body_head {
	width: 28%;
	float: left;
	border-right: 1px solid #949494;
	padding: 10px;
	margin: 10px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.tbl_body_body {
	padding: 10px 0 10px 32%;
	margin: 10px 0;
}

.tbl_body a {
	white-space: nowrap;
}

.tbl_cap {
	text-align: right;
}

@media all and (max-width: 768px) {
	.tbl {
		margin: 0 0 25px 0;
	}

	.tbl_head {
		float: none;
		width: 100%;
		border-right: none;
		padding: 20px 5% 0 5%;
	}

	.tbl_head .detail_txt {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
	
	.tbl_body {
		border-bottom: 1px solid #949494;
		padding: 8px 0 8px 0;
	}

	.tbl_body_inner {
		margin: 0 auto 0 auto;
		padding: 10px 0;
	}

	.tbl_body .tbl_body_listItem {
		width: 90%;
		margin: 0 auto;
	}

	.tbl_body_head {
		width: 100%;
		float: none;
		border-right: none;
		padding: 0;
		margin: 10px 0;
	}

	.tbl_body_head .detail_txt {
		font-size: 1.5rem;
	}

	.tbl_body_body {
		padding: 0 0 0 0;
		margin: 10px 0;
	}

	.tbl_body .detail_txt {
		text-align: left;
		padding: 0 5%;
	}

	.tbl_body a {
		white-space: normal;
	}

	.tbl_cap {
		text-align: center;
	}
}

/* ------------------------------
index
------------------------------ */
#idx {
	width: 100%;
	background: #f5f9fc url("/recruit/images/idx/bg_x2.jpg") no-repeat center bottom / 100%;
	padding-bottom: 620px;
}

#idx .idx_container {
	padding: 70px 0 0 0;
}

#idx .ov_ttl_txt .txt-ja {
	font-size: 2.4rem;
}

@media all and (max-width: 768px) {
	#idx {
		padding-bottom: 200px;
	}

	#idx .idx_container {
		padding: 25px 0 0 0;
	}
}

/* --------- other ---------- */
#other{
	padding-bottom: 100px;
}

.other_cont {
	display: inline-block;
	width: 18%;
	margin: 50px 1% 0 1%;
	position: relative;
}

.other_cont:before {
	content: '';
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 3px solid #969696;
	position: absolute;
	top: -8px;
	left: -8px;
}
.other_cont:hover:before{
	content: '';
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 3px solid #ddd;
	position: absolute;
	top: -8px;
	left: -8px;
}

.other_cont:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(100, 100, 100, .5) url("/commons/images/ptn.gif");
	position: absolute;
	top: 0;
	left: 0;
	transition: all 200ms;
}

.other_cont:hover:after{
	opacity: 0;
}

.other_cont a {
	display: block;
}

@media all and (max-width: 768px) {
	.other_cont {
		width: 40%;
		margin: 30px 2% 0 2%;
	}
	.other_cont.other_cont-lSP {
		width: 60%;
	}
	.other_cont.current {
		display: none;
	}

	.other_cont:before {
		padding: 3px;
		border: 2px solid #969696;
		top: -5px;
		left: -5px;
	}

	.other_cont:after {
		display: none;
		transition: none;
	}
}

/* --------- feature ---------- */
#feature {
	padding-bottom: 80px;
}
.feature_container{
	width: 1000px;
	margin: 0 auto;
}
.feature_cont {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	width: 30%;
	margin: 50px 3% 0 0;
	position: relative;
}

.feature_cont:nth-child(3n){
	margin: 50px 0 0 0;
}

.feature_cont:nth-last-child(1) {
	margin: 50px 0 0 0;
}

.feature_cont_ttl {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.3;
	padding: 13px 8px 8px 3px;
	background: #4E4E4E url("/commons/images/ptn.gif");
	width: 100%;
	display: table;
	text-align: center;
}

.feature_cont_ttl_txt {
	color: #fff;
	line-height: 1.5;
	width: 87%;
	display: table-cell;
	padding-left: 3%;
}

.feature_cont_txt {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.8;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 30px;
	background: #4E4E4E url("../../commons/images/ptn2.gif");
}

#feature_b {
	padding-bottom: 80px;
}
.feature_b_container{
	width: 1000px;
	margin: 0 auto;
}
.feature_b_cont {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	width: 30%;
	margin: 50px 3% 0 0;
	position: relative;
}

.feature_b_cont:nth-child(3n){
	margin: 50px 0 0 0;
}

.feature_b_cont:nth-last-child(1) {
	margin: 50px 0 0 0;
}

.feature_b_cont_ttl {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.3;
	padding: 13px 8px 8px 3px;
	background: #4E4E4E url("/commons/images/ptn.gif");
	width: 100%;
	display: table;
	text-align: center;
}

.feature_b_cont_ttl_txt {
	color: #fff;
	line-height: 1.5;
	width: 87%;
	display: table-cell;
	padding-left: 3%;
}

.feature_b_cont_txt {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.8;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 3px 30px;
	background: #4E4E4E url("../../commons/images/ptn2.gif");
}


@media all and (max-width: 768px) {
	#feature {
		padding-bottom: 40px;
	}
	.feature_container{
		width: 100%;
	}
	.feature_cont {
		vertical-align: top;
		text-align: left;
		display: inline-block;
		width: 44%;
		margin: 20px 0 0 0;
		position: relative;
	}

	.feature_cont:nth-child(3n){
		margin: 20px 0 0 0;
	}
	
	.feature_cont:nth-child(2n){
		margin: 20px 0 0 3%;
	}
	
	.feature_cont_ttl {
		font-size: 1.2rem;
		padding: 5px 0;
	}
	
	.feature_cont_txt {
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.8;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0 10px;
		background: #4E4E4E url("/commons/images/ptn.gif");
	}
    
	#feature_b {
		padding-bottom: 40px;
	}
	.feature_b_container{
		width: 100%;
	}
	.feature_b_cont {
		vertical-align: top;
		text-align: left;
		display: inline-block;
		width: 44%;
		margin: 20px 0 0 0;
		position: relative;
	}

	.feature_b_cont:nth-child(3n){
		margin: 20px 0 0 0;
	}
	
	.feature_b_cont:nth-child(2n){
		margin: 20px 0 0 3%;
	}
	
	.feature_b_cont_ttl {
		font-size: 1.2rem;
		padding: 5px 0;
	}
	
	.feature_b_cont_txt {
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.8;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0 10px;
		background: #4E4E4E url("/commons/images/ptn.gif");
	}

}

/* --------- categ ---------- */
.categ {
	text-align: left;
	width: 100%;
	background: #d1d1d1 url("/commons/images/ptn.gif");
	padding: 25px 0 22px 0;
}

.categ_parent {
	vertical-align: middle;
	font-size: 2.6rem;
	line-height: 0.8;
	display: inline-block;
	margin: 0 0 0 6.8%;
	padding: 3px 12px 0 0;
	border-right: 1px solid #fff;
	letter-spacing: 2px;

}

.categ_current {
	vertical-align: middle;
	font-size: 1.8rem;
	display: inline-block;
	padding: 2px 30px 0 12px;
	letter-spacing: 2px;
	position: relative;
}

.categ_current:not(:last-child):after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}

.categ a{
	color: #fff;
	text-decoration: underline;
}

@media all and (max-width: 768px) {
	.categ {
		padding: 20px 0 18px 0;
	}
	.categ_parent {
		font-size: 1.4rem;
		margin: 0 0 0 6.8%;
		padding: 3px 5px 0 0;
	}

	.categ_current {
		font-size: 1.2rem;
		padding: 2px 10px 0 5px;
	}

	.categ_current:not(:last-child):after{
			width: 5px;
			height: 5px;
			right: 0;
	}
}

/* --------- other ---------- */

#othetr .sec_ttl {
	font-size: 2.8rem;
	display: inline-block;
	padding: 0 0 15px 0;
	margin: 80px auto 0 auto;
	position: relative;
}
#othetr .sec_ttl:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #efefef url("/commons/images/ptn_light.gif");
	position: absolute;
	bottom: 0;
	left: 0;
}

@media all and (max-width: 768px) {
#othetr .sec_ttl {
		font-size: 2.1rem;
		margin: 25px auto 0 auto;
	}
}

/* --------- contact ---------- */
#contact {
	padding-bottom: 80px;
}

.contact_cont {
	width: 26.85%;
	margin: 0 auto;
	position: relative;
}

.contact_cont:before {
	content: '';
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 3px solid #959595;
	position: absolute;
	top: -8px;
	left: -8px;
}

.contact_cont_img {
	position: relative;
}

#contact .ov_ttl_txt {
	font-size: 2.7rem;
}

@media all and (max-width: 768px) {
	#contact {
		padding-bottom: 40px;
	}

	.contact_cont {
		width: 66.5%;
	}

	.contact_cont:before {
		display: none;
	}

	#contact .ov_ttl_txt {
		font-size: 1.8rem;
	}
}
