/*************************************************

recruit-area

*************************************************/
.recruit-area {
  margin: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .recruit-area {
    margin: 2rem 0 4rem;
  }
}

.recruit-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(80rem, 100% - 4rem);
  margin: 0 auto;
  padding: 3rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-inner {
    padding: 3rem 1.5rem;
  }
}

.recruit-group {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-group {
    margin-bottom: 3rem;
  }
}

.recruit-title01 {
  margin-bottom: 2.4rem;
  padding-bottom: 1.1rem;
  font-size: 2.1rem;
  font-weight: 900;
  border-bottom: #000 solid 1px;
}

.recruit-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-item-row {
    display: block;
    margin-bottom: 3rem;
  }
}

.recruit-item-title {
  width: 14.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-item-title {
    width: auto;
  }
}

.recruit-item-body {
  width: calc(100% - 14.5rem);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recruit-item-body {
    width: auto;
  }
}
.recruit-item-body > * {
  margin-bottom: 1.6em;
}
.recruit-item-body > *:last-child {
  margin-bottom: 0;
}

.recruit-catch {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.recruit-bgtitle {
  margin-bottom: 1.5rem;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
  background-color: #ffd700;
}

.recruit-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recruit-disc__title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12rem;
  padding: 0.3rem 0 0.3rem 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit-disc__title {
    width: 10rem;
    padding-left: 1.4rem;
  }
}
.recruit-disc__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1rem;
  height: 100%;
  background-color: #ffd700;
}
@media screen and (max-width: 767px) {
  .recruit-disc__title::before {
    width: 0.7rem;
  }
}

.recruit-disc__body {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 12rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit-disc__body {
    width: calc(100% - 10rem);
  }
}

.recruit-graycap {
  color: #999999;
  font-size: 1.1rem;
}

/*************************************************

outline

*************************************************/
.outline .recruit-title01 {
  padding-bottom: 0;
  border-bottom: none;
}

.outline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #808080 solid 1px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .outline-row {
    display: block;
  }
}
.outline-row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .outline-row > * {
    padding: 1rem 1rem;
    line-height: 1.7;
  }
}

.outline-row__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .outline-row__title {
    width: auto;
  }
}

.outline-row__body {
  width: calc(100% - 20rem);
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .outline-row__body {
    width: auto;
  }
}