/* CSS Document */


#header {
	display: none;
}
#topHeader {
	background: #ccc;
}


#fv {
	position: relative;
}
#fv video {
	width: 100%;
	max-height: 95vh;
	min-height: 600px;
	object-fit: cover;
	vertical-align: middle;
}
#fv .slider {
	opacity: 0;
	transition: opacity .25s ease;
	min-height: 400px;
	max-height: 1080px;
	overflow: hidden;
	margin: 0;
}
#fv .slider .slick-slide {
	line-height: 0;
}
#fv .slider .slick-slide img {
	width: 100%;
	height: 100%;
	max-height: 100vh;
	object-fit: cover;
	aspect-ratio: 16/9;
}
#fv .slider.slick-initialized { opacity: 1;}
#fv .slick-dots { bottom: 15px;}
#fv .slick-dots li button::before {
  content: '';
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
	padding: 0;
  opacity: 1;
}
#fv .slick-dots li.slick-active button::before {
	background: #fff;
}
#fv .slick-prev,
#fv .slick-next { z-index: 1; height: auto;}
#fv .slick-prev { left: 25px;}
#fv .slick-next { right: 25px;}
#fv .slick-prev::before,
#fv .slick-next::before { content: url("/module/img/arrow.svg"); display: block;}
#fv .slick-prev::before { transform: scaleX(-1);}

#fv .sliderNav { opacity: 0; transition: opacity .25s ease; height: 0;}
#fv .sliderNav.slick-initialized { opacity: 1; height: auto;}
#fv .sliderNav .slick-track::before,
#fv .sliderNav .slick-track::after { content: none;}
#fv .sliderNav .slick-slide {
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .8;
	width: 33.3% !important;
	padding: 3px;
	box-sizing: border-box;
}
#fv .sliderNav .slick-slide:hover,
#fv .sliderNav .slick-slide.slick-current { filter: none; opacity: 1;}
#fv .sliderNav .slick-slide img { border-radius: 5px;}


#fv h2 {
	font-family: 'Zen Old Mincho';
	font-size: 300%;
	font-size: clamp(38px,3.2vw,50px);
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
  /*width: 65%;*/
	position: absolute;
  top: 10%;
	left: 10%;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
}
#fv h1 {
	width: 400px;
	flex-shrink: 0;
	position: absolute;
	bottom: 5%;
	left: 10%;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
}
#fv ul {
	line-height: 1.4;
}
#fv ul li {
	word-break: keep-all;
}
#fv ul.nav1 {
	font-size: 110%;
	font-weight: 500;
	display: flex;
	gap: 20px;
	position: absolute;
	bottom: 7%;
	left: 55%;
}
#fv ul.nav1 a {
	color: #fff;
	padding: 2px 4px;
  border-bottom: 1px solid #fff;
}
#fv ul.nav2 {
	display: flex;
	flex-direction: column;
	gap: 7px;
	position: absolute;
	top: 5%;
	right: 0;
}
#fv ul.nav2 li a {
	display: flex;
	justify-content: center;
	gap: 5px;
	background: rgba(255,255,255,.8);
	padding: 14px 25px;
	clip-path: polygon(0 10px, 10px 0, 100% 0, 100% 100%, 0 100%);
}
#fv ul.nav2 li.mail a::before {
	content: url("../img/i_mail.svg");
	width: 20px;
	line-height: 1;
	position: relative;
  top: 4px;
}



#aboutUs {
	padding: 50px 0;
}
#aboutUs .titleBox {
	background: #E2E1DE;
}
#aboutUs .titleSet::before {
	border-bottom-color: #fff;
}
#aboutUs .logo {
	max-width: 500px;
	margin: 30px auto;
}
#aboutUs .lead {
	text-align: center;
	margin: 30px 20px;
}
#aboutUs .link {
	text-align: center;
	margin: 40px 0;
}
#aboutUs .link h3 {
	color: #1b745b;
	margin: 0 0 5px;
}



#ourBusiness {
	padding: 50px 0;
	background: #E2E1DE;
	overflow: hidden;
}
#ourBusiness .titleBox {
	background: #fff;
}
#ourBusiness .lead {
	text-align: justify;
	max-width: 880px;
	margin: 40px auto;
}

#ourBusiness ul {
	display: flex;
  flex-direction: column;
}
#ourBusiness ul li {
	width: 580px;
  height: 300px;
	background: #fff;
	padding: 40px;
	margin: 100px 0;
	box-sizing: border-box;
	position: relative;
}
#ourBusiness ul li:nth-of-type(even) {
	align-self: flex-end;
}
#ourBusiness ul li::after {
	content: '';
	border-top: 30px solid #e2e1de;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#ourBusiness ul li:nth-of-type(even)::after {
	border-left: 30px solid transparent;
	border-right: 0 solid transparent;
	left: auto;
	right: 0;
}
#ourBusiness ul li h3 {
	font-size: 110%;
	border-bottom: 2px solid #54838d;
	max-width: 200px;
	margin: 0 0 30px;
}
#ourBusiness ul li:nth-of-type(even) h3 {
	border-bottom-color: #70afbc;
}
#ourBusiness ul li h3 span {
	font-size: 120%;
  line-height: 1.4;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: left bottom;
}
#ourBusiness ul li:nth-of-type(even) h3 span {
	left: auto;
	right: 0;
	transform: rotate(90deg);
	transform-origin: right bottom;
}
#ourBusiness ul li .info {
	text-align: justify;
}
#ourBusiness ul li a.btn {
	background: #54838D;
	position: absolute;
  right: 30px;
  bottom: -20px;
}
#ourBusiness ul li:nth-of-type(even) a.btn {
	background: #70AFBC;
}
#ourBusiness ul li a.btn::after {
	border-color: #54838D;
}
#ourBusiness ul li:nth-of-type(even) a.btn::after {
	border-color: #70AFBC;
}
#ourBusiness ul li .img {
	position: absolute;
  width: 620px;
	left: 100%;
	top: 50%;
  transform: translateY(-50%);
}
#ourBusiness ul li:nth-of-type(even) .img {
	left: auto;
	right: 100%;
}
#ourBusiness ul li .img img {
	width: 100%;
	aspect-ratio: 3/2;
  object-fit: cover;
}



#works {
	padding: 60px 0;
	margin: 0 0 50px;
}
#works .titleBox {
	background: none;
}
#works .titleSet {
	margin: auto;
}
#works .worksMap {
	margin: 40px 0;
	/*height: 600px;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
#works a.btn {
	display: block;
  margin: auto;
}



#recruit {
	position: relative;
}
#recruit::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	/*background: rgba(255, 255, 255, .3);*/
}
#recruit > img {
	width: 100%;
  max-height: 800px;
  object-fit: cover;
}
#recruit .inner {
	max-width: 1380px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#recruit .titleSet {
	position: absolute;
  top: 20px;
  left: 8%;
}
#recruit .titleSet::before {
	border-bottom-color: #fff;
}
#recruit .titleSet strong {
	font-family: 'Graphik Compact Medium';
	font-size: 280%;
	line-height: 1.3;
	color: #1b745b;
}
#recruit .titleSet span {
	font-size: 110%;
}
#recruit h3 {
	width: 330px;
  position: absolute;
  top: 50px;
  right: 8%;
}
#recruit h4 {
	font-size: 130%;
  font-weight: 500;
	color: #1B745B;
  line-height: 2.5;
  position: absolute;
  top: 210px;
  left: 12%;
}
#recruit a.btn {
  font-size: 120%;
  font-weight: 500;
	width: 200px;
  padding: 10px 10px 10px 5px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
}



#information {
	padding: 50px 0;
	margin: 80px 0;
}
#information .titleBox {
	background: #E2E1DE;
}
#information .titleSet::before {
	border-bottom-color: #fff;
}
#information ul {
	line-height: 1.6;
	max-width: 580px;
  margin: 80px auto;
}
#information ul li {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 40px 0;
}
#information ul li time {
	font-weight: 500;
	color: #1b745b;
}
#information ul li p {
	border-left: 1px solid #1b745b;
	padding: 10px 20px;
}
#information ul li p a:hover {
	text-decoration: underline;
}
#information ul li p em {
	display: inline-block;
  font-size: 80%;
  line-height: 1;
  color: #fff;
  background-color: #D68281;
  border-radius: 3px;
  padding: 2px 5px 3px;
  margin-left: 5px;
}
#information a.btn {
	display: block;
	margin: auto;
}








@media screen and (max-width: 480px) {
  
	#header {
		display: flex;
		padding: 0;
	}
	#header h1,
	#header nav.global {
		display: none;
	}

	#fv video {
		min-height: 480px;
	}
	#fv ul.nav1 {
		display: none;
	}
	#fv ul.nav2 {
		top: 90px;
		/*position: fixed;
    z-index: 999;*/
	}
	#fv ul.nav2 .mail {
		display: none;
	}
	#fv ul.nav2 .recruit {
		writing-mode: vertical-rl;
	}
	#fv ul.nav2 li a {
		padding: 25px 14px;
	}
	
	#fv h1 {
		width: 70%;
		left: 50%;
		transform: translateX(-50%);
	}
	#fv h2 {
		font-size: 24px;
    line-height: 1.8;
		top: 8%;
		left: 5%;
		transform: none;
	}
	#fv .slider {
		min-height: auto;
	}
	#fv .slider .slick-slide img {
		aspect-ratio: 4/5;
	}
	
	
	
	#aboutUs {
		padding: 30px 0;
	}
	#aboutUs .logo {
		margin: 20px;
	}
	#aboutUs .lead {
		text-align: justify;
		margin: 20px 10px;
	}
	
	
	
	#ourBusiness {
		padding: 30px 0;
	}
	#ourBusiness .lead {
		margin: 30px 10px;
	}
	#ourBusiness ul li {
		width: 100%;
		height: auto;
		padding: 30px 15px 15px;
		margin: 15px 0;
	}
	#ourBusiness ul li::after {
		border-width: 20px 20px 0 0;
	}
	#ourBusiness ul li h3 {
		border-bottom: 1px solid #54838d;
		max-width: 160px;
		margin: 0 10px 15px;
	}
	#ourBusiness ul li p.info {
		line-height: 1.6;
		margin: 0 10px;
	}
	#ourBusiness ul li h3 span {
		font-size: 90%;
	}
	#ourBusiness ul li a.btn {
		position: relative;
		right: unset;
		bottom: unset;
		margin: 15px 10px;
		float: right;
	}
	#ourBusiness ul li .img {
		position: static;
		width: 100%;
		transform: unset;
	}
	#ourBusiness ul li:nth-of-type(even)::after {
		border-width: 20px 0 0 20px;
	}
	
	
	
	#works {
		padding: 30px 0;
	}
	#works .worksMap {
		margin: 15px 0 30px;
		/*height: 300px;*/
	}
	
	
	
	#recruit {
		background: #E2E1DE;
		position: relative;
	}
	#recruit::after {
		content: 'Recruit';
		font-family: 'Graphik Compact Medium';
		font-size: 200%;
		line-height: 1;
		color: #fff;
		position: absolute;
		bottom: -3px;
		right: 10px;
	}
	#recruit .inner {
		position: static;
		transform: unset;
	}
	#recruit .titleSet {
    top: 0;
		left: 20px;
	}
	#recruit .titleSet strong {
		font-size: 200%;
	}
	#recruit .titleSet span {
		font-size: 100%;
	}
	#recruit h3 {
		width: 220px;
		margin: 30px auto;
    position: static;
	}
	#recruit h4 {
		font-size: 110%;
    text-align: center;
    line-height: 2;
		margin: 60px 0 30px;
    position: relative;
		top: unset;
    left: 50%;
		transform: translateX(-50%);
	}
	#recruit h4::before {
		content: '';
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
		z-index: -1;
	}
	#recruit a.btn {
		font-size: 110%;
		width: 160px;
		margin: 40px auto;
		padding: 8px 10px 8px 5px;
		position: relative;
		bottom: unset;
	}	
	
	
	
	#information {
		padding: 30px 0;
		margin: 40px 0;
	}
	#information ul {
		margin: 30px auto;
	}
	#information ul li {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		margin: 30px 0;
	}
	#information ul li p {
		padding: 0 10px;
		margin-left: 5px;
	}
	
	
	
	
	
	
	
}
