.lower__mv {
  background-image: url(../../img/page-recruit/mv__bg.jpg);
}

.inner {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}

body {
  background-color: #f6f6f6;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* main__title */
.main__title {
  margin-top: 110px;
}

.main__title .sec__num .main__name {
  padding-top: 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------ */
/* list__container*/
.list__container {
  padding-top: 80px;
}

.list__container .container .list__flex .key {
  padding: 50px 20px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------ */
/* recruit__sec1 */
.recruit__sec1 {
  margin-top: 100px;
  padding-bottom: 110px;
}

.recruit__sec1 .sec1__wrap {
  padding-top: 50px;
}

.recruit__sec1 .sec1__wrap .sec1__inner {
  width: 82%;
  margin-left: auto;
  display: flex;
  align-items: stretch;
}

.recruit__sec1 .sec1__wrap .sec1__inner:not(:first-child) {
  margin-top: 10px;
}

.recruit__sec1 .sec1__wrap .sec1__inner .left {
  background-color: #d5040a;
  width: 20.68%;
  min-width: 150px;
  padding: 20px;
}

.recruit__sec1 .sec1__wrap .sec1__inner .left .sec1__num {
  font-size: calc(20px + 20 * (100vw - 320px) / 1080);
  line-height: 0.75;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
@media screen and (min-width: 1440px) {
  .recruit__sec1 .sec1__wrap .sec1__inner .left .sec1__num {
    font-size: 40px;
  }
}

.recruit__sec1 .sec1__wrap .sec1__inner .left .sec1__title {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.66;
  letter-spacing: 0.04em;
  padding-top: 10px;
}
@media screen and (min-width: 1440px) {
  .recruit__sec1 .sec1__wrap .sec1__inner .left .sec1__title {
    font-size: 16px;
  }
}

.recruit__sec1 .sec1__wrap .sec1__inner .right {
  width: calc(100% - 20.68%);
  background-color: #ffffff;
  padding: 25px 20px;
}

.recruit__sec1 .sec1__wrap .sec1__inner .right .sec1__contents {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.66;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1440px) {
  .recruit__sec1 .sec1__wrap .sec1__inner .right .sec1__contents {
    font-size: 16px;
  }
}

.recruit__sec1 .sec1__wrap .notes__text {
  margin-top: 50px;
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 1.875;
  letter-spacing: 0.04em;
  width: 82%;
  margin-left: auto;
}
@media screen and (min-width: 1440px) {
  .recruit__sec1 .sec1__wrap .notes__text {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------ */
/* responsive */

/* -------------------------------------------------- */
/* main__title */
@media screen and (max-width: 1024px) {
  .main__title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .main__title {
    margin-top: 40px;
  }
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* list__container */
@media screen and (max-width: 1024px) {
  .list__container .container .list__flex .value {
    padding: 20px 10px;
  }

  .list__container .container .list__flex .key {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .list__container .container .list__flex .value {
    padding: 10px;
  }

  .list__container .container .list__flex .key {
    padding: 20px 10px;
  }

  .list__container .container .list__flex .company__text br {
    display: none;
  }
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* recruit__sec1 */
@media screen and (max-width: 768px) {
  .recruit__sec1 {
    margin-top: 60px;
    padding-bottom: 80px;
  }

  .recruit__sec1 .sec1__wrap .sec1__inner {
    width: 100%;
  }

  .recruit__sec1 .sec1__wrap .sec1__inner .left {
    min-width: 100px;
  }

  .recruit__sec1 .sec1__wrap .notes__text {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .recruit__sec1 .sec1__wrap .sec1__inner {
    flex-direction: column;
  }

  .recruit__sec1 .sec1__wrap .sec1__inner .left {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }

  .recruit__sec1 .sec1__wrap .sec1__inner .left .sec1__title {
    padding-top: 0;
    padding-left: 20px;
  }

  .recruit__sec1 .sec1__wrap .sec1__inner .right {
    width: 100%;
  }

  .recruit__sec1 .sec1__wrap .notes__text {
    margin-top: 20px;
  }

  .recruit__sec1 .sec1__wrap .notes__text br {
    display: none;
  }
}
/* -------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------ */


.not_job {
  margin-top: 5%;
}
.not_job .f20 {
  font-size: 20px;
}

@media (max-width: 480px) {
  .not_job {
    margin-top: 70px;
  }
  .not_job .f20 {
  font-size: 16px;
  }
}
