@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.contents-type1 .box-in .logistics-contents {
  max-width: 1026px;
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
  position: relative;
}
.contents-type1 .box-in .logistics-contents .logistics-top-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .logistics-contents .point-dec {
  margin: 75px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.contents-type1 .box-in .logistics-contents .point-dec .step-box {
  width: 48.1%;
  height: 137px;
  border-radius: 20px;
  border: 1px solid #005bac;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.contents-type1 .box-in .logistics-contents .point-dec .step-box .num {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe701;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.contents-type1 .box-in .logistics-contents .point-dec .step-box .num p {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #005bac;
  line-height: 1.4;
}
.contents-type1 .box-in .logistics-contents .point-dec .step-box .num p span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
}
.contents-type1 .box-in .logistics-contents .point-dec .step-box .step-text {
  padding-top: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #005bac;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list {
  width: 574px;
  margin: 60px auto 0;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn {
  margin-bottom: 12px;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn:last-child {
  margin-bottom: 0;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 40px;
  padding: 0 40px;
  background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  transition: all 0.3s ease-out;
  font-weight: 500;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-text {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-arrow {
  margin: 8px 0 0 0;
  position: relative;
  overflow: hidden;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a:hover {
  background-position: 30% 110%;
}
.contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a:hover .btn-arrow {
  animation: arrow 0.5s;
}
.contents-type1 .box-in .step-contents {
  margin-top: 90px;
  background-color: #005bac;
  padding: 112px 0 100px 0;
}
.contents-type1 .box-in .step-contents .logistics_ttl_l {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
}
.contents-type1 .box-in .step-contents .logistics_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1026px;
  width: calc(100% - 240px);
  margin: 60px auto 0;
}
.contents-type1 .box-in .step-contents .logistics_flow li {
  flex-basis: 48.1%;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0 30px 30px 30px;
  margin-bottom: 50px;
}
.contents-type1 .box-in .step-contents .logistics_flow li .ico {
  margin-top: -30px;
}
.contents-type1 .box-in .step-contents .logistics_flow li .flow_ttll {
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto 30px;
  color: #2c2c2c;
}
.contents-type1 .box-in .step-contents .logistics_flow li .flow_txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #2c2c2c;
}
.contents-type1 .box-in .btn-more.size-l {
  width: 520px;
  height: 100px;
  margin: 60px auto 0 auto;
}
.contents-type1 .box-in .btn-more.size-l a {
  border-radius: 50px;
}
.contents-type1 .box-in .btn-more.size-l a .btn-text {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contents-type1 .box-in .btn-more.size-l a .btn-arrow {
  top: 43px;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .businessprocess-contents-box3 .point-list {
    width: calc(85.3587115666% + 100px);
  }
  .contents-type1 .box-in .businessprocess-contents {
    width: 85.3587115666%;
    margin: 120px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .contents-type1 .pc {
    display: none;
  }
  .contents-type1 .sp {
    display: block;
  }
  .contents-type1 .box-in .logistics-contents {
    width: calc(100% - 50px);
    margin: 30px auto 0 auto;
    position: relative;
  }
  .contents-type1 .box-in .logistics-contents .logistics-top-ttl {
    font-size: 24px;
    line-height: 32px;
  }
  .contents-type1 .box-in .logistics-contents .point-dec {
    margin: 0 auto 0 auto;
    display: block;
  }
  .contents-type1 .box-in .logistics-contents .point-dec .step-box {
    width: 100%;
    height: 142px;
    margin-top: 70px;
  }
  .contents-type1 .box-in .logistics-contents .point-dec .step-box .num {
    width: 82px;
    height: 82px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents-type1 .box-in .logistics-contents .point-dec .step-box .num p {
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.2;
  }
  .contents-type1 .box-in .logistics-contents .point-dec .step-box .num p span {
    font-size: 28px;
  }
  .contents-type1 .box-in .logistics-contents .point-dec .step-box .step-text {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    line-height: 28px;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list {
    width: 100%;
    max-width: 90vw;
    margin: 8vw auto 0;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn {
    margin-bottom: 12px;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn:last-child {
    margin-bottom: 0;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-radius: 35px;
    padding: 20px;
    background-image: linear-gradient(to right, #033793 0%, #033793 35%, #0080ca 50%, #0080ca 60%, #033793 80%, #033793 100%);
    background-size: 200% 100%;
    background-position: 100% 0%;
    transition: all 0.3s ease-out;
    font-weight: 500;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-ico {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-text {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a .btn-arrow {
    margin: 8px 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a:hover {
    background-position: 30% 110%;
  }
  .contents-type1 .box-in .logistics-contents .profile-btn-list .contact-btn a:hover .btn-arrow {
    animation: arrow 0.5s;
  }
  .contents-type1 .box-in .step-contents {
    margin-top: 50px;
    padding: 35px 0 50px 0;
    position: relative;
    overflow: hidden;
  }
  .contents-type1 .box-in .step-contents .logistics_ttl_l {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 60px;
  }
  .contents-type1 .box-in .step-contents .logistics_flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(100% - 50px);
    margin: 60px auto 0;
  }
  .contents-type1 .box-in .step-contents .logistics_flow li {
    flex-basis: 100%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 30px 30px 30px;
    margin-bottom: 60px;
  }
  .contents-type1 .box-in .step-contents .logistics_flow li .ico {
    margin-top: -30px;
  }
  .contents-type1 .box-in .step-contents .logistics_flow li .flow_ttll {
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto 30px;
  }
  .contents-type1 .box-in .step-contents .logistics_flow li .flow_txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  .contents-type1 .box-in .btn-more.size-l {
    width: calc(100% - 50px);
    margin: 30px auto 0 auto;
    height: 96px;
  }
  .contents-type1 .box-in .btn-more.size-l a {
    border-radius: 50px;
  }
  .contents-type1 .box-in .btn-more.size-l a .btn-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .contents-type1 .box-in .btn-more.size-l a .btn-arrow {
    width: 10.35px;
    top: 45px;
    right: 25px;
  }
}/*# sourceMappingURL=logistics.css.map */