@charset "utf-8";

.nunito {
    font-family: 'Nunito', sans-serif;
}
h3 {
    color: #473933;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 14px;
        line-height: 1.9;
    }
}

/* ============================================ */
/* MV
/* ============================================ */
.main_view {
    width: 100%;
    height: 68.8vw;
    position: relative;
}
.main_view .main_mask {
    background-image: url(../../images/mv_mask.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.main_view .main_bg {
    background: url(../../images/main.png) center;
    background-size: cover;
    height: 38.854vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_view .main_bg h2 .logo {
    width: 40vw;
}
.main_view .man_chat {
    position: absolute;
    width: 47.1875%;
    max-width: 850px;
    bottom: 6.6145vw; left: 50%;
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
    .main_view {
        height: auto;
    }
    .main_view .main_mask {
        height: 68.8vw;
    }
    .main_view .main_bg {
        background: none;
        background-size: cover;
        padding: 0 0 0 0;
        height: auto;
    }
    .main_view .main_bg h2 .logo {
    width: 100vw;
}
    .main_view .man_chat {
        width: 80%;
        position: initial;
        transform: initial;
        margin: 25px auto;
    }
}


/* ============================================ */
/* worry-wrap
/* ============================================ */
.worry-wrap .bg {
    padding: 88px 0 77px;
    background-color: #FAFCF2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.worry-wrap .bg h3 {
    width: fit-content;
    margin: 0 auto 60px;
    font-size: 47px;
    color: #9A6B2F;
    line-height: 1.3;
    background:linear-gradient(transparent 65%, #D7E966 60%);
}
.worry-wrap .bg p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 45px 0;
}
@media only screen and (max-width: 768px) {
    .worry-wrap .bg {
        padding: 20px 0;
    }
    .worry-wrap .bg h3 {
        font-size: 23px;
        margin: 0 0 20px 0;
    }
    .worry-wrap .bg p {
        margin: 0 0 20px 0;
        font-size: 14px;
    }
}




/* ============================================ */
/* service-wrap
/* ============================================ */
.servive-wrap {
    padding: 0px 0 150px;
    position: relative;
}
.servive-wrap .bg {
    position: absolute;
    width: 65.88vw;
    height: 53.23vw;
    background-color: #F5F2E9;
    top: 30px; left: 0;
    border-radius: 0 45px 45px 0;
    z-index: -10;
}
.servive-wrap .tel_form_area {
    margin: 0 0 160px 0;
}
.servive-wrap .service_block .title {
    margin: 0 0 40px 0;
}
.servive-wrap .service_block .title > h3 {
    font-size: 80px;
    line-height: 1;
    position: relative;
}
.servive-wrap .service_block .title > h3 span{
    position: relative;
}
.servive-wrap .service_block .title > h3 span::after {
    content: '';
    position: absolute;
    background: url(../../images/head_icon.png);
    width: 45px;
    height: 56px;
    top: 50%; right: -55px;
    transform: translate(0, -50%);
    background-size: cover;
}
.servive-wrap .service_block .title > p {
    font-size: 18px;
    color: #579A00;
    font-weight: bold;
    letter-spacing: 0.15em;
}
.servive-wrap .service_block > p {
    font-weight: bold;
    margin: 0 0 50px 0;
}
.plan_area {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 10%;
}
.plan_area .box {
    width: calc((100% - 10%)/2);
}
.plan_area .box .plan_img {
    margin: 0 0 35px 0;
}
.plan_area .box h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    position: relative;
}
.plan_area .box h4::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 22px;
    background: url(../../images/head_sub_mark.png);
    background-size: cover;
    top: 50%; left: 0;
    transform: translate(0, -50%);
}
.plan_area .box p {
    margin: 0 0 24px 0;
}
.plan_area .box .btn {
    width: 185px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .servive-wrap {
        padding: 0 0 50px 0;
    }
    .servive-wrap .service_block .title  {
        margin: 0 0 20px 0;
    }
    .servive-wrap .service_block .title > h3 {
        font-size: 30px;
        padding-left: 0px;
    }
    .servive-wrap .service_block .title > h3::before {

    }
    .servive-wrap .service_block .title > h3 span::after {
    content: '';
    position: absolute;
    background: url(../../images/head_icon.png);
    width: 22.5px;
    height: 28px;
    top: 50%; right: -30px;
    transform: translate(0, -50%);
    background-size: cover;
}
    .servive-wrap .service_block .title > p {
        padding-left: 0px;
        margin: 0 0 25px 0;
    }
    .plan_area {
        gap: 40px;
    }
    .plan_area .box {
        width: 100%;
    }
    .plan_area .box .plan_img {
        margin: 0 0 15px 0;
    }
    .plan_area .box h4 {
        font-size: 18px;
        padding-left: 15px;
    }
    .plan_area .box h4::before {
        width: 6px;
        height: 16px;
    }
    .plan_area .box p {
        margin: 0 0 10px 0;
    }
    .plan_area .box .btn {
        margin: 0 auto 20px;
    }
}


/* ============================================ */
/* flow-wrap
/* ============================================ */
.flow-wrap {
    margin: 0 0 160px 0;
    position: relative;
}
.flow-wrap .bg {
    content: '';
    position: absolute;
    background: url(../../images/flow_bg.png);
    width: 100%;
    height:100%;
    top: 45px;
    background-size: cover;
    z-index: -10;
}
.flow-wrap .flow_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px 0;
}
.flow_contents > h3 {
    font-size: 80px;
    line-height: 1;
}
.flow_contents > p {
    color: #fff;
    margin: 0 0 50px 0;
    text-align: center;
    font-weight: bold;
}
.flow_contents p.subtitle {
    font-size: 18px;
}
.flow_contents .step-area {
    display: flex;
    gap: 1.63%;
}
.flow_contents .step-area .box {
    width: calc((100% - 1.63%*3)/4);
}
.flow_contents .step-area .box .num_step {
    width: 39.768%;
    margin: 0 0 0 22px;
}
.flow_contents .step-area .box .text_area {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    height: 170px;
}
.flow_contents .step-area .box .text_area h4 {
    font-size: 24px;
}
.flow_contents .step-area .box .text_area p {
    line-height: 1.5;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .flow-wrap {
        margin: 0 0 80px 0;
    }
    .flow-wrap .bg {
        top: 20px;
    }
    .flow_contents > h3 {
        font-size: 35px;
    }
    .flow_contents > p {
        margin: 0 0 20px 0;
        text-align: left;
    }
    .flow_contents .step-area {
        gap: 20px;
        flex-wrap: wrap;
    }
    .flow_contents .step-area .box {
        width: 100%;
    }
    .flow_contents .step-area .box .text_area {
        padding: 20px;
        height: 145px;
    }
    .flow_contents .step-area .box .num_step {
        width: 30%;
        margin: 0 0 0 22px;
    }
    .flow_contents .step-area .box .text_area h4 {
        font-size: 19px;
    }
}

/* ============================================ */
/* works-wrap
/* ============================================ */
.works-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 160px 0;
}
.works-wrap > h3 {
    font-size: 80px;
    padding-right: 52px;
    line-height: 1;
    position: relative;
}
.works-wrap > h3::after {
    content: '';
    position: absolute;
    background: url(../../images/head_icon.png);
    width: 45px;
    height: 56px;
    top: 50%; right: 0;
    transform: translate(0, -50%);
    background-size: cover;
}
.works-wrap .subtitle {
    color: #579A00;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 0 0 45px 0;
}
.works-wrap ul.works_slide {
    display: flex;
    width: 100%;
    margin: 0 0 45px 0;
}
.works-wrap ul.works_slide li {
    padding: 0 0.5rem;
}
.works-wrap .btn {
    width: 311px;
}
.slick-slide img {
    display: block;
    width: 400px;
    height: 251px;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .works-wrap {
        margin: 0 0 50px 0;
    }
    .works-wrap > h3 {
        font-size: 35px;
        padding-right: 28px;
    }
    .works-wrap > h3::after {
        width: 22.5px;
        height: 28px;
    }
    .works-wrap .subtitle {
        margin: 0 0 20px 0;
    }
    .slick-slide img {
        display: block;
        width: auto;
        height: 55vw;
        object-fit: cover;
    }
}