@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
body {
  background: url(../img/bg.png) no-repeat top left !important;
  background-color: #F5F6F7 !important;
  background-size: 40% !important;
}

@media (max-width: 768px) {
  body {
    background-size: 100% !important;
  }
}

.mt40 {
  margin-top: 40px;
}

.ttl-h1 span {
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif;
  display: block;
  background: #DD304D;
  color: #fff;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .ttl-h1 span {
    padding: 5px 10px;
  }
}

.ttl-h1 h1 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .ttl-h1 h1 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.recruit p {
  margin-bottom: 20px;
}

.recruit .container {
  width: 1200px;
  margin: 60px auto;
  line-height: 2;
}

@media (max-width: 768px) {
  .recruit .container {
    width: 90%;
    margin: 40px auto;
  }
}

.recruit .recruit-content {
  margin: 40px auto;
  padding: 100px 100px 70px 100px;
  background: #fff;
}

@media (max-width: 768px) {
  .recruit .recruit-content {
    margin: 20px auto;
    padding: 20px;
  }
}

.recruit .recruit-content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .recruit .recruit-content h2 {
    font-size: 20px;
  }
}

.recruit .recruit-content section {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .recruit .recruit-content section {
    margin-bottom: 20px;
  }
}

.recruit .recruit-flow {
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 768px) {
  .recruit .recruit-flow {
    margin-top: 10px;
    flex-flow: column;
  }
}

.recruit .recruit-flow dt, .recruit .recruit-flow dd {
  padding: 15px 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .recruit .recruit-flow dt, .recruit .recruit-flow dd {
    padding: 10px;
  }
}

.recruit .recruit-flow dt {
  flex-basis: 20%;
  background: #F5F6F7;
}

@media (max-width: 768px) {
  .recruit .recruit-flow dt {
    flex-basis: auto;
  }
}

.recruit .recruit-flow dd {
  flex-basis: 80%;
}

@media (max-width: 768px) {
  .recruit .recruit-flow dd {
    flex-basis: auto;
  }
}

.recruit-faq .faq__term {
  display: flex;
  align-items: start;
  color: #DD304D;
  font-weight: bold;
  font-size: 20px;
}

.recruit-faq .faq__term::before {
  content: "Q";
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif;
  display: block;
  background: #DD304D;
  color: #fff;
  padding: 8px 10px;
  margin-right: 15px;
  line-height: 1;
}

.recruit-faq .faq__desc {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}

.recruit-faq .faq__desc::before {
  content: "A";
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif;
  display: block;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  margin-right: 15px;
  line-height: 1;
  font-size: 20px;
}

.footer__btns__link {
  display: flex;
  margin: 50px auto;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer__btns__link {
    flex-flow: column;
    margin: 10px;
  }
}

.footer__btns__link__btn.mypage {
  color: #dd304d;
  background: #fff;
  border: #dd304d solid 1px;
}

.footer__btns__link__btn.entry {
  color: #fff;
  background: #dd304d;
}

.footer__btns__link__btn a {
  padding: 29px 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .footer__btns__link__btn a {
    padding: 20px 0;
  }
}

.footer__btns__link__btn {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  width: 240px;
  margin-right: 10px;
  transition: .5s ease background,.5s ease border;
}

@media (max-width: 768px) {
  .footer__btns__link__btn {
    width: 100%;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */