.l-footer {
  overflow: hidden;
}

/* pickup */
@media screen and (min-width: 768px) {
  .pickupList {
    display: flex;
    justify-content: space-between;
  }
  .pickupItem {
    width: 30.9%;
  }
  .pickup__anc img {
    transition: 0.3s all;
  }
}
@media screen and (max-width: 768px) {
  .pickupItem + .pickupItem {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupList {
    width: 80%;
    margin-inline: auto;
  }
}

/* sec */
.sec__head {
  text-align: center;
}

.sec__ttl {
  position: relative;
  padding-bottom: 1em;
}

.sec__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 4px;
  background: #ef5a24;
  content: "";
}

h4.sec__third {
  margin-bottom: 0.8rem;
}

.sec__cap {
  font-size: 1.2rem;
}

.sec__cap + .sec__cap {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .sec {
    padding: 8rem 0;
  }
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec__head {
    margin-bottom: 6rem;
  }
  .sec__ttl {
    font-size: 3.2rem;
  }
  .sec__ttl + .sec__lead {
    margin-top: 6rem;
  }
  .sec__sub {
    font-size: clamp(2.4rem, 2vw, 2.8rem);
  }
  .sec__third {
    font-size: clamp(1.8rem, 1.6vw, 2rem);
  }
  .sec__lead, .sec__txt {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 5rem 0;
  }
  .l-inner {
    padding: 0 1.5rem;
  }
  .sec__head {
    margin-bottom: 4rem;
  }
  .sec__ttl {
    font-size: 2.2rem;
  }
  .sec__ttl + .sec__lead {
    margin-top: 4rem;
  }
  .sec__sub {
    font-size: 1.8rem;
  }
  .sec__third {
    font-size: 1.6rem;
  }
  .sec__lead {
    text-align: left;
  }
  .sec__txt, .sec__lead {
    font-size: 1.4rem;
  }
}
.pickup-banner {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .pickup-banner .air-conditioned__boxBtn {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pickup-banner .air-conditioned__boxBtn {
    margin-top: 20px;
  }
}
.pickup-banner .air-conditioned__boxImg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ccc;
}
.pickup-banner .air-conditioned__boxImg img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.pickup-banner:hover .air-conditioned__boxImg img {
  transform: scale(1.05);
}

.maxair-container {
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .maxair-container {
    padding-inline: 1.5rem;
  }
}

.maxair-section {
  overflow: hidden;
}

.maxair-mv img {
  width: 100%;
}

.maxair-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(3rem, 1.9819004525rem + 2.7149321267vw, 6rem);
  font-size: clamp(1.6rem, 1.4642533937rem + 0.3619909502vw, 2rem);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  gap: clamp(1.5rem, 0.9909502262rem + 1.3574660633vw, 3rem);
}

.maxair-system {
  padding-block: clamp(3rem, 1.9819004525rem + 2.7149321267vw, 6rem);
  background-color: #71bce9;
}
.maxair-system img {
  width: 100%;
}

.maxair-point {
  padding-block: clamp(3rem, 1.9819004525rem + 2.7149321267vw, 6rem);
}
@media screen and (max-width: 768px) {
  .maxair-point {
    margin-inline: -1.5rem;
    box-sizing: border-box;
  }
}

.maxair-point-slider {
  position: relative;
  overflow: hidden;
}
.maxair-point-slider .swiper-button-prev, .maxair-point-slider .swiper-button-next {
  background-color: #555;
}
@media screen and (min-width: 769px) {
  .maxair-point-slider .swiper-button-prev, .maxair-point-slider .swiper-button-next {
    display: none;
  }
}
.maxair-point-slider .swiper-button-prev::after, .maxair-point-slider .swiper-button-next::after {
  color: #fff;
  font-size: 15px;
}
.maxair-point-slider .swiper-button-prev {
  left: 0;
}
.maxair-point-slider .swiper-button-next {
  right: 0;
}
.maxair-point-slider .swiper-slide-prev, .maxair-point-slider .swiper-slide-next {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .maxair-point-slider .swiper-wrapper {
    display: grid;
    gap: clamp(1.5rem, -0.1179775281rem + 2.106741573vw, 3rem);
    grid-template-columns: repeat(3, 1fr);
  }
}