/*!

 */


html,
body {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

/* Header */
/* ロゴ
-------------------------------------------------- */

header {
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    background: #000000;
    margin: 0;
    padding: 0px 40px;
    z-index: 99;
  }

  .logo {
    padding: 10px 20px;
    display: inline-block;
  }
  
  nav {
    margin-left: auto;
    margin-right: 50px;
  }
  
  nav ul {
    display: flex;
  }
  
  nav ul li{
    padding: 33px 12px;
  }
  
  nav ul li a {
    padding: 0 20px;
  }

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

.header-logo {
  padding: 20px 20px;
}

/*.About :hover {
    background:url('img/nav/about_y.png') 
}*/

/* Portfolio */
.img-portfolio {
	margin: 0 auto;	
}

.img about {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* Callout_top */
.callout_top {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout_top img{
         padding-top: 175px;
         margin: 0 auto;

}

#about {
    margin-top: -190px;
    padding-top: 190px;
}

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

.contents{
    width: 1080px;
    margin: 0 auto;
}

/*.contents ul{
    padding: 0;
}*/

.contents li{
    float: left;
    margin-bottom: 40px;
}

.contents li:nth-child(1){
    margin-right: 40px
}

.contents li:nth-child(2){
    margin-right: 40px
}

.contents li:nth-child(4){
    margin-right: 40px
}

.contents li:nth-child(5){
    margin-right: 40px
}

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

/* footer-navi */
.footer {
    width: 1080px;
    margin: 0 auto;
    margin-top: 100px;
    height: 100px !important;
    }

.footer-logo {
    max-width: 100%;
    padding-top: 100px;
    text-align: left !important;
}

.footer li{
    float: left;
    list-style: none;
}

.mr80 {
  margin-right: 70px
}

.mr20 {
  margin-right: 20px
}

.footer-tel {
    height: 99px;
}

.footer-map {
      float: none !important;
      margin-right: none !important;
      margin-top: 20px;
}

.footer-map2 {
      float: none !important;
      margin-right: none !important;
      margin-top: 5px;
}

.copyright {
    color: #fff;
    font-size: 7px;
    margin-top: 80px;
    padding-bottom: 50px;
}


.Works1 {
  padding-top: 250px;
}

.Worklist {
    color: #fff;
    margin-top: 50px
}

.Worklist li {
    list-style: none;
    margin-right: 150px !important;
    line-height: 30px;
  }

/* profile
-------------------------------------------------- */

.profile{
    background-color: #fff;
    width: 1980px;
    /*width: 1080px;*/
    padding-top: 250px !important;
    padding-bottom: 100px !important;
    margin:0 auto;
    text-align: left;
    padding: 0;
}

.fujimoto {
    width: 1080px;
    margin:0 auto;
}

.left02{
    float: left;
    width: 20%;
    list-style: none;
}

.right02{
    float: right;
    width: 75%;
    list-style: none;
}

.right02 ul{
    padding:0;
}

.right02 li{
    color: #E60012;
    list-style: none;
}

.fleft{
    float: left;
    margin-bottom: 25px;
}

.fs12{
    font-size: 15px;
}

.sp_none{
    display: none;
}


/*-----------矢印表示----------*/
.slick-next{
    right:0!important;
    display: none;
}
.slick-prev{
    left:0!important;
    display: none;
}
.slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slick-arrow:before{
    font-size: 30px!important;
}

.slick-dots li button:before{
    color: #fff !important;
}

.slick-next:before {
    content: ''!important;
}

.slick-prev:before {
    content: ''!important;
}

/* カルーセル
-------------------------------------------------- */
/* .slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
} */

/* クリアフィックス
-------------------------------------------------- */

/* クリアフィックス
-------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    padding: 0
}

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

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 600px) {
.pc { display: none !important; }
.sp { display: block !important; 
      width: 75%;
    }
}
