@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-position: 60% 0%;
	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_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.1em;
}

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

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {}

	.fv_text > * {}
}

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

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

@media screen and (min-width: 1920px) {
    .fv_text {
        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 {
	position: relative;
	background-image: url(../img/top_concept_bg_sp.png);
	background-size: cover;
}

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

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

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

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

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

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

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

.section_1 .box .content table {
	width: 100%;
	margin: 0 auto;
}

.section_1 .box .content table th,
.section_1 .box .content table td {
	display: block;
	padding: 0;
	border: 0;
	font-weight: 400;
}

.section_1 .box .content table th span,
.section_1 .box .content table td span {
	display: block;
	padding: 0.5em;
}

.section_1 .box .content table td span {
	padding: 0.5em 0.5em 0.5em 1em;
}

.section_1 .box .content table th .table_span,
.section_1 .box .content table td .table_span {
	width: max-content;
	margin: 0 auto 0 0;
	padding: 0;
}

.section_1 .box .content table th .table_span th,
.section_1 .box .content table td .table_span td {
	display: table-cell;
}

.section_1 .box .content table td .table_span td span {
	padding: 0.5em;
}

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

	.section_1 .triangle {
		height: 65%;
	}

	.section_1 .triangle_1 {}

	.section_1 .triangle_2 {}

	.section_1 .triangle_2::before {}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .box {}

	.section_1 .box .img {}

	.section_1 .box .content {
		width: 90%;
		margin: 0 auto;
	}

	.section_1 .box .content .heading {}

	.section_1 .box .content table {
		width: max-content;
	}

	.section_1 .box .content table th,
	.section_1 .box .content table td {
		display: table-cell;
	}

	.section_1 .box .content table th {
		/* width: 20%; */
	}

	.section_1 .box .content table td {
		/* width: 80%; */
	}

	.section_1 .box .content table th span,
	.section_1 .box .content table td span {}

	.section_1 .box .content table th span {
		padding-left: 0;
	}

	.section_1 .box .content table td span {
		padding-right: 0
	}

	.section_1 .box .content table th .table_span,
	.section_1 .box .content table td .table_span {}

	.section_1 .box .content table th .table_span th,
	.section_1 .box .content table td .table_span td {
		/* width: auto; */
	}

	.section_1 .box .content table td .table_span th span {
		padding: 0.5em 0.5em 0.5em 1em;
	}

	.section_1 .box .content table td .table_span td span {
		padding-right: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 {
		background-size: contain;
	}

	.section_1 .box {
		padding: 5% 0;
	}

	.section_1 .box .content {
		width: max-content;
		margin: 0 12.5% 0 auto;
	}

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

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

	.section_1 .box .content table th,
	.section_1 .box .content table td {
		font-size: 1.2rem;
	}

	.section_1 .box .content table th span {
		padding-right: 2em;
	}

	.section_1 .box .content table td span {
		padding-left: 2em;
	}

	.section_1 .box .content table td .table_span th span {
		padding-left: 2em;
	}
}

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

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

.section_2 {
	position: relative;
}

.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;
}

.wrap_map {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 0;
	z-index: 1;
}

.wrap_map .map {
	position: relative;
	width: 100%;
	padding-top: calc(500 / 750 * 100vw);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.wrap_map .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-220 / 750 * 100vw);
	height: calc(100% + calc(500 / 750 * 100vw));
}

.wrap_map .btn_map {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

.wrap_map .btn_map a {
	display: block;
	width: 100%;
	height: auto;
}

.wrap_map .btn_map a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 768px) {
	.wrap_map  {
		width: 80%;
	}

	.wrap_map .btn_map {
		width: 20%;
	}

	.wrap_map .map {
		padding-top: calc(500 / 1299 * 100vw);
		aspect-ratio: 3 / 1;
	}

	.wrap_map .map iframe {
		margin-top: calc(-250 / 1299 * 100vw);
		height: calc(100% + calc(500 / 1299 * 100vw));
	}
}

@media screen and (min-width: 1280px) {
	.wrap_map .map {
		padding-top: calc(500 / 1599 * 100vw);
	}

	.wrap_map .map iframe {
        margin-top: calc(-190 / 1599 * 100vw);
        height: calc(100% + calc(380 / 1599 * 100vw));
	}

	.wrap_map .btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
	}
}

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

	.wrap_map {
		width: 70%;
	}

	.wrap_map .map {
		padding-top: calc(500 / 1920 * 100vw);
	}

	.wrap_map .map iframe {
        margin-top: calc(-200 / 1920 * 100vw);
        height: calc(100% + calc(400 / 1920 * 100vw));
	}

	.wrap_map .btn_map {
		left: calc(30 / 1920 * 100vw);
		top: calc(30 / 1920 * 100vw);
	}
}