/*================================
 #mixins
 ===============================*/
/*================================
 # colors
===============================*/
/*=========================================
*job
=========================================*/
.job .hero {
  background-image: url(../img/job-hero.jpg);
}
.job-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.job-change {
  display: flex;
  margin-top: 122px;
}
@media screen and (max-width: 599px) {
  .job-change {
    margin-top: 52px;
  }
}
.job-change p {
  display: block;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 20px;
  line-height: 1.479;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .job-change p {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 12px;
  }
}
.job-change .job1 {
  background: linear-gradient(180deg, #1967B2 0%, #1F286F 100%), #1F286F;
}
.job-change .job1 span {
  display: inline-block;
}
.job-change .job1 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.job-change .job1.close {
  background-color: #e6e6e6;
  color: #8d8d8d;
  background-image: none;
  transition: all 0.3s ease;
}
.job-change .job1.close span::after {
  display: none;
}
.job-change .job2 {
  background-color: #e6e6e6;
  color: #8d8d8d;
  transition: all 0.3s ease;
}
.job-change .job2.open {
  background: linear-gradient(180deg, #1967B2 0%, #1F286F 100%), #1F286F;
  color: #fff;
}
.job-change .job2.open span {
  display: inline-block;
}
.job-change .job2.open span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.job .job1-content {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .job .job1-content {
    margin-top: 30px;
  }
}
.job .job1-content h2 {
  font-size: 2.8rem;
  line-height: 41.41px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 599px) {
  .job .job1-content h2 {
    font-size: 1.6rem;
    line-height: 1.4788;
  }
}
.job .job1-content p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1em;
  color: #000;
}
@media screen and (max-width: 599px) {
  .job .job1-content p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.job .job1-content p:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .job .job1-content p:first-of-type {
    margin-top: 30px;
  }
}
.job .job2-info {
  margin-top: 100px;
  display: none;
}
@media screen and (max-width: 599px) {
  .job .job2-info {
    margin-top: 30px;
  }
}
.job .job2-text {
  color: red;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .job .job2-text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.job .job2-change {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .job .job2-change {
    margin-top: 10px;
  }
}
.job .job2-change p {
  display: block;
  width: 33.3333333333%;
  padding: 10px;
  letter-spacing: 0.5em;
  color: #1f286f;
  border: 1px solid #1f286f;
  text-align: center;
  line-height: 1.792;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .job .job2-change p {
    font-size: 1.4rem;
  }
}
.job .job2-change p.job3 {
  color: #fff;
  background-color: #1f286f;
}
.job .job2-change p.job3.close {
  color: #1f286f;
  border: 1px solid #1f286f;
  background-color: transparent;
}
.job .job2-change p.job4 {
  letter-spacing: normal;
}
.job .job2-change p.job4.open {
  color: #fff;
  background-color: #1f286f;
}
.job .job2-change p.job5 {
  letter-spacing: normal;
}
.job .job2-change p.job5.open {
  color: #fff;
  background-color: #1f286f;
}
.job .job2-content {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .job .job2-content {
    padding: 0 20px;
  }
}
.job .job2-content dl {
  display: flex;
}
@media screen and (max-width: 599px) {
  .job .job2-content dl {
    display: block;
    margin-top: 20px;
  }
}
.job .job2-content dl:first-of-type {
  margin-top: 30px;
}
.job .job2-content dt {
  flex: 0 0 18.75%;
  border-top: 1px solid #000;
  line-height: 1.7;
  padding: 10px 0 10px;
  color: #000;
}
@media screen and (max-width: 599px) {
  .job .job2-content dt {
    border: none;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .job .job2-content dt:after {
    content: "";
    display: block;
    height: 1px;
    margin-left: 10px;
    background-color: #000;
    flex: 0 1 100%;
  }
}
.job .job2-content dd {
  margin-left: 10px;
  border-top: 1px solid #8d8d8d;
  color: #000;
  font-size: 1.4rem;
  padding: 11px 0;
  flex: 0 1 100%;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .job .job2-content dd {
    border-top: none;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
    padding: 0;
  }
}
.job .job2-content2 {
  display: none;
}
.job .job2-content3 {
  display: none;
}/*# sourceMappingURL=job.css.map */