﻿.bg_color1{
    background-color: #90bb47;
}
.bg_color2{
    background-color: #fff6f6;
}
.txt_color1{
    color: #90bb47;
}
.border_color1{
    border-color: #90bb47;
}
body{
    background-color: #fffdfb;
    font-family: 'Zen Maru Gothic', Sans-Serif!important;
}
.font_serif{
    font-family: 'Zen Maru Gothic', Sans-Serif!important;
}
h3.font_20{
    font-size: 30px;
}
p.font_14{
    font-size: 18px;
}
/*header*/
header h1 img.width_300-max{
    max-width: 300px;
}

header p.font_14{
    font-size: 14px;
}
@media (max-width:330px){
    header h1{
        max-width: 150px;
    }
}
/*hamburger*/
#menu_wrap{
    padding-top: 20px;
}
/*FV*/
#main_img {
    position: relative;
}
#main_img .catch{
    top: 10%;
    left: -15%;
}
#main_img .mg_center{
    height: 68vh;
}
.slick-nav.width_800-max{
    max-width: 200px;
    position: absolute;
    display: block;
    top: 36.25vh;
    right: -15%;
}
.slick-nav figure{
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
@media (max-width:1660px){
    #main_img .catch{
        display: none;
    }
    .slick-nav figure{
        display: none;
    }
    #main_img .mg_center{
        height: auto;
    }
}
/*TOP*/
#intro .intro_title span{
    width: 68%;
}
#intro h3 br{
    display: none;
}
#contents_links figure{
    border: solid 5px #90bb47;
}
#contents_links h3 {
    transform: translateY(20px);
}
#contents_links .box .more {
    margin-top: 80px;
}
#contents1_txt h3.font_bold{
    font-weight: 400;
}
#contents2 h3.txt_color1{
    color: #464646;
}
#contents2 br{
    display: none;
}
#contents2 .grid_6{
    max-height: 500px;
}
#contents2 .grid_6 figure{
    max-height: 600px;
}
#contact_bar {
    background-color: #f09087;
}
#contact_bar a{
    color: #fefefe;
}
#contents_links a{
    padding: 20px 100px;
    font-weight: 600;
}
.oshirase-link a{
    display: inline-block;
    width: 300px;
    transition-duration: 0.5s;
}
.oshirase-link a:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.oshirase-link p{
    width: 300px;
    padding: 20px 0;
    border-radius: 100vh;
    font-weight: 600;
    color: #90bb47;
    background-color: #fefefe;
    margin: 20px auto 0 auto;
}
#contents_links .box figure img{
    height: auto;
    max-width: 70%;
}
@media (max-width:667px){
    #intro h3 br{
        display: block;
    }
    #contents2 .grid_6 {
        max-height: inherit;
    }
    #contents2 h3{
        text-align: center;
    }
    #contents2 br{
        display: block;
    }
}
/*お問い合わせ*/
.contact-items{
    gap: 40px;
}
.fa-fax:before{
    margin-right: 10px;
}
@media (max-width:667px){
    .contact-items{
        gap: 20px;
        margin-bottom: 20px;
    }    
}
/*固定リンク*/
#recruit_ve{
    top: 29%;
    right: 0;
    max-width: 90px;
    z-index: 999;
}

@media (max-width:768px){
    #recruit_ho{
        bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 997;
    }
    #recruit_ho a{
        width: 45%;
        margin: 0 auto;
    }
}
/*footer*/
@media (max-width:768px){
    #copyright {
        padding: 10px 55px 100px 10px;
    }
}
@media (max-width:400px){
    #copyright {
        padding: 10px 55px 70px 10px;
    }
}