@charset "UTF-8";

/*header text版*/
.header_lp .header_img_area .header_img_area_inner img.logo-area {
    position: absolute;
    left: -4%;
    width: calc(100vw * 235 / 375);
}
.header_lp .header_img_area .header_img_area_inner {
    width: 100%;
    max-width: 70%;
    position: absolute;
    left: 4%;
    top: 10%;
}
.header_lp .header_img_area .header_img_area_inner p {
    color: #ffffff;
    font-weight: 900;
    font-size: calc(100vw * 7 / 375);
}
.header_lp .header_img_area .header_img_area_inner h1 {
    font-size: calc(100vw * 10 / 375);
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
    position: relative;
}
.header_lp .header_img_area .header_img_area_inner .cross-text {
    width: 100%;
    display: flex;
    margin-top: 1%;
}
.header_lp .header_img_area .header_img_area_inner .cross-text .text {
    width: fit-content;
    border-radius: 0.5rem;
    background: #009FE8;
}
.header_lp .header_img_area .header_img_area_inner .cross-text .text:first-child {
    margin-right: 1%;
}
.header_lp .header_img_area .header_img_area_inner .cross-text .text:first-child h3::after {
    content: "";
    display: inline-block;
    width: calc(100vw * 5 / 375);
    height: calc(100vh * 10 / 375);
    background: url("../img/cross.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 20%;
    right: -5%;
}
.header_lp .header_img_area .header_img_area_inner .cross-text .text h3 {
    font-size: calc(100vw * 4.5 / 375);
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    height: calc(100vh * 20 / 375);
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}
.header_lp .header_img_area h2 {
    font-size: calc(100vw * 10 / 375);
    line-height: 1.3;
    margin: 0;
    margin-top: 4%;
    width: 100%;
    max-width: 100%;
    position: relative;
    color: #ffffff;
}
.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: 0;
    }
    .header_lp .header_img_area .header_img_area_inner .cross-text .text h3 {
        font-size: calc(100vw * 8 / 375);
        height: calc(100vh * 12 / 375);
        padding: 0 5px;
    }
    .header_lp .header_img_area .header_img_area_inner .cross-text .text:first-child h3::after {
        top: 10%;
        right: -3.5%;
    }
    .header_lp .header_img_area .header_img_area_inner h2 {
        font-size: calc(100vw * 15 / 375);
        line-height: 1.3;
        margin-top: 18px;
        color: #ffffff;
    }
    .header_lp .header_img_area .header_img_area_inner {
        width: 100%;
        max-width: calc(100% - 4%);
        left: 4%;
        top: 10%;
    }
    .header_lp .header_img_area .header_img_area_inner p {
        font-size: calc(100vw * 10 / 375);
    }
    .header_lp .header_img_area .header_img_area_inner img.logo-area {
        left: -2%;
    }
}
@media screen and (max-width: 560px) {

}