.logistics {
  background-color: #0080CB;
}
.logistics-hero {
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  background-image: url("../images/business/logistics/logistics-hero_bg_sp@2x.jpg");
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: bottom center;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .logistics-hero {
    background-size: 2000px auto;
    background-image: url("../images/business/logistics/logistics-hero_bg@2x.jpg");
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 0;
    mask-size: 2000px auto;
    padding: 140px 0 90px;
    aspect-ratio: auto;
  }
}
@media (min-width: 2000px) {
  .logistics-hero {
    background-size: cover;
    mask-size: cover;
    padding: 7cqw 0 4.5cqw;
  }
}
.logistics-hero__inner {
  text-align: center;
}
.logistics-hero__category {
  display: inline-block;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  background-color: #00B1AA;
}
.logistics-hero__ttl {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-hero__ttl {
    font-size: 3.5rem;
  }
}
.logistics-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-hero__en {
    font-size: 1.25rem;
  }
}
.logistics-lead {
  color: #fff;
}
.logistics-lead__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .logistics-lead__inner {
    flex-wrap: nowrap;
    margin: 120px auto;
  }
}
.logistics-lead__catch {
  flex: 0 0 100%;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .logistics-lead__catch {
    flex: 0 0 440px;
    text-align: left;
    font-size: 2.5rem;
  }
}
.logistics-lead__txt {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.logistics-content {
  position: relative;
  container-type: inline-size;
  margin-top: 100px;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .logistics-content {
    overflow-x: hidden;
  }
}
.logistics-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .logistics-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .logistics-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.logistics-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .logistics-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .logistics-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.logistics-content__inner {
  padding: 60px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .logistics-content__inner {
    padding: 0;
  }
}
.logistics-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
}
@media (min-width: 768px) {
  .logistics-icon {
    top: 0;
    transform: translateX(400px);
    width: 280px;
  }
}
.logistics-icon img {
  width: 100%;
}
.logistics-summary__heading {
  margin-bottom: 40px;
  text-align: center;
}
.logistics-summary__ttl {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 400px) {
  .logistics-summary__ttl {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .logistics-summary__ttl {
    font-size: 2.5rem;
  }
}
.logistics-summary__ttl span {
  color: #00B1AA;
}
.logistics-summary__en {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  color: #00B1AA;
}
@media (min-width: 768px) {
  .logistics-summary__en {
    font-size: 1rem;
  }
}
.logistics-summary__img {
  margin: 60px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
.logistics-summary__img img {
  width: 100%;
}
.logistics-flow {
  margin-top: 80px;
  border-radius: 40px;
  padding: 80px 0;
  background-color: #D9F3F2;
}
@media (min-width: 768px) {
  .logistics-flow {
    margin-top: 120px;
    border-radius: 40px;
    padding: 120px 0;
  }
}
.logistics-flow__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.logistics-flow__heading {
  text-align: center;
}
.logistics-flow__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow__ttl {
    font-size: 2.5rem;
  }
}
.logistics-flow__en {
  margin-top: 8px;
  color: #00B1AA;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-flow__en {
    font-size: 1rem;
  }
}
.logistics-flow__flow {
  margin: 60px auto;
}
.logistics-flow__flow img {
  width: 100%;
}
.logistics-flow__sub-ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.logistics-flow__txt-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .logistics-flow__txt-wrapper {
    flex-wrap: nowrap;
    margin-top: 30px;
  }
}
.logistics-flow__catch {
  flex: 0 0 100%;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .logistics-flow__catch {
    flex: 0 0 500px;
    font-size: 2rem;
  }
}
.logistics-flow__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.logistics-flow__img {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logistics-flow__img {
    margin-top: 40px;
  }
}
.logistics-flow__img img {
  width: 100%;
}
.logistics-flow__comic-bnr {
  margin: 60px auto 0;
  max-width: 640px;
}
@media (min-width: 768px) {
  .logistics-flow__comic-bnr {
    margin: 120px auto 0;
  }
}
.logistics-flow__comic-bnr a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-block: 40px;
  padding-left: 20px;
}
@media (any-hover: hover) {
  .logistics-flow__comic-bnr a:hover .logistics-flow__comic-bnr-arrow-inner::before, .logistics-flow__comic-bnr a:hover .logistics-flow__comic-bnr-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
  .logistics-flow__comic-bnr a:hover .logistics-flow__comic-bnr-img {
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .logistics-flow__comic-bnr a {
    padding-block: 35px;
    padding-left: 30.1470588235%;
  }
}
.logistics-flow__comic-bnr-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.logistics-flow__comic-bnr-txt {
  position: relative;
  color: #00B1AA;
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow__comic-bnr-txt {
    font-size: 2rem;
  }
}
.logistics-flow__comic-bnr-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #00B1AA;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.logistics-flow__comic-bnr-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.logistics-flow__comic-bnr-arrow-inner::before, .logistics-flow__comic-bnr-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.logistics-flow__supervisor-bnr {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .logistics-flow__supervisor-bnr {
    margin-top: 60px;
  }
}
.logistics-flow__supervisor-bnr a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 60px 30px 30px;
}
@media (any-hover: hover) {
  .logistics-flow__supervisor-bnr a:hover .plantengineering-flow__supervisor-bnr-img {
    transform: scale(1.05);
  }
  .logistics-flow__supervisor-bnr a:hover .plantengineering-flow__supervisor-bnr-arrow-inner::before, .logistics-flow__supervisor-bnr a:hover .plantengineering-flow__supervisor-bnr-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
@media (min-width: 768px) {
  .logistics-flow__supervisor-bnr a {
    padding: 46px 60px;
  }
}
.logistics-flow__supervisor-bnr-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.logistics-flow__supervisor-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logistics-flow__supervisor-bnr-ttl {
  position: relative;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow__supervisor-bnr-ttl {
    font-size: 2rem;
  }
}
.logistics-flow__supervisor-bnr-txt {
  position: relative;
  margin-top: 8px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow__supervisor-bnr-txt {
    font-size: 1rem;
  }
}
.logistics-flow__supervisor-bnr-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  background-color: #fff;
  transform: translateY(-50%);
}
.logistics-flow__supervisor-bnr-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.logistics-flow__supervisor-bnr-arrow-inner::before, .logistics-flow__supervisor-bnr-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.logistics-flow-supervisor__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 80px;
  padding-block: 30px;
}
@media (min-width: 768px) {
  .logistics-flow-supervisor__item {
    grid-template-columns: 1fr 41.6666666667%;
    padding-block: 60px;
  }
}
@media (min-width: 768px) {
  .logistics-flow-supervisor__item + .business-detail-flow-supervisor__item {
    border-top: 1px solid #CDE0E6;
  }
}
.logistics-flow-supervisor__ttl {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
.logistics-flow-supervisor__ttl span {
  margin-right: 16px;
  color: #0080CB;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.logistics-flow-supervisor__catch {
  margin-top: 10px;
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow-supervisor__catch {
    margin-top: 16px;
  }
}
.logistics-flow-supervisor__txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .logistics-flow-supervisor__txt {
    margin-top: 16px;
  }
}
.logistics-flow-supervisor__img {
  border-radius: 10px;
  overflow: hidden;
  align-self: flex-start;
}
.logistics-flow-supervisor__img img {
  width: 100%;
}
.logistics-story {
  margin: 80px auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .logistics-story {
    margin: 120px auto;
  }
}
.logistics .story-link {
  border-radius: 10px;
  overflow: hidden;
}
.logistics .story-link a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .logistics .story-link a:hover .story-link__img {
    transform: scale(1.05);
  }
  .logistics .story-link a:hover .story-link__arrow-inner::before, .logistics .story-link a:hover .story-link__arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.logistics .story-link__img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.logistics .story-link__img img {
  width: 100%;
}
.logistics .story-link__txt-wrapper {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (min-width: 768px) {
  .logistics .story-link__txt-wrapper {
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
  }
}
.logistics .story-link__ttl {
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 3.25rem;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logistics .story-link__ttl {
    font-size: 5.625rem;
  }
}
.logistics .story-link__txt {
  display: inline-block;
  margin-top: 15px;
  background-color: #fff;
  padding: 4px 10px;
  color: #0080CB;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics .story-link__txt {
    font-size: 1.5rem;
  }
}
.logistics .story-link__arrow {
  position: absolute;
  bottom: 21px;
  right: 21px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .logistics .story-link__arrow {
    border-radius: 60px;
    width: 60px;
    height: 60px;
  }
}
.logistics .story-link__arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 19px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logistics .story-link__arrow-inner {
    width: 26px;
    height: 29px;
  }
}
.logistics .story-link__arrow-inner::before, .logistics .story-link__arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 19px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .logistics .story-link__arrow-inner::before, .logistics .story-link__arrow-inner::after {
    flex: 0 0 26px;
    width: 26px;
    height: 29px;
  }
}
.logistics-hr {
  margin-inline: 20px;
  border: none;
  max-width: 1200px;
  height: 1px;
  background-color: #CDE0E6;
}
@media (min-width: 768px) {
  .logistics-hr {
    margin-inline: auto;
  }
}
.logistics-interview {
  max-width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .logistics-interview {
    padding: 120px 0;
  }
}
.logistics-interview-senior {
  overflow: hidden;
}
@media (min-width: 768px) {
  .logistics-interview-senior {
    padding: 100px 0;
  }
}
.logistics-interview-senior__inner {
  position: relative;
  margin-inline: auto;
  max-width: 1240px;
  padding: 80px 20px;
}
@media (min-width: 768px) {
  .logistics-interview-senior__inner {
    padding: 0 20px;
  }
}
.logistics-interview-senior__heading {
  margin-bottom: 40px;
}
.logistics-interview-senior__ttl {
  color: #333;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-interview-senior__ttl {
    font-size: 2.5rem;
  }
}
.logistics-interview-senior__en {
  margin-top: 8px;
  color: #0080CB;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .logistics-interview-senior__en {
    font-size: 1.25rem;
  }
}
.logistics-interview-senior-slide {
  width: 100vw;
}
.logistics-interview-senior-slide .splide__arrows {
  position: absolute;
  bottom: calc(100% + 40px);
  left: 0;
  max-width: 1200px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: flex-end;
  gap: 0 8px;
}
@media (min-width: 768px) {
  .logistics-interview-senior-slide .splide__arrows {
    gap: 0 10px;
  }
}
.logistics-interview-senior-slide .splide__arrow {
  position: static;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.logistics-interview-senior-slide .splide__arrow img {
  width: 100%;
}
.logistics-interview-senior-slide .splide__arrow--prev {
  left: auto;
  transform: scaleX(-1) translateY(0);
}
.logistics-interview-senior-slide .splide__arrow--next {
  right: auto;
  transform: translateY(0);
}
.logistics-interview-senior-slide__list.is-static {
  visibility: visible;
}
.logistics-interview-senior-slide__list.is-static .splide__track {
  overflow: visible;
}
.logistics-interview-senior-slide__list.is-static .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.logistics-interview-senior-slide__list.is-static .splide__arrows {
  display: none;
}
.logistics-link {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 20px;
  padding-bottom: 1px;
}
.logistics .sankyu-business {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1025px) {
  .logistics .sankyu-business {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.logistics .sankyu-business__box a {
  position: relative;
  display: block;
  border: 2px solid;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 30px;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__box a {
    padding: 20px 20px 20px 40px;
  }
}
@media (any-hover: hover) {
  .logistics .sankyu-business__box a:hover .sankyu-business__box-arrow-inner::before, .logistics .sankyu-business__box a:hover .sankyu-business__box-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.logistics .sankyu-business__box--plantengineering a {
  border-color: #0080CB;
}
.logistics .sankyu-business__box--plantengineering.is-active a {
  background-color: #D5F1F9;
}
.logistics .sankyu-business__box--logistics a {
  border-color: #00B1AA;
}
.logistics .sankyu-business__box--logistics.is-active a {
  background-color: #D9F3F2;
}
.logistics .sankyu-business__box.is-active .sankyu-business__box-arrow {
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .logistics .sankyu-business__box.is-active .sankyu-business__box-arrow {
    transform: rotate(-90deg) translate(-50%, 0);
  }
}
.logistics .sankyu-business__box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.logistics .sankyu-business__box-img {
  flex: 0 0 120px;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__box-img {
    flex: 0 1 180px;
    margin-right: 50px;
  }
}
.logistics .sankyu-business__box-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
.logistics .sankyu-business__box-arrow--plantengineering {
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__box-arrow--plantengineering {
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
  }
}
.logistics .sankyu-business__box-arrow--logistics {
  background-color: #00B1AA;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__box-arrow--logistics {
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
  }
}
.logistics .sankyu-business__box-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.logistics .sankyu-business__box-arrow-inner::before, .logistics .sankyu-business__box-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 1025px) {
  .logistics .sankyu-business__supervisor {
    grid-column: span 2;
  }
}
.logistics .sankyu-business__supervisor a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 60px 30px 30px;
}
@media (any-hover: hover) {
  .logistics .sankyu-business__supervisor a:hover .sankyu-business__supervisor-img {
    transform: scale(1.05);
  }
  .logistics .sankyu-business__supervisor a:hover .sankyu-business__supervisor-arrow-inner::before, .logistics .sankyu-business__supervisor a:hover .sankyu-business__supervisor-arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
@media (min-width: 768px) {
  .logistics .sankyu-business__supervisor a {
    padding: 46px 60px;
  }
}
.logistics .sankyu-business__supervisor-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.logistics .sankyu-business__supervisor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logistics .sankyu-business__supervisor-ttl {
  position: relative;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__supervisor-ttl {
    font-size: 2rem;
  }
}
.logistics .sankyu-business__supervisor-txt {
  position: relative;
  margin-top: 8px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__supervisor-txt {
    font-size: 1rem;
  }
}
.logistics .sankyu-business__supervisor.is-active .sankyu-business__supervisor-arrow {
  transform: rotate(-90deg) translate(50%, 0);
}
.logistics .sankyu-business__supervisor-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  background-color: #fff;
  transform: translateY(-50%);
}
.logistics .sankyu-business__supervisor-arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.logistics .sankyu-business__supervisor-arrow-inner::before, .logistics .sankyu-business__supervisor-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.logistics .sankyu-business__category {
  display: inline-block;
  padding: 2px 16px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.logistics .sankyu-business__category--plantengineering {
  background-color: #0080CB;
}
.logistics .sankyu-business__category--logistics {
  background-color: #00B1AA;
}
.logistics .sankyu-business__summary {
  margin-top: 4px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__summary {
    font-size: 2.5rem;
  }
}
.logistics .sankyu-business__summary--plantengineering {
  color: #0080CB;
}
.logistics .sankyu-business__summary--logistics {
  color: #00B1AA;
}
.logistics .sankyu-business__name {
  color: #707070;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics .sankyu-business__name {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.logistics-flow__sub-ttl {
  display: flex;
  align-items: center;
  margin-top: 60px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .logistics-flow__sub-ttl {
    margin-top: 100px;
  }
}
.logistics-flow__sub-ttl span {
  margin-right: 12px;
  color: #00B1AA;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
