@charset "UTF-8";
/* CSS Document */
.main {
    margin: 0 auto;
}
/* ヒーローの見た目は任意 */
.site-hero img {
    width: 100%;
    height: auto;
    display: block;
}

/* ナビ全体のレイアウト 
.below-hero-nav {
    max-width: 1080px;
}*/

@media (min-width: 768px) {
    .nav__toggle {
        display: none;
    }
    .pc-nav {
        position: sticky;
        top: 0;
        z-index: 50;
        background-color: #47539e;
    }
    .pc-nav:hover {
    }
    .pc-nav__inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 20px; /* 端の余白 */
    }
    .pc-nav__list {
        display: grid;
        grid-template-columns: repeat(6, 1fr); /* ← 6項目を等間隔で */
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 0;
        align-items: center;
        color: #ffffff;
    }
    .pc-nav__list li:hover {
        color: #fff86f;
    }
    .pc-nav__list > li {
        text-align: center;
    }
    .pc-nav__list a {
        display: block;
        text-decoration: none;
        padding: 12px 8px;
        padding: 10px 0;
        color: inherit;
    }
    .pc-nav__list a:hover {
    }
    .pc-nav__list a:focus-visible {
        outline: 2px solid #0b5fff;
        outline-offset: 2px;
    }
}

/* 動きが苦手なユーザー配慮（任意） */
@media (prefers-reduced-motion: reduce) {
    .bh-nav {
        transition: none;
    }
}

.section-about {
    position: relative;
    width: 100%;
    height: 506px;
    text-align: center;
}
.section-about h1,
.section-manegement h1,
.section-news h1,
.section-access h1 {
    display: inline-block;
    color: #47539e;
    font-size: 5.5rem;
    line-height: 5.2rem;
    font-weight: 500;
    text-align: left;
    top: 74px;
    left: 24px;
}
/* Group 7 */

.read-more {
    position: absolute;
    width: 194px;
    height: 50px;
    left: calc(50% - 194px / 2 - 8px);
    top: 1850px;
    color: #ffffff;
    background-color: #47539e;
    font-size: 5.5rem;
    line-height: 5.2rem;
    font-weight: 500;
    filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.2));
}

@media (min-width: 760px) {
    .section-about {
        height: 90vh;
        min-height: 581px;
        padding: 0 100px;
        box-sizing: border-box;
    }
    .title-wrapper {
        max-width: 375px;
        margin: 0 auto;
    }
    .section-about h1,
    .section-manegement h1,
    .section-news h1,
    .section-access h1 {
        font-size: 3rem;
        line-height: rem;
        font-weight: 600;
        top: 104px;
        margin: 0 auto 0 0;
    }
    .section-about h3 {
        font-size: 0.8rem;
        line-height: rem;
        font-weight: 600;
        top: 104px;
        margin: 0 auto 0 0;
    }
    .read-more {
        position: absolute;
        width: 194px;
        height: 50px;
        left: calc(50% - 194px / 2 - 8px);
        top: 1850px;
        color: #ffffff;
        background-color: #47539e;
        font-family:;
        font-size: 1rem;
        line-height: 5.2rem;
        font-weight: 500;

        filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.2));
    }
}
