@charset "UTF-8";



/*  ----------------------------------------------------------

common

----------------------------------------------------------  */
/* heading-1 */
.heading-1 {
    line-height: 1;
    margin-bottom: 3rem;
    display: flex;
    font-weight: 500;
    position: relative;
    padding-bottom: 1.2rem;
}

.heading-1 > span:nth-of-type(1) {
    background: var(--color-prime);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: relative;
    margin-top: 1rem;
    margin-right: 2rem;
}

.heading-1 > span:nth-of-type(1)::before,
.heading-1 > span:nth-of-type(1)::after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    position: absolute;
}

.heading-1 > span:nth-of-type(1)::before {
    background: #93D9B8;
    left: -0.7rem;
    top: -1.2rem;
    z-index: 1;
}

.heading-1 > span:nth-of-type(1)::after {
    background: #E9F7F0;
    right: -0.7rem;
    top: -1rem;
    z-index: 2;
}

.heading-1 > span:nth-of-type(2) {
    font-size: 2.8rem;
    display: flex;
    flex-direction: column;
}

.heading-1 > span:nth-of-type(2) > span {
    color: var(--color-prime);
    font-family: var(--font-quick);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 1rem;
}

.heading-1.vertical {
    flex-direction: column;
    align-items: center;
}

.heading-1.vertical > span:nth-of-type(1) {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.6rem;
}

.heading-1.vertical > span:nth-of-type(2) {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .heading-1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .heading-1 > span:nth-of-type(1) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0.6rem;
    }
}

/* heading-2 */
.heading-2 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

/* img */
img.img {
    border-radius: 6rem 0 6rem 0;
}

@media screen and (max-width: 768px) {
    img.img {
        border-radius: 4rem 0 4rem 0;
    }
}



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
}

.top-kv .wrap {
    z-index: 99;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 56rem;
}

@media screen and (max-width: 768px) {
    .top-kv .wrap {
        font-size: 2.4rem;
    }

    #main {
        height: 36rem;
    }
}



/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.top-about {
    padding: 10rem 15rem 10rem 5rem;
    display: flex;
    align-items: flex-start;
}

.top-about > figure {
    width: 55%;
    position: relative;
    z-index: 10;
}

.top-about > figure img {
    height: 36rem;
    object-fit: cover;
}

.top-about > div {
    width: 55%;
    margin-left: -10%;
    padding-top: 4rem;
}

.top-about h2 {
    margin-left: 27%;
}

.top-about > div > div {
    background: var(--color-bg);
    padding: 6rem 4rem 6rem 27%;
    border-radius: 6rem 0 6rem 0;
}

.top-about p {
    margin-bottom: 3rem;
}

.top-about .more {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .top-about {
        padding: 8rem 3rem;
        display: block;
    }

    .top-about > figure {
        width: 100%;
    }

    .top-about > figure img {
        height: 24rem;
    }

    .top-about > div {
        width: 100%;
        margin-left: 0;
        padding-top: 5rem;
    }

    .top-about h2 {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    .top-about > div > div {
        padding: 4rem;
        border-radius: 4rem 0 4rem 0;
    }
}



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.top-service {
    margin: 0 15rem;
    padding: 10rem 5rem;
    background: #F8F8F8;
    border-radius: 7rem;
}

.top-service ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-wrap: wrap;
}

.top-service ul li {
    width: 47%;
}

.top-service ul li:nth-child(n + 3) {
    margin-top: 5rem;
}

.top-service ul li figure img {
    height: 24rem;
    object-fit: cover;
}

.top-service .heading-2 {
    margin: 2rem 0 1rem 0;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .top-service {
        margin: 0;
        padding: 8rem 3rem;
        margin: 0;
        border-radius: 0;
    }

    .top-service ul {
        display: block;
    }

    .top-service ul li {
        width: 100%;
    }

    .top-service ul li:nth-child(n + 3) {
        margin-top: 0;
    }

    .top-service ul li:nth-child(n + 2) {
        margin-top: 5rem;
    }

    .top-service ul li figure img {
        height: 22rem;
    }
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
.top-works {
    padding: 8rem 10rem;
    margin: 10rem 0;
    display: flex;
    position: relative;
}

.top-works::before {
    content: "";
    width: calc(100% - 15rem);
    height: 100%;
    background: var(--color-bg);
    border-radius: 7rem 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.top-works > * {
    width: 50%;
}

.top-works > div {
    padding: 0 10rem 0 5rem;
}

.top-works p {
    margin-bottom: 3rem;
}

.top-works figure img {
    height: 34rem;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-works {
        padding: 8rem 3rem;
        margin: 0;
        display: block;
    }

    .top-works::before {
        width: 100%;
        border-radius: 0;
    }

    .top-works > * {
        width: 100%;
    }

    .top-works > div {
        padding: 4rem 0 0 0;
    }

    .top-works figure img {
        height: 24rem;
    }
}



/*  ----------------------------------------------------------

recruit

----------------------------------------------------------  */
.top-recruit {
    padding: 8rem 10rem;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 6rem;
}

.top-recruit::before {
    content: "";
    width: calc(100% - 15rem);
    height: 100%;
    background: #F8F8F8;
    border-radius: 7rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.top-recruit > * {
    width: 50%;
}

.top-recruit > div {
    padding: 0 5rem 0 10rem;
}

.top-recruit p {
    margin-bottom: 3rem;
}

.top-recruit figure img {
    height: 34rem;
    object-fit: cover;
}

.top-recruit p {
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .top-recruit {
        padding: 8rem 3rem;
        display: block;
    }

    .top-recruit::before {
        width: 100%;
        border-radius: 0;
    }

    .top-recruit > * {
        width: 100%;
    }

    .top-recruit > div {
        padding: 4rem 0 0 0;
    }

    .top-recruit figure img {
        height: 24rem;
    }
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.top-contact {
    margin: 10rem 15rem;
    padding: 6rem 10rem;
    background: var(--color-bg);
    border-radius: 7rem 0 7rem 0;
}

.top-contact h2 {
    margin-bottom: 1.5rem;
}

.top-contact p {
    margin-bottom: 3rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top-contact {
        margin: 0;
        padding: 6rem 3rem;
        background: var(--color-bg);
        border-radius: 0;
    }
}



/*  ----------------------------------------------------------

access

----------------------------------------------------------  */
.top-access {
    display: flex;
    flex-direction: row-reverse;
}

.top-access > * {
    width: 50%;
}

.top-access > *:nth-of-type(1) {
    background: var(--color-bg);
    padding: 8rem 4rem;
}

.top-access .logo {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.top-access dl dt {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .top-access {
        flex-direction: column-reverse;
    }

    .top-access > * {
        width: 100%;
    }

    .top-access > *:nth-of-type(1) {
        padding: 4rem 3rem;
    }
}
