html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

body{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

h1, h1:not(.wp-heading-inline){
    font-size: 20px !important;
}

h2{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #3db134 !important;
    margin-top: 1rem;
    text-align: left;
    width: max-content;
    margin: 0;
    line-height: 60px !important;
}
h2:not(.title){
    line-height: 60px !important;
    border-bottom: 1px solid #3db134;
}

h3::before{
    content: "・";
    color: #ffffff;
    background-color: #3db134;
    border-radius: 50%;
    position: relative;
    font-size: 34px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -30px;
    top: 22px;
}
h3{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin-top: 10px !important;
    color: #3db134 !important;
    font-size: 18px !important;
    padding-left: 30px !important;
}

h5{
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #3db134 !important;
    display: flex;
    position: relative;
    gap: 20px;
    margin: 20px 0 !important;
    align-items: center;
}
h5:before{
    content: "Q";
    color: #ffffff;
    background-color: #3db134;
    border-radius: 50%;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Corbel";
}

h6{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    display: flex;
    position: relative;
    gap: 5px;
    margin: 10px 0 !important;
}
h6:before{
    content: "";
    color: #ffffff;
    background-color: #3db134;
    border-radius: 50%;
    position: relative;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h6:after{
    content: "→";
    position: absolute;
    left: 6px;
    color: #ffffff;
    top: 3px;
    font-weight: 600;
    font-size: 13px;
}

strong{
    font-weight: 600;
}

.breadcrumb {
    font-size: 14px;
    margin: unset;
    letter-spacing: inherit;
}


.section{
    position: relative;
    display: grid;
    gap: 30px;
    width: 90%;
    max-width: 1093px;
    margin: 4rem auto 1rem auto;
    color: #000;
}
.section .title-wrapper > .title{
    color: #3db134;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4.5px;
    margin: 0 auto;
}
.section .title-wrapper > .subtitle{
    color: #3db134;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.section .text{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

@media (min-width: 769px){
    .section{
        gap: 40px;
    }
    .section .title-wrapper > .title{
        font-size: 32px;
        letter-spacing: 4px;
    }
    .section .title-wrapper > .subtitle{
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .section .text{
        letter-spacing: 3px;
        line-height: 1.7;
    }
}

/* title */
@media (min-width: 769px){
    .title.section{
        margin-bottom: 3rem;
    }
    .title.section .subtitle{
        margin-top: 0;
    }
    .title.section .image-wrapper{
        position: absolute;
        right: 2%;
        top: -50px;
        width: 180px;
    }
}

.the-content{
    width: 100%;
}

.card__title{
    font-size: 24px;
    letter-spacing: 1px;
}

.card__date{
    font-size: 16px;
}

.card__tag{
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 10px;
}

.news-detail .the-content .card{
    margin-right: unset;
    overflow: unset;
}

.news-detail .the-content p{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.wp-block-button__link{
    font-size: 16px !important;
    background-color: #3db134 !important;
    padding: 20px 40px !important;
    width: 90vw;
}
.wp-block-buttons>.wp-block-button{
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.wp-block-button::after{
    content: "→";
    position: relative;
    font-size: 16px;
    font-weight: 600;
    right: 35px;
    color: #fff;
}

@media (min-width: 769px) {
    .wp-block-button__link{
        min-width: 300px !important;
        width: max-content !important;
    }
    .wp-block-button::after{
        right: 50px;
    }
}


.btn-link-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 90%;
    max-width: 1093px;
    position: relative;
    margin: 0 auto;
}
.list-link{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.list-link > a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 55px;
    border: 1px solid #3db134;
    border-radius: 30px;
    background-color: #ffffff;
    color: #3db134;
}
.prev-link, .next-link{
    position: relative;
    display: flex;
    width: 55px;
    height: 55px;
    min-width: 55px;
}
.prev-link > a, .next-link > a{
    position: relative;
    width: 55px;
    height: 55px;
    border: 1px solid #3db134;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev-link > a > span, .next-link > a > span{
    content: '';
    position: relative;
    border-right: 1px solid #3db134;
    border-bottom: 1px solid #3db134;
    width: 15px;
    height: 15px;
}
.prev-link > a > span{
    transform: rotate(135deg) translate(-2px, -2px);
}
.next-link > a > span{
    transform: rotate(-45deg) translate(-2px, -2px);
}
@media (min-width: 769px) {
    .list-link > a{
        width: 200px;
    }
}


.footer{
    margin-top: 90px;
}
@media (min-width: 769px){
    .footer{
        margin-top: 150px;
    }
}


.mypage-link-on-the-right {
    display: none;
}
@media (min-width: 769px) {
    .mypage-link-on-the-right {
        position: fixed;
        right: 0;
        top: 30%;
        background: #3eb134;
        color: #fff;
        display: flex
;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        cursor: pointer;
        padding: 27px 20px;
        letter-spacing: 3px;
        font-size: 14px;
    }
}