@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3d3d3d;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow: hidden;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1980px) {
  .inner {
    max-width: 1540px;
  }
}

.low-wrapper {
  padding-top: calc(8vh + 30px);
}
@media screen and (max-width: 900px) {
  .low-wrapper {
    padding-top: 74px;
  }
}
@media screen and (max-width: 500px) {
  .low-wrapper {
    padding-top: calc(8vh + 30px);
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .section-title {
    gap: 5px;
  }
}
.section-title span.main {
  color: #cd282a;
  font-family: "Segoe UI", sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 0.9;
}
@media screen and (max-width: 900px) {
  .section-title span.main {
    font-size: 40px;
  }
}
.section-title span.sub {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .section-title span.sub {
    font-size: 14px;
  }
}

.title-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
}
.title-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
}
@media screen and (max-width: 500px) {
  .title-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.title-low img {
  width: 60vw;
}
@media screen and (max-width: 500px) {
  .title-low img {
    width: 90%;
    margin-right: auto;
  }
}
.title-low__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .title-low__text {
    margin-left: auto;
    padding-right: 20px;
  }
}
.title-low__text-jp {
  color: #3d3d3d;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1980px) {
  .title-low__text-jp {
    font-size: 54px;
  }
}
@media screen and (max-width: 900px) {
  .title-low__text-jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .title-low__text-jp {
    font-size: 24px;
  }
}
.title-low__text-en {
  color: #cd282a;
  font-family: "Segoe UI", sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 1980px) {
  .title-low__text-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .title-low__text-en {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .title-low__text-en {
    font-size: 18px;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .breadcrumb ul {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb ul {
    gap: 5px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1980px) {
  .breadcrumb ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumb ul li {
    font-size: 13px;
  }
}
.breadcrumb ul li.home {
  color: #818181;
}
.breadcrumb ul li.home::after {
  content: "－";
  padding-left: 10px;
  display: inline-block;
  color: #818181;
}
@media screen and (max-width: 500px) {
  .breadcrumb ul li.home::after {
    padding-left: 5px;
  }
}

@media screen and (max-width: 900px) {
  .sp__none {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .pc__none {
    display: none;
  }
}

.underline-hover {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-bottom: 2px;
}
.underline-hover::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e50013;
  bottom: -10px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.underline-hover:hover {
  color: #e50013;
}
.underline-hover:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.box-hover__red {
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-hover__red::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.box-hover__red:hover {
  color: #e50013;
}
.box-hover__red:hover::before {
  background: url(https://pigeon-transportation.com/wp-content/uploads/recruit-icon_hover.png) center center no-repeat;
  background-size: contain;
}
.box-hover__red:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  border: 1px solid #e50013;
}

.box-hover__black {
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-hover__black::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.box-hover__black:hover {
  color: #3d3d3d;
}
.box-hover__black:hover::before {
  background: url(https://pigeon-transportation.com/wp-content/uploads/contact-icon__black.png) center center no-repeat;
  background-size: contain;
}
.box-hover__black:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  border: 1px solid #3d3d3d;
}

.box-hover__white {
  will-change: transform;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-hover__white::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3d3d3d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.box-hover__white:hover {
  color: #fff;
}
.box-hover__white:hover::before {
  background: url(https://pigeon-transportation.com/wp-content/uploads/entry-list__arrow-white.png) center center no-repeat;
  background-size: contain;
}
.box-hover__white:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  border: 1px solid #3d3d3d;
}

.hover-opacity:hover {
  opacity: 0.7;
}

.header__inner {
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .header__inner {
    padding: 10px 20px;
  }
}
.header__inner.is-checked {
  background: #fff;
}
.header__inner.is-scrolled {
  background: #fff;
  color: #3d3d3d;
}
.header__inner.is-scrolled .header__nav-link {
  color: #3d3d3d;
}
.header__inner.is-scrolled .header__nav-link:hover {
  color: #e50013;
}
.header__inner.is-scrolled .header__nav-recruit {
  background: #e50013;
  color: #fff;
}
.header__inner.is-scrolled .header__nav-contact {
  background: #3d3d3d;
  color: #fff;
}
.header__inner.is-scrolled .header__nav-contact:hover {
  color: #3d3d3d;
}
.header__inner-low {
  background-color: #fff;
}
.header__logo a img {
  height: 8vh;
}
@media screen and (max-width: 900px) {
  .header__logo a img {
    width: 60px;
    height: auto;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 1980px) {
  .header__nav {
    gap: 40px;
  }
}
.header__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1980px) {
  .header__nav-link {
    font-size: 24px;
  }
}
.header__nav-link__low {
  color: #3d3d3d;
}
.header__nav-em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 1980px) {
  .header__nav-em {
    gap: 30px;
  }
}
.header__nav-em a {
  white-space: nowrap;
  width: 100%;
}
.header__nav-recruit {
  background-color: #e50013;
  color: #fff;
  width: 153px;
  padding: 5px 15px 5px 37px;
  position: relative;
}
.header__nav-recruit::before {
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/recruit-icon.png) center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.header__nav-contact {
  color: #fff;
  background: #404040;
  padding: 5px 20px 5px 40px;
  position: relative;
}
.header__nav-contact::before {
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/contact-icon__white.png) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.drawer-icon {
  width: 48px;
  height: 48px;
  padding: 16px 0;
  border-radius: 50%;
  position: relative;
  z-index: 9999;
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon {
  background: transparent;
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg) translateX(-50%);
          transform: translateY(0) rotate(-45deg) translateX(-50%);
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-bar:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(45deg) translateX(-50%);
          transform: translateY(0) rotate(45deg) translateX(-50%);
}
.drawer-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background: #cd282a;
  border-radius: 6px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-bar:nth-of-type(1) {
  top: 14px;
}
.drawer-bar:nth-of-type(2) {
  top: 23px;
}
.drawer-bar:nth-of-type(3) {
  top: 32px;
}
.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3d3d3d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9998;
}
.drawer-content.is-checked {
  visibility: visible;
  opacity: 1;
}
.drawer-content.is-checked .header__inner {
  background: #fff;
}
.drawer-content.is-checked .drawer-content__link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-content.is-checked .drawer-content__link:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.drawer-content.is-checked .drawer-content__link:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.drawer-content.is-checked .drawer-content__link:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.drawer-content.is-checked .drawer-content__link:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.drawer-content.is-checked .drawer-content__link:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-content__link {
  font-size: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-weight: 600;
}
.drawer-content__link-contact {
  background-color: #fff;
  color: #e50013;
}
.drawer-content__link-contact::before {
  background: url(https://pigeon-transportation.com/wp-content/uploads/contact-icon__red.png) center center no-repeat;
  background-size: contain;
}

.fv {
  overflow: hidden;
  text-align: right;
  background: #cd282a;
  position: relative;
  z-index: 2;
}
.fv::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/bg-mark__red.svg) center center no-repeat;
  background-size: contain;
  width: 110vw;
  height: 84.61541vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv::after {
  position: absolute;
  z-index: 999;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/fv-title.png) center center no-repeat;
  background-size: contain;
  width: 22vw;
  height: 32.9054vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}
@media screen and (max-width: 500px) {
  .fv::after {
    background: url(https://pigeon-transportation.com/wp-content/uploads/fv-title_sp.png) center center no-repeat;
    background-size: contain;
    width: 70vw;
    height: 16.492vw;
    right: auto;
    left: 5px;
  }
}
.fv-img {
  position: relative;
  z-index: 50;
}
.fv-img__top img {
  width: 100%;
}
.fv-img__under {
  position: relative;
  display: inline-block;
  padding-top: 130px;
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .fv-img__under {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .fv-img__under {
    padding-top: 160px;
    padding-bottom: 30px;
  }
}
.fv-img__under img {
  width: 75vw;
}

@media screen and (max-width: 500px) {
  .fv-img__under img {
    width: 90vw;
  }
}

.recruit-banner {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .recruit-banner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .recruit-banner {
    padding: 30px 0;
  }
}

.service {
  position: relative;
  background: #f3f3f3;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .service {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .service {
    padding: 30px 0;
  }
}
.service-wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
.service-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 130px;
}
@media screen and (max-width: 900px) {
  .service-content__wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .service-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 900px) {
  .service-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .service-content {
    gap: 30px;
  }
}
.service-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .service-content__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .service-content__text {
    font-size: 14px;
  }
}
.service-content__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-content__text span {
  display: block;
}
.service-content__text span.strong {
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service-content__text span.strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .service-content__text span.strong {
    font-size: 15px;
  }
}
.service-content__text ul.check {
  padding-left: 2rem;
}
.service-content__text ul.check li {
  position: relative;
}
.service-content__text ul.check li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -2rem;
}
.service-btn {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 110px;
  padding-block: 80px;
}
@media screen and (max-width: 900px) {
  .service-btn {
    padding-right: 70px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 500px) {
  .service-btn {
    font-size: 17px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
}
.service-btn::after {
  position: absolute;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/btn-arrow__circle.png) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 900px) {
  .service-btn::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .service-btn::after {
    width: 40px;
    height: 40px;
  }
}
.service-btn:hover {
  text-decoration: underline;
  padding-right: 100px;
}
@media screen and (max-width: 900px) {
  .service-btn:hover {
    padding-right: 65px;
  }
}
.service-btn:hover::after {
  background: url(https://pigeon-transportation.com/wp-content/uploads/btn-arrow__circle-hover.png) center center no-repeat;
  background-size: contain;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 900px) {
  .service-btn:hover::after {
    width: 55px;
    height: 55px;
  }
}
.service-list {
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .service-list {
    gap: 30px;
  }
}
.service-list__img {
  position: relative;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(91, 0, 0, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(91, 0, 0, 0.25);
}
.service-list__img01::before {
  position: absolute;
  content: "物流";
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 0.1em;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 900px) {
  .service-list__img01::before {
    font-size: 40px;
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .service-list__img01::before {
    font-size: 24px;
    top: 8px;
    left: 8px;
  }
}
.service-list__img01::after {
  position: absolute;
  content: "「日常」を、正確に、安全に、届けます。\aピジョンの物流サービスは、県内配送を中心に、冷蔵・冷凍食品にも対応。\aお客様のニーズに応じたチャーター便・定期便で、企業の物流課題をスマートに解決します。";
  white-space: pre-wrap;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  bottom: 30px;
  right: 30px;
  max-width: 78%;
  word-break: break-word;
}
@media screen and (max-width: 900px) {
  .service-list__img01::after {
    font-size: 18px;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .service-list__img01::after {
    font-size: 12px;
    line-height: 1.3;
    right: 8px;
    bottom: 8px;
  }
}
.service-list__img02::before {
  position: absolute;
  content: "引越";
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 0.1em;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 900px) {
  .service-list__img02::before {
    font-size: 40px;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .service-list__img02::before {
    font-size: 24px;
    top: 8px;
    right: 8px;
  }
}
.service-list__img02::after {
  position: absolute;
  content: "あなたの“新しいスタート”を、確かな手で。\aハトのマークの引っ越し社として、地域密着型で丁寧・安心の引っ越しサービスを提供しています。\a単身からご家族まで、ニーズに合わせたプランでサポートします。";
  white-space: pre-wrap;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  bottom: 30px;
  left: 30px;
  max-width: 78%;
  word-break: break-word;
}
@media screen and (max-width: 900px) {
  .service-list__img02::after {
    font-size: 18px;
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .service-list__img02::after {
    font-size: 12px;
    line-height: 1.3;
    bottom: 8px;
    left: 8px;
  }
}
.service-list__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .service-list__bg {
    height: 40%;
  }
}
.service-list__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.footer {
  padding-bottom: 100px;
  padding-top: calc(50px + 5.9007668046vw);
  position: relative;
  background-color: #f3f3f3;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-top: calc(30px + 5.9007668046vw);
    padding-bottom: 30px;
  }
}
.footer-roop {
  position: absolute;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  height: 5.9007668046vw;
}
@media screen and (max-width: 500px) {
  .footer-roop {
    width: 400vw;
    height: 11.8015336093vw;
  }
}
.footer-roop img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-roop img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.footer-roop img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
.footer-roop__home {
  top: -0.5%;
}
.footer-roop__half {
  z-index: 99;
  top: 0;
}
.footer-roop__half img {
  position: relative;
  top: -40%;
}
.footer-inner {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .footer-inner {
    max-width: 90vw;
  }
}
@media screen and (max-width: 500px) {
  .footer-inner {
    padding: 0 20px;
    max-width: 100%;
  }
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .footer-left {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer-left {
    gap: 5px;
  }
}
.footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .footer-img {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-img__logo img {
  height: 150px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .footer-img__logo img {
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .footer-img__logo img {
    height: 50px;
  }
}
.footer-img__gmark img {
  height: 150px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .footer-img__gmark img {
    height: 80px;
  }
}
.footer-text span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .footer-text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .footer-text span {
    font-size: 13px;
  }
}
.footer-text__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-text__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-text__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .footer-text__pdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 15px;
  }
}
.footer-text__pdf a {
  position: relative;
  padding-right: 23px;
}
@media screen and (max-width: 900px) {
  .footer-text__pdf a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
  }
}
.footer-text__pdf a::after {
  position: absolute;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/link-icon.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.5 ease;
  transition: 0.5 ease;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .footer__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
    gap: 15px;
  }
}
.footer__nav-link {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__nav-em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer__nav-em {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-em {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__nav-em a {
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer__nav-em a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .footer__nav-em a {
    white-space: nowrap;
    font-size: 14px;
  }
}
.footer__nav-recruit {
  background-color: #e50013;
  color: #fff;
  padding: 5px 15px;
  position: relative;
}
.footer__nav-contact {
  color: #fff;
  background: #404040;
  padding: 5px 20px;
  position: relative;
}
.footer__nav-recruit::before {
  content: "";
  left: 10px;
}
.footer-copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 0.5px solid #d3d3d3;
}
@media screen and (max-width: 500px) {
  .footer-copyright {
    padding-top: 10px;
    margin-top: 20px;
  }
}
.footer-copyright small {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .footer-copyright small {
    font-size: 12px;
  }
}

.entry-btn {
  position: fixed;
  right: 2%;
  bottom: 2%;
  text-align: center;
  width: 150px;
  height: 150px;
  z-index: 999;
  border-radius: 50%;
  background: #0f0f0f;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.9;
}
@media screen and (min-width: 1980px) {
  .entry-btn {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .entry-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .entry-btn {
    width: 80px;
    height: 80px;
  }
}
.entry-btn span {
  color: #fff;
}
.entry-btn span.en {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1980px) {
  .entry-btn span.en {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .entry-btn span.en {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .entry-btn span.en {
    font-size: 10px;
  }
}
.entry-btn span.jp {
  font-size: 20px;
}
@media screen and (min-width: 1980px) {
  .entry-btn span.jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .entry-btn span.jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .entry-btn span.jp {
    font-size: 12px;
  }
}
.entry-btn img {
  padding-top: 5px;
  width: 40px;
}
@media screen and (min-width: 1980px) {
  .entry-btn img {
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .entry-btn img {
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .entry-btn img {
    width: 25px;
  }
}

.philosophy {
  padding-top: 150px;
  padding-bottom: clamp(60px, 8vw, 250px);
  background: #f3f3f3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .philosophy {
    padding-top: 100px;
    padding-bottom: clamp(60px, 13vw, 250px);
  }
}
@media screen and (max-width: 500px) {
  .philosophy {
    padding-top: 50px;
    padding-bottom: clamp(60px, 20vw, 250px);
  }
}
.philosophy::after {
  content: "philosophy";
  position: absolute;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(70px, 12vw, 250px);
  font-style: italic;
  font-weight: 700;
  bottom: -4%;
  line-height: 1;
  opacity: 0.5;
  color: #fff;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 900px) {
  .philosophy::after {
    bottom: -2%;
  }
}
.philosophy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 20px;
}
@media screen and (min-width: 1980px) {
  .philosophy-wrapper {
    gap: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 900px) {
  .philosophy-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.philosophy-img {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .philosophy-img {
    display: none;
  }
}
.philosophy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1980px) {
  .philosophy-text {
    gap: 50px;
  }
}
.philosophy-text__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1980px) {
  .philosophy-text__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .philosophy-text__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1980px) {
  .philosophy-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .philosophy-text p {
    font-size: 14px;
  }
}

.message {
  position: relative;
  padding: 150px 0;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 900px) {
  .message {
    padding: 100px 0;
  }
}
@media screen and (max-width: 500px) {
  .message {
    padding: 50px 0;
  }
}
.message::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/message-bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.message-title {
  color: #fff;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .message-title {
    gap: 20px;
  }
}
.message-title span.main {
  color: #fff;
}
.message-content {
  margin-top: 70px;
  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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .message-content {
    margin-top: 30px;
    gap: 20px;
  }
}
.message-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.message-content__text span {
  display: block;
}
@media screen and (max-width: 500px) {
  .message-content__text span {
    font-size: 14px;
  }
}
.message-content__name {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .message-content__name {
    font-size: 16px;
  }
}
.message-content__name span.position {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  .message-content__name span.position {
    font-size: 13px;
    padding-right: 5px;
  }
}
.message-content__name span.name {
  font-weight: 600;
}

.company {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .company {
    padding: 100px 0;
  }
}
@media screen and (max-width: 500px) {
  .company {
    padding: 50px 0;
  }
}
.company::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/bg-mark__gray.svg) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 76.96vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .company::after {
    width: 150vw;
    height: 115.44vw;
  }
}
.company-title {
  text-align: center;
  color: #3d3d3d;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .company-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .company-title {
    font-size: 24px;
  }
}
.company-content {
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .company-content {
    margin-top: 30px;
  }
}
.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .company-list__item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .company-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
  }
}
.company-list__head {
  width: 150px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .company-list__head {
    width: 100px;
  }
}
.company-list__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 500px) {
  .company-list__text {
    font-size: 14px;
  }
}
.company-accsess {
  margin-top: 100px;
  position: relative;
  width: 100%;
  padding-top: 48.3870967742%;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .company-accsess {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .company-accsess {
    padding-top: 64.5161290323%;
  }
}
.company-accsess iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.service-low {
  background-color: #f3f3f3;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .service-low {
    padding: 100px 0;
  }
}
.service-low__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
}
@media screen and (max-width: 900px) {
  .service-low__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .service-low__list {
    gap: 80px;
  }
}
.service-low__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 900px) {
  .service-low__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .service-low__item {
    width: 100%;
  }
}
.service-low__item:nth-child(1)::before {
  content: "";
  position: absolute;
  background: url(https://pigeon-transportation.com/wp-content/uploads/service-low_list-number01.png) center center no-repeat;
  background-size: contain;
  top: -6vh;
  left: -1vw;
  width: 7vw;
  height: 6.5745856354vw;
}
@media screen and (max-width: 900px) {
  .service-low__item:nth-child(1)::before {
    width: 11vw;
    height: 10.3314917127vw;
  }
}
@media screen and (max-width: 550px) {
  .service-low__item:nth-child(1)::before {
    width: 19vw;
    height: 17.8453038674vw;
  }
}
.service-low__item:nth-child(2)::before {
  content: "";
  position: absolute;
  background: url(https://pigeon-transportation.com/wp-content/uploads/service-low_list-number02.png) center center no-repeat;
  background-size: contain;
  top: -4vh;
  right: -1vw;
  width: 8vw;
  height: 5.2vw;
}
@media screen and (max-width: 900px) {
  .service-low__item:nth-child(2)::before {
    width: 11vw;
    height: 7.15vw;
    left: -1vw;
    right: auto;
  }
}
@media screen and (max-width: 550px) {
  .service-low__item:nth-child(2)::before {
    width: 19vw;
    height: 12.35vw;
  }
}
.service-low__item::after {
  content: "";
  position: absolute;
  background: url(https://pigeon-transportation.com/wp-content/uploads/service-low__item-deco.png) center center no-repeat;
  background-size: contain;
  bottom: -10%;
  right: -10%;
  width: 250px;
  height: 106.4285714286px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .service-low__item::after {
    display: none;
  }
}
.service-low__item-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .service-low__item-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.service-low__item-re::after {
  left: -10%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.service-low__item-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  padding: 50px;
}
@media screen and (max-width: 900px) {
  .service-low__item-content {
    padding: 0 20px 20px 20px;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 550px) {
  .service-low__item-content {
    padding: 0 10px 10px 10px;
    gap: 10px;
  }
}
.service-low__item-title {
  color: #cd282a;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service-low__item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .service-low__item-text {
    font-size: 14px;
  }
}
.service-low__item-text p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .service-low__item-text p {
    font-size: 16px;
  }
}
.service-low__item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}
.service-low__item-text ul li.g-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 900px) {
  .service-low__item-text ul li.g-mark span {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .service-low__item-text ul li.g-mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.service-low__item-text ul li.g-mark img {
  width: 100px;
  height: auto;
}
.service-low__item-text ul.moving-list {
  padding-left: 1.5em;
  list-style: disc;
}
.service-low__item-text div.moving-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .service-low__item-text div.moving-mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.service-low__item-text div.moving-mark p.link {
  font-weight: 500;
}
.service-low__item-text div.moving-mark p.link a {
  pointer-events: all;
  font-weight: 700;
  color: rgb(13, 162, 48);
  text-decoration: underline;
}
.service-low__item-text div.moving-mark p.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1980px) {
  .service-low__item-text div.moving-mark p.mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .service-low__item-text div.moving-mark p.mark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.service-low__item-text div.moving-mark img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .service-low__item-text div.moving-mark img {
    width: 60px;
  }
}
.service-low__img {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .service-low__img {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .service-low__img {
    padding: 10px;
  }
}
.service-low__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: bottom;
     object-position: bottom;
}

.feature {
  padding-bottom: 150px;
}
@media screen and (min-width: 1980px) {
  .feature {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 900px) {
  .feature {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .feature {
    padding-bottom: 50px;
  }
}
.feature-inner {
  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;
  max-width: none;
}
@media screen and (min-width: 1980px) {
  .feature-inner {
    max-width: none;
  }
}
.feature-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-title span.main {
  font-size: 48px;
}
@media screen and (min-width: 1980px) {
  .feature-title span.main {
    font-size: 96px;
  }
}
@media screen and (max-width: 900px) {
  .feature-title span.main {
    font-size: 44px;
    gap: 10px;
  }
}
.feature-title span.sub {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .feature-title span.sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .feature-title span.sub {
    font-size: 14px;
  }
}
.feature-copy {
  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;
  text-align: center;
  margin: 30px 0;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .feature-copy {
    gap: 10px;
  }
}
.feature-copy__main {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .feature-copy__main {
    font-size: 18px;
  }
}
.feature-list {
  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-top: 100px;
  gap: 60px;
  row-gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .feature-list {
    gap: 0;
    row-gap: 80px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 850px) {
  .feature-list {
    margin-top: 100px;
    row-gap: 120px;
  }
}
.feature-item {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px;
  z-index: 99;
  height: 352px;
  padding: 0 80px;
}
@media screen and (min-width: 1980px) {
  .feature-item {
    width: 600px;
    height: 470px;
    padding: 0 105px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-item {
    width: 400px;
    height: 313px;
    gap: 0;
    padding: 0 70px;
  }
}
@media screen and (max-width: 850px) {
  .feature-item {
    width: 500px;
    height: 391px;
    padding: 0 90px;
  }
}
@media screen and (max-width: 500px) {
  .feature-item {
    padding: 0 70px;
    height: 286px;
    max-width: 365px;
  }
}
@media screen and (max-width: 320px) {
  .feature-item {
    width: 280px;
    padding: 0 60px;
    height: 219px;
  }
}
.feature-item:nth-child(2) .feature-item__bg::before {
  content: "02";
}
.feature-item:nth-child(3) .feature-item__bg::before {
  content: "03";
}
.feature-item__head {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1980px) {
  .feature-item__head {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-item__head {
    white-space: wrap;
  }
}
@media screen and (max-width: 320px) {
  .feature-item__head {
    font-size: 16px;
  }
}
.feature-item__text {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 1980px) {
  .feature-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .feature-item__text {
    margin-top: 5px;
  }
}
.feature-item__bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
}
@media screen and (min-width: 1980px) {
  .feature-item__bg {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .feature-item__bg {
    width: 400px;
  }
}
@media screen and (max-width: 850px) {
  .feature-item__bg {
    width: 100%;
    max-width: 600px;
  }
}
.feature-item__bg::before {
  content: "01";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 600;
  color: #f3f3f3;
  z-index: -1;
  top: -28%;
  left: 7%;
}
@media screen and (min-width: 1980px) {
  .feature-item__bg::before {
    font-size: 120px;
    top: -24%;
  }
}
@media screen and (max-width: 1200px) {
  .feature-item__bg::before {
    top: -32%;
  }
}
@media screen and (max-width: 850px) {
  .feature-item__bg::before {
    top: -25%;
    left: 13%;
    font-size: 100px;
  }
}
@media screen and (max-width: 500px) {
  .feature-item__bg::before {
    top: -35%;
  }
}
@media screen and (max-width: 320px) {
  .feature-item__bg::before {
    top: -40%;
    left: 0;
  }
}
.feature-item__bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.entry {
  background: linear-gradient(109deg, #ce0003 4.65%, #b20008 51.16%, #7c000a 90.57%);
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .entry {
    padding: 100px 0;
  }
}
@media screen and (max-width: 500px) {
  .entry {
    padding: 50px 0;
  }
}
.entry::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/bg-mark__red.svg) center center no-repeat;
  background-size: contain;
  width: 110vw;
  height: 84.61541vw;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .entry-inner {
    gap: 30px;
  }
}
.entry-wrapper {
  width: 100%;
  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;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .entry-wrapper {
    padding: 0;
  }
}
.entry-title {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-title span.main {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
}
@media screen and (max-width: 900px) {
  .entry-title span.main {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .entry-title span.main {
    font-size: 24px;
  }
}
.entry-title span.sub {
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .entry-title span.sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .entry-title span.sub {
    font-size: 14px;
  }
}
.entry-content__wrapper {
  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;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .entry-content__wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 900px) {
  .entry-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.entry-list__wrapper {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .entry-list__wrapper {
    padding: 15px;
  }
}
.entry-list__head span.number {
  color: #818181;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .entry-list__head span.number {
    font-size: 22px;
  }
}
.entry-list__head span.title {
  color: #cd282a;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
}
@media screen and (max-width: 900px) {
  .entry-list__head span.title {
    font-size: 24px;
  }
}
.entry-list__btn {
  color: #cd282a;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  padding: 20px 80px 20px 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .entry-list__btn {
    padding: 15px 70px 15px 20px;
    font-size: 18px;
  }
}
.entry-list__btn::before {
  position: absolute;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/entry-list__arrow-red.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
.entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 70px;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .entry-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
  }
}
.entry-item__head {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .entry-item__head {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .entry-item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .entry-low__btn {
    width: 110px;
    height: 110px;
  }
}
.entry-low__btn span.jp {
  font-size: 14px;
}
@media screen and (min-width: 1980px) {
  .entry-low__btn span.jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .entry-low__btn span.jp {
    font-size: 10px;
  }
}

.call {
  padding: 50px;
  background: linear-gradient(94deg, #a7000e 1.4%, #cd0011 53.79%, #80000b 99.05%);
}
@media screen and (max-width: 900px) {
  .call {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .call {
    padding: 15px;
  }
}
.call-inner {
  padding: 30px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 1980px) {
  .call-inner {
    max-width: 1500px;
  }
}
@media screen and (max-width: 500px) {
  .call-inner {
    padding: 10px;
  }
}
.call-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .call-title {
    font-size: 20px;
  }
}
.call a {
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
  padding-left: 66px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .call a {
    font-size: 26px;
    padding-left: 36px;
  }
}
.call a::before {
  position: absolute;
  content: "";
  background: url(https://pigeon-transportation.com/wp-content/uploads/call-icon__white.png) center center no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 500px) {
  .call a::before {
    width: 30px;
    height: 30px;
  }
}
.call-text {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .call-text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .call-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.call-time {
  margin-top: 20px;
}

.contact-low {
  position: relative;
  z-index: 99;
  text-align: center;
  padding: 150px 0;
}
@media screen and (max-width: 900px) {
  .contact-low {
    padding: 80px 0;
  }
}
.contact-low__inner {
  max-width: 1000px;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .contact-low__inner {
    padding: 0 20px;
    max-width: 700px;
  }
}
.contact-low__title {
  color: #818181;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .contact-low__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .contact-low__title {
    font-size: 24px;
  }
}
.contact-low__text {
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .contact-low__text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-low__text {
    font-size: 14px;
  }
}
.contact-low__form {
  margin-top: 30px;
}
.contact-low__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .contact-low__field {
    gap: 30px;
  }
}
.contact-low__btn {
  font-size: 20px;
  font-weight: 700;
  background: #cd282a;
  color: #fff;
  border-radius: 100vh;
  padding: 20px 60px 20px 100px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .contact-low__btn {
    font-size: 18px;
    padding: 15px 40px 15px 75px;
  }
}
.contact-low__btn:hover::after {
  font-size: 20px;
  border-radius: 100vh;
  padding: 20px 60px 20px 100px;
}
.contact-low__btn:hover::before {
  background: url(https://pigeon-transportation.com/wp-content/uploads/contact-icon__red.png) center center no-repeat;
  background-size: contain;
}
.contact-low__btn::before {
  content: "";
  position: absolute;
  background: url(https://pigeon-transportation.com/wp-content/uploads/contact-icon__white.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
.form-field__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 350px;
}
.form-field__label {
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .form-field__label {
    font-size: 14px;
  }
}
.form-field__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 5px;
  background: #cd282a;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .form-field__tag {
    font-size: 14px;
  }
}
.form-field__item {
  width: 100%;
  text-align: left;
}
.form-text {
  padding: 10px 8px;
  width: 100%;
  border-radius: 5px;
  background: #f3f3f3;
  border: none;
}
.form-text:focus {
  outline: 2px solid #cd282a;
}
.form-textarea {
  padding: 10px 8px;
  width: 100%;
  border-radius: 5px;
  background: #f3f3f3;
  border: none;
}
.form-textarea:focus {
  outline: 2px solid #cd282a;
}

.success {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (min-width: 1980px) {
  .success {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 500px) {
  .success {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.success h2 {
  font-size: 64px;
  font-weight: 500;
}
@media screen and (min-width: 1980px) {
  .success h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 900px) {
  .success h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  .success h2 {
    font-size: 28px;
  }
}
.success p {
  padding-top: 30px;
}
@media screen and (min-width: 1980px) {
  .success p {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .success p {
    padding-top: 15px;
    font-size: 14px;
  }
}
.success a {
  margin-top: 50px;
  background-color: #e50013;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  width: 20vw;
  max-width: 300px;
}
@media screen and (min-width: 1980px) {
  .success a {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .success a {
    width: 30vw;
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .success a {
    padding: 5px 0;
    width: 50vw;
  }
}