@charset "UTF-8";


/*------イメージ-----*/

.mv .inner {
	width: 100%;
	height: 56vw;
	min-height: 300px;
	max-height: 800px;
	position: relative;
	z-index: -1;
	background-color: #000;
}
.mv .inner .bg-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.6;
	object-fit: cover;
}

@media screen and (max-width: 767px){
	
	.mv .inner {
	}

	.mv .lead {
		font-size: 34px;
		margin-bottom: 30px;
	}
	.mv .txt {
		font-size: 14px;
	}
	
}

/*------NEWS-----*/

.sec_news {
	padding: 80px 50px 150px;
}
.sec_news .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_news .left {
	width: 350px;
}
.sec_news .right {
	width: calc( 100% - 350px );
}
.sec_news .wrap_h2 {
	margin-bottom: 50px;
	text-align: left;
}
.sec_news .btn a {
	max-width: 190px;
	margin: 0;
}
.sec_news .right .btn {
	display: none;
}

@media screen and (max-width: 999px){

	.sec_news {
		padding: 60px 50px 80px;
	}
	.sec_news .left {
		width: 240px;
	}
	.sec_news .right {
		width: calc( 100% - 240px );
	}
	.sec_news .btn a {
		max-width: 170px;
	}
	
}

@media screen and (max-width: 767px){

	.sec_news {
		padding: 30px 20px 40px;
	}
	.sec_news .inner {
		max-width: 480px;
		display: block;
	}
	.sec_news .left {
		width: auto;
	}
	.sec_news .right {
		width: auto;
	}
	.sec_news .wrap_h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	.sec_news .btn a {
		margin: 0 auto;
		max-width: 180px;
	}
	.sec_news .left .btn {
		display: none;
	}
	.sec_news .right .btn {
		display: block;
	}
	
}

/*------COMPANY-----*/

.sec_company {
	padding: 0 50px 80px 0;
}
.sec_company .inner {
	margin-right: auto;
	max-width: calc( 100% - ( 100% - 1200px ) / 2 );
}
.sec_company .wrap_flex {
	display: flex;
	justify-content: space-between;
}
.sec_company .txt {
	width: 46%;
	position: relative;
	top: -70px;
}
.sec_company .img {
	width: 45%;
	height: 500px;
	order: -1;
}
.sec_company .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_company .en {
	font-size: 80px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.sec_company .lead {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 35px;
	line-height: 1.5;
}
.sec_company .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_company .btn a {
	margin: 0;
}
.img_md {
	padding: 0 0 0 70px;
	position: relative;
	z-index: 2;
}
.img_md .inner {
	margin: 0 0 0 auto;
	width: 100%;
	height: 440px;
	background: url("../img/home/img_md.jpg") no-repeat 50% top;
	background-size: cover;
}

@media screen and (max-width: 1279px){
		
	.sec_company .en {
		font-size: 6vw;
	}
	.sec_company .lead {
		font-size: 20px;
	}
	
}

@media screen and (max-width: 999px){
	
	.sec_company {
		padding: 0 50px 80px;
	}
	.sec_company .txt {
		width: 46%;
		top: 0;
	}
	.sec_company .en {
		font-size: 64px;
	}
	.sec_company .img {
		width: 46%;
	}
	.img_md {
		padding: 0 0 0 50px;
	}
	.img_md .inner {
		height: 400px;
	}
}

@media screen and (max-width: 767px){
	
	.sec_company {
		padding: 0 20px 50px;
	}
	.sec_company .inner {
		max-width: 480px;
		margin: 0 auto;
	}
	.sec_company .wrap_flex {
		display: block;
	}
	.sec_company .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_company .img {
		width: 100%;
		height: auto;
		max-width: 320px;
		margin: 0 auto;
	}
	.sec_company .img img {
		height: auto;
	}
	.sec_company .en {
		text-align: center;
		font-size: 44px;
		margin-bottom: 20px;
	}
	.sec_company .lead {
		text-align: center;
		font-size: 16px;
		margin-bottom: 25px;
	}
	.sec_company .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sec_company .btn a {
		margin: 0 auto;
	}
	.img_md {
		padding: 0;
	}
	.img_md .inner {
		height: 270px;
	}

}

/*------SERVICE-----*/

.sec_service {
	padding: 80px 50px 250px;
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
}
.sec_service .bg {
	width: 100%;
	height: 500px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.sec_service .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_service::before {
	content: '';
	width: 100%;
	height: 250px;
	background: #f2f2f2;
	display: block;
	position: absolute;
	left: 0;
	top: -200px;
	z-index: -2;
}
.sec_service .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.sec_service .lead {
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.sec_service .ul_service {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_service .ul_service li {
	width: 31%;
	background-color: #fff;
}
.sec_service .ul_service li img {
	width: 100%;
}
.sec_service .ul_service li .txt {
	padding: 30px;
}
.sec_service .ul_service li .en {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.sec_service .ul_service li h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 25px;
}
.sec_service .ul_service li .honbun {
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 999px){
	
	.sec_service {
		padding: 80px 50px 0;
	}
	.sec_service .bg {
		width: 100vw;
		height: 400px;
		margin: 0 -50px;
		position: relative;
		left: auto;
		bottom: auto;
		z-index: auto;
	}
	.sec_service .inner {
		max-width: 640px;
	}
	.sec_service .lead {
		text-align: center;
		margin-bottom: 50px;
	}
	.sec_service .ul_service {
		display: block;
	}
	.sec_service .ul_service li {
		width: 100%;
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 767px){
	
	.sec_service {
		padding: 40px 20px 0;
	}
	.sec_service .bg {
		height: 270px;
		margin: 0 -20px;
	}
	.sec_service::before {
		height: 150px;
		top: -100px;
	}
	.sec_service .inner {
		max-width: 480px;
	}
	.sec_service .lead {
		text-align: left;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sec_service .ul_service li {
		margin-bottom: 30px;
	}
	.sec_service .ul_service li .txt {
		padding: 20px 20px 30px;
	}
	.sec_service .ul_service li .en {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.sec_service .ul_service li h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sec_service .ul_service li .honbun {
		font-size: 14px;
	}
	
}

/*------EQ-----*/

.sec_equipment {
	padding: 80px 50px;
}
.sec_equipment .inner {
	max-width: 1280px;
	margin: 0 auto;
}

.ul_eqlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.ul_eqlist li {
	width: 23%;
	height: 200px;
	margin-bottom: 30px;
}
.ul_eqlist a {
	display: block;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	text-decoration: none;
	position: relative;
}
.ul_eqlist a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
	transition: all 0.5s ease;
}
.ul_eqlist a:hover img {
	transform: scale(1.1);
}
.ul_eqlist p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	padding: 15px;
	text-align: center;
	z-index: 2;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 1379px){

	.ul_eqlist li {
		height: 14vw;
	}
	
}

@media screen and (max-width: 999px){

	.ul_eqlist li {
		width: 31%;
		height: 18vw;
		margin-bottom: 30px;
	}
	.ul_eqlist::after {
		content: '';
		display: block;
		width: 31%;
	}
	.ul_eqlist p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px){

	.sec_equipment {
		padding: 40px 20px;
	}
	.sec_equipment .inner {
		max-width: 480px;
	}
	.ul_eqlist {
		margin-bottom: -20px;
	}
	.ul_eqlist li {
		width: calc( ( 100% - 20px ) / 2 );
		height: 28vw;
		margin-bottom: 20px;
	}
	.ul_eqlist::after {
		display: none;
	}
	.ul_eqlist p {
		font-size: 15px;
	}
}

/*------INSPECTION-----*/

.sec_insp {
	padding: 80px 50px;
	background-color: #f2f2f2;
}
.sec_insp .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_insp .ttl {
	width: 46%;
}
.sec_insp .wrap_h2 {
	text-align: left;
}
.sec_insp .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_insp .btn a {
	margin: 0;
}
.sec_insp .img {
	width: 46%;
}
.sec_insp .img img {
	width: 100%;
}
.sec_insp ul {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.sec_insp li {
	width: 30%;
}
.sec_insp ul a {
	display: flex;
	align-items: center;
	padding: 20px 0;
	text-decoration: none;
	color: #000;
	transition: opacity 0.3s ease;
	position: relative;
	border-bottom: 1px solid #d0d0d0;
}
.sec_insp ul a::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 15px;
	background: url("../img/common/arrow_circle.png") no-repeat left top;
}
.sec_insp ul a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px){
	
	.sec_insp .ttl {
		width: 50%;
	}
	.sec_insp .img {
		width: 44%;
	}
	.sec_insp .img img {
		width: 100%;
	}
	.sec_insp .img .btn {
		display: none;
	}
	.sec_insp ul {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
	}
	.sec_insp li {
		width: 30%;
	}
	.sec_insp ul a {
		display: flex;
		align-items: center;
		padding: 20px 0;
		text-decoration: none;
		color: #000;
		transition: opacity 0.3s ease;
		position: relative;
		border-bottom: 1px solid #d0d0d0;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_insp {
		padding: 40px 20px;
	}
	.sec_insp .inner {
		max-width: 480px;
		display: block;
	}
	.sec_insp .ttl {
		width: 100%;
		margin-bottom: 40px;
	}
	.sec_insp .wrap_h2 {
		text-align: center;
	}
	.sec_insp .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sec_insp .btn a {
		margin: 0 auto;
	}
	.sec_insp .img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.sec_insp .img .btn {
		display: none;
	}
	.sec_insp ul {
		margin: -15px 0 30px;
		display: block;
	}
	.sec_insp li {
		width: 100%;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.sec_insp ul a {
		padding: 15px 0;
	}
	
}

/*------FAQ-----*/

.sec_faq {
	padding: 100px 50px;
	background: url("../img/home/img_faq.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.sec_faq .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.sec_faq .ttl {
	width: 45%;
	padding: 40px;
	background-color: rgba( 255,255,255,0.9 );
}
.sec_faq .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}

@media screen and (max-width: 999px){

	.sec_faq {
		padding: 70px 50px;
	}
	.sec_faq .ttl {
		width: 50%;
		padding: 30px;
	}

}

@media screen and (max-width: 767px){

	.sec_faq {
		padding: 150px 20px 40px;
		background: #f2f2f2;
		position: relative;
		z-index: 1;
	}
	.sec_faq::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		display: block;
		width: 100%;
		height: 270px;
		background: url("../img/home/img_faq.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.sec_faq .inner {
		max-width: 480px;
		background-color: #fff;
	}
	.sec_faq .ttl {
		width: 100%;
		padding: 30px 20px;
	}
	.sec_faq .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}
	
}

/*------RECRUIT-----*/

.sec_recruit {
	padding: 80px 50px;
}
.sec_recruit .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_recruit .bnr {
	height: 360px;
	margin-bottom: 40px;
}
.sec_recruit .bnr a {
	display: block;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	text-decoration: none;
	position: relative;
}
.sec_recruit .bnr a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
	transition: all 0.5s ease;
}
.sec_recruit .bnr a:hover img {
	transform: scale(1.1);
}
.sec_recruit .bnr p {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	padding: 40px;
	border: 1px solid #fff;
	max-width: 700px;
	text-align: center;
	z-index: 2;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 999px){

	.sec_recruit .bnr {
		height: 300px;
	}
	.sec_recruit .bnr p {
		padding: 30px;
		max-width: 600px;
		font-size: 18px;
	}
	
}

@media screen and (max-width: 767px){

	.sec_recruit {
		padding: 40px 20px;
	}
	.sec_recruit .inner {
		max-width: 480px;
	}
	.sec_recruit .bnr {
		height: 220px;
		margin-bottom: 30px;
	}
	.sec_recruit .bnr a:hover img {
		transform: scale(1.0);
	}
	.sec_recruit .bnr p {
		padding: 20px;
		max-width: 280px;
		font-size: 14px;
	}
	
}

/*	LOADING	*/

#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#loading .ldgimg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
}
#loading .ldgimg img {
	width: 100px;
	height: auto;
	margin-bottom: 30px;
}
#loading .ldgimg .jp {
	font-size: 16px;
	margin-bottom: 2em;
	color: #000000;
}
#loading .ldgimg .en {
	font-size: 14px;
	-moz-animation: ldgtxt 1.5s infinite;
	-webkit-animation: ldgtxt 1.5s infinite;
	-o-animation: ldgtxt 1.5s infinite;
	-ms-animation: ldgtxt 1.5s infinite;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#loading span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background: #000000;
}

#loading span.loaded {
	width: 0;
	height: 0;
	-moz-animation: ldg 1.5s;
	-webkit-animation: ldg 1.5s;
	-o-animation: ldg 1.5s;
	-ms-animation: ldg 1.5s;
}

@media screen and (max-width: 767px){
	
	#loading .ldgimg img {
		max-width: 90px;
		width: 75vw;
		margin-bottom: 20px;
	}
	#loading .ldgimg .jp {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#loading .ldgimg .en {
		font-size: 12px;
	}
}

@keyframes ldg {
	0% {
		width: 0;
		height: 5px;
	}
	50% {
		width: 100%;
		height: 5px;
	}
	80% {
		width: 100%;
		height: 5px;
	}
	100% {
		width: 100%;
		height: 0;
	}
}

@keyframes ldgtxt {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 100;
	}
	60% {
		opacity: 100;
	}
	100% {
		opacity: 0;
	}
}

/*------アニメーション-----*/

.fadeIn {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.fadeIn.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

.fi_top {
	transform: translate(0,60px);
}

.fi_bottom {
	transform: translate(0,-60px);
}

.fi_right {
	transform: translate(60px,0);
	transition-delay: 0s;
}
.fi_left {
	transform: translate(-60px,0);
	transition-delay: 0s;
}

.delay {
	transition-delay: 0.5s !important;
}