@charset "UTF-8";

body {
    margin: 0;
}

body.sidebar-hidden.om-wpb-active .om-c-container {
    max-width: 100%;
}

.om_theme .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.ec-frame {
    font-family: "IBM Plex Sans JP", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    color: #1a1a1a;
    width: 100%;
    padding: 0;
}

.ec-frame h1,
.ec-frame h2,
.ec-frame h3,
.ec-frame h4,
.ec-frame h5,
.ec-frame h6 {
    font-family: "IBM Plex Sans JP", sans-serif !important;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
}

.ec-section {
    background: #f5f5f5;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.white-section .issue-card p,
.white-section .issue-card ul {
    text-align: left;
}

.text-highlight {
    font-weight: 700;
    color: #3d58cc;
}

.issue-section {
    background: #f5f7ff;
    padding-top: 2.5rem;
    margin-top: 0.5rem;
}

.issue-section .section-inner {
    padding-bottom: 0;
}

.white-section {
    background: #f5f7ff;
    margin-bottom: 3rem;
}

.operation-section {
    background: #f9fafb;
    padding-bottom: 3rem;
}

.gap-section,
.highlight-section {
    text-align: center;
    padding: 0;
    background: #3d58cc;
    margin: 0;
    position: relative;
}

.gap-triangle,
.highlight-triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
}

.highlight-triangle {
    border-top-color: #F8F9FA;
}

.highlight-section h2 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
    color: #ffffff;
}

.highlight-section p {
    margin: 0.8rem auto;
    max-width: 680px;
    color: #fefefe;
    line-height: 1.6;
}

.highlight-section p+p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.gap-section .section-inner,
.highlight-section .section-inner {
    position: relative;
    z-index: 1;
    padding: 5em 0;
}

.gap-section::before,
.gap-section::after,
.highlight-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.gap-section::before {
    left: 25%;
    background-image: url("../images/tool-ec-appli/gap-section-img_010.png");
}

.gap-section::after {
    right: 10%;
    background-image: url("../images/tool-ec-appli/gap-section-img_020.png");
}

.highlight-section::before {
    left: 25%;
    width: 220px;
    height: 220px;
    background-image: url("../images/tool-ec-appli/highlight-section-img_010.png");
    transform: translateX(-50%);
}

@media (max-width: 1350px) {
    .gap-section .section-inner {
        padding: 10em 0;
    }

    .gap-section::before,
    .gap-section::after {
        top: auto;
        bottom: 0%;
        transform: translateX(-50%);
    }
}

@media (max-width: 900px) {
    .gap-section::before {
        left: 15%;
    }

    .gap-section::after {
        right: -13%;
    }
}

@media (max-width: 600px) {
    .gap-section::after {
        right: -35%;
    }
}

.gap-section h2 {
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.gap-section p {
    color: #ffffff;
    font-size: 1.3rem;
    margin: 1rem auto 0;
    max-width: 640px;
}

.gap-section button {
    margin-top: 1.5rem;
    padding: 0.9rem 2.4rem;
    border-radius: 999px;
    border: none;
    background: #fff;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
    font-size: 1rem;
}

.operation-section h2,
.operation-section p {
    text-align: center;
}

.operation-grid {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin: 2rem 0 0;
}

.operation-card {
    background: #ffffff;
    color: #0f172a;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.operation-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.25rem;
}

.operation-comparison {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1rem;
    margin-top: 0.6rem;
    align-items: stretch;
}

@media (max-width: 900px) {
    .operation-comparison {
        grid-template-columns: 1fr;
    }
}

.operation-comparison div {
    background: rgba(249, 250, 251, 0.8);
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.operation-comparison .rms {
    background: #f3f4f6;
    color: #1f2933;
    padding: 0.8rem;
}

.operation-comparison .ec {
    background: #fff7dd;
    color: #3c2f00;
    font-weight: 700;
    ;
}

.operation-comparison .rms ul,
.operation-comparison .rms ol {
    font-size: 0.95rem;
}

.operation-comparison .ec ul,
.operation-comparison .ec ol {
    font-size: 1rem;
}

.operation-comparison .ec {
    padding: 1.3rem;
}

.operation-visual-link {
    display: inline-block;
    margin-top: 0.8rem;
    border-radius: 12px;
}

.operation-visual-link:hover .operation-visual,
.operation-visual-link:focus .operation-visual {
    transform: scale(1.02);
}

.operation-visual {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.2s ease;
    cursor: zoom-in;
}

.operation-visual-link.tall {
    width: 100%;
    max-width: 320px;
    height: 240px;
    overflow: hidden;
}

.operation-visual-link.tall .operation-visual {
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.operation-comparison .ec strong {
    font-size: 1.3rem;
}

.operation-comparison strong {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

.operation-comparison ul,
.operation-comparison ol {
    margin: 0;
    padding-left: 1rem;
}

.operation-comparison p {
    text-align: left !important;
}

.operation-summary {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #3b82f6;
    text-align: center;
    font-weight: 600;
}

.issue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.daily-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
}

@media (max-width: 1100px) {
    .daily-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
}

.issue-card {
    background: #f0f0f0;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1px solid rgba(66, 82, 204, 0.2);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.issue-icon {
    width: 120px;
    display: block;
    margin: 0.8rem auto;
}

.issue-title-row {
    text-align: center;
    margin-bottom: 0.6rem;
}

.issue-card h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.issue-card ul {
    padding-left: 1.2rem;
    margin: 0.5rem 0 0;
    text-align: left;
}

.issue-summary {
    margin: 0;
    margin-bottom: 0.5rem;
    color: #1f2937;
    font-size: 0.95rem;
}

.issue-note {
    background: transparent;
    border: none;
    padding: 1.2rem 0;
    margin-top: 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.issue-note strong {
    font-size: 1.4rem;
}

.issue-note p {
    font-size: 1rem;
}

.issue-highlight {
    font-weight: 700;
    color: #0f172a;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: rgba(59, 130, 246, 0.15);
}

.issue-conclusion {
    margin: 2rem auto 1.5rem;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    max-width: none;
}

.issue-note-follow {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
    color: #0f172a;
}

.issue-arrow {
    width: 0;
    height: 0;
    margin: 1.2rem auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #475ed6;
}

.issue-group {
    margin-top: 1.75rem;
}

.hero-section {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    background: #eef3ff;
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}

.hero-section .section-inner {
    padding: 0;
}

.ec-section h1,
.ec-section h2,
.ec-section h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.ec-section h2 {
    text-align: center;
}

.issue-section h2,
.issue-section>p,
.issue-section .issue-lede {
    text-align: center;
}

.issue-highlight-phrase {
    color: #3d58cc;
}

.issue-section h3 {
    text-align: center;
}

.white-section h3,
.white-section p {
    text-align: center;
}

.white-section h3 {
    font-size: 1.4rem;
}

.ec-section h1 {
    font-size: 2rem;
}

.ec-section h2 {
    font-size: 1.6rem;
}

.ec-section h3 {
    font-size: 1.2rem;
}

.white-section>.section-inner>h3 {
    font-size: 1.3rem;
}

.ec-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #e8f1ff;
    color: #1d3c7c;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.hero-image {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
}

@media (max-width: 640px) {
    .hero-image {
        max-width: 100%;
    }
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-cta button {
    border: none;
    background: #1a9cff;
    color: #fff;
    padding: 0.9rem 1.3rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-cta button.secondary {
    background: #e6f2ff;
    color: #1a73e8;
}

.solve-arrow {
    width: 64px;
    height: 64px;
    margin-top: 1.6rem;
}

.pricing-top-label {
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #374151;
    text-align: center;
    margin-bottom: 0.5rem;
}

.feature-subhead {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1f2937;
    font-size: 1rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.text-link {
    color: #3d58cc;
    text-decoration: underline;
}

.feature-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.feature-card {
    background: #ffffff;
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    position: relative;
}

.feature-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
    opacity: 0.3;
}

.feature-card h3 {
    margin-top: 0;
}

.feature-lede {
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.feature-card ul {
    padding-left: 1.2rem;
    margin: 0 0 0.8rem;
    color: #1f2937;
}

.feature-note {
    background: #f1f5ff;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1f2937;
}

.feature-highlight {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(61, 88, 204, 0.1), rgba(255, 255, 255, 0.6));
    border: 1px solid rgba(61, 88, 204, 0.2);
    text-align: center;
}

.feature-highlight p {
    max-width: 720px;
    margin: 0 auto 1rem;
    color: #1b2354;
}

.feature-metrics {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.feature-metrics strong {
    font-size: 2rem;
    display: block;
    color: #0f172a;
}

.feature-metrics span {
    font-size: 0.95rem;
    color: #374151;
}

.pricing-section {
    background: #eef2ff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin: 0 auto;
    margin-top: 1.25rem;
    max-width: 780px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pricing-badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.6rem;
    color: #4c1d95;
}

.pricing-price {
    font-size: 1rem;
    margin: 0.2rem 0 0.4rem;
}

.pricing-price-symbol,
.pricing-price-period {
    font-size: 0.95rem;
}

.pricing-price-value {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0.25rem;
}

.pricing-price-tax {
    font-size: 0.75rem;
    color: #475569;
    margin-left: 0.1rem;
}

.pricing-card ul {
    padding-left: 1.2rem;
    margin: 0 0 0.8rem;
}

.pricing-card h3,
.pricing-card p,
.pricing-card ul li {
    font-size: 0.9rem;
}

.pricing-footnote {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #1f2937;
    text-align: left;
}

.feature-others {
    margin-top: 1.5rem;
    text-align: center;
}

.feature-others ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-others li {
    background: #f3f7fb;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-size: 0.95rem;
}

.before-after-section {
    background: #fff;
    padding-top: 0;
}

.before-after-lede {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    text-align: center;
    color: #1f2937;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.before-card,
.after-card {
    background: #f9fbff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.before-card {
    border-color: rgba(239, 68, 68, 0.25);
}

.after-card {
    border-color: rgba(59, 130, 246, 0.35);
}

.before-card h3,
.after-card h3 {
    margin-top: 0;
}

.card-lede {
    margin: 0 0 0.8rem;
    color: #1f2937;
    font-weight: 600;
}

.before-card ul,
.after-card ul {
    padding-left: 1.6rem;
    margin: 0 0 0.8rem;
    color: #1f2937;
    list-style: none;
}

.before-card ul li,
.after-card ul li {
    position: relative;
    padding-left: 1rem;
}

.before-card ul li::before,
.after-card ul li::before {
    position: absolute;
    left: -0.6rem;
    top: 0;
    font-size: 1.1rem;
}

.before-card ul li::before {
    content: "✕";
    color: #dc2626;
}

.after-card ul li::before {
    content: "✓";
    color: #16a34a;
}

.card-note {
    margin-top: auto;
    background: rgba(249, 250, 251, 0.8);
    padding: 0.8rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #0f172a;
}

.flow-section {
    background: #ffffff;
    padding-top: 0;
}

.flow-lede {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2rem;
    color: #1f2937;
}

.flow-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.flow-card {
    background: #f9fbff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
    position: relative;
}

.flow-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3d58cc;
    margin-bottom: 0.5rem;
}

.flow-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.2rem;
}

.flow-card p {
    margin: 0;
    color: #1f2937;
}

.faq-section {
    background: #f9fbff;
    padding-top: 0;
}

.faq-lede {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 1.75rem;
    color: #1f2937;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

details.faq-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

details.faq-card summary {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1.25rem;
    cursor: pointer;
}

details.faq-card p {
    margin: 0;
    padding: 0 1.25rem 1.25rem;
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.5;
}

details.faq-card[open] {
    background: #eef2ff;
}

.faq-label {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #3d58cc;
    display: block;
}

.faq-question {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.cta-footer {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 14px;
    background: #101828;
    color: #fff;
}

.cta-footer button {
    background: #2dd4bf;
    color: #0f172a;
    border: none;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}

ul {
    padding-left: 1rem;
    margin-top: 0;
}

ol {
    padding-left: 1.2rem;
    margin-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th,
td {
    border: 1px solid #d0d7e0;
    padding: 0.75rem;
    text-align: left;
}

th {
    background: #f3f7fb;
    font-weight: 600;
}

.ec-note {
    margin-top: 0.8rem;
    font-size: 0.95rem;
    color: #0f172a;
}