@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: 22px;
    font-size: 23px;
    line-height: 1.5;
  }
}
@media all and (min-width: 751px) {
  .area_catch {
    margin-bottom: 70px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_catch {
    font-size: clamp(23px, 2.3vw, 27px);
  }
}

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

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

/*  PROFILE
---------------------------------------------------------- */
section.sec_profile .box {
  padding: 40px 0 70px;
}
@media all and (min-width: 751px) {
  section.sec_profile .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .box {
    margin: 0;
    padding: 0 0 14vw;
  }
}
@media all and (min-width: 1401px) {
  section.sec_profile .wrap {
    gap: 0 clamp(126px, 9.2vw, 175px);
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .txt_contents {
    width: 74%;
  }
}
section.sec_profile .gray_contents {
  margin-bottom: 70px;
  padding: 30px 15px 25px;
  background-color: #F4F4F4;
  text-align: center;
}
@media all and (min-width: 751px) {
  section.sec_profile .gray_contents {
    margin-bottom: 110px;
    padding: 85px 20px 70px;
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) and (min-width: 1401px) {
  section.sec_profile .gray_contents {
    width: 72%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  section.sec_profile .gray_contents {
    width: 66%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .gray_contents {
    margin-inline: auto;
    padding: 6vw 3vw 4.5vw;
    width: 80%;
  }
}
section.sec_profile .gray_contents .gray_ttl {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0;
}
@media all and (min-width: 751px) {
  section.sec_profile .gray_contents .gray_ttl {
    margin-bottom: 35px;
    font-size: 41px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .gray_contents .gray_ttl {
    margin-bottom: 2vw;
    font-size: 2.87vw;
  }
}
section.sec_profile .gray_contents p {
  letter-spacing: 0.02em;
}
section.sec_profile .gray_contents .name {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media all and (max-width: 750px) {
  section.sec_profile .gray_contents .name {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 1.52;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .gray_contents .name {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .gray_contents .name {
    font-size: 2.5vw;
  }
}
section.sec_profile .gray_contents .position {
  font-size: 12px;
}
@media all and (min-width: 751px) {
  section.sec_profile .gray_contents .position {
    font-size: 17px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .gray_contents .position {
    font-size: 1.4vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 88px;
    width: min(751px, 100%);
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_wrap {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 7vw;
  }
}
section.sec_profile .profile_wrap .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 750px) {
  section.sec_profile .profile_wrap .image {
    margin-bottom: 30px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_wrap .image {
    width: 130%;
  }
}
section.sec_profile .profile_wrap .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
@media all and (max-width: 750px) {
  section.sec_profile .profile_wrap .image img {
    width: 212px;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_wrap .image img {
    width: 234px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_profile .profile_wrap .image img {
    width: 100%;
  }
}
section.sec_profile .profile_wrap .txts p {
  letter-spacing: 0.02em;
}
section.sec_profile .profile_wrap .txts .name {
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_wrap .txts .name {
    margin-bottom: 10px;
  }
}
section.sec_profile .profile_wrap .txts .position {
  margin-bottom: 20px;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_wrap .txts .position {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 750px) {
  section.sec_profile .profile_wrap .txts .introduction {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  section.sec_profile .profile_wrap .txts .introduction {
    line-height: 1.85;
  }
}

/*  「一気通貫」だからこそ得られるやりがい
---------------------------------------------------------- */
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;
  }
}
@media all and (min-width: 1401px) {
  section.sec_challenging .sec_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 1401px) {
  section.sec_challenging .sec_wrap .img_ttl {
    margin: 38px -12px 0 0 !important;
  }
}

/*  「一気通貫」だからこそ得られるやりがい
---------------------------------------------------------- */
section.sec_stage .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_stage .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_stage .box {
    padding: 9vw 0 14vw;
  }
}
section.sec_stage .splide_wrap {
  margin-top: 120px;
}
@media all and (min-width: 751px) {
  section.sec_stage .splide_wrap {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  section.sec_stage .splide_wrap {
    margin-inline: auto;
    width: 66%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_stage .splide_wrap {
    margin: 10vw auto 0 auto;
    width: 80%;
  }
}
section.sec_stage .splide_wrap .img_ttl {
  margin: 0 9px -12px auto;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 31px;
  font-weight: 100;
  line-height: 0.9;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media all and (min-width: 751px) {
  section.sec_stage .splide_wrap .img_ttl {
    font-size: clamp(50px, 3.45vw, 66px);
  }
}
@media all and (min-width: 751px) and (min-width: 1401px) {
  section.sec_stage .splide_wrap .img_ttl {
    margin: 0 clamp(100px, 9.93vw, 190px) -29px auto;
  }
}
@media all and (min-width: 1401px) {
  section.sec_stage .stage_splide {
    margin-top: 15px;
  }
}
@media all and (min-width: 1401px) {
  section.sec_stage .stage_splide .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0 18px;
  }
}
@media all and (min-width: 1401px) {
  section.sec_stage .stage_splide .splide__list .splide__slide {
    width: 33.3333333333%;
  }
}

/*  お客様との距離の近さが生む、Ace’sの高い完成度
---------------------------------------------------------- */
section.sec_completeness .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_completeness .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_completeness .box {
    padding: 9vw 0 14vw;
  }
}

/*  覚悟とチーム力で、責任の大きな仕事も乗り越える
---------------------------------------------------------- */
section.sec_team .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_team .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_team .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 40px;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .parallax-box {
    width: 43%;
  }
}
@media all and (min-width: 751px) {
  section.sec_related .people_detail .txts {
    margin-top: 0;
    width: 51%;
  }
}
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;
    white-space: nowrap;
  }
}
section.sec_related .more_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.sec_related .more_btn {
    margin-top: 50px;
  }
}