@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
#wrapper{
    width:100%;
    margin: 0 auto;
    position: relative;
    }

header{
    position:relative;
    width:100%;
    }

/*ここからページトップのナビゲーション*/
.logo{
    float: left;
    width: 120px;
    margin: 10px 50px 10px 10px;
}
.ul_menu{
    margin-right:20px;
}
.menu{
    float: right;
    width: 80px;
    height:45px;
    margin: 20px 5px 0px 5px;
    color:white;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
.menu a{
    color:white;
    text-decoration:none;
    }
.menu a:hover{
    color:orange;
    }
/*ここまでページトップのナビゲーション*/


/*ここからページトップボタン*/
#PageTopBtn{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
    width:50px;
    height: 50px;
    cursor:pointer;
}
/*ここまでページトップボタン*/

/*ここから本文*/
#sec1{
    background: url("images/dot_dot.png"),url("images/note_pen_m_gray.jpg") no-repeat;
    background-size: 4px,cover;
    background-attachment: fixed;
    background-position: center;
    height:800px;
    z-index: 9;
    }
#sec1_copy{
    text-align: center;
    padding-top: 220px;
    font-size: 40px;
    color: #F1801E;
    line-height: 60px;
    text-shadow: 0 0 1px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }
#copy_lead{
/*    padding-top:400px;*/
    margin: 100px auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.2em;
}

.naname{
    position: absolute;
    top:750px;
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent transparent transparent red;
    transform-origin: left top;
    transform: scale(3,1);
}
.naname_shita{
    position: absolute;
    top:1200px;
    right:200px;/**/
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent red transparent transparent;
    transform-origin: left top;
    transform: scale(3,1);
    z-index: 999;
}

.sec1_beta{
    position:absolute;
    top:800px;
    width: 100%;
    height:450px;
    background: red;
    z-index: 99;
}
.obi-text{
    margin: 200px auto;
    padding: 0 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

#sec2 {
    background: url("images/senkai_gray.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    position:absolute;
    top:1250px;
    background-size: cover;
    height:800px;
    width:100%;
}
#sec2_copy{
    text-align: center;
    padding-top: 260px;
    font-size: 32px;
    font-weight:regular;
    color: #F1801E;
    line-height: 48px;
    text-shadow: 0 0 1px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }
.shousai{
        font-size:16px;
        font-weight:regular;
        color:black;
        }
.shousai_danraku{
        margin:0 auto;
        text-align: center;
        line-height:64px;
        }
.sec2_beta{
    position:absolute;
    top:800px;
    width: 100%;
    height:450px;
    background: blue;
    z-index: 99;
}

.naname_blue{
    position: absolute;
    top:750px;
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent transparent transparent blue;
    transform-origin: left top;
    transform: scale(3,1);
    z-index:999;
}
.naname_shita_blue{
    position: absolute;
    top:1200px;
    right:200px;/**/
    width:0;
    height:0;
    border: solid 50px ;
    border-color: transparent blue transparent transparent;
    transform-origin: left top;
    transform: scale(3,1);
    z-index:999;
}


#sec3 {
    background: url("images/dot_bg75.png"),url("images/whiteboard.jpg") no-repeat;
    background-size: 4px,cover;
    background-attachment: fixed;
    background-position: center;
    height:700px;
    width:100%;
    position:absolute;
    top:2500px;
}
#sec3_copy{
    text-align: center;
    padding-top: 270px;
    font-size: 32px;
    color: #F1801E;
    line-height: 48px;
    text-shadow: 0 0 1px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }
#sec3_lead{
    margin: 75px auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 2em;
}

/*ここからポートフォリオ*/
#sec4_beta{
    position:absolute;
    top:3200px;
    width: 100%;
    background: #120301;
    height:1700px;
}

.folio_title{
    margin: 100px auto 50px;
    padding: 0 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.folio_lead{
    color:#fff;
    text-align:center;
    font-size:18px;
    margin-bottom: 16px;
    }
.folio_kochira{
    color:#ccc;
    }

/*ここから各スキルの紹介*/

.tasai table{
    width:800px;
    margin:75px auto 0;
    color:#fff;
}
.tasai tr{height: 200px;}
.tasai th{
    width:200px;
    vertical-align: middle;
    font-size: 28px;
    font-family:"游明朝", "ＭＳ Ｐ明朝", "serif";
    font-style: italic;
}
.tasai tr th{
    background: rgba(255, 255, 255,0.1);
    border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
.tasai tr:last-child th{
    border-bottom: 0px solid rgba(255, 255, 255,0.2);
}
/*.tasai tr:nth-child(2n) th{
    background: rgba(255, 255, 255,0.15);
}
*/.tasai th span{
    font-size: 14px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "sans-serif";
    font-style: normal;
}
.catch_jp{
    line-height: 10px;
}
.tasai .adsp{
    font-size: 20px;
    font-family:"游明朝", "ＭＳ Ｐ明朝", "serif";
    font-style: italic;
}
.tasai td{
    width:600px;
    text-align: center;
    vertical-align: middle;
}
.tasai tr:nth-child(1n) td{
    background: rgba(255, 255, 255,0.2);
}
.tasai tr:nth-child(2n) td{
    background: rgba(255, 255, 255,0.25);
}

.tokubetsu{
    width:auto;
    height: 180px;
}

/*ここからポートフォリオへのリンク*/
.folio_bun{
    color:white;
    width:800px;
    margin:50px auto;
    text-align:center;
}
.folio_bun a{color:white;}


/*ここからテスト*/

/*#arayuru{
    position: relative;
    width: 800px;
    height:500px;
    border: 1px white solid;
    margin: 100px auto;
    background-color:#fff;
    background-color:rgba(255,255,255,0.25);
/*    background: url("images/shigoto_yamadumi.jpg") no-repeat;
    object-fit: cover;
    z-index:9999;
}
.yamadumi{
    width: 800px;
    height:500px;
    object-fit: cover;
}
.tamatte_txt{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 24px;
    font-weight: bold;
    color:white;
}
.brain{
    width: 50px;
    height: 50px;
    border:1px white solid;
    border-radius: 50%;
    position: absolute;
    top:400px;
    left: 375px;
    margin: 0 auto;
    z-index: 999;
}
.brain:hover{cursor:pointer;}
.hokkaido_out,.hokkaido_out2,.hokkaido_out3,.hokkaido_out4,.hokkaido_out5,.hokkaido_out6{
    position: absolute;
    top:425px;
    left: 400px;
    width: 0px;
    height: auto;
}

.catch1,.catch2,.catch3,.catch4,.catch5,.catch6{
    position: absolute;
    top:400px;
    left: 375px;
    width: 0;
    height: auto;
}
*/



/*.folio_three{
    margin:0 auto;
    width:756px;
}
.folio_text{
    margin-left:25px;
}
.folio-hakobun{
    float:left;
    }
.folio_box{
    width:200px;
    height:250px;
    border:solid 1px #ccc;
    margin:50px 25px 3px 25px;
    position: relative;
    overflow: hidden;
}
.tokubetsu{
    width:450px;
    height:auto;
    position: absolute;
    object-fit: cover;
    object-position: 0 100%;
}
.kaumon{
    width:380px;
    height:auto;
    position: absolute;
    left:-150px;
    top:-30px;
}
.shouko{
    width:300px;
    height:auto;
    position: absolute;
    left:-20px;
    top:-150px;
}
.tsuuhan{
    width:200px;
    height:auto;
    position: absolute;
    left:0px;
    top:0px;
}
.hokkaido{
    width:550px;
    height:auto;
    position: absolute;
    left:-190px;
    top:-20px;
}
.coffee{
    width:200px;
    height:auto;
    position: absolute;
    left:0px;
    top:0px;
}
*/
.cb{clear:both;}
#sec4{
    background: url("images/cat.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height:330px;
    width:100%;
    position:absolute;
    top:4900px;
}
.footer{
    width: 500px;
    margin: 100px auto 0px;
    color: white;
    font-weight:bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.toiawase{
    font-size:12px;
    color:white;
    text-align:center;
}
.toiawase a{
    color:white;
}


