@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  body h1 {
    line-height: 1.8;
  }
  body h2 {
    font-size: 4.0rem;
    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: 60%;
  }
  .textBoxBar {
    width: 90%;
    margin: 50px 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;
  }
  .sec02 {
    background-image: url(../img/sp/sec02.jpg);
    padding: 50px 0;
  }
  .sec02 .tbb2 {
    padding: 30px 45px;
  }
  .sec02 .tbb2 .textBoxTitle {
    margin-bottom: 0;
  }
  .sec02 .tbb2 .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec02 .tbb2 .flexBox .flexImg {
    margin-right: 0;
  }
  .sec02 .tbb2 .flexBox .flexImg img {
    max-width: 300px;
  }
  .sec03 {
    background-image: url(../img/sp/sec03.jpg);
    padding: 50px 0 100px;
  }
  .sec03 .textBoxBar {
    width: 90%;
    padding: 0 30px 40px;
  }
  .sec03 .textBoxBar .textBoxTitle {
    margin: 30px auto;
  }
  .sec03 .titleWrapper h3 {
    line-height: 1.8;
    font-size: 2.4rem;
  }
  .sec03 .imgWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec03 .imgWrapper .imgBox .ibText {
    padding: 17px 0;
  }
  .sec03 .imgWrapper .imgBox .ibText h2 {
    font-size: 2.4rem;
  }
  .sec03 .imgWrapper .imgBox .ibText03 {
    padding: 23px 0 11px;
  }
  .sec03 .imgWrapper .imgBox .ibText03::after {
    top: 8px;
    left: 20%;
    font-size: 1.6rem;
  }
  .sec03 .imgWrapper .imgBox + .imgBox {
    margin-left: 20px;
  }
  .sec03 .imgWrapper2 .imgBox .ibText {
    padding: 7px 0;
  }
  .sec03 .imgWrapper2 .imgBox .ibText h3 {
    font-size: 2.0rem;
  }
  .sec03 .tb3 {
    margin: 200px auto 0;
    width: 90%;
  }
  .sec03 .tb3 .serviceImg {
    top: -34%;
    width: 32%;
  }
  .sec03 .tb3 h2 {
    top: 19%;
  }
  .sec03 .tb3 h3 {
    top: 54%;
  }
  .sec03 .tb3 .sec03Btn {
    width: 60%;
    top: 70%;
  }
  .sec05 {
    background-image: url(../img/sp/sec05.jpg);
  }
  .sec05 .textBoxImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 90%;
    padding: 50px;
  }
  .sec05 .textBoxImg .textWrapper {
    width: 100%;
  }
  .sec05 .textBoxImg .imgWrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec05 .textBoxImg:nth-child(odd) .textWrapper {
    padding-right: 0;
  }
  .sec05 .textBoxImg:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec05 .textBoxImg:nth-child(even) .imgWrapper {
    padding-right: 0;
  }
  .sec05 .textBoxImg + .textBoxImg {
    margin-top: 30px;
  }
  footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0 50px;
  }
  footer .flex {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .flex p + p {
    margin-left: 20px;
  }
  footer .flex p {
    margin-bottom: 50px;
  }
  .sec08 {
    padding: 40px 0;
  }
  .sec08 h2 {
    margin-bottom: 20px;
  }
  .sec08 p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .sec10 {
    padding: 3rem 0;
    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;
  }
}

@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: 2.4rem;
  }
}

@media (max-width: 414px) {
  body h1 {
    font-size: 3rem;
  }
  body h2 {
    font-size: 3rem;
  }
  body h3 {
    font-size: 2.4rem;
  }
  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: 120px auto 0;
  }
  .sec03 .tb3 h2 {
    line-height: 1.3;
  }
  .sec03 .titleWrapper h3 {
    font-size: 1.6rem;
  }
  .sec03 .imgWrapper .imgBox .ibText {
    padding: 12px 0;
  }
  .sec03 .imgWrapper .imgBox .ibText h2 {
    font-size: 1.6rem;
  }
  .sec03 .imgWrapper .imgBox .ibText03 {
    padding: 16px 0 8px;
  }
  .sec03 .imgWrapper .imgBox .ibText03::after {
    top: 6px;
    left: 18%;
    font-size: 0.8rem;
  }
  .sec03 .imgWrapper .imgBox + .imgBox {
    margin-left: 20px;
  }
  .sec03 .imgWrapper2 .imgBox .ibText h3 {
    font-size: 0.8rem;
  }
  .sec03 .tb3 .sec03Btn {
    top: 74%;
  }
  .sec05 .textBoxImg {
    padding: 15px;
  }
  .sec07 h2 {
    font-size: 3rem;
  }
  .c-form {
    width: 90%;
  }
  footer .flex {
    width: 95%;
  }
}
/*# sourceMappingURL=responsive.css.map */