@charset "UTF-8";
/* =====================
	募集要項
 ======================= */
/** ------------------------- 職種紹介 ------------------------- **/
.p-job__course {
  margin-bottom: 7.8%;
}

.p-job__course:last-child {
  margin-bottom: 0;
}

.p-job__course__header {
  position: relative;
  border-bottom: 0.22222em solid #07B8C2;
  padding-bottom: 1em;
  cursor: pointer;
}

.p-job__course__header__icon {
  width: 1.66667em;
  height: 1.66667em;
  position: absolute;
  right: 0.77778em;
  top: 0;
  bottom: 1em;
  margin: auto;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-job__course__header__icon:before, .p-job__course__header__icon:after {
  content: "";
  width: 100%;
  padding-top: 13.33333%;
  height: 0;
  background: #07B8C2;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-job__course__header__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-job__course__header.is-open .p-job__course__header__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-job__course__name {
  font-size: 155.55556%;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-job__course__name:before {
  content: "";
  width: 0.42857em;
  height: 0.42857em;
  background: #07B8C2;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.5em;
}

.p-job__course__txt {
  margin-top: 0.5em;
  line-height: 1.6;
  padding-left: 2.22222em;
}

.p-job__course__body {
  display: none;
}

.p-job__course__children {
  display: grid;
  grid-template-columns: 31% 1fr;
  line-height: 1.6;
}

.p-job__course__children dt {
  font-weight: 700;
  padding: 1.33333em 2.22222em;
  border-bottom: 1px solid #DDDDDD;
}

.p-job__course__children dd {
  padding: 1.33333em 2.22222em 1.33333em 0;
  border-bottom: 1px solid #DDDDDD;
}

.p-job__course__children dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
}

/** ------------------------- 募集要項 ------------------------- **/
.p-requirements__detail {
  display: grid;
  grid-template-columns: 21% 1fr;
  line-height: 1.6;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 6%;
}

.p-requirements__detail dt {
  font-weight: 700;
  padding: 1.33333em 1.33333em 1.33333em 3.33333em;
  border-bottom: 1px solid #DDDDDD;
}

.p-requirements__detail dd {
  padding: 1.33333em 1.33333em 1.33333em 0;
  border-bottom: 1px solid #DDDDDD;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .p-job__course {
    margin-bottom: 40px;
  }
  .p-job__course__header {
    border-width: 2px;
    padding: 0 36px 8px 0;
  }
  .p-job__course__header__icon {
    width: 24px;
    height: 24px;
    right: 10px;
  }
  .p-job__course__header__icon:before, .p-job__course__header__icon:after {
    padding-top: 2px;
  }
  .p-job__course__name {
    font-size: 20px;
  }
  .p-job__course__name:before {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .p-job__course__txt {
    padding-left: 24px;
    font-size: 14px;
  }
  .p-job__course__children {
    grid-template-columns: 100%;
  }
  .p-job__course__children dt {
    padding: 12px 12px 0 24px;
    border-bottom: 0;
  }
  .p-job__course__children dd {
    padding: 6px 12px 12px 24px;
    font-size: 14px;
  }
  .p-requirements__detail {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
  .p-requirements__detail dt {
    padding: 12px 12px 0;
    border-bottom: 0;
  }
  .p-requirements__detail dd {
    padding: 12px;
    font-size: 14px;
  }
}

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