@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/* イージング
_______________________________________________________________________________________________________*/
/*
 * Easing function
 * Original：http://easings.net/
 */
.p_application {
  background-color: #58BEEE;
}
.p_application01 {
  position: relative;
  z-index: 4;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_application01 {
    padding-bottom: clamp(
      6.25rem,
      6.9711538462vw + 2.9038461538rem,
      9.875rem
  );
  }
}
.p_application01__inner {
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  margin-top: -50px;
  padding: 40px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_application01__inner {
    margin-top: clamp(
      -7.3125rem,
      -4.4471153846vw + -2.8653846154rem,
      -5rem
  );
    border-radius: 40px;
    max-width: 960px;
    padding: clamp(
      3.75rem,
      4.5673076923vw + 1.5576923077rem,
      6.125rem
  ) clamp(
      2.5rem,
      10.2163461538vw + -2.4038461538rem,
      7.8125rem
  ) clamp(
      5rem,
      2.4038461538vw + 3.8461538462rem,
      6.25rem
  );
  }
}
.p_application01__inner .c_ttl25 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_application01__inner .c_ttl25 {
    margin-bottom: 8px;
  }
}
.p_application01__inner p {
  line-height: 2;
}
.p_application02 {
  background-color: #fff;
  padding: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  .p_application02 {
    padding: 0 0 clamp(
      7.5rem,
      5.8894230769vw + 4.6730769231rem,
      10.5625rem
  );
  }
}
.p_application02 .c_bg01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_application02 .c_bg01 {
    margin-bottom: 58px;
  }
}
.p_application02 .c_title01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_application02 .c_title01 {
    margin-bottom: 67px;
  }
}

.c_step {
  margin: 0 auto;
  max-width: 960px;
}
.c_step__item {
  display: flex;
}
.c_step__title {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c_step__title {
    width: clamp(
      8.75rem,
      8.4134615385vw + 4.7115384615rem,
      13.125rem
  );
  }
}
.c_step__content {
  width: 100%;
}
.c_step__label {
  background-color: #0096DC;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px 10px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .c_step__label {
    padding: clamp(
      0.9375rem,
      0.2403846154vw + 0.8221153846rem,
      1.0625rem
  ) clamp(
      1.25rem,
      1.5625vw + 0.5rem,
      2.0625rem
  );
    font-size: clamp(
      1.25rem,
      0.6009615385vw + 0.9615384615rem,
      1.5625rem
  );
    left: 0;
  }
}
.c_step__label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0096DC;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c_step__label::after {
    width: 20px;
    height: 20px;
    right: -15px;
  }
}
.c_step__ttl01 {
  font-size: 1rem;
  font-weight: 900;
  color: #58BEEE;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_step__ttl01 {
    font-size: clamp(
      1.25rem,
      0.6009615385vw + 0.9615384615rem,
      1.5625rem
  );
    margin-bottom: 14px;
  }
}
.c_step__txt {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c_step__txt {
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}
.c_step__content {
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_step__content {
    padding-top: 9px;
    padding-bottom: 26px;
    padding-left: clamp(
      5.3125rem,
      0.4807692308vw + 5.0817307692rem,
      5.5625rem
  );
  }
}
.c_step__content::after {
  content: "";
  background-color: #E6E6E6;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c_step__content::after {
    left: 5px;
    width: 10px;
  }
}
.c_step__item:last-child .c_step__content::before {
  content: "";
  background-color: #fff;
  width: 12px;
  height: 30px;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_step__item:last-child .c_step__content::before {
    display: block;
    left: 4px;
  }
}
.c_step__icon {
  position: absolute;
  left: -20px;
  top: 7px;
  z-index: 1;
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  .c_step__icon {
    left: 0;
    transform: scale(1);
    top: clamp(
      0.9375rem,
      0.6009615385vw + 0.6490384615rem,
      1.25rem
  );
  }
}
/*# sourceMappingURL=application.css.map */
