@media screen and (min-height: 700px) {
    .p-home_kv {
        height: auto;
    }
}

.p-home_kv__box {
    padding: 2rem 0;
    height: auto;
}

.p-home_kv__box:before {
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    top: 3vw;
    left: inherit;
    right: 3vw;
    background: url(../img/home/img_kv_illust.png);
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.p-home_kv__cnt {
    width: 65%;
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__cnt {
        width: 100%;
    }
}

.p-home_kv__maincatch {
    font-size: 5rem;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__maincatch {
        font-size: 3.2rem;
    }
}

.p-home_kv__subcatch .catch {
    font-size: 2.2rem;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__subcatch .catch {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__subcatch .catch {
        font-size: 1.4rem;
    }
}

.p-home_kv__subcatch .catch span {
    font-size: 1.4em;
}

.p-home_kv__fukidashi_v2 {
    margin: 2rem 0 1rem 0;
    border-radius: 2rem;
    border: 2px solid #006DB3;
    text-align: center;
    padding: 1.5rem 1em;
    position: relative;
    background: #eff9ff;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 {
        padding: 1rem 1em;
        margin: 1rem 0;
    }
}

.p-home_kv__fukidashi_v2 .main {
    font-size: 4rem;
    font-weight: bold;
    color: #006DB3;
    line-height: 1.2;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 .main {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__fukidashi_v2 .main {
        font-size: 2.4rem;
    }
}

.p-home_kv__fukidashi_v2 .sub {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 .sub {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__fukidashi_v2 .sub {
        font-size: 2rem;
    }
}

.p-home_kv__fukidashi_v2 .sub span {
    color: #F46600;
}

.p-home_kv__fukidashi_v2 min {
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 min {
        font-size: 1.4rem;
    }
}

.p-home_kv__fukidashi_v2 .fix {
    position: absolute;
    width: 12rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -5rem;
    left: -1rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    background: #006DB3;
    border-radius: 100%;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 .fix {
        height: 8rem;
        width: 8rem;
        bottom: -4rem;
        font-size: 1.4rem;
    }
}

.p-home_kv__fukidashi_v2 .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5.2rem;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 .arrow {
        bottom: -3.8rem;
    }
}

.p-home_kv__fukidashi_v2 .arrow img {
    width: auto;
    height: 4rem;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__fukidashi_v2 .arrow img {
        height: 3rem;
    }
}

.p-home_kv__flex {
    display: flex;
    gap: 20px;
    margin-top: 6rem;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__flex {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__flex {
        gap: 3px;
    }
}

.p-home_kv__flex-item {
    border: 2px solid #006DB3;
    border-radius: 1.5rem;
    width: calc((100% - 40px) / 3);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 2.2rem;
    padding: 0.8rem 0;
    background: #eff9ff;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__flex-item {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__flex-item {
        width: calc((100% - 6px) / 3);
        font-size: 1.4rem;
    }
}

.p-home_kv__flex-item img {
    width: 1.2em;
    height: 1.2em;
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__flex-item img {
        width: 1em;
        height: 1em;
    }
}

.p-home_kv__flex-item p {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #006DB3;
}

.p-home_kv__closer {
    background: #006DB3;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 1.5rem;
    margin-top: 1rem;
    padding: 1rem 5px;
}

@media screen and (max-width: 1100px) {
    .p-home_kv__closer {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 991.9px) {
    .p-home_kv__img {
        bottom: inherit;
        left: inherit;
        width: 25rem;
        right: 0;
    }
}

@media screen and (max-width: 767.9px) {
    .p-home_kv__img {
        position: static;
        width: 75%;
        margin: 0 auto;
        margin-top: 2rem;
    }
}

/*# sourceMappingURL=include.css.map */
