@charset "UTF-8";
@media screen and (max-width: 767px) {
  section#lead_area .anker-box.is-fixed a {
    width: calc(50% - 7.25px);
  }
}
@-webkit-keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
/*==========================================================================
section#features_area
========================================================================== */
section#features_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#features_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#features_area .midashi-box {
  margin-bottom: 3.90625vw;
}
section#features_area .midashi-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.5625vw;
}
section#features_area .midashi-box .txt-p {
  color: #ffffff;
}
section#features_area .items {
  justify-content: space-between;
  align-items: center;
  padding: 3.90625vw 0;
  box-sizing: border-box;
  border-bottom: solid 1px #575A61;
}
section#features_area .items:last-child {
  border: none;
  padding-bottom: 0;
}
section#features_area .items .img-box {
  width: 44.5%;
  height: 21.875vw;
  border-radius: 0.5208333333vw;
  overflow: clip;
}
section#features_area .items .txt-box {
  width: 49%;
  padding-left: 2.6041666667vw;
  box-sizing: border-box;
}
section#features_area .items .txt-box .txt-h3 {
  color: #9DAEFF;
  position: relative;
  margin-bottom: 1.5625vw;
}
section#features_area .items .txt-box .txt-h3 span {
  color: #ffffff;
  position: absolute;
  left: -2.6041666667vw;
  top: 50%;
  transform: translateY(-50%);
}
section#features_area .items .txt-box .txt-p {
  color: #ffffff;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#features_area {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#features_area .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  section#features_area .midashi-box {
    margin-bottom: 30px;
  }
  section#features_area .midashi-box .txt-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section#features_area .midashi-box .txt-p {
    font-size: 14px;
  }
  section#features_area .items {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: solid 1px #575A61;
  }
  section#features_area .items:last-child {
    border: none;
    padding-bottom: 0;
  }
  section#features_area .items .img-box {
    width: 100%;
    height: 55vw;
    border-radius: 10px;
    order: 1;
    margin-bottom: 30px;
  }
  section#features_area .items .txt-box {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    order: 2;
  }
  section#features_area .items .txt-box .txt-h3 {
    color: #9DAEFF;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
  }
  section#features_area .items .txt-box .txt-h3 span {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  section#features_area .items .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.5em;
  }
  section#features_area .items:last-child {
    padding-bottom: 0;
  }
}
/*==========================================================================
section#overview_area
========================================================================== */
section#overview_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#overview_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background: #42464D;
}
section#overview_area .item-box {
  justify-content: space-between;
  padding-top: 7.8125vw;
}
section#overview_area .item-box .txt-h3 {
  width: 100%;
  background: #EFF4F7;
  display: flex;
  align-items: center;
  padding: 0 2.6041666667vw;
  height: 3.6458333333vw;
  box-sizing: border-box;
  border-left: solid 0.5729166667vw #3C5DFF;
  border-radius: 0.2604166667vw;
  gap: 1.05vw;
  margin-bottom: 2.6041666667vw;
}
section#overview_area .item-box .txt-h3 span {
  color: rgba(0, 0, 0, 0.5);
}
section#overview_area .item-box .in {
  width: 93.2%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
section#overview_area .item-box .in.in2 {
  margin-top: 5.2083333333vw;
}
section#overview_area .item-box .txt-box {
  width: 44.1%;
}
section#overview_area .item-box .txt-box .txt-h4 {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 1vw;
}
section#overview_area .item-box .txt-box dl {
  padding: 1.3020833333vw 0;
  margin: 0;
}
section#overview_area .item-box .txt-box dl dt, section#overview_area .item-box .txt-box dl dd {
  margin: 0;
  padding: 0;
}
section#overview_area .item-box .txt-box dl dt {
  color: #B3B5B8;
  width: 5.9895833333vw;
}
section#overview_area .item-box .txt-box dl dd {
  color: #ffffff;
  width: calc(100% - 5.9895833333vw);
}
section#overview_area .item-box .img-box {
  width: 52.5%;
  height: 23.9583333333vw;
  border-radius: 0.5208333333vw;
  overflow: clip;
}
section#overview_area .item-box.i1 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  section#overview_area {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#overview_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#overview_area .item-box {
    justify-content: space-between;
    padding-top: 60px;
  }
  section#overview_area .item-box .txt-h3 {
    font-size: 16px;
    padding: 10px 10px;
    height: initial;
    box-sizing: border-box;
    border-left: solid 8px #3C5DFF;
    border-radius: 3px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
  }
  section#overview_area .item-box .txt-h3 span {
    font-size: 12px;
  }
  section#overview_area .item-box .in {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  section#overview_area .item-box .in.in2 {
    margin-top: 30px;
  }
  section#overview_area .item-box .txt-box {
    width: 100%;
    order: 2;
  }
  section#overview_area .item-box .txt-box .txt-h4 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  section#overview_area .item-box .txt-box dl {
    padding: 15px 0;
    margin: 0;
  }
  section#overview_area .item-box .txt-box dl dt {
    width: 100%;
    font-size: 14px;
  }
  section#overview_area .item-box .txt-box dl dd {
    width: 100%;
    font-size: 14px;
  }
  section#overview_area .item-box .img-box {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    order: 1;
    margin-bottom: 20px;
  }
  section#overview_area .item-box.i1 {
    padding: 0;
  }
}
/*# sourceMappingURL=warehouse.css.map */