header {
    background: transparent;
}
.wrapper {
    background: #FFF;
    background: url("../img/headerBG.png") no-repeat;
    background-size: contain;
    padding-top: 150px;
}
.works,
.marketing,
.creative {
    text-align: left;
    background: #F2F2F2;
    padding: 100px 0px;
}
h1, h3 {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
}
h1 span, h3 span {
    display: block;
    color: #F7931E;
    font-size: 36px;
    font-weight: bold;
}
h1, h1 span {
    color: #111;
}
.wrapInner {
    width: calc(100% - 60px);
    max-width: 1180px;
    margin: 0px auto;
}
.wrapInner .head {
    color: #7A919C;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.creative .wrapInner .head {
    margin-bottom: 80px;
}
.wrapInner h2 {
    color: #7A919C;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}
.wrapInner ul li p {
    font-size: 16px;
    line-height: 2.0;
}
.wrapInner ul {
    display: flex;
    margin-bottom: 60px;
}
.wrapInner ul:last-child {
    margin-bottom: 0px;
}
.wrapInner ul li {
    width: 360px;
    background: #FFF;
    margin-right: 50px;
}
.wrapInner ul li.noMenu {
    background: unset;
}
.wrapInner ul li:last-child {
    margin-right: 0;
}
.wrapInner ul li a {
    display: block;
}
.wrapInner ul li img {
    width: 100%;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
.wrapInner ul li a:hover img {
    opacity: 0.7;
}
.marketing .wrapInner ul li div,
.wrapInner ul li a div {
    padding: 30px;
    text-align: left;
}
.creative .wrapInner ul li a {
    pointer-events: none;
}
.wrapInner ul li div h2 {
    text-align: left;
    background: #FFF;
    width: auto;
    margin-bottom: 20px;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
.wrapInner ul li a div p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
.wrapInner ul li a:hover div h2,
.wrapInner ul li a:hover div p {
    opacity: 0.7;
}

.serviceHub {
    padding: 100px 0;
    background: #FFF;
}
.serviceHub .contact {
    margin-bottom: 80px;
}
.serviceHub .contact p {
    color: #7A919C;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.serviceHub .contact .btn a {
    display: block;
    margin-top: 50px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    background: #F7931E;
    width: 200px;
    height: 60px;
    -webkit-transition: .3s opacity;
       -moz-transition: .3s opacity;
        -ms-transition: .3s opacity;
         -o-transition: .3s opacity;
            transition: .3s opacity;
}
.serviceHub .contact .btn a:hover {
    opacity: 0.7;
}

.serviceHub .hubLink li {
    width: 550px;
    height: 200px;
}
.serviceHub .hubLink li:first-child {
    margin-right: 80px;
}
.serviceHub .hubLink a {
    background: #F2F2F2;
    display: block;
    height: 200px;
    border-bottom: 5px solid transparent;
    -webkit-transition: .3s border, .3s background;
       -moz-transition: .3s border, .3s background;
        -ms-transition: .3s border, .3s background;
         -o-transition: .3s border, .3s background;
            transition: .3s border, .3s background;
}
.serviceHub .hubLink a:hover {
    background: #F8F8F8;
    border-bottom: 5px solid #F7931E;
}
.serviceHub .hubLink a p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 70px;    
}
.serviceHub .hubLink a p span {
    display: block;
    color: #F7931E;
    font-size: 30px;
    font-weight: bold;
}

.works .wrapInner ul {
    display: block;
}
.works .wrapInner ul li {
    display: inline-block;
    position: relative;
    float: left;
    width: calc(50% - 40px);
    background: #FFF;
    margin-right: 0;
    margin-bottom: 80px;
}
.works .wrapInner ul li:nth-child(odd) {
    margin-right: 80px;
}
.works .wrapInner ul li .frame {
    width: calc(100% - 40px);
    margin: 20px auto 80px;
    background: #FFF;
    overflow: hidden;
}
.works .wrapInner ul li a {
    position: relative;
    display: block;
    width: auto;
    background: #000;
}
.works .wrapInner ul li a span {
    position: absolute;
    display: block;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #F8F8F8;
    font-size: 20px;
}
.works .wrapInner ul li a img {
    -webkit-transition: .2s transform, .2s opacity;
       -moz-transition: .2s transform, .2s opacity;
        -ms-transition: .2s transform, .2s opacity;
         -o-transition: .2s transform, .2s opacity;
            transition: .2s transform, .2s opacity;
}
.works .wrapInner ul li a:hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.works .wrapInner ul li img {
    width: calc(100% - 2px);
    border: 1px solid #F7931E;
    width: 100%;
    border: none;
    -webkit-transition: .2s opacity;
       -moz-transition: .2s opacity;
        -ms-transition: .2s opacity;
         -o-transition: .2s opacity;
            transition: .2s opacity;
}
.works .wrapInner ul li a:hover img {
    opacity: 0.8;
}
.works .wrapInner ul li p {
    position: absolute;
}
.works .wrapInner ul li p.client {
    left: 20px;
    bottom: 25px;
    color: #666;
    font-size: 16px;
}
.works .wrapInner ul li p.category {
    right: 20px;
    bottom: 20px;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
    background: #7A919C;
}
/*
h2 {
    width: calc(100% - 35px);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 5px 15px 30px;
    background: #7A919C;
    margin-bottom: 60px;
}
*/
.worksDetail {
    margin-bottom: 200px;
}
.worksDetail img {
    max-width: 100%;
}
.worksDetail .worksAfterOnly {
    float: left;
    width: calc(50% - 20px);
    max-width: 510px;
    max-width: 550px;
    margin-right: 40px;
}
.worksDetail .worksAfterOnly img {
    width: 100%;
}
.worksDetail p {
    font-size: 16px;
    line-height: 2.0;
    padding-left: 20px;
    margin-bottom: 40px;
}
.worksDetail .textDetail {
    float: right;
    width: calc(50% - 20px);
    max-width: 510px;
    max-width: 550px;
}
.worksDetail h4 {
    width: calc(100% - 25px);
    color: #FFF;
    font-size: 16px;
    padding: 10px 5px 10px 20px;
    background: #7A919C;
    margin-bottom: 20px;
}
.worksDetail .textDetail p {
    padding: 0 15px 0 20px;
}
.worksDetail a {
    position: relative;
    color: #7A919C;
    text-decoration: underline;
    -webkit-transition: .2s opacity;
       -moz-transition: .2s opacity;
        -ms-transition: .2s opacity;
         -o-transition: .2s opacity;
            transition: .2s opacity;
}
.worksDetail a:hover {
    opacity: 0.7;
}
.worksDetail a.newWindow::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -25px;
    width: 15px;
    height: 15px;
    background: url("../img/works/newWindow.png") no-repeat;
    background-size: cover;
}
.worksDetail .worksBefore {
    float: left;
    width: calc(50% - 60px);
    max-width: 490px;
    max-width: 520px;
    margin-left: 20px;
}
.worksDetail .worksBefore img {
    width: 100%;
    margin-bottom: 30px;
}
.worksDetail .worksBefore p {
    padding-left: 20px;
}
.worksDetail .worksAfter {
    float: right;
    width: calc(50% - 60px);
    max-width: 490px;
    max-width: 520px;
    margin-right: 20px;
}
.worksDetail .worksBefore span,
.worksDetail .worksAfter span {
    color: #7A919C;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.worksDetail .worksBefore img,
.worksDetail .worksAfter img {
    width: 100%;
}
.worksDetail .worksBefore span.sp {
    display: none;
}







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


.wrapper {
	padding-top: 100px;
}
h1, h3 {
    font-size: 14px;
    margin-bottom: 40px;
}
h1 span {
    font-size: 32px;
}
h3 span {
    font-size: 26px;
}
.works,
.marketing,
.creative {
    text-align: left;
    background: #F2F2F2;
    padding: 20px 0px;
}
.wrapInner,
.works .wrapInner {
    width: calc(100% - 40px);
}
.wrapInner .head {
    color: #3d5561;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
}
.creative .wrapInner .head {
    margin-bottom: 20px;
}
.wrapInner ul {
    display: block;
    margin-bottom: 20px;
}
.wrapInner ul li,
.works .wrapInner ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.wrapInner ul li div h2 {
    margin-bottom: 10px;
}
.marketing .wrapInner ul li div,
.wrapInner ul li a div {
    padding: 20px;
    text-align: left;
}
.works .wrapInner ul li .frame {
    width: calc(100% - 20px);
    margin: 10px auto 80px;
}
.works .wrapInner ul li p.client {
    left: 10px;
    bottom: 50px;
    color: #666;
    font-size: 14px;
}
.works .wrapInner ul li p.category {
    right: unset;
    left: 10px;
    bottom: 10px;
    color: #FFF;
    font-size: 14px;
    padding: 5px 10px;
    background: #7A919C;
}
.worksDetail {
    margin-bottom: 100px;
}
.worksDetail h4 {
    text-align: left;
}
.worksDetail p {
    font-size: 14px;
    line-height: 2.0;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 20px;
}
.worksDetail .worksBefore {
    width: calc(50% - 5px);
    margin-left: 0px;
    width: 100%;
    float: none;
    text-align: center;
}
.worksDetail .worksBefore img {
    width: 100%;
    margin: 0 auto 20px;
}
.worksDetail .worksBefore span,
.worksDetail .worksAfter span {
    font-size: 18px;
    margin-bottom: 10px;
}
.worksDetail .worksBefore span.sp {
    display: block;
}
.worksDetail .worksBefore p {
    padding-left: 10px;
}
.worksDetail .worksAfter {
    width: calc(50% - 5px);
    margin-right: 0px;
    width: 100%;
    float: none;
}
.worksDetail .worksAfterOnly {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.worksDetail .textDetail {
    float: none;
    width: 100%;
}
.worksDetail .textDetail p {
    font-size: 14px;
    padding-left: 0px;
}

.serviceHub {
    padding: 80px 0;
    background: #FFF;
}
.serviceHub .contact {
    display: block;
}
.serviceHub .contact p {
    color: #7A919C;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.serviceHub .contact .btn a {
    margin-top: 30px;
}

.serviceHub .hubLink li:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
}
.serviceHub .hubLink li {
    width: 100%;
    height: 100px;
}
.serviceHub .hubLink a {
    height: 100px;
}
.serviceHub .hubLink a p {
    color: #666;
    font-size: 14px;
    padding-top: 30px;
}
.serviceHub .hubLink a p span {
    display: block;
    color: #F7931E;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}























































}