@charset "UTF-8";


@media screen and (max-width:480px){
/*---------- 基本レイアウト ------------*/
.tab{
    font-size: 12px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 10px;
}
.contents{
    max-width: 95%;
}

.pickup{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
}

.pickup_sub{
    font-size: 11px;
    font-weight: lighter;
    margin-bottom: 30px;
    text-align: center;
}

.text{
    text-align: left;
    text-indent: 1em;
    font-size: 12px;
}

.eyecatch{
    max-width: 40%;
    display: block;
    margin: 100px auto;
}


/*---------- header ------------*/
.title_line1{
    font-size: 18px;
    margin-top: 200px;
}

.title_line2{
    font-size: 15px;
    letter-spacing: 3px;
}


/*---------- nav ------------*/
.gnav{
    font-size: 16px;
    letter-spacing: 3px;
}

.gnav ul{
    width: 70%;
    margin: 60px auto 0 auto;
}


/*---------- section1 ------------*/
#sec1 figure{
    background-color: #F0F0F0;
    width: 80%;
    padding: 10px;
    margin-top: 20px; 
    height: 240px;
}

#sec1 h3{
    font-size: 16px;
    text-align: center;
}


#sec1 img{
    max-width:100%;
    height: 60%;
    margin: 0 auto;
    display: block;
}


/*---------- section2 ------------*/
#sec2 img{
    width: 80%;
}

#sec2 figcaption{
    width: 80%;
    line-height: 20px;
    line-height: 18px;
    letter-spacing: 2px;
    margin: 10px 0;
}

#sec2 figure{
    margin: 16px 0;
}

#sec2 h3{
    font-size: 16px;
}

/*---------- section3 ------------*/
#sec3 time{
    font-size: 16px;
    letter-spacing: 2px;
}

#sec3 h4{
    font-size: 16px;
    padding-left: 13px;
    letter-spacing: 2px;
}

.title_skill{
    padding-left: 10px;
    margin-bottom: 40px;
    max-width: 100%;
}

.text_skill{
    padding-left: 18px;
}

.tool{
    max-width: 90%;
}

.tool p{
    margin: 3px 2px;
    padding: 0 2px;
    font-size: 15px;
}

.title_tool{
    font-size: 15px;
    margin-bottom: 10px;
}


/*---------- section4 ------------*/
.text_strengths{
    margin: auto 0 auto 15px;
    width: 80%;
}

.box_strengths{
    width: 90%;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

#sec4 h3{
    font-size: 16px;
    letter-spacing: 2px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 10px 0;
}


/*---------- section5 ------------*/
#sec5{
    margin: 100px 0 ;
}

.mail a{
    padding: 12px 20px;
    width: 90%;
    font-size: 16px;
}


}
/* 保留 */











/*---------- footer ------------*/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ workページ ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#work{
    text-align: center;
    margin-top: 30px;
}

#work img{
   width: 51%; 
   margin: 0 auto;
   display: block;
   opacity: 0;
   transform: translateY(-15px);
   animation: fadeInMove 1s ease-in forwards;
}

@keyframes fadeInMove
 {
    from{
        opacity: 0;
        transform: translateY(-15px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

#work h2{
    font-size: 30px;
    font-weight: lighter;
    margin-top: 15px;
}

.tab_work{
    font-size: 20px;
    letter-spacing: 3px;
    color: 7E7E7E;
}

.botan_work a{
    width: 25%;
    padding: 15px 0;
}

#work_box{
    background-color:#F0F0F0;
    padding: 106px 0 0 0;
    margin-top: 85px;
}

#work_box article{
    background-color: #fff;
    width: 70%;
    margin: 50px auto 0 auto;
    padding: 24px 0; 
}

.text_work{
    width: 70%;
}

#work_box h4{
    border-right: 5px solid #D9D9D9;
    width: 16%;
    height: 24px;
    margin: auto 0;
    font-weight: lighter;
}

.work_img{
    background-image: url(../img/work_icon.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position-y: -100px;
}

#work_pic img{
    display: block;
    width: 80%;
    margin: 20px auto;
}