@charset "utf-8";

@media (min-width: 769px) {
    .business_kv_inner {
        height: 364rem;
    }
    .business_kv_img {
        width: 453rem;
    }
}
@media (max-width: 768px) {
    .business_kv {
        align-items: flex-start;
    }
    .business_kv_img {
        width: 100%;
    }
    .business_kv_ttl {
        white-space: nowrap;
        width: 100%;
    }
}

/* .anim_title_bg */
.anim_title_bg {
    position: relative;
    line-height: 1.1;
    display: inline-block;
    /*要素ごとにpaddingを決める*/
}
.anim_title_bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--theme-color);
    transform: skew(-15deg);
    transform-origin: left bottom;
}
.anim_title_hidden {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: -15rem;
}
.anim_title_slideUp {
    color: var(--color-white);
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 15rem;
}
.animation_ready .anim_title_bg::before {
    width: 0%;
    transition: width 0.6s 0s;
}
.animation_ready .anim_title_slideUp {
    transform: translateY(101%);
}
.animation_loaded .ai_ttl_wrap.is_animated .anim_title_bg::before {
    width: 100%;
}
.animation_loaded .ai_ttl_wrap.is_animated .anim_title_slideUp {
    transform: translateY(0%);
    transition: transform 0.6s 0.6s;
}

.ai_ttl_wrap {
    text-align: center;
}
.ai_plan_list {
    display: flex;
    flex-direction: column;
}
.ai_plan_item {
    display: flex;
}
.ai_plan_img_wrap img {
    width: 100%;
}
.ai_plan_detail {
    display: flex;
}
.ai_plan_detail_ttl {
    color: var(--theme-color);
}
.ai_plan_btn_wrap {
    text-align: center;
}
@media (min-width: 769px) {
    .point_body {
        margin-top: 10rem;
    }
    .point_sub_wrap {
        margin-top: 42rem;
    }
    .ai_ttl {
        font-size: 48rem;
        line-height: calc(84 / 48);
    }
    .ai_ttl_inner {
        padding-left: 10rem;
        margin-left: -10rem;
    }
    .ai_plan_lead {
        text-align: center;
        margin-top: 27rem;
    }
    .ai_plan_list {
        margin-top: 48rem;
        row-gap: 60rem;
    }
    .ai_plan_item {
        column-gap: 44rem;
    }
    .ai_plan_img_wrap {
        width: 320rem;
        flex: 0 0 auto;
    }
    .ai_plan_item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .ai_plan_ttl {
        font-size: 48rem;
    }
    .ai_plan_catch {
        font-size: 24rem;
        margin-top: 9rem;
        line-height: 1.5;
    }
    .ai_plan_catch_inner {
        display: block;
    }
    .ai_plan_body {
        font-size: 16rem;
        line-height: calc(28 / 16);
        margin-top: 16rem;
    }
    .ai_plan_detail {
        column-gap: 6rem;
        margin-top: 18rem;
    }
    .ai_plan_detail_item {
        padding-left: 8rem;
        border-left: 8rem solid var(--theme-color);
    }
    .ai_plan_detail_item:nth-child(1) {
        width: 34%;
    }
    .ai_plan_detail_item:nth-child(2) {
        width: 66%;
    }
    .ai_plan_detail_ttl {
        font-size: 20rem;
    }
    .ai_plan_detail_body {
        line-height: 1.75;
        margin-top: 2rem;
    }
    .ai_plan_btn_wrap {
        margin-top: 48rem;
    }
    .ai_plan_btn {
        --btn-width: 360rem;
        line-height: calc(32 / 20);
    }
    .ai_plan_btn .btn_inner {
        padding-block: 12rem;
        padding-left: 10rem;
    }
    .ai_plan_btn .btn_txt {
        gap: 35rem;
    }
    .point_ttl_num {
        font-size: 64rem;
    }
    .point_ttl_name {
        font-size: 40rem;
        line-height: calc(56 / 40);
    }
}
@media (max-width: 768px) {
    .point_body {
        margin-top: 26rem;
    }
    .point_sub_wrap {
        margin-top: 92rem;
    }
    .ai_ttl {
        font-size: 80rem;
        line-height: calc(96 / 80);
    }
    .ai_ttl_inner {
        padding-left: 40rem;
        margin-left: -40rem;
    }
    .ai_plan_lead {
        margin-top: 68rem;
        line-height: calc(56 / 32);
    }
    .ai_plan_list {
        margin-top: 78rem;
        row-gap: 70rem;
    }
    .ai_plan_item {
        flex-direction: column-reverse;
    }
    .ai_plan_img_wrap {
        width: 640rem;
        margin: auto;
    }
    .ai_plan_ttl {
        font-size: 96rem;
        line-height: 1.4;
    }
    .ai_plan_catch {
        font-size: 40rem;
        line-height: calc(72 / 40);
        margin-top: 14rem;
    }
    .ai_plan_body {
        font-size: 32rem;
        line-height: calc(56 / 32);
        margin-top: 37rem;
    }
    .ai_plan_detail {
        flex-direction: column;
        row-gap: 24rem;
        margin-top: 42rem;
    }
    .ai_plan_detail_item {
        padding-left: 21rem;
        border-left: 16rem solid var(--theme-color);
    }
    .ai_plan_detail_ttl {
        font-size: 40rem;
    }
    .ai_plan_detail_body {
        margin-top: 7rem;
        line-height: 1.75;
    }
    .ai_plan_btn_wrap {
        margin-top: 100rem;
    }
    .ai_plan_btn {
        --btn-width: 640rem;
        line-height: calc(52 / 36);
        font-size: 36rem;
    }
    .ai_plan_btn .btn_inner {
        padding-block: 40rem;
        padding-left: 38rem;
    }
    .ai_plan_btn .btn_txt {
        gap: 66rem;
    }
    .point_ttl_num {
        font-size: 128rem;
    }
    .point_ttl_name {
        font-size: 80rem;
        line-height: calc(104 / 80);
    }
}
