@charset "UTF-8";
/*privacy_policy タイトル
----------------------------------------------- */
.recruitment_information__wrap {
  overflow: hidden;
  position: relative;
}
.recruitment_information__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.2489019034vw;
  background-color: #2c318d;
}
.recruitment_information__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10.2489019034vw;
  background-color: #91cd2f;
}

.recruitment_information__text-wrapper {
  text-align: center;
}

.recruitment_information__title {
  padding-top: 20.9370424597vw;
  text-align: center;
  position: relative;
}
.recruitment_information__title > * {
  display: block;
}
.recruitment_information__title > *:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 6.8571428571vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.recruitment_information__title > *:nth-of-type(1) > * {
  color: #2c318d;
}
.recruitment_information__title > *:nth-of-type(2) {
  padding-top: 3.2210834553vw;
  font-size: 3.4285714286vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.recruitment_information__title > *:nth-of-type(3) {
  position: relative;
  position: absolute;
  width: 14.6412884334vw;
  height: 2px;
  background-color: #2c318d;
  display: block;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruitment_information__title > *:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #91cd2f;
  width: 50%;
}

.recruitment_information__subtitle {
  margin-top: 13.9092240117vw;
  font-size: 4.5714285714vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  line-height: 1.6875;
}

@media screen and (min-width: 700.9999px) {
  .recruitment_information__wrap {
    position: relative;
  }
  .recruitment_information__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
  }
  .recruitment_information__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
  }
  .recruitment_information__title {
    padding-top: 145px;
  }
  .recruitment_information__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .recruitment_information__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
  }
  .recruitment_information__title > *:nth-of-type(3) {
    position: relative;
    position: absolute;
    width: 44px;
    height: 2px;
    background-color: #2c318d;
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruitment_information__title > *:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91cd2f;
    width: 50%;
  }
  .recruitment_information__subtitle {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
/*募集要項
----------------------------------------------- */
.application_requirements {
  margin-top: 8.78477306vw;
}

.application_requirements__title {
  text-align: center;
  position: relative;
}
.application_requirements__title > * {
  display: block;
}
.application_requirements__title > *:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1428571429vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.application_requirements__title > *:nth-of-type(1) > * {
  color: #2c318d;
}
.application_requirements__title > *:nth-of-type(3) {
  position: relative;
  position: absolute;
  width: 14.6412884334vw;
  height: 2px;
  background-color: #2c318d;
  display: block;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.application_requirements__title > *:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #91cd2f;
  width: 50%;
}

.recruitment_information-contents {
  margin-top: 11.7130307467vw;
}

.application_requirements-contents__lists {
  margin-top: 8.0527086384vw;
}

.application_requirements-contents__list {
  padding-top: 4.39238653vw;
  padding-bottom: 4.39238653vw;
  border-bottom: 1px solid #dbdbdb;
}

.application_requirements-contents__ttl {
  font-size: 4vw;
  padding-left: 2.9282576867vw;
  padding-bottom: 1.6105417277vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.35714286;
  position: relative;
}
.application_requirements-contents__ttl::before {
  position: absolute;
  content: "";
  bottom: 2.0497803807vw;
  left: 0;
  background-color: #2c318d;
  width: 3px;
  height: 3.953147877vw;
}

.application_requirements-contents__desc {
  font-size: 3.7142857143vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.application_requirements-contents__desc > span {
  margin-left: -1.6105417277vw;
}

.desc-mr {
  margin-right: -1.4641288433vw;
}

.sp-none {
  display: none;
}

@media screen and (min-width: 700.9999px) {
  .application_requirements {
    margin-top: 60px;
  }
  .application_requirements__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .application_requirements__title {
    padding-top: 30px;
    text-align: left;
    position: relative;
    width: 200px;
  }
  .application_requirements__title > * {
    display: block;
  }
  .application_requirements__title > *:nth-of-type(1) {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.166666;
  }
  .application_requirements__title > *:nth-of-type(1) > * {
    color: #2c318d;
  }
  .application_requirements__title > *:nth-of-type(3) {
    position: relative;
    position: absolute;
    width: 104px;
    height: 2px;
    background-color: #2c318d;
    display: block;
    bottom: -10px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .application_requirements__title > *:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91cd2f;
    width: 50%;
  }
  .application_requirements-contents__lists {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .application_requirements-contents__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .application_requirements-contents__ttl {
    color: #2c318d;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    width: 165px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .application_requirements-contents__ttl::before {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    background-color: #2c318d;
    width: 3px;
    height: 20px;
  }
  .application_requirements-contents__desc {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .application_requirements-contents__desc > span {
    margin-left: 0;
  }
  .sp-none {
    display: inline-block;
  }
  .desc-mr {
    margin-right: 0;
  }
}/*# sourceMappingURL=recruitment_information.css.map */