@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===== Machisuma wireframe styles ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    /* background: #f0f0f0; */
    color: #222;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

body a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.l-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 2px solid #999;
}

.l-header__inner {
    /* max-width: 1200px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.l-header__logo a {
    width: 160px;
    min-height: 40px;
    border: 1.5px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.l-header__logo img {
    max-height: 34px;
    object-fit: contain;
}

.l-header__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.l-header__menu,
.l-sp-menu__list,
.l-footer__menu,
.p-sideList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.l-header__menu {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.l-header__menu a {
    display: inline-block;
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid #aaa;
    padding-bottom: 1px;
}

.l-header__menu a:hover {
    color: #111;
    border-bottom-color: #111;
}

.l-header__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 1px solid #ddd;
    padding-left: 12px;
}

.l-header__cta a,
.l-header__sp-cta a {
    border: 2px solid #555;
    background: #e8e8e8;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 4px 10px; */
}

.l-header__cta img,
.l-header__sp-cta img {
    max-height: 54px;
    object-fit: contain;
}

.is-sp,
.l-sp-menu {
    display: none;
}

.l-header__hamburger {
    width: 40px;
    height: 36px;
    border: 2px solid #555;
    background: #e8e8e8;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.l-header__hamburger span {
    width: 18px;
    height: 2px;
    background: #333;
}

.front-page,
.archive-article__inner,
.taxonomy-page .taxonomy-posts__inner,
.author-posts__inner {
    /* max-width: 1200px; */
    max-width: 100%;
    margin: 24px auto;
    background: #fff;
    border: 2px solid #999;
}

.front-page,
.archive-article__inner {
    display: grid;
    grid-template-columns: 1fr 280px;
}

.front-main,
.archive-article__main {
    border-right: 1.5px solid #ccc;
    min-width: 0;
}

/* .front-sidebar,
.archive-article__sidebar {
    background: #fafafa;
    padding: 20px 16px;
} */

.front-fv {
    position: relative;
    min-height: 280px;
    /* border-bottom: 1.5px solid #ddd; */
    /* background: #d0d0d0; */
    overflow: visible;
}

.front-fv__bg,
.front-fv__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.front-fv__bg img {
    object-fit: contain !important;
    object-position: center center !important;
}

.front-fv__content {
    position: relative;
    z-index: 1;
    min-height: 280px;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.front-fv__title {
    width: min(420px, 100%);
    margin: 0;
    padding: 8px 14px;
    border: 1.5px solid #888;
    background: #bbb;
    color: #333;
    font-size: 20px;
    line-height: 1.45;
}

.front-fv__subtitle {
    width: min(360px, 100%);
    margin: 0;
    padding: 5px 12px;
    border: 1.5px solid #aaa;
    background: #ccc;
    color: #555;
    font-size: 12px;
}

.front-fv__cta,
.single-article__cta-buttons,
.company-cta__buttons,
.shop-card__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.front-fv__btn,
.single-article__btn,
.company-btn,
.shop-card__btn,
.c-btn--line {
    border: 2px solid #555;
    background: #e8e8e8;
    color: #333;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}

.front-fv__btn:first-child,
.single-article__btn--primary,
.company-btn--primary,
.shop-card__btn--line,
.c-btn--line {
    border-color: #333;
    background: #ccc;
}

.front-popular,
.front-tabs,
.front-categories,
.archive-article__container,
.taxonomy-posts,
.author-posts,
.company-section,
.company-cta,
.repair-menu-grid,
.taxonomy-grid,
.shop-page__inner {
    padding: 20px 24px;
    border-bottom: 1.5px solid #ddd;
}

.front-title,
.section-title,
.archive-article__title,
.taxonomy-hero__title,
.author-section-title,
.company-section__title,
.repair-menu-hero__title,
.shop-page__title,
.single-article__related-title,
.single-article__cta-title,
.p-sideBlock__title {
    margin: 0 0 24px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;

}

.front-title::before,
.shop-page__title::before {
    content: "";
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    background: #0498D6;
    border-radius: 0;
}

.front-title,
.section-title,
.author-section-title,
.company-section__title,
.shop-page__title,
.single-article__related-title,
.p-sideBlock__title {
    font-size: 14px;
    border-left: 3px solid #999;
    padding-left: 8px;
}

.front-tab-buttons,
.front-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.front-tab-buttons button,
.front-category-tabs button {
    appearance: none;
    border: 1.5px solid #aaa;
    background: #eee;
    color: #555;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
}

.front-tab-buttons button.is-active,
.front-category-tabs button.is-active {
    border-color: #333;
    background: #ccc;
    color: #222;
    font-weight: 700;
}

.tab-panel,
.cat-panel {
    display: none;
}

.tab-panel.is-active,
.cat-panel.is-active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.swiper-wrapper {
    align-items: stretch;
}

.article-card {
    height: 100%;
    border: 1.5px solid #ccc;
    background: #fff;
}

.article-card__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
}

.article-card__thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #d0d0d0;
    border-bottom: 1.5px solid #ccc;
    overflow: hidden;
}

.article-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.85);
}

.article-card__noimage {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 12px;
}

.article-card__cats {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.article-card__cat,
.article-card__supervisor,
.single-article__tag,
.author-tag,
.badge {
    display: inline-block;
    border: 1px solid #aaa;
    background: #eee;
    color: #666;
    padding: 1px 6px;
    font-size: 10px;
    line-height: 1.5;
}

.article-card__body {
    padding: 12px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
}

.article-card__meta,
.single-article__meta {
    color: #aaa;
    font-size: 11px;
}

.article-card__meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}

.article-card__meta-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.article-card__meta-cat {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #aaa;
    background: #eee;
    font-size: 10px;
    color: #666;
    border-radius: 999px;
}

.article-card__meta-date {
    color: #888;
    white-space: nowrap;
}

.article-card__title {
    margin: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.article-card__excerpt {
    color: #666;
    font-size: 12px;
    line-height: 1.6;
}

.article-card__author,
.single-article__author,
.supervisor-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.article-card__author-avatar img,
.single-article__author-avatar img,
.author-avatar img,
.supervisor-avatar img {
    border-radius: 50%;
}

.article-card__author-name,
.single-article__author-name,
.author-name,
.supervisor-name {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
}

.article-card__author-role,
.single-article__author-role,
.author-role,
.supervisor-role {
    color: #888;
    font-size: 10px;
}

.p-sideBlock {
    border: 1.5px solid #ccc;
    background: #fff;
    padding: 14px;
    margin-bottom: 16px;
}

.p-sideBlock--line {
    background: #f5f5f5;
}

.p-sideBlobk__banner,
.p-sideBlock__banner {
    border: 1.5px solid #ccc;
    background: #e8e8e8;
    margin-bottom: 10px;
    width: 100%;
    height: 15vh;
}

.p-sideList li {
    border-bottom: 1px solid #e5e5e5;
}

.p-sideList a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    color: #555;
    font-size: 12px;
}

.p-sideList .count {
    color: #999;
    white-space: nowrap;
}

.single-article,
.author-page,
.company-page,
.authors-page,
.archive-article,
.taxonomy-page,
.repair-menu-page,
.repair-taxonomy-page,
.page-shop {
    /* max-width: 1200px; */
    max-width: 100%;
    /* margin: 24px auto; */
    margin: 0 auto 24px;
    background: #fff;
    border: 2px solid #999;
}

.single-article__breadcrumb,
.author-breadcrumb,
.company-breadcrumb,
.taxonomy-breadcrumb {
    padding: 8px 24px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #888;
    font-size: 11px;
}

.single-article__container,
.single-article__cta,
.single-article__related {
    padding: 20px 24px;
    border-bottom: 1.5px solid #ddd;
}

.single-article__header {
    margin-bottom: 14px;
}

.single-article__title {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-size: 22px;
    line-height: 1.45;
}

.single-article__thumbnail {
    margin-bottom: 14px;
    border: 1.5px solid #ccc;
    background: #d0d0d0;
}

.single-article__thumbnail img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    filter: grayscale(.6);
}

.single-article__author {
    align-items: flex-start;
    border: 1.5px solid #ccc;
    background: #f8f8f8;
    padding: 12px;
    margin-bottom: 18px;
}

.single-article__author-name {
    margin-bottom: 2px;
}

.single-article__author-name a {
    border-bottom: 1px solid #aaa;
}

.single-article__supervisor {
    margin-left: 6px;
    border: 1px solid #555;
    background: #555;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
}

.single-article__author-bio {
    margin-top: 6px;
    color: #666;
    font-size: 12px;
}

.single-article__tags,
.author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.single-article__content {
    color: #333;
    font-size: 14px;
    line-height: 1.9;
}

.single-article__content h2,
.single-article__content h3 {
    margin: 28px 0 12px;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #222;
}

.single-article__content p,
.single-article__content ul,
.single-article__content ol {
    margin-bottom: 1.2em;
}

.single-article__cta {
    background: #f5f5f5;
    text-align: center;
}

.single-article__cta-buttons,
.company-cta__buttons {
    justify-content: center;
}

.single-article__related-grid,
.authors-grid,
.supervisor-grid,
.company-service-grid,
.repair-menu-grid__inner,
.taxonomy-grid__inner,
.shop-grid,
.archive-article__grid,
.taxonomy-post-grid,
.author-post-grid {
    display: grid;
    gap: 16px;
}

.single-article__related-grid,
.authors-grid,
.company-service-grid,
.shop-grid,
.archive-article__grid,
.taxonomy-post-grid,
.author-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.supervisor-grid,
.repair-menu-grid__inner,
.taxonomy-grid__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-hero,
.company-hero,
.archive-article__hero,
.taxonomy-hero,
.repair-menu-hero,
.author-hero {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 28px 24px;
}

.page-hero__inner,
.company-hero__inner,
.archive-article__hero-inner,
.taxonomy-hero__inner,
.author-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.page-hero__title,
.company-hero__title,
.archive-article__title,
.taxonomy-hero__title,
.author-hero__name {
    margin: 0 0 6px;
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.page-hero__text,
.company-hero__text,
.archive-article__text,
.taxonomy-hero__description,
.author-hero__bio {
    color: #666;
    font-size: 12px;
}

.page-wrapper,
.company-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

.authors-section {
    margin-bottom: 40px;
}

.author-card,
.supervisor-card,
.company-service-card,
.repair-menu-card,
.shop-card {
    border: 1.5px solid #ccc;
    background: #fff;
    padding: 16px;
}

.author-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.author-avatar,
.supervisor-avatar,
.single-article__author-avatar,
.article-card__author-avatar {
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #e8e8e8;
    overflow: hidden;
    flex-shrink: 0;
}

.single-article__author-avatar {
    width: 80px;
    height: 80px;
}

.article-card__author-avatar {
    width: 48px;
    height: 48px;
}

.author-bio,
.author-count,
.company-message__text,
.company-service-card__text,
.shop-card__info,
.repair-menu-card__text {
    color: #666;
    font-size: 12px;
    line-height: 1.7;
}

.author-link,
.supervisor-link {
    display: inline-block;
    margin-top: 8px;
    border-bottom: 1px solid #aaa;
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.author-sns {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 10px;
}

.author-sns a {
    /* border: 1px solid #bbb; */
    background: #eee;
    padding: 2px 8px;
    color: #555;
    font-size: 10px;
}

.supervisor-card {
    text-align: center;
}

.supervisor-avatar {
    margin: 0 auto 10px;
}

.author-hero__inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-hero__author img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    object-fit: cover;
    filter: grayscale(.5);
}

.author-badge {
    display: inline-block;
    margin-bottom: 6px;
    border: 1px solid #555;
    background: #555;
    color: #fff;
    padding: 1px 8px;
    font-size: 10px;
}

.company-message,
.company-access {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 18px;
    align-items: start;
}

.company-message__thumb,
.company-placeholder,
.company-access__map {
    min-height: 180px;
    border: 1.5px solid #ccc;
    background: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 12px;
    overflow: hidden;
}

.company-message__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.7);
}

.company-message__name,
.company-service-card__title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.company-message__role {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #ccc;
    background: #fff;
}

.company-table th,
.company-table td {
    border-bottom: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

.company-table th {
    width: 160px;
    background: #f5f5f5;
    color: #444;
    font-weight: 700;
}

.company-service-card__icon {
    width: 48px;
    height: 48px;
    border: 1.5px solid #aaa;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #666;
    font-size: 11px;
}

.company-cta {
    background: #f5f5f5;
    text-align: center;
}

.repair-menu-card {
    text-align: center;
}

.repair-menu-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border: 1.5px solid #ccc;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.repair-menu-card__icon img {
    max-width: 42px;
    max-height: 42px;
    filter: grayscale(1);
}

.repair-menu-card__title,
.shop-card__name {
    margin: 0 0 8px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.repair-menu-card__price {
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #aaa;
    background: #eee;
    padding: 2px 8px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
}

.shop-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.shop-card__thumb {
    aspect-ratio: 16 / 9;
    border: 1.5px solid #ccc;
    background: #d0d0d0;
    margin-bottom: 12px;
    overflow: hidden;
}

.shop-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.7);
}

.shop-card__info p {
    margin: 0 0 4px;
}

.taxonomy-posts__inner,
.author-posts__inner {
    display: block;
    padding: 20px 24px;
}

.archive-article__inner {
    padding: 0;
}

.archive-article__pagination,
.taxonomy-pagination,
.author-pagination {
    margin-top: 20px;
    text-align: center;
}

.page-numbers {
    display: inline-flex;
    min-width: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbb;
    background: #eee;
    color: #555;
    margin: 0 2px;
    padding: 4px 8px;
    font-size: 12px;
}

.page-numbers.current {
    border-color: #333;
    background: #ccc;
    color: #222;
    font-weight: 700;
}

.l-footer {
    max-width: 100%;
    margin: 24px auto 0;
    border: 2px solid #999;
    background: #fff;
}

.l-footer__inner {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1.5px solid #ddd;
}

.l-footer__logo a {
    width: 160px;
    min-height: 40px;
    border: 1.5px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.l-footer__sns {
    display: flex;
    gap: 8px;
}

.l-footer__sns a {
    width: 40%;
    height: 40%;
    border: 1px solid #bbb;
    background: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.l-footer__sns img {
    max-width: 40%;
    max-height: 40%;
    filter: grayscale(1);
}

.l-footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-end;
}

.l-footer__menu a {
    color: #555;
    font-size: 12px;
    border-bottom: 1px solid #aaa;
}

.l-footer__bottom {
    padding: 10px 24px;
    color: #888;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 960px) {
    .is-pc {
        display: none;
    }

    .is-sp {
        display: flex;
    }

    .l-header__inner {
        padding: 8px 16px;
    }

    .l-sp-menu.is-active,
    .l-header.is-open .l-sp-menu {
        display: block;
    }

    .l-sp-menu {
        border-top: 1px solid #ddd;
        background: #fff;
        padding: 16px;
    }

    .l-sp-menu__list a {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        color: #333;
    }

    .front-page,
    .archive-article__inner {
        grid-template-columns: 1fr;
    }

    .front-main,
    .archive-article__main {
        border-right: 0;
    }

    /* .front-sidebar,
    .archive-article__sidebar {
        border-top: 1.5px solid #ccc;
    } */

    .single-article__related-grid,
    .authors-grid,
    .company-service-grid,
    .shop-grid,
    .archive-article__grid,
    .taxonomy-post-grid,
    .author-post-grid,
    .supervisor-grid,
    .repair-menu-grid__inner,
    .taxonomy-grid__inner,
    .tab-panel.is-active,
    .cat-panel.is-active {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-message,
    .company-access {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body {
        background: #fff;
        font-size: 13px;
    }

    .front-page,
    .single-article,
    .author-page,
    .company-page,
    .authors-page,
    .archive-article,
    .taxonomy-page,
    .repair-menu-page,
    .repair-taxonomy-page,
    .shop-page,
    .l-footer {
        margin: 0;
        border-left: 0;
        border-right: 0;
    }

    .front-fv__content,
    .front-popular,
    .front-tabs,
    .front-categories,
    .single-article__container,
    .single-article__cta,
    .single-article__related,
    .page-wrapper,
    .company-container,
    .company-section,
    .company-cta,
    .shop-page__inner,
    .repair-menu-grid,
    .taxonomy-grid,
    .author-posts__inner {
        padding: 18px 16px;
    }

    .page-hero,
    .company-hero,
    .archive-article__hero,
    .taxonomy-hero,
    .repair-menu-hero,
    .author-hero {
        padding: 22px 16px;
    }

    .front-fv,
    .front-fv__content {
        min-height: 240px;
    }

    .front-fv__title,
    .single-article__title,
    .page-hero__title,
    .company-hero__title,
    .archive-article__title,
    .taxonomy-hero__title,
    .author-hero__name {
        font-size: 18px;
    }

    .single-article__related-grid,
    .authors-grid,
    .company-service-grid,
    .shop-grid,
    .archive-article__grid,
    .taxonomy-post-grid,
    .author-post-grid,
    .supervisor-grid,
    .repair-menu-grid__inner,
    .taxonomy-grid__inner,
    .tab-panel.is-active,
    .cat-panel.is-active {
        grid-template-columns: 1fr;
    }

    .author-card-inner,
    .author-hero__inner,
    .shop-card__top,
    .l-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .l-footer__menu {
        justify-content: flex-start;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
    }
}

/* ===== Figma TOP_pc / TOP_sp implementation overrides ===== */
:root {
    --ms-blue: #1ca8e8;
    --ms-blue-dark: #008dcc;
    --ms-blue-soft: #e9f8ff;
    --ms-yellow: #fff34d;
    --ms-text: #263238;
    --ms-muted: #6b7c86;
    --ms-line: #d8edf6;
    --ms-bg: #f5fbff;
    --ms-radius: 14px;
    --ms-shadow: 0 10px 28px rgba(21, 137, 188, .14);
}

body {
    background: var(--ms-bg);
    color: var(--ms-text);
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

.l-header {
    border: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 2px 18px rgba(0, 121, 176, .08);
    backdrop-filter: blur(10px);
}

.l-header__inner {
    /* max-width: 1180px; */
    max-width: 100%;
    padding: 14px 20px;
}

.l-header__logo a {
    width: 190px;
    min-height: 46px;
    border: 0;
    background: transparent;
    justify-content: flex-start;
}

.l-header__logo img {
    max-height: 44px;
}

.l-header__menu {
    gap: 22px;
}

.l-header__menu a {
    border: 0;
    color: var(--ms-text);
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.l-header__menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    border-radius: 999px;
    background: var(--ms-yellow);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.l-header__menu a:hover::after {
    transform: scaleX(1);
}

.l-header__cta {
    border: 0;
    padding-left: 0;
    gap: 10px;
}

.l-header__cta a,
.l-header__sp-cta a {
    border: 0;
    /* border-radius: 999px; */
    background: transparent;
    padding: 0;
    min-height: 0;
    /* box-shadow: 0 6px 18px rgba(0, 141, 204, .16); */
}

.l-header__cta img {
    max-height: 54px;
}

.l-header__sp-cta img {
    max-height: 36px;
}

.front-page,
.single-article,
.author-page,
.company-page,
.authors-page,
.archive-article,
.taxonomy-page,
.repair-menu-page,
.repair-taxonomy-page,
.shop-page {
    /* max-width: 1180px; */
    max-width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.shop-page {
    max-width: 100%;
}

.l-footer {
    max-width: 100%;
}

.front-page,
.archive-article__inner {
    gap: 28px;
    background: transparent;
}

.front-main,
.archive-article__main {
    border-right: 0;
}

/* .front-sidebar,
.archive-article__sidebar,
.l-sidebar {
    background: #fff;
    border: 1px solid var(--ms-line);
    border-radius: var(--ms-radius);
    box-shadow: var(--ms-shadow);
} */

/* .front-fv {
    min-height: clamp(420px, 55vh, 720px);
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, var(--ms-blue-soft) 0%, #fff 58%, #dff6ff 100%);
    box-shadow: var(--ms-shadow);
} */

.front-fv {
    position: relative;
    aspect-ratio: 16 / 7;
    min-height: 425px;
    overflow: visible;
}

.front-fv::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .72) 48%, rgba(255, 255, 255, .08) 100%); */
    z-index: 1;
}

/* .front-fv__bg img {
    filter: none;
    opacity: .82;
} */

.front-fv__content {
    z-index: 2;
    min-height: 420px;
    padding: 54px 44px;
    gap: 16px;
}

.front-fv__title {
    width: min(520px, 100%);
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ms-text);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .02em;
}

.front-fv__title::after {
    content: "";
    display: block;
    width: 180px;
    height: 10px;
    margin-top: -8px;
    border-radius: 999px;
    background: var(--ms-yellow);
    position: relative;
    z-index: -1;
}

.front-fv__subtitle {
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ms-muted);
    font-size: 16px;
    font-weight: 700;
}

.front-fv__btn,
.single-article__btn,
.company-btn,
.shop-card__btn,
.c-btn--line {
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--ms-blue-dark);
    padding: 11px 22px;
    min-height: 44px;
    box-shadow: 0 8px 20px rgba(0, 141, 204, .14);
}

.front-fv__btn:first-child,
.single-article__btn--primary,
.company-btn--primary,
.shop-card__btn--line,
.c-btn--line {
    background: var(--ms-blue);
    color: #fff;
}

.front-popular,
.front-tabs,
.front-categories,
.company-section,
.company-cta,
.repair-menu-grid,
.taxonomy-grid,
.shop-page__inner,
.single-article__container,
.single-article__cta,
.single-article__related,
.author-posts__inner {
    border: 0;
    background: transparent;
}

.front-title,
.section-title,
.author-section-title,
.company-section__title,
.shop-page__title,
.single-article__related-title,
.p-sideBlock__title,
.single-article__cta-title {
    border-left: 0;
    padding-left: 0;
    color: var(--ms-text);
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 400;
    text-align: left;
    position: relative;
}

/* .front-title::after,
.section-title::after,
.author-section-title::after,
.company-section__title::after,
.shop-page__title::after,
.single-article__related-title::after,
.single-article__cta-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 5px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: var(--ms-yellow);
} */

.front-tab-buttons,
.front-category-tabs {
    justify-content: center;
}

.front-tab-buttons button,
.front-category-tabs button,
.article-card__cat,
.article-card__supervisor,
.single-article__tag,
.author-tag,
.badge,
.repair-menu-card__price {
    border: 0;
    border-radius: 999px;
    background: var(--ms-blue-soft);
    color: var(--ms-blue-dark);
    font-weight: 700;
}

.front-tab-buttons button.is-active,
.front-category-tabs button.is-active {
    background: var(--ms-blue);
    color: #fff;
}

.article-card,
.author-card,
.supervisor-card,
.company-service-card,
.repair-menu-card,
.shop-card,
.p-sideBlock {
    border: 1px solid var(--ms-line);
    border-radius: var(--ms-radius);
    background: #fff;
    box-shadow: var(--ms-shadow);
    overflow: hidden;
}

.article-card__thumb,
.shop-card__thumb,
.company-message__thumb,
.company-placeholder,
.company-access__map,
.repair-menu-card__icon,
.company-service-card__icon {
    border: 0;
    background: var(--ms-blue-soft);
}

.article-card__thumb img,
.shop-card__thumb img,
.company-message__thumb img,
.single-article__thumbnail img {
    filter: none;
}

.article-card__body {
    padding: 16px;
}

.article-card__title {
    color: var(--ms-text);
    font-size: 16px;
    font-weight: 900;
}

.article-card__excerpt,
.author-bio,
.author-count,
.company-message__text,
.company-service-card__text,
.shop-card__info,
.repair-menu-card__text,
.single-article__author-bio,
.single-article__content {
    color: var(--ms-muted);
}

.article-card__author,
.single-article__author {
    border-top-color: var(--ms-line);
}

.page-hero,
.company-hero,
.archive-article__hero,
.taxonomy-hero,
.repair-menu-hero,
.author-hero {
    border: 0;
    background: linear-gradient(135deg, var(--ms-blue) 0%, #4fc3f7 100%);
    color: #fff;
    border-radius: 0 0 24px 24px;
}

.page-hero__title,
.company-hero__title,
.archive-article__title,
.taxonomy-hero__title,
.author-hero__name,
.page-hero__text,
.company-hero__text,
.archive-article__text,
.taxonomy-hero__description,
.author-hero__bio {
    color: #fff;
}

.single-article__breadcrumb,
.author-breadcrumb,
.company-breadcrumb,
.taxonomy-breadcrumb {
    border: 0;
    background: transparent;
    color: var(--ms-muted);
}

.single-article__container,
.company-container,
.page-wrapper,
.author-posts__inner,
.taxonomy-posts__inner,
.archive-article__inner {
    background: transparent;
}

.single-article__title {
    border-bottom: 0;
    color: var(--ms-text);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
}

.single-article__thumbnail,
.single-article__author,
.company-table {
    border: 1px solid var(--ms-line);
    border-radius: var(--ms-radius);
    background: #fff;
    box-shadow: var(--ms-shadow);
    overflow: hidden;
}

.single-article__author {
    padding: 16px;
}

.single-article__supervisor,
.author-badge {
    border: 0;
    border-radius: 999px;
    background: var(--ms-blue);
    color: #fff;
}

.single-article__content h2,
.single-article__content h3 {
    border-left-color: var(--ms-blue);
    color: var(--ms-text);
}

.single-article__cta,
.company-cta {
    border-radius: var(--ms-radius);
    background: linear-gradient(135deg, var(--ms-blue-soft), #fff);
}

.company-message,
.company-access {
    align-items: stretch;
}

.company-table th {
    background: var(--ms-blue-soft);
    color: var(--ms-blue-dark);
}

.l-sp-menu {
    top: 74px;
    background: linear-gradient(180deg, #fff 0%, var(--ms-blue-soft) 100%);
    border-top: 1px solid var(--ms-line);
    z-index: 9998;
}

.l-sp-menu.is-open {
    display: block;
}

.l-sp-menu__list a {
    color: var(--ms-text);
    font-size: 17px;
    font-weight: 900;
}

.l-sp-menu__tags ul li a {
    background: #fff;
    color: var(--ms-blue-dark);
    box-shadow: 0 4px 14px rgba(0, 141, 204, .1);
}

.l-footer {
    margin-top: 56px;
    background: var(--ms-blue-dark);
    color: #fff;
    border-radius: 24px 24px 0 0;
}

.l-footer__inner,
.l-footer__bottom {
    border: 0;
}

.l-footer__logo a,
.l-footer__sns a {
    border: 0;
    background: none;
    border-radius: 12px;
}

.l-footer__menu a,
.l-footer__copy {
    color: #fff;
}

@media (max-width: 960px) {
    .l-header__inner {
        padding: 10px 16px;
    }

    .front-page,
    .archive-article__inner {
        display: block;
    }

    .front-sidebar,
    .archive-article__sidebar {
        margin-top: 24px;
    }
}

@media (max-width: 640px) {

    .front-page,
    .single-article,
    .author-page,
    .company-page,
    .authors-page,
    .archive-article,
    .taxonomy-page,
    .repair-menu-page,
    .repair-taxonomy-page,
    .shop-page,
    .l-footer {
        max-width: none;
    }

    .front-fv,
    .front-fv__content {
        min-height: 520px;
    }

    .front-fv__content {
        padding: 32px 20px;
        justify-content: flex-start;
    }

    .front-fv::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .7) 54%, rgba(255, 255, 255, .1) 100%);
    }

    .l-header__logo a {
        width: 150px;
    }

    .l-header__sp-cta {
        gap: 8px;
    }
}

/* ===== Wireframe multi-page layout coverage ===== */
.category-page,
.taxonomy-page,
.author-page,
.single-article {
    background: #f7fbff;
}

.category-breadcrumb,
.taxonomy-breadcrumb,
.author-breadcrumb,
.single-article__breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 24px;
    font-size: 13px;
}

.category-hero,
.taxonomy-hero,
.author-hero,
.single-article__header {
    position: relative;
}

.category-hero {
    border: 0;
    background: linear-gradient(135deg, var(--ms-blue) 0%, #52c8f6 100%);
    color: #fff;
    border-radius: 0 0 24px 24px;
}

.category-hero__inner,
.taxonomy-hero__inner,
.author-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 24px;
}

.category-hero__title,
.taxonomy-hero__title,
.author-hero__name {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.35;
}

.category-hero__description,
.taxonomy-hero__description {
    max-width: 760px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.9;
}

.category-posts__inner,
.taxonomy-posts__inner,
.author-posts__inner,
.single-article__layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 24px 0;
}

.category-layout,
.taxonomy-layout,
.author-content-layout,
.single-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.single-article__layout {
    padding-top: 24px;
}

.category-main-col,
.taxonomy-main-col,
.author-main-col,
.single-article__main {
    min-width: 0;
}

.category-sidebar,
.taxonomy-sidebar,
.author-sidebar,
.single-article__sidebar {
    min-width: 0;
}

.category-sidebar .l-sidebar,
.taxonomy-sidebar .l-sidebar,
.author-sidebar .l-sidebar,
.single-article__sidebar .l-sidebar {
    position: sticky;
    top: 92px;
}

.category-post-grid,
.taxonomy-post-grid,
.author-post-grid,
.single-article__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.category-empty,
.taxonomy-empty,
.author-empty {
    margin: 0;
    padding: 36px;
    border: 1px solid var(--ms-line);
    border-radius: var(--ms-radius);
    background: #fff;
    color: var(--ms-muted);
    text-align: center;
}

.category-pagination,
.taxonomy-pagination,
.author-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
}

.category-pagination .page-numbers,
.taxonomy-pagination .page-numbers,
.author-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--ms-line);
    border-radius: 999px;
    background: #fff;
    color: var(--ms-text);
    font-weight: 800;
}

.category-pagination .page-numbers.current,
.taxonomy-pagination .page-numbers.current,
.author-pagination .page-numbers.current {
    border-color: var(--ms-blue);
    background: var(--ms-blue);
    color: #fff;
}

.author-hero__inner {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.author-hero__author img {
    width: 180px;
    height: 180px;
    border: 6px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 141, 204, .18);
}

.author-section-title,
.single-article__related-title {
    margin: 0 0 20px;
    color: var(--ms-text);
    font-size: 24px;
    font-weight: 400;
}

.single-article__container,
.single-article__cta,
.single-article__related,
.single-article__summary {
    border: 1px solid var(--ms-line);
    border-radius: var(--ms-radius);
    background: #fff;
    box-shadow: var(--ms-shadow);
}

.single-article__container {
    padding: clamp(22px, 4vw, 40px);
}

.single-article__meta {
    margin-bottom: 10px;
    color: var(--ms-muted);
    font-weight: 800;
}

.single-article__share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.single-article__share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--ms-blue-soft);
    color: var(--ms-blue-dark);
    font-size: 13px;
    font-weight: 900;
}

.single-article__summary {
    margin: 24px 0;
    padding: 22px;
    border-left: 5px solid var(--ms-blue);
}

.single-article__summary-title {
    margin: 0 0 10px;
    color: var(--ms-blue-dark);
    font-size: 18px;
    font-weight: 900;
}

.single-article__summary p {
    margin: 0;
    color: var(--ms-text);
    line-height: 1.8;
}

.single-article__content {
    font-size: 16px;
    line-height: 2;
}

.single-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.single-article__cta,
.single-article__related {
    margin-top: 28px;
    padding: clamp(22px, 4vw, 32px);
}

.single-article__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-article__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid var(--ms-blue);
    border-radius: 999px;
    color: var(--ms-blue-dark);
    font-weight: 900;
}

.single-article__btn--primary {
    background: var(--ms-blue);
    color: #fff;
}

.p-sideBlobk__banner,
.p-sideBlock__banner {
    overflow: hidden;
    border-radius: 8px;
}

.p-sideBlobk__banner img,
.p-sideBlock__banner img {
    display: block;
    width: 100%;
    height: auto;
}

.p-sideList {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-sideList a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--ms-text);
    font-weight: 800;
}

.p-sideList .count {
    color: var(--ms-blue-dark);
}

.head-cta {
    width: 15%;
    height: auto;
}

@media (max-width: 960px) {

    .category-layout,
    .taxonomy-layout,
    .author-content-layout,
    .single-article__layout {
        grid-template-columns: 1fr;
    }

    .category-sidebar .l-sidebar,
    .taxonomy-sidebar .l-sidebar,
    .author-sidebar .l-sidebar,
    .single-article__sidebar .l-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {

    .category-breadcrumb,
    .taxonomy-breadcrumb,
    .author-breadcrumb,
    .single-article__breadcrumb,
    .category-posts__inner,
    .taxonomy-posts__inner,
    .author-posts__inner,
    .single-article__layout {
        padding-left: 16px;
        padding-right: 16px;
    }

    .category-hero__inner,
    .taxonomy-hero__inner,
    .author-hero__inner {
        padding: 38px 16px;
    }

    .author-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .author-hero__author img {
        width: 132px;
        height: 132px;
    }

    .category-post-grid,
    .taxonomy-post-grid,
    .author-post-grid,
    .single-article__related-grid {
        grid-template-columns: 1fr;
    }

    .single-article__container,
    .single-article__cta,
    .single-article__related,
    .single-article__summary {
        border-radius: 8px;
    }
}

/* ===== Front tab sticky-note design ===== */
.front-tabs {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 48px 0 64px !important;
    box-shadow: none !important;
}

.front-tabs .front-title {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 0 0 24px;
    padding-left: 16px;
    color: #1d2b2f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.front-tab-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 -1px 40px;
}

.front-tab-buttons button {
    appearance: none;
    min-width: 158px;
    height: 50px;
    padding: 0 26px;
    border: 0;
    border-radius: 8px 8px 0 0;
    background: #b7bec2;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: none;
    transition: background-color .2s ease, transform .2s ease;
}

.front-tab-buttons button::after {
    content: none;
}

.front-tab-buttons button:hover,
.front-tab-buttons button:focus-visible {
    background: #9fa8ad;
}

.front-tab-buttons button.is-active {
    background: #009fda;
    color: #fff;
    transform: none;
}

.front-tab-content {
    position: relative;
    z-index: 1;
    padding: 56px 40px 40px;
    border-radius: 20px;
    background: #fff;
}

@media (max-width: 640px) {
    .front-tabs {
        padding: 36px 0 48px !important;
    }

    .front-tabs .front-title {
        font-size: 24px;
        border-left-width: 7px;
    }

    .front-tab-buttons {
        gap: 6px;
        margin-left: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .front-tab-buttons::-webkit-scrollbar {
        display: none;
    }

    .front-tab-buttons button {
        min-width: 126px;
        height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }

    .front-tab-content {
        padding: 36px 16px 20px;
        border-radius: 18px;
    }
}

/* ===== Front tab article list design ===== */
.front-tabs {
    padding: 48px 0 64px !important;
}

.front-tab-content {
    padding: 40px 40px 42px;
    border-radius: 0 20px 0 0;
    background: #fff;
    box-shadow: none;
}

.front-tabs .tab-panel.is-active {
    display: block;
}

.front-tab-list {
    display: grid;
    gap: 0;
}

.front-tab-article {
    margin: 0;
    padding: 0;
}

.front-tab-article+.front-tab-article {
    border-top: 2px solid #e5e5e5;
}

.front-tab-article__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 176px;
    padding: 30px 0;
    color: inherit;
    text-decoration: none;
}

.front-tab-article__thumb {
    width: 198px;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.front-tab-article__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-tab-article__thumb span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #888;
    font-size: 12px;
    font-weight: 800;
}

.front-tab-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1;
}

.front-tab-article__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 28px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d8d8d8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.front-tab-article__title {
    margin: 0 0 18px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

.front-tab-article__excerpt {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.front-tab-more {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.front-tab-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 52px;
    padding: 0 34px;
    border-radius: 999px;
    background: #009fda;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.front-tab-more a:hover,
.front-tab-more a:focus-visible {
    background: #008bc0;
}

@media (max-width: 960px) {
    .front-tab-content {
        padding: 26px 24px 32px;
    }

    .front-tab-article__link {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        min-height: 142px;
        padding: 24px 0;
    }

    .front-tab-article__thumb {
        width: 150px;
    }

    .front-tab-article__title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .front-tab-content {
        padding: 20px 16px 26px;
        border-radius: 0 16px 0 0;
    }

    .front-tab-article__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 20px 0;
    }

    .front-tab-article__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .front-tab-article__meta {
        gap: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .front-tab-article__cat {
        min-width: 70px;
        min-height: 24px;
        padding: 0 12px;
        font-size: 12px;
    }

    .front-tab-article__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.45;
    }

    .front-tab-article__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }

    .front-tab-more a {
        min-width: 190px;
        min-height: 46px;
        font-size: 14px;
    }
}

/* ===== Front popular and tab section repair ===== */
.front-main .front-popular,
.front-main .front-tabs {
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.front-main .front-popular {
    padding: 46px 0 22px;
}

.front-main .front-tabs {
    padding: 46px 0 64px !important;
}

.front-main .front-popular>.front-title,
.front-main .front-tabs>.front-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 0 0 26px;
    padding: 0 0 0 18px;
    border: 0;
    color: #1d2b2f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
}

.front-main .front-popular>.front-title::before,
.front-main .front-tabs>.front-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 42px;
    border-radius: 0;
    background: #009fda;
    transform: translateY(-50%);
}

.front-main .front-popular>.front-title::after,
.front-main .front-tabs>.front-title::after {
    content: none;
}

.front-popular .front-slider {
    width: 100%;
    overflow: hidden;
}

.front-popular .front-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.front-popular .front-slider .swiper-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    width: auto;
    height: auto;
}

.front-popular .article-card {
    height: 100%;
}

.front-tabs .front-tab-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 0 40px;
    padding: 0;
}

.front-tabs .front-tab-buttons button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 50px;
    margin: 0;
    padding: 0 26px;
    border: 0;
    border-radius: 8px 8px 0 0;
    background: #b7bec2;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: none;
    transform: none;
}

.front-tabs .front-tab-buttons button::before,
.front-tabs .front-tab-buttons button::after {
    content: none;
}

.front-tabs .front-tab-buttons button.is-active {
    background: #009fda;
    color: #fff;
}

.front-tabs .front-tab-content {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 40px 40px 42px;
    border: 0;
    border-radius: 0 20px 0 0;
    background: #fff;
    box-shadow: none;
}

.front-tabs .tab-panel {
    display: none;
}

.front-tabs .tab-panel.is-active {
    display: block;
}

.front-tabs .front-tab-list {
    display: block;
}

.front-tabs .front-tab-article {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.front-tabs .front-tab-article+.front-tab-article {
    border-top: 2px solid #e5e5e5;
}

.front-tabs .front-tab-article__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 176px;
    padding: 30px 0;
    color: inherit;
    text-decoration: none;
}

.front-tabs .front-tab-article__thumb {
    width: 198px;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.front-tabs .front-tab-article__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-tabs .front-tab-article__body {
    min-width: 0;
}

.front-tabs .front-tab-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1;
}

.front-tabs .front-tab-article__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 28px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #d8d8d8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.front-tabs .front-tab-article__title {
    margin: 0 0 18px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

.front-tabs .front-tab-article__excerpt {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.front-tabs .front-tab-more {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.front-tabs .front-tab-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 52px;
    padding: 0 34px;
    border: 0;
    border-radius: 999px;
    background: #009fda;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 960px) {
    .front-popular .front-slider .swiper-wrapper {
        gap: 18px;
    }

    .front-popular .front-slider .swiper-slide {
        flex-basis: calc((100% - 18px) / 2);
    }

    .front-main .front-popular,
    .front-main .front-tabs {
        padding-inline-end: 1rem !important;
        padding-left: 1rem !important;
    }

    .front-tabs .front-tab-content {
        padding: 26px 24px 32px;
    }

    .front-tabs .front-tab-article__link {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        min-height: 142px;
        padding: 24px 0;
    }

    .front-tabs .front-tab-article__thumb {
        width: 150px;
    }

    .front-tabs .front-tab-article__title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {

    .front-main .front-popular,
    .front-main .front-tabs {
        padding-top: 36px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .front-main .front-popular>.front-title,
    .front-main .front-tabs>.front-title {
        min-height: 36px;
        margin-bottom: 22px;
        padding-left: 15px;
        font-size: 24px;
    }

    .front-categories {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .front-tabs {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .front-main .front-popular>.front-title::before,
    .front-main .front-tabs>.front-title::before {
        width: 7px;
        height: 36px;
        left: 0.5%;
    }

    .front-popular .front-slider .swiper-wrapper {
        gap: 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .front-popular .front-slider .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .front-popular .front-slider .swiper-slide {
        flex-basis: 78%;
    }

    .front-tabs .front-tab-buttons {
        gap: 6px;
        margin-left: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .front-tabs .front-tab-buttons::-webkit-scrollbar {
        display: none;
    }

    .front-tabs .front-tab-buttons button {
        min-width: 126px;
        height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }

    .front-tabs .front-tab-content {
        padding: 20px 16px 26px;
        border-radius: 0 16px 0 0;
    }

    .front-tabs .front-tab-article__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 20px 0;
    }

    .front-tabs .front-tab-article__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .front-tabs .front-tab-article__meta {
        gap: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .front-tabs .front-tab-article__cat {
        min-width: 70px;
        min-height: 24px;
        padding: 0 12px;
        font-size: 12px;
    }

    .front-tabs .front-tab-article__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.45;
    }

    .front-tabs .front-tab-article__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }

    .front-tabs .front-tab-more a {
        min-width: 190px;
        min-height: 46px;
        font-size: 14px;
    }
}

/* ===== Front useful category list design ===== */
.front-main .front-categories {
    width: 100%;
    margin: 0;
    padding: 46px 0 64px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.front-main .front-categories>.front-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 0 0 26px;
    padding: 0 0 0 18px;
    border: 0;
    color: #1d2b2f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
}

.front-main .front-categories>.front-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 42px;
    border-radius: 0;
    background: #009fda;
    transform: translateY(-50%);
}

.front-main .front-categories>.front-title::after {
    content: none;
}

.front-categories .front-category-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 0 40px;
    padding: 0;
}

.front-categories .front-category-tabs button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    height: 50px;
    margin: 0;
    padding: 0 22px;
    border: 0;
    border-radius: 8px 8px 0 0;
    background: #b7bec2;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: none;
    transform: none;
}

.front-categories .front-category-tabs button::before,
.front-categories .front-category-tabs button::after {
    content: none;
}

.front-categories .front-category-tabs button.is-active {
    background: #009fda;
    color: #fff;
}

.front-categories .front-category-content {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 40px 40px 42px;
    border: 0;
    border-radius: 0 20px 0 0;
    background: #fff;
    box-shadow: none;
}

.front-categories .cat-panel {
    display: none;
}

.front-categories .cat-panel.is-active {
    display: block;
}

.front-categories .front-tab-list {
    display: block;
}

.front-categories .front-tab-article {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.front-categories .front-tab-article+.front-tab-article {
    border-top: 2px solid #e5e5e5;
}

.front-categories .front-tab-article__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 176px;
    padding: 30px 0;
    color: inherit;
    text-decoration: none;
}

.front-categories .front-tab-article__thumb {
    width: 198px;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.front-categories .front-tab-article__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-categories .front-tab-article__body {
    min-width: 0;
}

.front-categories .front-tab-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1;
}

.front-categories .front-tab-article__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 28px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #d8d8d8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.front-categories .front-tab-article__title {
    margin: 0 0 18px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

.front-categories .front-tab-article__excerpt {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.front-category-empty {
    margin: 0;
    padding: 36px 0;
    color: #555;
    font-size: 15px;
    text-align: center;
}

.front-category-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.front-category-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    background: #edf7fb;
    color: #008bc0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.front-category-pagination .page-numbers.current {
    background: #009fda;
    color: #fff;
}

@media (max-width: 960px) {
    .front-categories .front-category-content {
        padding: 26px 24px 32px;
    }

    .front-categories .front-tab-article__link {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        min-height: 142px;
        padding: 24px 0;
    }

    .front-categories .front-tab-article__thumb {
        width: 150px;
    }

    .front-categories .front-tab-article__title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .front-main .front-categories {
        padding-top: 36px;
    }

    .front-main .front-categories>.front-title {
        min-height: 36px;
        margin-bottom: 22px;
        padding-left: 15px;
        font-size: 24px;
    }

    .front-main .front-categories>.front-title::before {
        width: 7px;
        height: 36px;
        left: 1%;
    }

    .front-categories .front-category-tabs {
        flex-wrap: nowrap;
        gap: 6px;
        margin-left: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .front-categories .front-category-tabs::-webkit-scrollbar {
        display: none;
    }

    .front-categories .front-category-tabs button {
        min-width: 112px;
        height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }

    .front-categories .front-category-content {
        padding: 20px 16px 26px;
        border-radius: 0 16px 0 0;
    }

    .front-categories .front-tab-article__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 20px 0;
    }

    .front-categories .front-tab-article__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .front-categories .front-tab-article__meta {
        gap: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .front-categories .front-tab-article__cat {
        min-width: 70px;
        min-height: 24px;
        padding: 0 12px;
        font-size: 12px;
    }

    .front-categories .front-tab-article__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.45;
    }

    .front-categories .front-tab-article__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }
}

/* ===== Front useful category card design correction ===== */
.front-main .front-categories {
    padding: 46px 0 64px;
    background: transparent;
}

.front-categories .front-category-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 26px 28px;
    padding: 0;
}

.front-categories .front-category-tabs button,
.front-categories .front-category-tabs a {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 42px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}

.front-categories .front-category-tabs button::before,
.front-categories .front-category-tabs button::after,
.front-categories .front-category-tabs a::before,
.front-categories .front-category-tabs a::after {
    content: none;
}

.front-categories .front-category-tabs button.is-active,
.front-categories .front-category-tabs a.is-active {
    background: #009fda;
    color: #fff;
}

.front-categories .front-category-content {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.front-categories .cat-panel {
    display: none;
}

.front-categories .cat-panel.is-active {
    display: block;
}

.front-categories .front-tab-list {
    display: grid;
    gap: 24px;
}

.front-categories .front-tab-article {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.front-categories .front-tab-article+.front-tab-article {
    border-top: 0;
}

.front-categories .front-tab-article__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 168px;
    padding: 24px;
    color: inherit;
    text-decoration: none;
}

.front-categories .front-tab-article__thumb {
    width: 198px;
    aspect-ratio: 1.36 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.front-categories .front-tab-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
    margin-bottom: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1;
}

.front-categories .front-tab-article__cat {
    min-width: 100px;
    min-height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d8d8d8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.front-categories .front-tab-article__title {
    margin: 0 0 14px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
}

.front-categories .front-tab-article__excerpt {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.front-category-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.front-category-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.front-category-pagination .page-numbers.current {
    background: #009fda;
    color: #fff;
}

@media (max-width: 960px) {
    .front-categories .front-category-tabs {
        margin-left: 0;
    }

    .front-categories .front-tab-article__link {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        min-height: 142px;
        padding: 22px;
    }

    .front-categories .front-tab-article__thumb {
        width: 150px;
    }

    .front-categories .front-tab-article__title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .front-categories .front-category-tabs {
        flex-wrap: nowrap;
        gap: 8px;
        margin-left: 0;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .front-categories .front-category-tabs::-webkit-scrollbar {
        display: none;
    }

    .front-categories .front-category-tabs button,
    .front-categories .front-category-tabs a {
        min-width: 96px;
        height: 40px;
        padding: 0 18px;
        font-size: 14px;
    }

    .front-categories .front-tab-list {
        gap: 18px;
    }

    .front-categories .front-tab-article {
        border-radius: 16px;
    }

    .front-categories .front-tab-article__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 16px;
    }

    .front-categories .front-tab-article__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .front-categories .front-tab-article__meta {
        gap: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .front-categories .front-tab-article__cat {
        min-width: 70px;
        min-height: 24px;
        padding: 0 12px;
        font-size: 12px;
    }

    .front-categories .front-tab-article__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.45;
    }

    .front-categories .front-tab-article__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }

    .front-category-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* ===== Footer and sidebar design from comps ===== */
.l-footer {
    margin-top: 72px;
    padding: 70px 0 54px;
    border-radius: 0;
    background: #069bd0;
    color: #fff;
}

.l-footer__inner {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 80px;
    align-items: start;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    border: 0;
}

.l-footer__left,
.l-footer__right {
    min-width: 0;
}

.l-footer__logo a {
    display: inline-flex;
    width: auto;
    max-width: 260px;
    min-height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer__logo img {
    display: block;
    max-width: 260px;
    height: auto;
    object-fit: contain;
}

.l-footer__sns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 54px;
}

.l-footer__sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 40%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer__sns img {
    display: block;
    width: 40%;
    height: 40%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.l-footer__nav {
    width: 100%;
}

.l-footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px 34px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.l-footer__menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: .08em;
    text-decoration: none;
}

.l-footer__bottom {
    max-width: 1320px;
    margin: 108px auto 0;
    padding: 0 40px;
    border: 0;
    text-align: center;
}

.l-footer__copy {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em;
}

.l-sidebar {
    display: grid;
    gap: 30px;
    padding: 0;
    background: #fff;
}

.p-sideBlock {
    overflow: hidden;
    margin: 0;
    padding: 0 0 24px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.p-sideBlock__title {
    display: block;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    background: #069bd0;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .04em;
    text-align: left;
}

.p-sideBlock__title::before,
.p-sideBlock__title::after {
    content: none;
}

.p-sideBlock__body {
    padding: 20px 20px 0;
}

.p-sideBlock--line .p-sideBlock__title {
    background: #08c95e;
    text-align: center;
}

.p-sideBlock__banner,
.p-sideBlobk__banner {
    display: block;
    overflow: hidden;
    margin: 0 0 12px;
    border-radius: 0;
    background: #d9e4e8;
}

.p-sideBlock__banner img,
.p-sideBlobk__banner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 76px;
    object-fit: cover;
}

.c-btn--line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #08c95e;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.p-sideBlock--search .search-form,
.p-sideBlock--search form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60px;
    gap: 12px;
    align-items: center;
}

.p-sideBlock--search input[type="search"],
.p-sideBlock--search input[type="text"] {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    color: #333;
    font-size: 13px;
}

.p-sideBlock--search input[type="submit"],
.p-sideBlock--search button,
.p-sideBlock--search .search-submit {
    min-width: 60px;
    min-height: 40px;
    padding: 0 10px;
    border: 0;
    border-radius: 12px;
    background: #069bd0;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.p-sideBlock__subTitle {
    margin: 10px 0 12px;
    padding: 10px 18px;
    background: #51bee5;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .04em;
}

.p-sideList {
    display: block;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.p-sideList:last-child {
    margin-bottom: 0;
}

.p-sideList li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bfbfbf;
}

.p-sideList a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 8px 6px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .04em;
    text-decoration: none;
}

.p-sideList .count {
    color: #333;
    font-weight: 500;
}

.p-sideList--latest li a {
    display: block;
    padding: 11px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 960px) {
    .l-footer__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .l-footer__menu {
        justify-content: flex-start;
    }

    .l-footer__bottom {
        margin-top: 64px;
    }
}

@media (max-width: 640px) {
    .l-footer {
        padding: 48px 0 40px;
    }

    .l-footer__inner,
    .l-footer__bottom {
        padding: 0 24px;
    }

    .l-footer__sns {
        gap: 22px;
        margin-top: 34px;
    }

    .l-footer__sns a,
    .l-footer__sns img {
        width: 40%;
        height: 40%;
    }

    .l-footer__menu {
        display: grid;
        gap: 14px;
    }

    .p-sideBlock__title {
        font-size: 18px;
    }
}

/* ===== Authors list comp implementation ===== */
.authors-page {
    background: #eaf5f8;
    color: #10272f;
}

.authors-hero,
.repair-hero {
    background: #069bd0;
    color: #fff;
}

.authors-hero__inner,
.repair-hero__inner {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    max-width: 1120px;
    min-height: 108px;
    margin: 0 auto;
    padding: 24px 32px 20px;
}

.authors-hero__en,
.repair-hero__en {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 8vw, 78px);
    font-weight: 900;
    line-height: .86;
    letter-spacing: .12em;
}

.authors-hero__title,
.repair-hero__title {
    margin: 0 0 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
}

.authors-page .page-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 24px 64px;
}

.authors-breadcrumb,
.repair-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #263b42;
    font-size: 1rem;
    font-weight: 700;
}

.repair-breadcrumb {
    margin: 2% 0 0 5%;
}

.authors-breadcrumb a,
.repair-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.authors-page .section-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    margin: 0 0 10px;
    padding-left: 12px;
    border: 0;
    color: #10272f;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.authors-page .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 24px;
    background: #069bd0;
    transform: translateY(-50%);
}

.authors-page .section-title::after {
    content: none;
}

.authors-page .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 16px;
    padding: 0 8px;
    border: 0;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.authors-grid {
    display: block;
    gap: 10px;
    padding: 8px;
    border: 6px solid #0b9fe3;
    background: #fff;
}

.author-card {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.author-card-inner {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-height: 178px;
    padding: 0;
}

.author-avatar {
    width: 100%;
    min-height: 178px;
    border: 3px dashed #169ee0;
    border-radius: 0;
    background: #d7d7d7;
}

.author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 178px;
    border: 0;
    border-radius: 0;
    object-fit: cover;
}

.author-info {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "name name"
        "role role"
        "bio bio"
        "tags tags"
        "count link"
        "sns link";
    column-gap: 18px;
    align-content: center;
    padding: 14px 16px 14px 0;
    min-width: 0;
}

.author-name {
    grid-area: name;
    margin: 0 0 2px;
    color: #069bd0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.author-role {
    grid-area: role;
    margin: 0 0 7px;
    color: #222;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
}

.author-bio {
    grid-area: bio;
    margin: 0 0 8px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.65;
}

.author-tags {
    grid-area: tags;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 6px;
    margin: 0 0 8px;
}

.author-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    padding: 0 10px;
    border: 0;
    border-radius: 2px;
    background: #d8d8d8;
    color: #333;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.author-count {
    grid-area: count;
    align-self: end;
    color: #222;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
}

.author-link {
    grid-area: link;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 28px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.author-sns {
    grid-area: sns;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    margin: 4px 0 0;
}

.author-sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border-radius: 50%;
    background: #069bd0;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.supervisor-section {
    margin-top: 36px;
}

.supervisor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.supervisor-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 24px 14px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

.supervisor-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d7d7d7;
}

.supervisor-avatar img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
}

.supervisor-name {
    margin: 0;
    color: #069bd0;
    font-size: 15px;
    font-weight: 900;
}

.supervisor-role {
    margin: 0;
    color: #333;
    font-size: 11px;
    line-height: 1.5;
}

.supervisor-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 16px;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.authors-consult {
    display: none;
}

@media (max-width: 640px) {
    .authors-hero__inner {
        display: block;
        min-height: 88px;
        padding: 18px 18px 14px;
        text-align: left;
    }

    .authors-hero__en {
        font-size: 34px;
        letter-spacing: .1em;
    }

    .authors-hero__title {
        margin-top: 2px;
        font-size: 10px;
    }

    .authors-page .page-wrapper {
        padding: 10px 16px 34px;
    }

    .authors-breadcrumb {
        font-size: 1rem;
    }

    .authors-page .section-title {
        margin-bottom: 12px;
        font-size: 2rem;
    }

    .authors-grid {
        gap: 16px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .author-card {
        border-radius: 10px;
        background: #fff;
    }

    .author-card-inner {
        display: block;
        min-height: 0;
        padding: 18px 16px 20px;
        text-align: center;
    }

    .author-avatar {
        width: 72px;
        height: 72px;
        min-height: 0;
        margin: 0 auto 10px;
        border: 0;
        border-radius: 50%;
        background: #d7d7d7;
    }

    .author-avatar img {
        width: 72px;
        height: 72px;
        min-height: 0;
        border-radius: 50%;
    }

    .author-info {
        display: block;
        padding: 0;
    }

    .author-name {
        margin-bottom: 3px;
        font-size: 17px;
    }

    .author-role {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .author-bio {
        margin-bottom: 10px;
        font-size: 12px;
        text-align: left;
    }

    .author-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        margin-bottom: 10px;
    }

    .author-tag {
        min-height: 22px;
        border-radius: 999px;
        font-size: 10px;
    }

    .author-count {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .author-link {
        min-width: 170px;
        min-height: 30px;
        margin: 0 auto;
    }

    .author-sns {
        justify-content: center;
        margin: 10px 0 0;
    }

    .supervisor-section {
        margin-top: 30px;
    }

    .supervisor-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .supervisor-card {
        padding: 20px 14px;
    }

    .authors-consult {
        display: block;
        padding: 28px 18px 34px;
        background: #fff;
        text-align: center;
    }

    .authors-consult__title {
        margin: 0 0 6px;
        color: #10272f;
        font-size: 17px;
        font-weight: 900;
    }

    .authors-consult__text {
        margin: 0 auto 14px;
        max-width: 280px;
        color: #333;
        font-size: 12px;
        line-height: 1.7;
    }

    .authors-consult__buttons {
        display: grid;
        gap: 8px;
        max-width: 220px;
        margin: 0 auto;
    }

    .authors-consult__buttons a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        border-radius: 999px;
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    .authors-consult__line {
        background: #08c95e;
    }

    .authors-consult__tel {
        background: #163a85;
    }
}

/* ===== Authors card count and comp correction ===== */
.authors-page .section-title .badge {
    display: none;
}

.authors-grid {
    gap: 0;
    padding: 0;
    border: 7px solid #0b9fe3;
    background: #fff;
}

.author-card {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.author-card+.author-card {
    border-top: 0;
}

.author-card-inner {
    display: grid;
    grid-template-columns: 306px minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-height: 226px;
    padding: 0;
}

.author-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 226px;
    padding: 28px;
    border: 3px dotted #0b9fe3;
    border-left: 0;
    border-top: 0;
    border-bottom: 3px dotted #0b9fe3;
    border-radius: 0;
    background: #fff;
}

.author-avatar img {
    display: block;
    width: 100%;
    height: 178px;
    min-height: 0;
    border-radius: 14px;
    object-fit: cover;
    background: #d8d8d8;
}

.author-info {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    min-width: 0;
    padding: 34px 42px 28px 54px;
    text-align: left;
}

.author-head {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #069bd0;
}

.author-name {
    margin: 0 0 4px;
    color: #069bd0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
}

.author-role {
    margin: 0;
    color: #222;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
}

.author-bio {
    margin: 0 0 14px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.author-specialties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 22px;
}

.author-specialty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 28px;
    background: #d8d8d8;
    color: #222;
    font-size: 12px;
    line-height: 1.3;
}

.author-specialty__label {
    padding: 0 12px;
    font-weight: 900;
    white-space: nowrap;
}

.author-specialty__value {
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.author-card-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    align-self: end;
}

.author-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.author-count {
    margin: 0;
    color: #222;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    white-space: nowrap;
}

.author-sns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.author-sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border-radius: 50%;
    background: #069bd0;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.author-sns a[aria-label="X"] {
    background: none;
}

.author-sns a[aria-label="Facebook"] {
    background: none;
}

.author-sns a[aria-label="LINE"] {
    /* background: #06c755; */
    background: none;
    width: 1.8rem !important;
    height: 1.8rem !important;
}

.author-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 38px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .authors-grid {
        gap: 16px;
        border: 0;
        background: transparent;
    }

    .author-card {
        border-radius: 12px;
        background: #fff;
    }

    .author-card-inner {
        display: block;
        min-height: 0;
        padding: 18px 16px 20px;
    }

    .author-avatar {
        width: 88px;
        height: 88px;
        min-height: 0;
        margin: 0 auto 12px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #d8d8d8;
    }

    .author-avatar img {
        width: 88px;
        height: 88px;
        border-radius: 50%;
    }

    .author-info {
        display: block;
        padding: 0;
        text-align: center;
    }

    .author-head {
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .author-name {
        font-size: 18px;
    }

    .author-bio {
        text-align: left;
    }

    .author-specialties {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px;
    }

    .author-specialty {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .author-card-bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .author-meta-line {
        justify-content: center;
    }

    .author-link {
        min-width: 190px;
        min-height: 32px;
        margin: 0 auto;
        font-size: 12px;
    }
}

/* ===== Authors front-page style card correction ===== */
.authors-page {
    background: #eaf5f8;
}

.authors-page .page-wrapper {
    max-width: 1040px;
}

.authors-grid {
    display: block;
    gap: 24px;
    padding: 0;
    border: 0;
    background: transparent;
}

.author-card {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.author-card+.author-card {
    border-top: 0;
}

.author-card-inner {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    min-height: 190px;
    padding: 26px 36px 26px 28px;
}

.author-avatar {
    width: 240px;
    min-height: 150px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #d9d9d9;
}

.author-avatar img {
    display: block;
    width: 100%;
    height: 150px;
    min-height: 0;
    border: 0;
    border-radius: 14px;
    object-fit: cover;
    background: #d9d9d9;
}

.author-info {
    display: block;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.author-head {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 0;
}

.author-name {
    margin: 0 0 4px;
    color: #069bd0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
}

.author-role {
    margin: 0;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.author-bio {
    margin: 0 0 14px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.author-specialties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 18px;
}

.author-specialty {
    display: flex;
    align-items: center;
    min-height: 30px;
    overflow: hidden;
    border-radius: 0;
    background: #d8d8d8;
    color: #222;
    font-size: 12px;
    line-height: 1.35;
}

.author-specialty__label {
    flex: 0 0 auto;
    padding: 0 12px;
    font-weight: 900;
    white-space: nowrap;
}

.author-specialty__value {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.author-card-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.author-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.author-count {
    margin: 0;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.author-sns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.author-sns a {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 10px;
}

.author-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 38px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .author-card {
        border-radius: 16px;
    }

    .author-card-inner {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        min-height: 122px;
        padding: 16px;
        text-align: left;
    }

    .author-avatar {
        width: 112px;
        height: auto;
        min-height: 0;
        margin: 0;
        border-radius: 10px;
    }

    .author-avatar img {
        width: 112px;
        height: 112px;
        border-radius: 10px;
    }

    .author-info {
        text-align: left;
    }

    .author-name {
        font-size: 16px;
    }

    .author-role {
        font-size: 11px;
    }

    .author-bio {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.6;
    }

    .author-specialties {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 10px;
    }

    .author-specialty {
        min-height: 24px;
        font-size: 10px;
    }

    .author-specialty__label {
        padding: 0 8px;
    }

    .author-specialty__value {
        padding: 0 8px;
    }

    .author-card-bottom {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .author-meta-line {
        gap: 10px;
    }

    .author-count {
        font-size: 11px;
    }

    .author-sns a {
        width: 1.2rem;
        height: 1.2rem;
    }

    .author-link {
        min-width: 180px;
        min-height: 32px;
        margin: 0;
        padding: 0 18px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .author-card-inner {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .author-avatar,
    .author-avatar img {
        width: 88px;
        height: 88px;
    }
}

/* ===== Author detail hero comp implementation ===== */
.author-page {
    border-top: 4px solid #069bd0;
    background: #eaf5f8;
}

.author-breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 24px 0;
    color: #10272f;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}

.author-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.author-hero {
    margin: 0;
    padding: 88px 24px 76px;
    border: 0;
    border-radius: 0;
    background: #eaf5f8;
    color: #10272f;
}

.author-hero__inner {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 68px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
}

.author-hero__author {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    background: #d8d8d8;
}

.author-hero__author img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
    background: #d8d8d8;
}

.author-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin: 0 0 10px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.author-hero__name {
    margin: 0 0 6px;
    color: #069bd0;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
}

.author-hero__role {
    margin: 0 0 14px;
    color: #10272f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
}

.author-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 18px;
}

.author-hero__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    background: #069bd0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .04em;
}

.author-hero__bio {
    max-width: 760px;
    margin: 0 0 12px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
}

.author-hero__meta {
    margin: 0 0 26px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.author-hero__sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-hero__sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.author-hero__sns a[aria-label="Facebook"] {
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-size: 18px;
}

.author-hero__sns a[aria-label="LINE"] {
    border-radius: 2px;
    background: #06c755;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 760px) {
    .author-breadcrumb {
        padding: 16px 16px 0;
        font-size: 13px;
    }

    .author-hero {
        padding: 36px 16px 42px;
    }

    .author-hero__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .author-hero__author {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    .author-hero__name {
        font-size: 28px;
    }

    .author-hero__tags,
    .author-hero__sns {
        justify-content: left;
    }

    .author-hero__tag {
        min-width: 0;
        min-height: 36px;
        padding: 0 18px;
        font-size: 13px;
    }

    .author-hero__bio,
    .author-hero__meta {
        text-align: left;
        font-size: 13px;
    }
}

/* ===== Author detail posts list cards ===== */
.author-posts {
    padding: 48px 0 72px;
    background: #eaf5f8;
}

.author-posts__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.author-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.author-section-title {
    position: relative;
    margin: 0 0 24px;
    padding-left: 16px;
    border: 0;
    color: #10272f;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.35;
}

.author-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 36px;
    background: #069bd0;
    transform: translateY(-50%);
}

.author-post-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.author-post-card {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.author-post-card__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 38px;
    align-items: center;
    min-height: 168px;
    padding: 24px;
    color: inherit;
    text-decoration: none;
}

.author-post-card__thumb {
    width: 198px;
    aspect-ratio: 1.36 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.author-post-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-post-card__thumb span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #888;
    font-size: 12px;
    font-weight: 800;
}

.author-post-card__body {
    min-width: 0;
}

.author-post-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
    margin-bottom: 20px;
    color: #111;
    font-size: 16px;
    line-height: 1;
}

.author-post-card__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    min-height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d8d8d8;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.author-post-card__title {
    margin: 0 0 14px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
}

.author-post-card__excerpt {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.75;
}

.author-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.author-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.author-pagination .page-numbers.current {
    background: #069bd0;
    color: #fff;
}

.author-empty {
    margin: 0;
    padding: 36px;
    border-radius: 20px;
    background: #fff;
    color: #333;
    text-align: center;
}

@media (max-width: 960px) {
    .author-content-layout {
        grid-template-columns: 1fr;
    }

    .author-post-card__link {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 22px;
        min-height: 142px;
        padding: 22px;
    }

    .author-post-card__thumb {
        width: 150px;
    }

    .author-post-card__title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .author-posts {
        padding: 36px 0 48px;
    }

    .author-posts__inner {
        padding: 0 16px;
    }

    .author-section-title {
        font-size: 22px;
    }

    .author-post-grid {
        gap: 18px;
    }

    .author-post-card {
        border-radius: 16px;
    }

    .author-post-card__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 16px;
    }

    .author-post-card__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .author-post-card__meta {
        gap: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .author-post-card__cat {
        min-width: 70px;
        min-height: 24px;
        padding: 0 12px;
        font-size: 12px;
    }

    .author-post-card__title {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.45;
    }

    .author-post-card__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }

    .author-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* ===== Shop page comp implementation ===== */
.shop-page {
    /* background: #eaf5f8; */
    background: none;
}

.shop-page__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 42px 40px 96px;
    border: 0;
    background: transparent;
}

.shop-page__title {
    position: relative;
    margin: 0 0 30px;
    padding-left: 16px;
    border: 0;
    color: #10272f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.shop-page__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 38px;
    background: #069bd0;
    transform: translateY(-50%);
}

.shop-page__title::after {
    content: none;
}

.shop-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 58px;
}

.shop-card {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.shop-card__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin: 0 0 22px;
}

.shop-card__name {
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .04em;
}

.shop-card__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 22px;
}

.shop-card__btn,
.shop-consult__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.shop-card__btn img {
    display: none;
}

.shop-card__btn--tel,
.shop-consult__btn--tel {
    background: #1b348f;
}

.shop-card__btn--line,
.shop-consult__btn--line {
    background: #06c755;
}

.shop-card__btn-icon,
.shop-consult__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
}

.shop-card__btn-icon img {
    position: relative;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.shop-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 46px;
    align-items: stretch;
}

.shop-card__thumb {
    overflow: hidden;
    width: 100%;
    min-height: 424px;
    border-radius: 0;
    background: #d9d9d9;
}

.shop-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 424px;
    object-fit: cover;
}

.shop-card__info {
    display: grid;
    grid-template-rows: repeat(4, minmax(104px, auto));
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    background: #fff;
}

.shop-card__row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 104px;
    border-bottom: 1px solid #d8d8d8;
}

.shop-card__row:last-child {
    border-bottom: 0;
}

.shop-card__row dt,
.shop-card__row dd {
    display: flex;
    align-items: center;
    margin: 0;
}

.shop-card__row dt {
    justify-content: center;
    padding: 20px;
    background: #069bd0;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.shop-card__row dd {
    padding: 22px 28px;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}

.shop-consult {
    margin: 88px auto 0;
    text-align: center;
}

.shop-consult__title {
    margin: 0 0 34px;
    color: #000;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
}

.shop-consult__text {
    margin: 0 0 38px;
    color: #111;
    font-size: 15px;
    line-height: 1.9;
}

.shop-consult__buttons {
    display: grid;
    grid-template-columns: repeat(2, 320px);
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.shop-consult__btn {
    display: block;
    width: 100%;
    max-width: 320px;
}

.shop-consult__btn img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .shop-card__body {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .shop-card__thumb,
    .shop-card__thumb img {
        min-height: 320px;
    }
}

@media (max-width: 760px) {
    .shop-page__inner {
        padding: 32px 16px 64px;
    }

    .shop-card__top {
        grid-template-columns: 1fr;
    }

    .shop-card__name {
        font-size: 22px;
    }

    .shop-card__cta {
        justify-content: space-between;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .shop-card__btn {
        min-width: 0;
        min-height: 42px;
        padding: 0 16px;
        font-size: 14px;
    }

    .shop-card__thumb,
    .shop-card__thumb img {
        min-height: 220px;
    }

    .shop-card__info {
        grid-template-rows: none;
        border-radius: 14px;
    }

    .shop-card__row {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 78px;
    }

    .shop-card__row dt {
        padding: 14px 10px;
        font-size: 14px;
    }

    .shop-card__row dd {
        padding: 14px 16px;
        font-size: 14px;
    }

    .shop-consult {
        margin-top: 58px;
    }

    .shop-consult__buttons {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .shop-consult__btn {
        max-width: 100%;
    }
}

/* ===== Blog article archive page implementation ===== */
.blog-menu-page {
    background: #E6EEF1;
    color: #000;
}

.blog-category-banner {
    background: #069bd0;
    padding: 30px 32px;
    width: 90%;
    margin: 0 auto;
}

.blog-category-banner__inner {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px;
    max-width: 1880px;
    margin: 0 auto;
}

.blog-category-card {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 120px;
    padding: 20px 16px;
    border-radius: 38px;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.blog-category-card__icon {
    display: block;
    color: #3a3a3a;
    font-size: 3rem;
    font-weight: 400;
    line-height: .8;
}

.blog-category-card__label {
    color: #000;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .04em;
}

.blog-breadcrumb {
    max-width: 1180px;
    color: #000;
    margin: 2% 0 0 5%;
    font-size: 1rem;
}

.blog-archive {
    padding: 70px 0 96px;
    background: #E6EEF1;
    color: #000;
}

.blog-archive__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.blog-archive__head {
    padding-top: 28px;
    border-top: 1px solid #D9D9D9;
}

.blog-archive__title {
    position: relative;
    margin: 0 0 30px;
    padding-left: 16px;
    color: #000;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.blog-archive__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 38px;
    background: #069bd0;
    transform: translateY(-50%);
}

.blog-archive__tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 0 0 24px;
    color: #000;
}

.blog-archive__count {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.blog-archive__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.blog-archive__sort select {
    min-height: 38px;
    padding: 0 34px 0 14px;
    border: 0;
    border-radius: 999px;
    background: none;
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.blog-article-list {
    display: grid;
    gap: 30px;
}

.blog-article-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    color: #111;
}

.blog-article-card__link {
    display: grid;
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    min-height: 150px;
    padding: 18px 28px 18px 18px;
    color: inherit;
    text-decoration: none;
}

.blog-article-card__thumb {
    width: 198px;
    aspect-ratio: 1.36 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #d9d9d9;
}

.blog-article-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-card__thumb span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #888;
    font-size: 12px;
    font-weight: 800;
}

.blog-article-card__body {
    min-width: 0;
}

.blog-article-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #555;
    font-size: 15px;
    line-height: 1;
}

.blog-article-card__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 28px;
    padding: 0 18px;
    border-radius: 999px;
    background: #d9d9d9;
    color: #555;
    font-size: 13px;
    font-weight: 900;
}

.blog-article-card__title {
    margin: 0 0 10px;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
}

.blog-article-card__excerpt {
    margin: 0;
    color: #111;
    font-size: 14px;
    line-height: 1.7;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 76px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.blog-pagination .page-numbers.current {
    background: #069bd0;
    color: #fff;
}

.blog-archive__empty {
    margin: 0;
    padding: 36px;
    border-radius: 18px;
    background: #fff;
    color: #111;
    text-align: center;
}

.blog-archive__sidebar .l-sidebar {
    position: sticky;
    top: 92px;
}

@media (max-width: 1100px) {
    .blog-category-banner__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-archive__inner {
        grid-template-columns: 1fr;
    }

    .blog-archive__sidebar .l-sidebar {
        position: static;
    }
}

@media (max-width: 700px) {
    .blog-category-banner {
        padding: 20px 16px;
    }

    .blog-category-banner__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .blog-category-card {
        min-height: 80px;
        border-radius: 20px;
    }

    .blog-category-card__icon {
        font-size: 3rem;
    }

    .blog-category-card__label {
        font-size: 17px;
    }

    .blog-archive {
        padding: 44px 0 64px;
    }

    .blog-archive__inner {
        padding: 0 16px;
    }

    .blog-archive__title {
        font-size: 24px;
    }

    .blog-article-list {
        gap: 20px;
    }

    .blog-article-card {
        border-radius: 14px;
    }

    .blog-article-card__link {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        min-height: 122px;
        padding: 16px;
    }

    .blog-article-card__thumb {
        width: 112px;
        border-radius: 10px;
    }

    .blog-article-card__meta {
        gap: 8px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .blog-article-card__pill {
        min-width: 64px;
        min-height: 24px;
        padding: 0 10px;
        font-size: 11px;
    }

    .blog-article-card__title {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .blog-article-card__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 1.6;
    }
}

/* ===== Footer 4-column comp correction ===== */
.l-footer {
    margin-top: 0;
    padding: 66px 0 38px;
    border-radius: 0;
    background: #069bd0;
    color: #fff;
}

.l-footer__inner {
    display: grid;
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    gap: 86px;
    align-items: start;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 44px;
    border: 0;
}

.l-footer__brand {
    min-width: 0;
}

.l-footer__logo a {
    display: inline-flex;
    width: auto;
    max-width: 260px;
    min-height: 84px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer__logo img {
    display: block;
    max-width: 260px;
    height: auto;
    object-fit: contain;
}

.l-footer__sns {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 72px;
}

.l-footer__sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer__sns img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.l-footer__nav {
    display: grid;
    gap: 60px;
    width: 100%;
}

.l-footer-low__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    width: 100%;
}

.l-footer__heading {
    margin: 0 0 16px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .08em;
}

.l-footer__menu {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-footer__menu li {
    margin: 0;
    padding: 0;
}

.l-footer__menu a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .08em;
    text-decoration: none;
}

.l-footer__menu a::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: .03em;
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
}

.l-footer__bottom {
    max-width: 1320px;
    margin: 130px auto 0;
    padding: 0 44px;
    border: 0;
    text-align: center;
}

.l-footer__copy {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em;
}

@media (max-width: 960px) {
    .l-footer__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .l-footer__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .l-footer__sns {
        margin-top: 36px;
    }

    .l-footer__bottom {
        margin-top: 72px;
    }
}

@media (max-width: 640px) {
    .l-footer {
        padding: 46px 0 34px;
    }

    .l-footer__inner,
    .l-footer__bottom {
        padding: 0 24px;
    }

    .l-footer__nav {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .l-footer__logo a,
    .l-footer__logo img {
        max-width: 210px;
    }

    .l-footer__sns {
        gap: 22px;
    }

    .l-footer__sns a,
    .l-footer__sns img {
        width: 38px;
        height: 38px;
    }

    .l-footer__bottom {
        margin-top: 54px;
    }
}

/* ===== Footer menu-only comp correction ===== */
.l-footer {
    padding: 58px 0 34px;
    background: #069bd0;
}

.l-footer__inner--menu-only {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 56px;
}

.l-footer__inner--menu-only .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 104px;
    width: 100%;
}

.l-footer__inner--menu-only .l-footer__heading {
    margin: 0 0 22px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .08em;
}

.l-footer__inner--menu-only .l-footer__menu {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-footer__inner--menu-only .l-footer__menu a {
    position: relative;
    display: inline-block;
    padding-left: 38px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .08em;
    text-decoration: none;
}

.l-footer__inner--menu-only .l-footer__menu a::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: .02em;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.l-footer__inner--menu-only+.l-footer__bottom {
    margin-top: 56px;
}

@media (max-width: 960px) {
    .l-footer__inner--menu-only {
        padding: 0 32px;
    }

    .l-footer__inner--menu-only .l-footer__nav {
        gap: 36px;
    }

    .l-footer__inner--menu-only .l-footer__heading {
        font-size: 24px;
    }

    .l-footer__inner--menu-only .l-footer__menu a {
        padding-left: 28px;
        font-size: 20px;
    }

    .l-footer__inner--menu-only .l-footer__menu a::before {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .l-footer__inner--menu-only .l-footer__nav {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

/* ===== Footer original compact comp correction ===== */
.l-footer--original {
    margin-top: 0;
    padding: 26px 0 18px;
    border-radius: 0;
    background: #069bd0;
    color: #fff;
}

.l-footer--original .l-footer__inner {
    display: grid;
    grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
    gap: 0px;
    align-items: start;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 34px;
    border: 0;
}

.l-footer--original .l-footer__left,
.l-footer--original .l-footer__right {
    min-width: 0;
}

.l-footer--original .l-footer__logo a {
    display: inline-flex;
    width: auto;
    max-width: 126px;
    min-height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer--original .l-footer__logo img {
    display: block;
    max-width: 126px;
    height: auto;
    object-fit: contain;
}

.l-footer--original .l-footer__sns {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 20px;
}

.l-footer--original .l-footer__sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer--original .l-footer__sns img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.l-footer--original .l-footer__nav {
    width: 100%;
}

.l-footer--original .l-footer__menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-footer--original .l-footer__menu a {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: .04em;
    text-decoration: none;
}

.l-footer--original .l-footer__menu a::before {
    content: none;
}

.l-footer--original .l-footer__bottom {
    max-width: 940px;
    margin: 30px auto 0;
    padding: 0 34px;
    border: 0;
    text-align: center;
}

.l-footer--original .l-footer__copy {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .06em;
}

@media (max-width: 760px) {
    .l-footer--original {
        padding: 28px 0 22px;
    }

    .l-footer--original .l-footer__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .l-footer--original .l-footer__menu {
        justify-content: flex-start;
        row-gap: 10px;
    }

    .l-footer--original .l-footer__bottom {
        margin-top: 28px;
    }
}

/* ===== Footer lower full comp correction ===== */
.l-footer--lower {
    margin-top: 0;
    padding: 56px 0 30px;
    border-radius: 0;
    background: #069bd0;
    color: #fff;
}

.l-footer--lower .l-footer__lower-inner {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 120px;
    align-items: start;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 48px;
    border: 0;
}

.l-footer--lower .l-footer__brand,
.l-footer--lower .l-footer__nav,
.l-footer--lower .l-footer__group {
    min-width: 0;
}

.l-footer--lower .l-footer__logo a {
    display: inline-flex;
    width: auto;
    max-width: 170px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer--lower .l-footer__logo img {
    display: block;
    max-width: 170px;
    height: auto;
    object-fit: contain;
}

.l-footer--lower .l-footer__sns {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 70px;
}

.l-footer--lower .l-footer__sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.l-footer--lower .l-footer__sns img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.l-footer--lower .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 78px;
    width: 100%;
}

.l-footer--lower .l-footer__heading {
    margin: 0 0 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .08em;
}

.l-footer--lower .l-footer__menu {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.l-footer--lower .l-footer__menu a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .08em;
    text-decoration: none;
}

.l-footer--lower .l-footer__menu a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .47em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
}

.l-footer--lower .l-footer__bottom {
    max-width: 1160px;
    margin: 100px auto 0;
    padding: 0 48px;
    border: 0;
    text-align: center;
}

.l-footer--lower .l-footer__copy {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .08em;
}

@media (max-width: 900px) {
    .l-footer--lower {
        padding: 42px 0 26px;
    }

    .l-footer--lower .l-footer__lower-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 0 28px;
    }

    .l-footer--lower .l-footer__sns {
        margin-top: 30px;
    }

    .l-footer--lower .l-footer__nav {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .l-footer--lower .l-footer__heading {
        font-size: 19px;
    }

    .l-footer--lower .l-footer__menu a {
        font-size: 16px;
    }

    .l-footer--lower .l-footer__bottom {
        margin-top: 48px;
        padding: 0 28px;
    }
}

/* ===== Footer sns icon size correction ===== */
.l-footer--original .l-footer__sns,
.l-footer--lower .l-footer__sns {
    gap: 32px;
}

.l-footer--original .l-footer__sns a,
.l-footer--original .l-footer__sns img,
.l-footer--lower .l-footer__sns a,
.l-footer--lower .l-footer__sns img {
    width: 76px;
    height: 76px;
}

@media (max-width: 760px) {

    .l-footer--original .l-footer__sns,
    .l-footer--lower .l-footer__sns {
        gap: 24px;
    }

    .l-footer--original .l-footer__sns a,
    .l-footer--original .l-footer__sns img,
    .l-footer--lower .l-footer__sns a,
    .l-footer--lower .l-footer__sns img {
        width: 4rem;
        height: 4rem;
    }
}

/* ===== SP header and hamburger menu comp ===== */
@media (max-width: 1024px) {
    body.is-sp-menu-open {
        overflow: hidden;
    }

    .l-header {
        position: sticky;
        top: 0;
        z-index: 9999;
        border-bottom: 0;
        background: #fff;
    }

    .l-header__inner {
        max-width: none;
        min-height: 56px;
        padding: 0;
        gap: 0;
    }

    .l-header__logo {
        flex: 1 1 auto;
        padding-left: 26px;
    }

    .l-header__logo a {
        display: inline-flex;
        align-items: center;
        width: auto;
        min-height: 56px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .l-header__logo img {
        display: block;
        width: 108px;
        max-width: 42vw;
        height: auto;
        object-fit: contain;
    }

    .l-header__sp-cta {
        display: flex;
        align-items: stretch;
        gap: 0;
        height: 56px;
    }

    .l-header__sp-tel,
    .l-header__sp-line,
    .l-header__hamburger {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 66px;
        min-width: 66px;
        height: 56px;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        text-decoration: none;
    }

    .l-header__sp-tel {
        background: #1f378b;
    }

    .l-header__sp-line {
        background: #06c755;
    }

    .l-header__sp-tel img,
    .l-header__sp-line img,
    .l-header__sp-tel>span,
    .l-header__sp-line>span {
        display: none;
    }

    .l-header__sp-tel::before {
        content: "";
        width: 25px;
        height: 25px;
        background: #fff;
        -webkit-mask: radial-gradient(circle at 45% 16%, transparent 0 7px, #000 7.5px) top 2px left 7px / 18px 18px no-repeat,
            linear-gradient(#000 0 0) center / 20px 28px no-repeat;
        mask: radial-gradient(circle at 45% 16%, transparent 0 7px, #000 7.5px) top 2px left 7px / 18px 18px no-repeat,
            linear-gradient(#000 0 0) center / 20px 28px no-repeat;
        border-radius: 12px 12px 9px 9px;
        transform: rotate(-24deg);
    }

    .l-header__sp-line::before {
        content: "LINE";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
    }

    .l-header__hamburger {
        background: #f8a500;
        cursor: pointer;
    }

    .l-header__hamburger span {
        left: 50%;
        width: 31px;
        height: 4px;
        border-radius: 999px;
        background: #fff;
        transform: translateX(-50%);
    }

    .l-header__hamburger span:nth-child(1) {
        top: 15px;
    }

    .l-header__hamburger span:nth-child(2) {
        top: 26px;
    }

    .l-header__hamburger span:nth-child(3) {
        top: 37px;
    }

    .l-header__hamburger.is-open span:nth-child(1) {
        top: 26px;
        transform: translateX(-50%) rotate(45deg);
    }

    .l-header__hamburger.is-open span:nth-child(2) {
        opacity: 0;
    }

    .l-header__hamburger.is-open span:nth-child(3) {
        top: 26px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .l-sp-menu {
        position: fixed;
        top: 56px;
        right: 0;
        left: auto;
        z-index: 9998;
        display: flex;
        flex-direction: column;
        width: min(100%, 342px);
        height: calc(100dvh - 56px);
        padding: 26px 18px 0 22px;
        overflow-y: auto;
        background: #fff;
        box-shadow: -18px 0 40px rgba(0, 0, 0, .08);
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }

    .l-sp-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .l-sp-menu::after {
        content: "";
        position: fixed;
        top: 26px;
        right: 16px;
        width: 3px;
        height: calc(100dvh - 112px);
        border-radius: 999px;
        background: linear-gradient(#079bd0 0 31%, #d8d8d8 31% 100%);
        pointer-events: none;
    }

    .l-sp-menu__list {
        display: grid;
        gap: 24px;
        margin: 0 0 34px;
        padding: 0;
        list-style: none;
    }

    .l-sp-menu__list li {
        border-bottom: 0;
    }

    .l-sp-menu__list li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 0 0 30px;
        color: #1c2a2d;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.5;
        letter-spacing: .04em;
        text-decoration: none;
    }

    .l-sp-menu__list li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #079bd0;
        transform: translateY(-50%);
    }

    .l-sp-menu__list li a::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #fff;
        transform: translateY(-50%);
    }

    .l-sp-menu__search {
        margin: 0 20px 36px 0;
    }

    .l-sp-menu__search form,
    .l-sp-menu__search .search-form {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .l-sp-menu__search input[type="search"],
    .l-sp-menu__search input[type="text"] {
        width: 100%;
        height: 46px;
        padding: 0 48px 0 20px;
        border: 1.5px solid #079bd0;
        border-radius: 999px;
        background: #fff;
        color: #1c2a2d;
        font-size: 14px;
        font-weight: 700;
        outline: none;
    }

    .l-sp-menu__search input::placeholder {
        color: #b5b5b5;
        opacity: 1;
    }

    .l-sp-menu__search button,
    .l-sp-menu__search input[type="submit"] {
        position: absolute;
        right: 13px;
        top: 50%;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        overflow: hidden;
        background: transparent;
        color: transparent;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .l-sp-menu__search form::before,
    .l-sp-menu__search .search-form::before {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 1;
        width: 13px;
        height: 13px;
        border: 4px solid #079bd0;
        border-radius: 50%;
        transform: translateY(-58%);
        pointer-events: none;
    }

    .l-sp-menu__search form::after,
    .l-sp-menu__search .search-form::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        z-index: 1;
        width: 10px;
        height: 4px;
        border-radius: 999px;
        background: #079bd0;
        transform: translateY(6px) rotate(45deg);
        pointer-events: none;
    }

    .l-sp-menu__tags {
        margin-right: 20px;
        padding-bottom: 30px;
    }

    .l-sp-menu__tags h2 {
        position: relative;
        margin: 0 0 22px;
        padding-left: 12px;
        color: #1c2a2d;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.4;
        letter-spacing: .04em;
    }

    .l-sp-menu__tags h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: .15em;
        width: 5px;
        height: 1.2em;
        background: #079bd0;
    }

    .l-sp-menu__tags ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 11px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .l-sp-menu__tags ul li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        min-height: 38px;
        padding: 8px 20px;
        border-radius: 999px;
        background: #079bd0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .05em;
        text-decoration: none;
    }

    .l-sp-menu__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: auto -18px 0 -22px;
        padding: 11px 18px 11px 20px;
        background: #079bd0;
    }

    .l-sp-menu__logo {
        display: inline-flex;
        align-items: center;
        min-width: 92px;
    }

    .l-sp-menu__logo img {
        display: block;
        width: 98px;
        height: auto;
        object-fit: contain;
        filter: brightness(0);
    }

    .l-sp-menu__sns {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .l-sp-menu__sns a,
    .l-sp-menu__sns img {
        display: block;
        width: 25px;
        height: 25px;
    }

    .l-sp-menu__sns img {
        object-fit: contain;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 374px) {
    .l-header__logo {
        padding-left: 18px;
    }

    .l-header__sp-tel,
    .l-header__sp-line,
    .l-header__hamburger {
        width: 56px;
        min-width: 56px;
    }

    .l-sp-menu {
        width: 100%;
    }
}

/* ===== Company page comp implementation ===== */
.company-page {
    background: #eaf5f8;
    color: #111;
    font-family: inherit;
}

.company-page .company-kv {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 0;
    background: #079bd0;
    border: 0;
}

.company-page .company-kv__inner {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 18px 32px 20px;
}

.company-page .company-kv__en {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 78px;
    font-weight: 900;
    line-height: .9;
    letter-spacing: .12em;
}

.company-page .company-kv__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

.company-page .company-container {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 18px 32px 72px;
}

.company-page .company-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    color: #111;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
}

.company-page .company-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.company-page .company-lead {
    margin: 0 0 26px;
    color: #111;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: .04em;
}

.company-page .company-section {
    margin: 0 0 56px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.company-page .company-section__title {
    position: relative;
    margin: 0 0 24px;
    padding-left: 16px;
    color: #13282d;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .03em;
}

.company-page .company-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: .1em;
    width: 5px;
    height: 1.5em;
    background: #079bd0;
}

.company-page .company-section__title::after {
    content: none;
}

.company-page .company-message {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 26px 26px;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.company-page .company-message__thumb,
.company-page .company-placeholder {
    width: 100%;
    aspect-ratio: 230 / 120;
    border-radius: 10px;
    overflow: hidden;
    background: #d9d9d9;
}

.company-page .company-message__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-page .company-placeholder {
    display: grid;
    place-items: center;
    color: #555;
    font-size: 14px;
    font-weight: 700;
}

.company-page .company-message__name {
    margin: 0 0 12px;
    color: #111;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.5;
}

.company-page .company-message__role {
    margin: -8px 0 12px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.company-page .company-message__text {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .04em;
}

.company-page .company-message__text p {
    margin: 0;
}

.company-page .company-table {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.company-page .company-table th,
.company-page .company-table td {
    height: 74px;
    padding: 20px 38px;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 1.75;
    vertical-align: middle;
}

.company-page .company-table tr:last-child th,
.company-page .company-table tr:last-child td {
    border-bottom: 0;
}

.company-page .company-table th {
    width: 285px;
    background: #079bd0;
    color: #fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: .04em;
}

.company-page .company-table td {
    background: #fff;
    color: #111;
    font-weight: 500;
}

.company-page .company-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.company-page .company-service-card {
    min-height: 210px;
    padding: 20px 24px 26px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    box-shadow: none;
}

.company-page .company-service-card__icon {
    display: grid;
    place-items: center;
    height: 86px;
    margin: 0 auto 8px;
    color: #333;
}

.company-page .company-service-card__icon svg {
    display: block;
    width: 74px;
    height: 82px;
}

.company-page .company-service-card__title {
    margin: 0 0 14px;
    color: #079bd0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .04em;
}

.company-page .company-service-card__text {
    margin: 0;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .03em;
}

.company-page .company-access {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 50%);
    gap: 32px;
    align-items: stretch;
}

.company-page .company-access__map {
    min-height: 225px;
    border-radius: 0;
    overflow: hidden;
    background: #d9d9d9;
}

.company-page .company-access__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 225px;
    border: 0;
}

.company-page .company-map-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 225px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
}

.company-page .company-access__info {
    min-width: 0;
}

.company-page .company-table--small {
    height: 100%;
}

.company-page .company-table--small th,
.company-page .company-table--small td {
    height: 75px;
    padding: 18px 28px;
}

.company-page .company-table--small th {
    width: 96px;
}

.company-page .company-cta {
    margin: 4px 0 0;
    padding: 0 0 4px;
    border: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
}

.company-page .company-cta__title {
    margin: 0 0 18px;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .04em;
}

.company-page .company-cta__text {
    margin: 0 0 28px;
    color: #111;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .04em;
}

.company-page .company-cta__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.company-page .company-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 240px;
    min-height: 42px;
    padding: 8px 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .03em;
    text-decoration: none;
    box-shadow: none;
}

.company-page .company-btn--primary {
    background: #06c755;
}

.company-page .company-btn--tel {
    background: #182F80;
}

.company-page .company-btn__icon--line {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0;
}

.company-page .company-btn__icon--tel {
    position: relative;
    width: 20px;
    height: 24px;
    background: #fff;
    border-radius: 10px 10px 8px 8px;
    transform: rotate(-24deg);
}

.company-page .company-btn__icon--tel::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1f378b;
}

@media (max-width: 760px) {
    .company-page .company-kv {
        min-height: 86px;
    }

    .company-page .company-kv__inner {
        padding: 16px 22px;
    }

    .company-page .company-kv__en {
        font-size: 42px;
    }

    .company-page .company-kv__title {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .company-page .company-container {
        padding: 16px 20px 52px;
    }

    .company-page .company-lead {
        font-size: 15px;
    }

    .company-page .company-section {
        margin-bottom: 42px;
    }

    .company-page .company-message,
    .company-page .company-access,
    .company-page .company-service-grid {
        grid-template-columns: 1fr;
    }

    .company-page .company-message {
        gap: 18px;
        padding: 22px;
    }

    .company-page .company-table th,
    .company-page .company-table td {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 18px;
        text-align: left;
    }

    .company-page .company-table th {
        text-align: center;
    }

    .company-page .company-service-card__text {
        text-align: center;
    }

    .company-page .company-cta__buttons {
        flex-direction: column;
        gap: 14px;
    }

    .company-page .company-btn {
        width: min(100%, 260px);
    }
}

/* ===== SP header CTA image correction ===== */
@media (max-width: 1024px) {

    .l-header__sp-tel::before,
    .l-header__sp-line::before {
        content: none;
    }

    .l-header__sp-tel,
    .l-header__sp-line {
        overflow: hidden;
        background: transparent;
    }

    .l-header__sp-tel img,
    .l-header__sp-line img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ===== SP header CTA size and order correction ===== */
@media (max-width: 1024px) {
    .l-header__inner {
        justify-content: space-between;
    }

    .l-header__sp-cta {
        order: 1;
        flex: 0 0 auto;
        height: 56px;
    }

    .l-header__hamburger {
        order: -1;
    }

    .l-header__logo {
        order: 2;
        display: flex;
        flex: 1 1 auto;
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 26px;
    }

    .l-header__sp-tel,
    .l-header__sp-line,
    .l-header__hamburger {
        width: 66px;
        min-width: 66px;
        max-width: 66px;
        height: 56px;
        min-height: 56px;
        max-height: 56px;
        flex: 0 0 66px;
    }

    .l-header__sp-tel img,
    .l-header__sp-line img {
        display: block;
        width: 66px;
        height: 56px;
        max-width: none;
        object-fit: cover;
    }
}

@media (max-width: 374px) {
    .l-header__logo {
        padding-right: 18px;
    }

    .l-header__sp-tel,
    .l-header__sp-line,
    .l-header__hamburger {
        width: 56px;
        min-width: 56px;
        max-width: 56px;
        flex-basis: 56px;
    }

    .l-header__sp-tel img,
    .l-header__sp-line img {
        width: 56px;
    }
}

/* ===== SP header CTA final size/order fix ===== */
@media (max-width: 1024px) {
    .l-header__menu {
        display: none;
    }

    .l-header__inner {
        display: flex !important;
        align-items: stretch !important;
        justify-content: space-between !important;
        height: 56px !important;
        min-height: 56px !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .l-header__logo {
        order: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex: 1 1 auto !important;
        height: 56px !important;
        margin: 0 !important;
        padding: 0 0 0 26px !important;
    }

    .l-header__logo a {
        min-height: 56px !important;
        height: 56px !important;
    }

    .l-header__sp-cta {
        order: 2 !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: flex-end !important;
        flex: 0 0 auto !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
    }

    .l-header__hamburger,
    .l-header__sp-tel,
    .l-header__sp-line {
        display: block !important;
        box-sizing: border-box !important;
        flex: 0 0 66px !important;
        width: 66px !important;
        min-width: 66px !important;
        max-width: 66px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
        vertical-align: top !important;
    }

    .l-header__hamburger {
        position: relative !important;
        background: #f8a500 !important;
    }

    .l-header__sp-tel,
    .l-header__sp-line {
        background: transparent !important;
        font-size: 0 !important;
    }

    .l-header__sp-tel::before,
    .l-header__sp-line::before {
        content: none !important;
        display: none !important;
    }

    .l-header__sp-tel img,
    .l-header__sp-line img {
        display: block !important;
        box-sizing: border-box !important;
        width: 66px !important;
        min-width: 66px !important;
        max-width: 66px !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        object-fit: fill !important;
        vertical-align: top !important;
    }
}

@media (max-width: 374px) {
    .l-header__logo {
        padding-left: 18px !important;
    }

    .l-header__hamburger,
    .l-header__sp-tel,
    .l-header__sp-line,
    .l-header__sp-tel img,
    .l-header__sp-line img {
        width: 56px !important;
        min-width: 56px !important;
        max-width: 56px !important;
        flex-basis: 56px !important;
    }
}

/* ===== SP header hamburger right fix ===== */
@media (max-width: 1024px) {
    .l-header__sp-tel {
        order: 1 !important;
    }

    .l-header__sp-line {
        order: 2 !important;
    }

    .l-header__hamburger {
        order: 3 !important;
    }
}

/* ===== SP menu horizontal scroll fix ===== */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 1024px) {

    .l-header,
    .l-header__inner {
        max-width: 100vw;
        overflow-x: clip;
    }

    .l-sp-menu {
        right: 0 !important;
        left: auto !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        transform: translate3d(100%, 0, 0) !important;
        will-change: transform;
    }

    .l-sp-menu.is-open {
        transform: translate3d(0, 0, 0) !important;
    }

    body.is-sp-menu-open {
        overflow: hidden;
        width: 100%;
        touch-action: none;
    }
}

/* ===== Company info table SP correction ===== */
.company-page .company-section--info .company-table {
    table-layout: fixed;
    border-radius: 22px;
    overflow: hidden;
}

.company-page .company-section--info .company-table th {
    width: 31%;
    min-width: 140px;
}

.company-page .company-section--info .company-table td {
    width: 69%;
}

@media (max-width: 768px) {
    .company-page .company-container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .company-page .company-section--info .company-table {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 22px;
        overflow: hidden;
    }

    .company-page .company-section--info .company-table tbody {
        display: table-row-group;
    }

    .company-page .company-section--info .company-table tr {
        display: table-row;
    }

    .company-page .company-section--info .company-table th,
    .company-page .company-section--info .company-table td {
        display: table-cell;
        height: 120px;
        min-height: 120px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid #e8e8e8;
        vertical-align: middle;
    }

    .company-page .company-section--info .company-table th {
        width: 35%;
        min-width: 0;
        padding-right: 10px;
        padding-left: 10px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .06em;
        background: #079bd0;
    }

    .company-page .company-section--info .company-table td {
        width: 65%;
        padding-right: 24px;
        padding-left: 24px;
        color: #111;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: .08em;
        word-break: normal;
        overflow-wrap: anywhere;
        background: #fff;
    }
}

@media (max-width: 390px) {
    .company-page .company-section--info .company-table th {
        width: 34%;
        font-size: 18px;
    }

    .company-page .company-section--info .company-table td {
        width: 66%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 18px;
    }
}

/* ===== Company message SP comp correction ===== */
@media (max-width: 768px) {
    .company-page .company-breadcrumb {
        gap: 10px;
        margin: 0 0 34px;
        padding: 0 12px;
        color: #1c2a2d;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.4;
    }

    .company-page .company-breadcrumb a {
        color: #1c2a2d;
        font-size: inherit;
        font-weight: inherit;
    }

    .company-page .company-breadcrumb span {
        color: #1c2a2d;
    }

    .company-page .company-breadcrumb span:nth-child(2) {
        font-size: 22px;
        line-height: 1;
    }

    .company-page .company-lead {
        margin: 0 0 36px;
        padding: 0 12px;
        color: #000;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.48;
        letter-spacing: .02em;
    }

    .company-page .company-section--message {
        margin-bottom: 56px;
    }

    .company-page .company-section--message .company-section__title {
        margin: 0 0 12px;
        padding-left: 20px;
        color: #1c2a2d;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .02em;
    }

    .company-page .company-section--message .company-section__title::before {
        top: .13em;
        width: 8px;
        height: 1.45em;
        background: #079bd0;
    }

    .company-page .company-message {
        display: block;
        margin: 0;
        padding: 26px 36px 34px;
        border-radius: 22px;
        background: #fff;
    }

    .company-page .company-message__thumb,
    .company-page .company-placeholder {
        width: 100%;
        aspect-ratio: 340 / 184;
        margin: 0 auto 34px;
        border-radius: 14px;
        overflow: hidden;
    }

    .company-page .company-message__name {
        margin: 0 0 14px;
        color: #000;
        font-size: 26px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .02em;
    }

    .company-page .company-message__role {
        margin: -8px 0 14px;
        color: #333;
        font-size: 14px;
        font-weight: 700;
    }

    .company-page .company-message__text {
        color: #000;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: .05em;
    }

    .company-page .company-message__text p {
        margin: 0;
    }
}

@media (max-width: 390px) {
    .company-page .company-lead {
        font-size: 22px;
    }

    .company-page .company-section--message .company-section__title {
        font-size: 28px;
    }

    .company-page .company-message {
        padding-right: 32px;
        padding-left: 32px;
    }

    .company-page .company-message__name {
        font-size: 24px;
    }

    .company-page .company-message__text {
        font-size: 16px;
    }
}

/* ===== Company service SP comp correction ===== */
@media (max-width: 768px) {
    .company-page .company-section--service {
        margin-bottom: 48px;
    }

    .company-page .company-section--service .company-section__title {
        margin: 0 0 14px;
        padding-left: 12px;
        color: #1c2a2d;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .02em;
    }

    .company-page .company-section--service .company-section__title::before {
        top: .1em;
        width: 5px;
        height: 1.45em;
        background: #079bd0;
    }

    .company-page .company-service-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .company-page .company-service-card {
        min-height: 0;
        padding: 14px 16px 24px;
        border-radius: 12px;
        background: #fff;
        text-align: center;
    }

    .company-page .company-service-card__icon {
        height: 94px;
        margin: 0 auto 4px;
        color: #333;
    }

    .company-page .company-service-card__icon svg {
        width: 76px;
        height: 92px;
    }

    .company-page .company-service-card__title {
        margin: 0 0 10px;
        color: #079bd0;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .04em;
    }

    .company-page .company-service-card__text {
        margin: 0;
        color: #111;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.65;
        letter-spacing: .03em;
        text-align: left;
    }
}

@media (max-width: 390px) {
    .company-page .company-service-card {
        padding-right: 14px;
        padding-left: 14px;
    }

    .company-page .company-service-card__text {
        font-size: 11px;
    }
}

/* ===== Company service icon transparent fix ===== */
.company-page .company-service-card__icon,
.company-page .company-service-card__icon svg {
    background: transparent !important;
    box-shadow: none !important;
}

.company-page .company-service-card__icon svg * {
    background: transparent !important;
}

/* ===== Company access SP comp correction ===== */
@media (max-width: 768px) {
    .company-page .company-section--access {
        margin-bottom: 48px;
    }

    .company-page .company-section--access .company-section__title {
        margin: 0 0 14px;
        padding-left: 12px;
        color: #1c2a2d;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .02em;
    }

    .company-page .company-section--access .company-section__title::before {
        top: .1em;
        width: 5px;
        height: 1.45em;
        background: #079bd0;
    }

    .company-page .company-section--access .company-access {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-page .company-section--access .company-access__map {
        min-height: 170px;
        border-radius: 0;
        background: #d9d9d9;
    }

    .company-page .company-section--access .company-access__map iframe,
    .company-page .company-section--access .company-map-placeholder {
        min-height: 170px;
    }

    .company-page .company-section--access .company-map-placeholder {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: .08em;
        text-align: center;
    }

    .company-page .company-section--access .company-table--small {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }

    .company-page .company-section--access .company-table--small tbody {
        display: table-row-group;
    }

    .company-page .company-section--access .company-table--small tr {
        display: table-row;
    }

    .company-page .company-section--access .company-table--small th,
    .company-page .company-section--access .company-table--small td {
        display: table-cell;
        height: 66px;
        min-height: 66px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #e8e8e8;
        vertical-align: middle;
    }

    .company-page .company-section--access .company-table--small tr:last-child th,
    .company-page .company-section--access .company-table--small tr:last-child td {
        border-bottom: 0;
    }

    .company-page .company-section--access .company-table--small th {
        width: 35%;
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .04em;
        background: #079bd0;
    }

    .company-page .company-section--access .company-table--small td {
        width: 65%;
        padding-right: 14px;
        padding-left: 14px;
        color: #111;
        text-align: left;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: .03em;
        word-break: normal;
        overflow-wrap: anywhere;
        background: #fff;
    }
}

/* ===== Company KV SP comp correction ===== */
@media (max-width: 768px) {
    .company-page .company-kv {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 170px;
        padding: 0;
        background: #079bd0;
    }

    .company-page .company-kv__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        text-align: center;
    }

    .company-page .company-kv__en {
        margin: 0;
        color: rgba(255, 255, 255, .72);
        font-size: 56px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .16em;
        text-indent: .16em;
    }

    .company-page .company-kv__title {
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.35;
        letter-spacing: .06em;
    }
}

@media (max-width: 390px) {
    .company-page .company-kv {
        min-height: 160px;
    }

    .company-page .company-kv__en {
        font-size: 46px;
    }

    .company-page .company-kv__title {
        font-size: 22px;
    }
}

/* ===== Footer lower SP comp correction ===== */
@media (max-width: 768px) {
    .l-footer--lower {
        margin-top: 0;
        padding: 28px 0 30px;
        background: #079bd0;
    }

    .l-footer--lower .l-footer__lower-inner {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0 46px;
        gap: 0;
    }

    .l-footer--lower .l-footer__brand {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 44px;
        text-align: center;
        margin: 0 auto;
    }

    .l-footer--lower .l-footer-low__nav,
    .l-footer--lower .l-footer__nav {
        order: 1;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
        margin: 0;
    }

    .l-footer--lower .l-footer__group {
        margin: 0;
    }

    .l-footer--lower .l-footer__heading {
        margin: 0 0 9px;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.5;
        letter-spacing: .08em;
        text-align: left;
    }

    .l-footer--lower .l-footer__menu {
        display: grid;
        gap: 6px;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .l-footer--lower .l-footer__menu a {
        position: relative;
        display: inline-block;
        padding-left: 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: .08em;
        text-decoration: none;
    }

    .l-footer--lower .l-footer__menu a::before {
        content: "";
        position: absolute;
        left: 0;
        top: .45em;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
    }

    .l-footer--lower .l-footer__logo {
        margin: 0 0 28px;
    }

    .l-footer--lower .l-footer__logo a {
        display: inline-flex;
        width: auto;
        max-width: 150px;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .l-footer--lower .l-footer__logo img {
        display: block;
        width: 150px;
        max-width: 150px;
        height: auto;
        object-fit: contain;
    }

    .l-footer--lower .l-footer__brand .l-footer__logo::after {
        content: "スマホ修理・販売・教室を運営するメディアです。";
        display: block;
        width: 210px;
        margin: 22px auto 0px;
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.6;
        letter-spacing: .08em;
        text-align: left;
    }

    .l-footer--lower .l-footer__sns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin: 0;
    }

    .l-footer--lower .l-footer__sns a,
    .l-footer--lower .l-footer__sns img {
        width: 82px;
        height: 82px;
    }

    .l-footer--lower .l-footer__sns img {
        display: block;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .l-footer--lower .l-footer__bottom {
        max-width: 100%;
        margin: 26px auto 0;
        padding: 0 24px;
        text-align: center;
    }

    .l-footer--lower .l-footer__copy {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: .08em;
        white-space: normal;
    }
}

/* ===== Author list writer card SP comp correction ===== */
@media (max-width: 768px) {
    .authors-page .authors-section .authors-grid {
        display: grid;
        gap: 18px;
    }

    .authors-page .authors-section .author-card {
        border-radius: 28px;
        background: #fff;
        overflow: hidden;
    }

    .authors-page .authors-section .author-card-inner {
        display: grid;
        grid-template-columns: 35% minmax(0, 1fr);
        grid-template-areas:
            "avatar info"
            "bottom bottom";
        column-gap: 20px;
        row-gap: 14px;
        align-items: center;
        min-height: 0;
        padding: 30px 28px 26px;
    }

    .authors-page .authors-section .author-avatar {
        grid-area: avatar;
        align-self: center;
        justify-self: center;
        width: 142px;
        max-width: 100%;
        aspect-ratio: 1;
        height: auto;
        min-height: 0;
        margin: 0;
        border-radius: 50%;
        background: #d9d9d9;
        overflow: hidden;
    }

    .authors-page .authors-section .author-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .authors-page .authors-section .author-info {
        display: contents;
    }

    .authors-page .authors-section .author-head,
    .authors-page .authors-section .author-bio,
    .authors-page .authors-section .author-specialties {
        grid-column: 2;
    }

    .authors-page .authors-section .author-head {
        margin: 0 0 4px;
        padding-bottom: 8px;
        border-bottom: 1px solid #079bd0;
    }

    .authors-page .authors-section .author-name {
        margin: 0 0 2px;
        color: #079bd0;
        font-size: 28px;
        font-weight: 900;
        line-height: 1.25;
        letter-spacing: .04em;
    }

    .authors-page .authors-section .author-role {
        color: #111;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .04em;
    }

    .authors-page .authors-section .author-bio {
        display: -webkit-box;
        margin: 0 0 12px;
        color: #111;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.65;
        letter-spacing: .08em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .authors-page .authors-section .author-specialties {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin: 0;
    }

    .authors-page .authors-section .author-specialty {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 10px;
        background: #d9d9d9;
        border-radius: 0;
        color: #222;
    }

    .authors-page .authors-section .author-specialty__label {
        padding: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: .06em;
    }

    .authors-page .authors-section .author-specialty__value {
        display: none;
    }

    .authors-page .authors-section .author-card-bottom {
        grid-area: bottom;
        display: grid;
        grid-template-columns: 35% minmax(0, 1fr);
        grid-template-areas:
            "sns link"
            "sns count";
        column-gap: 20px;
        row-gap: 14px;
        align-items: center;
        margin-top: 12px;
    }

    .authors-page .authors-section .author-meta-line {
        display: contents;
    }

    .authors-page .authors-section .author-sns {
        grid-area: sns;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 0;
    }

    .authors-page .authors-section .author-sns a,
    .authors-page .authors-section .author-sns img {
        display: block;
        width: 34px;
        height: 34px;
    }

    .authors-page .authors-section .author-sns img {
        object-fit: contain;
    }

    .authors-page .authors-section .author-link {
        grid-area: link;
        width: 100%;
        min-width: 0;
        min-height: 48px;
        margin: 0;
        padding: 0 22px;
        border-radius: 999px;
        background: #079bd0;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 900;
        letter-spacing: .08em;
        white-space: nowrap;
    }

    .authors-page .authors-section .author-count {
        grid-area: count;
        margin: 0;
        color: #111;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        letter-spacing: .05em;
        white-space: nowrap;
    }
}

@media (max-width: 430px) {
    .authors-page .authors-section .author-card-inner {
        grid-template-columns: 34% minmax(0, 1fr);
        column-gap: 16px;
        padding: 26px 24px 24px;
    }

    .authors-page .authors-section .author-avatar {
        width: 122px;
    }

    .authors-page .authors-section .author-name {
        font-size: 24px;
    }

    .authors-page .authors-section .author-role {
        font-size: 14px;
    }

    .authors-page .authors-section .author-bio {
        font-size: 16px;
        line-height: 1.6;
    }

    .authors-page .authors-section .author-specialties {
        gap: 14px;
    }

    .authors-page .authors-section .author-specialty {
        min-height: 40px;
    }

    .authors-page .authors-section .author-specialty__label {
        font-size: 1rem;
    }

    .authors-page .authors-section .author-card-bottom {
        grid-template-columns: 34% minmax(0, 1fr);
        column-gap: 16px;
    }

    .authors-page .authors-section .author-link {
        min-height: 44px;
        font-size: 1rem;
        letter-spacing: .06em;
    }

    .authors-page .authors-section .author-count {
        font-size: 17px;
    }
}

@media (max-width: 374px) {

    .authors-page .authors-section .author-card-inner,
    .authors-page .authors-section .author-card-bottom {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .authors-page .authors-section .author-avatar,
    .authors-page .authors-section .author-head,
    .authors-page .authors-section .author-bio,
    .authors-page .authors-section .author-specialties,
    .authors-page .authors-section .author-card-bottom,
    .authors-page .authors-section .author-sns,
    .authors-page .authors-section .author-link,
    .authors-page .authors-section .author-count {
        grid-area: auto;
        grid-column: auto;
    }
}

/* ===== Author list writer card SP final comp correction ===== */
@media (max-width: 768px) {
    .authors-page .authors-section .authors-grid {
        display: grid !important;
        gap: 18px !important;
    }

    .authors-page .authors-section .author-card {
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 28px !important;
        background: #fff !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    .authors-page .authors-section .author-card-inner {
        display: grid !important;
        grid-template-columns: 150px minmax(0, 1fr) !important;
        grid-template-areas:
            "avatar head"
            "avatar bio"
            "avatar specs"
            "sns link"
            "sns count" !important;
        column-gap: 20px !important;
        row-gap: 10px !important;
        align-items: center !important;
        min-height: 0 !important;
        padding: 34px 28px 28px 24px !important;
        text-align: left !important;
    }

    .authors-page .authors-section .author-info,
    .authors-page .authors-section .author-card-bottom,
    .authors-page .authors-section .author-meta-line {
        display: contents !important;
    }

    .authors-page .authors-section .author-avatar {
        grid-area: avatar !important;
        align-self: center !important;
        justify-self: center !important;
        width: 142px !important;
        height: 142px !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #d9d9d9 !important;
        overflow: hidden !important;
    }

    .authors-page .authors-section .author-avatar img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        background: #d9d9d9 !important;
    }

    .authors-page .authors-section .author-head {
        grid-area: head !important;
        align-self: end !important;
        margin: 0 !important;
        padding: 0 0 10px !important;
        border-bottom: 2px solid #079bd0 !important;
    }

    .authors-page .authors-section .author-name {
        margin: 0 0 2px !important;
        color: #079bd0 !important;
        font-size: 23px !important;
        font-weight: 900 !important;
        line-height: 1.25 !important;
        letter-spacing: .04em !important;
    }

    .authors-page .authors-section .author-role {
        margin: 0 !important;
        color: #111 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        letter-spacing: .06em !important;
    }

    .authors-page .authors-section .author-bio {
        grid-area: bio !important;
        display: -webkit-box !important;
        margin: 0 !important;
        color: #111 !important;
        font-size: 21px !important;
        font-weight: 500 !important;
        line-height: 1.55 !important;
        letter-spacing: .08em !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;
    }

    .authors-page .authors-section .author-specialties {
        grid-area: specs !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
        margin: 4px 0 0 !important;
    }

    .authors-page .authors-section .author-specialty {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 44px !important;
        padding: 0 10px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #d9d9d9 !important;
        color: #222 !important;
    }

    .authors-page .authors-section .author-specialty__label {
        display: block !important;
        padding: 0 !important;
        color: #222 !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: .08em !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    .authors-page .authors-section .author-specialty__value {
        display: none !important;
    }

    .authors-page .authors-section .author-sns {
        grid-area: sns !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    .authors-page .authors-section .author-sns a,
    .authors-page .authors-section .author-sns img {
        display: block !important;
        width: 34px !important;
        height: 34px !important;
    }

    .authors-page .authors-section .author-sns img {
        object-fit: contain !important;
    }

    .authors-page .authors-section .author-link {
        grid-area: link !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        margin: 0 !important;
        padding: 0 20px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #079bd0 !important;
        color: #fff !important;
        font-size: 21px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: .08em !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    .authors-page .authors-section .author-count {
        grid-area: count !important;
        justify-self: center !important;
        margin: 0 !important;
        color: #111 !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        letter-spacing: .06em !important;
        text-align: center !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 430px) {
    .authors-page .authors-section .author-card-inner {
        grid-template-columns: 34% minmax(0, 1fr) !important;
        column-gap: 16px !important;
        row-gap: 9px !important;
        padding: 28px 24px 24px 22px !important;
    }

    .authors-page .authors-section .author-avatar {
        width: 122px !important;
        height: 122px !important;
    }

    .authors-page .authors-section .author-name {
        font-size: 24px !important;
    }

    .authors-page .authors-section .author-role {
        font-size: 14px !important;
    }

    .authors-page .authors-section .author-bio {
        font-size: 17px !important;
        line-height: 1.55 !important;
    }

    .authors-page .authors-section .author-specialties {
        gap: 14px !important;
    }

    .authors-page .authors-section .author-specialty {
        min-height: 42px !important;
    }

    .authors-page .authors-section .author-specialty__label {
        font-size: 1rem !important;
    }

    .authors-page .authors-section .author-link {
        min-height: 48px !important;
        font-size: 1rem !important;
        letter-spacing: .06em !important;
    }

    .authors-page .authors-section .author-count {
        font-size: 17px !important;
    }
}

@media (max-width: 374px) {
    .authors-page .authors-section .author-card-inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "head"
            "avatar"
            "bio"
            "specs"
            "link"
            "count"
            "sns" !important;
        padding: 26px 22px !important;
    }

    .authors-page .authors-section .author-head,
    .authors-page .authors-section .author-bio,
    .authors-page .authors-section .author-specialties,
    .authors-page .authors-section .author-sns,
    .authors-page .authors-section .author-link,
    .authors-page .authors-section .author-count {
        grid-column: auto !important;
    }
}

/* ===== Author detail post heading count ===== */
.author-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
}

.author-section-heading .author-section-title {
    margin: 0;
}

.author-section-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 24px;
    padding: 3px 14px;
    border-radius: 999px;
    background: none;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .author-section-heading {
        gap: 10px;
        margin-bottom: 18px;
    }

    .author-section-count {
        min-width: 50px;
        min-height: 22px;
        padding: 3px 12px;
        font-size: 1rem;
    }
}

/* ===== Author detail post sort tabs ===== */
.author-section-heading {
    padding-bottom: 24px;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 30px;
}

.author-post-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
}

.author-post-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.author-post-tab.is-active {
    background: #079bd0;
    color: #fff;
}

@media (max-width: 768px) {
    .author-section-heading {
        padding-bottom: 18px;
        margin-bottom: 22px;
    }

    .author-post-tabs {
        gap: 10px;
        margin-bottom: 22px;
    }

    .author-post-tab {
        min-width: 96px;
        min-height: 38px;
        padding: 0 18px;
        font-size: 14px;
    }
}

/* ===== Lower page hero SP unified with company ===== */
@media (max-width: 768px) {

    .authors-page .authors-hero,
    .repair-menu-page .repair-hero,
    .shop-page .repair-hero {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 170px;
        padding: 0;
        background: #079bd0;
    }

    .authors-page .authors-hero__inner,
    .repair-menu-page .repair-hero__inner,
    .shop-page .repair-hero__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        text-align: center;
    }

    .authors-page .authors-hero__en,
    .repair-menu-page .repair-hero__en,
    .shop-page .repair-hero__en {
        margin: 0;
        color: rgba(255, 255, 255, .72);
        font-size: 56px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .16em;
        text-indent: .16em;
    }

    .authors-page .authors-hero__title,
    .repair-menu-page .repair-hero__title,
    .shop-page .repair-hero__title {
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.35;
        letter-spacing: .06em;
    }
}

@media (max-width: 390px) {

    .authors-page .authors-hero,
    .repair-menu-page .repair-hero,
    .shop-page .repair-hero {
        min-height: 160px;
    }

    .authors-page .authors-hero__en,
    .repair-menu-page .repair-hero__en,
    .shop-page .repair-hero__en {
        font-size: 46px;
    }

    .authors-page .authors-hero__title,
    .repair-menu-page .repair-hero__title,
    .shop-page .repair-hero__title {
        font-size: 22px;
    }
}

/* ===== Front FV image coding implementation ===== */
.front-page .front-fv {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #079bd0;
    box-shadow: none;
}

.front-page .front-fv::before {
    content: none;
}

.front-page .front-fv__bg {
    display: block;
    width: 100%;
}

.front-page .front-fv__bg img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.front-page .front-fv__cta {
    position: absolute;
    left: 5.2%;
    top: 31.5%;
    z-index: 2;
    display: block;
    width: 34.2%;
    max-width: 340px;
    line-height: 0;
    text-decoration: none;
}

.front-page .front-fv__cta picture,
.front-page .front-fv__cta img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 750px) {
    .front-page .front-fv {
        overflow: hidden;
    }

    .front-page .front-fv__cta {
        left: 9.8%;
        top: 47.2%;
        width: 80.4%;
        max-width: none;
    }
}

/* ===== Front FV display conflict fix ===== */
.front-page .front-fv {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.front-page .front-fv__bg,
.front-page .front-fv__bg img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.front-page .front-fv__bg {
    display: block !important;
    line-height: 0 !important;
}

.front-page .front-fv__bg img {
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.front-page .front-fv__cta {
    line-height: 0 !important;
}

.front-page .front-fv__cta picture,
.front-page .front-fv__cta img {
    position: static !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
}

/* ===== Front FV visibility conflict fix ===== */
.front-page .front-fv {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: #079bd0 !important;
}

.front-page .front-fv::before,
.front-page .front-fv::after {
    content: none !important;
}

.front-page .front-fv__bg {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
}

.front-page .front-fv__bg img {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
}

.front-page .front-fv__cta {
    position: absolute !important;
    left: 5.2% !important;
    top: 51.5% !important;
    z-index: 3 !important;
    display: block !important;
    width: 34.2% !important;
    max-width: 340px !important;
    line-height: 0 !important;
}

.front-page .front-fv__cta picture,
.front-page .front-fv__cta img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 750px) {
    .front-page .front-fv__cta {
        left: 9.8% !important;
        top: 42.2% !important;
        width: 80.4% !important;
        max-width: none !important;
    }
}

/* ===== Front page outer spacing adjustment ===== */
.front-page {
    padding-right: 2% !important;
    box-sizing: border-box !important;
}

@media (max-width: 1200px) and (min-width: 751px) {
    .front-page {
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
}

@media (max-width: 750px) {
    .front-page {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .front-popular,
    .front-tabs,
    .front-categories {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* ===== Front popular PC slider arrows ===== */
.front-main .front-popular {
    position: relative;
}

.front-popular__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.front-popular__arrow {
    position: absolute;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: none;
    transform: translateY(-50%);
    transition: opacity .2s ease, transform .2s ease;
}

.front-popular__arrow.prev-arrow {
    left: -18px;
}

.front-popular__arrow.next-arrow {
    right: -18px;
}

.front-popular__arrow img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.front-popular__arrow:hover {
    opacity: .86;
    transform: translateY(calc(-50% - 1px));
}

.front-popular__arrow.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

@media (max-width: 750px) {
    .front-popular__arrows {
        display: none !important;
    }
}

/* ===== Footer original final override ===== */
@media (min-width: 1025px) {
    footer.l-footer.l-footer--original .l-footer__right {
        display: block !important;
    }

    footer.l-footer.l-footer--original .l-footer__menu {
        display: flex !important;
    }

    footer.l-footer.l-footer--original .l-footer__sns a,
    footer.l-footer.l-footer--original .l-footer__sns img {
        width: 2.5rem !important;
        height: 2.5rem !important;
        max-width: none !important;
        max-height: none !important;
    }
}

@media (max-width: 1024px) {
    footer.l-footer.l-footer--original .l-footer__inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        max-width: none !important;
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    footer.l-footer.l-footer--original .l-footer__left {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    footer.l-footer.l-footer--original .l-footer__right,
    footer.l-footer.l-footer--original .l-footer__nav,
    footer.l-footer.l-footer--original .l-footer__menu {
        display: none !important;
    }

    footer.l-footer.l-footer--original .l-footer__logo,
    footer.l-footer.l-footer--original .l-footer__sns {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 0 !important;
        margin-top: 1rem !important;
    }

    footer.l-footer.l-footer--original .l-footer__sns {
        justify-content: center !important;
    }
}

/* ===== Shop CTA icon visibility fix ===== */
.shop-card__btn .shop-card__btn-icon img,
.shop-consult__icon img {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
}

.shop-card__btn-icon,
.shop-consult__icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    line-height: 0;
}

/* ===== Blog archive SP category banner reposition ===== */
.blog-category-banner--sp {
    display: none;
}

@media (min-width: 751px) {
    .blog-category-banner--pc {
        display: block;
    }
}

@media (max-width: 750px) {
    .blog-category-banner--pc {
        display: none !important;
    }

    .blog-archive {
        padding-top: 34px;
    }

    .blog-archive__head {
        padding-top: 0;
        border-top: 0;
    }

    .blog-archive__title {
        display: flex;
        align-items: center;
        min-height: 80px;
        margin: 0 0 28px;
        padding-left: 34px;
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: .02em;
    }

    .blog-archive__title::before {
        width: 15px;
        height: 80px;
        background: #069bd0;
    }

    .blog-category-banner--sp {
        display: block !important;
        width: 100% !important;
        margin: 0 0 28px !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .blog-category-banner--sp .blog-category-banner__inner {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px 24px !important;
        max-width: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .blog-category-banner--sp .blog-category-card {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 66px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: none !important;
        color: #000 !important;
    }

    .blog-category-banner--sp .blog-category-card--all {
        background: #069bd0 !important;
        color: #fff !important;
    }

    .blog-category-banner--sp .blog-category-card__icon {
        display: none !important;
    }

    .blog-category-banner--sp .blog-category-card__label {
        color: inherit !important;
        font-size: 23px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        letter-spacing: .04em !important;
        white-space: nowrap !important;
    }

    .blog-archive__tools {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    .blog-archive__title {
        min-height: 64px;
        padding-left: 24px;
        font-size: 32px;
    }

    .blog-archive__title::before {
        width: 12px;
        height: 64px;
    }

    .blog-category-banner--sp .blog-category-banner__inner {
        gap: 12px 14px !important;
    }

    .blog-category-banner--sp .blog-category-card {
        min-height: 52px !important;
        padding: 0 8px !important;
    }

    .blog-category-banner--sp .blog-category-card__label {
        font-size: 16px !important;
    }
}

/* プライバシーポリシースタイル設定 */
/* ===== Privacy Policy Page ===== */
.privacy-page {
    background: #f9f9f9;
    color: #333;
}

.privacy-page__container {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    background: #fff;
}

.privacy-page__title {
    margin: 0 0 32px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1a3a6b;
    color: #1a3a6b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.privacy-page__content {
    font-size: 15px;
    line-height: 1.8;
}

.privacy-page__content p {
    margin: 0 0 12px;
}

.privacy-page__content h2 {
    margin: 36px 0 14px;
    padding: 10px 16px;
    border-left: 4px solid #1a3a6b;
    background: #eef3fb;
    color: #1a3a6b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.privacy-page__content ul {
    margin: 0 0 12px;
    padding-left: 20px;
}

.privacy-page__content li {
    margin-bottom: 6px;
}

.privacy-page__content a {
    color: #1a3a6b;
    text-decoration: underline;
}

.privacy-page__content .contact-box {
    margin-top: 12px;
    padding: 20px 24px;
    border: 1px solid #c5d4ec;
    border-radius: 6px;
    background: #f0f4fb;
}

.privacy-page__content .contact-box p {
    margin-bottom: 4px;
}

.privacy-page__content .updated {
    margin-top: 48px;
    color: #888;
    font-size: 13px;
    text-align: right;
}

@media (max-width: 750px) {
    .privacy-page__container {
        padding: 36px 18px 64px;
    }

    .privacy-page__title {
        font-size: 24px;
    }
}