img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 849px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 849px) {
  .pc-none {
    display: block;
  }
}
.rental-content {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .rental-content {
    width: 100%;
  }
}
.slick-slider.no-dots .slick-dots {
  display: none;
}

.slick-slider.no-dots {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  width: 38px;
  height: 24px;
  background: #37A9C8;
  z-index: 1;
}

.slick-prev {
  left: -14px;
}

.slick-next {
  right: -14px;
}

.slick-prev:before, .slick-next:before {
  font-size: 12px;
  aspect-ratio: 12/10;
  background: #fff;
}

.slick-prev:before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.slick-next:before {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #37A9C8;
  color: #fff;
}

.heading {
  position: relative;
  margin-top: 38px;
  margin-bottom: -23px;
  text-align: center;
  color: #00A9C8;
  z-index: 1;
}

@media screen and (max-width: 849px) {
  .heading {
    margin-top: 6px;
    margin-bottom: 24px;
  }
}
.heading h1 {
  font-size: 84px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 7px;
}

@media screen and (max-width: 849px) {
  .heading h1 {
    display: contents;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
}
.heading span {
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 849px) {
  .heading span.top {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 5px;
  }
}
.heading img {
  width: 400px;
}

@media screen and (max-width: 849px) {
  .heading img {
    width: 218px;
  }
}
.rental-lead {
  padding: 30px 20px 30px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-lead {
    padding: 60px 15px 80px;
  }
}
.rental-lead__catch {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0;
  color: #00A9C8;
}

@media screen and (max-width: 849px) {
  .rental-lead__catch {
    font-size: 20px;
    line-height: 1.75;
  }
}
.rental-lead__catch span {
  display: inline-block;
  font-weight: 700;
}

.rental-lead__desc {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 30px;
}

@media screen and (max-width: 849px) {
  .rental-lead__desc {
    width: fit-content;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 23px;
    margin-inline: auto;
    text-align: left;
  }
}
.rental-type {
  overflow: hidden;
}

.rental-type-lead {
  padding: 39px 16px 46px;
  background: url(../images/rental/rental-type-lead_bg.webp) no-repeat;
  background-size: cover;
  margin-bottom: 75px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-type-lead {
    padding: 40px 15px 39px;
    margin-bottom: 80px;
  }
}
.rental-type-lead__catch {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6888888889;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 849px) {
  .rental-type-lead__catch {
    font-size: 20px;
    line-height: 1.75;
  }
}
.rental-type-lead__catch span {
  display: inline-block;
  font-weight: 700;
}

.rental-type-lead__desc {
  font-size: 18px;
  line-height: 2.1111111111;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 42px;
}

@media screen and (max-width: 849px) {
  .rental-type-lead__desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 47px;
  }
}
.rental-type-content {
  color: #fff;
  text-align: center;
}

.rental-type-content__inner {
  padding-bottom: 120px;
  background: url(../images/rental/rental-type-content_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 849px) {
  .rental-type-content__inner {
    width: calc(100% - 30px);
    padding-bottom: 103px;
    margin-inline: auto;
  }
}
.rental-type-content1 {
  position: relative;
  margin: 0 auto 200px;
}

@media screen and (max-width: 849px) {
  .rental-type-content1 {
    margin: 0 auto 81px;
  }
}
.rental-type-content__title {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.03em;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin-inline: auto;
  padding: 22px 0 25px;
  background: url(../images/rental/rental_type_content_title_bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 849px) {
  .rental-type-content__title {
    font-size: 20px;
    line-height: 1.75;
    padding: 28px 0 27px;
  }
}
.rental-type-content__main-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.rental-type-content-text {
  padding: 50px 15px 40px;
}

@media screen and (max-width: 849px) {
  .rental-type-content-text {
    padding: 34px 15px 52px;
  }
}
.rental-type-content-text__catch {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 849px) {
  .rental-type-content-text__catch {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.rental-type-content-text__desc {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 44px;
}

@media screen and (max-width: 849px) {
  .rental-type-content-text__desc {
    width: fit-content;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 24px;
    margin-inline: auto;
    text-align: left;
  }
}
.rental-type-content-map {
  max-width: 1000px;
  margin-inline: auto;
}

.rental-type .slick-dots {
  bottom: -46px;
}

@media screen and (max-width: 849px) {
  .rental-type .slick-dots {
    bottom: -28px;
  }
}
.rental-type .slick-dots li button {
  display: none;
}

.rental-type .slick-dots li {
  width: 80px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 849px) {
  .rental-type .slick-dots li {
    width: 50px;
    height: 6px;
    margin: 0 7.5px;
  }
}
.rental-type .slick-dots li.slick-active {
  background-color: #00A9C8;
}

.rental-type .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

@media screen and (max-width: 849px) {
  .rental-type .slick-dotted.slick-slider {
    margin-bottom: 17px;
  }
}
.rental-cta {
  display: block;
  max-width: 640px;
  margin: 170px auto;
}

@media screen and (max-width: 849px) {
  .rental-cta {
    width: 70%;
    margin: 80px auto 88px;
  }
}
.rental-cta.mb0 {
  margin: 170px auto 0;
}

@media screen and (max-width: 849px) {
  .rental-cta.mb0 {
    margin: 80px auto 88px;
  }
}
.rental-strength {
  padding: 100px 20px;
  background-color: rgba(0, 169, 200, 0.05);
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-strength {
    padding: 87px 15px 60px;
  }
}
.rental-strength__title {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 0 19px;
  border-top: 2px solid rgba(46, 96, 155, 0.61);
  border-bottom: 2px solid rgba(46, 96, 155, 0.61);
  color: #2E609B;
}

@media screen and (max-width: 849px) {
  .rental-strength__title {
    font-size: 20px;
    line-height: 1.75;
    padding: 16px 0;
  }
}
.rental-strength__desc {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 30px;
}

@media screen and (max-width: 849px) {
  .rental-strength__desc {
    width: fit-content;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 44px;
    margin-inline: auto;
    text-align: left;
  }
}
.rental-strength__image {
  margin-top: 60px;
}

@media screen and (max-width: 849px) {
  .rental-strength__image {
    margin-top: 75px;
  }
}
.rental-value {
  padding: 0 15px 50px;
  overflow: hidden;
}

@media screen and (max-width: 849px) {
  .rental-value {
    padding: 0 15px 66px;
  }
}
.rental-value__heading {
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 849px) {
  .rental-value__heading {
    margin-bottom: 80px;
  }
}
.rental-value__title {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-inline: calc(50% - 50vw);
  background: url(../images/rental/rental_value_title_bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
}

.rental-value__title span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.9166666667;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (max-width: 849px) {
  .rental-value__title span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.rental-value__title span::before, .rental-value__title span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 400px;
  height: 2px;
  top: 50%;
  translate: 0 -50%;
  background: rgba(255, 255, 255, 0.61);
  vertical-align: middle;
}

@media screen and (max-width: 849px) {
  .rental-value__title span::before, .rental-value__title span::after {
    position: static;
    width: calc(50vw - 85px);
    height: 1px;
  }
}
.rental-value__title span::before {
  left: -420px;
}

@media screen and (max-width: 849px) {
  .rental-value__title span::before {
    left: 0;
  }
}
.rental-value__title span::after {
  right: -420px;
}

@media screen and (max-width: 849px) {
  .rental-value__title span::after {
    right: 0;
  }
}
@media screen and (max-width: 849px) {
  .rental-value__title {
    width: 100vw;
    font-size: 20px;
    line-height: 1.75;
    padding: 29px 0;
    margin-inline: calc(50% - 50vw);
  }
}
.rental-value__desc {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 43px;
}

@media screen and (max-width: 849px) {
  .rental-value__desc {
    width: fit-content;
    font-size: 16px;
    line-height: 1.75;
    margin-inline: auto;
    margin-top: 31px;
    text-align: left;
  }
}
.rental-value__subheading {
  text-align: center;
  color: #284C77;
}

.rental-value__subheading span {
  display: block;
  font-size: 35px;
  line-height: 1.2285714286;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(46, 96, 155, 0.61);
}

@media screen and (max-width: 849px) {
  .rental-value__subheading span {
    font-size: 18px;
    line-height: 1.375;
    padding-bottom: 9px;
    border-bottom: 2px solid rgba(46, 96, 155, 0.61);
  }
}
.rental-value__subheading h3 {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 13px;
}

@media screen and (max-width: 849px) {
  .rental-value__subheading h3 {
    font-size: 20px;
    line-height: 1.75;
    padding-top: 10px;
  }
}
.rental-value__sub {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5714285714;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 50px;
  color: #00A9C8;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-value__sub {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 31px;
  }
}
.rental-measure__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
  margin: 48px 0 150px;
}

@media screen and (max-width: 849px) {
  .rental-measure__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 31px;
    margin: 51px auto 88px;
  }
}
.rental-measure__item {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  background: url(../images/rental/rental_measure_item_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 849px) {
  .rental-measure__item {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
    aspect-ratio: 359.5/243.5;
  }
}
.rental-measure__item dl {
  max-width: 300px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media screen and (max-width: 849px) {
  .rental-measure__item dl {
    max-width: 260px;
    translate: 0 -6%;
  }
}
.rental-measure__item dt {
  font-size: 40px;
  line-height: 1.425;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-measure__item dt {
    font-size: 20px;
    line-height: 1.75;
    padding-bottom: 18px;
  }
}
.rental-measure__item dd {
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 29px;
}

@media screen and (max-width: 849px) {
  .rental-measure__item dd {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 18px;
  }
}
.rental-measure__item::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.rental-pursue__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 849px) {
  .rental-pursue__list {
    gap: 82px;
    margin-top: 42px;
  }
}
.rental-pursue__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 0;
  background: url(../images/rental/rental_pursue_title_bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-pursue__title {
    width: 100vw;
    font-size: 20px;
    line-height: 1.45;
    padding: 14px 0;
    margin-inline: calc(50% - 50vw);
  }
}
.rental-pursue__row {
  display: flex;
  gap: 57px;
  margin-top: 50px;
}

@media screen and (max-width: 849px) {
  .rental-pursue__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    grid-template-areas: "a b" "c c";
    gap: 0;
    margin-top: 43px;
  }
}
.rental-pursue__row:nth-of-type(2) {
  margin-top: 50px;
}

@media screen and (max-width: 849px) {
  .rental-pursue__row:nth-of-type(2) {
    margin-top: 52.3px;
  }
}
.rental-pursue__image {
  width: 300px;
  flex-shrink: 0;
}

@media screen and (max-width: 849px) {
  .rental-pursue__image {
    width: 100%;
    grid-area: a;
  }
}
.rental-pursue__text {
  flex: 1;
}

@media screen and (max-width: 849px) {
  .rental-pursue__text {
    display: contents;
  }
}
.rental-pursue__text span {
  display: block;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 3.6px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 849px) {
  .rental-pursue__text span {
    font-size: 16px;
    line-height: 1.25;
    text-indent: 10.5px;
    padding-bottom: 5.6px;
  }
}
.rental-pursue__text h5 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 16.4px;
  color: #00A9C8;
}

@media screen and (max-width: 849px) {
  .rental-pursue__text h5 {
    font-size: 20px;
    line-height: 1.75;
    padding-top: 12.4px;
    padding-left: 10.5px;
  }
}
.rental-pursue__text p {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 19px;
}

@media screen and (max-width: 849px) {
  .rental-pursue__text p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 21px;
    grid-area: c;
  }
}
@media screen and (max-width: 849px) {
  .rental-pursue-text__head {
    padding-top: 15px;
    grid-area: b;
  }
}
.rental-quality {
  margin-top: 100px;
}

@media screen and (max-width: 849px) {
  .rental-quality {
    margin-top: 116px;
  }
}
.rental-quality-content {
  padding: 44px 0 52px;
  margin-top: 43px;
  background: url(../images/rental/rental_quality_content_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 849px) {
  .rental-quality-content {
    margin: 44px calc(50% - 50vw) 0;
    padding: 30px 0 60px;
  }
}
.rental-quality-content__title {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.84;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-quality-content__title {
    font-size: 16px;
    line-height: 1.4375;
    padding-bottom: 17.5px;
  }
}
.rental-quality-content__catch {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 849px) {
  .rental-quality-content__catch {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 14px;
  }
}
.rental-quality__slider {
  padding: 0 50px;
  margin-top: 47px;
}

@media screen and (max-width: 849px) {
  .rental-quality__slider {
    width: calc(100% - 30px);
    padding: 0;
    margin-top: 60px;
    margin-inline: auto;
  }
}
.rental-quality__slider .slick-slider .slick-track, .rental-quality__slider .slick-slider .slick-list {
  display: flex;
  align-items: stretch;
}

.rental-quality__slider .slick-initialized .slick-slide {
  display: flex;
}

.rental-quality-item__inner {
  display: flex;
  gap: 20px;
  padding: 51px 50px 57px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 849px) {
  .rental-quality-item__inner {
    flex-direction: column;
    gap: 27px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 849px) {
  .rental-quality__image {
    margin-inline: auto;
    aspect-ratio: 250/240;
  }
}
@media screen and (max-width: 849px) {
  .rental-quality__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.rental-quality__item:nth-child(1) .rental-quality__image {
  width: 31.25%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(1) .rental-quality__image {
    width: 80.38585209%;
  }
}
.rental-quality__item:nth-child(2) .rental-quality__image {
  width: 31.25%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(2) .rental-quality__image {
    width: 80.38585209%;
  }
}
.rental-quality__item:nth-child(3) .rental-quality__image {
  width: 43.75%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(3) .rental-quality__image {
    width: 80.38585209%;
  }
}
.rental-quality__item:nth-child(4) .rental-quality__image {
  width: 58.75%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(4) .rental-quality__image {
    display: grid;
    place-content: center;
    width: 80.38585209%;
  }
  .rental-quality__item:nth-child(4) .rental-quality__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.rental-quality__item:nth-child(5) .rental-quality__image {
  width: 50%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(5) .rental-quality__image {
    display: grid;
    place-content: center;
    width: 80.38585209%;
  }
  .rental-quality__item:nth-child(5) .rental-quality__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.rental-quality__item:nth-child(6) .rental-quality__image {
  width: 50%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(6) .rental-quality__image {
    display: grid;
    place-content: center;
    width: 80.38585209%;
  }
  .rental-quality__item:nth-child(6) .rental-quality__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.rental-quality__item:nth-child(7) .rental-quality__image {
  width: 27.5%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(7) .rental-quality__image {
    width: auto;
    height: 35.82%;
  }
  .rental-quality__item:nth-child(7) .rental-quality__image img {
    object-fit: contain;
  }
}
.rental-quality__item:nth-child(8) .rental-quality__image {
  width: 47.5%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(8) .rental-quality__image {
    width: 80.38585209%;
  }
}
.rental-quality__item:nth-child(9) .rental-quality__image {
  width: 41.25%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(9) .rental-quality__image {
    display: grid;
    place-content: center;
    width: 80.38585209%;
  }
  .rental-quality__item:nth-child(9) .rental-quality__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.rental-quality__item:nth-child(10) .rental-quality__image {
  width: 30%;
}

@media screen and (max-width: 849px) {
  .rental-quality__item:nth-child(10) .rental-quality__image {
    width: 80.38585209%;
  }
}
.rental-quality__text {
  flex: 1;
}

.rental-quality__text span {
  display: block;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-bottom: 5.6px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 849px) {
  .rental-quality__text span {
    padding-bottom: 16.6px;
  }
}
.rental-quality__text h5 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 6.4px;
  color: #00A9C8;
}

@media screen and (max-width: 849px) {
  .rental-quality__text h5 {
    line-height: 1.5333333333;
    padding: 7.6px 7.5px;
  }
}
.rental-quality__text p {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 300;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 849px) {
  .rental-quality__text p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 2px;
    padding: 0 7.5px;
  }
}
.rental-quality .slick-dots {
  bottom: -45px;
}

@media screen and (max-width: 849px) {
  .rental-quality .slick-dots {
    bottom: -75px;
  }
}
.rental-quality .slick-dots li button {
  display: none;
}

.rental-quality .slick-dots li {
  width: 60px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 849px) {
  .rental-quality .slick-dots li {
    width: 50px;
    height: 8px;
    margin: 0 8.5px;
  }
}
.rental-quality .slick-dots li.slick-active {
  background-color: #00A9C8;
}

.rental-quality .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.rental-quality__note {
  font-size: 15px;
  line-height: 1.2666666667;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px;
  text-align: right;
}

@media screen and (max-width: 849px) {
  .rental-quality__note {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 16px;
    text-align: left;
  }
}
.rental-value__note {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0;
  padding: 44px 0;
  border-top: 3px solid rgba(46, 96, 155, 0.61);
  border-bottom: 3px solid rgba(46, 96, 155, 0.61);
  color: #284C77;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-value__note {
    font-size: 20px;
    line-height: 1.75;
    padding: 32px 0 39px;
    border-top: 2px solid rgba(46, 96, 155, 0.61);
    border-bottom: 2px solid rgba(46, 96, 155, 0.61);
  }
}
.rental-support {
  padding: 55px 15px 99px;
  background: url(../images/rental/rental_support_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 849px) {
  .rental-support {
    padding: 72px 15px 124px;
  }
}
.rental-support__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.rental-support__sub {
  display: block;
  font-size: 25px;
  line-height: 1.44;
  padding-bottom: 15.5px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 849px) {
  .rental-support__sub {
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 1.4375;
    padding-bottom: 28.5px;
    margin-inline: auto;
  }
}
.rental-support__title {
  font-size: 30px;
  line-height: 1.6666666667;
  padding-top: 14px;
  color: #fff;
}

@media screen and (max-width: 849px) {
  .rental-support__title {
    font-size: 20px;
    line-height: 1.75;
    padding: 13.5px 0 55px;
  }
}
.rental-support__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 21px;
}

@media screen and (max-width: 849px) {
  .rental-support__list {
    gap: 51px;
    margin-top: 0;
  }
}
.rental-support__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.rental-support__item:nth-child(1) {
  padding: 61px 31px 35px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) {
    position: relative;
    padding: 39px 20px 42px;
  }
}
.rental-support__item:nth-child(1) .rental-support__text {
  width: 72.5%;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__text {
    width: 100%;
  }
}
.rental-support__item:nth-child(1) .rental-support__main {
  margin-top: 27px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__main {
    width: 64%;
    padding-left: 7px;
    margin-top: 9.5px;
  }
}
@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__top h3 {
    width: 69%;
    padding-left: 7px;
    padding-bottom: 12px;
  }
}
.rental-support__item:nth-child(1) .rental-support__image {
  position: relative;
  width: 31.25%;
  margin-top: -9.1875%;
  margin-right: 24px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__image {
    position: absolute;
    width: 44%;
    margin-top: 0;
    margin-right: 0;
    top: 26px;
    right: -9px;
  }
}
@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__image img {
    max-height: 177px;
    object-fit: contain;
  }
}
.rental-support__item:nth-child(1) .rental-support__bottom {
  margin-top: 21px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(1) .rental-support__bottom {
    margin-top: 39px;
  }
}
.rental-support__item:nth-child(2) {
  padding: 61px 74px 80px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) {
    padding: 28px 20px 75px;
  }
}
.rental-support__item:nth-child(2) .rental-support__row {
  position: relative;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__row {
    flex-direction: column;
  }
}
.rental-support__item:nth-child(2) .rental-support__top h3 {
  padding-bottom: 10px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__top h3 {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__main {
    margin-top: 8.5px;
    order: 1;
  }
}
.rental-support__item:nth-child(2) .rental-support__desc {
  width: 44%;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__desc {
    width: 100%;
    margin-top: 42px;
    order: 3;
  }
}
.rental-support__item:nth-child(2) .rental-support__image {
  position: absolute;
  width: 95.375%;
  top: 0;
  right: -100px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__image {
    position: static;
    width: calc(100% + 40px);
    margin-top: 24px;
    margin-inline: -20px;
    order: 2;
  }
}
@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__text {
    display: contents;
  }
}
.rental-support__item:nth-child(2) .rental-support__bottom {
  margin-top: 31px;
}

@media screen and (max-width: 849px) {
  .rental-support__item:nth-child(2) .rental-support__bottom {
    margin-top: 58px;
  }
}
.rental-support__top {
  max-width: 800px;
  margin: 0 auto;
}

.rental-support__top h3 {
  position: relative;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5333333333;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 10px;
  color: #00A9C8;
}

@media screen and (max-width: 849px) {
  .rental-support__top h3 {
    font-size: 20px;
    line-height: 1.75;
  }
}
.rental-support__top h3::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 1px;
  left: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  background: #37A9C8;
}

@media screen and (max-width: 849px) {
  .rental-support__top h3::after {
    width: 100%;
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
.rental-support__row {
  display: flex;
}

.rental-support__text {
  position: relative;
  z-index: 1;
}

.rental-support__main {
  font-size: 26px;
  line-height: 1.6153846154;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 24px;
}

@media screen and (max-width: 849px) {
  .rental-support__main {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 14.5px;
  }
}
.rental-support__desc {
  font-size: 18px;
  line-height: 1.8888888889;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 13px;
}

@media screen and (max-width: 849px) {
  .rental-support__desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 38px;
  }
}
.rental-support-bottom__heading {
  margin-bottom: 14.5px;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .rental-support-bottom__heading {
    margin-bottom: 12.5px;
  }
}
.rental-support-bottom__heading span {
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4375;
  padding-bottom: 18.3px;
  border-bottom: 1px solid #707070;
}

.rental-support-bottom__heading h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  padding-top: 10px;
  color: #00A9C8;
}

@media screen and (max-width: 849px) {
  .rental-support-bottom__heading h3 {
    padding-top: 14px;
  }
}
@media screen and (max-width: 849px) {
  .rental-cta3 {
    width: 70%;
    margin: 80px auto 88px;
  }
}
.rental-cta.last {
  margin-bottom: 100px;
}

@media screen and (max-width: 849px) {
  .rental-cta.last {
    width: 70%;
    margin: 80px auto 88px;
  }
}
.bnr {
  padding-top: 18px;
}

.main .example-report2 {
  padding-top: 58px;
}

.main .business-menu2 {
  padding-top: 28px;
}

.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

@media screen and (max-width: 849px) {
  .footer-fixed {
    width: 89.7435897436%;
    left: 50%;
    translate: -50%;
  }
}
.footer-fixed__inner {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-inline: auto;
}

.footer-fixed-cv {
  position: relative;
  width: 47.0588235294%;
  aspect-ratio: 800/100;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 6px 6px 0 0;
  container-type: inline-size;
}

@media screen and (max-width: 849px) {
  .footer-fixed-cv {
    width: 0.4571428571;
    padding-top: 3px;
    aspect-ratio: 160/35;
    border-radius: 3px 3px 0 0;
  }
}
.footer-fixed-cv img {
  width: 100%;
  height: auto;
}

.footer-fixed-cv::before {
  position: absolute;
  display: block;
  content: "";
  width: 94.4%;
  height: calc(100% - 3px);
  top: 8.6%;
  left: 50%;
  translate: -50%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  display: none;
}

@media screen and (max-width: 849px) {
  .footer-fixed-cv::before {
    display: block;
  }
}
.footer-fixed-cv--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #970001;
  color: #fff;
}

.footer-fixed-cv--contact span {
  font-size: 7cqw;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 849px) {
  .footer-fixed-cv--contact span {
    font-size: 7.5cqw;
    letter-spacing: 0;
  }
}
.footer-fixed-cv--tel {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004c00;
  color: #fff;
}

.footer-fixed-cv--tel span {
  display: block;
  font-size: 8cqw;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 849px) {
  .footer-fixed-cv--tel span {
    font-size: 7.5cqw;
    letter-spacing: 0;
  }
}
.footer-fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}

.anchor__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 37px;
  max-width: 800px;
  padding: 100px 0;
  margin-inline: auto;
}

@media screen and (max-width: 849px) {
  .anchor__list {
    justify-content: space-between;
    gap: 16px 0;
    padding: 80px 15px;
  }
}
@media screen and (max-width: 849px) {
  .anchor__list--top {
    padding: 40px 15px 0;
  }
}
.anchor__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 170px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  padding: 27px 5px 17px;
  border: 1px solid #00A9C8;
  text-align: center;
}

@media screen and (max-width: 849px) {
  .anchor__item {
    font-size: 12px;
    line-height: 1.3333333333;
    width: 47.2222222222%;
    padding: 10px 0 13px;
  }
}
@media (any-hover: hover) {
  .anchor__item:hover .anchor__arrow-down {
    translate: 0 3px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(47%) saturate(1224%) hue-rotate(148deg) brightness(97%) contrast(103%);
  }
}
.anchor__item.no-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 5px 15px;
}

@media screen and (max-width: 849px) {
  .anchor__item.no-arrow {
    padding: 9px 2px 6px;
  }
}
.anchor__name {
  display: grid;
  place-content: center;
  height: 100%;
}

.anchor__name::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.anchor__arrow-down {
  display: block;
  width: 16px;
  margin: auto auto 0;
  transition: all 0.4s;
}

@media screen and (max-width: 849px) {
  .anchor__arrow-down {
    position: absolute;
    width: 10px;
    bottom: 7px;
    left: 50%;
    translate: -50%;
  }
}
.anchor__arrow-up {
  display: block;
  width: 16px;
  margin: 0 auto;
  transition: all 0.4s;
}

@media screen and (max-width: 849px) {
  .anchor__arrow-up {
    position: absolute;
    width: 10px;
    top: -3px;
    left: 50%;
    translate: -50%;
  }
}
.anchor__item--up {
  padding: 13px 5px 17px;
  gap: 14px;
}

@media screen and (max-width: 849px) {
  .anchor__item--up {
    font-size: 12px;
    line-height: 1.3333333333;
    padding: 16px 0 7px;
  }
}
.anchor__item--up .anchor__name {
  margin-top: auto;
}

@media (any-hover: hover) {
  .anchor__item--up:hover .anchor__arrow-up {
    translate: 0 -5px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(47%) saturate(1224%) hue-rotate(148deg) brightness(97%) contrast(103%);
  }
}