@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0;
	overflow-x: clip;
}
/* mainVisual */
#main .mainVisual {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}
#main .mainVisual .txtBox {
	padding-top: 5.2rem;
	width: 100%;
	position: relative;
	z-index: 10;
}
#main .mainVisual .txtBox .text01 {
	margin: 0 auto 7.9rem;
	width: fit-content;
	max-width: 100%;
	font-size: 6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.4;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	font-feature-settings: "palt";
}
#main .mainVisual .txtBox .text01:last-child {
	margin-bottom: 0 !important;
}
#main .mainVisual .txtBox .text01.on {
	opacity: 1;
}
#main .mainVisual .txtBox .text01 .textSpan {
	background: linear-gradient(#000, #000) no-repeat left bottom 0.18em;
	background-size: 100% 0.3rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .mainVisual .txtBox .text02 {
	margin: 0 auto;
	padding: 0.3rem 0.5rem 0.5rem;
	width: fit-content;
	font-weight: 700;
	font-size: 4.1rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.09em;
	background: #000;
	opacity: 0;
	transition: opacity 1s ease-out;
}
#main .mainVisual .txtBox .text02.on {
	opacity: 1;
}
@property --progress {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 105%;
}
#main .mainVisual .kvImg .photo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main .mainVisual .kvImg .photo::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: opacity, mask-image, -webkit-mask-image;
}
#main .mainVisual .kvImg .img01 {
	margin-left: -31.7rem;
	margin-top: -13.5rem;
	width: 50.3rem;
	aspect-ratio: 503 / 434;
}
#main .mainVisual .kvImg .img01::before {
	background: url("../img/index/kv_img01.png") no-repeat center center;
	background-size: contain;
	z-index: 1;
	mask-image: linear-gradient(215deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
	-webkit-mask-image: linear-gradient(215deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
}
#main .mainVisual .kvImg.on .img01::before {
	animation: reveal01 1s ease-in-out 0s forwards;
}
#main .mainVisual .kvImg .img02 {
	width: 69.6rem;
	aspect-ratio: 696 / 702;
}
#main .mainVisual .kvImg .img02::before {
	background: url("../img/index/kv_img02.png") no-repeat center center;
	background-size: contain;
	z-index: 1;
	mask-image: linear-gradient(45deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
	-webkit-mask-image: linear-gradient(45deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
}
#main .mainVisual .kvImg.on .img02::before {
	animation: reveal02 1s ease-in-out 1s forwards;
}
#main .mainVisual .kvImg .img03 {
	margin-left: 31.8rem;
	margin-top: 13.4rem;
	width: 50.3rem;
	aspect-ratio: 503 / 434;
}
#main .mainVisual .kvImg .img03::before {
	background: url("../img/index/kv_img03.png") no-repeat center center;
	background-size: contain;
	z-index: 1;
	mask-image: linear-gradient(215deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
	-webkit-mask-image: linear-gradient(215deg,
			transparent 0%,
			transparent var(--progress),
			#000 calc(var(--progress) + 5%),
			#000 100%);
}
#main .mainVisual .kvImg.on .img03::before {
	animation: reveal03 1s ease-in-out 2s forwards;
}
@keyframes reveal01 {
	0% {
		--progress: 105%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	100% {
		--progress: -5%;
		opacity: 1;
	}
}
@keyframes reveal02 {
	0% {
		--progress: 105%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	100% {
		--progress: -5%;
		opacity: 1;
	}
}
@keyframes reveal03 {
	0% {
		--progress: 105%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	100% {
		--progress: -5%;
		opacity: 1;
	}
}
#main .mainVisual .scrollBtn {
	position: absolute;
	left: 50%;
	bottom: 0;
	white-space: nowrap;
	transform: translateX(-50%);
	z-index: 20;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
#main .mainVisual .scrollBtn.on {
	opacity: 1;
}
#main .mainVisual .scrollBtn a {
	display: block;
}
#main .mainVisual .scrollBtn a:hover {
	opacity: 0.7;
}
#main .mainVisual .scrollBtn .txt {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}
#main .mainVisual .scrollBtn .line {
	margin: 0 auto;
	width: 1rem;
	height: 3.5rem;
	position: relative;
	display: block;
}
#main .mainVisual .scrollBtn .line::before {
	width: 0.7rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #000;
	border-radius: 100%;
	box-sizing: border-box;
	aspect-ratio: 1;
	content: '';
	z-index: 1;
	animation: circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
#main .mainVisual .scrollBtn .line::after {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #000;
	box-sizing: border-box;
	content: '';
}
@keyframes circlemove {
	0% {
		bottom: 3.4rem;
	}
	100% {
		bottom: 0;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@media all and (min-width: 897px) and (max-height: 560px) {
	#main .mainVisual .txtBox {
		padding-top: 9.286vh;
	}
	#main .mainVisual .txtBox .text01 {
		margin-bottom: 14.107vh;
		font-size: 10.71vh;
	}
	#main .mainVisual .txtBox .text01 .textSpan {
		background-size: 100% 0.53vh;
	}
	#main .mainVisual .txtBox .text02 {
		padding: 0.536vh 0.893vh 0.893vh;
		font-size: 7.321vh;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		height: auto;
	}
	#main .mainVisual .txtBox {
		padding: 15rem 0 15rem;
	}
	#main .mainVisual .txtBox .text01 {
		margin: 0 auto 3.5rem;
		font-size: 2.5rem;
	}
	#main .mainVisual .txtBox .text01 .textSpan {
		background-size: 100% 0.2rem;
	}
	#main .mainVisual .txtBox .text02 {
		font-size: 2.4rem;
	}
	#main .mainVisual .kvImg .img01 {
		margin-left: -7.5rem;
		margin-top: -3.3rem;
		width: 12.5rem;
	}
	#main .mainVisual .kvImg .img02 {
		width: 17.4rem;
	}
	#main .mainVisual .kvImg .img03 {
		margin-left: 7.9rem;
		margin-top: 3.3rem;
		width: 12.5rem;
	}
	#main .mainVisual .scrollBtn .txt {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
}
/* bgBlack */
#main .bgBlack {
	margin-bottom: 18.9rem;
	padding-bottom: 22.8rem;
	color: #fff;
	background: #000;
}
#main .bgBlack .headLine04 {
	color: #fff;
}
@media all and (max-width: 896px) {
	#main .bgBlack {
		margin-bottom: 8rem;
		padding-bottom: 8rem;
	}
}
/* content */
#main .content {
	width: 116rem;
}
/* imgSlider */
#main .imgSliderBox {
	margin: 0 0 16.6rem;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: opacity 1s ease-out;
}
#main .imgSliderBox.on {
	opacity: 1;
}
#main .imgSlider .slick-slide > div {
	margin: 0 2.5rem;
	width: max(62.15vw, 79.5rem);
}
#main .imgSlider li {
	padding: 1.3rem;
	display: block !important;
	background: #000;
	box-sizing: border-box;
}
#main .imgSlider li img {
	width: 100%;
}
@media all and (min-width: 2561px) {
	#main .imgSlider .slick-slide > div {
		width: 52vw;
	}
}
@media all and (max-width: 896px) {
	#main .imgSliderBox {
		margin: 0 0 7rem;
	}
	#main .imgSlider .slick-slide > div {
		margin: 0 0.5rem;
		width: 80vw;
	}
	#main .imgSlider li {
		padding: 0.5rem;
	}
}
/* news */
#main .news {
	margin-bottom: 21.8rem;
	position: relative;
	z-index: 5;
}
#main .news .content {
	width: 88rem;
	display: grid;
	grid-template-columns: 39.6rem 1fr;
	grid-auto-rows: 1fr auto;
}
#main .news .headLine04 {
	grid-column: 1;
	grid-row: 1;
}
#main .news .headLine04 .jp::before {
	background: #2CA6E0;
}
#main .news .newsList {
	padding-top: 0.8rem;
	grid-column: 2;
	grid-row: 1 / 3;
}
#main .news .newsList li:not(:last-child) {
	margin-bottom: 4.2rem;
}
#main .news .newsList li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	gap: 1.7rem 4.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
#main .news .newsList li .date {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#main .news .newsList li .tag {
	display: block;
	letter-spacing: 0.05em;
}
#main .news .newsList li .text {
	width: 100%;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.611;
}
#main .news .comBtn02 {
	margin: 0;
	grid-column: 1;
	grid-row: 2;
}
#main .news .comBtn02 a {
	background: #2CA6E0;
}
@media all and (min-width: 897px) {
	#main .news .newsList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .news {
		margin-bottom: 8rem;
	}
	#main .news .content {
		display: block;
	}
	#main .news .headLine04 {
		margin-bottom: 4rem;
	}
	#main .news .newsList {
		margin-bottom: 4rem;
		padding-top: 0;
	}
	#main .news .newsList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .news .newsList li a {
		gap: 1rem 2rem;
		font-size: 1.4rem;
	}
	#main .news .newsList li .date {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	#main .news .comBtn02 {
		margin: 0 auto;
	}
}
/* service */
#main .service {
	margin-bottom: 21.5rem;
}
#main .service .ttlBox {
	margin-bottom: 9.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 7.2rem 4rem;
	align-content: flex-start;
	justify-content: space-between;
}
#main .service .headLine04 {
	width: 100%;
	margin-bottom: 0;
}
#main .service .headLine04 .jp::before {
	background: #6FB92C;
}
#main .service .ttlBox p {
	flex: 1;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
#main .service .ttlBox .comBtn02 {
	margin-top: -0.5rem;
	width: 25rem;
}
#main .service .ttlBox .comBtn02 a {
	background: #6FB92C;
}
#main .service .list {
	display: flex;
}
#main .service .list li {
	width: 60rem;
	flex-shrink: 0;
	display: block !important;
	position: relative;
}
#main .service .list li a {
	width: 100%;
	display: flex;
	align-items: flex-end;
	position: relative;
	aspect-ratio: 1/1;
	z-index: 1;
}
#main .service .list li a:hover {
	opacity: 0.7;
}
#main .service .list li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}
#main .service .list li .fadeImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#main .service .list li .fadeImg::before {
	background: #6FB92C;
}
#main .service .list li .text {
	width: 100%;
	display: block;
	padding: 2rem 2.1rem;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	z-index: 20;
}
#main .service .list li a .text .en {
	display: block;
	font-style: italic;
	font-weight: 300;
	font-size: 3.4rem;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	#main .service {
		margin-bottom: 8rem;
	}
	#main .service .ttlBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .service .headLine04 {
		margin-bottom: 3rem;
	}
	#main .service .ttlBox p {
		margin-bottom: 3rem;
		font-size: 1.5rem;
	}
	#main .service .ttlBox .comBtn02 {
		margin: 0 auto;
		width: 20rem;
	}
	#main .service .list li {
		width: 30rem;
	}
	#main .service .list li .text {
		padding: 1.5rem;
	}
	#main .service .list li a .text .en {
		font-size: 2.8rem;
	}
}
/* strength */
#main .strength .headLine04 {
	margin-bottom: 8.4rem;
}
#main .strength .headLine04 .jp::before {
	background: #E7364A;
}
#main .strength .imgBox {
	margin-bottom: 10rem;
	display: flex;
	justify-content: space-between;
}
#main .strength .imgBox .textBox {
	width: 45rem;
}
#main .strength .imgBox .textBox p {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
#main .strength .imgBox .headLine06 {
	color: #fff;
}
#main .strength .imgBox .photoBox {
	margin: 1rem 5rem 0 0;
	width: 60rem;
}
#main .strength .imgBox .photoBox img {
	width: 100%;
}
#main .strength .imgBox .photoBox .fadeImg::before {
	background: #E7364A;
}
#main .strength .comBtn02 {
	margin: 0;
}
#main .strength .comBtn02 a {
	background: #E7364A;
}
@media all and (max-width: 896px) {
	#main .strength .headLine04 {
		margin-bottom: 4rem;
	}
	#main .strength .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .strength .imgBox .textBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .strength .imgBox .textBox p {
		font-size: 1.6rem;
	}
	#main .strength .imgBox .photoBox {
		margin: 0;
		width: auto;
	}
	#main .strength .comBtn02 {
		margin: 0 auto;
	}
}
/* works */
#main .works {
	margin-bottom: 18.8rem;
	position: relative;
}
#main .works .headLine04 {
	margin-bottom: 4.3rem;
}
#main .works .headLine04 .jp::before {
	background: #FCCF00;
}
#main .works .comBtn02 {
	position: absolute;
	right: 0;
	top: 4rem;
	margin: 0;
}
#main .works .comBtn02 a {
	background: #FCCF00;
}
#main .works .worksList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.1rem;
}
#main .works .worksList li {
	width: 36.6rem;
}
#main .works .worksList li a {
	display: block;
}
#main .works .worksList li a:hover {
	opacity: 0.7;
}
#main .works .worksList li .photo {
	margin-bottom: 1.8rem;
}
#main .works .worksList li .photo img {
	width: 100%;
	aspect-ratio: 366/300;
	object-fit: cover;
}
#main .works .worksList li .fadeImg::before {
	background: #FCCF00;
}
#main .works .worksList li p {
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.55;
}
@media all and (max-width: 896px) {
	#main .works {
		margin-bottom: 8rem;
	}
	#main .works .headLine04 {
		margin-bottom: 2rem;
	}
	#main .works .comBtn02 {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto;
	}
	#main .works .worksList {
		margin-bottom: 4rem;
	}
	#main .works .worksList li {
		width: 100%;
	}
	#main .works .worksList li p {
		font-size: 1.5rem;
	}
}
/* about */
#main .about {
	margin-bottom: 20rem;
}
#main .about .headLine04 {
	margin-bottom: 4.3rem;
}
#main .about .headLine04 .jp::before {
	background: #005EAC;
}
#main .about .innerBox {
	display: flex;
	gap: 1rem;
}
#main .about .innerBox img {
	width: 100%;
}
#main .about .innerBox .col01 {
	width: 52.6rem;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-content: flex-start;
}
#main .about .innerBox .photo01 {
	width: 100%;
}
#main .about .innerBox .photo02 {
	width: 23.3rem;
}
#main .about .innerBox .photo03 {
	width: 28.3rem;
}
#main .about .innerBox .col02 {
	flex: 1;
}
#main .about .innerBox .col02 .photoBox {
	display: grid;
	gap: 1rem;
	grid-template-columns: 30.2rem 1fr;
}
#main .about .innerBox .col02 .photoBox .photo04 {
	width: 30.2rem;
	grid-column: 1;
	grid-row: 1;
}
#main .about .innerBox .col02 .photoBox .photo05 {
	grid-column: 1;
	grid-row: 2;
}
#main .about .innerBox .col02 .photoBox .photo06 {
	grid-column: 2;
	grid-row: 1 / 3;
}
#main .about .innerBox .col02 .textBox {
	padding: 6.5rem 2rem 0 7.3rem;
	color: #000;
}
#main .about .innerBox .col02 .textBox p {
	margin-bottom: 5.2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
#main .about .innerBox .col02 .textBox .headLine06 {
	margin-bottom: 1.7rem;
	font-size: 4rem;
}
#main .about .innerBox .col02 .textBox .comBtn02 {
	margin: 0;
}
#main .about .innerBox .col02 .textBox .comBtn02 a {
	background: #005EAC;
}
#main .about .innerBox .fadeImg::before {
	background: #005EAC;
}
@media all and (min-width: 897px) {
	#main .about .innerBox .photo04 {
		transition-delay: 0.2s;
	}
	#main .about .innerBox .photo04::before {
		transition-delay: 0.7s;
	}
	#main .about .innerBox .photo05 {
		transition-delay: 0.4s;
	}
	#main .about .innerBox .photo05::before {
		transition-delay: 0.9s;
	}
	#main .about .innerBox .photo06 {
		transition-delay: 0.6s;
	}
	#main .about .innerBox .photo06::before {
		transition-delay: 1.1s;
	}
	#main .about .innerBox .photo02 {
		transition-delay: 0.8s;
	}
	#main .about .innerBox .photo02::before {
		transition-delay: 1.3s;
	}
	#main .about .innerBox .photo03 {
		transition-delay: 1s;
	}
	#main .about .innerBox .photo03::before {
		transition-delay: 1.5s;
	}
}
@media all and (max-width: 896px) {
	#main .about {
		margin-bottom: 8rem;
	}
	#main .about .headLine04 {
		margin-bottom: 2rem;
	}
	#main .about .innerBox {
		flex-wrap: wrap;
	}
	#main .about .innerBox .col01 {
		width: 100%;
	}
	#main .about .innerBox .col01 img {
		height: 100%;
		object-fit: cover;
	}
	#main .about .innerBox .photo02 {
		width: 44.3%;
	}
	#main .about .innerBox .photo03 {
		flex: 1;
	}
	#main .about .innerBox .col02 {
		width: 100%;
		flex: initial;
	}
	#main .about .innerBox .col02 .photoBox {
		grid-template-columns: calc(50% - 1rem) 1fr;
	}
	#main .about .innerBox .col02 .photoBox img {
		height: 100%;
		object-fit: cover;
	}
	#main .about .innerBox .col02 .photoBox .photo04 {
		width: auto;
	}
	#main .about .innerBox .col02 .textBox {
		padding: 4rem 0 0;
	}
	#main .about .innerBox .col02 .textBox p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#main .about .innerBox .col02 .textBox .headLine06 {
		margin-bottom: 1.7rem;
		font-size: 2.4rem;
	}
	#main .about .innerBox .col02 .textBox .comBtn02 {
		margin: 0 auto;
	}
	#main .about .innerBox .photo02 {
		transition-delay: 0.2s;
	}
	#main .about .innerBox .photo02::before {
		transition-delay: 0.7s;
	}
	#main .about .innerBox .photo03 {
		transition-delay: 0.4s;
	}
	#main .about .innerBox .photo03::before {
		transition-delay: 0.9s;
	}
	#main .about .innerBox .photo04 {
		transition-delay: 0.6s;
	}
	#main .about .innerBox .photo04::before {
		transition-delay: 1.1s;
	}
	#main .about .innerBox .photo05 {
		transition-delay: 0.8s;
	}
	#main .about .innerBox .photo05::before {
		transition-delay: 1.3s;
	}
	#main .about .innerBox .photo06 {
		transition-delay: 1s;
	}
	#main .about .innerBox .photo06::before {
		transition-delay: 1.5s;
	}
}
/* comCta */
#main .comCta {
	background-image: url(../img/index/cta_bg.jpg);
}