@charset "UTF-8";

/*header text版*/
.header_lp .header_img_area img.logo-area {
    position: absolute;
    right: 0%;
    top: 0;
    width: calc(100vw * 75 / 375);
}
.header_lp .header_img_area .header_img_area_inner {
    width: 60%;
    position: absolute;
    left: 18%;
    top: 10%;
}
.header_lp .header_img_area .header_img_area_inner p {
    color: #1A1A1A;
    font-weight: 600;
    font-size: calc(100vw * 4 / 375);
}
.header_lp .header_img_area .header_img_area_inner h1 {
    font-size: calc(100vw * 12 / 375);
    line-height: 1.2;
    font-weight: 600;
    margin-top: 2%;
    position: relative;
}
.header_lp .header_img_area .header_img_area_inner h1::before {
    content: "";
    display: inline-block;
    background: url("../img/top_fukidashi_pc.svg") no-repeat;
    background-size: contain;
    width: calc(100vw * 35 / 375);
    height: calc(100vh * 55 / 375);
    position: absolute;
    left: -15%;
    top: 2%;
}
.header_lp .header_img_area .header_img_area_inner h2 {
    font-size: calc(100vw * 7 / 375);
    margin: 0;
    margin-top: 2%;
    width: 100%;
    max-width: 100%;
}
.header_lp .header_img_area .header_img_area_inner.logo {
    width: calc(100vw * 140 / 375);
    position: absolute;
    top: 55%;
    left: 10%;
}
.header_lp .header_img_area .header_img_area_inner.bottom {
    width: calc(100vw * 155 / 375);
    position: absolute;
    top: 81%;
    left: 10%;
}
.header_lp .header_img_area .header_img_area_inner.bottom ul {
    width: 100%;
    display: flex;
}
.header_lp .header_img_area .header_img_area_inner.bottom ul li {
    width: 100%;
    max-width: calc(100% / 4 - 2%);
    margin-right: 2%;
    border-radius: 0.8rem;
    background: #478CD0;
}
.header_lp .header_img_area .header_img_area_inner.bottom ul li p {
    font-size: calc(100vw * 4 / 375);
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    padding: 2% 0;
    margin-top: 0;
}
.header_lp .header_img_area .header_img_area_inner.bottom ul li:last-child {
    margin-right: 0;
}
.header_lp .header_img_area .header_img_area_inner.bottom p {
    margin-top: 10px;
}
/*header text版*/
@media screen and (max-width: 767px) {
    .header_lp .header_img_area img.logo-area {
        width: calc(100vw * 110 / 375);
    }
    .header_lp .header_img_area .header_img_area_inner h1 {
        font-size: calc(100vw * 14 / 375);
        line-height: 1.2;
        margin-top: 13%;
    }
    .header_lp .header_img_area .header_img_area_inner h2 {
        font-size: calc(100vw * 7 / 375);
        margin-top: 0;
    }
    .header_lp .header_img_area .header_img_area_inner {
        width: 70%;
        left: 4%;
        top: 6%;
    }
    .header_lp .header_img_area .header_img_area_inner p {
        font-size: calc(100vw * 8 / 375);
    }
    .header_lp .header_img_area .header_img_area_inner h1::before {
        background: url("../img/top_fukidashi_sp.svg") no-repeat;
        background-size: contain;
        width: calc(100vw * 85 / 375);
        height: calc(100vh * 30 / 375);
        left: 0;
        top: -87%;
    }
    .header_lp .header_img_area .header_img_area_inner.logo {
        top: 60%;
        left: 4%;
    }
    .header_lp .header_img_area .header_img_area_inner.bottom {
        width: calc(100% - 16%);
        left: 4%;
        top: 78%;
    }
    .header_lp .header_img_area .header_img_area_inner.bottom ul li {
        border-radius: 0.3rem;
        max-width: calc(100% / 4 - 5px);
        margin-right: 5px;
    }
    .header_lp .header_img_area .header_img_area_inner.bottom ul li p {
        font-size: calc(100vw * 10 / 375);
        font-feature-settings: "palt";
    }
    .header_lp .header_img_area .header_img_area_inner.bottom p {
        font-size: calc(100vw * 8 / 375);
        margin-top: 5px;
    }
}
@media screen and (max-width: 560px) {

}