@charset "utf-8";

/*スライド*/

.slick-dots li button {
    font-size: unset;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background-color: transparent;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #BBB99A;
}

.slick-dots li button::before {
    font-family: unset;
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #BBB99A;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #BBB99A;
    background-color: #BBB99A;
    border-radius: 50%;
}

.slick-dots {
    bottom: -2.4em;
}


.visual_area {
    margin: 0 0 2em;

}

.visual_area img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    height: 45vw;
}

/*intro*/
.intro {
    margin: 0 0 1em;
}

.intro .flex_area {
    align-items: stretch;
    max-width: 1600px;
    margin: 0 auto;
    flex-direction: initial;
}

.intro .text_area {
    width: 50%;
    background-color: #008E59;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro .text_area p {
    line-height: 2;
    color: #fff;
    width: 6.1em;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin: 0;
}

.intro .img_area {
    width: 50%;
}

.intro .img_area img {
    height: 100%;
    object-fit: cover;
}

.boder_y {
    border-bottom: solid 2px #F3DC08;
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .intro .text_area p {
        width: 10.8em;
        font-size: 1.2em;
    }

    .intro .flex_area {
        width: 94%;
    }
}

/*800px以上*/
@media screen and (min-width: 800px) {
    .intro .text_area p {
        width: 16.7em;
        font-size: 1.8em;
    }

    .intro .text_area {
        width: 70%;
    }

    .intro .img_area {
        width: 30%;
    }

    .intro {
        margin: 0 0 1em;
        padding: 2em 0;
    }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
    .intro .text_area {
        width: 80%;
    }

    .intro .img_area {
        width: 20%;
    }

    .intro .text_area p {
        width: 18.7em;
        font-size: 2.4em;
        letter-spacing: 10.8px;
    }
}

/*about*/
.about {}

.about .img_area {
    width: 50%;
    margin: 0 0 0 50%;
}

.btn_list li {
    margin: 0.7em auto;
}

.btn_list a {
    letter-spacing: 4.8px;
    padding: 0.6em 0;
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .about .flex_area {
        flex-direction: row-reverse;
        align-items: center;
        margin: 0 0 2em;
        justify-content: space-around;
    }

    .about .text_area {
        width: 58%;
    }

    .about .img_area {
        width: 35%;
        margin: 0;
    }

    .about .img_area img {}

    .btn_list {
        justify-content: center;
        max-width: 1220px;
        margin: 0 auto;
    }

    .btn_list li {
        width: 30%
    }
}

/*900px以上*/
@media screen and (min-width: 900px) {
    .about .img_area {
        width: 30%;
    }
}

.news .flex_area {
    display: unset;
    margin: 0 0 2em;
    position: relative;
}

.news .text_area {
    width: 100%;
}

.news .img_area {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.news h2 {
    text-align: center;
}



.news_list {}

.news_list li {
    margin: 0 0 1em;
}

.news_list dl {
    display: flex;
    flex-wrap: wrap;
}

.news_list dt {
    width: 6em;
}


.news_list dd {
    width: calc(100% - 7em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.6;
}

@media screen and (min-width: 600px) {
    .news .flex_area {
        display: flex;
        margin: 0;
        position: unset;
        width: 30%;
        justify-content: center;
        align-items: center;
    }

    .news h2 {
        text-align: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 30px;
        margin: 0;
    }

    .news .img_area {
        width: 70%;
        position: unset;
        transform: unset;
        margin: 0 auto;
    }

    .news_list {
        width: 68%;
    }

    .news_area {
        align-items: center;
    }

    .news .text_area {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1em 0 0;
    }
}

/*blog*/
.blog h2 {
    color: #fff;
    position: relative;
    padding: 0 1em;
    text-align: center;
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
}

.blog h2:before,
.blog h2:after {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 7.7em);
    display: block;
    width: 1em;
    height: 1.5em;
    background-image: url(../images/common/illust_blog.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.blog h2:after {
    top: 0;
    left: unset;
    right: calc(50% - 7.7em);
}

.blog_list li {
    width: 100%;
    padding: 1em 3%;
    background-color: #fff;
    margin: 0 0 2em;
}

.blog_list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.blog_list li .thumb figure {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_list li .thumb figure img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.blog_list li .data {
    width: calc(98% - 120px);
}

.blog_list li .date {
    color: #999999;
    font-size: 12px;
}

.blog_list li .ttl {
    color: #BBB99A;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.6;
}

.blog_list li .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
}

.blog .link_btn {
    max-width: 350px;
}

.blog .link_btn a {
    font-size: 18px;
    line-height: 3;

}

.blog p.scroll {
    display: none;
}

/*　画面サイズが600pxから1500pxまではここを読み込む　*/
@media screen and (min-width:600px) and (max-width:1500px) {
    .blog p.scroll {
        color: #fff;
        display: block;

    }
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .blog_list {
        display: flex;
        width: 100%;
        height: 24em;
        overflow-x: scroll;
    }

    .blog_list li {
        flex-shrink: 0;
    }

    .blog_list::-webkit-scrollbar {
        height: 1.5em;
        /* スクロールバーの高さ */
    }

    .blog_list::-webkit-scrollbar-thumb {
        background: #d2b48c;
        /* ツマミの色 */
        border-radius: 7px;
        /* ツマミ両端の丸み */
    }

    .blog_list::-webkit-scrollbar-track {
        background: #f5deb3;
        /* トラックの色 */
        border-radius: 7px;
        /* トラック両端の丸み */
    }

    .blog_list li a {
        display: unset;
    }

    .blog_list li .thumb figure {
        width: 100%;
        height: 10em;
        overflow: hidden;
    }

    .blog_list li .thumb figure img {
        width: 100%;
        height: 100%
    }

    .blog_list li .data {
        width: 100%;
    }

    .blog_list li {
        width: calc(100% / 2.3 - 1em);
        margin: 1em 0.5em;
        padding: 1em 1%;
    }

    .blog_list {
        justify-content: left;

    }

    .blog h2 {
        font-size: 24px;
    }

    .blog .link_btn a {
        font-size: 20px;
    }
}

/*800px以上*/
@media screen and (min-width: 800px) {
    .blog .inner-section {
        max-width: initial;
    }

    .blog_list li {
        width: calc(100% / 3.3 - 1em);
    }

    .blog h2 {
        font-size: 30px;
    }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
    .blog_list li {
        width: calc(100% / 4.2 - 1em);
    }

    .blog_list li .thumb figure {
        height: 12vw;
    }

}

/*1500px以上*/
@media screen and (min-width: 1500px) {
    .blog_list li {
        width: calc(100% / 5 - 1em);
    }

    .blog_list li .thumb figure {
        height: 9vw;
    }

    .blog_list {
        overflow-x: unset;
        justify-content: center;
    }

}

/*recruit*/
.recruit {}

.recruit h2 {
    position: relative;
    color: #555;
    text-align: center;
    width: 80%;
    margin: 0 auto 2em;
}

.recruit h2 .img {
    color: #008E59;
    font-size: 1.2em;
    background-image: url(../images/common/illust_recruit_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.4em 0.2em 0.5em 0.2em;
    background-position: center;
}


.recruit h2:before,
.recruit h2:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -2em;
    display: block;
    width: 40px;
    height: 1em;
    background-image: url(../images/common/illust_recruit_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(60deg);
}

.recruit h2:after {
    left: unset;
    right: -2em;
    transform: rotate(-60deg);
}

.recruit p {
    text-align: center;
}

.recruit_list {
    width: 80%;
    margin: 3em auto 0;
}

.recruit_list li {
    margin: 0 0 2em;
}

.recruit_list .img_area {
    width: 60%;
    margin: 0 auto;
}

.recruit_list a {
    padding: 0.7em 0;
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .recruit h2 {
        font-size: 26px;
    }

    .recruit h2::before,
    .recruit h2::after {
        top: 33%;
        width: 60px;
        height: 1em;
    }

    .recruit_list {
        justify-content: center;
        width: 100%;
    }

    .recruit_list li {
        width: calc(100% / 2 - 1em);
        margin: 0 0.5em;
    }

    .recruit_list .img_area {
        width: 90%;
    }

}

/*900px以上*/
@media screen and (min-width: 900px) {
    .recruit h2 {
        font-size: 33px;
    }

    .recruit_list li {
        width: calc(100% / 3 - 3em);
        margin: 0 1.5em;
    }

    .recruit_list li:nth-child(2) {
        padding: 5em 0 0;
    }

    .recruit h2::before,
    .recruit h2::after {
        top: 33%;
        width: 100px;
        height: 1em;
        transform: rotate(0deg);
        left: -3em;
    }

    .recruit h2::after {
        right: -3em;
        left: unset;
    }
}

/*facility*/
.facility h2 {
    text-align: center;
}

.facility .text_area {
    margin: 0 0 1.6em;
}

.facility_list li {
    border-bottom: 2px dotted #707070;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.facility_list dl {
    display: flex;
    justify-content: space-between;
}

.facility_list dt {
    width: 5em;
}

.facility_list dd {
    width: calc(100% - 5em);
    padding: 0 0 0 0.5em;
}

.facility .more {
    text-align: right;
}

.facility .more a {
    color: #008E59;
    text-decoration: underline;
}

.facility .img_area {
    margin: 0 0 1em;
}

.map iframe {
    height: 300px;
    margin: 0 0 1em;
}

/*600px以上*/
@media screen and (min-width: 600px) {
    .facility h2 {
        font-size: 26px;
    }

    .facility .flex_area {
        flex-direction: row-reverse;
    }

    .facility .text_area {
        width: 60%;
    }

    .facility .img_area {
        width: 36%;
    }
}

/*1000px以上*/
@media screen and (min-width: 1000px) {
    .facility h2 {
        font-size: 36px;
    }

    .facility .text_area {
        width: 50%;
    }

    .facility .img_area {
        width: 50%;
    }

    .facility .img_area img {
        width: 80%;
        margin: 0 auto;
    }

    .facility_list li {
        padding: 0 0 0.8em;
        margin: 0 0 0.8em;
    }
}


.rissin_bnr {
    background: #f5f5f5;
    padding: 3% 4%;
    border: solid 1px #fff;
    margin-bottom: 2em;
}

.rissin_bnr ul {
    justify-content: space-between;
}

.rissin_bnr ul li {
    width: 48%;
}

.rissin_bnr ul li a[target="_blank"]::after {
    display: none;
}

@media(max-width: 499px) {
    .rissin_bnr ul li {
        width: 100%;
        max-width: 320px;
        margin: 1% auto;
    }
}



section.bnr_area {
    margin-bottom: 0;
    padding: 40px 0;
}

.bnr_area .bnr {
    text-align: center;
    line-height: 0;
}

@media(max-width: 499px) {
    section.bnr_area {
        padding: 5%;
    }
}