@charset "utf-8";

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

.section_1 {}

.section_1 .inner {}

.section_1 .wrap {
	gap: 12px;
	padding: 20% 0 80%;
    background-image: url("../img/top_about_1_sp.webp"), url("../img/top_about_2_sp.webp");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 50% auto, 50% auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	width: max-content;
	max-width: 90%;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 84px;
}

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

.section_1 .content_wrap .content .item_wrap {}

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

.section_1 .content_wrap .content .item_wrap .item .text {
	font-size: 1.125rem;
}

.section_1 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		padding: 10% 0 80%;
	}

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

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

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 24px;
		padding: 10% 0;
		background-image: url("../img/top_about_1_pc.webp"), url("../img/top_about_2_pc.webp");
		background-position: left top, right top;
		background-size: auto 100%, auto 100%;
	}

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

	.section_1 .content_wrap .content .item_wrap {}

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

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

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

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 48px;
		padding: 5% 0;
	}

	.section_1 .heading_wrap .heading {
		gap: 48px;
		font-size: 3rem;
	}

	.section_1 .heading_wrap .heading .sub {
		font-size: 0.75em;
	}

	.section_1 .content_wrap .content {
		width: 52.5%;
	}

	.section_1 .content_wrap .content .item_wrap .item .text {
		font-size: 1.25rem;
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .wrap {
		padding: 10% 0;
	}

	.section_1 .content_wrap .content {
		width: 60%;
	}
}

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

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

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

.section_2 .wrap {
	gap: 48px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	gap: 4px;
	width: max-content;
	max-width: 100%;
	font-size: 1.5rem;
}

.section_2 .heading_wrap .heading .main {
	color: #ffff;
}

.section_2 .heading_wrap .heading .sub {
	color: #F7BE7F;
}

.section_2 .content_wrap {
	gap: 84px;
}

.section_2 .content_wrap .content {
	gap: 24px;
	width: 100%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap {
	gap: 12px;
}

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

.section_2 .content_wrap .content .item_wrap .item .text {
	width: 100%;
	color: #ffffff;
}

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

.section_2 .content_wrap .content .item_wrap .item_1 {
	width: 80%;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text {
	position: relative;
	font-size: 1.25rem;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text::before {
	content: "";
	position: absolute;
	top: -30px;
	left: -36px;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url(../img/);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .content_wrap .content .item_wrap .item_2 .text {
	font-size: 1.125rem;
}

.section_2 .content_wrap .content_1 .item_wrap .item_1 .text::before {
	background-image: url(../img/top_point_1_num.webp);
}

.section_2 .content_wrap .content_2 .item_wrap .item_1 .text::before {
	background-image: url(../img/top_point_2_num.webp);
}

.section_2 .content_wrap .content_3 .item_wrap .item_1 .text::before {
	background-image: url(../img/top_point_3_num.webp);
}

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

	.section_2 .inner {}

	.section_2 .wrap {}

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

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

	.section_2 .content_wrap .content .item_wrap .item_1 {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content .item_wrap .item_2 .text {}

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content_3 .item_wrap .item_1 .text::before {}
}

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

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

	.section_2 .wrap {
		width: 80%;
	}

	.section_2 .heading_wrap {
		position: absolute;
		top: 0;
		right: -12px;
		transform: translate(100%, 0);
		width: max-content;
		max-width: 100%;
		height: max-content;
		max-height: 100%;
	}

	.section_2 .heading_wrap .heading {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading .main {
		writing-mode: vertical-lr;
		white-space: nowrap;
	}

	.section_2 .heading_wrap .heading .sub {
		writing-mode: vertical-lr;
	}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {
		flex-direction: row;
		align-items: flex-start;
		gap: 96px;
	}

	.section_2 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

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

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

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

	.section_2 .content_wrap .content .item_wrap .item_1 {
		width: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content .item_wrap .item_2 .text {}

	.section_2 .content_wrap .content .item_wrap_1 {
		flex: 1;
		padding-top: 36px;
	}

	.section_2 .content_wrap .content .item_wrap_2 {
		width: 30%;
	}

	.section_2 .content_wrap .content:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text::before {}

	.section_2 .content_wrap .content_3 .item_wrap .item_1 .text::before {}
}

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

	.section_2 .heading_wrap .heading {
		font-size: 2.25rem;
	}

	.section_2 .content_wrap .content .item_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text {
		font-size: 2rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text::before {
		top: -36px;
		left: -48px;
		width: 66px;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 .text {
		font-size: 1.25rem;
		line-height: 2;
	}
}

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

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

.section_3 {}

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

.section_3 .wrap {
	width: 90%;
	margin: 0 auto 0;
}

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

.section_3 .heading_wrap .heading {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	font-size: 2.25rem;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
}

.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 .text {
	font-size: 0.9375rem;
}

.section_3 .content_wrap .content .item_wrap .item .link {
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

.section_3 .content_wrap .content_1 {}

.section_3 .content_wrap .content_1 .content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_1 {
	width: 100%;
}

.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px #7CC1F4 solid;
}

.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 .img {
	width: auto;
	height: 0.9375rem;
}

.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 .text {
	color: #7CC1F4;
}

.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_3 {
	width: 70%;
	margin: 0 auto 0 0;
}

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

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

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

	.section_3 .wrap {
		width: 100%;
	}

	.section_3 .heading_wrap {
		width: max-content;
		max-width: 100%;
	}

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

	.section_3 .heading_wrap .heading .main {
        writing-mode: vertical-lr;
        white-space: nowrap;
	}

	.section_3 .heading_wrap .heading .sub {
        writing-mode: vertical-lr;
        white-space: nowrap;
	}

	.section_3 .content_wrap {
		flex-direction: row;
		justify-content: flex-end;
	}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_3 .content_wrap .content_1 {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 25%;
		transform: translate(0, -50%);
		width: 50%;
		height: 80%;
		padding: 24px;
		background-color: #FCFCFC;
	}

	.section_3 .content_wrap .content_1 .content_inner {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_1 {}

	.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 {}

	.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 .img {}

	.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_2 .text {}

	.section_3 .content_wrap .content_1 .content_inner .item_wrap .item_3 {
		width: 50%;
		margin: 0 0 0 auto;
	}

	.section_3 .content_wrap .content_2 {
		width: 45%;
	}
}

@media screen and (min-width: 1440px) {
    .section_3 .heading_wrap .heading {
		font-size: 2.5rem;
	}

	.section_3 .heading_wrap .heading .sub {
		font-size: 0.6em;
	}

	.section_3 .content_wrap .content .item_wrap .item .text {
		line-height: 2;
	}

	.section_3 .content_wrap .content_1 {
		left: 20%;
		width: 45%;
		padding: 60px;
	}

	.section_3 .content_wrap .content_1 .content_inner {
		gap: 48px;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .content_wrap .content_1 {
		width: 42.5%;
	}
}

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

.section_4 {
	background-color: #7CC1F4;
}

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

.section_4 .wrap {
	gap: 60px;
	width: 90%;
	margin: 0 auto 0;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	gap: 0;
}

.section_4 .heading_wrap .heading .main {
	color: #ffffff;
}

.section_4 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_4 .content_wrap {
	gap: 24px;
}

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

.section_4 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

.section_4 .content_wrap_1 .content_1 {
	max-width: 675px;
	padding-left: 24px;
}

.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
	position: absolute;
	top: -36px;
	left: -24px;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text {
	padding: 12px;
	font-size: 1.25rem;
	color: #ffffff;
	background-color: #2AAF74;
}

.section_4 .content_wrap_1 .content_2 {
	width: 295px;
}

.section_4 .content_wrap_1 .content_2 .item_wrap_1 .item_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_4 .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text {
	color: #37A3F2;
}

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

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

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {}

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

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

	.section_4 .content_wrap_1 .content_1 {
		padding: 0;
		width: 50%;
	}

	.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
		top: -36px;
		left: -72px;
	}

	.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text {}

	.section_4 .content_wrap_1 .content_2 {}

	.section_4 .content_wrap_1 .content_2 .item_wrap_1 .item_2 {}

	.section_4 .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text {}
}

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

	.section_4 .heading_wrap .heading {
		gap: 12px;
		font-size: 3rem;
	}

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

	.section_4 .content_wrap {
		gap: 48px;
	}

	.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
		left: -180px;
	}

	.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 .text {
		font-size: 2.25rem;
	}

	.section_4 .content_wrap_1 .content_2 {
		width: 395px;
	}

	.section_4 .content_wrap_1 .content_2 .item_wrap_1 .item_2 .text {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
    .section_4 .content_wrap_1 .content_1 {
		width: 40%;
	}

	.section_4 .content_wrap_1 .content_1 .item_wrap_1 .item_2 {
		left: -240px;
	}
}

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