@charset "UTF-8";
.p-top-news {
  padding-block: 7.5rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767.99px) {
  .p-top-news {
    padding-block: 3.75rem 0;
  }
}

.p-top-news-inner {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .p-top-news-inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-top-news__content {
  max-width: 45.8125rem;
  width: 100%;
  margin-top: 0;
}

.p-top-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.p-top-news__item {
  border-bottom: 1px solid #cacaca;
}

.p-top-news__item-head {
  display: flex;
  align-items: center;
  gap: 2.625rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__item-head {
    gap: 1.25rem;
  }
}

.p-top-news__item-time {
  font-family: "Inter", sans-serif;
  color: #cacaca;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: calc(normal / 14);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__item-time {
    font-size: 0.875rem;
  }
}

.p-top-news__tag {
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: calc(normal / 10);
  letter-spacing: 0.05em;
  background-color: #0d46b7;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  width: fit-content;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__tag {
    font-size: 0.625rem;
  }
}

.p-top-news__item-title-wrap {
  padding-block: 1rem;
}

.p-top-news__item-title {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -webkit-box; /* Flexboxっぽい表示モードにする */
  -webkit-box-orient: vertical; /* 縦方向に揃える */
  -webkit-line-clamp: 2; /* ← ★ 表示する行数を指定 */
  overflow: hidden;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__item-title {
    font-size: 1rem;
  }
}

.p-top-news__item-link {
  display: block;
}
@media (any-hover: hover) {
  .p-top-news__item-link {
    transition: 0.3s ease;
  }
  .p-top-news__item-link:hover {
    opacity: 0.5;
  }
}

.p-top-news__btn {
  margin-top: 6.375rem;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__btn {
    margin-top: 1.875rem;
  }
}

.p-top-news__btn-more-link {
  margin-left: auto;
  padding: 0.875rem 0.5rem 0.875rem 1.25rem;
  width: fit-content;
  max-width: 16.25rem;
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  .p-top-news__btn-more-link {
    max-width: 11.75rem;
  }
}

@media screen and (max-width: 767.99px) {
  .p-top-news__btn-more-text {
    font-size: 0.75rem;
  }
}

.p-news-archive {
  padding-block: 5rem 7.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive {
    padding-block: 5rem 5rem;
  }
}

.p-news-archive-inner {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive-inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-news-archive__content {
  max-width: 31.25rem;
  width: 100%;
  margin-top: 0;
}

.p-news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.p-news-archive__item {
  border-bottom: 1px solid #cacaca;
}

.p-news-archive__item-head {
  display: flex;
  align-items: center;
  gap: 2.625rem;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__item-head {
    gap: 1.25rem;
  }
}

.p-news-archive__item-time {
  font-family: "Inter", sans-serif;
  color: #cacaca;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: calc(normal / 14);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__item-time {
    font-size: 0.875rem;
  }
}

.p-news-archive__tag {
  font-size: max(0.625rem, 8px);
  font-weight: 500;
  line-height: calc(normal / 10);
  letter-spacing: 0.05em;
  background-color: #0d46b7;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  width: fit-content;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__tag {
    font-size: 0.625rem;
  }
}

.p-news-archive__item-title-wrap {
  padding-block: 1rem;
}

.p-news-archive__item-title {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -webkit-box; /* Flexboxっぽい表示モードにする */
  -webkit-box-orient: vertical; /* 縦方向に揃える */
  -webkit-line-clamp: 2; /* ← ★ 表示する行数を指定 */
  overflow: hidden;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__item-title {
    font-size: 1rem;
  }
}

.p-news-archive__item-link {
  display: block;
}
@media (any-hover: hover) {
  .p-news-archive__item-link {
    transition: 0.3s ease;
  }
  .p-news-archive__item-link:hover {
    opacity: 0.5;
  }
}

.p-news-archive__btn {
  margin-top: 6.375rem;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__btn {
    margin-top: 1.875rem;
  }
}

.p-news-archive__btn-more-link {
  margin-left: auto;
  padding: 0.875rem 0.5rem 0.875rem 1.25rem;
  width: fit-content;
  max-width: 16.25rem;
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  .p-news-archive__btn-more-link {
    max-width: 11.75rem;
  }
}

@media screen and (max-width: 767.99px) {
  .p-news-archive__btn-more-text {
    font-size: 0.75rem;
  }
}

.p-article__inner {
  margin-block-start: 7rem;
  width: min(1280px + 5rem, 100%);
  margin-inline: auto;
}
.p-article__inner .c-breadcrumb {
  max-width: 1280px;
}
@media screen and (max-width: 767.99px) {
  .p-article__inner {
    margin-block-start: 5rem;
  }
}

.p-article__title {
  margin-block-start: 3.75rem;
  width: min(1110px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0D46B7;
}
@media screen and (max-width: 767.99px) {
  .p-article__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__title {
    margin-block-start: 2.5rem;
    padding-inline: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-article__container {
  margin-block-start: 5rem;
  width: min(992px + 5rem, 100%);
  padding-inline: 2.5rem;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .p-article__container {
    margin-block-start: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-article__img {
  width: 650px;
  max-width: 100%;
  margin-inline: auto;
  height: auto;
  margin-block-end: 5rem;
}
@media screen and (max-width: 767.99px) {
  .p-article__img {
    margin-block-end: 2.5rem;
  }
}

.p-article__contents {
  padding-block: 0 7.5rem;
  text-align: left;
}
.p-article__contents h2 {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  padding-block-end: 0.5em;
  border-block-end: 2px solid #0d46b7;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents h2 {
    font-size: 1.5rem;
  }
}
.p-article__contents h3 {
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents h3 {
    font-size: 1.375rem;
  }
}
.p-article__contents p {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.73125;
  letter-spacing: 0.04375em;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents p {
    font-size: 1rem;
  }
}
.p-article__contents h2 + * {
  margin-block-start: 2.5rem;
}
.p-article__contents h3 + * {
  margin-block-start: 1.5rem;
}
.p-article__contents a {
  color: #0d46b7;
  text-decoration: underline;
}
.p-article__contents a.c-btn {
  text-decoration: none;
}
.p-article__contents * + h2,
.p-article__contents * + h3,
.p-article__contents * + figure {
  margin-block-start: 2.5rem;
}
.p-article__contents p + p {
  margin-block-start: 1.5em;
}
.p-article__contents .wp-block-table + .wp-block-table {
  margin-block-start: 3.75rem;
}
.p-article__contents ul {
  list-style: disc;
}
.p-article__contents li {
  list-style: disc;
  margin-inline-start: 1em;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.73125;
  letter-spacing: 0.04375em;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents li {
    font-size: 1rem;
  }
}
.p-article__contents figure {
  width: 650px;
  max-width: 100%;
  margin-inline: auto;
}
.p-article__contents figure table {
  border: none;
}
.p-article__contents figure table thead {
  border: none;
  background: #5088E2;
}
.p-article__contents figure table thead th:first-of-type {
  border-radius: 20px 0 0 0;
}
.p-article__contents figure table thead th:last-of-type {
  border-radius: 0 20px 0 0;
}
.p-article__contents figure table tr {
  border: none;
  border-block-end: 1px solid #CACACA;
}
.p-article__contents figure table th {
  border: none;
  text-align: center;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents figure table th {
    font-size: 1.25rem;
  }
}
.p-article__contents figure table td {
  text-align: center;
  border: none;
  padding-block: 1.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767.99px) {
  .p-article__contents figure table td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__contents {
    padding-block: 0rem 3.75rem;
  }
  .p-article__contents h2 {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-article__contents h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__contents h3 {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2.0625;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-article__contents h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__contents p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.9785714286;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-article__contents p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__contents h2 + * {
    margin-block-start: 1.5rem;
  }
  .p-article__contents h3 + * {
    margin-block-start: 1.25rem;
  }
  .p-article__contents * + h2,
  .p-article__contents * + h3,
  .p-article__contents * + figure {
    margin-block-start: 1.25rem;
  }
  .p-article__contents p + p {
    margin-block-start: 1em;
  }
  .p-article__contents .wp-block-table + .wp-block-table {
    margin-block-start: 2.5rem;
  }
  .p-article__contents .wp-block-table {
    width: 100%;
    overflow-x: auto;
  }
  .p-article__contents table {
    width: fit-content;
  }
  .p-article__contents figure table thead th:first-of-type {
    border-radius: 12px 0 0 0;
  }
  .p-article__contents figure table thead th:last-of-type {
    border-radius: 0 12px 0 0;
  }
  .p-article__contents figure table th {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    padding-block: 0.75rem;
    min-width: 150px;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-article__contents figure table th {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.99px) {
  .p-article__contents figure table td {
    min-width: 130px;
    padding-block: 0.75rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 767.99px) {
  .p-article__contents figure table td {
    font-size: 0.875rem;
  }
}