/* The requirements page no longer waits for the legacy reveal observer. */
body.page-id-37805 .fadeUp,
body.page-id-37805 .fadeLeft,
body.page-id-37805 .fadeRight {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* Keep every reassurance card independent, including the numbered markers. */
#fukuoka06_03 .tokyo-static-list.ulstyle01.point01 {
    display: grid !important;
    gap: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#fukuoka06_03 .tokyo-static-list.ulstyle01.point01 > li.inner {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Replace the blurred legacy background image with the crisp arc treatment
   used for the reassurance section on the Fukuoka top page. */
#fukuoka06_03 .red-inner {
    position: relative;
    isolation: isolate;
    --fukuoka-arc-depth: min(16vw, 120px);
    padding: calc(var(--fukuoka-arc-depth) + 30px) 0 !important;
    overflow: hidden;
    background: linear-gradient(#ef1b2d, #ef1b2d) center var(--fukuoka-arc-depth) / 100% calc(100% - var(--fukuoka-arc-depth) - var(--fukuoka-arc-depth)) no-repeat !important;
}

#fukuoka06_03 .red-inner::before,
#fukuoka06_03 .red-inner::after {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 148%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ef1b2d;
    content: "";
    transform: translateX(-50%);
}

#fukuoka06_03 .red-inner::before {
    top: 0;
}

#fukuoka06_03 .red-inner::after {
    bottom: 0;
}

#fukuoka06_03 .red-inner > .slider-bg {
    position: relative;
    z-index: 1;
}

/* 福岡エリア: 7項目メニューを同一基準で整列 */
#arealist ul.seven {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
}

#arealist ul.seven li {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#arealist ul.seven li a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    min-height: 0;
    padding: 41px 0 2px;
    font-size: 13px;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: center;
    background-position: center top 8px;
}
/* 福岡エリア: 福岡トップ・体験談のアイコン位置のみ微調整 */
#arealist ul.seven li:nth-child(1) a,
#arealist ul.seven li:nth-child(5) a {
    background-position: center top 13px;
}
/* 福岡エリア: 7項目メニューで2行の文言を切らない */
#arealist ul.seven li {
    min-height: 74px;
}
#arealist ul.seven li a {
    min-height: 74px;
}
/* 福岡エリア: 7項目ナビを正方形に近づけつつ2行表示を収める */
#arealist ul.seven li {
    min-height: 64px;
}
#arealist ul.seven li a {
    min-height: 64px;
    padding: 34px 0 2px;
    font-size: 13px;
    line-height: 1.05;
    background-position: center top 8px;
}
#arealist ul.seven li:nth-child(1) a,
#arealist ul.seven li:nth-child(5) a {
    background-position: center top 10px;
}
/* 福岡エリア: 7項目メニューをモバイルで崩さない最終調整 */
#arealist ul.seven {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
#arealist ul.seven li {
    aspect-ratio: auto;
    min-height: 76px;
}
#arealist ul.seven li a {
    height: 76px;
    min-height: 76px;
    padding: 34px 0 3px;
    font-size: 13px;
    line-height: 1.08;
    overflow: hidden;
    background-position: center top 8px;
}
#arealist ul.seven li:nth-child(1) a,
#arealist ul.seven li:nth-child(5) a {
    background-position: center top 10px;
}
/* 福岡エリア: 体験談メニューを13px・2行で固定 */
#arealist ul.seven li:nth-child(5) a { letter-spacing: -2px; }
