@charset "UTF-8";
.current-title-section {
  background-color: #FFF5ED;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
}

.current-bg-text {
  font-size: 12vw;
  color: #FCEBC6;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.current-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
  margin-top: -1.6rem;
  z-index: 2;
}

.current-line {
  width: 114px;
  height: 6px;
  margin: 6px auto 0;
  border-radius: 3px;
  background: linear-gradient(to right, #F18627, #FEB202);
}

/* ==========================
   ご利用までの流れセクション
========================== */
.flow-section {
  background-color: #FFF5ED;
  padding: 60px 24px;
}

.p-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.p-flow__index {
  position: relative;
  width: 100%;
  height: 92px;
  background: linear-gradient(135deg, #FFD373, #FFB004);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.p-flow__index::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 69px;
  height: 84px;
  background-color: #FFE4AD;
  transform: skewX(-29deg);
  z-index: 0;
}
.p-flow__index-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  padding-top: 12px;
}
.p-flow__step {
  font-size: 14px;
  font-weight: 600;
}
.p-flow__num {
  font-size: 48px;
  line-height: 1;
}
.p-flow__cts {
  width: 100%;
  background: #fff;
  border: 2px solid;
  border-image: linear-gradient(to right, #FFB347, #FF7A00) 1;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.p-flow__title {
  color: #F36A3A;
  font-weight: 700;
  font-size: 18px;
  font-size: 6vw;
  margin-bottom: 12px;
}
.p-flow__img img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 12px;
  display: block;
}
.p-flow__text {
  font-size: 3.2vw;
  color: #333;
  line-height: 1.7;
  font-weight: bold;
}
.p-flow__arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid #F36A3A;
  margin: 20px auto 40px;
}

/* ---- PC時（横並び） ---- */
@media (min-width: 768px) {
  .p-flow {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: stretch;
  }
  .p-flow__index {
    flex-shrink: 0;
    width: 140px;
    height: auto;
    background: linear-gradient(135deg, #FFD373, #FFB004);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-flow__index::before {
    height: 149px;
    transform: skewX(-16deg);
  }
  .p-flow__index-inner {
    text-align: center;
    color: #000;
  }
  .p-flow__step {
    font-size: 16px;
    font-weight: 700;
  }
  .p-flow__num {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
  }
  .p-flow__cts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    flex: 1;
    background: #fff;
    border: 2px solid;
    border-image: linear-gradient(to right, #FFB347, #FF7A00) 1;
    border-radius: 12px;
    padding: 10px 10px;
  }
  .p-flow__img img {
    width: 235px;
    height: auto;
    display: block;
  }
  .p-flow__cts-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .p-flow__title {
    color: #F36A3A;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .p-flow__text {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    font-weight: 600;
  }
  .current-title {
    font-size: 2.5rem;
    margin-top: -2.2rem;
  }
}
@media (min-width: 1024px) {
  .flow-section {
    margin: 0 auto;
    max-width: 960px;
  }
  .p-flow__title {
    font-size: 2rem;
  }
  .p-flow__text {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=current.css.map */