@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv {
	position: relative;
	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 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.fv_deco {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	margin: 0 auto 0;
	font-size: 1.6rem;
}

.fv_text > * {
	display: block;
	padding: 8px;
	border-radius: 10px;
	background-color: #fff;
	color: #FF8B00;
}

.fv_text .top {
	font-size: 0.7em;
	font-weight: 500;
}

.fv_text .bottom {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
	.fv {}

	.fv .section_inner {}

	.fv .section_container {}

	.fv .slider_area {
		left: auto;
		right: 6.5%;
		transform: translate(0, -50%);
		width: 57.5%;
	}

	.fv_deco {
		bottom: 5px;
	}

	.fv_text {
		top: 31%;
		left: 6.5%;
		width: 100%;
		font-size: 1.4rem;
	}

	.fv_text > * {
		padding: 12px;
	}

	.fv_text .top {}

	.fv_text .bottom {
		margin-left: 5%;
	}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		top: 32%;
		gap: 24px;
		font-size: 2.4rem;
	}

	.fv_text > * {
		padding: 16px;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		top: 32%;
		gap: 36px;
		font-size: 2.7rem;
	}

	.fv_text > * {
		padding: 16px;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		top: 32.5%;
		gap: 36px;
		font-size: 3.6rem;
	}

	.fv_text > * {
		padding: 20px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.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 {
	background-color: #FFF6EC;
}

.section_1 .section_inner {
	padding: 5% 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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .img {
	display: block;
	width: 80%;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	.section_1 .section_inner {
		padding: 2.5% 0;
	}

	.section_1 .img {
		width: 70%;
		margin: 0 auto 0;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	background-image: url(../img/bg_dot.png);
	background-size: 7.4%;
	background-repeat: repeat;
}

.section_2 .section_inner {
	padding: 20% 0 5%;
}

.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 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
	padding: 10% 5% 5%;
	border-radius: 20px;
	background-color: #EEEBE7;
}

.section_2 .deco {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_2 .deco .img {
	width: 25%;
}

.section_2 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0 0;
	font-weight: 700;
}

.section_2 .content * {
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-size: 3.5%;
	}

	.section_2 .section_inner {
		padding: 15% 0 5%;
	}

	.section_2 .section_content {
		padding: 5%;
	}

	.section_2 .deco {
		width: 80%;
	}

	.section_2 .deco .img {
		width: 15%;
	}

	.section_2 .flex {
		gap: 24px;
	}

	.section_2 .content {
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}

	.section_2 .content span {
		font-size: 1.25em;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .deco {
		top: -110px;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .section_content {
		gap: 36px;
	}

	.section_2 .deco {
		top: -120px;
	}

	.section_2 .flex {
		gap: 36px;
	}

	.section_2 .content {
		gap: 24px;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .deco {
		top: -160px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {
	background-image: url(../img/bg_orange_1_sp.png);
	background-size: cover;
}

.section_3 .section_inner {
	padding: 10% 0;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
}

.section_3 .heading {
	color: #fff;
}

.section_3 .text {
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.section_3 {
		background-image: url(../img/bg_orange_1_pc.png);
	}

	.section_3 .section_content {
		width: 65%;
		max-width: 1080px;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .section_content {
		width: 60%;
	}

	.section_3 .text {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {
    position: relative;
}

.section_4::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1;
}

.section_4 .section_inner {}

.section_4 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_4 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 80%;
	margin: 0 auto 0;
}

.section_4 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_4 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #FFF6EC;
}

.section_4 .text {
	text-align: center;
}

.section_4 .text_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
	font-family: "Quicksand", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #FF8B00;
}
.section_4 .text_1 .sub {
	font-size: 20px;
    line-height: 1.6;
    letter-spacing: .1em;
}
.section_4 .text_1 > * {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 0;
	line-height: 1;
}

.section_4 .text_1 img {
	display: block;
	width: auto;
	height: 1.5rem;
}

.section_4 .text_1 span:nth-of-type(2) {
}

.section_4 .text_2 {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 0;
	font-weight: 700;
}

.section_4 .img {
	width: 80%;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_4 .box:nth-of-type(5) .img {
	width: 35%;
	max-width: 100%;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	.section_4::after {
		background-size: 3.5%;
	}

	.section_4 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.section_4 .box {
		justify-content: flex-start;
		width: calc((100% - (24px * 2)) / 3);
		margin: 0;
	}

	.section_4 .img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		aspect-ratio: 1 / 1;
	}

	.section_4 .box:nth-of-type(5) .img {
		display: flex;
		align-items: center;
		width: 100%;
		aspect-ratio: 1 / 1;
	}

	.section_4 .img img {
		max-width: 100%;
		max-height: 100%;
	}

	.section_4 .box:nth-of-type(5) .img img {
		max-width: 50%;
		max-height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 .flex {
		gap: 60px;
	}

	.section_4 .box {
		width: calc((100% - (60px * 2)) / 3);
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .section_content {
		gap: 84px;
	}

	.section_4 .flex {
		gap: 120px;
	}

	.section_4 .box {
		gap: 36px;
		width: calc((100% - (120px * 2)) / 3);
	}

	.section_4 .text_1 {
		font-size: 1.8rem;
	}

	.section_4 .text_1 img {
		height: 1.8rem;
	}

	.section_4 .text_2 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_5 {
    position: relative;
	background-color: #FFF6EC;
}

.section_5 .section_inner {
	padding: 10% 0 5%;
}

.section_5 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 80%;
	margin: 0 auto 0;
}

.section_5 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
}

.section_5 .btn {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.section_5 .calendar {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_5 .section_inner {
		padding: 5% 0 5%;
	}

	.section_5 .flex {
		flex-direction: row;
	}

	.section_5 .box {
		width: calc((100% - 24px) / 2);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_5 .section_content {
		gap: 84px;
		width: 70%;
	}

	.section_5 .box {
		gap: 24px;
	}

	.section_5 .flex {
		gap: 84px;
	}

	.section_5 .text {
		font-size: 1.6rem;
	}

	.section_5 .btn {
		width: 285px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_6 {
    position: relative;
}

.section_6::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/bg_square.png);
    background-size: 7%;
    background-repeat: repeat;
	opacity: 0.1;
}

.section_6 .section_inner {
	padding: 10% 0 5%;
}

.section_6 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 80%;
	margin: 0 auto 0;
}

.section_6 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .box > .textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_6 .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

.section_6 .text_1 {
	font-size: 1.1rem;
	font-weight: 700;
}

.section_6 .text_2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin: 0 auto 0 0;
	font-weight: 700;
	color: #FF8B00;
}

.section_6 .text_2 p {
	padding-bottom: 0.25em;
	border-bottom: 3px #FF8B00 solid;
}

.section_6 .text_2 .img {
	width: 28px;
}

.section_6 .btn {
	display: block;
	width: 160px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_6::after {
		background-size: 3.5%;
	}

	.section_6 .box {
		flex-direction: row;
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
	}

	.section_6 .box:nth-child(even) {
		flex-direction: row-reverse;
	}

	.section_6 .box > .img {
		width: calc((100% - 12px) / 2);
	}

	.section_6 .box > .textarea {
		justify-content: flex-start;
		width: calc((100% - 12px) / 2);
	}

	.section_6 .text_2 {
		gap: 12px;
	}
}

@media screen and (min-width: 1280px) {
	.section_6 .box {
		gap: 24px;
	}

	.section_6 .box > .img {
		width: calc((100% - 24px) / 2);
	}

	.section_6 .box > .textarea {
		width: calc((100% - 24px) / 2);
	}
}

@media screen and (min-width: 1440px) {
	.section_6 .section_content {
		gap: 60px;
		width: 70%;
	}

	.section_6 .box {
		gap: 60px;
	}

	.section_6 .box > .img {
		width: calc((100% - 60px) / 2);
	}

	.section_6 .box > .textarea {
		width: calc((100% - 60px) / 2);
	}

	.section_6 .text_1 {
		font-size: 1.5rem;
	}

	.section_6 .text_2 {
		font-size: 1.5rem;
	}

	.section_6 .text_3 {
		font-size: 1.2rem;
	}

	.section_6 .btn {
		width: 285px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
