@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-color: #D0F5FD;
	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: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 0.5em;
	color: #009AB7;
}

.fv_text > *:nth-of-type(2) {
	font-size: 1em;
}

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

@media screen and (min-width: 1280px) {
	.fv {
		height: 360px;
	}
}

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

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

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

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

.section_1 .section_inner {
	padding: 10% 0 10%;
}

.section_1 .section_container {}

.section_1 .section_container_inner {}

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

.section_1 .flex .box {
	position: relative;
}

.section_1 .flex .box .text_wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
}

.section_1 .flex .box .text_wrap .text {
	font-weight: 500;
}

.section_1 .flex .box .text_wrap .text_1 {
	color: #009AB7;
}

.section_1 .flex .box .text_wrap .text_2 {}

.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination a,
.pagination span {
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.pagination .current {
    background: #364246;
    color: #fff;
    border-color: #364246;
}


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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.section_1 .flex .box {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_1 .flex .box .text_wrap {}

	.section_1 .flex .box .text_wrap .text {}

	.section_1 .flex .box .text_wrap .text_1 {}

	.section_1 .flex .box .text_wrap .text_2 {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {}

	.section_1 .flex .box {}

	.section_1 .flex .box .text_wrap {}

	.section_1 .flex .box .text_wrap .text {}

	.section_1 .flex .box .text_wrap .text_1 {}

	.section_1 .flex .box .text_wrap .text_2 {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		gap: 24px;
		width: 60%;
	}

	.section_1 .flex .box {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_1 .flex .box .text_wrap {}

	.section_1 .flex .box .text_wrap .text {}

	.section_1 .flex .box .text_wrap .text_1 {}

	.section_1 .flex .box .text_wrap .text_2 {}
}

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

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