@charset "UTF-8";
/* CSS Document */
main {
    position: relative;
    background-color: #ffffff;
}
.mv {
    position: sticky;
    top: 70px;
}
.mv-inner {
    width: 100%;
}
.mv-title {
    width: 88.88%;
    margin: 0 auto;
    padding-top: 16.8vw;
    position: relative;
}
.mv-title img {
    width: 100%;
    height: auto;
}
.mv-title::before {
    content: "";
    background-image: url(../img/common/lightning.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 6.66vw;
    height: 15.46vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mv-image {
    display: block;
    width: 86.66%;
    margin-top: -10px;
}
.mv-image img {
    width: 100%;
    height: auto;
}
@media(min-width:760px) {
    .mv-inner {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    .mv-title {
        width: 51.45%;
        margin: 0;
        padding-top: 0;
        padding-left: 4.44%;
        margin-left: -37.26%;
        margin-top: 101px;
    }
    .mv-title::before {
        width: 7.79%;
        height: 78.35%;
        top: 0;
        left: 1.23%;
        transform: translateX(0%);
    }
    .mv-image {
        display: block;
        width: 81.11%;
        margin-top: 0;
    }
}
.contents-box {
    position: sticky;
    z-index: 2;
    background-color: #ffffff;
}
.about {
    width: 100%;
    background-image: url(../img/top/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin-bottom: 64px;
    /* min-height: 100vh; */
}
.about h2 {
    font-family: "Oswald",sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #055A45;
    text-align: center;
    margin-bottom: 24px;
}
.about h2 span {
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}
.about-image {
    width: 16px;
    margin: 0 auto 24px;
}
.about-image img {
    width: 100%;
    height: auto;
}
.about h3 {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
}
.about p {
    display: block;
    width: 91.46%;
    max-width: 343px;
    margin: 0 auto;
    line-height: 2;
    text-align: justify;
}
@media (min-width:760px) {
    .about {
        margin-bottom: 80px;
    }
    .about h2 {
        font-size: 6.4rem;
    }
    .about h2 span {
        font-size: 2.0rem;
    }
    .about-image {
        width: 25px;
    }
    .about h3 {
        font-size: 2.4rem;
    }
    .about p {
        max-width: 514px;
    }
}
.top-content {
    background-color: #F5F5F5;
    padding: 64px 0;
}
.top-content_inner {
    width: 91.46%;
    margin: 0 auto;
}
.top-content h2 {
    font-family: "Oswald",sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #055A45;
    text-align: left;
    margin-bottom: 24px;
}
.top-content h2 span {
    display: block;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}
.top-content h3 {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 16px;
}
.top-content p {
    margin-bottom: 32px;
}
.top-content_btnbox {
    text-align: center;
}
.top-content_image {
    width: 100%;
    margin-bottom: 36px;
}
.top-content_image img {
    width: 100%;
    height: auto;
}
.recruit {
    padding-top: 64px;
}
@media(min-width:760px) {
    .top-content {
        background-color: #ffffff;
        padding: 0 0 161px 0;
    }
    .top-content_inner {
        width: 83.33%;
        margin: 0 0 0 auto;
        background-color: #F5F5F5;
        padding: 35px 0 0;
        display: flex;
        justify-content: center;
    }
    .top-content_description-wrapper {
        width: 37.41%;
        /* min-width: 420px; */
        margin-top: 13px;
        margin-left: 120px;
    }
    .top-content h2 {
        font-size: 6.4rem;
        margin-bottom: 32px;
    }
    .top-content h2 span {
        font-size: 2.0rem;
    }
    .top-content h3 {
        font-size: 2.4rem;
    }
    .top-content_btnbox {
        text-align: left;
        margin-bottom: 42px;
    }
    .top-content_image {
        width: 50%;
        margin-bottom: 0;
    }
    .top-content_image img {
        width: 100%;
        height: auto;
    }
    .recruit {
        padding-top: 148px;
    }
    .business_inner {
        flex-direction: row-reverse;
        margin: 0 auto 0 0;
    }
    .business_image {
        position: relative;
        top: 48px;
        left: 10%;
    }
    .recruit_description-wrapper {
        margin-left: 0;
        margin-right: 120px;
    }
    .recruit_image {
        position: relative;
        top: 48px;
        right: 10%;
    }
}
.slider li {
    width: 260px;
}
.slider li img{
    width: 100%;
    height: auto;
}
@media(min-width:760px) {
    .slider li {
        width: 360px;
    }
}

