@charset "UTF-8";
/*--------------------------------------------------

    lp

--------------------------------------------------*/

/* ▼▼▼ common ▼▼▼ */
body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #1b1b1b;
}
p:not([class]):not(:last-of-type){
    margin: inherit;
}
.stripe_bg{
    background: repeating-linear-gradient(135deg, #def4fb, #def4fb 10px, #ecf9fd 10px, #ecf9fd 20px);
}
.inbox{
    width: 1080px;
    margin: 0 auto;
}
.inbox_wide{
    width: 1280px;
    margin: 0 auto;
}

/* ▲▲▲ common ▲▲▲ */

/* ▼▼▼ header ▼▼▼ */
.lp-header_contents{
    height: 130px;
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}
.h_logo_contents{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.h_contact_contents{
    display: flex;
    align-items: center;
    gap: 30px;
}
.h_tel_contents{
    display: flex;
    align-items: center;
    gap: 13px;
}
.h_tel_free{
    background: #39b04d;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    line-height: 2rem;
    border-radius: 10px;
}
.h_tel_num_box{
    text-align: center;
}
.h_tel_calltxt{
    position: relative;
    font-weight: bold;
    font-size: 1.3rem;
}

.h_tel_calltxt span{
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    font-weight: 900;
    font-size: 1.3rem;
}

.h_tel_calltxt::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.h_tel_num_box .h_tel_num{
    font-size: 3.5rem;
    position: relative;
    padding-left: 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.08rem;
}
.h_tel_num_box .h_tel_num::before{
    position: absolute;
    content: "";
    background: url('/images/lp/icon_tel.png') no-repeat center/contain;
    width: 20px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.h_tel_calltime{
    font-size: 1.3rem;
}
.h_contact_btn_contents{
    display: flex;
    flex-flow: column;
    gap: 7px;
    align-items: center;
    margin-top: -8px;
}
.h_contact_btn{
    background: #d62842;
    box-shadow: 0 8px 0 #9a2837;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px 57px 15px 67px;
    font-weight: bold;
    font-size: 1.7rem;
    position: relative;
    transition: all 0.4s ease; /* 追加：トランジションの設定 */
}
.h_contact_btn:hover {
    transform: translateY(8px);
    box-shadow: none;
    transition: all 0.4s ease; /* 追加：トランジションの設定 */
}
.h_contact_btn::before{
    position: absolute;
    content: "";
    background: url('/images/lp/icon_mail.png') no-repeat center/contain;
    width: 29px;
    height: 24px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.h_contact_btn::after{
    position: absolute;
    content: "";
    background: url('/images/lp/icon_right-arrow.png') no-repeat center/contain;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/* ▲▲▲ header ▲▲▲ */

/* ▼▼▼ mv ▼▼▼ */
    .lp-sec_mv{
        height: 918px;
        background: #c3ebf8 url('/images/lp/lp-sec_mv_bg.png') no-repeat center / cover;
        position: relative;
    }
    .lp-sec_mv h3{
        position: absolute;
        background: #303396;
        color: #fbf728;
        inset-inline: 50% auto;
        translate: -50% 0;
        top: 50px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
        padding: 13px 30px;
        border-radius: 10px;
        letter-spacing: 0.3rem;
    }
    .lp-sec_mv_contents{
        display: flex;
        gap: 0 55px;
        padding-top: 87px;
    }
    .lp-sec_mv_catch{
        margin-top: 55px;
    }
/* ▲▲▲ mv ▲▲▲ */

/* ▼▼▼ 屋根修理専門店ヤネケン岡崎店ではこんなことができます！ ▼▼▼ */
    .lp-sec_services{
        background: #fff url('/images/lp/lp-services_top_bg.png') no-repeat top;
        background-size: contain;
    }
    .lp-sec_services_contents{
        padding: 65px 0 25px;
    }
    .lp-sec_services_img{
        text-align: center;
    }
    .lp-sec_services_list{
        display: flex;
        justify-content: center;
        gap: 0 35px;
    }
/* ▲▲▲ 屋根修理専門店ヤネケン岡崎店ではこんなことができます！ ▲▲▲ */

/* ▼▼▼ ヤネケンで補助金助成金を用いた屋根リフォーム ▼▼▼ */
.lp-sec_reform{
    background-image: url(/images/lp/lp-reform_top_bg.png),
    repeating-linear-gradient(135deg, #def4fb, #def4fb 10px, #ecf9fd 10px, #ecf9fd 20px);
    background-repeat: no-repeat;
    padding-top: 140px;
    background-size: contain;
}
.lp-reform_greeting-img{
    text-align: center;
    padding-top: 50px;
}
.lp-reform_greeting-txt{
    text-align: center;
    position: relative;
}
.lp-reform_greeting-txt::before{
    content: "";
    border: 20px solid transparent;
    border-top: 20px solid #43a5e6;
    margin-left: -20px;
    top: 100%;
    left: 50%;
    position: absolute;
}
.lp-reform_greeting-txt p{
    display: inline-block;
    background: #3da2df;
    color: #fff;
    font-size: 2rem;
    padding: 35px;
    border-radius: 20px;
    margin-top: 20px;
    line-height: 1.5;
}
.lp-sec_reform{
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
.lp-sec_reform::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 22px;
    background-image: url(/images/lp/lp-contact_top_bg.png);
    background-repeat: no-repeat;
}
.lp-reform-container {
    display: flex;
    width: 1180px;
    min-height: 420px;
    margin: 60px auto;
    align-items: flex-start;
    gap: 0;
}
.lp-reform-image-box {
    /* flex: 0 0 650px;
    height: 420px; */
    border-radius: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-reform-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    display: block;
}
.lp-reform-text-box {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 80px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.6rem;
    line-height: 2.2;
    color: #222;
    position: relative;
    margin-top: 55px;
    z-index: -1;
    min-height: 440px;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.lp-reform-container_wrap li:nth-child(odd){
    margin-left: -110px;
}
.lp-reform-container_wrap li:nth-child(odd) .lp-reform-container .lp-reform-text-box{
    margin-left: -350px;
    padding-left: 420px;
    padding-right: 100px;
}
.lp-reform-container_wrap li:nth-child(even){
    margin-right: -110px;
}
.lp-reform-container_wrap li:nth-child(even) .lp-reform-container .lp-reform-text-box{
    margin-right: -350px;
    padding-right: 420px;
    padding-left: 100px;
}
.lp-reform-contact_btn{
    background: #d62842;
    box-shadow: 0 8px 0 #9a2837;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding: 30px 150px 20px 200px;
    font-weight: bold;
    font-size: 2.8rem;
    position: relative;
    transition: all 0.4s ease;
    letter-spacing: 0.2rem;
}
.lp-reform-contact_btn:hover {
    transform: translateY(8px);
    box-shadow: none;
    transition: all 0.4s ease; /* 追加：トランジションの設定 */
}
.lp-reform-contact_btn::before{
    position: absolute;
    content: "";
    background: url('/images/lp/icon_house.png') no-repeat center/contain;
    width: 115px;
    height: 79px;
    left: 55px;
    bottom: 0;
}
.lp-reform-contact_btn::after{
    position: absolute;
    content: "";
    background: url('/images/lp/icon_right-arrow2.png') no-repeat center/contain;
    width: 20px;
    height: 20px;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.lp-reform-contact_btn span{
    color:#fff500;
    font-size: 3.2rem;
}
@media (max-width: 1200px) {
    .lp-reform-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .lp-reform-image-box, .lp-reform-text-box {
        width: 90vw;
        margin-left: 0;
        top: 0;
        border-radius: 28px;
    }
    .lp-reform-text-box {
        margin-top: 20px;
        border-radius: 28px;
    }
}
/* ▲▲▲ ヤネケンで補助金助成金を用いた屋根リフォーム ▲▲▲ */

/* ▼▼▼ お急ぎ対応も可能です！ ▼▼▼ */
    .lp-sec_contact{
        background: #fff;
        padding: 60px 0 100px;
    }
    .lp-sec_contact_img{
        text-align: center;
    }
    .lp-sec_contact_foam{
        margin-top: 235px;
    }
    .lp-sec_contact_foam_box{
        position: relative;
        background: #c3ebf8;
        border-radius: 20px;
        margin: 0 auto 50px;
        width: 890px;
        padding: 100px 80px 50px;
    }
    .lp-sec_contact_foam_box::before{
        position: absolute;
        content: '';
        inset-inline: 50% auto;
        translate: -50% 0;
        top: -215px;
        display: block;
        width: 723px;
        height: 286px;
        background-image: url(/images/lp/lp-sec_contact_img.png);
        background-repeat: no-repeat;
    }
    .lp-sec_contact_foam_title{
        background: repeating-linear-gradient(135deg, #2f3d9c, #2f3d9c 10px, #273598 10px, #273598 20px);
        text-align: center;
        color: #fff;
        padding: 10px;
        font-weight: bold;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        border-radius: 10px;
        line-height: normal;
    }
    .lp-sec_contact_foam_title span{
        position: relative;
    }
    .lp-sec_contact_foam_title span::before{
        position: absolute;
        content: '';
        display: block;
        width: 131px;
        height: 64px;
        bottom: 0px;
        left: -155px;
        background-image: url(/images/lp/lp-sec_contact_foam_title_img.png);
        background-repeat: no-repeat;
    }
    .lp-sec_contact_banner{
        display: flex;
        background: #3da2de;
        z-index: 2;
        position: relative;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 20px;
        gap: 0 35px;
    }
    .lp-sec_contact_txtbox{
        text-align: center;
    }
    .contact_banner_consultation_txt{
        font-size: 3.2rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.35rem;
    }
    .contact_banner_contents{
        display: flex;
        align-items: center;
        gap: 13px;
        margin-bottom: 10px;
    }
    .contact_banner_free{
        background: #273598;
        color: #fff;
        font-weight: bold;
        padding: 15px 10px;
        line-height: 2rem;
        border-radius: 10px;
    }
    .contact_banner_num_box{
        text-align: center;
    }
    .contact_banner_calltxt{
        position: relative;
        font-weight: bold;
        text-align: center;
    }

    .contact_banner_calltxt span{
        position: relative;
        z-index: 1;
        background: #3da2de;
        padding: 0 27px;
        font-size: 1.7rem;
        color: #fff;
    }

    .contact_banner_calltxt::after{
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    .contact_banner_num_box .contact_banner_num{
        font-size: 8rem;
        position: relative;
        padding-left: 50px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.08rem;
        color: #fff600;
    }
    .contact_banner_num_box .contact_banner_num::before{
        position: absolute;
        content: "";
        background: url('/images/lp/icon_tel_contact.png') no-repeat center/contain;
        width: 46px;
        height: 56px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .contact_banner_calltime{
        font-size: 1.3rem;
    }
    .contact_table_lp th{
        padding: 0;
        border-left: 0;
    }
    .contact_table_lp th .required-mark{
        background-color: #df133e;
        border-radius: 5px;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .contact_table_lp th .any-mark{
        border-radius: 5px;
        border: solid 1px #273598;
        color: #273598;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .contact_table_lp tr:not(:last-child) {
        border-bottom:none;
    }
    .contact_table_lp{
        margin: 20px 0 30px;
    }
    .contact_table_lp td input{
        border: none !important;
        border-radius: 10px !important;
        padding: 10px !important;
        width: 100% !important;
    }
    .contact .contact_table_lp input[name="items[address]"]{
        margin-top: 0;
    }
    .contact_form_btn{
        background: #d62842;
        box-shadow: 0 8px 0 #9a2837;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 1.7rem;
        position: relative;
        transition: all 0.4s ease;
        max-width: 100%;
    }
    .contact_form_btn:hover {
        background: #d62842;
        transform: translateY(8px);
        box-shadow: none;
        transition: all 0.4s ease; /* 追加：トランジションの設定 */
    }
/* ▲▲▲ お急ぎ対応も可能です！ ▲▲▲ */

/* ▼▼▼ 屋根修理・雨漏り工事専門店ヤネケンの選ばれる理由 ▼▼▼ */
    .lp-sec_choose{
        background-image: url(/images/lp/lp-choose_top_bg.png),
        repeating-linear-gradient(135deg, #def4fb, #def4fb 10px, #ecf9fd 10px, #ecf9fd 20px);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 140px;
        padding-bottom: 100px;
        margin-top: -200px;
    }
    .lp-sec_choose_list01{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .lp-sec_choose_list02{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: end;
        margin-top: 60px;
    }
    .lp-sec_choose_img{
        text-align: center;
    }
    .choose_water-drop{
        position: relative;
    }
    .choose_water-drop::before{
        position: absolute;
        content: '';
        top: -110px;
        right:-50px;
        display: block;
        width: 329px;
        height: 167px;
        background-image: url(/images/lp/choose_water-drop.png);
        background-repeat: no-repeat;
        z-index: 0;
    }
    .choose_water-drop img{
        z-index: 1;
        position: relative;
    }
/* ▲▲▲ 屋根修理・雨漏り工事専門店ヤネケンの選ばれる理由 ▲▲▲ */

/* lp_slider */
    .lp-slider{
        position:relative;
        margin: 55px 45px 0;
    }
    .lp-arrow{
    position:absolute;top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#04a4e0;
    color:#fff;
    /* box-shadow:0 8px 18px rgba(0,0,0,.2); */
    border:none;cursor:pointer;z-index:2;
    }
    .lp-arrow--prev{ left: calc(20% - 54px/2); }
    .lp-arrow--next{ right: calc(20% - 54px/2); }
    .lp-arrow svg{width:26px;height:26px;display:block;}

    .lp-viewport{overflow:hidden;}
    .lp-track{
    display:flex;
    gap:24px;
    padding:8px;
    overflow-x:auto;
    }
    .lp-track::-webkit-scrollbar{display:none;} /* Chrome/Safari/Edge/iOS */

    .lp-card{
    flex:0 0 calc((100% - 24px*0) / 1); /* SP: 1枚 */
    aspect-ratio: 4 / 3;              /* ← 比率固定（必要なら変更OK） */
    background:#e8eaed;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    }

    /* 画像は枠一杯に敷く（デフォは cover：余白なし・中央トリミング） */
    .lp-card img{
    position:absolute; inset:0;
    width:100%; height:100%;
    object-fit:cover;               /* ← ここで見せ方を統一 */
    object-position:center;
    display:block;
    user-select:none;
    }
    .lp-card-open img{
    position:relative;
    }
    .lp-card>img[draggable]{ -webkit-user-drag:none; }

    @media (min-width:640px){
    .lp-card{ flex-basis: calc((100% - 24px*2) / 3); }
    }
    @media (min-width:1024px){
    .lp-card{ flex-basis: calc((100% - 24px*4) / 5); }
    }
/* lp_slider */

/* ▼▼▼ お客様の声 ▼▼▼ */
    .lp-sec_voice{
        padding: 100px 0;
        background: #fff;
    }
    .lp-sec_voice_img{
        text-align: center;
    }
/* ▲▲▲ お客様の声 ▲▲▲ */


/* ▼▼▼ 岡崎市内での施工実績 ▼▼▼ */
    .lp-sec_case{
        padding: 100px 0;
        background: #c3ebf8;
    }
    .lp-sec_case_img{
        text-align: center;
    }
/* ▲▲▲ 岡崎市内での施工実績 ▲▲▲ */


/* ▼▼▼ ヤネケンは国家資格多数保有 ▼▼▼ */
    .lp-sec_licenses{
        padding: 100px 0;
        position: relative;
        z-index: 0;
    }
    .lp-sec_licenses::after{
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 22px;
        background-image: url(/images/lp/lp-contact_top_bg.png);
        background-repeat: no-repeat;
    }
    .lp-sec_licenses_img{
        text-align: center;
    }
/* ▲▲▲ ヤネケンは国家資格多数保有 ▲▲▲ */



/* ▼▼▼ footer ▼▼▼ */
.lp-footer-container{
    padding-top: 85px;
}
.f_logo_contents{
    width: 210px;
    margin: 0 auto 35px;
}
.f_logo_contents img{
    width: 100%;
}
.f_company_info{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.f_company_info ul{
    display: flex;
    flex-flow: column;
    gap: 6px;
}
.f_company_info span{
    background: #3da2de;
    color: #fff;
    width: 110px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
}
.f_nav_list{
    display: flex;
    justify-content: center;
    padding-bottom: 75px;
    border-bottom: solid 1px #3da2de;
}
.f_nav_list li{
    border-left: solid 1px;
    padding: 0 40px;
}
.f_nav_list li:first-child{
    border-left: none;
    padding-left: 0;
}
.f_nav_list li:last-child{
    padding-right: 0;
}
.lp-footer_copyright{
    text-align: center;
    padding: 35px 0 90px;
}
.lp-footer_copyright small{
    display: inline-flex;
}
/* ▲▲▲ footer ▲▲▲ */


/* sp */

@media screen and (max-width: 1200px) {
    .lp-reform-container_wrap li:nth-child(odd){
        margin-left:0;
    }
    .lp-reform-container_wrap li:nth-child(odd) .lp-reform-container .lp-reform-text-box{
        margin: 30px 0 0;
        padding: 30px;
        width: 100%;
        min-height: 0;
        font-size: 2rem;
    }
    .lp-reform-container_wrap li:nth-child(even){
        margin-right:0;
    }
    .lp-reform-container_wrap li:nth-child(even) .lp-reform-container .lp-reform-text-box{
        margin: 30px 0 0;
        padding: 30px;
        width: 100%;
        min-height: 0;
        font-size: 2rem;
    }
    .lp-reform-container_wrap li:nth-child(even) .lp-reform-container{
        flex-direction: column-reverse;
    }
    .lp-sec_mv{
        height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .inbox{
        width: 95%;
        margin: 0 auto;
    }
    .lp-header_contents{
        padding: 0 10px;
        flex-wrap: wrap;
        height: auto;
    }
    .h_contact_contents{
        justify-content: center;
        width: 100%;
        margin: 0 0 15px;
        gap: 10px;
    }
    .h_tel_contents{
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 5px;
    }
    .h_tel_free{
        width: 100%;
        padding: 5px 0px;
        text-align: center;
    }
    .h_tel_num_box{
        margin: 0 auto;
    }
    .h_tel_num_box .h_tel_num{
        font-size: 3rem;
    }
    .h_logo_contents{
        width: calc(100% - 65px);
        gap: 0 2%;
        height: 80px;
    }
    .h_logo_contents img{
        width: 49%;
        object-fit: contain;
    }
    .h_contact_btn{
        font-size: 1.2rem;
        padding: 15px 25px 15px 10px;
        width: 100%;
    }
    .h_contact_btn::before{
        display: none;
    }
    .h_contact_btn::after{
        right: 7px;
    }
    .lp-sec_mv{
        height: auto;
        padding-bottom: 30px;
    }
    .lp-sec_mv h3{
        font-size: 1.6rem;
        position: relative;
        padding: 10px;
        top: 0;
        text-align: center;
        border-radius: 0;
    }
    .lp-sec_mv_contents{
        padding-top:0;
    }
    .lp-sec_mv_img{
        position: absolute;
        width: 100%;
        opacity: 0.6;
    }
    .lp-sec_mv_catch{
        z-index: 1;
        margin-top: 10px;
        margin-left: 10vw;
    }
    .lp-sec_services_list{
        flex-wrap: wrap;
        padding: 0 30px;
        gap: 20px;
    }
    .lp-reform_greeting-txt p{
        font-size: 1.4rem;
        padding: 10px;
    }
    .lp-reform-container{
        margin: 50px auto;
    }
    .lp-reform-text-box{
        font-size: 1.4rem;
        min-height:0;
    }
    .lp-reform-container_wrap li:nth-child(odd){
        margin-left:0;
    }
    .lp-reform-container_wrap li:nth-child(odd) .lp-reform-container .lp-reform-text-box{
        margin: 10px 0 0;
        padding: 15px;
        font-size: 1.4rem;
    }
    .lp-reform-container_wrap li:nth-child(even){
        margin-right:0;
    }
    .lp-reform-container_wrap li:nth-child(even) .lp-reform-container .lp-reform-text-box{
        margin: 10px 0 0;
        padding: 15px;
        font-size: 1.4rem;
    }
    .lp-reform-container_wrap li:nth-child(even) .lp-reform-container{
        flex-direction: column-reverse;
    }
    .lp-reform-contact_btn{
        padding:10px;
        font-size: 1.4rem;
    }
    .lp-reform-contact_btn::before{
        background-image: none;
    }
    .lp-reform-contact_btn span{
        font-size: 2rem;
    }
    .lp-sec_contact_img{
        width: 95%;
        margin: 0 auto;
    }
    .lp-sec_contact_foam{
        margin-top: 130px;
    }
    .lp-sec_contact_foam_box{
        width: 100%;
        padding: 100px 15px 50px;
    }
    .lp-sec_contact_foam_box::before{
        background-size: contain;
        width: 100%;
        top: -110px;
    }
    .lp-sec_contact_foam_title{
        font-size: 1.6rem;
    }
    .lp-sec_contact_foam_title span::before{
        bottom: 30px;
        left: -70px;
    }
    .lp-sec_contact_banner{
        flex-wrap: wrap;
        gap: 20px 35px;
    }
    .contact_banner_consultation_txt{
        font-size: 2rem;
    }
    .contact_banner_num_box .contact_banner_num{
        font-size: 4rem;
        padding-left: 30px;
    }
    .contact_banner_num_box .contact_banner_num::before{
        width: 23px;
        height: 28px;
    }
    .contact_banner_free{
        padding: 10px;
    }
    .contact_banner_calltxt span{
        font-size: 1.5rem;
    }
    .contact_banner_contents{
        margin: 10px 0;
        justify-content: center;
    }
    .lp-sec_choose_list01{
        gap: 20px;
    }
    .lp-sec_choose_list02{
        gap: 20px;
    }
    .lp-arrow--prev{
        left: calc(0% - 54px/2);
    }
    .lp-arrow--next{
        right: calc(0% - 54px/2);
    }
    .lp-footer_copyright small{
        font-size: 1rem;
    }
    .lp-reform_greeting-img{
        padding-top: 0;
    }
    .contact_form_btn{
        width: 100%;
    }
    .lp-sec_voice_img,
    .lp-sec_case_img,
    .lp-sec_licenses_img{
        width: 90%;
        margin: 0 auto;
    }
}