@charset "UTF-8";
/*! ------------------------------------------------------
home flow
----------------------------------------------------------
*//*! ヘッダー 調整用
-----------------------------------------------
*/.c-head__wrapper{
  background-image: url(/loan/home/images/subpage_header_bg.jpg);
  background-position: left top;
  background-size: 1366px;
  background-repeat: repeat;
  padding-top: 82px;
}
@media (max-width:46.875em){
  .c-head__wrapper{
    background-image: url(/loan/home/images/subpage_header_bg_sp.jpg);
    background-size: cover;
    padding-top: 21.3333333333vw;
  }}
/*! フッター 下層調整用
-----------------------------------------------
*/.c-footer{
  margin-top: 30px;
}
@media (max-width:46.875em){
  .c-footer{
    margin-top: 8vw;
  }}
/*! ページタイトル
-----------------------------------------------
*/.p-subpage-head{
  margin-top: -6px;
  background-image: url(/loan/home/images/detail-head_heading_bg.png);
  background-position: top left;
  background-size: contain;
  background-repeat: repeat-x;
}
.p-subpage-head__container{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
  height: 152px;
}
.p-subpage-head__container::before{
  display: inline-block;
  position: relative;
  left: -8px;
  margin-right: 24px;
  background-image: url(/loan/home/images/detail-head_heading_icon.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 96px;
  height: 96px;
  content: "";
}
.p-subpage-head__heading{
  width: 560px;
}
.p-subpage-head__heading img,.p-subpage-head__heading-sub img{
  width: 100%;
}
.p-subpage-head__heading-sub{
  transform: translateY(-10px);
  width: 282px;
}
@media (max-width:46.875em){
  .p-subpage-head{
    background-image: url(/loan/home/images/detail-head_heading_bg_sp.png);
  }
  .p-subpage-head__container{
    padding: 6.6666666667vw 5.3333333333vw 0;
    max-width: 100%;
    height: 28.8vw;
  }
  .p-subpage-head__container::before{
    margin-right: 2.6666666667vw;
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }
  .p-subpage-head__heading{
    width: 70.4vw;
  }
  .p-subpage-head__heading-sub{
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translate(-50%,0);
    width: 42.1333333333vw;
  }}
/*! コンテンツ大枠
-----------------------------------------------
*/.p-movie,.p-movie::before,.p-movie__body{
  background-position: left top;
  background-repeat: repeat;
}
.p-movie{
  position: relative;
  margin-top: -3px;
  background-image: url(/loan/home/images/detail-kinri_bg.jpg);
  background-size: 480px;
}
.p-movie::before{
  position: absolute;
  top: -2.5px;
  left: 0;
  background-image: url(/loan/home/images/detail-kinri_bg_top.png);
  background-size: 1380px;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  content: "";
}
.p-movie__body{
  background-image: url(/loan/personal/images/flow-car_body_bg.jpg);
  padding: 32px 20px 80px;
}
@media (max-width:46.875em){
  .p-movie__body{
    padding: 10.6666666667vw 5.3333333333vw;
  }}
/*! コンテンツ白ベタ
-----------------------------------------------
*/.p-movie__main{
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 25px 55px;
  max-width: 1050px;
}
@media not all and (max-width:46.875em){
  .p-movie__main{
    transform: translateX(-3px);
  }}
@media (max-width:46.875em){
  .p-movie__main{
    border-radius: 10px;
    padding: 4vw 4vw 5.3333333333vw;
  }}
/*! コンテンツ
-----------------------------------------------
*/.p-movie__text{
  margin-top: 30px;
}
.p-movie__list{
  display: grid;
  grid-template-rows: auto;
  gap: 44px 30px;
  margin-top: 20px;
}
.p-movie__list-main{
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #ccc;
}
.p-movie__list-main::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: opacity .4s;
  background-image: url(/loan/home/images/detail_movie_arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 68px;
  height: 68px;
  content: "";
}
.p-movie__list-text{
  margin-top: 10px;
  letter-spacing: .05em;
}
.p-movie__modals .c-dialog__document{
  border-radius: 0;
  max-width: 680px;
  text-align: center;
}
.p-movie__modals .c-dialog__close{
  position: absolute;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  background-color: #0053a6;
  width: 48px;
  height: 48px;
}
.p-movie__modals .c-dialog__close::after,.p-movie__modals .c-dialog__close::before{
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 25px;
  height: 1px;
  content: "";
}
.p-movie__modals .c-dialog__close::before{
  transform: rotate(45deg);
}
.p-movie__modals .c-dialog__close::after{
  transform: rotate(-45deg);
}
.p-movie__modal-main{
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.p-movie__modal-main iframe{
  width: 100%;
  height: 100%;
}
.p-movie__btn-top{
  margin: 70px auto 0;
  width: 420px;
}
@media (max-width:46.875em){
  .p-movie__text{
    margin-top: 4.2666666667vw;
  }
  .p-movie__list{
    gap: 20px;
  }
  .p-movie__list-main::before{
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .p-movie__list-text{
    margin-top: 5px;
  }
  .p-movie__modals .c-dialog__close{
    top: -4vw;
    right: -2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-movie__modals .c-dialog__close::after,  .p-movie__modals .c-dialog__close::before{
    top: 5.3333333333vw;
  }
  .p-movie__modal-main{
    width: 100%;
  }
  .p-movie__btn-top{
    margin-top: 10.6666666667vw;
    width: 77.3333333333vw;
  }}
@media not all and (max-width:46.875em){
  .p-movie__list{
    grid-template-columns: 1fr 1fr;
  }
  .p-movie__list-main:hover::before{
    opacity: 70%;
  }}