@charset "utf-8";

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

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

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

.section_1 {
	padding: 20% 0;
}

.section_1 .inner {
	background-image: url(../img/top_about_bg_sp.webp);
	background-size: cover;
	background-position: 50% -120px;
	background-repeat: no-repeat;
}

.section_1 .inner::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background-color: rgb(255, 255, 255, 0.75);
}

.section_1 .inner::after {
	/* content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 82.5%;
	height: 100%;
	border-left: 4px #ffffff solid; */
}

.section_1 .wrap {
	gap: 24px;
	padding: 5% 0 25%;
}

.section_1 .wrap::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: auto;
	aspect-ratio: 141 / 747;
	background-image: url(../img/top_about_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .heading_wrap {
	position: relative;
	z-index: 2;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {
	color: #0924b6;
}

.section_1 .content_wrap {
	position: relative;
	z-index: 2;
}

.section_1 .content_wrap .content {
	width: 70%;
	margin: 0 5% 0 auto;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

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

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
	font-size: 1.25rem;
	font-weight: 900;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_3 {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 2;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text .highlight {
	font-size: 2em;
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text .highlight_1 {
	color: #c20000;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text .highlight_2 {
	color: #003f8e;
}

.section_1 .btn {
	position: absolute;
	z-index: 1;
	bottom: -65px;
	left: 35%;
	transform: translate(-50%, 0%);
	display: block;
}

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

	.section_1 .inner {
		background-image: url(../img/top_about_bg_pc.webp);
		background-position: 50% -36px;
	}

	.section_1 .inner::before {
		width: 80%;
	}

	.section_1 .inner::after {
		width: 87.5%;
	}

	.section_1 .wrap {
		padding: 5% 0 5%;
	}

	.section_1 .wrap::before {
		width: auto;
		height: 80%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
        flex-direction: row-reverse;
        align-items: flex-end;
        margin: 0 auto 0 20%;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {
		width: 70%;
		margin: 0 5% 0 auto;
	}

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

	.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 .item_wrap .item .text_wrap .text_1 {
		font-size: 2.5rem;
	}

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

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

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

	.section_1 .btn {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		transform: translate(0, 0);
	}
}

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

    .section_1 .inner {
        background-position: 50% -84px;
    }

	.section_1 .content_wrap .content {
		width: 60%;
        margin: 0 10% 0 auto;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1440px) {
    .section_1 .inner {
        background-position: 50% -108px;
    }

	.section_1 .inner::before {
		width: 85%;
	}

	.section_1 .wrap {
		gap: 60px;
	}

	.section_1 .heading_wrap .heading {
		margin: 0 auto 0 22.5%;
	}

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

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

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
		font-size: 4rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
		margin-top: 12px;
		font-size: 1.875rem;
	}

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

	.section_1 .btn {
		width: 280px;
	}
}

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

	.section_1 .inner::before {
		width: 85%;
	}

	.section_1 .content_wrap .content {
        width: 65%;
        margin: 0 15% 0 auto;
    }
}

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

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

.section_2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 80%;
	background-color: #003f8e;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

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

.section_2 .wrap {
	gap: 24px;
}

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

.section_2 .heading_wrap .heading {
	align-items: flex-end;
}

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

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

.section_2 .heading_wrap .heading .sub::before {
	background-color: #ffffff;
}

.section_2 .content_wrap {
	align-items: flex-start;
	gap: 48px;
	width: 90%;
}

.section_2 .content_wrap .content {}

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

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

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

.section_2 .content_wrap .content_1 .item_wrap .item .text {
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
}

.section_2 .content_wrap .content_2 .item_wrap {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

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

.section_2 .content_wrap .content_2 .item_wrap .item .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_service_bg_pc.webp);
		background-position: 100% 50%;
		background-size: cover;
	}

	.section_2::before {
		top: 50%;
		bottom: auto;
		left: 0;
		right: auto;
		transform: translate(0, -50%);
		width: 75%;
		height: 100%;
		clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
	}

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

	.section_2 .wrap {
		gap: 48px;
	}

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

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

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

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

	.section_2 .content_wrap .content_1 {
		width: 60%;
	}

	.section_2 .content_wrap .content_1 .item_wrap {}

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

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

	.section_2 .content_wrap .content_2 .item_wrap {}

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

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

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

	.section_2 .content_wrap {
		padding: 0 7.5%;
	}

	.section_2 .content_wrap .content_2 .item_wrap {
		gap: 20px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (20px * 3)) / 4);
	}
}

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

	.section_2 .content_wrap {
		width: 90%;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text {
		font-size: 1.125rem;
		line-height: 2;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2::before {
		width: 67.5%;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text {
		font-size: 1.875rem;
	}
}

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

.section_3 {}

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

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_3 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_3 .content_wrap {
	gap: 48px;
}

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

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

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

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

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

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

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

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {
		flex-direction: row;
		justify-content: space-between;
		gap: 24px;
	}

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

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

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

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

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

	.section_3 .content_wrap .content_2 {
		flex: 1;
	}
}

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

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

	.section_3 .content_wrap {
		gap: 108px;
	}

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

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

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

.section_4 {}

.section_4 .inner {}

.section_4 .wrap {
	gap: 24px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

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

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

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

.section_4 .content_wrap {
	flex-direction: column-reverse;
}

.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 {
	z-index: 1;
	width: 90%;
	padding: 10% 0;
	background-color: #003f8e;
	/* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); */
}

.section_4 .content_wrap .content_1 .item_wrap {
	gap: 36px;
	width: 90%;
}

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

.section_4 .content_wrap .content_1 .item_wrap .item_1 {}

.section_4 .content_wrap .content_1 .item_wrap .item_2 {
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
}

.section_4 .content_wrap .content_2 {
	z-index: 0;
	width: 90%;
}

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

	.section_4 .inner {}

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

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

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

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

	.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 {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 2.5% 0;
		width: 50%;
	}

	.section_4 .content_wrap .content_1 .item_wrap {
		gap: 24px;
		width: 80%;
	}

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

	.section_4 .content_wrap .content_1 .item_wrap .item_1 {}

	.section_4 .content_wrap .content_1 .item_wrap .item_2 {}

	.section_4 .content_wrap .content_1 .item_wrap .item_3 {}

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

@media screen and (min-width: 1280px) {
	.section_4 .content_wrap .content_1 {
		width: 50%;
	}

	.section_4 .content_wrap .content_1 .item_wrap {
		gap: 36px;
	}

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

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

	.section_4 .content_wrap .content_1 {
		/* padding: 5% 0; */
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_2 {
		font-size: 1.125rem;
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 .content_wrap .content_1 {
		padding: 36px 0;
	}

	.section_4 .content_wrap .content_1 .item_wrap {
		gap: 72px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_3 {
		font-size: 1.25rem;
	}
}

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

.section_5 {}

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

.section_5 .wrap {
	gap: 24px
}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_5 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

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

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

.section_5 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	width: 100%;
}

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

.section_5 .content_wrap .content .item_wrap .item .text_wrap .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_5 .content_wrap .content .item_wrap .item .text_wrap .tag {
	padding: 8px 12px;
	background-color: #0089d8;
	line-height: 1;
	color: #ffffff;
}

.section_5 .content_wrap .content .item_wrap .item .text_wrap .date {
	font-size: 1.125rem;
	font-weight: 900;
}

.section_5 .content_wrap .content .item_wrap .item .text_wrap .description {
	font-family: "Noto Sans JP", sans-serif;
}

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

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

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

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

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

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

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

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

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

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

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

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

	.section_5 .content_wrap .content .item_wrap .item {
		width: calc((100% - (36px * 2)) / 3);
	}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap .date {
		font-size: 1.25rem;
	}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap .description {
		font-size: 1.125rem;
	}
}

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

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