@charset "UTF-8";

@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');





/* 共通 */

body{
    font-family: "Sorts Mill Goudy", serif;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    color: #082627;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
}

.inner{
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
}

h3{
    font-family: "Sorts Mill Goudy";
    font-size: 48px;
    color: #028390;
    margin-top: 150px;
}

h4{
    font-size:16px;
    color:#028390 ;
    margin-bottom: 20px;
}

/* header */

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_item{
    font-family: "Sorts Mill Goudy";
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    
}

.nav_item li {
    margin-right: 10px;
}


/* メインビジュアル */
.main_copy{
    text-align: center;
    margin: 0 auto;
    margin-top: 110px;
}

h2{
    font-family: "Sorts Mill Goudy";
    font-size: 48px;
    color: #028390;
}

.main_copy p {
    font-size: 24px;
    color: #9BC6BF;
    margin-top: 35px;
}

/* about */

.about{
    margin-top: 110px;
    background-image: url(img/backgroud_img.jpg);
    
}

.about h3{
    padding-top: 30px;
}

.about_cont{
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px; 
}

.about_tet{
    width: 50%;
    margin-top: 30px;
}

.about_tet p:nth-child(even){
    margin-top: 20px;
}



.about_img{
    width: 30%;
    height: 50%;
    max-width: 270px;
    display: flex;
    justify-content: space-between;
}

/* skill */

.skill h3{
    margin-top: 150px;
}

.skill_cont{
    margin-top: 20px;
}

.skill_cont p:last-child{
    text-align: center;
    margin-top: 20px;
}


.skill_cont ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
} 

.skill-list{
    background-color:#FEFBF8 ;
    max-width: 400px;
    padding-bottom: 60px;

}

.skill-item img{
    width: 20%;
    margin: 30px;
}

.skill_ttl{
    font-family: "Sorts Mill Goudy";
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}


.skill_ttl::before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 170px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #028390;
}





.skill_ttlsub{
    font-weight: bold;
    margin-bottom: 60px;
}

/* works */

.works_info{
    font-size: 18px;
}

.works_item{
    display: flex;
    justify-content: space-between;
    background-color:#F3EFEA;
    /* opacity: 0.4; */
}

.works_ttl{
    display: flex;
    justify-content:space-around ;
    text-align: center;
}

.works_ttl img{
    width: 20%;
}