@charset "UTF-8";
/*base
----------------------------------------*/

/*title
----------------------------------------*/
.ttl_page {
	height: 315px;
	padding: 186px 0 0;
}
.ttl_page h1 {
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 1.8px;
}
.ttl_page h1 span {
	font-size: 1.1rem;
	display: block;
	margin-top: 4px;
	letter-spacing: 2.8px;
	font-weight: normal;
}

.ttl_h2 {
	background: url(../img/common/bg_01.png);
	text-align: center;
	color: #a4730c;
	font-size: 2.4rem;
	padding: 23px 0 21px 5px;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
.ttl_h2::before {
	content: "";
	width: 60px;
	height: 2px;
	background: #a4730c;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -31px;
}
@media only screen and (max-width: 736px) {
	.ttl_page {
		height: 150px;
		padding: 79px 0 0;
	}
	.ttl_page h1 {
		font-size: 1.9rem;
	}
	.ttl_page h1 span {
		font-size: .8rem;
		margin-top: 2px;
	}

	.ttl_h2 {
		background-size: 68px auto;
		font-size: 2rem;
		padding: 15px 0 15px 3px;
		letter-spacing: 3px;
		margin-bottom: 25px;
	}
	.ttl_h2::before {
		width: 40px;
		height: 2px;
		margin-left: -20px;
	}
}

/*text
----------------------------------------*/
@media only screen and (max-width: 736px) {
}

/* リスト
----------------------------------------*/
@media only screen and (max-width: 736px) {
}

/* カラム
----------------------------------------*/
.col4_block {
	width: 1000px;
	margin: 0 auto;
}

/* 2カラム */
.col2_block > * {
	float: left;
	width: 48%;
	margin: 0 0 30px 4%;
	*display: inline;
    *zoom: 1;
}
.col2_block > *:nth-child(2n+1) {
	margin-left: 0;
}

/* 3カラム */
.col3_block > * {
	float: left;
	width: 31%;
	margin: 0 0 30px 3.5%;
	*display: inline;
    *zoom: 1;
}
.col3_block > *:nth-child(3n+1) {
	margin-left: 0;
}

/* 4カラム */
.col4_block > * {
	float: left;
	width: 23.5%;
	margin: 0 0 20px 2%;
	*display: inline;
    *zoom: 1;
	position: relative;
}
.col4_block > *:nth-child(4n+1) {
	margin-left: 0;
}

@media only screen and (max-width: 736px) {
	.col4_block {
		width: auto;
		margin: 0 4.687%;
	}
	.col2_block > *,
	.col3_block > *,
	.col3_block > .col2 {
		width: auto;
		float: none;
		margin: 0 0 5%;
	}
	.col4_block > * {
		width: 48%;
		float: left;
		margin: 0 0 5% 4%;
	}
	.col4_block > *:nth-child(2n+1) {
		margin-left: 0;
	}
}

/* table
----------------------------------------*/

@media only screen and (max-width: 736px) {
}

/* btn
----------------------------------------*/
section > .btn_more,
.recruit_box .btn_more {
	text-align: center;
}
section > .btn_more a,
.recruit_box .btn_more {
	display: inline-block;
	width: 220px;
	padding: 9px 0 7px;
	background: #b28850 url(../img/index/icon_btn_arrow01.png) no-repeat 202px center;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
section > .btn_more a img,
.recruit_box .btn_more img {
	width: 55px;
}
section > .btn_more a:hover {
	background-position: 208px center;
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	section > .btn_more a,
	.recruit_box .btn_more {
		width: 176px;
		padding: 6px 0 7px;
		background: #b28850 url(../img/index/icon_btn_arrow01-sp.png) no-repeat 161.5px center;
		background-size: 6.5px auto;
	}
	section > .btn_more a img,
	.recruit_box .btn_more img {
		width: 44px;
	}
	section > .btn_more a:hover {
		background-position: 167px center;
	}
}

/*read
----------------------------------------*/
.read_block {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 52px 0 54px;
}
.read_block h2 {
	font-size: 2rem;
	letter-spacing: .5px;
	font-feature-settings: "palt";
	margin-bottom: 17px;
}
.read_block p {
	line-height: 1.9;
	letter-spacing: .45px;
}
@media only screen and (max-width: 736px) {
	.read_block {
		width: auto;
		margin: 0 4.687%;
		padding: 25px 0;
	}
	.read_block h2 {
		font-size: 1.6rem;
		letter-spacing: .2px;
		margin-bottom: 6px;
	}
	.read_block p {
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.8;
	}
}

/*recruit
----------------------------------------*/
.recruit_block {
	overflow: hidden;
}
.recruit_block .recruit_box {
	width: 50%;
	float: left;
}
.recruit_block .recruit_box a {
	display: block;
	position: relative;
	overflow: hidden;
}
.recruit_block .recruit_box a::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: url(../img/index/bg_frame02.png) repeat-x left top,
				url(../img/index/bg_frame02.png) repeat-x left bottom,
				url(../img/index/bg_frame01.png) repeat-y left top,
				url(../img/index/bg_frame01.png) repeat-y right top;
	display: block;
	z-index: 100;
	opacity: .36;
}
.recruit_block .recruit_box a > img {
	width: 100%;
	display: block;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.recruit_block .recruit_box a:hover > img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: center center;
}
.recruit_block .recruit_box h2 {
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	position: absolute;
	left: 4px;
	right: 0;
	top: 50%;
	margin-top: -70px;
	letter-spacing: 4px;
	z-index: 100;
}
.recruit_block .recruit_box .btn_more {
	display: block;
	position: absolute;
	left: 50%;
	right: 0;
	top: 50%;
	padding: 21px 0 18px;
	margin: -1px 0 0 -110px;
}
.recruit_block .recruit_box a:hover .btn_more {
	background-position: 208px center;
	opacity: .6;
}
@media only screen and (max-width: 736px) {
	.recruit_block .recruit_box {
		width: auto;
		float: none;
		margin-top: 4px;
	}
	.recruit_block .recruit_box a::after {
    	display: none;
	}
	.recruit_block .recruit_box a:hover > img {
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
	.recruit_block .recruit_box h2 {
		font-size: 2rem;
		left: 3px;
		margin-top: -42px;
		letter-spacing: 3px;
	}
	.recruit_block .recruit_box .btn_more {
		padding: 14px 0 13px;
		margin: -4px 0 0 -88px;
	}
	.recruit_block .recruit_box a:hover .btn_more {
		background-position: 167px center;
	}
}