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

@import url(slideshow.css);

.section_mv{
	margin-bottom:60px;
}

.section_mv > .bg{
	display:none;
}
.section_mv .mv{
	width:100%;
	height:100%;
}

.section_mv .slideshow .bgs{
	width:100%;
	height:100%;
	top:-60px;
	right:0;
	left:auto;
	bottom:auto;
	overflow: hidden;
}

.section_mv .slideshow .bgs .bg{
	background-color:#512317;
	background-blend-mode: overlay;
	transition:none;
	right:auto;
}

.section_mv .slideshow .cut{
	transition:none;
}

.section_mv .slideshow_inner .cut:nth-child(1) .bg,
.section_mv .slideshow .bgs .bg:nth-child(1) {
	background-image:url(../images/home/mv02.jpg);
}
/*
.section_mv .slideshow .bgs .bg:nth-child(4),
.section_mv .slideshow_inner .cut:nth-child(1) .bg{
	background-image:url(../images/home/mv01.jpg);
}

.section_mv .slideshow .bgs .bg:nth-child(1),
.section_mv .slideshow_inner .cut:nth-child(2) .bg{
	background-image:url(../images/home/mv02.jpg);
}
.section_mv .slideshow .bgs .bg:nth-child(2),
.section_mv .slideshow_inner .cut:nth-child(3) .bg{
	background-image:url(../images/home/mv03.jpg);
}
.section_mv .slideshow .bgs .bg:nth-child(3),
.section_mv .slideshow_inner .cut:nth-child(4) .bg{
	background-image:url(../images/home/mv04.jpg);
}

.section_mv .slideshow .bgs .bg:nth-child(2){
	background-image:url(../images/home/mv01.jpg);
}*/

.section_mv .copy{
	width:70%;
	height:90px;
	color:#FFF;
	text-align:center;
	font-size:22px;
	z-index:5;
}

.section_mv .copy .sub{
	font-size:14px;
}


@media screen and (max-width:640px){
	.section_mv{
		height:auto;
	}
	.section_mv .slideshow{
		position:relative;
		height:300px;
	}
	.section_mv > .copy{
		position:static;
		padding-top:40px;
		color:#221815;
	}
}

@media screen and (min-width:641px){
	.section_mv .mv{
		width:100%;
		height:calc( 100% - 60px );
		max-width:none;
	}
	
	.section_mv .slideshow .bgs{
		top:-60px;
		right:0;
		width:calc( 100vw - 200px );
	}
	
	.section_mv .slideshow .slideshow_inner{
		width:80%;
	}
	
	.section_mv .copy{
		width:50%;
		left:50%;
		font-size:26px;
	}
}

@media screen and (min-width:768px){
	.section_mv{
		height:550px;
	}
	.section_mv .copy{
		font-size:28px;
	}
}

@media screen and (min-width:961px){
	.section_mv .copy{
		font-size:32px;
	}
}


#section_top_concept .column2 .column{
	margin-bottom:0;
}

@media screen and (max-width:767px){
	#section_top_concept .column2 .column{
		margin-right:0;
		width:100%;
	}
}
@media screen and (min-width:768px){
	#section_top_concept .column2 .column{
		width:calc( 50% - 55px );
		margin-right:110px;
	}
	#section_top_concept .column2 .column:nth-child(2n){
		margin-right:0;
	}
}


.column_link .photo{
	width:100%;
	height:220px;
}

.column_link .info{
	padding-left:50px;
	height:40px;
	position:relative;
	margin-top:20px;
}

.column_link .info .icon{
	width:32px;
	height:32px;
	right:auto;
}

.column_link .info .name{
	line-height:40px;
	font-size:18px;
}

@media screen and (max-width:767px){
	.column_link .a{
		padding-top:60px;
	}

	.column_link .info{
		position:absolute;
		top:0;
		left:0;
		margin-top:0;
	}
}

#section_top_faq,
#section_top_voice{
	padding-top:40px;
	background:#fbeee5;
	padding-bottom:40px;
}

#section_top_faq{
	padding-top:80px;
}

#section_top_faq > .bg,
#section_top_voice > .bg{
	color:#fff4ec;
	width:calc( 100% - 80px );
	font-size:100px;
	z-index:1;
	font-family:"Goudy Old Style";
	height:90px;
	line-height:90px;
}

#section_top_faq > .bg{
	bottom:auto;
	text-align:right;
}

#section_top_voice > .bg{
	top:auto;
}

#section_top_faq .photo,
#section_top_voice .photo{
	width:100%;
	height:240px;
}

#section_top_faq .photo .bg{
	background-image:url(../images/home/photo_faq.jpg);
}
#section_top_voice .photo .bg{
	background-image:url(../images/home/photo_voice.jpg);
}

#section_top_faq .blocks,
#section_top_voice .blocks{
	position:relative;
	z-index:2;
	width:calc( 100% - 40px );
	margin:0 auto;
}

#section_top_faq .block .body > p,
#section_top_voice .block .body > p{
	position:relative;
	padding:10px 0 10px 40px;
}

#section_top_faq .block .body > p .icon,
#section_top_voice .block .body > p .icon{
	width:32px;
	height:32px;
	right:auto;
}

#section_top_recruit{
	padding-top:80px;
}



@media screen and (min-width:768px){
	#section_top_faq > .bg,
	#section_top_voice > .bg{
		font-size:160px;
		line-height:140px;
		height:140px;
	}
	#section_top_faq .blocks,
	#section_top_voice .blocks{
		width:100%;
	}
	
	#section_top_faq .blocks .photo,
	#section_top_voice .blocks .photo{
		width:calc( 50% - 40px );
	}
	
	#section_top_faq .blocks .block,
	#section_top_voice .blocks .block{
		width:calc( 100% - 40px );
		margin:0 auto;
		max-width:1024px;
		box-sizing:border-box;
		position:relative;
	}
	
	#section_top_faq .blocks .photo,
	#section_top_voice .blocks .photo{
		position:absolute;
		height:320px;
		top:0;
	}
	#section_top_voice .blocks .photo{
		right:0;
	}
	
	#section_top_faq .blocks .block .head,
	#section_top_faq .blocks .block .body,
	#section_top_voice .blocks .block .head,
	#section_top_voice .blocks .block .body,
	#section_top_recruit .block .body .text,
	#section_top_recruit .block .body .to_link{
		width:calc( 50% - 40px );
		box-sizing: border-box;
	}
	
	#section_top_faq .blocks .block .head,
	#section_top_faq .blocks .block .body{
		margin-left:auto;
	}
	
	#section_top_recruit .block .body{
		position:relative;
	}
	
	#section_top_recruit .block .body .to_link{
		top:0;
		bottom:0;
		right:0;
		margin:auto;
		position:absolute;
		height:48px;
	}
	
	#section_top_recruit .block .photo{
		padding-right:120px;
		box-sizing:border-box;
	}
	
	#section_top_recruit .block .head{
		padding-top:40px;
	}
	
	#section_top_recruit .block .cont_name{
		position:absolute;
		top:0;
		bottom:auto;
		margin:auto;
		height:auto;
		width:80px;
		text-align:center;
		right:0px;
	}
	
	#section_top_recruit .block .cont_name .name{
		line-height:1.4em;
		letter-spacing:0.05em;
		-ms-writing-mode: tb-rl; /* for MS IE8+ */
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		width:40px;
		margin:0 auto;
		height:150px;
	}
}

@media screen and (min-width:769px){
	#section_top_faq .blocks .block,
	#section_top_voice .blocks .block{
		width:calc( 100% - 80px );
	}
}

@media screen and (min-width:961px){
	#section_top_faq .blocks .block .body{
		padding-right:120px;
	}
	#section_top_voice .blocks .block .body{
		padding-left:120px;
	}
	#section_top_faq .blocks .block .head,
	#section_top_voice .blocks .block .head{
		width:40px;
		height:auto;
		position:absolute;
		top:0;
	}
	#section_top_faq .blocks .block .head .cont_name,
	#section_top_voice .blocks .block .head .cont_name{
		margin:0;
		text-align:center;
	}
	#section_top_faq .blocks .block .head{
		right:20px;
	}
	#section_top_voice .blocks .block .head{
		left:20px;
	}
	#section_top_faq .blocks .block .head .cont_name .name,
	#section_top_voice .blocks .block .head .cont_name .name{
		line-height:1.4em;
		letter-spacing:0.05em;
		-ms-writing-mode: tb-rl; /* for MS IE8+ */
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	#section_top_faq .blocks .block .head .cont_name .name{
		height:250px;
	}
}


@media screen and (max-width:767px){
	#section_top_faq .head,
	#section_top_voice .head,
	#section_top_recruit .head{
		margin-bottom:300px;
	}
	#section_top_faq .block,
	#section_top_voice .block,
	#section_top_recruit .block{
		position:relative;
	}
	#section_top_faq .photo,
	#section_top_voice .photo,
	#section_top_recruit .photo{
		position:absolute;
		top:100px;
	}
	#section_top_recruit .head{
		margin-bottom:calc( ( 100vw - 40px ) * 0.45 + 120px  );
	}
	#section_top_recruit .head .title{
		position:absolute;
		top:calc( ( 100vw - 40px ) * 0.45 + 140px );
	}
}