@import url(https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;700&display=swap);
@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html{
    scroll-behavior: smooth;
}

.header__button-tel{
    background-color: #134591!important;
}

body{
    font-family: 'Noto Sans JP';
}

.pc_none{
    display: none;
}

.sp_none{
    display: block;
}

.mb_m{
    margin-bottom: 40px;
}
.mb_s{
    margin-bottom: 25px;
}
.mb_ss{
    margin-bottom: 20px;
}
.mb_sss{
    margin-bottom: 10px;
}
.mt_sss{
    margin-top: 10px;
}

.lp-mv{
    margin-top: 66px;
}

.contents_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.area_box{
    max-width: 780px;
    padding: 60px 20px 60px;
}
.area_box02{
    max-width: 780px;
    padding: 0px 20px 60px;
}

.area_box03{
    max-width: 780px;
    width: 100%;
    padding: 0px 0px 60px;
}

.bc_f{
    background-color: #fff;
}
.bc_b{
    background-color: #b9e5f8;
}

.orange{
    color: #e1670d;
    font-weight: bold;
}

.blue{
    color: #1d9fd6;
    font-weight: bold;
}

.blue02{
    color: #134591;
    font-weight: bold;
}

.bg_orange{
    font-size: 12px;
    background-color: #e1670d;
    color: #fff;
    padding: 3px 5px;
}

.bg_green{
    font-size: 12px;
    background-color: #11932a;
    color: #fff;
    padding: 3px 5px;
}

.bg_yellow{
    font-size: 12px;
    background-color: #eaaf10;
    color: #fff;
    padding: 3px 5px;
}

.bg_red{
    font-size: 12px;
    background-color: #a92a2a;
    color: #fff;
    padding: 3px 5px;
}

.bg_gray{
    font-size: 12px;
    background-color: #a5a5a5;
    color: #fff;
    padding: 3px 5px;
}

.small_en{
    font-size: 14px;
    font-family: 'Montserrat';
}

h1{
    text-align: center;
    font-size: 29px;
    color: #1d9fd6;
    margin-bottom: 40px;
    line-height: 38px;
    font-weight: 600;
}

h2{
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #134591;
    line-height: 28px;
    font-weight: 600;
    width: 100%;
    max-width: 780px;
    padding: 20px 0;
}

h3{
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    color: #134591;
}

h4{
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    color: #134591;
}

p{
    font-size: 18px;
}

.strong p{
    font-size: 14px;
    line-height: 19px;
}

.construction_list{
    border: #1d9fd6 1px solid;
    padding: 17px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

a.construction_list::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 26px;
    max-height: 26px;
    background-image: url(../images/lp/ico-arrow.png);
    background-size: contain;
    align-items: center;
    margin: 0 30px 0 20px;
}

.construction_list:hover{
    border: #134591 1px solid;
    background-color: #1d9fd6;
    color: #134591;
}

.construction_list:hover::before{
    background-image: url(../images/lp/ico-arrow02.png);
}

.construction_select{
    margin: 60px 0;
}

.construction_box{
    margin-bottom: 60px;
}

.construction_box.last{
    margin-bottom: 0px;
}

.construction_box p{
    text-align: center;
}

.construction_box .construction_item p{
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    font-weight: 600;
}

.construction_box .construction_item table{
    font-size: 14px;
    width: 100%;
}

.construction_box .construction_item table th{
    width: 60px;
    color: #1d9fd6;
    background-color: #b9e5f8;
    text-align: center;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.construction_box .construction_item table th.last{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.construction_box .construction_item table td{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.construction_box .construction_item table td:last-child{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.reason h3{
    font-size: 22px;
    color: #134591;
    text-align: left;
}

.Google h3{
    font-size: 24px;
    text-align: center;
    color: #134591;
    line-height: 28px;
    font-family: 'Noto Serif JP';
}

.Google .comment{
    background-color: #dbf1fb;
    width: 100%;
    padding: 15px;
}

.Google .comment p{
    font-size: 14px;
    line-height: 18px;
}

.top-voices__google{
    width: 100%;
    margin-top: 40px;
    border: 3px solid #CFCFCF;
    padding: 20px;
    height: 323px;
    overflow: auto;
}

.top-voices__google h2{ 
    text-align: left;
    font-size: 150%;
    /* color: #fff; */
    background-color: #fff;
    line-height: 1.6;
    /* font-weight: 600; */
    width: 100%;
    max-width: 780px;
    padding: 0px 0;
}

.charm-point h4{
    font-size: 20px;
    text-align: left;
}

.charm-point h4.point01{
    color: #f48337;
}
.charm-point h4.point02{
    color: #f4ba27;
}
.charm-point h4.point03{
    color: #4ababa;
}
.charm-point h4.point04{
    color: #1e93c6;
}
.charm-point h4.point05{
    color: #3160bc;
}
.charm-point h4.point06{
    color: #8e8e8e;
}

.media {
    background-image: url(../images/lp/lp-media-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: 0px 160px;
}

.media h3{
    font-size: 24px;
    text-align: center;
    color: #134591;
    line-height: 28px;
    font-family: 'Noto Serif JP';
}

.company_item p{
    font-size: 14px;
    line-height: 19px;
}

.construction h3{
    font-size: 22px;
    text-align: center;
    color: #134591;
    line-height: 26px;
    font-family: 'Noto Serif JP';
}

.reform h3{
    font-size: 22px;
    text-align: center;
    color: #134591;
    line-height: 26px;
    font-family: 'Noto Serif JP';
}

.overview{
    padding: 20px 3px;
    border-top: 1px solid #ccc;
}
.overview.last{
    padding: 20px 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.shop h4{
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    color: #000;
}

.shop .tel{
    color: #134591;
    text-decoration: underline;
}

.shop .tel:hover{
    text-decoration: none;
}

footer{
    background-color: #e3e3e3;
}

.floating{
    position:fixed;
    right:20px;
    bottom:60px;
    cursor:pointer;
    z-index: 10;
}

.floating:hover{
    opacity: 0.7;
}

@media all and (min-width: 769px) {
    .pc_none{
        display: block;
    }
    
    .sp_none{
        display: none;
    }
    .mb_m{
        margin-bottom: 50px;
    }
    .mb_s{
        margin-bottom: 40px;
    }
    .mb_ss{
        margin-bottom: 30px;
    }
    .mb_sss{
        margin-bottom: 15px;
    }
    .mt_sss{
        margin-top: 15px;
    }

    .lp-mv{
        margin-top: 108px;
    }

    .bg_contents{
        background-image: url("../images/lp/bg_lp.jpg");
        background-repeat: repeat-y;
    }

    .area_box{
        padding: 60px 130px;
    }
    .area_box02{
        padding: 0px 130px 60px;
    }
    .area_box03{
        padding: 0px 130px 60px;
    }

    h1{
        font-size: 45px;
        margin-bottom: 60px;
        line-height: 57px;
    }

    h2{
        font-size: 36px;
        line-height: 42px;
        padding: 30px 0;
    }

    h3{
        font-size: 40px;
        line-height: 44px;
    }

    h4{
        font-size: 38px;
        line-height: 44px;
    }

    p{
        font-size: 26px;
    }

    .strong p{
        font-size: 21px;
        line-height: 26px;
    }


    a.construction_list::before{
        margin: 0 45px 0 30px;
    }

    .construction_select{
        margin: 60px 0;
    }

    .small_en{
        font-size: 20px;
    }

    .reason h3{
        font-size: 33px;
    }

    .Google h3{
        font-size: 36px;
        line-height: 42px;
    }

    .Google .comment{
        padding: 20px;
    }

    .Google .comment p{
        font-size: 21px;
        line-height: 26px;
    }

    .charm-point h4{
        font-size: 30px;
    }

    .media h3{
        font-size: 36px;
        line-height: 42px;
    }

    .company_item p{
        font-size: 21px;
        line-height: 26px;
    }

    .construction h3{
        font-size: 34px;
        line-height: 40px;
    }

    .reform h3{
        font-size: 34px;
        line-height: 40px;
    }

    .overview{
        padding: 30px 5px;
        border-top: 1px solid #ccc;
    }
    .overview.last{
        padding: 30px 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .shop h4{
        font-size: 33px;
        line-height: 39px;
    }

    .floating {
        position: fixed;
        right: 60px;
        bottom: 60px;
        cursor: pointer;
        z-index: 10;
    }

    .header__button-tel div {
        display: flex;
        align-items: center;
    }
    .header__button-tel div img {
        margin-right: 10px;
    }
}

