@charset "UTF-8";

/*---------- リセットcss ------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*---------- 基本レイアウト ------------*/
html{
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: #404344;
}

.gnav ul a:hover,.text_work a:hover{
    color: #60C2CC;
    transition: color 0.3s ease;
}

ul,ol{
    list-style-type: none;
}

body{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #404344;
}

.pickup{
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 6px;
    text-align: center;
}

.pickup_sub{
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 30px;
    text-align: center;
}

.contents{
    max-width: 90%;
    margin: 0 auto;
}

.flex{
    display: flex;
}

.wrap{
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.botan a{
    display: block;
    color: white;
    background-color: #60C2CC;
    margin: 32px auto 0 auto;
    padding: 7px 41px;
    border-radius: 50px;
    text-align: center;
}

.botan a:hover,.mail a:hover{
    background-color: #F0F0F0;
    color: #60C2CC;
    transition: color 0.3s ease;
    transition: background-color 0.3s ease;
}

.eyecatch{
    max-width: 18%;
    display: block;
    margin: 150px auto;
}

.text{
    text-align: left;
    text-indent: 1em;
    font-size: 15px;
}


/*---------- header ------------*/
.top{
    width: 90%;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.title_line1{
    font-size: 40px;
    font-weight: lighter;
    position: relative;
    animation: fadeIn 1s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
    margin-top: 400px;
}

.title_line2{
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: lighter;
    position: relative;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

.top::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -21px;
    height: 17px;
    width: 0;
    background: #D9D9D9;
    animation: underline 2s ease forwards;
    animation-delay: 2.0s;
}

@keyframes fadeIn {
    to {
            opacity: 1;
        }
}

@keyframes underline {
    to{
        width: 100%;
    }
}


/*---------- nav ------------*/
.gnav{
    font-size: 24px;
    letter-spacing: 6px;    
}

.gnav ul{
    justify-content: space-between;
    width: 37%;
    margin: 254px auto 0 auto;
}

.work_nav ul{
    margin: 10px auto 0 auto;
}
/*---------- section1 ------------*/
#sec1{
    margin-top: 97px;
}

#sec1 figure{
    display: block;
    width: 42%;
    background-color: #F0F0F0;
    padding: 37px 70px 43px 70px;
    margin-top: 32px;
    height: 80%;
    transition: background-color 0.3s ease;
}

#sec1 figure:hover{
    background-color: #60becc;
}

#sec1 h3{
    font-size: 24px;
    font-weight: 400;
}

.tab{
    color: #7E7E7E;
    letter-spacing: 0.8px;
}

#sec1 img{
    max-width:100%;
    height: 80%;
}


/*---------- section2 ------------*/
#sec2 img{
    width: 40%;
    border-radius: 50px;
}

#sec2 figcaption{
    width: 42%;
    text-align: center;
    line-height: 1.5625;
    margin: auto 0;
}

#sec2 figure{
    margin: 32px 0;
}

#sec2 h3{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
}

.mt{
    margin-top: 20px;
}


/*---------- section3 ------------*/
#sec3{
    max-width: 80%;
    margin: 0 auto;
}

#sec3 time{
    font-size: 22px;
    letter-spacing: 3px;
}

#sec3 h4{
    font-size: 22px;
    font-weight: 300;
    border-left: 10px double #60becc;
    padding-left: 26px;
    margin: 15px 0; 
    letter-spacing: 3px;
}

.title_skill{
    padding-left: 26px;
    margin-bottom: 80px;
    max-width: 80%;
}

.text_skill{
    padding-left: 36px;
}

.tool{
    max-width: 40%;
    margin: 5px auto 0 auto;
}

.tool p{
    border-radius: 5px;
    margin: 5px 0;
    padding: 0 5px;
    background-color: #60becc;
    font-size: 18px;
    color: white;
}

.title_tool{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

/*---------- section4 ------------*/
.text_strengths{
    margin: auto 0 auto 30px;
    width: 60%;
}

.box_strengths{
    width: 70%;
    justify-content: center;
    margin-bottom: 35px;
}

#sec4 h3{
    font-size: 22px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 3px;
    border-radius: 50%;
    background-color: #60becc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 150px;
    height: 150px;
    line-height: 150px;
    color: white;
}
/*---------- section5 ------------*/
#sec5{
    margin: 150px 0 ;
}

.mail a{
    padding: 24px 41px;
    width: 55%;
    font-size: 24px;
    font-weight: 300;
}


/*---------- footer ------------*/
footer p{
    text-align: center;
    color: #7E7E7E;
}


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 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;
}

#work_pic_2{
    justify-content: space-evenly;
    margin-top: 100px;
}

.pc_img{
    width: 700px;
}

.device_img{
    width: 300px;
}