@charset "utf-8";

/* GLOBAL */

html,
body{
  font-family: 'Noto Sans JP', 'NotoSansCJKjp',YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
#wrapper{
  width: 100%;
  overflow: hidden;
  color: #282828;
  font-size: 13px;
  line-height: 1.7;
}
img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover{
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* pc,sp出し分け */
.show-pc{
  display: block;
}
.show-sp{
  display: none;
}
@media(max-width: 767px){
  .show-pc{
    display: none;
  }
  .show-sp{
    display: block;
  }
}

.rental-container{
  padding-top: 74px;
}
@media screen and (max-width: 767px){
  .rental-container{
    padding-top: 56px;
  }
}
.rental-content {
  padding: 100px 0;
}
@media screen and (max-width: 767px){
  .rental-content {
    padding: 60px 0;
  }
}
.rental-content-inner{
  width: 840px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-content-inner{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-content-inner-type2{
  width: 1120px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-content-inner-type2{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-content-inner-type3{
  width: 1080px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.rental-bg-gry{
  background: #F8F8F8;
}
.rental-bg-subcolor{
  background:#F2EBDD;
  ;
}
.rental-section-title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.rental-section-title span{
  font-size: 28px;
}
@media screen and (max-width: 767px){
  .rental-section-title{
    font-size: 26px;
  }
  .rental-section-title span{
    font-size: 14px;
  }
}


/* HEADER */
.rental-header-wrapper{
  overflow: hidden;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.rental-header{
  top:0 ;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rental-header-logo{
  margin-left: 30px;
  float: left;
  box-sizing: border-box;
}
.rental-header-logo a{
  width: 170px;
  height:70px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px){
  .rental-header-logo a{
    width: 150px;
    height: 56px;
  }
}
.rental-header-logo img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.rental-header-inner{
  display: flex;
  align-items: center;
}
.rental-header-btn a{
  display: block;
  background: #DC4354;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin: 15px 40px 15px 30px;
  line-height: 1;
}
@media screen and (max-width: 767px){
  .rental-header-btn a{
    font-size: 12px;
    margin: 10px 30px 10px 0;
    padding: 10px;
  }
}
.rental-header-bnr{
  width: 300px;
}
.rental-header-bnr-sp{
  background: #F9F7EF;
}
.rental-header-bnr-sp-img{
  width: 310px;
  margin: 0 auto;
}

/* content */
.rental-award{
  padding: 60px 0;
}
@media screen and (max-width: 767px){
  .rental-award{
    padding: 20px 40px;
  }
}
.rental-award-img{
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
}
.rental-award-text{
  width: 630px;
  max-width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px){
  .rental-award-text{
    margin-top: 20px;
  }
}


.rental-campaign-cost{
  margin: 30px auto 0;
  width: 480px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-campaign-cost{
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-campaign-bnr{
  margin-top:40px;
}
@media screen and (max-width: 767px){
  .rental-campaign-bnr{
    margin-top: 20px;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-campaign-attention{
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.rental-campaign-attention + .rental-campaign-attention{
  margin-top: 10px;
}
.rental-campaign-included{
  font-size: 18px;
  line-height: 1.7;
}
.rental-campaign-included-title{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #282828;
}
.rental-campaign-included-list{
  margin-top: 8px;
}
.rental-campaign-included-list li{
  position: relative;
  padding-left: 1em;
}
.rental-campaign-included-list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.rental-campaign-column{
  margin-top: 30px;
  padding: 30px 36px;
  background: #f9f7ef;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.rental-campaign-column-title{
  margin: 0;
  color: #CB4F58;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.rental-campaign-column-text{
  margin: 14px 0 0;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.rental-campaign-column-note{
  margin: 12px 0 0;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  .rental-campaign-attention{
    font-size: 10px;
    padding: 0 calc((20 / 390) * 100vw);
  }
  .rental-campaign-included{
    font-size: 14px;
  }
  .rental-campaign-included-title{
    font-size: 15px;
  }
  .rental-campaign-column{
    margin: 24px calc((20 / 390) * 100vw) 0;
    padding: 22px 18px;
    text-align: left;
  }
  .rental-campaign-column-title{
    font-size: 18px;
    line-height: 1.55;
  }
  .rental-campaign-column-text{
    font-size: 15px;
    line-height: 1.8;
  }
  .rental-campaign-column-note{
    font-size: 10px;
  }
}
.rental-campaign-title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.rental-campaign-title strong{
  color:#CB4F58 ;
}
@media screen and (max-width: 767px){
  .rental-campaign-title{
    font-size: calc((16 / 390) * 100vw);
  }
}

.rental-conversation{
  width: 100vw;
  margin: 80px 0 0 calc(50% - 50vw);
  padding: 100px 0 90px;
  background: #f9f7ef;
  box-sizing: border-box;
}
.rental-conversation-heading{
  text-align: center;
}
.rental-conversation-title{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: 'Noto Sans JP', 'NotoSansCJKjp', YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #282828;
}
.rental-conversation-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-right: 8px;
  border-radius: 50%;
  background: #cb4f58;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.rental-conversation-label,
.rental-conversation-main{
  display: inline-block;
  margin: 0;
}
.rental-conversation-label{
  margin-right: 34px;
  font-size: 40px;
  line-height: normal;
}
.rental-conversation-main{
  font-size: 60px;
  line-height: normal;
}
.rental-conversation .front-conversation-list{
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 70px;
}
.rental-conversation .front-conversation-item{
  display: grid;
  grid-template-columns: 480px 440px;
  column-gap: 160px;
  align-items: center;
}
.rental-conversation .front-conversation-item + .front-conversation-item{
  margin-top: 85px;
}
.rental-conversation .front-conversation-item-reverse{
  grid-template-columns: 440px 480px;
}
.rental-conversation .front-conversation-copy{
  text-align: center;
}
.rental-conversation .front-conversation-copy-title{
  margin: 0;
  font-family: 'Noto Sans JP', 'NotoSansCJKjp', YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #282828;
}
.rental-conversation .front-conversation-rule{
  position: relative;
  height: 15px;
  margin-top: 22px;
}
.rental-conversation .front-conversation-rule::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  height: 2px;
  background: #d9d9d9;
}
.rental-conversation .front-conversation-rule::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background:
    radial-gradient(circle, #cb4f58 0 7.5px, transparent 7.5px) left center / 15px 15px no-repeat,
    radial-gradient(circle, #cb4f58 0 7.5px, transparent 7.5px) right center / 15px 15px no-repeat;
}
.rental-conversation .front-conversation-balloon{
  position: relative;
  min-height: 72px;
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}
.rental-conversation .front-conversation-balloon::after{
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 82px;
  height: 100px;
  background: #fff;
  border-radius: 0;
  clip-path: polygon(0 22%, 100% 90%, 0 74%);
}
.rental-conversation .front-conversation-balloon-right::after{
  right: -76px;
  transform: none;
}
.rental-conversation .front-conversation-balloon-left::after{
  left: -76px;
  transform: scaleX(-1);
}
.rental-conversation .front-conversation-balloon p{
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  color: #282828;
}
.rental-conversation .front-conversation-media{
  position: relative;
  width: 480px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.rental-conversation .front-conversation-video-button{
  position: relative;
  display: block;
  width: 480px;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity .3s;
  z-index: 2;
}
.rental-conversation .front-conversation-video-button:hover{
  opacity: .86;
}
.rental-conversation .front-conversation-thumbnail,
.rental-conversation .front-conversation-video-clip{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 480px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  clip-path: inset(0 round 50% 50% 1% 1%);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
}
.rental-conversation .front-conversation-player{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.rental-conversation .front-conversation-media:not(.is-native-controls) .front-conversation-player::-webkit-media-controls,
.rental-conversation .front-conversation-media:not(.is-native-controls) .front-conversation-player::-webkit-media-controls-enclosure{
  display: none !important;
}
.rental-conversation .front-conversation-video-clip{
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.rental-conversation .front-conversation-media.is-playing .front-conversation-video-button{
  pointer-events: none;
}
.rental-conversation .front-conversation-media.is-playing .front-conversation-video-clip{
  opacity: 1;
  pointer-events: auto;
}
.rental-conversation .front-conversation-media.is-playing .front-conversation-thumbnail,
.rental-conversation .front-conversation-media.is-playing .front-conversation-play{
  display: none;
}
.rental-conversation .front-conversation-media.is-paused .front-conversation-play{
  display: block;
}
.rental-conversation .front-conversation-play{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
}
.rental-conversation .front-conversation-play img{
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px){
  .rental-conversation{
    margin-top: 60px;
    padding: 80px 20px 39px;
  }
  .rental-conversation-label{
    margin-right: 16px;
    font-size: 24px;
  }
  .rental-conversation-badge{
    width: 38px;
    height: 38px;
    margin-right: 6px;
    font-size: 10px;
  }
  .rental-conversation-main{
    font-size: 36px;
  }
  .rental-conversation .front-conversation-list{
    max-width: 335px;
    margin: 0 auto;
    padding-top: 53px;
  }
  .rental-conversation .front-conversation-item,
  .rental-conversation .front-conversation-item-reverse{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rental-conversation .front-conversation-item + .front-conversation-item{
    margin-top: 30px;
  }
  .rental-conversation .front-conversation-item .front-conversation-copy{
    order: 1;
  }
  .rental-conversation .front-conversation-item .front-conversation-media{
    order: 2;
  }
  .rental-conversation .front-conversation-copy{
    width: 335px;
    max-width: 100%;
  }
  .rental-conversation .front-conversation-copy-title{
    font-size: 22px;
    line-height: 1.5;
  }
  .rental-conversation .front-conversation-rule{
    margin-top: 18px;
  }
  .rental-conversation .front-conversation-balloon{
    min-height: 0;
    margin-top: 20px;
    padding: 24px 18px;
    text-align: center;
    border-radius: 8px;
  }
  .rental-conversation .front-conversation-balloon::after{
    right: auto;
    left: 50%;
    bottom: -20px;
    top: auto;
    width: 36px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .rental-conversation .front-conversation-balloon-left::after{
    transform: translateX(-50%);
  }
  .rental-conversation .front-conversation-balloon p{
    font-size: 16px;
    line-height: 1.8;
  }
  .rental-conversation .front-conversation-media{
    width: 335px;
    height: auto;
    margin-top: 40px;
  }
  .rental-conversation .front-conversation-video-button{
    width: 335px;
    height: auto;
  }
  .rental-conversation .front-conversation-thumbnail,
  .rental-conversation .front-conversation-video-clip{
    width: 335px;
    height: 335px;
    border-radius: 50% 50% 0 0;
    clip-path: inset(0 round 50% 50% 1% 1%);
  }
  .rental-conversation .front-conversation-play{
    bottom: 0;
    width: 56px;
    height: 56px;
  }
}

.rental-case-conversation{
  width: auto;
  margin: 0;
  padding: 0 40px 50px;
  background: transparent;
}
.rental-case-conversation .front-conversation-list{
  max-width: 680px;
  padding-top: 0;
}
.rental-case-conversation .front-conversation-item,
.rental-case-conversation .front-conversation-item-reverse{
  grid-template-columns: 300px 300px;
  column-gap: 80px;
}
.rental-case-conversation .front-conversation-item + .front-conversation-item{
  margin-top: 60px;
}
.rental-case-conversation .front-conversation-copy-title{
  font-size: 24px;
}
.rental-case-conversation .front-conversation-balloon{
  margin-top: 26px;
  padding: 24px 28px;
  background: #f9f7ef;
  border-radius: 14px;
}
.rental-case-conversation .front-conversation-balloon::after{
  width: 50px;
  height: 60px;
  background: #f9f7ef;
}
.rental-case-conversation .front-conversation-balloon-right::after{
  right: -45px;
}
.rental-case-conversation .front-conversation-balloon-left::after{
  left: -45px;
}
.rental-case-conversation .front-conversation-balloon p{
  font-size: 15px;
}
.rental-case-conversation .front-conversation-media,
.rental-case-conversation .front-conversation-video-button{
  width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.rental-case-conversation .front-conversation-thumbnail,
.rental-case-conversation .front-conversation-video-clip{
  width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.rental-case-conversation .front-conversation-play{
  bottom: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px){
  .rental-case-conversation{
    padding: 0 20px 40px;
  }
  .rental-case-conversation .front-conversation-list{
    max-width: 295px;
    padding-top: 0;
  }
  .rental-case-conversation .front-conversation-item + .front-conversation-item{
    margin-top: 30px;
  }
  .rental-case-conversation .front-conversation-copy{
    width: 100%;
  }
  .rental-case-conversation .front-conversation-copy-title{
    font-size: 21px;
  }
  .rental-case-conversation .front-conversation-balloon-left::after,
  .rental-case-conversation .front-conversation-balloon-right::after{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .rental-case-conversation .front-conversation-media,
  .rental-case-conversation .front-conversation-video-button{
    width: 295px;
    max-width: 100%;
    height: auto;
  }
  .rental-case-conversation .front-conversation-thumbnail,
  .rental-case-conversation .front-conversation-video-clip{
    width: 295px;
    max-width: 100%;
    height: auto;
  }
  .rental-case-conversation .front-conversation-play{
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}

.rental-movie{
  margin-top: 100px;
}
@media screen and (max-width: 767px){
  .rental-movie{
    padding: 0 calc((20 / 390) * 100vw);
    margin-top: 60px;
  }
}
.rental-movie-type2{
  margin-top: 0;
  padding: 0;
}
.rental-movie-type3{
  margin-top: 0;
}
.rental-movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rental-movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.rental-movie-title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px){
  .rental-movie-title{
    font-size: calc((18 / 390) * 100vw);
  }
}
.rental-movie-text{
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
}

.rental-case-list{
  margin: 60px 0 30px;
  letter-spacing: 0.1em;
}
.rental-case-list-title{
  background: #CB4F58;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  line-height: 1;
}
.rental-case-list-title span{
  display: inline-block;
  color: #CB4F58;
  background: #fff;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.rental-case-list-item{
  display: flex;
  align-items: center;
  background: #F2EBDD;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-case-list-item{
    flex-direction: column;
    padding: 30px 20px;
  }
}
.rental-case-list-img{
  width: 200px;
  max-width: 100%;
}
.rental-case-list-text{
  font-size: 18px;
  font-weight: 700;
  flex:0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-case-list-text{
    margin-top: 30px;
    font-size: calc((18 / 390) * 100vw);
  }
}
.rental-case-icon-next{
  width: 60px;
  margin: 0 auto;
}

.rental-case-resolve{
  margin: 30px 0 100px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px){
  .rental-case-resolve{
    margin: 30px 0 60px;
  }
}
.rental-case-resolve:last-child{
  margin-bottom: 0;
}
.rental-case-resolve-main img{
  border-radius: 10px 10px 0 0;
}
.rental-case-resolve-title{
  color: #CB4F58;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-title{
    padding: 20px;
    font-size: 20px;
  }
}
.rental-case-resolve-title > .small{
  font-size: 12px;
}
.rental-case-resolve-title-type2{
  color: #CB4F58;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-title-type2{
    padding: 20px 0;
    font-size: 20px;
  }
}
.rental-case-resolve-title-type2 > .small{
  font-size: 12px;
}

.rental-case-resolve-text{
  font-size: 18px;
  padding: 0 40px 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-text{
    font-size: 16px;
    padding:0 20px 30px;
  }
}
.rental-case-resolve-text > .small{
  font-size: 12px;
}
.rental-case-resolve-text-type2{
  font-size: 14px;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-text-type2{
    padding:0 0 30px;
  }
}
.rental-case-resolve-text-sup{
  vertical-align: top;
  font-size: 10px;
}
.rental-case-resolve-list-wrapper{
  padding-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list-wrapper{
    flex-direction: column;
  }
}
.rental-case-resolve-list-wrapper-type2{
  display: flex;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list-wrapper-type2{
    flex-direction: column;
  }
}
.rental-case-resolve-list , .rental-case-resolve-list-type2{
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-case-resolve-list , .rental-case-resolve-list-type2{
    width: 100%;
    padding: 0 calc((20 / 390) * 100vw);
  }
  .rental-case-resolve-list + .rental-case-resolve-list{
    margin-top: 30px;
  }
}

.rental-case-resolve-list-title{
  text-align: center;
  color: #fff;
  background: #757575;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
  margin-bottom: 20px;
}
.rental-case-resolve-list-title-type2{
  text-align: center;
  color: #fff;
  background: #CB4F58;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0;
}

.rental-case-resolve-list-text{
  font-size: 14px;
  min-height: 120px;
}

.rental-case-resolve-single-img{
  padding-bottom: 40px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.rental-case-resolve-attention{
  font-size: 10px;
  padding: 20px 0;
}
.rental-case-resolve-info{
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 12px;
  padding: 20px ;
  margin-top: 10px;
}
.rental-case-resolve-info-list{
  padding: 10px 0 0 10px;
  font-size: 10px;
}
.rental-case-resolve-info-list li{
  list-style-type: disc;
  margin-bottom: 10px;
  list-style-position: outside;
}
.rental-case-resolve-info a{
  text-decoration: underline;
  color: #282828;
}

.rental-voice-article-wrapper{
  border: 3px solid #282828;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-wrapper{
    padding: 20px;
    margin-top: 40px;
  }
}

.rental-voice-img{
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top:-100px;
  left: 50%;
  transform: translate(-50%,0);
}
@media screen and (max-width: 767px){
  .rental-voice-img{
    width: 100px;
    top:-50px;
  }
}
.rental-voice-article-01{
  border-radius: 10px;
  background: #F5F5F5;
  padding: 120px 30px 30px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-01{
    padding: 60px 20px 20px;
    margin-top: 50px;
  }
}
.rental-voice-name-01,
.rental-voice-name-02{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .rental-voice-name-01,
  .rental-voice-name-02{
    font-size: 18px;
  }
}
.rental-voice-comment-01{
  font-size: 14px;
}
.rental-voice-article-02{
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-voice-article-02{
    margin-top: 20px;
  }
}
.rental-voice-comment-02{
  font-size: 14px;
  padding: 30px;
  background: #F2EBDD;
  border-radius: 10px;
}
.rental-voice-attention{
  text-align: right;
  margin-top: 20px;
}


.rental-expert-article-wrapper{
  box-sizing: border-box;
  padding: 40px 50px;
}
@media screen and (max-width: 767px){
  .rental-expert-article-wrapper{
    padding: 20px 20px 30px;
  }
}
.rental-expert-article{
  background: #F5F5F5;
  border-radius: 10px;
}
.rental-expert-article-title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.rental-expert-img{
  width: 200px;
  margin: 0 auto;
  position: absolute;
  top:-100px;
  left: 50%;
  transform: translate(-50%,0);
}
@media screen and (max-width: 767px){
  .rental-expert-img{
    width: 100px;
    top:-50px;
  }
}
.rental-expert-article-01{
  border-radius: 10px;
  background: #F5F5F5;
  padding: 120px 30px 30px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 767px){
  .rental-expert-article-01{
    padding: 60px 20px 20px;
    margin-top: 70px;
  }
}
.rental-expert-name-01{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .rental-expert-name-01{
    font-size: 14px;
  }
}
.rental-expert-comment-01{
  font-size: 14px;
}


.rental-select-subtitle{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .rental-select-subtitle{
    font-size: 14px;
  }
}
.rental-select-article{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px){
  .rental-select-article{
    flex-direction: column;
  }
}
.rental-select-img{
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-select-img{
    width: 150px;
  }
}
.rental-select-list{
  width: 50%;
  padding:0 30px 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-select-list{
    width: 100%;
    padding: 20px calc((20 / 390) * 100vw) 0;
  }
}
.rental-select-list-title{
  color: #DC4354;
  font-weight: 700;
  font-size: 26px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .rental-select-list-title{
    font-size: calc((26 / 390) * 100vw) ;
  }
}
.rental-select-list-title::before{
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DC4354;
  top:50%;
  left: 0;
  transform: translate(0,-50%);
  margin-top: 2px;
}
.rental-select-list-text{
  font-size: 14px;
}
.rental-select-list-text + .rental-select-list-title{
  margin-top: 30px;
}

.rental-procedure-title-wrapper{
  text-align: center;
}
.rental-procedure-title{
  position: relative;
  display: inline-block;
}
.rental-procedure-title-img{
  position: absolute;
  width: 130px;
  display: block;
  right: -80px;
  top:-80px;
}
@media screen and (max-width: 767px){
  .rental-procedure-title-img{
    width: 70px;
    right: -30px;
    top:-30px;
  }
}

.rental-procedure-mv{
  width: 381px;
  max-width: 100%;
  margin: 40px auto 0;
}
.rental-procedure-step-wrapper{
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-procedure-step-wrapper{
    flex-direction: column;
    margin-top: 40px;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-procedure-step{
  width: 340px;
  margin-left: 30px;
}
@media screen and (max-width: 767px){
  .rental-procedure-step{
    width: 100%;
    margin-left: 0;
  }
  .rental-procedure-step + .rental-procedure-step{
    margin-top: 30px;
  }
}
.rental-procedure-step:first-child{
  margin-left: 0;;
}
.rental-procedure-step-title{
  background: #F2EBDD;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 6px 0;
}
.rental-procedure-step-title span{
  display: inline-block;
  color: #fff;
  background: #282828;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.rental-procedure-step-item{
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.rental-procedure-step-text{
  text-align: center;
  font-size: 14px;
}


.rental-procedure-setup-wrapper{
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup-wrapper{
    flex-direction: column;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-procedure-setup{
  width: 310px;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup{
    width: 100%;
  }
}
.rental-procedure-setup + .rental-procedure-setup{
  margin-left: 60px;
}
@media screen and (max-width: 767px){
  .rental-procedure-setup + .rental-procedure-setup{
    margin-top: 30px;
    margin-left: 0;
  }
}
.rental-procedure-setup-title{
  background: #CB4F58;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 6px 0;
  color: #fff;
}
.rental-procedure-setup-title span{
  display: inline-block;
  color: #CB4F58;
  background: #fff;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.rental-procedure-setup-item{
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.rental-procedure-setup-text{
  font-size: 14px;
}

.rental-try-mv{
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-try-mv{
    margin-top: 20px;
  }
}
.rental-try-article{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-try-article{
    flex-direction: column;
    margin-top: 20px;
  }
}
.rental-try-article-title{
  font-weight: 700;
  font-size: 50px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 1023px){
  .rental-try-article-title{
    font-size: calc((50 / 1440) * 100vw);
  }
}
@media screen and (max-width: 767px){
  .rental-try-article-title{
    font-size: calc((26 / 390) * 100vw);
    margin-bottom: 20px;
  }
}


.rental-try-article-list-wrapper{
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-try-article-list-wrapper{
    width: 100%;
  }
}
.rental-try-article-list{
  display: inline-block;
  text-align: left;
}
.rental-try-article-list-item{
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .rental-try-article-list-item{
    font-size: 14px;
  }
}
.rental-try-article-list-item::before{
  display: inline-block;
  content: '';
  background: url(../img/rental/ico_check.svg) no-repeat center center;
  background-size: 100%;
  width: 26px;
  height: 26px;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
}

.rental-store{
  border: 3px solid #282828;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .rental-store{
    padding: 20px 20px 30px;
    margin-top: 40px;
  }
}
.rental-store-list{
  text-align: center;
}
.rental-store-list-item a{
  font-size: 20px;
  border-radius: 10px;
    background: #F5F5F5;
    padding: 30px ;
    margin-top: 30px;
    color: #282828;
    display: block;
    text-decoration: underline;
}
@media screen and (max-width: 767px){
  .rental-store-list-item a{
    font-size: 18px;
  }
}

.rental-setitem-article{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-setitem-article{
    flex-direction: column;
    margin-top: 20px;
  }
}
.rental-setitem-img-wrapper{
  width: 50%;
}
@media screen and (max-width: 767px){
  .rental-setitem-img-wrapper{
    width: 100%;
    padding: 0 calc((20 / 390) * 100vw);
    box-sizing: border-box;
  }
}
.rental-setitem-img{
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-setitem-img{
    width: 100%;
  }
}
.rental-setitem-list-wrapper{
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-setitem-list-wrapper{
    width: 100%;
    padding: 20px calc((20 / 390) * 100vw) 0;
  }
}

.rental-setitem-list-text{
  font-size: 18px;
  list-style: inside;
  list-style-type: disc;
}
.rental-setitem-attention{
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}

.rental-offer-title{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px){
  
.rental-offer-title{
  margin-bottom: 40px;
}
}

.rental-offer-box-wrapper{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .rental-offer-box-wrapper{
    flex-direction: column;
  }
}
.rental-offer-box{
  width: 350px;
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .rental-offer-box{
    width: 100%;
  }
}
.rental-offer-box-title{
  background: #757575;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 0;
  margin-bottom: 20px;
}
.rental-offer-box-title-type2{
  background: #9A9A9A;
}
.rental-offer-box-item{
  font-size: 12px;
}
.rental-offer-box-item-img{
  margin-bottom: 15px;
}
.rental-offer-box-listitem{
  position: relative;
}
.rental-offer-box-listitem::before{
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #282828;
  left: 0;
  margin-right: 10px;
}
.rental-offer-box-attention{
  margin-top: 15px;
  font-size: 10px;
}
.rental-offer-box-attention + .rental-offer-box-attention{
  margin-top: 6px;
}



.rental-wifi-article-wrapper{
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-top: 60px;
  background: #F2EBDD;
  text-align: center;
}
@media screen and (max-width: 767px){
  .rental-wifi-article-wrapper{
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.rental-wifi-img{
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .rental-wifi-img{
    width: 150px;
  }
}
.rental-wifi-text{
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}
.rental-wifi-button{
  position: relative;
  border-radius: 30px;
  text-align: center;
  background: #60BEC0;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .rental-wifi-button{
    width: 100%;
  }
}
.rental-wifi-button::before{
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background: url(../img/rental/ico_polygon.svg) no-repeat center center;
  background-size: contain;
  top:48%;
  right: 16px;
  transform: translate(0,-50%);
}
.rental-wifi-button a{
  display: block;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  padding: 12px 60px 14px;
}
@media screen and (max-width: 767px){
  .rental-wifi-button a{
    font-size: 12px;
    padding: 12px 0 14px;
  }
}




.rental-faq-list-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 350px));
  gap: 30px;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .rental-faq-list-wrapper{
    grid-template-columns: 1fr;
    padding: 0 calc((20 / 390) * 100vw);
  }
}
.rental-faq-list{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px){
  .rental-faq-list{
    max-width: 100%;
  }
}
.rental-faq-list-title{
  background: #F2EBDD;
  border-radius: 10px 10px 0 0;
  text-align: left;
  font-size: 16px;
  padding: 6px 20px;
  min-height: 67px;
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  .rental-faq-list-title{
    min-height: 0;
  }
}
.rental-faq-list-item{
  flex: 1;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  box-sizing: border-box;
}
.rental-faq-list-text{
  text-align: left;
  font-size: 14px;
}


.rental-contact-subtitle{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
}


.rental-contact-button{
  display: block;
  border: 2px solid #000;
  width: 230px;
  text-align: center;
  height: 64px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0 auto;
  background-color: #fff;
  transition: background-color 0.2s , color 0.2s;
}
.rental-contact-button:hover{
  background-color: #000;
  color: #fff;
  opacity: 1;
  transition: background-color 0.2s , color 0.2s;
}

.rental-footer{
  background: #282828;
}
.rental-footer-link{
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}
.rental-footer-link-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .rental-footer-link-list{
    flex-direction: column;
    align-items: flex-start
  }
}
.rental-footer-link-item{
  margin-left: 30px;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 767px){
  .rental-footer-link-item{
    margin-left: calc((20 / 390) * 100vw);
    margin-top: 10px;
  }
}
.rental-footer-link-item:first-child{
  margin-left: 0;
}
@media screen and (max-width: 767px){
  .rental-footer-link-item:first-child{
    margin-left: calc((20 / 390) * 100vw);
    margin-top: 0;
  }
}
.rental-footer-link-item a{
  color: #fff;
}
.rental-footer-logo{
  width: 128px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px){
  .rental-footer-logo{
    margin: 0 0 0 calc((20 / 390) * 100vw);
  }
}

#chatplusview.closed #outline #eye_catcher{
  right: 20px !important;
}
