@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.rental_pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.9rem;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (960px <= width) {
  .rental_pointList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-top: 5.3rem;
  }
}

.rental_point {
  background-color: #FFF;
  border-radius: 1rem;
  border: max(0.1rem, 1px) solid #707070;
  margin-left: 0.5rem;
  position: relative;
  height: 16.4rem;
  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;
  margin-left: 1.5rem;
}
@media screen and (960px <= width) {
  .rental_point {
    border-radius: 2rem;
  }
}
.rental_point::before {
  content: "";
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  top: -0.5rem;
  left: -0.7rem;
  z-index: -1;
}
@media screen and (960px <= width) {
  .rental_point::before {
    border-radius: 2rem;
  }
}
@media screen and (960px <= width) {
  .rental_point {
    width: calc(33.3333333333% - 1.3333333333rem);
    height: 19.2rem;
  }
}
.rental_point_point {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  border-radius: 100vh;
  width: 6.8rem;
  height: 6.8rem;
  background-color: #034EA2;
  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;
  position: absolute;
  top: -2.7rem;
  left: -1.7rem;
}
.rental_point_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
}
.rental_point_textLarge {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (960px <= width) {
  .rental_point_textLarge {
    padding-left: 1rem;
  }
}
.rental_point_textNumber {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #D01F1F;
  position: relative;
  top: -0.5rem;
}
.rental_point_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.1111111111;
  text-align: center;
}
.rental_point_textAccent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: 0em;
  line-height: 1.358974359;
  color: #D01F1F;
}

.rental_explain {
  margin-top: 3.5rem;
  padding-inline: 1.5rem;
}
@media screen and (960px <= width) {
  .rental_explain {
    margin-top: 4.1rem;
    padding-inline: 2.9rem;
  }
}

.rental_promiseSetion {
  max-width: 99.9rem;
  margin-inline: auto;
}

.rental_promiseList {
  margin-top: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 1.5rem;
  z-index: 1;
}
@media screen and (960px <= width) {
  .rental_promiseList {
    margin-top: 7.5rem;
  }
}

.rental_promise {
  background-color: #FFF;
  border-radius: 1rem;
  border: max(0.1rem, 1px) solid #707070;
  margin-left: 0.5rem;
  position: relative;
  padding-inline: 2.5rem 1.5rem;
  padding-block: 2.4rem 4.7rem;
}
@media screen and (960px <= width) {
  .rental_promise {
    border-radius: 2rem;
  }
}
.rental_promise::before {
  content: "";
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  top: -0.5rem;
  left: -0.7rem;
  z-index: -1;
}
@media screen and (960px <= width) {
  .rental_promise::before {
    border-radius: 2rem;
  }
}
@media screen and (960px <= width) {
  .rental_promise {
    padding-block: 2.1rem 3.7rem;
    padding-inline: 4.1rem;
  }
}
.rental_promise_headWrap {
  position: relative;
  padding-top: 3.46rem;
  padding-bottom: 1.86rem;
  border-bottom: max(0.1rem, 1px) solid #888888;
}
@media screen and (960px <= width) {
  .rental_promise_headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.44rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0;
  }
}
.rental_promise_icon {
  width: 5.5rem;
  position: absolute;
  top: 0;
  right: 1.8rem;
}
@media screen and (960px <= width) {
  .rental_promise_icon {
    position: static;
    width: 4rem;
  }
}
.rental_promise_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
}
@media screen and (960px <= width) {
  .rental_promise_head {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
.rental_promise_head span {
  color: #D01F1F;
}
.rental_promise_text {
  margin-top: 1.85rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (960px <= width) {
  .rental_promise_text {
    margin-top: 1.65rem;
    letter-spacing: 0.1rem;
    padding-inline: 1rem;
  }
}

.rental_section {
  padding-top: 12rem;
}

.rental_flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 6rem;
}
@media screen and (960px <= width) {
  .rental_flowList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6rem;
    margin-top: 7.5rem;
  }
}

.rental_flow {
  border-radius: 1rem;
  background-color: #DBDBDB;
  padding-block: 2.5rem 4.2rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .rental_flow {
    width: calc(33.3333333333% - 1.0666666667rem);
    padding-block: 2.3rem 4.54rem;
  }
}
.rental_flow_step {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  border: max(0.1rem, 1px) solid #151515;
  height: 2.4rem;
  width: 11.2rem;
  line-height: 2.4rem;
}
@media screen and (960px <= width) {
  .rental_flow_step {
    font-size: 2.1rem;
    height: 3.3rem;
    line-height: 3.2rem;
    width: 15.3rem;
  }
}
.rental_flow_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 0.9rem;
}
@media screen and (960px <= width) {
  .rental_flow_head {
    font-size: 2.9rem;
  }
}
.rental_flow_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-top: 1.2rem;
  text-align: left;
  width: 27rem;
  margin-inline: auto;
}
@media screen and (960px <= width) {
  .rental_flow_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 29.8rem;
  }
}
.rental_flow .bl_contactContents {
  margin-top: 2.5rem;
  padding-block: 0;
}
@media screen and (960px <= width) {
  .rental_flow .bl_contactContents {
    width: 100%;
  }
}
.rental_flow_img {
  aspect-ratio: 298/207;
  border-radius: 1.5rem;
  width: 27.9rem;
  margin-top: 1.4rem;
  margin-inline: auto;
}
@media screen and (960px <= width) {
  .rental_flow_img {
    width: 29.8rem;
    margin-top: 2.4rem;
    margin-bottom: 1.7rem;
  }
}

.rental_qa {
  margin-top: 5.95rem;
}/*# sourceMappingURL=rental.css.map */