@charset "UTF-8";
/* ==========================================================================//
//
// 社員を知る
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.area_desc {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .area_desc {
    letter-spacing: 0.02em;
    line-height: 1.85;
  }
}
@media all and (min-width: 751px) {
  .area_desc:first-of-type {
    margin-top: -8px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_desc:first-of-type {
    margin-top: 40px;
  }
}

/*  コンテンツ
---------------------------------------------------------- */
section.sec_content .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_content .box {
    padding: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .box {
    padding: 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_content .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .txt_contents {
    width: 74%;
  }
}
section.sec_content .people_list {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list {
    margin-top: 85px;
  }
}
section.sec_content .people_list .people_detail:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail:not(:first-child) {
    margin-top: 90px;
  }
}
section.sec_content .people_list .people_detail .ttl {
  margin-bottom: 40px;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .ttl {
    margin-bottom: 70px;
    font-size: 23px;
  }
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .image_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .parallax-box {
    width: 42%;
  }
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts {
    margin-top: 0;
    width: 53%;
  }
}
section.sec_content .people_list .people_detail .txts .catch {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts .catch {
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 1.51;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .people_list .people_detail .txts .catch {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
section.sec_content .people_list .people_detail .txts .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts .name_wrap {
    gap: 0 20px;
  }
}
section.sec_content .people_list .people_detail .txts .name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  section.sec_content .people_list .people_detail .txts .name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts .name {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .people_list .people_detail .txts .name {
    font-size: 2vw;
  }
}
section.sec_content .people_list .people_detail .txts .cross {
  width: 36px;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts .cross {
    width: 43px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .people_list .people_detail .txts .cross {
    width: 4vw;
  }
}
section.sec_content .people_list .people_detail .txts .position {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  section.sec_content .people_list .people_detail .txts .position {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .people_list .people_detail .txts .position {
    font-size: 1.2vw;
    white-space: nowrap;
  }
}
section.sec_content .more_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.sec_content .more_btn {
    margin-right: calc(-100 * (100vw - 1320px) / 1180);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_content .more_btn {
    margin-right: 0;
  }
}