@charset "UTF-8";
body {
  color: #3d3f7a;
}

.animate-box {
  opacity: 0;
}

.l-header {
  background-image: url("../images/main_image.svg");
  background-position: center top;
  background-size: cover;
  position: relative;
  height: 850px;
}
@media screen and (max-width: 764px) {
  .l-header {
    height: 600px;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 120, 0.3);
}

.l-contentsSection {
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
}
.l-contentsSection.-feature,
.l-contentsSection.-function,
.l-contentsSection.-inquiry {
  background-color: rgba(0, 30, 100, 0.1);
}
.l-contentsSection.-solution {
  background-image: url("../images/bg_solution.svg");
}
.l-contentsSection.-feature {
  background-image: url("../images/bg_feature.svg");
  background-position: center top;
}
.l-contentsSection.-communication {
  background-image: url("../images/bg_communication.svg");
}
.l-contentsSection.-omni {
  background-image: url("../images/bg_omni.png");
}

.c-header {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 764px) {
  .c-header {
    padding: 16px;
  }
}
.c-header__nav {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  padding: 0 16px;
  z-index: 1;
}
@media screen and (max-width: 764px) {
  .c-header__nav {
    position: static;
    padding: 0 0 8px;
    align-self: flex-start;
  }
}
.c-header__content {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 764px) {
  .c-header__content {
    flex-grow: 1;
  }
}
.c-header__content__image {
  max-width: 700px;
  padding: 0 2em;
  margin: 0 auto;
}
@media screen and (max-width: 764px) {
  .c-header__content__image {
    max-width: 350px;
  }
}
.c-header__content__heading,
.c-header__content__lead {
  color: #001e64;
  font-weight: 500;
}
.c-header__content__heading {
  font-size: clamp(2rem, 3vw, 4.8rem);
  margin-top: 24px;
}
.c-header__content__lead {
  display: block;
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin-top: 20px;
}
.c-header__content__text {
  margin-top: 20px;
}

.c-solutions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.c-solutions__item {
  background-color: #ffffff;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.c-solutions__item.-point {
  background-image: url("../images/solution_point.svg");
}
.c-solutions__item.-integration {
  background-image: url("../images/solution_integration.svg");
  justify-content: flex-end;
}
.c-solutions__item.-bopis {
  background-image: url("../images/solution_bopis.svg");
}
.c-solutions__item.-stock {
  background-image: url("../images/solution_stock.svg");
  justify-content: flex-end;
}
.c-solutions__item__text {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  padding: 2em 10% 25%;
}
.c-solutions__item__comment {
  margin: 0;
}
.c-solutions__item__info {
  display: block;
  margin-top: 4px;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
@media screen and (min-width: 765px) {
  .c-solutions {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-solutions__item.-point {
    grid-column: 1 / span 3;
  }
  .c-solutions__item.-integration {
    grid-column: 4 / span 2;
  }
  .c-solutions__item.-bopis {
    grid-column: 1 / span 2;
  }
  .c-solutions__item.-stock {
    grid-column: 3 / span 3;
  }
  .c-solutions__item__text {
    padding: 2em 1.5em 25%;
  }
}

.c-table {
  color: #848484;
}
@media screen and (max-width: 1000px) {
  .c-table > tbody > tr:last-of-type > th {
    background-color: #001e64;
    color: #ffffff;
  }
}

.c-form {
  color: #848484;
}
.c-form__comment,
.c-form__note {
  color: #3d3f7a;
} /*# sourceMappingURL=style.css.map */
