.home .mv-ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: .5em;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4
}

@media (min-width: 480px) {
    .home .mv-ttl {
        font-size: calc(2rem + (1vw - 4.8px) * 2.1739130435)
    }
}

@media (min-width: 1400px) {
    .home .mv-ttl {
        font-size: 4rem
    }
}

.home .mv-ttl .sm {
    font-size: 45%
}

.home .bg-img {
    height: 93.3333333333vw
}
@media screen and (max-width: 639px) {
    .home .bg-img {
        min-height: 470px;
    }
}

@media screen and (min-width: 640px) {
    .home .bg-img {
        max-height: 470px
    }
}

.home .form-box {
    margin-bottom: 1em
}

.home .list-wrap {
    text-align: center
}

@media screen and (min-width: 640px) {
    .home .list-wrap {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
        text-align: left
    }
}

@media screen and (min-width: 640px) {
    .home .sub-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

.home .sub-list li {
    max-width: 260px;
    margin: 0 auto
}

@media screen and (min-width: 640px) {
    .home .sub-list li {
        margin: 1em .5em 0;
        max-width: 100%
    }
}

@media screen and (max-width: 639px) {
    .home .sub-list li+li {
        margin-top: .5em
    }
}

.home .sub-list a {
    display: flex;
    justify-content: center;
    position: relative;
    padding: .7em 1.5em;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    transition: .4s ease-out
}

@media (min-width: 480px) {
    .home .sub-list a {
        font-size: calc(1.3rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .home .sub-list a {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 374px) {
    .home .sub-list a {
        font-size: 12px
    }
}

.home .sub-list a:hover {
    background: #fff;
    color: #000
}

.home .sub-list a:hover::after {
    border-color: #000
}

.home .sub-list a::after {
    position: absolute;
    top: 50%;
    left: .75em;
    width: .4em;
    height: .4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: .4s ease-out;
    content: ""
}

.home .content-body {
    padding: 0
}

.home .content-block {
    margin-bottom: 0;
    padding: 3em 0
}

@media screen and (min-width: 640px) {
    .home .content-block {
        padding: 5em 0
    }
}

.home .content-ttl {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: .4em;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4
}

@media (min-width: 480px) {
    .home .content-ttl {
        font-size: calc(1.5rem + (1vw - 4.8px) * 1.6304347826)
    }
}

@media (min-width: 1400px) {
    .home .content-ttl {
        font-size: 3rem
    }
}

.home .content-ttl .ja {
    color: #1d7e4b;
    font-weight: bold
}

.home .content-ttl .en {
    font-family: 'Crimson Text', serif;
    font-size: 1rem;
    font-weight: 600
}

@media (min-width: 480px) {
    .home .content-ttl .en {
        font-size: calc(1rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .home .content-ttl .en {
        font-size: 1.3rem
    }
}

.home .content-ttl::before,
.home .content-ttl::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    height: 1px;
    background: #c2cdc2;
    transform: translateX(-50%);
    content: ""
}

.home .content-ttl::before {
    bottom: 2px
}

.home .site-menu-block .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.4925373134%
}

@media screen and (min-width: 640px) {
    .home .site-menu-block .menu-list {
        justify-content: space-between
    }
}

.home .site-menu-block .menu-list li {
    display: flex;
    width: 30.4347826087%;
    margin: 0 1.4492753623% 4%
}

@media screen and (min-width: 640px) {
    .home .site-menu-block .menu-list li {
        width: 18.359375%;
        margin: 0
    }
}

.home .site-menu-block .menu-list a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.home .site-menu-block .menu-list a:hover img {
    transform: scale(1.05)
}

.home .site-menu-block .menu-list a:hover .menu-lbl {
    background: #fff;
    color: #1d7e4b
}

.home .site-menu-block .menu-list .img-box {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.home .site-menu-block .menu-list .img-box img {
    width: 100%;
    transition: .4s ease-out
}

.home .site-menu-block .menu-list .menu-lbl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    min-height: 3.7em;
    padding: .5em .3em;
    background: #1d7e4b;
    border: 1px solid #1d7e4b;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    transition: .4s ease-out
}

@media (min-width: 480px) {
    .home .site-menu-block .menu-list .menu-lbl {
        font-size: calc(1.3rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .home .site-menu-block .menu-list .menu-lbl {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 640px) {
    .home .site-menu-block .menu-list .menu-lbl {
        padding: 1em .3em
    }
}

.home .data-base-block .db-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em
}

.home .data-base-block .db-list li {
    width: 32%;
    margin-right: 2%
}

.home .data-base-block .db-list li:nth-child(3n) {
    margin-right: 0
}

@media screen and (min-width: 640px) {
    .home .data-base-block .db-list li {
        width: 20%;
        margin: 0 0 3%
    }
}

.home .data-base-block .db-list a {
    display: block;
    overflow: hidden
}

.home .data-base-block .db-list a:hover img {
    transform: scale(1.05)
}

.home .data-base-block .db-list img {
    width: 100%;
    transition: .4s ease-out
}

.home .data-base-block .btn-box {
    width: 80%;
    max-width: 300px;
    margin: 0 auto
}

.home .information-block .wrap {
    width: 100%
}

@media screen and (min-width: 768px) {
    .home .information-block .wrap {
        width: 89.3333333333%
    }
}

.home .information-block .tab-list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #1d7e4b;
    margin-bottom: 3em
}

.home .information-block .tab-list li {
    width: 42%;
    max-width: 270px;
    transform: translateY(1px)
}

.home .information-block .tab-list li+li {
    margin-left: 4%
}

@media screen and (min-width: 768px) {
    .home .information-block .tab-list li+li {
        margin-left: 2em
    }
}

.home .information-block .tab-list label {
    display: block;
    padding: 1em;
    background: #1d7e4b;
    border: 1px solid #1d7e4b;
    border-bottom-color: #1d7e4b;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    transition: .2s ease-out;
    cursor: pointer
}

@media (min-width: 480px) {
    .home .information-block .tab-list label {
        font-size: calc(1.3rem + (1vw - 4.8px) * .5434782609)
    }
}

@media (min-width: 1400px) {
    .home .information-block .tab-list label {
        font-size: 1.8rem
    }
}

.home .information-block .tab-list label:hover {
    background: none;
    color: #1d7e4b;
    border-bottom-color: #eef2ee
}

.home .information-block .tab-body {
    width: 89.3333333333%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .home .information-block .tab-body {
        width: 100%
    }
}

.home .information-block .tab-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .information-block .tab-inner .list-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 496px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .home .information-block .tab-inner .list-col {
        width: 48.4375%;
        margin: 0
    }
}

.home .information-block .tab-inner .list-col .btn-box {
    max-width: 130px;
    margin-left: auto
}

.home .information-block .tab-inner .calendar-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 496px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .home .information-block .tab-inner .calendar-col {
        width: 48.4375%;
        margin: 0
    }
}

.home .information-block .tab-inner .col-ttl {
    margin-bottom: .5em;
    color: #1d7e4b;
    font-size: 1.6rem;
    font-weight: bold
}

@media (min-width: 480px) {
    .home .information-block .tab-inner .col-ttl {
        font-size: calc(1.6rem + (1vw - 4.8px) * .8695652174)
    }
}

@media (min-width: 1400px) {
    .home .information-block .tab-inner .col-ttl {
        font-size: 2.4rem
    }
}

.home .information-block .calender-box {
    padding: 3em 2em;
    background: #fff
}

.home .information-block .calender-box .calender-box-inner {
    position: relative;
    padding-top: 90.9090909091%;
    min-height: 450px;
    overflow: hidden
}

.home .information-block .calender-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home .information-block .information-box {
    flex: auto
}

.home .information-block .info-list {
    margin-bottom: 3em
}

.home .information-block .info-list>li {
    background: #fff
}

.home .information-block .info-list>li:nth-child(even) {
    background: #e5eae5
}

.home .information-block .info-list a {
    display: block;
    position: relative;
    padding: 1.4em 3em;
    text-decoration: none;
    overflow: hidden
}

.home .information-block .info-list a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 126, 75, 0.2);
    transform-origin: left;
    transform: scaleX(0);
    transition: .2s ease;
    content: ""
}

.home .information-block .info-list a:hover::after {
    transform: scaleX(1)
}

.home .information-block .info-list .category-list {
    display: flex;
    flex-wrap: wrap
}

.home .information-block .info-list .category-list li {
    margin: 0 .5em .2em 0;
    padding: .2em 1em;
    background: #fff;
    border: 1px solid #1d7e4b;
    border-radius: 3px;
    color: #1d7e4b;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2
}

@media (min-width: 480px) {
    .home .information-block .info-list .category-list li {
        font-size: calc(1rem + (1vw - 4.8px) * .2173913043)
    }
}

@media (min-width: 1400px) {
    .home .information-block .info-list .category-list li {
        font-size: 1.2rem
    }
}

.home .information-block .info-list .category-list li.kani {
    border-color: #005cac;
    color: #005cac
}

.home .information-block .info-list .date {
    margin-right: .5em;
    color: #1d7e4b;
    font-family: 'Crimson Text', serif;
    font-size: 1.3rem;
    font-weight: 600
}

@media (min-width: 480px) {
    .home .information-block .info-list .date {
        font-size: calc(1.3rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .home .information-block .info-list .date {
        font-size: 1.6rem
    }
}

.home .information-block .info-list .new-icon {
    font-size: 1rem
}

@media (min-width: 480px) {
    .home .information-block .info-list .new-icon {
        font-size: calc(1rem + (1vw - 4.8px) * .3260869565)
    }
}

@media (min-width: 1400px) {
    .home .information-block .info-list .new-icon {
        font-size: 1.3rem
    }
}

.home .information-block .info-list .new-icon span {
    margin: 0 .5em .2em 0;
    padding: .2em 2em;
    background: #ffff01;
    font-weight: bold;
    line-height: 1.2
}

.home .information-block .info-list .info-dl dt {
    display: flex;
    align-items: baseline
}