.top-mv {
  position: relative;
}
.top-mv .mv__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74.6666666667%;
  overflow: hidden;
  z-index: 0;
}
.top-mv .mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-mv .mv__text {
  font-family: "BIZ UDGothic", sans-serif;
  position: absolute;
}
.top-mv .top__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mv .top__slider .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.top-mv .top__slider .swiper-pagination-bullets {
  bottom: 3.5%;
  left: auto;
  right: 5.5%;
  width: 75%;
  text-align: right;
}
.top-mv .top__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: calc( 10px + ((1vw - 3.2px) * 0.6976744186 ) );
  height: calc( 10px + ((1vw - 3.2px) * 0.6976744186 ) );
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.top-mv .top__slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4.5%;
}
.top-mv .top__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #88c544;
}

.top-news .news__content.news {
  margin-top: 26%;
}
.top-news .news__content.progress {
  margin-top: 10%;
}
.top-news .news__list {
  margin-left: auto;
  margin-right: auto;
}
.top-news .news__list .news__item {
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.top-news .news__list .news__item:last-child {
  background-image: none;
}
.top-news .news__list .news__item a {
  display: block;
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 2.7906976744 ) );
  padding: 6.4% 6% 6%;
}
.top-news .news__list .news__item .title {
  letter-spacing: 0.1em;
}
.top-news .news__more {
  margin-top: 6%;
}

.top-about {
  margin-top: 23%;
}
.top-about .about__text {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 15px;
  font-size: calc( 15px + ((1vw - 3.2px) * 3.488372093 ) );
  line-height: 3.5;
  letter-spacing: 0.03em;
}
.top-about .about__image img {
  width: 100%;
}
.top-about .about__buttons {
  margin-left: auto;
  margin-right: auto;
}

.top_works {
  margin-top: 21%;
}
.top_works .work__list {
  margin-top: 3.125rem;
}
.top_works .works__more {
  margin-top: 9%;
}

.top-blog {
  margin-top: 22%;
}
.top-blog .blog__list {
  width: 68%;
  margin-top: 6.5%;
  margin-left: auto;
  margin-right: auto;
}
.top-blog .blog__list .blog__item__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 72%;
}
.top-blog .blog__list .blog__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-blog .blog__list .blog__title {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  font-weight: bold;
  line-height: 1;
  margin-top: 1.125rem;
}
.top-blog .blog__list .blog__date {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.2558139535 ) );
  line-height: 1;
  margin-top: 4%;
}
.top-blog .blog__more {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 769px) {
  .top-mv .mv__image {
    padding-top: 46.875%;
  }
  .top-mv .mv__text {
    bottom: 12%;
    right: 0;
    width: 46%;
    z-index: 2;
  }
  .top-mv .top__slider .swiper-pagination-bullets {
    bottom: 5.5%;
    right: 3%;
    width: 30%;
  }
  .top-mv .top__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .top-news .news__content.news {
    margin-top: 5.75rem;
  }
  .top-news .news__content.progress {
    margin-top: 5.0625rem;
  }
  .top-news .news__list {
    max-width: 45rem;
    margin-top: 1.625rem;
  }
  .top-news .news__list .news__item a {
    font-size: 17px;
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5625rem 2.8125rem 1.625rem;
  }
  .top-news .news__list .news__item .title {
    letter-spacing: 0.03em;
    margin-left: 2.5rem;
  }
  .top-news .news__more {
    margin-top: 1.25rem;
  }
  .top-about {
    margin-top: 6.25rem;
  }
  .top-about .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-about .about__text {
    font-size: 17px;
    font-size: calc( 17px + ((1vw - 7.68px) * 2.4590163934 ) );
    line-height: 3.5;
  }
  .top-about .about__image {
    width: 62%;
  }
  .top-about .about__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 58.75rem;
    margin-top: 3.125rem;
  }
  .top-about .about__buttons .c-button + .c-button {
    margin-left: 0.625rem;
  }
  .top_works {
    margin-top: 7.0625rem;
  }
  .top_works .works__more {
    margin-top: 2.6875rem;
  }
  .top-blog {
    margin-top: 7rem;
  }
  .top-blog .blog__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 56.25rem;
    margin-top: 3.125rem;
  }
  .top-blog .blog__list .blog__item {
    width: 31%;
    max-width: 14.875rem;
  }
  .top-blog .blog__list .blog__item__image {
    padding-top: 76%;
  }
  .top-blog .blog__list .blog__title {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.03em;
  }
  .top-blog .blog__list .blog__date {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.03em;
    margin-top: 0.4375rem;
  }
}
@media print, screen and (min-width: 890px) {
  .top-about .about__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top-mv .mv__text {
    left: 50%;
    bottom: -15%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78%;
  }
  .top-news .news__list {
    max-width: 37.125rem;
  }
  .top-about .about__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 2.4;
    margin-top: 8%;
  }
  .top-about .about__buttons {
    margin-top: 7%;
  }
  .top-about .about__buttons .c-button {
    margin-left: auto;
    margin-right: auto;
  }
  .top-about .about__buttons .c-button + .c-button {
    margin-top: 4.5%;
  }
  .top-blog .blog__list .blog__item + .blog__item {
    margin-top: 15%;
  }
}
/*# sourceMappingURL=index.css.map */
