@charset "UTF-8";
/* ==========================================================================//
//
// Advantages
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section:not(:first-of-type) {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin-top: 174px;
  }
}

@media all and (min-width: 1261px) {
  .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.ttl_wrap .description {
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .ttl_wrap .description {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media all and (max-width: 1260px) {
  .ttl_wrap .description {
    margin-top: 15px;
  }
}
@media all and (min-width: 751px) {
  .ttl_wrap .description {
    font-size: 25px;
    line-height: 2;
  }
}

.sec_ttl span {
  display: block;
}
.sec_ttl .en {
  margin-bottom: 5px;
  font-size: 36px;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    margin-bottom: 10px;
    font-size: 66px;
  }
}
.sec_ttl .jp {
  font-size: 15px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 18px;
  }
}

.en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 500;
}

/* 当社オフショア開発の特徴
---------------------------------------------------------- */
.sec_strengths .strengths_list {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list {
    margin-top: 90px;
  }
}
@media all and (min-width: 1001px) {
  .sec_strengths .strengths_list .strengths_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 80px;
  }
}
.sec_strengths .strengths_list .strengths_detail:first-child {
  padding: 0 0 30px;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail:first-child {
    padding: 0 0 50px;
  }
}
.sec_strengths .strengths_list .strengths_detail:last-child {
  padding: 30px 0 0;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail:last-child {
    padding: 50px 0 0;
  }
}
.sec_strengths .strengths_list .strengths_detail:not(:last-child) {
  border-bottom: 1px dashed #E6E6E6;
}
.sec_strengths .strengths_list .strengths_detail:not(:first-child, :last-child) {
  padding: 30px 0;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail:not(:first-child, :last-child) {
    padding: 50px 0;
  }
}
@media all and (min-width: 1001px) {
  .sec_strengths .strengths_list .strengths_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 100px;
  }
}
@media all and (max-width: 1000px) {
  .sec_strengths .strengths_list .strengths_detail .feature {
    margin-bottom: 10px;
  }
}
.sec_strengths .strengths_list .strengths_detail .feature span {
  display: block;
  color: #A19469;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.sec_strengths .strengths_list .strengths_detail .feature .number {
  margin-top: -5px;
  font-size: 40px;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .feature .number {
    margin-top: -5px;
    font-size: 50px;
  }
}
@media all and (min-width: 1001px) {
  .sec_strengths .strengths_list .strengths_detail .image {
    width: 44.9%;
  }
}
.sec_strengths .strengths_list .strengths_detail .txts .strength_ttl {
  margin: 15px 0 30px;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .txts .strength_ttl {
    margin-bottom: 60px;
  }
}
.sec_strengths .strengths_list .strengths_detail .txts .strength_ttl span {
  display: block;
}
.sec_strengths .strengths_list .strengths_detail .txts .strength_ttl .en {
  margin-bottom: 5px;
  font-size: 38px;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .txts .strength_ttl .en {
    margin-bottom: 9px;
    font-size: 48px;
  }
}
.sec_strengths .strengths_list .strengths_detail .txts .strength_ttl .jp {
  color: #7E7E7E;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .txts .strength_ttl .jp {
    font-size: 14px;
  }
}
.sec_strengths .strengths_list .strengths_detail .sub_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .sub_ttl {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.75;
  }
}
.sec_strengths .strengths_list .strengths_detail .introduction {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_strengths .strengths_list .strengths_detail .introduction {
    line-height: 1.93;
  }
}

/* 当社がオフショア開発で最も重視していること
---------------------------------------------------------- */
.sec_most .most_list {
  margin-top: 45px;
  /* メリット */
}
@media all and (min-width: 751px) {
  .sec_most .most_list {
    margin-top: 55px;
  }
}
.sec_most .most_list .most_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .most_detail:not(:first-child) {
    margin-top: 70px;
  }
}
.sec_most .most_list .most_detail .most_ttl {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .most_detail .most_ttl {
    margin-bottom: 40px;
    padding-bottom: 13px;
  }
}
@media all and (min-width: 1001px) {
  .sec_most .most_list .most_detail .most_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1000px) {
  .sec_most .most_list .most_detail .most_ttl span {
    display: block;
  }
}
.sec_most .most_list .most_detail .most_ttl .jp {
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .sec_most .most_list .most_detail .most_ttl .jp {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_most .most_list .most_detail .most_ttl .jp {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_most .most_list .most_detail .most_ttl .jp {
    font-size: 26px;
  }
}
.sec_most .most_list .most_detail .most_ttl .en {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .most_detail .most_ttl .en {
    padding-left: 23px;
    font-size: 18px;
  }
}
.sec_most .most_list .most_detail .most_ttl .en::before {
  position: absolute;
  content: "";
  background-color: #A19469;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .most_detail .most_ttl .en::before {
    width: 8px;
    height: 8px;
  }
}
.sec_most .most_list .attempt_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .attempt_list {
    margin-top: 50px;
    gap: 10px;
  }
}
.sec_most .most_list .attempt_list .attempt_detail {
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .attempt_list .attempt_detail {
    padding: 30px 40px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_most .most_list .attempt_list .attempt_detail {
    width: calc((100% - 10px) / 2);
  }
}
.sec_most .most_list .attempt_list .attempt_detail .image {
  width: 55px;
}
.sec_most .most_list .attempt_list .attempt_detail .ttl {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .attempt_list .attempt_detail .ttl {
    margin: 15px 0 40px;
    font-size: 22px;
    line-height: 1.43;
  }
}
.sec_most .most_list .attempt_list .attempt_detail .detail {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .attempt_list .attempt_detail .detail {
    line-height: 1.93;
  }
}
.sec_most .most_list .txts p {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .txts p {
    line-height: 1.93;
  }
}
.sec_most .most_list .txts p.medium {
  font-weight: 600;
}
.sec_most .most_list .txts p span {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dashed #A19469;
}
@media all and (max-width: 750px) {
  .sec_most .most_list .txts p span {
    padding-right: 3px;
  }
}
.sec_most .most_list .txts p span.space {
  padding: 0 3px;
  border-bottom: none;
}
.sec_most .most_list .txts p:not(:first-of-type) {
  margin-top: 12px;
}
@media all and (min-width: 751px) {
  .sec_most .most_list .txts p:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* システムチームをまるっとアウトソーシングする
---------------------------------------------------------- */
.sec_outsourcing .bg_beige {
  margin: 40px 0 0;
  padding: 35px 20px;
  background-color: #E6E0CF;
  border-radius: 10px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .bg_beige {
    margin: 70px 0 0 auto;
    padding: 80px 11.1vw 80px 30px;
  }
}
@media all and (min-width: 1261px) {
  .sec_outsourcing .bg_beige .txts {
    margin-left: auto;
    width: 46.5%;
  }
}
.sec_outsourcing .bg_beige .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .bg_beige .ttl {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.sec_outsourcing .bg_beige .introduction {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .bg_beige .introduction {
    line-height: 1.93;
  }
}
.sec_outsourcing .outsourcing_list {
  margin-top: 45px;
  /* メリット */
  /* 受託開発との違い */
  /* ラボ型開発に関する当社の強み */
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list {
    margin-top: 55px;
  }
}
.sec_outsourcing .outsourcing_list .outsourcing_detail:not(:first-child) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail:not(:first-child) {
    margin-top: 70px;
  }
}
.sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl {
    margin-bottom: 40px;
    padding-bottom: 13px;
  }
}
@media all and (min-width: 831px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 830px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl span {
    display: block;
  }
}
.sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .jp {
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .jp {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 830px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .jp {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .jp {
    font-size: 26px;
  }
}
.sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .en {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .en {
    padding-left: 23px;
    font-size: 18px;
  }
}
.sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .en::before {
  position: absolute;
  content: "";
  background-color: #A19469;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .outsourcing_detail .outsourcing_ttl .en::before {
    width: 8px;
    height: 8px;
  }
}
.sec_outsourcing .outsourcing_list .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .merit_list {
    gap: 10px;
  }
}
.sec_outsourcing .outsourcing_list .merit_list .merit_detail {
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
  width: 100%;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .merit_list .merit_detail {
    padding: 30px 40px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_outsourcing .outsourcing_list .merit_list .merit_detail {
    width: calc((100% - 10px) / 2);
  }
}
.sec_outsourcing .outsourcing_list .merit_list .merit_detail .image {
  width: 55px;
}
.sec_outsourcing .outsourcing_list .merit_list .merit_detail .ttl {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .merit_list .merit_detail .ttl {
    margin: 15px 0 40px;
    font-size: 22px;
    line-height: 1.43;
  }
}
.sec_outsourcing .outsourcing_list .merit_list .merit_detail .detail {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .merit_list .merit_detail .detail {
    line-height: 1.93;
  }
}
@media all and (min-width: 1001px) {
  .sec_outsourcing .outsourcing_list .different_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail {
  --ocher: #645A3A;
  background-color: #EFEFEF;
  border-radius: 6px;
}
@media all and (min-width: 1001px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 1000px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail:not(:first-child) {
    margin-top: 20px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail.black .different_ttl {
  background-color: #312E2E;
}
.sec_outsourcing .outsourcing_list .different_list .different_detail.ocher {
  background-color: #E6E0CF;
}
.sec_outsourcing .outsourcing_list .different_list .different_detail.ocher .different_ttl {
  background-color: var(--ocher);
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .different_ttl {
  padding: 15px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .different_ttl {
    padding: 25px;
    font-size: 20px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .image_01 {
  margin: 0 auto 30px;
  width: min(280px, 100%);
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .image_01 {
    margin: 0 auto 100px;
    width: min(370px, 100%);
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .image_02 {
  margin: 30px auto 40px;
  width: min(250px, 100%);
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .image_02 {
    margin: 0 auto 100px;
    width: min(356px, 100%);
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .box {
  padding: 50px 20px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .box {
    padding: 100px 50px 85px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap.demerit {
  margin: 20px 0 0;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap.demerit {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 20px;
  }
}
@media all and (min-width: 1366px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap.demerit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit {
    margin-bottom: 13px;
    gap: 0 12px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit .en {
  font-size: 20px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit .en {
    font-size: 26px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit .jp {
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .in_wrap .merit .jp {
    font-size: 14px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .detail p {
  display: block;
  font-weight: 500;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .detail p {
    line-height: 1.93;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .detail p:not(:first-of-type) {
  margin-top: 4px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .detail p:not(:first-of-type) {
    margin-top: 4px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .detail p.bg {
  padding: 10px 15px 10px 43px;
  background-color: #fff;
  border-radius: 3px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .detail p.bg {
    padding: 10px 18px 10px 57px;
  }
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .detail p.check {
  position: relative;
}
.sec_outsourcing .outsourcing_list .different_list .different_detail .detail p.check::before {
  position: absolute;
  content: "";
  background-image: url(../../images/advantages/check_black.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 12.91px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .different_list .different_detail .detail p.check::before {
    width: 24px;
    height: 19.37px;
    left: 18px;
  }
}
.sec_outsourcing .outsourcing_list .txts p {
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .txts p {
    line-height: 1.93;
  }
}
.sec_outsourcing .outsourcing_list .txts p span {
  font-size: 18px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .txts p span:first-of-type {
    padding-left: 15px;
  }
}
.sec_outsourcing .outsourcing_list .txts p:not(:first-of-type) {
  margin-top: 12px;
}
@media all and (min-width: 751px) {
  .sec_outsourcing .outsourcing_list .txts p:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* 当社オフショア開発の特徴
---------------------------------------------------------- */
@media all and (max-width: 1000px) {
  .sec_pricing .pricing_table {
    margin-top: 32px;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .sec_pricing .pricing_table::-webkit-scrollbar {
    height: 5px;
  }
  .sec_pricing .pricing_table::-webkit-scrollbar-track {
    background-color: #EFEFEF;
  }
  .sec_pricing .pricing_table::-webkit-scrollbar-thumb {
    background: #312E2E;
  }
}
@media all and (min-width: 751px) {
  .sec_pricing .pricing_table {
    margin-top: 52px;
  }
}
.sec_pricing .pricing_table table {
  width: 100%;
  /* 単価 */
}
@media all and (max-width: 1000px) {
  .sec_pricing .pricing_table table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 741px;
  }
}
.sec_pricing .pricing_table table tr {
  border-bottom: 1px solid #D8DCE3;
}
.sec_pricing .pricing_table table th {
  background-color: #E6E2D5;
  font-weight: bold;
  /* ロケーション */
}
.sec_pricing .pricing_table table th:nth-child(1) {
  border-right: 1px solid #fff;
  width: 25%;
}
.sec_pricing .pricing_table table th:nth-child(2) {
  border-right: 1px solid #fff;
  width: 20.9%;
}
.sec_pricing .pricing_table table th:nth-child(3) {
  border-right: 1px solid #fff;
  width: 40.8%;
}
.sec_pricing .pricing_table table th:nth-child(4) {
  width: 13.3%;
}
.sec_pricing .pricing_table table th.location_ttl .main_ttl {
  padding: 17px 0;
}
.sec_pricing .pricing_table table th.location_ttl .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_pricing .pricing_table table th.location_ttl .country_name {
  padding: 8px 0 6px;
  width: 50%;
  background-color: #fff;
}
.sec_pricing .pricing_table table th.location_ttl .country_name.jp {
  border-right: 1px solid #D8DCE3;
}
.sec_pricing .pricing_table table td {
  padding: 18px 0;
  border-right: 1px solid #D8DCE3;
  /* ロケーション */
  /* 役割 */
}
.sec_pricing .pricing_table table td:nth-of-type(1) {
  width: 25%;
}
.sec_pricing .pricing_table table td:nth-of-type(2) {
  width: 20.9%;
}
.sec_pricing .pricing_table table td:nth-of-type(3) {
  width: 40.8%;
}
.sec_pricing .pricing_table table td:nth-of-type(4) {
  width: 13.3%;
}
.sec_pricing .pricing_table table td.location {
  position: relative;
}
.sec_pricing .pricing_table table td.location::before {
  position: absolute;
  content: "";
  background-color: #D8DCE3;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 0.5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec_pricing .pricing_table table td.location p {
  display: block;
  width: 50%;
  /* ベトナム */
}
.sec_pricing .pricing_table table td.location p.check {
  position: relative;
}
.sec_pricing .pricing_table table td.location p.check::after {
  position: absolute;
  content: "";
  background-color: #A19469;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.sec_pricing .pricing_table table td.location p.vietnam::after {
  left: auto;
  right: -57.9%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sec_pricing .pricing_table table td.role {
  padding: 18px 50px;
}
.sec_pricing .pricing_table table .price {
  padding: 18px 20px 18px 40px;
}

/* 当社オフショア開発の特徴
---------------------------------------------------------- */
.sec_lab .pricing_list {
  margin-top: 30px;
}
@media all and (min-width: 1001px) {
  .sec_lab .pricing_list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}
@media all and (min-width: 1001px) {
  .sec_lab .pricing_list .pricing_detail {
    width: 49.2%;
  }
}
@media all and (max-width: 1000px) {
  .sec_lab .pricing_list .pricing_detail:not(:first-child) {
    margin-top: 30px;
  }
}
.sec_lab .pricing_list .pricing_detail.charcoal .bg_ttl {
  background-color: #4D4D4D;
}
.sec_lab .pricing_list .pricing_detail.beige .bg_ttl {
  background-color: #A19469;
}
.sec_lab .pricing_list .pricing_detail .bg_ttl {
  margin-bottom: 20px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_lab .pricing_list .pricing_detail .bg_ttl {
    margin-bottom: 30px;
    padding: 22px 0;
    gap: 0 20px;
    font-size: 18px;
  }
}
.sec_lab .pricing_list .pricing_detail .image {
  margin: 20px auto 0;
}
@media all and (min-width: 751px) {
  .sec_lab .pricing_list .pricing_detail .image {
    margin: 40px auto 0;
    width: min(540px, 100%);
  }
}