@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;
}
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: 100px;
    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#fleets_area
========================================================================== */
section#fleets_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#fleets_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background: #42464D;
}
section#fleets_area .top-box {
  justify-content: space-between;
}
section#fleets_area .top-box .txt-box {
  width: 44.5%;
}
section#fleets_area .top-box .txt-box .txt-p {
  color: #ffffff;
  line-height: 1.8em;
}
section#fleets_area .top-box .txt-box .txt-t {
  color: #ffffff;
  margin-top: 2.6041666667vw;
}
section#fleets_area .top-box .txt-box .txt-n {
  color: #9DAEFF;
}
section#fleets_area .top-box .txt-box .txt-n span {
  color: #9DAEFF;
}
section#fleets_area .top-box .txt-box .txt-n span.txt-s {
  color: #ffffff;
  margin-left: 1vw;
}
section#fleets_area .top-box .img-box {
  width: 49%;
  border-radius: 0.5208333333vw;
  overflow: clip;
}
section#fleets_area .item-box {
  padding-top: 7.8125vw;
}
section#fleets_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#fleets_area .item-box .txt-h3 span {
  color: rgba(0, 0, 0, 0.5);
}
section#fleets_area .item-box.i1 .in {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5.2083333333vw 0;
  width: 95%;
  margin: 0 auto;
}
section#fleets_area .item-box.i1 .in .in-box .txt-box {
  width: 100%;
}
section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-h4 {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-h4::before {
  content: "";
  background: #3C5DFF;
  width: 0.6vw;
  height: 0.6vw;
  display: inline-block;
  border-radius: 0.6vw;
}
section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-n {
  color: #ffffff;
}
section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-n span {
  color: #9DAEFF;
}
section#fleets_area .item-box.i1 .in .in-box.im1 {
  width: 100%;
}
section#fleets_area .item-box.i1 .in .in-box.im1 .slanting {
  width: 69%;
  margin-left: auto;
  margin-top: -6vw;
}
section#fleets_area .item-box.i1 .in .in-box.im1 .rotate {
  justify-content: space-between;
  align-items: flex-end;
}
section#fleets_area .item-box.i1 .in .in-box.im1 .rotate .width {
  width: 65%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#fleets_area .item-box.i1 .in .in-box.im1 .rotate .back {
  width: 35%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#fleets_area .item-box.i1 .in .in-box.im2 {
  /* width: 46.6%; */
  width: 51.6%;
}
section#fleets_area .item-box.i1 .in .in-box.im2 .slanting {
  width: 100%;
}
section#fleets_area .item-box.i1 .in .in-box.im3 {
  width: 46.6%;
}
section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box {
  width: 100%;
  margin-bottom: 2.5vw;
}
section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-h4 {
  margin-bottom: 0.6vw;
}
section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-h4::before {
  content: "";
  background: #3C5DFF;
  width: 0.6vw;
  height: 0.6vw;
  display: inline-block;
  border-radius: 0.6vw;
}
section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-n span {
  color: #ffffff;
}
section#fleets_area .item-box.i2, section#fleets_area .item-box.i3, section#fleets_area .item-box.i4, section#fleets_area .item-box.i5 {
  width: 46.6%;
}
section#fleets_area .item-box.i4 {
    width: 70%;
}


section#fleets_area .item-box.i2 .in-box .txt-box, section#fleets_area .item-box.i3 .in-box .txt-box, section#fleets_area .item-box.i4 .in-box .txt-box, section#fleets_area .item-box.i5 .in-box .txt-box {
  width: 100%;
  margin-bottom: 2.5vw;
}
section#fleets_area .item-box.i2 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i3 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i4 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i5 .in-box .txt-box .txt-h4 {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
section#fleets_area .item-box.i2 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i3 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i4 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i5 .in-box .txt-box .txt-h4::before {
  content: "";
  background: #3C5DFF;
  width: 0.6vw;
  height: 0.6vw;
  display: inline-block;
  border-radius: 0.6vw;
}
section#fleets_area .item-box.i2 .in-box .txt-box .txt-n, section#fleets_area .item-box.i3 .in-box .txt-box .txt-n, section#fleets_area .item-box.i4 .in-box .txt-box .txt-n, section#fleets_area .item-box.i5 .in-box .txt-box .txt-n {
  color: #ffffff;
}
section#fleets_area .item-box.i2 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i3 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i4 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i5 .in-box .txt-box .txt-n span {
  color: #ffffff;
}
section#fleets_area .item-box.i6 {
  width: 100%;
}
section#fleets_area .item-box.i6 .txt-h3 {
  border-color: #00973B;
}
section#fleets_area .item-box.i6 .in-box {
  display: flex;
  flex-wrap: wrap;
}
section#fleets_area .item-box.i6 .in-box .txt-box {
  width: 40%;
  margin-bottom: 2.5vw;
}
section#fleets_area .item-box.i6 .in-box .txt-box .txt-h4 {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
section#fleets_area .item-box.i6 .in-box .txt-box .txt-h4::before {
  content: "";
  background: #00973B;
  width: 0.6vw;
  height: 0.6vw;
  display: inline-block;
  border-radius: 0.6vw;
}
section#fleets_area .item-box.i6 .in-box .txt-box .txt-n {
  color: #ffffff;
}
section#fleets_area .item-box.i6 .in-box .txt-box .txt-n span {
  color: #ffffff;
}
section#fleets_area .other-box {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  section#fleets_area {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#fleets_area .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  section#fleets_area .top-box {
    justify-content: space-between;
  }
  section#fleets_area .top-box .txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#fleets_area .top-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#fleets_area .top-box .txt-box .txt-t {
    font-size: 18px;
    margin-top: 40px;
  }
  section#fleets_area .top-box .txt-box .txt-n {
    font-size: 42px;
  }
  section#fleets_area .top-box .txt-box .txt-n span {
    font-size: 18px;
    margin-left: 5px;
  }
  section#fleets_area .top-box .txt-box .txt-n span.txt-s {
    font-size: 14px;
    margin-left: 15px;
  }
  section#fleets_area .top-box .img-box {
    width: 100%;
    height: 40vw;
    border-radius: 10px;
  }
  section#fleets_area .item-box {
    padding-top: 60px;
  }
  section#fleets_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#fleets_area .item-box .txt-h3 span {
    font-size: 12px;
  }
  section#fleets_area .item-box.i1 .in {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5.2083333333vw 0;
    width: 95%;
    margin: 0 auto;
  }
  section#fleets_area .item-box.i1 .in .in-box {
    margin-bottom: 30px;
  }
  section#fleets_area .item-box.i1 .in .in-box .txt-box {
    width: 100%;
  }
  section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-h4 {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 10px;
  }
  section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-h4::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-n {
    font-size: 14px;
  }
  section#fleets_area .item-box.i1 .in .in-box .txt-box .txt-n span {
    font-size: 24px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im1 {
    width: 100%;
  }
  section#fleets_area .item-box.i1 .in .in-box.im1 .slanting {
    width: 90%;
    margin-left: auto;
    margin-top: 20px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im1 .rotate {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 20px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im1 .rotate .width {
    width: 65%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  section#fleets_area .item-box.i1 .in .in-box.im1 .rotate .back {
    width: 35%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  section#fleets_area .item-box.i1 .in .in-box.im2 {
    width: 100%;
  }
  section#fleets_area .item-box.i1 .in .in-box.im2 .slanting {
    width: 100%;
    margin-top: 20px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box {
    width: 49%;
    margin-bottom: 0;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-h4 {
    margin-bottom: 10px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-h4::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-n {
    font-size: 14px;
  }
  section#fleets_area .item-box.i1 .in .in-box.im3 .txt-box .txt-n span {
    font-size: 14px;
  }
  section#fleets_area .item-box.i2, section#fleets_area .item-box.i3, section#fleets_area .item-box.i4, section#fleets_area .item-box.i5 {
    width: 100%;
  }
  section#fleets_area .item-box.i2 .in-box, section#fleets_area .item-box.i3 .in-box, section#fleets_area .item-box.i4 .in-box, section#fleets_area .item-box.i5 .in-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  section#fleets_area .item-box.i2 .in-box .txt-box, section#fleets_area .item-box.i3 .in-box .txt-box, section#fleets_area .item-box.i4 .in-box .txt-box, section#fleets_area .item-box.i5 .in-box .txt-box {
    width: 49%;
    margin-bottom: 0;
  }
  section#fleets_area .item-box.i2 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i3 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i4 .in-box .txt-box .txt-h4, section#fleets_area .item-box.i5 .in-box .txt-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 5px;
    gap: 10px;
  }
  section#fleets_area .item-box.i2 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i3 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i4 .in-box .txt-box .txt-h4::before, section#fleets_area .item-box.i5 .in-box .txt-box .txt-h4::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#fleets_area .item-box.i2 .in-box .txt-box .txt-n, section#fleets_area .item-box.i3 .in-box .txt-box .txt-n, section#fleets_area .item-box.i4 .in-box .txt-box .txt-n, section#fleets_area .item-box.i5 .in-box .txt-box .txt-n {
    font-size: 14px;
    padding-left: 20px;
  }
  section#fleets_area .item-box.i2 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i3 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i4 .in-box .txt-box .txt-n span, section#fleets_area .item-box.i5 .in-box .txt-box .txt-n span {
    font-size: 14px;
  }
  section#fleets_area .item-box.i6 {
    width: 100%;
  }
  section#fleets_area .item-box.i6 .txt-h3 {
    border-color: #00973B;
  }
  section#fleets_area .item-box.i6 .in-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  section#fleets_area .item-box.i6 .in-box .txt-box {
    width: 49%;
    margin-bottom: 0;
  }
  section#fleets_area .item-box.i6 .in-box .txt-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 5px;
    gap: 10px;
  }
  section#fleets_area .item-box.i6 .in-box .txt-box .txt-h4::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  section#fleets_area .item-box.i6 .in-box .txt-box .txt-n {
    font-size: 14px;
    padding-left: 20px;
  }
  section#fleets_area .item-box.i6 .in-box .txt-box .txt-n span {
    font-size: 14px;
  }
  section#fleets_area .other-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=transportation.css.map */