@charset "UTF-8";
/*TEXT COLOR*/
/*PAINT COLOR*/
/*LINE COLOR*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap");
.main {
  background: #fff;
  padding-bottom: 20px;
}

.swiper-outer {
  background: #fff;
}

.swiper-container {
  width: 100%;
  height: 750px;
  max-width: 1900px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 767px) {
  .swiper-container {
    height: 412px;
  }
}

.swiper-bar {
  width: 80px;
  height: 750px;
  background-color: #2558ad;
  position: absolute;
  left: -80px;
  top: 0;
}
@media (max-width: 767px) {
  .swiper-bar {
    width: 40px;
    height: 412px;
    right: -40px;
  }
}

.swiper-wrapper {
  opacity: 0;
}

/**swiper-text**/
.swiper-text {
  left: 32px;
  right: inherit;
  top: 85px;
  color: #fff;
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  z-index: 100;
  letter-spacing: 0.05em;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .swiper-text {
    font-size: 0.9rem;
    left: 15px;
    top: 20px;
  }
}

.swiper-text.is-fade {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

/**bullets**/
/*.swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  border-radius:0;
  background: $color-paint-blue;
  border:solid 1px $color-paint-white;
  margin: 0 0 13px 0;
  @include sp{
    width: 4px;
    height: 4px;
  }
  &--active{
    background: $color-paint-white;
    border:solid 1px $color-paint-white;
  }
}*/
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 37.5px;
  right: inherit;
  bottom: 85px;
  width: 1px;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 17.5px;
    bottom: 20px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets.is-fade {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.swiper-pagination-bullet {
  /* width: 5px;
  height: 5px;*/
  width: 1px;
  height: 20px;
  border-radius: 0;
  /* background: #0087dc;*/
  /* border: solid 1px #fff;*/
  margin: 0 0 13px 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 1px;
    height: 15px;
  }
}
.swiper-pagination-bullet-active {
  background: #fff;
  /*border: solid 1px #fff;*/
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/**タイトル**/
.swiper-slide {
  /****__subtitle
  &__subtitle{
    opacity: 0;
    width: 185px;
    height: 185px;
    border-radius: 5px;
    background-color: $color-paint-white;
    position: absolute;
    left: 38.18%;
    top:54.8%;
    @include font-size(14);
    font-family: $font-family-serif;
    line-height: 2;
    @include lineHeightCrop(2);
    display: flex; /* 子要素をflexboxで揃える 
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える
    justify-content: center; /* 子要素をflexboxにより中央に配置する 
    align-items: center;
    @include sp{
      width: 125px;
      height: 90px;
      left:52.8%;
      top:51.5776%;
      @include font-size(10);
    }
    span{
      opacity : 0;
      visibility: hidden;
      //transition: 0.3s;
      transform: translateY(-30px);
    }
    .is-anim{
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition-timing-function:ease-out;
      transition-delay:600ms;
      transition-duration: 1s;
    }
    .is-fade{
      opacity : 0;
      visibility: hidden;
      transition: 0.5s;
      transform: translateY(10px);
    }
  }*/
}
.swiper-slide__title {
  opacity: 0;
  width: 386px;
  height: 185px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  left: 66.8%;
  top: 40%;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*       &--01{
    @include font-size(18);
    @include sp{
      @include font-size(12);
    }
  }*/
}
.swiper-slide__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.swiper-slide__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .swiper-slide__title {
    width: auto;
    height: 100px;
    left: auto;
    right: 0;
    top: 51.5776%;
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 25px 30px;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
  }
  .swiper-slide__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .swiper-slide__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}
@media (min-width: 1441px) and (max-width: 1900px) {
  .swiper-slide__title {
    top: calc((100vw - 100px) * 0.2238 + (100vw - 1440px) / 17);
  }
}
@media (min-width: 1901px) {
  .swiper-slide__title {
    top: 57%;
  }
}
.swiper-slide__title span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
.swiper-slide__title .is-anim {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-timing-function: ease-out;
  transition-delay: 300ms;
  transition-duration: 1s;
}
.swiper-slide__title .is-fade {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(10px);
}
@media (min-width: 768px) {
  .swiper-slide__title2 {
    width: 362px;
    left: 67.64%;
  }
}
@media (min-width: 768px) {
  .swiper-slide__title3 {
    width: 380px;
    left: 67%;
  }
}
@media (min-width: 768px) {
  .swiper-slide__title4 {
    width: 436px;
    left: 65%;
  }
}
.swiper-slide__image-01 {
  background: url("/prim/assets/images/top/kv01_pc.jpg");
  background-size: cover;
  height: 100%;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .swiper-slide__image-01 {
    /* margin-right:55px;*/
    margin-left: 55px;
    background: url("/prim/assets/images/top/kv01_sp.jpg");
    background-size: cover;
  }
}
.swiper-slide__image-02 {
  background: url("/prim/assets/images/top/kv02_pc.jpg");
  background-size: cover;
  height: 100%;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .swiper-slide__image-02 {
    margin-left: 55px;
    background: url("/prim/assets/images/top/kv02_sp.jpg");
    background-size: cover;
  }
}
.swiper-slide__image-03 {
  background: url("/prim/assets/images/top/kv03_pc.jpg");
  background-size: cover;
  height: 100%;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .swiper-slide__image-03 {
    margin-left: 55px;
    background: url("/prim/assets/images/top/kv03_sp.jpg");
    background-size: cover;
  }
}
.swiper-slide__image-04 {
  background: url("/prim/assets/images/top/kv04_pc.jpg");
  background-size: cover;
  height: 100%;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .swiper-slide__image-04 {
    margin-left: 55px;
    background: url("/prim/assets/images/top/kv04_sp.jpg");
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .info {
    width: 877px;
    margin: 80px auto;
  }
}
@media (max-width: 767px) {
  .info {
    padding: 0 27px;
    margin: 40px auto;
  }
}
.info__title {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .info__title {
    font-size: 2.1rem;
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .info__title::after {
    content: "";
    width: 450px;
    display: block;
    border-top: solid 1px #d9d9d9;
    position: absolute;
    right: 100px;
    top: 50%;
  }
}

.news {
  position: relative;
}
@media (max-width: 767px) {
  .news {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news__all-btn {
    position: absolute;
    right: 0;
    top: -86px;
  }
}
@media (max-width: 767px) {
  .news__all-btn {
    text-align: right;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .news-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .news-list__item--noscroll:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news-list {
    display: flex;
  }
  .news-list__item {
    margin-bottom: 0px;
  }
  .news-list__item:not(:last-child) {
    margin-right: 25px;
  }
  .news-list--noscroll {
    display: block;
  }
  .news-list__item--noscroll {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: solid 1px #d9d9d9;
  }
  .news-list__item--noscroll:last-child {
    border-bottom: solid 1px #d9d9d9;
  }
}

.news-btn {
  display: flex;
}
@media (max-width: 767px) {
  .news-btn {
    width: 100%;
    min-width: 270px;
    padding: 0;
    flex-direction: column;
    position: relative;
  }
}
.news-btn:hover {
  opacity: 0.5;
  color: #2f2f2f;
}
.news-btn__cat {
  font-size: 0.9rem;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #2558ad;
  border-radius: 10px;
  width: 64px;
  height: 20px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .news-btn__cat {
    font-size: 0.9rem;
    position: absolute;
    top: 0px;
    left: 12.5em;
  }
}
.news-btn__date {
  font-family: "Quattrocento", serif;
  font-size: 1.7rem;
  /*	width: 110px;*/
  width: 130px;
  /*padding-top: 5px;*/
  padding-top: 34px;
}
@media (max-width: 767px) {
  .news-btn__date {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    padding-top: 3px;
  }
}
.news-btn__date-s {
  font-family: "Quattrocento", serif;
  font-size: 1.4rem;
  padding: 2px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news-btn__date-s {
    font-size: 0.9rem;
  }
}
.news-btn__year {
  font-family: "Quattrocento", serif;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-btn__year {
    font-size: 1.4rem;
  }
}
.news-btn__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  white-space: normal;
}
@media (max-width: 767px) {
  .news-btn__text {
    flex: 1;
    font-size: 1.4rem;
    display: block;
    padding-top: 10px;
  }
}

.info2 .news .news-btn__date {
  font-size: 1.7rem;
  padding-top: 0.6em;
}
@media (max-width: 767px) {
  .info2 .news .news-btn__date {
    padding-top: 0px;
  }
}

.about {
  margin: 100px 0 160px;
}
@media (max-width: 767px) {
  .about {
    text-align: left;
    padding: 0;
    margin: 50px 0 40px;
  }
}
.about__header {
  background: #2558ad;
  padding-top: 120px;
  padding-left: 30.555%;
  height: 270px;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .about__header {
    padding-top: 55px;
    padding-left: 10%;
    height: auto;
    margin-bottom: 0;
  }
}
.about__header::before {
  content: "";
  display: block;
  background: #0d2e7e;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 146px;
  left: 30.555%;
  transform: translateX(-20px);
  z-index: 1;
  border-radius: 5px;
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media (max-width: 767px) {
  .about__header::before {
    height: 200px;
    width: 100px;
    top: 70px;
    left: 10%;
    transform: translateX(-10px);
    filter: blur(0);
  }
}
.about__header::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 390px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about__header::after {
    top: 203px;
    height: calc(100% - 203px);
  }
}
.about__header-in {
  background: #fff;
  padding: 40px;
  border-radius: 5px 0 0 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .about__header-in {
    padding: 40px 25px 0 35px;
  }
}
.about__lead {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 40px;
}
.about__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.about__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .about__lead {
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .about__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .about__lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
}
@media (min-width: 768px) {
  .about__in {
    width: 1200px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .about__in {
    margin-left: 35px;
  }
}
.about__title {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .about__title {
    font-size: 2.2rem;
    margin-top: 80px;
    line-height: 1.77;
  }
}
.about__text {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  line-height: 2.33;
}
.about__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  content: "";
}
.about__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .about__text {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .about__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.14) * 0.5em);
    content: "";
  }
  .about__text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.14) * 0.5em);
    content: "";
  }
}

@media (min-width: 768px) {
  .about-list {
    display: flex;
    width: 1200px;
    margin: 40px auto 120px;
  }
}
@media (max-width: 767px) {
  .about-list {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .about-list__item {
    width: 100%;
    max-width: 340px;
    margin: 0 0 50px auto;
  }
}
.about-list__link1 {
  width: 1200px;
  height: 380px;
  background: url("../../../assets/images/top/about_link1_pc.jpg");
}
@media (max-width: 767px) {
  .about-list__link1 {
    width: 100%;
    height: 0px;
    padding-top: 124%;
    background: url("../../../assets/images/top/about_link1_sp.jpg");
    background-size: cover;
  }
}
.about-list__link2 {
  width: 600px;
  height: 375px;
  background: url("../../../assets/images/top/about_link2_pc.jpg");
}
@media (max-width: 767px) {
  .about-list__link2 {
    width: 100%;
    height: 255px;
    background: url("../../../assets/images/top/about_link2_sp.jpg");
    background-size: cover;
  }
}
.about-list__link3 {
  width: 600px;
  height: 375px;
  background: url("../../../assets/images/top/about_link3_pc.jpg");
}
@media (max-width: 767px) {
  .about-list__link3 {
    width: 100%;
    height: 255px;
    background: url("../../../assets/images/top/about_link3_sp.jpg");
    background-size: cover;
  }
}
.about-list__link4 {
  width: 600px;
  height: 380px;
  background: url("../images/top/about_link4_pc.jpg");
}
@media (max-width: 767px) {
  .about-list__link4 {
    width: 100%;
    height: 255px;
    background: url("../../../assets/images/top/about_link4_sp.jpg");
    background-size: cover;
  }
}/*# sourceMappingURL=top.css.map */