@charset "UTF-8";
/*------------------------------

  共通Css

------------------------------*/
section{
    margin-top: 80px;
}
section .lead-txt{
    margin-bottom: 30px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    section{
        margin-top: 40px;
    }
}


/*フェードイン*/
.js-scroll-fade {
    position: relative;
    opacity: 0;
    transform: translate(0, 80px);
	-webkit-transform:all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
    transition: all 1s cubic-bezier(0.155, 0.910, 0.695, 0.950);
}
.js-scroll-fade.is-animation {
	opacity: 1;
	transform: translate(0, 0);
}
@-webkit-keyframes fade {
  100% {
	opacity: 1;
  }
}
@keyframes fade {
  100% {
	opacity: 1;
  }
}


/*------------------------------

  メインイメージ

------------------------------*/
.mainimg{
    background: url("../img/common/bg_grad.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    
    width: 100%;
    height: 450px;
    position: relative;
}
.mainimg .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mainimg:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("../img/top/mainimg_cover.png") no-repeat center bottom;
    background-size: contain;
}

.mainimg .staff {
    align-items: flex-end;
    padding-top: 44px;
    position: relative;
    z-index: 1;
}
.mainimg .staff li{
    width: 20%;
    position: relative;
    opacity: 0;
    transition: all 600ms 0s ease;
}
.mainimg .staff li.active{
    opacity: 1;
}
.mainimg .staff li:nth-child(1){ order: 2; }
.mainimg .staff li:nth-child(2){ order: 1; }
.mainimg .staff li:nth-child(3){ order: 5; }
.mainimg .staff li:nth-child(4){ order: 4; }
.mainimg .staff li:nth-child(5){ order: 3; z-index: 1; }


.mainimg .staff li img{
    max-width: none;
    width: auto;
}
.mainimg .staff li:nth-child(1) img{ margin-left: -50%; }
.mainimg .staff li:nth-child(2) img{ margin-left: -17%; }
.mainimg .staff li:nth-child(3) img{ margin-left: -100%; }
.mainimg .staff li:nth-child(4) img{ margin-left: -110%; }
.mainimg .staff li:nth-child(5) img{ margin-left: -78%; }


.main-lead{
    width: 90%;
    margin: 50px auto 0;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .mainimg .staff {
        padding-top: 0;
    }
    .mainimg .staff li img {
        transform: scale(.8);
    }
    .mainimg .staff li:nth-child(1) img{ margin-left: -86%; }
    .mainimg .staff li:nth-child(2) img{ margin-left: -62%; }
    .mainimg .staff li:nth-child(3) img{ margin-left: -120%; }
    .mainimg .staff li:nth-child(4) img{ margin-left: -100%; }
    .mainimg .staff li:nth-child(5) img{ margin-left: -89%; }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .mainimg{
        height: 320px;
    }
    .mainimg .staff{
        margin-top: -80px;
    }
    .mainimg .staff li img {
        transform: scale(.5);
    }
    .mainimg .staff li:nth-child(1) img{ margin-left: -206%; }
    .mainimg .staff li:nth-child(2) img{ margin-left: -182%; }
    .mainimg .staff li:nth-child(3) img{ margin-left: -270%; }
    .mainimg .staff li:nth-child(4) img{ margin-left: -205%; }
    .mainimg .staff li:nth-child(5) img{ margin-left: -213%; }
}


/*------------------------------

  メインコンテンツ

------------------------------*/


/******************************
    #news
******************************/
#news{
    position: relative;
}
#news h2{
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
#news .btn-normal{
    max-width: 188px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
}
#news .bg{
    background: url("../img/common/bg_grad.jpg") no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.news-list {
    width: 90%;
    max-width: 810px;
    margin: auto;
}
.news-list .item:last-child{
    border-bottom: none;
}
.news-list .item .txt .cate {
    border: solid 1px #fff;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #news .bg{
        padding: 80px 0 50px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #news h2 {
        margin-bottom: -30px;
    }
    #news .bg{
        padding: 50px 0 30px;
    }
}


/******************************
    #works
******************************/
.works-list{
    margin-right: -4px;
}
.works-list .item{
    width: 50%;
    margin: 0;
    padding:0 4px 4px 0;
    position: relative;
}
.works-list .item a{
    display: block;
    color: #fff;
    overflow: hidden;
}
.works-list .item img{
    width: 100%;
    max-width: none;
}

.works-list .item .txt{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.works-list .item .txt figcaption{
    font-size: 24px;
}
.works-list .item .txt figcaption:after{
    content: '';
    display: block;
    width: 98px;
    height: 1px;
    background: #fff;
    margin: 5px auto
}
.works-list .item .txt p{
    margin: 20px auto;
}
.works-list .item .txt:after{
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    width: 26px;
    height: 28px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin: auto;
    padding-left: 2px;
    font-size: 24px;
    line-height: 27px;
}


/*** マウスオーバー時 ***/
.works-list .item img{
    -webkit-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.works-list .item a:hover img{
	-moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .works-list .item .txt figcaption{
        font-size: 20px;
    }
    .works-list .item .txt p{
        margin: 10px auto;
    }
    .works-list .item .txt:after{
        width: 16px;
        height: 18px;
        margin: auto;
        padding-left: 2px;
        font-size: 16px;
        line-height: 16px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #works{
        margin-top: 60px;
    }
    .works-list{
        margin-right: 0;
    }
    .works-list .item{
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .works-list .item .txt{
        position: static;
        margin: auto;
        padding: 20px;
        background: #00A797;
    }
}



/******************************
    #part
******************************/
#part .bnr{
    align-items: center;
    color: #01a797;
    background: #ffef00;
    box-shadow:5px 5px 0px 0px #01a797;
    margin-bottom: 80px;
}
#part .bnr .txt{
    text-align: left;
    width: 38%;
    padding: 20px 20px 20px 35px;
}
#part .bnr .ttl{
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #01a797;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
}
#part .bnr .ttl:after{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    border: solid 2px #01a797;
    border-radius: 50%;
    margin: auto 5px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}
#part .bnr .txt p{
    font-size: 14px;
    font-weight: bold;
}
#part .bnr .img{
    width: 62%;
    overflow: hidden;
}
#part .bnr .img img{
    width: 100%;
    max-width: none;
}

/***マウスオーバー時***/
#part .bnr{
    box-shadow:5px 5px 0px 0px #01a797;
}
#part .bnr:hover{
    -webkit-transform:translate(3px, 3px);
    transform:translate(3px, 3px);
    box-shadow:5px 5px 0px 0px #fff;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #part .bnr .txt {
        width: 40%;
        padding: 10px 15px 10px 20px;
    }
    #part .bnr .ttl {
        font-size: 20px;
    }
    #part .bnr .txt p {
        font-size: 12px;
    }
    #part .bnr .img {
        width: 60%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    #part .bnr {
        margin-bottom: 60px;
    }
    #part .bnr .txt {
        width: 100%;
        padding: 15px;
    }
    #part .bnr .img {
        width: 100%;
    }
}



