@charset "UTF-8";



section.fv::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bg_fv.png) repeat 0 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}


.fv .smb-section__inner {
	bottom: var(--_margin1);
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.front-title {
	font-family: var(--font_eng);
	font-optical-sizing: auto;
	text-transform: uppercase;
	font-size: 3.375rem;
}

.fadein-text {
	color: #fff;
	font-size: clamp(30px, 5vw, 50px);
	font-weight: 800;
	margin-top: 30px;
	line-height: 1.2;
	font-feature-settings: "palt";
}

.fadein-text + .fadein-text { margin-top: 0; }
.fadein-text span {
	display: inline-block;
	will-change: transform, opacity;
}

.fadein-text-en {
	opacity: 0;
	transform: translateY(20px);
	will-change: transform, opacity;
}


.frontpage-news li.c-entries__item + li.c-entries__item {
	margin-top: 1em;
}

.frontpage-news li.c-entries__item a {
	background-color: #fff;
	padding: 1.5em 2em;
	transition: var(--hover_anime);
}

.frontpage-news li.c-entries__item a {
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.frontpage-news li.c-entries__item a::after {
	background: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.frontpage-news li.c-entries__item a:hover::after {
	transform: scale(1, 1);
}

.frontpage-news li.c-entries__item {
	opacity: 0;
	transform: translateX(60px);
}





/* フローティングバナー */
.floating-banner {
	position: absolute;
	right: var(--_margin1);
	bottom: 0;
	width: 320px;
	max-width: 90%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.25);
	opacity: 0;
	transform: translateY(30px);
	pointer-events: none;
	transition: opacity 0.6s ease, transform 0.6s ease;
	z-index: 1;
	margin: 0;
	padding: .75em;
}

.floating-banner.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.banner-close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: #2a2e6d;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10000;
}

.banner-close svg {
	display: block;
}

.banner-link-wrapper {
	display: block;
	text-decoration: none;
	color: inherit;
}

.banner-inner {
	display: flex;
	flex-direction: column;
}

.banner-text {
	background: linear-gradient(90deg, #0a1a4f 0%, #1b245d 100%);
	color: #fff;
	padding: .75em 1em;
}

.banner-text h3 {
	font-size: 1.375rem;
	font-weight: 800;
	margin: 0 0 4px;
}

.banner-text p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.banner-cta {
	display: flex;
	justify-content: center;
	gap: 1em;
	align-items: center;
	padding: 14px 0;
	font-size: 14px;
	font-weight: 700;
	font-feature-settings: "palt";
}

.banner-cta .arrow {
	font-size: 15px;
	line-height: 1;
}



/* セクション #network の背景用Canvas */
#network {
	position: relative;
	overflow: hidden;
}

#network canvas.bg-network {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
}

#network .smb-section__inner {
	position: relative;
	z-index: 1;
}

.title_lead {
	font-size: 1.25rem;
	font-weight: 700;
	display: block !important;
}


.sec-our_business .wipein {
	--wipe-color: rgba(22, 22, 22, 0.8);
}


.sec-our_business {
	position: relative;
}

.sec-our_business .smb-section-with-bgimage__bgimage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 540px;
	height: 540px;
	background: url(../img/front_page/front_our-busineess.png) no-repeat 0 0;
	background-size: contain;
	z-index: 1;
}

.our_value .smb-section__inner,
.sec-our_business .smb-section__inner {
	z-index: 2;
}

.sec-our_business .smb-section__body p:not(.title_lead) {
	width: 65%;
	margin-left: 0 !important;
	margin-right: auto;
}


.our_value {
	position: relative;
}


.our_value .smb-section__fixed-background::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 32px;
	display: block;
	width: 310px;
	height: 340px;
	opacity: .2;
	background: url(../img/front_page/symbol.svg) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.our_value .smb-section__fixed-background::after {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 0;
	display: block;
	width: calc(var(--before-height) * 1.189189);
	height: var(--before-height);
	opacity: .2;
	background: url(../img/front_page/value-triangle.svg) no-repeat 0 100%;
	background-size: contain;
	z-index: 1;
}

.our_value_2nd .smb-section-with-bgimage__mask {
	width: 120px;
	aspect-ratio: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background: #000118;
	z-index: 2;
	position: absolute;
	top: -2px;
}

.our_value_2nd-doc .c-row__col {
	display: flex;
}

.our_value_2nd .smb-items__item {
	overflow: hidden;
	position: relative;
}

.our_value_2nd .c-row__col .smb-items__item::before {
	content: "";
	display: block;
	position: absolute;
	width: 240px;
	height: 240px;
	top: -40px;
	left: -40px;
	opacity: 0;
	transition: all 0.4s ease-in .4s;
}

.our_value_2nd .c-row__col.value1 .has-sm-text-alt-background-color {
	background-color: #8fb5eb7b !important;
}

.our_value_2nd .c-row__col.value1 .smb-items__item::before {
	background: url(../img/icon/value-1.svg) no-repeat center center;
}

.our_value_2nd .c-row__col.value2 .has-sm-text-alt-background-color {
	background-color: #9745595d !important;
}

.our_value_2nd .c-row__col.value2 .smb-items__item::before {
	background: url(../img/icon/value-2.svg) no-repeat center center;
}

.our_value_2nd .c-row__col.value3 .has-sm-text-alt-background-color {
	background-color: #6997546e !important;
}

.our_value_2nd .c-row__col.value3 .smb-items__item::before {
	background: url(../img/icon/value-3.svg) no-repeat center center;
}

.our_value_2nd .c-row__col.value4 .has-sm-text-alt-background-color {
	background-color: #6660be66 !important;
}

.our_value_2nd .c-row__col.value4 .smb-items__item::before {
	background: url(../img/icon/value-4.svg) no-repeat center center;
}

.our_value_2nd .c-row__col.value5 .has-sm-text-alt-background-color {
	background-color: #8c7e3670 !important;
}

.our_value_2nd .c-row__col.value5 .smb-items__item::before {
	background: url(../img/icon/value-5.svg) no-repeat center center;
}

.our_value_2nd-doc .c-row {
	justify-content: center;
}

.our_value_2nd .c-row__col {
	transition: filter 0.4s ease-in .8s;
}

.our_value_2nd .c-row__col.show {
	 filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2) );
}

.our_value_2nd .c-row__col.show .smb-items__item::before {
	opacity: .5;
}

.alignfull+.alignfull.our_value_2nd {
	margin-top: -30px !important;
}


/* Swiper用 */
.front_products {
	margin: 2em calc(50% - 50vw) !important;
	pointer-events: none;
}

.front_products .swiper {
	overflow: visible;
}

.front_products .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
			transition-timing-function: linear !important;
}

.front_products .swiper-slide img {
	pointer-events: none;
}

[class*=swiper]:focus {
	outline: none;
}

.front_products figure.slide {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
}

.front_products figure.slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}



.products,
.news {
	overflow: hidden;
	position: relative;
}

.products .smb-section__fixed-background::after,
.news .smb-section__fixed-background::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 420px;
	height: 420px;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,100% 0,100% 100%);
	background: #ddd;
}




.scroll {
	position: absolute;
	left: var(--_margin1);
	top: 45%;
	writing-mode: vertical-rl;
	color: #fff;
}


.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
	z-index: 2;
}

.scroll::after {
	background-color: #ccc;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}

@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}


@media ( max-width: 768px ) {

	.fadein-text {
		color: #fff;
		font-size: 22px
	}

	.fadein-text-en {
		font-size: 12px;
	}

	.c-title:not(span) {
		font-size: 2.125rem;
	}

	.products .smb-section__fixed-background::after,
	.news .smb-section__fixed-background::after {
		width: 200px;
		height: 200px;
	}

	.our_value .smb-section__fixed-background::before {
		width: 180px;
		height: 200px;
	}

	.our_value .smb-section__fixed-background::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: calc(var(--before-height) * 1.189189);
		height: var(--before-height);
		opacity: .6;
		background: url(../img/front_page/value-triangle.svg) no-repeat 0 100%;
		background-size: contain;
		z-index: 1;
	}

	.our_value .c-row .c-row__col + .c-row__col {
		margin-top: 2em;
	}

	.our_value .c-row .c-row__col + .c-row__col .smb-section-break-the-grid__figure {
		width: 95%;
		margin: 0 auto !important;
	}

	.alignfull+.alignfull.our_value_2nd {
		margin-top: 0 !important;
	}

	.our_value_2nd .smb-section-with-bgimage__mask {
		width: 60px;
		aspect-ratio: 1;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		background: #000118;
		z-index: 2;
		position: absolute;
		top: 0;
	}

	.our_value_2nd .smb-section__inner {
		padding-top: 4em;
	}

	.sec-our_business .smb-section-with-bgimage__bgimage::before {
		width: 210px;
		height: 210px;
	}

	.sec-our_business .smb-section__body p:not(.title_lead) {
		width: 100% !important;
	}

	.recruit_banner .c-row .c-row__col + .c-row__col {
		margin-top: 2em;
	}

	.recruit_banner {
		padding-bottom: 0 !important;
	}

	.related_banners {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 1em !important;
		justify-content: center;
	}


}

@media ( max-width: 1240px ) {
	.floating-banner {
		display: none;
	}
}

.scroll {
	z-index: 2;
}


