* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Hero Section --- */
.breadcrumb {
    line-height: 1.6;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(20, 20, 20, 0.12);
}

.breadcrumb ul {
    list-style: none;
    display: flex;
    padding: 0 2px;
}

.breadcrumb li+li {
    position: relative;
    padding-left: 36px;
    /* background: #f25; */
}

.breadcrumb li+li::before {
    content: "";
    background: #D9D7CC;
    width: 4px;
    height: 4px;
    left: 16px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    margin-top: -2px;
}

.breadcrumb a {
    color: #EF812B;
    text-decoration: none;
    font-weight: 600;
    transition: 0.6s;
}

.breadcrumb li {
    color: #EF812B;
    font-size: 14px;

}


.hero-section {
    padding: 20px 0 0;
}

.hero-container {
    display: flex;
    gap: 40px;
}

.hero-text {
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-text-top {
    margin: 0;
}

.hero-text-bottom {
    margin-top: auto;
}

.main-title {
    color: #EF812B;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    max-width: 441px;
    width: 100%;
    margin-top: 30px;
}

.main-title img {
    width: 100%;
    height: auto;
}

.sub-title-main {
    font-weight: bold;
    margin: 10px 0 30px 0;
    font-size: 32px;
    line-height: 1.6;
}

.profile-meta {
    margin-bottom: 25px;
}

.category-tag {
    display: inline-block;
    background: #0BC1AB;
    color: #fff;
    padding: 11px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 42px;
    width: auto;
    text-align: center;
	line-height: 20px;
}

.user-info {
    font-size: 24px;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

.user-info span {
    margin-left: 40px;
}

.catchphrase {
    color: #0AA391;
    font-size: 36px;
    margin-top: 22px;
    line-height: 1.6;
    font-weight: 700;
}

.hero-image {
    flex-basis: 50%;
    max-width: 600px;
    flex-shrink: 0;
}

.hero-image img {
    width: 100%;
    border-radius: 24px;
}

/* --- Interview Section --- */
.interview-section {
    padding: 160px 0 0;
}

.q-block {
    margin-bottom: 63px;
    max-width: 640px;
    flex-basis: 50%;
    flex-grow: 1;
}

.q-block:last-child {
    margin-bottom: 0;
}

.q-num {
    color: #0BC1AB;
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
}

.q-block h3 {
    font-size: 32px;
    margin: 0 0 27px 0;
    line-height: 1.6;
    font-weight: 600;
}

.q-block p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* --- Private Section --- */
.private-section {
    color: #fff;
    padding: 100px 0 0;
    margin: 0px 20px 0;
    border-radius: 25px;
}

.private-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 960px;
    background: #0BC1AB;
    padding: 40px 40px 40px 80px;
    box-sizing: border-box;
    border-radius: 48px;
}

.private-img {
    flex: 3;
    min-width: 0;
}

.private-content {
    flex: 5;
    min-width: 0;
}

.private-img img {
    border-radius: 24px;
    max-width: 100%;
}

.q-num-white {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.private-content h3 {
    font-size: 32px;
    margin: 2px 0 25px;
    line-height: 1.6;
    font-weight: 600;
}

.private-content p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}

/* --- Member List --- */
.member-list-section {
    padding: 160px 0;
    text-align: center;
    overflow: hidden;
}

.list-section-title {
    font-size: 32px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 1.6;
}

.list-section-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    background: #141414;
    margin: 13px auto 0;
}

.member-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.member-card img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* --- CTA Section --- */
.cta-section {
    display: flex;
    height: 120px;
}

.cta-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transition: opacity 0.3s;
}

.cta-box span {
    margin-left: 15px;
}

.recruit-new {
    background-color: #00bcd4;
}

.recruit-career {
    background-color: #00acc1;
}

.cta-box:hover {
    opacity: 0.9;
}

/* --- Footer --- */
.footer {
    padding: 60px 20px 30px;
    text-align: center;
}

.footer .logo {
    margin-bottom: 30px;
}

.footer-nav {
    margin-bottom: 40px;
}

.footer-nav a {
    margin: 0 15px;
    text-decoration: none;
    color: var(--text-main);
    font-size: 13px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-size: 11px;
    color: #999;
}

.corp-site-btn {
    background: #1a1a1a;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
}

/* --- Mobile Responsive --- */
@media (max-width: 1280px) {
.hero-text {
    flex-basis: 55%;
}
.hero-image {
    flex-basis: 45%;
}
}
@media (max-width: 1180px) {
    .catchphrase .sp_on {
        display: block;
    }
}
@media (max-width: 900px) {
.hero-text {
    flex-basis: 60%;
}
.hero-image {
    flex-basis: 40%;
}
}
@media (max-width: 768px) {
    .hero-container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .hero-text-top {
        order: 1;
    }

    .hero-text {
        display: contents;
    }

    .sub-title-main {
        font-size: 24px;
        margin: 10px 0 13px 0;
    }
.user-info {
    font-size: 20px;
}
    .hero-image img {
        margin-bottom: 0;
    }

    .hero-image {
        max-width: 100%;
    }

    .category-tag {
        margin-bottom: 13px;
    }

    .profile-meta {
        margin-bottom: 0;
    }

    .catchphrase {
        margin-top: 4px;
    }

    .main-title {
        max-width: 294px;
    }

    .member-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-section {
        flex-direction: column;
        height: auto;
    }

    .cta-box {
        padding: 30px 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .interview-section {
        padding: 60px 0 0;
    }

    .q-block h3 {
        font-size: 24px;
        margin: 0 0 8px 0;
    }

    .private-section {
        padding: 74px 0 0;
        margin: 0;
        border-radius: 0;
    }

    .private-inner {
        flex-direction: column;
        gap: 9px;
        max-width: 100%;
        border-radius: 0;
        padding: 40px 20px;
    }

    .private-content h3 {
        font-size: 24px;
        margin: 3px 0 7px;
    }

    .member-list-section {
        padding: 80px 0;
    }

    .list-section-title {
        font-size: 24px;
        margin-bottom: 26px;
    }
/* スライダーインタビューページ用 */
    .slider-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 横2列 */
        grid-template-rows: repeat(2, auto);    /* 縦2行 */
        gap: 20px;      /* スマホ用の余白 */
        width: 100%;    /* 幅を画面に合わせる */
        transform: none !important; /* スライダーの動きを無効化 */
        transition: opacity 0.5s ease; /* 切り替え時のフェード効果用 */
		        margin-left: 0;
        padding: 0 20px;
    }

    .member-card {
        width: 100%;    /* グリッド幅に合わせる */
        height: auto;
        aspect-ratio: 3 / 4; /* カードの比率を維持 */
        flex: none;
    }

    /* 5枚目以降は初期状態で非表示 */
    .member-card:nth-child(n+5) {
        display: none;
    }
	    .tag {
        padding: 5px 8px;
                max-width: calc(100% - 24px);
    }
}