﻿.bg_color1,.bg_color3{
    background-color: #13601c;
}
.txt_color1{
    color: #13601c;
}
.txt_color3{
    color: #6dbb66;
}
.text_center{
    text-align: center;
}

/*header*/
header{
    background-image:url('./Dup/img/headerBG.jpg');
}
header.pd_t-50px{
    padding-top: 0;
}
header #logo{
    padding: 0;
}
header .txt_color1{
    color: #000;
}
header .border_color3{
    border-color: #000;
}
/*FV*/
#main_img{
    background-image: url('./Dup/img/sunoko-3.jpg');
    background-size: cover;
}
#main_img img{
    width: 90%;
    right: 0;
}
#main_img img.object_fit_img{
    max-height: 85vh;
    min-height: 85vh;
}
#main_img .slides li{
    display: flex!important;
    justify-content: flex-end;
    top: 75px;
}
@media screen and (max-width: 768px){
    #main_img img{
    width: 100%;
    right: 0;
}
#main_img img.object_fit_img{
    max-height: 100vh;
    min-height: 100vh;
}
#main_img .slides li{
    display: block!important;
    justify-content: flex-end;
    top: 0;
}
}
/*Top*/
#introLinks{
    padding-top: 100px;
}
#introLinks ul{
    gap: 80px;
}
#introLinks ul li{
    width: 250px;
    height:250px;
}
#introLinks ul li a{
    padding-top: 90px;
    display: block;
    width: 100%;
    height: 160px;
    transition-duration: 0.5s;
}
#introLinks ul li a:hover{
    transform: scale(1.10);
    box-shadow: -10px 10px 20px rgba(0,0,0,0.35);
    transition-duration: 0.5s;
}
#introLinks .bgGreen{
    background-image: url('./Dup/img/buttonBK1.jpg');
}
#introLinks .bgBlue{
    background-image: url('./Dup/img/buttonBK3.jpg');
}
#introLinks .bgRed{
    background-image: url('./Dup/img/buttonBK2.jpg');
}
/*永井商店で働く魅力*/
#cms_6-a .box_img1{
    justify-content: space-between;
    padding: 0 40px;
}
#cms_6-a .cate_contents{
    max-width: 45%;
}
#cms_6-a .cate_img{
    max-width: 45%;
    max-height: 350px;
    overflow: hidden;
}
@media screen and (max-width: 668px){
    #cms_6-a figure{
        display: block;
    }
    #cms_6-a .box_img1{
        padding: 0;
    }
        #cms_6-a .cate_contents{
        max-width: 100%;
    }
    #cms_6-a .cate_img{
        max-width: 100%;
    }
}
/*市場で働くって、*/
#cms_5-a .cate_box .imgBox{
    max-width: 45%;
    max-height: 350px;
    overflow: hidden;
}
@media screen and (max-width: 668px){
    #cms_5-a .cate_box .imgBox{
        max-width: 100%;
    }
}