@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

section.business .intro-text {
  width: 1320px;
  max-width: 82%;
  margin: clamp(60px, 10vw, 100px) auto clamp(100px, 10vw, 140px) auto;
}
section.business .intro-text h3 {
  text-align: start;
  margin-bottom: 1em;
}

section.service-section {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto clamp(100px, 10vw, 140px) auto;
  box-sizing: border-box;
  padding: clamp(40px, 10vw, 100px) clamp(40px, 7vw, 116px) 0 clamp(40px, 7vw, 116px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.service-section .img-container,
section.service-section .text-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.service-section .img-container {
  display: block;
  width: 100%;
  height: clamp(240px, 50vw, 500px);
  max-width: 600px;
  margin: 0 auto 40px auto;
}
section.service-section .text-container h4 {
  margin-bottom: 0.2em;
  line-height: 140%;
}
section.service-section .text-container p {
  border-top: 2px solid #3A9366;
  margin-bottom: 2em;
  padding-top: 0.5em;
  font-size: clamp(14px, 2vw, 16px);
}
section.service-section .yellow-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: clamp(90px, 15vw, 200px);
  height: clamp(90px, 15vw, 200px);
  z-index: 0;
  background-color: rgba(255, 204, 0, 0.5);
}
@media screen and (min-width: 1001px) {
  section.service-section {
    flex-direction: row;
    align-items: flex-start;
  }
  section.service-section .img-container {
    height: clamp(200px, 33vw, 600px);
    max-width: 800px;
    margin-right: -2px;
    z-index: 2;
  }
  section.service-section .text-container {
    margin-top: 70px;
    z-index: 1;
  }
  section.service-section .text-container h4 {
    text-align: center;
  }
  section.service-section .text-container p {
    margin-bottom: 0;
    padding: 1em;
    line-height: 190%;
  }
  section.service-section .text-container .text-box {
    padding: clamp(15px, 4.5vw, 60px) clamp(20px, 5vw, 80px) clamp(15px, 4.5vw, 60px) clamp(10px, 3vw, 40px);
    border: 1px solid #3A9366;
    margin-bottom: clamp(30px, 5vw, 55px);
  }
}
@media screen and (min-width: 1601px) {
  section.service-section .img-container {
    min-width: 800px;
  }
}

section.transport {
  margin-bottom: clamp(100px, 10vw, 140px);
}
section.transport .img-container {
  background: url(../img/service/service-sp-2.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.transport .img-container {
    background: url(../img/service/service-2.webp) center no-repeat;
    background-size: cover;
  }
}

section.abroad {
  margin-bottom: clamp(100px, 12vw, 180px);
  padding: clamp(40px, 10vw, 70px) clamp(36px, 7vw, 116px) 0 clamp(36px, 7vw, 116px);
}
section.abroad .img-container {
  background: url(../img/service/service-sp-3.webp) center no-repeat;
  background-size: cover;
  z-index: 10;
}
section.abroad .green-bg {
  position: absolute;
  display: block;
  top: 0;
  right: calc(clamp(36px, 7vw, 116px) / 2);
  width: clamp(100px, 12vw, 200px);
  height: clamp(100px, 12vw, 200px);
  border: 5px solid #3A9366;
}
@media screen and (min-width: 1001px) {
  section.abroad {
    flex-direction: row-reverse;
    justify-content: center;
    padding: clamp(40px, 10vw, 70px) clamp(36px, 7vw, 116px) 0 0;
  }
  section.abroad .img-container {
    background: url(../img/service/service-3.webp) center no-repeat;
    background-size: cover;
    margin: 0 0 0 -2px;
  }
  section.abroad .text-container {
    margin-top: clamp(50px, 6vw, 80px);
  }
  section.abroad .text-container .text-box {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1601px) {
  section.abroad {
    align-items: flex-end;
  }
  section.abroad .green-bg {
    right: unset;
    transform: translateX(calc(-0.75 * clamp(36px, 7vw, 116px)));
  }
}

section.garden {
  margin-bottom: clamp(100px, 10vw, 140px);
}
section.garden .img-container {
  background: url(../img/service/service-sp-4.webp) center no-repeat;
  background-size: cover;
}
section.garden .text-container h4 {
  font-size: clamp(20px, 3vw, 34px);
}
section.garden .text-container p {
  margin-bottom: 1em;
}
section.garden .text-container p.contact-info {
  border-top: unset;
}
@media screen and (min-width: 1001px) {
  section.garden {
    padding: 0 clamp(60px, 8vw, 120px) 0 clamp(20px, 4vw, 50px);
    max-width: 1580px;
    align-items: flex-start;
    margin-bottom: clamp(100px, 15vw, 200px);
  }
  section.garden .img-container {
    background: url(../img/service/service-4.webp) center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    z-index: 10;
    height: clamp(200px, 33vw, 620px);
  }
  section.garden .text-container {
    margin-top: clamp(30px, 5vw, 60px);
  }
  section.garden .text-container p.contact-info {
    padding: 0 1em;
    margin: 0 0 0 0;
  }
  section.garden .yellow-bg {
    top: unset;
    left: unset;
    bottom: 44px;
    right: 0;
    z-index: 2;
  }
}

/*# sourceMappingURL=service.css.map */
