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

    MAIN VISUAL

-------------------------------------------*/
#mv {text-align: center;position: relative;}
#mv #pv .movie-wrapper,
#mv #pv #wrapper_bg-movie {position: relative;width: 100%;padding-top: 42.25%;}
#mv #pv #bg-movie {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#mv .yt-link{
	position: absolute;
	display: inline-block;
	width: 250px;
	line-height: 3;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	border: #fff solid 2px;
	color: #fff;
    appearance: none;
    outline: none;
    transition: .3s all;
}
#mv .yt-link:hover {background-color: #fff;color:#000;}
#mv .yt-link span {position: relative;}
#mv .yt-link span::before {
	content: '';
	position: absolute;
	border-top: #fff solid 1px;
	width: 30px;
	top: 13px;
	right: -50px;
	transition: .3s all;
}
#mv .yt-link:hover span::before {border-color: #000;}
#mv .yt-link span::after {
	content: '';
	position: absolute;
	border-top: #fff solid 1px;
	width: 12px;
	transform: rotate(45deg);
	top: 9px;
	right: -52px;
	transition: .3s all;
}
#mv .yt-link:hover span::after {border-color: #000;}
@media only screen and ( max-width : 767px ) {
	#video,#mv .yt-link{display: none;}
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	#mv {margin-top: 60px;overflow: hidden;}
	#mv h2 {
		position: absolute;
		left: 50%;
		bottom: 51%;
		transform: translate(-50%, 50%);
		width: 104%;
		filter: drop-shadow(0.1em 0.2em 0.2em #000);
	}
	#mv .sp_mv a {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width:100%;
		max-width: 222px;
		opacity: 1;
	}
	#mv .sp_mv a:hover {opacity: .5;}
}
/*-------------------------------------------

    NEWS

-------------------------------------------*/
#news{
	padding: 40px 0 60px;
}
#news .inner::after{
	content: "";
	display: block;
	clear: both;
}
#news ul {margin-bottom: 40px;}
#news ul li {
	margin: 0 0 18px;
	padding: 0 0 0 40px;
}
#news ul li time {font-weight: 100;}
#news ul li p.cate {
	font-weight: normal;
    background: #ED6401;
    font-size: 1rem;
    letter-spacing: .1em;
    padding: 0.4% 0.4rem;
    font-weight: bold;
    display: inline;
    color: #FFF;
    margin:0 0 4px 30px;
}
#news ul li a {
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.02em;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	#news{ padding: 40px 0;}
    #news ul li a span {display: block;}
}
/*-------------------------------------------

    PHILOSOPHY

-------------------------------------------*/
#philosophy {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
	padding: 100px 0;
	background: url("../images/front/philosophy/bg.jpg") no-repeat center bottom / cover;
}
#philosophy::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
}
#philosophy .inner {max-width: 890px;}
#philosophy h3 {
	position: relative;
	margin-bottom: 70px;
	overflow: hidden;
	text-align: center;
}
#philosophy h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translate(0, 50%);
	width: 40%;
	height: 1px;
	background: #ED6500;
}
#philosophy h3::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translate(0, 50%);
	width: 40%;
	height: 1px;
	background: #ED6500;
}
#philosophy h3 span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	color: #ED6500;
	font-weight: 700;
	font-size: 2.4rem;
}
#philosophy h2 {
	margin-bottom: 60px;
	color: #ED6500;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.8;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
	#philosophy {margin-bottom: 50px;padding: 40px 20px;}
	#philosophy h3 {margin-bottom: 25px;}
	#philosophy h3 span {font-size: 1.6rem;}
	#philosophy h2 {margin-bottom: 30px;font-size: 1.8rem;}
}
/*-------------------------------------------

    JOB

-------------------------------------------*/
#job {margin-top: 50px;}