.hero {
  position: relative;
  min-height: 860px;
  padding-top: 45px;
  background-image: url(../images/index_hero_background.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1292px;
}
.hero__heading {
  padding: 0 5%;
}
.hero__heading--ja {
  margin-bottom: -8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hero__heading--en {
  margin-bottom: 20px;
  color: #000;
  font-size: 94px;
}
.hero__catch {
  width: 353px;
  margin-bottom: 59px;
}
.hero__text {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1600px) {
  .hero {
    min-height: 980px;
    padding-top: 80px;
    background-size: 1450px;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    min-height: 540px;
    background-size: 600px;
  }
  .hero__inner {
    width: 90%;
    margin: auto;
  }
  .hero__heading--en {
    font-size: 54px;
  }
  .hero__catch {
    width: 300px;
    margin-bottom: 25px;
  }
  .hero__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    min-height: 450px;
    background-size: 380px;
  }
  .hero__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .hero__heading--en {
    font-size: 36px;
  }
  .hero__catch {
    width: 300px;
    margin-bottom: 45px;
  }
  .hero__text {
    font-size: 20px;
  }
}

.outline {
  padding-bottom: 150px;
  color: #000;
}
.outline__inner {
  width: 70.93%;
  margin: auto;
}
.outline__heading {
  text-align: center;
  font-size: 66px;
}
.outline__heading::after {
  display: block;
  width: 0;
  height: 0;
  margin: 40px auto 60px;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 32px solid #000000;
  border-bottom: 0;
  content: "";
}
.outline__item {
  display: flex;
  padding: 30px 30px 25px;
  border-bottom: 1px solid #000;
}
.outline__item dt, .outline__item dd {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.outline__item dt {
  width: 225px;
}
.outline__item dd {
  flex: 1;
}
.outline__item--contact br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .outline {
    padding-bottom: 60px;
  }
  .outline__heading {
    font-size: 40px;
  }
  .outline__heading::after {
    margin: 30px auto 40px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 26px solid #000000;
  }
  .outline__inner {
    width: 85%;
  }
  .outline__item {
    padding: 15px 5px 15px;
  }
  .outline__item dt, .outline__item dd {
    font-size: 16px;
  }
  .outline__item dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .outline {
    padding-bottom: 100px;
  }
  .outline__heading {
    font-size: 30px;
  }
  .outline__heading::after {
    margin: 20px auto 30px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #000000;
  }
  .outline__inner {
    width: 100%;
    padding: 0 20px;
  }
  .outline__item {
    display: block;
  }
  .outline__item dt, .outline__item dd {
    font-size: 14px;
  }
  .outline__item dt {
    width: 150px;
  }
  .outline__item--contact br {
    display: block;
  }
}/*# sourceMappingURL=company.css.map */