@charset "utf-8";

/* ******************************************
	General
****************************************** */


@media screen and (max-width:768px) {
	section {
		width: 100%;
	}
}


/* *******************
	top_slider
******************* */
#top_slider {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#top_slider .slider {
	width: 100%;
	height: auto;
	line-height: 0.1em;
}
#top_slider .slider picture {
	background-color: #000;
}
#top_slider .slider img {
	width: 100%;
	opacity: 0.8;
}

#top_slider .top_copy {
	position: absolute;
	left: 80px;
	top: 130px;
	text-align: left;
	color: #fff;
}
#top_slider .top_copy h2 {
	font-size: 40px;
	margin-bottom: 25px;
}
#top_slider .top_copy h3 {
	text-align: left;
}


@media screen and (max-width:1024px) {
	#top_slider .slider picture {
		aspect-ratio: 6/3;
		overflow: hidden;
	}
	#top_slider .slider img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#top_slider .top_copy {
		left: unset;
		width: 90%;
		top: 70px;
	}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_slider {
		align-items: center;
	}
	#top_slider .slider picture {
		aspect-ratio: 6/6;
	}
	#top_slider .top_copy {
		top: unset;
	}
	#top_slider .top_copy h2 {
		font-size: 29px;
	}
	#top_slider .top_copy h3 {
		font-size: 21px;
	}
}
@media screen and (max-width:450px) {
	#top_slider .slider picture {
		aspect-ratio: 6/8;
	}
}



/* *******************
	top_concept
******************* */
#top_concept {
	max-width: unset;
	/* padding-top: 0; */
}
#top_concept .wrap {
	width: 100%;
	position: relative;
}
#top_concept .wrap::before {
	content: '';
	display: block;
	aspect-ratio: 11/2;
}
#top_concept picture {
	width: calc(100% - 160px);
	/* margin-left: 0; */
	/* margin-right: 0; */
	aspect-ratio: 10/6;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top_concept picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_concept .document {
	position: absolute;
	top: 0;
	right: 0;
	aspect-ratio: 12/3;
	width: calc(90% - 240px);
	max-width: 65%;
	/* min-height: 400px; */
	padding: 80px;
	color: #fff;
	text-align: left;
	background-image: url(../images/index/company_doc.jpg);
	/* background-image: url(../images/index/concept.png); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.3);
  background-blend-mode: darken;
}
#top_concept .document .item p {
	text-align: left;
	margin-top: 5px;
}
#top_concept h2.txt_line {
	position: absolute;
	width: 100%;
	bottom: 120px;
	font-size: min(8vw, 110px);
}

@media screen and (max-width:1200px) {
	#top_concept .wrap::before {
		aspect-ratio: 10/3;
	}
}
@media screen and (max-width:1024px) {
	#top_concept .wrap::before {
		aspect-ratio: 10/3;
	}
	#top_concept .document {
		min-height: unset;
		padding: 40px;
		width: calc(85% - 80px);
		max-width: unset;
	}
	#top_concept h2.txt_line {
		bottom: 30px;
	}
	#top_concept picture {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width:768px) {
	#top_concept {
		padding: 0;
	}
	#top_concept .wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#top_concept .wrap::before {
		content: none;
	}
	#top_concept picture {
		width: 100%;
		order: 2;
		z-index: -1;
	}
	#top_concept .document {
		order: 1;
		position: relative;
		top: unset;
		right: unset;
		width: calc(100% - 50px);
		max-width: none;
		padding: 50px 25px;
		margin: 0 auto;
	}
}
@media screen and (max-width:450px) {
}



/* *******************
	top_company
******************* */
#top_company {
	max-width: unset;
	padding-top: 0;
}
#top_company .wrap {
	width: 100%;
/* 	padding-top: 250px; */
	position: relative;
}
#top_company picture {
	width: calc(100% - 160px);
	aspect-ratio: 6/3;
}
#top_company picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_company .document {
/* 	position: absolute; */
/* 	top: 0; */
	/* right: 0; */
/* 	left: 0; */
/* 	width: 90%; */
/* 	width: calc(90% - 240px); */
/* 	max-width: 65%; */
	/* min-height: 400px; */
	padding: 80px;
	color: #fff;
	text-align: left;
	background-image: url(../images/index/commitment_g.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
}
#top_company .document p {
	text-align: left;
	margin-top: 5px;
	width: 70%;
}

@media screen and (max-width:1024px) {
	#top_company .document {
		/* min-height: unset; */
		padding: 40px;
/* 		width: calc(85% - 80px); */
/* 		max-width: unset; */
		background-position: right center;
	}
	#top_company picture {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width:768px) {
	#top_company {
/* 		padding-top: 0; */
	}
	#top_company .wrap {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	#top_company picture {
		width: 100%;
		order: 2;
	}
	#top_company .document {
		order: 1;
/* 		position: relative; */
/* 		top: unset; */
/* 		right: unset; */
		width: calc(100% - 100px);
		max-width: none;
		padding: 50px;
		margin: 0 auto;
		background-position: right center;
	}
	#top_company .event p {
		text-align: left;
		margin-top: 5px;
	}
}
@media screen and (max-width:600px) {
	#top_company .document {
		background-position: 80% center;
		width: calc(100% - 50px);
		padding: 50px 25px;
	}
}
@media screen and (max-width:450px) {
	#top_company .document {
/* 		background-position: -50vw center; */
	}
	#top_company .document p {
		width: 100%;
	}
}




/* *******************
	top_news
******************* */
#top_news {
	width: 90%;
}
#top_news .wrap {
	text-align: left;
}
#top_news .wrap p {
	margin-bottom: 25px;
}
.tabs .tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  background-color: #e6e6e6;
  color: #313332;
  /* font-size: clamp( 11px, 3.5vw, 16px ); */
  /* font-weight: bold; */
  transition: all 0.2s ease;
  cursor: pointer;
}
.tabs.tabs--type .tabs__list {
  width: 100%;
  border-bottom: 1px solid #313332;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabs.tabs--type .tabs__item {
  position: relative;
  overflow: hidden;
	width: 50%;
}
.tabs.tabs--type .tabs__item:hover,
.tabs.tabs--type .tabs__item:has(input:focus) {
  background-color: #dddddd;
}
.tabs.tabs--type input {
  border: 0 !important;
  clip: rect( 0, 0, 0, 0 ) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.tabs.tabs--type .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
}

.tabs.tabs--type .tabs__list:has(#type-news > input:checked) ~ #type-news__content,
.tabs.tabs--type .tabs__list:has(#type-blog > input:checked) ~ #type-blog__content {
  overflow: visible;
  position: static;
  height: auto;
  padding: 2rem 0;
}

.tabs.tabs--type .tabs__item:has(input:checked),
.tabs.tabs--type .tabs__item:has(input:focus:checked) {
  background-color: #313332;
  color: #fff;
}

@media screen and (max-width:1024px) {
	#top_news .wrap {
		width: 90%;
	}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
	.tabs.tabs--type .tabs__item {
/* 		width: 50%; */
	}
	.tabs.tabs--type .tabs__list:has(#type-news > input:checked) ~ #type-news__content,
	.tabs.tabs--type .tabs__list:has(#type-blog > input:checked) ~ #type-blog__content {
	  padding: 2rem 0;
	}
}




/* ******************************************
	top_service
****************************************** */
#top_service {
	max-width: unset;
}
#top_service .wrap {
	width: 100%;
	position: relative;
}
#top_service .wrap picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 6/2;
}
#top_service .wrap picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_service .document {
	position: relative;
	padding: 70px 0 0;
}
#top_service .document h2 {
	margin-bottom: 0;
}
#top_service .document p {
	margin-bottom: 45px;
	color: #fff;
}
#top_service .document ul {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	list-style: none;

	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch; */
}
#top_service .document ul li {
	padding: 0;
	margin: 0;
}
#top_service .document ul li a {
	display: block;
	margin: 0 15px;
}
#top_service .document ul li picture {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	margin-bottom: 10px;
}
#top_service .document ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_service .document ul li h3 {
	position: relative;
	padding-right: 32%;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
}
#top_service .document ul li h3::before {
	content: '';
	width: 30%;
	height: 1px;
	border-bottom: 1px solid #251e1c;
	position: absolute;
	top: 8px;
	right: 0;
	transition: 0.8s;
}
#top_service .document ul li h3::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #251e1c;
	transform: rotate(-45deg);
	position: absolute;
	top: 4.2px;
	right: 1px;
	transition: 0.8s;
}
#top_service .document ul li p {
	text-align: left;
	color: #251e1c;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
	#top_service .wrap picture {
		aspect-ratio: 6/3;
	}
}
@media screen and (max-width:600px) {
	#top_service .document ul {
		width: calc(90% - 100px);
	}
	#top_service .document ul li {
		width: 30%;
	}
}
@media screen and (max-width:450px) {
	/* #top_service .wrap picture {
		aspect-ratio: 6/5;
	}
	#top_service .document ul li {
		width: 100%;
		margin-bottom: 20px;
	} */
}





/* ******************************************
	top_works
****************************************** */
#top_works {
	width: 100%;
	max-width: unset;
}
#top_works .wrap {
	width: 100%;
	position: relative;
}
#top_works .wrap picture {
	width: 100%;
}
#top_works .wrap picture img {
}
#top_works .document {
	position: absolute;
	top: 5vw;
	right: 10%;
}
#top_works .document h2 {
	margin-bottom: 0;
}
#top_works .document .btn_more {
	margin-top: 20px;
}
#top_works .document .btn_more a {
	background-color: #251e1c;
}
#top_works .document .btn_more a:hover {
	background-color: #c40018;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#top_works .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#top_works .document {
		/* position: absolute; */
		top: unset;
		right: unset;
		width: 100%;
	}
	#top_works .document .btn_more {
		text-align: center;
	}
}
@media screen and (max-width:400px) {
}