@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	padding-bottom: 5%;
	background-image: url(../img/fv_3.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv .slider_area {
	width: 100%;
	margin-right: auto;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 4px;
	width: max-content;
	padding: 4px;
	background-color: #fff;
	font-size: 2.8rem;
	color: #052A48;
}

.fv_text > * {
	display: block;
	line-height: 1;
}

.fv_text .main {
	font-size: 1em;
	font-weight: 700;
}

.fv_text .main::first-letter {
	color: #33A1F9;
}

.fv_text .sub {
	font-size: 0.3em;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		padding: 0;
		background-image: none;
	}

	.fv .section_inner {}

	.fv .section_container {}

	.fv .slider_area {
		width: 65%;
		margin-right: auto;
	}

	.fv_text {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		gap: 8px;
		padding: 8px 4px;
		margin: -4% 18% 0 auto;
	}

	.fv_text > * {}
}

@media screen and (min-width: 1024px) {
	.fv_text {
		margin: -3% 22.5% 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 4.8rem;
		margin: -3.5% 20% 0 auto;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		margin: -2.5% 23.5% 0 auto;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

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

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

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

.section_1 {}

.section_1 .section_inner {}

.section_1 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .section_content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EBEFF3;
	z-index: -1;
}

.section_1 .section_content_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 12px;
}

.section_1 .text {
	display: block;
	width: fit-content;
	margin: 0;
	line-height: 1;
}

.section_1 .text * {
	display: block;
}

.section_1 .text_1 {
	font-size: 2.4rem;
	font-weight: 700;
}

.section_1 .text_2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: fit-content;
	margin: 0;
	font-size: 1.2rem;
}

.section_1 .text_2 img {
	width: 24px;
}

.section_1 .text_3 {
	font-size: 1.6rem;
	color: #33A1F9;
}

.section_1 .text_4 {
	line-height: 1.5;
}

.section_1 .img {
	width: 100%;
}

.section_1 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.section_1 .section_content {
		flex-direction: row;
		align-items: stretch;
	}

	.section_1 .section_content:nth-of-type(odd) {
		flex-direction: row-reverse;
	}

	.section_1 .section_content_inner {
		flex: 5;
		height: 100%;
	}

	.section_1 .section_content_inner .box {
		padding: 12px 12px 0 12px;
	}

	.section_1 .text_1 {
		font-size: 3.6rem;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.section_1 .section_container_inner {
		gap: 120px;
	}

	.section_1 .section_content {
		width: 70%;
		margin: 0 auto;
	}

	.section_1 .section_content::after {
		top: 60px;
		left: 180px;
		width: 100vw;
		height: 100%;
		z-index: -1;
	}

	.section_1 .section_content:nth-of-type(even)::after {
		top: 60px;
		left: auto;
		right: 180px;
	}

	.section_1 .section_content_inner {
		width: 75%;
	}

	.section_1 .section_content_inner .box {
		gap: 24px;
		padding: 0 0 0 24px;
	}

	.section_1 .section_content:nth-of-type(even) .section_content_inner:nth-of-type(1) .box {
		padding: 0 24px 0 0;
	}

	.section_1 .text_1 {
		font-size: 8.4rem;
	}

	.section_1 .text_2 {
		margin-top: 24px;
		font-size: 2.4rem;
	}

	.section_1 .text_2 img {
		width: 36px;
	}

	.section_1 .text_3 {
		font-size: 3rem;
	}

	.section_1 .text_4 {
		margin-top: 24px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .section_content::after {
		top: 72px;
		left: 216px;
	}

	.section_1 .section_content:nth-of-type(even)::after {
		top: 72px;
		right: 216px;
	}
}

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

.section_2 {}

.section_2 .section_inner {}

.section_2 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 0;
}

.section_2 table {
	width: 100%;
	border-top: 1px #EBEFF3 solid;
}

.section_2 table tr {}

.section_2 table th,
.section_2 table td {
	display: block;
	border: 0;
	border-bottom: 1px #EBEFF3 solid;
	font-family: "Noto Sans JP", sans-serif;
}

.section_2 table th {
	background-color: #D0E8FB;
}

.section_2 table td {}

.section_2 table span {
	display: block;
	width: fit-content;
	margin: 0 auto 0 0;
}

@media screen and (min-width: 768px) {
	.section_2 table th,
	.section_2 table td {
		display: table-cell;
		vertical-align: middle;
		padding: 1em;
	}

	.section_2 table th {
		width: 25%;
		text-align: center;
	}

	.section_2 table td {
		width: 75%;
	}

	.section_2 table th span {
		margin: 0 auto 0;
	}
}

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

}

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

	.section_2 table th,
	.section_2 table td {
		padding: 2em 3em;
	}

	.section_2 table span {
		font-size: 1.2rem;
	}
}

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

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

.section_3 {}

.section_3 .section_inner {}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_3 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .text {
	display: block;
	width: fit-content;
}

.section_3 .text * {
	display: block;
}

.scroll_area {
	width: 100%;
	height: auto;
	padding: 4%;
	box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

.scroll_area_inner {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 0 5% 0 0;
	/* box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.25); */
	overflow: auto;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.scroll_area_inner::-webkit-scrollbar {
	display: none;
}

/* SimpleBarのカスタムスタイル */
.scroll_area_inner .simplebar-scrollbar {
	width: 4px;
    background-color: #33A1F9;
}

.scroll_area_inner .simplebar-track {
    background-color: transparent;
}

.scroll_area_headline {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 1.1rem;
}

.scroll_area_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	font-size: 1rem;
	line-height: 1.5;
}

.scroll_area_list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	margin: 0 auto 0;
	font-family: "Noto Sans JP", sans-serif;
}

.scroll_area_list span {
	display: block;
}

@media screen and (min-width: 768px) {
	.scroll_area_inner {
		aspect-ratio: 5 / 1;
	}

	.scroll_area_list li {
		flex-direction: row;
		justify-content: flex-start;
		gap: 24px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_3 .section_container_inner {
		width: 65%;
	}

	.scroll_area_list {
		gap: 36px;
	}

	.scroll_area_list li {
		gap: 48px;
		font-size: 1.2rem;
	}
}

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

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