@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  color: #002c54;
}

.h2_wrap .h2 .pic {
  width: 358.8px;
}
@media (max-width: 500px) {
  .h2_wrap .h2 .pic {
    width: 255.35px;
  }
}

section span {
  display: inline-block;
}

.sec_real .h3_wrap .pic {
  width: 487.5px;
}
@media (max-width: 800px) {
  .sec_real .h3_wrap .pic {
    width: 193.5px;
  }
}
.sec_real .p_ttl + p {
  text-align: center;
  line-height: 2.2;
}
.sec_real .pic_wrap {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .sec_real .pic_wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_real .pic_wrap .pic:first-child {
  width: 43.36%;
}
@media (max-width: 800px) {
  .sec_real .pic_wrap .pic:first-child {
    width: 100%;
  }
}
.sec_real .pic_wrap .pic:last-child {
  width: 56.64%;
}
@media (max-width: 800px) {
  .sec_real .pic_wrap .pic:last-child {
    width: 100%;
  }
}

.sec_list .h3_wrap .pic {
  width: 582.2px;
}
@media (max-width: 800px) {
  .sec_list .h3_wrap .pic {
    width: 295.6px;
  }
}
.sec_list .inner_n ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 800px) {
  .sec_list .inner_n ul {
    gap: 50px 35px;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .sec_list .inner_n ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 0;
  }
}
.sec_list .inner_n ul li .p_ttl {
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec_list .inner_n ul li .p_ttl {
    margin-bottom: 15px;
  }
}
.sec_list .inner_n ul li a {
  width: 50%;
  margin: 25px auto 0;
}
@media (max-width: 800px) {
  .sec_list .inner_n ul li a {
    width: 40%;
    min-width: 140px;
    margin-top: 18px;
  }
}/*# sourceMappingURL=services.css.map */