@charset "utf-8";

main * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
}
section[class^="sec-"] {
  padding-left: 0;
  padding-right: 0;
}
.footer {
  margin-top: 100px;
}
.font-mon {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .pcHidden {
    display: none;
  }
}

@media (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
  .footer {
    margin-top: 16vw;
    padding-bottom: 18vw;
  }
  .spHidden,
  .footer__pagetop {
    display: none !important;
  }
}

/* key-visual
-------------------------------------------------- */
.key-visual {
  opacity: 0.75;
  animation: brightness 2s 0.5s forwards;
}
.key-visual .inner {
  max-width: 1150px;
  margin: 0 auto;
}

.key-visual .kv-ttl .main {
  display: block;
  margin-bottom: 1.5%;
  font-size: 16px;
  font-weight: bold;
}
.key-visual .kv-ttl .sub {
  max-width: 618px;
}
.key-visual .kv-copy {
  font-size: 1vw;
  text-align: justify;
  line-height: 1.4;
}

@keyframes brightness {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1401px) {
  .key-visual .kv-copy {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .key-visual {
    position: relative;
  }
  .key-visual .inner {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    transform: translateX(-50%);
  }
  .key-visual .kv-ttl {
    width: 58.8571%;
  }
  .key-visual .kv-copy {
    width: 35%;
    max-width: 370px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .key-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vw;
    background: url(../img/recruit/index/kv-bg-sp.png) no-repeat center center;
    background-size: cover;
  }
  .key-visual .inner {
    width: 89.3333vw;
    margin: 0 auto;
  }
  .key-visual .kv-ttl .main {
    margin: 1.3333vw 0 0;
    font-size: 2.6666vw;
    text-align: center;
  }
  .key-visual .kv-ttl .sub {
    display: block;
    width: 84.6666vw;
    margin: 0 auto;
  }
  .key-visual .kv-copy {
    margin-top: 1.3333vw;
    font-size: 2.6666vw;
    line-height: 1.25;
  }
  .key-visual .kv-bg {
    display: none;
  }
}

/* page-nav
-------------------------------------------------- */
.page-nav {
  position: relative;
  max-width: 980px;
  border-radius: 50px;
  background: #d71718;
  margin: -30px auto 0;
  transition: width 0.35s;
  z-index: 5;
}
.page-nav.fixed {
  width: 100%;
  max-width: initial;
  height: 50px;
  border-radius: 0;
}
.page-nav .page-nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.page-nav .page-nav-list li {
  width: 16.6666%;
  height: 60px;
}
.page-nav.fixed .page-nav-list li {
  height: 50px;
}
.page-nav .page-nav-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.page-nav .page-nav-list li + li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .page-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 95%;
  }
  .page-nav.sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-nav {
    width: 99%;
    margin-top: -7.3333vw;
  }
  .page-nav.sp {
    position: fixed;
    left: 0;
    bottom: 0;
    transition: opacity 0.75s, visibility 0.75s;
    visibility: hidden;
    opacity: 0;
  }
  .page-nav.sp.fixed {
    visibility: visible;
    opacity: 1;
  }
  .page-nav .page-nav-list li {
    height: 14.6666vw;
  }
  .page-nav .page-nav-list li:nth-child(1) {
    width: 16.6666%;
    padding-left: 2%;
  }
  .page-nav .page-nav-list li:nth-child(6) {
    width: 16.6666%;
    padding-right: 0.5%;
  }
  .page-nav .page-nav-list li:nth-child(3) {
    width: 12.6666%;
  }
  .page-nav .page-nav-list li a {
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.2;
  }
  .header__nav {
    z-index: 6;
  }
  .header__trigger {
    z-index: 10;
  }
}

/* common
-------------------------------------------------- */
[class^="sec-"] + [class^="sec-"] {
  margin-top: 200px;
}
[class^="sec-"] .heading {
  max-width: 1400px;
  margin: 0 auto;
}
[class^="sec-"] .heading .sec-ttl {
  position: relative;
  max-width: 1100px;
  z-index: 2;
}
[class^="sec-"] .heading .en-ttl {
  position: relative;
  color: rgba(153, 156, 158, 0.2);
  text-align: right;
}
[class^="sec-"] .heading .en-ttl::before {
  content: "";
  position: absolute;
  right: 0;
  top: -100px;
  width: 880px;
  height: 210px;
  background: #f1f2ef;
}
[class^="sec-"] .heading .en-ttl span {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
  font-size: 140px;
  font-weight: bold;
  text-align: left;
  line-height: 0.78;
}
[class^="sec-"] > .detail {
  margin: 0 auto;
}
[class^="sec-"] > .detail .sec-sub-ttl {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #d71718;
}
[class^="sec-"] > .detail .sec-sub-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 5px;
  background: #d71718;
}
[class^="sec-"] > .detail .sec-sub-ttl .en-ttl {
  display: block;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
[class^="sec-"] > .detail .detail-inner:nth-of-type(n + 2) {
  margin-top: 120px;
}
.btn-type-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d71718;
  background: #d71718;
  border-radius: 50px;
}
.btn-type-arrow span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.btn-type-arrow.entry span {
  font-size: 24px;
}
.btn-type-arrow.entry span::before {
  right: -130px;
  top: 50%;
  width: 36px;
  height: 10px;
}
.btn-type-arrow span::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  width: 27px;
  height: 7px;
  background: url(../img/recruit/index/icon-arrow-wh.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
.btn-type-arrow.wh {
  background: #fff;
}
.btn-type-arrow.wh span {
  color: #d71718;
}
.btn-type-arrow.wh span::before {
  background: url(../img/recruit/index/icon-arrow-red.png) no-repeat 0 0;
  background-size: 100%;
}
.job-list li {
  padding: 25px;
  border: 3px solid #d71718;
  border-radius: 10px;
  text-align: center;
}
.job-list li dt {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #d71718;
}
.job-list li dt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #d71718;
  transform: translateX(-50%);
}
.job-list li dt span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.job-list li dd {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  [class^="sec-"] > .detail {
    max-width: 1080px;
    padding: 0 50px;
  }
  .btn-type-arrow {
    width: 300px;
    height: 60px;
  }
  .btn-type-arrow:hover {
    background: #fff;
  }
  .btn-type-arrow.wh:hover {
    background: #d71718;
  }
  .btn-type-arrow:hover span {
    color: #d71718;
  }
  .btn-type-arrow.wh:hover span {
    color: #fff;
  }
  .btn-type-arrow:hover span::before {
    background: url(../img/recruit/index/icon-arrow-red.png) no-repeat 0 0;
    background-size: 100%;
  }
  .btn-type-arrow.wh:hover span::before {
    background: url(../img/recruit/index/icon-arrow-wh.png) no-repeat 0 0;
    background-size: 100%;
  }
  .job-list {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 40px auto 0;
  }
  .job-list li dt {
    height: 75px;
  }
  .job-list li .btn-type-arrow {
    width: 250px;
    height: 50px;
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .job-list {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
  }
  .job-list li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  [class^="sec-"] + [class^="sec-"] {
    margin-top: 26.6666vw;
  }
  [class^="sec-"] .heading .sec-ttl {
    width: 85.3333vw;
  }
  [class^="sec-"] .heading .en-ttl::before {
    content: "";
    position: absolute;
    top: -19.3333vw;
    width: 57.3333vw;
    height: 28vw;
  }
  [class^="sec-"] .heading .en-ttl span {
    position: relative;
    margin-top: 1.6vw;
    font-size: 16vw;
  }
  [class^="sec-"] > .detail {
    width: 89.3333vw;
  }
  [class^="sec-"] > .detail .sec-sub-ttl {
    padding-left: 4vw;
    font-size: 4vw;
  }
  [class^="sec-"] > .detail .sec-sub-ttl::before {
    left: 0;
    top: 1.7333vw;
    width: 2.1333vw;
    height: 0.8vw;
  }
  [class^="sec-"] > .detail .sec-sub-ttl .en-ttl {
    margin-top: 1.3333vw;
    font-size: 2.6666vw;
  }
  [class^="sec-"] > .detail .detail-inner:nth-of-type(n + 2) {
    margin-top: 16vw;
  }
  .btn-type-arrow {
    width: 53.3333vw;
    height: 10.6666vw;
  }
  .btn-type-arrow span {
    font-size: 3.4666vw;
  }
  .btn-type-arrow span::before {
    right: -13.3332vw;
    background-size: 5.8666vw 1.3333vw;
  }
  .job-list {
    width: 81.3333vw;
    margin: 5.3333vw auto 0;
  }
  .job-list li {
    padding: 5.3333vw 0;
  }
  .job-list li + li {
    margin-top: 5.3333vw;
  }
  .job-list li dt {
    padding-bottom: 3.2vw;
    font-size: 4.5333vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .job-list li dt span {
    font-size: 2.9333vw;
  }
  .job-list li dd {
    margin-top: 3.2vw;
    font-size: 3.4666vw;
  }
  .job-list .btn-type-arrow {
    margin: 4vw auto 0;
  }
}

/* sec-about
-------------------------------------------------- */
.sec-about {
  margin-top: 100px;
}
.sec-about .detail {
  margin-top: 20px;
}
.sec-about .slogan-copy {
  font-size: 42px;
  font-weight: bold;
}
#modal-slogan {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
#modal-slogan .modal-inner {
  padding: 70px 50px;
  text-align: center;
}
#modal-slogan .slogan-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
#modal-slogan .slogan-copy {
  margin-top: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
#modal-slogan .note {
  display: block;
  margin: 20px auto 0;
  font-size: 12px;
  text-align: right;
  line-height: 1.3;
}
#modal-slogan .logo-c {
  max-width: 180px;
  margin: 60px auto 0;
  text-align: center;
}

.sec-about .value .inner {
  margin-top: 40px;
  padding: 30px;
  border-radius: 10px;
  background: #f2f2f2;
}
.sec-about .value .value-definition {
  color: #d71718;
  text-align: center;
}
.sec-about .value-definition dt {
  font-size: 40px;
  font-weight: bold;
}
.sec-about .value .value-definition dd {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.sec-about .value .value-list {
  position: relative;
  margin-top: 20px;
}
.sec-about .value .value-list li + li {
  margin-top: 15px;
}
.sec-about .value .value-list li .list-ttl {
  position: relative;
  display: flex;
  align-items: center;
  width: 44.5%;
  height: 60px;
  padding-left: 25px;
  border: 2px solid #d71718;
  border-radius: 50px;
  background: url(../img/recruit/index/icon-arrow-red.png) no-repeat right 17px
    center #fff;
  background-size: 27px 7px;
  font-size: 2vw;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.sec-about .value .value-list li.current .list-ttl {
  width: 47%;
  background: #d71718;
  color: #fff;
}
.sec-about .value .value-list li .list-ttl .num {
  display: inline-block;
  margin-right: 0.25em;
  color: #d71718;
  font-size: 2vw;
  font-weight: bold;
}
.sec-about .value .value-list li.current .list-ttl .num {
  color: #fff;
  font-weight: bold;
}
.sec-about .value .value-list .value-a {
  transition: opacity 0.35s, visibility 0.35s;
  visibility: hidden;
  opacity: 0;
}
.sec-about .value .value-list li.current .value-a {
  visibility: visible;
  opacity: 1;
}
.sec-about .value .value-a dt {
  font-size: 2.8vw;
  font-weight: bold;
}
.sec-about .value .value-a dd {
  margin-top: 20px;
  font-size: 1.6vw;
  line-height: 2;
}
.sec-about .value .value-a dt .num {
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #d71718;
}
.sec-about .massage .profile {
  margin-top: 40px;
}
.sec-about .massage .profile + .profile {
  margin-top: 125px;
}
.sec-about .massage .profile .elem-wrap {
  margin-top: 40px;
}
.sec-about .massage .profile .profile-ttl {
  display: flex;
  align-items: flex-end;
}
.sec-about .massage .profile .profile-ttl .ja {
  font-size: 26px;
  font-weight: bold;
}
.sec-about .massage .profile .profile-ttl .en {
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #a5a5a5;
}
.sec-about .massage .profile .profile-copy {
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}
.sec-about .massage .profile .profile-copy .photo {
  display: inline-block;
  width: 150px;
}
.sec-about .massage .profile .profile-copy .photo.left {
  float: left;
  margin: 0 15px 0 0;
}
.sec-about .massage .profile .profile-copy .photo.right {
  float: right;
  margin: 0 0 0 15px;
}
.sec-about .massage .profile .movie-thumb img,
.sec-about .massage .profile .profile-copy .photo img {
  width: 100%;
}
.sec-about .massage .profile .movie-thumb a {
  position: relative;
  display: block;
  border: 3px solid #d71718;
  border-radius: 10px;
  overflow: hidden;
}
.sec-about .massage .profile .movie-thumb a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  background: url(../img/recruit/index/icon-play.png) no-repeat 0 0;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.sec-about .massage .profile .movie-thumb figcaption {
  display: block;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #d71718;
}
.sec-about .massage .btn-type-arrow {
  width: 390px;
  margin: 40px auto 0;
}

@media (min-width: 1001px) {
  .sec-about .value .value-list li .list-ttl,
  .sec-about .value .value-list li .list-ttl .num {
    font-size: 20px;
  }
  .sec-about .value .value-a dt {
    font-size: 28px;
  }
  .sec-about .value .value-a dt .num {
    font-size: 24px;
  }
  .sec-about .value .value-a dd {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .sec-about .heading .en-ttl span {
    margin-right: 190px;
  }
  .sec-about .slogan .elem-wrap {
    display: flex;
    justify-content: space-between;
  }
  .sec-about .slogan .elem-wrap {
    align-items: center;
  }
  .sec-about .massage .profile .elem-wrap {
    display: flex;
    justify-content: space-between;
  }
  .sec-about .massage .profile:nth-of-type(even) .elem-wrap {
    flex-direction: row-reverse;
  }
  .sec-about .massage .profile .profile-copy {
    width: 42.8571%;
    overflow: hidden;
  }
  .sec-about .massage .profile .movie-thumb {
    width: 53.0612%;
  }
  .sec-about .value .value-list li {
    position: relative;
    display: flex;
  }
  .sec-about .value .value-list .value-a {
    position: absolute;
    left: 47.3%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46.5%;
    height: 360px;
    margin-left: 4.5%;
    padding-left: 4%;
  }
  .sec-about .value .value-a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d71718;
  }
  .sec-about .value .value-list li.current .list-ttl::before {
    content: "";
    position: absolute;
    right: -11%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 24px 11px 0;
    border-color: transparent #d71717 transparent transparent;
  }
  .sec-about .value .value-list li.current .list-ttl::after {
    content: "";
    position: absolute;
    right: calc(-11% - 2px);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 22px 9px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    z-index: 2;
  }
  .sec-about .value .value-list li:nth-child(2) .value-a {
    top: -75px;
  }
  .sec-about .value .value-list li:nth-child(3) .value-a {
    top: -150px;
  }
  .sec-about .value .value-list li:nth-child(4) .value-a {
    top: -225px;
  }
  .sec-about .value .value-list li:nth-child(5) .value-a {
    top: -290px;
  }
  #modal-slogan .note {
    width: 615px;
  }
}

@media (max-width: 767px) {
  .sec-about {
    margin-top: 10vw;
  }
  .sec-about .heading .en-ttl span {
    margin-right: -10vw;
  }
  .sec-about .slogan-copy {
    font-size: 4.8vw;
  }
  .sec-about .btn-type-arrow {
    margin: 5.3333vw auto;
  }
  .sec-about .value .inner {
    padding: 5.3333vw 4vw;
  }
  .sec-about .value .value-definition dt {
    font-size: 6.4vw;
  }
  .sec-about .value .value-definition dd {
    font-size: 3.46666vw;
    letter-spacing: 0;
  }

  .sec-about .value .value-list li .list-ttl {
    width: 100%;
    height: 10.3333vw;
    font-size: 4vw;
    background: url(../img/recruit/index/icon-arrow-red2.png) no-repeat right
      5.3333vw center #fff;
    background-size: 1.86666vw 4.2666vw;
  }
  .sec-about .value .value-list li .list-ttl .num {
    font-size: 4vw;
  }
  .sec-about .value .value-list li.current .list-ttl {
    width: 100%;
    height: 13.3333vw;
  }
  .sec-about .value .value-list li:nth-child(n + 2) .value-a {
    display: none;
  }
  .sec-about .value .value-a dt {
    display: none;
  }
  .sec-about .value .value-a dd {
    margin-top: 3.2vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }
  .sec-about .massage .profile {
    margin-top: 5.3333vw;
  }
  .sec-about .massage .profile + .profile {
    margin-top: 10.3333vw;
  }
  .sec-about .massage .profile .elem-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4vw;
  }
  .sec-about .massage .profile .profile-ttl .ja {
    font-size: 4.2666vw;
    letter-spacing: 0;
  }
  .sec-about .massage .profile .profile-ttl .en {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .sec-about .massage .profile .profile-copy {
    margin-top: 6vw;
    font-size: 3.2vw;
  }
  .sec-about .massage .profile .profile-copy .photo {
    width: 26.6666vw;
  }
  .sec-about .massage .profile .profile-copy .photo.left {
    padding: 0 0.6666vw 0 0;
  }
  .sec-about .massage .profile .movie-thumb figcaption {
    margin-top: 1.3333vw;
    font-size: 3.2vw;
  }
  .sec-about .massage .btn-type-arrow {
    width: 80vw;
    margin-top: 6vw;
  }
  .sec-about .massage .btn-type-arrow span::before {
    right: -8.5vw;
  }
  #modal-slogan .modal-inner {
    padding: 6.6666vw 4vw;
  }
  #modal-slogan .slogan-ttl {
    font-size: 5.8666vw;
    line-height: 1.3;
  }
  #modal-slogan .slogan-copy {
    margin-top: 4vw;
    font-size: 3.46666vw;
    text-align: justify;
  }
  #modal-slogan .note {
    margin-top: 6vw;
    font-size: 2.6666vw;
    line-height: 1.4;
  }
  #modal-slogan .logo-c {
    width: 34.6666vw;
    margin-top: 6.6666vw;
  }
}

/* sec-job
-------------------------------------------------- */
@media (min-width: 768px) {
  .sec-job .heading .en-ttl span {
    margin-right: 130px;
  }
}

@media (max-width: 767px) {
  .sec-job .heading .en-ttl span {
    margin-right: -10vw;
  }
}

/* sec-environment
-------------------------------------------------- */
.sec-environment .detail {
  margin-top: -30px;
}
.sec-environment .system .elem-wrap {
  display: flex;
  margin-top: 40px;
}
.sec-environment .system .value-ttl-list {
  position: relative;
  width: 36.1702%;
}
.sec-environment .system .value-ttl-list li {
  display: flex;
}
.sec-environment .system .value-ttl-list li .list-ttl {
  position: relative;
  display: flex;
  align-items: center;
  width: 95%;
  height: 60px;
  padding-left: 25px;
  border: 2px solid #d71718;
  border-radius: 50px;
  background: url(../img/recruit/index/icon-arrow-red.png) no-repeat right 17px
    center #fff;
  background-size: 27px 7px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.sec-environment .system .value-ttl-list li.current .list-ttl {
  width: 100%;
  background: #d71718;
  color: #fff;
}
.sec-environment .system .value-ttl-list li .list-ttl .num {
  display: inline-block;
  color: #d71718;
  font-size: 20px;
  font-weight: bold;
}
.sec-environment .system .value-ttl-list li.current .list-ttl .num {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.sec-environment .system .value-definition-list {
  position: relative;
  width: 47.5%;
  margin-left: 10.5%;
  padding-left: 4%;
}
.sec-environment .system .value-definition-list li {
  transition: opacity 0.35s, visibility 0.35s;
  visibility: hidden;
  opacity: 0;
}
.sec-environment .system .value-definition-list li:nth-child(n + 2) {
  position: absolute;
  left: 10.5%;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec-environment .system .value-definition-list li.current {
  visibility: visible;
  opacity: 1;
}
.sec-environment .system .value-definition-list li dt {
  font-size: 28px;
  font-weight: bold;
}
.sec-environment .system .value-definition-list li dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.sec-environment .environment-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.sec-environment .environment-list li {
  width: 31.6326%;
  border: 3px solid #d71718;
  border-radius: 10px;
  text-align: center;
}
.sec-environment .interview-list {
  margin-top: 40px;
}
.sec-environment .interview-list li .photo {
  border-radius: 10px;
  overflow: hidden;
}
.sec-environment .interview-list li .photo img {
  width: 100%;
}
.sec-environment .interview-list li .profile {
  margin-top: 15px;
  text-align: center;
}
.sec-environment .interview-list li .profile dt {
  font-size: 16px;
  font-weight: bold;
}
.sec-environment .interview-list li .profile dd {
  font-size: 16px;
  line-height: 2;
}
.sec-environment .interview-list li .btn-type-arrow {
  width: 250px;
  height: 50px;
  margin: 20px auto 0;
}

.interview {
  position: relative;
}

.modal.interview {
  margin: 100px auto;
}

.modal.interview .modal-ttl {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #d71718;
  text-align: center;
}
.modal.interview .modal-inner {
  padding: 60px 115px;
}
.modal.interview .interview-qa-list {
  margin-top: 30px;
}
.modal.interview .interview-qa-list li + li {
  margin-top: 30px;
}
.modal.interview .interview-qa-list dt {
  font-weight: bold;
  color: #d71718;
}
.modal.interview .interview-qa-list dt,
.modal.interview .interview-qa-list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
.interview .swiper-button-next,
.interview .swiper-button-prev,
.modal.interview .swiper-button-next,
.modal.interview .swiper-button-prev {
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../img/recruit/index/btn-modal.png) no-repeat 0 0;
  background-size: 100%;
  /* transform: translateY(-50%); */
}
.interview .swiper-button-prev,
.modal.interview .swiper-button-prev {
  transform: scale(-1, 1);
}
.staff-thumb-list1 .swiper-wrapper,
.staff-thumb-list2 .swiper-wrapper {
  justify-content: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #877d7d;
}
.staff-thumb-list1 .swiper-wrapper li,
.staff-thumb-list2 .swiper-wrapper li {
  width: 80px !important;
  cursor: pointer;
}
.staff-thumb-list1 .swiper-wrapper li.swiper-slide-thumb-active,
.staff-thumb-list2 .swiper-wrapper li.swiper-slide-thumb-active {
  border: 2px solid #d71718;
  border-radius: 5px;
}
.interview .swiper-button-next,
.interview .swiper-button-prev {
  top: 41%;
  position: absolute;
  cursor: pointer;
}
.modal.interview .swiper-button-next,
.modal.interview .swiper-button-prev {
  position: fixed;
  cursor: pointer;
}
.interview .swiper-button-next.swiper-button-disabled,
.interview .swiper-button-prev.swiper-button-disabled,
.modal.interview .swiper-button-prev.swiper-button-disabled,
.modal.interview .swiper-button-next.swiper-button-disabled {
  display: none;
}

@media (min-width: 768px) {
  .sec-environment .environment-list li {
    padding: 2.5% 0;
  }
  .sec-environment .environment-list li + li {
    margin-left: 2.4489%;
  }
  .sec-environment .environment-list li:nth-child(4n) {
    margin-left: 0;
  }
  .sec-environment .environment-list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .sec-environment .environment-list li img {
    width: 85%;
  }
  .sec-environment .interview-list {
    display: flex;
    justify-content: space-between;
  }
  .sec-environment .system .value-ttl-list li + li {
    margin-top: 15px;
  }
  .sec-environment .system .value-ttl-list li.current .list-ttl::before {
    content: "";
    position: absolute;
    right: -30.4%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 24px 11px 0;
    border-color: transparent #d71717 transparent transparent;
  }
  .sec-environment .system .value-ttl-list li.current .list-ttl::after {
    content: "";
    position: absolute;
    right: calc(-30.4% - 2px);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 22px 9px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
  }
  .sec-environment .system .value-definition-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d71718;
  }
  .sec-environment .system .value-definition-list li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .modal.interview .swiper-button-next {
    right: 50%;
    transform: translateX(755%);
  }
  .interview .swiper-button-next {
    position: absolute;
    display: block;
    right: -30px;
    z-index: 1;
    transform: translateY(-50%);
  }
  .modal.interview .swiper-button-prev {
    left: 50%;
    transform: translateX(-775%) scale(-1, 1);
  }
  .interview .swiper-button-prev {
    position: absolute;
    display: block;
    left: -30px;
    z-index: 1;
    transform: translateY(-50%) scale(-1, 1);
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .modal.interview .swiper-button-next {
    right: 50px;
    transform: translateX(0);
  }
  .modal.interview .swiper-button-prev {
    left: 30px;
    transform: translateX(0) scale(-1, 1);
  }
}

@media (max-width: 767px) {
  .sec-environment .heading .en-ttl span {
    margin-right: -50vw;
  }
  .sec-environment .system .elem-wrap {
    display: block;
  }
  .sec-environment .system .value-ttl-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec-environment .system .value-ttl-list li {
    width: 47.7612%;
  }
  .sec-environment .system .value-definition-list li:nth-child(n + 2) {
    left: 0;
    top: 5.5vw;
  }
  .sec-environment .system .value-ttl-list li:nth-child(n + 3) {
    margin-top: 2.6666vw;
  }
  .sec-environment .system .value-ttl-list li .list-ttl {
    width: 100%;
    height: 9.3333vw;
    font-size: 3.4666vw;
  }
  .sec-environment .system .value-definition-list {
    width: 92.5%;
    height: 65vw;
    margin: 10.3333vw auto 0;
    padding-top: 5.3333vw;
    padding-left: 0;
    border-top: 2px solid #d71718;
  }
  .sec-environment .system .value-definition-list::before {
    width: 100%;
    height: 2px;
  }
  .sec-environment .system .value-definition-list li dt {
    font-size: 4.9333vw;
  }
  .sec-environment .system .value-definition-list li dd {
    margin-top: 2.6666vw;
    font-size: 3.2vw;
  }
  .sec-environment .system .value-ttl-list li .list-ttl {
    background: url(../img/recruit/index/icon-arrow-red2.png) no-repeat right
      4.2vw center #fff;
    background-size: 1.86666vw 4.2666vw;
  }
  .sec-environment .environment-list {
    margin-top: 5.3333vw;
  }
  .sec-environment .environment-list li:nth-child(even) {
    margin-left: 4.4776%;
  }
  .sec-environment .environment-list li:nth-child(n + 3) {
    margin-top: 4vw;
  }
  .sec-environment .environment-list li {
    width: 47.7612%;
  }
  .sec-environment .interview-list {
    margin-top: 4vw;
  }
  .sec-environment .interview-list li .profile dt {
    font-size: 3.2vw;
  }
  .sec-environment .interview-list li .profile dd {
    font-size: 3.2vw;
  }
  .sec-environment .interview-list li .btn-type-arrow {
    width: 53.3333vw;
    height: 10.3333vw;
    margin-top: 4vw;
  }
  .modal.interview .modal-inner {
    padding: 8vw 6.6666vw;
  }
  .modal.interview .interview-qa-list dt,
  .modal.interview .interview-qa-list dd {
    font-size: 3.4666vw;
  }
  .modal.interview .interview-qa-list dt {
    line-height: 1.25;
  }
  .modal.interview .interview-qa-list li + li {
    margin-top: 5.3333vw;
  }
  .interview .swiper-button-next,
  .interview .swiper-button-prev,
  .modal.interview .swiper-button-next,
  .modal.interview .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    background: url(../img/recruit/index/btn-modal-sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  .staff-thumb-list1 .swiper-wrapper li,
  .staff-thumb-list2 .swiper-wrapper li {
    width: 45px !important;
  }
  .interview .swiper-button-next,
  .interview .swiper-button-prev {
    top: 35%;
    z-index: 1;
  }
  .interview .swiper-button-next {
    right: 0;
  }
  .modal.interview .swiper-button-next {
    right: 5.6666vw;
  }
  .modal.interview .swiper-button-prev {
    left: 5.6666vw;
  }
}

/* sec-qa
-------------------------------------------------- */
.sec-qa .qa-list {
  margin-top: 20px;
}
.sec-qa .qa-list li {
  border-top: 1px solid #e1e0e0;
}
.sec-qa .qa-list li:last-child {
  border-bottom: 1px solid #e1e0e0;
}
.sec-qa .qa-list dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 30px;
  cursor: pointer;
}
.sec-qa .qa-list li.open dt {
  background: #f6f6f6;
}
.sec-qa .qa-list dt span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.sec-qa .qa-list li dt::before,
.sec-qa .qa-list li dt::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #d71718;
  transform: translateY(-50%);
}
.sec-qa .qa-list li dt::before {
  right: 29px;
  width: 2px;
  height: 20px;
  transition: transform 0.35s;
}
.sec-qa .qa-list li dt::after {
  right: 20px;
  width: 20px;
  height: 2px;
}
.sec-qa .qa-list li.open dt::before {
  transform: translateY(-50%) rotate(90deg);
}
.sec-qa .qa-list dd {
  display: none;
  padding: 30px 20px;
}
.sec-qa .qa-list dd .text {
  padding-top: 4px;
}
.sec-qa .qa-list dd span {
  font-size: 16px;
  line-height: 2;
}
.sec-qa .qa-list .qa-text {
  display: inline-block;
  margin-right: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #d71718;
}

@media (min-width: 768px) {
  .sec-qa .qa-list dt:hover {
    background: #f6f6f6;
  }
}

@media (max-width: 767px) {
  .sec-qa .heading .en-ttl span {
    margin-right: -25vw;
    white-space: nowrap;
  }
  .sec-qa .qa-list dt {
    padding: 5.3333vw 10vw 5.3333vw 4vw;
  }
  .sec-qa .qa-list dt span {
    font-size: 3.73333vw;
  }
  .sec-qa .qa-list dd span {
    font-size: 3.4667vw;
    line-height: 1.8;
  }
  .sec-qa .qa-list dd .text {
    padding-top: 0.13333vw;
  }
  .sec-qa .qa-list .qa-text {
    margin-right: 2.6666vw;
    font-size: 4.2666vw;
  }
  .sec-qa .qa-list li dt::before {
    right: 5.7333vw;
    height: 4vw;
  }
  .sec-qa .qa-list li dt::after {
    right: 4vw;
    width: 4vw;
  }
}

/* sec-selection
-------------------------------------------------- */
.sec-selection .detail {
  max-width: 1400px;
}
.sec-selection .selection-flow .elem-wrap {
  max-width: 920px;
  margin: 0 auto;
}
.sec-selection .job .elem-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.sec-selection .flow-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 40px auto 0;
}
.sec-selection .flow-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 19px;
  width: 90%;
  height: 2px;
  background: #aeacac;
  transform: translateX(-50%);
}
.sec-selection .flow-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10.8695%;
}
.sec-selection .flow-list li .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #d71718;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
}
.sec-selection .flow-list li .title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #d71718;
}
.sec-selection .flow-list li .icon {
  width: 68px;
  margin-top: 25px;
}
.sec-selection .note {
  margin-top: 40px;
  font-size: 16px;
}
.sec-selection .job {
  padding-top: 80px;
  border-top: 2px solid #d71718;
}
.sec-selection .job .btn-type-arrow.entry {
  width: 500px;
  height: 80px;
  margin: 140px auto 0;
}

@media (max-width: 767px) {
  .sec-selection .heading .en-ttl span {
    margin-right: -47vw;
    white-space: nowrap;
  }
  .sec-selection .flow-list::before {
    top: calc(3.3333vw - 1px);
  }
  .sec-selection .flow-list li .num {
    width: 6.6666vw;
    height: 6.6666vw;
    font-size: 3.4666vw;
  }
  .sec-selection .flow-list li .title {
    writing-mode: vertical-rl;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
  }
  .sec-selection .flow-list li:nth-child(5) .icon {
    margin-top: 1.3333vw;
  }
  .sec-selection .flow-list li .icon {
    width: 11.3333vw;
    margin-top: auto;
  }
  .sec-selection .note {
    margin-top: 6vw;
    font-size: 3.2vw;
  }
  .sec-selection .job {
    padding-top: 10.3333vw;
  }
  .sec-selection .job .btn-type-arrow.entry {
    width: 66.6666vw;
    height: 13.3333vw;
    margin-top: 10.3333vw;
  }
  .sec-selection .btn-type-arrow.entry span {
    font-size: 4.2666vw;
  }
  .sec-selection .btn-type-arrow.entry span::before {
    right: -12vw;
    width: 5.8666vw;
    height: 1.3333vw;
  }
}

/* animation
-------------------------------------------------- */
.fadeIn {
  transition: opacity 0.65s ease-in;
  opacity: 0;
}
.fadeIn.-action {
  opacity: 1;
}
.slideUp {
  transition: opacity 0.65s ease-in, transform 0.65s;
  transform: translateY(10px);
  opacity: 0;
}
.slideUp.-action {
  transform: translateY(0);
  opacity: 1;
}
.slideRight {
  transition: opacity 0.75s ease-in, transform 0.75s;
  transform: translateX(-10px);
  opacity: 0;
}
.slideRight.-action {
  transform: translateX(0);
  opacity: 1;
}
