#servicePageRental section {
  padding: 10rem 0 0;
}

#servicePageRental h4 {
  font-size: 3.6rem;
}

#servicePageRental h4 span.font-en {
  font-size: 0.8em;
  line-height: 2;
}

#servicePageRental h5 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 0;
  font-weight: 900;
}

#servicePageRental h5 span.font-en {
  font-size: 0.8em;
  line-height: 2;
}

#servicePageRental p {
  font-size: 1.8rem;
  line-height: 2;
}
#servicePageRental p.preserve {
  margin-block-start: 8rem;
  font-size: 20px;
}

.rental-bio-wrapper h3 {
  font-size: 5.2rem;
  position: relative;
}

.rental-bio-wrapper h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 1.2rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--clr-blue);
}

.rental-bio-wrapper h3 span.font-ja {
  font-size: 0.6em;
  font-weight: 700;
}

.rental-bio-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rental-bio-wrapper [alt="service-bio-img"] {
  border-radius: 0;
  border-top-left-radius: 3.2rem;
  margin: 0 0 0 auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}

.rental-bio-wrapper .bio-title {
  width: 70rem;
}

.rental-bio-wrapper .bio-title p {
  line-height: 2.6;
  font-size: 1.8rem;
}

.rental-bio-wrapper .bio-title p.weight-700 {
  font-size: 2.2rem;
}

[alt="service-rental-side-01"] {
  width: 30rem;
  position: absolute;
  left: 0;
  top: 6rem;

}

[alt="service-rental-side-02"] {
  width: 30rem;
  position: absolute;
  right: 100%;
  bottom: 0;
  /* transform: translateX(-30%); */

}

[alt="service-rental-side-03"] {
  width: 30rem;
  position: absolute;
  right: 100%;
  bottom: 0;
  /* transform: translateX(-30%); */
}

/* [alt="service-rental-desc-small"] {
  width: 50rem;
  position: absolute;
  right: 4rem;
  bottom: 0;
} */
[alt="service-rental-desc-img"] {
  display: block;
  width: 80%;
  margin-inline: auto;
  margin-block: 4rem 10rem;
}

/* sec-rental-desc */
.sec-rental-desc {
  padding: 10rem 0 10rem;
}

.sec-rental-desc h4 {
  font-size: 4rem;
}

.sec-rental-desc h5 {
  font-size: 2.2rem;
  padding-inline-start: 1em;
  font-weight: 600;
}

.sec-rental-desc ul {
  padding-left: 2em;
  line-height: 3;
  font-size: 1.8rem;
}

.pin-spacer {
  z-index: 999999999999999;
  /* column-gap: 4rem; */
}

html,
body {
  overflow-x: hidden;
  margin: 0;
}

.gallery-container {
  /* width: 300vw; */
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4rem;
  align-items: center;
  background-color: #fff;
  padding-inline: 4rem;
}

.gallery-container h4 {
  padding-inline: 8rem;
  top: 4rem;
  width: 100%;
  font-size: 4rem;
}

.gallery-container .panel {
  width: 90vw;
  flex: 0 0 auto;
  background-color: #fff;
  border: 1px solid var(--clr-blue);
  border-radius: 3.2rem;
  height: 60%;
  padding: 8rem 20rem;
}

.gallery-container .panel ul {
  padding-left: 2em;
  line-height: 3;
  font-size: 1.8rem;
}

.gallery-container .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-container .panel:nth-child(even) div {
  order: 1;
}

.gallery-container .panel:nth-child(n) img:nth-of-type(1) {
  width: 50rem;
  object-fit: contain;
}

.gallery-container .panel:nth-child(odd) img:nth-of-type(2) {
  position: absolute;
  width: 30rem;
  right: 25%;
  top: 50%;
  object-fit: contain;
}

.gallery-container .panel:nth-child(even) img:nth-of-type(2) {
  position: absolute;
  width: 30rem;
  left: 25%;
  top: 50%;
  object-fit: contain;
}

.panel-title {
  font-size: 6rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clr-blue);
  font-weight: 900;
  font-family: var(--font-en);
  margin-bottom: 1rem;
  margin-top: 0;
}

.rental-more {
  width: 100%;
  aspect-ratio: 3/1;
  background-image: url("../images/service/service_02.jpeg");
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: relative;

}

.rental-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border: 1px solid var(--clr-blue);
  border-bottom: none;
}


.sec-rental-more p {
  font-size: 1.8rem;
  line-height: 2.6;
}

.sec-rental-more p:last-of-type {
  margin-bottom: 16rem;
}

.sec-desc-more {
  padding: 10rem 0 !important;
  font-size: 1.8rem;
  line-height: 2;
}

.sec-desc-more p {
  padding-block-start: 0;
}

.sec-desc-more h4 {
  font-size: 2.6rem;

  max-width: max-content;
  color: var(--clr-blue);
  text-transform: uppercase;
}

.sec-desc-more h4 span.font-ja {
  font-weight: 900;
  color: var(--clr-black);
}

@media screen and (max-width: 1356px) {
  .rental-bio-wrapper [alt="service-bio-img"] {
    max-width: unset;
    width: 70rem;
  }
}

@media screen and (max-width: 1024px) {
  .rental-bio-wrapper [alt="service-bio-img"] {
    max-width: unset;
    width: 70rem;
  }

  .rental-bio-wrapper {
    justify-content: center;
    flex-direction: column;
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .rental-bio-wrapper {
    justify-content: center;
    flex-direction: column;
    margin: 4rem auto 0;
  }

  .rental-bio-wrapper [alt="service-bio-img"] {
    width: 100%;
  }

  [alt="service-rental-side-01"] {
    display: none;
  }

  [alt="service-rental-desc-small"] {
    display: none;
  }

  .gallery-container .panel {
    padding: 2rem 2rem;
  }

  .gallery-container .panel {

    flex-direction: column;
    row-gap: 2rem;
  }

  .gallery-container .panel {
    height: unset;
  }

  .gallery-container .panel:nth-child(odd) img:nth-of-type(2) {
    position: absolute;
    width: 27rem;
    right: 56%;
    top: unset;
    object-fit: contain;
    bottom: 4rem;
  }

  .gallery-container .panel:nth-child(even) div {
    order: 0;
  }

  .gallery-container .panel:nth-child(even) img:nth-of-type(2) {
    position: absolute;
    width: 27rem;
    right: 56%;
    top: unset;
    object-fit: contain;
    bottom: 4rem;
    left: unset;
  }

  .gallery-container .panel ul {
    min-height: 10em;
    display: inline-block;
  }

  .rental-more {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-image: url(../images/service/service_02.jpeg);
    background-position: right center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

  }

  .rental-more::after {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .gallery-container h4 {
    padding-inline: 2rem;
    top: 2rem;
    width: 100%;
    font-size: 4rem;
  }

  [alt="service-rental-side-02"] {
    position: static;
    display: block;
    margin-block: 4rem 8rem;
    margin-inline: auto;
    width: 80%;
    border-radius: 2rem;
  }

  [alt="service-rental-side-03"] {
    position: static;
    display: block;
    margin-block: 4rem 8rem;
    margin-inline: auto;
    width: 80%;
    border-radius: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .sec-rental-desc {
    padding: 5rem 0 5rem;
  }

  .rental-bio-wrapper .bio-title {
    width: 100%;
  }

  .rental-bio-wrapper h3 {
    font-size: 3.2rem;
  }

  .sec-rental-desc ul {
    padding-left: 1em;
    line-height: 3;
  }

  .panel-title {
    font-size: 4rem;
  }

  .gallery-container .panel ul {
    padding-left: 0em;
    line-height: 3;
    font-size: 1.6rem;
  }

  .gallery-container .panel {
    height: 80%;
  }

  .gallery-container .panel:nth-child(n) img:nth-of-type(1) {
    width: 100%;
  }

  .gallery-container .panel:nth-child(odd) img:nth-of-type(2) {
    display: none;
  }

  .gallery-container {
    padding-inline: 0;
    column-gap: 0.4rem;
  }

  .pin-spacer {
    width: 100%;
    max-width: 350px;
    margin: 0 auto !important;
  }

  .gallery-container .panel {
    padding: 2rem 4rem;
  }

  .gallery-container .panel:nth-child(even) img:nth-of-type(2) {
    display: none;
  }

  .gallery-container h4 {
    padding-inline: 2rem;
    top: -2rem;
    width: 100%;
    font-size: 2.6rem;
  }

  .rental-more {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-position: 70% center;
    background-size: cover;
  }

  .sec-rental-desc h4 {
    font-size: 2.8rem;
  }
}