/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* line */

.line {
  padding-bottom: 40px;
  position: relative;
}
.line .wrapper {
  position: static;
}
.line .wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.line .title {
  margin-bottom: 10px;
  order: 0;
  text-align: left;
}
.line h2.global {
  line-height: 1.65;
  margin-bottom: 10px;
  order: 1;
}
.line h2.global span {
  margin-bottom: 0;
}
.line p {
  line-height: 1.65;
  margin-bottom: 0;
  order: 3;
}
.line-content {
  min-height: initial;
  order: 2;
  padding-top: 0;
  width: 100%;
}
.line-content::before {
  background: url(../images/line/line-bg01_sp.webp) no-repeat top left / 92vw 97.86vw;
  height: 97.86vw;
  margin-bottom: 5px;
  position: relative;
}
.line-image {
  display: none;
}
.line-button {
  margin-bottom: 40px;
}


/* -------------------------------------------------- */
/* banner */

.banner .wrapper {
  position: static;
}
.banner .wrapper::before {
  background: transparent url(../images/line/banner-bg_sp.webp) no-repeat 0 0 / 48.26vw 46.13vw;
  height: 46.13vw;
  left: auto;
  right: 0;
  top: 20vw;
  width: 48.26vw;
}
.banner img {
  width: 100%;
}

/* -------------------------------------------------- */
/* step */

.step h2.global {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.step h2.global span {
  margin-bottom: 5px;
}
.step-item {
  border: 0;
  margin-bottom: 90px;
  margin-left: 0;
  padding: 0;
}
.step-item:last-child {
  margin-bottom: 0;
}
.step-item::after {
  bottom: -53px;
}
.step-item dt {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.step-image {
  left: -50px;
  position: static;
  top: 50px;
  width: 26.66vw;
}
.step-head {
  width: calc(100% - 26.66vw - 4vw);
}
.step-title {
  align-items: flex-start;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1.65;
  margin-bottom: 10px;
}
.step-title span {
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-right: 0;
  padding: .25em;
  width: 76px;
}
.step-note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 0;
}
.step-step1 .col-3 {
  display: none;
}
.step-step1 .step-button {
  margin-bottom: 0;
}
.step-step2::after {
  width: 49%;
}
.step-step2 figure {
  width: 49%;
}
.step-step2 figcaption {
  font-size: 1.6rem;
}
.step-item dd .step-step3 p {
  font-size: 1.4rem;
}

}
