@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;
}
.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: 84px;*/
}
.mainContentsHalf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.outC3Mark{
    max-width: 27px;
    max-height: auto;
}
.outTopBoxSet{
    margin-top: 70px;
}
.outBoxSet{
    margin-top: 70px;
}
.outBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.outBoxAlignStart{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.circleBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.out_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;
}
.out_title:hover{
    opacity: 0.75;
}
.out_title img{
/*    padding: 20px;*/
}
.out_contents{
    width: 100%;
}
.out_subTextS{
    font-size: 0.85rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
}
.out_subTextM{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
}
.outSubBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px!important;
}
.out_subTitle01{
    max-width: 30%;
    max-height: auto;
}
.out_subContents01{
    max-width: 70%;
    max-height: auto;
}
.out_subTitle02{
    max-width: 30%;
    max-height: auto;
}
.out_subContents02{
    max-width: 70%;
    max-height: auto;
}
.out_sub02textB{
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
    margin-bottom: -15px!important;
}
.out_subTitle03{
    max-width: 30%;
    max-height: auto;
}
.out_subContents03{
    max-width: 70%;
    max-height: auto;
}
.out_sub03textB{
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: -15px!important;
}
.out_contents03BoxL{
    max-width: 60%;
    max-height: auto;

}
.out_contents03BoxR{
    max-width: 40%;
    max-height: auto;
    padding-left: 20px;
}
.out_title60{
    max-width: 60%!important;
}
.out_cont03BoxRnumber{
    color: #51ad3c;
    margin-right: 5px;
}
.out_cont03BoxRtitle{
    font-size: 1.0rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #000;
}
.out_cont03BoxRtext{
    font-size: 0.85rem;
    line-height: 1.4rem;
    color: #000;
    margin-bottom: 15px;
}
.out_cont03BoxML{
    margin-left: 30px;
}
.out_subTitle03textMixL{
    max-width: 35%;
    max-height: auto;
}
.out_subTitle03textMixR{
    max-width: 65%;
    max-height: auto;
    font-size: 0.85rem;
    line-height: 1.4rem;
}

.imageOrigHalf{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
