.observe {
  margin-bottom: 4rem;
}

.observe__img {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.observe__sub_ttl {
  color: #3576CA;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .observe {
    padding-bottom: 4rem;
  }
  .observe__content {
    display: flex;
    align-items: flex-start;
  }
  .observe__img {
    flex-shrink: 0;
    width: min(50%,700px);
  }
  .observe__text {
    margin-left: 2rem;
  }
  .observe__sub_ttl {
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
}

.trail {
  padding: 2rem 0;
  background-color: #E1EAF5;
}

.trail__intro {
  margin-bottom: 2rem;
}

.trail__img {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.trail__sub_ttl {
  color: #3576CA;
  font-size: 1.2rem;
}

.trail__flow__list li {
  margin-bottom: 4rem;
  padding: 1.5rem;
  position: relative;
  background-color: #fff;
  border-radius: .5em;
}

.trail__flow__list li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2rem;
  height: 4rem;
  margin: auto;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.trail__flow__img {
  display: block;
  margin-bottom: .5rem;
}

.trail__flow__item_header {
  display: flex;
  margin-bottom: .5rem;
}

.trail__flow__item_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  position: relative;
  font-size: .8em;
  background-color: #DCCB33;
  color: #fff;
}

.trail__flow__item_ttl {
  width: calc(100% - 5rem);
  background-color: #F5F9FE;
  color: #3576CA;
  padding: .5em 1em;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .trail {
    padding: 6rem 0;
  }
  .trail__intro {
    display: flex;
    margin-bottom: 4rem;
  }
  .trail__img {
    flex-shrink: 0;
    width: min(50%,700px);
  }
  .trail__text {
    margin-left: 2rem;
  }
  .trail__sub_ttl {
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
  .trail__flow__list {
    max-width: 850px;
    margin: auto;
  }
  .trail__flow__list li {
    display: flex;
    padding: 2rem;
  }
  .trail__flow__img {
    margin-right: 2rem;
  }
  .trail__flow__text {
    flex-shrink: 0;
    width: 470px;
  }
  .trail__flow__item_step {
    height: 40px;
    font-size: 12px;
  }
  .trail__flow__item_step:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 10px;
    right: -17px;
    transform: rotate(66deg);
    border-top: 1rem solid #DCCB33;
    border-left: 38px solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: 1rem solid transparent;
  }
  .trail__flow__item_ttl {
    height: 40px;
    margin-left: 1em;
    padding: 0em;
    position: relative;
    font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  }
  .trail__flow__item_ttl:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -3px;
    left: -17px;
    transform: rotate(-115deg);
    border-top: 1rem solid #F5F9FE;
    border-left: 38px solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: 1rem solid transparent;
  }
}

.c-footer {
  margin-top: 0;
}
/*# sourceMappingURL=trail.css.map */