html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1.875;
    color: #4D4D4D;
}
.jost {
    font-family: 'Jost', sans-serif;
}

section {
    padding-top: 100px;
}

.container {
    width: 100%;
    max-width: calc(1000px + 12%);
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 6%;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    section {
        padding-top: 60px;
    }
}

/* 改行 */
.br {
    display: none;
}
@media (max-width: 960px) {
    .br_960 {
        display: block;
    }
    .nobr_960 {
        display: none;
    }
}
@media (max-width: 767px) {
    .br_767 {
        display: block;
    }
    .nobr_767 {
        display: none;
    }
}
@media (max-width: 600px) {
    .nobr_600 {
        display: none;
    }
    .br_600 {
        display: block;
    }
}
@media (max-width: 520px) {
    .br_520 {
        display: block;
    }
}
@media (max-width: 430px) {
    .br_430 {
        display: block;
    }
}

/* 見出し */
.heading {
    margin-bottom: 40px;
}
.heading._center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.sec_title, 
.sec_title_en, 
.grad_title {
    letter-spacing: .1em;
    line-height: 1;
}
.sec_title_en {
    line-height: 1;
    margin-bottom: 1.2em;
}
.sec_title {
    font-size: 36px;
    padding-bottom: .9em;
    position: relative;
}
.sec_title::after {
    content: "";
    width: 1.67em;
    height: .14em;
    position: absolute;
    left: 0;
    bottom: 0;
}
.heading._center .sec_title::after {
    right: 0;
    margin: auto;
}
/* トップ */
#top .sec_title_en, 
#top .sec_title {
    color: #DB617B;
}
#top .sec_title::after {
    background: transparent linear-gradient(95deg, #EFB499 0%, #DB617B 100%) 0% 0% no-repeat padding-box;
}
/* みどり園 */
#midorien .sec_title_en, 
#midorien .sec_title {
    color: #3B995C;
}
#midorien .sec_title::after {
    background: transparent linear-gradient(95deg, #93C494 0%, #3B995C 100%) 0% 0% no-repeat padding-box;
}
/* あやは */
#midorien-ayaha .sec_title_en, 
#midorien-ayaha .sec_title,
#contact-ayaha .sec_title_en, 
#contact-ayaha .sec_title {
    color: #FA742B;
}
#midorien-ayaha .sec_title::after,
#contact-ayaha .sec_title::after {
    background: transparent linear-gradient(102deg, #FFB100 0%, #FA742B 100%) 0% 0% no-repeat padding-box;
}
/* なぎさ */
#nagisa .sec_title_en, 
#nagisa .sec_title,
#contact-nagisa .sec_title_en, 
#contact-nagisa .sec_title {
    color: #3D87BF;
}
#nagisa .sec_title::after,
#contact-nagisa .sec_title::after {
    background: transparent linear-gradient(95deg, #54B6CF 0%, #3D87BF 100%) 0% 0% no-repeat padding-box;
}

/* 採用情報 */
#recruitment .sec_title_en, 
#recruitment .sec_title {
    color: #5E60A2;
}
#recruitment .sec_title::after {
    background: transparent linear-gradient(95deg, #A18BBB 0%, #5E60A2 100%) 0% 0% no-repeat padding-box;
}
/* お問い合わせ、プライバシーポリシー */
#contact .sec_title_en, 
#contact .sec_title {
    color: #3B995C;
}
#privacy-policy .sec_title_en, 
#privacy-policy .sec_title {
    color: #DB617B;
}
#contact .sec_title::after {
    background: transparent linear-gradient(95deg, #93C494 0%, #3B995C 100%) 0% 0% no-repeat padding-box;
}
#privacy-policy .sec_title::after {
    background: transparent linear-gradient(95deg, #EFB499 0%, #DB617B 100%) 0% 0% no-repeat padding-box;
}

.grad_title {
    font-size: 24px;
    text-indent: .1em;
    color: #fff;
    width: fit-content;
    padding: 0.05em 0.4em 0.2em;
    margin-bottom: .84em;
}

@media (max-width: 767px) {
    .heading {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .sec_title {
        font-size: 24px;
    }
    .heading .sec_title::after {
        right: 0;
        margin: auto;
    }
    .grad_title {
        font-size: 20px;
    }
}

/* リストスタイル */
.list_style_square {
    padding-left: 14px;
    position: relative;
}
.list_style_square::before {
    content: "";
    width: 5px;
    height: 5px;
    background: transparent linear-gradient(135deg, #93C494 0%, #3B995C 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: calc(1.875em / 2 - 1px);
    left: 0;
}
#midorien-ayaha .list_style_square::before {
    background: transparent linear-gradient(102deg, #FFB100 0%, #FA742B 100%) 0% 0% no-repeat padding-box;
}
#nagisa .list_style_square::before {
    background: transparent linear-gradient(135deg, #54B6CF 0%, #3D87BF 100%) 0% 0% no-repeat padding-box;
}
#recruitment .list_style_square::before {
    background: transparent linear-gradient(135deg, #A18BBB 0%, #5E60A2 100%) 0% 0% no-repeat padding-box;
}

/* リンク */
a {
    transition: opacity .3s;
}
a:hover {
    opacity: .6;
}

.link_button {
    font-size: 18px;
    color: #fff;
    border-radius: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .73em;
}

/* 読み込み時 */
.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}