/* CLT Page Styles
-------------------------------------------------- */

#clt-page {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background-color: #000;
    line-height: 1.8;
}

/* 共通ユーティリティ */
#clt-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

#clt-page .base {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#clt-page .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0;
}

/* ファーストビュー (Top Hero) */
.section-001 {
    position: relative;
    top:50px;
    width: 100%;
    /* overflow: hidden; */
    margin-bottom: 80px;
}

.section-001 img.img-001,
.section-001 .base>picture>img {
    width: 100%;
    object-fit: cover;
}

.section-001 .top-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-001 .top-slider img {
    width: 100%;
    object-fit: cover;
    max-height: 80vh;
}

.section-001 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    z-index: 10;
}

/* 特徴リスト (Feature Sections matching reference design) */
#clt-page .inner.number-list {
    padding-top: 100px;
}

#clt-page .inner.number-list li {
    position: relative;
    height: 550px;
    margin: 80px 0;
}

#clt-page .inner.number-list li:nth-child(odd) .img-001 {
    width: 50%;
    max-width: 640px;
    position: absolute;
    top: 0;
    right: 0;
}

#clt-page .inner.number-list li:nth-child(odd) .img-002 {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

#clt-page .inner.number-list li:nth-child(odd) .txt-box {
    width: 40%;
    margin-top: 10%;
    padding-left: 5%;
    float: left;
}

#clt-page .inner.number-list li:nth-child(even) .img-001 {
    width: 50%;
    max-width: 640px;
    position: absolute;
    top: 0;
    left: 0;
}

#clt-page .inner.number-list li:nth-child(even) .img-002 {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

#clt-page .inner.number-list li:nth-child(even) .txt-box {
    width: 40%;
    margin-top: 7%;
    padding-left: 5%;
    float: right;
}

#clt-page .inner.number-list .txt-box .txt-001 {
    display: block;
    font-weight: normal;
    margin: 10px 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

#clt-page .inner.number-list .txt-box .txt-002 {
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

#clt-page .inner.number-list li:nth-child(2) .txt-box .txt-002 {
    display: inline-block;
}

#clt-page .inner.number-list li:nth-child(2) .txt-box .txt-003,
#clt-page .inner.number-list li:nth-child(2) .txt-box .txt-004 {
    display: inline-block;
    font-size: 1.1em;
}

#clt-page .inner.number-list .txt-box p {
    color: #ccc;
}

/* Responsive Font Sizes matching ref */
@media screen and (min-width: 1025px) {
    #clt-page .inner.number-list .txt-box .txt-002 {
        font-size: 2em;
        margin: 0 0 30px 0;
    }

    #clt-page .inner.number-list .txt-box .txt-001 {
        font-size: 1em;
        margin: 0 0 10px 0;
    }

    #clt-page .inner.number-list .txt-box p {
        font-size: 1.2em;
        line-height: 2.1em;
    }
}

@media screen and (max-width: 1024px) {
    #clt-page .inner.number-list .txt-box .txt-002 {
        font-size: 1.4em;
        margin: 0 0 30px 0;
    }

    #clt-page .inner.number-list .txt-box .txt-001 {
        font-size: 0.7em;
        margin: 0 0 10px 0;
    }

    #clt-page .inner.number-list .txt-box p {
        font-size: 1.2em;
        line-height: 2em;
    }
}

@media screen and (max-width: 767px) {
    #clt-page .inner.number-list .txt-box .txt-002 {
        font-size: 1.3em;
        margin: 0 0 30px 0;
    }

    #clt-page .inner.number-list .txt-box .txt-001 {
        font-size: 0.6em;
        margin: 0 0 10px 0;
    }

    #clt-page .inner.number-list .txt-box p {
        font-size: 1.2em;
        line-height: 2em;
        text-align: justify;
    }
}

#clt-page .inner.number-list .notice {
    font-size: 0.85rem;
    color: #999;
    display: block;
    margin-top: 15px;
    padding-top: 10px;
}

#clt-page .inner.number-list .link-box {
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

#clt-page .inner.number-list .link-box img {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
}

#clt-page .inner.number-list .hd {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}

#clt-page .inner.number-list .stroke .border.line-right {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    right: 0;
    top: 0;
}

#clt-page .inner.number-list a:hover {
    opacity: 0.8;
}

/* Prevent bleeding of global main css h2 styles */
#clt-page .inner.number-list h2::before,
#clt-page .inner.number-list h2::after {
    display: none;
    content: none;
}

#clt-page .inner.number-list h2 {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background: transparent;
    box-shadow: none;
    font-family: 'Noto Sans JP', sans-serif;
}

/* Responsive */
@media screen and (max-width: 767px) {
    .section-001 h1 {
        width: 80%;
        max-width: 350px;
    }

    #clt-page .inner.number-list li {
        position: relative;
        margin-bottom: 100px;
        padding-top: 40px;
        height: auto;
    }

    #clt-page .inner.number-list li .img-001,
    #clt-page .inner.number-list li:nth-child(odd) .img-001,
    #clt-page .inner.number-list li:nth-child(even) .img-001 {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    #clt-page .inner.number-list li h2 {
        font-weight: normal;
    }

    #clt-page .inner.number-list li .img-002,
    #clt-page .inner.number-list li:nth-child(odd) .img-002,
    #clt-page .inner.number-list li:nth-child(even) .img-002 {
        width: 130px;
        position: relative;
    }

    #clt-page .inner.number-list li .txt-box,
    #clt-page .inner.number-list li:nth-child(odd) .txt-box,
    #clt-page .inner.number-list li:nth-child(even) .txt-box {
        margin-top: -50px;
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

/* Local Navigation */
.clt-local-nav {
    margin: 40px 0 20px;
}

.clt-local-nav .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.clt-local-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.clt-local-nav a {
    display: inline-block;
    padding: 15px 30px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #777;
    position: relative;
    transition: all 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}

.clt-local-nav a:hover,
.clt-local-nav li.current a {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .clt-local-nav {
        margin: 20px 0;
    }

    .clt-local-nav .inner {
        width: 100%;
        padding: 0 10px;
    }

    .clt-local-nav ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        gap: 5px;
    }

    .clt-local-nav ul::-webkit-scrollbar {
        height: 3px;
    }

    .clt-local-nav ul::-webkit-scrollbar-thumb {
        background-color: #666;
    }

    .clt-local-nav li {
        flex: 0 0 auto;
    }

    .clt-local-nav a {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
}

/* Fix mobile white gap at bottom of main due to global margin-bottom */
@media only screen and (max-width: 644px) {
    main[id^="clt-"] {
        margin-bottom: 0 !important;
        padding-bottom: 80px !important;
    }
}