@charset "UTF-8";

html {
    font-size: 62.5%;
}
body {
    font-family: 'Montserrat','Noto Sans JP', sans-serif;
    font-family: 'Zen Maru Gothic';
    font-size: 1.6rem;
    color: #171717;
    letter-spacing: 0.05em;
    background-color: #f3ce9efd;
}
a {
    text-decoration: none;
    color: #141414;
}
/*-----------------------------------
共通
------------------------------------*/
.wrapper {
    padding: 100px 0 50px;
}
.sec-ttl {
    letter-spacing: 0.1em;
    font-size: 3rem;
    font-weight: bold;
    color: #353428;
    margin: 0 auto 70px;
    padding: 0 20px;
    max-width: 1000px;
    text-align: center;
}
.sec-bottom {
    color: #171717;
    font-size: 9rem;
    opacity: .05;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.link {
    display: block;
    background-color: #f0923a;
    text-align: center;
    width: 235px;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 0 0 6px #1b1310;
}
.link:hover {
    opacity: .7;
    transition: .3s;
}

/*------------------------------------
header
-------------------------------------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 19px 30px;
    width: 100%;
    transition: .3s;
    box-sizing: border-box;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.site-ttl a {
    color: #fff;
}
.nav-list {
    display: flex;
}
.nav-item {
    margin-right: 30px;
    font-weight: bold;
}
.nav-item:last-of-type {
    margin-right: 0;
}
.nav-item a {
    color: #141414;
    font-weight: bold;
    font-size: 2.2rem;
}
.hamburger {
    display: none;
}
.site-ttl a:hover,
.nav-item a:hover {
    opacity: 0.7;
    transition: .3s;
}

/*jQueryで出来た変なボタン消す*/
.slick-arrow {
    display: none !important;
}
/*-------------------------------------
fv
--------------------------------------*/
.fv {
    position: relative;
    height: 70vh;
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider img {
    height: 70vh;
    min-width: 100vw;
    object-fit: cover;
}

.main-copy {
    position: absolute;
    bottom: 65%;
    left: 39%;
}
.en-copy {
    margin: 0;
    padding: 0;
}
.en-copy img {
    width: 40%;
    height: auto;
}
.sp {
    display: none;
}
/*-------------------------------------
concept
--------------------------------------*/
#concept {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
#concept .sec-ttl {
    padding: 0;
}

.free {
    width: 150px;
    margin: 0 auto;
}
.concept-lead {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 60px;
    line-height: 1.7;
}
.concept-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.concept-txt {
    font-weight: bold;
    max-width: 440px;
    line-height: 1.9;
    margin: 0 auto;
}
.concept-img {
    max-width: 440px;
    margin:0 auto;
}
/*-------------------------------------
works
--------------------------------------*/
#works {
    background-color: #f3ce9efd;
}
#works .sec-ttl {
    color: rgb(24, 11, 11);
    text-align: center;
    max-width: 1200px;
}
#works .sec-ttl::after {
    background-color: #fff;
}
.works-list {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto 80px;
}

.works-list1 {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto 80px;
}

.works-item {
    background-color: #fff;
    width: 32%;
}

.works-item1 {
    background-color: #fff;
    width: 45%;
}

.works-item img {
    width: 100%;
}

.works-item1 img {
    width: 100%;
}

.works-txt {
    padding: 25px 20px;
}
.works-txt1 {
    padding: 25px 20px;
    text-align: center;
    font-size: 2rem;
}
/*-------------------------------------
service
--------------------------------------*/
.service-list {
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
}
.service-item {
    width: 48%;
    text-align: center;
    height: 320px;
}
.service-item:nth-child(1) {
    background-image: url(../img/service-img01@2x.jpg);
}
.service-item:nth-child(2) {
    background-image: url(../img/service-img02@2x.jpg);
}
.service-item:nth-child(3) {
    background-image: url(../img/sevice-img03@2x.jpg);
}
.service-item a {
    display: block;/*全体になる*/
    width: 100%;
    color: #fff;
    font-size: 4rem;
    font-style: italic;
    line-height: 320px;
    transition: .3s;
}
.service-item a:hover {
    background-color: rgba(40, 47, 53, .7);
}

/*-------------------------------------
contact
--------------------------------------*/
#contact {
    background-image: url(../img/4392225_m.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
#contact .sec-ttl {
    max-width: 1200px;
}
#contact .sec-ttl {
    color: #fff;
    text-align: center;
}
#contact .sec-ttl::after {
    background-color: #fff;
}
.contact-lead {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
#contact .sec-bottom {
    color: #fff;
    text-align: left;
    margin-top: 70px;
}

/*-------------------------------------
footer
---------------------------------------*/
.footer {
    text-align: center;
    font-size: 1.4rem;
    color: #282F35;
    padding: 30px 0;
}
.footer-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.footer-inner {
    letter-spacing: .2em;
    margin-bottom: 20px;
    font-size: 1.6rem;
}


/*-------------------------------------
プロフィール
---------------------------------------*/

.pro-img {
    max-width: 800px;
    margin: 0 auto 90px;

}
.pro {
    text-align: center;
    padding-bottom: 12px;
}
.pro-ttl {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 7px;
}
.pro-sub {
    margin-bottom: 20px;
}
.pro-lead {
    font-size: 2rem;
}




/*-------------------------------------
メニュー
---------------------------------------*/
.works-list {
    padding: 0 8px;
}
.works-item {
    padding: 3px;
}
.shitsuke {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 3px solid #f0923a;
    text-align: center;

}
.works-txt-sub {
    padding-top: 33px;
    font-size: 2rem;
    margin-top: 5px;
}

.works-txt {
    font-size: 2rem;
}

.works-t {
    text-align: right;
    padding-top: 33px;
}

.works-txt-subtr {
    margin: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border: 2px solid #f3b29efd;
    box-shadow: 3px 3px 3px #f0923a;
}


.works-txtsyu {
    font-size: 2rem;
    margin: 130px 0;
    padding: 0 15px;
    
}




/*-------------    sp    --------------*/

@media screen and (max-width: 768px),print {
    /*-----------------------------------
    共通
    ------------------------------------*/
    .wrapper {
        padding: 100px 0 40px;
    }
    .sec-ttl {
        font-size: 2.6rem;
        padding: 0 4vw;
        margin-bottom: 50px;
    }
    .sec-ttl::after {
        width: 100px;
    }
    .sec-bottom {
        font-size: 4rem;
    }

    /*------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 30px 4vw 0;
    }
    .header-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #f5c07cfd;
        width: 100%;
        height: 100vh;
    }
    .nav-list {
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nav-item {
        margin: 0 0 30px;
    }
    .nav-item:last-of-type {
        margin-bottom: 0;
    }
    .hamburger {
        display: block;
        position: absolute;
        top: 30px;
        right: 4vw;
    }
    .hamburger .bar {
        display: block;
        width: 30px;
        height: 3px;
        background-color: rgb(235, 145, 12);
    }
    .bar-top, .bar-mid {
        margin-bottom: 8px;
        transition: .3s;
    }

    button {/*バーガーボタンのリセット*/
        background-color: transparent;
        cursor: pointer;
        border: none;
        outline: none;
        appearance: none;
        padding: 0;
    }
    .hamburger.cross .bar-top {
        transform: rotate(45deg) translate(8px, 8px);
        transition: transform .3s;
    }
    .hamburger.cross .bar-mid {
        opacity: 0;
        transition: .3s;
    }
    .hamburger.cross .bar-bottom {
        transform: rotate(-45deg) translate(8px, -8px);
        transition: transform .3s;
    }

    body .noscroll {
        overflow: hidden;
    }
    /*-------------------------------------
    fv
    --------------------------------------*/
    .fv {
        margin-bottom: 40px;
    }
    .main-copy {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .en-copy img {
        width: 100%;
        height: 100%;
    }
    .sp {
        display: block;
    }
    
    /*-------------------------------------
    concept
    --------------------------------------*/
    #concept {
        padding: 0 4vw;
        margin-bottom: 40px;
    }
    .concept-lead {
        font-size: 2rem;
        margin-bottom: 34px;
        line-height: 1.5;
    }
    .concept-sp {
        display: none;
    }
    .concept-flex {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .concept-txt {
        margin-bottom: 30px;
    }
    .concept-img {
        
        width: 100%;
        margin: 0 auto;
        max-width: 17%;
    }
    .concept-img img {
        min-width: 100%;
    }
    /*-------------------------------------
    works
    --------------------------------------*/
    #works {
        padding: 100px 0 4vw;
    }
    .works-list {
        flex-direction: column;
        align-items: center;
    }

    .works-list1 {
        flex-direction: column;
        align-items: center;
    }
    .works-item {
        text-align: center;
        width: 320px;
        margin-bottom: 30px;
    }
    .works-item1 {
        text-align: center;
        width: 320px;
        margin-bottom: 30px;
    }
    .works-item:last-of-type {
        margin-bottom: 0;
    }
    .works-item1:last-of-type {
        margin-bottom: 0;
    }
    #works .sec-bottom {
        margin: 40px 0;
        padding: 0 15px;
    }
    /*-------------------------------------
    service
    --------------------------------------*/
    .service-list {
        flex-direction: column;
    }
    .service-item {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }
    .service-item:last-of-type {
        margin-bottom: 0;
    }
    .service-item a {
        font-size: 2rem;
        line-height: 250px;
    }

    #service .sec-ttl {
        margin-bottom: 80px;
    }
    #service .sec-bottom {
        padding: 0 15px;
        margin-top: 40px;
    }
    /*-------------------------------------
    contact
    --------------------------------------*/
    #contact {
        height: 485px;
    }
    #contact .sec-ttl {
        margin-bottom: 80px;
    }
    .contact-lead {
        margin-bottom: 30px;
    }
    #contact .link {
        margin-bottom: 40px;
    }
    #contact .sec-bottom {
        padding: 0 15px;
        margin-top: 40px;
    }







    /*-------------------------------------
    プロフィール
    ---------------------------------------*/

    .pro-img {
        max-width: 800px;
        margin: 0 auto 60px;
        padding: 7px;
    }
    .pro-ttl {
        font-size: 2.3rem;
        font-weight: bold;
        margin-bottom: 7px;
    }
    .pro-lead {
        font-size: 1.8rem;
    }



    .works-txtsyu {
        font-size: 2rem;
        font-weight: bold;
        margin: 50px 0;
    }

    /*-------------------------------------
     マップ
    ---------------------------------------*/

    .location-map iframe {
        max-width: 100%;
    }
}

