@media screen and (max-width: 1200px) {
    body.home .contact {
        padding: 50px auto;
    }
    .w80 {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .open-btn-wrap {
        display: none;
    }
    div#n2-ss-2 .n2-ss-slide-backgrounds {
        margin: 0 auto 0;
    }
    .sp-header {
        position: relative;
        z-index: 10;
    }
    .sp-header-inner .logo img {
        max-height: auto;
        width: 100%;
        margin-left: 5px;
    }
    .sp-header-inner .logo {
        width: 40%;
        max-width: 40%;
    }
    .box_img02 {
        position: relative;
        margin-bottom: 20px;
    }
    .box_greet .txt::before {
        top: -20px;
    }
    .box-service {
        width: 48%;
    }
    .box-service .box-service-tit {
        font-size: 18px;
    }
}
@media screen and (max-width:820px) {
	  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
		  height: 20vh;
  }
    .footer-logo {
        padding-bottom: 0;
    }
    .sub-header {
        height: 25vw;
    }
    section.first {
        position: relative;
        background: #FFF0F5;
        padding-top: 50px;
    }
    .list-pdf li {
        width: 48%;
    }
    .layout01 {
        display: block;
    }
    .box40, .box50, .box60 {
        width: 100%;
    }
    .box_contact-title {
        font-size: 2.3em;
    }
    body.home .contact {
        background-image: url(/wp-content/uploads/2025/03/bg.line02.png);
        background-repeat: repeat-x;
        background-position: bottom;
        padding-bottom: 50px;
        background-size: 200%;
    }
    .box_img02 p.img01 {
        width: 100%;
    }
    .box_greet .txt {
        padding: 20px;
    }
    .box_greet .txt p {
        font-size: 14px;
    }
    .box_contact-btn {
        width: 100%;
    }
    .list-pdf li {
        width: 100%;
        margin: 0 auto 15px;
        padding: 0;
    }
    .list-pdf li a {
        display: block;
        padding: 15px 45px 15px 15px;
        font-size: 16px;
    }
    section.second .ab01 {
        position: absolute;
        top: 0;
        left: 10px;
        width: 15vw;
        height: 10vw;
    }
    section.second .ab02 {
        position: absolute;
        top: 0;
        right: -3vw;
        width: 40vw;
        height: 30vw;
    }
    section.second {
        padding-top: 100px;
    }
    .form .ab01 {
        position: absolute;
        top: -20px;
        left: 10px;
        width: 10vw;
        height: 10vw;
    }
}
@media screen and (max-width:500px) {
    .tit4 {
        position: relative;
        text-align: center;
        font-size: 2em;
        margin-bottom: 50px;
        width: 80%;
        margin: 0 auto 50px;
        background-color: #FF70A0;
        color: #fff;
        line-height: 1em;
        padding: 10px;
    }
    .tit4::before {
        content: "";
        display: block;
        background-image: url(/wp-content/uploads/2025/03/ribbon01_lf.png);
        width: 50px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -40px;
        bottom: -10px;
        background-position: right bottom;
    }
    .tit4::after {
        content: "";
        display: block;
        background-image: url(/wp-content/uploads/2025/03/ribbon01_rt.png);
        width: 50px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: -40px;
        bottom: -10px;
        background-position: left bottom;
    }
    .bnr_tel {
        max-width: 500px;
        width: 90%;
        margin: 0px auto 40px;
    }
    .list_visit {
        background: #F4FCE1;
        padding: 20px;
    }
    .box-service {
        width: 90%;
        margin: 0 auto 20px;
    }
}