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

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

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

/* c-business-nav
------------------------------------------------------------ */
.c-business-anker {
	display: block;
	margin-bottom: 80px;
}

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

.c-business-service__block {
	position: relative;
	min-height: auto;
	padding: 40px 0;
	margin: 0 auto;
}

.c-business-service__block::before,
.c-business-service__block::after {
	content: "";
	position: absolute;
	z-index: 10;
	width: 	160px;
	height: 160px;
}
.c-business-service__block::before {
	top: 20px;
	left: 20px;
	background: url(../../img/common/bg_isosceles_trianglue_blue.svg) no-repeat center / contain;
}
.c-business-service__block::after {
	bottom: 20px;
	right: 20px;
	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 {
	padding: 0 16px;
	position: relative;
	z-index: 11;
}

.c-business-service__wrap {
	margin-bottom: 48px;
}

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

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

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

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

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

.c-business-service__img {
	width: 65.31%;
	margin-left: auto;
}

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

/* c-business-flow
------------------------------------------------------------ */
.c-business-flow {
	margin-bottom: 100px;
	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: 160px;
	height: 240px;
	rotate: 135deg;
}

.c-business-flow__block {
	display: grid;
	grid-template-areas:
	"num desc"
	"num img"
	;
	column-gap: 8.53%;
	position: relative;
}

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

.c-business-flow__block::before {
	content: "";
	position: absolute;
	left: 37px;
	top: 84px;
	width: 4px;
	height: 100%;
}

.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: contents;
}

.c-business-flow__num {
	font-size: 5.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	background-color: var(--white);
	grid-area: num;
	align-self: flex-start;
	font-family: "Murecho", sans-serif !important;
}

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

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

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

.c-business-flow__txt {
	margin-bottom: 26px;
}

.c-business-flow__img {
	display: block;
	grid-area: img;
	aspect-ratio: 247 / 165;
}


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

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