.top_slider {
  max-height: 800px;
  overflow: hidden;
  position: relative;
}
.top_slider .slide_logo {
  filter: blur(100px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: filter 1s 1s;
  width: 100%;
  z-index: 2;
}
.top_slider .slide_logo.is--on {
  filter: blur(0);
}
.top_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.top_slider .slide > li {
  position: absolute;
  top: -10%;
  left: -10%;
  bottom: -10%;
  height: 120%;
  width: 120%;
  opacity: 0;
  transition: opacity 2s linear, transform 10s linear;
  z-index: 2;
}
.top_slider .slide > li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.top_slider .slide > li:nth-child(4n-1) {
  transform: scale(1.2);
}
.top_slider .slide > li.is--on:nth-child(1) ~ li:nth-last-child(1) {
  z-index: 1;
}
.top_slider .slide > li.is--on:nth-child(4n) {
  opacity: 1;
  transform: translate(-100px, -50px) scale(1.1);
}
.top_slider .slide > li.is--on:nth-child(4n-1) {
  opacity: 1;
  transform: translate(30px, 30px) scale(1);
}
.top_slider .slide > li.is--on:nth-child(4n-2) {
  opacity: 1;
  transform: translate(100px, 100px) scale(1.1);
}
.top_slider .slide > li.is--on:nth-child(4n-3) {
  opacity: 1;
  transform: translate(-10px, -5px) scale(1.2);
}
.top_slider::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.newslist .list__item a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 60px 30px;
  line-height: 1.5;
}
.newslist .list__item-title {
  flex-grow: 1;
  order: 3;
}
.newslist .list__item-date {
  flex-shrink: 0;
  width: 100px;
  order: 1;
}
.newslist .list__item-date img {
  margin-top: 5px;
}
.newslist .list__item-img {
  flex-shrink: 0;
  width: 90px;
  order: 2;
}
.newslist .list__item-img img {
  width: 100%;
}
.newslist .list__item + li {
  border-top: solid 2px #F0F3F5;
}

@media screen and (max-width: 500px) {
  .newslist .list__item a {
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 30px 0;
    display: grid;
    grid-template-rows: 30px auto;
    grid-template-columns: 30% auto;
  }
  .newslist .list__item-img {
    max-width: 90px;
    grid-row: 1/3;
    grid-column: 1/2;
    width: auto;
  }
  .newslist .list__item-img img {
    width: 90%;
  }
  .newslist .list__item-img ~ .list__item-title {
    margin: 0;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .newslist .list__item-img ~ .list__item-date {
    width: 100%;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .newslist .list__item-img ~ .list__item-date img {
    margin-left: 10px;
    margin-top: 0;
  }
  .newslist .list__item-date {
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .newslist .list__item-date img {
    margin-left: 10px;
    margin-top: 0;
  }
  .newslist .list__item-title {
    grid-row: 2/2;
    grid-column: 1/3;
    margin: 0;
  }
}
.top_slider {
  position: relative;
}
.top_slider .slick-list {
  height: 100%;
}
.top_slider .slide_logo {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.top_slider .slide_logo img {
  max-width: 780px;
  z-index: 10;
  width: 70%;
}

.slide li img {
  width: 100%;
}

.section-release, .section-newrelease, .section-company, .section-affiliates, .section-group {
  max-width: 1000px;
  margin: 120px auto;
  color: #3B4043;
  font-size: 1.8rem;
}
.section-release ul {
  display: flex;
  justify-content: space-between;
}
.section-release ul li {
  width: 25%;
  background-color: #F0F3F5;
  text-align: center;
  margin: 10px;
}
.section-release .text {
  margin-top: 5px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}
.section-release img {
  width: 70%;
}
.section-release a {
  display: block;
  padding: 30px 0;
}
.section-company li {
  display: flex;
  margin: 30px auto;
  border-bottom: solid #F0F3F5 2px;
  padding-bottom: 30px;
  line-height: 2;
  width: 100%;
}
.section-company li .ttl {
  font-weight: bold;
  width: 30%;
}
.section-company li div {
  width: 70%;
}
.section-affiliates .ac-list__unit {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  margin: 30px 0;
  line-height: 1.5;
  border-bottom: solid #F0F3F5 2px;
  padding-bottom: 30px;
}
.section-affiliates .ac-list__unit .image {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.section-affiliates .ac-list__unit .image img {
  max-width: 100%;
}
.section-affiliates .ac-list__unit .text {
  flex-shrink: 0;
  width: 50%;
}
.section-affiliates .ac-list__unit h3 {
  font-weight: bold;
}
.section-group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: opacity 0.2s;
}
.section-group ul li {
  width: 150px;
}
.section-group ul li a:hover {
  opacity: 0.7;
}

#section-company {
  padding-top: 80px;
  margin-top: -80px;
}
#section-company li {
  line-height: 1.5;
}

@media screen and (max-width: 850px) {
  .section-release ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-release ul li {
    width: 45%;
    margin: 2vw;
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .h1 {
    font-size: 2.2rem;
  }
  .h2 {
    font-size: 1.8rem !important;
  }
  .section .h1 {
    margin: 60px auto;
  }
  .section-affiliates .ac-list__unit {
    display: block;
    padding-bottom: 0;
    max-width: 400px;
    margin: 30px auto;
  }
  .section-affiliates .ac-list__unit .text {
    width: 100%;
    margin: 30px auto;
  }
  .section-affiliates .ac-list__unit .image {
    display: block;
    text-align: center;
    width: 100%;
  }
  .section-group ul {
    justify-content: space-evenly;
  }
  .section-group ul li {
    width: 30%;
  }
  .section-group ul li img {
    width: 100%;
  }
  .section-release,
.section-newrelease,
.section-company,
.section-affiliates,
.section-group {
    font-size: 1.5rem;
    padding: 0 15px;
    margin: 20px auto;
  }
  .section-release ul li a,
.section-newrelease ul li a,
.section-company ul li a,
.section-affiliates ul li a,
.section-group ul li a {
    margin: 0;
  }
}/*# sourceMappingURL=top.css.map */