@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;
  }
}

.sec_ttl .en {
  font-size: 20px !important;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 22px !important;
  }
}

@media all and (min-width: 751px) {
  .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .txt_contents {
    width: 74%;
  }
}

.area_catch {
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .area_catch {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 1.5;
  }
}
@media all and (min-width: 751px) {
  .area_catch {
    margin-bottom: 75px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_catch {
    font-size: clamp(23px, 2.3vw, 27px);
  }
}

.talk_contents .talk_ttl {
  margin-bottom: 50px;
  padding-left: 52px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_ttl {
    margin-bottom: 80px;
    padding-left: 109px;
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .talk_contents .talk_ttl {
    font-size: clamp(20px, 1.8vw, 27px);
  }
}
.talk_contents .talk_ttl::before {
  position: absolute;
  content: "";
  background-color: #262424;
  width: 40px;
  height: 1px;
  top: 15px;
  left: 0;
}
@media all and (min-width: 751px) {
  .talk_contents .talk_ttl::before {
    top: 20px;
    width: 86px;
  }
}
.talk_contents .crosstalk_list .crosstalk_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media all and (min-width: 751px) {
  .talk_contents .crosstalk_list .crosstalk_detail {
    gap: 0 42px;
  }
}
.talk_contents .crosstalk_list .crosstalk_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .talk_contents .crosstalk_list .crosstalk_detail:not(:first-child) {
    margin-top: 70px;
  }
}
.talk_contents .crosstalk_list .crosstalk_detail .person {
  width: 62px;
}
@media all and (min-width: 751px) {
  .talk_contents .crosstalk_list .crosstalk_detail .person {
    width: 80px;
  }
}
.talk_contents .crosstalk_list .crosstalk_detail .person .name {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
}
@media all and (min-width: 751px) {
  .talk_contents .crosstalk_list .crosstalk_detail .person .name {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media all and (max-width: 750px) {
  .talk_contents .crosstalk_list .crosstalk_detail .detail {
    font-size: 14.8px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  .talk_contents .crosstalk_list .crosstalk_detail .detail {
    letter-spacing: 0.02em;
    line-height: 1.85;
  }
}

.sec_wrap {
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  .sec_wrap {
    margin-top: 150px;
  }
}

/*  MEMBER
---------------------------------------------------------- */
section.sec_member .box {
  padding: 40px 0 70px;
}
@media all and (min-width: 751px) {
  section.sec_member .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .box {
    padding: 0 0 14vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .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) {
  section.sec_member .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .txt_contents {
    width: 74%;
  }
}
section.sec_member .gray_contents {
  margin-bottom: 70px;
  padding: 30px 15px 25px;
  background-color: #F4F4F4;
  text-align: center;
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents {
    margin-bottom: 110px;
    padding: 85px 20px 70px;
  }
}
@media all and (min-width: 751px) and (min-width: 1401px) {
  section.sec_member .gray_contents {
    margin-left: auto;
    width: 72%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  section.sec_member .gray_contents {
    margin-inline: auto;
    width: 66%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .gray_contents {
    margin-inline: auto;
    padding: 5.5vw 3vw 5.5vw;
    width: 80%;
  }
}
section.sec_member .gray_contents .gray_ttl {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0;
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents .gray_ttl {
    margin-bottom: 35px;
    font-size: 41px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .gray_contents .gray_ttl {
    margin-bottom: 2vw;
    font-size: 2.87vw;
  }
}
section.sec_member .gray_contents p {
  letter-spacing: 0.02em;
}
section.sec_member .gray_contents .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents .name_wrap {
    gap: 0 20px;
  }
}
section.sec_member .gray_contents .cross {
  width: 27px;
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents .cross {
    width: 49px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .gray_contents .cross {
    width: 4vw;
  }
}
section.sec_member .gray_contents .name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media all and (max-width: 750px) {
  section.sec_member .gray_contents .name {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.52;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents .name {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .gray_contents .name {
    font-size: 2.5vw;
  }
}
section.sec_member .gray_contents .position {
  font-size: 10px;
}
@media all and (min-width: 751px) {
  section.sec_member .gray_contents .position {
    font-size: 17px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .gray_contents .position {
    font-size: 1.4vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .member_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(60px, 6.25vw, 120px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap {
    width: min(363px, 100%);
  }
}
@media all and (max-width: 750px) {
  section.sec_member .profile_wrap:not(:first-child) {
    margin-top: 50px;
  }
}
section.sec_member .profile_wrap .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media all and (max-width: 750px) {
  section.sec_member .profile_wrap .image {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap .image {
    margin-bottom: 45px;
  }
}
section.sec_member .profile_wrap .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media all and (max-width: 750px) {
  section.sec_member .profile_wrap .image img {
    width: 190px;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap .image img {
    width: 234px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_member .profile_wrap .image img {
    width: 70%;
  }
}
section.sec_member .profile_wrap .txts p {
  letter-spacing: 0.02em;
}
section.sec_member .profile_wrap .txts .name {
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap .txts .name {
    margin-bottom: 10px;
    text-align: center;
  }
}
section.sec_member .profile_wrap .txts .position {
  margin-bottom: 20px;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap .txts .position {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  section.sec_member .profile_wrap .txts .introduction {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  section.sec_member .profile_wrap .txts .introduction {
    line-height: 1.85;
  }
}

/*  入社初日から「主役」になれる環境
---------------------------------------------------------- */
section.sec_environment .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_environment .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_environment .box {
    padding: 9vw 0 14vw;
  }
}

/*  自分で現場を動かすからこそ、得られるやりがい
---------------------------------------------------------- */
section.sec_challenging .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_challenging .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_challenging .box {
    padding: 9vw 0 14vw;
  }
}

/*  壁を乗り越えた先にある、大きな成長と喜び
---------------------------------------------------------- */
section.sec_growth .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_growth .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_growth .box {
    padding: 9vw 0 14vw;
  }
}

/*  自分の「やりたい」が全て叶う場所
---------------------------------------------------------- */
section.sec_growth .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_growth .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_growth .box {
    padding: 9vw 0 14vw;
  }
}

/*  関連コンテンツ
---------------------------------------------------------- */
section.sec_related .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_related .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_related .box {
    padding: 9vw 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .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) {
  section.sec_related .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_related .txt_contents {
    margin-top: 46px;
    width: 74%;
  }
}
section.sec_related .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_related .people_detail .ttl {
    margin-bottom: 70px;
    font-size: 23px;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .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_related .people_detail .parallax-box {
    width: 42%;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .txts {
    margin-top: 0;
    width: 53%;
  }
}
section.sec_related .people_detail .txts .catch {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  section.sec_related .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_related .people_detail .txts .catch {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
section.sec_related .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_related .people_detail .txts .name_wrap {
    gap: 0 20px;
  }
}
section.sec_related .people_detail .txts .name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  section.sec_related .people_detail .txts .name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .txts .name {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_related .people_detail .txts .name {
    font-size: 2vw;
  }
}
section.sec_related .people_detail .txts .cross {
  width: 36px;
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .txts .cross {
    width: 43px;
  }
}
section.sec_related .people_detail .txts .position {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .txts .position {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_related .people_detail .txts .position {
    font-size: 1vw;
  }
}
section.sec_related .more_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.sec_related .more_btn {
    margin-top: 50px;
  }
}