@charset "UTF-8";

/* ------------------------------ */
/* .news-index-page */
/* ------------------------------ */

/* 基本レイアウト */
.news-index-page .news {
	padding: 100px 0 70px 0;
}
.news-index-page .news .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.news-index-page .news .col_left {
		width: 310px;
	}
	.news-index-page .news .col_right {
		flex: 1;
		max-width: 940px;
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.news-index-page .news .col_left {
		width: 280px;
	}
}
@media (max-width: 767px) {
	.news-index-page .news {
		padding: 20px 0 40px 0;
	}
	.news-index-page .news .col_left {
		width: 100%;
	}
	.news-index-page .news .col_right {
		padding-left: 0;
	}
}

/* .news__tab */
.news-index-page .news__tab {
	background-color: #f8f8f8;
	border-radius: 20px;
	width: 100%;
	padding: 35px 40px;
}
.news-index-page .news__tab ul li a {
	position: relative;
	display: inline-block;
	line-height: 1.4;
	padding-left: 20px;
}
.news-index-page .news__tab ul li a::before {
    position: absolute;
    left: 0;
    top: 0.45em;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--yellow);
	opacity: 0.5;
}
.news-index-page .news__tab ul li.service01 a::before {
    background-color: var(--green);
}
.news-index-page .news__tab ul li.service02 a::before {
    background-color: var(--orange);
}
.news-index-page .news__tab ul li a:hover,
.news-index-page .news__tab ul li.active a {
	font-weight: 700;
	opacity: 1;
}
.news-index-page .news__tab ul li a:hover::before,
.news-index-page .news__tab ul li.active a::before {
	opacity: 1;
}
@media (min-width: 768px) {
	.news-index-page .news__tab ul li + li {
		margin-top: 17px;
	}
}
@media (max-width: 767px) {
	.news-index-page .news__tab {
		padding: 20px 20px 10px 30px;
		margin-bottom: 40px;
	}
	.news-index-page .news__tab ul li {
		display: inline-block;
		margin: 0 10px 10px 0;
	}
}

/* .col_right */
.news-index-page .news__col ul li {
	border-top: 1px solid var(--darkgrey);
}
.news-index-page .news__col ul li:last-child {
	border-bottom: 1px solid var(--darkgrey);
}
.news-index-page .news__col ul li a.article-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 1.4;
	padding: 35px 0;
}
.news-index-page .news__col .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 350px;
	padding-left: 20px;
}
.news-index-page .news__col .entry-meta .date {
	font-weight: 500;
	padding-right: 20px;
}
.news-index-page .news__col .entry-meta .category {
	position: relative;
	background-color: #f8f8f8;
	border-radius: 50px;
	width: 240px;
	color: var(--darkgrey);
	line-height: 1.2;
	padding: 5px 20px 5px 35px;
	transition: 0.3s all;
}
.news-index-page .news__col .entry-meta .category::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--yellow);
}
.news-index-page .news__col .entry-meta .category.service01::before {
	background-color: var(--green);
}
.news-index-page .news__col .entry-meta .category.service02)::before {
	background-color: var(--orange);
}
.news-index-page .news__col .entry-title {
	flex: 1;
	font-size: inherit;
	font-weight: 500;
	margin: 0;
	padding-left: 5%;
}
@media (min-width: 768px) {
	.news-index-page .news__col a.article-link:hover {
		background-color: #f8f8f8;
		opacity: 1;
	}
	.news-index-page .news__col a.article-link:hover .entry-meta .category {
		background: var(--darkgrey);
		color: #fff;
	}
}
@media (max-width: 1299px) {
	.news-index-page .news__col .entry-meta {
		justify-content: flex-start;
		width: 300px;
	}
	.news-index-page .news__col .entry-meta .category {
		width: fit-content;
	}
	.news-index-page .news__col .entry-title {
		padding-left: 0;
	}
}
@media (max-width: 1199px) {
	.news-index-page .news__col .entry-meta {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.news-index-page .news__col ul li a.article-link {
		font-size: 14px;
		padding: 15px 20px 30px 20px;
	}
	.news-index-page .news__col .entry-meta {
		padding: 0;
	}
	.news-index-page .news__col .entry-meta .date {
		font-size: 16px;
	}
}

/* ------------------------------ */
/* ページネーション */
/* ------------------------------ */

.news-index-page .news .row-pagination {
	display: block;
	margin-top: 100px;
}
.news-index-page .news .row-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.news-index-page .news .row-pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--darkgrey);
  text-decoration: none;
  color: var(--darkgrey);
  font-size: 16px;
	font-weight: 500;
	padding-bottom: 2px;
  transition: background 0.3s;
  background: transparent;
}
.news-index-page .news .row-pagination .nav-links .page-numbers:hover:not(.current):not(.prev):not(.next) {
  background: var(--darkgrey);
	color: #fff;
}
@media (max-width: 767px) {
	.news-index-page .news .row-pagination {
		margin-top: 60px;
	}
}

/* 現在のページ */
.news-index-page .news .row-pagination .nav-links .page-numbers.current {
  background: var(--darkgrey);
  color: #fff;
  border-color: var(--darkgrey);
}
@media (max-width: 767px) {
	
}

/* 前へ・次へ */
.news-index-page .news .row-pagination .nav-links .page-numbers.prev,
.news-index-page .news .row-pagination .nav-links .page-numbers.next {
	position: relative;
  border: none;
	width: 18px;
	background-color: none;
}
.news-index-page .news .row-pagination .nav-links .page-numbers.prev::after {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\e5e0";
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 0;
	color: var(--black);
	font-size: 16px;
	font-weight: 700;
}
.news-index-page .news .row-pagination .nav-links .page-numbers.next::after {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\e5e1";
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 0;
	color: var(--black);
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 767px) {
	
}

/* … (dots) */
.news-index-page .news .row-pagination .nav-links .page-numbers.dots {
  border: none;
  pointer-events: none;
  color: var(--darkgrey);
	font-size: 20px;
  width: auto;
	margin: 0 0 10px;
}
@media (max-width: 767px) {
	
}

/* ------------------------------ */
/* .news-article-page */
/* ------------------------------ */

/* .article__inner */
.news-article-page .article__inner {
	padding: 100px 0 120px 0;
}
@media (max-width: 767px) {
	.news-article-page .article__inner {
		padding: 50px 0 100px 0;
	}
}

/* .entry-header */
.news-article-page .entry-meta {
	display: flex;
	flex-wrap: wrap;
}
.news-article-page .entry-meta .date {
	width: 90px;
	font-weight: 500;
}
.news-article-page .entry-meta .category {
	flex: 1;
}
.news-article-page .entry-meta .category ul li {
	display: inline-block;
	margin: 0 5px 10px 0;
}
.news-article-page .entry-meta .category ul li a {
	display: block;
	position: relative;
	z-index: 1;
	background-color: #f8f8f8;
	border-radius: 50px;
	color: var(--darkgrey);
	line-height: 1.2;
	padding: 5px 20px 5px 35px;
	transition: 0.3s all;
}
.news-article-page .entry-meta .category ul li a:hover {
	background: var(--darkgrey);
	color: #fff;
	opacity: 1;
}
.news-article-page .entry-meta .category ul li a::before {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: var(--yellow);
}
.news-article-page .entry-meta .category ul li a.service01::before {
	background-color: var(--green);
}
.news-article-page .entry-meta .category ul li a.service02::before {
	background-color: var(--orange);
}
.news-article-page h1.entry-title {
	font-size: 50px;
	line-height: 1.4;
	margin-top: 55px;
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.news-article-page .entry-meta .date {
		width: 80px;
	}
	.news-article-page .entry-meta .category ul li a {
		font-size: 14px;
	}
	.news-article-page h1.entry-title {
		font-size: 34px;
		margin: 30px 0;
	}
}

/* .entry-content */
.news-article-page .entry-content h2 {
	font-size: 200%;
	margin: 50px 0 25px 0;
}
.news-article-page .entry-content h3 {
	font-size: 160%;
	margin: 40px 0 20px 0;
}
.news-article-page .entry-content h4 {
	font-size: 140%;
	margin: 30px 0 15px 0;
}
.news-article-page .entry-content h5 {
	font-size: 120%;
	margin: 20px 0 15px 0;
}
.news-article-page .entry-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 1.2rem;
}
.news-article-page .entry-content ol,
.news-article-page .entry-content ul {
	padding-left: 1.5rem;
	margin-bottom: 1.2rem;
}
.news-article-page .entry-content a {
	text-decoration: underline;
}
.news-article-page .entry-content table {
	border-collapse: collapse;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.news-article-page .entry-content table td,
.news-article-page .entry-content table th {
	padding: 5px 10px;
	border: 1px solid var(--darkgrey);
	text-align: left;
	vertical-align: top;
}
.news-article-page .entry-content table th {
	background-color: #f8f8f8;
}
.news-article-page .entry-content figure {
	margin-bottom: 1.2rem;
}
.news-article-page .entry-content figure figcaption {
	line-height: 1.3;
	text-align: left;
	margin-top: 0.5rem;
}
@media (min-width: 768px) {
	
.news-article-page .entry-content a:hover {
	text-decoration: none;
}}
@media (max-width: 767px) {
	.news-article-page .entry-content p {
		font-size: 16px;
	}
}

/* .row-pagination */
.news-article-page .row-pagination {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 850px;
	margin: 120px auto 0 auto;
}
.news-article-page .row-pagination .btn-wrap .btn.btn_more {
	display: flex;
	width: 180px;
	min-height: 56px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 50px 10px 18px;
	margin: 0 auto;
}
.news-article-page .row-pagination .btn-wrap .btn.btn_more::after {
    right: 13px;
    width: 32px;
    height: 32px;
    font-size: 22px;
	color: var(--yellow);
}
.news-article-page .row-pagination .post-nav__prev,
.news-article-page .row-pagination .post-nav__next {
	font-weight: 500;
	text-align: center;
}
.news-article-page .row-pagination .post-nav__prev a,
.news-article-page .row-pagination .post-nav__next a {
	position: relative;
	display: inline-block;
}
.news-article-page .row-pagination .post-nav__prev a {
	padding-left: 53px;
}
.news-article-page .row-pagination .post-nav__next a {
	padding-right: 53px;
}
.news-article-page .row-pagination .post-nav__prev a::before,
.news-article-page .row-pagination .post-nav__next a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Material Symbols Sharp";
    content: "\e941";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--black);
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}
.news-article-page .row-pagination .post-nav__prev a::before {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.news-article-page .row-pagination .post-nav__next a::before {
	right: 0;
}
@media (min-width: 768px) {
	.news-article-page .row-pagination .btn-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 767px) {
	.news-article-page .row-pagination {
		max-width: 290px;
		padding-bottom: 110px;
		margin-top: 80px;
	}
	.news-article-page .row-pagination .btn-wrap {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
}

