﻿@charset "utf-8";


#header {
	background-color: transparent;
	transition: all 250ms ease;
}

.header__logo .logo {
	fill: rgba(255, 255, 255, 1);
}

.header__nav__list__anc,
.header__nav__list__anc:hover,
.header__nav__list__anc.current {
	color: rgba(255, 255, 255, 1);
}

.header__nav__list__anc::before {
	background-color: rgba(255, 255, 255, 1);
}

.icon-blank::after {
	background-image: url(../svg/icon_blank_wt.svg);
	opacity: .8;
}

#menu {
	background-color: transparent;
}

#menu:before,
#menu:after {
	background-color: rgba(255, 255, 255, 1);
}

.main-contents::before {
	display: none;
}


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

	.scrltop #header {
		background-color: rgba(255, 255, 255, 1);
	}

	.scrltop .header__logo .logo {
		fill: rgba(0, 0, 0, 1);
	}

	.scrltop #menu:before,
	.scrltop #menu:after {
		background-color: rgba(0, 0, 0, 1);
	}

}


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


.kv {
	width: 100%;
	height: 100vh;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	z-index: 0;
}

.kv:before {
	content: "";
	width: 100%;
	height: 20vh;
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.kv-catch {
	padding: 100px;
	display: flex;
	position: relative;
	top: -10px;
	z-index: 2;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}

.kv-catch__title {
	margin-bottom: 60px;
	flex-basis: auto;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .2em;
}

.kv-catch__title span {
	display: table;
	position: relative;
}

.kv-catch__title span:after {
	content: "";
	width: 100%;
	height: 6px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.kv-catch__text {
	max-width: 580px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: .1em;
}

.kv-image {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

.kv-image__item {
	height: 100%;
}

.kv-image__item img {
	height: 100%;
	object-fit: cover;
}

.kv-news {
	width: calc(100% - 200px);
	height: 100px;
	padding: 0 80px;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 100px;
	bottom: 0;
	z-index: 3;
	box-sizing: border-box;
	align-items: center;
}

.kv-news:before {
	content: "";
	width: 1px;
	height: 40px;
	margin-right: 80px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	order: 1;
}

.kv-news__title {
	max-width: 200px;
	flex-basis: 200px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	order: 0;
}

.kv-news__title a {
	display: flex;
	text-decoration: none;
	align-items: center;
	color: rgba(0, 0, 0, .6);
}

.kv-news__title .en {
	margin-right: 20px;
	display: block;
	font-size: 2rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
}

.kv-news__detail {
	max-width: calc(100% - 200px - 80px);
	flex-basis: calc(100% - 200px - 80px);
	box-sizing: border-box;
	order: 2;
}

.kv-news__detail__anc {
/* 	height: 40px; */
	display: flex;
	line-height: 1.4;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
}

.kv-news__detail__date {
	max-width: 55px;
	flex-basis: 55px;
	font-size: 1.2rem;
}

.kv-news__detail__cate {
	max-width: 55px;
	margin-top: 1px;
	flex-basis: 55px;
/* 	margin: 0 40px; */
	font-size: 1.2rem;
	text-align: center;
	color: rgba(0, 0, 0, .4);
}

.kv-news__detail__title {
	max-width: calc(100% - 110px - 40px);
	flex-basis: calc(100% - 110px - 40px);
	padding-right: 40px;
	font-size: 1.6rem;
	line-height: 1.4;
	box-sizing: border-box;
}

a:hover .kv-news__detail__title {
	text-decoration: underline;
}

.kv-news__more {
	position: absolute;
	top: calc(50% - 20px);
	right: 40px;
	order: 3;
}

#menu.bk:before,
#menu.bk:after {
	background-color: rgba(0, 0, 0, 1);
}


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

	.kv-news__title {
		max-width: 100px;
		flex-basis: 100px;
		font-size: 1.2rem;
	}

	.kv-news__title a {
		display: block;
	}

	.kv-news:before {
		margin-right: 40px;
	}

	.kv-news__detail {
		max-width: calc(100% - 100px - 40px);
		flex-basis: calc(100% - 100px - 40px);
	}

	.kv-news__detail__title {
		font-size: 1.5rem;
	}

}


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

	.kv-catch {
		padding: 100px 6vw;
	}

	.kv-catch__title {
		font-size: 6rem;
	}

	.kv-catch__title span:after {
		height: 5px;
	}

	.kv-news {
		width: calc(100% - 12vw);
		padding: 0 6vw;
		padding-right: calc(6vw + 40px);
		left: 6vw;
	}

	.kv-news__title .en {
		margin-right: 0;
	}

	.kv-news__detail__anc {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.kv-news__detail__date,
	.kv-news__detail__cate {
		max-width: none;
		flex-basis: auto;
		margin-right: 15px;
	}

	.kv-news__detail__title {
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 5px;
		font-size: 1.4rem;
	}

	.kv-news__more {
		right: 6vw;
	}

}


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

	.kv-news {
		height: 80px;
		padding-right: calc(6vw + 30px);
	}

	.kv-news:before,
	.kv-news__title {
		display: none;
	}

	.kv-news__detail {
		max-width: 100%;
		flex-basis: 100%;
	}

	.kv-news__detail__title {
		margin-top: 3px;
		padding-right: 20px;
	}

	.kv-news__more {
		top: calc(50% - 15px);
	}

}


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

	.kv {
		height: calc(100vh - 100px);
		min-height: 500px;
	}

	.kv-catch {
		padding: 60px 6vw 80px 6vw;
	}

	.kv-catch__title {
		margin-bottom: 40px;
		font-size: 5rem;
	}

	.kv-catch__title span:after {
		height: 4px;
	}

	.kv-catch__text {
		font-size: 1.4rem;
	}

	.kv-news {
		width: 100%;
		left: 0;
	}

	.kv-news__detail__title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}


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

	.kv-catch__title {
		font-size: 4.5rem;
	}

}


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


.home-wrap {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
}

.home__contents {
	padding-top: 120px;
}

.home__contents__wrap {
	padding: 0 80px;
	display: flex;
	align-items: center;
}

.home__contents__title {
	padding: 0 80px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
}

.home__contents__title a {
	display: flex;
	text-decoration: none;
	color: rgba(0, 0, 0, .6);
	align-items: center;
}

.home__contents__title.break {
	margin-bottom: 30px;
}

.home__contents__title.wt a ,
a .home__contents__title.wt {
	color: rgba(255, 255, 255, .7);
}

.home__contents__wrap .home__contents__title {
	max-width: 350px;
	flex-basis: 350px;
	padding: 0;
}

.home__contents__title .en {
	margin-right: 20px;
	display: block;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
}

.home__contents__title.wt .en {
	color: rgba(255, 255, 255, 1);
}

.home__contents__text {
	font-size: 1.4rem;
	line-height: 2;
	color: rgba(0, 0, 0, .8);
	transition: all 250ms ease;
}

.home__contents__wrap .home__contents__text {
	max-width: calc(100% - 300px);
	flex-basis: calc(100% - 300px);
}

a:hover .home__contents__text {
	color: rgba(0, 0, 0, 1);
}

.home__contents__text.wt {
	color: rgba(255, 255, 255, 1);
}

a:hover .home__contents__text.wt {
	color: rgba(255, 255, 255, 1);
}

.home__contents__text.max {
	max-width: 500px;
}


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

	.home__contents {
		padding-top: 80px;
	}

	.home__contents__wrap,
	.home__contents__title {
		padding: 0 6vw;
	}

	.home__contents__title a {
		display: block;
	}

	.home__contents__title .en {
		margin-bottom: 5px;
		font-size: 2.8rem;
	}

	.home__contents__wrap {
		align-items: flex-start;
	}

	.home__contents__wrap .home__contents__title {
		max-width: 200px;
		flex-basis: 200px;
	}

	.home__contents__wrap .home__contents__text {
		max-width: calc(100% - 200px);
		flex-basis: calc(100% - 200px);
	}

}


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

	.home__contents {
		padding-top: 60px;
	}

	.home__contents__wrap .home__contents__text {
		display: none;
	}

}


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

	.main-contents {
		padding-bottom: 20px;
	}

	.home__contents {
		padding-top: 40px;
	}

	.home__contents__title .en {
		font-size: 2.5rem;
	}

	.home__contents__title {
		font-size: 1.3rem;
	}

}


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


.service__list {
	margin-top: 40px;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

.service__list:before,
.service__list:after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .06);
	position: absolute;
	top: 0;
}

.service__list:before {
	left: 0;
}

.service__list:after {
	right: 0;
}

.service__list__item {
	position: relative;
}

.service__list__item:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .06);
	position: absolute;
	bottom: 0;
	left: 0;
}

.service__list__item:last-child:after {
	display: none;
}

.service__list__anc {
	padding: 50px 80px;
	padding-right: 160px;
	display: block;
	position: relative;
	text-decoration: none;
}

.service__list__anc:hover {
	background-color: rgba(0, 0, 0, .1);
}

.service__list__num {
	font-size: 1.8rem;
	color: rgba(0, 0, 0, .4);
}

.service__list__en {
	margin: 15px 0;
	font-size: 5.5rem;
	line-height: 1;
}

.service__list__name {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}


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

	.service__list__en {
		font-size: 5rem;
	}

}


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

	.service__list__anc {
		padding: 40px 6vw;
		padding-right: 100px;
	}

	.service__list__en {
		margin: 10px 0;
		font-size: 4.5rem;
	}

}


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

	.service__list__en {
		font-size: 3.8rem;
	}

}


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

	.service__list__anc {
		padding-left: calc(6vw + 40px);
		padding-right: 80px;
	}

	.service__list__num {
		position: absolute;
		top: 42px;
		left: 6vw;
	}

	.service__list__en {
		margin-top: 0;
		font-size: 3rem;
	}

	.service__list__name {
		font-size: 1.3rem;
	}

}
	


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


.about {
	padding-bottom: 120px;
	position: relative;
	background-image: url(../bg_about.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.about__wrap,
.about .home__contents__wrap {
	position: relative;
	z-index: 1;
}

.about__wrap {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.about__contents {
	max-width: calc(100% - 80px);
	flex-basis: calc(100% - 80px);
	background-color: rgba(255, 255, 255, 1);
}

.about__contents:before {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .06);
	position: absolute;
	top: 0;
	left: 0;
}

.about__contents__list {
	padding: 80px;
	padding-bottom: 40px;
	display: flex;
}

.about__contents__list__item {
	max-width: calc(100% / 3);
	flex-basis: calc(100% / 3);
	display: flex;
}

.about__contents__list__anc {
	padding-bottom: 40px;
	display: block;
	text-decoration: none;
}

.about__contents__list__anc:hover {
	background-color: rgba(0, 0, 0, .1);
}

.about__contents__list__image {
	background-color: rgba(0, 0, 0, 1);
}

.about__contents__list__image img {
	transition: all 250ms ease;
}

a:hover .about__contents__list__image img {
	opacity: 0.8;
}

.about__contents__list__wrap {
	margin: 0 30px;
}

.about__contents__list__title {
	margin: 30px 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
}

.about__contents__list__title .en {
	display: block;
	font-size: 2.5rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 1);
}

.about__contents__list__text {
	font-size: 1.3rem;
	line-height: 2;
}

.about__more {
	max-width: 80px;
	flex-basis: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}


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

	.about__contents__list {
		padding: 60px;
	}

}


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

	.about__wrap {
		padding: 0 6vw;
		display: block;
	}

	.about__contents {
		max-width: none;
	}

	.about__contents:before,
	.about__more {
		display: none;
	}

	.about__contents__list {
		padding: 40px;
	}

	.about__contents__list__wrap {
		margin: 0 20px;
	}

	.about__contents__list__title {
		margin: 20px 0;
	}

}


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

	.about__contents__list {
		padding: 6vw;
		display: block;
	}

	.about__contents__list__item {
		margin-bottom: 20px;
		max-width: none;
	}

	.about__contents__list__item:last-child {
		margin-bottom: 0;
	}

	.about__contents__list__anc {
		width: 100%;
		padding-bottom: 0;
		display: flex;
		align-items: center;
	}

	.about__contents__list__image {
		max-width: 50%;
		flex-basis: 50%;
	}

	.about__contents__list__wrap {
		max-width: 50%;
		flex-basis: 50%;
		margin: 0 20px;
	}

	.about__contents__list__title {
		margin-top: 0;
	}

}


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

	.about__contents__list__title {
		font-size: 1.2rem;
	}

}


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

	.about {
		padding-bottom: 60px;
	}

	.about__wrap {
		padding: 0 3vw;
	}

	.about__contents__list {
		padding: 3vw;
	}

	.about__contents__list__item {
		margin-bottom: 3vw;
	}

	.about__contents__list__image {
		max-width: 140px;
		flex-basis: 140px;
	}

	.about__contents__list__wrap {
		max-width: calc(100% - 140px);
		flex-basis: calc(100% - 140px);
	}

	.about__contents__list__title {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	.about__contents__list__title .en {
		margin-bottom: 3px;
		font-size: 2rem;
		line-height: 1;
	}

	.about__contents__list__text {
		line-height: 1.5;
	}

}


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


.product.home__contents {
	padding: 0;
}

.product__anc {
	display: flex;
	background-color: rgba(0, 0, 0, 1);
}

.product__wrap {
	max-width: 40%;
	flex-basis: 40%;
	padding: 80px;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	transition: all 250ms ease;
}

a:hover .product__wrap {
	background-color: rgba(0, 0, 0, .9);
}

.product .home__contents__title {
	padding: 0;
}

.product__image {
	max-width: 60%;
	flex-basis: 60%;
	transition: all 250ms ease;
}

a:hover .product__image {
	opacity: .8;
}

.product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

	.product__wrap {
		padding: 60px;
	}

}


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

	.product__wrap {
		padding: 60px 6vw;
	}

	.product__image,
	.product__wrap {
		max-width: 50%;
		flex-basis: 50%;
	}

}


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

	.product {
		margin-top: 20px;
	}

	.product__anc {
		flex-direction: column-reverse;
	}

	.product__image,
	.product__wrap {
		max-width: 100%;
		flex-basis: 100%;
		height: 280px;
	}

	.product__wrap {
		padding: 40px 6vw;
	}

}


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



.other {
	display: flex;
}

.other__item {
	max-width: 50%;
	flex-basis: 50%;
	display: flex;
}

.other__anc {
	display: block;
	background-color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.career .other__anc {
	background-color: #181818;
}

.other__wrap {
	padding: 80px;
	box-sizing: border-box;
}

.other .home__contents__title {
	padding: 0;
}

.other__image {
	transition: all 250ms ease;
}

a:hover .other__image {
	opacity: .8;
}


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

	.other__wrap {
		padding: 60px;
	}

}


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

	.other__wrap {
		padding: 6vw;
	}

}


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

	.other__wrap {
		padding: 40px 6vw;
	}

	.other.home__contents {
		padding: 0;
		display: block;
	}

	.other__item {
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 20px;
	}

}




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




