@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ----------------------------------------------------
swiper
---------------------------------------------------- */
@media (max-width: 599px) {
  .top-mv-slider {
    margin-bottom: 10.256vw;
    border-bottom: 1px solid #ddd;
  }
}

.swiper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .swiper {
    padding: 2.564vw 0;
  }
}
.swiper-wrapper {
  width: 100% !important;
}
.swiper-slide {
  width: 800px !important;
  height: 360px !important;
  text-align: center;
  line-height: 0;
}
@media (max-width: 1024px) {
  .swiper-slide {
    width: 78.125vw !important;
  }
}
@media (max-width: 820px) {
  .swiper-slide {
    width: 80% !important;
  }
}
@media (max-width: 599px) {
  .swiper-slide {
    height: auto !important;
  }
}
.swiper-slide > .book_item {
  height: 100%;
  background: #fcf7f2;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item {
    border-radius: 1.953vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item {
    padding: 5.333vw 0;
    border-radius: 2.667vw;
  }
}
.swiper-slide > .book_item p {
  margin-bottom: 0;
}
.swiper-slide > .book_item a {
  padding: 0 60px;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item a {
    padding: 0 5.859vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item a {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.swiper-slide > .book_item .book_thumb {
  width: 200px;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item .book_thumb {
    width: 19.531vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .book_thumb {
    width: 100%;
    text-align: center;
  }
}
.swiper-slide > .book_item .book_thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .book_thumb img {
    margin-bottom: 10px;
    width: 200px;
  }
}
.swiper-slide > .book_item .info {
  position: relative;
  width: 60%;
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info {
    margin: 0 auto;
    width: 90%;
  }
}
.swiper-slide > .book_item .info p {
  line-height: 1.5;
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info p {
    font-size: 4vw;
  }
}
.swiper-slide > .book_item .info p.book_title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item .info p.book_title {
    margin-bottom: 1.563vw;
    font-size: 2.344vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info p.book_title {
    margin-bottom: 4.103vw;
    font-size: 4.8vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info p.book_author, .swiper-slide > .book_item .info p.amount {
    display: none;
  }
}
.swiper-slide > .book_item .info:before {
  content: "詳しくはこちら";
  display: block;
  position: absolute;
  left: 50px;
  bottom: 28px;
  color: #fff;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item .info:before {
    left: 4.883vw;
    bottom: 2.734vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info:before {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 22px;
    font-size: 15px;
  }
}
.swiper-slide > .book_item .info:after {
  content: "";
  display: block;
  width: 230px;
  height: 56px;
  margin-top: 30px;
  background: #dd4536;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .swiper-slide > .book_item .info:after {
    width: 22.461vw;
    height: 5.469vw;
    margin-top: 2.93vw;
    border-radius: 9.766vw;
  }
}
@media (max-width: 599px) {
  .swiper-slide > .book_item .info:after {
    width: 190px;
    height: 44px;
    margin: 5.128vw auto 0 auto;
    border-radius: 25.641vw;
  }
}
.swiper-nav-prev, .swiper-nav-next {
  position: absolute;
  top: 43%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 20;
  border-radius: 100px;
  border: 1px solid #8e8e8e;
}
@media (max-width: 599px) {
  .swiper-nav-prev, .swiper-nav-next {
    width: 36px;
    height: 36px;
  }
}
.swiper-nav-prev {
  left: 25%;
  background: url(../images/top/icon_prev.svg) center center/100% no-repeat;
}
@media (max-width: 1440px) {
  .swiper-nav-prev {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .swiper-nav-prev {
    left: 20px;
  }
}
.swiper-nav-next {
  right: 25%;
  background: url(../images/top/icon_next.svg) center center/100% no-repeat;
}
@media (max-width: 1440px) {
  .swiper-nav-next {
    right: 20%;
  }
}
@media (max-width: 1024px) {
  .swiper-nav-next {
    right: 20px;
  }
}
.swiper-pagination {
  margin-bottom: 100px;
  position: static !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .swiper-pagination {
    margin-bottom: 9.766vw;
  }
}
@media (max-width: 820px) {
  .swiper-pagination {
    margin-bottom: 6.51vw;
  }
}
.swiper-pagination span {
  margin: 0 2px;
  width: 24px;
  height: 5px;
  opacity: 1;
  border-radius: 0;
  background: #ddd;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #004f84;
}

/* ----------------------------------------------------
news
---------------------------------------------------- */
.news-index {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 1024px) {
  .news-index {
    padding: 0 25px;
  }
}
@media (max-width: 820px) {
  .news-index {
    margin-bottom: 13.021vw;
  }
}
@media (max-width: 599px) {
  .news-index {
    margin-bottom: 20.513vw;
  }
}
.news-index h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .news-index h3 {
    width: 100%;
    justify-content: space-between;
  }
}
.news-index h3 span {
  margin-left: 50px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .news-index h3 span {
    margin-left: 0;
    top: 0;
  }
}
.news-index h3 span a:after {
  content: "";
  display: inline-block;
  background: url(../images/cmn/icon_arrow_circle.svg) center center/100% no-repeat;
  width: 23px;
  height: 23px;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.news-index .news {
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 820px) {
  .news-index .news {
    padding-bottom: 1.823vw;
  }
}
@media (max-width: 599px) {
  .news-index .news {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}
.news-index .news + .news {
  padding-top: 14px;
}
@media (max-width: 820px) {
  .news-index .news + .news {
    padding-top: 1.823vw;
  }
}
.news-index .news dt {
  margin-right: 50px;
  font-size: 16px;
}
@media (max-width: 820px) {
  .news-index .news dt {
    margin-right: 6.51vw;
  }
}
@media (max-width: 599px) {
  .news-index .news dt {
    margin-right: 0;
    width: 100%;
    font-size: 3.846vw;
  }
}
.news-index .news dd a {
  color: #004f84;
  border-bottom: 1px solid #004f84;
}
@media (max-width: 599px) {
  .news-index .news dd {
    width: 100%;
  }
}

/* ----------------------------------------------------
new publication
---------------------------------------------------- */
.new_publication_tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #232323;
}
@media (max-width: 599px) {
  .new_publication_tab {
    position: relative;
    left: -5.128vw;
    width: calc((5.128vw * 2) + 100%);
  }
}
.new_publication_tab .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 506px;
  height: 40px;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .new_publication_tab .tab {
    font-size: 1.758vw;
    width: 49.7%;
  }
}
@media (max-width: 820px) {
  .new_publication_tab .tab {
    font-size: 2.344vw;
  }
}
@media (max-width: 599px) {
  .new_publication_tab .tab {
    font-size: 4.103vw;
  }
  .new_publication_tab .tab:first-child.active {
    border-left: 0;
  }
  .new_publication_tab .tab:nth-child(2).active {
    border-right: 0;
  }
}
.new_publication_tab .tab.active {
  position: relative;
  bottom: -1px;
  z-index: 10;
  height: 51px;
  color: #232323;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #232323;
  border-bottom: 0;
}
@media (max-width: 820px) {
  .new_publication_tab .tab.active {
    font-size: 2.604vw;
  }
}
@media (max-width: 599px) {
  .new_publication_tab .tab.active {
    font-size: 4.615vw;
  }
}

.new_publication {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .new_publication {
    padding-top: 4.883vw;
  }
}
@media (max-width: 820px) {
  .new_publication {
    padding-top: 6.51vw;
  }
}
@media (max-width: 599px) {
  .new_publication {
    padding-top: 6.41vw;
  }
}
