@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.fv .fv_splash_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 2;
}

.fv .fv_splash_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	z-index: 2;
}

.fv .section_inner {
	width: 100%;
	height: 100%;
}

.fv .section_container_1 {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-size: 1.8rem;
}

.fv_text * {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}

.fv_text_big {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 700;
}

.fv_text_small {
	margin-top: 0.5em;
	font-size: 0.5em;
	font-weight: 700;
}

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

	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 22%
	}
}

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

@media screen and (min-width: 1440px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}

	.fv .fv_splash_2 {
		bottom: 0;
		left: 0;
		width: 21%
	}

	.fv_text {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv .fv_splash_1 {
		top: 0;
		right: 3%;
		width: 38%;
	}
}

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

.section {
	padding: 20% 0;
}

.section_container_inner {}

.text {
	font-size: 1rem;
}

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

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

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

.section_1 {
	position: relative;
}

.section_1 .bg_1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.section_1 .section_inner {
	position: relative;
	z-index: 1;
}

.section_1 .section_container_inner {}

.section_1 .section_content {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.section_1 .news {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
	width: max-content;
	max-width: 100%;
}

.section_1 .news .news_inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .news .news_inner .text {
	width: max-content;
	max-width: 100%;
}

.section_1 .news .news_inner .date {}

.section_1 .news .news_inner .title {
	font-size: 1.2rem;
}

.section_1 .news .news_inner .writing {}

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

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

@media screen and (min-width: 1440px) {
	.section_1 .news .news_inner .title {
		font-size: 1.5rem;
	}
}

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