@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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

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

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

.section_1 .text_2 {
	width: 90%;
}

.section_1 .img {
	width: 25%;
}

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

.section_1 .movie {
	width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
}

.section_1 .movie iframe {
	width: 100%;
	height: 100%;
	border: none;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .section_content {}

	.section_1 .text {}

	.section_1 .text_1 {}

	.section_1 .text_2 {
		width: 70%;
	}

	.section_1 .img {
		width: 15%;
	}

	.section_1 .img img {}

	.section_1 .movie {
		width: 75%;
	}
}

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

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

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

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

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

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

.section_2 {}

.section_2 .section_inner {
	padding: 0;
}

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

.section_2 .section_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto 0;
	background-color: #EBEFF3;
}

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

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

.section_2 .text {
	width: fit-content;
	margin: 0 auto 0;
}

.section_2 .text_1 {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #33A1F9;
}

.section_2 .text_2 {}

.section_2 .imgarea {
	width: 100%;
}

.section_2 .img {
	width: 100%;
	margin: 0 auto;
}

.section_2 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section_2 .img_1 {
	width: 25%;
}

.section_2 .img_2 {
  aspect-ratio: 2 / 1;
  width: 100%;
  overflow: hidden;
}

.section_2 .img_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

	.section_2 .section_inner {}

	.section_2 .section_container_inner {}

	.section_2 .section_content {
		flex-direction: row;
		width: 100%;
	}

	.section_2 .section_content_inner {}

	.section_2 .section_content_inner_1 {
		flex: 5;
	}

	.section_2 .section_content_inner_2 {
		flex: 5;
	}

	.section_2 .section_content_inner .box {
		gap: 12px;
	}

	.section_2 .textarea {
		gap: 12px;
	}

	.section_2 .text {}

	.section_2 .text_1 {}

	.section_2 .text_2 {}

	.section_2 .img {}

	.section_2 .img img {}

	.section_2 .img_1 {
		width: 15%;
	}

	.section_2 .img_2 {}
}

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

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

	.section_2 .section_content_inner .box {
		flex-direction: row;
		align-items: flex-start;
	}

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

	.section_2 .section_content_inner_1 {
		flex: 6;
	}

	.section_2 .section_content_inner_2 {
		flex: 4;
	}

	.section_2 .section_content_inner .box {
		gap: 24px;
		padding: 24px 48px 0 240px;
	}

	.section_2 .textarea {
		flex: 9;
		gap: 24px;
	}

	.section_2 .text_1 {
		margin: 0 auto 0 0;
		font-size: 3rem;
	}

	.section_2 .text_2 {
		font-size: 1.2rem;
	}

	.section_2 .imgarea {
		flex: 1;
	}

	.section_2 .img_1 {
		width: 100%;
		height: auto;
		max-height: 3rem;
		margin-left: auto;
		aspect-ratio: 1 / 1;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .section_content_inner .box {
		padding: 48px 48px 0 360px;
	}
}

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

.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: 100%;
	margin: 0 auto 0;
	background-image: url(../img/bg_wave_2_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section_3 .section_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 5% 5%;
	background: linear-gradient(180deg, transparent 0%, transparent 10%, #D0E8FB 10%, #D0E8FB 100%);
}

.section_3 .text {
	width: fit-content;
	margin: 0 auto 0;
}

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

	.section_3 .section_content {
		padding: 5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .section_container_inner {
		background-image: url(../img/bg_wave_2_pc.png);
	}

	.section_3 .section_content {
		padding: 5% 25%;
	}

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

/* Font Awesome アイコンスタイル */
.section_2 .img_1 i {
	font-size: 1rem;
	color: #33A1F9; /* 青色 - 変更可能 */
	display: block;
	text-align: center;
}


	.section_2 .img_1 i {
		font-size: 3rem;
	}


@media screen and (max-width: 768px) {
	.section_2 .img_1 i {
		font-size: 5rem;
	}
}
