@charset "utf-8";
/* ============================================================ */
/*  business */
/* ============================================================ */
body.business .t-wrapper {
	overflow: visible;
}

/* c-business-mv
------------------------------------------------------------ */
.c-business-mv {
	margin-bottom: 160px;
}
.c-business-mv__inner {
	height: 37.5vw;
	margin: 0 auto;
	
}

.c-business-mv__video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* c-business-nav
------------------------------------------------------------ */
.c-business-anker {
	column-gap: 40px;
	margin-bottom: 160px;
}

/* c-business-service
------------------------------------------------------------ */
.c-business-service {
	margin-bottom: 160px;
}

.c-business-service__block {
	position: relative;
	position: sticky;
	top: 0;
	left: 0;
	min-height: 100svh;
	padding: 80px 0;
	width: 93.33%;
	margin: 0 auto;
	background-color: var(--white);
}

.c-business-service__block::before,
.c-business-service__block::after {
	content: "";
	position: absolute;
	z-index: 10;
	width: 320px;
	height: 320px;
}
.c-business-service__block::before {
	top: 40px;
	left: 40px;
	background: url(../../img/common/bg_isosceles_trianglue_blue.svg) no-repeat center / contain;
}
.c-business-service__block::after {
	bottom: 40px;
	right: 40px;
	rotate: 180deg;
	background: url(../../img/common/bg_isosceles_trianglue_blue.svg) no-repeat center / contain;
}

.c-business-service__block:nth-of-type(1) .c-business-service__bg {
	background: linear-gradient(102deg, rgba(220, 230, 248, 0.00) 33.76%,  rgba(220, 230, 248, 0.50)) 100%, rgba(238, 240, 244, 0.5);
}

.c-business-service__block:nth-of-type(2) .c-business-service__bg {
	background: linear-gradient(102deg,rgba(220, 230, 248, 0.00) 33.76%, rgba(220, 230, 248, 0.50)) 100%, rgba(238, 240, 244, 0.75);

}

.c-business-service__block:nth-of-type(3) .c-business-service__bg {
	background: linear-gradient(102deg, rgba(220, 230, 248, 0.00) 33.76%, rgba(220, 230, 248, 0.50)) 100%, rgba(238, 240, 244, 1);
}

.c-business-service__bg {
	position: absolute;
	z-index: -1;
	inset: 0;
	width: 100%;
	height: 100%;
}

.c-business-service__block-inner {
	max-width: 1584px;
	max-width: 88.39%;
	display: flex;
	column-gap: 5.49%;
	padding-inline: 4.04%;
	padding-inline: 3.57%;
	padding-inline: 3.33%;
	margin-left: 0.89%;
	margin-inline: auto;
	position: relative;
	z-index: 11;
}

.c-business-service__wrap {
	padding-top: 60px;
	flex: 1;
}

.c-business-service__ttl {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2;
	color: var(--blue);
	margin-bottom: 38px;
}

.c-business-service__desc {
	line-height: 2;
	max-width: 65.22%;
}

.c-business-service__desc .__ttl {
	line-height: 2;
	font-weight: 700;
	color: var(--blue);
	font-size: 2rem;
	margin-bottom: 15px;
	white-space: nowrap;
}

.c-business-service__desc .__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 52px;
}

.c-business-service__desc .__item {
	border: solid 1px var(--gray);
	border-radius: 2px;
	padding: 4px 8px;
	line-height: 1;
}

.c-business-service__img {
	width: 43.96%;
}

.c-business-service__img .__img {
	width: 100%;
}

/* c-business-flow
------------------------------------------------------------ */
.c-business-flow {
	margin-bottom: 200px;
	overflow: hidden;
}

.c-business-flow::before {
	left: 0;
	top: 120px;
}

.c-business-flow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 120px;
	z-index: -1;
	background: url(../../img/common/bg_isosceles_trianglue_purple.svg) no-repeat center / contain;
	width: 320px;
	height: 480px;
	rotate: 135deg;
}

.c-business-flow__block {
	display: flex;
	justify-content: space-between;
	column-gap: 6.25%;
	align-items: center;
	position: relative;
}

.c-business-flow__block:not(:last-child) {
	margin-bottom: 80px;
}

.c-business-flow__block::before {
	content: "";
	position: absolute;
	left: 47px;
	top: 64px;
	translate: 0 50%;
	width: 4px;
	height: calc(100% - 50px);
}

.c-business-flow__block:nth-of-type(1)::before {
	background-color: #53DDE7;
}

.c-business-flow__block:nth-of-type(2)::before {
	background-color: #52C7ED;
}

.c-business-flow__block:nth-of-type(3)::before {
	background-color: #3CA1E8;
}

.c-business-flow__block:nth-of-type(1) .c-business-flow__num {
	color: #53DDE7;
}

.c-business-flow__block:nth-of-type(2) .c-business-flow__num {
	color: #52C7ED;
}

.c-business-flow__block:nth-of-type(3) .c-business-flow__num {
	color: #3CA1E8;
}

.c-business-flow__block:nth-of-type(4) .c-business-flow__num {
	color: #145CDC;
}

.c-business-flow__wrap {
	display: flex;
	column-gap: 8%;
	width:60.75%;
}

.c-business-flow__num {
	font-size: 8rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	font-family: "Murecho", sans-serif;
}

.c-business-flow__num .__flow {
	font-size: 2.8rem;
	font-weight: 700;
	display: block;
	margin-top: 2px;
}

.c-business-flow__desc {
	max-width: 640px;
	margin-top: 20px;
}

.c-business-flow__ttl {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 42px;
}

.c-business-flow__txt {

}

.c-business-flow__img {
	width: 31.25%;
	display: block;
	aspect-ratio: 400 / 267;
}

.c-business-flow__img .__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* c-business-mv
------------------------------------------------------------ */
