@charset "utf-8";

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

.fv {
	position: relative;
	width: 100%;
	background-image: url(../img/fv_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2 / 3;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 80%;
		height: auto;
		margin: 0 auto;
		background-image: none;
		aspect-ratio: auto;
	}
}

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

}

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

}

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

}

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

.heading {
	width: max-content;
	margin: 0 auto 0;
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	color: #707070;
}

.heading * {
	display: block;
}

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

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

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

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

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

.section {
	width: 90%;
	margin: 0 auto 0;
	padding: 20% 0;
}
.text {
	font-size: 1rem;
}
.section_contennt_txt{
	width: 100%;
    text-align: center;
    background: #fff;
    padding: 2.5% 0;
	border: 1px solid #000;
	margin-top: 8%;
}
@media screen and (min-width: 768px) {}

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

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

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

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

.section_1 .date {
	font-size: 1rem;
	color: #707070;
}

.section_1 .text {
	font-size: 1rem;
}

.section_1 .section_container_inner {
	margin: 5% auto 0;
	padding: 5%;
	background-color: #fff;
}

.section_1 .section_content {
	margin: 0 auto 0;
	padding: 0 0 2.5%;
	border-bottom: 1px #707070 solid;
}

.section_1 .section_content:not(:first-of-type) {
	margin: 5% auto 0;
}

.section_1 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 0 auto 0;
}

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

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

	.section_1 .section_content_inner {
		flex-direction: row;
		justify-content: flex-start;
		gap: 12px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .text {
		font-size: 1.2rem;
	}

	.section_1 .section_container_inner {
		margin: 2.5% auto 0;
		padding: 5% 10%;
	}

	.section_1 .section_content_inner {
		gap: 24px;
	}
}

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

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

.section_2 .section_inner {
	position: relative;
}

.section_2 .section_inner::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 100%;
	height: 100%;
	background-color: #333333;
}

.section_2 .section_container {
	position: relative;
	z-index: 1;
}

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

.section_2 .section_content:nth-of-type(1) .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
}

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

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

	.section_2 .section_inner::after {
		bottom: -24px;
		right: -24px;
	}

	.section_2 .section_container_inner {
		flex-direction: row;
		align-items: stretch;
	}

	.section_2 .section_content:nth-child(1) {
		flex: 5;
	}

	.section_2 .section_content:nth-of-type(1) .section_content_inner {
		height: 100%;
	}

	.section_2 .section_content:nth-child(2) {
		flex: 5;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .section_inner::after {
		bottom: -48px;
		right: -48px;
	}

	.section_2 .section_content:nth-of-type(1) .section_content_inner {
		gap: 60px;
		padding: 5% 10%;
	}
}

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


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

.section_3 .img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.section_3 .heading {
	font-family: "Zen Old Mincho", serif;
	color: #333333;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_3 .section_content {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
}

.section_3 .section_content::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #333333;
}

.section_3 .section_content_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
	padding: 10%;
	background-color: #fff;
	z-index: 1;
}

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

	.section_3 .heading {
		font-size: 1.6rem;
	}

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

	.section_3 .section_content {
		width: calc((100% - (36px * 2)) / 3);
		aspect-ratio: 2 / 3;
	}

	.section_3 .section_content::after {
		bottom: -24px;
	}

	.section_3 .section_content:nth-of-type(1) {
		margin-bottom: 20%;
	}

	.section_3 .section_content:nth-of-type(3) {
		margin-top: 20%;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_3 .heading {
		font-size: 3rem;
	}

	.section_3 .section_container_inner {
		gap: 72px;
	}

	.section_3 .section_content {
		width: calc((100% - (72px * 2)) / 3);
		aspect-ratio: 3 / 4;
	}

	.section_3 .section_content::after {
		bottom: -48px;
	}
}

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

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

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

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

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

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