@charset "UTF-8";
/* 共通 */
body.home #main ul {
    padding: 0;
}
.main-wrap {
    max-width: 1140px;
    margin: 0 auto;
}
.more-btn {
    margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}
.midasi-box {
    text-align: center;
    position: relative;
    margin-bottom: 3.5em;
}
.midasi-l {
    font-size: 25px;
    font-weight: bold;
}
.midasi-box:before {
    content: "";
    display: inline-block;
    /* width: 100vw; */
    height: 7px;
    background-color: #9acd32;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    z-index: -2;
}
.midasi-box:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -96%;
    font-size: 120px;
    left: 0;
    right: 0;
    padding: 0 30px;
    color: #f7fbef;
    line-height: 1;
}
.midasi-l:before {
    content: "";
    background-color: #fff;
    display: inline-block;
    width: 14em;
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.sec-text {
    text-align: center; 
    margin-bottom: 3em;
}
.more-btn-l-wrap {
    text-align: center;
}
.more-btn-l {
    background-color: #ff9f00;
    color: #fff;
    display: inline-block;
    width: 20em;
    text-align: center;
    border-radius: 100px;
    padding: 11px 0.5em;
    font-size: 17px;
    position: relative;
}
.more-btn-l:after {
    content: "";
    background: url(../images/top/more-arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 18px;
    filter: invert(100%);
}
.more-btn-l:hover {
    background-color: #ff9d00b6;
    transform: 0.5s;
}
.midasi-m {
    display: inline-block;
    background-color: #fff;
    padding: 0 1em 0 0;
    font-size: 20px;
    font-weight: bold;
}
body.home #content {
    padding: 60px 0;
}
body.home .sec-02,body.home .sec-03{
    margin-top: 9em;
}
body.home .semi-cat {
    display: none;
}

@media(max-width:767px) {
    .midasi-l {
        font-size: 20px;
        margin: 0;
    }
    .midasi-box:after {
        font-size: 80px;
    }
    .midasi-l:before {
        width: 11em;
    }
    .midasi-box {
        margin-bottom: 2em;
    }
    .more-btn-l {
        width: 100%;
        font-size: 15px;
    }
    .home .magazine_list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    .home .magazine_list .guide_cat a {
        font-size: min(3.5vw,15px);
        margin-right: 5px;
    }
    .home #gnav-sp .sub-menu {
        display: block;
    }
}

/* ヘッダー */
#header {
    background-color: transparent;
}
/* メインビジュアル */
body.home #main_visual {
    height: auto!important;
    position: relative;
}
body.home #main_visual .title-midasi {
    position: absolute;
    bottom: 8%;
    color: #fff;
    font-size: min(100px,7.7vw);
    font-weight: bold;
    line-height: 1;
    text-shadow: 0px 0px 6px rgb(0, 0, 0, 0.5);
}

body.home #main_visual .title-midasi .sub-title-midasi {
    font-size: 24%;
}
.title-midasi sup {
    /* top: -23px; */
    font-size: 65%;
}

.slide-items-sp {
    display: none;
}
@media(max-width:1200px) {
    body.home #main_visual .title-midasi {
        margin: 0 36px;
    }
}
@media(max-width:991px) {
    body.home #main_visual .title-midasi {
        margin: 0 24px;
    }
}
@media(max-width:767px) {
    .slide-items-sp {
        display: block;
    }
    .slide-items-pc {
        display: none;
    }
    body.home #main_visual .title-midasi {
        font-size: min(75px,12.5vw);
    }
    body.home #main_visual .title-midasi {
        margin: 0 12px;
    }
}

/* slick */
.slide-items {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.slide-wrap {
    background-color: #241913;
    position: relative;
}
  
.slide-items img {
width: 100%;
object-fit: cover;
opacity: 0.9;
}

@media(min-width:1600px) {
    #main_visual .slick-list {
        max-height: 67vh;
    } 
}
/* sec-01 */
.sec-01-midasi {
    background-color: #9acd32;
    display: inline;
    color: #fff;
    padding: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: min(20px,2vw);
}
.title-midasi-wrap {
    max-width: 1140px;
    margin: 0 auto;
}
.seido-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw - 3%);
    position: relative;
    top: -50px;
    z-index: -1;
    background-color: #f2f2f2;
    border-radius: 0 20px 20px 0;
}
body.home #main .seido-wrap .seido-box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 6%;
}
.sec-01-midasi.wrap:after {
    display: none;
}
.seido-wrap-wrap {
    padding-left: 3%;
    padding-top: 65px;
}
.seido-list {
    width: 19%;
    text-align: center;
}
.seido-text {
    border-bottom: dashed 2px #c5c5c5;
    display: inline-block;
}
.bunki-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bunki-list {
    width: 48.5%;
    border: solid 3px #9acd32;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3%;
    background: linear-gradient(90deg, rgba(225,235,201,1) 30%, rgba(225,235,201,0.85) 100%);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1em 4%;
    text-align: left;
}
.bunki-text {
    flex-grow: 1;
    margin-bottom: 1.3em;
}

.bunki-list-03,.bunki-list-04 {
    border: solid 3px #ff9f00;
    margin-bottom: 0;
}
.bunki-link {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}
.bunki-bgi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: right;
}
.bunki-bgi img {
    max-width: none;
    width: auto;
    position: absolute;
}

.bunki-bgi-01 img {
    height: 180%;
    right: -12%;
    top: -60%;
}

.bunki-bgi-02 img {
    height: 160%;
    right: -27%;
    top: -38%;
}
.bunki-bgi-03 img {
    height: 145%;
    right: -21%;
    top: -1%;
}
.bunki-bgi-04 img {
    height: 145%;
    right: -12%;
    top: -13%;
}
.bunki-link-box {
    max-width: 507px;
    margin: 0 auto;
}
.bunki-list-03,.bunki-list-04 {
    background: linear-gradient(90deg, rgba(255,235,201,1) 30%, rgba(255,235,201,0.85) 100%);
}
.bunki-type {
    display: inline-block;
    background-color: #fff;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px;
    color: #9acd32;
    margin-bottom: 6px;
}
.bunki-list-03 .bunki-type,.bunki-list-04 .bunki-type {
    color: #ff9f00;
}
.bunki-title,.bunki-text {
    color: #241913;
}
.bunki-title {
    font-size: 26px;
    font-weight: bold;
}
.bunki-list .more-btn {
    display: inline-block;
    background-color: #9acd32;
    border: solid 2px #241913;
    border-radius: 100px;
    padding: 3px 0.5em;
    width: 8em;
    text-align: center;
    font-weight: bold;
    color: #241913;
}
.bunki-list .more-btn:after {
    content: "";
    background: url(../images/top/more-arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 11px;
    position: relative;
    left: 5px;
}
.bunki-list-03 .more-btn,.bunki-list-04 .more-btn {
    background-color: #ff9f00;
}
.more-btn-wrap {
    text-align: right;
}
body.home .bunki-wrap {
    margin-top: 2em;
}
.semi-left-box {
    display: flex;
    align-items: center;
}
.bunki-type {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.bunki-link:hover {
    background-color: #9acd325c;
    mix-blend-mode: multiply;
    transform: 0.5s;
}
.bunki-link-03:hover,.bunki-link-04:hover {
    background-color: #ff9f004f;
}


@media(max-width:767px) {
    body.home #content {
        /* padding: 50px 0; */
    }
    .sec-01-midasi {
        font-size: min(18px,4.2vw);
    }
    .seido-wrap {
        margin: 0 calc(50% - 50vw);
        border-radius: 0;
        padding-bottom: 1.5em;
    }
    .seido-wrap-wrap {
        padding-left: 0;
    }
    .seido-list {
        width: 45%;
    }
    .seido-list img {
        max-width: 90%;
    }
    .seido-text {
        font-size: 13px;
        margin-bottom: 0.5em;
    }
}


/* sec-02 */
.sec-02 .midasi-box:after {
    content: "Event";
}
.event-wrap {
    background-color: #f2f2f2;
    padding: 2em 5%;
}
.cat-list {
    background-color: #fff;
    border: solid 1px #adadad;
    color: #adadad;
    border-radius: 100px;
    font-size: 15px;
    padding: 0.1em 0.5em;
    margin-right: 6px;
    cursor: pointer;
}
.cat-list:last-of-type {
    margin-right: 0;
}
.cat-list.active {
    background-color: #9acd32;
    border: solid 1px #9acd32;
    color: #fff;
}
.event-cat-box {
    display: flex;
}
.seminar-box {
    display: none;
}
.seminar-box.active {
    display: block;
    background-color: #fff;
    border-bottom: solid 1px #d3d3d3;
}
.semi-list {
    /* display: flex;
    align-items: center;
    border-bottom: solid 1px #d3d3d3; */
}
.semi-info-box {
    display: flex;
    align-items: center;
    margin-right: 1em;
    width: 21em;
    min-width: 21em;
}
body.home #main ul.seminar-box {
    border: solid 1px #d3d3d3;
    border-radius: 10px;
}
body.home #main ul.event-cat-box {
    margin-bottom: 0.5em;
}
.sec-02 .em.em-list {
    padding: 2em;
    display: block;
}
.sec-02 .em.pixelbones .semi-area a {
    color: #fff!important;
    background-color: #727272!important;
    font-size: 13px;
    padding: 7px 0.5em;
    width: 6em;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 2em;
    line-height: 1.3;
}
.sec-02 .em.pixelbones p.semi-date {
    font-size: 23px;
    color: #434242;
    display: flex;
    margin-bottom: 0.2em!important;
}
.sec-02 .em.pixelbones p.semi-date .semi-week {
    font-size: 65%;
    margin-left: 0.3em;
}
.sec-02 .em.pixelbones p.semi-time {
    color: #7c7c7c;
    font-size: 96%;
}
.sec-02 .em.pixelbones p {
    margin-bottom: 0!important;
}
.sec-02 .em.pixelbones .semi-title {
    margin-right: 2em!important;
    max-width: 30em;
}
.sec-02 .em.pixelbones .semi-title a {
    color: #434242!important;
    font-weight: bold;
}
.sec-02 .em.pixelbones a.semi-more-btn {
    color: #fff!important;
    background-color: #9acd32!important;
    font-size: 13px;
    width: 8.5em;
    padding: 7px 0.5em;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.sec-02 .em.pixelbones li.semi-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #d3d3d3;
    padding: 1.7em 0;
    margin-bottom: 0!important;
}
.sec-02 .em.pixelbones li.semi-list:first-of-type {
    padding-top: 0;
}
.sec-02 .em.pixelbones li.semi-list:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
@media(max-width:991px) {
    .semi-left-box {
        display: block;
    }
    .semi-info-box {
        width: 100%;
        min-width: auto;
    }
    .sec-02 .em.pixelbones .semi-title {
        max-width: none;
    }
    .sec-02 .em.pixelbones li.semi-list {
        display: block;
    }
    .semi-info-box,.sec-02 .em.pixelbones .semi-title {
        margin-right: 0!important;
        margin-bottom: 0.7em!important;
    }
    .semi-more-btn-wrap {
        display: flex;
        justify-content: right;
    }
    .sec-02 .em.pixelbones li.semi-list {
        padding: 1em 0;
    }
    .sec-02 .em.pixelbones a.semi-more-btn {
        font-size: 11px;
        padding: 3px 0.5em;
    }
    .semi-date-box {
        display: flex;
    }
}
@media(max-width:767px) {
    .bunki-list {
        width: 100%;
        padding: 0.5em 4%;
        margin-bottom: 22px;
    }
    .bunki-list-03, .bunki-list-04 {
        margin-bottom: 22px;
    }
    .bunki-list-03:last-of-type, .bunki-list-04:last-of-type {
        margin-bottom: 0;
    }
    .bunki-type {
        font-size: 12px;
    }
    .bunki-title {
        font-size: 18px;
        margin: 0em 0 0.5em;
    }
    .bunki-text {
        font-size: 13px;
    }
    .bunki-list .more-btn {
        border: solid 1px #241913;
        font-size: 13px;
    }
    body.home .sec-02, body.home .sec-03 {
        margin-top: 6em;
    }
    .sec-text {
        text-align: left;
        font-size: 14px;
        margin-bottom: 2em;
    }
    .sec-02 .em.em-list {
        padding: 1.5em;
    }


    .semi-left-box {
        display: block;
    }

    .sec-02 .em.pixelbones p.semi-date {
        margin-right: 0.5em!important;   
        font-size: 21px;
    }
    .sec-02 .em.pixelbones .semi-area a {
        font-size: 11px;
        padding: 5px 0.5em;
    }

    .semi-info-box {
        margin-bottom: 0.5em;
    }



    .event-wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 3.5em 12px;
    }
    .sec-02 .em.pixelbones .semi-title a {
        font-size: 17px;
    }

}
@media(max-width:500px) {
  .semi-info-box {
      display: block;
  }
  .semi-date-box{
    margin-top: 10px;
    display: block;
  }

}

/* sec-03 */
.sec-03 .midasi-box:after {
    content: "Guide";
}

.magazine_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.magazine_list a {
    color: #9acd32;
}
.magazine_list li {
    width: 33.3%;
    border-right: 1px solid #ccc;
    padding: 0 20px 2rem;
    margin-bottom: 3rem;
    position: relative;
}
.magazine_list li:nth-of-type(3n) {
    border-right: none;
}
.magazine_list .post_img {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 0;
}
.magazine_list .post_img a::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition-property: opacity;
    transition-duration: .1s;
    transition-timing-function: linear;
    box-shadow: 0 8px 15px rgba(0,0,0,.15);
    opacity: 0;
    content: "";
  }
.magazine_list .post_img:hover a::after {
    opacity: 1;
    transition: 0.6s all;
  }

.magazine_list .post_img {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 0;
}
.magazine_list .post_img .authority {
    position: absolute;
    margin: 0;
    background: #ccc;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 10px 0;
}
.magazine_list .post_img .authority.all {
    background: #ff9f00;
}
.magazine_list .post_img .authority.members {
    background: #9acd32;
}
.magazine_list .post_img a {
    display: block;
    border-radius: 10px;
}

.magazine_list .post_img img {
    border-radius: 10px;
    width: 100%;
}

.magazine_list .post-title a {
    color: #434242;
}
.magazine_list .post-title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.magazine_list .guide_cat {
    display: flex;
    flex-wrap: wrap;
}
.magazine_list .guide_cat a {
    display: block;
    border: 1px solid #9acd32;
    border-radius: 100px;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #434242;
    font-size: min(1.5vw,15px);
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 300;
}
.magazine_list .post-notice_name {
    text-align: right;
    margin: 10px auto 0;
}
.magazine_list .cat-name,.magazine_list .post_notice {
    margin-bottom: 0;
    display: block;
}
.magazine_list .cat-name a:hover {
    color: #434242;
    transition: 0.6s all;
}
.magazine_list .cat-name a {
    font-size: 12px;
    line-height: 1.5;
    display: block;
}
.magazine_list .post_notice {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #434242;
    background: #f6f3f3;
    padding: 3px 8px;
    line-height: 1.5;
    margin-top: 5px;
}
.magazine_list .term {
    background-color: #f7f7f7;
    display: inline-block;
    font-size: 14px;
    padding: 2px 11px;
}



/* sec-04 */
.sec-04 .midasi-box {
    text-align: left;
    margin-bottom: 2em;
}
.sec-04 .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 3%;
    border-bottom: solid 1px #d3d3d3;
}
.sec-04 .news-wrap span {
    color: #7c7c7c;
    margin-right: 2em;
}
.sec-04 .news-wrap .news-title {
    color: #434242;
    margin-right: 2em;
}
body.home #main .sec-04 .news-box {
    margin-bottom: 4em;
}
.sec-04 .semi-more-btn {
    color: #7c7c7c;
    font-size: 13px;
    width: 8.5em;
    padding: 7px 0.5em;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #7c7c7c;
}
.sec-04 .midasi-box:before {
    height: 4px;
    top: calc(50% - 2px);
}
body.home .sec-04 {
    margin-top: 5em;
}
@media(max-width:767px) {
    .sec-04 .midasi-m {
        margin: 0;
    }
    .sec-04 .news-list {
        display: block;
    }
    .sec-04 .news-wrap span {
        display: block;
    }
    .sec-04 .news-wrap span,.sec-04 .news-wrap .news-title {
        margin-right: 0;
        font-size: 15px;
    }
    .sec-04 .midasi-box {
        margin-bottom: 0em;
    }
    .sec-04  .news-wrap {
        margin-bottom: 0.5em;
    }
    .sec-04 .semi-more-btn {
        font-size: 11px;
        padding: 3px 0.5em;
    }
    .sec-04 .midasi-m {
        font-size: 18px;
    }
}