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

˜I„Õ½B½éCSS

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

.box1 {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (max-width: 959px) {
  .box1 {
    padding-top: 50px;
    padding-bottom: 24px;
  }
}
.box1 h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 22px 0;
  line-height: 1;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 959px) {
  .box1 h2 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 15px 0;
  }
}
.box1 h2.red {
  margin-top: 0;
  background: #c83748;
}
.box1 h2.blue {
  background: #3771c8;
}
.box1 h2.yellow {
  background: #c89337;
}
.box1 h2.green {
  background: #44a978;
}
@media (min-width: 960px) {
  .box1 .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.box1 .box_wrap .box {
  margin: 1.9% 2% 0 0;
}
@media (min-width: 960px) {
  .box1 .box_wrap .box {
    width: 32%;
  }
}
@media (max-width: 959px) {
  .box1 .box_wrap .box {
    margin: 0 0 15px 0;
  }
}
.box1 .box_wrap .box:nth-child(3n) {
  margin-right: 0;
}
.box1 .box_wrap .box:nth-child(-n+3) {
  margin-top: 0;
}
.box1 .box_wrap .accordion {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid #333333;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 959px) {
  .box1 .box_wrap .accordion {
    border-radius: 5px;
  }
}
.box1 .box_wrap .title {
  background: url("/recruit/info/img/works/icon_plus.svg") no-repeat right 19px center;
  background-size: 15px 15px;
  text-align: center;
  padding: 15px 0 17px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 960px) {
  .box1 .box_wrap .title:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .box1 .box_wrap .title {
    padding: 11px 0 9px;
    background-position: right 14px center;
  }
}
.box1 .box_wrap .title h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .box1 .box_wrap .title h3 {
    margin-bottom: 1px;
    font-size: 1.5rem;
  }
}
.box1 .box_wrap .title p {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 959px) {
  .box1 .box_wrap .title p {
    font-size: 1.3rem;
  }
}
.box1 .box_wrap .contents {
  border-top: 1px solid #b5b5b5;
  margin: 0 18px;
  padding: 15px 0 25px;
  font-size: 1.5rem;
  display: none;
  line-height: 1.733333;
}
@media (max-width: 959px) {
  .box1 .box_wrap .contents {
    margin: 0 10px;
    padding: 9px 0 15px;
    font-size: 1.3rem;
  }
}
.box1 .box_wrap .link {
  min-height: 46px;
  margin-top: auto;
}
@media (max-width: 959px) {
  .box1 .box_wrap .link {
    min-height: 38.5px;
  }
}
.box1 .box_wrap .link a {
  display: block;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 7px 0;
  text-decoration: none;
}
@media (max-width: 959px) {
  .box1 .box_wrap .link a {
    padding: 7px 0;
    font-size: 1.4rem;
  }
}
.box1 .box_wrap .link a span {
  padding-right: 20px;
}
@media (max-width: 959px) {
  .box1 .box_wrap .link a span {
    padding: 0 15px 0 10px;
  }
}
.box1 .box_wrap .accordion.active {
  min-height: 100%;
}
.box1 .box_wrap .accordion.active .title {
  background: url("/recruit/info/img/works/icon_minus.svg") no-repeat right 19px center;
  background-size: 15px 1px;
}
@media (max-width: 959px) {
  .box1 .box_wrap .accordion.active .title {
    background-position: right 14px center;
  }
}
.box1 .box_wrap.red .link {
  background: #ffdde1;
}
.box1 .box_wrap.red .link a {
  color: #c83748;
}
.box1 .box_wrap.red .link span {
  background: url("/recruit/info/img/works/icon_arrow_red.svg") no-repeat right center;
}
@media (max-width: 959px) {
  .box1 .box_wrap.red .link span {
    background: url("/recruit/info/img/works/icon_arrow_red.svg") no-repeat right center;
    background-size: 7px 5px;
  }
}
.box1 .box_wrap.yellow .link {
  background: #fff2db;
}
.box1 .box_wrap.yellow .link a {
  color: #c89337;
}
.box1 .box_wrap.yellow .link span {
  background: url("/recruit/info/img/works/icon_arrow_yellow.svg") no-repeat right center;
}
@media (max-width: 959px) {
  .box1 .box_wrap.yellow .link span {
    background: url("/recruit/info/img/works/icon_arrow_yellow.svg") no-repeat right center;
    background-size: 7px 5px;
  }
}
.box1 .box_wrap.green .link {
  background: #e8fbf2;
}
.box1 .box_wrap.green .link a {
  color: #44a978;
}
.box1 .box_wrap.green .link span {
  background: url("/recruit/info/img/works/icon_arrow_green.svg") no-repeat right center;
}
@media (max-width: 959px) {
  .box1 .box_wrap.green .link span {
    background: url("/recruit/info/img/works/icon_arrow_green.svg") no-repeat right center;
    background-size: 7px 5px;
  }
}
@media (min-width: 960px) {
  .box1 .works_list a:hover {
    opacity: 1;
  }
  .box1 .works_list a:hover::before {
    opacity: 0;
  }
  .box1 .works_list a:hover .btn {
    background: #eba511;
    color: #fff;
  }
  .box1 .works_list a:hover .btn::after {
    background-image: url("/recruit/info/img/common/icon_arrow_white.svg");
  }
}

.peoples {
  background: #f1f1f1;
  padding: 75px 0 100px;
}
@media (max-width: 959px) {
  .peoples {
    padding: 17px 0 56px;
  }
}
.peoples .hdg_en {
  text-align: center;
  margin-bottom: 58px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #555555;
}
@media (max-width: 959px) {
  .peoples .hdg_en {
    margin-bottom: 31px;
    font-size: 6rem;
  }
}
.peoples .hdg_en .color {
  color: #8f5fc8;
}
.peoples .hdg_en .txt {
  margin-top: 58px;
  display: block;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  color: #333333;
  font-weight: bold;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 959px) {
  .peoples .hdg_en .txt {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}
.peoples .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.peoples .list::before {
  content: "";
  width: 32%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 959px) {
  .peoples .list::before {
    content: none;
  }
}
.peoples .list li {
  width: 32%;
  background: #fff;
  margin-top: 2%;
}
@media (min-width: 960px) {
  .peoples .list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .peoples .list li {
    width: 48.8%;
    margin-top: 10px;
    min-height: 292px;
  }
  .peoples .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .peoples .list li a > img {
    width: 100%;
  }
}
.peoples .list li a {
  height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}
.peoples .list li .txt_box {
  min-height: 173px;
  padding: 30px 25px 25px 30px;
  background: #fff;
}
@media (max-width: 959px) {
  .peoples .list li .txt_box {
    min-height: 0;
    padding: 20px 14px 18px;
  }
}
@media (max-width: 959px) {
  .peoples .list li .txt_box .ls1 {
    letter-spacing: 0;
  }
}
@media (max-width: 959px) {
  .peoples .list li .txt_box .ls2 {
    letter-spacing: 0.01em;
  }
}
.peoples .list li .txt_box .category {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 7px 7px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 959px) {
  .peoples .list li .txt_box .category {
    padding: 5px;
    font-size: 1.4rem;
  }
}
.peoples .list li .txt_box .category.red {
  background: #c83748;
}
.peoples .list li .txt_box .category.blue {
  background: #3771c8;
}
.peoples .list li .txt_box .category.yellow {
  background: #c89337;
}
.peoples .list li .txt_box .category.green {
  background: #44a978;
}
.peoples .list li .txt_box .name {
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 959px) {
  .peoples .list li .txt_box .name {
    margin-bottom: 6px;
  }
}
.peoples .list li .txt_box .txt {
  font-size: 1.6rem;
  line-height: 1.56;
}
@media (max-width: 959px) {
  .peoples .list li .txt_box .txt {
    font-size: 1.4rem;
    line-height: 1.36;
  }
}
.peoples .list + p {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: right;
}
@media (max-width: 959px) {
  .peoples .list + p {
    font-size: 1.2rem;
  }
}

_:-ms-lang(x)::-ms-backdrop, .box1 .box_wrap.red .link span, .box1 .box_wrap.yellow .link span, .box1 .box_wrap.green .link span {
  background-size: 12px 9px;
}

@media (max-width: 959px) {
  _:-ms-lang(x)::-ms-backdrop, .box1 .box_wrap.red .link span, .box1 .box_wrap.yellow .link span, .box1 .box_wrap.green .link span {
    background-size: 7px 5px;
  }
}