@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_img {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	z-index: 1;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
	width: fit-content;
}

.fv_text .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	font-size: 1em;
}

.fv_text .top .highlight {
	font-size: 1.2em;
	color: #DFD7BF;
}

.fv_text .middle {
	display: block;
	width: max-content;
	font-size: 0.8em;
}

.fv_text .middle .highlight {
	font-size: 1.2em;
	color: #DFD7BF;
}

.fv_text .bottom {
	position: absolute;
	bottom: -50%;
	right: 0;
	transform: translate(0, 0) rotate(-7.5deg);
	display: block;
	width: max-content;
	font-family: "Dawning of a New Day", cursive;
	font-size: 1.2em;
	color: #DFD7BF;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_img {
		top: 50%;
		left: 10%;
		transform: translate(0, -50%);
		width: 50%;
	}

	.fv_text {
		top: 46%;
		left: 16%;
		transform: translate(0, -50%);
		width: max-content;
	}

	.fv_text > * {}

	.fv_text .top {}

	.fv_text .top .highlight {}

	.fv_text .middle {}

	.fv_text .middle .highlight {}

	.fv_text .bottom {}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		left: 15%;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 1440px) {
    .fv_text {
        left: 14%;
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 1920px) {
    .fv_text {
        left: 15%;
        font-size: 3.6rem;
    }
}

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

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

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

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

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

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

.section_1 {
	background-color: #FFFCF5;
}

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

.section_1 .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #3F2305;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .textarea {
		width: 80%;
		margin: 0 auto 0;
	}

	.section_1 .text {
		justify-content: flex-start;
	}
}

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

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

	.section_1 .textarea {
		gap: 36px;
		width: 70%;
		margin: 0 auto 0;
	}

	.section_1 .text {
		gap: 48px;
		font-size: 1.2rem;
	}
}

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

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

.section_2 {
	background-image: url(../img/top_about_bg_sp.png);
	background-position: top center;
	background-size: cover;
}

.section_2 .section_inner {
	padding: 10% 0 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 .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 90%;
	margin: 0 auto 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #3F2305;
}

.section_2 .inst {
	display: block;
	width: 24px;
	margin: 0 auto;
}

.section_2 .img {
	display: block;
	width: 95%;
	margin: 0 0 0 auto;
}

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

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

	.section_2 .section_container_inner {}

	.section_2 .text {
		max-width: 80%;
		text-align: center;
	}

	.section_2 .inst {}

	.section_2 .img {
		position: absolute;
		bottom: -20%;
		right: 0;
		width: 30%;
		margin: 0;
	}
}

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

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

	.section_2 .text {
		max-width: 70%;
		font-size: 1.2rem;
	}

	.section_2 .inst {
		width: 36px;
	}

    .section_2 .img {
        bottom: -25%;
        width: 35%;
    }
}

@media screen and (min-width: 1920px) {
    .section_2 .img {
        bottom: -40%;
        width: 40%;
    }
}

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

.section_3 {
	margin-top: -10%;
	background-color: #F7F6F4;
}

.section_3 .section_inner {
	padding: 20% 0 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 .heading {
	margin-bottom: 5%;
}

.section_3 .box {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 0;
	background-image: url(../img/top_menu_bg_sp.png);
	background-position: center;
	background-size: cover;
}

.section_3 .box .img {
	display: block;
}

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

.section_3 .box .content .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
}

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

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

	.section_3 .section_container_inner {
		gap: 0;
	}

	.section_3 .heading {
		margin: 0 auto 5% 10%;
	}

	.section_3 .box {
		padding: 5% 0;
		background-position: 100% 100%;
		background-image: url(../img/top_menu_bg_pc.png);
	}

	.section_3 .box .img {}

	.section_3 .box .content {
		align-items: flex-start;
		margin: 0 auto 0 10%;
	}

	.section_3 .box .content .text {}

	.section_3 .box .content .btn {
		margin: 0;
	}
}

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

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

	.section_3 .box .content {
		gap: 36px;
		margin: 0 auto 0 15%;
	}

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

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

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

.section_4 {
	position: relative;
	background-image: url(../img/top_concept_bg_sp.png);
	background-size: cover;
}

.section_4 .triangle {
	content: "";
	position: absolute;
	width: auto;
	height: 30%;
	aspect-ratio: 7 / 10;
}

.section_4 .triangle_1 {
	top: 0;
	right: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background-color: #F2EDDF;
}

.section_4 .triangle_2 {
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	background-color: transparent;
}

.section_4 .triangle_2::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -25%;
    left: 50%;
    transform: rotate(34.95deg);
    width: 1px;
    height: 150%;
    background-color: #DFD7BF;
}

.section_4 .section_inner {
	padding: 0;
}

.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 .box {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 0;
}

.section_4 .box .img {
	display: block;
}

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

.section_4 .box .content .textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0 0;
}

.section_4 .box .content .textarea .text {
	width: max-content;
	max-width: 100%;
	padding: 0.5em;
	background-color: #fff;
	font-size: 1.2rem;
}

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

.section_4 .box .content > .text {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0 0;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-image: url(../img/top_concept_bg_pc.png);
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
	}

	.section_4 .triangle {
		height: 65%;
	}

	.section_4 .triangle_1 {}

	.section_4 .triangle_2 {}

	.section_4 .triangle_2::before {}

	.section_4 .section_inner {}

	.section_4 .section_container_inner {}

	.section_4 .box {}

	.section_4 .box .img {}

	.section_4 .box .content {
		align-items: flex-start;
		width: 40%;
		margin: 0 10% 0 auto;
	}

	.section_4 .box .content .textarea {
		position: absolute;
		top: 5%;
		left: 30%;
		height: auto;
		writing-mode: vertical-rl;
	}

	.section_4 .box .content .textarea .text {
		height: max-content;
	}

	.section_4 .box .content .textarea .text:nth-of-type(2) {
		margin-top: 5%;
	}

	.section_4 .box .content .heading {}

	.section_4 .box .content > .text {}

	.section_4 .box .content .btn {
		margin: 0;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_4 .box .content {
		gap: 36px;
		width: 40%;
		margin: 0 15% 0 auto;
	}

	.section_4 .box .content .textarea .text {
		font-size: 2rem;
	}

	.section_4 .box .content > .text {
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 .box .content {
        width: 35%;
        margin: 0 15% 0 auto;
    }

	.section_4 .box .content .textarea {
		top: 10%;
	}

	.section_4 .box .content .textarea .text {
		font-size: 2.2rem;
	}
}

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

.section_5 {
	background-image: url(../img/top_access_bg_sp.png);
	background-size: cover;
}

.section_5 .section_inner {
	padding: 0;
}

.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 .box {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 0;
}

.section_5 .box .img {
	display: block;
}

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

.section_5 .box .content .logo {
	width: 35%;
	margin: 0 auto;
}

.section_5 .box .content .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 90%;
	margin: 0 auto;
}

.section_5 .box .content .list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding-left: 1em;
	font-size: 1rem;
}

.section_5 .box .content .list li span:nth-of-type(1) {
	position: relative;
	font-size: 1.2em;
}

.section_5 .box .content .list li span:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.75em;
	transform: translate(0, -50%) rotate(-45deg);
	width: 0.25em;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #653706;
}

.section_5 .box .content .list li span:nth-of-type(2) {
	font-family: "Noto Sans JP", sans-serif;
}

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

	.section_5 .section_inner {}

	.section_5 .section_container_inner {}

	.section_5 .box {}

	.section_5 .box .img {}

	.section_5 .box .content {
		width: 80%;
	}

	.section_5 .box .content .logo {
		width: 20%;
	}

	.section_5 .box .content .list {}

	.section_5 .box .content .list li {}

	.section_5 .box .content .list li span:nth-of-type(1) {}

	.section_5 .box .content .list li span:nth-of-type(1)::before {}

	.section_5 .box .content .list li span:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.section_5 .box .content {
		width: 25%;
		margin: 0 auto 0 10%;
	}

	.section_5 .box .content .logo {
		width: 50%;
		margin: 0 auto 0 0;
	}

	.section_5 .box .content .map {
		position: absolute;
		top: 50%;
		right: 10%;
		transform: translate(0, -50%);
		width: 50%;
		height: auto;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .box .content {
		gap: 36px;
		width: 20%;
		margin: 0 auto 0 15%;
	}

	.section_5 .box .content .list li {
		font-size: 1.2rem;
	}

	.section_5 .box .content .map {
		right: 15%;
		width: 45%;
	}
}

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

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