@charset "utf-8";
/* リセット */
html,
body,
header,
footer,
main,
section,
h1,
h2,
h3,
ul,
li,
p,
dl {
    margin: 0;
    padding: 0;
    line-height: 1.57;
    letter-spacing: 0.08em;
    color: #eeeeee;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N L","A1 Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    font-size: 62.5%;
}
a {
    /*下線を消す*/
    text-decoration: none;
    /*色を消す*/
    color: inherit;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

ul {
    /*左の「・」を消す*/
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}
/* ボタン */
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために、1rem＝10px*/
  scroll-behavior: smooth;
}

/* リセットはここまで */

body {background-color: #141414;

}
/* ヘッダー固定 */
header{
    width: 100%;
    padding: 0.1%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
   
    line-height: 0;
}
.sp_shaq{
    width: 136.2721px;
    align-items: center;
    margin: 0 auto;
    display: none;
}
.header_wrap{
    justify-content: space-between;
    padding: 0 3% 0 2.91%;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-top: 10px;
    z-index: 50;
    display: flex;
}
.logo{
    width: 40px;
}
.pc_nav{
    display: flex;
    
}
.pc_nav ul{
    display: flex;
    
}
.pc_nav li{
    
    font-size: 2.3rem;
    padding: 0 20px;
    
   
}
.pc_nav li:last-child{
    margin-right: 5px;
}
.pc_nav .nav_logo1{
    width:41.5819 px;
}
.pc_nav .nav_logo2{
    width: 36.1497 px;
}
.sns_link li{
    margin: 0 auto;
}
.sns_link .link_ins{
    max-block-size: 2%;;
}
.nav_logo2{
    padding-top: 5px;
}

/* top */
.top_all{
    max-width: 100%;
}
.top{
    height: 900px;
}
/* 背景動画流し、透過書ける */
#header{
    position: relative;
    height: 100vh;
    background-color: rgb(21,21,21,0.2);
}
#top_v{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
#top_video{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:  177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
.top_title{
    position: absolute;
    left: 40%;
    top: 40%;
    display: inline-block;
    /* z-index: 999; */
    text-align: center;
}

.top_name {
    font-size: 8rem;
    font-weight: 900;
    letter-spacing: 14px;
}
.top_title span{
    color: #ca3b3b;
}
.top_detail{
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 900;
    padding-right: 16px;
}

.sp_video{
    display: none;
}


/* top スクロールダウンここから */
/* 位置 */
.scrolldown1{

    position: absolute;
    left: 55px;
    bottom: 55px;
    height: 15px;
    position: fixed;
    z-index: 9999;
}
/*  スクロール描写*/
.scrolldown1 span{
    position: absolute;
    left: -15px;
    top: -15px;
    color: #e21f00;

    font-size: 0.7rem;
    letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after{
    content:"";
    /* 描写位置 */
    position: absolute;
    top: 0;
    bottom: 0;
    /* 線の形状 */
    width: 2px;
    height: 40px;
    background: #e21f00;
    /* 線の動きループ */
    animation: pathmove 2s ease-in-out infinite;
    opacity: 0;
}
/* 高さ・位置・透過が変化してせんが上から下に動く */
@keyframes pathmove{
    0%{
        height: 0;
        top: 0;
        opacity: 0;
    }
    30%{
        height: 30px;
        opacity: 1;
    }
    100%{
        height: 0;
        top: 50px;
        opacity: 0;
    }
}
/* topスクロールダウンここまで */

/* セクション　アバウトここから */

.sp_title{
    display: none;
}
.sp_about_pic img{
    display: none;
}
.about{
    max-width: 100%;
    background-color: #286f84;
    /* padding: 40px 0; */
    position: relative;

}
.about_all{
    width:100%;
    margin: 0 auto;
}

.title {
    display: flex;
    text-decoration: underline solid 1.5px #e21f00 ;
    transform: rotate(90deg);
    font-size: 5rem;
    position: absolute;
    top: 50%;
    left: 1.5%;
}

.about_wrap{
    /* width: px; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 10%;
}
.name{
    font-size: 4.3rem;
    padding: 40px 0 0 0;
    letter-spacing: 0;
}
/* プロフ */
.prof{
    font-size: 2.3rem;
    letter-spacing: 0.01em;
    line-height: 1.58;
    padding-left: 25px;
    /* padding-right: 16px; */

}
/* about項目 */
.about_subtitle{
    font-size: 29px;
    padding: 40px 0 0 0;
}
.sp_about{
    display: none;
}
/* 職歴 */
.list_job{
    font-size: 2.3rem;
    list-style:disc;
    padding: 0 0 0 40px;
    
}
/* スキル */
.list_skill{
    font-size: 2.3rem;
    list-style:disc;
    padding: 0 0 0 40px;
}

/* プロフ写真 */
.pic_wrap{
    display: flex;
    max-width: 100%;
    height: auto;

}
.about_pic{
    padding: 0 10px 0 10%;
  
}
.about_info{
    font-size: 14px;
    transform: rotate(90deg);
    align-items: flex-end;
    height: 20px;
    position: relative;top :800px;right: 35px;
}
.sns_link_sp{
    display: none;
}
/*セクション　ポートフォリオここから */
/* 項目、説明、モックアップ、moreのdivを3つ　flex横並び　縦線で挟む */
#portfolio{
    background-color: #353434ed;
}
.portfolio{
    padding: 5% 0 ;
    position: relative;
    
}
.port_all{
    margin: 0 auto;
}
.portfolio_title{
    display: flex;
    text-decoration: underline solid 1.5px #e21f00 ;
    transform: rotate(90deg);
    font-size: 5rem;
    position: absolute;
    top: 50%;
    /* left: 2%; */
    


}
.list_wrap{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    /* padding-top: 145px; */

}
/* moreボタン*/
/* ボタン改ここから */
.btn{
    width: 100px;
    padding: 6px 0 8px 0;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    color: #fff;
    border: 2px solid #ca3b3b;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
  }
  .btn:hover{
    background-color: #ca3b3b;
    border-color: #fff;
    color: #fff;
  }
/* ボタン改ここまで */
.list_p{
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 0.93px solid #ededed;
}
.list_p:last-child{
    border-right: 0.93px solid #ededed;
}

.list_p h3{
    font-size: 42.63px;
}
.list_p p{
    font-size: 1.6rem;
}

.list_pic{
    max-width: 350px;
    margin: 0 25px;
    padding: 15px 0;
    display: block;
    /* ピクチャータグにマージンは入らない */
}
.sp_port_pic{
    display: none;
}
.link{
    margin: 0 auto;
    width: 130px;
}
.link p{
    
    height:66px;
    color: #141414;
    font-size: 28px;
    background:#ffffff;
    border-radius:10px;
}
.link a{
    display: block;
    height: 66px;
}
.list_pic .sp_pic{
    width: 300px;
    height: 200px;
}
.list_pic img {
 max-width:100%;
 height:auto;
 border-radius: 16px;
}

/* contact ここから*/
.contact_all{
    background-color:#286f84;
    padding: 40px 0;
    font-size: 1.8rem;
    

}
.contact_wrap{
    background-color:#286f84;
}

.sp_contact{
    display: none;
}
.contact{
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;

}
.contact_item{
    font-size: 1.6rem;
}

.contact_title{
    display: flex;
    text-decoration: underline solid 1.5px #e21f00 ;
    transform: rotate(90deg);
    font-size: 5rem;
    position: relative;top: 200px; left:3.5%;
    width: 38px;
}
.submit-btn{
    display: block;
    margin-left: auto;
    width: 300px;
}
.submit_p{
    margin-bottom: 16px;
}

.btn_if {
    background-color:#ca3b3b;
    color: #ededed;
    width: 150px;
    padding: 12px 0 14px 0;
    font-size: 2.4rempx;
    border-radius: 40px;
    
}


.input_name{
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 24px;
    padding-left: 16px;


}
.input_email{
    box-sizing: border-box;
    width: 100%;
border-radius: 10px;
    height: 48px;
    margin-bottom: 24px;
    padding-left: 16px;

}
.input_messe{
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 241.0761px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-top: 16px;
}

.cmark_spc{
    max-width: 158px;
    text-align: center;
    margin: 0 auto;
    padding-top: 24px;
}

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 32px;
}
.toback{
    position: fixed;
    bottom: 10px;
    left: 60px;
    width: 38px;
}
/* サンクスページ */
.thanks_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
 
}
.thanks{
    text-align: center;
}
.thanks_wrap h2 {
    font-size: 1.6rem;
    
}


/* ポートフォリオ別ページ */
#main {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 1em;
    margin-top: 80px;
    padding: 0 10px;
  
}

.list{
    margin: 0 auto;
    min-height: 1px;

} 

.list_cnt h5{
    font-size: 1.4rem;
    margin: 0;
    padding-left: 15%;
}

.list_cnt .p2{
 font-size: 1.4rem;
 padding-left: 15%;
}
.cnt_info{
    max-width: 95%;
    background: #286f84;
    position: relative;
    top: -16px;
    right: 8px;
}

.cnt_info0 {
    max-width: 90%;
    background: #286f84;
    position: relative;
    top: -16px;
    right: 8px;

}


/* 別ページポートフォリオここまで */
/* スマホメニュー消すハンバーガー消す */
.sp_btn{
    display: none;
}
.sp_nav{
    display: none;
}
.slick-dots{
    bottom: 15px;
}
.slick-dots li.slick-active button:before {
    color:white;}
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }



/* ハンバーガ作成ここから */
@media screen and (max-width:1500px) {
    .pc_nav{
        display: none;
    }
    .sp_btn{
        display: block;
        position: absolute;
        top: 16px;
        right: 10px;
        height: 30px;
        cursor: pointer;
        z-index: 10000;
    }
    .sp_btn span{
        width: 32px;
        height: 3px;
        background: #fff;
        display: block;
        position: relative;
        top: 10px;
        transition: 0.3s;

    }
    .sp_btn span::before,
    .sp_btn span::after{
        content: "";
        width: 32px;
        height: 3px;
        background: #fff;
        display: block;
        position: absolute;
        transition: 0.3s;
    }
    .sp_btn span::before{
        bottom: 10px;
    }
    .sp_btn span::after{
        top: 10px;
    }
    /* バッテン作る*/
     .open span{
       background: transparent;
    }
    .open span::before{
        bottom: 0px;
        transform: rotate(45deg);
    }
    .open span::after{
        top: 0px;
        transform: rotate(135deg);
    }
    .sp_nav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: rgba(000, 000, 000, 0.8);

    }
    .sp_nav ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sp_nav ul li{
        font-size: 1.8rem;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-family: "FOT-筑紫Aオールド明朝 Pr6N L","A1 Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
    }
    /* トップタイトル入れ替え */
    .sp_shaq{
        display: block;
        /* position: relative;
        top: -80px; */
    }
    .page_title_set .top_title{
        display: none;
    }
    .sp_port_pic{
        display: none;
    }
}

/* レスポンシブ ここから*/
/* セクション毎タイトルの位置レスポンシブ */
@media screen and (max-width: 1340px){
    .title{
        display: none;
    }
    .sp_title{
        display: block;
        text-decoration: underline solid 2.5px #e21f00 ;
        font-size: 10rem;
        text-align: center;
    }
    .portfolio_title{
        display: none;
    }
    .sp_port_pic{
        display: block;
        text-align: center;
    }
    .list_wrap{
        padding-top: 64px;
    }
    .contact_title{
        display: none;
    }
    .sp_contact{
        display: block;
        text-align: center;
        padding : 92px 0 41px 0;
    }
}
@media screen and (max-width: 767px){
    .top_title{
        left: 35%;
    }
    
}
@media screen and (max-width: 500px){
    .top_title{
        left: 20%;
    }
    
}
@media screen and (max-width: 425px){
    .top_title{
        left: 15%;
    }
    
}
@media screen and (max-width: 375px){
    .top_title{
        left: 12%;
    }
    
}

@media screen and (max-width: 1000px){
     /* ポートフォリオ集 レスポンシブ */
     .wrapper{
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        max-width: 700px;
        padding: 10px;
        
    }
    .pic{
        width: 90%;
        margin-left: auto;
    }
   
    
    .box ul{
        margin: auto;
    }
  

.more_title{
    text-align: center;
    padding-top: 195px;
    font-size: 62px;
}
.box_pic{
    
    max-width: 80%;
    box-sizing: border-box;
}
.pic_pp{
    text-align: center;
    font-size: 1.6rem;
}
@media screen and (max-width: 720px){
    #main {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media screen and (max-width: 400px){
    #main {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* コンタクト余白レスポンシブ */
.cntact_all{
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 2rem;
    
}

.contact_item{
    font-size: 1.6rem;
}
.input_name{
    font-size: 1.4rem;
}

.input_name{
    box-sizing: border-box;
    width: 80%;
    height: 48px;
    border-radius: 10px;


}
.input_email{
    box-sizing: border-box;
    width: 80%;
border-radius: 10px;
    height: 48px;

}
.input_messe{
    box-sizing: border-box;
    border-radius: 10px;
    width: 80%;
    height: 241.0761px;
}

}

    /* ヘッダー */
    @media screen and (max-width: 767px){
        .sp_shaq{
            position: relative;
            top: -32px;
        }
    .header_wrap{
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    /* .header_wrap .logo{
        padding: 15px 0 15px 15px ;
    } */

    /* トップ */
.top_all{
    max-width: 100%;
}
.top_video{
    display: none;
}
.sp_video{
    display: block;
    max-width: 100%;
    /* margin: 70px 20%; */
}
/* スクロールダウンの位置 */
.scrolldown1{

    position: absolute;
    left: 16px;
    bottom: 55px;
    height: 15px;
    position: fixed;
    z-index: 9999;
}

    /* アバウト */
    .about_all{
        display: block;
        max-width: 100%;

    }
    .about_all h3{
        margin-left: 16px;
    }
    .about_wrap{
        padding:0 ;
    }
    .sp_title{
        text-align: center;
        font-size: 5rem;

    }
    .sp_title p{
        margin: 0 auto;
    }
    .sp_about_pic img{
        max-width: 95%;
        display: block;
        margin: 0 auto;
        padding-top: 71px;


    }
    .pic_wrap{
        display: none;
        max-width: 100%;
        
    
    }
    .prof{
        letter-spacing: normal;
        padding-bottom: 10px;
    }
    .list_job{
        padding: 9px 0 8px 40px;
    }
    .list_skill{
        padding: 8px 0 8px 40px;
    }
    .links_sp{
        width: 200px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .sns_link_sp{
        display: flex;
        justify-content: space-evenly;
    
    }
    /* ポート */
  
    .list_p{
        border-left: none;
        
    }
    .list_p:last-child{
        border-right: none;
    }
    .list_p h3 {
        /* margin-top:120px; */
        padding: 20px;
        font-size: 3rem;
    }
    .list_p p{
        padding: 10px;
        font-size: 1.6rem;
    }
 
    .list_wrap{
        display: block;
        padding-top: 50px;
    }   
    .list_pic{
        margin: 40px;
        max-width: 100%;
        box-sizing: border-box;

    }
    .list_pic img{
        border-radius: 0%;
    }
    .link1{
        margin: 10px 0;
        padding-top: 2rem;
    }
    .sp_none{
        display: none;
    }
    .sp_pic{
        background: #fff;
        padding: 40px;
    }
    .btn{
        width: 200px;
    }

    /* コンタクト */
    .cntact_all{
        max-width: 100%;
        display: block;
        text-align: center;
        font-size: 2rem;
        
    }
 
    .contact_item{
        font-size: 1.6rem;
    }
    .input_name{
        font-size: 1.4rem;
    }

    .input_name{
        box-sizing: border-box;
        width: 80%;
        height: 48px;
        border-radius: 10px;
    
    
    }
    .input_email{
        box-sizing: border-box;
        width: 80%;
    border-radius: 10px;
        height: 48px;
    
    }
    .input_messe{
        box-sizing: border-box;
        border-radius: 10px;
        width: 80%;
        height: 241.0761px;
    }
    
  

    .submit_p{
        
        padding: 22px 0 33px 0v;
    }
    .btn{
        margin-bottom: 70px;
    }

    @media screen and (max-width: 426px){
        .top{
            height: auto;
        }
    }


}