@charset "utf-8";
/* CSS Document */

/* common
---------------------------------------------------------- */
/* main visual
------------------------------------------------------------*/
#main_visual {
	position: relative;
}
#main_visual {
	z-index: 1;
}
#main_visual .bx-wrapper {
	box-shadow: none;
	border: 0;
	margin: 0;
}
#main_visual li {
	height: 696px!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main_visual .mv_txt {
	position: absolute;
	height: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
#main_visual .mv_txt img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	margin: 0 auto;
}
#main_visual .mv_txt img.mv_text01 {
	max-width: 713px;
	width: 95%;
	z-index: 10;
	top: 51.5%;
}
#main_visual .mv_txt img.mv_text02 {
	max-width: 1024px;
	width: 100%;
}
/* common
------------------------------------------------------------*/
section {
	padding: 70px 0;
}
.tit_sub {
	margin-bottom: 30px;
	text-align: center;
}
.tit_sub span{
	font-family:'nimbus_sans_lbold',sans-serif;
	font-size: 40px;
	color: #3a2a11;
	text-transform: uppercase;
	line-height: 1;
}
.tit_sub small{
	margin-top: 9px;
	display: block;
	color: #8abade;
	font-size: 16px;
	font-weight: bold;
}
.btn{
	border: 1px solid #ddd;
	background-color: transparent;
	background-image: url(images/common/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 9px;
	text-align: center;
	max-width: 210px;
	box-sizing: border-box;
	padding: 12px 10px 11px;
	color: #333;
	display: block;
	margin: 0 auto;
	transition: all ease .3s;
	font-size: 16px;
}
.btn:hover{
	border-color: #8abade;
	background-color: #8abade;
	color: #fff;
	background-image: url(images/common/ico_arrow.png);
}
/* message
------------------------------------------------------------*/
#message {
	background-color: #a7916a;
	background-image: url(images/index/bg_message.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
	margin-top: 70px;
}
#message .tit_sub{
	text-align: left;
}
#message .tit_sub span{
	color: #fff;
}
#message .tit_sub small{
	color: #fff;
	text-align: left;
}
#message .case .pack {
	float: right;
	max-width: 490px;
	width: 48%;
}
#message .case .pack p{
	margin-bottom: 19px;
	line-height: 1.7;
}
#message .case .pack p:last-of-type{
	margin: 0;
}
/* about
------------------------------------------------------------*/
#about .tit_sub {
	margin-bottom: 20px;
}
#about .txt_center {
	font-size: 16px;
	margin-bottom: 35px;
}
#about ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#about ul li{
	max-width: 320px;
	width: 32%;
	background-image: url(images/index/ph_link01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#about ul li:nth-child(2){
	background-image: url(images/index/ph_link02.jpg);
}
#about ul li:last-child{
	background-image: url(images/index/ph_link03.jpg);
}
#about ul li a{
	display: block;
	background-image: url(images/index/ph_link01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 214px;
	position: relative;
	overflow: hidden;
	transition: all ease .3s;
}
#about ul li:nth-child(2) a{
	background-image: url(images/index/ph_link02.jpg);
}
#about ul li:last-child a{
	background-image: url(images/index/ph_link03.jpg);
}
#about ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
#about ul li a:hover::after {
	opacity: 1;
}
#about ul li a::after{
	background-image: url(images/index/ph_link01_h.jpg);
}
#about ul li:nth-child(2) a::after{
	background-image: url(images/index/ph_link02_h.jpg);
}
#about ul li:last-child a::after{
	background-image: url(images/index/ph_link03_h.jpg);
}
#about ul li a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
	opacity: .85;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: linear-gradient(135deg,#3a2606 0,transparent 70%);
	box-sizing: border-box;
}
#about ul li a .tit_link {
	padding: 30px;
	color: #fff;
	position: relative;
	z-index: 1;
}
#about ul li a .tit_link span{
	font-family: 'Noto Sans Japanese', "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
	display: block;
	font-size: 20px;
}
#about ul li a .tit_link small{
	font-size: 12px;
	font-family:'nimbus_sans_lbold',sans-serif;
}
#about ul li a .border_r{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	width: 0;
	height: 0;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #8abade transparent;
	z-index: 2;
}
#about ul li a:hover .border_r{
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
}
/* banner
------------------------------------------------------------*/
.banner{
	background: #dfdfdf;
	padding: 50px 0;
}
.banner .case{
	background: url(images/index/img_recruit.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 50px 45px 32px;
	position: relative;
}
.banner .case .emp{
	font-size: 26px;
	margin-bottom: 15px;
	margin-left: -17px;
}
.banner .case .border_r{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	width: 0;
	height: 0;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #8abade transparent;
	z-index: 2;
}
.banner .btn{
	border: 1px solid #fff;
	background-color: transparent;
	background-image: url(images/common/ico_arrow.png);
	color:#fff;
	margin: 26px 0 0;
}
.banner .btn:hover{
	background-color: #fff;
	color: #8abade;
	background-image: url(images/common/ico_arrow02.png);
}
.banner .btn:hover + .border_r{
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
}
/* news
------------------------------------------------------------*/
#news .tit_sub{
	margin-bottom: 34px;
}
.news_list{
	max-width: 825px;
	width: 100%;
	margin: 0 auto 40px;
}
.news_list li a{
	display: table;
	width: 100%;
	position: relative;
}
.news_list li.new a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 50px;
	height: 18px;
	background: url(images/common/ico_news.png) no-repeat center;
	background-size: 100%;
}
.news_list li a span,
.news_list li a p{
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 15px 20px;
}
.news_list li a span{
	width: 168px;
	border-top: 1px solid #3a2a11;
	color: #3a2a11;
	text-align: right;
	box-sizing: border-box;
}
.news_list li a:hover p{
	text-decoration: underline;
}
/* contact
------------------------------------------------------------*/
#contact {
	background: #a7916a;
	color: #fff;
}
#contact .tit_sub span,
#contact .tit_sub small{
	color: #fff;
}
#contact ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-top: 24px;
}
#contact ul li{
	background: #fff;
	width: 48.829%;
	box-sizing: border-box;
}
#contact ul li .tel_link {
	background: url(images/common/ico_tel.png) no-repeat left 4px top 6px;
	background-size: 27px;
	font-size: 41px;
	font-family: 'helvetica_narrowregular';
	font-weight: bold;
	padding-left: 43px;
	letter-spacing: 2.3px;
	color: #333;
}
#contact ul li:first-child p {
	font-size: 16px;
	color: #333;
	display: table;
	margin: -13px auto 0;
	padding-left: 22px;
}
#contact ul li:first-child {
	text-align: center;
	padding: 15px 20px;
}
#contact ul li:last-child{
	position: relative;
}
#contact ul li:last-child a{
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	padding: 37px 20px;
	transition: all ease .3s;
}
#contact ul li:last-child a span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 60px;
	background: url(images/index/ico_mail.png) no-repeat left center;
	background-size: 38px;
	transition: all ease .3s;
	color: #333;
}
#contact ul li:last-child a:hover{
	background: #8abade;
	border-color: #8abade;
}
#contact ul li:last-child a:hover span{
	background-image: url(images/index/ico_mail_h.png);
	color: #fff;
}
#contact .border_r{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	width: 0;
	height: 0;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #8abade transparent;
	z-index: 2;
}
@media screen and (max-width:1020px) {
	/* main visual
	------------------------------------------------------------*/
	#main_visual li{
		height: 0!important;
		padding: 70.4% 0 0;
	}
	#main_visual .mv_txt{
		width: 95%;
	}
	#main_visual .mv_txt::before {
		content: "";
		position: absolute;
		background: url(images/index/img_glow.png) no-repeat center;
		background-size: contain;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 445px;
		height: 344px;
		opacity: 0.5;
	}
	/* message
	------------------------------------------------------------*/
	#message{
		background-position: left 35% center;
	}
}
@media screen and (max-width:768px) {
	/* common
	---------------------------------------------------------- */
	section {
		padding: 35px 0;
	}
	section:last-of-type{
		padding: 35px 0 50px;
	}
	.tit_sub {
		margin-bottom: 20px;
	}
	.tit_sub span{
		font-size: 230%;
	}
	.tit_sub small{
		margin-top: 5px;
		font-size: 105%;
	}
	.btn{
		max-width: 160px;
		padding: 8px;
		font-size: 100%;
		background-position: right 10px center;
		background-size: 7px;
	}
	/* message
	------------------------------------------------------------*/
	#message{
		padding: 30px 0;
		background-image: url(images/index/bg_message_sp.png);
		background-position: left -80px center;
		margin-top: 40px;
	}
	#message .case .pack{
		width: 70%;
		max-width: none;
	}
	#message .case .pack p{
		margin-bottom: 10px;
	}
	/* about
	------------------------------------------------------------*/
	#about .txt_center {
		font-size: 105%;
		margin-bottom: 20px;
	}
	#about ul li a {
		height: 175px;
	}
	#about ul li a .tit_link{
		padding: 15px;
	}
	#about ul li a .tit_link span{
		font-size: 130%;
	}
	#about ul li a .tit_link small{
		font-size: 75%;
	}
	/* banner
	------------------------------------------------------------*/
	.banner{
		padding: 25px 0;
	}
	.banner .case{
		padding: 30px 20px;
		background-position: right 36% center;
	}
	.banner .case .emp{
		font-size: 130%;
		margin-bottom: 10px;
		width: 100%;
		margin-left: 0;
	}
	.banner .case p{
		width: 68%;
	}
	.banner .btn{
		margin: 15px 0 0;
	}
	/* news
	------------------------------------------------------------*/
	#news .tit_sub {
		margin-bottom: 20px;
	}
	.news_list li a span, .news_list li a p{
		padding: 10px 12px;
	}
	.news_list li a span{
		width: 134px;
		padding: 5px;
		font-size: 90%;
	}
	.news_list li.new a::before{
		top: 12px;
		width: 40px;
	}
	.news_list{
		margin-bottom: 20px;
	}
	/* contact
	------------------------------------------------------------*/
	#contact ul {
		margin-top: 15px;
	}
	#contact ul li{
		width: 49%;
		max-width: 440px;
	}
	#contact ul li:first-child{
		padding: 1px 13px;
		margin-right: 2%;
	}
	#contact ul li .tel_link {
		padding-left: 24px;
		letter-spacing: 1px;
		font-size: 30px;
		background-position: left top 6px;
		background-size: 18px;
	}
	#contact ul li:first-child p {
		font-size: 100%;
		padding: 0;
		margin-top: -8px;
	}
	#contact ul li:last-child a{
		padding: 22px 10px;
	}
	#contact ul li:last-child a span{
		font-size: 100%;
		padding-left: 30px;
		background-size: 20px;
	}
}
@media screen and (max-width:480px) {
	.tit_sub span{
		font-size: 180%;
	}
	/* message
	------------------------------------------------------------*/
	#message {
		background-image: url(images/index/bg_message_sp02.png);
		background-position: left center;
	}
	#message .case .pack{
		width: 100%;
	}
	/* about
	------------------------------------------------------------*/
	#about .txt_center{
		font-size: 100%;
	}
	#about ul li {
		width: 100%;
		margin-bottom: 10px;
		max-width: none;
	}
	#about ul li:last-child{
		margin-bottom: 0;
	}
	#about ul li a {
		height: 180px;
	}
	/* banner
	------------------------------------------------------------*/
	.banner .case {
		padding: 20px 15px;
		background-position: right 35% center;
	}
	.banner .case p{
		width: 67%;
	}
	/* contact
	------------------------------------------------------------*/
	#contact ul li{
		width: 100%;
	}
	#contact ul li:first-child{
		font-size: 100%;
		padding: 1px 13px 5px;
		margin: 0 0 10px;
	}
	#contact ul li:last-child a{
		padding: 22px 10px;
	}
	#contact ul li:last-child a span{
		font-size: 100%;
		padding-left: 30px;
		background-size: 20px;
	}
}