@charset "utf-8";

/* =======================================
Top visual
========================================== */
.flow .main__visual div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 185px;
	position: relative;
	border-bottom: 2px solid #DDE3E6;
	background: #ffffff;
}

.main__visual {
	position: relative;
	overflow: hidden;
	padding-bottom: 88px;
}

.flow .main__visual h1 {
	color: #3D4760;
	text-align: left;
	padding: 20px 0 0;
	width: 100%;
	font-size: 4.0rem;
	font-weight: 900;
}

.flow .main__visual h1 span {
	display: block;
	margin: 0;
	color: #00A9E9;
	font-weight: bold;
	font-size: 2.0rem;
}

.main__visual::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 812px;
	height: 249px;
	background: url("/assets/images/category/2026other_mv.png") no-repeat bottom right;
}

@media screen and (max-width: 1400px) {
	.main__visual::after {
		right: 50%;
		margin-right: -800px;
	}
}

@media screen and (max-width: 767px) {
	.gnavi {
		height: 66px;
	}

	.flow .main__visual div {
		padding: 0;
		min-height: 140px;
	}

	.main__visual {
		padding-bottom: 60px;
	}

	.flow .main__visual h1 {
		padding: 15px 0;
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.flow .main__visual h1 span {
		font-size: 1.6rem;
	}

	.main__visual::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 15px;
		right: -20px;
		width: 300px;
		height: 92px;
		background: url(/assets/images/category/2026other_mv.png) no-repeat bottom right;
		background-size: cover;
		margin-right: 0;
	}
}

.flow {
	color: #3D4760;
	margin: 0 auto;
}

.flow__list {
	position: relative;
}

.flow__list::after {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 238px;
	bottom: -150px;
	left: -110px;
	background: url(../images/category/flow_img.png);
	background-size: cover;
}

@media screen and (max-width: 1300px) {
	.flow__list::after {
		width: 120px;
		height: 190px;
		bottom: -170px;
		left: 15px;
	}
}

.flow__list li {
	border: 1px solid #DDE5E6;
	background-color: #F3F8FC;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	border-radius: 6px;
}

.flow__list li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00A9E9;
	height: 0;
	width: 0;
}

.flow__list li:last-child::after {
	content: none;
}

.flow__list dl {
	display: grid;
	grid-template-columns: 1fr 235px;
	gap: 0;
}

.flow__list dl dt {
	padding: 40px 40px 40px 120px;
	position: relative;
}

.flow__list dl dt::after {
	color: #00A9E9;
	font-size: 300%;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.flow__list1 dl dt::after {
	content: "01";
}

.flow__list2 dl dt::after {
	content: "02";
}

.flow__list3 dl dt::after {
	content: "03";
}

.flow__list4 dl dt::after {
	content: "04";
}

.flow__list dt h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 8px;
}

.flow__list dt p {
	font-size: 100%;
}

.flow dt a {
	text-decoration: underline;
	color: #00A9E9;
}

.flow dd img {
	width: 235px;
	height: 100%;
	object-fit: cover;
	border-radius: 0 6px 6px 0;
}

.case__btn {
	margin: 0 0 60px;
	text-align: center;
}

.case__btn a {
	background: linear-gradient(270deg, #ED504D 0%, #F0894D 100%);
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: large;
	padding: 20px 40px 20px 20px;
	width: 450px;
}

.case__btn--arrow {
	color: #8096a3;
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.case__btn--arrow::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 13px;
	transform: translateY(-50%);
	background: url(../images/common/arrow_btm_white.svg) no-repeat;
	background-size: cover;
}

.flow .summary__box {
	background: url("/assets/images/top/summary_box_bg.jpg") no-repeat #00a8e9 top left / cover;
	color: #fff;
	margin: 100px 0 0;
	padding: 40px;
	text-align: center;
}

.flow .summary__box h3 {
	font-size: 180%;
	margin: 0 0 20px
}

.flow .summary__txt {
	font-size: 120%;
	margin: 0 0 40px;
}

.flow .summary_point__txt {
	margin: 0 0 20px;
}

/*.flow .cta__btn a {
	background: #fff;
	color: #00a8e9;
	padding: 20px;
	width: 400px;
}
.flow .cta__btn--arrow::before {
	background: #00a8e9;
}
.flow .cta__btn--arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}*/
@media screen and (max-width: 940px) {
	.flow .inner--width {
		padding: 0;
	}
}

@media screen and (max-width: 840px) {
	.flow__list dl {
		padding: 0;
	}

	.flow__list dl dt {
		padding: 20px 20px 20px 80px;
	}

	.flow__list dt h3 {
		font-size: 120%;
		margin-bottom: 4px;
	}

	.flow__list dl dt::after {
		font-size: 250%;
		left: 20px;
	}

	.case__btn a {
		padding: 20px;
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width: 780px) {
	.flow .summary__box {
		margin: 20% 0 0;
	}

	.flow .summary__txt {
		margin: 40px 0;
	}

	.flow .cta__btn a {
		padding: 20px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.flow__list::after {
		display: none;
	}

	.flow__list dl {
		grid-template-columns: 1fr;
	}

	.flow__list dl dt {
		padding: 60px 20px 15px 20px;
	}

	.flow__list dl dt::after {
		font-size: 250%;
		left: 50%;
		top: 5px;
		transform: translate(-50%, 0);
	}

	.flow__list dt h3 {
		text-align: center;
	}

	.flow dd img {
		width: calc(100% - 40px);
		height: auto;
		object-fit: cover;
		border-radius: 6px;
		margin: 0 20px 20px;
	}

	.case__btn {
		margin: -20px 0 60px;
	}

	.case__btn a {
		padding: 10px;
		font-size: 1.6rem;
	}
}