html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
}
p{
    margin: 0;
}


main{
    width: 100%;
}
#service{
    margin: 0 auto;
    padding-top:140px;
    max-width: 1200px;
}
h2{
    text-align: center;
    margin: 0;
    padding: 0;
    color: #03453D;
    font-size: 26px;
    letter-spacing: 3px;
    font-family: joanna-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: 100;
}
h4{
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
font-weight: 300;
font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: #A5A5A5;
    font-size: 13px;
}


#contact{
    margin: 0 auto;
    margin-top: 80px;
    width: 81%;
}
.contact_txt{
margin-top: 40px;
font-size: 14px;
letter-spacing: 1px;
text-align: center;
line-height: 200%;
color: #262626;
font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.contact_btn{
width: 200px;
height: 48px;
margin: 0 auto;
margin-top: 40px;
border-radius: 24px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
column-gap: 5%;
}
.contact_btn a{
    color: #fff;
}
.contact_btn p{
    margin: 0;
    font-size: 14px;
    font-family: joanna-nova, sans-serif;
    letter-spacing: 1px;

}



.service_sub{
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
    line-height: 180%;
    width: 80%;
    color: #262626;
    font-size: 14px;
}
.service_area{
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
    color: #262626;
}
.service_li{
    width: 100%;
    margin-bottom: 20px;
}
.service_li_left{
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 10px;
margin-bottom: 20px;
}
.icon{
    width: 26px;
    height: 26px;
    margin: 0;
}
.icon img{
    width: 100%;
    height: 100%;
}
.service_li_txt{
    color: #262626;
    font-size: 16px;
}
.service_li_right_item{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    column-gap: 25px;
    row-gap: 5px;
    color: #03453D;
margin:20px 0;
margin-top: 40px;
}
.service_li_underbar{
    width: 100%;
    height: 2px;
    background-color: #E3DFD8;
    margin-bottom: 40px;

}

@media screen and (min-width:768px) {


    h2{
        font-size: 28px;
    }
    h4{
        font-size: 15px;
    }

    .contact_txt{
        font-size: 16px;
    }
    .service_li_ttl br{
        display: none;
    }
    .service_sub{
        width: 70%;
        font-size: 19px;
    }
    .icon {
        width: 44px;
        height: 44px;
        margin: 0;
    }
}
@media screen and (min-width:1024px) {
    h2,.company_ttl{
        font-size: 32px;
    }
    .icon {
        width: 46px;
        height: 46px;
        margin: 0;
    }
    #service h2{
        font-size: 45px;
    }
    h4{
        font-size: 18px;
    }
    #service {
        padding-top: 200px;
    }

    h4{
        margin-top: 30px;
    }
    .service_li_ttl{
        font-size: 20px;
    }

    #contact{
        margin-top: 120px;
    }
    .service_li_ttl br{
        display: block;
    }
    .service_li_left {
        column-gap: 20px;
    }
    .service_li{
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .service_li_txt{
        font-size:1em;
    }
    .service_li_right_item{
        font-size: 16px;
    }
}
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1400px) {
    #company{
        max-width: 1100px;
    }
}