.main_visual {
  background-image: url("../img/top/main_img.jpg");
}

.top_main_slide {
  width: 100%;
  aspect-ratio: 1280/500;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.top_main_slide.slick-initialized {
  opacity: 1;
  overflow: visible;
}
.top_main_slide__item {
  width: 100%;
  aspect-ratio: 1280/500;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top_main_slide__content {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 12%;
  transform: translateY(-50%);
}
.top_main_slide__sub {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #FF9EA0;
  padding: 0.8em 1.1em;
  border-radius: 4px;
  width: max-content;
  margin-top: -2em;
  margin-left: 2.3em;
}
.top_main_slide__arrow {
  position: absolute;
  z-index: 1;
  font-size: 4rem;
  color: #fff;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition-duration: 0.25s;
}
.top_main_slide__arrow:hover, .top_main_slide__arrow:focus {
  opacity: 1;
  color: #FF9EA0;
  transform: scale(1.2);
}
.top_main_slide__arrow--left {
  left: 2.5%;
}
.top_main_slide__arrow--right {
  right: 2.5%;
}

.top_link_more {
  position: relative;
  display: block;
  width: max-content;
  margin: 30px auto 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-align: center;
  color: #000;
}
.top_link_more::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 70px;
  background-color: #FADAE3;
}
.top_link_more::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 120%;
  height: 1px;
  width: 10px;
  background-color: #FADAE3;
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.single_news {
  width: 860px;
  max-width: 100%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.single_news__head {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-right: 0.9em;
}
.single_news__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.single_news__category {
  font-size: 1.4rem;
  background-color: #F9E7EC;
  padding: 0.4em 1em;
  border-radius: 4px;
  margin-right: 1.2em;
}
.single_news__link {
  font-size: 1.4rem;
  letter-spacing: 0.004em;
  line-height: 1.6;
  text-decoration: none;
  color: #000;
}

.top_banner__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.top_banner__item {
  position: relative;
  width: 24.9%;
  aspect-ratio: 317/236;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_banner__item--about {
  background-image: url("../img/top/banner_about.png");
}
.top_banner__item--recruit {
  background-image: url("../img/top/banner_recruit.png");
}
.top_banner__item--consulting {
  background-image: url("../img/top/banner_consulting.png");
}
.top_banner__item--training {
  background-image: url("../img/top/banner_training.png");
}
.top_banner__link {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_banner__text {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1em;
}
.top_banner__more {
  position: absolute;
  bottom: 20px;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
}

.about {
  width: 100%;
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__img {
  width: 57.03125%;
}
.about__content {
  width: 42.96875%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__link {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #000;
  margin-top: 2.2em;
}

.about_text_main {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.about_text_sub {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FF9EA0;
  margin-top: 6em;
}

.news {
  width: 910px;
  max-width: 100%;
  margin: 90px auto 0;
}

.news_list {
  margin-top: 30px;
}
.news_list__item {
  margin-top: 20px;
}
.news_list__article {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.news_list__date {
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-right: 1.5em;
}
.news_list__category {
  font-weight: 500;
  background-color: #F9E7EC;
  padding: 0.3em 1em;
  border-radius: 4px;
  margin-right: 1.3em;
}
.news_list__link {
  color: #000;
  text-decoration: none;
}

.ip_banner_list {
  width: 910px;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ip_banner_list__item {
  width: 48%;
}
.ip_banner_list__link {
  display: block;
  border: 4px solid #F9E7EC;
}
.ip_banner_list__img {
  width: 100%;
  height: auto;
}

.blog {
  margin: 125px auto 0;
}

.blog_slider {
  padding: 16px 16px 30px;
  margin-top: 25px;
  background-color: #F9E7EC;
}
.blog_slider__item {
  position: relative;
  width: 360px;
  max-width: 100%;
  border-radius: 4px;
  aspect-ratio: 360/270;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 8px;
}
.blog_slider__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.5;
}
.blog_slider__arrow {
  position: absolute;
  z-index: 1;
  font-size: 4rem;
  color: #FF9EA0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition-duration: 0.25s;
}
.blog_slider__arrow:hover, .blog_slider__arrow:focus {
  transform: scale(1.2);
}
.blog_slider__arrow--left {
  left: 2.5%;
}
.blog_slider__arrow--right {
  right: 2.5%;
}

.blog_slider_content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 14px 17px;
  background-color: rgba(255, 255, 255, 0.84);
}
.blog_slider_content__date {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.blog_slider_content__title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.blog_list_sp_wrap {
  display: none;
  width: 100%;
  padding: 45px 4%;
  margin-top: 30px;
  background-color: #F9E7EC;
}

.blog_list_sp {
  width: 100%;
}
.blog_list_sp__item {
  position: relative;
  aspect-ratio: 360/270;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 16px;
}
.blog_list_sp__item:first-of-type {
  margin-top: 0;
}
.blog_list_sp__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.5;
}

.blog_list_sp_content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 14px 17px;
  background-color: rgba(255, 255, 255, 0.84);
}
.blog_list_sp_content__date {
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.04em;
}
.blog_list_sp_content__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 5px;
}

.movie {
  margin: 125px auto 0;
}

.movie_slider {
  margin-top: 40px;
}
.movie_slider__item {
  margin: 10px;
}
.movie_slider__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.movie_slider__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}
.movie_slider__arrow {
  position: absolute;
  z-index: 1;
  font-size: 4rem;
  color: #FF9EA0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition-duration: 0.25s;
}
.movie_slider__arrow:hover, .movie_slider__arrow:focus {
  transform: scale(1.2);
}
.movie_slider__arrow--left {
  left: 2.5%;
}
.movie_slider__arrow--right {
  right: 2.5%;
}

.movie_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100dvh;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.current_movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 1200px;
}

.movie_close {
  position: absolute;
  top: 5%;
  right: 5%;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em 1em;
  border-radius: 5px;
  cursor: pointer;
  z-index: 20;
}
.movie_close:hover {
  background-color: #333;
}
.movie_close:active {
  background-color: #555;
}

.movie_list_sp {
  display: none;
  width: 100%;
  padding: 0 6%;
  margin-top: 35px;
}
.movie_list_sp__item {
  width: 100%;
  margin-top: 45px;
}
.movie_list_sp__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie_list_sp__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  .top_main_slide__content {
    padding-left: 5%;
    width: 40%;
  }
  .top_main_slide__main {
    width: 100%;
  }
  .top_main_slide__sub {
    font-size: 1rem;
    font-weight: 500;
  }
  .single_news {
    padding: 0 4%;
  }
  .single_news__head {
    font-size: 1.6rem;
    padding-left: 1em;
  }
  .single_news__category {
    margin-top: 7px;
  }
  .top_banner__item {
    width: calc(50% - 2px);
    margin-top: 4px;
    aspect-ratio: auto;
    padding: 40px 0 50px;
  }
  .top_banner__text {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .about {
    flex-wrap: wrap;
  }
  .about__img {
    width: 100%;
  }
  .about__content {
    width: 100%;
    margin-top: 40px;
  }
  .about_text_main {
    font-size: 2.4rem;
  }
  .about_text_sub {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .news {
    padding: 0 4%;
  }
  .news_list__item {
    margin-top: 35px;
  }
  .news_list__link {
    width: 100%;
    margin-top: 0.5em;
  }
  .ip_banner_list {
    padding: 0 4%;
  }
  .ip_banner_list__item {
    width: 95%;
    margin: 25px auto 0;
  }
  .blog_slider {
    display: none;
  }
  .blog_list_sp_wrap {
    display: block;
  }
  .movie_slider {
    display: none;
  }
  .movie_list_sp {
    display: block;
  }
}

/*# sourceMappingURL=top.css.map */
