@charset "UTF-8";
/* -------------------------------------------------------
   recruit
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.recruit .topImage {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit .topImage img {
    display: block;
    width: 200%;
  }
}
.recruit .recruitTitle {
  font: normal normal bold 40px/110px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1000px) {
  .recruit .recruitTitle {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitTitle {
    margin-top: 30px;
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.recruit .recruitInfo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background-image: url("../img/recruit/recruit-02.png");
  background-repeat: no-repeat;
  background-position: 102% 100%;
  background-size: 747px 212px;
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    margin-top: 20px;
    background-position: 105% 100%;
    background-size: 380px 100px;
  }
}
.recruit .recruitInfo .img {
  width: 924px;
  height: 924px;
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .img {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo .img {
    width: 100%;
    height: auto;
    margin-left: -15%;
  }
}
.recruit .recruitInfo .img img {
  width: 100%;
}
.recruit .recruitInfo .detail {
  width: 926px;
  padding-left: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .detail {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo .detail {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.recruit .recruitInfo .detail .eyecatch {
  width: 638px;
  height: 74px;
  background: transparent linear-gradient(82deg, #15A19A 0%, #7ED9D4 100%) 0% 0% no-repeat padding-box;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
}
@media screen and (max-width: 1500px) {
  .recruit .recruitInfo .detail .eyecatch {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .recruit .recruitInfo .detail .eyecatch {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .detail .eyecatch {
    width: 90%;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo .detail .eyecatch {
    width: 90%;
    height: 46px;
    margin: 0 auto;
    text-align: center;
  }
}
.recruit .recruitInfo .detail .eyecatch p {
  margin-left: 40px;
  font: normal normal bold 40px/56px "Noto Sans JP", sans-serif;
  line-height: 74px;
  color: #FFF;
  letter-spacing: 3.2px;
  -webkit-transform: skew(22deg);
          transform: skew(22deg);
}
@media screen and (max-width: 1500px) {
  .recruit .recruitInfo .detail .eyecatch p {
    margin-left: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .detail .eyecatch p {
    margin-left: 15px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo .detail .eyecatch p {
    font: normal normal bold 20px/50px "Noto Sans JP", sans-serif;
    line-height: 46px;
    letter-spacing: 1.92px;
  }
}
.recruit .recruitInfo .detail .eyecatch.eyecatch-2 {
  margin-top: 10px;
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .recruit .recruitInfo .detail .eyecatch.eyecatch-2 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .detail .eyecatch.eyecatch-2 {
    margin-left: 20px;
  }
}
.recruit .recruitInfo .detail .description {
  width: 80%;
  margin-top: 50px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 1000px) {
  .recruit .recruitInfo .detail .description {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruitInfo .detail .description {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
    font: normal normal normal 18px/24px "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
  }
}
.recruit .portrait {
  height: 900px;
  background-image: url("../img/recruit/recruit-03.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .recruit .portrait {
    height: auto;
    background-image: none;
  }
}
.recruit .portrait .portraitListWrap {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .recruit .portrait .portraitListWrap {
    overflow: scroll hidden;
  }
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap {
    overflow: hidden;
  }
}
.recruit .portrait .portraitListWrap .portraitList {
  width: 1548px;
  height: 500px;
  margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 5%;
  }
}
.recruit .portrait .portraitListWrap .portraitList .card {
  width: 300px;
  height: 550px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList .card {
    display: block;
    width: 100%;
    height: 490px;
  }
}
.recruit .portrait .portraitListWrap .portraitList .card:last-child {
  margin-right: 0;
}
.recruit .portrait .portraitListWrap .portraitList .card .num {
  left: 13px;
  z-index: 10;
  font: italic normal bold 78px/17px "Century Gothic", sans-serif;
  color: #15A19A;
  letter-spacing: -6.55px;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList .card .num {
    font: italic normal bold 64px/17px "Century Gothic", sans-serif;
    letter-spacing: -5.38px;
  }
}
.recruit .portrait .portraitListWrap .portraitList .card .frame {
  top: 8px;
  width: 300px;
  height: 500px;
  text-align: center;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 1px solid #15A19A;
  border-radius: 27px;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList .card .frame {
    width: 100%;
    height: 450px;
    padding-bottom: 30px;
  }
}
.recruit .portrait .portraitListWrap .portraitList .card .frame img {
  width: 241px;
  height: 176px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList .card .frame img {
    margin: 0;
  }
}
.recruit .portrait .portraitListWrap .portraitList .card .frame .title {
  font: normal normal bold 22px/27px "Noto Sans JP", sans-serif;
  color: #11A197;
  text-align: center;
  letter-spacing: 0;
  white-space: pre-line;
}
.recruit .portrait .portraitListWrap .portraitList .card .frame .description {
  width: 260px;
  margin: 24px auto 0;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit .portrait .portraitListWrap .portraitList .card .frame .description {
    width: 90%;
    margin-bottom: 5%;
    font: normal normal normal 20px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 430px) {
  .recruit .portrait .portraitListWrap .portraitList .card .frame .description {
    font-size: 15px;
  }
}
.recruit .portrait .c-button {
  width: 811px;
  margin: 54px auto 0;
}
@media screen and (max-width: 1000px) {
  .recruit .portrait .c-button {
    width: 90%;
    margin: 54px auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit .portrait .c-button {
    width: 90%;
    margin: 0 auto;
  }
}
.recruit .introduce {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .recruit .introduce {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce {
    width: 100%;
    padding: 0 5%;
    margin-top: 30px;
  }
}
.recruit .introduce .recruitTitle {
  margin-top: 40px;
}
.recruit .introduce .profile {
  margin-top: 30px;
}
.recruit .introduce .profile.profileTwo {
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .recruit .introduce .profile.profileTwo {
    margin-top: 50px;
  }
}
.recruit .introduce .profile .profileTop {
  width: 1920px;
  height: 538px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop {
    display: block;
    width: 100%;
    height: auto;
  }
}
.recruit .introduce .profile .profileTop .img {
  width: 960px;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .img {
    width: 100%;
  }
}
.recruit .introduce .profile .profileTop .img img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recruit .introduce .profile .profileTop .description {
  width: 960px;
  padding-top: 69px;
  padding-left: 50px;
  color: #FFF;
  background: #11A197 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .description {
    width: 50%;
    height: auto;
    padding: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .description {
    width: 100%;
    padding: 3%;
  }
}
.recruit .introduce .profile .profileTop .description .title {
  font: italic normal bold 24px/36px "Century Gothic", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .description .title {
    font: italic normal bold 16px/30px "Century Gothic", sans-serif;
    letter-spacing: 0;
  }
}
.recruit .introduce .profile .profileTop .description .subject {
  font: normal normal bold 32px/56px "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .description .subject {
    font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .description .subject {
    font: normal normal bold 17px/30px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.recruit .introduce .profile .profileTop .description .theme {
  padding-left: 16px;
  margin-top: 20px;
  font: normal normal bold 24px/24px "Noto Sans JP", sans-serif;
  line-height: 38px;
  letter-spacing: 1.92px;
  border-left: 8px solid #fff;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .description .theme {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .description .theme {
    margin-top: 10px;
    font: normal normal bold 18px/26px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.recruit .introduce .profile .profileTop .description .text {
  width: 602px;
  margin-top: 10px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  letter-spacing: 0.72px;
  white-space: pre-line;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileTop .description .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileTop .description .text {
    width: 100%;
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.recruit .introduce .profile .profileMain {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileMain {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .recruit .introduce .profile .profileMain {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileMain {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
}
.recruit .introduce .profile .profileMain .img {
  width: 642px;
  height: 625px;
  border-radius: 30px;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileMain .img {
    width: 50%;
    height: auto;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileMain .img {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.recruit .introduce .profile .profileMain .img img {
  width: 100%;
}
.recruit .introduce .profile .profileMain .detail {
  width: 602px;
  margin-top: 80px;
}
@media screen and (max-width: 1500px) {
  .recruit .introduce .profile .profileMain .detail {
    width: 50%;
    height: auto;
    padding: 0 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileMain .detail {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.recruit .introduce .profile .profileMain .detail .theme {
  padding-left: 16px;
  margin-top: 30px;
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  line-height: 38px;
  color: #171717;
  letter-spacing: 1.92px;
  border-left: 8px solid #15A19A;
}
@media screen and (max-width: 1000px) {
  .recruit .introduce .profile .profileMain .detail .theme {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileMain .detail .theme {
    margin-top: 10px;
    font: normal normal bold 20px/32px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.recruit .introduce .profile .profileMain .detail .theme span {
  white-space: nowrap;
}
.recruit .introduce .profile .profileMain .detail .description {
  margin-top: 20px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1000px) {
  .recruit .introduce .profile .profileMain .detail .description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .introduce .profile .profileMain .detail .description {
    font: normal normal normal 15px/23px "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
}
.recruit .requirements {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
  background: #ECF8F7;
}
.recruit .requirements .container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.recruit .requirements .recruitTitle {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .recruit .requirements .recruitTitle {
    margin-bottom: 40px;
  }
}
.recruit .requirements .list_wrap {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .recruit .requirements .list_wrap {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .recruit .requirements .recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit .requirements .recruit__list dt {
  color: #fff;
  background-color: #15A19A;
  font-weight: bold;
  padding: 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .recruit .requirements .recruit__list dt {
    border-bottom: 1px solid #fff;
    width: 30%;
  }
}
.recruit .requirements .recruit__list dd {
  padding: 1em 1.5em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit .requirements .recruit__list dd {
    border-bottom: 1px solid #ECF8F7;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit .requirements .recruit__list:last-of-type {
  margin-bottom: 10px;
}
.recruit .requirements .c-button {
  width: 811px;
  margin: 54px auto 0;
}
@media screen and (max-width: 1000px) {
  .recruit .requirements .c-button {
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit .requirements .c-button {
    width: 90%;
    height: 60px;
    margin: 20px auto 0;
  }
}

.recruit_info {
  text-align: center;
}/*# sourceMappingURL=recruit.css.map */