@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_bg_2_sp.png);
	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%);
	width: max-content;
	margin: 0 auto 0;
	padding: 0.75em;
	border-radius: 10px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.fv_text > * {
	display: block;
	line-height: 1;
	color: #FF8B00;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
	main::after {
		background-size: 3.5%;
	}

	.section_inner {
		padding: 10% 0;
	}
}

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

.section_1 {
    position: relative;
	background-image: url(../img/bg_dot.png);
    background-size: 7.4%;
    background-repeat: repeat;
}

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

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

.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 .section_content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
}

.section_1 .section_content_2 {
	padding: 5%;
	border-radius: 30px;
	background-color: #FFF6EC;
}

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

.section_1 .heading {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 2.5% 5%;
	border-radius: 10px;
	background-color: #FF8B00;
	color: #fff;
}

.section_1 .heading img {
	display: block;
	width: auto;
	height: 1.2em;
}

.section_1 .section_content_2 .heading {
	flex-direction: column;
	align-items: flex-start;
    width: max-content;
    margin: 0 0 0.5em;
	padding: 0;
	background-color: transparent;
	font-size: 1.3rem;
	color: inherit;
}

.section_1 .belt {
	width: 100%;
	margin: 0;
	padding: 2.5%;
	border-radius: 8px;
	background-color: #FF8B00;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.section_1 .belt_1 {
	background-color: #FF8B00;
}

.section_1 .belt_2 {
	background-color: #BFBFBF;
}

.section_1 .text {
	width: fit-content;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-weight: 700;
}

.section_1 .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-size: 3.5%;
	}

	.section_1 .section_container_inner {
		gap: 36px;
	}

	.section_1 .section_content {
		gap: 36px;
	}

	.section_1 .heading {
		padding: 1.25% 5%;
	}

	.section_1 .section_content_2 .heading {
		font-size: 1.6rem;
	}
}

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

	.section_1 .section_content {
		gap: 48px;
	}

	.section_1 .section_content_inner {
		gap: 24px;
		width: 70%;
	}
}

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

	.section_1 .section_content {
		gap: 60px;
		width: 70%;
	}

	.section_1 .content .heading {
		gap: 36px;
	}

	.section_1 .section_content_2 .heading {
		font-size: 2.4rem;
	}

	.section_1 .belt {
		font-size: 1.2rem;
	}

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

/* ---------------------------------------------------------------------------------------------------- */
.section_content_inner .date {
    font-weight: bold;
    font-size: 1.4rem;
}

.post-body {
    font-size: 1.4rem;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
    gap: 1em;
}

.post-navigation a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    background-color: #FF8B00;
    color: #fff;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.post-navigation a:hover {
    background-color: #e67800;
}

/* category-news */
.news-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2em auto;
}

.news-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
}

.news-date {
  font-size: 1.2em;
  color: #666;
  display: block;
  margin-bottom: 0.5em;
}

.news-title {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.news-excerpt {
  font-size: 1.2em;
  color: #333;
}

.news-excerpt .read-more {
  color: #FF8B00;
  font-weight: bold;
  margin-left: 0.5em;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 3em;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-block;
  background-color: #FF8B00;
  color: #fff;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pagination .page-numbers:hover {
  background-color: #e67800;
}

.pagination .current {
  background-color: #FF8B00;
  pointer-events: none;
}






