/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
pagination
========================================================= */
.c-pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination-list li {
  padding: 0 5px;
}
.c-pagination-list li a {
  background: #0f4669;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .c-pagination-list li a {
    width: 40px;
    height: 40px;
  }
}
.c-pagination-list li a svg {
  width: 10px;
}
.c-pagination-list li a svg path {
  border-color: #ffffff;
}
.c-pagination-list li a.is-current {
  background: #4786af;
}
.c-pagination-list li a.prev {
  background: url(../images/common/icon_left_w.svg) no-repeat center;
  background-size: 50% 50%;
  background-color: #0f4669;
}
.c-pagination-list li a.next {
  background: url(../images/common/icon_right_w.svg) no-repeat center;
  background-size: 50% 50%;
  background-color: #0f4669;
}

/* =========================================================
title
========================================================= */
/* =========================================================
news
========================================================= */
.p-news {
  overflow: hidden;
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-news {
    padding-top: 150px;
  }
}
.p-news-title {
  background: linear-gradient(to right, #3b75d3 0%, #a3dcf6 100%);
  border-radius: 10px;
  max-width: 1760px;
  margin: 0 auto;
  padding: 10vh 2vh;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-news-title {
    padding: 20vh 10vh;
  }
}
.p-news-title .in {
  color: #ffffff;
}
.p-news-title .en {
  border-bottom: 1px solid #ffffff;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-news-title .en {
    font-size: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-news-title .jp {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .p-news-title .jp {
    font-size: 32px;
  }
}
.p-news-list {
  margin: auto;
}
.p-news-list_category {
  margin-bottom: 45px;
}
.p-news-list_category--list {
  display: flex;
  flex-wrap: wrap;
}
.p-news-list_category--list li {
  border-left: 1px solid #d1cfcf;
}
.p-news-list_category--list li:last-child {
  border-right: 1px solid #d1cfcf;
}
.p-news-list_category--list a {
  color: #111;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.4rem 1.6rem;
}
.p-news-list_category--list a.is-current {
  color: #3b75d3;
  font-weight: 700;
}
.p-news-list_title {
  margin-bottom: 2rem;
}
.p-news-list_title--text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
}
.p-news-list_title--text::before {
  background: url("../images/news/icon_ttl.webp") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  flex-shrink: 0;
}
.p-news-list_item {
  border-top: 1px solid #d1cfcf;
  padding: 20px 0;
}
.p-news-list_item:last-child {
  border-bottom: 1px solid #d1cfcf;
}
.p-news-list_item--link {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-list_item--link {
    grid-template-columns: 1fr;
  }
}
.p-news-list_item--link:hover {
  opacity: 0.7;
}
.p-news-list_item--thumb {
  aspect-ratio: 170/100;
  overflow: hidden;
}
.p-news-list_item--thumb img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-news-list_item--info {
  min-width: 0;
}
.p-news-list_item--meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.p-news-list_item--date {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.p-news-list_item--tag {
  background: #004669;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  min-width: 100px;
  padding: 0.4rem 1rem;
  text-align: center;
}
.p-news-list_item--title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-news-list_item--text {
  color: #333;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-news-list_bottom {
  padding-top: 45px;
  text-align: center;
}
.p-news-pagination {
  margin-top: 6rem;
}
.p-news-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.p-news-pagination .page-numbers {
  background: #004669;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  height: 5.2rem;
  line-height: 1;
  width: 5.2rem;
}
.p-news-pagination .page-numbers.current {
  background: #3b75d3;
}
.p-news-pagination .page-numbers.prev, .p-news-pagination .page-numbers.next {
  position: relative;
  font-size: 0;
}
.p-news-pagination .page-numbers.prev::before, .p-news-pagination .page-numbers.next::before {
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  content: "";
  display: block;
  height: 1.2rem;
  width: 1.2rem;
}
.p-news-pagination .page-numbers.prev::before {
  transform: rotate(-135deg);
  margin-left: 0.4rem;
}
.p-news-pagination .page-numbers.next::before {
  transform: rotate(45deg);
  margin-right: 0.4rem;
}
.p-news-detail {
  margin: auto;
  max-width: 1200px;
  padding: 60px 20px 100px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding: 80px 0 140px;
  }
}
.p-news-detail_category {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-news-detail_category {
    margin-bottom: 80px;
  }
}
.p-news-detail_category--list {
  display: flex;
  flex-wrap: wrap;
}
.p-news-detail_category--list li {
  border-left: 1px solid #d1cfcf;
}
.p-news-detail_category--list li:last-child {
  border-right: 1px solid #d1cfcf;
}
.p-news-detail_category--list a {
  color: #111;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.4rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail_category--list a {
    font-size: 1.5rem;
    padding: 1.6rem 2.2rem;
  }
}
.p-news-detail_category--list a.is-current {
  color: #3b75d3;
  font-weight: 700;
}
.p-news-detail_header {
  margin-bottom: 3rem;
}
.p-news-detail_heading {
  border-bottom: 1px solid #d1cfcf;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail_heading {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.p-news-detail_heading--title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-detail_heading--title {
    font-size: 3rem;
  }
}
.p-news-detail_heading--title::before {
  background: url("../images/news/icon_ttl.webp") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 2rem;
  width: 1rem;
  flex-shrink: 0;
}
.p-news-detail_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail_meta {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-news-detail_date {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-news-detail_date {
    font-size: 1.5rem;
  }
}
.p-news-detail_tag {
  background-color: #004669;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  min-width: 12rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.p-news-detail_title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news-detail_title {
    font-size: 2rem;
  }
}
.p-news-detail_content {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-news-detail_content {
    font-size: 1.6rem;
  }
}
.p-news-detail_content > * + * {
  margin-top: 2em;
}
.p-news-detail_content h2 {
  border-left: 4px solid #004669;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail_content h2 {
    font-size: 2.8rem;
  }
}
.p-news-detail_content h3 {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news-detail_content h3 {
    font-size: 2.4rem;
  }
}
.p-news-detail_content p {
  line-height: 2;
}
.p-news-detail_content img {
  display: block;
  height: auto;
  margin: 4rem 0;
  max-width: 100%;
}
.p-news-detail_content ul,
.p-news-detail_content ol {
  padding-left: 1.5em;
}
.p-news-detail_content ul {
  list-style: disc;
}
.p-news-detail_content ol {
  list-style: decimal;
}
.p-news-detail_content li + li {
  margin-top: 0.5em;
}
.p-news-detail_content a {
  color: #004669;
  text-decoration: underline;
}
.p-news-detail_content table {
  border-collapse: collapse;
  width: 100%;
}
.p-news-detail_content th,
.p-news-detail_content td {
  border: 1px solid #d1cfcf;
  padding: 1rem;
}
/*# sourceMappingURL=style-news.css.map */