@charset "UTF-8";
/* トップ */
.hero-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 400px;
}
.hero-area-sp {
    display: none;
}
.section-top {
    position: relative;
    margin: 0 80px 100px;
}
.section-top__title {
    margin-top: 10px;
}
.section-top__title h1 {
    text-align: center;
    color: #447D93;
    font-size: 8.2rem;
    font-family: "heebo", sans-serif;
    font-weight: 700;
}
.section-top__title h2 {
    text-align: center;
    color: #4E3E00;
    font-size: 1.8rem;
    margin-top: -15px;
    margin-left: 10px;
}
.section-top img {
    position: absolute;
    height: 209px;
    right: 100px;
    top: 70px;
}
@media (max-width: 960px) {
    .hero-area {
        height: 300px;
    }
    .section-top {
        position: relative;
        margin: 0 40px 100px;
    }
    .section-top__title {
        margin-top: 10px;
    }
    .section-top__title h1 {
        text-align: left;
        font-size: 5.2rem;
    }
    .section-top__title h2 {
        text-align: left;
        font-size: 1.6rem;
        margin-top: -10px;
        margin-left: 5px;
    }
    .section-top img {
        position: absolute;
        height: 160px;
        right: -10px;
        top: 90px;
    }
}
@media (max-width: 500px) {
    .hero-area {
        display: none;
    }
    .hero-area-sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
        width: 100%;
        height: 260px;
    }
    .section-top img {
        position: absolute;
        height: 130px;
        right: -10px;
        top: 90px;
    }
}

/* お知らせ */
.section-news {
    margin-top: 220px;
}
.section-news__column {
    margin: 0 auto 100px;
    padding: 0 80px;
    max-width: 1480px;
}
.section-news__container {
    display: flex;
    align-items: center;
    background-color: #ECE9E1;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.section-news__container a {
    display: flex;
    text-decoration: none;
}
.section-news__container time {
    margin-left: 50px;
    color: #333;
}
.section-news__container p {
    height: 24px;
    width: 80px;
    border: 1px solid #BAAD8D;
    border-radius: 12px;
    font-size: 1.4rem;
    color: #333;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
}
.section-news__container h4 {
    margin-left: 50px;
    font-weight: 500;
    color: #333;
}
@media (max-width :960px) {
    .section-news__container {
        height: 80px;
        border-radius: 40px;
        margin-bottom: 10px;
    }
    .section-news__container a {
        display: flex;
        text-decoration: none;
    }
    .section-news__container time {
        margin-left: 50px;
        color: #333;
    }
    .section-news__container p {
        height: 24px;
        width: 80px;
        border: 1px solid #BAAD8D;
        border-radius: 12px;
        font-size: 1.4rem;
        color: #333;
        margin-left: 10px;
        text-align: center;
        line-height: 24px;
    }
    .section-news__container h4 {
        margin-left: 50px;
        font-weight: 500;
        color: #333;
    }
    .section-news__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-news__button {
        display: flex;
        justify-content: space-between;
        background-color: #447D93;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
    }
    .section-news__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-news__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-news__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}
@media (max-width :750px) {
    .section-news__contents {
        display: block;
    }
    .section-news__column {
        margin: 40px 20px 100px;
        padding: 0;
        max-width: none;
    }
    .section-news__container {
        height: auto;
        min-height: 95px;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .section-news__container a {
        display: flex;
        flex-wrap:wrap;
        text-decoration: none;
    }
    .section-news__container time {
        margin-left: 30px;
        font-size: 1.4rem;
    }
    .section-news__container p {
        height: 20px;
        width: 70px;
        border: 1px solid #BAAD8D;
        border-radius: 10px;
        font-size: 1.2rem;
        color: #333;
        margin-left: 10px;
        text-align: center;
        line-height: 20px;
    }
    .section-news__container h4 {
        margin-left: 30px;
        margin-top: 10px;
        font-weight: 500;
        color: #333;
    }
    .section-news__button-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 40px;
    }
    .section-news__button {
        display: flex;
        justify-content: space-between;
        background-color: #447D93;
        text-decoration: none;
        height: 60px;
        width: 210px;
        border-radius: 10px 30px 30px 10px;
        color: #FFF;
        margin: 0 auto;
    }
    .section-news__button p {
        margin: auto 0 auto 50px;
        font-size: 1.4rem;
    }
    .section-news__arrow {
        display: flex;
        justify-content: center;
        background-color: #FFF;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        margin: auto 10px auto 0;
    }
    .section-news__arrow img {
        margin: auto auto auto 19px;
        height: 14px;
        width: auto;
    }
}