@charset "UTF-8";
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  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: 80%;
  }
  .textBox {
    width: 80%;
    outline: 2px solid #c8c9ca;
    /* 線の太さ・線状・色 */
    outline-offset: -8px;
    /* どれだけ内側に線を表示したいかを負の値で指定 */
  }
  .textBox .textBoxTitle {
    font-size: 4rem;
  }
  .fv .fvBtn {
    top: 55%;
  }
  .sec02 {
    background-image: none;
    padding: 220px 0 50px;
  }
  .sec02 .sec02-0 {
    width: 70%;
  }
  .sec02 .tbb2 {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 45px;
  }
  .sec02 .tbb2 .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec02 .tbb2 .flexBox .textBoxTitle {
    font-size: 4rem;
  }
  .sec02 .tbb2 .flexBox .flexImg {
    margin-right: 0;
  }
  .sec02 .tbb2 .flexBox .flexImg img {
    width: 300px;
  }
  .sec03 {
    background-image: url(../img/sp/sec03.jpg);
    padding: 170px 0 100px;
  }
  .sec03 .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec03 .tb2 .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec03 .tb2 .flexBox .flexImg {
    width: 100%;
  }
  .sec03 .tb2 .flexBox .flexImg img {
    width: 100%;
  }
  .sec03 .tb2 .flexBox .flexText {
    margin-top: 30px;
    width: 100%;
  }
  .sec03 .tb3 {
    margin: 100px auto 0;
    width: 80%;
  }
  .sec03 .tb3 .innnerBox .serviceImg {
    top: -8%;
    width: 50%;
  }
  .sec03 .tb3 .innnerBox h2 {
    top: 19%;
  }
  .sec03 .tb3 .innnerBox h3 {
    top: 48%;
  }
  .sec03 .tb3 .innnerBox .sec03Btn {
    width: 90%;
    top: 66%;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec07 h2 {
    font-size: 4.8rem;
  }
  .sec07 .staffBox {
    width: 70%;
    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%;
  }
  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;
  }
  .sec08 {
    padding: 40px 0;
  }
  .sec08 h2 {
    margin-bottom: 20px;
  }
  .sec08 p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .red {
    color: #b80028;
  }
  .mTop30 {
    margin-top: 30px;
  }
  .sec10 {
    background-image: url("../img/sp/sec10bg.jpg");
    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;
  }
  .imgBox {
    margin: 50px auto 0;
    width: 80%;
  }
}

@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) {
  .tb_only {
    display: none;
  }
  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;
  }
  .sec02 {
    background-image: none;
    padding: 100px 0 30px;
  }
  .sec02 .sec02-0 {
    width: 70%;
  }
  .sec02 .tbb2 {
    padding: 30px 15px;
  }
  .sec02 .tbb2 .flexBox .textBoxTitle {
    font-size: 3.2rem;
  }
  .sec02 .tbb2 .flexBox .flexImg {
    margin-right: 0;
  }
  .sec02 .tbb2 .flexBox .flexImg img {
    width: 200px;
  }
  .imgBox {
    margin: 50px auto 0;
    width: 90%;
  }
  .textBox {
    outline: 1.5px solid #c8c9ca;
    /* 線の太さ・線状・色 */
    outline-offset: -5px;
    /* どれだけ内側に線を表示したいかを負の値で指定 */
  }
  .sec03 {
    padding: 60px 0 50px;
  }
  .sec03 .tb2 {
    padding: 10px 20px 30px;
    width: 90%;
  }
  .sec03 .tb2 .textBoxTitle {
    font-size: 2.3rem;
  }
  .sec03 .tb3 {
    margin: 60px auto 0;
    width: 90%;
  }
  .sec03 .tb3 .innnerBox {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .sec03 .tb3 .innnerBox .serviceImg {
    top: -7%;
    width: 60%;
  }
  .sec03 .tb3 .innnerBox h2 {
    padding: 5px;
  }
  .sec03 .tb3 .innnerBox h3 {
    padding: 5px;
  }
  .sec03 .tb3 .innnerBox .sec03Btn {
    width: 90%;
  }
  .sec03 .tb3 .innnerBox p {
    font-size: 1.4rem;
  }
  .sec07 h2 {
    font-size: 3rem;
  }
  .sec07 {
    padding: 20px 0;
  }
  .sec07 .staffBox {
    width: 80%;
  }
  .sec07 .staffBox .staff {
    padding: 20px 0;
  }
  .sec07 .staffBox .staff p {
    width: 100%;
  }
  .c-form {
    width: 90%;
  }
  footer .flex {
    width: 95%;
  }
}
/*# sourceMappingURL=responsive.css.map */