@charset "utf-8";
/* ====================================
Layout
==================================== */
.form-thumbnail {
  background-color: #F5F5F5;
}
.form-column-bottom {
  row-gap: 1.25rem;
}
.form-column-text {
  color: #333;
}
.p__form__container {
  row-gap: 2rem;
}
.p__form__container .btn-link {
  padding: .75rem 1.25rem;
  font-size: 1.0625rem;
}
.form-section-container {
  row-gap: 2.5rem;
}
.form-section h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
.form-section p {
  color: #333;
}
.form-flow-list {
  padding-left: 0;
  justify-content: center;
  counter-reset: num 0;
}
.form-flow-list > li {
  list-style-type: none;
  position: relative;
}
.form-flow-list > li:not(:last-child) {
  padding-bottom: 1.25rem;
}
.form-flow-list > li .icon {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.25rem;
}
.form-flow-list > li:nth-child(1) .icon {
  background: #4DC5CA;
}
.form-flow-list > li:nth-child(2) .icon {
  background: #2FB0B5;
}
.form-flow-list > li:nth-child(3) .icon {
  background: #00A0A5;
}
.form-flow-list > li:not(:last-child)::before {
  content: '';
  background: #4DC5CA;
  width: .25rem;
  height: 100%;
  position: absolute;
  top: calc(50% - -1.875rem);
  left: 1.4375rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
.form-flow-list > li:nth-child(2)::before {
  background-color: #2FB0B5;
}
.form-flow-list > li {
  font-size: 1rem;
  font-weight: 600;
  column-gap: 1rem;
  color: #333;
}
.form-flow-list > li .icon-number {
  opacity: .5;
}
.form-flow-list > li .icon-number::before {
  counter-increment: num 1;
  content: counter(num);
}
/* ====================================
資料ダウンロード
==================================== */
.p__form__row {
  row-gap: 2rem;
}

/* ====================================
無料トライアル
==================================== */
.form-trial-container {
  row-gap: 2rem;
  margin-bottom: 2rem;
}
.form-trial {
  border: .0625rem solid #00A0A5;
  border-radius: .25rem;
  position: relative;
  padding: 1.25rem;
}
.trail-label {
  background-color: #333;
  padding: .375rem 1.125rem .25rem;
  border-radius: 100vh;
  width: fit-content;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 1rem;
  top: -1.1875rem;
}
.trial-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
}
.trial-text {
  font-size: .875rem;
}
@media (min-width: 62rem) {
  .form-column-bottom {
    row-gap: 1.5rem;
  }
  .form-column-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .p__form__container .btn-link {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }
  .form-section-container {
    row-gap: 3rem;
  }
  .form-section h2 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
  .form-flow-list > li:not(:last-child) {
    padding-bottom: 2.5rem;
  }
  .form-flow-list > li .icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    margin-right: 1rem;
  }
  .form-flow-list > li:not(:last-child)::before {
    left: 1.875rem;
  }
  /* ====================================
  無料トライアル
  ==================================== */
  .form-trial {
    padding: 1.25rem 1.75rem;
  }
  .trial-title {
    font-size: 1.5rem;
  }
}