.career-section {
  background: url("../images/Careers/bg_sp.webp") no-repeat top center/cover;
  padding: 60px 0;
  color: #fff;
}
.career-section .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.career-section .inner .container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}
.career-section .inner .container p {
  font-size: 16px;
  line-height: 35px;
}
.career-section .inner .container h3 {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  margin: 60px 0 30px 0;
}
.career-section .inner .container .content {
  margin-bottom: 40px;
}
.career-section .inner .container .content .title2 {
  font-size: 25px;
}
.career-section .inner .container .content .text {
  background: #fff;
  border-radius: 5px;
  padding: 40px 20px;
  margin-top: 20px;
}
.career-section .inner .container .content .text p {
  color: #065EB0;
  font-size: 16px;
  line-height: 30px;
}
.career-section .inner .container .content .text .btn {
  background: #065EB0;
  color: #fff;
}
.career-section .inner .container .content .text .btn::after {
  background: linear-gradient(to right, #ffffff 50%, #0056b3 50%);
}
.career-section .inner .container .content .text .btn:hover {
  background: #fff;
  color: #065EB0;
}
.career-section .inner .container .content .text .btn:hover::after {
  background: #065EB0;
}
.career-section .inner .container .content:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .career-section {
    background: url("../images/Careers/bg_pc.webp") no-repeat top center/cover;
    padding: 130px 0 160px 0;
  }
  .career-section .inner {
    max-width: 1300px;
  }
  .career-section .inner .container h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .career-section .inner .container p {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
  }
  .career-section .inner .container h3 {
    margin: 80px 0;
    font-size: 30px;
    line-height: 50px;
  }
  .career-section .inner .container .content {
    max-width: 800px;
    margin: 0 auto 80px auto;
  }
  .career-section .inner .container .content .text {
    margin-top: 30px;
    padding: 40px;
  }
  .career-section .inner .container .content .text p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  .career-section .inner .container .content .title2 {
    font-size: 35px;
  }
}
.detail-section {
  background: url("../images/Careers/bg_sp.webp") no-repeat top center/cover;
  padding: 60px 0;
}
.detail-section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.detail-section .inner .container {
  background: #fff;
  border-radius: 5px;
  padding: 40px 20px;
}
.detail-section .inner .container h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #065EB0;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8DAE7;
}
.detail-section .inner .container dl {
  padding: 20px 0;
  border-bottom: 1px solid #D8DAE7;
}
.detail-section .inner .container dl dt {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #065EB0;
  margin-bottom: 10px;
}
.detail-section .inner .container dl dd {
  font-size: 16px;
  line-height: 25px;
}
.detail-section .inner .container dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-section .inner p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .detail-section {
    background: url("../images/Careers/bg_pc.webp") no-repeat top center/cover;
    padding: 160px 0;
  }
  .detail-section .inner {
    width: 80%;
    max-width: 1000px;
  }
  .detail-section .inner .container {
    padding: 80px;
  }
  .detail-section .inner .container h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 40px;
  }
  .detail-section .inner .container dl {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .detail-section .inner .container dl dt {
    width: 25%;
    min-width: 180px;
    margin-bottom: 0;
  }
  .detail-section .inner .container dl dd {
    width: 70%;
  }
  .detail-section .inner p {
    margin-top: 30px;
    text-align: center;
  }
}/*# sourceMappingURL=career.css.map */

* {
	word-break: break-word;
}