@charset "UTF-8";
#people {
  /*****************************************
  その他のインタビュー
  *****************************************/
}
#people .carton-types .carton-types__nav {
  padding: 120px 0 100px;
}
#people .carton-types .carton-types__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#people .carton-types .carton-types__nav ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #people .carton-types .carton-types__nav ul li {
    width: 100%;
  }
}
#people .carton-types .carton-types__nav ul li a {
  padding: 10px 0;
  display: flex;
  gap: 18px;
  border-bottom: 1px solid #0068B7;
}
#people .carton-types .carton-types__nav ul li a::after {
  content: "";
  background-image: url(/recruit/assets/img/people/down-blue.svg);
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #people .carton-types .carton-types__nav ul li a {
    justify-content: space-between;
  }
}
#people .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
#people .title::before {
  content: "";
  display: block;
  background-image: url(/recruit/assets/img/people/org-bar.svg);
  width: 40px;
  height: 11px;
}
#people .contents {
  margin-bottom: 80px;
}
#people .contents li {
  padding: 30px 60px;
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
#people .contents li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #000000;
  background: #ED960C;
  position: absolute;
  top: 7px;
  right: -7px;
  display: block;
  z-index: -1;
}
#people .contents li .content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  color: #ED960C;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #people .contents li {
    padding: 30px 20px;
  }
}
#people .quality-check,
#people .support {
  padding-top: 40px;
}
#people .quality-check .quality-check__inner .quality-check__ttl,
#people .quality-check .quality-check__inner .support__inner__title,
#people .quality-check .support__inner .quality-check__ttl,
#people .quality-check .support__inner .support__inner__title,
#people .support .quality-check__inner .quality-check__ttl,
#people .support .quality-check__inner .support__inner__title,
#people .support .support__inner .quality-check__ttl,
#people .support .support__inner .support__inner__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #people .quality-check .quality-check__inner .quality-check__ttl,
  #people .quality-check .quality-check__inner .support__inner__title,
  #people .quality-check .support__inner .quality-check__ttl,
  #people .quality-check .support__inner .support__inner__title,
  #people .support .quality-check__inner .quality-check__ttl,
  #people .support .quality-check__inner .support__inner__title,
  #people .support .support__inner .quality-check__ttl,
  #people .support .support__inner .support__inner__title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
#people .quality-check .quality-check__inner .quality-check__ttl::before,
#people .quality-check .quality-check__inner .support__inner__title::before,
#people .quality-check .support__inner .quality-check__ttl::before,
#people .quality-check .support__inner .support__inner__title::before,
#people .support .quality-check__inner .quality-check__ttl::before,
#people .support .quality-check__inner .support__inner__title::before,
#people .support .support__inner .quality-check__ttl::before,
#people .support .support__inner .support__inner__title::before {
  content: "";
  display: block;
  background-image: url(/recruit/assets/img/people/tlt-bowbar.svg);
  width: 21px;
  height: 41px;
}
@media screen and (max-width: 767px) {
  #people .quality-check .quality-check__inner .quality-check__ttl::before,
  #people .quality-check .quality-check__inner .support__inner__title::before,
  #people .quality-check .support__inner .quality-check__ttl::before,
  #people .quality-check .support__inner .support__inner__title::before,
  #people .support .quality-check__inner .quality-check__ttl::before,
  #people .support .quality-check__inner .support__inner__title::before,
  #people .support .support__inner .quality-check__ttl::before,
  #people .support .support__inner .support__inner__title::before {
    width: 30px;
    height: 85px;
  }
}
#people .quality-check .quality-check__inner .quality-check__img,
#people .quality-check .support__inner .quality-check__img,
#people .support .quality-check__inner .quality-check__img,
#people .support .support__inner .quality-check__img {
  margin-bottom: 150px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 50px;
  display: flex;
}
#people .quality-check .quality-check__inner .quality-check__img img,
#people .quality-check .support__inner .quality-check__img img,
#people .support .quality-check__inner .quality-check__img img,
#people .support .support__inner .quality-check__img img {
  max-height: 777px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #people .quality-check .quality-check__inner .quality-check__img img:first-child,
  #people .quality-check .support__inner .quality-check__img img:first-child,
  #people .support .quality-check__inner .quality-check__img img:first-child,
  #people .support .support__inner .quality-check__img img:first-child {
    position: absolute;
    left: 39px;
    background: white;
    padding-left: 20px;
    z-index: 10;
  }
}
@media screen and (max-width: 575px) {
  #people .quality-check .quality-check__inner .quality-check__img img:first-child,
  #people .quality-check .support__inner .quality-check__img img:first-child,
  #people .support .quality-check__inner .quality-check__img img:first-child,
  #people .support .support__inner .quality-check__img img:first-child {
    left: 21px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #people .quality-check .quality-check__inner .quality-check__img,
  #people .quality-check .support__inner .quality-check__img,
  #people .support .quality-check__inner .quality-check__img,
  #people .support .support__inner .quality-check__img {
    padding: 30px;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  #people .quality-check .quality-check__inner .quality-check__img img,
  #people .quality-check .support__inner .quality-check__img img,
  #people .support .quality-check__inner .quality-check__img img,
  #people .support .support__inner .quality-check__img img {
    margin-left: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: 90px;
    position: relative;
  }
}
#people .sesanblue .title::before {
  background-image: url(/recruit/assets/img/people/blue-bar.svg);
}
#people .sesanblue li .content-title {
  color: #0068B7;
}
#people .sesanblue li::after {
  background: #0068B7;
}
#people .hinshitsu .title::before,
#people .somubu .title::before {
  background-image: url(/recruit/assets/img/people/grn-bar.svg);
}
#people .hinshitsu li .content-title,
#people .somubu li .content-title {
  color: #689B13;
}
#people .hinshitsu li::after,
#people .somubu li::after {
  background: #689B13;
}
#people .kanrihonbu .title::before {
  background-image: url(/recruit/assets/img/people/purple-bar.svg);
}
#people .kanrihonbu li .content-title {
  color: #C66377;
}
#people .kanrihonbu li::after {
  background: #C66377;
}
#people .interview-ohter {
  margin: 120px 0 0;
  padding: 70px 0 150px;
  background-color: #F2F6F7;
}
#people .interview-ohter .interview-loop-text {
  display: flex;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 0 0 -32px;
}
#people .interview-ohter .interview-loop-text img:first-child {
  animation: loop-text1 80s -40s linear infinite;
}
#people .interview-ohter .interview-loop-text img:last-child {
  animation: loop-text2 80s linear infinite;
}
@keyframes loop-text1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-text2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#people .interview-ohter .interview-ohter-wrap {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#people .interview-ohter .subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 20px;
}
#people .interview-ohter .subtitle::before {
  content: "";
  display: block;
  background-image: url(/recruit/assets/img/people/blue-bar01.svg);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 767px) {
  #people .interview-ohter h4 {
    text-align: center;
  }
}
#people .interview-ohter .interview-ohter-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 4%;
  margin: 45px 0 0;
}
#people .interview-ohter .interview-ohter-flex > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #people .interview-ohter .interview-ohter-flex > div {
    width: 100%;
  }
}
#people .interview-ohter .interview-ohter-flex > div p {
  margin: 30px 0 0;
}
#people .interview-ohter .interview-ohter-flex ul {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  #people .interview-ohter .interview-ohter-flex ul {
    gap: 25px;
    flex-wrap: wrap;
  }
}
#people .interview-ohter .interview-ohter-flex ul li {
  max-width: 288px;
}
@media screen and (max-width: 767px) {
  #people .interview-ohter .interview-ohter-flex ul li {
    max-width: 100%;
  }
}
#people .information {
  background: url(/recruit/assets/img/people/info-bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #people .information {
    padding: 70px 0 100px;
    background-image: url(/recruit/assets/img/people/info-bg-sp.png);
    height: 570px;
    display: flex;
    align-items: center;
  }
}
#people .information .information_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #people .information .information_content {
    height: auto;
  }
}
#people .information .information_content .information__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  background: #F2F6F7;
  max-width: 665px;
  padding: 40px 30px;
  border: 2px solid #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #people .information .information_content .information__inner {
    flex-direction: column;
    text-align: left;
  }
}
#people .information .information_content .btn {
  position: absolute;
  bottom: 72px;
}
@media screen and (max-width: 767px) {
  #people .information .information_content .btn {
    bottom: -25px;
  }
}/*# sourceMappingURL=people.css.map */