body::before {
    background-image: url('images/main_pc.jpg');
    /* background-color: #fc2125; */
}

/* :root の個別設定
:root {} */

.header__nav--pc a:hover,
.header__inner a:hover {
    background-color: #fff;
}

.campaign {
    text-align: center;
    font-weight: 900;
    color: #fff;
    transform: rotate(-3deg);
    width: 120%;
    margin-left: -10%;
}

.campaign__inner p {
    margin-bottom: 0;
}

.campaign__inner {
    padding: 1rem 3rem;
    background-color: #fff;
    color: #57954d;
}

.campaign__inner h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 900;
}

.hero {
    /* background-color: #fc2125; */
    padding-bottom: 7rem;
    padding-top: 60px;
}

.header__logo {
    font-size: 0.9rem;
}

.bg-effect::after {
    background-color: rgba(0, 0, 0, 0);
}

.hero__title {
    font-size: 2.5rem;
    line-height: 1.2;
    border: 0.12em solid var(--color-page-title);
    border-radius: 3em;
    box-shadow: 0 2px 6px var(--color-shadow), 0 2px 6px var(--color-shadow) inset;
    padding: 0.35em 0.7em;
    text-align: center;
    text-shadow: 0 2px 6px var(--color-shadow);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: none;
    text-shadow: none;
}

.btn {
    border: 3px solid #fff;
    box-shadow: 0 4px 15px var(--color-shadow);
    text-shadow: none;
    background-color: #fff;
    color: #3375f9;
}

.btn:hover {
    text-decoration: none !important;
    color: #2d5cba;
}

.notice-inner {
    display: none;
}

.hero__content {
    padding: 80px 5vw 0;
    background: none;
}

.hero__info {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.hero__info p {
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.hero__inner {
    width: 100%;
    display: flex;
    gap: 3rem;
    min-height: 50vh;
    align-items: center;
}

.hero__image {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero__image img {
    width: 100%;
    height: auto;
}

.hero__text {
    box-sizing: border-box;
    text-align: center;
    width: fit-content;
    margin: 4rem auto 0;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0 1px 4px var(--color-shadow-strong);
    text-shadow: none;
}

.hero__sub-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 4rem;
}

.hero__text li {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    font-weight: 700;
    word-break: keep-all;
}

/* メインビジュアルを右寄せにする */
.hero__content {
    align-items: center;
}

.under-line {
    text-decoration: underline;
}

/* --- Key Featuresセクション --- */
.key-features {
    position: relative;
    /* heroのオーバーレイより手前に表示 */
    z-index: 2;
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 5vw auto 8vw;
}

.key-features__heading {
    /* スクリーンリーダー向けで、見た目には非表示にする */
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    /* 画面が狭くなったら折り返す */
    gap: 3rem;
    justify-content: center;
}

.feature-item {
    flex: 1 1 280px;
    /* 最小幅280pxで、可能な限り均等に広がる */
    background-color: var(--color-background);
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0 3px 10px var(--color-shadow);
    text-align: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: var(--border-dark);
    box-shadow: none;
}

.feature-item__catch {
    padding: 0.3rem;
    border: 2px solid var(--color-text);
    border-radius: 2em;
    font-weight: 700;
}

.feature-item__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.feature-item__title {
    font-size: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-text);
}

.feature-item__lead {
    font-weight: 800;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-text);
    font-size: 1.1rem;
}

.feature-item__description {
    line-height: 1.8;
}

.text-right {
    text-align: right;
    word-break: keep-all;
    margin-top: 1rem !important;
}

.about {
    padding: 0 0 4vw;
}

.about__text {
    flex-basis: 60%;
}

.about__title {
    opacity: 0.5;
    font-size: 3rem;
    letter-spacing: 0;
}

.about__lead {
    opacity: 1;
    font-weight: 800;
}

.about__image {
    flex-basis: 40%;
}

.about__image img {
    max-height: 90svh;
    max-height: 90vh;
}

.about__gallery {
    padding: 80px 0 40px;
}

.about__gallery-container {
    margin: 3rem auto 0;
}

.about__gallery-frame {
    height: 24vw;
}

.about__image figcaption {
    margin-top: 0;
    margin-bottom: 10px;
}

.announcement-editor__container {
    padding: 0 10px;
    margin-top: 3rem;
    margin-bottom: 150px;
}

.announcement-editor__content {
    background-color: var(--color-background);
    margin: 0 auto;
    max-width: 800px;
    padding: 3rem 5rem 5rem;
    align-items: center;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 3px 10px var(--color-shadow-strong);
    border: var(--border-dark);
}

.about__title,
.about__lead {
    text-align: center;
}

.announcement-editor__content .main-text {
    text-align: center;
}

.announcement-editor__inner {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.announcement-editor__image {
    width: 450px;
    box-sizing: border-box;
    margin: 60px 0 0 auto;
}

.announcement-editor__image img {
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.announcement-editor__image iframe {
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.announcement-editor__text {
    box-sizing: border-box;
    text-align: left;
    max-width: 700px;
    margin: 0 auto 0 0;
}

.announcement-editor__text p {
    margin: 0;
}

.announcement-editor__li {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    max-width: 500px;
}

.page-header {
    margin-bottom: 60px;
}

.slide-gallery__frame {
    height: 315px;
}

.footer__left {
    align-items: center;
}

.footer__nav li {
    margin-bottom: 0.5rem;
}

.slide-gallery__item-name {
    text-align: center;
}

.fukumarerumono {
    width: fit-content;
    padding: 0 30px 0 50px;
    margin: 0 auto;
    list-style: disc;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.fukumarerumono li {
    margin-bottom: 0.9rem;
    line-height: 1.2;
}

.koshin {
    text-align: center;
    padding: 0 20px;
    margin-top: 2rem;
}

.section-title1 {
    font-family: var(--font-1);
    font-size: 2.8rem;
    text-align: center;
    color: var(--color-page-title);
    margin: 60px 0 40px;
    font-weight: 700;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 1);
}

.content-body {
    width: fit-content;
}

.content-body__inner h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.text-menu-box__title {
    font-size: 2rem;
    font-weight: 700;
}

.text-menu-box .lead {
    text-align: center;
}

.menu-item__sub-list {
    opacity: 1;
}

.tone-down {
    opacity: 0.7;
}

.menu-item__sub-list img {
    border-radius: 10px;
    box-shadow: 0 3px 10px var(--color-shadow);
}

.slide-gallery-container {
    margin-bottom: 150px;
}

.page-content {
    margin-bottom: 150px;
}

.flow-ul {
    margin: auto;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.flow-list {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    word-break: keep-all;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.white {
    color: #fff;
}

.contact-section {
    background-color: var(--color-background);
    text-align: center;
    padding-top: 3rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-top: 8rem;
    border-top: var(--border-dark);
}

.contact-section p {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2rem;
}

.contact-section iframe {
    max-width: 600px;
    height: 100%;
    border: 0;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.min_height_55vh {
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.line__container {
    margin: 4rem auto;
    max-width: 500px;
    border: 4px solid var(--color-page-title);
    border-radius: 20px;
    padding: 2rem;
}

.line__inner {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.line__title {
    flex-basis: 50%;
}

.line__buttom {
    flex-basis: 50%;
}

.line__buttom .btn {
    margin: 0;
    background-color: #06C755;
    border-color: #06C755;
    color: #fff;
}

.footer__nav {
    align-items: center;
}

/* =============================================
   box-shadow text-shadow をオフ
============================================= */

.notice,
.box_shadow,
.content-block__inner,
.about__wrapper,
.slide-gallery__item,
.content-body,
.text-menu-box,
.access-section,
.modal-content,
.policy-container__inner,
.sitemap-container__inner,
.announcement-editor__content {
    box-shadow: none;
}

.section-title1,
.page-header .lead,
.page-notes {
    text-shadow: none;
}

/* =============================================
   ヘッダーの位置
   デフォルトは左上
   他の位置にする場合は下記から
   スマホで下部に表示させるには「レスポンシブ対応 (1000px以下のスクリーン)」に記載
============================================= */

/* 上・中央 */
.header__inner {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
}

/* 上・右
.header__inner {
    margin-bottom: auto;
    margin-left: auto;
} */

/* 下・中央
.header__inner {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
} */

/* 下・左
.header__inner {
    margin-top: auto;
} */

/* 下・右
.header__inner {
    margin-top: auto;
    margin-left: auto;
} */


/* =============================================
   レスポンシブ対応 (1000px以下のスクリーン)
============================================= */
@media (max-width: 1000px) {

    .hero__title {
        font-size: 5vw;
        border-width: 0.7vw;
    }

    .hero__sub-title {
        font-size: 2rem;
        text-align: center;
        width: 100%;
        margin-bottom: 3rem;
    }

    .hero__inner {
        flex-direction: column;
    }

    .hero__image {
        margin-right: auto;
    }

    .hero__text {
        margin-left: auto;
        text-align: center;
    }

    .about__image {
        width: 100%;
    }
}


/* =============================================
   レスポンシブ対応 (768px以下のスクリーン)
============================================= */
@media (max-width: 768px) {
    body::before {
        background-image: url('images/main_sp.jpg');
    }

    /* メインビジュアルを右寄せにする
    .hero__content,
    .hero__info {
        align-items: flex-end;
    } */

    /* メインビジュアルをPCで右寄せ、かつスマホで左寄せにする場合
    .hero__content {
        align-items: flex-start;
    } */

    /* メインタイトルの文字サイズ
    .hero__title {
        font-size: 16vw;
    } */

    .campaign__inner {
        color: #224ea5;
    }

    .hero {
        padding-top: 40px;
        padding-bottom: 4rem;
    }

    .hero__title {
        font-size: 7vw;
        width: 70vw;
        box-sizing: border-box;
        border-width: 0.12em;
    }

    .hero__info {
        margin-top: 1rem;
    }

    .hero__content {
        padding: 60px 5vw 0;
    }

    .btn:hover {
        text-decoration: none;
    }

    .hero__text li {
        font-size: 1.5rem;
    }

    .feature-item__title {
        font-size: 1.8rem;
    }

    .feature-item__lead {
        font-size: 1.3rem;
    }

    .about__gallery {
        padding: 40px 0;
    }

    .about__gallery-container {
        margin: 2rem auto 0;
    }

    .about__gallery .about__title {
        text-align: center;
    }

    .about__gallery-frame {
        height: 46vw;
    }

    .about__image {
        width: 100%;
    }

    .announcement-editor__container {
        margin-top: 2rem;
        margin-bottom: 100px;
    }

    .announcement-editor__content {
        padding: 5vw;
    }

    .announcement-editor__inner {
        flex-direction: column;
        margin-top: 2rem;
        gap: 2rem;
    }

    .announcement-editor__image {
        margin: 0 auto;
        width: 100%;
    }

    .announcement-editor__text {
        max-width: 100%;
    }

    .page-header {
        margin-bottom: 30px;
    }

    .page-header .lead {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .slide-gallery-container {
        margin-bottom: 100px;
    }

    .about__title {
        font-size: 2rem;
        text-align: center;
    }

    .about__lead {
        text-align: center;
    }

    .slide-gallery__frame {
        height: 48vw !important;
    }

    .slide-gallery__frame img {
        width: 100%;
        height: 48vw;
    }

    .section-title1 {
        font-size: 2rem;
        margin: 50px 0 20px;
    }

    .text-menu-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-category__title {
        text-align: center;
    }

    .about__image img {
        max-height: 60svh;
        max-height: 60vh;
    }

    .page-content {
        margin-bottom: 100px;
    }

    .contact-section {
        padding-top: 2rem;
        margin-top: 5rem;
    }

    .line__container {
        margin-left: 40px;
        margin-right: 40px;
        padding: 1rem 0 2rem;
    }

    .line__inner {
        flex-direction: column;
        gap: 2rem;
    }
}


@media (max-width: 600px) {
    .footer__logo {
        font-size: 1.5rem;
    }
}