/* ========== common ========== */
.bg_lb {
    background-color: var(--fp-background);
}

.point-char::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--c-yellow);
    border-radius: 50%;
    top: -3px;
    margin-left: 2%;
}

.ttl_aa {
    position: relative;
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
    font-weight: 700;
    line-height: 1.5;
}

.ttl_aa::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/chatplus/assets/img/common/plus_gradient.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -.5rem;
    left: -1rem;
    line-height: 1.5;
}

.sticky {
    position: sticky;
    top: 126px;
}

.l_aa_cta {
    background: var(--fp-gradient_dl);
    padding: 4.5rem 0;
}

.l_aa_cta.bg_pale {
    background: var(--fp-background);
}

.l_aa_cta_wrapper {
    position: relative;
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.l_aa_cta_inner {
    width: 100%;
    display: flex;
    gap: 2.75rem;
    align-items: center;
    padding: 3rem 3.5rem;
    background: var(--c-white);
    border-radius: var(--border-radius-normal);
}

.l_aa_cta_img img {
    max-width: 350px;
    width: 100%;
}

.l_aa_cta_note h2 {
    font-size: clamp(1.25rem, 0.9754rem + 1.1268vw, 1.75rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    letter-spacing: .1em;
}

.l_aa_cta_list {
    position: absolute;
    top: -2rem;
    left: -.5rem;
}

.l_aa_cta_list ul {
    background: var(--c-white_80);
    backdrop-filter: blur(4px);
    border-radius: var(--border-radius-normal);
    padding: 1rem;
}

.l_aa_cta_list ul li {
    font-weight: 600;
}

.bubble-tail {
    content: '';
    position: absolute;
    width: 18px;
    height: 14px;
    background: var(--c-white_80);
    backdrop-filter: blur(4px);
    top: 96px;
    left: 250px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
}

.l_aa_cta_link a {
    padding: 1rem;
    font-size: clamp(1rem, 0.7254rem + 1.1268vw, 1.5rem);
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
}

@media screen and (max-width: 768px) {
    .sticky {
        position: relative;
        top: 0;
    }

    .l_aa_cta_inner {
        flex-direction: column;
        padding: 2rem;
        gap: 1rem;
    }

    .l_aa_cta_note h2 {
        margin-bottom: 1rem;
        letter-spacing: .05em;
    }

    .l_aa_cta_list {
        left: .5rem;
    }

    .l_aa_cta_list ul {
        padding: .5rem;
    }

    .l_aa_cta_list ul li {
        font-size: .875rem;
    }

    .bubble-tail {
        left: 200px;
        top: 68px;
    }
}

/* ========== KV ========== */
.l_service_main {
    margin: 110px 0 5rem;
    position: relative;
}

.l_service_kv_back {
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    position: relative;
    padding-bottom: 31.78%;
    height: 0;
    overflow: hidden;
}

.responsive-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 var(--border-radius-normal) var(--border-radius-normal) 0;
}

@media (min-width: 1440px) {
    .image-wrapper {
        max-width: 1416px;
    }
}

.l_service_kv_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11.81vw;
    width: fit-content;
}

.l_service_kv_logo {
    margin-bottom: .5vw;
}

.l_service_kv_logo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 16.25vw;
}

.l_service_kv_lead_sub {
    font-size: clamp(1rem, 0.7254rem + 1.1268vw, 1.5rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .1em;
}

.l_service_kv_lead {
    font-size: clamp(1.25rem, 0.7007rem + 2.2535vw, 2.25rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .1em;
}

.l_service_kv_lead span {
    font-size: clamp(1.75rem, 1.0634rem + 2.8169vw, 3rem);
}

.l_service_kv_copy {
    display: flex;
    align-items: anchor-center;
}

.l_service_kv_copy .aa_gradient-text {
    width: fit-content;
    font-size: clamp(2.5rem, 1.6761rem + 3.3803vw, 4rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1vw;
    position: relative;
    letter-spacing: .1em;
}

.l_service_kv_copy .aa_gradient-text::after {
    content: "";
    background-image: url(/wp-content/themes/chatplus/assets/img/common/plus_gradient.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 2.22vw;
    width: 100%;
    max-height: 2.22vw;
    height: 100%;
    position: absolute;
    top: 1vw;
    right: -1.5vw;
}

.l_service_kv_copy span {
    font-size: clamp(1.25rem, 0.7007rem + 2.2535vw, 2.25rem);
    font-weight: 900;
    color: var(--c-navy);
}

.l_service_kv_btn {
    width: max-content;
}

.l_service_kv_btn a {
    font-size: 1.125rem;
    padding: 1rem;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .15);
}

.l_service_kv_btn a .btn_icon_navy img {
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 1180px) {
    .l_service_main {
        margin: 77px 0 5rem;
    }
}

@media screen and (max-width: 768px) {
    .l_service_kv_back {
        margin: auto;
        padding-bottom: 100%;
    }

    .l_service_kv_txt {
        top: 1.5rem;
        transform: translateY(0);
        left: 1.5rem;
    }

    .l_service_kv_logo img {
        width: auto;
        height: 36px;
        max-width: fit-content;
    }

    .l_service_kv_copy .aa_gradient-text::after {
        width: 18px;
        height: 18px;
        right: -2vw;
    }

    .l_service_kv_btn a {
        font-size: 1rem;
        padding: .75rem;
    }

    .l_service_kv_btn a .btn_icon_navy img {
        width: 20px;
        height: 20px;
    }
}

/* ========== problem ========== */
.l_problem {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.l_problem h2 {
    position: relative;
    text-align: center;
    font-size: clamp(1rem, 0.7254rem + 1.1268vw, 1.5rem);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3.5rem;
}

.l_problem h2 span {
    color: var(--aa-pink);
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
}

.l_problem h2::after {
    content: "";
    background: url(/wp-content/themes/chatplus/assets/img/aiap/problem_back.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 91px;
}

.l_problem_wrapper {
    position: relative;
    display: flex;
    gap: 1.5rem;
}

.l_problem_content {
    width: calc(100% / 3 - 1.5rem);
    background-color: var(--c-white);
    border-radius: var(--border-radius-normal);
    padding: 2rem;
}

.l_problem_content h3 {
    position: relative;
    font-size: clamp(1rem, 0.9313rem + 0.2817vw, 1.125rem);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1rem;
}

.l_problem_content h3::before {
    content: "";
    background: url(/wp-content/themes/chatplus/assets/img/aiap/uservoice.svg);
    position: absolute;
    top: -1.5rem;
    left: -2rem;
    width: 28px;
    height: 22px;
}

@media screen and (max-width: 768px) {
    .l_problem_wrapper {
        flex-direction: column;
    }

    .l_problem_content {
        width: 100%;
        padding: 1.5rem;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    }

    .l_problem_content h3 {
        margin-bottom: 1rem;
    }

    .l_problem_content h3::before {
        top: -2rem;
    }
}

/* ========== reason ========== */
.l_reason {
    background-color: var(--fp-background);
    margin-top: -100px;
    padding-top: calc(100px + 7.5rem);
    padding-bottom: 7.5rem;
}

.l_reson_lead_sub {
    padding: 0 1.5rem;
    text-align: center;
    font-size: clamp(1.125rem, 0.7817rem + 1.4085vw, 1.75rem);
    line-height: 1.5;
    font-weight: 600;
}

.l_reson_lead {
    padding: 0 1.5rem;
    text-align: center;
    font-size: clamp(1rem, 0.7254rem + 1.1268vw, 1.5rem);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5rem;
}

.l_reson_lead .l_reson_emphasis {
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
}

.l_point {
    max-width: 1148px;
    width: 100%;
    height: max-content;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.l_point_title {
    width: calc(40% - 2.5rem);
    min-width: 350px;
    margin-bottom: 1.5rem;
}

.l_point_title_sub {
    font-weight: 600;
}

.l_point_item_wrapper {
    width: 60%;
}

.l_point_item {
    background: var(--c-white);
    padding: 1.5rem 1rem 2rem 1.5rem;
    border-radius: var(--border-radius-normal);
    margin-bottom: 2rem;
}

.l_point_item:last-of-type {
    margin-bottom: 0;
}

.l_point_item_no {
    color: var(--fp-blue);
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
}

.l_point_container {
    display: flex;
    gap: 1.5rem;
}

.l_point_txt {
    max-width: 436px;
    width: 100%;
}

.l_point_txt h3 {
    font-weight: 700;
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.l_point_img img {
    max-width: 140px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .l_reason {
        margin-top: -490px;
        padding-top: calc(490px + 5rem);
        padding-bottom: 5rem;
    }

    .l_point {
        flex-direction: column;
    }

    .l_point_item {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .l_point_title {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem;
    }

    .l_point_title_sub {
        margin-bottom: 1.5rem;
    }

    .l_point_item_wrapper {
        width: 100%;
    }

    .l_point_container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .l_point_txt {
        max-width: 100%;
    }
}

/* ========== feature ========== */
.l_feature {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    padding: 7.5rem 1.5rem;
}

.l_feature .ttl_aa {
    margin-bottom: 3.5rem;
}

.l_feature_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
}

.l_feature_item.f_01, .l_feature_item.f_03 {
    grid-column: span 3;
}

.l_feature_item.f_02, .l_feature_item.f_04 {
    grid-column: span 3;
}

.l_feature_item.f_05, .l_feature_item.f_06, .l_feature_item.f_07 {
    grid-column: span 2;
}

.l_feature_item {
    display: flex;
    flex-direction: column;
    background: var(--aa-background);
    padding: 1.5rem;
    border-radius: var(--border-radius-normal);
}

.l_feature_no {
    width: fit-content;
    font-size: .875rem;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    color: var(--c-white);
    background: var(--aa-gradient);
    border-radius: var(--border-radius-capsule);
    padding: .125rem 1rem;
    margin-bottom: .5rem;
}

.l_feature_list h3 {
    font-size: clamp(1.125rem, 0.919rem + 0.8451vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.l_feature_img {
    margin-top: auto;
    text-align: right;
}

.l_feature_img img {
    max-width: 80px;
    width: 100%;
    height: auto;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .l_feature {
        padding: 5rem 1.5rem;
    }

    .l_feature .ttl_aa {
        margin-bottom: 2rem;
    }

    .l_feature_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .l_feature_item.f_01, .l_feature_item.f_02, .l_feature_item.f_03, .l_feature_item.f_04, .l_feature_item.f_05, .l_feature_item.f_06, .l_feature_item.f_07 {
        grid-column: span 1;
    }
}

/* ========== task ========== */
.l_task {
    background: var(--aa-background);
}

.l_task_inner {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 7.5rem 1.5rem;
}

.l_task_ttl {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.l_task_ttl h2 {
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
    font-weight: 600;
}

.l_task_ttl .l_task_lead {
    display: flex;
    align-items: center;
    font-size: clamp(1.125rem, 0.919rem + 0.8451vw, 1.5rem);
    font-weight: 600;
}

.l_task_ttl .l_task_lead::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: var(--line-solid);
    margin-right: 0.5em;
}

.l_task_discription {
    margin-bottom: calc(49px + 3.5rem);
}

.l_task_discription span {
    font-weight: 600;
}

.l_task_discription .font_big {
    font-size: 150%;
    margin-top: 1rem;
    display: inline-block;
}

.l_task_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.l_task_item {
    position: relative;
    background: var(--c-white);
    border: 1px solid var(--aa-pink);
    border-radius: 0 var(--border-radius-normal) var(--border-radius-normal);
    padding: 1rem 1rem 2rem;
}

.l_task_title {
    position: absolute;
    top: -49px;
    left: -1px;
    background: var(--c-white);
    border: 1px solid var(--aa-pink);
    border-bottom: none;
    border-radius: var(--border-radius-normal) var(--border-radius-normal) 0 0;
    padding: .75rem 1.5rem .75rem 1rem;
}

.l_task_title h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.l_task_title h3 span {
    color: var(--aa-pink);
    font-size: .875rem;
}

.l_task_rag dt {
    background: #F0F0F0;
    border-radius: var(--border-radius-normal);
    color: var(--sub-text);
    font-weight: 600;
    line-height: 1.5;
    padding: .5rem;
    margin-bottom: .5rem;
}

.l_task_rag dd {
    color: var(--sub-text);
    margin-bottom: 1.5rem;
}

.l_task_arrow {
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.l_task_arrow img {
    height: 15px;
}

.l_task_cp dt {
    background: var(--aa-gradient);
    border-radius: var(--border-radius-normal);
    color: var(--c-white);
    font-weight: 600;
    line-height: 1.5;
    padding: .5rem;
    margin-bottom: .5rem;
}

.l_task_cp dd span {
    color: var(--aa-pink);
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .l_task_inner {
        margin: 0 auto 5rem;
        padding: 5rem 1.5rem;
    }

    .l_task_ttl {
        flex-direction: column;
        gap: .5rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .l_task_ttl .l_task_lead::before {
        display: none;
    }

    .l_task_discription {
        margin-bottom: calc(49px + 2rem);
    }

    .l_task_list {
        grid-template-columns: 1fr;
        gap: calc(49px + 1rem)
    }

    .l_task_rag dd {
        margin-bottom: .5rem;
    }

    .l_task_arrow {
        margin-bottom: 1rem;
    }
}

/* ========== price ========== */
.l_plan {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 0 1.5rem;
}

.l_plan .ttl_aa {
    margin-bottom: 3.5rem;
}

.l_plan_lead {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: .875rem;
}

.l_plan_lead h3 {
    font-size: 1.125rem;
    font-weight: 600;
}

.l_price_wrapper {
    display: flex;
    gap: 2rem;
    width: 100%;
}

.l_price_ic, .l_price_lc {
    border: 1px solid var(--aa-pink);
    border-radius: var(--border-radius-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem;
}

.l_price_ic {
    width: 30%;
    line-height: 1.5;
}

.l_price_lc {
    width: calc(70% - 32px - 64px);
    line-height: 1.5;
}

.l_price_ic dt, .l_price_lc .l_price_lc_ttl {
    font-size: clamp(1rem, 0.919rem + 0.8451vw, 1.5rem);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.l_price_lc .l_price_lc_ttl span {
    font-size: .675rem;
    font-weight: 400;
}

.l_price_ic dd {
    font-weight: 600;
}

.l_price_ic dd .price, .l_price_lc dd .y_price {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.75rem, 0.3768rem + 5.6338vw, 4.25rem);
    font-weight: 700;
    color: var(--aa-pink);
}

.l_price_lc dd .m_price {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 1.2254rem + 1.1268vw, 2rem);
}

.l_price_contract {
    display: flex;
    gap: 1rem;
    justify-content: end;
    align-items: center;
}

.l_price_contract dt {
    font-size: clamp(0.875rem, 0.8063rem + 0.2817vw, 1rem);
}

.l_price_contract dd {
    font-weight: 600;
    line-height: 1;
}

.l_price_plus {
    display: flex;
}

.l_price_plus img {
    width: 32px;
    height: auto;
}

.l_price_contract_note {
    font-size: .75rem;
    text-align: right;
    margin-bottom: 1rem;
}

.l_price_detail {
    margin-bottom: 5rem;
}

.l_price_detail_list {
    display: grid;
    grid-template-columns: 200px auto;
    font-size: clamp(0.875rem, 0.8063rem + 0.2817vw, 1rem);
    line-height: 1.5;
}

.l_price_detail_list dt {
    font-weight: 600;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--line-solid);
}

.l_price_detail_list dd {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--line-solid);
}

.l_price_detail_list dt:last-of-type,
.l_price_detail_list dd:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.function_list_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.function_list li {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 2;
}

.function_list li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: var(--aa-pink);
    margin-right: .5rem;
}

.function_list_etc {
    justify-content: end;
}

.function_list li.function_list_etc::before {
    display: none;
}

.l_price_option {
    position: relative;
    background: var(--aa-background);
    border-radius: var(--border-radius-normal);
    padding: 2rem 1.5rem 1.5rem;
}

.l_price_option h3 {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 600;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.l_price_option_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.l_price_option_item {
    background: var(--c-white);
    border-radius: var(--border-radius-normal);
    padding: 1rem;
}

.l_price_option_item .l_price_option_ttl {
    font-weight: 600;
    border-bottom: 1px solid var(--aa-pink);
    margin-bottom: 1rem;
}

.l_price_option_item .l_price_option_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.l_price_option_item .l_price_option_detail dt {
    font-weight: 600;
    width: 40%;
}

.l_price_option_item .l_price_option_detail dd {
    width: 60%;
    text-align: end;
    font-size: .75rem;
}

.l_price_option_item .l_price_option_detail .dotted_b {
    padding-bottom: .25rem;
    border-bottom: 1px dotted var(--aa-pink);
    margin-bottom: .25rem;

}

.l_price_option_item .l_price_option_detail dd .price {
    font-size: 1rem;
    font-weight: 600;
}

.l_price_option_link a {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    white-space: nowrap;
    padding: .5rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.l_price_option_subtext {
    font-size: .75rem;
}

.l_price_option_note {
    font-size: .675rem;
}

.l_price_tax {
    font-size: .75rem;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .l_plan .ttl_aa {
        margin-bottom: 2rem;
    }

    .l_plan_lead {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .l_price_wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    .l_price_ic, .l_price_lc {
        width: 100%;
        gap: 1rem;
    }

    .l_price_lc {
        flex-direction: column;
    }

    .l_price_plus {
        justify-content: center;
    }

    .l_price_contract.sp_mb_16 {
        margin-bottom: 1rem;
    }

    .l_price_contract_note {
        margin-bottom: 2rem;
    }

    .l_price_detail_list {
        grid-template-columns: 110px auto;
    }

    .l_price_detail_list dt,
    .l_price_detail_list dd {
        padding-bottom: .5rem;
        margin-bottom: .5rem;
    }

    .function_list_wrapper {
        grid-template-columns: 1fr;
    }

    .l_price_option h3 {
        top: -1.25rem;
    }

    .l_price_option_list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}