@charset "UTF-8";
/*-------------
個人レンタルガイド
-------------*/
:where(#kFlow) *::before,
:where(#kFlow) *::after{
  position: static;
  z-index: unset;
}
:where(#kFlow) *:has(> wbr){
  word-break: keep-all;
}
@media screen and (min-width:768px){
  :where(#kFlow) .sp{
    display: none!important;
  }
}
@media screen and (max-width:767px){
  :where(#kFlow) .pc{
    display: none!important;
  }
}
:where(#kFlow) .mRkern{
  display: inline-block;
  margin-right: -.5em;
}
:where(#kFlow) .mLkern{
  display: inline-block;
  margin-left: -.5em;
}
:where(#kFlow) .mLRkern{
  display: inline-block;
  margin-right: -.5em;
  margin-left: -.5em;
}
#kFlow{
  --my-blue: #255a9b;
  --my-lightblue: #4aa0d3;
  --my-font-en: 'Roboto Condensed', sans-serif;
  --my-fontsize: 1.6rem;
  font-size: var(--my-fontsize);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width:768px){
  #kFlow{
    --my-fontsize: 1.5rem;
  }
}
#kFlow #breadCrumb{
  width: min(1200px, 100%);
  padding: 20px 20px 0;
  margin: 0 auto 21px;
}
@media screen and (max-width:768px){
  #kFlow .pagetitle{
    margin: 15px 15px 0;
  }
}
#kFlow #wrap{
  margin: 50px 0 100px;
  padding: 85px 0 200px!important;
  background: #ebfffe;
}
:where(#kFlow #wrap){
  color: #000;
}
@media screen and (max-width:768px){
  #kFlow #wrap{
    margin: 30px 0 60px;
    padding: 40px 15px!important;
  }
}
@media screen and (min-width:768px){
  #kFlow #wrap .inner1160{
    overflow: visible;
  }
}

/*-------------
k-flow-head
-------------*/
.k-flow-head{
  display: grid;
  grid-template-columns: 60px auto;
  justify-content: center;
  align-items: center;
  gap: 5px 30px;
  margin-bottom: 45px;
}
.k-flow-head::before{
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 60px;
  height: 100px;
  background: url(../images/k-flow/beginner-mark.svg) no-repeat center / contain;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-head{
    grid-template-columns: 45px auto;
    gap: 3px 15px;
    margin-bottom: 25px;
  }
  .k-flow-head::before{
    align-self: flex-start;
    width: 45px;
    height: 75px;
  }
}
.k-flow-head-title{
  align-self: flex-end;
  font-size: 50px;
  font-weight: bold;
  line-height: calc(1em + 8px);
}
.k-flow-head-desc{
  align-self: flex-start;
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(1em + 10px);
}
@media screen and (max-width:768px){
  .k-flow-head-title{
    font-size: 2.3rem;
  }
  .k-flow-head-desc{
    font-size: 1.6rem;
  }
}

/* k-flow-lead */
.k-flow-lead{
  margin-bottom: 80px;
}
@media screen and (max-width:768px){
  .k-flow-lead{
    margin-bottom: 50px;
  }
}
.k-flow-lead-step{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
}
@media screen and (max-width:768px){
  .k-flow-lead-step{
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
    margin-bottom: 30px;
  }
}
.k-flow-lead-step-item{
  display: grid;
  flex: 1 0 130px;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 10px;
}
@media screen and (min-width:769px){
  .k-flow-lead-step-item:last-child{
    flex: 1 0 120px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:768px){
  .k-flow-lead-step-item{
    flex: 0 0 calc(100% / 5);
    grid-template-columns: 1fr 7px;
  }
}
.k-flow-lead-step-item:not(:last-child)::before{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" data-name="svg" viewBox="0 0 10 16"><path d="M2.08 16 0 13.899 5.84 8 0 2.101 2.08 0 10 8z"/></svg>') no-repeat center / 10px auto;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-lead-step-item:not(:last-child)::before{
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" data-name="svg" viewBox="0 0 7 11"><path d="M1.414 11 0 9.586 4.172 5.5 0 1.414 1.414 0 7 5.5z"/></svg>') no-repeat center / 7px auto;
    content: "";
  }
}
.k-flow-lead-step-item:not(:last-child)::after{
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  content: "";
}
@media screen and (min-width:769px){
  .k-flow-lead-step-item:last-child::before,
  .k-flow-lead-step-item:last-child::after{
    content: none;
  }
}
.k-flow-lead-step-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 7px;
  padding-bottom: 10px;
  background: url(../images/k-flow/lead-step-balloon.svg) no-repeat top center / contain;
}
@media screen and (max-width:768px){
  .k-flow-lead-step-icon{
    height: 50px;
    margin-bottom: 6px;
    padding-bottom: 8px;
  }
  .k-flow-lead-step-icon img{
    max-width: 24px;
    max-height: 24px;
  }
}
.k-flow-lead-step-num{
  display: block;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: #707070;
  font-family: var(--my-font-en);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.k-flow-lead-step-title{
  display: block;
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(1em + 3px);
  text-align: center;
}
@media screen and (max-width:768px){
  .k-flow-lead-step-num{
    font-size: 1.2rem;
  }
  .k-flow-lead-step-title{
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

/* k-flow-lead-msg */
.k-flow-lead-msg{
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
  padding: 12px;
  border-radius: 10px;
  background: #ffe886;
}
@media screen and (max-width:768px){
  .k-flow-lead-msg{
    display: block;
    margin-bottom: 20px;
    padding: 12px 20px;
  }
}
.k-flow-lead-msg-title{
  flex: 0 0 auto;
  position: relative;
  padding: 10px 15px 10px 20px;
  border-radius: 99px;
  background: #ea7500;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.k-flow-lead-msg-title::after{
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: calc(50% - 7px);
  right: -7px;
  width: 15px;
  height: 14px;
  background: inherit;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-lead-msg-title{
    margin-bottom: 15px;
    padding: 8px 10px 8px 15px;
    text-align: center;
  }
  .k-flow-lead-msg-title::after{
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    bottom: -10px;
    right: calc(50% - 7px);
    width: 14px;
    height: 15px;
  }
}
.k-flow-lead-msg-text{
  padding-top: 1px;
  font-weight: bold;
  line-height: calc(1em + 9px);
}
.k-flow-lead-msg-text a{
  color: var(--my-blue)!important;
  text-decoration: underline;
}

/* k-flow-lead-guide */
.k-flow-lead-guide{
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 0 20px;
  padding: 30px 40px 40px 60px;
  border-radius: 20px;
  background: #f0f0f0;
}
@media screen and (max-width:768px){
  .k-flow-lead-guide{
    display: block;
    padding: 20px;
    border-radius: 15px;
  }
}
.k-flow-lead-guide-title{
  display: flex;
  align-items: center;
  grid-column: 1 / 3;
  gap: 0 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.k-flow-lead-guide-title::before{
  flex: 0 0 auto;
  width: 30px;
  height: 50px;
  background: url(../images/k-flow/beginner-mark.svg) no-repeat center / contain;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-lead-guide-title{
    gap: 0 15px;
    margin-bottom: 15px;
  }
  .k-flow-lead-guide-title::before{
    width: 30px;
    height: 50px;
  }
}
@media screen and (max-width:768px){
  .k-flow-lead-guide-list{
    margin-bottom: 20px;
  }
}
.k-flow-lead-guide-list-item{
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: calc(1em + 10px);
}
@media screen and (max-width:768px){
  .k-flow-lead-guide-list-item:not(:last-child){
    margin-bottom: 5px;
  }
}
.k-flow-lead-guide-list-item::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.k-flow-lead-guide .btn{
  justify-self: flex-start;
  min-width: min(300px, 100%);
  align-self: flex-end;
  margin: 0;
}

/*-------------
k-flow-rental-step-step
-------------*/
.k-flow-rental-step{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(11, auto);
  gap: 50px 36px;
  margin-bottom: 100px;
  counter-reset: stepnum;
}
.k-flow-rental-step-item{
  display: flex;
  flex-direction: column;
  grid-row: span 2;
}
@media screen and (min-width:769px){
  .k-flow-rental-step-item:nth-child(1){
    grid-row: 1 / 4;
  }
  .k-flow-rental-step-item:nth-child(2){
    grid-row: 2 / 5;
  }
  .k-flow-rental-step-item:nth-child(2n){
    grid-column: 2 / 3;
  }
}
@media screen and (max-width:768px){
  .k-flow-rental-step{
    grid-template-columns: 100%;
    grid-template-rows: unset;
    gap: 15px 0;
    margin-bottom: 80px;
  }
  .k-flow-rental-step-item{
    display: block;
    grid-row: unset;
  }
}
.k-flow-rental-sect{
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
.k-flow-rental-sect._align-center{
  justify-self: center;
  align-self: center;
  margin: auto;
}
@media screen and (max-width:768px){
  .k-flow-rental-sect{
    border-radius: 10px;
  }
  .k-flow-rental-sect .mb40{
    margin-bottom: 30px;
  }
  .k-flow-rental-sect .mb35{
    margin-bottom: 25px;
  }
  .k-flow-rental-sect .f-sz16{
    font-size: 1.4rem;
  }
  .k-flow-rental-sect .f-sz15{
    font-size: 1.3rem;
  }
}
.k-flow-rental-head{
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
  padding: 20px 40px 0;
}
@media screen and (max-width:768px){
  .k-flow-rental-head{
    gap: 0 10px;
    margin-bottom: 20px;
    padding: 15px 20px 0;
  }
}
.k-flow-rental-head-catch{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-width: 128px;
  aspect-ratio: 1 / 1;
  padding: 10px;
  border-radius: 50%;
  background: var(--my-lightblue);
  color: #fff;
}
@media screen and (max-width:768px){
  .k-flow-rental-head-catch{
    min-width: 90px;
    margin-left: -5px;
    padding: 5px 5px 10px;
  }
}
.k-flow-rental-head-catch-icon{
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.k-flow-rental-head-catch-icon img{
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .k-flow-rental-head-catch-icon{
    margin-bottom: 6px;
  }
  .k-flow-rental-head-catch-icon img{
    max-width: 32px;
    max-height: 24px;
  }
}
.k-flow-rental-head-catch-step{
  order: 1;
  margin-top: 3px;
  font-family: var(--my-font-en);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:768px){
  .k-flow-rental-head-catch-step{
    margin-top: 1px;
    font-size: 1.3rem;
  }
}
.k-flow-rental-head-catch-text{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(1em + 5px);
}
@media screen and (max-width:768px){
  .k-flow-rental-head-catch-text{
    font-size: 1.3rem;
  }
}
.k-flow-rental-head-title{
  font-size: min(30px, 2.7rem);
  font-weight: bold;
  line-height: calc(1em + 7px);
}
@media screen and (max-width:768px){
  .k-flow-rental-head-title{
    font-size: 2rem;
  }
}
.k-flow-rental-body{
  padding: 0 40px 30px;
  font-size: 1.8rem;
}
.k-flow-rental-body img{
  max-width: 100%;
  height: auto;
}
.k-flow-rental-body p:has(img:only-child){
  line-height: 0;
}
@media screen and (max-width:768px){
  .k-flow-rental-body{
    padding: 0 20px 25px;
    font-size: 1.5rem;
  }
}
:where(.k-flow-rental-sect) .btn{
  display: table;
  min-width: min(300px, 100%);
  margin-left: 0;
}

/* k-flow-rental__link */
.k-flow-rental__link a{
  display: flex;
  align-items: center;
  gap: 0 7px;
  position: relative;
  padding: 0 20px 2px 0;
  border-bottom: solid 1px currentColor;
  color: var(--my-blue)!important;
  font-weight: bold;
  line-height: calc(1em + 5px);
  transition: none!important;
}
.k-flow-rental__link a:hover{
  border-bottom-color: rgba(255,255,255,0);
}
.k-flow-rental__link a::after{
  position: absolute;
  top: calc(.5em + 2px);
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-rental-link-list{
    gap: 10px 0;
    margin-top: 25px;
  }
  .k-flow-rental__link a::after{
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
}

/* k-flow-rental-link-list */
.k-flow-rental-link-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-top: 30px;
}
@media screen and (max-width:768px){
  .k-flow-rental-link-list{
    gap: 15px 0;
    margin-top: 25px;
  }
}

/* k-flow-rental__anchor */
.k-flow-rental__anchor{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.k-flow-rental__anchor-title{
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 5px currentColor;
  color: var(--my-blue);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: calc(1em + 2px);
}
.k-flow-rental__anchor-list .k-flow-rental__link:not(:last-child){
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
  .k-flow-rental__anchor{
    margin-top: 30px;
  }
  .k-flow-rental__anchor-title{
    margin-bottom: 15px;
    border-left-width: 4px;
    font-size: 1.8rem;
  }
  .k-flow-rental__anchor-list .k-flow-rental__link:not(:last-child){
    margin-bottom: 15px;
  }
}
.k-flow-rental__anchor-list .k-flow-rental__link a::after{
  right: 6px;
  transform: translateY(-70%) rotate(135deg);
}

/* k-flow-rental-begin-msg */
.k-flow-rental-begin-msg{
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  padding: 20px 40px;
  background: #f0f0f0;
  line-height: calc(1em + 9px);
}
.k-flow-rental-begin-msg::before{
  flex: 0 0 auto;
  width: 30px;
  height: 50px;
  background: url(../images/k-flow/beginner-mark.svg) no-repeat center / contain;
  content: "";
}
@media screen and (max-width:768px){
  .k-flow-rental-begin-msg{
    gap: 0 15px;
    padding: 20px;
  }
}

/*-------------
k-flow-estimate
-------------*/
.k-flow-estimate:not(:last-child){
  margin-bottom: 120px;
}
@media screen and (max-width:768px){
  .k-flow-estimate:not(:last-child){
    margin-bottom: 80px;
  }
}
.k-flow-est-title{
  margin-bottom: 40px;
  padding: 18px 60px;
  border-radius: 10px;
  background: var(--my-lightblue);
  color: #fff;
  font-size: min(30px, 2.8rem);
  font-weight: bold;
  line-height: calc(1em + 6px);
}
@media screen and (max-width:768px){
  .k-flow-est-title{
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 2rem;
  }
}
.k-flow-est-step{
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.k-flow-est-step-item{
  flex: 0 0 auto;
  width: calc(50% - 18px);
  padding: 30px 41px 40px;
  background: #fff;
}
@media screen and (max-width:768px){
  .k-flow-est-step{
    flex-direction: column;
    gap: 15px 0;
  }
  .k-flow-est-step-item{
    width: 100%;
    padding: 25px 20px;
  }
}
.k-flow-est-step-title{
  margin-bottom: 25px;
  color: var(--my-blue);
  font-weight: bold;
  text-align: center;
}
.k-flow-est-step-title__num{
  display: block;
  margin-bottom: 10px;
  font-family: var(--my-font-en);
  font-size: 30px;
  line-height: 1;
}
.k-flow-est-step-title-text{
  display: block;
  font-size: 1.8rem;
  line-height: calc(1em + 8px);
}
@media screen and (max-width:768px){
  .k-flow-est-step-title{
    margin-bottom: 15px;
  }
  .k-flow-est-step-title__num{
    margin-bottom: 5px;
    font-size: 2.5rem;
  }
  .k-flow-est-step-title-text{
    font-size: 1.6rem;
  }
}
.k-flow-est-step-pic{
  margin-bottom: 25px;
}
@media screen and (max-width:768px){
  .k-flow-est-step-pic{
    margin-bottom: 20px;
  }
}
.k-flow-est-step-pic img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.k-flow-est-step-desc{
  line-height: calc(1em + 8px);
}