@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ------- TOP ------- */
/* 見出し */
/* リード文 */
/* 本文 */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* 本文 */
.news {
  background-color: #F0F1F2;
}

.news-mv {
  width: 100%;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media only screen and (max-width: 850px) {
  .news-mv {
    height: 250px;
  }
}

.news-mv-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .news-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}

.news-mv-heading {
  position: absolute;
  top: 44%;
  left: 0%;
}

@media only screen and (max-width: 850px) {
  .news-mv-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.news-mv-heading__main {
  color: #013686;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .news-mv-heading__main {
    font-size: 64px;
  }
}

.news-mv-heading__sub {
  color: #013686;
  font-size: 24px;
  font-weight: 700;
  padding-top: 7px;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .news-mv-heading__sub {
    font-size: 18px;
    padding-top: 10px;
  }
}

.news-mv-heading__main, .news-mv-heading__sub {
  text-shadow: none;
}

.news .breadcrumbs-inner {
  color: #929598;
}

.news .breadcrumbs-inner > span a {
  color: #929598;
}

.news .breadcrumbs-inner > span:last-of-type {
  color: #333;
}

.news-archive-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 240px;
}

@media only screen and (max-width: 850px) {
  .news-archive-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .news-archive-inner {
    padding-bottom: 130px;
  }
}

.news-archive-list-item {
  border-bottom: 1px solid #B8B8B8;
}

.news-archive-list-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-archive-list-item:first-of-type {
  border-top: 1px solid #B8B8B8;
}

.news-archive-list-item__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .news-archive-list-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: unset;
    padding-right: 40px;
  }
}

.news-archive-list-item__link::before {
  content: "";
  position: absolute;
  right: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #6C6C6C;
  line-height: 1;
  width: 11.5px;
  height: 11.5px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

@media only screen and (max-width: 850px) {
  .news-archive-list-item__link::before {
    right: 10px;
    top: 50%;
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
            transform: translateX(-25%) translateY(-50%) rotate(45deg);
  }
}

.news-archive-list-item__data {
  width: 158px;
  color: #6C6C6C;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

@media only screen and (max-width: 850px) {
  .news-archive-list-item__data {
    width: 100%;
  }
}

.news-archive-list-item__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.news-single {
  background-color: #F0F1F2;
}

.news-single .breadcrumbs {
  position: unset;
  text-align: right;
}

.news-single .breadcrumbs-inner {
  padding-bottom: 60px;
}

.news-single-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 203px;
  padding-bottom: 250px;
}

@media only screen and (max-width: 850px) {
  .news-single-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .news-single-inner {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.news-single-body {
  position: relative;
  background-color: #fff;
  border-radius: 34px;
  padding-top: 50px;
  padding-bottom: 65px;
}

.news-single-body-inner {
  max-width: 960px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 850px) {
  .news-single-body-inner {
    max-width: 90%;
    width: 100%;
  }
}

.news-single-data {
  color: #727681;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
}

.news-single-title {
  color: #222;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  padding-bottom: 32px;
}

@media only screen and (max-width: 850px) {
  .news-single-title {
    font-size: 26px;
  }
}

.news-single-content {
  padding-top: 32px;
  padding-bottom: 64px;
  border-top: 1px solid #A1A7B4;
  border-bottom: 1px solid #A1A7B4;
}

@media only screen and (max-width: 850px) {
  .news-single-content {
    padding-bottom: 40px;
  }
}

.news-single-content p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  padding-bottom: 40px;
}

.news-single-content p:last-of-type {
  padding-bottom: 0;
}

.news-single-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
}

.news-single-content img {
  display: block;
  max-width: 100%;
}

.news-single-content a {
  color: #0053B5;
  text-decoration: underline;
}

.news-single-content a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-single-return {
  padding-top: 64px;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .news-single-return {
    padding-top: 40px;
  }
}

.news-single-return a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  line-height: 65px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 48px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #013686;
}

.news-single-return a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  opacity: 0;
}

.news-single-return a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb2f8), to(#86daff));
  background: linear-gradient(90deg, #0fb2f8 0%, #86daff 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.news-single-return a:hover {
  color: #fff;
}

.news-single-return a:hover::before {
  opacity: 1;
}

.news-single-return a:hover::after {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.navigation {
  text-align: center;
  padding-top: 80px;
}

@media only screen and (max-width: 850px) {
  .navigation {
    padding-top: 40px;
  }
}

.navigation .screen-reader-text {
  display: none;
}

.navigation .nav-links .page-numbers li {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 10px;
}

.navigation .nav-links .page-numbers li:last-of-type {
  margin-right: 0;
}

.navigation .nav-links .page-numbers li a,
.navigation .nav-links .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  line-height: 46px;
  font-family: "Montserrat";
  color: #013686;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #013686;
  border-radius: 50%;
}

.navigation .nav-links .page-numbers li > span.current {
  background-color: #013686;
  color: #fff;
}

.footer-body {
  margin-top: -100px;
}

@media only screen and (max-width: 850px) {
  .footer-body {
    margin-top: -40px;
  }
}
/*# sourceMappingURL=news.css.map */