@charset "UTF-8";
body .tab-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
  justify-content: center;
  gap: 20px 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  body .tab-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  body .tab-container {
    margin-bottom: 35px;
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  body .tab-container {
    gap: 5px;
  }
}
body .tab-container .tab {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 75px;
  display: grid;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #5A98ED 0%, #CF66D8 100%) 1;
  transition: 0.3s all ease;
  font-size: 22px;
  padding-left: 110px;
}
@media screen and (max-width: 1199px) {
  body .tab-container .tab {
    font-size: 22px;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 991px) {
  body .tab-container .tab {
    height: 75px;
    height: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  body .tab-container .tab {
    height: 30px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  body .tab-container .tab {
    border-width: 1px;
    font-size: 11px;
  }
}
body .tab-container .tab:hover {
  background-color: #fff;
}
body .tab-container .tab.active {
  background-color: #fff;
}
body .tab-container .tab figure {
  position: absolute;
  width: 110px;
  left: 0;
}
@media screen and (max-width: 767px) {
  body .tab-container .tab figure {
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
  body .tab-container .tab figure img {
    max-height: 5vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body .tab-container .tab figure img {
    max-height: 25px;
    width: auto;
  }
}
body .tab-content {
  display: none;
}
body .tab-content.show {
  display: block;
}
body h1 {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.7;
  letter-spacing: 0.018em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
body h1 span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2916666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  body h1 span {
    font-size: 16px;
  }
}
body .sec-1 {
  padding-top: 95px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  body .sec-1 {
    padding-top: 30px;
  }
}
body .sec-1 .inner {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 120px 1rem;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner {
    padding: 30px 1rem 60px;
  }
}
body .sec-1 .inner .tab-content > dl {
  max-width: 830px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 35px 10px;
}
@media screen and (max-width: 991px) {
  body .sec-1 .inner .tab-content > dl {
    grid-template-columns: 24.3902439024% 1fr;
  }
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl {
    display: block;
  }
}
body .sec-1 .inner .tab-content > dl > dt {
  color: #798DAE;
  font-size: 18px;
  line-height: 1.3333333333;
  display: flex;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl > dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body .sec-1 .inner .tab-content > dl > dt::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 1px dashed #798DAE;
  margin-left: 0.5rem;
  margin-top: 0.7em;
}
body .sec-1 .inner .tab-content > dl > dd {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl > dd {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
body .sec-1 .inner .tab-content > dl > dd.kinmuchi dl dt {
  font-weight: normal;
}
body .sec-1 .inner .tab-content > dl > dd.kinmuchi dl dt::before {
  content: "●";
  color: #798DAE;
  margin-right: 5px;
}
body .sec-1 .inner .tab-content > dl > dd.kinmuchi dl dt.fc::before {
  color: #C0D3F5;
}
body .sec-1 .inner .tab-content > dl > dd.kinmuchi dl dd {
  padding-left: calc(1em + 5px);
}
body .sec-1 .inner .tab-content > dl > dd.fukuri dl {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl > dd.fukuri dl {
    display: block;
  }
}
body .sec-1 .inner .tab-content > dl > dd.fukuri dl dt {
  width: 100%;
  height: 30px;
  display: grid;
  place-content: center;
  border: 1px solid #798DAE;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl > dd.fukuri dl dt {
    width: 95px;
    height: 25px;
    margin-bottom: 8px;
  }
}
body .sec-1 .inner .tab-content > dl > dd p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl > dd p {
    font-size: 14px;
  }
}
body .sec-1 .inner .tab-content > dl:not(:first-child) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .tab-content > dl:not(:first-child) {
    margin-top: 100px;
  }
}
body .sec-1 .inner .tab-content > p {
  text-align: center;
}
body .sec-1 .inner .btn-wrap {
  max-width: 988px;
  width: 100%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 470px));
  gap: 25px 45px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .btn-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  body .sec-1 .inner .btn-wrap {
    grid-template-columns: 1fr;
  }
}
body .sec-1 .inner .btn-wrap a {
  width: fit-content;
  transition: 0.3s all ease;
}
body .sec-1 .inner .btn-wrap a:hover {
  opacity: 0.6;
}
body .sec-1 .inner .btn-2-wrap {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  body .sec-1 .inner .btn-2-wrap {
    margin-top: 60px;
  }
}
body.requirement_fresh .sec-1 {
  background-color: #F5EDFD;
}
body.requirement_midcareer .sec-1 {
  background-color: #E0F3FF;
}
body.requirement_introduction .sec-1 {
  background-color: #EAEFFF;
}
body.requirement_comeback .sec-1 {
  background-color: #EAEFFF;
}
body.requirement_backoffice .sec-1 {
  background-color: #DEEBFF;
}
body.requirement_other .sec-1 {
  background-color: #DEEBFF;
}

/*# sourceMappingURL=requirement.css.map */
