@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    color: #000;
    font-family: 'Cormorant Garamond', 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    filter: opacity(0.5);
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

.wrapper {
    margin: 0 2%;
}

/*-------------------------------------------
Header
-------------------------------------------*/
.c-header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 2%;
    width: 100%;
}

.c-header__logo {
    height: 18px;
}

.c-header__list {
    box-sizing: border-box;
    display: flex;
}

.c-header__list-item {
    list-style: none;
    text-decoration: none;
}

.c-header__list-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-right: 50px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.c-header__list-link:hover {
    filter: opacity(0.6);
}

/*-------------------------------------------
Footer
-------------------------------------------*/
.footer p {
    color: #fff;
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-align: center;
    padding: 15px 0;
    background-color: #282828;
    border-top: 1px solid #fff;
}





/* Top */
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual h1 {
    font-size: 190px;
    font-weight: 400;
    text-align: center;
}

#mainvisual img {
    width: 100%;
}

#mainvisual h3 {
    font-size: 62px;
    font-weight: 400;
    text-align: center;
}

#mainvisual h4 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 300px;
}

/*-------------------------------------------
About
-------------------------------------------*/
.about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.about_text h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
}

.about_text h2 {
    font-size: 66px;
    font-weight: 400;
    margin-bottom: 40px;
}

.about_text p {
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.about_a {
    display: block;
    width: 674px;
    margin: 0 0 250px 2%;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 38px;
    color: #000;
}

/*-------------------------------------------
Service
-------------------------------------------*/
.service {
    background-color: #282828;
    padding: 250px 0;
}

.service_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.service_text h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
    color: #fff;
}

.service_text h2 {
    font-size: 66px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
}

.service_text p {
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
}

.service_a {
    display: block;
    width: 674px;
    margin-left: 30px;
    padding: 40px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 38px;
    color: #fff;
}

/*-------------------------------------------
Works
-------------------------------------------*/
.works h1 {
    font-size: 66px;
    font-weight: 400;
    margin: 250px 0 60px 2%;
}

.works_flex {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.works_text {
    margin-left: 150px;
}

.works_text h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
}

.works_text h4 {
    font-size: 44px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.works_a {
    display: block;
    width: 674px;
    margin: 0 0 250px 618px;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 38px;
    color: #000;
}





/* About */
/*-------------------------------------------
About
-------------------------------------------*/
.about_flex2 {
    display: flex;
    justify-content: space-between;
    margin: 110px 2% 150px;
}

.about_text h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
}

.about_text h2 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 40px;
}

.about_text p {
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.about_flex3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 250px;
}

.about_flex3 p {
    width: 45%;
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 40px;
}

/*-------------------------------------------
Belief
-------------------------------------------*/
.belief {
    color: #fff;
    padding: 250px 0;
    background-color: #282828;
}

.belief h1 {
    font-size: 66px;
    font-weight: 400;
    padding-bottom: 40px;
    border-bottom: 1px solid #666;
}

.belief h2 {
    font-size: 50px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 40px 0 100px 0;
    text-align: center;
}

.belief h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
    text-align: center;
}

.belief p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #666;
}





/* Service */
/*-------------------------------------------
Service
-------------------------------------------*/
.service_flex2 {
    display: flex;
    justify-content: space-between;
    margin: 110px 2% 150px;
}

.service_text2 h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 40px;
}

.service_text2 h2 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 40px;
}

.service_text2 p {
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*-------------------------------------------
Whatwedo
-------------------------------------------*/
.whatwedo h1 {
    font-size: 66px;
    font-weight: 400;
    padding-bottom: 70px;
    border-bottom: 1px solid #000;
}

.whatwedo h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-top: 15px;
    margin-bottom: 75px;
}

.whatwedo_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    border-bottom: 1px solid #000;
}

.whatwedo_text h3 {
    font-size: 44px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: 30px;
}

.whatwedo_text h4 {
    font-size: 20px;
    font-weight: 400;
}

.whatwedo_flex p {
    width: 56%;
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.whatwedo_flex2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}

.whatwedo_flex2 p {
    width: 56%;
    font-size: 18px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}





/* Works */
/*-------------------------------------------
Works
-------------------------------------------*/
.works2 h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 110px 0 40px 2%;
}

.works2 h2 {
    font-size: 70px;
    font-weight: 400;
    margin: 0 0 40px 2%;
}

.works2 h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 200px 2%;
}

.works_flex1 {
    display: flex;
    justify-content: center;
    margin-bottom: 125px;
}

.work1 {
    margin-right: 32px;
}

.work1 h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 65px 0 60px 0;
}

.work1 h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

.work2 h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 65px 0 60px 0;
}

.work2 h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

.works_flex2 {
    display: flex;
    justify-content: center;
    margin-bottom: 250px;
}

.work3 {
    margin-right: 32px;
}

.work3 h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 65px 0 60px 0;
}

.work3 h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

.work4 h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 65px 0 60px 0;
}

.work4 h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}





/*-------------------------------------------
SP
-------------------------------------------*/
/*-------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
.c-hamburger-menu {
    position: relative;
}

@media screen and (max-width: 480px) {
    .c-hamburger-menu__list {
        background-color: #eeeeee;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 2rem;
        position: absolute;
        transform: translateX(-100%);
        transition: 0.3s;
        top: 100%;
        width: 100%;
    }

    #hamburger:checked~.c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
    }
}

.c-hamburger-menu__input {
    display: none;
}

.c-hamburger-menu__bg {
    background-color: #000;
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

@media screen and (max-width: 480px) {
    .c-hamburger-menu__button {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        height: 32px;
        justify-content: center;
        width: 32px;
    }
}

.c-hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
}

@media screen and (max-width: 750px) {
    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg);
        transform-origin: 0%;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg);
        transform-origin: 0%;
    }
}





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

    .wrapper {
        margin: 0 5%;
    }

    /*-------------------------------------------
Header
-------------------------------------------*/
    .c-header {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 5%;
        width: 100%;
    }

    .c-header__logo {
        height: 18px;
    }

    .c-header__list {
        box-sizing: border-box;
        display: flex;
    }

    .c-header__list-item {
        list-style: none;
        text-decoration: none;
    }

    .c-header__list-link {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-right: 50px;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
    }

    .c-header__list-link:hover {
        filter: opacity(0.6);
    }

    /*-------------------------------------------
Footer
-------------------------------------------*/
    .footer p {
        color: #fff;
        font-size: 12px;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        text-align: center;
        padding: 15px 0;
        background-color: #282828;
        border-top: 1px solid #fff;
    }



    /* Top */
    /*-------------------------------------------
Mainvisual
-------------------------------------------*/
    #mainvisual h1 {
        font-size: 48px;
        font-weight: 400;
        text-align: center;
    }

    #mainvisual img {
        width: 100%;
    }

    #mainvisual h3 {
        font-size: 19px;
        font-weight: 400;
        text-align: center;
    }

    #mainvisual h4 {
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 110px;
    }

    /*-------------------------------------------
About
-------------------------------------------*/
    .about {
        display: flex;
        justify-content: space-between;
        margin-bottom: 45px;
        flex-direction: column;
    }

    .about img {
        width: 100%;
    }

    .about_text h1 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 15px;
    }

    .about_text h2 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .about_text p {
        font-size: 17px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 45px;
    }

    .about_a {
        display: block;
        width: 90%;
        margin: 0 0 110px 5%;
        padding: 30px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 26px;
        color: #000;
    }

    /*-------------------------------------------
Service
-------------------------------------------*/
    .service {
        background-color: #282828;
        padding: 110px 0;
    }

    .service_flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 45px;
        flex-direction: column;
    }

    .service_flex img {
        width: 100%;
    }

    .service_text h1 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 15px;
        color: #fff;
    }

    .service_text h2 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 25px;
        color: #fff;
    }

    .service_text p {
        font-size: 17px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        color: #fff;
        margin-bottom: 45px;
    }

    .service_a {
        display: block;
        width: 90%;
        margin: 0 0 110px 5%;
        padding: 30px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 26px;
        color: #fff;
    }

    /*-------------------------------------------
Works
-------------------------------------------*/
    .works h1 {
        font-size: 30px;
        font-weight: 400;
        margin: 110px 0 35px 5%;
    }

    .works_flex {
        display: flex;
        align-items: center;
        margin-bottom: 70px;
        flex-direction: column;
    }

    .works_flex img {
        margin-bottom: 35px;
    }

    .works_text {
        margin-left: 0;
        text-align: center;
    }

    .works_text h3 {
        font-size: 22px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 20px;
    }

    .works_text h4 {
        font-size: 24px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
    }

    .works_a {
        display: block;
        width: 90%;
        margin: 0 0 110px 5%;
        padding: 30px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 26px;
        color: #000;
    }





    /* About */
    /*-------------------------------------------
About
-------------------------------------------*/
    .about_flex2 {
        display: flex;
        justify-content: space-between;
        margin: 25px 5% 70px;
        flex-direction: column;
    }

    .about_text h1 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 15px;
    }

    .about_text h2 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .about_text p {
        font-size: 17px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
    }

    .about_flex3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 110px;
        flex-direction: column-reverse;
    }

    .about_flex3 p {
        width: 100%;
        font-size: 16px;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        line-height: 29px;
        margin-bottom: 45px;
    }

    .about_flex2 img {
        width: 100%;
    }

    /*-------------------------------------------
Belief
-------------------------------------------*/
    .belief {
        color: #fff;
        padding: 110px 0;
        background-color: #282828;
    }

    .belief h1 {
        font-size: 35px;
        font-weight: 400;
        padding-bottom: 35px;
        border-bottom: 1px solid #666;
    }

    .belief h2 {
        font-size: 15px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 10px 0 50px 0;
        text-align: left;
    }

    .belief h3 {
        font-size: 21px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 25px;
        text-align: left;
    }

    .belief p {
        font-size: 15px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        padding-bottom: 30px;
        text-align: left;
        border-bottom: 1px solid #666;
    }





    /* Service */
    /*-------------------------------------------
Service
-------------------------------------------*/
    .service_flex2 {
        display: flex;
        justify-content: space-between;
        margin: 25px 5% 70px;
        flex-direction: column;
    }

    .service_text2 h1 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 15px;
    }

    .service_text2 h2 {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .service_text2 p {
        font-size: 17px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 45px;
    }

    .service_flex2 img {
        width: 100%;
    }

    /*-------------------------------------------
Whatwedo
-------------------------------------------*/
    .whatwedo h1 {
        font-size: 35px;
        font-weight: 400;
        padding-bottom: 35px;
        border-bottom: 1px solid #000;
    }

    .whatwedo h2 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .whatwedo_flex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
        border-bottom: 1px solid #000;
        flex-direction: column;
    }

    .whatwedo_text h3 {
        font-size: 25px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: 15px;
    }

    .whatwedo_text h4 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 45px;
    }

    .whatwedo_flex p {
        width: 100%;
        font-size: 15px;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
    }

    .whatwedo_flex2 {
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
        flex-direction: column;
    }

    .whatwedo_flex2 p {
        width: 100%;
        font-size: 15px;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
    }





    /* Works */
    /*-------------------------------------------
Works
-------------------------------------------*/
    .works2 h1 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 25px 0 15px 5%;
    }

    .works2 h2 {
        font-size: 34px;
        font-weight: 400;
        margin: 0 0 25px 5%;
    }

    .works2 h3 {
        font-size: 15px;
        font-weight: 400;
        margin: 0 5% 45px 5%;
    }

    .works_flex1 {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .work1 {
        margin-right: 0;
        text-align: center;
    }

    .work1 h2 {
        font-size: 21px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 25px 0 40px 0;
    }

    .work1 h3 {
        font-size: 27px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 50px;
    }

    .work2 {
        text-align: center;
    }

    .work2 h2 {
        font-size: 21px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 25px 0 40px 0;
    }

    .work2 h3 {
        font-size: 27px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
    }

    .works_flex2 {
        display: flex;
        justify-content: center;
        margin-bottom: 110px;
        flex-direction: column;
    }

    .work3 {
        margin-right: 0;
        text-align: center;
    }

    .work3 h2 {
        font-size: 21px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 25px 0 40px 0;
    }

    .work3 h3 {
        font-size: 27px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 50px;
    }

    .work4 {
        text-align: center;
    }

    .work4 h2 {
        font-size: 21px;
        font-weight: 400;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin: 25px 0 40px 0;
    }

    .work4 h3 {
        font-size: 27px;
        font-weight: 500;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        padding-bottom: 25px;
        border-bottom: 1px solid #000;
    }









































}