@media screen and (min-width: 769px) {
  .job-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .job-section {
    padding: 40px 0 60px;
  }
}

.job-section__inner {
  max-width: 740px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.job-section__tabGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.job-section__tab {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.job-section__tab:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-bottom: 3px solid #064EA2;
  border-right: 3px solid #064EA2;
}
.job-section__tab.is-active {
  position: relative;
  pointer-events: none;
  color: #fff;
  background-color: #064EA2;
}
.job-section__tab.is-active:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 769px) {
  .job-section__tab {
    min-height: 120px;
  }
  .job-section__tab:after {
    width: 10px;
    height: 10px;
    bottom: 15px;
  }
  .job-section__tab:hover {
    color: #fff;
    background-color: #55C2E9;
  }
  .job-section__tab:hover:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .job-section__tab {
    min-height: 80px;
  }
  .job-section__tab:after {
    width: 8px;
    height: 8px;
    bottom: 10px;
  }
}
.job-section__tab span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .job-section__tab span {
    margin-top: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .job-section__tab span {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .job-section__listGroup {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .job-section__listGroup {
    margin-top: 40px;
  }
}

.job-section__list {
  display: none;
}
.job-section__list.is-show {
  display: block;
}

.job-section__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.job-section__item:nth-child(n+2) {
  margin-top: 30px;
}

.job-section__position {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .job-section__position {
    padding: 30px 30px 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .job-section__position {
    padding: 20px 20px 10px;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .job-section__description {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .job-section__description {
    padding: 20px;
  }
}

.job-section__itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .job-section__itemTitle {
    font-size: 18px;
  }
}

.job-section__itemText {
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .job-section__itemText {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .job-section__itemText {
    margin-top: 10px;
  }
}

.job-section__buttonWrap {
  max-width: 300px;
  margin: 30px auto 0;
}

.job-section__button {
  min-height: 50px;
}