@charset "utf-8";

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

.fv {
	position: relative;
	padding-bottom: 5%;
	background-color: #0D4470;
	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: 90%;
	margin-right: auto;
}

.fv_posi {
	position: absolute;
	top: 285px;
	right: 5%;
	width: 70%;
	z-index: 3;
}

.fv_posi img {
	max-width: 100%;
	max-height: 100%;
}

.fv_text {
	width: 80%;
	margin: 20% auto 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	color: #fff;
}

.fv_text > * {
	display: block;
}

.fv_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 5% auto 0;
}

.fv_btn .img {
	display: block;
}

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

	.fv .section_inner {}

	.fv .section_container {}

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

	.fv_posi {
		top: 5%;
		right: 7.5%;
		width: 30%;
	}

	.fv_posi img {}

	.fv_text {
		position: absolute;
		bottom: 5%;
		right: 7.5%;
		width: 25%;
		margin: 0;
	}

	.fv_text > * {}

	.fv_btn {
		display: none;
	}

	.fv_btn .img {}
}

@media screen and (min-width: 1024px) {
	.fv_posi {
		top: 7.5%;
		right: 7.5%;
		width: 30%;
	}

	.fv_text {
		position: absolute;
		bottom: 7.5%;
		right: 7.5%;
		width: 25%;
	}
}

@media screen and (min-width: 1440px) {
	.fv_posi {
		top: 7.5%;
		right: 5%;
		width: 32.5%;
	}

	.fv_text {
		position: absolute;
		bottom: 5%;
		right: 5%;
		width: 27.5%;
		font-size: 1rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_posi {
		top: 7.5%;
		right: 5%;
		width: 32.5%;
	}

	.fv_text {
		position: absolute;
		bottom: 7.5%;
		right: 5%;
		width: 27.5%;
		font-size: 1.2rem;
	}
}

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

.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 {
	padding: 0;
}

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

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

.section_1 .flex_wave {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto 0;
}

.section_1 .flex_wave * {
	display: block;
	line-height: 1;
}

.section_1 .flex_wave .img {
	width: 48px;
}

.section_1 .text {
	width: fit-content;
	max-width: 90%;
	margin: 0 auto 0;
}

.section_1 .text_1 {
	margin: 0;
	font-weight: 700;
}

.section_1 .text_2 {
	text-align: center;
	font-size: 1.1rem;
	color: #33A1F9;
}

.section_1 .text_3 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
}

.section_1 .text_4 {}

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

	.section_1 .section_container_inner {
		flex-direction: row-reverse;
		align-items: flex-start;
		width: 90%;
		margin: 5% 0 0 auto;
	}

	.section_1 .section_content_1 {
		flex: 5;
	}

	.section_1 .section_content_2 {
		flex: 5;
		align-items: flex-start;
	}

	.section_1 .flex_wave {
		margin: 0 auto 0 0;
	}

	.section_1 .flex_wave * {}

	.section_1 .flex_wave .img {}

	.section_1 .text {
		max-width: none;
		margin: 0;
		text-align: left;
	}

	.section_1 .text_1 {}

	.section_1 .text_2 {}

	.section_1 .text_3 {}

	.section_1 .text_4 {}
}

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

	.section_1 .section_container_inner {}

	.section_1 .section_content_1 {}

	.section_1 .section_content_2 {}

	.section_1 .flex_wave {}

	.section_1 .flex_wave * {}

	.section_1 .flex_wave .img {}

	.section_1 .text {}

	.section_1 .text_1 {}

	.section_1 .text_2 {}

	.section_1 .text_3 {}

	.section_1 .text_4 {}
}

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

	.section_1 .section_container_inner {
		gap: 24px;
		width: 85%;
	}

	.section_1 .section_content_1 {
		flex: 5.5;
	}

	.section_1 .section_content_2 {
		flex: 4.5;
		gap: 24px;
	}

	.section_1 .flex_wave {}

	.section_1 .flex_wave * {}

	.section_1 .flex_wave .img {}

	.section_1 .text {}

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

	.section_1 .text_2 {
		font-size: 1.8rem;
	}

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

	.section_1 .text_4 {
		width: 90%;
		margin: 0 auto 0 0;
		font-size: 1.2rem;
	}
}

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

	.section_1 .section_container_inner {
		gap: 36px;
	}

	.section_1 .section_content_1 {}

	.section_1 .section_content_2 {
		gap: 36px;
	}

	.section_1 .flex_wave {}

	.section_1 .flex_wave * {}

	.section_1 .flex_wave .img {}

	.section_1 .text {}

	.section_1 .text_1 {}

	.section_1 .text_2 {
		font-size: 2.4rem;
	}

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

	.section_1 .text_4 {}
}

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

.section_2 {
	margin-top: 10%;
	background-image: url(../img/bg_wave_1_sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.section_2 .section_inner {
	/* background-color: #D0E8FB; */
	background: linear-gradient(180deg, transparent 0%, transparent 10%, #D0E8FB 10%, #D0E8FB 100%);
}

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

.section_2 .section_content {
	width: 100%;
}

.section_2 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 5%;
	background-color: #fff;
}

.section_2 .text {
	width: fit-content;
	max-width: 90%;
	margin: 0 auto 0;
	line-height: 1;
}

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

.section_2 .text_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.section_2 .text_2 span:nth-of-type(1) {
	font-size: 1.2em;
}

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

	.section_2 .section_inner {
		padding: 5% 0 10%;
	}

	.section_2 .section_container_inner {
		width: 80%;
	}

	.section_2 .section_content {}

	.section_2 .heading {
		align-items: flex-start;
		margin: 0 auto 0 0;
	}

	.section_2 .box {
		padding: 5%;
	}

	.section_2 .text {}

	.section_2 .text_1 {
		margin: 0 auto 0 0;
	}

	.section_2 .text_2 {
		flex-direction: row;
	}
}

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

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

	.section_2 .box {
		gap: 36px;
	}

	.section_2 .text_1 {
		font-size: 3.7rem;
	}

	.section_2 .text_2 {
		gap: 36px;
		font-size: 1.6rem;
	}
}

@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: 36px;
	width: 90%;
	margin: 0 auto 0;
	padding: 0;
}

.section_3 .section_content {
	width: 100%;
}

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

.section_3 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 90%;
	aspect-ratio: 350 / 335;
    margin: 0 auto 0;
    padding: 10%;
    background-color: #EAF2F9;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section_3 .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section_3 .img_1 {
	width: 25%;
}

.section_3 .box_2 .img_1 {
	width: 35%;
}

.section_3 .img_2 {
	width: 15%;
}

.section_3 .text {
	font-size: 1.6rem;
	line-height: 1;
	color: #33A1F9;
}

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

	.section_3 .section_inner {}

	.section_3 .section_container_inner {}

	.section_3 .section_content {}

	.section_3 .section_content_2 {
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
	}

	.section_3 .heading {
		align-items: flex-start;
		margin: 0 auto 0 5%;
	}

	.section_3 .box {
		justify-content: space-between;
		padding: 2.5%;
	}

	.section_3 .img_1 {
		width: auto;
		height: 40%;
	}

	.section_3 .box_2 .img_1 {
		width: auto;
		height: 40%;
	}

	.section_3 .img_2 {}

	.section_3 .text {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.section_3 .heading {
		margin: 0 auto 0 10%;
	}
}

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

	.section_3 .section_content_2 {
		gap: 24px;
	}

	.section_3 .text {
		font-size: 2rem;
	}
}

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

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

.section_4 {}

.section_4 .section_inner {
	padding: 0;
}

.section_4 .section_container_inner {}

.section_4 .section_content_1 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
	padding: 10% 5%;
	background-color: #D0E8FB;
}

.section_4 .section_content_2 {
	position: relative;
	z-index: 0;
	margin: -20% auto 0;
}

.section_4 .text {
	font-family: "Noto Sans JP", sans-serif;
}

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

	.section_4 .section_inner {}

	.section_4 .section_container_inner {}

	.section_4 .section_content_1 {
		width: max-content;
		margin: 0 auto 0 10%;
		padding: 5%;
	}

	.section_4 .section_content_2 {}

	.section_4 .heading {
		margin: 0 auto 0 0;
	}

	.section_4 .heading .main {
		margin: 0 auto 0 0;
	}

	.section_4 .text {
		margin: 0 auto 0 0;
	}

	.section_4 .btn {
		margin: 0 auto 0 0;
	}
}

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

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

	.section_4 .text {
		font-size: 1.2rem;
	}
}

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

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

.section_5 {}

.section_5 .section_inner {}

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

.section_5 .section_content {
	width: 100%;
}

.section_5 .section_content_1 {}

.section_5 .section_content_2 {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background-image: url(../img/bg_wave_2_sp.png);
	background-size: 100%;
    background-repeat: no-repeat;
}

.section_5 .section_content_2 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 10% 0 5%;
	background: linear-gradient(180deg, transparent 0%, transparent 10%, #D0E8FB 10%, #D0E8FB 100%);
}

.section_5 .section_content_3 {}

.section_5 .text {
	text-align: center;
}

.section_5 .img {
	width: 100%;
}

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

	.section_5 .section_inner {}

	.section_5 .section_container_inner {
		gap: 36px;
	}

	.section_5 .section_content_1 {}

	.section_5 .section_content_2 {
		background-image: url(../img/bg_wave_2_pc.png);
	}

	.section_5 .section_content_2 .section_content_inner {
		padding: 5% 0 5%;
	}

	.section_5 .section_content_3 {}

	.section_5 .heading {
		align-items: flex-start;
		margin: 0 auto 0 0;
	}

	.section_5 .text {}
}

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

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

	.section_5 .text {
		font-size: 1.8rem;
	}
}

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

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

.section_6 {
	background-color: #D0E8FB;
}

.section_6 .section_inner {
	padding: 20% 0 0;
}

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

.section_6 .section_content {
	width: 80%;
}

.section_6 .section_content_1 {}

.section_6 .section_content_2 {}

.section_6 .section_content_3 {}

.section_6 .section_content_4 {
	width: 100%;
}

.section_6 .text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}

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

.section_6 .img {
	display: block;
	width: 100%;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section_6 .map {
	width: 100%;
	aspect-ratio: 9 / 16;
}

.section_6 .map iframe {
	width: 100%;
	height: 100%;
}

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

	.section_6 .section_inner {}

	.section_6 .section_container_inner {}

	.section_6 .section_content {}

	.section_6 .section_content_1 {}

	.section_6 .section_content_2 {}

	.section_6 .section_content_3 {}

	.section_6 .section_content_4 {}

	.section_6 .heading {
		align-items: flex-start;
		margin: 0 auto 0 0;
	}

	.section_6 .text {}

	.section_6 .flex {
		flex-direction: row;
		gap: 36px;
	}

	.section_6 .img {}

	.section_6 .map {
		aspect-ratio: 5 / 2;
	}

	.section_6 .map iframe {}
}

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

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

	.section_6 .section_content {
		width: 70%;
	}

	.section_6 .section_content_4 {
		width: 100%;
	}

	.section_6 .flex {
		gap: 72px;
	}

	.section_6 .text {
		font-size: 1.5rem;
	}
}

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