@charset "UTF-8";
/* ============================================ */
/* news
/* ============================================ */
#main {
  position: relative;
  padding: 80px 0 180px;
  background: linear-gradient(to bottom, #fff 220px, #ECF2F4 220px);
}

.phrase {
  position: absolute;
  max-width: 240px;
  width: 100%;
  top: 90px;
  right: 15%;
}
.phrase .st0 {
  fill: #000;
}

.mv-area {
  max-height: none;
  height: auto;
}
.mv-area .title-wrap {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  padding: 80px 120px 150px 12.5%;
  animation-delay: 0s;
}
.mv-area .title-wrap .title-box {
  color: #fff;
}
.mv-area .title-wrap .title-box .jp {
  margin: 30px 0 0;
  font-size: 34px;
}
.mv-area .title-wrap::after {
  background-color: #256FD5;
  width: 120%;
  height: 100%;
  top: 0;
  left: -20%;
}

/*MV以外の共通部分*/
.archive,
.article {
  position: relative;
  margin: -80px 0 0;
  z-index: 5;
}
.archive .news-wrap,
.article .news-wrap {
  background: #fff;
  padding: 50px 80px 80px;
  border-radius: 15px;
  animation-delay: 1s;
}
.archive .news-wrap .not-item,
.article .news-wrap .not-item {
  text-align: center;
}

.archive .news-wrap .news-item {
  justify-content: flex-start;
  padding: 25px 15px;
  background-image: linear-gradient(to right, #000, #000 6px, transparent 6px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.archive .news-wrap .news-item .date {
  max-width: 100px;
  width: 15%;
  margin: 0 20px 0 0;
  color: #256FD5;
  font-size: 15px;
  font-weight: 600;
}
.archive .news-wrap .news-item .title {
  width: calc(100% - 225px);
  font-weight: 500;
}
.archive .news-wrap .news-item .more {
  width: 85px;
  text-align: right;
  margin: 0 0 0 20px;
}
.archive .pagination {
  margin: 50px auto 0;
}
.archive .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.archive .pagination .nav-links span,
.archive .pagination .nav-links a {
  display: block;
  padding: 9px 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-size: 13px;
  text-align: center;
  border-radius: 100%;
  margin: 0px 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  word-break: break-all;
  cursor: pointer;
}
.archive .pagination .nav-links .prev,
.archive .pagination .nav-links .next {
  padding: 0;
  overflow: auto;
  width: auto;
  height: auto;
}
.archive .pagination .nav-links .prev span,
.archive .pagination .nav-links .next span {
  overflow: auto;
  width: auto;
  height: auto;
}
.archive .pagination .nav-links .current {
  background-color: #256fd5;
  color: #fff;
}

.article .news-wrap .date {
  margin: 10px 0 0 40px;
  font-size: 15px;
  font-weight: 600;
}
.article .news-wrap .text-box {
  max-width: 650px;
  width: 100%;
  margin: 50px auto;
}
.article .news-wrap .text-box p {
  margin: 50px 0;
  font-size: 15px;
  line-height: 2;
}
.article .news-wrap .text-box img {
  max-width: 520px;
  width: 100%;
  margin: 50px auto;
}
.article .news-wrap .text-box a {
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: inline;
  padding: 0;
  background-color: transparent;
  color: #000;
  border-radius: unset;
}
.article .round-btn a {
  border: solid 1px #000;
}

@media (hover: hover) {
  .archive .news-wrap .news-item:hover {
    background-color: #ECF2F4;
  }
  .article .news-wrap .text-box a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  #main {
    padding: 150px 0 180px;
  }
  .phrase {
    top: 180px;
    right: 12.5%;
  }
  .mv-area .title-wrap {
    padding: 80px 120px 150px 7.5%;
  }
  .mv-area .title-wrap::after {
    width: 110%;
  }
}
@media screen and (max-width: 850px) {
  .phrase {
    right: 7.5%;
  }
  .mv-area .title-wrap::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 120px 0 150px;
  }
  .mv-area .title-wrap {
    padding: 80px 80px 120px 7.5%;
  }
  .mv-area .title-wrap .title-box .jp {
    margin: 20px 0 0;
    font-size: 26px;
  }
  /*MV以外の共通部分*/
  .archive,
  .article {
    margin: -50px 0 0;
  }
  .archive .news-wrap,
  .article .news-wrap {
    padding: 30px 50px 50px;
  }
  .archive .news-wrap .news-item {
    padding: 25px 0;
  }
  .archive .news-wrap .news-item .date {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .archive .news-wrap .news-item .title {
    width: calc(100% - 105px);
  }
  .article .news-wrap .date {
    margin: 15px 0 0 0;
  }
  .article .news-wrap .text-box {
    max-width: 100%;
  }
  .article .news-wrap .text-box img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main {
    padding: 120px 0 180px;
  }
  .phrase {
    top: auto;
    bottom: 30px;
    max-width: 200px;
    width: 50%;
  }
  .mv-area .title-wrap {
    padding: 50px 50px 80px 7.5%;
    margin: 0;
  }
  .mv-area .title-wrap .title-box .jp {
    margin: 5px 0 0;
    font-size: 15px;
  }
  .mv-area .title-wrap::after {
    display: block;
    left: -20%;
  }
  /*MV以外の共通部分*/
  .archive,
  .article {
    margin: -30px 0 0;
  }
  .archive .news-wrap,
  .article .news-wrap {
    padding: 30px 30px 50px;
  }
  .archive .news-wrap .not-item,
  .article .news-wrap .not-item {
    text-align: left;
  }
  .archive .news-wrap .news-item {
    padding: 30px 0;
  }
  .archive .news-wrap .news-item:first-of-type {
    padding: 15px 0 30px;
  }
  .archive .news-wrap .news-item .date {
    font-size: 13px;
  }
  .archive .news-wrap .news-item .title {
    width: calc(100% - 65px);
  }
  .archive .news-wrap .news-item .more {
    width: 45px;
    text-align: center;
    line-height: 1;
  }
  .archive .news-wrap .news-item .more span {
    padding: 0 0 5px;
  }
  .article .news-wrap .slash-title {
    font-size: 16px;
  }
  .article .news-wrap .slash-title::before {
    top: 0;
  }
  .article .news-wrap .date {
    font-size: 12px;
  }
  .article .news-wrap .text-box {
    margin: 30px auto;
  }
  .article .news-wrap .text-box p {
    margin: 30px 0;
    font-size: 13px;
  }
  .article .news-wrap .text-box img {
    margin: 30px 0;
  }
  .article .news-wrap .text-box a {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  #main {
    padding: 120px 0 150px;
  }
  .mv-area .title-wrap {
    max-width: 90%;
  }
  .mv-area .title-wrap {
    padding: 50px 5% 80px;
  }
  .mv-area .title-wrap .title-box .jp {
    font-size: 13px;
  }
  .mv-area .title-wrap::after {
    left: -12%;
  }
  /*MV以外の共通部分*/
  .archive .news-wrap,
  .article .news-wrap {
    padding: 20px 20px 40px;
  }
  .archive .news-wrap .news-item .date {
    font-size: 12px;
  }
  .archive .news-wrap .news-item .title {
    width: calc(100% - 45px);
  }
  .archive .news-wrap .news-item .more {
    width: 35px;
    margin: 0 0 0 10px;
  }
  .article .news-wrap .slash-title {
    font-size: 14px;
  }
  .article .news-wrap .date {
    font-size: 10px;
  }
  .article .news-wrap .text-box p {
    font-size: 12px;
    line-height: 1.75;
  }
  .article .news-wrap .text-box a {
    font-size: 12px;
  }
}/*# sourceMappingURL=news.css.map */