@charset "UTF-8";

/* --------------------------

  TOP [index]
	|-main_visual
	|-title
	|-main_contents
		|-common
		|-enterprise
		|-news
		|-about
		|-googlemap

--------------------------- */


/* ==========================

	|-main_visual

========================== */

.top_main_visual {
	width: 100%;
	height: 110vw;
	background: url(../images/top/img_mv_pc.jpg) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}

.top_main_visual > .container {
	position: relative;
}

.top_main_visual > .container > h1 {
	width: 100%;
	position: absolute;
	top: 5vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.top_main_visual > .container > h1 > img {
	max-width: 100%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@media (min-width: 480px) {
	.top_main_visual {
		height: 300px;
	}
	.top_main_visual > .container > h1 {
		top: 5rem;
	}
}

@media (min-width: 768px) {
	.top_main_visual {
		height: 400px;
		background: url(../images/top/img_mv_pc.jpg) center center no-repeat;
		background-size: cover;
	}
	.top_main_visual > .container > h1 {
		width: 750px;
		top: 8rem;
	}
}

@media (min-width: 992px) {
	.top_main_visual {
		height: 450px;
	}
	.top_main_visual > .container > h1 {
		width: 950px;
		top: 8rem;
	}
}

@media (min-width: 1200px) {
	.top_main_visual {
		height: 570px;
	}
	.top_main_visual > .container > h1 {
		width: 1170px;
		top: 12rem;
	}
}


/* ==========================

	|-title

========================== */

#top h2 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 3rem;
}

.tit_w {
	color: #fff;
}

.tit01 > span {
	font-size: 3.8rem;
	font-family: "Lora", serif;
	font-weight: 400;
	letter-spacing: 0.5rem;
	display: block;
}

@media only screen and (max-width: 480px) {
	.tit01 {
		font-size: 1.7rem;
	}
	.tit01 > span {
		font-size: 3rem;
	}
}


/* ==========================

	|-main_contents

　========================== */


/*---------------------   

		|-common

-----------------------*/


/* wrapper --------*/

#top section {
	padding-bottom: 7rem;
}

@media only screen and (max-width: 480px) {
	#top section {
		padding-bottom: 5rem;
	}
}


/*---------------------   

		|-enterprise

-----------------------*/

#top .enterprise .item_list {
	text-decoration: none;
	width: 25%;
	display: block;
	float: left;
}

#top .enterprise .item_list dt {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	padding: 1.5rem 0;
	background: #00A469;
	-webkit-transition: all .5s;
	transition: all .5s;
	min-height: 5.4rem;
}

#top .enterprise .item_list:hover dt {
	opacity: .8;
}

#top .enterprise .item_list dd.img {
	overflow: hidden;
	width: 100%;
	background: #000;
}

#top .enterprise .item_list dd.img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

#top .enterprise .item_list dd.img img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 0.5;
}

#top .enterprise .item_list dd.txt {
	color: #222;
	line-height: 1.6;
	padding: 1.2rem 3rem 0;
}

@media only screen and (max-width: 1199px) {
	#top .enterprise .item_list dt {
		font-size: 1.5rem;
	}
	#top .enterprise .item_list dd.txt {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	#top .enterprise .item_list {
		width: 50%;
	}
	#top .enterprise .item_list dt {
		font-size: 1.4rem;
		min-height: 4.8rem;
	}
}


/*---------------------   

		|-news

-----------------------*/

#top .news {
	width: 850px;
	margin: 0 auto;
}

#top .news_list {
	height: 90px;
	padding-right: 2rem;
	overflow: auto;
}

#top .news .item_news {
	font-size: 1.6rem;
	overflow: hidden;
}

#top .news .n_date {
	font-weight: 400;
	line-height: 1.5;
	float: left;
	clear: left;
}

#top .news .n_txt {
	font-weight: 400;
	margin-left: 12rem;
}

#top .news .n_txt a {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	#top .news {
		width: 750px;
	}
}

@media screen and (max-width: 767px) {
	#top .news {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	#top .news_list {
		height: 140px;
	}
	#top .news .n_date {
		float: none;
	}
	#top .news .n_txt {
		margin-left: 0;
	}
}


/*---------------------   

		|-about

-----------------------*/

#top section.about {
	padding-bottom: 0;
}

#top .item_about {
	color: #222;
	text-align: center;
	text-decoration: none;
	height: 270px;
	padding: 0;
	display: block;
}

#top .item_about:nth-of-type(1) {
	background: url(../images/top/bg_company.jpg) center -20px no-repeat;
	background-size: cover;
}

#top .item_about:nth-of-type(2) {
	background: url(../images/top/bg_recruit.jpg) center -20px no-repeat;
	background-size: cover;
}

#top .about > .row > .item_about:nth-of-type(1) > .inner {
	color: #fff;
	background: rgba(50, 50, 50, 0.8);
}

#top .item_about .inner {
	width: 45%;
	height: 100%;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

#top .item_about:hover .inner {
	color: #fff;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: rgba(50, 50, 50, 0.5)!important;
}

#top .item_about .inner dt {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

#top .item_about .inner dd {
	text-align: left;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media screen and (max-width: 1199px) {
	#top .about {
		width: 100%;
	}
	#top .item_about:nth-of-type(1),
	#top .item_about:nth-of-type(2) {
		background-position: center 0;
	}
	#top .item_about .inner {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	#top .item_about:nth-of-type(1) {
		background-position: right 0;
	}
	#top .item_about:nth-of-type(2) {
		background-position: -2rem 0;
	}
}

@media screen and (max-width: 767px) {
	#top .item_about:nth-of-type(2) {
		background-position: right 0;
	}
}

@media screen and (max-width: 480px) {
	#top .item_about:nth-of-type(1),
	#top .item_about:nth-of-type(2) {
		display: flex;
		-webkit-box-align: flex-end;
		align-items: flex-end;
		background-position: right 0!important;
	}
	#top .item_about .inner {
		color: #fff;
		width: 100%;
		height: 50%;
		background: rgba(50, 50, 50, 0.8);
	}
	#top .item_about:hover .inner {
		height: 100%;
	}
	#top .item_about .inner dt {
		margin-top: 2rem;
	}
}


/*---------------------   

		|-googlemap

-----------------------*/

#top .googlemap {
	padding-bottom: 0;
}

.googlemap .inner {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

.googlemap .inner iframe,
.googlemap .inner object,
.googlemap .inner embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.googlemap p {
	margin-top: 1rem;
}

@media screen and (max-width: 1199px) {
	#top .googlemap .container {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.googlemap p {
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.googlemap .inner {
		padding-bottom: 80%;
	}
}