body {
    color: #082B48;
    font-family: 'Hannotate SC','Wawati SC','Kaiti TC','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    line-height: 1.5;
    /*background-color: #FCECEA;*/
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #082B48;
}

a:hover {
    opacity: 0.5;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

/*========================
header
========================*/
.header-left {
    float: left;
}

.header-left img {
    width: 180px;
}

.header-right {
    float: right;
    padding: 70px 0;
}

.header-nav-item {
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}

.header-nav-item a {
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
}

/*========================
top
========================*/
.top {
    background-image: url(../img/j-lee-pr0I-DUB5eA-unsplash.jpg);
    background-size: cover;
    padding: 80px 0;
}
.top-title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.top-subtitle {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

/*========================
section共通クラス
========================*/
.section {
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding: 0 65px;
    text-align: center;
}

.section-title::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}

.section-title span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }

/*========================
about
========================*/
.about-left {
    float: left;
    width: 48%;
}

.about-right {
    float: right;
    width: 48%;
}



.about-right p {
    font-size: 20px;
}

/*========================
service
========================*/
.service-wrapper {
    display: flex;
    justify-content: space-between;
}

.service-item {
    width: 30%;
}

.service-item-title {
    font-weight: bold;
    text-align: center;
}

.service-item p {
    text-align: center;
}

/*========================
wark
========================*/
.wark-wrapper {
    display: flex;
    justify-content: space-around;
}

.wark-item {
    width: 40%;
}

.wark-item p {
    margin-top: 20px;
    color: dimgrey;
}

/*========================
contact
========================*/
.contact p {
    text-align: center;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
}

.contact-wrapper img {
    width: 80px;
    margin: 30px;
}

/*========================
footer
========================*/
footer {
    background-color: #3C474E;
    color: #fff;
    padding: 20px 0;
}

.copyright {
    font-size: 12px;
    float: right;
}

/*========================
スマホ用表示
========================*/
@media only screen and (max-width:767px) {

    

    /*========================
    header
    ========================*/
    .header-left {
        float: none;
    }

    .header-left img {
       width: 70%;
       margin: 50px;
    }

    .header-right {
        float: none;
    }

    .header-nav {
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    .header-nav-item a {
        float: none;
       
    }


    /*========================
    top
    ========================*/
    .top-subtitle {
        font-size: 14px;
    }

    /*========================
    section共通クラス
    ========================*/
    .section {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 24px;
        font-weight: bold;
    }
    
    /*========================
    about
    ========================*/
    .about-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .about-right {
        float: none;
        width: 100%;
    }

    .about-right p {
        text-align: center;
    }

    /*========================
    service
    ========================*/
    .service-wrapper {
        flex-wrap: wrap;
    }

    .service-item {
        width: 100%;
        margin-bottom: 20px;
    }

    /*========================
    wark
    ========================*/
    .wark-wrapper {
        flex-wrap: wrap;
    }

    .wark-item {
        width: 100%;
        margin-bottom: 20px;
    }

    /*========================
    footer
    ========================*/
    .copyright {
        font-size: 10px;
        float: none;
        text-align: center;
    }

}
