@charset "utf-8";

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

.section_a {}

.section_a .inner {}

.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 {
	gap: 24px;
	width: 95%;
	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 .text {
	font-size: 1.25rem;
	line-height: 2;
}

.section_a .content_wrap .content_2 {
	position: relative;
	z-index: 1;
	width: 90%;
}

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

	.section_a .inner {}

	.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;
		align-items: flex-start;
		gap: 24px;
		width: 95%;
		margin: 0;
		margin-left: auto;
	}

	.section_a .content_wrap.reverse {
		flex-direction: row-reverse;
		align-items: flex-start;
		margin: 0;
		margin-right: 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 {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.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_2 {
		width: 100%;
	}
}

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

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

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

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

.section_1 {}

.section_1 .inner {
	padding-top: 35%;
	padding-bottom: 20%;
}

.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 {}

.section_1 .content_wrap .content_2::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1194 / 174;
	background-image: url(../img/top_about_text.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {
		text-align: left;
	}

	.section_1 .content_wrap .content_2 {
		padding-top: 24px;
	}

	.section_1 .content_wrap .content_2::before {
		content: "";
		position: absolute;
		z-index: 1;
		top: auto;
		bottom: -12px;
		left: auto;
		right: 0;
		transform: translate(-5%, 0);
	}
}

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

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

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

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

.section_2 {
	background-image: linear-gradient(135deg, rgba(249, 230, 255, 1), rgba(255, 252, 233, 1));
}

.section_2 .inner {
	padding-top: 20%;
	padding-bottom: 20%;
}

.section_2 .wrap {
	gap: 48px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

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

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

.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
	position: relative;
	z-index: 1;
	font-size: 1.5rem;
	font-weight: 700;
}

.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 .highlight::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 18px;
	left: -12px;
	width: 60px;
	height: auto;
	background-image: url(../img);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .content_wrap:nth-of-type(2) .content_1 .item_wrap .item .text_wrap .text_1 .highlight::before {
	aspect-ratio: 116 / 84;
	background-image: url(../img/top_strengths_num_1.webp);
}

.section_2 .content_wrap:nth-of-type(3) .content_1 .item_wrap .item .text_wrap .text_1 .highlight::before {
	aspect-ratio: 125 / 83;
	background-image: url(../img/top_strengths_num_2.webp);
}

.section_2 .content_wrap:nth-of-type(4) .content_1 .item_wrap .item .text_wrap .text_1 .highlight::before {
	aspect-ratio: 122 / 86;
	background-image: url(../img/top_strengths_num_3.webp);
}

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

.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text .highlight {
	color: #B94091;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap {
		align-items: flex-start;
	}
}

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

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

	.section_2 .content_wrap {
		gap: 60px;
	}

	.section_a .content_wrap .content_1 {
		width: calc((100% - (60px * 1)) * 0.5);
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 .highlight::before {
		bottom: 12px;
		left: -24px;
		width: 96px;
	}
}

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

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

.section_3 {}

.section_3 .inner {
	padding-top: 20%;
	padding-bottom: 20%;
}

.section_3 .wrap {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	position: relative;
	padding-bottom: 24px;
}

.section_3 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 42px;
	height: 2px;
	background-color: #B94091;
}

.section_3 .heading_wrap .heading .main {
	line-height: 1;
}

.section_3 .heading_wrap .heading_top .main {
	padding: 0;
	background-color: transparent;
	color: #B94091;
}

.section_3 .heading_wrap .heading .sub {
	font-size: 2em;
	line-height: 1;
}

.section_3 .content_wrap {
	gap: 48px;
}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .img {
	display: block;
	border: 12px #B94091 solid;
}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.section_3 .wrap {
		width: 90%;
	}

	.section_3 .heading_wrap {
		align-items: flex-start;
	}

	.section_3 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_3 .heading_wrap .heading::after {
		left: 0;
		transform: translate(0, 0);
	}

	.section_3 .content_wrap {
		flex-direction: row;
		gap: 24px;
	}

	.section_3 .content_wrap .content {
		width: calc((100% - (24px * 1)) * 0.5);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_3 .content_wrap {
		gap: 36px;
	}
}

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

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

.section_4 {}

.section_4 .inner {
	padding-bottom: 10%;
}

.section_4 .wrap {
	position: relative;
}

.section_4 .wrap::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 85%;
	height: 70%;
	background-color: #F9E6FF;
}

.section_4 .heading_wrap {
	align-items: flex-start;
}

.section_4 .heading_wrap .heading {
	align-items: flex-start;
	gap: 0;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_top .main {
	min-width: 90%;
	text-align: center;
}

.section_4 .heading_wrap .heading .sub {
	font-size: 2.4em;
}

.section_4 .content_wrap {
	gap: 0;
}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {}

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

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

.section_4 .content_wrap .content_1 .item_wrap {
	width: 95%;
}

.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap {
	align-items: flex-start;
}

.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	font-size: 1rem;
}

.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
	font-family: "EB Garamond", serif;
	letter-spacing: 0.06em;
	color: #B94091;
}

.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.section_4 .content_wrap .content_2 {
	width: 60%;
	margin-left: auto;
}

.section_4 .content_wrap .content_3 {
	width: 90%;
	margin-top: 24px;
}

.section_4 .btn {
	display: block;
	width: 100%;
	padding: 12px 0;
	border: 1px #B94091 solid;
	background-color: #ffffff;
	font-size: 1.25rem;
	color: #B94091;
}

.section_4 .btn p {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.section_4 .btn p::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-top: 2px #B94091 solid;
	border-right: 2px #B94091 solid;
}

@media screen and (min-width: 768px) {
	.section_4 .inner {
		padding: 0;
	}

	.section_4 .wrap {
		padding-bottom: 10%;
	}

	.section_4 .wrap::before {
		top: 72px;
		width: 95%;
		height: 100%;
	}

	.section_4 .heading_top .main {
		min-width: 75%;
	}

	.section_4 .content_wrap {
		align-items: stretch;
		gap: 24px;
	}

	.section_4 .content_wrap .content_1 {
		justify-content: space-between;
		align-items: flex-start;
		gap: 24px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap {
		gap: 12px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_3 {
		margin-top: 12px;
	}

	.section_4 .content_wrap .content_2 {
		width: 100%;
		margin: 0;
		padding-top: 24px;
	}

	.section_4 .content_wrap .content_3 {
		display: none;
	}

	.section_4 .btn {
		width: 300px;
	}

	.section_4 .btn p {
		width: 87.5%;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 .content_wrap .content_1 {
		width: calc((100% - (24px * 1)) * 0.625);
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
		font-size: 1.5rem;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
		font-size: 2.25rem;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .text_wrap .text_3 {
		margin-top: 24px;
		font-size: 1.25rem;
	}
}

@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) {
	
}

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