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

@media all and (max-width: 750px) {
  .area_catch {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media all and (min-width: 751px) {
  .area_catch {
    margin-top: -10px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_catch {
    margin-top: 40px;
    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;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_desc {
    font-size: clamp(12.5px, 1.25vw, 16px);
  }
}

ul li .outline_number,
ul li .description_number {
  padding-left: 43px;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
}
@media all and (min-width: 751px) {
  ul li .outline_number,
  ul li .description_number {
    padding-left: 54px;
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  ul li .outline_number,
  ul li .description_number {
    padding-left: 54px;
    font-size: 21px;
  }
}
ul li .outline_number::before,
ul li .description_number::before {
  position: absolute;
  content: "";
  background-color: #262424;
  width: 36px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media all and (min-width: 751px) {
  ul li .outline_number::before,
  ul li .description_number::before {
    width: 45px;
  }
}
ul li .outline_ttl,
ul li .description_ttl {
  margin: 30px 0;
  font-size: 23px;
}
@media all and (min-width: 751px) {
  ul li .outline_ttl,
  ul li .description_ttl {
    margin: 35px 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  ul li .outline_ttl,
  ul li .description_ttl {
    margin: 25px 0;
    font-size: clamp(22px, 2.2vw, 25px);
  }
}
ul li .lead {
  letter-spacing: 0.02em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  ul li .lead {
    line-height: 1.85;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  ul li .lead {
    font-size: clamp(12.5px, 1.25vw, 16px);
  }
}

/*  概要
---------------------------------------------------------- */
section.sec_outline .box {
  margin-top: 70px;
  padding-bottom: 70px;
}
@media all and (min-width: 751px) {
  section.sec_outline .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_outline .box {
    margin-top: 0 !important;
    padding: 0 0 14vw;
  }
}
@media all and (min-width: 751px) {
  section.sec_outline .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_outline .txt_contents {
    width: 74%;
  }
}
section.sec_outline .outline_list {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  section.sec_outline .outline_list {
    margin-top: 100px;
  }
}
section.sec_outline .outline_list .outline_detail:not(:first-child) {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  section.sec_outline .outline_list .outline_detail:not(:first-child) {
    margin-top: 85px;
  }
}
section.sec_outline .gray_contents {
  margin-top: 60px;
  padding: 20px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F4F4;
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents {
    margin-top: 120px;
    padding: 26px 43px;
  }
}
@media all and (min-width: 751px) and (min-width: 1501) {
  section.sec_outline .gray_contents {
    padding: 26px 83px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_outline .gray_contents {
    padding: 2.3vw 6vw;
  }
}
section.sec_outline .gray_contents .gray_ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media all and (max-width: 750px) {
  section.sec_outline .gray_contents .gray_ttl {
    font-size: 16px;
  }
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents .gray_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_outline .gray_contents .gray_ttl {
    font-size: clamp(17px, 1.7vw, 20px);
  }
}
section.sec_outline .gray_contents .name {
  position: relative;
  margin-left: 22px;
  padding-left: 28px;
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents .name {
    margin-left: 79px;
    padding-left: 64px;
  }
}
section.sec_outline .gray_contents .name::before {
  position: absolute;
  content: "";
  background-color: rgba(173, 173, 173, 0.7);
  width: 1px;
  height: 57px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents .name::before {
    height: 95px;
  }
}
section.sec_outline .gray_contents .name span {
  display: block;
  font-weight: 500;
}
section.sec_outline .gray_contents .name .en {
  margin-bottom: 10px;
  font-size: 22px;
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents .name .en {
    margin-bottom: 10px;
    font-size: 29px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_outline .gray_contents .name .en {
    font-size: 2.7vw;
  }
}
section.sec_outline .gray_contents .name .jp {
  font-size: 14px;
}
@media all and (min-width: 751px) {
  section.sec_outline .gray_contents .name .jp {
    font-size: 17px;
  }
}
section.sec_outline .sec_wrap {
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  section.sec_outline .sec_wrap {
    margin-top: 150px;
  }
}

/* 仕事内容
---------------------------------------------------------- */
section.sec_description .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_description .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_description .box {
    padding: 9vw 0 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_description .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_description .txt_contents {
    width: 74%;
  }
}
section.sec_description .area_catch {
  margin-bottom: 50px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_description .area_catch {
    margin-top: -10px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_description .area_catch {
    margin-top: 40px;
  }
}
section.sec_description .description_list {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  section.sec_description .description_list {
    margin-top: 130px;
  }
}
@media all and (min-width: 751px) {
  section.sec_description .description_list .description_detail .wrap {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.sec_description .description_list .description_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.sec_description .description_list .description_detail:not(:first-child) {
    margin-top: 120px;
  }
}
@media all and (min-width: 751px) {
  section.sec_description .description_list .description_detail .lead {
    width: 48%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_description .description_list .description_detail .lead {
    width: 44.5%;
  }
}
@media all and (min-width: 751px) {
  section.sec_description .description_list .description_detail .parallax-box {
    width: 47%;
  }
}