@charset "UTF-8";
body {
  padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .news__wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .news__wrap {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .news__inner {
    margin-top: 50px;
    position: absolute;
    min-width: 1000px;
    max-width: 1410px;
    padding: 0 20px;
    width: 100%;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .news__inner {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .news__aside-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news__aside-link {
    font-size: 13px;
  }
}
.news__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-top: 80px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-bottom: 25px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .news__list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news__list-inner > * {
    width: 31%;
  }
  .news__list-inner::after {
    display: block;
    content: "";
    width: 31%;
  }
  .news__list-inner .entry-header {
    overflow: hidden;
  }
  .news__list-inner .entry-header .post-thumbnail {
    overflow: hidden;
  }
  .news__list-inner .entry-header .post-thumbnail img {
    width: 100%;
    transition: 0.6s;
    transform: scale(1);
  }
  .news__list-inner .entry-header .post-thumbnail:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .news__list-inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news__list-inner article {
    margin: 0;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .news__list-inner article {
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
  }
}
.news__list-inner .entry-header {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news__list-inner .entry-header {
    margin-bottom: 15px;
  }
}
.news__list-inner .entry-content {
  margin-bottom: 5px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.news__list-inner .entry-title {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.5;
}
.news__list-inner .entry-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__list-inner .entry-body {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news__list-inner .entry-body {
    -webkit-line-clamp: 3;
  }
}
.news__list-inner .entry-footer {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news__list-inner .entry-footer {
    margin-bottom: 30px;
  }
}
.news__navi {
  border-bottom: #dfdfdf 1px solid;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .news__navi {
    margin: 0 20px;
  }
}
.news__navi-wrapper {
  justify-content: center !important;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.news__navi-slide {
  cursor: pointer;
  position: relative;
  width: auto;
  padding: 0 15px 10px;
  text-align: center;
  font-size: 15px;
  height: auto !important;
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .news__navi-slide {
    padding: 10px;
  }
}
.news__navi-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .news__navi-slide::before {
    top: -3px;
  }
}
.news__navi-slide:first-child:before {
  content: none;
}
.news__navi-slide span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .news__navi-slide span {
    font-size: 13px;
  }
}
.news__navi-slide:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  .news__navi-slide:after {
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .news__navi-slide:hover:after {
    transform: scale(1);
  }
}
.news__navi-slide.swiper-slide-active:after {
  transform: scale(1);
}
.news .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.news .post-categories li {
  background: #f2f4fa;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 20px;
  margin-right: 15px;
}
.news .posted-on {
  font-size: 15px;
  color: #999999;
}
.news .pagination {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 150px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news .pagination {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}
.news .pagination .page-numbers {
  align-self: center;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .news .pagination .page-numbers {
    margin: 0 15px;
  }
}
.news .pagination .page-numbers.current {
  position: relative;
}
.news .pagination .page-numbers.current::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news .pagination .prev,
.news .pagination .next {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-size: 18px;
}
.news .pagination .prev {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .news .pagination .prev {
    left: 0;
    margin: 0;
    background: url(../img/news/prev.png) no-repeat;
    background-size: auto;
    width: 151px;
    height: 66px;
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .pagination .prev {
    top: 0;
    left: 30px;
    margin: 0;
    background: url(../img/news/arrow.svg) no-repeat;
    background-size: auto;
    width: 7px;
    height: 21px;
  }
}
.news .pagination .next {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .news .pagination .next {
    right: 0;
    margin: 0;
    background: url(../img/news/next.png) no-repeat;
    background-size: auto;
    width: 151px;
    height: 66px;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .pagination .next {
    top: 0;
    right: 30px;
    margin: 0;
    background: url(../img/news/arrow.svg) no-repeat;
    background-size: auto;
    width: 7px;
    height: 21px;
    transform: rotate(180deg);
  }
}

.news .new-detail-content {
  border-top: #dfdfdf 1px solid;
  border-bottom: #dfdfdf 1px solid;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content p,
  .news .new-detail-content .wp-block-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content p,
  .news .new-detail-content .wp-block-list {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .news-post__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .news-post__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .wp-block-image,
  .news .new-detail-content h2,
  .news .new-detail-content .toc {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .wp-block-image,
  .news .new-detail-content h2,
  .news .new-detail-content .toc {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.news .new-detail-content figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content figure {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .wp-block-group {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .wp-block-group {
    margin-top: 40px;
  }
}
.news .new-detail-content .wp-block-group strong {
  display: block;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .wp-block-group strong {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .wp-block-group strong {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.news .new-detail-content .wp-block-button {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .wp-block-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .wp-block-button {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .news__main {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .news__main {
    width: 100%;
  }
}
.news .new-detail-content .news-post__head {
  font-size: 28px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .news-post__head {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.news .new-detail-content .post-categories {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .post-categories {
    margin-bottom: 25px;
  }
}
.news .new-detail-content .news-post__content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .news-post__content {
    margin-bottom: 15px;
  }
}
.news .new-detail-content .posted-on a {
  font-size: 15px;
  color: #999999;
}
.news .new-detail-content .toc {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .toc .toc-title,
  .news .new-detail-content .toc .toc-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .toc .toc-title,
  .news .new-detail-content .toc .toc-list {
    font-size: 14px;
  }
}
.news .new-detail-content .toc .toc-level-2::before {
  content: "・";
}
.news .new-detail-content .toc .toc-level-2 a {
  display: inline;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .toc .toc-level-3 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .toc .toc-level-3 {
    padding-left: 15px;
  }
}
.news .new-detail-content h2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h2 {
    padding-left: 30px;
    margin-top: 100px;
    margin-bottom: 25px;
    font-size: 28px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h2 {
    padding-left: 15px;
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.news .new-detail-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #006d9c;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h2:before {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h2:before {
    width: 5px;
  }
}
.news .new-detail-content h2.wp-block-heading {
  line-height: 1.5;
}
.news .new-detail-content h2.wp-block-heading span {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h2.wp-block-heading {
    border-bottom: 4px solid #006d9c;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h2.wp-block-heading {
    border-bottom: 2px solid #006d9c;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h3 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.news .new-detail-content h3.wp-block-heading {
  line-height: 1.5;
}
.news .new-detail-content h3.wp-block-heading span {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h3.wp-block-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h3.wp-block-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content h4.wp-block-heading {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content h4.wp-block-heading {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news .new-detail-content .detailnote {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .news .new-detail-content .detailnote {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .new-detail .new-post-inner,
  .new-detail .recommend-post-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.new-detail .new-post .new-post-title,
.new-detail .new-post .new-post-subtitle,
.new-detail .recommend-post .new-post-title,
.new-detail .recommend-post .new-post-subtitle {
  color: #006d9c;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .new-post-title,
  .new-detail .recommend-post .new-post-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .new-post-title,
  .new-detail .recommend-post .new-post-title {
    font-size: 18px;
  }
}
.new-detail .new-post .new-post-subtitle,
.new-detail .recommend-post .new-post-subtitle {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .new-post-subtitle,
  .new-detail .recommend-post .new-post-subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .new-post-subtitle,
  .new-detail .recommend-post .new-post-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .latest-posts-list,
  .new-detail .recommend-post .latest-posts-list {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .new-detail .new-post .latest-posts-list::after,
  .new-detail .recommend-post .latest-posts-list::after {
    display: none;
    content: "";
    width: 31%;
  }
  .new-detail .new-post .latest-posts-list:has(.latest-post-item:nth-child(2)):not(:has(.latest-post-item:nth-child(3)))::after,
  .new-detail .recommend-post .latest-posts-list:has(.latest-post-item:nth-child(2)):not(:has(.latest-post-item:nth-child(3)))::after {
    display: block;
  }
}
.new-detail .new-post .latest-posts,
.new-detail .recommend-post .latest-posts {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .latest-posts,
  .new-detail .recommend-post .latest-posts {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .latest-posts,
  .new-detail .recommend-post .latest-posts {
    margin-bottom: 25px;
    padding: 0 40px;
  }
}
.new-detail .new-post .latest-post-thumb img,
.new-detail .recommend-post .latest-post-thumb img {
  width: 100%;
  transition: 0.6s;
  transform: scale(1);
}
.new-detail .new-post .latest-post-thumb img:hover,
.new-detail .recommend-post .latest-post-thumb img:hover {
  transform: scale(1.1);
}
.new-detail .new-post .latest-post-content,
.new-detail .recommend-post .latest-post-content {
  margin-top: 25px;
  margin-bottom: 5px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .latest-post-date,
  .new-detail .recommend-post .latest-post-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .latest-post-date,
  .new-detail .recommend-post .latest-post-date {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .new-detail .new-post .latest-post-item,
  .new-detail .recommend-post .latest-post-item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .latest-post-item,
  .new-detail .recommend-post .latest-post-item {
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
  }
  .new-detail .new-post .latest-post-item:last-child,
  .new-detail .recommend-post .latest-post-item:last-child {
    border-bottom: unset;
  }
}
.new-detail .new-post .latest-post-title,
.new-detail .recommend-post .latest-post-title {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.5;
}
.new-detail .new-post .latest-post-title a,
.new-detail .recommend-post .latest-post-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-detail .new-post .latest-post-excerpt,
.new-detail .recommend-post .latest-post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .latest-post-excerpt,
  .new-detail .recommend-post .latest-post-excerpt {
    -webkit-line-clamp: 3;
  }
}
.new-detail .new-post .latest-post-tags,
.new-detail .recommend-post .latest-post-tags {
  overflow: hidden;
}
.new-detail .new-post .latest-post-tags a,
.new-detail .recommend-post .latest-post-tags a {
  background: #f2f4fa;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .new-detail .new-post .latest-post-tags,
  .new-detail .recommend-post .latest-post-tags {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .pagination-detail {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pagination-detail {
    width: 100%;
    padding: 0 40px;
  }
}
.pagination-detail__inner {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .pagination-detail__inner {
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .pagination-detail__inner {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .pagination-detail__inner {
    margin-top: 70px;
    margin-bottom: 150px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pagination-detail__inner {
    margin-top: 70px;
    margin-bottom: 65px;
    justify-content: space-between;
  }
}
.pagination-detail__inner .prev-page,
.pagination-detail__inner .next-page {
  font-family: "Inter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .pagination-detail__inner .prev-page a {
    position: absolute;
    left: 0;
    margin: 0;
    background: url(../img/news/prev.png) no-repeat;
    background-size: auto;
    width: 151px;
    height: 66px;
    text-align: right;
    padding-right: 20px;
    top: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .pagination-detail__inner .prev-page a {
    top: 0;
    left: 30px;
    margin: 0;
    background: url(../img/news/arrow.svg) no-repeat;
    background-size: auto;
    width: 7px;
    height: 21px;
  }
}
@media screen and (min-width: 768px) {
  .pagination-detail__inner .next-page a {
    position: absolute;
    right: 0;
    margin: 0;
    background: url(../img/news/next.png) no-repeat;
    background-size: auto;
    width: 151px;
    height: 66px;
    text-align: left;
    padding-left: 20px;
    top: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .pagination-detail__inner .next-page a {
    top: 0;
    right: 30px;
    margin: 0;
    background: url(../img/news/arrow.svg) no-repeat;
    background-size: auto;
    width: 7px;
    height: 21px;
    transform: rotate(180deg);
  }
}
.pagination-detail .view-all {
  width: 90px;
  height: 90px;
  line-height: 1.2;
  background-color: #006d9c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagination-detail .view-all {
    font-size: 14px;
    width: 70px;
    height: 70px;
  }
}
.pagination-detail .view-all:hover {
  background-color: transparent;
  border: 1px solid;
  color: #000;
}

.news-list .tag__aside-link {
  background: #ececec;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}