@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  body h1 {
    line-height: 1.8;
  }
  body h2 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
  }
  body h3 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  body p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .btn {
    width: 90%;
  }
  .textBoxBar {
    width: 90%;
    margin: 30px auto 0;
    padding: 0 45px 30px;
  }
  .textBoxBar .textBoxTitle {
    margin: 20px auto;
  }
  .textBoxBar .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .textBox {
    width: 80%;
    margin: 0 auto;
  }
  .textBoxBar {
    border: none;
  }
  .sec01Btn {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
  }
  .sec02 {
    background-image: url(../img/sp/sec02.jpg);
    padding: 30px 0;
  }
  .sec02 h1 {
    padding-bottom: 0;
    line-height: 1.5;
  }
  .sec02 .tb2 {
    padding: 10px 0;
    margin: 0 auto;
  }
  .sec02 .tb2 .titleImg {
    position: static;
    top: 0;
    padding-bottom: 10px;
    width: 95%;
  }
  .sec02 .tb2 .firstText {
    padding: 0 20px 20px;
  }
  .sec02 .tb2 .firstText p {
    line-height: 1.8;
    font-weight: 700;
  }
  .sec02 .tb2 .flexBox {
    border-top: 1px solid #182987;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec02 .tb2 .flexBox .flexImg {
    margin-right: 20px;
    margin-top: 20px;
  }
  .sec02 .tb2 .flexBox .flexImg img {
    width: 200px;
  }
  .sec02 .tb2 .flexBox .flexText {
    padding: 0 20px;
  }
  .sec02 .tb2 .flexBox .flexText .textBoxTitle {
    margin-bottom: 0;
  }
  .sec03 {
    padding: 30px 0 40px;
  }
  .sec03 .imgBox {
    width: 90%;
  }
  .sec03 .textBoxBar {
    width: 90%;
    padding: 0 30px 40px;
  }
  .sec03 .textBoxBar .textBoxTitle {
    margin: 30px auto;
  }
  .sec03 .tb3 {
    margin: 100px auto 0;
    width: 90%;
  }
  .sec03 .tb3 .serviceImg {
    top: -8%;
    width: 70%;
  }
  .sec03 .tb3 h2 {
    top: 16%;
  }
  .sec03 .tb3 h3 {
    top: 33%;
  }
  .sec03 .tb3 .sec03Btn {
    width: 95%;
    top: 53%;
  }
  .sec03 .tb3 p {
    top: 76%;
  }
  footer {
    padding: 20px 0 50px;
  }
  footer .flex {
    width: 70%;
    margin: 0 auto;
  }
  footer .flex p {
    margin-bottom: 10px;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec07 h2 {
    font-size: 4.8rem;
  }
  .sec07 .staffBox {
    width: 90%;
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec07 .staffBox .staff {
    width: 100%;
  }
  .sec07 .staffBox .staff img {
    width: 60%;
  }
  .sec10 {
    padding: 3rem 0;
    background-image: url("../img/sp/sec10bg.jpg");
    background-position: 70%;
  }
  .sec10 .content {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }
  .sec10 .content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    border-radius: 0;
    margin-bottom: 1.8rem;
  }
  .sec10 .content .item .itemTitle {
    width: 100%;
  }
  .sec10 .content .item .itemText {
    width: 100%;
    padding: 1.8rem 2.5rem;
    line-height: 2.3rem;
  }
  .red {
    color: #b80028;
  }
  .mTop30 {
    margin-top: 30px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .blueBar {
    padding: 15px 0;
  }
  .blueBar::after {
    border-width: 40px 20px 0 20px;
  }
  .whiteBar {
    padding: 15px 0;
  }
}

@media (max-width: 590px) {
  .sec03 .tb3 h2 {
    font-size: 3.2rem;
  }
  .sec03 .tb3 h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 440px) {
  .sec03 .tb3 h2 {
    font-size: 2rem;
  }
}

@media (max-width: 414px) {
  body h1 {
    font-size: 3rem;
  }
  body h2 {
    font-size: 2.2rem;
    letter-spacing: -0.1rem;
  }
  body h3 {
    font-size: 2.2rem;
  }
  body p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .textBoxBar {
    padding: 0 15px 30px;
  }
  .sec02 .tbb2 {
    padding: 30px 15px;
  }
  .sec03 .textBoxBar {
    padding: 0 15px 30px;
  }
  .sec03 .textBoxBar .textBoxTitle {
    font-size: 2.4rem;
  }
  .sec03 .tb3 {
    margin: 60px auto 0;
  }
  .sec03 .tb3 h2 {
    line-height: 1.7;
  }
  .sec07 h2 {
    font-size: 3rem;
  }
  footer .flex {
    width: 95%;
  }
}
/*# sourceMappingURL=responsive.css.map */