@charset "UTF-8";
.underMV__wrapper {
  background-image: url(../images/under_MV_work-b.jpg);
}

.parts-title {
  margin-bottom: 30px;
}

.parts-title p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* business-area */
.business-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10px;
}

.business-area__img {
  padding: 30px 50px;
}

/* our-strength */
.our-strength {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 50px;
}

.our-strength__card {
  border: solid 2px #2e528d;
  width: calc(50% - 80px / 2);
  margin: 0 20px 30px 20px;
}

.our-strength__card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.our-strength__card .title {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e528d;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.our-strength__card .cont {
  padding: 20px 25px;
}

.our-strength__card .cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}

/* representative-strengths */
.representative-strengths {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 50px;
}

.representative-strengths__card {
  display: flex;
  border: solid 2px #2e528d;
}

.representative-strengths__card:not(:last-of-type) {
  margin-bottom: 30px;
}

.representative-strengths__card .title {
  display: flex;
  align-items: center;
  width: 260px;
  padding-left: 30px;
  background-color: #2e528d;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.representative-strengths__card .title .font-s {
  font-size: 20px;
}

.representative-strengths__card .cont {
  flex: 1;
  padding: 30px 20px 30px 60px;
}

.representative-strengths__card .cont ul {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
}

.representative-strengths__card .cont ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.representative-strengths__card .cont ul li::marker {
  font-size: 28px;
  color: #2e528d;
}

.representative-strengths__card .cont ul li span {
  vertical-align: 0.2em;
}

@media screen and (max-width: 768px) {
  .parts-title p {
    font-size: 13px;
  }
  /* business-areaスマホ */
  .business-area {
    padding: 30px 10px;
  }
  .business-area__img {
    padding: 0;
  }
  /* our-strengthスマホ */
  .our-strength {
    padding: 0 10px 30px;
  }
  .our-strength__card {
    width: 100%;
    margin: 0 0 20px;
  }
  .our-strength__card .title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .our-strength__card .cont {
    padding: 10px 15px;
  }
  .our-strength__card .cont p {
    font-size: 13px;
  }
  /* representative-strengthsスマホ */
  .representative-strengths__card {
    flex-direction: column;
  }
  .representative-strengths__card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .representative-strengths__card .title {
    justify-content: center;
    width: 100%;
    padding-left: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .representative-strengths__card .title .font-s {
    font-size: 13px;
  }
  .representative-strengths__card .cont {
    padding: 10px 15px 10px 40px;
  }
  .representative-strengths__card .cont ul {
    font-size: 13px;
  }
  .representative-strengths__card .cont ul li::marker {
    font-size: 23px;
  }
  .representative-strengths__card .cont ul li span {
    vertical-align: 0.3em;
  }
}
