@charset "UTF-8";

/* animation */

.line {
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    z-index: 99;
}

.up {
    width: 100%;
    height: 50%;
    background-color: #000;
    position: fixed;
    z-index: 50;
}

.down {
    width: 100%;
    height: 50%;
    background-color: #000;
    position: fixed;
    bottom: 0;
    z-index: 50;
}

#fadeInTitle,#fadeInSubTitle {
    display: none;
}


/* body */
body {
    color: #082b48;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-size: 14px;

}

img {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    color: #082b48;
}
a:hover {
    opacity: 0.7;
}
.container {
    width: 100vw;
    max-width: 100vw;
    padding-left: 6vw;
    padding-right: 5.5vw;

}

h1,h5{
    font-family: 'Great Vibes', cursive;
}

h2,h3,h4,nav,a {
    font-family: 'Kaisei Tokumin', serif;
}

h2 {
    font-size: 42px;
    font-weight: normal;
}

h3 {
    font-size: 32px;
    font-weight: normal;
}

/* -------------------------
header
---------------------------- */
header {
    width: 100vw;
    height: 20vh;
    padding: 67px 0 0;
}

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

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

.header-left{
    padding-left: 5vw;
}

.header-nav-item a {
    margin-right: 73px;
    line-height: 48px;
}

.header-right {
    font-size: 2rem;
    font-family: 'Great Vibes', cursive;
    justify-content: end;
}



/* -------------------------
top
---------------------------- */

.top {
    position: relative;
}

.top-left {
    position: absolute;
    height: 80vh;
    width: 73vw;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding: 0 2.5vw 70px 5vw;
}

/* .top-nav {
    display: flex;
    justify-content: flex-end;
    padding-top: 60vh;
    padding-bottom: 18px;
} */

.top-right {
    height: 65vh;
}

.top-nav-item {
    margin-left: 20px;
}

.top-title {
    font-size: 13vw;
}

.top-sub-title {
    font-family: 'Kaisei Tokumin', serif;
    width: 51vw;
}

.top-sub-title h4 {
    font-size: 1.25rem;
    margin-top: 20px;
}

.top-img {
    width: 94vw;
    height: 80vh;
    background-image: url(../img/img1.jpeg);
    background-size: cover;
    padding-top: 40vh;
    list-style: none;
}

.top-img a {
    color: #fff;
    font-size: 2rem;
    margin-left: 5vw;
}

.top-img-item {
    padding-bottom: 2rem;
}

/* -------------------------
service
---------------------------- */

.s-list-wrap{
    padding: 5vw;
}

.s-title {
    padding: 25vh 0 0 5vw;
}

.s-text {
    color: #685A5C;
}

.s-list {
    display: flex;
    justify-content: space-between;
    padding-top: 5vh;
}

.s-text-wrap {
    margin-left: 10vw;
    padding-bottom: 10vh;
    border-top: 1px #aaa solid;
}

.s-text-title {
    padding: 5vh 0;
}

.s-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    background: none;
    border-radius: 50%;
    border: 1px #aaa solid;
    color: #aaa;
    max-width: 120px;
    max-height: 120px;
}

.circle-num {
    padding: 2.5rem;
    font-size: 40px;

}

/* -------------------------
about
---------------------------- */

.about-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5vw;
}

.a-text-wrapper {
    margin-left: 10vw;
    padding-bottom: 10vh;
    border-top: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
}

.a-title {
    padding-top: 5vh;
}

.a-text {
    padding-bottom: 5vh;
    color: #685A5C;
}

#name {
    color: #082b48;
    line-height: 63px;
    padding: 5vh 0;
}

/* -------------------------
contact
---------------------------- */

.c-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 5vw;
}

.c-text-wrapper {
    width: 55.9vw;
}

.c-text {
    color: #685A5C;
    margin: 5vh 0;
}

.btn-a {
    border-top: #aaa 1px solid;
    display: block;
    padding-top: 18px;
}

/* -------------------------
footer
---------------------------- */

.copyright {
    font-family: 'Kaisei Tokumin', serif;
    line-height: 1rem;
}

.footer-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 10vh 40vw 10vh 5vw;
    margin: 15vh 0;
    border-top: #aaa 1px solid;
}

.footer-title {
    color: #aaa;
    padding-bottom: 1.25rem;
}

.footer-list {
    padding-bottom: 1.25rem;
}

/* -------------------------
スマホ用
---------------------------- */

@media only screen and (max-width:767px) {
    /* -------------------------
    共通
    ---------------------------- */
    .container {
        max-width: 100vw;
        padding-left: 0;
    }

    p {
        font-size: 12px;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    header {
        padding-top: 5vh;
    }

    .header-nav-item a {
        margin-right: 5vw;
    }

    .header-nav {
        flex: none;
    }

    /* -------------------------
    top
    ---------------------------- */

    .top-left {
        height: auto;
        width: 100vw;
        padding-top: 5vh;
        padding-bottom: 0px;
        position: unset;
    }

    .top-right {
        display: none;
    }

    .top-title {
        font-size: 18vw;
    }

    .top-sub-title {
        font-size: 10px;
        width: 55vw;
    }

    .top-sub-title h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .top-nav {
        justify-content: flex-start;
        padding-top: 28vh;
        padding-bottom: 5vh;
        width: 75vw;
    }

    .top-img a {
        font-size: 1.5rem;
    }

    .top-img {
        height: 50vh;
        padding-top:20vh;
        width: 100vw;
    }

    /* -------------------------
    service
    ---------------------------- */

    .s-title {
        padding-top: 10vh;
    }

    .s-list-wrap {
        padding: 5vh 0 0 5vw;
    }

    .circle-num {
        padding: 17px 20px;
        font-size: 0.75rem;

    }

    /* -------------------------
    about
    ---------------------------- */

    .about-wrapper {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .a-title {
        padding: 10vh 0;
    }

    .a-text {
        padding-bottom: 1rem;
    }

    .a-text-wrapper {
        padding-bottom: 5vh;
        margin-left: 0vw;
    }

    #media-border {
        border-bottom: 1px #aaa solid;
    }

    /* -------------------------
    contact
    ---------------------------- */

    .c-title {
        padding: 10vh 0 5vh 0;
    }

    .c-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .c-text-wrapper {
        margin-left: 3vw;
        width: 100%;
    }

    /* -------------------------
    footer
    ---------------------------- */

    .footer-wrapper {
        margin: 5vh 0;
        padding: 5vh;
    }


}