  @charset "UTF-8";
/*----------------------------------

Âš†T¤ÎÉù¥Ú©`¥¸CSS

----------------------------------*/
section.mainvis {
  background: url("/recruit/info/img/voice/mainvis.jpg") no-repeat center/cover;
}
@media (max-width: 960px) {
  section.mainvis {
    background: url("/recruit/info/img/voice/mainvis_sp.jpg") no-repeat center/cover;
  }
}
section.mainvis h1 .en:first-letter {
  color: #eba511;
}

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

Âš†T¤ÎÉù¥Ú©`¥¸¹²Í¨

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

Âš†T¤ÎÉù¥Ú©`¥¸¥È¥Ã¥×

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

Âš†T¤ÎÉù¥Ú©`¥¸Ó›ÊÂ

----------------------------------*/
section.catch {
  margin-bottom: 100px;
  background-color: #f6f7f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 960px) {
  section.catch {
    margin-bottom: 35px;
  }
}
section.catch .inner {
  max-width: 1109px;
  height: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  section.catch .inner {
    height: auto;
    padding-top: 25px;
    min-height: 469px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.catch .txt {
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  section.catch .txt {
    width: 100%;
  }
}
section.catch .job {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 960px) {
  section.catch .job {
    margin-bottom: 14px;
    font-size: 1.65rem;
  }
}
section.catch .copy {
  margin-bottom: 68px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  section.catch .copy {
    margin-bottom: 25px;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
  }
}
section.catch .profile {
  position: relative;
  padding-left: 31px;
  font-size: 2.3rem;
  line-height: 1.52;
}
@media (max-width: 960px) {
  section.catch .profile {
    padding-left: 16px;
    font-size: 1.2rem;
    line-height: 1.45;
  }
}
section.catch .profile::before {
  content: "";
  width: 10px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #eba511;
}
@media (max-width: 960px) {
  section.catch .profile::before {
    width: 5px;
  }
}
section.catch .name {
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
@media (max-width: 960px) {
  section.catch .name {
    margin-bottom: 12px;
  }
}
section.catch .name span {
  display: block;
  margin-top: 7px;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 960px) {
  section.catch .name span {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
@media (max-width: 960px) {
  section.catch .img {
    width: 100%;
    text-align: center;
  }
}

section.interview {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  section.interview {
    margin-bottom: 45px;
  }
}
section.interview .inner {
  max-width: 1110px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.interview .inner {
    display: block;
  }
}
section.interview .img_box {
  width: 360px;
}
@media (max-width: 960px) {
  section.interview .img_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 26px;
  }
}
@media (max-width: 960px) {
  section.interview .img_box .img {
    width: 35.3%;
  }
}
@media (max-width: 960px) {
  section.interview .img_box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.interview .img_box .txt {
  padding: 22px 29px 23px;
  background: #f8f5f0;
}
@media (max-width: 960px) {
  section.interview .img_box .txt {
    width: 64.7%;
    padding: 11px 14px;
  }
}
section.interview .img_box .txt p {
  font-size: 1.5rem;
  line-height: 1.88;
}
@media (max-width: 960px) {
  section.interview .img_box .txt p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
section.interview .img_box .txt p:first-child {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 960px) {
  section.interview .img_box .txt p:first-child {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
}
section.interview .img_box .txt + .note {
  margin-top: 7px;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  section.interview .img_box .txt + .note {
    width: 100%;
    margin-top: 9px;
    font-size: 1.2rem;
    text-align: right;
  }
}
section.interview .content {
  width: calc(100% - 440px);
  margin-top: -7px;
  line-height: 1.75;
}
@media (max-width: 960px) {
  section.interview .content {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
  }
}
section.interview .content h2 {
  margin: 28px 0 12px;
  position: relative;
  color: #eba511;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 960px) {
  section.interview .content h2 {
    margin: 24px 0 6px;
    font-size: 1.6rem;
  }
}
section.interview .content h2:first-child {
  margin-top: 0;
}
section.interview .content h2::before {
  content: "";
  position: absolute;
  background: #eba511;
  width: 30px;
  height: 3px;
  top: 15px;
  left: -41px;
}
@media (max-width: 960px) {
  section.interview .content h2::before {
    width: 15px;
    height: 2px;
    top: 12px;
    left: -20px;
  }
}
section.interview .content p span {
  display: block;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 960px) {
  section.interview .content p span {
    margin-bottom: 31px;
    padding-left: 13px;
  }
}
section.interview .content p span::before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #707070;
}
section.interview .content p span a {
  position: relative;
  color: #707070;
  text-decoration: none;
}
section.interview .content p span a::after {
  content: "";
  position: absolute;
  background: #b7b7b7;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}

section.career {
  margin-bottom: 84px;
}
@media (max-width: 960px) {
  section.career {
    margin-bottom: 48px;
  }
}
section.career h2 {
  margin-bottom: 37px;
  color: #555;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  section.career h2 {
    margin-bottom: 18px;
    margin-left: -2px;
    font-size: 5rem;
  }
}
section.career h2:first-letter {
  color: #eba511;
}
section.career h2 span {
  position: relative;
  margin-left: 30px;
  bottom: 2px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  section.career h2 span {
    margin-left: 9px;
    bottom: 1px;
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  section.career .career_table.tScroll {
    overflow: auto;
    width: calc(100% + 34px);
    -webkit-transform: translateX(-17px);
            transform: translateX(-17px);
  }
}
@media (max-width: 960px) {
  section.career .career_table.tScroll .tSBox {
    display: inline-block;
    width: 100%;
    padding: 0 17px;
  }
}
@media (max-width: 724px) {
  section.career .career_table.tScroll .tSBox {
    width: auto;
  }
}
@media (max-width: 960px) {
  section.career .career_table.tScroll .scroll {
    min-width: 100%;
    display: block;
    overflow: auto;
  }
  section.career .career_table.tScroll .scroll tbody {
    width: 100%;
    display: table;
  }
}
section.career .career_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
section.career .career_table table tr:last-child td {
  border-bottom: none;
}
section.career .career_table table th {
  background: #eba511;
  padding: 9px 10px;
  color: #fff;
}
section.career .career_table table th:first-child {
  width: 24.075%;
}
@media (max-width: 960px) {
  section.career .career_table table th:first-child {
    width: 124px;
    min-width: 124px;
  }
}
section.career .career_table table th:nth-child(2) {
  width: 27.871%;
}
@media (max-width: 960px) {
  section.career .career_table table th:nth-child(2) {
    width: auto;
    min-width: 252px;
  }
}
section.career .career_table table th:nth-child(3) {
  width: 11.204%;
  min-width: 120px;
}
@media (max-width: 960px) {
  section.career .career_table table th:nth-child(3) {
    width: auto;
    min-width: 105px;
  }
}
section.career .career_table table th:last-child {
  width: 36.85%;
}
@media (max-width: 960px) {
  section.career .career_table table th:last-child {
    width: auto;
    min-width: 260px;
  }
}
section.career .career_table table th + th {
  border-left: 1px solid #fff;
}
section.career .career_table table td {
  padding: 21.3px 26px 21px 34px;
  line-height: 1.73;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 960px) {
  section.career .career_table table td {
    padding: 9px 14px 10px;
  }
}
section.career .career_table table td:first-child {
  background: #f8f5f0;
  padding-left: 29px;
  padding-right: 20px;
}
@media (max-width: 960px) {
  section.career .career_table table td:first-child {
    padding-left: 14px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
section.career .career_table table td:nth-child(3) {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
section.career .career_table table td:last-child {
  padding-left: 32px;
  padding-right: 28px;
}
@media (max-width: 960px) {
  section.career .career_table table td:last-child {
    padding-left: 14px;
    padding-right: 14px;
  }
}
section.career .career_table table td + td {
  border-left: 1px dotted #b7b7b7;
}

section.schedule {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  section.schedule {
    margin-bottom: 42px;
  }
}
section.schedule .table_wrap {
  background: #f8f5f0;
  padding: 56px 59px;
}
@media (max-width: 960px) {
  section.schedule .table_wrap {
    padding: 43px 20px;
  }
}
section.schedule h2 {
  margin-bottom: 40px;
  margin-left: -3px;
  color: #555;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  section.schedule h2 {
    margin-bottom: 22px;
    margin-left: -2px;
    font-size: 5rem;
  }
}
section.schedule h2:first-letter {
  color: #eba511;
}
section.schedule h2 span {
  position: relative;
  margin-left: 30px;
  bottom: 2px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  section.schedule h2 span {
    display: block;
    margin-top: 14px;
    margin-left: 0;
    bottom: 0;
    font-size: 1.6rem;
  }
}
section.schedule .time_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.schedule .time_table {
    display: block;
  }
}
section.schedule .time_table .table_box {
  position: relative;
  width: 50%;
  padding: 0 18px;
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box {
    width: 100%;
    padding: 0 0 0 14px;
  }
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box:first-child::before {
    top: auto;
    bottom: -2;
  }
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box:last-child::before {
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box:last-child table tr:first-child td {
    padding-top: 14px;
  }
}
section.schedule .time_table .table_box::before {
  content: "";
  position: absolute;
  background: #eba511;
  width: 2px;
  height: calc(100% - 15px);
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box::before {
    width: 1px;
    height: calc(100% - 6px);
  }
}
section.schedule .time_table .table_box table {
  width: 100%;
}
section.schedule .time_table .table_box table tr + tr td {
  padding-top: 17px;
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box table tr + tr td {
    padding-top: 15px;
  }
}
section.schedule .time_table .table_box table td {
  line-height: 1.7;
  vertical-align: top;
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box table td {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
section.schedule .time_table .table_box table td:first-child {
  width: 60px;
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box table td:first-child {
    width: 43px;
  }
}
section.schedule .time_table .table_box table td:last-child {
  width: calc(100% - 60px);
}
@media (max-width: 960px) {
  section.schedule .time_table .table_box table td:last-child {
    width: calc(100% - 43px);
  }
}
section.schedule .time_table .table_box table td span {
  display: block;
  color: #eba511;
  font-weight: bold;
}

section.mission {
  height: 680px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 960px) {
  section.mission {
    height: auto;
    background: none;
  }
}
section.mission .txt {
  width: 730px;
  margin: auto;
  padding: 57px 58px 56px 49px;
  line-height: 1.75;
  position: absolute;
  top: 49.45%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1400px) {
  section.mission .txt {
    left: 15px;
  }
}
@media (max-width: 960px) {
  section.mission .txt {
    position: static;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 17px;
    -webkit-transform: none;
            transform: none;
  }
}
section.mission .txt h2 {
  margin-bottom: 32px;
  color: #555;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.005em;
  line-height: 1;
}
@media (max-width: 960px) {
  section.mission .txt h2 {
    margin-bottom: 25px;
    font-size: 5rem;
    line-height: 1.1;
  }
}
section.mission .txt h2:first-letter {
  color: #eba511;
}
section.mission .txt h2 span {
  display: block;
  margin-top: 26px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 960px) {
  section.mission .txt h2 span {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  section.mission .txt p {
    font-size: 1.4rem;
  }
}
section.mission .img {
  padding: 0 17px;
  text-align: center;
}

@media (min-width: 961px) {
  article.voice01 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice01/catch.jpg");
  }
}
@media (min-width: 961px) {
  article.voice01 section.catch .job {
    margin-bottom: 23px;
    font-size: 3.3rem;
  }
}
article.voice01 section.catch .copy {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  article.voice01 section.catch .copy {
    margin-bottom: 24px;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 960px) {
  article.voice01 section.catch .profile {
    font-size: 1.3rem;
  }
}
@media (max-width: 960px) {
  article.voice01 section.catch .name {
    margin-bottom: 13px;
  }
}
@media (max-width: 960px) {
  article.voice01 section.interview {
    margin-bottom: 36px;
  }
}
@media (min-width: 961px) {
  article.voice01 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice01/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice02 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice02/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice02 section.catch .inner {
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice02 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice02 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice02/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice03 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice03/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice03 section.catch .inner {
    min-height: 428px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice03 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (min-width: 961px) {
  article.voice03 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice03/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice04 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice04/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice04 section.catch .inner {
    min-height: 433px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice04 section.catch .job {
    margin-top: 4px;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice04 section.catch .job {
    margin-bottom: 12px;
  }
}
article.voice04 section.catch .copy {
  margin-left: -5px;
}
@media (max-width: 960px) {
  article.voice04 section.catch .copy {
    margin-left: -3px;
  }
}
@media (max-width: 960px) {
  article.voice04 section.interview {
    margin-bottom: 36px;
  }
}
@media (min-width: 961px) {
  article.voice04 section.career {
    margin-bottom: 60px;
  }
}
@media (min-width: 961px) {
  article.voice04 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice04/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice04 section.mission .txt {
    top: 47.4%;
  }
}

@media (min-width: 961px) {
  article.voice05 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice05/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice05 section.catch .inner {
    min-height: 454px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice05 section.catch .job {
    margin-top: 2px;
  }
}
@media (max-width: 960px) {
  article.voice05 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (min-width: 961px) {
  article.voice05 section.catch .copy {
    margin-bottom: 66px;
  }
}
@media (max-width: 960px) {
  article.voice05 section.catch .copy {
    letter-spacing: -0.005em;
  }
}
@media (max-width: 960px) {
  article.voice05 section.interview {
    margin-bottom: 38px;
  }
}
@media (min-width: 961px) {
  article.voice05 section.career {
    margin-bottom: 57px;
  }
}
@media (min-width: 961px) {
  article.voice05 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice05/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice05 section.mission .txt {
    top: 51.3%;
  }
}

@media (min-width: 961px) {
  article.voice06 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice06/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice06 section.catch .inner {
    min-height: 454px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice06 section.catch .job {
    margin-top: 3px;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice06 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  article.voice06 section.catch .copy {
    margin-bottom: 24px;
  }
}
@media (max-width: 960px) {
  article.voice06 section.interview {
    margin-bottom: 38px;
  }
}
@media (min-width: 961px) {
  article.voice06 section.career {
    margin-bottom: 84px;
  }
}
@media (min-width: 961px) {
  article.voice06 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice06/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice06 section.mission .txt {
    top: 49.3%;
  }
}

@media (min-width: 961px) {
  article.voice07 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice07/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice07 section.catch .inner {
    min-height: 451px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice07 section.catch .job {
    margin-bottom: 25px;
    font-size: 3.3rem;
  }
}
@media (max-width: 960px) {
  article.voice07 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  article.voice07 section.catch .copy {
    margin-bottom: 24px;
  }
}
@media (min-width: 961px) {
  article.voice07 section.interview .img_box .txt p:last-child {
    letter-spacing: -0.001em;
  }
}
@media (max-width: 960px) {
  article.voice07 section.schedule .table_wrap {
    padding-right: 12px;
  }
}
@media (min-width: 961px) {
  article.voice07 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice07/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice07 section.mission .txt {
    top: 49.3%;
  }
}

@media (min-width: 961px) {
  article.voice08 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice08/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice08 section.catch .inner {
    min-height: 505px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice08 section.catch .job {
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice08 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  article.voice08 section.catch .copy {
    margin-bottom: 24px;
  }
}
@media (min-width: 961px) {
  article.voice08 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice08/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice08 section.mission .txt {
    top: 49.3%;
  }
}

@media (min-width: 961px) {
  article.voice09 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice09/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice09 section.catch .inner {
    min-height: 468px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice09 section.catch .job {
    margin-top: 6px;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice09 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice09 section.catch .copy {
    margin-bottom: 67px;
  }
}
@media (min-width: 961px) {
  article.voice09 section.catch .name {
    margin-bottom: 17px;
  }
}
@media (max-width: 960px) {
  article.voice09 section.catch .name {
    margin-bottom: 9px;
  }
}
@media (max-width: 960px) {
  article.voice09 section.schedule .table_wrap {
    padding-right: 12px;
  }
}
@media (min-width: 961px) {
  article.voice09 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice09/mission.jpg");
  }
}
@media (min-width: 961px) {
  article.voice09 section.mission .txt {
    top: 47.2%;
  }
}

@media (min-width: 961px) {
  article.voice10 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice10/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice10 section.catch .inner {
    min-height: 461px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice10 section.catch .job {
    margin-top: 7px;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice10 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (max-width: 960px) {
  article.voice10 section.catch .name {
    margin-bottom: 9px;
  }
}
@media (min-width: 961px) {
  article.voice10 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice10/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice11 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice11/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice11 section.catch .inner {
    min-height: 437px;
    padding-top: 29px;
  }
}
@media (min-width: 961px) {
  article.voice11 section.catch .job {
    margin-top: 7px;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  article.voice11 section.catch .job {
    margin-bottom: 12px;
  }
}
@media (max-width: 960px) {
  article.voice11 section.catch .copy {
    margin-bottom: 24px;
  }
}
@media (max-width: 960px) {
  article.voice11 section.catch .name {
    margin-bottom: 9px;
  }
}
@media (min-width: 961px) {
  article.voice11 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice11/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice12 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice12/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice12 section.catch .inner {
    min-height: 458px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice12 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice12 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice12/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice13 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice13/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice13 section.catch .inner {
    min-height: 476px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice13 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice13 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice13/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice14 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice14/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice14 section.catch .inner {
    min-height: 458px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice14 section.catch .job {
    margin-bottom: 11px;
  }
}
article.voice14 section.interview .inner .content .img {
  text-align: center;
  margin: 34px 0 43px;
}
@media (max-width: 960px) {
  article.voice14 section.interview .inner .content .img {
    margin: 24px 0 0;
  }
}
@media (min-width: 961px) {
  article.voice14 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice14/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice15 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice15/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice15 section.catch .inner {
    min-height: 458px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice15 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice15 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice15/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice16 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice16/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice16 section.catch .inner {
    min-height: 476px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice16 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice16 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice16/mission.jpg");
  }
}

@media (min-width: 961px) {
  article.voice17 section.catch {
    background-image: url("/recruit/info/img/voice/article/voice17/catch.jpg");
  }
}
@media (max-width: 960px) {
  article.voice17 section.catch .inner {
    min-height: 458px;
    padding-top: 29px;
  }
}
@media (max-width: 960px) {
  article.voice17 section.catch .job {
    margin-bottom: 11px;
  }
}
@media (min-width: 961px) {
  article.voice17 section.mission {
    background-image: url("/recruit/info/img/voice/article/voice17/mission.jpg");
  }
}

section.staff .inner {
  max-width: 1825px;
  padding: 95px 100px 100px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 960px) {
  section.staff .inner {
    padding: 53px 17px 58px;
  }
}
section.staff h2 {
  margin-bottom: 58px;
  color: #555;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  section.staff h2 {
    margin-bottom: 24px;
    margin-left: -2px;
    font-size: 5rem;
  }
}
section.staff h2:first-letter {
  color: #eba511;
}
section.staff h2 span {
  position: relative;
  margin-left: 32px;
  bottom: 1px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  section.staff h2 span {
    margin: 15px 0 0 4px;
    display: block;
    font-size: 1.6rem;
  }
}
section.staff .voice_list {
  width: calc(100% + 18px);
  margin-bottom: 61px;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
@media (max-width: 960px) {
  section.staff .voice_list {
    width: calc(100% + 10px);
    margin-bottom: 24px;
    padding: 0 33px;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
section.staff .voice_list li {
  padding: 0 5px;
}
section.staff .voice_list a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
}
section.staff .voice_list a::before {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 960px) {
  section.staff .voice_list a::before {
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  }
}
section.staff .voice_list .txt {
  padding: 0 12px;
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media (max-width: 960px) {
  section.staff .voice_list .txt {
    padding: 0 7px;
    bottom: 9px;
  }
}
section.staff .voice_list .txt .name {
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}
@media (max-width: 960px) {
  section.staff .voice_list .txt .name {
    margin-bottom: 3px;
  }
}
section.staff .voice_list .txt .position {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  color: #fff;
}
@media (max-width: 960px) {
  section.staff .voice_list .txt .position {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media (min-width: 961px) {
  section.staff .voice_list .txt .position.ls_pc {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 960px) {
  section.staff .voice_list .txt .position.ls_sp {
    letter-spacing: 0.01em;
  }
}
section.staff .voice_list img.pc {
  display: block;
}
@media (max-width: 960px) {
  section.staff .voice_list img.pc {
    display: none;
  }
}
section.staff .voice_list img.sp {
  display: none;
}
@media (max-width: 960px) {
  section.staff .voice_list img.sp {
    display: block;
  }
}
section.staff .voice_list .slick-arrow {
  position: absolute;
  width: 21px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 960px) {
  section.staff .voice_list .slick-arrow {
    width: 10px;
    height: 18px;
  }
}
section.staff .voice_list .slick-arrow.slick-prev {
  left: -70px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 960px) {
  section.staff .voice_list .slick-arrow.slick-prev {
    left: 6px;
  }
}
section.staff .voice_list .slick-arrow.slick-next {
  right: -70px;
}
@media (max-width: 960px) {
  section.staff .voice_list .slick-arrow.slick-next {
    right: 6px;
  }
}
section.staff .glint_back span::before, section.staff .glint_back span::after {
  background-color: #eba511;
}
@media (max-width: 960px) {
  section.staff .btn::after {
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
}

_:-ms-lang(x)::-ms-backdrop, section.staff .btn {
  height: 70px;
}

@media (max-width: 960px) {
  _:-ms-lang(x)::-ms-backdrop, section.staff .btn {
    height: 50px;
  }
}