.intro {
  width: 100%;
  padding-bottom: min(2.81vw, 30px);
  background: #fff;
}
.intro__txt {
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}

.intro--thanks {
  padding-bottom: min(9.38vw, 100px);
  text-align: center;
}
.intro--thanks .intro__txt {
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}
.intro--thanks .intro__txt + .intro__txt {
  margin-top: 18px;
}
.intro--thanks .intro__btn {
  width: 280px;
  margin-top: 60px;
  margin-inline: auto;
  border-color: #14A4F0;
  background: #fff;
  color: #14A4F0;
}
.intro--thanks .intro__btn-icon {
  position: absolute;
  left: 15px;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.apply-job {
  width: 100%;
  padding-block: min(2.81vw, 30px);
  background: #fff;
}
.apply-job__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.apply-job__ttl-icon {
  flex: 0 0 18px;
  margin-top: 1px;
  color: #FFA515;
}
.apply-job__name {
  padding: 24px;
  border: 2px solid #FFA515;
  border-radius: 20px;
  font-size: 16px;
  color: #555555;
  font-weight: 700;
  line-height: 1.5;
}

.inquiry-form {
  width: 100%;
  padding-block: min(2.81vw, 30px) min(9.38vw, 100px);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: min(5.33vw, 26px);
  }
  .intro__txt {
    font-size: 14px;
  }
  .intro__txt + .intro__txt {
    margin-top: 14px;
  }
  .intro--thanks {
    padding-bottom: min(12.8vw, 64px);
  }
  .intro--thanks .intro__txt {
    font-size: 16px;
  }
  .intro--thanks .intro__txt + .intro__txt {
    margin-top: 16px;
  }
  .intro--thanks .intro__btn {
    margin-top: 48px;
  }
  .apply-job {
    padding-block: min(5.33vw, 26px) min(8vw, 40px);
  }
  .apply-job__ttl {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 16px;
  }
  .apply-job__ttl-icon {
    flex: 0 0 16px;
  }
  .apply-job__name {
    font-size: 14px;
  }
  .inquiry-form {
    padding-block: min(5.33vw, 26px) min(12.8vw, 64px);
  }
}
@media (hover: hover) {
  .intro__btn:hover,
  .intro__btn:focus-visible {
    background: #14A4F0;
    color: #fff;
  }
}
/*# sourceMappingURL=inquiry.css.map */
