#sec1 h3 {
	font-size: 24px;
	margin: 32px 0;
	line-height: 1.5;
}

#sec1 p.text {
	margin-bottom: 52px;
}

#sec1 .section-wrapper > .wrapper {
	flex-wrap: wrap;
	gap: 16px 24px;
	width: 100%;
}

#sec1 .item-wrapper {
	width: calc(50% - 12px);
	flex-flow: column;
	& img {
		height: 100px;
	}
	& p.title {
		font-size: 14px;
	}
}

@media screen and (min-width: 801px) {
#sec1 .section-wrapper > .wrapper {
	flex-flow: wrap row;
}
#sec1 .item-wrapper {
	width: auto;
	& img {
		width: 168px;
		height: 112px;
	}
}
}

#sec2 {
	background: var(--white);
	margin-top: 32px;
	margin-bottom: 60px;
	padding: 62px 0;
}

#sec2 .flow-wrapper {
	flex-flow: column;
	gap: 40px;
	margin-top: 44px;
}

#sec2 .flow-wrapper li {
	width: 100%;
	height: 72px;
	display: flex;
	gap: 4px 0;
	flex-flow: column;
	align-content: center;
	justify-content: center;
	background: #EBEEF1;
	position: relative;
}

#sec2 .flow-wrapper li:not(:last-child)::after {
	position: absolute;
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: var(--main);
	width: 28px;
	height: 18px;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
}

#sec2 .flow-wrapper li:nth-child(4),
#sec2 .flow-wrapper li:nth-child(5),
#sec2 .flow-wrapper li:nth-child(6),
#sec2 .flow-wrapper li:nth-child(7),
#sec2 .flow-wrapper li:nth-child(8) {
	display: flex;
	height: 120px;
	flex-flow: column;
}

#sec2 .flow-item-wrapper {
	margin-left: 16px;
	width: 100%;
	& span {
		font-family: var(--sta);
		font-size: 20px;
		color: var(--main);
		margin-right: 10px;
	}
	& span.noto {
		font-family: var(--noto);
		font-size: 13px;
		font-weight: 350;
		color: var(--moji);
		margin-right: 0;
	}
	& p.title {
		font-family: var(--noto);
		font-weight: 500;
		font-size: 14px;
		margin-bottom: 2px;
	}
	& p.text {
		font-size: 13px;
	}
	& .wrapper-img {
		width: 20%;
	}
	& img {
		width: 60px;
		margin-top: 4px;
	}
}

@media screen and (min-width: 801px) {
#sec2 {
	width: 70%;
}
#sec2 .section-wrapper {
	width: 80%;
}

#sec2 .flow-wrapper li:nth-child(4),
#sec2 .flow-wrapper li:nth-child(5),
#sec2 .flow-wrapper li:nth-child(6),
#sec2 .flow-wrapper li:nth-child(7),
#sec2 .flow-wrapper li:nth-child(8) {
	flex-flow: row;
	justify-content: start;
	height: 72px;
	& .flow-item-wrapper:first-child {
		width: 40%;
	}
}

#sec2 .flow-item-wrapper {
	& .wrapper-img {
		width: 15%;
	}
	& p.title {
		font-size: 20px;
	}
	& p.text {
		font-size: 14px;
	}
	& img {
		width: 48px;
		height: auto;
	}
}
}
