@charset "UTF-8";

.mainVS{
    width: 100%;
    height: 570px;
    background-image: url(../img/mainVS_pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.mainVSBottom{
    width: 100%;
    height: 570px;
    background-image: url(../img/mainVS_pc.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.mainMesh{
    width: 100%;
    height: 570px;
    background-image: url(/activity/agreeable/gaikan/img/mesh.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 10px 13px;

}
.mainCover{
    width: 50%;
    height: 570px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
}
.mainCover img{
    max-width: 352px;
    max-height: auto;
/*    margin-right: 124px;*/
}
.mainContentsHalf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.bizBoxSet{
    margin-top: 70px;
}
.bizBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.bizSubBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px!important;
}
.biz_subTitle01{
    max-width: 35%;
    max-height: auto;
}
.biz_subContents01{
    max-width: 65%;
    max-height: auto;
}
.biz_subTextS{
    font-size: 0.85rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
}
.biz_title{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px; left: 0px;
    transition: all 200ms 0s ease;
    background: linear-gradient(135deg, rgba(50, 128, 32, 0.81), rgba(17,44,11,0.9));
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    z-index: 99;
}
.biz_title:hover{
    opacity: 0.75;
}
.biz_title img{
/*    padding: 20px;*/
}
.biz_contents{
    width: 100%;
}
.biz_subTitle02{
    max-width: 30%;
    max-height: auto;
}
.bizSubBox02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.biz_subTitle02textMixL{
    max-width: 35%;
    max-height: auto;
}
.biz_subTitle02textMixR{
    max-width: 65%;
    max-height: auto;
    font-size: 0.85rem;
    line-height: 1.4rem;
}
.bizSubBox03{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 40px !important;
    margin-bottom: 20px!important;
}
.biz_subTitle03{
    max-width: 35%;
    max-height: auto;
}
.biz_subContents03{
    max-width: 65%;
    max-height: auto;
}
.bizSubBox03text{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px !important;
}
.biz_subTitle03textMixL{
    width: 35%;
    max-height: auto;
}
.biz_subTitle03textMixR{
    width: 65%;
    max-height: auto;
    font-size: 0.85rem;
    line-height: 1.4rem;
}
.bizSubBox04{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 40px !important;
}
.biz_projectBnr{
    width: 100%;
    transition: 0.3s;
}
.biz_projectBnr:hover{
    opacity: 0.5 !important;
}
.imageOrigHalf{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.pcNone{display:none !important;}
