.p-movie {
  background-color: #F0F0F0;
  padding-top: 117px;
  padding-bottom: 85px;
}
@media screen and (max-width: 575px) {
  .p-movie {
    padding-top: 43px;
    padding-bottom: 50px;
  }
}

.p-movie__title {
  text-align: center;
}

.p-movie__flex {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-movie__flex {
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-movie__flex {
    margin-top: 35px;
    row-gap: 15px;
  }
}

.p-movie__flex li {
  position: relative;
}

.p-movie__flex li:after {
  content: "";
  display: block;
  aspect-ratio: 490/303;
}
@media screen and (max-width: 991px) {
  .p-movie__flex li:after {
    aspect-ratio: 345/213;
  }
}

.p-movie__flex li iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

.p-safety {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .p-safety {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-safety__bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../../img/service/safety-bg01.jpg) no-repeat left center/65.9505% auto;
}
@media screen and (max-width: 1200px) {
  .p-safety__bg {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 991px) {
  .p-safety__bg {
    background: url(../../img/service/safety-bg01_sp.jpg) no-repeat center bottom/100% auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .p-safety__bg {
    padding-bottom: 30px;
    padding-top: 0px;
    background-size: 92%;
    background-position: left bottom;
  }
}

.p-safety__inner {
  position: relative;
}

.p-safety__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .p-safety__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .p-safety__flex {
    row-gap: 23px;
  }
}

.p-safety__thumb {
  -webkit-box-flex: 585px;
      -ms-flex: 585px;
          flex: 585px;
}
@media screen and (max-width: 991px) {
  .p-safety__thumb {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-safety__picture {
  position: relative;
  margin-right: 19px;
  margin-bottom: 19px;
}
@media screen and (max-width: 575px) {
  .p-safety__picture {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.p-safety__picture img {
  position: relative;
  z-index: 1;
}

.p-safety__picture::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 19px;
  right: -19px;
}
@media screen and (max-width: 575px) {
  .p-safety__picture::after {
    top: 10px;
    right: -10px;
  }
}

.p-safety__body {
  -webkit-box-flex: 535px;
      -ms-flex: 535px;
          flex: 535px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .p-safety__body {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-safety__sectionTitle {
  display: inline-block;
  text-align: left;
}

.p-safety__cardBlock {
  margin-top: 92px;
}
@media screen and (max-width: 575px) {
  .p-safety__cardBlock {
    margin-top: 30px;
  }
}

.p-safety__message {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 2.0833;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .p-safety__message {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666;
    text-align: left;
  }
}

.p-safety__cardBody {
  margin-top: 103px;
}
@media screen and (max-width: 575px) {
  .p-safety__cardBody {
    margin-top: 20px;
  }
}

.p-service {
  padding-top: 92px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .p-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-service__message {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2.0833;
}
@media screen and (max-width: 575px) {
  .p-service__message {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666;
    text-align: left;
  }
}

.p-service__block {
  margin-top: 92px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "areaA areaB" "areaD areaC";
}
@media screen and (max-width: 991px) {
  .p-service__block {
    margin-top: 46px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    grid-template-areas: "areaA" "areaB" "areaC" "areaD";
  }
}

.p-service__block li {
  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;
  grid-area: areaA;
  padding: 79px 24px 76px;
  background: url(../../img/service/service-bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 575px) {
  .p-service__block li {
    background: url(../../img/service/service-bg01_sp.jpg);
    aspect-ratio: initial;
    padding: 20px 15px 14px;
  }
}

.p-service__block li:nth-of-type(2) {
  grid-area: areaB;
  background: url(../../img/service/service-bg02.jpg);
}
@media screen and (max-width: 575px) {
  .p-service__block li:nth-of-type(2) {
    background: url(../../img/service/service-bg02.jpg);
  }
}

.p-service__block li:nth-of-type(3) {
  grid-area: areaC;
  background: url(../../img/service/service-bg03.jpg);
}
@media screen and (max-width: 575px) {
  .p-service__block li:nth-of-type(3) {
    background: url(../../img/service/service-bg03.jpg);
  }
}

.p-service__block li:nth-of-type(4) {
  grid-area: areaD;
  background: url(../../img/service/service-bg04.jpg);
}
@media screen and (max-width: 575px) {
  .p-service__block li:nth-of-type(4) {
    background: url(../../img/service/service-bg04.jpg);
  }
}

.p-service__wrapper {
  max-width: 405px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 14px;
}
@media screen and (max-width: 575px) {
  .p-service__wrapper {
    row-gap: 10px;
  }
}

.p-service__heading {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.6666;
}
@media screen and (max-width: 575px) {
  .p-service__heading {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
}

.p-service__text {
  line-height: 1.875;
}
@media screen and (max-width: 575px) {
  .p-service__text {
    line-height: 1.75;
  }
}

.p-strength {
  background-color: #F0F0F0;
  padding-bottom: 100px;
  padding-top: 86px;
}
@media screen and (max-width: 575px) {
  .p-strength {
    padding-bottom: 50px;
    padding-top: 0px;
  }
}

.p-strength__bg {
  padding-top: 47px;
  padding-bottom: 14px;
  background: url(../../img/service/strength-bg01.jpg) no-repeat right center/65.9505% auto;
}
@media screen and (max-width: 1200px) {
  .p-strength__bg {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 991px) {
  .p-strength__bg {
    background: url(../../img/service/strength-bg01_sp.jpg) no-repeat center bottom/100%;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .p-strength__bg {
    padding-bottom: 30px;
    padding-top: 50px;
    background-size: 92%;
    background-position: right bottom;
  }
}

.p-strength__inner {
  position: relative;
}

.p-strength__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .p-strength__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
@media screen and (max-width: 575px) {
  .p-strength__flex {
    row-gap: 25px;
  }
}

.p-strength__thumb {
  -webkit-box-flex: 658px;
      -ms-flex: 658px;
          flex: 658px;
}
@media screen and (max-width: 991px) {
  .p-strength__thumb {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-strength__picture {
  position: relative;
  margin-left: 19px;
  margin-bottom: 19px;
}
@media screen and (max-width: 575px) {
  .p-strength__picture {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.p-strength__picture img {
  position: relative;
  z-index: 1;
}

.p-strength__picture::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: -19px;
  top: 19px;
  background: #231815;
}
@media screen and (max-width: 575px) {
  .p-strength__picture::before {
    left: -10px;
    top: 10px;
  }
}

.p-strength__body {
  -webkit-box-flex: 630px;
      -ms-flex: 630px;
          flex: 630px;
}
@media screen and (max-width: 991px) {
  .p-strength__body {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media screen and (max-width: 575px) {
  .p-strength__sectionTitle {
    text-align: right;
  }
}

.p-strength__card {
  max-width: 1048px;
  width: 100%;
  margin: 113px auto 0px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .p-strength__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-strength__card {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-truck {
  padding-top: 130px;
  padding-bottom: 100px;
  background: url(../../img/service/truck-bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 991px) {
  .p-truck {
    padding-top: 43px;
    padding-bottom: 50px;
  }
}

.p-truck__title {
  text-align: center;
}

.p-truck__contents {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 55px;
}
@media screen and (max-width: 575px) {
  .p-truck__contents {
    margin-top: 32px;
    padding-top: 19px;
    padding-bottom: 20px;
  }
}

.p-truck__flex {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  display: none;
}
@media screen and (max-width: 991px) {
  .p-truck__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .p-truck__flex {
    row-gap: 10px;
  }
}

.p-truck__flex.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-truck__thumb {
  -webkit-box-flex: 490px;
      -ms-flex: 490px;
          flex: 490px;
  aspect-ratio: 490/347;
}
@media screen and (max-width: 991px) {
  .p-truck__thumb {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (max-width: 575px) {
  .p-truck__thumb {
    max-width: 204px;
    width: 100%;
    aspect-ratio: 204/150;
    text-align: center;
    margin: 0 auto;
  }
}

.p-truck__body {
  -webkit-box-flex: 460px;
      -ms-flex: 460px;
          flex: 460px;
}
@media screen and (max-width: 991px) {
  .p-truck__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-truck__name {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .p-truck__name {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666;
  }
}

.p-truck__spec {
  margin-top: 15px;
  line-height: 1.875;
  color: #111;
}
@media screen and (max-width: 575px) {
  .p-truck__spec {
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-truck__btn {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-truck__btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .p-truck__btn {
    gap: 10px 5px;
    margin-top: 16px;
  }
}

.p-truck__btn li {
  background-color: #F0F0F0;
  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;
  padding: 0px 15px;
  height: 50px;
  border-radius: 999px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 575px) {
  .p-truck__btn li {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5384;
    height: 45px;
    padding: 0px 11px;
  }
}

.p-truck__btn li.is-active,
.p-truck__btn li:hover {
  background-color: #C4000A;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=service.css.map */
