* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

/* 試験用スペース */


/* 各要素の囲い */
#wrap {
    display: flex;
    flex-direction: row;
}

#main {
    padding: 0 0 0 0;
    width: 80%;
    /* main背景画像設定 */
    background: url("../images/asset/bg.png")no-repeat 0 0;
    background-attachment: fixed;
    background-position: right top;
    background-size: contain;
}

#side {
    width: 24%;
    background-color: white;
}

.logo {
    width: 100%
}

.note {
    width: 30%;
}

.note:hover {
    opacity: 0.3;
    transition: all 100ms 0s ease;
    /*マウスホバーのアニメーションプロパティ*/
}

/*--header--*/
header {
    font-size: .9375rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    letter-spacing: .05em;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

header .inner {
    display: flex;
    width: 100%;
    height: 60px;
    flex-flow: row wrap;
    justify-content: center;
}

/*ハンバーガーメニュー三本線の設定 色*/
/*ハンバーガー3本線を非表示*/
header .humberger-wrap {
    display: none;
}

header nav {
    position: relative;
}

header nav,
header ul {
    display: flex;
}

header nav li {
    cursor: pointer;
}

header nav li img {
    width: 60px;
}

header nav a {
    line-height: 60px;
    display: block;
    height: 60px;
    padding: 0 30px;
}

/* サイドメニュー */
#side ul {}

#side ul li {
    padding: 0 15% 0;
    margin: 5% 0;
}

/* サイドメニューリンクのプロパティ */
#side ul li a {
    color: #646464;
    text-decoration: none;
    transition: all 100ms 0s ease;
    /*マウスホバーのアニメーションプロパティ*/
}

/* サイドメニューリンクのホバープロパティ */
#side ul li a:hover {
    color: #3065ba;

}

/* イ.ソフトホームページリンクのプロパティ */
#side ul li:last-child a {
    text-decoration: underline;
}

/* サイドメニュー追尾 */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

/* トップ・ヘッダー */
#header {
    width: 80%;
    margin: 5% 25% 0.9% 7%;
    border-radius: 25px;

}

#header img {
    width: 80%;
}

/* ヘッダーテキスト
テキストを画像に埋め込まない場合に使用する。displayの項目を丸ごと消して表示。*/
#headtext {
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 60px;
    display: none;
}

   /* Lab.コンセプト */
    #concept {
        width: 60%;
        background-image: none;
        background-color: rgba(255,255,255,0.3);
    background-repeat: repeat;
    background-position: center;
    background-size: 120%;
    padding: 1% 3%;
    margin: 3% 5% 3% 30%;
    box-shadow: 1px 0 16px 3px rgba(183, 154, 54, 0.2);
    border-radius: 5px;
	}


/* コンセプト見出し */
#concept h1 {
    color: #9e7c5e;
    font-size: 2vw;
	margin: 12px;
}

/* コンセプト本文テキスト */
#concepttext {
    margin: 5px 10px;
}

#concept p {
    font-size: .9rem;
    color: #7c7d7f
}

#signature {
    text-align: right;
}

/* 制作実績 */
#production {
    padding: 5% 0;
    border-bottom: dotted 1px #9ca4b2;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.5);

}

/* 制作実績見出し */
#production h1 {
    color: #4e4e4e;
    margin: 0 0 30px 0;
    font-size: 2.5vw;

}

/* タイトル装飾(PCのみ表示) */
#production h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

/* 制作実績リスト設定 */
#production ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5%;
}

#production li {
    width: 33.3333%;
}

#production li dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* 制作実績サムネイル */
#production li dt img {
    width: 100%;
    vertical-align: bottom;
    display: block;
}

#production li dd {
    color: #000000;
    background-color: rgba(238, 238, 238, 0.8);
    /*サムネイルの見出しの背景色*/
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ボタン */
#probtn {
    margin: 30px 18% 0 auto;
    width: 150px;
    height: 60px;
    line-height: 60px;
}

#probtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #FFFFFF;
    text-align: center;
    color: #7697E9;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px #7697E9;
    font-size: 30px;
}

#probtn img:hover {
    box-shadow: 0px 0px 15px 0px #7697E9;
}

/* 業務範囲・割合 */
#graph {
    padding: 5% 0;
	border-bottom: dotted 1px #9ca4b2;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* 営業範囲・割合見出し */
#graph h1 {
    color: #4e4e4e;
    font-size: 2.5vw;
}

/* タイトル装飾(PCのみ表示) */
#graph h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

#graph .images {
    text-align: center;
}

/* 円グラフ(画像)の大きさ指定 */
#graph img {
    width: 90%;
    display: block;
    margin: 1% 5%;
}

/* 業務範囲テキスト(画像)の大きさ指定 */
#graph .txtimage {
    width: 90%;
    margin: 1% 5%;
}

/* 主要取引先 */
#graph .partner {
    text-align: right;
    font-size: 1.5rem;
    margin: 0 5%;
}

#graph a {
    text-decoration: none;
    color: #4d515e;
}

#graph a:active {
    color: #4d515e;
}

/* デザインアプローチ */
#approach {
    padding: 5% 0%;
    display: block;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.5);

}

#approach h1 {
    color: #4e4e4e;
    font-size: 2.5vw;
}

/* タイトル装飾(PCのみ表示) */
#approach h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

#approach h2 {
    color: #4d515e;
    margin: 0 0 12px 0;
    width: 95%;
}

#approach p {
    width: 95%;
    margin: 0 0 45px 0;
    font-size: .9rem;
}

/* アプローチ本文囲み */
#apcomment {
    width: 90%;
    color: #4d515e;
    padding: 5% 5% 5% 10%;
}

#apcomment img {
    width: 95%;
}

/*打ち合わせ・内容(PC)*/
#meeting {
    padding: 5% 0;
    display: block;
    width: 95%;
    border-top: dotted 1px #8a8a8a;
    background-color: rgba(255, 255, 255, 0.5);
}

#meeting h1 {
    color: #4d515e;
    padding: 0 10% 0;
    margin: 0 0 30px 0;
    font-size: 2vw
}

#appc {
    display: block;
    width: 95%;
}

#apmb {
    display: none;
    width: 95%;
}

#appc ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#appc li {
    margin: 0 5%;
    width: 20%;
}

#appc dl {
    height: auto;
    display: flex;
    flex-direction: column;
}

#appc dt img {
    width: 90%;
    vertical-align: bottom;
    margin: 0 0 0 5%;
}

#appc dd {
    color: #4d515e;
    text-align: center;
    font-size: 1.5vw;
}

#appc dd img {
    width: 100%;
    vertical-align: bottom;
}

.dlbtnpc {
    margin: 20px 0 0;
    display: block;
    background-image: url(../images/asset/btn_dl.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dlbtnpc:hover {
    background-image: url(../images/asset/btn_dl_hover.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dlbtnpc:hover img {
    visibility: hidden;
}

.dlbtnpc:active {
    background-image: url(../images/asset/btn_dl_hover.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dlbtnpc:active img {
    visibility: hidden;
}
/* ボタン無効化 */
.dlbtnpc_dis {
    margin: 20px 0 0;
    display: block;
    background-image: url(../images/asset/btn_dl_dis.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dlbtnpc_dis:hover {
    margin: 20px 0 0;
    display: block;
    background-image: url(../images/asset/btn_dl_dis.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	cursor : pointer;
}


/* 問い合わせ */
#contact {
    width: 95%;
    padding: 5% 0;
    display: block;
 border-top: dotted 1px #8a8a8a;
    border-bottom: dotted 1px #8a8a8a;
    background-color: rgba(255, 255, 255, 0.5);
}

#contact h1 {
    color: #4e4e4e;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 2.5vw;
}

/* タイトル装飾(PCのみ表示) */
#contact h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

#contactwrap {
    width: 80%;
    margin: 0 auto;
}

/* 入力系統(テキスト)の整列 */
#contactwrap dl {
    display: flex;
    justify-content: center;
}

#contactwrap dt {
    width: 30%;
    padding: 10px 0 10px 10%;
    box-sizing: border-box;
}

#contactwrap dd {
    width: 60%;
}

/* 個人情報の取り扱いリンクのプロパティ */
#contactwrap a {
    text-decoration: none;
    color: #354e9f;
}

#contactwrap a:hover {
    color: #667cc1;
}


/* 入力名の高さを合わせる */
.taheight {
    line-height: 150px;
}


/* 入力系統(テキスト)のスタイル */
#contactwrap select {
    background-color: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    padding: 10px;
    width: 50%;
    border-radius: 4px;
    outline: none;
    border: solid 1px #9ca4b2;
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
    background-image: url(../images/asset/icon_arrow.png);
    background-size: 20px;
    background-position: 95% center;
    background-repeat: no-repeat;
}

#contactwrap input[type="text"],
input[type="email"],
input[type="tel"] {
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
	background-color: rgba(255,255,255,0.5);
    border: solid 1px #9ca4b2;
    border-radius: 4px;

}

#contactwrap textarea {
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    width: 100%;
    height: 150px;
    border: solid 1px #9ca4b2;
    border-radius: 4px;
    resize: none;
}

/* 入力系統(ボタン)の整列 */
#contactwrap ul {
    text-align: center;
    justify-content: center;
}

#contactwrap li {
    width: 120px;
    height: 50px;
    margin: 10% 10px 5px 70%;
    /*ボタンの装飾(box-shadow)で5pxがpaddingにめり込むのでmargin-bottomで+-0にする*/
}

/* 入力系統(ボタン)のスタイル
確認ボタン ボタンの大きさは整列のli(width height)で調整*/
#contactwrap input[type="submit"] {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #c8ad94;
    /*ボタンの色*/
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 10px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    /* Safari特有のテカリを消す */
    cursor: pointer;
    border: none;
}

/* 確認ボタンがクリックされた時のスタイル */
#contactwrap input[type="submit"]:active {
    background: #a8927e;
    /*ボタンの色*/
    color: #ffffff;
    box-shadow: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    /* Safari特有のテカリを消す */
    cursor: pointer;
    border: none;
}

/* Tips */
#tips {
    padding: 5% 10%;
    display: block;
}

#tips h1 {
    color: #4e4e4e;
    margin: 0 0 30px 0;
    font-size: 35px
}

/* タイトル装飾(PCのみ表示) */
#tips h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

#tips h1 img {
    height: 32px;
    margin: 0 0 -2px 0;
}

.smallfont {
    font-size: 12px;
    margin: 0 0 0 10px;
	color:#4d515e;
}

#tipscontent dl {
    display: flex;
    justify-content: center;
    ;
}

#tipscontent dt {
    width: 60%;
}

#tipscontent img {
    width: 100%;
    height: auto;
}

#tipscontent dd {
    width: 40%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
}

#pickup {
    margin: 2% 0 0 50%;
    padding: 2% 2.5%;
    background-color: #e4eefc;
}

#pickup h1 {
    text-align: left;
    font-size: 15px;
    margin: 0 0 20px 0;
}

/* ピックアップリスト */
#pickup li {
    margin: 10px 0 0 30px;
    list-style: disc;
}

/* ピックアップリスト最上部のmarginを消す */
#pickup li:first-child {
    margin: 0 0 0 30px;
}

/* UI/UX Lab. */
#uiux {
    width: 95%;
    border-top: dotted 1px #8a8a8a;
    border: solid 1px #9ca4b2;
    padding: 5% 0;
    display: block;
}

#uiux h1 {
    color: #4e4e4e;
    padding: 0 0 30px 0;
    font-size: 2.5vw
	font-weight:200;
}

#uiux h1 img {
    height: 42px;
    margin: 0 0 -2px 0;
}

/* タイトル装飾(PCのみ表示) */
#uiux h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}

#uiux ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#uiux li {
    width: 32%;
    position: relative;
    margin: 0 0 0.9% 0;
}

#uiux li img {
    width: 100%;
    text-align: center;
    transition: all 100ms 0s ease;
    /*マウスホバーのアニメーションプロパティ*/
}

#uiux li img:hover {
    opacity: 0.3;
}

#uiuxpickup {
    margin: 5% 10%;
    padding: 2% 2.5%;
}

#uiuxpickup h1 {
    color: "#4e4e4e";
    text-align: left;
    font-size: 1.5rem;
    margin: 20px 0 10px 0;
}

/* 下線のスタイル */
#uiuxpickup h1:after {
    width: 100%;
    /*下線の長さはここで調整*/
    content: "";
    display: block;
    /*河川の太さはここで調整*/
    height: 5px;
    background: -webkit-linear-gradient(to right, rgb(144, 171, 245), transparent);
    /*グラデーションの設定*/
    background: linear-gradient(to right, rgb(144, 171, 245), transparent);
    /*グラデーションの設定*/
}

/* ピックアップリスト */
#uiuxpickup ul {
    display: block;
}

#uiuxpickup li {
    margin: 10px 0 0 30px;
    list-style: disc;
}

/* ピックアップリスト最上部のmarginを消す */
#uiuxpickup li:first-child {
    margin: 0 0 0 30px;
}

/* Newバッジ */
span[data-badge-top-left]:before,
span[data-badge-top-right]:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background-color: #FF3122;
    border-radius: 50%;
    font-size: 1em;
    text-align: center;
    padding: 14px 10px 10px 7px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding: auto auto;
    box-shadow: 0px 0px 3px #999;
    z-index: 999;
}

span[data-badge-top-right]:before {
    top: 10px;
    right: 20px;
    transform: translate(50%, -50%);
    content: attr(data-badge-top-right)"";
}

/* アクセス */
#access {
	padding:5% 0;
	font-weight:200;
    display: block;
	width:95%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: 90% 88%;
    background-color: rgba(255, 255, 255, 0.5);
}

#access h1 {
    color: #4e4e4e;
    font-size: 2.5vw;
	font-weight:200;
}

/* タイトル装飾(PCのみ表示) */
#access h1 .line {
    float: left;
    color: #bdbdbd;
    display: block;
}




/* アクセス区切り整列 */
#awrap {
    display: flex;
    margin: 5% 5% 0 0;
}



/* 住所側 */
#awrapright {
	
    width: 80%;
    box-sizing: border-box;
    padding: 0 0 0 5%;
}

#awrapright h3{
	color:#4d515e;
    font-size: 20px;
}
#awrapright p{
	color:#4d515e;
	padding:2px;
    font-size: 16px;
}


/* ここから下がボタンのCSS　*/
.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #5b85f9;
    font-size: 16px;
    color: #5b85f9;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
	margin: 10px 0;
    border-radius: 4px;
    transition: .4s;
}

.btn-border:hover {
    background-color: #5b85f9;
    border-color: #5b85f9;
    color: #FFF;
}

/* フッター */
#footer {
    padding: 6px 5% 3% 5%;
    display: block;
    text-align: center;
}

@media screen and (max-width:767px) {
    #wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    #main {
        padding: 60px 0 0;
        width: 100%;
        background-position: right top;
    }

    #side {
        width: 100%;
        background-color: #e4eefc;
        display: none;
    }

    /*3本線の表示*/
    header .humberger-wrap {
        display: block;
    }

    /*3本線の位置*/
    header .humberger-wrap {
        position: absolute;
        top: 0;
        right: 20px;
        width: 40px;
        height: 100%;
        cursor: pointer;
    }

    /*humberger-border1,2,3の線*/
    header .humberger-wrap [class*=humberger-border] {
        position: absolute;
        width: 28px;
        height: 1px;
        transition: .4s all ease;
        transform-origin: center center;
        background: #555;
    }

    /*1本目の線*/
    header .humberger-wrap .humberger-border-1 {
        top: 20px;
        right: 0;
    }

    /*2本目の線*/
    header .humberger-wrap .humberger-border-2 {
        top: 28px;
        right: 0;
    }

    /*3本目の線*/
    header .humberger-wrap .humberger-border-3 {
        top: 36px;
        right: 0;
    }

    /*開閉ボタンopen時の横線1本目*/
    header .humberger-wrap.opened .humberger-border-1 {
        top: 30px;
        transform: rotate(45deg);
    }

    /*開閉ボタンopen時の横線2本目*/
    header .humberger-wrap.opened .humberger-border-2 {
        top: 30px;
        transform: rotate(-45deg);
    }

    /*開閉ボタンopen時の横線3本目*/
    header .humberger-wrap.opened .humberger-border-3 {
        top: 30px;
        transform: rotate(-45deg);
        opacity: 0;
    }

    /*メニューを非表示*/
    header nav {
        display: none;
    }

    /*open時に一番上のヘッダーの背景色を変化*/
    header.opened {
        background: rgba(255, 255, 255, 0.9);
    }

    header.opened nav {
        display: block;
        min-height: 100vh;
        top: 60px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
    }

    header nav ul.header-navigation {
        flex-flow: column nowrap;
    }

    header nav ul.header-navigation li a {
        display: block;
        height: auto;
        margin: 0;
        padding: 10px 0;
        font: 15px bold;
        color: #646464;
        text-decoration: none;
        text-align: center;
    }

    header nav ul.header-navigation li a:hover {
        color: #3065ba;
    }

    /* イ.ソフトホームページリンクのプロパティ */
    header nav ul.header-navigation li:last-child a {
        text-decoration: underline;
    }

    /* ヘッダー */
    #header {
        width: 100%;
        height: 25vh;
        max-height: 500px;
        min-height: 240px;
        background-image: url(../images/asset/main.png);
        /* ここにヘッダーのメイン画像が入る */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: relative;
        margin: 0 0 0 0;
        border-radius: 0px;
    }

    #header img {
        display: none;
    }

    /* Lab.コンセプト */
    #concept {
        width: 90%;
        background-image: none;
        background-color: white;
        padding: 5% 5%;
        margin: 0 0 0 0;
    }

    #concept h1 {
        text-align: center;
        font-size: 35px
    }
	
    #concept p {
        margin: 30px 0;
    }

    /* 制作実績 */
    #production {
        width: 100%;
        padding: 5% 0;
    }

    #production a:hover {
        opacity: 0.4;
    }

    #production h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #production h1 .line {
        display: none;
    }

    #production ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #production li {
        width: 100%;
    }

    #production li dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }

    #production li dt img {
        width: 100%;
        vertical-align: bottom;
        display: block;
    }

    #production li dd {
        color: #000000;
        background-color: rgba(238, 238, 238, 0.8);
        /*サムネイルの見出しの背景色*/
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    /* ボタン */
    #probtn {
        margin: 30px 10% 0 auto;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    #probtn a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: #FFFFFF;
        text-align: center;
        color: #7697E9;
        font-weight: bold;
        box-shadow: 0px 0px 10px 0px #7697E9;
        font-size: 20px;
    }

    /* 業務範囲・割合 */
    #graph {

        padding: 0;
        width: 100%;
    }

    #graph h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #graph h1 .line {
        display: none;
    }

    /* 円グラフ(画像)の大きさ指定 */
    #graph img {
        display: block;
        width: 100%;
        margin: 0 auto;
        vertical-align: bottom;
    }

    /* 業務範囲テキスト(画像)の大きさ指定 */
    #graph .txtimage {
        width: 90%;
        margin: 1% 5%;
    }


    /* メンバー(PC)非表示 */
    #member {
        padding: 5% 5%;
    }

    #mempc {
        display: none;
    }

    /* メンバー(mobile)表示 */
    #memmb {
        display: block;
    }

    #memmb ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    #memmb li {
        width: 100;
        margin: 40px 0 0;
    }

    #memmb li:first-child {
        margin: 20px 0 0;
    }

    #memmb dl {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #memmb dt {
        width: 30%;
    }

    #memmb dt img {
        width: 100%;
        vertical-align: bottom;
    }

    #memmb dd {
        width: 70%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
        line-height: 100%;
    }

    .namemb {
        font-size: 25px;
        line-height: 130%;
    }

    .careermb {
        font-size: 14px;
        line-height: 180%;
    }

    .profilemb {
        font-size: 12px;
        line-height: 10%;
    }

    /* デザインアプローチ */
    #approach {
        padding: 5% 5%;
        display: block;
        background-size:
            90%,
            /*背景画像(タブ*/
            50%;
        /*背景画像(スマホ)*/
        background-position:
            130% 50%,
            /*背景画像(タブ)*/
            20% 59%;
        width: 90%;
    }

    #approach h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #approach h1 .line {
        display: none;
    }

    #approach h2 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 12px 0;
        width: 100%;
    }

    #approach p {
        margin: 0 0 45px 0;
        width: 100%;
    }

    #apcomment {
        width: 100%;
        padding: 5% 0;
    }

    #apcomment img {
        width: 100%;
    }

    #meeting {
        width: 100%;
    }

    #meeting h1 {
        font-size: 1.7em;
    }

    /*打ち合わせ・内容(PC)*/
    #appc {
        display: none;
    }

    /*打ち合わせ・内容(Mobile)*/
    #apmb {
        display: block;
        width: 100%
    }

    #apmb ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%
    }

    #apmb li {
        width: 100%;
        margin: 20px 0 0;
    }

    #apmb li:first-child {
        margin: 0 0 0;
    }

    #apmb dl {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    #apmb dt {
        width: 30%;
    }

    #apmb dt img {
        width: 100%;
        vertical-align: bottom;
    }

    #apmb dd {
        width: 70%;
        box-sizing: border-box;
        padding: 7% 7%;
    }

    #apmb dd img {
        width: 100%;
        vertical-align: bottom;
    }

    .fixmarginmb {
        padding: 0 15px 0 10px;
        box-sizing: border-box;
    }

    .dlbtnpc:hover {
        background-image: url(url(../images/asset/btn_dl_hover.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .dlbtnpc:active {
        background-image: url(../images/asset/btn_dl_hover.png);
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    /* 問い合わせ */
    #contact {
        width: 90%;
        padding: 5% 5%;
        display: block;
        background-image: none;
    }

    #contact h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #contact h1 .line {
        display: none;
    }

    #contactwrap {
        width: 100%;
        margin: 0 auto;
    }

    /* 入力系統(テキスト)の整列 */
    #contactwrap dl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #contactwrap dt {
        width: 100%;
        padding: 10px 0 10px 10px;
        box-sizing: border-box;
    }

    #contactwrap dd {
        width: 100%;
    }

    /* 入力名の高さを合わせる */
    .taheight {
        line-height: 150px;
    }

    /* 入力系統(テキスト)のスタイル */
#contactwrap select {
    background-color: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    padding: 10px;
    width: 40%;
    border-radius: 4px;
    outline: none;
    border-bottom: solid 1px #9ca4b2;
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
    background-image: url(../images/asset/icon_arrow.png);
    background-size: 20px;
    background-position: 95% center;
    background-repeat: no-repeat;
}

#contactwrap input[type="text"],
input[type="email"],
input[type="tel"] {
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
	background-color: rgba(255,255,255,0.5);
    border: solid 1px #9ca4b2;
    border-radius: 4px;

}

#contactwrap textarea {
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    width: 100%;
    height: 150px;
    border: solid 1px #9ca4b2;
    border-radius: 4px;
    resize: none;
}

    /* 入力系統(ボタン)の整列 */
    #contactwrap ul {
        display: flex;
        justify-content: center;
    }

    #contactwrap li {
        width: 120px;
        height: 50px;
        margin: 20px 10px 5px;
        /*ボタンの装飾(box-shadow)で5pxがpaddingにめり込むのでmargin-bottomで+-0にする*/
    }

    /* 入力系統(ボタン)のスタイル
  確認ボタン ボタンの大きさは整列のli(width height)で調整*/
    #contactwrap input[type="submit"] {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: #c8ad94;
        /*ボタンの色*/
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;

        padding: 10px;
        outline: none;
        appearance: none;
        cursor: pointer;
        border: none;
    }

    /* 確認ボタンがクリックされた時のスタイル */
    #contactwrap input[type="submit"]:active {
        background: #a3a5a9;
        /*ボタンの色*/
        color: #ffffff;
        box-shadow: none;
        outline: none;
        appearance: none;
        cursor: pointer;
        border: none;
    }

    /* クリアボタン */
    #contactwrap input[type="reset"] {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background: #a3a5a9;
        /*ボタンの色*/
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        box-shadow: 5px 5px 0px 0px #75777e;
        /*ボタンの影*/
        padding: 10px;
        outline: none;
        appearance: none;
        cursor: pointer;
        border: none;
    }

    /* 確認ボタンがクリックされた時のスタイル */
    #contactwrap input[type="reset"]:active {
        background: #a8927e;
        /*ボタンの色*/
        color: #ffffff;
        margin-left: 5px;
        margin-top: 5px;
        box-shadow: none;
        outline: none;
        appearance: none;
        cursor: pointer;
        border: none;
    }

    /* 入力名の高さを合わせる */
    .taheight {
        line-height: 10px;
    }

    /* Tips */
    #tips {
        padding: 5% 5%;
        display: block;
    }

    #tips h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #tips h1 img {
        height: 32px;
        margin: 0 0 -2px 0;
    }

    #tips h1 .line {
        display: none;
    }

    .smallfont {
        font-size: 12px;
        margin: 0 0 0 0;
    }

    #tipscontent dl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #tipscontent dt {
        width: 100%;
    }

    #tipscontent img {
        width: 100%;
        height: auto;
    }

    #tipscontent dd {
        width: 100%;
        padding: 0 0 0 0;
        box-sizing: border-box;
    }

    #pickup h1 {
        text-align: left;
        font-size: 15px;
        margin: 20px 0 10px 0;
    }

    /* 下線のスタイル */
    #pickup h1:after {
        width: 100%;
        /*下線の長さはここで調整*/
        content: "";
        display: block;
        height: 4px;
        background: -webkit-linear-gradient(to right, rgb(144, 171, 245), transparent);
        /*グラデーションの設定*/
        background: linear-gradient(to right, rgb(144, 171, 245), transparent);
        /*グラデーションの設定*/
    }

    /* ピックアップリスト */
    #pickup li {
        margin: 10px 0 0 30px;
        list-style: disc;
    }

    /* ピックアップリスト最上部のmarginを消す */
    #pickup li:first-child {
        margin: 0 0 0 30px;
    }

    /* UI/UX Lab. */
    #uiux {
        width: 90%;
        border-top: #e4eefc 4px solid;
        padding: 5% 5%;
        display: block;
    }

    #uiux h1 {
        text-align: center;
        color: #4e4e4e;
        padding: 0 0 20px 0;
        font-size: 35px
    }

    #uiux h1 .line {
        display: none;
    }

    #uiux h1 img {
        height: 42px;
        margin: 0 0 -2px 0;
    }

    #uiux ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #uiux li {
        width: 100%;
        position: relative;
        margin: 10px 0 0 0;
    }

    #uiux li:first-child {
        margin: 0 0 0 0;
    }

    #uiux li img {
        width: 100%;
        text-align: center;
    }

    /* Newバッジ */
    span[data-badge-top-left]:before,
    span[data-badge-top-right]:before {
        position: absolute;
        display: inline-block;
        font-weight: bold;
        color: #ffffff;
        background-color: #FF3122;
        border-radius: 50%;
        font-size: 1em;
        text-align: center;
        padding: 14px 10px 10px 7px;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        padding: auto auto;
        box-shadow: 0px 0px 3px #999;
        z-index: 999;
    }

    span[data-badge-top-right]:before {
        top: 10px;
        right: 35px;
        transform: translate(50%, -50%);
        content: attr(data-badge-top-right)"";
    }

    /* アクセス */
    #access {

        padding: 5% 5%;
        display: block;
        background-position: 90% 95%;
    }

    #access h1 {
        text-align: center;
        color: #4e4e4e;
        margin: 0 0 20px 0;
        font-size: 35px
    }

    #access h1 .line {
        display: none;
    }

    /* アクセス区切り整列 */
    #awrap {
        display: flex;
        flex-wrap: wrap;
    }



    /* 住所側 */
    #awrapright {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
    }

    .anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }


}

@media screen and (min-width:767px) {
    header {
        display: none;
    }
}

/* ハンバーガーメニューオープン時背景スクロールを固定 */
.scroll-prevent {
    /*動き固定*/
    position: fixed;
    width: 100%;
}

header nav {
    position: fixed;
    top: 0;
    overflow-y: scroll;
}

.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

.headerlogo {
    position: fixed;
    left: 10px;
    top: 5px;
    height: 50px;
}
