@charset "UTF-8";
/* CSS Document */
#news h3::first-letter, #recruit h3::first-letter {
  color: #fabe00; }

h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 3rem; }
  @media screen and (max-width: 575px) {
    h4 {
      font-size: 25px;
      font-size: 2.5rem;
      margin-bottom: 2rem; } }
  h4 span {
    color: #289c4c; }

#recruit h4 span {
  color: #fabe00; }

#hero-img {
  margin-bottom: 7rem;
  position: relative; }
  @media screen and (max-width: 575px) {
    #hero-img {
      margin-bottom: 5rem; } }
  #hero-img #mainimage {
    position: relative; }
    #hero-img #mainimage::after {
      position: absolute;
      right: 7rem;
      bottom: -0.5rem;
      content: "SHIMIZU LOGISTICS";
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-size: 90px;
      font-size: 9rem;
      line-height: 90px;
      letter-spacing: 0.04em;
      color: #fff;
      opacity: 0.3;
      z-index: 1; }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage::after {
          font-size: 75px;
          font-size: 7.5rem;
          line-height: 75px; } }
    #hero-img #mainimage .swiper-img {
      position: relative;
      max-width: 100%;
      height: 100vh;
      background-position: center; }
      #hero-img #mainimage .swiper-img::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(45deg, #dbdbdb 25%, transparent 25%, transparent 75%, #dbdbdb 75%), linear-gradient(45deg, #dbdbdb 25%, transparent 25%, transparent 75%, #dbdbdb 75%);
        background-position: 0 0, 2px 2px;
        /* 「0 0」と1マス（1色）の大きさ「30px 30px」をそれぞれ指定 */
        background-size: 4px 4px;
        /* 1マス分の倍の大きさを指定「60px 60px」 */
        background-color: #FFF;
        mix-blend-mode: multiply;
        /* ←乗算 */
        pointer-events: none; }
    #hero-img #mainimage .img1 {
      background-image: url("../img/top-hero1.jpg");
      background-size: cover; }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage .img1 {
          background-image: url("../img/top-hero1-s.jpg"); } }
    #hero-img #mainimage .img2 {
      background-image: url("../img/top-hero2.jpg");
      background-size: cover; }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage .img2 {
          background-image: url("../img/top-hero2-s.jpg"); } }
    #hero-img #mainimage .img3 {
      background-image: url("../img/top-hero3.jpg");
      background-size: cover; }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage .img3 {
          background-image: url("../img/top-hero3-s.jpg"); } }
    #hero-img #mainimage .swiper-pagination-bullet {
      width: 5.5rem;
      height: 3px; }
      @media screen and (max-width: 767px) {
        #hero-img #mainimage .swiper-pagination-bullet {
          width: 4rem; } }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage .swiper-pagination-bullet {
          width: 3rem;
          bottom: 5px; } }
    #hero-img #mainimage .swiper-pagination-bullets {
      bottom: 10px;
      width: 100%;
      right: 1.5rem; }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage .swiper-pagination-bullets {
          bottom: 5px;
          right: 1rem; } }
  #hero-img .swiper-caption {
    position: absolute;
    bottom: 8%;
    left: 8%;
    z-index: 999; }
    #hero-img .swiper-caption h2, #hero-img .swiper-caption p {
      color: #fff;
      font-weight: 600; }
    #hero-img .swiper-caption h2 {
      font-size: 55px;
      font-size: 5.5rem;
      margin-bottom: 1rem; }
      @media screen and (max-width: 575px) {
        #hero-img .swiper-caption h2 {
          font-size: 40px;
          font-size: 4rem; } }
    #hero-img .swiper-caption p {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.75em; }
      @media screen and (max-width: 575px) {
        #hero-img .swiper-caption p {
          font-size: 20px;
          font-size: 2rem; } }
  #hero-img a {
    display: inline-block;
    position: absolute;
    right: 22px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: .2em;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    overflow: hidden; }
    #hero-img a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: #fff;
      animation: sdl03 2s cubic-bezier(1, 0, 0, 1) infinite; }
@keyframes sdl03 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
    #hero-img a:hover {
      opacity: .5; }

#news {
  margin-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #news {
      margin-bottom: 8rem; } }
  #news ul li {
    border-bottom: 1px solid #c7c7c7;
    padding: 1rem; }
    #news ul li dl {
      display: flex;
      gap: 3rem; }
      @media screen and (max-width: 575px) {
        #news ul li dl {
          flex-direction: column;
          gap: 0; } }

#intro {
  margin-bottom: 7rem;
  position: relative;
  padding: 100px 0 0; }
  @media screen and (max-width: 991px) {
    #intro {
      padding: 60px 0 0; } }
  @media screen and (max-width: 767px) {
    #intro {
      padding: 0; } }
  #intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url("../img/top-track.jpg") center/cover no-repeat;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      #intro::before {
        width: 65%; } }
    @media screen and (max-width: 767px) {
      #intro::before {
        position: relative;
        width: 100%;
        height: 300px;
        display: block; } }
  #intro .container {
    position: relative;
    z-index: 2; }
    #intro .container .intro-message {
      background: #fff;
      padding: 6rem 6rem 0 0;
      width: 55%;
      position: relative; }
      #intro .container .intro-message::after {
        position: absolute;
        right: 2rem;
        top: -4rem;
        content: "since 1977";
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 70px;
        font-size: 7rem;
        line-height: 70px;
        letter-spacing: 0.04em;
        color: #289c4c;
        opacity: 0.15;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          #intro .container .intro-message::after {
            right: 0;
            top: -1.85rem; } }
        @media screen and (max-width: 575px) {
          #intro .container .intro-message::after {
            top: -1.5rem; } }
      @media screen and (max-width: 991px) {
        #intro .container .intro-message {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #intro .container .intro-message {
          width: 100%;
          padding: 4rem 0 0; } }
      #intro .container .intro-message p {
        margin-bottom: 3rem; }

#mark {
  margin-bottom: 10rem; }
  @media screen and (max-width: 575px) {
    #mark {
      margin-bottom: 5rem; } }
  #mark .marks {
    display: flex;
    gap: 2rem;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      #mark .marks {
        flex-direction: column;
        align-items: center; } }
    #mark .marks .mark-container {
      display: flex;
      width: 50%;
      padding: 2rem 3rem 2.5rem;
      background: #fff;
      box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
      align-items: center;
      gap: 2rem; }
      @media screen and (max-width: 991px) {
        #mark .marks .mark-container {
          width: 100%;
          max-width: 500px; } }
      @media screen and (max-width: 575px) {
        #mark .marks .mark-container {
          flex-direction: column; } }
      #mark .marks .mark-container .mark-img {
        min-width: 90px;
        display: grid;
        place-content: center; }
        @media screen and (max-width: 575px) {
          #mark .marks .mark-container .mark-img {
            max-width: 100px; } }
      #mark .marks .mark-container .mark-text {
        line-height: 1.65em; }
        #mark .marks .mark-container .mark-text dl {
          margin-bottom: 0.75rem; }
        #mark .marks .mark-container .mark-text .mark-link a {
          display: inline-block;
          background: #a7a7a7;
          border-radius: 9999px;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0.2rem 1.5rem; }
          #mark .marks .mark-container .mark-text .mark-link a:hover {
            background: #808080; }

#service {
  background: url("../img/top-service-bg.jpg") no-repeat center/cover;
  padding: 8rem 0; }
  @media screen and (max-width: 575px) {
    #service {
      padding: 5rem 0; } }
  #service .container {
    display: flex;
    gap: 5rem; }
    @media screen and (max-width: 991px) {
      #service .container {
        flex-direction: column;
        gap: 3rem; } }
    #service .container .service-text {
      width: 50%; }
      @media screen and (max-width: 991px) {
        #service .container .service-text {
          width: 100%; } }
      #service .container .service-text p {
        margin-bottom: 3rem; }
    #service .container .service-img {
      width: 50%; }
      @media screen and (max-width: 991px) {
        #service .container .service-img {
          width: 100%;
          max-width: 500px;
          margin: 0 auto; } }

#safety {
  margin-bottom: 10rem;
  position: relative;
  padding: 100px 0 0; }
  @media screen and (max-width: 991px) {
    #safety {
      padding: 60px 0 0; } }
  @media screen and (max-width: 767px) {
    #safety {
      padding: 0; } }
  #safety::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: url("../img/top-safety.jpg") center/cover no-repeat;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      #safety::before {
        width: 65%; } }
    @media screen and (max-width: 767px) {
      #safety::before {
        position: relative;
        width: 100%;
        height: 300px;
        display: block; } }
  #safety .container {
    position: relative;
    z-index: 2; }
    #safety .container .safety-message {
      background: #fff;
      padding: 6rem 0 0 6rem;
      width: 50%;
      margin: 0 0 0 auto;
      position: relative; }
      #safety .container .safety-message::after {
        position: absolute;
        right: 2rem;
        top: -4rem;
        content: "SAFETY";
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 70px;
        font-size: 7rem;
        line-height: 70px;
        letter-spacing: 0.04em;
        color: #289c4c;
        opacity: 0.15;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          #safety .container .safety-message::after {
            right: 0;
            top: -1.85rem; } }
        @media screen and (max-width: 575px) {
          #safety .container .safety-message::after {
            top: -1.5rem; } }
      @media screen and (max-width: 991px) {
        #safety .container .safety-message {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #safety .container .safety-message {
          width: 100%;
          padding: 4rem 0 0; } }
      #safety .container .safety-message p {
        margin-bottom: 3rem; }
      #safety .container .safety-message ul {
        display: flex;
        gap: 0 3rem;
        flex-wrap: wrap;
        background: #f0f0ee;
        border-radius: 5px;
        padding: 1.5rem 2rem;
        margin-bottom: 3rem; }
        #safety .container .safety-message ul li i {
          color: #289c4c;
          margin-right: 0.5rem; }

#recruit {
  position: relative; }
  #recruit::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 87%;
    background: url("../img/top-recruit.png") bottom/contain no-repeat; }
    @media screen and (max-width: 991px) {
      #recruit::after {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        background: url("../img/top-recruit-s.png") center center/cover no-repeat; } }
    @media screen and (max-width: 575px) {
      #recruit::after {
        height: 200px; } }
  #recruit .recruit-text p {
    margin-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    #recruit .recruit-text {
      margin-bottom: 7rem; } }
  #recruit .recruit-text .link-box a {
    background: #fabe00;
    border: 1px solid #fabe00; }
    #recruit .recruit-text .link-box a:hover {
      background: #fff;
      border: 1px solid #fabe00;
      color: #fabe00; }

.truck-scene {
  position: relative;
  width: 100%;
  height: 150px;
  /* 好きな高さに調整 */
  overflow: hidden;
  margin-bottom: 10rem; }
  .truck-scene .city {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    /* 横に広くしてアニメーションで流す */
    height: 60%;
    background: url("../img/city.svg") repeat-x;
    background-size: 1000px;
    animation: moveCity 10s linear infinite; }
  .truck-scene .truck {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 200px;
    z-index: 2;
    animation: truckShake 1s ease-in-out infinite alternate; }
    @media screen and (max-width: 767px) {
      .truck-scene .truck {
        width: 170px; } }

@keyframes moveCity {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1000px 0; } }
@keyframes truckShake {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-1px); }
  30% {
    transform: translateY(0px); }
  80% {
    transform: translateY(0px); }
  90% {
    transform: translateY(-1px); }
  100% {
    transform: translateY(0); } }
#access {
  margin-bottom: 10rem; }
  #access .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      #access .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 1.5rem; } }
    @media screen and (max-width: 575px) {
      #access .grid {
        grid-template-columns: repeat(1, 1fr); } }
    #access .grid .map {
      aspect-ratio: 16 / 9;
      max-width: 1000px;
      width: 100%;
      height: auto;
      margin-bottom: 1rem; }
    #access .grid dl {
      text-align: center; }
