@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .contact .request {
    padding: 105px 0 309px;
    font-size: 1.5rem;
  }
  .contact .request p {
    font-size: 1.5rem;
    line-height: 24px;
    text-align: center;
  }
  .contact .request a._btn {
    background: #005ead;
    margin-top: 90px;
  }
  .contact .request .txt_note {
    margin-top: 50px;
  }
  .contact .request .service_warp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 180px;
    margin-top: 1em;
  }
  .contact .request .service_warp > ul > li:not(:first-of-type) {
    margin-top: 5px;
  }
  .contact .request .service_warp > ul > li::before {
    content: "・";
    display: inline-block;
    width: 1em;
    height: 1em;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    padding-top: 6.90104vw;
  }
  .contact .request {
    padding: 4.94792vw 0 42.96875vw;
  }
  .contact .request p {
    font-size: 3.38542vw;
    line-height: 5.46875vw;
    text-align: center;
  }
  .contact .request a._btn {
    background: #005ead;
    margin-top: 7.16146vw;
  }
  .contact .request .txt_note {
    margin-top: 7.16146vw;
  }
  .contact .request .service_warp {
    margin-top: 1em;
  }
  .contact .request .service_warp > ul > li:not(:first-of-type) {
    margin-top: 1.30208vw;
  }
  .contact .request .service_warp > ul > li::before {
    content: "・";
    display: inline-block;
    width: 1em;
    height: 1em;
  }
}
