.p-index_kv__catchEn {
  font-size: 6rem;
}

.p-kv_under__img {
  position: relative;
}

.p-kv_under__txt {
  position: absolute;
  color: #fff;
  top: 3rem;
  right: 3rem;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-company_overview__table td .list dt {
  font-weight: normal;
}

.p-company_philosophy__txt .main {
  line-height: inherit;
  display: flex;
  margin-bottom: 2rem;
}

.p-company_philosophy__txt .main .item:not(:first-child) {
  margin-left: 1em;
}

.p-company_philosophy__txt .main .item:nth-child(3) {
  margin-top: auto;
}

@media screen and (max-width: 1520px) {
  .p-index_kv__catchEn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 991px) {
  .p-kv_under__txt {
    font-size: 2.2rem;
  }
  .p-company_philosophy__txt .main {
    display: block;
  }
  .p-company_philosophy__txt .main .item:not(:first-child) {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  .p-kv_under__txt {
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
}/*# sourceMappingURL=add.css.map */