/* ===============================
section1
=============================== */
.l-contents__inner {
    margin-top: 0px !important;
}

.c-entry__header {
    display: none;
}

.l-contents__inner {
    padding: 0 !important;
}

.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
    padding-top: 10px;
}

.hero {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    clip-path: polygon(0 clamp(120px, 18vw, 240px),
            clamp(260px, 40vw, 560px) 0,
            100% 0,
            100% 100%,
            0 100%);
    background-image: url("/wp-content/uploads/2026/01/un-visual01.webp");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.hero-shape {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 25%,
            35% 0,
            100% 0,
            100% 100%,
            0 100%);
    display: flex;
    align-items: flex-end;
    padding: clamp(20px, 2.93vw, 40px) clamp(24px, 4.39vw, 60px);
}

.hero-shape {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero-text h1 {
    color: #fff;
    font-size: clamp(60px, 8.79vw, 120px);
    font-weight: 400;
    line-height: 0.9;
    margin: 0 0 16px;
    font-family: "din-2014", sans-serif;
}

.hero-text p {
    color: #fff;
    font-size: clamp(16px, 1.46vw, 20px);
    margin: 0;
}

.hero-text .line {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

.hero.is-active .hero-text .line {
    animation: fadeUp 0.5s cubic-bezier(.4, 0, .2, 1) forwards;
}

.hero.is-active .hero-text .line-2 {
    animation-delay: 0.1s;
}

.hero.is-active .hero-text .line-3 {
    animation-delay: 0.5s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 730px) {

    .hero {
        height: 30vh;
        border-radius: 0;
        clip-path: none;
        background-image: url("/wp-content/uploads/2026/01/un-visualsp.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-shape {
        clip-path: none;
        background: none;
        padding: 24px 20px;
        align-items: flex-end;
    }

    .hero-text h1 {
        font-size: 52px;
        line-height: 1;
    }

    .hero-text p {
        font-size: 16px;
    }

    .c-container.alignfull {
        padding: 0;
    }

    .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
        padding-top: 0px;
    }
}

@media (min-width: 1366px) {
    .hero {
        height: calc(450px + (100vw - 1366px) * 0.15);
    }
}

/* ===============================
section2
=============================== */
.contact-hero {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.contact-hero__head {
    display: flex;
    align-items: flex-end;
    gap: clamp(29.5px, 4.1vw, 56px);
}

.contact-hero__title {
    font-family: "din-2014", sans-serif;
    font-size: clamp(60px, 8.79vw, 120px);
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #0158B5;
    line-height: 0.83;
    margin: 0;
    white-space: nowrap;
}

.contact-hero__label {
    font-size: clamp(16px, 1.318vw, 18px);
    font-weight: 600;
    color: #0080CC;
    margin: 0;
}

@media (max-width: 720px) {
    .contact-hero__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .contact-hero__title {
        font-size: 48px;
    }

    .contact-hero__label {
        padding-left: 5px;
        font-size: 17px;
    }
}

.l-contents__inner {
    margin-top: 0px;
}

/* ===============================
section3
=============================== */
.contents-wap {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.contents-wap p {
    font-size: clamp(18px, 2.34vw, 32px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-top: clamp(40px, 5.86vw, 80px);
}

@media (max-width: 767px) {
    .sp-none {
        display: none;
    }

    .contents-wap p {
        font-size: 18px;
    }
}

.consulting {
    padding: clamp(60px, 6.9vw, 95px) 0 clamp(40px, 5.86vw, 80px);
    margin: 0;
    background-color: #fff;
}

.consulting__inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    gap: clamp(32px, 4.4vw, 60px);
}

.consulting__text {
    flex: 1;
}

.consulting__text p {
    font-size: 16px;
    line-height: clamp(24px, 2.34vw, 32px);
    color: #333;
}

.consulting__image {
    flex: 1;
}

.consulting__image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .consulting {
        padding: 40px 0;
    }

    .consulting__inner {
        flex-direction: column;
        gap: 32px;
    }

    .consulting__text p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* ===============================
section4
=============================== */
.profile-section {
    padding: clamp(20px, 2.93vw, 40px) 0 clamp(30px, 4.39vw, 60px);
}

.profile-inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.profile-content {
    flex: 1;
}

.profile-content h2 {
    color: #0158B5;
    font-size: clamp(20px, 2.34vw, 32px);
    font-weight: bold;
    margin-bottom: clamp(10px, 1.46vw, 20px);
}

.profile-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: clamp(40px, 5.86vw, 80px);
}

.strength ul {
    margin-bottom: 0;
}

.profile-content li {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: clamp(5px, 0.73vw, 10px);
    color: #333;
}

.profile-image {
    width: clamp(200px, 23.43vw, 320px);
    flex-shrink: 0;
}

.profile-image img {
    width: 100%;
    display: block;
}

.strength-list {
    list-style: none;
    padding: 0;
}

.strength-list li {
    margin-bottom: 20px;
}

.strength-title {
    position: relative;
    padding-left: 18px;
}

.strength-title::before {
    content: "・";
    position: absolute;
    left: 0;
}

.strength-text {
    margin-top: 6px;
    padding-left: 18px;
}

@media (max-width: 900px) {
    .profile-section {
        padding: 60px 0;
    }

    .profile-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
    }

    .profile-content {
        width: 100%;
        text-align: left;
    }

    .profile-content h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .profile-content li {
        font-size: 16px;
        line-height: 1.85;
    }

    .profile-image {
        width: 50%;
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .profile-image {
        width: 75%;
        margin: 0 auto;
    }
}

/* ===============================
section5
=============================== */
.support {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(50px, 7.32vw, 100px) 0 clamp(30px, 4.39vw, 60px);
}

.support__title {
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 700;
    color: #0158B5;
    margin-bottom: clamp(40px, 5.1vw, 70px);
}

.support__grid {
    display: grid;
    grid-template-columns: repeat(2, clamp(240px, 23.4vw, 320px));
    justify-content: center;
    gap: clamp(32px, 4.4vw, 60px) clamp(48px, 6.2vw, 85px);
    margin-bottom: clamp(60px, 7.3vw, 100px);
}

.support__card {
    width: clamp(240px, 23.4vw, 320px);
    height: clamp(300px, 29.3vw, 400px);
    background: #fff;
    padding: clamp(20px, 2.2vw, 30px) clamp(18px, 1.8vw, 25px);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.support__card:nth-child(odd) {
    box-shadow:
        0 0 0 1px rgba(1, 88, 181, 0.22),
        0 0 28px rgba(1, 88, 181, 0.50),
        0 0 56px rgba(1, 88, 181, 0.38),
        0 16px 32px rgba(1, 88, 181, 0.28);
}

.support__card:nth-child(even) {
    box-shadow:
        0 0 0 1px rgba(0, 128, 204, 0.18),
        0 0 28px rgba(0, 128, 204, 0.34),
        0 0 56px rgba(0, 128, 204, 0.24),
        0 14px 28px rgba(0, 128, 204, 0.20);
}

.support__head {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.4vw, 5px);
    margin-bottom: clamp(20px, 2.3vw, 32px);
}

.support__num {
    font-family: "din-2014", sans-serif;
    font-size: clamp(28px, 2.9vw, 40px);
    font-weight: 700;
    line-height: 0;
}

.support__card:nth-child(odd) .support__num {
    color: #0158B5;
}

.support__card:nth-child(even) .support__num {
    color: #0080CC;
}

.support__card-title {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 400;
    color: #000;
}

.support__icon {
    text-align: center;
    margin-bottom: clamp(24px, 2.9vw, 40px);
}

.support__icon img {
    width: clamp(80px, 9.4vw, 128px);
    height: auto;
}

.support__text {
    font-size: 16px;
    line-height: clamp(22px, 2.2vw, 30px);
    color: #000;
}

@media (max-width: 768px) {
    .support {
        padding: 40px 0;
    }

    .support__grid {
        grid-template-columns: 1fr;
        gap: 50px;
        justify-items: center;
    }

    .support__card {
        padding: 24px 20px;
        height: auto;
        width: 300px;
    }

    .support__icon img {
        width: 128px;
        height: auto;
    }

    .support__card-title {
        font-size: 20px;
    }
}

.c-page-header {
    display: none;
}