.c-bg_green.-blue {
  background: rgb(2, 36, 80);
}

.c-form__btn {
  border-color: rgb(2, 36, 80);
}

.l-header_navi__list {
  justify-content: flex-end;
}

.p-index_kv__catchEn {
  font-size: 6rem;
}

.p-kv_under__img {
  position: relative;
}

.p-kv_under__txt {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-index_service {
  overflow: hidden;
}

.p-company_overview__table td .list dt {
  font-weight: normal;
}

.p-company_philosophy {
  background: rgb(2, 36, 80);
}
.p-company_philosophy__ttl {
  color: rgb(2, 36, 80);
}
.p-company_philosophy__txt .main {
  line-height: inherit;
  display: flex;
  margin-bottom: 2rem;
  color: rgb(2, 36, 80);
}
.p-company_philosophy__txt .main .item:not(:first-child) {
  margin-left: 1em;
}
.p-company_philosophy__txt .main .item:nth-child(3) {
  margin-top: auto;
}

.p-company_message__img:before {
  background: rgb(2, 36, 80);
}

.p-company_history__list dt {
  color: rgb(2, 36, 80);
}
.p-company_history__list dt span:before {
  background: rgb(2, 36, 80);
}
.p-company_history__ttl {
  color: rgb(2, 36, 80);
}

.p-service_main {
  margin-top: 0;
  padding-top: 0;
}

.p-service_about__txt p + p {
  margin-top: 1em;
}

.p-service_about__txt .subttl {
  font-weight: 700;
  font-size: 1.15em;
}

.p-service_about__txt a {
  text-decoration: underline;
}
.p-service_about__txt a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-service_about__img img {
  width: 100%;
}

.p-service_manu__img img {
  width: 100%;
}

.p-service_manu__txt p + p {
  margin-top: 1em;
}

.p-service_manu__txt .subttl {
  font-size: 1.15em;
  font-weight: 700;
}

.p-service_fixnavi__item a:before {
  transform: none;
  top: 0.75em;
}
.p-service_fixnavi__item.-current a:before {
  background: rgb(2, 36, 80);
}

.p-service_fixnavi__item:not(:first-child) {
  margin-top: 1em;
}

.p-service_fixnavi nav {
  width: 14vw;
}
@media screen and (max-width: 1520px) {
  .p-service_fixnavi nav {
    width: 13vw;
  }
}

.p-service_mg__item:not(:first-child) {
  margin-top: 7.5rem;
}
.p-service_mg__ttl {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.p-service_mg__ttl:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: rgb(2, 36, 80);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.p-service_mg__cnt .list {
  position: relative;
}
.p-service_mg__cnt .list li span {
  color: rgb(2, 36, 80);
  font-weight: bold;
}
.p-service_mg__cnt .list li:not(:first-child) {
  margin-top: 0.25em;
}
.p-service_mg__cnt .list .illust {
  position: absolute;
}
.p-service_mg__cnt .list .illust.-illust01 {
  width: 15%;
  right: 0;
  top: 0;
}
.p-service_mg__cnt .list .illust.-illust02 {
  width: 15%;
  right: 15%;
  top: 0;
}
.p-service_mg__fukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.p-service_mg__fukidashi .fukidashi {
  background: rgb(2, 36, 80);
  border-radius: 2rem;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1em 1.5em;
  width: 40%;
}
.p-service_mg__fukidashi .fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 42px solid #022450;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(80%, -50%);
}
.p-service_mg__fukidashi .img {
  width: 40%;
  margin-left: 5rem;
}
.p-service_mg__fukidashi .img img {
  max-height: 300px;
}
.p-service_mg__boxCol {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.p-service_mg__box {
  width: 45%;
  margin: 0 1%;
  border: 1px solid #333;
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service_mg__tbl {
  margin-top: 3rem;
  border: 1px solid #ddd;
}
.p-service_mg__tbl tr:not(:first-child) {
  border-bottom: 1px solid #ddd;
}
.p-service_mg__tbl th {
  background: #022450;
  color: #fff;
  padding: 0.5em;
}
.p-service_mg__tbl th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.p-service_mg__tbl th:nth-child(1), .p-service_mg__tbl th:nth-child(3), .p-service_mg__tbl th:nth-child(4) {
  width: 27%;
}
.p-service_mg__tbl th:nth-child(2) {
  width: 19%;
}
.p-service_mg__tbl td {
  padding: 0.5em;
}
.p-service_mg__tbl td:not(:last-child) {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 1520px) {
  .p-index_kv__catchEn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 991px) {
  .p-kv_under__txt {
    font-size: 2.2rem;
  }
  .p-company_philosophy__txt .main {
    display: block;
  }
  .p-company_philosophy__txt .main .item:not(:first-child) {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .p-service_mg__cnt .list .illust {
    position: static;
    display: inline-block;
    margin-top: 2rem;
  }
  .p-service_mg__cnt .list .illust.-illust01 {
    width: 20%;
  }
  .p-service_mg__cnt .list .illust.-illust02 {
    width: 20%;
    margin-left: 2rem;
  }
  .p-service_mg__fukidashi .fukidashi {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service_mg__ttl {
    font-size: 2rem;
  }
  .p-service_mg__fukidashi .fukidashi {
    font-size: 1.4rem;
  }
  .p-service_mg__boxCol {
    display: block;
  }
  .p-service_mg__box {
    width: 100%;
  }
  .p-service_mg__box:not(:first-child) {
    margin-top: 2rem;
  }
  .p-service_mg__tblWrap {
    overflow-x: auto;
  }
  .p-service_mg__tbl {
    width: 800px;
  }
}
@media screen and (max-width: 575px) {
  .p-service_mg__ttl {
    font-size: 1.8rem;
  }
  .p-kv_under__txt {
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
  .p-service_mg__cnt .list .illust.-illust01 {
    width: 30%;
  }
  .p-service_mg__cnt .list .illust.-illust02 {
    width: 30%;
  }
}/*# sourceMappingURL=add.css.map */