@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    color: #303030 !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
.header {
    position: sticky !important;
}
main {
    padding-top: 0 !important;
}
/* ====== MV ====== */
.mv_block {
    max-width: 1230px;
    min-width: 1140px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    height: 268px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    background-image: url(../img/price_off/bg-mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.mv_block h1 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #353535;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 45px 85px;
    letter-spacing: 0.15em;
}
/* ====== off_block ====== */
.off_block {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.off_block p:first-child {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.off_block .box {
    margin-bottom: 80px;
}
.off_block .box:last-child {
    margin-bottom: 0;
}
.off_block .box h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.off_block .box h2:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 270px;
    height: 3px;
    content: '';
    background: #a3a3a3;
}
.off_block .box h2 span {
    display: inline-block;
}
.off_block .box img {
    width: 385px;
    float: right;
    margin-bottom: 0;
}
.off_block .box .text {
    width: calc(100% - 430px);
    float: left;
}
.off_block .box h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
}
.off_block .box h3 span {
    display: inline-block;
}
.off_block .box .text p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 0;
}
.off_block .box .text p span.sm {
    font-size: 18px;
    display: block;
    padding-top: 10px;
}
.off_block .box .text p span.red {
    color: #cd0f2e;
    font-weight: bold;
}
.off_block .box .text button {
    background-color: #194eb9;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 20px 70px 20px 40px;
    margin-top: 30px;
    position: relative;
    border: none;
}
.off_block .box .text button span {
    display: inline-block;
}
.off_block .box .text button:hover {
    color: rgba(255, 255, 255, 0.6);
}
.off_block .box .text button::after {
    right: 8%;
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.off_block .box .text button:hover::after {
    opacity: 0.6;
}
/* ====== bnr_block ====== */
.bnr_block {
    max-width: 1020px;
    padding: 0 30px;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 0;
}
.bnr_block button {
    width: 31.5%;
    margin: 0 2.75% 0 0;
    font-size: 23px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
    border: 5px solid #afafaf;
    padding: 15px 15px 15px 105px;
    position: relative;
    background-color: #fff;
}
.bnr_block button:last-child {
    margin: 0;
}
.bnr_block button span {
    display: block;
    color: #000;
}
.bnr_block button:first-child {
    background-image: url("../img/price_off/bg-bnr-01.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button:nth-child(2) {
    background-image: url("../img/price_off/bg-bnr-02.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button:last-child {
    background-image: url("../img/price_off/bg-bnr-03.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button::before {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f39800;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bnr_block button::after {
    right: 24px;
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bnr_block button:nth-child(2)::before {
    background: #22ac38;
}
.bnr_block button:last-child::before {
    background: #0068b7;
}
.bnr_block button:hover {
    color: rgba(48, 48, 48, 0.6);
}
.bnr_block button:hover::before, .bnr_block button:hover::before {
    opacity: 0.6;
}
/* ====== contact_block ====== */
.contact_block {
    max-width: 1160px;
    background-image: url(../img/price_off/bg-tel-01_pc.jpg);
    background-position: left 30px top 58px;
    background-size: 320px auto;
    margin: 0 auto 90px;
}
.contact_block .box h2 {
    background: none;
    border-bottom: 3px solid #252525;
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1;
}
.contact_block .box h2 span.blk {
    font-size: 43px;
    display: inline-block;
    background-color: #252525;
    color: #fff;
    padding: 10px 72px 15px 12px;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}
.contact_block .box h2 span:not(.blk) {
    font-size: 49px;
}
.contact_block .box:first-child {
    background: none;
    position: relative;
    min-height: 275px;
}
.contact_block .box .text p:first-child {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -5px;
}
.contact_block .box .text p:first-child span {
    display: inline-block;
}
.contact_block .box .text {
    position: absolute;
    left: calc((100% - 580px) / 2);
    z-index: 1;
}
.contact_block .box img.bg {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 285px;
    z-index: 0;
}
.contact_block .box a + p {
    padding-top: 8px;
    padding-bottom: 0;
}
.contact_block .box:last-child {
    position: relative;
}
.contact_block .box:last-child .btn.blue {
    background: #ef1581;
    border-radius: 0;
    box-shadow: none;
}
.contact_block .box:last-child .btn.org {
    background: #29a363;
    border-radius: 0;
    box-shadow: none;
}
.contact_block .box:last-child .btn.blue a::after {
    border-color: #ef1581;
}
.contact_block .box:last-child .btn.org a::after {
    border-color: #29a363;
}
.contact_block .box a {
    padding: 0;
}
.contact_block .box a:before, .contact_block .box a:after {
    content: none;
}
.contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
    font-family: "Noto Sans JP", sans-serif;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 820px) {
    .mv_block {
        max-width: none;
        min-width: auto;
        margin: 0 auto 40px;
        height: 243px;
        background-image: url(../img/price_off/bg-mv_sp.jpg);
        background-size: 102% auto;
    }
    .mv_block h1 {
        font-size: 6.5vw;
        color: #fff;
        padding: 0;
        background: none;
    }
    .contact_block .box h2 span.blk {
        font-size: 4.2vw;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 4.8vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 2.45vw;
    }
    .off_block p:first-child {
        font-size: 29px;
        line-height: 1.4;
    }
    .off_block .box img {
        width: 100%;
        max-width: 580px;
        float: none;
        margin: 0 auto 40px;
        display: block;
    }
    .off_block .box .text {
        width: 100%;
        float: none;
    }
    .off_block .box h2 {
        font-size: 42px;
        letter-spacing: 0.05em;
    }
    .off_block .box h3 {
        font-size: 32px;
    }
    .off_block .box .text p {
        font-size: 29px;
        line-height: 1.4;
    }
    .off_block .box .text p span.sm {
        font-size: 26px;
    }
    .off_block .box .text button {
        font-size: 32px;
        padding: 20px 0 20px 14.5vw;
        width: 100%;
        max-width: 630px;
        display: block;
        margin: 50px auto 0;
        text-align: left;
        line-height: 1.3;
    }
    .off_block .box .text button::after {
        right: 14.5vw;
        width: 25px;
        height: 25px;
        border-top: 8px solid #fff;
        border-right: 8px solid #fff;
    }
    .bnr_block button {
        width: 100%;
        max-width: 630px;
        margin: 0 0 20px;
        font-size: 33px;
        border: 3px solid #afafaf;
        height: 125px;
        padding: 10px 55px 15px 130px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 70px 10px 130px;
    }
    .bnr_block button span {
        display: inline-block;
    }
    .bnr_block button::before {
        right: 20px;
    }
    .bnr_block button::after {
        right: 32px;
    }
    .off_block {
        margin: 0 auto 70px;
    }
    .bnr_block {
        margin: 0 auto 70px;
    }
    .contact_block {
        background-image: url(../img/price_off/bg-tel-01_sp.jpg);
        background-position: left 25px top 100px;
        background-size: 190px auto;
        margin: 0 auto 90px;
    }
    .contact_block .box img.bg {
        top: 48px;
        right: 0;
        width: 180px;
    }
    .contact_block .box .text {
        left: 0;
        text-align: left;
    }
    .contact_block .box .text p:first-child {
        font-size: 3.1vw;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .contact_block .box a {
        display: block;
        text-align: right;
    }
    .contact_block .box a + p {
        padding-top: 5px;
        text-align: right;
        font-size: 3.7vw;
    }
    .contact_block .box:first-child {
        min-height: 250px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 3px 0;
        background-color: rgba(255, 255, 255, 0.3);
    }
}
@media screen and (max-width: 768px) {
    .mv_block h1 {
        font-size: 7.5vw;
        letter-spacing: 0.1em;
    }
    .contact_block {
        background-size: 170px auto;
    }
    .contact_block .box a {
        font-size: 7.5vw;
        margin: 3px 0 0 0;
    }
    .contact_block .box a + p {
        padding-top: 8px;
    }
    .contact_block .box img.bg {
        top: 55px;
        right: -12px;
        width: 170px;
    }
    .contact_block .box:first-child {
        min-height: 245px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 3px 0 0 4%;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 85px;
    }
}
@media screen and (max-width: 750px) {
    .mv_block {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 700px) {
    .mv_block {
        background-image: url(../img/price_off/bg-mv_sp02.jpg);
    }
    .contact_block {
        background-position: left 25px top 90px;
    }
    .contact_block .box:first-child {
        min-height: 235px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
}
@media screen and (max-width: 668px) {
    .off_block {
        padding: 0 20px;
    }
    .off_block p:first-child {
        font-size: 26px;
    }
    .off_block .box h2 {
        font-size: 38px;
    }
    .off_block .box h3 {
        font-size: 29px;
    }
    .off_block .box .text p {
        font-size: 26px;
    }
    .off_block .box .text p span.sm {
        font-size: 23px;
    }
    .contact_block .box img.bg {
        top: 45px;
    }
    .contact_block {
        background-position: left 15px top 90px;
    }
    .contact_block .box a {
        font-size: 8.2vw;
    }
    .contact_block .box .text p:first-child {
        padding-left: 15px;
    }
    .contact_block .box a + p {
        font-size: 4.2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.2vw 0;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 83px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 0 0 0 4%;
    }
    .bnr_block {
        padding: 0 20px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 5.5%;
    }
}
@media screen and (max-width: 640px) {
    .off_block .box .text button {
        font-size: 30px;
        padding: 20px 0 25px 14.5vw;
    }
    .bnr_block button {
        font-size: 30px;
    }
    .contact_block .box img.bg {
        top: 50px;
        width: 160px;
    }
    .contact_block {
        background-position: left 15px top 95px;
        background-size: 160px auto;
    }
    .contact_block .box:first-child {
        min-height: 225px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .mv_block {
        background-image: url(../img/price_off/bg-mv_sp03.jpg);
    }
    .off_block .box h2 {
        font-size: 36px;
    }
    .bnr_block button {
        font-size: 28px;
        padding: 5px 55px 10px 120px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 70px 10px 120px;
    }
    .contact_block .box img.bg {
        top: 58px;
        right: -10px;
        width: 140px;
    }
    .contact_block .box .text p:first-child {
        padding-left: 20px;
    }
    .contact_block {
        background-size: 150px auto;
    }
    .contact_block .box:first-child {
        min-height: 215px;
    }
    .off_block .box .text button {
        padding: 20px 0 25px 6.5vw;
    }
    .off_block .box .text button::after {
        right: 6.5vw;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 6%;
    }
}
@media screen and (max-width: 568px) {
    .mv_block h1 {
        font-size: 8.5vw;
    }
    .off_block p:first-child {
        font-size: 24px;
    }
    .off_block .box .text p {
        font-size: 24px;
    }
    .off_block .box .text p span.sm {
        font-size: 21px;
    }
    .off_block .box h2 {
        letter-spacing: 0;
    }
    .bnr_block button:first-child span:first-child {
        display: block;
    }
    .bnr_block button:last-child span:first-child {
        display: block;
    }
    .contact_block .box .text {
        width: 100%;
    }
    .contact_block .box .text p:first-child {
        padding-left: 0;
        text-align: center;
        font-size: 4vw;
        padding-top: 3px;
        letter-spacing: -0.05em;
    }
    .contact_block .box a {
        text-align: center;
    }
    .contact_block .box a + p {
        font-size: 4.8vw;
        text-align: center;
        padding-top: 10px;
    }
    .contact_block .box:first-child {
        min-height: 240px;
    }
    .contact_block {
        background-size: 175px auto;
        background-position: left 15px top 100px;
    }
    .contact_block .box img.bg {
        top: auto;
        bottom: -8px;
        right: -10px;
        width: 140px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 -25px;
        width: 50px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 55px 10px 115px;
    }
    .bnr_block button:nth-child(2) span:first-child {
        display: block;
    }
    .bnr_block button {
        font-size: 5.2vw;
        padding: 5px 55px 10px 115px;
    }
    .bnr_block button::before {
        right: 13px;
    }
    .bnr_block button::after {
        right: 25px;
    }
    .off_block .box .text button {
        padding: 20px 0 25px 4.5vw;
        font-size: 5.4vw;
    }
    .off_block .box .text button::after {
        right: 4.5vw;
    }
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 4.5vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        padding: 0;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.5vw;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        right: 1.7vw;
    }
}
@media screen and (max-width: 540px) {
    .off_block p:first-child {
        font-size: 21px;
    }
    .off_block .box .text p span.sm {
        font-size: 18px;
    }
    .off_block .box h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .off_block .box .text p {
        font-size: 21px;
    }
    .off_block .box img {
        margin: 0 auto 20px;
    }
    .off_block .box h3 {
        margin-bottom: 15px;
    }
    .off_block .box h3 span span {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .off_block .box {
        margin-bottom: 60px;
    }
    .off_block .box .text button {
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 500px) {
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 4vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 66px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 3.8vw;
    }
    .contact_block .box:first-child {
        min-height: 220px;
    }
    .contact_block .box img.bg {
        bottom: 0;
        right: -8px;
        width: 115px;
    }
}
@media screen and (max-width: 430px) {
    .mv_block {
        background-image: url(../img/price_off/bg-mv_sp04.jpg);
    }
    .mv_block h1 {
        letter-spacing: 0.1em;
    }
    .off_block {
        padding: 0 15px;
    }
    .off_block .box h2 {
        font-weight: 900;
    }
    .off_block .box .text button {
        padding: 15px 0 20px 4.5vw;
        font-size: 6.5vw;
    }
    .bnr_block {
        padding: 0 15px;
    }
    .bnr_block button {
        font-size: 5.5vw;
        padding: 5px 50px 10px 92px;
        height: 100px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 50px 10px 90px;
    }
    .contact_block .box h2 {
        border-bottom: none;
    }
    .contact_block .box h2 span.blk {
        font-size: 5.3vw;
        padding: 10px 0 11px 10px;
        display: block;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 6.5vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 4.2vw;
    }
    .contact_block .box a {
        font-size: 11.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.5vw 0;
    }
    .contact_block {
        background-size: 165px auto;
        background-position: left 10px top 105px;
        margin: 0 auto 70px;
    }
    .contact_block .box img.bg {
        bottom: -48px;
        right: 0;
        width: 125px;
    }
    .contact_block .box a + p {
        font-size: 5.8vw;
    }
    .bnr_block button::before {
        right: 10px;
    }
    .bnr_block button::after {
        right: 22px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.2vw;
    }
}
@media screen and (max-width: 414px) {
    .off_block .box h2 {
        font-size: 33px;
    }
}
@media screen and (max-width: 393px) {
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.5vw;
    }
}
@media screen and (max-width: 390px) {
    .mv_block {
        height: 200px;
        margin: 0 auto 30px;
    }
    .mv_block h1 {
        letter-spacing: 0.05em;
    }
    .off_block p:first-child {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .off_block .box {
        margin-bottom: 40px;
    }
    .off_block .box h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .off_block .box img {
        margin: 0 auto 12px;
    }
    .off_block .box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .off_block .box .text p {
        font-size: 18px;
    }
    .off_block .box .text p span.sm {
        font-size: 15px;
    }
    .off_block .box .text button {
        margin: 20px auto 0;
    }
    .off_block .box .text button::after {
        width: 20px;
        height: 20px;
        border-top: 6px solid #fff;
        border-right: 6px solid #fff;
    }
    .bnr_block button {
        padding: 5px 40px 10px 90px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 40px 10px 88px;
    }
    .contact_block {
        background-size: 130px auto;
        background-position: left 10px top 115px;
    }
    .contact_block .box img.bg {
        bottom: -25px;
        width: 115px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
}
@media screen and (max-width: 375px) {
    .off_block {
        margin: 0 auto 60px;
    }
    .off_block .box h2 {
        font-size: 31px;
    }
    .off_block .box h3 {
        font-size: 24px;
    }
    .contact_block .box:first-child {
        min-height: 210px;
    }
    .contact_block {
        background-size: 120px auto;
        background-position: left 10px top 110px;
    }
    .contact_block .box img.bg {
        bottom: -25px;
        width: 110px;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 2.8vw;
    }
    .bnr_block {
        margin: 0 auto 60px;
    }
    .bnr_block button {
        padding: 8px 40px 10px 72px;
        height: 75px;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 70px;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        width: 34px;
        height: 34px;
    }
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 3.2vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 4.1vw;
    }
}
@media screen and (max-width: 360px) {
    .contact_block .box:first-child {
        min-height: 230px;
    }
    .off_block .box h2 {
        font-size: 30px;
    }
    .off_block .box h3 {
        font-size: 23px;
    }
    .contact_block .box .text p:first-child {
        font-size: 5.2vw;
        line-height: 1.3;
        letter-spacing: 0;
        padding-top: 5px;
    }
    .contact_block .box img.bg {
        bottom: -33px;
    }
    .contact_block {
        background-position: left 10px top 135px;
    }
    .contact_block .box a {
        margin: 5px 0 0 0;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.5vw 0;
        width: 45px;
    }
}
@media screen and (max-width: 320px) {
    .mv_block {
        height: 180px;
    }
    .off_block .box h2 {
        font-size: 28px;
    }
    .off_block .box h3 {
        font-size: 21px;
    }
    .bnr_block button span {
        display: block;
    }
    .bnr_block button {
        font-size: 6.8vw;
        padding: 8px 40px 10px 95px;
        height: 100px;
        line-height: 1.15;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 95px;
    }
    .off_block .box .text button {
        padding: 12px 0 15px 5vw;
        font-size: 7vw;
    }
    .off_block .box .text button::after {
        right: 5vw;
    }
    .off_block .box h2:before {
        width: 200px;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 6.2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.2vw 0;
        width: 40px;
    }
    .contact_block .box:first-child {
        min-height: 210px;
    }
    .contact_block {
        background-size: 110px auto;
        background-position: left 10px top 120px;
    }
    .contact_block .box img.bg {
        bottom: -22px;
        width: 95px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 1.2;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 3px 0 0 5px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 17px 0 0 5px;
    }
}
@media screen and (max-width: 280px) {
    .off_block .box h2:before {
        width: 180px;
    }
    .bnr_block button {
        padding: 8px 40px 10px 80px;
        height: 90px;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 80px;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 5.8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
        width: 38px;
    }
    .contact_block {
        background-size: 100px auto;
        background-position: left 10px top 115px;
    }
    .contact_block .box a + p {
        font-size: 6.8vw;
    }
    .contact_block {
        background-size: 100px auto;
        background-position: left 10px top 108px;
    }
    .contact_block .box:first-child {
        min-height: 190px;
    }
    .contact_block .box img.bg {
        bottom: -22px;
        right: -5px;
        width: 85px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 6px 0 0 5px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 19px 0 0 5px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 3.5vw;
    }
}