@charset "utf-8";

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

.fv {
	position: relative;
	height: 200px;
	background-image: url(../img/fv_2.png);
	background-size: cover;
	background-position: 75% 0%;
	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: 65%;
	left: 5%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: max-content;
	margin: 0;
	font-size: 1rem;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 1.5em;
	color: #5F5C61;
}

.fv_text > *:nth-of-type(2) {
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: 1em;
	color: #BFA2DB;
}

.heading_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    color: #7F7C82;
}

.heading_1 .main {
    font-size: 1.4em;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {}

	.fv_text > * {}

	.fv_text > *:nth-of-type(1) {}

	.fv_text > *:nth-of-type(2) {}
}

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

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

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

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

.section_2 .section_inner {
	padding: 0;
}

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

.section_2 .content {
	width: 100%;
	height: auto;
	padding: 5% 0;
    border-bottom: 1px solid #F5F5F5;
}

.section_2 .content .flex {
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .content .flex .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
}

.section_2 .content .flex .box .img_area {}

.section_2 .content .flex .box .img_area .img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.section_2 .content .flex .box .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	width: 80%;
	margin: -15% auto 0;
	padding: 5%;
	color: #5F5C61;
    font-size: 20px;
}

.heading_area {
    padding: 5% 2%;
}

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

	.section_2 .section_inner {}

	.section_2 .section_container_inner {}

	.section_2 .content {}

	.section_2 .content .flex {}

	.section_2 .content .flex .box .img_area {}

	.section_2 .content .flex .box .img_area .img {}

	.section_2 .content .flex .box .text_area {}
}

@media screen and (min-width: 1440px) {
	.section_2 .content .flex {
		gap: 24px;
	}

	.section_2 .content .flex .box .text_area {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 630px) {
    .heading_1 .main {
    font-size: 1em;
    }

    .section_2 .content {
    padding: 3.5% 0 5% 0;
    }
}

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

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

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


/* category-news */

#single .content .flex {
	align-items: start;
}

.section_2 .content .flex .box .text_area {
    margin: 0;
}

.post-box {
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.text_area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-title a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
}

.post-excerpt p {
  margin: 0;
  color: #5F5C61;
}

.read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #0073aa;
  text-decoration: underline;
}

.nav-links {
    color: #5F5C61;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .category-layout {
    flex-direction: column;
  }
}

