﻿@charset "UTF-8";

/*-----------------------------------------------
メインビジュアル
-----------------------------------------------*/
.main{
    margin: 200px 0 150px 0;
}
.bxslider{
  width: 100%;
}
.bxslider .page{
    display: table;
    height: auto;
}
.bxslider .page .cmain{
    max-width:1024px;
	margin:0 auto;
	width:100%;
}
.bxslider .page .copy{
  display: table-cell;
  width: 55%;
  font-size: 1.2rem;
  line-height: 2em;
  vertical-align: middle;
}
.bxslider .page .copy.pt{
    padding-top: 72px;
}
.bxslider .page .copy .big{
  font-size: 2rem;
  margin-bottom: 36px;
}
.bxslider .page .img{
    display: table-cell;
    width:43%;
    text-align: right;
}
.bxslider .page .img img{
width: 90%;
    line-height: 0;
    float: right;
}
@media screen and (max-width:1024px) {
.main{
    margin: 100px 0 50px 0;
}
.bxslider .page .cmain{
	width:85%;
}
.bxslider .page .copy{
  width: 50%;
  font-size: 1rem;
}
.bxslider .page .copy .big{
  font-size: 1.6rem;
}
.bxslider .page .img{
    width:40%;
}
}
@media screen and (max-width:640px) {
.bxslider{
    
}
.bxslider .page{
  }
.bxslider .page .cmain{
	width:70%;
    display: block;
    margin: 0 auto;
}
.bxslider .page .copy{
    width: 55%;
    font-size: 1rem;
    line-height:1.6em;
}
.bxslider .page .copy.pt{
    padding-top: 0;
}
.bxslider .page .copy .big{
    font-size: 1.2rem;
    margin-bottom: 16px;
    margin-top: 24px;
}
.bxslider .page .img{
    display: block;
    width:100%;
    vertical-align: middle;
    text-align: center;
}
.bxslider .page .img img{
        margin: 0 auto;
    }
}
.bxslider .page .img2{
    margin-top: 50px;
}
.lead{
  font-size: 1.2rem;
  margin-bottom: 16px;
}

/*-----------------------------------------------
fadein
-----------------------------------------------*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*-----------------------------------------------
コンセプト
-----------------------------------------------*/
.concept{
    width: 100%;
    background-color: #F5F5F5;
    padding: 200px 8px;
    box-sizing: border-box;
    margin: 70px 0;
}
.concept .inner{
    display: table;
}
.concept .ccopy{
    display: table-cell;
    width: 60%;
    line-height: 2em;
    vertical-align: middle;
}
.concept  h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 36px;
}
.concept .cimg{
    display: table-cell;
    width:40%;
    text-align: right;
    float: right;
}
.concept .cimg img{
    max-height: 370px;
    line-height: 0;
}
.pchi{
    display: none;
}
.sphi{
    display: block;
}
@media screen and (max-width:1024px) {
.concept{
    padding: 50px;
    box-sizing: border-box;
    margin: 50px 0;
}
}
@media screen and (max-width:414px) {
.concept{
    padding: 36px 0;
    margin: 36px 0;
}
.concept .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.concept .ccopy{
    display:block;
    width: 100%;
    line-height: 1.8em;
}
.concept h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
}
.concept .cimg{
    display:block;
    width:100%;
    text-align: center;
}
.concept .cimg img{
    max-height: 200px;
    line-height: 0;
    margin:0 auto 16px auto;
}
.sphi{
    display: none;
}
.pchi{
    display: block;
}
.concept .button01 a{
    margin: 36px auto!important;
    width: 80%;
}
}

/*-----------------------------------------------
初めての仕事
-----------------------------------------------*/
.first{
    width: 100%;
    padding: 140px 8px;
    box-sizing: border-box;
    margin:0 0 100px 0;
}
.first .inner{
    display: table;
}
.first .ccopy{
    display: table-cell;
    width: 60%;
    line-height: 2em;
    vertical-align: middle;
}
.first .ccopy h2{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 46px;
}
.first .cimg{
    display: table-cell;
    width:40%;
    text-align: left;
}
.first .cimg img{
    max-height: 200px;
    line-height: 0;
    margin-top: 80px;
}
@media screen and (max-width:1024px) {
.first{
    padding: 50px;
    box-sizing: border-box;
    margin: 50px 0;
}
.first .cimg{
   vertical-align: middle;
}
}
@media screen and (max-width:414px) {
.first{
    padding: 36px 0;
    margin: 36px 0 0 0;
}
.first .inner{
    display:block;
}
.first .ccopy{
    display:block;
    width: 100%;
    line-height: 1.8em;
}
.first .ccopy h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 36px;
    margin-top: 0;
}
.first .cimg{
    display:block;
    width:100%;
    text-align: center;
}
.first .cimg img{
    max-height: 150px;
    line-height: 0;
    margin:0 auto 16px auto;
}
.first .button01 a{
        margin: 36px auto!important;
        width: 80%;
}
}

/*-----------------------------------------------
サービス
-----------------------------------------------*/
.service{
    width: 100%;
    background-color: #F5F5F5;
    padding: 200px 8px;
    box-sizing: border-box;
    margin:0 0 100px 0;
}
.service .inner{
    display: table;
}
.service .ccopy{
    display: table-cell;
    width: 60%;
    line-height: 2em;
    vertical-align: middle;
}
.service  h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 36px;
}
.service .cimg{
    display: table-cell;
    width:40%;
    text-align: left;
}
.service .cimg img{
    max-height: 259px;
    line-height: 0;
    float: right;
}
@media screen and (max-width:1024px) {
.service{
    padding: 50px;
    box-sizing: border-box;
    margin: 50px 0;
}
.service .cimg{
   vertical-align: middle;
}
}
@media screen and (max-width:414px) {
.service{
    padding: 36px 0;
    margin: 36px 0 0 0;
    box-sizing: border-box;
}
.service .inner{
    display:block;
}
.service .ccopy{
    display:block;
    width: 100%;
    line-height: 1.8em;
}
.service h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
}
.service .cimg{
    display:block;
    width:100%;
    text-align: center;
}
.service .cimg img{
    max-height: 150px;
    line-height: 0;
    margin:0 auto 16px auto;
    float: none;
}
    .service .button01 a{
        margin: 36px auto!important;
        width: 80%;
}
}

/*-----------------------------------------------
ワークス
-----------------------------------------------*/
.works{
    width: 100%;
    padding: 70px 8px;
    margin: 70px 0;
    box-sizing: border-box;
        text-align: center;
}
.works h2{
    font-size: 2rem;
    text-align:center;
    margin-bottom: 24px;
}
.works ul{
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.works li{
padding: 16px 30px;
width: 30%;
box-sizing: border-box;
vertical-align: baseline;
}
.works li dd{
  text-align: left;   
}
.works li .name{
  text-align: center;   
}
@media screen and (max-width:1024px) {
.works{
    padding: 50px;
    margin: 50px 0;
}
.works li{
    padding: 16px 20px;
}
}
.works ul .name{
  font-size: 110%;
}
@media screen and (max-width:414px) {
.works{
    padding:36px 8px;
    margin: 36px 0;
    box-sizing: border-box;
}
.works h2{
    font-size: 1.6rem;
    text-align:center;
    margin-bottom: 16px;
    margin-top: 0;
}
.works ul{
    margin-top: 24px;
    display:block;
    box-sizing: border-box;
    line-height: 1.8em;
}
.works li{
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}
    .works .lead{
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
}
    
/*-----------------------------------------------
メディア
-----------------------------------------------*/
.media{
    width: 100%;
    padding: 140px 8px;
    box-sizing: border-box;
        text-align: center;
    background-color: #F5F5F5;
}
.media h2{
    font-size: 2rem;
    text-align:center;
    margin-bottom: 24px;
}
.media ul{
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.media li{
    padding: 16px 70px;
}
.media ul .name{
}
@media screen and (max-width:414px) {
.media{
    margin: 36px auto 0 auto;
    padding: 36px 24px;
}
.media h2{
    font-size: 1.6rem;
    text-align:center;
    margin-bottom: 16px;
    margin-top: 0;
}
.media ul{
    margin-top: 24px;
    display:block;
    line-height: 1.8em;
}
.media li{
    padding: 16px;
    margin-bottom: 36px;
}
.media .lead{
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
}
    
    
.works dt,
.media dt,
.service .cimg,
.concept .cimg,
.first .cimg{
	transition: .3s;
}
.list-zoomin{
    opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.zoomin{
    opacity: 1.0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.list-right{
	opacity: 0;
	transform: translate(60px,0); 
	-webkit-transform: translate(60px,0); 
}
.right{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.list-left{
	opacity: 0;
	transform: translate(-60px,0); 
	-webkit-transform: translate(-60px,0); 
}
.left{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
    
    
    
    
    
    
