@charset "utf-8";

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

.now.index::before {
	/* content: ""; */
}

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

.section_1 {
	padding: 30% 0 0;
}

.section_1 .inner {
	position: relative;
	padding: 20% 0;
}

.section_1 .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
	background-color: #F7F7F7;
}

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {
	content: none;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 48px;
	width: 90%;
	max-width: 1280px;
}

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

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

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

.section_1 .content_wrap .content .item_wrap .item .img_wrap {
	gap: 24px
}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	padding: 12px 0;
	background-color: #FFECF9;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 8px;
	width: 90%;
}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .date {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .title {}

.section_1 .flow_text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

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

	.section_1 .inner {
		padding: 10% 0;
		background-image: url(../img/top_news_bg.webp);
		background-position: 60% 55%;
		background-repeat: no-repeat;
		background-size: 200%;
	}

	.section_1 .inner::before {
		z-index: -1;
		width: 75%;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
		align-items: flex-start;
		width: 90%;
		max-width: 1280px;
	}

	.section_1 .heading_wrap .heading::before {}

	.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 {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		width: calc((100% - (12px * 1)) * 0.5);
		padding: 8px;
		background-color: #FFECF9;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .img_wrap {
		width: calc((100% - (12px * 1)) * 0.4);
	}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (12px * 1)) * 0.6);
		padding: 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		flex: 1;
		align-items: flex-start;
		width: 100%;
		padding: 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .date {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .title {}

	.section_1 .btn {
		margin-left: auto;
	}

	.section_1 .flow_text {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 12px 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		width: calc((100% - (36px * 1)) * 0.5);
		padding: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item .img_wrap {
		width: calc((100% - (12px * 1)) * 0.35);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (12px * 1)) * 0.65);
		padding: 0;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 24px 72px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		width: calc((100% - (72px * 1)) * 0.5);
	}
}

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

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

.section_2 {
	background-image: url(../img/top_about_bg_sp.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .inner::before {}

.section_2 .wrap {
	gap: 48px;
}

.section_2 .heading_wrap {
	width: 90%;
}

.section_2 .heading_wrap .heading {
	align-items: flex-start;
	width: 100%;
}

.section_2 .heading_wrap .heading::before {
	left: 0;
	transform: translate(0, 0);
}

.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 .item_inner {
	gap: 48px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img {
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.875rem;
	font-weight: 600;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
	font-weight: 500;
	line-height: 2;
}

.section_2 .btn {}

.section_2 .flow_text {}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_about_bg_pc.webp);
	}

	.section_2 .inner {
		padding: 10% 0 15%;
	}

	.section_2 .inner::before {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::before {}

	.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 .item_inner {
		padding-left: 50%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate(0, 0);
		width: 50%;
	}

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

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

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

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_2 .btn {}

	.section_2 .flow_text {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .heading_wrap {
		width: 70%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		padding-left: 45%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img {
		width: 45%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: 70%;
	}

	.section_2 .btn {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .inner {
		padding: 5%0 10%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		gap: 84px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_2 .btn {
		margin-top: 84px;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		gap: 120px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 60px;
	}

	.section_2 .btn {
		margin-top: 120px;
	}
}

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

.section_3 {}

.section_3 .inner {
	padding: 20% 0;
}

.section_3 .inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 1640px;
	height: 100%;
	background-color: #F7F7F7;
}

.section_3 .wrap {
	gap: 48px;
}

.section_3 .heading_wrap {
	align-items: flex-start;
	width: 90%;
	max-width: 1280px;
}

.section_3 .heading_wrap .heading {}

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

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 96px;
}

.section_3 .content_wrap .content {
	max-width: 1280px;
}

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

.section_3 .content_wrap .content .item_wrap .item {
	width: 90%;
	background-color: #ffffff;
}

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

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

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

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

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
	width: 90%;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #CF0066;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .item_inner {
	padding-bottom: 24px;
}

.section_3 .content_wrap .content .item_wrap .item_bnr .img_wrap {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

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

	.section_3 .inner {
		padding: 10% 0;
		background-image: url(../img/top_menu_bg.webp);
		background-position: 50% -3.5%;
		background-repeat: no-repeat;
		background-size: 162.5%;
	}

	.section_3 .inner::before {
		z-index: -1;
		width: 97.5%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::before {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {
		width: 90%;
	}

	.section_3 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 36px;
	}

	.section_3 .content_wrap .content .item_wrap .item {
		justify-content: stretch;
		width: calc((100% - (36px * 1)) / 2);
	}

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

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

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

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

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_3 .content_wrap .content .item_wrap .item_solo {
		width: 100%;
		padding: 0 calc(((100% - (36px * 1)) / 2) / 2 + 18px);
	}

	.section_3 .content_wrap .content .item_wrap .item_bnr {
		background-color: transparent;
	}

	.section_3 .content_wrap .content .item_wrap .item_bnr .item_inner {
		padding: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .inner {
		background-position: 50% -15.5%;
	}

	.section_3 .inner::before {
		width: calc(97.5% + 12px);
	}

	.section_3 .wrap {
		gap: 84px;
	}

	.section_3 .content_wrap {
		gap: 120px;
	}

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

	.section_3 .content_wrap .content .item_wrap .item {
		width: calc((100% - (60px * 1)) / 2);
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		position: relative;
		flex-direction: row;
		gap: 0;
		padding: 0;
	}

	.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .img_wrap {
		position: absolute;
		top: -24px;
		left: -24px;
		transform: translate(0, 0);
		width: 40%;
	}

	.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .item_inner .text_wrap {
		width: 100%;
		padding: 24px;
		padding-left: 40%;
	}

	.section_3 .content_wrap .content .item_wrap .item_solo {
		width: 100%;
		padding: 0 calc(((100% - (60px * 1)) / 2) / 2 + 30px);
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .inner::before {
		width: 97.5%;
	}

	.section_3 .wrap {
		gap: 120px;
	}

	.section_3 .content_wrap {
		gap: 144px;
	}

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

	.section_3 .content_wrap .content .item_wrap .item {
		width: calc((100% - (72px * 1)) / 2);
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {
		position: relative;
		flex-direction: row;
		gap: 0;
		padding: 0;
	}

	.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .img_wrap {
		position: absolute;
		top: -24px;
		left: -24px;
		transform: translate(0, 0);
		width: 40%;
	}

	.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .item_inner .text_wrap {}

	.section_3 .content_wrap .content .item_wrap .item:not(.item_bnr) .item_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_3 .content_wrap .content .item_wrap .item_solo {
		width: 100%;
		padding: 0 calc(((100% - (72px * 1)) / 2) / 2 + 36px);
	}

	@keyframes rotation_1 {
		0% {
			transform: translate(-25%, 0) rotateZ(0);
		}
		100% {
			transform: translate(-25%, 0) rotateZ(360deg);
		}
	}

	.section_3 .flow {
        position: absolute;
        top: 40%;
        left: 0;
        width: 35%;
        height: auto;
        animation: 10s linear infinite rotation_1;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .inner {
		background-position: 50% -42.5%;
	}

	.section_3 .flow {
        top: 35%;
	}
}

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

.section_4 {
	background-image: url(../img/top_greeting_bg.webp);
	background-position: 87.5% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_4 .inner {
	padding: 0 0 20%;
}

.section_4 .wrap {
	gap: 48px;
}

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

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

.section_4 .heading_wrap .heading::before {
	left: 0;
	transform: translate(0, 0);
	width: 60px;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {
	gap: 48px;
}

.section_4 .content_wrap .content {
	width: 90%;
}

.section_4 .content_wrap .content .item_wrap {}

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

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

.section_4 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

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

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

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

.section_4 .content_wrap .content .item_wrap {}

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

.section_4 .content_wrap .content_1 {}

.section_4 .content_wrap .content_1 .item_wrap {}

.section_4 .content_wrap .content_1 .item_wrap .item {}

.section_4 .content_wrap .content_1 .item_wrap .item .item_inner {
	gap: 48px;
}

.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {}

.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap {}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner {
	position: relative;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco {
	position: absolute;
	bottom: 0;
	left: -12px;
	transform: translate(0, 50%);
	padding: 12px 24px;
	background-image: linear-gradient(90deg, rgba(207, 0, 102, 0.8), rgba(255, 250, 211, 0.8));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	font-size: 1rem;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px #ffffff solid;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text {
	color: #ffffff;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
	font-weight: 900;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_1 .highlight {
	padding-left: 1em;
	font-size: 1.25em;
}

.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_2 {
	font-size: 0.875em;
	font-weight: 500;
}

.section_4 .content_wrap .content_2 {
	max-width: 1280px;
}

.section_4 .content_wrap .content_2 .item_wrap {
	gap: 24px;
}

.section_4 .content_wrap .content_2 .item_wrap .item {}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner {}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap {}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	gap: 24px;
}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #CF0066;
}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 .highlight {
	font-weight: 700;
}

.section_4 .btn {}

@media screen and (min-width: 768px) {
	.section_4 {
		width: 100%;
		background-position: 80% 0;
		background-size: auto 100%;
	}

	.section_4 .inner {
		padding: 0 0 10%;
	}

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading::before {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {
		width: 100%;
	}

	.section_4 .content_wrap .content .item_wrap {}

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

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

	.section_4 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

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

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

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

	.section_4 .content_wrap .content .item_wrap {}

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

	.section_4 .content_wrap .content_1 {
		width: 95%;
		margin-left: auto;
	}

	.section_4 .content_wrap .content_1 .item_wrap {}

	.section_4 .content_wrap .content_1 .item_wrap .item {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner {
		width: calc((100% - (24px * 1)) * 0.55);
		padding-top: 2.5%;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco::before {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_1 {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_1 .highlight {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_2 {}

	.section_4 .content_wrap .content_2 {
		width: 90%;
	}

	.section_4 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		align-items: start;
		gap: 12px;
	}

	.section_4 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_4 .content_wrap .content_2 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 .highlight {}

	.section_4 .btn {}
}

@media screen and (min-width: 1280px) {
	.section_4 {
		background-position: 50% 100%;
		background-size: cover;
	}

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap {
		width: 95%;
		margin-left: auto;
	}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading::before {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {
		gap: 72px;
	}

	.section_4 .content_wrap .content_1 {}

	.section_4 .content_wrap .content_1 .item_wrap {}

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

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner {
		width: calc((100% - (48px * 1)) * 0.5);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap {
		width: calc((100% - (48px * 1)) * 0.5);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img {}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco {
		bottom: 0;
		left: 0;
		transform: translate(-50%, 0);
		padding: 12px 48px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_2 {
		font-size: 1em;
		font-weight: 500;
	}
}

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner {
		gap: 84px;
		width: calc((100% - (96px * 1)) * 0.5);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap {
		width: calc((100% - (96px * 1)) * 0.5);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_1 .highlight {
		font-size: 1.5em;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .img_wrap .img_wrap_inner .img_deco .text_2 {
		font-size: 1.25em;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}

	.section_4 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

    .section_4 .content_wrap .content_2 .item_wrap .item {
        width: calc((100% - (24px * 2)) / 3);
    }
}

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

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

.section_5 {}

.section_5 .inner {
	padding: 20% 0;
}

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading::before {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {
	width: 90%;
	max-width: 810px;
	padding: 12px;
	background-color: #FFECF9;
	background-image: url(../img/top_qa_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_5 .content_wrap .content::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px #ffffff solid;
}

.section_5 .content_wrap .content .item_wrap {
	position: relative;
}

.section_5 .content_wrap .content .item_wrap::before {
	content: "";
	position: absolute;
	top: -36px;
	left: -36px;
	width: 108px;
	height: auto;
	aspect-ratio: 474 / 390;
	background-image: url(../img/top_qa_deco_1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_5 .content_wrap .content .item_wrap::after {
	content: "";
	position: absolute;
	bottom: -24px;
	right: -24px;
	width: 84px;
	height: auto;
	aspect-ratio: 373 / 334;
	background-image: url(../img/top_qa_deco_2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_5 .content_wrap .content .item_wrap .item {}

.section_5 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	margin-top: 24px;
}

.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

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

	.section_5 .inner {
		padding: 10% 0;
	}

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading::before {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content::before {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap::before {
		width: 144px;
	}

	.section_5 .content_wrap .content .item_wrap::after {
		width: 120px;
	}

	.section_5 .content_wrap .content .item_wrap .item {}

	.section_5 .content_wrap .content .item_wrap .item .item_inner {}

	.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_5 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}
}

@media screen and (min-width: 1280px) {
	.section_5 .content_wrap .content {
		width: 60%;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .heading_wrap .heading .main {
		font-size: 0.6em;
	}

	.section_5 .content_wrap .content .item_wrap::before {
		width: 180px;
	}

	.section_5 .content_wrap .content .item_wrap::after {
		width: 156px;
	}
}

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

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

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

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

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

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

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