:root {
    --cp-blue: #1EBBE9;
    --cp-d-blue: #0092d3;
    --cp-blue_60: rgba(30, 187, 233, 0.6);
    --cp-blue_30: rgba(30, 187, 233, 0.3);
    --cp-gradient: linear-gradient(var(--cp-blue), var(--cp-d-blue));
    --cp-gradient_90: linear-gradient(90deg, var(--cp-blue), var(--cp-d-blue));
    --cp-gray: #B2B2B2;
    --cp-background: #DDF2FD;
    --aa-parple: #47247D;
    --aa-pink: #8B2686;
    --aa-parple-rgb: 71, 36, 125;
    --aa-pink-rgb: 139, 38, 134;
    --aa-gradient: linear-gradient(to top right, var(--aa-parple), var(--aa-pink));
    --aa-gradient_60: linear-gradient(to top right, rgba(var(--aa-parple-rgb), 0.6), rgba(var(--aa-pink-rgb), 0.6));
    --aa-background: #F3F0F5;
    --fp-pale_blue: #A3ABCC;
    --fp-blue: #7769AD;
    --fp-d_blue: #102371;
    --fp-background: #F3F4F8;
    --fp-blue-rgb: 119, 105, 173;
    --fp-d_blue-rgb: 16, 35, 113;
    --fp-gradient_dl: linear-gradient(to right, var(--fp-d_blue), var(--fp-blue));
    --fp-gradient_dl_60: linear-gradient(to right, rgba(var(--fp-d_blue-rgb), 0.6), rgba(var(--fp-blue-rgb), 0.6));
    --fp-gradient_ld: linear-gradient(to right, var(--fp-blue), var(--fp-d_blue));
    --fp-gradient_v: linear-gradient(to bottom, var(--fp-d_blue), var(--fp-blue));
    --c-navy: #0E2038;
    --c-white: #FFFFFF;
    --c-yellow: #F9E03E;
    --line-solid: #ACBBBF;
    --sub-text: #525A66;
    --head-gradient: linear-gradient(to right, var(--cp-blue), var(--aa-parple), var(--fp-blue));
    --c-white_95: rgba(255, 255, 255, 0.95);
    --c-white_80: rgba(255, 255, 255, 0.8);
    --c-white_60: rgba(255, 255, 255, 0.6);
    --border-radius-normal: 4px;
    --border-radius-capsule: 100vmax;
    --border-radius-circle: 50%;
}


/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
    position: relative;
    margin-top: 68px;
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

header.lower_page+main {
    margin-top: 128px;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

b,
strong {
    font-weight: bolder;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

progress {
    vertical-align: baseline;
}

label[for] {
    cursor: pointer;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* ========== base ========== */
body {
    position: relative;
    background: var(--c-white);
    color: var(--c-navy);
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    font-display: fallback;
}

html, body {
    width: 100%;
    height: 100%;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

/* title */
.ttl_section {
    position: relative;
    width: fit-content;
}

.ttl_section::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0.5rem;
    right: -1rem;
    line-height: 1.5;
}

.ttl_big {
    font-size: clamp(1.75rem, 1.4754rem + 1.1268vw, 2.25rem);
    font-weight: 700;
}

.ttl_medium {
    font-size: clamp(1rem, 0.8627rem + 0.5634vw, 1.25rem);
    font-weight: 700;
}

.ttl_blue::after {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_blue.svg');
}

.ttl_aa_gradient::after {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_gradient.svg');
}

.ttl_fp_blue::after {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_fp_blue.svg');
}

.c_page_title {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 3.5rem;
    padding: 0 1.5rem;
    font-size: clamp(1.75rem, 1.2007rem + 2.2535vw, 2.75rem);
    font-weight: 700;
    line-height: 1.5;
}

/* button */
.common_btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-radius: var(--border-radius-normal);
    font-weight: 600;
    width: 230px;
    transition: transform 0.2s ease;
}

.btn_yellow {
    background-color: var(--c-yellow);
    color: var(--c-navy);
}

.btn_navy {
    background-color: var(--c-navy);
    color: var(--c-white);
}

.btn_blue {
    background-color: var(--cp-blue);
    color: var(--c-white);
}

.btn_aa_gradient {
    background: var(--aa-gradient);
    color: var(--c-white);
}

.btn_fp_blue {
    background-color: var(--fp-blue);
    color: var(--c-white);
}

.common_btn_icon_white {
    display: flex;
    align-items: center;
    border-left: 1px dotted var(--c-white);
    padding: .25rem 0 .25rem 1rem;
    margin-left: 1rem;
}

.btn_icon_white {
    border-right: 1px dotted var(--c-white);
    padding-right: .5rem;
    margin-right: .5rem;
}

.btn_icon_navy {
    border-right: 1px dotted var(--c-navy);
    padding-right: .5rem;
    margin-right: .5rem;
}

.btn_icon_white img, .btn_icon_navy img {
    width: 20px;
    height: 20px;
}

.btn_icon_w_fix {
    width: 100%;
    text-align: center;
}

.header_btn a,
.open_btn a,
.cta_bottom_btn a,
.l_faq_cta_link a,
.l_aa_cta_link a,
.l_service_kv_btn a,
.cta_btn a {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.common_btn a:hover,
.header_btn a:hover,
.open_btn a:hover,
.cta_bottom_btn a:hover,
.l_faq_cta_link a:hover,
.l_aa_cta_link a:hover,
.l_service_kv_btn a:hover,
.cta_btn a {
    transform: scale(0.98);
}

@media screen and (max-width: 768px) {
    .common_btn a {
        padding: .5rem 1rem;
    }
}

/* ========== bleadlist ========== */
.breadcrumb {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: .75rem;
    line-height: 1.5;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: .25rem;
    overflow: auto;
    white-space: nowrap;
}

.breadcrumb__list li a {
    display: flex;
    align-items: center;
    color: var(--c-navy);
}

.breadcrumb__list li a::after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/chatplus/assets/img/common/blead_arrow.svg');
    background-repeat: no-repeat;
}

.breadcrumb__list .breadcrumb__item--current {
    color: var(--sub-text);
}

/* ========== pagination ========== */
.c_pagination {
    width: fit-content;
    margin: 2.5rem auto 0;
}

.c_pagination ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.c_pagination ul .page-numbers.current {
    color: var(--cp-gray);
}

.pagination-prev-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/themes/chatplus/assets/img/common/page_prev.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.pagination-next-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/themes/chatplus/assets/img/common/page_next.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* other */
.transparent_hover a:hover {
    opacity: .6;
}

.m_b_16 {
    margin-bottom: 1rem;
}

.m_b_24 {
    margin-bottom: 1.5rem;
}

.m_b_40 {
    margin-bottom: 2.5rem;
}

.m_b_56 {
    margin-bottom: 3.5rem;
}

.m_b_80 {
    margin-bottom: 5rem;
}

.cp_gradient-text, .faq_gradient-text, .aa_gradient-text {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.cp_gradient-text {
    background-image: var(--cp-gradient);
}

.faq_gradient-text {
    background-image: var(--fp-gradient_dl);
}

.aa_gradient-text {
    background-image: var(--aa-gradient);
}

/* ========== header ========== */
.l_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.l_header_wrapper {
    padding: 1rem 1.5rem;
    position: relative;
}

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

.l_header_content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo img,
.sp_logo img {
    width: 175px;
}

.l-header_btn_ctv {
    display: flex;
    gap: .5rem;
    justify-content: end;
}

.subnav {
    display: none;
}

.l_header_menu_pc .mainnav, .service .subnav {
    display: flex;
    gap: 1.125rem;
    font-size: 1rem;
    font-weight: 600;
}

.l_header_menu_pc .mainnav {
    color: var(--c-white);
}

.service .subnav {
    justify-content: flex-end;
    margin-top: .5rem;
}

.header_btn a, .open_btn a {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
}

.header_btn a {
    white-space: nowrap;
    padding: .5rem;
}

.open_btn a {
    width: 100%;
    padding: .875rem;
}

.c_drop_menu:hover .c_drop_menu_list {
    visibility: visible;
}

.c_drop_menu {
    position: relative;
}

.c_drop_menu_item {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.c_drop_menu_item img {
    width: 11px;
    height: 11px;
}

.c_drop_menu_list {
    background-color: var(--c-white);
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: max-content;
    z-index: 101;
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: var(--border-radius-normal);
    box-shadow: 2px 2px 8px var(--cp-gray);

}

.c_drop_menu_title {
    padding-right: 1.5rem;
    border-right: 1px solid var(--line-solid);
    color: var(--c-navy);
}

.c_drop_child_item img {
    height: 24px;
}

.c_drop_child_item p {
    font-size: 0.625rem;
}

.nav_icon a {
    display: flex;
    align-items: center;
}

.nav_icon span {
    display: flex;
    align-items: center;
    height: 21px;
}

.nav_icon span img {
    width: 16px;
    height: 16px;
}

.l_header_wrapper.is-scrolled {
    background: var(--c-white_80);
    backdrop-filter: blur(4px);
}

.l_header_wrapper.is-scrolled .mainnav {
    color: var(--c-navy);
}

.l-header_nav_sp {
    display: none;
}

.checkbox:checked~.l-header_nav_sp {
    display: block;
}

.c_lower_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--cp-blue), var(--aa-parple), var(--fp-blue));
    transition: opacity .3s ease;
    transform: translateY(0);
    z-index: 103;
}

.c_lower_page.hide {
    opacity: 0;
}

@media screen and (max-width: 1180px) {

    .l_header_wrapper {
        padding: 1rem;
    }

    .l_header_menu_pc,
    .service .l_header_menu_pc,
    .header_contact,
    .service .subnav {
        display: none;
    }

    .l_header_common {
        align-items: center;
    }

    .l-header_btn_ctv {
        margin-right: 66px;
    }

    .header_btn {
        width: auto;
    }

    .l-header_sp_btn {
        position: relative;
    }

    .l-header_sp_btn .checkbox {
        position: absolute;
        width: 34px;
        height: 34px;
        top: -36px;
        right: 16px;
        opacity: 0;
        z-index: 105;
        cursor: pointer;
    }

    .hamburger-lines {
        position: absolute;
        top: -36px;
        right: 16px;
        display: block;
        height: 34px;
        width: 34px;
        padding: .875rem .5rem;
        background-color: var(--c-navy);
        border-radius: var(--border-radius-normal);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 104;
    }

    .hamburger-lines .line {
        height: 1px;
        width: 18px;
        border-radius: 1px;
        background: var(--c-white);
        transition: all .3s ease;
    }

    .checkbox:checked+.hamburger-lines .line1 {
        transform: translateY(2px) rotate(45deg);
    }

    .checkbox:checked+.hamburger-lines .line2 {
        transform: translateY(-3px) rotate(-45deg);
    }

    .l-header_nav_sp {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        background: var(--c-white_95);
        backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 100;
        display: block;
    }

    .checkbox:checked~nav.l-header_nav_sp {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-container {
        padding: 1rem;
    }

    .mainnavi_sp {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 2.5rem 0 1.5rem 0;
        font-size: 1.125rem;
        font-weight: 600;
        border-bottom: 1px solid var(--line-solid);
    }

    .mainnavi_sp_item {
        display: flex;
        gap: 2rem;
    }

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

    .mainnavi_sp_child-item {
        display: flex;
        align-items: center;
    }

    .mainnavi_sp_child-item::before {
        content: '';
        display: block;
        width: 12px;
        height: 1px;
        background: var(--c-navy);
        margin-right: .5rem;
    }

    .subnavi_sp {
        display: flex;
        gap: 2rem;
        padding: 1.5rem 0;
        font-size: 1.125rem;
        font-weight: 600;
    }

    .l-header_ctv_sp {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media screen and (max-width: 460px) {

    .logo img,
    .sp_logo img {
        width: 128px;
    }
}

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

.c_cta_float.top_minus_margin {
    margin-top: -155px
}

.c_cta_float_inner {
    width: 100%;
    border-radius: var(--border-radius-normal);
    padding: 3.5rem;
    text-align: center;
}

.c_cta_float_inner.cta_cp_blue {
    background-color: var(--cp-blue);
    margin-bottom: 12.5rem;
    color: var(--c-white);
}

.c_cta_float_inner.cta_cp_blue h2 {
    font-size: clamp(1.5rem, 1.2254rem + 1.1268vw, 2rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.c_cta_link_btn {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}

.cta_btn a {
    font-size: 1.125rem;
    width: 300px;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    padding: 1rem;
    margin: auto;
}

.c_link_small {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    background: var(--c-navy);
    color: var(--c-white);
    border-radius: var(--border-radius-normal);
    padding: .25rem 1rem;
}

@media screen and (max-width: 768px) {
    .c_cta_float_inner.cta_cp_blue {
        margin-bottom: 5rem;
    }

    .c_cta_float.top_minus_margin {
        margin-top: -200px
    }

    .c_cta_float_inner {
        padding: 2rem;
    }

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

    .cta_btn a {
        width: 100%
    }
}

/* ========== bottom_CTA ========== */
.cta_bottom {
    padding: 3rem 1.5rem;
}

.cta_bottom.basic_bg {
    background-color: var(--cp-background);
}

.cta_bottom.aa_bg {
    background-color: var(--aa-background);
}

.cta_bottom.fp_bg {
    background-color: var(--fp-background);
}

.cta_bottom h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cta_bottom_inner {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    background-color: var(--c-white);
    display: flex;
    padding: 2rem 1rem;
    border-radius: var(--border-radius-normal);
}

.cta_bottom_btn a {
    font-size: 1.125rem;
    max-width: 300px;
    width: 100%;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    padding: 1rem;
    margin: auto;
}

.cta_bottom_inner h3 {
    font-size: clamp(1rem, 0.9313rem + 0.2817vw, 1.125rem);
    font-weight: 700;
    margin-bottom: .5rem;
}

.cta_bottom_inner p {
    font-size: clamp(0.875rem, 0.8063rem + 0.2817vw, 1rem);
    margin-bottom: .5rem;
}

.cta_bottom_dl,
.cta_bottom_contact {
    width: 50%;
    padding: 0 1rem;
    text-align: center;
}

.service .cta_bottom_dl,
.service .cta_bottom_contact,
.service .cta_bottom_trial {
    width: 33.33%;
    padding: 0 1rem;
    text-align: center;
}

.cta_bottom_dl,
.service .cta_bottom_trial {
    border-right: 1px solid var(--line-solid);
}

@media screen and (max-width: 768px) {

    .cta_bottom h2 {
        font-size: 1.25rem;
    }

    .cta_bottom_inner {
        flex-direction: column;
    }

    .cta_bottom_dl,
    .cta_bottom_contact,
    .service .cta_bottom_dl,
    .service .cta_bottom_contact,
    .service .cta_bottom_trial {
        width: 100%;
    }

    .cta_bottom_dl,
    .service .cta_bottom_trial {
        border-right: none;
        margin-bottom: 2.5rem;
    }

    .cta_bottom_btn a {
        max-width: 100%;
        font-size: 1rem;
    }
}

/* ========== footer ========== */

.l_footer {
    background: var(--cp-blue);
    color: var(--c-white);
}

.l_footer.faq_gradient {
    background: var(--fp-gradient_dl);
}

.l_footer.aa_gradient {
    background: var(--aa-gradient);
}

.l_footer .l_footer_inner {
    max-width: 1148px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5rem 1.5rem 2.5rem;
}

.l_footer_info a {
    display: block;
    margin-bottom: 1.5rem;
}

.l_footer_logo img {
    height: 40px;
}

.l_footer_info address {
    font-size: .875rem;
    margin-bottom: 1.5rem;
}

.l_footer_mark {
    display: flex;
    gap: .5rem;
}

.l_footer_mark img {
    height: 60px;
}

.l_footer_nav_wrapper {
    display: flex;
    gap: 2.5rem;
}

.l_footer_nav_item {
    font-weight: 700;
    margin-bottom: 1rem;
}

.l_footer_nav_child,
.l_footer_nav_service {
    padding-left: 1rem;
}

.f_servic_name {
    margin-bottom: .5rem;
}

.l_footer_nav_grandchild {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.l_footer_nav_child li,
.l_footer_nav_grandchild li {
    font-size: .875rem;
    margin-bottom: .5rem;
}

.l_footer_nav_child li :last-child {
    margin-bottom: 0;
}

.l_footer_cr {
    text-align: center;
    font-size: .75rem;
    padding-bottom: 2.5rem;
}

.l_footer_nav_wrapper a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {

    .l_footer_inner {
        flex-direction: column;
        padding: 2.5rem 1.5rem;
    }

    .l_footer_info {
        margin-bottom: 2.5rem;
    }

    .l_footer_logo img {
        height: 32px;
    }

    .l_footer_info a,
    .l_footer_info address {
        margin-bottom: 1rem;
    }

    .l_footer_mark img {
        height: 48px;
    }

    .l_footer_nav_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "f_service f_company"
            "f_other f_other";
        gap: 1.5rem;
    }

    .f_company {
        grid-area: f_company;
    }

    .f_service {
        grid-area: f_service;
    }

    .f_other {
        grid-area: f_other;
    }

    .l_footer_nav_item,
    .f_servic_name {
        font-size: .875rem;
        margin-bottom: .5rem;
    }

    .l_footer_nav_child,
    .l_footer_nav_service {
        padding-left: 0;
    }

    .l_footer_nav_grandchild {
        padding-left: 1rem;
    }
}

/* ========== company_logo ========== */
.c_logo_list_wrapper {
    margin-bottom: 5rem;
}

.c_logo_list_note {
    position: relative;
    font-size: clamp(0.875rem, 0.7377rem + 0.5634vw, 1.125rem);
    text-align: center;
}

.c_logo_list_note::after,
.c_logo_list_note::before {
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    background-color: var(--c-navy);
    margin-bottom: 7px;
}

.c_logo_list_note::after {
    margin-left: 1.5rem;
}

.c_logo_list_note::before {
    margin-right: 1.5rem;
}

.c_logo_content_left,
.c_logo_content_right {
    width: 100%;
    height: 100%;
}

.c_logo_content_left {
    margin-bottom: .25rem;
}

.c_logo_content_left li img,
.c_logo_content_right li img {
    width: 200px;
    height: auto;
}

@media screen and (max-width: 768px) {

    .c_logo_content_left li img,
    .c_logo_content_right li img {
        width: 130px;
        height: auto;
    }
}

/* award */
.l_award {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 0 1.5rem;
    text-align: center;
}

.l_award_lead h2 {
    font-size: clamp(1.125rem, 0.919rem + 0.8451vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.l_award_lead img {
    max-width: 450px;
    width: 100%;
    margin-bottom: 1rem;
}

.l_award_list {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.l_award_list li img {
    width: 100%;
    max-width: 120px;
    margin-bottom: .5rem;
}

.l_award_list li .year {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.l_award_list li .category {
    font-size: .75rem;
    font-weight: 600;
}

/* ========== case ========== */
.l_case {
    padding-bottom: 12.5rem;
    overflow-x: hidden;
}

.l_case_warpper {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    display: grid;
    grid-template-areas: "c_title c_all_link_btn"
        "c_list c_list"
        ". case_arrow";
    gap: 2.5rem;
}

.l_case_warpper .ttl_section {
    grid-area: c_title;
}

.l_case_warpper .common_btn {
    grid-area: c_all_link_btn;
    margin: 0 0 0 auto;
}

.l_case_warpper .l_case_list_warpper {
    grid-area: c_list;
}

@media (min-width: 1174px) {
    .l_case_list_warpper {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
    }

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

@media (max-width: 1173px) {
    .l_case_list_warpper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .l_case_list_inner {
        margin: 0;
        padding: 0;
    }
}

.l_case_list .slick-list {
    overflow: visible !important;
}

.l_case_list.is-start .slick-cloned {
    visibility: hidden;
    opacity: 0;
}

.l_case_list .slick-slide {
    max-width: 350px;
    width: 100%;
    margin-right: 1.5rem;
}

.l_case_img {
    margin-bottom: 1rem;
}

.l_case_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: .25rem;
}

.l_case_txt {
    margin-bottom: 1.5rem;
}

.l_case_txt h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
}

.l_case_txt .l_case_c_name {
    font-size: .875rem;
    font-weight: 500;
}

.l_case_note {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-solid);
}

.l_case_note .l_case_category, .l_case_note .l_case_tag {
    display: flex;
    gap: .5rem;
    font-size: .75rem;
    color: var(--sub-text);
    line-height: 1.5;
}

.l_case_note .l_case_category li {
    border: 1px solid var(--sub-text);
    border-radius: .25rem;
    padding: .125rem .375rem;
}

.l_case_note .l_case_tag li::before {
    content: "#";
}

@media screen and (max-width: 768px) {
    .l_case_warpper {
        grid-template-areas: "c_title"
            "c_list"
            "case_arrow"
            "c_all_link_btn";
        gap: 1.5rem;
    }

    .l_case_warpper .common_btn {
        margin: 1rem auto 0;
    }
}

.case_arrow_box {
    grid-area: case_arrow;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.case_arrow_box .prev-arrow,
.case_arrow_box .next-arrow {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--cp-blue);
    border-radius: .25rem;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.case_arrow_box .prev-arrow::before,
.case_arrow_box .next-arrow::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    border-bottom: calc(tan(60deg) * 6px) solid #ffffff;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}

/* ========== seminar ========== */
.l_seminar_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.l_seminar_outer {
    background-color: var(--cp-background);
    border-radius: var(--border-radius-normal);
    padding: 1rem;
}

.l_seminar_outer a {
    display: block;
}

.l_seminar_inner {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.l_seminar_img {
    width: 44.9%;
    flex-shrink: 0;
    flex-grow: 0;
}

.l_seminar_inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--border-radius-normal);
}

.l_seminar_detail {
    width: 55.1%
}

.l_seminar_status {
    display: flex;
    justify-content: flex-end;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.l_seminar_status .reserve, .l_seminar_status .closed, .l_seminar_status .end {
    padding: .25rem .5rem;
    border-radius: var(--border-radius-normal);
}

.l_seminar_status .reserve {
    background: var(--cp-blue);
    color: var(--c-white);
    border: 1px solid var(--cp-blue);
}

.l_seminar_status .closed {
    background: var(--c-white);
    color: var(--cp-blue);
    border: 1px solid var(--cp-blue);
}

.l_seminar_status .end {
    background: var(--c-navy);
    color: var(--c-white);
    border: 1px solid var(--c-navy);
}

.l_seminar_detail h3 {
    font-weight: 600;
    line-height: 1.5;
}

.l_seminar_detail time {
    font-size: .875rem;
}

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

.l_seminar_bottom .service_name,
.l_case_note .service_name {
    font-size: .75rem;
}

.service_name::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-size: contain;
    margin-right: .25rem;
}

.service_name.c_plus::before {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_blue.svg');
}

.service_name.aa_plus::before {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_gradient.svg');
}

.service_name.f_plus::before {
    background-image: url('/wp-content/themes/chatplus/assets/img/common/plus_fp_blue.svg');
}

.l_seminar_bottom img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .l_seminar_list {
        grid-template-columns: auto;
        gap: 1.5rem;
    }

    .l_seminar_inner {
        flex-direction: column;
        margin-bottom: .5rem;
    }

    .l_seminar_img,
    .l_seminar_detail {
        width: 100%
    }

    .l_seminar_status {
        justify-content: flex-start;
    }
}