@charset "UTF-8";
header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  header {
    -webkit-transform: unset;
            transform: unset;
  }
}
#page.index.in {
  padding-top: 0;
}
#page.index.in .top-mv .top-mv-content {
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
  background-color: #fff;
}
#page.index.in .top-mv .top-mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 820px;
  height: 100%;
}
#page.index.in .top-mv .top-mv-left {
  background-color: #004bc8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.index.in .top-mv .top-mv-logo {
  display: block;
  width: 100%;
  max-width: 270px;
  padding-top: 82px;
  padding-left: 40px;
}
#page.index.in .top-mv .top-mv-ttl {
  width: 100%;
  max-width: 278px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page.index.in .top-mv .blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
#page.index.in .top-mv .blurTrigger {
  opacity: 0;
}
#page.index.in .top-mv .top-mv-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.index.in .top-mv .mv-video-area #video {
  width: 100%;
  max-width: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.index.in .top-mv .mv-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 111px;
  margin: 32px 35px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-mv .mv-contact:hover {
  background-color: #004bc8;
}
#page.index.in .top-mv .mv-contact:hover a {
  color: #fff;
}
#page.index.in .top-mv .mv-contact a {
  font-size: 15px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.index.in .top-mv .mv-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
#page.index.in .top-mv .mv-nav-content a {
  font-size: 15px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #page.index.in .top-mv .top-mv-ttl {
    max-width: 200px;
  }
  #page.index.in .top-mv .top-mv-logo {
    padding-top: 40px;
  }
  #page.index.in .top-mv .mv-video-area {
    width: 100%;
    max-width: 700px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page.index.in .top-mv .mv-nav {
    gap: 15px;
  }
  #page.index.in .top-mv .mv-nav-content a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .top-mv {
    padding-top: 20px;
  }
  #page.index.in .top-mv .top-mv-content {
    border-left: unset;
    border-right: unset;
    background-color: #f5f5f5;
  }
  #page.index.in .top-mv .top-mv-flex {
    display: block;
    max-height: unset;
  }
  #page.index.in .top-mv .top-mv-left {
    position: unset;
    padding: 102px 0 62px 0;
  }
  #page.index.in .top-mv .top-mv-logo {
    display: none;
  }
  #page.index.in .top-mv .top-mv-ttl {
    max-width: 160px;
    margin: 0 auto;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
  }
  #page.index.in .top-mv .mv-contact {
    display: none;
  }
  #page.index.in .top-mv .mv-nav {
    display: none;
  }
}
#page.index.in .top-first .max-wrap {
  background-color: #fff;
  padding: 110px 0 300px 0;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
}
#page.index.in .top-first .top-first-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 25px 0 0;
}
#page.index.in .top-first .top-first-textarea {
  width: 100%;
  max-width: 435px;
}
#page.index.in .top-first .top-first-text {
  font-size: 18px;
  color: #004bc8;
  font-weight: 500;
  line-height: 2.111;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 42px;
}
#page.index.in .top-first .top-first-text:last-child {
  margin-bottom: 0;
}
#page.index.in .top-first .top-first-text-bk {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), to(#ffff46));
  background: linear-gradient(to bottom, #fff 0%, #fff 30%, #ffff46 100%);
}
#page.index.in .top-first .top-first-link {
  border-radius: 24px;
  width: 100%;
  max-width: 224px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #004bc8;
  position: relative;
}
#page.index.in .top-first .top-first-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #004bc8;
  border-right: solid 2px #004bc8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-first .top-first-link:hover {
  background-color: #004bc8;
  border: 1px solid #004bc8;
}
#page.index.in .top-first .top-first-link:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#page.index.in .top-first .top-first-link:hover a {
  color: #fff;
}
#page.index.in .top-first .top-first-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 47px;
}
@media screen and (max-width: 1200px) {
  #page.index.in .top-first .max-wrap {
    padding: 110px 40px 300px 40px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .top-first .max-wrap {
    padding: 60px 15px 200px 15px;
    border-left: unset;
    border-right: unset;
  }
  #page.index.in .top-first .top-first-flex {
    display: block;
    padding: 0;
  }
  #page.index.in .top-first .top-first-textarea {
    max-width: unset;
  }
  #page.index.in .top-first .top-first-text {
    font-size: 16px;
    line-height: 2.063;
    margin-bottom: 40px;
  }
  #page.index.in .top-first .top-first-text:last-child {
    margin-bottom: 35px;
  }
  #page.index.in .top-first .top-first-link {
    border-radius: 19px;
    max-width: 180px;
  }
  #page.index.in .top-first .top-first-link::after {
    width: 7px;
    height: 7px;
  }
  #page.index.in .top-first .top-first-link:hover {
    background-color: #004bc8;
    border: 1px solid #004bc8;
  }
  #page.index.in .top-first .top-first-link:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #page.index.in .top-first .top-first-link a {
    font-size: 13px;
    height: 38px;
  }
}
#page.index.in .top-logistics {
  position: relative;
}
#page.index.in .top-logistics .max-wrap {
  background-color: #004bc8;
}
#page.index.in .top-logistics .curve {
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 300px;
  z-index: 0;
}
#page.index.in .top-logistics .top-logistics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 280px;
  position: relative;
}
#page.index.in .top-logistics .top-logistics-content::after {
  content: "";
  display: block;
  border: unset;
  background-image: url(../img/top/yazirusi-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 96px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 80px;
  margin: auto;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-top: 150px;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-left-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.722;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:nth-child(2) {
  margin-left: -10px;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:last-child {
  margin-bottom: 0;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 600px;
  /* 透過・非表示 */
  opacity: 0;
  visibility: hidden;
  /* 要素の位置指定・アニメーション */
  translate: 0 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle.second {
  margin-top: -40px;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third {
  margin-top: -40px;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl::before {
  content: "";
  display: block;
  border: unset;
  background-image: url(../img/top/top-logistics-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 232px;
  height: 232px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  color: #004bc8;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl::before {
  content: "";
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 232px;
  height: 232px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.index.in .top-logistics .top-logistics-content .top-logistics-circle-text {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  line-height: 1.905;
  letter-spacing: 0.05em;
}
#page.index.in .top-logistics .top-business-content {
  padding-bottom: 112px;
}
#page.index.in .top-logistics .top-business-content .top-business-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.index.in .top-logistics .top-business-content .top-business-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  border: 3px solid #fff;
  border-radius: 14px;
  padding: 42px 36px;
}
#page.index.in .top-logistics .top-business-content .top-business-item:nth-child(1) .top-business-item-ttl {
  letter-spacing: 0.2em;
}
#page.index.in .top-logistics .top-business-content .top-business-item:nth-child(1) .top-business-item-img {
  width: 100%;
  max-width: 48px;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#page.index.in .top-logistics .top-business-content .top-business-item:nth-child(2) .top-business-item-img {
  width: 100%;
  max-width: 76px;
}
#page.index.in .top-logistics .top-business-content .top-business-item:nth-child(3) .top-business-item-img {
  width: 100%;
  max-width: 78px;
}
#page.index.in .top-logistics .top-business-content .top-business-item-ttl {
  font-size: 33px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
#page.index.in .top-logistics .top-business-content .top-business-item-img {
  margin: 0 auto 55px auto;
}
#page.index.in .top-logistics .top-business-content .top-business-item-text {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  font-weight: 500;
  line-height: 1.688;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link {
  border-radius: 24px;
  width: 100%;
  max-width: 224px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #004bc8;
  border-right: solid 2px #004bc8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link:hover {
  background-color: #ffff46;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link:hover::after {
  border-top: solid 2px #004bc8;
  border-right: solid 2px #004bc8;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link:hover a {
  color: #004bc8;
}
#page.index.in .top-logistics .top-business-content .top-business-item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 47px;
}
@media screen and (max-width: 1200px) {
  #page.index.in .top-logistics .top-logistics-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.5%;
            flex: 0 0 39.5%;
    margin-top: 150px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    gap: 40px;
  }
  #page.index.in .top-logistics .top-business-content {
    padding: 0 30px 112px 30px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media screen and (max-width: 1000px) {
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.3%;
            flex: 0 0 38.3%;
    margin-top: 150px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text {
    font-size: 15px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:nth-child(2) {
    margin-left: -10px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:last-child {
    margin-bottom: 0;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    gap: 40px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle {
    gap: 30px;
    width: 100%;
    max-width: 600px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.is-active {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl {
    max-width: 180px;
    height: 180px;
    font-size: 20px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl::before {
    width: 210px;
    height: 210px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl {
    width: 100%;
    max-width: 180px;
    height: 180px;
    font-size: 20px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl::before {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.905;
    letter-spacing: 0.05em;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item:nth-child(1) .top-business-item-img {
    width: 100%;
    max-width: 48px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item:nth-child(2) .top-business-item-img {
    width: 100%;
    max-width: 74px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item:nth-child(3) .top-business-item-img {
    width: 100%;
    max-width: 74px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-ttl {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-img {
    margin: 0 auto 50px auto;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-text {
    font-size: 14px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .top-logistics {
    margin-top: -30px;
  }
  #page.index.in .top-logistics .curve {
    top: -100px;
    height: 130px;
  }
  #page.index.in .top-logistics .top-logistics-content {
    display: block;
    padding-bottom: 185px;
  }
  #page.index.in .top-logistics .top-logistics-content::after {
    background-image: url(../img/top/yazirusi-bottom-sp.png);
    width: 28px;
    height: 84px;
    bottom: 40px;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left {
    margin-top: 0;
    padding-top: 62px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:nth-child(2) {
    margin-left: 0;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-left-text:last-child {
    margin-bottom: 70px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle {
    display: block;
    gap: 0;
    width: 100%;
    max-width: 600px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.is-active {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl {
    max-width: 185px;
    height: 185px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl::before {
    width: 213px;
    height: 213px;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/flow-button02-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 23px;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl.active {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    letter-spacing: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle.third .top-logistics-circle-ttl.active::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/flow-button02-ac-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 23px;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl {
    max-width: 185px;
    height: 185px;
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl::before {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 213px;
    height: 213px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/flow-button01-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 23px;
    margin: auto;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl.active {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.index.in .top-logistics .top-logistics-content .top-logistics-circle-ttl.active::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/flow-button01-ac-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 23px;
    margin: auto;
  }
  #page.index.in .top-logistics .top-business-content {
    padding: 0 0 140px 0;
  }
  #page.index.in .top-logistics .top-business-content .swiper {
    margin-bottom: 40px;
  }
  #page.index.in .top-logistics .top-business-content .swiper-slide.slide-1 .top-business-item-img {
    width: 100%;
    max-width: 48px;
    padding-right: 20px;
  }
  #page.index.in .top-logistics .top-business-content .swiper-slide.slide-2 .top-business-item-img {
    width: 100%;
    max-width: 74px;
    padding-right: 10px;
  }
  #page.index.in .top-logistics .top-business-content .swiper-slide.slide-3 .top-business-item-img {
    width: 100%;
    max-width: 74px;
    padding-right: 10px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 40px 38px;
    height: 480;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-ttl {
    font-size: 30px;
    margin-bottom: 38px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-img {
    margin: 0 auto 42px auto;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    height: unset;
    height: 110px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-link {
    border-radius: 19px;
    max-width: 180px;
  }
  #page.index.in .top-logistics .top-business-content .top-business-item-link a {
    font-size: 13px;
    height: 38px;
  }
  #page.index.in .top-logistics .top-business-content .swiper-bottom {
    position: relative;
  }
  #page.index.in .top-logistics .top-business-content .swiper-pagination {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: -20px;
  }
  #page.index.in .top-logistics .top-business-content .swiper-button-prev {
    position: absolute;
  }
  #page.index.in .top-logistics .top-business-content .swiper-button-prev::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/slider-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 85px;
    bottom: 0;
    margin: auto;
  }
  #page.index.in .top-logistics .top-business-content .swiper-button-next {
    position: absolute;
  }
  #page.index.in .top-logistics .top-business-content .swiper-button-next::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/slider-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 85px;
    bottom: 0;
    margin: auto;
  }
}
#page.index.in .top-faq .top-faq-content {
  background-color: #004bc8;
  padding-bottom: 95px;
}
#page.index.in .top-faq .top-faq-link {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  position: relative;
}
#page.index.in .top-faq .target {
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
#page.index.in .top-faq .top-faq-link-img {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
#page.index.in .top-faq .top-faq-textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#page.index.in .top-faq .top-faq-ttl {
  font-size: 22px;
  color: #004bc8;
  font-weight: 600;
  line-height: 1.688;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 100px;
  position: relative;
}
#page.index.in .top-faq .top-faq-ttl::after {
  content: "";
  display: block;
  border: unset;
  background-image: url(../img/top/faq-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-faq .top-faq-ttl:hover::after {
  content: "";
  display: block;
  border: unset;
  background-image: url(../img/top/faq-button-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-faq .faq-ttl-eng {
  display: inline-block;
  font-size: 56px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #page.index.in .top-faq .top-faq-content {
    padding-bottom: 140px;
  }
  #page.index.in .top-faq .top-faq-link {
    width: 100%;
    max-width: 510px;
  }
  #page.index.in .top-faq .top-faq-ttl {
    font-size: 14px;
    line-height: 1;
  }
  #page.index.in .top-faq .top-faq-ttl::after {
    background-image: url(../img/top/faq-button-sp.png);
    width: 52px;
    height: 52px;
    right: -40px;
  }
  #page.index.in .top-faq .faq-ttl-eng {
    font-size: 48px;
    margin-right: 10px;
  }
}
#page.index.in .top-news .top-news-content {
  background-color: #004bc8;
  padding-bottom: 85px;
}
#page.index.in .top-news .top-news-ttl {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
#page.index.in .top-news .top-news-wr {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 65px;
}
#page.index.in .top-news .top-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  padding: 25px 30px;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
#page.index.in .top-news .top-news-item:last-child {
  background-image: unset;
}
#page.index.in .top-news .top-news-day {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#page.index.in .top-news .top-news-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#page.index.in .top-news .top-news-link {
  border-radius: 24px;
  width: 100%;
  max-width: 224px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.index.in .top-news .top-news-link::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-news .top-news-link:hover {
  background-color: #fff;
}
#page.index.in .top-news .top-news-link:hover::after {
  border-top: solid 2px #004bc8;
  border-right: solid 2px #004bc8;
}
#page.index.in .top-news .top-news-link:hover a {
  color: #004bc8;
}
#page.index.in .top-news .top-news-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 47px;
}
@media screen and (max-width: 767px) {
  #page.index.in .top-news .top-news-content {
    padding-bottom: 150px;
  }
  #page.index.in .top-news .top-news-ttl {
    font-size: 20px;
    margin-bottom: 9px;
  }
  #page.index.in .top-news .top-news-wr {
    margin-bottom: 30px;
  }
  #page.index.in .top-news .top-news-item {
    display: block;
    gap: 0;
    padding: 32px 0 50px 0;
    background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px);
  }
  #page.index.in .top-news .top-news-day {
    margin-bottom: 10px;
  }
  #page.index.in .top-news .top-news-link {
    border-radius: 19px;
    max-width: 180px;
  }
  #page.index.in .top-news .top-news-link::after {
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #page.index.in .top-news .top-news-link a {
    font-size: 13px;
    height: 38px;
  }
}
#page.index.in .top-contact .top-contact-content {
  background-color: #ffff46;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
  padding: 95px 0;
}
#page.index.in .top-contact .top-contact-link:hover .top-contact-ttl::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 40px;
}
#page.index.in .top-contact .top-contact-ttl {
  font-size: 20px;
  color: #004bc8;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.index.in .top-contact .top-contact-ttl::after {
  content: "";
  display: block;
  border: unset;
  background-image: url(../img/top/contact-yazirusi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.index.in .top-contact .top-contact-eng {
  display: inline-block;
  font-size: 56px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  #page.index.in .top-contact .top-contact-content {
    padding: 95px 40px;
  }
  #page.index.in .top-contact .top-contact-link:hover .top-contact-ttl::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  #page.index.in .top-contact .top-contact-ttl::after {
    width: 300px;
    height: 25px;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  #page.index.in .top-contact .top-contact-ttl::after {
    content: "";
    display: block;
    border: unset;
    background-image: url(../img/top/contact-yazirusi-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 124px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .top-contact .top-contact-content {
    padding: 60px 15px;
  }
  #page.index.in .top-contact .wrap {
    padding: 0;
  }
  #page.index.in .top-contact .top-contact-link:hover .top-faq-ttl::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 40px;
  }
  #page.index.in .top-contact .top-contact-ttl {
    font-size: 16px;
    line-height: 1.3;
    display: block;
  }
  #page.index.in .top-contact .top-contact-ttl::after {
    background-image: url(../img/top/contact-yazirusi-sp.png);
    width: 124px;
    height: 20px;
    right: 0;
  }
  #page.index.in .top-contact .top-contact-eng {
    font-size: 41px;
    margin-right: 0;
  }
}