@charset "utf-8";
header.white {
    background: rgba(255,255,255,.9);
}
header {
    background-color: white;
}
#mainvisual {
    width: 100%;
    height: 6.4rem;
    /*background: -moz-linear-gradient(left, #e7ebec 50%, #ffffff 50%);
    background: -webkit-linear-gradient(left, #e7ebec 50%,#ffffff 50%);
    background: linear-gradient(to right, #e7ebec 50%,#ffffff 50%);*/
    background: -moz-linear-gradient(left, #c9c9c9 0, #ffffff 60%);
    background: -webkit-linear-gradient(left, #c9c9c9 0,#ffffff 60%);
    background: linear-gradient(to right, #c9c9c9 0,#ffffff 60%);
    position: relative;
}
#mainvisual h2 {
    width: 100%;
    height: 6.4rem;
    margin: 0 auto;
    text-indent: -9999px;
    background-position: center!important;
}
#mainvisual a {
    width: auto;
    height: 0.52rem;
    padding: 0 0.15rem;
    background: #fff;
    border: #65ac31 0.02rem solid;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.52rem;
    position: absolute;
    right: calc( 50% - 5.5rem );
    bottom: 0.83rem;
    display: inline-block;
}
#mainvisual a>strong {
    color: #65ac31;
}
#mainvisual a::after {
    content: ' ＞';
    font-weight: normal;
}
#mainvisual .mv-copy {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 790px;
}

@media screen and (max-width: 768px) {
    #mainvisual .mv-copy {
        max-width: 450px;
    }
}

.mv-nav {
    width: 100%;
    max-width: 1100px;
    margin: -60px auto 70px;
    position: relative;
}

.mv-nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mv-nav ul li {
    width: calc((100% / 4) - 20px);
}

.mv-nav ul li a {
    display: flex;
    gap: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0.08rem 0.08rem 0.1rem 0;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    width: 100%;
}

.mv-nav ul li:nth-child(odd) a {
    background-color: #2e7d32;
    color: white;
}

.mv-nav ul li:nth-child(even) a {
    background-color: white;
    color: #2e7d32;
}

.mv-nav ul li a .mv-nav-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-nav ul li a .mv-nav-img img {
    width: 60%;
}

.mv-nav ul li:nth-child(odd) a .mv-nav-img {
    background-color: white;
}

.mv-nav ul li:nth-child(even) a .mv-nav-img {
    background-color: #2e7d32;
}

.mv-nav ul li a p {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    width: 55%;
}

@media screen and (max-width: 1156px) {
    .mv-nav ul li a .mv-nav-img {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .mv-nav {
        position: unset;
        margin: 40px auto;
        padding: 0 20px;
    }

    .mv-nav ul {
        flex-flow: column;
    }

    .mv-nav ul li {
        width: 100%;
    }

    .mv-nav ul li a {
        max-width: 300px;
        margin: 0 auto;
    }

    .mv-nav ul li a p {
        width: auto;
    }

    .mv-nav ul li a p br {
        display: none;
    }
}

.top-article {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 70px;
    display: flex;
    gap: 50px;
    padding: 0 20px;
}

.top-article .top-article-list {
    width: 50%;
}

.top-article .top-article-list h2 {
    color: #7cb502;
    font-size: 30px;
    border-bottom: 5px solid #7cb502;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.top-article .top-article-list ul li {
    border-bottom: 1px dotted #999999;
    padding: 10px 0;
}

.top-article .top-article-list ul li a {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-article .top-article-list ul li a img {
    width: 25px;
}

.top-article .top-article-list ul li a p, .top-article .top-article-list ul li a h3 {
    font-size: 15px;
    line-height: 1.3;
}

.top-article .top-article-list .btn {
    background-color: #6bac2c;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 20px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 110px;
}

@media screen and (max-width: 960px) {
    .top-article {
        flex-flow: column;
    }
    .top-article .top-article-list {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .top-article .top-article-list ul li {
        padding: 10px 0 11px;
    }

    .top-article .top-article-list ul li a img {
        width: 20px;
    }

    .top-article .top-article-list ul li a {
        flex-flow: wrap;
        gap: 10px;
    }

    .top-article .top-article-list ul li a h3 {
        width: 100%;
    }
}

.top-contact {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 70px;
}

.top-contact h2 {
    color: #7cb502;
    font-size: 30px;
    border-bottom: 5px solid #7cb502;
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto 20px;
}

.top-contact p {
    text-align: center;
    margin-top: 30px;
}

.top-contact .contact-btn {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    padding: 0 50px;
}

.top-contact .contact-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 21%) 3px 3px 9px 3px;
}

.top-contact .contact-btn .btn img {
    width: 35px;
}

.top-contact .contact-btn .btn p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.top-contact .contact-btn .btn.contact-tel {
    background-color: #f7b52c;
    color: white;
}

.top-contact .contact-btn .btn.contact-mail {
    background-color: white;
    color: #f7b52c;
}

@media screen and (max-width: 768px) {
    .top-contact .contact-btn {
        flex-flow: column;
        gap: 30px;
        padding: 0 30px;
    }

    .top-contact .contact-btn .btn {
        height: 70px;
        gap: 10px;
    }

    .top-contact .contact-btn .btn img {
        width: 25px;
    }

    .top-contact .contact-btn .btn p {
        font-size: 25px;
    }
}

section {
    width: 11rem;
    margin-right: auto;
    margin-left: auto;
}
section.news {
    padding: 0.24rem 0 0.2rem;
    margin-bottom: 0.85rem;
    background: #fff;
    box-shadow: rgba(0,0,0,.4) 0.08rem 0.08rem 0.1rem 0;
    position: relative;
    z-index: 999;
}
section.news h3 {
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.15rem;
}
section.news h3>span {
    margin-bottom: 0.12rem;
    color: #65ac31;
    font-size: 0.38rem;
    display: block;
}
section.news .news_more {
    height: 0.24rem;
    padding: 0 0.24rem;
    margin: -0.3rem 0.6rem 0.15rem auto;
    background: #65ac31;
    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #fff;
    float: right;
    display: inline-block;
}
section.news div.slider {
    width: 9.8rem;
    margin: 0 auto;
    clear: right;
}
section.news div.slider a.newslink {
    width: 3.1rem;
    height: 0.85rem;
    margin-right: 0.2rem;
    display: block;
}
section.news div.slider .news_sub {
    width: 100%;
    height: 100%;
    padding: 0.04rem 0.08rem 0.08rem;
    background: #f1f1f1;
    border-top: #65ac31 0.04rem solid;
}
section.news div.slider .news_sub .date {
    font-size: 0.12rem;
}
section.news div.slider .news_sub h4 {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 1.4em;
}
.slick-prev,
.slick-next {
    width: 0.4rem;
    height: 0.4rem;
    background: #f1f1f1;
    border-radius: 0.2rem;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background: #f5f5f5;
}
.slick-prev {
    left: -0.45rem;
}
.slick-prev::before,
.slick-next::before {
    font-family: 'メイリオ',Meiryo;
    color: #65ac31;
    font-weight: bold;
    font-size: 0.3rem;
}
.slick-prev::before {
    content: '＜ ';
}
.slick-next::before {
    content: ' ＞';
}

.feature_bg {
    padding: 0.3rem 0 0.6rem;
    margin-bottom: 0.7rem;
    position: relative;
}
.feature_bg::before,
.feature_bg::after {
    content: '';
    width: calc( 50% + 2rem );
    height: 2.5rem;
    background: #65ac31;
    display: block;
    position: absolute;
    z-index: -1;
}
.feature_bg::before {
    top: 0;
    left: 0;
}
.feature_bg::after {
    bottom: 0;
    right: 0;
}
section.feature h3 {
    text-align: center;
}
section.feature h3>span {
    margin-bottom: 0.36rem;
    text-align: center;
    font-size: 0.38rem;
    color: #fff;
}
section.feature .feature_inbox {
    display: flex;
    flex-wrap: wrap;
}
.fadeIn:nth-child(odd) {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn:nth-child(odd).is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn:nth-child(even) {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn:nth-child(even).is-show {
  transform: translate(0, 0);
  opacity: 1;
}
section.feature .feature_inbox a {
    width: 5.14rem;
    margin-top: 0.6rem;
    margin-right: 0.72rem;
    background: #fff;
    position: relative;
}
section.feature .feature_inbox a:nth-child(2n) {
    margin-right: 0;
}
section.feature .feature_sub {
    width: 100%;
}
section.feature h4 {
    width: 100%;
    height: 0.62rem;
    background: rgba(255,255,255,.7);
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.2rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
section.feature p {
    padding: 0.2rem 0.3rem;
    font-size: 0.14rem;
}
.movie_bg {
    margin-bottom: 1.9rem;
    background: #f1f1f1;
}
section.movie {
    padding: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.movie video {
    width: 48%;
    height: auto;
}
section.movie>div {
    width: 48%;
}
section.movie p.subtitle,
section.movie p.btn_movie {
    height: 0.3rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;    
}
section.movie p.subtitle {
    margin-bottom: 0.08rem;
    background: #65ac31;
}
section.movie h3 {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
}
section.movie p.movinfo {
    margin-bottom: 0.2rem;
    font-size: 0.13rem;
}
section.movie p.btn_movie {
    background: #f7b52c;
    border-radius: 0.15rem;
}
.gyomu_bg {
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
    background: #f1f1f1;
    position: relative;
}
.gyomu_bg::before {
    content: '';
    height: 0.9rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
section.gyomu {
    margin-top: -0.9rem;
    position: relative;
}
section.gyomu h3 {
    width: 100%;
    height: 2.4rem;
    padding-top: 0.5rem;
    margin-bottom: 0.6rem;
    background: url("../img/top/h3_gyomu.jpg") center top no-repeat;
    border-top: #65ac31 0.14rem solid;
    color: #65ac31;
    font-size: 0.34rem;
    text-shadow: #fff 0 0 0.04rem;
    text-align: center;
}
section.gyomu .gyomu_inbox {
    margin-bottom: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
section.gyomu .gyomu_inbox a {
    width: 5.14rem;
    margin-bottom: 0.36rem;
    margin-right: 0.72rem;
    background: #fff;
}
section.gyomu .gyomu_inbox a:nth-child(2n) {
    margin-right: 0;
}
section.gyomu .gyomu_sub {
    width: 100%;
    padding: 0.1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
section.gyomu .gyomu_sub img {
    margin-top: 0.2rem;
}
section.gyomu .gyomu_sub>div {
    width: 3.3rem;
}
section.gyomu .gyomu_sub h4 {
    margin: 0.2rem 0;
    font-size: 0.18rem;
}
section.gyomu .gyomu_sub p {
    font-size: 0.13rem;
}
section.gyomu .gyomu_more {
    width: 3.95rem;
    height: 0.56rem;
    margin: 0 auto;
    background: #65ac31;
    color: #fff;
    font-size: 0.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.56rem;
    display: block;
}

.greeting {
    width: 11rem;
    height: 4.7rem;
    padding: 0.85rem 5rem 0 0.6rem;
    margin: 0 auto 0.9rem;
}
.greeting p {
    font-size: 0.21rem;
    line-height: 2.5em;
}

.information {
    width: 11rem;
    margin: 0 auto 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.information section {
    width: 4.48rem;
    margin: 0.2rem 0;
}
.information section h3,
.information section p,
.information section li,
.information section dt,
.information section dd {
    font-size: 0.15rem;
    font-weight: normal;
}
.information section h3::before {
    content: '【';
}
.information section h3::after {
    content: '】';
}
.information dl {
    display: flex;
    flex-wrap: wrap;
}
.information dl>dt {
    width: 1.1rem;
}
.information dl>dt::after {
    content: '：';
}
.information dl>dd {
    width: calc( 100% - 1.1rem );
}

.bnrarea {
    margin-bottom: 1rem;
}
.bnrarea>ul {
    width: 11rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.bnrarea>ul>li {
    width: 3.28rem;
    margin: 0 0.58rem 0.3rem 0;
}
.bnrarea>ul>li img {
    width: 100%;
    height: auto;
}
footer .wrapper {
    width: 11rem;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
}

@media print, screen and (min-width:1118px) { /* PCのみ */
    .bnrarea>ul>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
    #mainvisual h2 {
        width: 100%;
        padding: 0 0.26rem;
    }
    section {
        width: calc( 100% - 0.52rem );
    }
    section.feature img {
        width: 100%;
        height: auto;
    }
    .bnrarea>ul {
        width: calc( 100% - 0.52rem );
    }
    .bnrarea>ul>li {
        width: calc( 50% - 0.13rem );
        margin: 0 0.26rem 0.3rem 0;
    }
    .bnrarea>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    footer .wrapper {
        width: calc( 100% - 0.52rem );
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
    #mainvisual a {
        right: 0.26rem;
    }
    section.news div.slider {
        width: calc( 100% - 0.56rem );
    }
    section.news div.slider a.newslink {
        width: 31.5%;
        margin-left: 0.1rem;
    }
    .slick-prev {
        left: -0.45rem;
    }
    .slick-next {
        right: -0.35rem;
    }
    section.feature .feature_inbox a,
    section.gyomu .gyomu_inbox a {
        width: calc( 50% - 0.13rem );
        margin-right: 0.26rem;
    }
    section.gyomu .gyomu_sub>div {
        width: calc( 100% - 1.5rem );
    }
    .information iframe {
        width: 50% !important;
    }
    .information section {
        width: 50%;
        padding-left: 0.26rem;
    }
}


@media screen and (max-width:768px) { /* スマホのみ */
    #mainvisual {
        width: 100%;
        height: 5.4rem;
        background: #e7ebec;
        position: relative;
    }
    #mainvisual h2 {
        width: 100%;
        height: 5.4rem;
        margin: 0 auto;
        text-indent: -9999px;
    }
    #mainvisual a {
        right: 0.26rem;
        bottom: auto;
        top: 1.6rem;
    }
    .spinfo {
        width: 100%;
        padding: 0.26rem;
        background: #65ac31;
        display: flex;
        justify-content: space-between;
    }
    .spinfo>a {
        width: calc( 50% - 0.13rem );
        padding: 0.24rem 0;
        border: #fff 1px solid;
        color: #fff;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
        display: block;
    }
    .spinfo>a::before {
        margin-right: 0.12rem;
        font-size: 0.5rem;
        font-weight: normal;
        vertical-align: middle;
        font-family: 'webfont';
        display: inline-block;
    }
    .spinfo>a.spinfo_mail::before {
        content: 'M';
    }
    .spinfo>a.spinfo_tel::before {
        content: 't';
    }
    section.news {
        padding: 0.46rem 0;
        margin-top: 0;
        margin-bottom: 1.2rem;
        box-shadow: none;
    }
    section.news .news_more {
        width: 2.2rem;
        height: 0.46rem;
        padding: 0;
        margin: 0 0 0 -1.1rem;
        line-height: 0.46rem;
        font-size: 0.3rem;
        text-align: center;
        float: none;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
}
    section.news div.slider {
        width: 100%;
    }
    section.news div.slider a.newslink {
        width: 100%;
        height: auto;
        margin: 0 0 0.2rem;
        display: block;
    }
    section.news div.slider .news_sub {
        padding: 0;
        background: none;
        border: none;
        overflow: hidden;
        display: flex;
    }
    section.news div.slider .news_sub .date {
        width: 1.5rem;
        font-size: 0.22rem;
    }
    section.news div.slider .news_sub h4 {
        width: calc( 100% - 1.5rem );
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 1.4em;
        white-space: nowrap;
        position: relative;
    }
    section.feature .feature_inbox a {
        width: 100%;
        margin-right: 0;
        box-shadow: rgba(0,0,0,.4) 0.04rem 0.04rem 0.04rem 0;
    }
    section.feature h4 {
        font-size: 0.28rem;
    }
    section.feature p {
        font-size: 0.22rem;
    }
    section.movie {
        flex-wrap: wrap;
    }
    section.movie video,
    section.movie>div {
        width: 100%;
    }
    section.movie p.subtitle,
    section.movie p.btn_movie {
        height: 0.46rem;
        font-size: 0.28rem;
        line-height: 0.46rem;
    }
    section.movie p.btn_movie {
        margin-left: calc(50% - 2.3rem);
        border-radius: 0.23rem;
    }
    section.movie h3 {
        font-size: 0.5rem;
    }
    section.movie p.movinfo {
        font-size: 0.22rem;
    }
    section.gyomu h3 {
        padding-top: 0.7rem;
        font-size: 0.6rem;
    }
    section.gyomu .gyomu_inbox a {
        width: 100%;
        margin-right: 0;
    }
    section.gyomu .gyomu_sub {
        padding: 0.26rem;
        flex-wrap: wrap;
    }
    section.gyomu .gyomu_sub>div {
        width: 100%;
    }
    section.gyomu .gyomu_sub img {
        margin: 0 auto 0.2rem;
        display: block;
    }
    section.gyomu .gyomu_sub h4 {
        font-size: 0.36rem;
    }
    section.gyomu .gyomu_sub p {
        font-size: 0.26rem;
    }
    .greeting {
        width: 100%;
        height: auto;
        padding: 0.26rem 0.26rem calc( 30 / 75 * 100% - 0.26rem ) 0.26rem;
    }
    .greeting p {
        font-size: 0.28rem;
    }
    .information {
        width: 100%;
        padding: 0 0.26rem;
        display: block;
    }
    .information iframe {
        width: 100% !important;
    }
    .information section {
        width: 100%;
    }
    .information section h3,
    .information section p,
    .information section li,
    .information section dt,
    .information section dd {
        font-size: 0.3rem;
        font-weight: normal;
    }
    .information dl>dt {
        width: 2.5rem;
    }
    .information dl>dd {
        width: calc( 100% - 2.5rem );
    }
}