@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_a {}

.section_a .inner {
	padding-top: 35%;
	padding-bottom: 12px;
}

.section_a .wrap {
	gap: 36px;
}

.section_a .heading_wrap {}

.section_a .heading_wrap .heading {}

.section_a .heading_wrap .heading .main {}

.section_a .heading_wrap .heading .sub {}

.section_a .content_wrap {
	gap: 12px;
	width: 90%;
	margin: 0 auto;
}

.section_a .content_wrap .content {}

.section_a .content_wrap .content .item_wrap {}

.section_a .content_wrap .content .item_wrap .item {}

.section_a .content_wrap .content .item_wrap .item .text_wrap {}

.section_a .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_a .content_wrap .content_1 .item_wrap {
	gap: 12px;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	position: relative;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
	width: 100%;
	padding: 12px 24px;
	background-image: linear-gradient(90deg, rgba(185, 64, 145, 1), rgba(208, 0, 3, 1));
	font-size: 1.5rem;
	color: #ffffff;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::before,
.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::after {
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::before {
	top: 4px;
	left: 4px;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::after {
	bottom: 4px;
	right: 4px;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}

.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {}

.section_a .content_wrap .content_2 {
	position: relative;
	z-index: 1;
	box-shadow: -12px 12px 0px 0px rgba(249, 230, 255, 1);
}

.section_a .content_wrap.reverse .content_2 {
	box-shadow: 12px 12px 0px 0px rgba(249, 230, 255, 1);
}

.section_a .content_wrap .content_2::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: 4px;
	width: 50%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_a .content_wrap_1 .content_2::before {
	aspect-ratio: 716 / 67;
	background-image: url(../img/service_img_1_text.webp);
}

.section_a .content_wrap_2 .content_2::before {
	aspect-ratio: 606 / 70;
	background-image: url(../img/service_img_2_text.webp);
}

.section_a .content_wrap_3 .content_2::before {
	aspect-ratio: 487 / 96;
	background-image: url(../img/service_img_3_text.webp);
}

.section_a .content_wrap_4 .content_2::before {
	aspect-ratio: 811 / 96;
	background-image: url(../img/service_img_4_text.webp);
}

@media screen and (min-width: 768px) {
	.section_a {}

	.section_a .inner {
		padding-top: 10%;
		padding-bottom: 16px;
	}

	.section_a .wrap {}

	.section_a .heading_wrap {}

	.section_a .heading_wrap .heading {}

	.section_a .heading_wrap .heading .main {}

	.section_a .heading_wrap .heading .sub {}

	.section_a .content_wrap {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 24px;
		width: 95%;
		margin: 0;
		margin-left: 16px;
		margin-right: auto;
		padding-left: 16px;
	}

	.section_a .content_wrap.reverse {
		flex-direction: row;
		align-items: flex-start;
		margin: 0;
		margin-left: auto;
		margin-right: 16px;
		padding: 0;
		padding-right: 16px;
	}

	.section_a .content_wrap .content {}

	.section_a .content_wrap .content .item_wrap {}

	.section_a .content_wrap .content .item_wrap .item {}

	.section_a .content_wrap .content .item_wrap .item .text_wrap {}

	.section_a .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_a .content_wrap .content_1 {
		position: relative;
		z-index: 2;
		width: calc((100% - (24px * 1)) * 0.5);
		margin-left: -36px;
		padding-top: 12px;
	}

	.section_a .content_wrap.reverse .content_1 {
		position: relative;
		z-index: 2;
		width: calc((100% - (24px * 1)) * 0.5);
		margin: 0;
		margin-right: -36px;
	}

	.section_a .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text {}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
		padding: 0 24px;
		line-height: 2;
	}

	.section_a .content_wrap .content_2 {
		position: relative;
		z-index: 1;
		width: 100%;
		box-shadow: -16px 16px 0px 0px rgba(249, 230, 255, 1);
	}
}

@media screen and (min-width: 1280px) {
	.section_a .content_wrap .content_1 {
		padding-top: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_a .wrap {
		gap: 108px;
	}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
		padding: 24px 36px;
		font-size: 2rem;
	}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::before {
		top: 8px;
		left: 8px;
	}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_1::after {
		bottom: 8px;
		right: 8px;
	}

	.section_a .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
		padding: 0 36px;
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section {}

.section .inner {}

.section .wrap {}

.section .heading_wrap {}

.section .heading_wrap .heading {}

.section .heading_wrap .heading .main {}

.section .heading_wrap .heading .sub {}

.section .content_wrap {}

.section .content_wrap .content {}

.section .content_wrap .content .item_wrap {}

.section .content_wrap .content .item_wrap .item {}

.section .content_wrap .content .item_wrap .item .text_wrap {}

.section .content_wrap .content .item_wrap .item .text_wrap .text {}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
