/* カスタムスタイル - students8 */

/* ヒーロー動画 */
.hero-video-wrapper-8472 {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video-8472 {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    object-fit: cover;
    border-radius: 16px;
}

/* ヒーローセクションの高さ調整 */
.section_header76 {
    min-height: 90vh;
    padding-top: 80px;
}

.section_header76 .header76_component {
    min-height: 85vh;
    align-items: stretch;
}

.section_header76 .header76_content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_header76 .header76_content-right {
    min-height: 80vh;
}

/* 青系吹き出しスタイル */
.speech-blue-dark-8472 {
    background-color: #1e3a5f;
    color: #ffffff;
}

.speech-blue-light-8472 {
    background-color: #a8c5da;
    color: #1e3a5f;
}

.speech-blue-accent-8472 {
    background-color: #4a90c2;
    color: #ffffff;
}

/* スマホ用ヒーローセクション */
.section_header77 {
    padding-top: 70px;
}

.header77-mobile-wrapper-8472 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header77-video-wrapper-8472 {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.hero-video-mobile-8472 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header77-content-8472 {
    padding: 2rem 1.5rem;
    text-align: center;
}

.header77-content-8472 .speech-bubbles-v-flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.header77-content-8472 .speech-bubbles-h-flex {
    justify-content: center;
}

.header77-content-8472 .speech-container {
    margin: 0;
}

.header77-content-8472 .button-group {
    justify-content: center;
    flex-wrap: wrap;
}

/* スマホ用文字サイズ調整 */
.header77-content-8472 .heading-style-h1 {
    font-size: 1.8rem;
}

.header77-content-8472 .tag.speech {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.header77-content-8472 .text-size-medium {
    font-size: 0.9rem;
}

/* フッター背景色 - 青系 */
.footer3_component.color-scheme-7 {
    background-color: #6f8eb2;
}

.footer3_component.color-scheme-7 .footer-top {
    background-color: #1e3a5f;
}

.footer3_component.color-scheme-7 .footer-bottom {
    background-color: #6f8eb2;
}

.padding-global.footer-bottom {
    background-color: #6f8eb2;
}

.section_cta26 {
    background-color: #1e3a5f;
}

/* 青色テキスト */
.text-blue-8472 {
    color: #1e3a5f;
}

/* セクションタイトル - 紺色 */
.heading-style-h1,
.heading-style-h2,
.heading-style-h3 {
    color: #1e3a5f;
}

/* フッターCTA部分のタイトルは白 */
.section_cta26 .heading-style-h2,
.footer3_component .heading-style-h2 {
    color: #ffffff;
}

/* ヘッダーお問い合わせボタン - 青背景・白文字 */
.navbar5_menu-right .button.is-small:not(.is-secondary) {
    background-color: #1e3a5f;
    color: #ffffff;
    border-color: #1e3a5f;
}

.navbar5_menu-right .button.is-small:not(.is-secondary):hover {
    background-color: #2a4a73;
    color: #ffffff;
}

/* フッター白い隙間をなくす */
.footer3_component.color-scheme-7.z-index-1 {
    background-color: #6f8eb2;
}

/* フッターCTAボタン - 白い角丸ボタン */
.cta26_component .button-group a.footer-cta-btn-8472,
a.footer-cta-btn-8472 {
    display: inline-block;
    padding: 18px 48px;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 8px;
}

.cta26_component .button-group a.footer-cta-btn-8472:hover,
a.footer-cta-btn-8472:hover {
    background-color: #f0f0f0;
    color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* 地図セクション */
.map-section-7294 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.map-section-7294 iframe {
    width: 100%;
    height: 400px;
    border: 0;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.map-section-7294 iframe:hover {
    filter: grayscale(0%);
}

/* レスポンシブ対応 - 地図 */
@media screen and (max-width: 767px) {
    .map-section-7294 iframe {
        height: 300px;
    }
}

/* footer-bottomの上に余白を追加 */
.padding-global.footer-bottom {
    margin-top: 80px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 991px) {
    .padding-global.footer-bottom {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .cta26_component .button-group a.footer-cta-btn-8472,
    a.footer-cta-btn-8472 {
        display: block;
        width: auto;
        max-width: 300px;
        margin: 8px auto;
        text-align: center;
        padding: 16px 40px;
    }
    
    .padding-global.footer-bottom {
        margin-top: 40px;
    }
}
