@charset "UTF-8";
.rental::before {
  background-image: url("../../assets/img/support_4.png");
  background-size: cover;
  background-position: center 106px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.rentalWrapper {
  padding: 150px 0 50px;
  width: 74%;
  max-width: 1010px;
  margin: 0 auto
}
.rentalTitle {
  padding: 44px 0 30px;
  background-color: rgba(255, 255, 255, 0.7)
}
.rentalTitle h1 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2
}
.rentalTitle h1 span {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px
}
.rentalMain {
  background-color: #fff
}
.rentalTopTitle {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 58px
}
.rentalTitleBlock {
  border-bottom: 1px solid #202124;
  padding-bottom: 10px
}
.rentalMainContents {
  padding: 80px 0
}
.rentalMainBlock {
  width: 89.1%;
  margin: 0 auto
}
.rentalTopText {
  font-size: 16px;
  margin-bottom: 69px
}
.rentalMainTitle {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1
}
.rentalListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 122px
}
.rentalListItem--noSpace {
  margin-bottom: 0
}
.rentalItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.1%;
  flex: 0 0 45.1%;
  margin-right: 45px;
  padding-left: 7%
}
.rentalImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}
.rentalImage--small {
  margin: 0 auto;
  padding: 0 18%
}
.rentalImage--middle {
  margin: 0 auto;
  padding: 0 10%
}
.rentalItemImage--space {
  padding: 50px
}
.rentalItem {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 300px;
  width: 100%
}
.rentalItem--long {
  min-height: 350px
}
.rentalItem--short {
  min-height: 250px
}
.rentalItemText {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px
}
.rentalItemText--top {
  margin-top: 20px
}
.rentalItem-large {
  width: 100%
}
.rentalItemContents {
  width: 100%
}
.rentalItemText--bottom {
  margin-bottom: 30px
}
.rentalItemButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.rentalItemButton {
  display: block;
  background-color: #9FCC01;
  padding: 19px 40px;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer
}
.rentalItemButton--right {
  margin-right: 23px
}
.rentalItemButton--smallSpace {
  padding: 19px 22px 19px 40px
}
.rentalItemButton:hover {
  color: #fff;
  background-color: rgba(159,204,1, 0.7);
}
.rentalItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.rentalItemLink--right {
  margin-right: 30px
}
.rentalItemLink span {
  margin-top: 3px;
  margin-right: 5px
}
.rentalItemLink:hover {
 color: #9FCC01;
}
.rentalBr {
  display: none
}
.rentalItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.rentalItemLink--right {
  margin-top: 50px
}
.rentalItemLink span {
  margin-top: 3px;
  margin-right: 5px
}
/* SP　*/
@media screen and (max-width: 768px) {
  .rental::before {
    background-image: url("../../assets/img/support_4_sp.png");
    background-size: cover;
    background-position: center 42px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .rentalWrapper {
    width: 86.7%;
    padding: 80px 0
  }
  .rentalTitle h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2.1px
  }
  .rentalTitle h1 span {
    font-size: 17px;
    text-align: center;
    letter-spacing: 2.55px
  }
  .rentalTopTitle {
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px
  }
  .rentalListItem {
    display: block;
    margin-bottom: 42px
  }
  .rentalItemImage {
    margin-right: 9%;
    padding-left: 9%;
    margin-bottom: 24px
  }
  .rentalImage--middle {
    padding: 0
  }
  .rentalImage--small {
    padding: 0
  }
  .rentalItemImage--wide {
    padding: 0;
    margin: 0
  }
  .rentalImage--smallSp {
    padding: 0 18%
  }
  .rentalItemButtonList {
    display: block;
    width: 100%;
    text-align: center
  }
  .rentalItemButton--right {
    margin-right: 0
  }
  .rentalItemButton {
    margin-bottom: 15px
  }
  .rentalMainBlock {
    width: 78.7%
  }
  .rentalMainContents {
    padding: 50px 0
  }
  .rentalMainTitle {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 1.6
  }
  .rentalMainTitle span {
    font-size: 18px
  }
  .rentalItemText {
    margin-bottom: 28px
  }
  .rentalItemLink {
    font-size: 18px
  }
  .rentalItemLink--right {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 28px
  }
  .rentalItemImage--space {
    padding: 0 20px
  }
  .rentalItem {
    min-height: auto
  }
  .rentalBr {
    display: inline
  }
  .rentalImage--space {
    margin-top: 0
  }
}