/*  RECRUIT PAGE STYLES  */

.recruit .index-section {
  padding: 5rem 0 3rem;
}

.recruit .index-section:first-child {
  padding-top: 0;
}

.recruit .news__box {
  background: #FFF;
  position: relative;
}

.recruit .news__box__inner {
  padding: 3.3333333333vw 2.6041666667vw 2.8645833333vw;
}

.recruit .news__box__inner ::-webkit-scrollbar {
  width: 19px;
}

.recruit .news__box__inner ::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
}

.recruit .news__title {
  position: absolute;
  top: -15px;
}

.recruit .news__title span {
  color: #FF6E81;
  display: inline-block;
  font-family: "m-plus-1c", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.recruit .news__list {
  overflow-y: scroll;
  padding: 0 3px;
}

.recruit .news__item {
  border-bottom: 1px dashed #AF8074;
  position: relative;
}

.recruit .news__item::before,
.recruit .news__item::after {
  background: #AF8074;
  border-radius: 50%;
  bottom: -2px;
  content: "";
  height: 4px;
  position: absolute;
  width: 4px;
}

.recruit .news__item::before {
  left: 0px;
}

.recruit .news__item::after {
  right: 0px;
}

.recruit .news__item + .news__item {
  margin-top: 12px;
}

.recruit .news__item__date {
  color: #C97E5B;
  font-size: 16px;
  font-weight: 700;
}

.recruit .news__item__title {
  -webkit-transform: rotate(0.03deg);
  color: #424242;
  letter-spacing: 0.024em;
  line-height: 1.5;
  transform: rotate(0.03deg);
}

.recruit .news__item__link {
  color: #424242;
}

.recruit .news__item__link:hover {
  font-weight: bold;
}

.recruit .feature__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
}

.recruit .feature__item {
  -webkit-transform: rotate(0.05deg);
  color: #56453D;
  line-height: 1.875;
  transform: rotate(0.05deg);
}

.recruit .interview__title {
  background: #BBEB83;
  padding: 20px 0 42px;
  position: relative;
  text-align: center;
}

.recruit .interview__title h2 {
  color: #424242;
  color: #56453D;
  font-family: "m-plus-1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
}

.recruit .interview__title h2::before {
  -webkit-transform: translate(-50%);
  background: url(../../img/recruit/index/icon-microphone.png) no-repeat center center/contain;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translate(-50%);
  width: 27px;
  z-index: 1;
}

.recruit .interview__title span {
  color: #FFF;
  display: inline-block;
  font-family: "m-plus-1c", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}

.recruit .interview__title::before {
  -webkit-transform: translateX(-50%);
  background: #BBEB83;
  border-radius: 50%;
  content: "";
  height: 250px;
  left: 50%;
  position: absolute;
  top: -100px;
  transform: translateX(-50%);
  width: 250px;
  z-index: -1;
}

.recruit .interview__title::after {
  background: #BBEB83;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.recruit .interview__principal {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.recruit .interview__principal__image .img-wrap {
  padding-top: 75%;
}

.recruit .interview__principal__image .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit .interview__principal__text {
  background: #FFF;
  border-radius: 19px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  margin-top: -15px;
  padding: 30px 26px 36px;
  position: relative;
  z-index: 2;
}

.recruit .interview__principal__copy {
  color: #56453D;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recruit .interview__principal__comment {
  -webkit-transform: rotate(0.03deg);
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 10px;
  transform: rotate(0.03deg);
}

.recruit .interview__principal__name {
  -webkit-transform: rotate(0.03deg);
  color: #56453D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
  transform: rotate(0.03deg);
}

.recruit .interview__link__text {
  align-items: center;
  background: #FFB257;
  display: flex;
  justify-content: center;
  position: relative;
}

.recruit .interview__link__text::before {
  background: #F99F44;
  border-radius: 0 0 13px 0;
  bottom: 0;
  content: "";
  height: 55%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.recruit .interview__link__text > * {
  position: relative;
  z-index: 2;
}

.recruit .interview__link__text span {
  color: #FFF;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.recruit .welfare__box {
  background: #FFF;
  border-radius: 24px;
  position: relative;
}

.recruit .welfare__title {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
}

.recruit .welfare__title span {
  color: #BBEB83;
  display: inline-block;
  font-family: "m-plus-1c", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.recruit .welfare__item__image {
  border-radius: 19px;
}

.recruit .welfare__item__image .img-wrap {
  padding-top: 63.7%;
}

.recruit .welfare__item__title {
  color: #56453D;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 24px auto 0;
  text-align: center;
}

.recruit .welfare__item__title span {
  -webkit-transform: rotate(0.03deg);
  display: inline-block;
  padding-left: 35px;
  position: relative;
  transform: rotate(0.03deg);
}

.recruit .welfare__item__title span::before {
  -webkit-transform: translateY(-50%);
  background: url(../../img/recruit/recruit/icon-pin.png) no-repeat center center/contain;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.recruit .welfare__item__text {
  -webkit-transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.875;
  margin-top: 14px;
  transform: rotate(0.03deg);
}

@media only screen and (min-width: 769px) {
  .recruit .news__title {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .recruit .news__title span {
    margin-left: 17px;
  }

  .recruit .news__list {
    max-height: 135px;
  }

  .recruit .news__item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0.2em;
  }

  .recruit .news__item__title {
    padding: 0 1em;
  }

  .recruit .news__item__link:hover {
    text-decoration: underline;
  }

  .recruit .feature {
    padding-bottom: 8rem;
  }

  .recruit .interview__principal__copy {
    font-size: 28px;
  }

  .recruit .interview__principal__name {
    text-align: right;
  }

  .recruit .interview__link-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 900px;
  }

  .recruit .interview__link {
    display: flex;
    flex-wrap: nowrap;
  }

  .recruit .interview__link__image {
    border-radius: 13px 0 0 13px;
    width: 66.66%;
  }

  .recruit .interview__link__image img {
    height: auto;
    width: 100%;
  }

  .recruit .interview__link__text {
    border-radius: 0 13px 13px 0;
    flex-direction: column;
    width: 33.34%;
  }

  .recruit .interview__link__text span {
    font-size: 20px;
    margin: 22px 0 25px;
  }

  .recruit .interview__link__text img:first-child {
    width: 42px;
  }

  .recruit .interview__link__text img:last-child {
    width: 20px;
  }

  .recruit .welfare__box {
    padding: 60px 30px 30px;
  }

  .recruit .welfare__list {
    display: flex;
    justify-content: space-between;
  }

  .recruit .welfare__item {
    width: 48%;
  }

  .recruit .welfare__item__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .recruit .interview__principal {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  .recruit .interview__principal__image {
    left: -20px;
    position: absolute;
    top: 0;
    width: 57.75%;
    z-index: 1;
  }

  .recruit .interview__principal__image .img-wrap {
    padding-top: 88%;
  }

  .recruit .interview__principal__text {
    margin: 0 0 0 auto;
    padding: 20px 40px 20px 50px;
    position: relative;
    width: 52%;
    z-index: 2;
  }

  .recruit .interview__principal__copy {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .recruit .feature {
    padding-bottom: 12rem;
  }

  .recruit .interview__principal__text {
    padding: 40px 66px 25px 98px;
  }

  .recruit .welfare__box {
    padding: 4.0625vw 2.7083333333vw 1.5625vw;
  }
}

@media screen and (max-width: 991px) {
  .recruit .interview__principal {
    margin: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .recruit .news__box__inner {
    padding: 12.3076923077vw 5.1282051282vw 8.9743589744vw;
  }

  .recruit .news__box__inner ::-webkit-scrollbar {
    width: 15px;
  }

  .recruit .news__title {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit .news__title span {
    margin-top: 10px;
  }

  .recruit .news__list {
    max-height: 163px;
  }

  .recruit .news__item {
    padding-bottom: 18px;
  }

  .recruit .news__item__title {
    margin-top: 5px;
  }

  .recruit .feature {
    padding-bottom: 10rem;
  }

  .recruit .interview__principal__copy {
    font-size: 24px;
    line-height: 1.4166666667;
  }

  .recruit .interview__principal__copy span {
    display: block;
  }

  .recruit .interview__principal__comment {
    line-height: 2;
  }

  .recruit .interview__principal__name {
    text-align: center;
  }

  .recruit .interview__principal__name span {
    display: block;
  }

  .recruit .interview__link-area {
    margin-top: 35px;
  }

  .recruit .interview__link__image {
    border-radius: 13px 13px 0 0;
  }

  .recruit .interview__link__text {
    border-radius: 0 0 13px 13px;
    padding: 5.7692307692vw 7.6923076923vw;
  }

  .recruit .interview__link__text span {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 12px;
  }

  .recruit .interview__link__text img:first-child {
    width: 33px;
  }

  .recruit .interview__link__text img:last-child {
    width: 15px;
  }

  .recruit .welfare__box {
    padding: 15.3846153846vw 7.6923076923vw 12.3076923077vw;
  }

  .recruit .welfare__item__title {
    font-size: 17px;
  }

  .recruit .welfare__item + .welfare__item {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=../sourcemaps/recruit/index.css.map */