@charset "utf-8";
.logo{
    padding:  20px 0;
    text-align: center;
    background-color: #8BA785;
}
.logoimg{
    width: 150px;
}
.menu{
    z-index: 9;
    height: 53px;
    background-color: #fff;
}
.navlink{
    list-style: none;
    padding: 10px 25px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}
.navlink a{
    color: #407935;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", serif;
    display: inline-block;
    padding: 5px 0;
}
.navlink li{
    position: relative;
}
.navlink a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #407935;
    transition: width 0.3s ease;
}
.navlink a:hover::after {
    width: 100%;
}
main{
    overflow-x: hidden;
}
.mv{
    display: flex;
    justify-content: space-between;
    background-size: cover;
    background-position: 15%;
}
.ver{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.ver_cp{
    background-color: #8BA785;
    padding: 75px 125px;
    font-family: "Zen Antique Soft", serif;
}
.ver_main{
    font-family: "Klee One", serif;
    height: 400px;
    margin: auto;
    line-height: 3rem;
}
.text_combine{
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}
.top_rcm{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}
.rcm_div{
    width: 40%;
    padding: 20px;
    text-align: center;
}
.rcm_div img{
    width: 40%;
    margin: 20px 0;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}
.rcm_ttl{
    font-family: "Zen Antique Soft", serif;
    font-size: 22px;
}
.rcm_about{
    font-family: "Zen Kaku Gothic New", serif;
    line-height: 2;
}
.rcm_about span{
    font-size: 14px;
}
.feel_div{
    display: grid;
    place-items: center;
}
.feel_txt{
    width: 70%;
    margin: auto;
    padding: 35px 0 25px;
    font-size: 18px;
    text-align: left;
}
.rcm_btn{
    background-color: #8BA785;
    padding: 15px 50px;
    margin: 10px auto;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all  0.3s ease;
    cursor: pointer;
}
.rcm_btn:hover{
    background-color: #fff;
    padding: 15px 50px;
    border: solid 1px #8BA785;
    color: #8BA785;
}
.news{
    text-align: center;
}
.news h3{
    margin-top: 50px;
}
.line{
    border:0.5px solid #000;
    width: 500px;
    margin: 40px auto;
}
dl{
    margin: auto;
    width:500px; 
    font-family: "Zen Kaku Gothic New", serif;
    line-height: 3;
}
dt{
    float:left;
    padding-left: 50px;
}
dd{
    margin-left:100px;
}
.ttl{
    font-size: 22px;
    font-family: "Zen Antique Soft", serif;
    text-align: center;
    margin: 50px auto;
}
a{
    text-decoration: none;
    color: #fff;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
table{
    margin: auto;
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
    font-family: "Zen Kaku Gothic New", serif;
}
td{
    padding: 10px;
}
.formrun{
    padding: 20px 15px;
    background-color: #84c976;
    border-radius: 5px;
    width: 250px;
    margin: 0 auto 50px;
    text-align: center;
}
.service_wrap{
    width: 70%;
    text-align: center;
    margin: 50px auto;
}
.service_gr{
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}
.service_gr_re{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
.service_gr img, .service_gr_re img{
    width: 50%;
}
.service_ttl{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    font-family: "Zen Antique Soft", serif;
}
.service_txt{
    background-color: #8BA785;
    color: #fff;
    width: 25vw;
    display: grid;
    align-content: center;
}
.service_txt p{
    width: 80%;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    font-family: "Zen Kaku Gothic New", serif;
    font-feature-settings: "palt";
}
.works_ttl{
    text-align: center;
    font-family: "Zen Antique Soft", serif;
}
.books{
    margin: 50px auto;
    text-align: center;
}
.book_img{
    width: 15%;
}
.book_txt{
    padding: 10px;
    line-height: 2;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 12px;
}
.book_txt h3{
    font-family: "Zen Antique Soft", serif;
    font-size: 14px;
}
.editrial{
    margin: 50px auto;
    text-align: center;
}
.editrial a img{
    width: 40%;
    padding: 3%;
    transition-duration: 0.5s;
}
.editrial a img:hover{
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
}
.blog{
    width: 60%;
    margin: 50px auto;
}
.blog_List{
    margin: 50px auto;
    padding: 2%;
    font-family: "Zen Kaku Gothic New", serif;
    border: solid 1px #407935;
    border-radius: 15px;
}
.blog_List_Content{
    margin: 15px auto;
}
.blog_List_Content p{
    line-height: 35px;
}
.blog_List_Content a{
    color: #8BA785;
    font-size: 16px;
}
.blog_List_Content a:hover{
    color: blueviolet;
}
footer{
    color: #fff;
    text-align: center;
    background-color: #8BA785;
    padding: 75px;
    width: 100%;
    position: sticky;
    top: 100vh;
}

@media (Max-width: 950px) {
    .service_gr, .service_gr_re, .top_rcm{
        display: block;
    }
    .service_gr img, .service_gr_re img{
        width: 80%;
    }
    .service_txt{
        width: 80%;
        margin: 0 auto;
    }
    .ver_main{
        line-height: 2rem;
    }
    th, td{
        display: block;
        text-align: left;
    }
    th{
        padding: 20px;
    }
    .mv{
        background-position: 90%;
    }
    .ver_cp{
        padding: 75px 60px;
    }
    .rcm_div{
        margin: 50px auto;
        width: 90%;
    }
    .feel_txt{
        padding: 30px 0 10px;
    }
    dl{
        width: 400px;
    }
    dt{
        padding-left: 25px;
    }
    dd{
        width: 250px;
    }
    .editrial a img{
        width: 70%;
    }
    .book_img{
        width: 25%;
    }
    th, td{
        text-align: center;
    }
    td{
        padding-bottom: 15px;
    }
}

@media (Max-width: 450px) {
    .ver_main{
        height: 300px;
        line-height: 1.2rem;
        font-size: 12px;
    }
}