@charset "UTF-8";
/*----------------------------
  電話番号ボタン化（2025.02）
-----------------------------*/
.contact_block .box p br {
    display: none;
}
@media screen and (max-width: 820px) {
    .contact_block .box h2 span.sp {
        display: none;
    }
    .contact_block .box h2 br {
        display: none;
    }
    .contact_block .box:last-child .btn.gry {
        display: none;
    }
    .contact_block .box:last-child .btn.gry + p {
        display: none;
    }
}
@media screen and (max-width: 668px) {
    .contact_block .box:first-child a {
        display: none;
    }
    .contact_block .box:first-child p:last-child {
        display: none;
    }
    .contact_block .box:last-child .btn.org {
        margin-bottom: 20px;
    }
    .contact_block .box:last-child .btn.gry {
        width: 100%;
        height: 110px;
        background: #646464;
        position: relative;
        display: block;
        padding: 0;
        border: none;
        border-radius: 0;
        margin-bottom: 15px;
    }
    .contact_block .box:last-child .btn.gry span::before {
        content: "";
        width: 70px;
        height: 70px;
        position: absolute;
        right: auto;
        top: 20%;
        left: 10.5%;
        background-color: #fff;
        border-radius: 100px;
    }
    .contact_block .box:last-child .btn.gry span::after {
        content: "";
        width: 35px;
        height: 45px;
        position: absolute;
        background-image: url("/common/images/icon-phone02.png");
        background-repeat: no-repeat;
        background-size: 35px auto;
        top: 30%;
        right: auto;
        left: 13.7%;
    }
    .contact_block .box:last-child .btn.gry a {
        font-family: "Noto Sans JP", sans-serif;
        height: 110px;
        color: #fff;
        text-decoration: none;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0 0 0 10%;
        margin: 0;
    }
    .contact_block .box:last-child .btn.gry a span:first-child {
        font-size: 8vw;
        font-weight: 900;
        letter-spacing: 0;
        text-shadow: none;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        font-size: 3.2vw;
        font-weight: 500;
        width: 100%;
        display: block;
        margin-bottom: 5px;
        letter-spacing: 0;
        text-shadow: none;
        text-align: center;
    }
    .contact_block .box:last-child .btn.gry a span::before, .contact_block .box:last-child .btn.gry a span::after {
        display: none;
    }
    .contact_block .box:last-child .btn.gry a::before, .contact_block .box:last-child .btn.gry a::after {
        display: none;
    }
    .contact_block .box:last-child .btn.gry + p {
        display: block;
        text-align: center;
        font-size: 3.6vw !important;
        margin-bottom: 0;
        padding: 0 !important;
        font-weight: bold;
    }
    .contact_block {
        background-image: url(/price/new/img/price_off/bg-tel-01_pc.jpg);
        background-size: 27vw auto;
        background-position: left 20px top 8vw;
    }
    .contact_block .box:first-child {
        min-height: 27.5vw;
    }
    .contact_block .box h2 span.blk {
        padding: 10px 45px 15px 18px;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    }
    .contact_block .box .text {
        text-align: center;
        position: relative;
    }
    .contact_block .box .text p:first-child {
        font-size: 3.6vw;
        padding-left: 0;
        padding-right: 3.5vw;
        padding-top: 2.5vw;
        text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
        letter-spacing: 0;
    }
    .contact_block .box img.bg {
        width: 26vw;
        top: -1vw;
        right: 0.5vw;
    }
    .contact_block .box .text p:first-child span {
        display: inline;
    }
    .contact_block .box p br {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .contact_block .box:last-child .btn.gry a {
        padding: 0 0 0 10%;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 600px) {
    .contact_block .box h2 span.blk {
        padding: 12px 40px 13px 18px;
    }
    .contact_block .box:last-child .btn.gry span::before {
        left: 9%;
    }
    .contact_block .box:last-child .btn.gry span::after {
        left: 12.5%;
    }
}
@media screen and (max-width: 568px) {
    .contact_block .box:last-child .btn.gry span::before {
        width: 65px;
        height: 65px;
    }
    .contact_block .box:last-child .btn.gry span::after {
        width: 33px;
        height: 43px;
        background-size: 33px auto;
    }
    .contact_block .box:last-child .btn.gry {
        width: 100%;
        height: 104px;
    }
    .contact_block .box:last-child .btn.gry a {
        height: 104px;
    }
}
@media screen and (max-width: 540px) {
    .contact_block {
        background-position: left 20px top 10vw;
    }
    .contact_block .box h2 span.blk {
        padding: 12px 33px 13px 15px;
    }
    .contact_block .box:first-child {
        min-height: 28vw;
    }
    .contact_block .box:last-child .btn.gry span::before {
        width: 12.5vw;
        height: 12.5vw;
        top: 3.5vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        width: 6.5vw;
        height: 8.6vw;
        background-size: 6.5vw auto;
        top: 5.5vw;
    }
    .contact_block .box:last-child .btn.gry a {
        padding: 0 0 0 13%;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        font-size: 3.8vw;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 500px) {
    .contact_block .box h2 span.blk {
        padding: 12px 30px 13px 12px;
    }
    .contact_block .box:last-child .btn.gry span::before {
        top: 3.3vw;
        left: 8%;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 5.3vw;
        left: 11.5%;
    }
    .contact_block .box:last-child .btn.gry {
        height: 94px;
    }
    .contact_block .box:last-child .btn.gry a {
        height: 94px;
        padding: 0 0 0 16%;
    }
    .contact_block .box:last-child .btn.gry a span:first-child {
        font-size: 9vw;
    }
}
@media screen and (max-width: 440px) {
    .contact_block {
        background-position: left 20px top 17vw;
    }
    .contact_block .box h2 span.sp {
        display: inline;
    }
    .contact_block .box h2 br {
        display: block;
    }
    .contact_block .box h2 span.blk {
        padding: 10px 30px 12px 15px;
        line-height: 1.15;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        font-size: 5vw;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 5.2vw;
    }
    .contact_block .box:first-child {
        min-height: 35vw;
    }
    .contact_block .box img.bg {
        width: 32vw;
        right: 1.5vw;
    }
    .contact_block .box p {
        margin: 0 auto;
    }
    .contact_block .box .text p:first-child {
        font-size: 4.2vw;
        padding-top: 2vw;
        padding-right: 0;
        line-height: 1.4;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        margin-bottom: 15px;
    }
    .contact_block .box:last-child .btn.gry {
        height: 90px;
        margin-bottom: 10px;
    }
    .contact_block .box:last-child .btn.gry a {
        height: 90px;
    }
    .contact_block .box:last-child .btn.gry span::before {
        top: 4vw;
        left: 6%;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 5.7vw;
        left: 9.5%;
    }
    .contact_block .box:last-child .btn.gry a span:first-child {
        font-size: 9.5vw;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        margin-bottom: 5px;
    }
    .contact_block .box:last-child .btn.gry + p {
        font-size: 4.4vw !important;
    }
}
@media screen and (max-width: 430px) {
    .contact_block {
        background-position: left 15px top 17vw;
    }
    .contact_block .box h2 {
        border-bottom: 3px solid #252525;
    }
    .contact_block .box h2 span.blk {
        display: inline-block;
        padding: 10px 35px 10px 15px;
        clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
    }
    .contact_block .box img.bg {
        top: 0;
    }
    .contact_block .box:first-child {
        min-height: 35.5vw;
    }
    .contact_block .box:last-child .btn.gry {
        height: 85px;
    }
    .contact_block .box:last-child .btn.gry a {
        height: 85px;
    }
    .contact_block .box:last-child .btn.gry span::before {
        width: 12vw;
        height: 12vw;
        top: 4vw;
        left: 7%;
    }
    .contact_block .box:last-child .btn.gry span::after {
        width: 6vw;
        height: 8vw;
        background-size: 6vw auto;
        top: 6vw;
        left: 10.5%;
    }
    .contact_block .box:last-child .btn.gry a span:first-child {
        font-size: 9.2vw;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 414px) {
    .contact_block .box:last-child .btn.gry a span:first-child {
        letter-spacing: 0.015em;
    }
}
@media screen and (max-width: 402px) {
    .contact_block .box:last-child .btn.gry span::before {
        top: 5vw;
        left: 6%;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 7vw;
        left: 9.5%;
    }
    .contact_block .box:last-child .btn.gry a {
        padding: 0 0 0 15.5%;
    }
}
@media screen and (max-width: 390px) {
    .contact_block .box h2 {
        border-bottom: 4px solid #252525;
    }
    .contact_block .box h2 span.blk {
        padding: 10px 28px 9px 15px;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    }
    .contact_block .box:first-child {
        min-height: 36vw;
    }
    .contact_block .box:last-child .btn.gry {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 375px) {
    .contact_block .box:last-child .btn.gry span::before {
        top: 5.5vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 7.5vw;
    }
    .contact_block .box:last-child .btn.gry + p {
        font-size: 4.6vw !important;
    }
}
@media screen and (max-width: 360px) {
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 60px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 58px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        margin-bottom: 12px;
    }
    .contact_block .box:first-child {
        min-height: 37vw;
    }
    .contact_block .box img.bg {
        top: auto;
        bottom: 0;
    }
    .contact_block .box:last-child .btn.gry {
        height: 75px;
    }
    .contact_block .box:last-child .btn.gry a {
        height: 75px;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        font-size: 4.2vw;
    }
    .contact_block .box:last-child .btn.gry span::before {
        left: 5.5%;
        top: 4.5vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        left: 8.7%;
        top: 6.5vw;
    }
}
@media screen and (max-width: 344px) {
    .contact_block .box:last-child .btn.gry span::before {
        top: 5vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 7vw;
    }
}
@media screen and (max-width: 320px) {
    .contact_block {
        background-position: left 15px top 18vw;
        background-size: 30vw auto;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 1.18;
        font-size: 7.3vw;
        letter-spacing: 0;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 2px 0 0 5px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 15px 0 0 5px;
    }
    .contact_block .box:first-child {
        min-height: 37.5vw;
    }
    .contact_block .box h2 span.blk {
        font-size: 5.2vw;
    }
    .contact_block .box:last-child .btn.gry span::before {
        top: 5.5vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        top: 7.5vw;
    }
    .contact_block .box:last-child .btn.gry a span:last-child {
        font-size: 4.8vw;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 280px) {
    .contact_block .box:first-child {
        min-height: 38.5vw;
    }
    .contact_block .box h2 span.blk {
        padding: 10px 23px 9px 12px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 1.3;
    }
    .contact_block .box:last-child .btn.gry span::before {
        left: 5%;
        top: 7vw;
    }
    .contact_block .box:last-child .btn.gry span::after {
        left: 8.5%;
        top: 9vw;
    }
}