.section1 {
	overflow: hidden;
	background-color: #f9f9f9;
}

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

.section1 .base_width {
	position: relative;
	height: 300px;
}

.section1 .base_width * {
	position: relative;
	z-index: 2;
}

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

.section1 .base_width a {
	margin: 25px 0 0;
}

.section1 .base_width img {
	position: absolute;
	right: 25px;
	bottom: -20px;
	z-index: 1;
}

.section2 {
	padding: 0;
}

.section2 .mobile {
	display: none;
}

.section3 {
	position: relative;
	background-color: #f9f9f9;
	padding-top: 50px;
	margin-top: 25px;
}

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

.section3 .base_width {
	text-align: center;
}

.section3 .base_width .icon {
	margin-bottom: 20px;
}

.section3 .review_wrap .review {
	overflow: hidden;
	padding: 25px 50px;
}

.section3 .review_wrap .shadow_box {
	width: 275px;
	height: auto;
	padding: 25px 25px 15px;
	border-radius: 15px;
	background-color: #fff;
	flex-flow: column;
	display: flex;
}

.section3 .review_wrap .shadow_box .title {
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 600;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex-shrink: 0;
	display: -webkit-box;
}

.section3 .review_wrap .shadow_box .content {
	height: 100%;
	line-height: 20px;
	font-size: 15px;
	margin: 15px 0;
}

.section3 .review_wrap .shadow_box .name {
	font-size: 15px;
	margin-bottom: 5px;
	flex-shrink: 0;
}

.section3 .review_wrap .shadow_box .score {
	font-size: 20px;
	font-weight: 600;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.section3 .review_wrap .shadow_box .score img {
	margin-right: 10px;
}

.section3 .review_wrap .btn_wrap {
	width: fit-content;
	margin: 25px auto 70px;
	gap: 0 10px;
	display: flex;
}

.section3 .review_wrap .btn_wrap .swiper-button-disabled {
	opacity: 0.4;
}

.section4 {
	background-color: #f9f9f9;
}

.section4 .txt {
	line-height: 24px;
	margin-bottom: 5px;
}

.section4 .wrap {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.section4 .wrap img {
	position: relative;
	right: 180px;
	flex-shrink: 0;
}

.section4 .shadow_box_wrap {
	width: fit-content;
	margin: 0 auto;
}

.section4 .shadow_box_wrap ul li {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
}

.section4 .shadow_box_wrap ul li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #000;
}

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

.section4 .shadow_box_wrap .box_wrap .shadow_box {
	width: 400px;
	border-radius: 20px;
	padding: 40px;
	flex-shrink: 0;
}

.section4 .shadow_box_wrap .box_wrap .shadow_box:first-child {
	border: 5px solid #fd734e;
}

.section4 .shadow_box_wrap .box_wrap .shadow_box .subject {
	font-size: 40px;
	font-weight: 600;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	margin: 10px 0 20px;
}

.section4 .shadow_box_wrap .box_wrap .shadow_box .color {
	font-size: 20px;
	font-weight: 600;
	color: #2655fb;
	margin: 20px 0 35px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.section4 .shadow_box_wrap .box_wrap .shadow_box .color img {
	margin-left: 10px;
}

.section4 .shadow_box_wrap .announce {
	margin-top: 40px;
}

.section5 {
	padding-top: 50px;
	background-color: #f9f9f9;
	text-align: center;
}

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

.section5 .base_width .icon {
	margin-bottom: 50px;
}

.section5 .base_width .profile {
	gap: 25px 0;
	align-items: center;
	flex-flow: column;
	display: flex;
}

.section5 .base_width .profile img {
	flex-shrink: 0;
}

.section6 {
	text-align: center;
}

.section6 .txt {
	margin: 25px 0 50px;
}

.section6 .base_width .icon {
	margin-bottom: 25px;
}

.section6 .base_width ul {
	gap: 0 10px;
	display: flex;
}

.section6 .base_width ul li {
	width: 100%;
	padding: 25px 40px;
	background-color: #1562fe;
}

.section6 .base_width ul li div {
	color: #fff;
	font-weight: 600;
}

.section6 .base_width ul li .no {
	font-size: 25px;
	margin-bottom: 30px;
}

.section6 .base_width ul li .content {
	font-size: 30px;
}

.section7 {
	text-align: center;
}

.section7 .txt {
	margin-top: 20px;
}

.section8 {
	height: 420px;
	background: linear-gradient(var(--brand-color), #f84949);
}

.section8 * {
	color: #fff;
}

.section8 .txt {
	margin-top: 35px;
}

.section8 .sub_wrapper {
	display: flex;
}

.section8 img {
	position: absolute;
	right: 0px;
}

@media (max-width: 1000px) {
	.section8 img {
		display: none;
	}
}

.section9 {
	text-align: center;
	padding-bottom: 0;
}

.section9 .txt {
	margin: 10px 0 30px;
}

.section9 .base_width img {
	margin-top: 30px;
}

@media(max-width: 1250px) {

	.section .txt,
	.section6 .base_width ul {
		padding: 0 25px;
	}

	.section1 .base_width a {
		margin-left: 25px;
	}

	.section3 .review_wrap .review {
		padding: 25px;
	}

	.section4 .txt {
		padding: 0;
	}

	.section4 .wrap {
		max-width: 865px;
		margin: 0 auto;
	}

	.section4 .wrap img {
		right: 50px;
	}

	.section4 .shadow_box_wrap .box_wrap {
		padding: 25px;
		margin-top: -25px;
	}

	.section4 .shadow_box_wrap .announce {
		margin-left: 25px;
	}

	.section6 .base_width ul li .content {
		font-size: 28px;
	}

	.section7 .base_width img,
	.section9 .base_width img {
		max-width: calc(100% - 50px);
	}
}

@media(max-width: 1024px) {
	.section1 .base_width img {
		width: 500px;
		bottom: 0;
	}

	.section6 .base_width ul {
		gap: 10px 0;
		flex-flow: column;
		align-items: center;
	}

	.section6 .base_width ul li {
		max-width: 385px;
	}
}

@media(max-width: 865px) {
	.section4 .shadow_box_wrap {
		width: 100%;
	}

	.section4 .shadow_box_wrap .box_wrap {
		justify-content: initial;
	}

	.section4 .shadow_box_wrap .announce {
		margin-top: 15px;
	}

	.section4 .wrap img {
		right: 25px;
	}
}

@media(max-width: 768px) {
	.section1 .base_width {
		height: 260px;
	}

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

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

	.section1 .base_width img {
		right: -120px;
		bottom: -10px;
		width: 450px;
	}

	.section2 .pc {
		display: none;
	}

	.section2 .mobile {
		display: block;
	}

	.section3 .base_width .icon {
		width: 60px;
	}

	.section3 .review_wrap .shadow_box {
		width: 245px;
		padding: 20px 20px 15px;
	}

	.section3 .review_wrap .btn_wrap {
		margin: 25px auto 50px;
	}

	.section4 .wrap {
		width: fit-content;
	}

	.section4 .wrap img {
		right: 0;
		width: 220px;
		margin-left: 20px;
	}

	.section5 .base_width .icon {
		width: 60px;
		margin-bottom: 35px;
	}

	.section6 .base_width .icon {
		width: 65px;
	}

	.section6 .base_width ul li {
		max-width: 300px;
		padding: 25px;
	}

	.section6 .base_width ul li .no {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.section6 .base_width ul li .content {
		font-size: 25px;
	}

	.section8 {
		height: 300px;
	}
}

@media(max-width: 480px) {
	.section .txt {
		font-size: 17px;
	}

	.section1 .base_width {
		height: 220px;
	}

	.section1 .base_width img {
		bottom: 0;
		width: 350px;
	}

	.section3 {
		padding-top: 35px;
	}

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

	.section3 .base_width .icon {
		width: 45px;
	}

	.section3 .review_wrap .shadow_box {
		width: 210px;
		padding: 15px 15px 10px;
		border-radius: 10px;
	}

	.section3 .review_wrap .shadow_box .title {
		height: 40px;
		line-height: 20px;
		font-size: 17px;
	}

	.section3 .review_wrap .shadow_box .content {
		line-height: 17px;
		font-size: 13px;
		margin: 10px 0 15px;
	}

	.section3 .review_wrap .shadow_box .name {
		font-size: 13px;
	}

	.section3 .review_wrap .shadow_box .score {
		font-size: 17px;
	}

	.section3 .review_wrap .shadow_box .score img {
		position: relative;
		top: -2px;
		width: 15px;
	}

	.section3 .review_wrap .btn_wrap {
		margin: 10px auto 30px;
	}

	.section3 .review_wrap .btn_wrap img {
		width: 28px;
	}

	.section4 .text-common {
		position: relative;
		z-index: 2;
		padding-bottom: 30px;
	}

	.section4 .wrap {
		position: relative;
		width: 100%;
		margin-top: 70px;
	}

	.section4 .wrap img {
		position: absolute;
		right: 25px;
		bottom: 0;
		width: 160px;
		z-index: 1;
		margin: 0;
	}

	.section4 .shadow_box_wrap ul li {
		padding-left: 15px;
	}

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

	.section4 .shadow_box_wrap .box_wrap .shadow_box {
		width: 250px;
		padding: 25px;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box .subject {
		font-size: 34px;
	}

	.section4 .shadow_box_wrap ul li,
	.section4 .shadow_box_wrap .box_wrap .shadow_box .color {
		font-size: 17px;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box .color img {
		width: 18px;
	}

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

	.section5 .base_width .icon {
		width: 50px;
	}

	.section6 .txt {
		margin-bottom: 40px;
	}

	.section6 .base_width .icon {
		width: 50px;
		margin-bottom: 20px;
	}

	.section6 .base_width ul li {
		width: 250px;
		padding: 20px;
	}

	.section6 .base_width ul li .no {
		font-size: 18px;
	}

	.section6 .base_width ul li .content {
		font-size: 22px;
	}

	.section8 {
		height: 250px;
	}
}

@media(max-width: 400px) {
	.section1 .base_width {
		height: 180px;
	}

	.section1 .base_width img {
		width: 300px;
	}

	.section4 .wrap {
		margin-top: 40px;
	}

	.section4 .wrap img {
		width: 140px;
	}
}

@media(max-width: 360px) {
	.section .txt {
		line-height: 20px;
		font-size: 14px;
	}

	.section3 .base_width .icon {
		width: 40px;
		margin-bottom: 15px;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box {
		width: 220px;
		padding: 20px;
	}

	.section4 .shadow_box_wrap ul li,
	.section4 .shadow_box_wrap .box_wrap .shadow_box .color {
		font-size: 14px;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box .subject {
		font-size: 28px;
		padding-bottom: 10px;
		margin: 5px 0 15px;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box .color {
		margin: 10px 0 0;
	}

	.section4 .shadow_box_wrap .box_wrap .shadow_box .color img {
		width: 15px;
	}

	.section4 .shadow_box_wrap .announce {
		margin-top: 0;
	}

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

	.section5 .base_width .icon {
		width: 40px;
		margin-bottom: 20px;
	}

	.section5 .base_width .profile {
		gap: 15px 0;
	}

	.section6 .txt {
		margin-bottom: 30px;
	}

	.section6 .base_width .icon {
		width: 40px;
		margin-bottom: 15px;
	}

	.section6 .base_width ul li {
		width: 220px;
	}

	.section6 .base_width ul li .no {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.section6 .base_width ul li .content {
		font-size: 18px;
	}

	.section8 {
		height: 200px;
	}
}