@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.skills {
  padding-bottom: 80px;
}

.skill_ttl {
  max-width: 1010px;
  margin: 0 auto 34px;
  text-align: center;
  position: relative;
}
.skill_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #f4aa00;
  position: absolute;
  top: 50%;
  left: 0;
}
.skill_ttl span {
  padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #f4aa00;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.system {
  margin-top: 45px;
}

.system_scroll {
  overflow-x: auto;
}

.system_img {
  max-width: 935px;
  min-width: 670px;
  margin: 0 auto;
}

.flow {
  margin-top: 65px;
}

.flow_list {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow_item {
  width: 12.04%;
  height: 105px;
  font-size: 14px;
  text-align: center;
  line-height: 1.21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bfbfbf;
  position: relative;
}
.flow_item:last-child::after {
  display: none;
}
.flow_item::after {
  content: "";
  width: 13.19%;
  height: 41px;
  display: block;
  background: url(../../business/img/skills/arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview {
  max-width: 949px;
  margin: 55px auto 0;
}

.overview_ttl {
  padding: 0 4px 5px;
  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: flex-end;
  border-bottom: 5px solid #e71f19;
}

.overview_ttl-l {
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.overview_ttl-r {
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.21;
  display: block;
  position: relative;
}
.overview_ttl-r::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: url(../../business/img/skills/overview_ttl@2x.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview_list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}

.overview_item {
  width: 32.24%;
  padding: 15px 0 2px;
  border: 2px solid #f3b919;
  border-radius: 18px;
}

.overview_item02 {
  width: 23.81%;
}

.overview_sttl {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.overview_text {
  margin-top: 5px;
  padding: 0 17px;
  line-height: 1.2;
}

.overview_img {
  margin-top: 3px;
  text-align: center;
}

.job {
  margin-top: 60px;
}

.job_scroll {
  overflow-x: auto;
}

.table {
  width: 970px;
  margin: 0 auto;
  border: 1px solid #000;
}

.table_th {
  padding: 6px 0;
  font-size: 13px;
  color: #FFF;
  vertical-align: middle;
  border: 1px solid #000;
  background: #2e59a6;
}
.table_th:first-child {
  width: 195px;
}
.table_th:nth-child(2) {
  width: 90px;
}
.table_th:last-child {
  width: 685px;
}

.table_td {
  font-size: 13px;
  vertical-align: middle;
  border: 1px solid #000;
}
.table_td:first-child {
  width: 195px;
  padding: 11px 0;
}
.table_td:nth-child(2) {
  width: 90px;
  padding: 11px 0;
  text-align: center;
}
.table_td:last-child {
  width: 685px;
  padding: 11px 10px;
  text-align: left;
}

.table_img {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.table_ttl {
  width: 140px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.accept {
  margin-top: 55px;
}

.accept_box {
  max-width: 630px;
  margin: 24px auto 0;
}
.accept_box:first-child {
  margin-top: 0;
}

.accept_ttl {
  font-size: 18px;
  font-weight: 700;
}

.accept_text {
  margin-top: 5px;
  line-height: 1.2;
}
.accept_text p {
  position: relative;
  padding-left: 8px;
}
.accept_text p::before {
  content: "・";
  font-size: 15px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .skills {
    padding-bottom: 43px;
  }
  .skills_sttl {
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .skills_sttl span {
    padding: 0 34px;
    font-size: 17px;
  }
  .skill_ttl {
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .skill_ttl span {
    padding: 0 7px;
    font-size: 17px;
  }
  .system {
    margin-top: 27px;
  }
  .system_scroll {
    overflow-x: auto;
  }
  .system_img {
    margin: 0 auto;
  }
  .flow {
    margin-top: 70px;
  }
  .flow_list {
    max-width: 100%;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px 0;
  }
  .flow_item {
    width: 100%;
    height: 35px;
  }
  .flow_item:last-child::after {
    display: none;
  }
  .flow_item::after {
    content: "";
    width: 14px;
    height: 54px;
    display: block;
    background: url(../../business/img/skills/arrow.svg) no-repeat center/100% auto;
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -41px;
    -webkit-transform: translateY(0) translateX(-50%) rotate(90deg);
            transform: translateY(0) translateX(-50%) rotate(90deg);
  }
  .overview {
    max-width: 100%;
    margin: 33px 12px 0;
  }
  .overview_ttl {
    padding: 0;
    display: block;
    border-bottom: none;
  }
  .overview_ttl-l {
    padding: 0 4px 5px;
    font-size: 17px;
    border-bottom: 5px solid #e71f19;
  }
  .overview_ttl-r {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 13px;
  }
  .overview_ttl-r::before {
    width: 35px;
    height: 35px;
  }
  .overview_list {
    margin-top: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
  .overview_item {
    width: 100%;
    padding: 15px 0 2px;
    border: 2px solid #f3b919;
    border-radius: 0;
  }
  .overview_item02 {
    width: 100%;
  }
  .overview_sttl {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 700;
  }
  .overview_text {
    margin-top: 5px;
    padding: 0 13px;
    line-height: 1.2;
  }
  .overview_img {
    margin-top: 3px;
  }
  .job {
    margin-top: 40px;
  }
  .table {
    width: 970px;
  }
  .table_th {
    padding: 6px 0;
    font-size: 13px;
    color: #FFF;
    vertical-align: middle;
    border: 1px solid #000;
    background: #2e59a6;
  }
  .table_th:first-child {
    width: 195px;
  }
  .table_th:nth-child(2) {
    width: 90px;
  }
  .table_th:last-child {
    width: 685px;
  }
  .table_td {
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #000;
  }
  .table_td:first-child {
    width: 195px;
    padding: 11px 0;
  }
  .table_td:nth-child(2) {
    width: 90px;
    padding: 11px 0;
    text-align: center;
  }
  .table_td:last-child {
    width: 685px;
    padding: 11px 10px;
    text-align: left;
  }
  .table_img {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .table_ttl {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }
  .accept {
    margin-top: 75px;
  }
  .accept_box {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 15px;
  }
  .accept_box:first-child {
    margin-top: 0;
  }
  .accept_ttl {
    font-size: 17px;
  }
  .accept_text {
    margin-top: 5px;
    line-height: 1.2;
  }
  .accept_text p {
    padding-left: 8px;
  }
}
/* -------------------sp END------------------------------- */