@charset "utf-8";


/*------------------------------------
  背景グラデーション
------------------------------------*/
/* 640pxサイズ
#interview.people002 {
  background-image: -moz-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  width: 100%;
  height: 11483px;
}
*/
#interview.people002 {
  background-image: -moz-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(220,234,255) 0%, rgb(241,220,255) 20%, rgb(255,213,220) 39%, rgb(255,211,192) 62%, rgb(245,255,177) 82%, rgb(151,247,210) 100%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*------------------------------------
  ヘッダー領域
------------------------------------*/
#interview.people002 header {
    position: fixed;
    top: 0;
    width: 100%;
    background: none;
    border: none;
    z-index: 100;
    height: 12%;
}
#interview.people002 header #logo {
    position: absolute;
    width: 80%;
    z-index: 10;
    padding: 6% 0;
    left: 6%;
    text-align: left;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
  #interview.people002 header {
    height: 30%;
  }
}
#interview.people002 header #menu {
    position: absolute;
    top: 10px;
    right: 13px;
    text-align: right;
    z-index: 8;
}
    #menu span {
        padding-left: 2px;
        cursor: pointer;
    }
    #menu ul {
        position: relative;
        display: none;
        opacity: 0;
        
        margin-top: -12%;
        margin-right: 12%;
    }
    #menu ul li a {
        padding: 0;
        margin: 0;
    }
    #menu ul li a img {
        display: inline-block;
        border-bottom: 1px solid #f5f5f5;
    }

/*------------------------------------
  コンテンツ領域
------------------------------------*/
#sentence01 {
    padding-top: 27px;
    margin: 0 6%;
}
.txt_box {
    margin: 0 6%;
}

/*　WORKS　*/
#works_box {
    position: relative;
    padding: 38px 0 80px;
    background: #fff;
}
#works_box h2 {
    text-align: center;
    padding-bottom: 40px;
}

/*　WORKS　*/
#profile_box {
    position: relative;
    padding-top: 38px;
}
#profile_box h2 {
    text-align: center;
    padding-bottom: 40px;
}
#profile_box h3 {
    text-align: center;
    padding: 20px 0;
}


/*------------------------------------
  フッター領域
------------------------------------*/
#pageTop {
    position: relative;
}
#pageTop a {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -21px;
    display: block;
    text-align: center;
}
#interview.people002 footer {
    margin-top: 85px;
    background: #fff;
}
#interview.people002 footer #footerInner {
    margin: 0 6%;
    padding-top: 15px;
    min-height: 45px;
}