/*!
global > Color
------------------------------
*/
.cl-blue {
  color: #08a9e3;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
@font-face {
  font-family: "din";
  src: url("../font/DIN-Alternate-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "koz-M";
  src: url("../font/KozGoPr6N-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "koz-R";
  src: url("../font/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "spartan";
  src: url("../font/Spartan-VariableFont_wght.ttf") format("truetype");
}
.f-leageuespartan {
  font-family: "League Spartan", sans-serif;
}

.f-akshar {
  font-family: "Akshar", sans-serif;
}

.f-din-alternate {
  font-family: "din";
}

.f-roboto {
  font-family: "Roboto", sans-serif;
}

.f-koz-M {
  font-family: "koz-M";
}

.f-koz-R {
  font-family: "koz-R";
}

.f-spartan {
  font-family: "spartan";
}

/*!
global > function
------------------------------
*/
.p-flow .flow-item__note {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__note {
    font-size: 0.875rem;
  }
}

.p-flow .flow-item__sub .txt02, .p-flow .flow-item.item03 .flow-item__context dl dt {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt02, .p-flow .flow-item.item03 .flow-item__context dl dt {
    font-size: 1.25rem;
  }
}

.p-flow .flow-item__sub .txt01 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt01 {
    font-size: 1.5625rem;
  }
}

.p-flow .flow-item__ttl {
  font-size: clamp(1.125rem, 3.1168831169vw + 0.3808441558rem, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__ttl {
    font-size: clamp(1.5rem, 1.1278195489vw + 0.9586466165rem, 1.875rem);
  }
}

.p-flow .flow-item__sub .txt02 .num {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt02 .num {
    font-size: clamp(1.75rem, 1.5625vw + 1rem, 2rem);
  }
}

.p-flow .flow-item__sub .txt01 .num {
  font-size: clamp(1.375rem, 1.2121212121vw + 1.0909090909rem, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt01 .num {
    font-size: 2.25rem;
  }
}

.p-flow {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-bottom: 80px;
  }
}
.p-flow::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: url(../images/common/img_mv_decore.svg) no-repeat center/contain;
  opacity: 0.42;
}
@media screen and (min-width: 768px) {
  .p-flow::before {
    bottom: -48px;
    right: -62px;
    width: clamp(14.1rem, 28.2706766917vw + 0.530075188rem, 23.5rem);
    height: clamp(14.1rem, 28.2706766917vw + 0.530075188rem, 23.5rem);
  }
}
.p-flow .flow {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .p-flow .flow {
    margin-top: -98px;
  }
}
.p-flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
  }
}
.p-flow .flow-item {
  position: relative;
  padding: 20px;
  background-color: #eceded;
  border-radius: 17px;
  color: #091020;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item {
    width: clamp((100% - 56px) / 2, (1024px - 100vw) * 1000, 100%);
    padding: 29px 50px 21px 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.full {
    width: 100%;
  }
}
.p-flow .flow-item__num {
  position: absolute;
  top: 22px;
  left: 20px;
  font-family: "Akshar", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  color: #091020;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__num {
    position: absolute;
    top: 35px;
    left: 22px;
    font-size: 3.1875rem;
  }
}
.p-flow .flow-item__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__inner {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__box {
    width: 100%;
  }
}
.p-flow .flow-item__img {
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__img {
    width: 170px;
    flex-shrink: 0;
    margin: -10px 0 0;
  }
}
.p-flow .flow-item__ttl {
  margin-bottom: 15px;
  padding-left: 60px;
  line-height: 1.359;
  color: #091020;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__ttl {
    flex-shrink: 0;
    margin-bottom: 8px;
    padding-left: 0;
  }
}
.p-flow .flow-item__desc {
  line-height: 1.625;
  color: #000000;
}
.p-flow .flow-item__head {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 10px;
  }
}
.p-flow .flow-item__sub {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub {
    position: relative;
    top: -6px;
    gap: 0 24px;
  }
}
.p-flow .flow-item__sub .txt01 {
  color: #08a9e3;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt01 {
    line-height: 1.48;
  }
}
.p-flow .flow-item__sub .txt01 .num {
  font-family: "Akshar", sans-serif;
}
.p-flow .flow-item__sub .txt02 {
  color: #08a9e3;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__sub .txt02 {
    line-height: 1.6;
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__context {
    display: flex;
    width: 100%;
  }
}
.p-flow .flow-item__note {
  margin-top: 8px;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item__note {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item01 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item03 {
    padding-top: 37px;
    padding-bottom: 30px;
  }
}
.p-flow .flow-item.item03 .flow-item__context {
  display: block;
  color: #000000;
}
.p-flow .flow-item.item03 .flow-item__context dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item03 .flow-item__context dl {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-flow .flow-item.item03 .flow-item__context dl:not(:last-child) {
  margin-bottom: 12px;
}
.p-flow .flow-item.item03 .flow-item__context dl dt {
  flex-shrink: 0;
  font-weight: 400;
}
.p-flow .flow-item.item03 .flow-item__context dl dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item03 .flow-item__context dl dd {
    line-height: 1.625;
    margin-top: 3px;
  }
}
.p-flow .flow-item.item03 .flow-item__txt {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item03 .flow-item__txt {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item04 {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item06 {
    padding-top: 29px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .p-flow .flow-item.item06 .flow-item__head {
    align-items: flex-start;
    gap: 29px;
    margin-bottom: 24px;
  }
  .p-flow .flow-item.item06 .flow-item__sub {
    top: 4px;
  }
  .p-flow .flow-item.item06 .flow-item__context {
    gap: 58px;
    margin-left: -43px;
  }
}
.p-flow .flow-item.item06 .flow-item__desc {
  font-size: clamp(0.8125rem, 4vw + -0.125rem, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item06 .flow-item__desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item07 {
    align-self: flex-start;
  }
}
.p-flow .flow-item.item08 {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.p-flow .flow-item.item08 .flow-item__img {
  max-width: none;
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-flow .flow-item.item08 .flow-item__img {
    padding-right: 6px;
  }
}

/*# sourceMappingURL=flow.css.map */
