@charset "utf-8";
:root {
  --color-text: #242424;
  --color-link: #242424;
  --color-primary: #018843;
  --color-secondary: #76bf9a;
  --color-gray: #b5b5b6;
  --color-bg: #f3f1ea;
  --font: "Roboto", "Helvetica Neue", Arial, YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* Override */
.h2 {
  margin-bottom: 25px;
}
/* Hero */
.top-hero {
  position: relative;
  width: 93.49%;
  height: min(100vw, 685px);
  max-height: 90vh;
  margin-left: auto;
}
.top-hero::before {
    position: absolute;
    top: 75%;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 70%;
    background: #f3f1ea;
    content: "";
  }
.top-hero__slide {
  overflow: hidden;
  height: 100%;
  border-radius: 0 0 0 30px;
  pointer-events: none;
}
.top-hero__slide .splide__list,
  .top-hero__slide .splide__track,
  .top-hero__slide .splide__slide,
  .top-hero__slide .splide__video,
  .top-hero__slide .splide__video__wrapper,
  .top-hero__slide .splide__video__wrapper div {
    height: 100%;
  }
.top-hero__slide img,
  .top-hero__slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.top-hero__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.top-hero__lead {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px 30px 0;
  border-radius: 0 0 20px 0;
  background: #fff;
  direction: rtl;
}
.top-hero__lead::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 50vw;
    background: #fff;
    content: "";
  }
.top-hero__lead img {
    width: min(7vw, 40px);
  }
.top01 {
  margin-bottom: 90px;
}
.top01__more {
  text-align: center;
}
.top02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  height: 220px;
  margin: 0 auto 130px;
  padding: 0 30px;
  border-radius: 60px;
  background: url("/educate/sougou/images/02.jpg") no-repeat center 10% / cover;
  text-align: center;
}
.top02 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.top02 .h2 {
    margin-bottom: 10px;
  }
.top03 {
  position: relative;
  padding-bottom: 100px;
}
.top03::before {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 8px 0 0 0;
    background: #f3f1ea;
    content: "";
  }
.top03__image {
  overflow: hidden;
  width: 100%;
  max-width: calc(600px + ((100vw - 600px) / 2));
  margin-left: auto;
  border-radius: 12px 0 0 12px;
}
.top03__image img {
    display: block;
  }
.top03__content {
  max-width: 600px;
  padding-top: 40px;
  margin: 0 auto;
}
.top03__more {
  text-align: center;
}
.top04 {
  position: relative;
  padding-top: min(40vw, 460px);
  padding-bottom: min(10vw, 130px);
  background: #242424;
  color: #fff;
}
.top04__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top04__bg img {
    width: 100%;
  }
.top04-grid {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.top04-grid li {
    display: block !important;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    height: 256px;
    margin-bottom: 25px;
    padding: 20px 27px;
  }
.top04-grid li:nth-of-type(1) {
    height: 350px;
  }
.top04-grid li::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    content: "";
  }
.top04-grid li:nth-of-type(1)::before {
    background-image: url("/educate/sougou/images/04-01.jpg");
  }
.top04-grid li:nth-of-type(2)::before {
    background-image: url("/educate/sougou/images/04-02.jpg");
  }
.top04-grid li:nth-of-type(3)::before {
    background-image: url("/educate/sougou/images/04-03.jpg");
  }
.top04-grid li a {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  }
.top04-grid li a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
.top04-grid .btn {
    position: absolute;
    right: 17px;
    bottom: 19px;
    margin: 0;
  }
.top04-grid__heading {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.top05 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.top05::before {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 0 0 8px 0;
    background: #f3f1ea;
    content: "";
  }
.top05-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.top05-list > li {
    margin-bottom: 20px;
  }
.top05-list a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }
.top05-list img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
.top05-list .top05__text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 10px;
    border-radius: 0 8px 0 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    pointer-events: none;
  }
.top05-list .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    pointer-events: none;
  }
.top06 {
  position: relative;
}
.top06__more {
  font-size: 1.4rem;
}
.top06__more .btn {
    margin-left: 20px;
  }
@media (orientation: portrait) {
  .top-hero {
    max-height: 80vh;
  }
}
@media (min-width: 45.001em) {
  .top-hero {
    height: 685px;
  }
    .top-hero__lead img {
      width: 40px;
    }
  .top01 {
    position: relative;
    margin-bottom: 30px;
  }
  .top01__more {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .top02 {
    padding: 0 8%;
    border-radius: 110px;
    text-align: left;
  }
    .top02 a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .top02 .h2 {
      margin-bottom: 0;
    }
  .top04-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53.454545% 25px 1fr;
    grid-template-columns: 53.454545% 1fr;
    -ms-grid-rows: 1fr 25px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 25px 25px;
    grid-template-areas:
      "one two"
      "one three";
  }
    .top04-grid li {
      margin-bottom: 0;
    }
    .top04-grid li:nth-of-type(1) {
      grid-area: one;
      height: auto;
    }
    .top04-grid li:nth-of-type(2) {
      grid-area: two;
    }
    .top04-grid li:nth-of-type(3) {
      grid-area: three;
    }
    .top05::before {
      max-width: calc(50vw + 655px);
    }
  .top05-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -14px;
    margin-left: -14px;
  }
    .top05-list > li {
      margin-bottom: 0;
      padding: 0 14px;
    }
  .top06__more {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media (min-width: 45.001em){
  .top04-grid li:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top04-grid li:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top04-grid li:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 60.001em) {
  .top-hero {
    height: 685px;
  }
  .top-hero__lead {
    padding: 35px 65px 65px 0;
    border-radius: 0 0 30px 0;
  }
    .top-hero__lead img {
      width: 56px;
    }
    .top03::before {
      max-width: calc(50vw + 655px);
    }
  .top03__image {
    width: 48%;
  }
  .top03__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: 0;
  }
  .top03__more {
    text-align: left;
  }
  .top04-grid__heading {
    font-size: 5.6rem;
  }
  .top05 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
    .top05::before {
      top: -120px;
    }
  .top05-list {
    margin-right: -28px;
    margin-left: -28px;
  }
    .top05-list > li {
      padding: 0 28px;
    }
    .top05-list .top05__text {
      font-size: 2rem;
    }
}
@media (hover:hover) {
  .top02 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
    .top02:hover {
      -webkit-filter: brightness(1.05);
      filter: brightness(1.05);
    }
  .top04-grid li::before,
  .top05-list img {
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .top04-grid li:hover::before {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    scale: 1.1;
  }
  .top05-list img:hover {
    -webkit-filter: none;
    filter: none;
    scale: 1.1;
  }
}
/*# sourceMappingURL=maps/index.css.map */
