.cover_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cover_area {
    padding: 45px 0 60px;
}

.in_tit01 {
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #2B3DC7;
    font-size: 4.19vw;
    font-family: "Inter", sans-serif;
}

.cover_area .in_tit01 {
    margin-bottom: 30px;
}

h2.cover_tit01 {
    font-size: 2.19vw;
    font-weight: 500;
    line-height: 1.7em;
}

.cover_sub_tit01 {
    font-size: 1.25vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0 0 0 32px;
    position: relative;
    color: #11152F;
}

.cover_sub_tit01 div {
    width: 26px;
    height: 26px;
    background: rgb(0 29 245 / 15%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.cover_sub_tit01 div:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #001DF5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.cover_sub_tit01 div:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #001DF5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.f_area00 {
    display: none;
}

.f_area01 {
    margin-top: 0;
}

section.in_cover_img {
    padding: 0 36px;
}

#sec1 .wrap {
    background: none;
}

.pankuzu_wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 20px;
    padding: 0 30px;
}

.pankuzu_wrap .link {
    display: block;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #11152F;
    text-decoration: underline;
}

.pankuzu_wrap .link:hover {
    text-decoration: none;
}

.pankuzu_wrap .arrow {
    display: flex;
    margin: 0 10px;
    color: #005DAD;
    align-items: center;
}

.pankuzu_wrap p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
}

footer#footer {
    margin-top: 100px;
}

@media screen and (max-width:1440px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .in_tit01 {
        font-size: 65px;
    }
    .cover_area .in_tit01 {
        margin-bottom: 30px;
    }
    h2.cover_tit01 {
        font-size: 32px;
    }
    .cover_sub_tit01 {
        font-size: 18px;
    }
    .cover_sub_tit01 div {
        width: 22px;
        height: 22px;
    }
    .cover_sub_tit01 div:before {
        content: "";
        width: 16px;
        height: 16px;
    }
    .cover_sub_tit01 div:after {
        content: "";
        width: 8px;
        height: 8px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:991px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    h2.cover_tit01 {
        font-size: 24px;
        margin-top: 30px;
    }
    h2.in_tit01 {
        font-size: 48px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* man-width: 992px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:767px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .cover_area {
        flex-flow: column;
        align-items: flex-start;
        padding: 50px 0 30px!important;
    }
    h1.cover_tit01 {
        font-size: 20px;
        margin-top: 30px;
    }
    h2.in_tit01 {
        font-size: 40px;
        margin-bottom: 20px!important;
    }
    section.in_cover_img {
        padding: 0;
    }
    .pankuzu_wrap {
        margin-top: 15px;
        padding: 0 15px;
    }
    footer#footer {
        margin-top: 80px;
    }
    .cover_sub_tit01 {
        font-size: 14px;
    }
    .cover_area .in_tit01 {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* man-width: 768px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */