<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fv{
    background-color: rgb(238, 247, 255);
}
.bg_fee{
    background-color: #d7f7d7;
}
.fee_inner{
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.fee_text{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}
.fee_note{

}
.fee_strong{
    font-size: 40px;
    padding: 0 4px;
    color: #FF0000;
}
.fv_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fv_sentence{
    width: 48%;
}
.fv_heading{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px 0;
    line-height: 1.4;
}
.fv_heading_top{
    background-color: rgb(177, 219, 255);
    font-size: 24px;
    display: block;
    padding: 10px 10px 6px;
    text-align: center;
    margin: 0 0 10px 0;
}
.fv_img{
    width: 48%;
}
.fv_img img{
    width: 100%;
}
.fv_link{
    max-width: 360px;
    margin: 0 auto;
}
.fv_link_btn{
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
.trouble{
    background-color: #c0bfbe;
    padding: 30px 30px 40px 30px;
    border-radius: 10px;
}
.trouble_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trouble_inbox{
    position: relative;
    width: 48%;
    background-color: #fff;
    margin: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.trouble_inbox:last-child{
    margin: 0;
}
.trouble_inbox::before{
    position: absolute;
    background-image: url(../img/icon_check.png);
    background-size: contain;
    content: '';
    width: 22px;
    height: 22px;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.trouble_text{
    font-size: 18px;
    font-weight: 500;
    padding: 20px 20px 20px 44px;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #c0bfbe;
    margin: 0 auto;
}
.solution{
    margin: 40px 0 0 0;
}
.solution_heading{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.solution_text{
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px 0;
}
.solution_text_company{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}
.nd{
    background-color: #f7e2d7;
}
.need_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.need_inbox{
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 660px;
    margin: 0 auto 20px;
}
.need_heading{
    font-size: 20px;
    font-weight: 600;
    color: #ea5404;
    margin: 0 0 10px 0;
    text-align: center;
}
.need_text{
    text-align: center;
}
.sp_none{
    background-color: initial !important;
}
.service_sentence{
    font-size: 18px;
    line-height: 1.5;
}
.service_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}
.service_inbox{
    width: 32%;
    margin: 0 0 60px 0;
}
.service_img{
    max-width: 240px;
    margin: 0 auto 10px;
    background-color: #f7e2d7;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    padding: 30px;
}
.service_img img{
    width: 100%;
}
.service_title{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px 0;
}
.service_inbox_img{
    position: absolute;
    max-width: 300px;
    right: 0;
    bottom: 0;
    z-index: -10;
}
.service_inbox_img img{
    width: 100%;
}
.service_inbox:last-child{
    display: flex;
    align-items: center;
    width: 66%;
    margin: 0;
}
.service_img_last{
    max-width: 330px;
    margin: 0 auto;
}
.service_img_last img{
    width: 100%;
}
.service_link{
    color: #0000EE;
    text-decoration: underline;
}
.contact_bg{
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/contact_bg.jpg);
}
.contact_bg::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(16, 109, 16, 0.5);
}
.contact{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
.contact_heading{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px 0;
    text-align: center;
    
}
.contact_text{
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0 0 4dvh 0;
}
.contact_link{
    max-width: 400px;
    margin: 0 auto;
}
.contact_link_btn{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 50px;
    color: #086300;
    font-weight: 600;
    background-color: #fff;

}
.service_text{
    line-height: 1.5;
}
.message{
    border: 4px solid #ea5404;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.message_text{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: #ea5404;
}
@media (max-width: 1000px) {
    .fee_strong {
        font-size: 36px;
    }
    .fee_text {
        margin: 0 0 10px 0;
    }
    .message_text{
        font-size: 24px;
    }
    .contact_heading{
        font-size: 24px;
    }
    .contact_text {
        font-size: 20px;
    }
    .fv_wrap{
        flex-direction: column;
    }
    .fv_sentence{
        width: 100%;
    }
    .fv_img{
        width: 100%;
    }
    .fv_heading{
        font-size: 26px;
        margin: 0 0 30px 0;
    }
    .fv_link{
        margin: 0 auto 40px;
    }
    .fv_heading_top {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .message_text{
        font-size: 20px;
    }
    .contact_heading{
        font-size: 20px;
    }
    .contact_text {
        font-size: 18px;
    }
    .fv_heading{
        font-size: 20px;
    }
    .fv_heading_top{
        font-size: 18px;
    }
    .fv_link_btn{
        font-size: 16px;
    }
    .trouble_inbox{
        width: 100%;
    }
    .solution_heading {
        font-size: 18px;
    }
    .solution_text_company {
        font-size: 20px;
    }
    .solution_text{
        font-size: 16px;
    }
    .need_heading {
        font-size: 18px;
    }
    .need_inbox{
        width: 100%;
    }
    .sp_none{
        display: none;
    }
    .service_inbox{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .service_inbox:last-child{
        width: 100%;
        margin: 0;
    }
}</pre></body></html>