.section1 {
	overflow: hidden;
	padding: 20px 0;
	background-color: #f9f9f9;
}

.section1 .base_width {
	display: flex;
}

.section1 .base_width .wrap {
	width: 100%;
	padding-top: 30px;
}

.section1 .base_width .wrap .txt {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.section1 .base_width .pc {
	flex-shrink: 0;
}

.section1 .base_width .mobile {
	display: none;
}

.section2 .text-common {
	text-align: center;
}

.section2 .shadow_box_wrap {
	overflow-x: auto;
	width: 100%;
	margin-top: 50px;
	padding: 25px;
	align-items: center;
	display: flex;
}

.section2 .shadow_box_wrap::-webkit-scrollbar {
	display: none;
}

.section2 .shadow_box_wrap>li {
	position: relative;
	overflow: hidden;
	width: 355px;
	padding: 35px 0 0;
	border-radius: 15px;
	flex-shrink: 0;
}

.section2 .shadow_box_wrap>li.arrow {
	width: fit-content;
	padding: 0 10px;
}

.section2 .shadow_box_wrap>li .step {
	font-size: 20px;
	font-weight: 600;
	padding: 0 35px;
	margin-bottom: 30px;
	align-items: center;
	display: flex;
}

.section2 .shadow_box_wrap>li .step span {
	margin-left: 15px;
	font-size: 25px;
}

.section2 .shadow_box_wrap>li ul {
	padding: 0 30px;
	margin-bottom: 20px;
}

.section2 .shadow_box_wrap>li ul li {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-left: 15px;
}

.section2 .shadow_box_wrap>li ul li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin: auto 0;
}

.section2 .shadow_box_wrap>li ul li:not(:first-child) {
	margin-top: 5px;
}

.section2 .shadow_box_wrap>li .bg {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(var(--brand-color), #f84949);
}

.section3 .base_width {
	padding: 50px 0;
	background-color: #f9f9f9;
	border-radius: 20px;
	text-align: center;
}

.section3 .base_width .text-common {
	margin-bottom: 10px;
}

.section4 .icon {
	margin: 0 auto 50px;
	display: block;
}

.section4 .text-common {
	text-align: center;
	margin-bottom: 80px;
}

.section4 .box_wrap {
	justify-content: center;
}

.section5 {
	height: 300px;
	background: linear-gradient(var(--brand-color), #f84949);
	margin-top: 50px;
}

.section5 * {
	position: relative;
	z-index: 2;
	color: #fff;
}

.section5 .base_width {
	position: relative;
}

.section5 .base_width .text-common {
	margin-bottom: 30px;
}

.section5 .base_width img {
	position: absolute;
	bottom: -82px;
	right: 12%;
	z-index: 1;
}

@media(max-width: 1250px) {

	.section1 .base_width .wrap .txt,
	.section5 .base_width .txt {
		padding-left: 25px;
	}

	.section1 .base_width .pc {
		margin-right: 25px;
	}

	.section2 .shadow_box_wrap>li .step,
	.section2 .shadow_box_wrap>li ul {
		padding: 0 25px;
	}

	.section3 {
		padding: 50px 25px;
	}
}

@media(max-width: 1024px) {
	.section1 .base_width .pc {
		margin: 0 -100px 0 30px;
	}

	.section5 .base_width img {
		right: 15px;
	}
}

@media(max-width: 825px) {
	.section4:not(.section4_1) .box_wrap {
		justify-content: initial;
	}
}

@media(max-width: 768px) {
	.section1 {
		padding: 0;
	}

	.section1 * {
		display: none;
	}

	.section1 .base_width .mobile {
		display: block;
	}

	.section3 {
		padding: 25px 10px;
	}

	.section4 {
		margin-top: 30px;
	}

	.section4 .icon {
		width: 60px;
	}

	.section5 {
		height: 255px;
	}

	.section5 .base_width img {
		width: 270px;
	}
}

@media(max-width: 480px) {
	.section2 .shadow_box_wrap {
		margin-top: 0;
	}

	.section2 .shadow_box_wrap>li {
		width: 275px;
	}

	.section2 .shadow_box_wrap>li .step {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.section2 .shadow_box_wrap>li .step span {
		font-size: 21px;
	}

	.section2 .shadow_box_wrap>li.arrow img {
		width: 18px;
	}

	.section2 .shadow_box_wrap>li ul li {
		font-size: 18px;
	}

	.section2 .shadow_box_wrap>li .bg {
		height: 120px;
		padding: 0 25px;
		font-size: 22px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.section3 .base_width {
		padding: 30px 0;
	}

	.section4 {
		margin-top: 0;
	}

	.section4 .icon {
		width: 50px;
		margin-bottom: 35px;
	}

	.section4 .text-common {
		margin-bottom: 50px;
	}

	.section5 {
		height: 220px;
		margin-top: 30px;
	}

	.section5 .base_width img {
		width: 200px;
		bottom: -27px;
	}
}

@media(max-width: 400px) {
	.section3 .base_width .txt {
		padding: 0 15px;
	}
}

@media(max-width: 360px) {
	.section2 .shadow_box_wrap>li {
		width: 238px;
		padding: 20px 0 0;
		border-radius: 10px;
	}

	.section2 .shadow_box_wrap>li .step,
	.section2 .shadow_box_wrap>li ul {
		padding: 0 20px;
	}

	.section2 .shadow_box_wrap>li .step {
		font-size: 14px;
	}

	.section2 .shadow_box_wrap>li .step span {
		font-size: 19px;
	}

	.section2 .shadow_box_wrap>li ul {
		margin-bottom: 15px;
	}

	.section2 .shadow_box_wrap>li ul li {
		font-size: 16px;
	}

	.section2 .shadow_box_wrap>li ul li:before {
		width: 4px;
		height: 4px;
	}

	.section2 .shadow_box_wrap>li .bg {
		height: 95px;
		padding: 0 20px;
		font-size: 20px;
	}

	.section3 .base_width {
		padding: 20px 0;
	}

	.section3 .base_width .txt {
		font-size: 13px;
	}

	.section4 .icon {
		width: 40px;
		margin-bottom: 25px;
	}

	.section5 {
		height: 210px;
		margin-top: 15px;
	}

	.section5 .base_width img {
		width: 180px;
		bottom: -25px;
	}
}