@charset "utf-8";

img, object, embed, video {
    max-width: 100%;
}

body{
    color:#888;
    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
    
    z-index: 10;
/*    position: relative;*/
    
    
}
#body, #wrap, #grobal-header, #footer{
    min-width: 310px;
}
a{
    color: #fff;
    font-weight: bold;
}
a:hover{
    opacity: 0.5;

    /* この２行がCSS3 */
    transition-property: all;
    transition: 0.3s linear;
}


.white-button{
    padding: 10px 20px;
    display: inline-block;

    color: white;
    border: 2px solid rgb(255,255,255);
/*    background-color: rgba(255,255,255,0.3);*/
    
    text-decoration: none;
    font-family: "ＭＳ Ｐ明朝";
}
.black-button{
    padding: 10px 20px;
    display: inline-block;

    color: #888;
    border: 1px solid #888;
    /*    background-color: rgba(255,255,255,0.3);*/

    text-decoration: none;
/*    font-family: "ＭＳ Ｐ明朝";*/
}
.purple-button{
    padding: 10px 20px;
    display: inline-block;

/*    color: rgb(100,98,157);*/
    color: #a88fcf;
    border: 2px solid #a88fcf;
    background-color: #fafafa;
    font-weight: bold;
    
    text-decoration: none;
}
.purple-button2{
    padding: 10px 20px;
    display: inline-block;

    color: #fff;
/*    border: 2px solid #b8dfff;*/
    background-color: #d8bfff;
    font-weight: bold;

    text-decoration: none;
}

.design-button {
    margin: 2%;
    padding: 10px 10% 10px 10%;
    font-weight: bold;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f2f00+4,4f2f00+4,562f00+4,9e5e00+100,724600+100 */
    background: #4f002f; /* Old browsers */
    background: -moz-linear-gradient(top, #8f004f 4%, #8f004f 4%, #ab004f 4%, #fe00ae 100%, #b20086 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f004f 4%, #8f004f 4%, #ab004f 4%, #fe00ae 100%, #b20086 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f004f 4%, #8f004f 4%, #ab004f 4%, #fe00ae 100%, #b20086 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f004f', endColorstr='#b20086',GradientType=0 ); /* IE6-9 */
    color: #ffe;

}
.bg-blue{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    
    background-color: rgba(60,50,80,0.75);
    color: #ddd;
    font-size: 1em;
}
.bg-gray{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;

    background-color: rgba(234,234,234,1);
    font-size: 1em;
}

.white-flame{
    width: 100%;
    height:60%;
    margin-top: 20%;
    background-color: #fff;
}

.infobox{
    width: 50%;
    margin: 0 auto;
}
.infotext{
    text-align: left;
}

.item-list{
    text-align: center;
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    flex-wrap : wrap;
    justify-content:center;
}
.item-list::after{
    content:"";
    display: block;
    
    width:300px;
    margin: 25px;
}

.item-list .item{
    display: inline-block;
    margin: 25px;
    width: 300px;
    
    text-align: center;
}
.item-list .item p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.item-list .item .item-title{
    font-weight: bold;
    margin: 10px auto;
}
.item-list .item .item-title a{
    color: #999;
}
.item-list .item .item-text{
    margin: 20px auto;
}
.item-list .item .item-description{
    text-align: left;
}

.top-movie{
    text-align: center;
}
.top-movie iframe{
/*
    width: 300px;
    height:250px;
*/
    width: 64vw;
    height: 36vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


#portfolio{
    text-align: left;
}
.portfolio-flame{
    width: 300px;
    height: 300px;
    
/*    background-color: rgba(234,234,234,1);*/
    background-color: #fff;
    position: relative;
    display: inline-block;
}
.portfolio-flame img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.portfolio-item{
    width:auto;
    height:auto;
    max-width:90%;
    max-height:90%;
}



h1{

}
h2 {
    font-size: 30px;
    font-family: "ＭＳ Ｐ明朝";
    font-weight: bold;
    
    color: #666;
}
h3 {

}

input,select,textarea {
    padding: 10px;
    border-radius: 2px;
    border: solid #bbb 1px;
}

#wrap{
    margin-left: auto;
    margin-right: auto;
}


/***************************
grobal-header
****************************/

#grobal-header{
    top:0px;
    left:0px;
    width: 100%;
    position: fixed;
    
    background-color:#d8bfff;
    z-index: 1000;
    color: #fff;
    
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#grobal-header .inbox{
    max-width: 1200px;
    margin: 0 auto;
}
#grobal-header #header-symbol{
    display: inline-block;
/*    margin-left: 2%;*/
    width: 15%;
}
#grobal-header #header-symbol img{
    width: 73px;
}
#grobal-header #header-title{
    display: inline-block;
    width: 80%;
}
#grobal-header #header-title h1{
    font-size: 0.8em;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}
#grobal-header #header-title img{
/*    height: 35px;*/
    width: 100%;
    max-width: 300px;
}
#header{
    margin-left: 2%;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
#grobal-header nav{
    display: inline-block;
}
#navi{
    width: 45%;
    text-align: right;
    z-index: 1;
}
#navi #naviinfo{
    display: inline-block;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    width: 120px;
}
#navi #navisns{
    text-align: right;
    display: inline-block;
    width: 200px;
}

#sp-navi, #sp-navi-list{
    display: none;
    z-index: -10;
}
#navi #pc-navi{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 0.9em;
}
#navi #pc-navi img{
    width: 40px;
}
/*
#navi #pc-navi li{
    display: inline-block;
}
*/
#navi #pc-navi a{
/*
    margin-left: 1%;
    margin-right: 1%;
*/
    text-decoration: none;
    
    color: #fff;
    
}

#sitemap-button{
    font-weight: bold;
}
#sitemap-button:hover{
}
#sitemap{
    display: none;
    
    position: fixed;
    top:80px;

    width: 100%;

    text-align: center;
    vertical-align: middle;

    font-size: 0.9em;
    z-index: 100;
}
#sitemap-menu{
    padding-top: 30px;
    padding-bottom: 30px;
    
    background-color: #fafafa;
    opacity: 1; 
}
#sitemap-menu div{
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    margin-right: 3%;
    
    text-align: left;
}
#sitemap-menu .sitemap-menu-title{
    font-size: 1.25em;
    font-weight: bold;
    color: #666;
}
#sitemap-menu a{
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
#sitemap-menu li{
    margin-bottom: 10px;
}
#sitemap-menu li:hover{
    opacity: 0.5;
    /* この２行がCSS3 */
    transition-property: all;
    transition: 0.3s linear;
    
    cursor: pointer;
}
#sitemap-close{
    padding-top: 10px;
    padding-bottom: 10px;
    
    font-weight: bold;
    color: #000;
    background-color: #d8bfff;
}
#sitemap-close:hover{
    cursor: pointer;
    background-color: #b89fdf;
    
    /* この２行がCSS3 */
    transition-property: all;
    transition: 0.3s linear;
}

.breadcrumb{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.breadcrumb a{
    color: #666;
}


/***************************
index
****************************/
#index{

}

#index h2{
    text-align: center;
    margin: 20px auto;
}
h2:before {
    content: "- ";
}
h2:after {
    content: " -";
}

.bg-topimage{
    background-image: url("../img/index/top-bg.jpg");
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #f5f5f5;
    
    width: 100%;

    z-index: 10;  
}

#index #topimage-box{
/*    margin-bottom: 40vh;*/
/*    margin-bottom: 150px;*/
    min-height: 100vh;
    height: 100%;
}
#index #topimage{
    position: absolute;
    top: 45vh;
    left: 0%;
    right: 0%;
    
    font-size: 2vw;
    min-width: 310px;
    
/*
    
    padding-bottom: 100vh;
*/
}

#index .catch-copy{
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: "ＭＳ Ｐ明朝";
    font-weight: bold;
}
#index #index-attention{
    padding-top:100px;
    padding-bottom: 100px;
/*    height: 100vh;*/

    background-color: #fafafa;
    
    color: #c00;
}
#index #index-attention div{
    width: 80%;
    max-width: 700px;
    min-width: 330px;
    
    margin: 0 auto;
}
#index #index-attention a{
    color: #b00;
}
#index #index-attention h2{
    color: #b00;
}

#index #index-first{
    padding-top:100px;
    padding-bottom: 5vw;

    background-image: url("../img/index/index-first.png");
    background-color: #fff;
    width: 100%;
    min-height: 400px;

    /* 画像を常に天地左右の中央に配置 */
    background-position: left top;
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
/*        background-attachment: fixed;*/
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size:auto;
}
#index #index-first h2{
    padding-top: 50px;
}
#index #index-first img{
/*    width: 160px;*/
    width: 15vw;
    text-align: center;
    margin:  0 auto;
}
#index #index-works{
    padding-top:150px;
    padding-bottom: 150px;
    
    background-color: #fafafa;
}
#index #index-works a{
    color:#444;
    font-weight: normal;
    text-decoration: none;
}
/*
#index #index-works .item{
    width: 220px;
}
*/
#index #index-works img, #works img{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 220px;
}
#index #index-worked{
    padding-top:150px;
    padding-bottom: 150px;

    background-color: #fff;
    color: #777;
    font-weight: bold;
}
#index #index-worked h2{
/*    color: #666;*/
}
#index #index-worked h3{
    color: #555;
    font-weight: bold;
    margin-bottom: 20px;
}
#index #index-worked .work-type {
    font-size: 0.85em;
}
#index #index-worked .work-type:before {
    content: "- ";
}
#index #index-worked .work-type:after {
    content: " -";
}
#index #index-worked .item{
    padding-top:80px;
    padding-bottom: 80px;

    color: #777;
    background-color: #f7f7f7;
    font-weight: bold;
}

#people-link{
    padding-top:150px;
    padding-bottom: 1vw;
    
    background-image: url("../img/index/link-active.jpg");
    width: 100%;
    min-height: 647px;
    
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
/*    background-attachment: fixed;*/
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
}
#people-link-title{
    font-size: 42px;
    font-weight: bold;
    color: #444;
    text-align: center;
}
.people-link-sns{
    text-align: center;
}
.people-link-sns a{
    text-decoration: none;
}
.people-link-sns img{
    width: 68px;
    display: inline-block;
}
#people-link-text{
    margin: 50px auto 80px auto;
    width: 60%;
    min-width: 500px;
    padding: 30px 40px;
    background-color: rgba(255,255,255,0.8);
    color: #333;
}

/*
#index #worker-pics{
    width: 35%;
    display: inline-block;    
    vertical-align:top;
    margin: 20% auto;
    text-align: center;
}
#index #worker-pics img{
    width: 80%;
}

#index #worker-description{
    width: 45%;
    margin-left: 15%;
    display: inline-block;

}
#index .worker-head{
    margin-top: 80px;
    text-align: center;
    height: 130px;
}
#index .worker-head .worker-title{
    display: inline-block;
    font-family: "ＭＳ Ｐ明朝";
    font-weight: bold;

    text-align: center;
    width: 50%;
    
    height: inherit;
    vertical-align: top;

}
#index .worker-head .worker-title h2{
    font-weight: bold;
    font-size: 2.4vw;
    display: inline-block;
    color: #777;
}
#index .worker-head .worker-title .worker-position{
    text-align: center; 
    display: inline-block;
    font-size: 1.2vw;
    color: #777;
}

#index .worker-head .worker-sns{
    width: 40%;
    display: inline-block;
    
    height: inherit;
    margin: auto;
    
}
#index .worker-head .worker-sns ul{
    margin: auto;
    margin-top: 5vw;
}
#index .worker-body{
    margin-top: 6vw;
}
*/

#index #index-contact{
    padding-top:80px;
    padding-bottom:80px;
    
    text-align: center;
    color: #fff;

    }
/*
#index #index-contact .index-post-image-dummy {
    padding-top:20px;
    padding-bottom: 0px;

    min-height: 500px;
}
#index #index-contact .index-post-image{
    
    padding-top:20px;
    padding-bottom: 0px;
    
    background-image: url(../img/index/contact-post-.png);
    
    background-position: 57% center;
    background-repeat: no-repeat;
    
    background-attachment: fixed;
    
    background-size:cover;

    min-height: 500px;
    z-index: 10;
}
*/
#index #index-contact h2{
    color: #fff;
}
#index #index-contact .index-post-text{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
#index #index-contact .index-post-text p{
    text-align: left;
}
#index #blognews{
    padding-top:150px;
    padding-bottom: 150px;

    background-color: #fff;
    color: #555;
}
#index #blognews a{
    color: #555;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
#index #blognews .item:hover{
    opacity: 0.5;
    
    /* この２行がCSS3 */
    transition-property: all;
    transition: 0.3s linear;
}
#index #blognews .box{
    border: solid 1px #ddd;
    height: 280px;
    
    text-align: left;
    background-color: #fafafa;
}
#index #blognews .item-title{
    width: 250px;
    margin-top: 20px;
}
#index #blognews .item-date{
    margin-top: 50px;
    text-align: center;
}
#index #blognews .item-category{
    margin-top: 10px;
    margin-left: 24px;
    font-size: 0.8em;
}
#index #blognews .readmore{
    margin-top: 130px;
    text-align: center;
    font-weight: bold;
}

#index #mysites{
    padding-top:150px;
    padding-bottom: 150px;

    background-color: #fff;
    color: #555;
}

#index #mysites .item .item-title{
    font-weight: bold;
}
#index #mysites a{
    font-weight: normal;
    color: #555;
    text-decoration: none;
}


/***************************
 サブページ
****************************/
.sub-page{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.title-image{
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 80px 0px;
    
    background-color: #fafafa;
    text-align: center;
    
    width: 100%;
}
.title-text{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.title-image img{
    width: 80%;
}

#about .page-title{
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 100px;
}

#about{
}
#about a{
    color: #777;
}
#about h3{
    margin-bottom: 25px;
    text-align: center;
}
#about #introduction{
    text-align: left;
    margin: 0px auto 15px auto;
    width: 65%;
    padding-top: 30px;
}
#about #work-list{
    width: 90%;
    margin: 30px auto 80px auto;
}
#about #work-list a{
    text-decoration: none;
}
.icon{
    width: 55px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;

/*    background-color: #eadfff;*/
/*    background-color: #f9e7ff;*/
}
#about .item-list{
    text-align: left;
}
#about .item-list h4{
    font-size: 1.1em;
    margin-bottom: 20px;
}
#about .item-list .item{
    text-align: left;
}
#about .item-list li::before{
    content: "・ "
}
#about .item-list li{
    margin-left: 2%;
}

#about #payment{
    margin: auto;
    width: 90%;
}
#about #payment .payment-text{
    text-align: center;
}
#about #payment .item img{
    width: 200px;
}
#about #mission{
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}
#about #mission .mission-title{
    margin: 15px auto;
    
    background-image: url("../img/about/mission-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    height:250px;
    min-width: 250px;
    
    position: relative;
}
#about #mission .mission-title-text{
    font-weight: bold;
    font-size: 3vw;
    font-family: "ＭＳ Ｐ明朝";
    color: #fff;
    
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
#about #profile{
    width: 100%;
    margin: 0 auto;
    
    padding-top: 80px;
}
#about #profile .page-title{
    margin-top: 50px;
}
#about #profile .profile-image{
    width: 50%;
    margin: 0 auto;
    max-width: 300px;
    
    margin-top: 50px;
}
#about #profile .profile-name{
    font-weight: bold;
    font-size: 1.5em;
    font-family: "ＭＳ Ｐ明朝";
    
    margin-top: 10px;
}
#about #profile .profile-position::after {
    content: " -";
}
#about #profile .profile-position::before {
    content: "- ";
}

#about #profile .item h4{
    padding-bottom: 1px;
    padding-top: 3px;
    
    text-align: center;
    font-weight: bold;
    background-color: rgba(100,97,158,0.9);
    color: #fff;
}

#about .profile-description{
    width: 60%;
/*
    margin-top: 50px;
    margin-bottom: 50px;
*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


/***************************
works
****************************/

#works .item-list .item{
    margin-bottom: 150px;
}
#works .item-list .item .item-title a{
/*    color: rgba(80,77,138,1);*/
    text-decoration: none;
    font-size: 1.2em;
    
    background-color: rgba(100,97,158,0.9);
    color:#fff;
    padding: 5px 0;
    margin: 15px auto;
    display: block;
    
}
#works .item-list .item .item-image img{
/*    background-color: rgb(230,225,250);*/
    background-color: rgb(255,255,255);
}
#works .item-list .item .item-text{
    text-align: left;
}


/***************************
webmake
****************************/

#webmake{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#webmake h2 {
    font-size: 20px;
}
#webmake h3{
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
    background-color: rgba(100,97,158,0.9);
    color: #fff;
    padding: 5px 0;
    margin-bottom: 20px;
    margin-top: 150px;
}

#webmake .item-list .item img{
}

.work-detail{
    text-align: center;
}
.work-detail .detail-flow .detail-flow-title{
    display: inline-block;
    border: solid 1px #ccc;
    padding: 10px;
}
.work-detail .detail-flow .detail-flow-arrow:before{
    margin: 10px;
    display: block;
    content: "↓";
}
.work-detail .step{
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
    background-color: rgba(150,147,208,0.9);
    color: #fff;
    padding: 5px 0;
    margin-bottom: 20px; 
}
.work-detail h4{
    color: rgba(80,77,138,1);
    font-weight: bold;
    font-size: 1.15em;
    margin-top: 10px;
    margin-bottom: 25px;
}



/***************************
contact
****************************/

#contactus{
    margin-bottom: 200px;
}

#contactus .title-image{
    margin: auto;
    margin-top: 80px;

}
#contactus .title-image img{
    width: 80%;
}

/***************************
  footer
****************************/

#footer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;

    color:#ddd;
}

#footer #footer-menu{
    color: #666;
    background-color: #fafafa;
    
    padding-bottom: 50px;
}
#footer #footer-menu-title{
    text-align: center;
    padding-top:50px;
    padding-bottom: 15px;
}
#footer #footer-menu-title img{
    width:100px;
}

#footer #footer-menu a{
    color: #666;
    font-weight: normal;
    text-decoration: none;
    background-color: #fafafa;
}
#footer #footer-menu .footer-menu-item-title a{
    font-weight: bold;
    font-size: 1.25em;
}

#footer #footer-menu .item-list{
    
}
#footer #footer-menu .item-list::before{
    content:"";
    display: block;

    width:200px;
    margin: 25px;
    
    order:1;
}
#footer #footer-menu .item-list::after{
    content:"";
    display: block;

    width:200px;
    margin: 25px;
}
#footer #footer-menu .item-list .item{
    text-align: left;
    width: 200px;
}
#footer #footer-menu .footer-menu-item{
    margin-top: 15px;
}



#footer #copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#d8bfff;
    color: #fff;
    text-align: right;
    padding-right: 2%;
    width: 98%;
    font-size: 0.65em;
}
#footer #copyright a{
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    color:#fff;
}

/***************************
contactus
****************************/

#contactus {
}

#contactus-input table {
    width: 90%;
    margin-right: 4%;
    margin-left: 5%;
    text-align: left;
}

#contactus-input th {
    width: 15%;
    color:#fff;
}

#contactus-input input {
    width: 80%;
}

#contactus textarea, #contactus-input textarea {
    resize: none;
    width: 80%;
    height: 150px;
}

#contactus-input tr,
#contactus-input th,
#contactus-input td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-confirm  {
    background-color: #ddd;
}


.sp-only-bg-top-image{
    background:url("../img/index/top-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 57% center;

    left:0%;
    width: 100%;
    height: 100%;

    z-index: 11;
}
.sp-only-bg-contact-image{
    background:url("../img/index/top-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 57% center;
    left:0%;
    width: auto;
    height: auto;
    z-index: 11;
}


/***************************
smart phone
****************************/




/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (max-width: 830px) {
    .white-flame{
        width: 100%;
        height:60%;
        
        position: absolute;
        
    }
    
    #index .worker-head .worker-title{
        display: block;
        width: 100%;
    }
    #index .worker-head .worker-title h2{
        font-size: 22px;
        margin: 5px auto;
        display: block;
    }
    #index .worker-head .worker-title .worker-position{
        display: block;
        font-size: 14px;
    }

    #index .worker-head .worker-sns{
        width: 100%;
        display: block;
        margin: 15px auto;
    }
    #index .worker-head .worker-sns ul{
        margin-top: 0px;
    }
    
    #index .worker-head{
        margin-top: 30px;
        height: auto;
    }

    #index .worker-body{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {

    #wrap{
        position: static;
    }
    .infobox{
        width: 100%;
    }
    
    /***************************
    grobal-header
    ****************************/

    #grobal-header{
        position: static;
        padding-top:5px;
        padding-bottom: 5px;
        height: 70px;
    }
    #grobal-header #header-symbol{
        width: auto;
        position: absolute;
        top:35px;
        left: 1%;
    }
    #grobal-header #header-symbol img{
        height: 30px;
        width: 37px;
    }
    #grobal-header #header-title{
        width: 100%;
    }
    #grobal-header #header-title h1{
        margin-top: 5px;
    }
    #grobal-header #header-title img{
        width: 100%;
        max-width: 180px;
        
        position: absolute;
        top:42px;
        left: 45px;
    }
    #header{
        margin-left: 2%;
        display: inline-block;
        width: 98%;
        vertical-align: middle;
    }

    #header, #navi{
/*        display: inline-block;*/
        position: absolute;
        
        vertical-align: middle;
        text-align: left;
        margin:0 2%;
        
        font-size: 16px;
    }
    
    #navi{
        width: 0px;
        position: absolute;
        top:35px;
        right: 70px;
    }
    #navi #pc-navi{
        display: none;
    }
    #navi #sp-navi{
        position: absolute;
        
        margin-top: 5px;
        vertical-align: top;

        display: inline-block;
        width: 20%;

        text-align: right;
        
    }
    
    #navi #sp-menu-btn{
/*        display: inline-block;*/

        width: 45px;
        text-align: center;

        padding: 5px;
        border: 2px solid #b89fdf;
        background-color: #fafafa;
        color: #b89fdf;
        
        cursor: pointer;
        
        font-size: 0.70em;
        font-weight: bold;
    }

    #sp-navi-list{
        display: none;
        position: absolute;
        top:80px;
        
        width: 100%;
        
        text-align: center;
        vertical-align: middle;

        font-size: 0.9em;
        z-index: 100;
    }
    #sp-navi-list li{
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;

        background-color: #fafafa;
        color: #777;
        border-top: 1px solid #ddd;
        opacity: 0.95;
    }
    #sp-navi-list a{
        text-decoration: none;
    }
    #sp-navi-list a:hover{
        opacity: 0.95;
    }
    #sp-navi-list li.sp-navi-list-item-last{
        border-bottom: 1px solid #ddd;
        background-color: #d8bfff;
        
        color: #fff;
        font-weight: bold;
    }
    #sp-navi-list li.sp-navi-list-item-last{
        cursor: pointer;
    }
    
    
    #footer #copyright{
    }
    
    

    /***************************
    index
    ****************************/ 
    
    #index #topimage-box{
        height: 65%;
/*        margin-bottom: 80px;*/
        margin-bottom: 0px;
        min-height: 90vh;
    }
    #index #topimage{
        font-size: 14px;
        top: 35vh;
    }
    
/*
    .bg-topimage{
        background-image: none;
        background-color: none;
        background: none;
        z-index: -100;
    }
*/

    
    #index h2 {
        font-size: 1.6em !important;
    }
    #index .catch-copy{
        font-size: 6vw;
    }
    #index #index-first{
        padding-top:150px;
        background-color: #fafafa;
    }
    #index #index-first img{
        width: 160px;   
    }
    #index #index-works{
        margin-top: 0px;
        padding-top:80px;
        padding-bottom: 80px;
        background-color: #fff;
    }
    
    #people-link{
        background-image:none;
        background-color: #fafafa;
    }
    #people-link-title{
        font-size: 7vw;
    }
    .people-link-sns{
        margin-top:30px;
    }
    .people-link-sns img{
        width: 55px;
    }
    #people-link-text{
        margin: 50px auto 0px auto;
        min-width: 80%;
/*        border: solid #ccc 1px;*/
        background-color: inherit;
        width: 85%;
        padding: 5%;
    }
    #index #blognews{
        padding-top:80px;
        padding-bottom: 80px;
    }    
    #index #mysites{
        padding-top:80px;
        padding-bottom: 80px;
    }
/*
    #index #worker-pics{
        width: 100%;
        display: block;
        
        margin: 0 auto;
        padding: 50px 0;
        
        text-align: center;
    }
    #index #worker-pics img{
        width: 250px;
    }

    #index #worker-description{
        width: 80%;
        margin: 0 5% 5% 5%;
        padding: 5% 5%;
        display: block;
        
        background-color: #fff;
    }
*/
    
    /* SPの場合は、before要素でポストアイコンを表示、PC用ポストアイコンは非表示 */
/*
    #index #index-contact .index-post-image-dummy::before {
        width: 100%;
        height: 100%;
        
    }
    #index #index-contact .index-post-image::before {
        content: "";
        position: fixed;

        width: 100%;
        height: 100%;
        background:url("../img/index/contact-post-.png") no-repeat center top;
        background-size:cover;
        background-position: 57% center;
        top: 0;
        left: 0;
        z-index: -1;  
    }
    #index #index-contact .index-post-image{
        background-image: none;
        background-color: none;
        background: none;
        z-index: -100;
        
        visibility: hidden;
        
        position: static;
    }
*/
    /***************************
    サブページ
    ****************************/ 
    .title-image{
        margin-top: 0px;
    }
    
    /***************************
    about
    ****************************/ 
    
    #about #introduction{
        width: 90%;
    }
    #about #introduction h3{
        
    }
    #about #mission{
        padding-top: 10px;
        width: 90%;
    }
    #about #profile{
        padding-top: 30px;
    }
    #about .page-title{
        font-size: 1.1em;
        margin-top: 100px;
    }
    #about #payment .payment-text{
        text-align: left;
    }

    #about .profile-description{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /***************************
    Webmake
    ****************************/
    #webmake .box-item img{
        width: 70%;
        margin-bottom: 20px;
    }
    
}/* タブレットレイアウト*/


/* モバイルレイアウト : 480 px およびそれ以下. */
@media only screen and (max-width: 480px) {
    .item-list::before , .item-list::after{
        margin: 25px auto;
    }
    .item-list .item{
        display: block;
        margin: 25px auto;

    }

    #navi #sp-navi{
        vertical-align: bottom !important;
    }

    #index #index-first{
        padding-top:150px;
    }
    #index #index-first .first-description{
        text-align: left;
        margin: 0 auto;
        width: 98%;
    }

}/* モバイルレイアウト*/