/* CSS Document */

#header {
	position: relative;
  background: none;
}
#header .inner {
	padding: 30px 15px;
  align-items: flex-start;
}
#header h1 {
	/*width: 80px;*/
	width: 100px;
}

#header .global {
	display: flex;
  justify-content: flex-end;
}
#header .global nav {
	flex-direction: column;
	position: absolute;
}
#header .global nav ul {
	display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header .global nav ul.nav1 {
	gap: 5px;
}
#header .global nav ul.nav2 {
	margin: 0 15px;
}
#header .global nav ul li.tel {
	margin-right: 15px;
}




#fv {
  margin: 40px auto;
}
#fv .inner {
  padding: 0 40px;
  max-width: 1230px;
}
#fv h1 {
  font-family: 'Outfit';
	font-size: clamp(63px, 5.8vw, 70px);
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  margin: 0;
  text-align: left;
}
#fv h1 strong {
  font-size: 240%;
  font-weight: 300;
  letter-spacing: 6px;
  color: transparent;
  background: linear-gradient(to bottom, #5888A3, #004973);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  overflow: hidden;
	visibility: hidden;
}
#fv h1 strong span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: fadeIn .5s ease forwards;
  background: inherit;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fv h1 span {
  color: transparent;
  background: linear-gradient(to bottom, #eee, #9F9F9F);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}
#fv h1 span.letter2 { left: -45px; bottom: 5px;}
#fv h1 span.letter4 { left: -27px; bottom: 32px;}

#fv h2 {
	font-size: 180%;
	letter-spacing: 2px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}


@keyframes fadeIn {
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.fadeIn.animate {
  transform: translateY(100%);
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}

.flowTxt.animate span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: fadeIn .5s ease forwards;
}
.flowTxt.animate span:nth-child(1) { animation-delay: .1s;}
.flowTxt.animate span:nth-child(2) { animation-delay: .2s;}
.flowTxt.animate span:nth-child(3) { animation-delay: .3s;}
.flowTxt.animate span:nth-child(4) { animation-delay: .4s;}
.flowTxt.animate span:nth-child(5) { animation-delay: .5s;}
.flowTxt.animate span:nth-child(6) { animation-delay: .6s;}
.flowTxt.animate span:nth-child(7) { animation-delay: .7s;}
.flowTxt.animate span:nth-child(8) { animation-delay: .8s;}
.flowTxt.animate span:nth-child(9) { animation-delay: .9s;}

#fv h1 strong.letter1 span:nth-child(1) { animation-delay: 1.1s;}
#fv h1 strong.letter1 span:nth-child(2) { animation-delay: 1.2s;}
#fv h1 strong.letter1 span:nth-child(3) { animation-delay: 1.3s;}
#fv h1 strong.letter1 span:nth-child(4) { animation-delay: 1.4s;}
#fv h1 strong.letter1 span:nth-child(5) { animation-delay: 1.5s;}
#fv h1 .letter2 { animation-delay: 1.8s;}
#fv h1 strong.letter3 span:nth-child(1) { animation-delay: 2.1s;}
#fv h1 strong.letter3 span:nth-child(2) { animation-delay: 2.2s;}
#fv h1 strong.letter3 span:nth-child(3) { animation-delay: 2.3s;}
#fv h1 strong.letter3 span:nth-child(4) { animation-delay: 2.4s;}
#fv h1 strong.letter3 span:nth-child(5) { animation-delay: 2.5s;}
#fv h1 strong.letter3 span:nth-child(6) { animation-delay: 2.6s;}
#fv h1 strong.letter3 span:nth-child(7) { animation-delay: 2.7s;}
#fv h1 strong.letter3 span:nth-child(8) { animation-delay: 2.8s;}
#fv h1 strong.letter3 span:nth-child(9) { animation-delay: 2.9s;}
#fv h1 .letter4 { animation-delay: 3.2s;}
#fv h2 { animation-delay: 4.0s;}





#works,
#business,
#news,
#company,
#contact {
	padding: 100px 0;
}
#works h2,
#business h2,
#news h2,
#company h2,
#contact h2 {
	font-size: 120%;
	letter-spacing: 2px;
	display: flex;
	flex-direction: column;
}
#works h2 strong,
#business h2 strong,
#news h2 strong,
#company h2 strong,
#contact h2 strong {
	font-family: 'Outfit';
  font-size: 420%;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 10px;
	position: relative;
  display: inline-block;
  overflow: hidden;
	visibility: hidden;
}
#top .titleSet {
	position: relative;
}
#top .titleSet h3 {
	font-size: 360%;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 10%;
}



#works {
	margin: 160px 0 0;
}
#works .titleSet {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#works .titleSet h3 {
  text-align: right;
}
#works .swiper {
	max-height: 240px;
	opacity: 0;
	transition: all .8s;
}
#works .swiper.swiper-initialized {
	opacity: 1;
}
#works .swiper {
	margin: 15px 0;
}
#works .swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
					transition-timing-function: linear !important;
}
#works .swiper .swiper-wrapper .swiper-slide {
	width: 280px;
	margin: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
	top: 0;
	opacity: .8;
	transition: top .3s, opacity .3s;
}
#works .swiper .swiper-wrapper .swiper-slide:hover {
	opacity: 1;
	top: -10px;
}
#works .swiper .swiper-wrapper .swiper-slide:hover img {
	opacity: 1;
}
#works .more {
	text-align: right;
	margin-top: 40px;
}




#business {
	overflow: hidden;
	position: relative;
}
#business::before {
	content: '';
  width: 4000px;
  height: 4000px;
  background: #f2f2f2;
  border-radius: 100%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-60%);
}
#business .titleSet h3 {
	margin: 30px 0;
}
#business .titleSet .lead {
	max-width: 550px;
  font-size: 110%;
  line-height: 2.2em;
}
#business .titleSet .bln1 {
	position: absolute;
  bottom: 5px;
  right: 15px;
  max-width: 48%;
	transform: translateX(10%);
  opacity: 0;
}
#business .titleSet .bln1.animate {
	animation: fadeIn 2s ease forwards;
}
#business .swiper {
	margin: 80px 0 100px 120px;
	overflow: visible;
	max-height: 500px;
	opacity: 0;
	transform: translateX(20%);
}
#business .swiperBlock {
  position: relative;
}
#business .swiper.fadeIn.animate {
	animation: fadeIn 2s ease forwards;
}
#business .swiper .swiper-wrapper {}
#business .swiper .swiper-wrapper .swiper-slide {
	max-width: 300px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.3));
	top: 0;
	transition: top .3s, background .3s;
}
#business .swiper .swiper-wrapper .swiper-slide:hover {
	opacity: 1;
	top: -10px;
	background: #F1F1F1;
}
#business .swiper .swiper-wrapper .swiper-slide img {
	clip-path: ellipse(140% 100% at 10% 0);
}
#business .swiper .swiper-wrapper .swiper-slide:hover img {
	opacity: 1;
}
#business .swiper .swiper-wrapper .swiper-slide h4 {
	min-height: 140px;
	padding: 20px 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#business .swiper .swiper-wrapper .swiper-slide h4 strong {
	font-weight: 600;
	line-height: 1.6em;
}
#business .swiper .swiper-wrapper .swiper-slide h4 span {
	font-family: 'Outfit';
	font-weight: 400;
	line-height: 1.2em;
  letter-spacing: 1.4px;
	color: #999;
}
#business .swiper .swiper-controller {
	position: relative;
}
#business .swiper .swiper-controller .swiper-pagination {
  text-align: left;
	top: 10px;
  left: 15px;
}
#business .swiper .swiper-controller .swiper-pagination-bullet {
	border-radius: unset;
  height: 3px;
  width: 15px;
  margin: 0 3px;
	transition: all .4s;
}
#business .swiper .swiper-controller .swiper-pagination-bullet-active {
	background: #004973;
	width: 40px;
}
#business .swiper .swiper-controller .swiper-button-prev,
#business .swiper .swiper-controller .swiper-button-next {
  top: 60px;
  left: auto;
  /*border: 1px solid #999;*/
	background: #f2f2f2;
  filter:
		drop-shadow(-2px -2px 1px rgba(255,255,255,1))
		drop-shadow(2px 2px 1px rgba(0,0,0,.1));
	border-radius: 100%;
  width: 45px;
  height: 45px;
	transition: all .2s;
}
#business .swiper .swiper-controller .swiper-button-prev:hover,
#business .swiper .swiper-controller .swiper-button-next:hover {
  transform: scale(1.1);
}
#business .swiper .swiper-controller .swiper-button-prev:active,
#business .swiper .swiper-controller .swiper-button-next:active {
  filter:
		drop-shadow(-1px -1px 1px rgba(255,255,255,1))
		drop-shadow(1px 1px 1px rgba(0,0,0,.1));
}
#business .swiper .swiper-controller .swiper-button-prev { right: 100px;}
#business .swiper .swiper-controller .swiper-button-next { right: 40px;}
#business .swiper .swiper-controller .swiper-button-prev::after,
#business .swiper .swiper-controller .swiper-button-next::after {
	content: url("../img/arrow.svg");
	width: 13px;
	height: 20px;
	line-height: 0;
	opacity: .5;
}
#business .swiper .swiper-controller .swiper-button-prev::after { transform: scale(-1,1);}
#business .swiper .swiper-controller .swiper-button-next::after {}


#business .circle {
  width: 440px;
  height: 440px;
  border: 1px solid #004973;
  border-radius: 100%;
	position: absolute;
}
#business .titleSet .circle {
  top: 100px;
  right: -40px;
}
#business .swiperBlock .circle {
  top: 50px;
  left: -100px;
}
#business .circle .dot {
  width: 15px;
  height: 15px;
  background: #004973;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
	opacity: 0;
}
#business .circle .dot.animate {
	transform: translate(-50%, -50%) rotate(-120deg) translate(220px, 0);
	opacity: 1;
	transition: opacity 1.8s;
	transition-delay: 1.8s;
	animation: circleDot 8s linear infinite;
	animation-delay: 2.8s;
}
@keyframes circleDot {
  0% {
    transform: translate(-50%, -50%) rotate(-120deg) translate(220px, 0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(240deg) translate(220px, 0);
  }
}
@keyframes circleDotSP {
	0% {
		transform: translate(-50%, -50%) rotate(-120deg) translate(80px, 0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(240deg) translate(80px, 0);
	}
}





#news {
	overflow: hidden;
	position: relative;
	padding-bottom: 180px;
}
#news .inner {
	position: relative;
	display: flex;
  gap: 100px;
}
#news .titleSet {
	flex-shrink: 0;
}
#news ul {
	margin: 20px 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#news ul li {
	line-height: 1.6;
	display: flex;
	gap: 40px;
}
#news ul li time {
	font-family: 'Outfit';
}

/*#news .swiper {
	margin: 60px 0;
	overflow: visible;
	opacity: 0;
	transform: translateX(20%);
}
#news .swiper.fadeIn.animate {
	animation: fadeIn 2s ease forwards;
}
#news .swiper .swiper-wrapper {}
#news .swiper .swiper-wrapper .swiper-slide {
	line-height: 1.6em;
	max-width: 320px;
	top: 0;
	transition: top .3s, background .3s;
}
#news .swiper .swiper-wrapper .swiper-slide:hover {
	opacity: 1;
	top: -8px;
}
#news .swiper .swiper-wrapper .swiper-slide time {
	font-family: 'Outfit';
	font-size: 90%;
}
#news .swiper .swiper-wrapper .swiper-slide h4 {
	font-weight: 600;
	line-height: 1.4em;
  border-bottom: 1px solid #333;
  padding: 0 0 20px;
}
#news .swiper .swiper-wrapper .swiper-slide .more {
	font-family: 'Outfit';
  font-size: 75%;
	line-height: 1.4em;
  text-align: right;
	transition: all .4s;
	margin: 3px 0 0;
}
#news .swiper .swiper-wrapper .swiper-slide:hover .more {
	background: #F1F1F1;
}
#news .swiper .swiper-controller {
	position: relative;
	margin: 30px 0 0;
}
#news .swiper .swiper-controller .swiper-pagination {
  text-align: left;
	top: 10px;
  left: 15px;
}
#news .swiper .swiper-controller .swiper-pagination-bullet {
	border-radius: unset;
  height: 3px;
  width: 15px;
  margin: 0 3px;
	transition: all .4s;
}
#news .swiper .swiper-controller .swiper-pagination-bullet-active {
	background: #004973;
	width: 40px;
}
#news .swiper .swiper-controller .swiper-button-prev,
#news .swiper .swiper-controller .swiper-button-next {
  top: 40px;
  left: auto;
	background: #fff;
  filter:
		drop-shadow(-2px -2px 1px rgba(250,250,250,1))
		drop-shadow(2px 2px 1px rgba(0,0,0,.1));
	border-radius: 100%;
  width: 45px;
  height: 45px;
	transition: all .2s;
}
#news .swiper .swiper-controller .swiper-button-prev:hover,
#news .swiper .swiper-controller .swiper-button-next:hover {
  transform: scale(1.1);
}
#news .swiper .swiper-controller .swiper-button-prev:active,
#news .swiper .swiper-controller .swiper-button-next:active {
  filter:
		drop-shadow(-1px -1px 1px rgba(255,255,255,1))
		drop-shadow(1px 1px 1px rgba(0,0,0,.1));
}
#news .swiper .swiper-controller .swiper-button-prev { right: 100px;}
#news .swiper .swiper-controller .swiper-button-next { right: 40px;}
#news .swiper .swiper-controller .swiper-button-prev::after,
#news .swiper .swiper-controller .swiper-button-next::after {
	content: url("../img/arrow.svg");
	width: 13px;
	height: 20px;
	line-height: 0;
	opacity: .5;
}
#news .swiper .swiper-controller .swiper-button-prev::after { transform: scale(-1,1);}
#news .swiper .swiper-controller .swiper-button-next::after {}

#news .inner > .more {
	position: absolute;
  top: 25px;
  right: 20px;
}*/



#company {
	overflow: hidden;
  position: relative;
	padding-top: 200px;
}
#company::before {
	content: '';
	width: 4000px;
	height: 4000px;
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	border-radius: 100%;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-60%);
}
#company .titleSet {
	text-align: center;
}
#company .titleSet h3 {
	margin: 40px 0;
}
#company ul {
	display: flex;
	gap: 20px;
	margin: 60px 0 0;
	position: relative;
}
#company ul::before {
	content: '';
	width: 4000px;
	height: 4000px;
	background: radial-gradient(circle, #004973 60%, #3D7494 70%);
	border-radius: 100%;
	position: absolute;
	top: 34%;
	left: 50%;
	transform: translateX(-40%);
}
#company ul li {
  background: #fff;
  border-radius: 20px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	display: flex;
  flex-direction: column;
	position: relative;
	transform: translateY(20%);
  opacity: 0;
}
#company ul li.fadeIn.animate:nth-child(1) { animation-delay: .2s;}
#company ul li.fadeIn.animate:nth-child(2) { animation-delay: .4s;}
#company ul li.fadeIn.animate:nth-child(3) { animation-delay: .6s;}
#company ul li.fadeIn.animate {
	animation: fadeIn 2s forwards;
}
#company ul li h4 {
	line-height: 1.6em;
	display: flex;
  flex-direction: column;
	flex-grow: 1;
  gap: 5px;
	padding: 40px 40px 0;
}
#company ul li h4 strong {
	font-family: 'Outfit';
  font-size: 200%;
  font-weight: 400;
	letter-spacing: 3px;
  line-height: 1.2;
	color: #004973;
}
#company ul li img {
	border-radius: 0 0 20px 20px;
	clip-path: ellipse(150% 100% at 100% 100%);
}
#company ul li .more {
	position: absolute;
	bottom: -15px;
  right: -10px;
}



#contact {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 140px 40px 20px;
}
#company #contact .titleSet {
	text-align: left;
}
#contact h2 {
	color: #fff;
	flex-direction: row;
  align-items: baseline;
}






@media screen and (max-width: 480px) {
  
  
	#fv {
		margin: 30px auto;
	}
	#fv .inner {
		padding: 0 15px;
	}
	#fv h1 {
		font-size: 5.7vw;
	}
	#fv h1 strong {
		letter-spacing: 3px;
	}
	#fv h1 span.letter2 {
		left: -13px;
		bottom: 5px;
	}
	#fv h1 span.letter4 {
		left: -8px;
		bottom: 8px;
	}
	#fv h2 {
		font-size: 4.4vw;
		letter-spacing: 1px;
	}
	
	
	#top .titleSet h3 {
		font-size: 200%;
		letter-spacing: 5%;
	}
	
	
	#works,
	#business,
	#news,
	#company,
	#contact {
		padding: 50px 0;
	}
	#works h2 strong,
	#business h2 strong,
	#news h2 strong,
	#company h2 strong,
	#contact h2 strong {
		font-size: 200%;
		letter-spacing: 5px;
	}
	
	
	#works {
		margin: 40px 0 0;
	}
	#works .titleSet {
		flex-direction: column;
		margin-bottom: 10px;
	}
	#works .swiper {
		margin: 0;
    padding: 5px 0 0;
	}
	#works .swiper .swiper-wrapper .swiper-slide {
		width: 180px;
		margin: 5px;
	}
  #works .swiper .swiper-wrapper .swiper-slide:hover {
    top: -5px;
  }
	#works .more {
		margin-top: 30px;
	}
	
	
	#business::before {
		width: 2000px;
		height: 2000px;
		top: 140px;
	}
	#business .titleSet h3 {
		margin: 20px 0 15px;
	}
	#business .titleSet .lead {
		font-size: 100%;
		line-height: 2em;
	}
	#business .circle {
		width: 160px;
  	height: 160px;
	}
	#business .titleSet .circle {
		top: -45px;
		right: -40px;
	}
	#business .circle .dot {
		width: 8px;
		height: 8px;
	}
	#business .circle .dot.animate {
		transform: translate(-50%, -50%) rotate(-120deg) translate(80px, 0);
		animation: circleDotSP 8s linear infinite;
		animation-delay: 2.8s;
	}
	#business .titleSet .bln1 {
		bottom: unset;
		right: -15px;
		top: 0px;
	}
	#business .swiper {
		margin: 40px 0 80px 65px;
	}
	#business .swiper .swiper-wrapper .swiper-slide {
		max-width: 200px;
		border-radius: 10px;
	}
	#business .swiper .swiper-wrapper .swiper-slide h4 {
		min-height: 100px;
		padding: 10px;
	}
	#business .swiper .swiper-wrapper .swiper-slide h4 strong {
		font-size: 95%;
		line-height: 1.4em;
	}
	#business .swiper .swiper-wrapper .swiper-slide h4 span {
		font-size: 80%;
	}
	#business .swiper .swiper-controller .swiper-pagination-bullet {
		height: 2px;
		width: 15px;
		margin: 0 1px;
	}
	#business .swiper .swiper-controller .swiper-pagination-bullet-active {
		width: 30px;
	}
	#business .swiper .swiper-controller .swiper-pagination {
		text-align: right;
		top: 0;
		left: unset;
	}
	#business .swiper .swiper-controller .swiper-button-prev {
		right: 55px;
	}
	#business .swiper .swiper-controller .swiper-button-next {
		right: 0;
	}
	#business .swiperBlock .circle {
		top: unset;
		left: -40px;
		bottom: -50px;
	}
	
	
	#news {
		padding-bottom: 80px;
	}
	#news .inner {
		display: block;
	}
	#news ul li {
		flex-direction: column;
		gap: 0;
	}
	#news ul li time {
		font-size: 90%;
		color: #666;
		display: inline-block;
		text-decoration: underline;
	}
	/*#news .inner > .more {
		top: 15px;
		right: 15px;
	}
	#news .swiper {
		margin: 30px 0 30px 30px;
	}
	#news .swiper .swiper-wrapper .swiper-slide {
		max-width: 280px;
	}
	#news .swiper .swiper-controller {
		margin: 20px 0 0;
	}
	#news .swiper .swiper-controller .swiper-pagination {
		text-align: right;
		top: 0;
		left: unset;
	}
	#news .swiper .swiper-controller .swiper-pagination-bullet {
		height: 2px;
		width: 15px;
		margin: 0 1px;
	}
	#news .swiper .swiper-controller .swiper-pagination-bullet-active {
		width: 30px;
	}
	#news .swiper .swiper-controller .swiper-button-prev {
		right: 55px;
	}
	#news .swiper .swiper-controller .swiper-button-next {
		right: 0;
	}
	#news .swiperBlock .circle {
		top: unset;
		left: -40px;
		bottom: -50px;
	}
	#news .swiper .swiper-controller .swiper-button-prev,
	#news .swiper .swiper-controller .swiper-button-next {
		top: 50px;
	}*/
	
	
	
	#company {
		padding-top: 100px;
	}
	#company::before {
		width: 2000px;
		height: 2000px;
		top: 20px;
		left: 50%;
		transform: translateX(-60%);
	}
	#company .titleSet h3 {
		margin: 20px 0;
		font-size: 150%;
		letter-spacing: 0;
	}
	#company ul::before {
		width: 2000px;
		height: 2000px;
		top: 10%;
	}
	#company ul {
		flex-direction: column;
		gap: 35px;
		margin: 40px 15px 0;
	}
	#company ul li {
		border-radius: 10px;
		aspect-ratio: 2/1;
	}
	#company ul li h4 {
		padding: 15px 15px 0;
		gap: 0;
	}
	#company ul li h4 strong {
		font-size: 180%;
	}
	#company ul li img {
		border-radius: 0 10px 0 0;
		height: calc(100% - 25px);
    object-fit: cover;
    position: absolute;
    right: 0;
		width: 45%;
		clip-path: ellipse(100% 180% at 100% 100%);
	}
	
	
	
	#contact {
		padding: 80px 0 0;
		flex-direction: column;
		gap: 20px;
	}
	#contact h2 {
		flex-direction: column;
		align-items: center;
	}
	
	
	
	
	
	
	
	
	
}
