@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: 14px;
    display: flex;
    justify-content: space-between;
    
}

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


/* メインビジュアル */

.main_v{
    height: 80vh;
    background-image: url(img/mv_pc.jpg);
    background-size:cover ;
}


.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: 40%;
    margin-right: 40px;
    max-width: 430px;
}

/* 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: 380px;
    width: 32%;
    padding-bottom: 60px;

}

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

.br_sp{
    display: none;
}



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


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

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


/* works */




.works_info{
    font-size: 18px;
}

.works_item{
    display: flex;
    justify-content: space-between;
    background-color:#F3EFEA66;
    margin-top: 30px;
}

.works_item img{
    width: 45%;
    padding: 30px;
}



.works_ttl{
    display: flex;
    /* justify-content:space-around ; */
    align-items: center;
}

.works_ttl p{
    font-size: 24px;
    color: #028390;
    font-weight: bold;

}

.works_ttl img{
    width: 20%;
    margin-left: 20px;
}

.works_sum{
    padding-left: 70px;
}

.works_sum p:nth-child(odd){
    font-weight: bold;
    margin-top: 10px;
}

.works_imgsp{
    display: block;
    margin: 0 auto;
}



/* flow&price */

.flow_price{
    background-image: url(img/backgroud_img.jpg);
}

.flow_price h3{
    padding-top: 50px;
}

.flow,.price{
    width: 48%;
}

.fp_ttl{
    font-family: "Sorts Mill Goudy", serif;
    font-size: 24px;
}


.flow_price_cont{
    margin-top: 30px;
}



.fp_info{
    font-size: 18px;
}

.flow_price_cont{
    display: flex;
    justify-content: space-between;
}



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

.flow_list{
    width: 30%;
    padding: 30px 10px 40px;
    background-color: #FEFBF8;
    max-width: 550px;
}

.flow_list img{
    width: 45%;
}

.flow_ttl{
    font-weight: bold;
    margin-top: 20px;
}

.flow_tet{
    font-size: 14px;
    margin-top: 35px;
}


/* price */



.price_list{
    /* max-width: 500px; */
    background-color: #FEFBF8;
    padding:38px 34px ;
    
}



.price_item th,.price_item td{
    padding: 30px 0;
    border-bottom: #028390 solid 1px;
    width: 50%;
}

.price_item th{
    font-size: 16px;
    text-align: left;
    
}

.price_item td{
    font-size: 20px;
    margin-right: 45px;
    padding-left: 40px;
}


.fp_tet{
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 60px;
}

/* contact */

.contact_item{
    display: flex;
    justify-content: space-between;
}

.contact_img{
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.contact_img img{
    width: 45%;
}

.contact_ttl{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: #028390 solid 2px;
    max-width: 350px;
}

.contact_tet{
    margin-top: 30px;
}

.contact_sns{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #028390;
    border-radius: 20px;
    margin-top: 30px;
    padding: 10px 60px;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 32px;
    color: #FFF3E7;
    width: 50%;
    line-height: 1.4;
}


.contact_sns img{
    width: 42px;
    margin-right: 10px;
}

footer{
    background-color: #F1F1ED;
}

.footer_nav{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_nav h1{
    width: 20%;
}

.nav_item li a{
    color: #082627;
}

/* ここからレスポンシブ */

@media screen and (max-width:796px) {

    /*共通  */

    h3{
        font-size: 36px;
        padding-left: 10px;
    }

    h4{
        font-size: 18px;
        padding-left: 10px;
    }


    .nav_item{
        font-size: 12px;
    }

    /* メインビジュアル */

    .main_v{
    background-image: url(img/main_sp.jpg);
    background-size: cover;
    }

    h2{
        font-size: 40px;
    }

    .main_copy p {
        font-size: 18px;
    }


    /* about */

    .about_cont{
        display: block;
    }

    .about_tet,.about_img{
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;    
    }

    .about_tet{
        padding: 20px;
    }


    /* skill */
    .skill_cont ul{
        display: block;
    }

    .skill-list{
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .br_sp{
        display: block;
    }


    /* works */

    .works_info{
        padding: 20px;
        font-size: 16px;
    }

    .works_item{
        display: block;
        margin-top: 50px;
    }


    .works_item img {
        width: 80%;
    
    }

    .works_ttl img{
        width: 20%;
    }

    .works_imgsp{
        margin: 0 auto;
    }
    

    /*flow&price  */

    .flow,.price{
        width: 100%;
    }


    .fp_info{
        padding: 20px;
    }


    .flow_price_cont{
        display: block;
        text-align: center;
        
    }


    .flow_item{
        display: block;

    }

    .flow_list{
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .flow_list img{
        width: 20%;
    }

    .flow_ttl{
        font-size: 18px;
    }


    .flow_tet{
        padding: 0 80px;
        font-size: 16px;
    }

    .fp_ttl{
        margin-top: 60px;
    }

    .price_item{
        margin: 0 auto;

    }


    .fp_tet{
        padding: 40px;
    }


    /* contact */

    .contact_item{
        display: block;

    }

    .contact_sum{
        padding: 20px;
    }

    .contact_list a {
        margin: 0 auto;
        max-width: 250px;
        margin-top: 30px;
    }

    .contact_img{
        width: 100%;
        margin-top: 100px;
    }





}