.entry__card-title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .career__timeline::before {
    bottom: 56px !important;
  }
}
@media (max-width: 768px) {
  .career__timeline::before {
    bottom: 3em !important;
  }
}
@media (max-width: 375px) {
  .career__timeline::before {
    bottom: 4em !important;
  }
}

.reason-card {
  position: relative;
}

.reason-card__img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reason-card__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reason-card__title {
  -webkit-box-flex: 12;
  -webkit-flex-grow: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
}

.sec-dna__block:last-child .sec-dna__img-col {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .sec-dna__block:last-child .sec-dna__img-col {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .sec-reasons-inner {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero picture {
    padding-bottom: 24px;
    display: block;
  }
}

@media (max-width: 768px) {
  .v-multipillar__overlay-box--top-left .v-multipillar__text strong {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .v-multipillar__overlay-box--bottom-right .v-multipillar__text {
    text-align: right !important;
  }
}

.pc-none {
  display: none !important;
}
@media (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
}

.sp-none {
  display: block !important;
}
@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .v-multipillar__overlays {
    gap: 70px;
  }
}

@media (max-width: 768px) {
  .v-multipillar__overlay-box {
    padding: 10px 8px !important;
  }
}

@media (max-width: 900px) {
  .sec-five-values__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv {
  min-height: calc(80vh - var(--header-height));
}

.env-slider {
  position: relative;
}
@media screen and (max-width: 768px) {
  .env-slider {
    margin-bottom: 0 !important;
  }
}

.env-slider__img-wrap {
  aspect-ratio: 730/530 !important;
}

.env-slider__box {
  position: absolute;
  bottom: 140px;
  right: 140px;
  width: 480px;
  height: auto;
  background-color: #fff;
  opacity: 0.8;
  padding: 16px 32px;
}
@media screen and (max-width: 768px) {
  .env-slider__box {
    top: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    left: 0;
  }
}

.env-slider__text {
  font-size: 16px;
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .env-slider__inner {
    margin-top: 380px !important;
  }
}

@media (max-width: 768px) {
  .company-history__item {
    grid-template-columns: 70px 72px 1fr !important;
  }
}
@media (max-width: 768px) {
  .company-history__item::before {
    left: 100px !important;
    height: 97%;
  }
}

.company-history__timeline::before {
  left: 134px !important;
}
@media (max-width: 768px) {
  .company-history__timeline::before {
    left: 99px !important;
  }
}

.contact-form__field--checkbox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-history__title {
  text-align: left !important;
}

.company-groups__title {
  text-align: left !important;
}

.company-recruit-guide__title {
  text-align: left !important;
}

.company-history__inner {
  max-width: 1200px !important;
}

.company-profile__inner {
  max-width: 1200px !important;
}

@media (max-width: 768px) {
  .env-welfare__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .env-block__title {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .env-block__text {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .company-groups__logo {
    width: 240px !important;
    height: 240px !important;
  }
}

@media screen and (max-width: 768px) {
  .column-detail__btn {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=contents.css.map */