/*----------
hero
----------*/
.hero {
  position: relative;
}
.hero .slider img {
  width: 100%;
}
.hero-ttl {
  color: var(--white);
  text-align: center;
  font-size: 33px;
  letter-spacing: 0.1em;
  padding-top: 50px;
  z-index: 1;
  position: relative;
  font-family: var(--mincyo);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-ttl span {
  display: block;
  padding-bottom: 20px;
}
.hero .slick-prev,
.hero .slick-next {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hero-ttl {
    font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
    padding-top: 15px;
    width: 100%;
  }
  .hero-ttl span {
    display: block;
    padding-bottom: 6px;
  }
  .hero-ttl img {
    max-width: 250px;
    width: 33.3333333333vw;
  }
}
/*----------
news
----------*/
.news {
  margin: 80px 0 86px;
}
.news ul {
  margin-top: 30px;
}
.news li {
  display: flex;
  padding: 16px 0;
  border-top: 1px solid var(--gray);
  line-height: 2.25;
  width: 100%;
}
.news li time {
  width: 15.0501672241%;
}
.news li time,
.news li h3 {
  font-weight: bold;
}
.news li:last-child {
  border-bottom: 1px solid var(--gray);
}
.news-text {
  width: calc(100% - 180px);
  line-height: revert !important;
}

@media screen and (max-width: 767px) {
  .news {
    margin: 35px 0 56px;
    padding: 0 16px;
  }
  .news ul {
    margin-top: 25px;
  }
  .news li {
    padding: 6px 0;
  }
  .news li time {
    width: 25.6880733945%;
    font-size: clamp(8.5333333333px, 2.6666666667vw, 20px);
  }
  .news-text {
    width: 74.31193%;
  }
  .news h3 {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
  .news p {
    font-size: clamp(7.68px, 2.4vw, 18px);
  }
}
/*----------
business
----------*/
.business {
  padding: 70px 0 110px;
  background-color: #f2f2f2;
  text-align: center;
}
.business-text {
  padding: 30px 0 46px;
}
.businessFlex {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.businessFlex h3 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--mincyo);
}

@media screen and (max-width: 767px) {
  .business {
    padding: 24px 0 30px;
  }
  .business-text {
    padding: 20px 0 14px;
    text-align: initial;
  }
  .businessFlex h3 {
    margin-top: 8px;
    font-size: clamp(7.68px, 2.4vw, 18px);
  }
}
/*----------
business
----------*/
.advantage {
  padding: 100px 0 90px;
  color: var(--white);
  background: url("../img/top/img4.jpg") no-repeat center/cover;
  text-align: center;
}
.advantage-text {
  margin-top: 14px;
}

.main section.advantage [class$=-ttl] .en {
  border-bottom: 1px solid var(--white);
}

@media screen and (max-width: 767px) {
  .advantage {
    padding: 25px 0 20px;
    background: url("../img/top/sp-img4.jpg") no-repeat center/cover;
    text-align: center;
  }
  .advantage-text {
    margin-top: 10px;
  }
}
/*----------
partner
----------*/
.main section.partner [class$=-ttl] {
  text-align: initial;
}
.main section.partner [class$=-ttl] .en {
  margin-left: 0;
}

.partner {
  padding: 240px 0;
  background: url("../img/top/img5.jpg") no-repeat center right;
}
.partner-text {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .main section.partner [class$=-ttl] {
    text-align: center;
  }
  .main section.partner [class$=-ttl] .en {
    margin: 0 auto;
  }
  .partner {
    padding: 30px 0;
    background: url("../img/top/sp-img5.jpg") no-repeat center/cover;
  }
  .partner-text {
    margin-top: 10px;
  }
}
/*----------
company
----------*/
.company {
  padding: 100px 0 144px;
  color: var(--white);
  background: url("../img/top/img6.jpg") no-repeat center/cover;
}
.companyFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.company-img {
  width: 50%;
}
.company-text {
  width: 41.4023372287%;
}
.company h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.company dl {
  display: flex;
  flex-wrap: wrap;
}
.company .w100 {
  width: 100%;
}

.main section.company [class$=-ttl] .en {
  border-bottom: 1px solid var(--white);
}

@media screen and (max-width: 767px) {
  .company {
    padding: 30px 0 35px;
    background: url("../img/top/sp-img6.jpg") no-repeat center/cover;
  }
  .companyFlex {
    flex-direction: column;
    margin-top: 22px;
  }
  .company-img {
    width: 80vw;
    max-width: 600px;
    padding-bottom: 25px;
  }
  .company-text {
    width: auto;
  }
  .company h3 {
    font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
    padding-bottom: 8px;
  }
}
/*----------
achievement
----------*/
.achievement {
  padding: 90px 0;
  text-align: center;
}
.achievementFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.achievement figcaption {
  margin-top: 26px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .achievement {
    padding: 50px 0 45px;
  }
  .achievementFlex {
    margin-top: 22px;
  }
  .achievement li {
    width: 49.5%;
  }
  .achievement figcaption {
    margin-top: 8px;
    font-size: clamp(7.68px, 2.4vw, 18px);
  }
}/*# sourceMappingURL=top.css.map */