.kv {
    position: relative;
    width: 100%;
    background: url("../img/kvBG.png") no-repeat;    
    background-size: contain;
}
.mainImage {
    position: relative;
    width: 100%;
    height: 100vh;
}
.mainImage .ci {
    position: absolute;
    top: 280px;
    top: 40%;
    left: 20%;
    margin: auto;
    width: 40% !important;
}
.mission {
    position: relative;
    margin: auto;
    padding: 80px 0px 100px 20%;
    text-align: left;
}
.mission img {
    width: 600px !important;
    max-width: 100%;
    margin-bottom: 80px;
}
.mission p {
    font-size: 20px;
    line-height: 2.0;
}
.conceptTxt {
    display: none;
    position: relative;
    margin: auto;
    padding: 80px 20% 0px 20%;
    text-align: left;
}
.conceptTxt img {
    width: 600px !important;
    max-width: 100%;
    margin-bottom: 60px;
}
.conceptTxt p {
    font-size: 20px;
    line-height: 2.0;
    margin-bottom: 40px;
}
.conceptImg {
    display: none;
    position: relative;
    margin: auto;
    padding: 40px 20% 100px 20%;
    text-align: center;
}
.conceptImg img {
    /*
    width: 640px !important;
    width: 760px !important;
    */
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-bottom: 0;
}



.companyWrap {
    width: 100%;
    background: url("../img/footerBG.png") no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: bottom left;
}
.solution .wrapInner ul {
    margin-bottom: 40px;
}




@media screen and (max-width: 768px) {

.kv {
    position: relative;
    width: 100%;
    background: url("../img/kvBGSP.png") no-repeat;    
    background-size: contain;
}
.mainImage {
    position: relative;
    width: 100%;
    height: 80vh;
    height: 100vh;
}
.mainImage .ci {
    position: absolute;
    top: 35%;
    left: 5%;
    margin: auto;
    width: 80% !important;
}
.mission {
    position: relative;
    margin: auto;
    padding: 0px 20px 40px 20px;
    text-align: left;
}
.mission img {
    width: 600px !important;
    max-width: 100%;
    margin-bottom: 40px;
}
.mission p {
    font-size: 14px;
    line-height: 1.8;
}
.conceptTxt {
    position: relative;
    margin: auto;
    padding: 40px 20px 20px;
    text-align: left;
}
.conceptTxt img {
    width: 600px !important;
    max-width: 100%;
    margin-bottom: 30px;
}
.conceptTxt p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.conceptImg {
    position: relative;
    margin: auto;
    padding: 0px 20px;
    text-align: center;
}
.conceptImg img {
    width: 800px !important;
    max-width: 75%;
    max-width: 100%;
    margin-bottom: 0px;
}




.companyWrap {
    width: 100%;
    background: url("../img/footerBGSP.png") no-repeat;
    background-size: contain;
    background-position: bottom;
}

.solution .wrapInner ul li a img {
    height: 150px !important;
    height: 180px !important;
    object-fit: cover;
}
.solution .wrapInner ul {
    margin-bottom: 0px;
}


#company {
    height: auto !important;
    padding-bottom: 150px;
    margin-bottom: 0;
}

}




.first-view .first-title {
    top: 42%;
    left: 170px;
}
.first-view .first-title p {
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 1.65;
}
.first-view .first-title span {
    font-size: 20px;
}

.vision-wrap .communucationText p span {
    font-weight: bold;
}
.vision-wrap .communucationText p .creativeText {
    color: #879ec7;
}
.vision-wrap .communucationText p .marketingText {
    color: #57afc2;
}
.vision-wrap .communucationText p .consultingText {
    color: #bfeb3c;
}
.vision-wrap .communucationText p .carbonText {
    color: #2fc27c;
}

.solution {
    background: #F2F2F2;
    padding: 100px 0px;
}
.solution h3 {
    font-size: 16px;
    margin-bottom: 80px;
}
.solution h3 span {
    display: block;
    color: #F7931E;
    font-size: 36px;
    font-weight: bold;
}
#wrapper .solution h3 img {
    width: 220px;
}
.solution ul li a {
    position: relative;
    -webkit-transition: 0.3s opacity;
       -moz-transition: 0.3s opacity;
        -ms-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
}
.solution ul li a:hover,
.solution ul li a:hover h4
.solution ul li a:hover p {
    opacity: 0.8;
}
.solution ul li a h4 {
    color: #7A919C;
    font-size: 14px;
    margin-bottom: 30px;
}
.solution ul li a h4 span {
    display:block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.solution ul li a h4 span::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px;
    background: url("../img/arrowR.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;  
    position: absolute;
    top: 5px;
    right: 0px;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
       -moz-transition: 0.3s opacity;
        -ms-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
}
.solution ul li a:hover h4 span::after {
    opacity: 1.0;
}
.solution ul li a p {
    color: #7A919C;
    font-size: 16px;
    line-height: 1.8;
}

.solution .wrapInner {
    width: calc(100% - 220px);
    padding: 0px 110px;
    /*
    width: calc(100% - 160px);
    padding: 0px 80px;
    */
    max-width: 94%;
}
.solution .wrapInner ul li {
    width: 100%;
}
.solution .wrapInner ul li a div {
    padding: 30px 25px 40px 30px;
    text-align: left;
}
.solution ul li a h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.6;
}
.solution ul li a h4 span {
    font-size: 14px;
    font-weight: normal;
}
.solution .wrapInner ul li a img {
    height: 240px;
    object-fit: cover;
}
.solution .wrapInner ul li a span.more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: orange;
    font-size: 14px;
}
footer, footer .footerInner {
    background: transparent;
}

#wrapper .company h3 img {
    width: 220px;
}





@media screen and (max-width: 768px) {


.first-view .first-title {
    top: 40%;
    left: unset;
}
.first-view .first-title p {
    font-size: 24px;
}
.first-view .first-title span {
    font-size: 13px;
    padding-right: 0px;
}

.vision-wrap {
    width: auto;
    padding: 0px 20px;
}
.vision-wrap .communucationText {
    float: none;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.vision-wrap .communucationText h3 {
    color: #7A919C;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.vision-wrap .communucationText p {
    color: #7A919C;
    padding: 0;
    margin-bottom: 20px;
}
.vision-wrap .communicationImg {
    float: none;
    width: 100%;
    margin-top: 30px;
    text-align: unset;
    padding-left: unset;
}

.solution {
    background: #F2F2F2;
    padding: 50px 0px 40px !important;
}
.solution h3 {
    font-size: 16px;
    margin-bottom: 40px;
}
.solution h3 span {
    display: block;
    color: #F7931E;
    font-size: 26px;
    font-weight: bold;
}
#wrapper .solution h3 img {
    width: 100%;
}
.solution .wrapInner {
    width: auto;
    padding: 0px 20px;
}
.solution ul li {
    background: #FFF;
    margin-bottom: 20px;
}
.solution ul li div {
    padding: 30px;
    text-align: left;
}
.solution ul li a h4 {
    color: #7A919C;
    font-size: 20px;
    margin-bottom: 20px;
}
.solution ul li a h4 span {
    display:block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}
.solution ul li a p {
    color: #7A919C;
    font-size: 16px;
    line-height: 1.8;
}
.solution .wrapInner ul li {
    width: 100%;
}
.solution .wrapInner ul li a img {
    height: 200px;
    object-fit: cover;
}
.wrapInner ul li a div p {
    color: #666;
    font-size: 14px;
}
#company {
    height: 720px;
}
#company,
#privacy {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0px auto 50px;
}
#wrapper .company h3 img {
    width: 100%;
}







}





