@charset "utf-8";

/* ==========================================
カバースライダー
========================================== */

.mv-cover-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: auto;
    position: relative;
}

.mv-img {
    height: 100vh;
}

.mv-img > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.mv-img-sp {
    display: none;
}

.mv-slide {
    position: relative;
}

.mv-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(49 57 51 / 40%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.mv-text-area {
    max-width: 175rem;
    width: 100%;
    padding: 0 1.5em;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8rem;
    margin: auto;
    z-index: 9;
}

.mv-title {
    font-size: 4.5rem;
    font-weight: 600;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.33em;
}

/* ==========================================
About
========================================== */

.top-about-wrapper {
    padding: 0 0 13rem;
}

.top-about-inner {
    padding: 0 1.5rem;
}

.top-about-flex-area {
    max-width: 172rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -1.5rem 0 auto;
}

.top-about-text-block {
    max-width: 94.6rem;
    width: 55%;
    padding: 16rem 0 0;
    position: relative;
    z-index: 9;
}

.top-about-sub-title {
    margin: 8rem 0 0;
}

.top-about-sub-title strong {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.11em;
}

.top-about-text-box {
    margin: 6rem 0 0;
}

.top-about-text {
    letter-spacing: 0.03em;
    line-height: 2.22em;
}

.top-about-img-block {
    max-width: 96rem;
    width: 55.81%;
    margin: 0 0 0 -18.6rem;
}

.top-about-img-block-sp {
    display: none;
}

.top-about-btn {
    margin: 4rem 0 0;
}

.top-about-slider {
    margin: 13rem -1.5rem 0;
}

.top-about-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.top-about-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.top-about-slide-img {
    max-width: 45rem;
    width: 100%;
}

/* ==========================================
こんな悩みありませんか？
========================================== */

.top-worry-wrapper {
    padding: 13rem 0 16rem;
}

.top-worry-inner {
    max-width: 155rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: auto;
}

.top-worry-list {
    max-width: 122rem;
    width: 100%;
    background: var(--secondary-dark);
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.45em;
    padding: 6rem 1.5rem;
    margin: 4rem auto 0;
}

.top-worry-list > li {
    max-width: 103rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 1rem auto 0;
}

.top-worry-list > li:first-child {
    margin: 0 auto;
}

.top-worry-list > li:before {
    content: "";
    display: block;
    max-width: 1rem;
    width: 100%;
    height: 1rem;
    background: var(--dark);
    border-radius: 100%;
    margin: 1.1rem 1rem 0 0;
}

.top-worry-arrow {
    max-width: 60rem;
    width: 100%;
    margin: 3rem auto 0;
}

.top-worry-text-area {
    max-width: 122rem;
    width: 100%;
    background: var(--primary);
    color: var(--secondary);
    padding: 6rem 1.5rem;
    margin: 4rem auto 0;
}

.top-worry-text-box {
    margin: 1rem 0 0;
}

.top-worry-text {
    font-size: 2rem;
    font-family: var(--font-family02);
    letter-spacing: 0.03em;
    line-height: 1.45;
}

.top-worry-grid-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3.25rem;
    margin: 10rem 0 0;
}

.top-worry-card {
    background: var(--secondary-light);
    padding: 3rem;
    border-radius: 0.3rem;
}

.top-worry-card-title-box {
    display: flex;
    align-items: center;
    padding: 0 0 2rem;
    border-bottom: solid 1px var(--gray);
}

.top-worry-card-number {
    max-width: 5rem;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 0.3rem;
    font-size: 2rem;
    font-family: var(--font-family04);
    line-height: 1.2em;
    margin: 0 2.5rem 0 0;
}

.top-worry-card-text-box {
    margin: 2rem 0 0;
}

/* ==========================================
Service
========================================== */

.top-service-wrapper {
    padding: 16rem 0 0;
}

.top-service-inner {
    max-width: 155rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: auto;
}

.top-service-frame {
    margin: 6rem 0 0;
}

.top-service-flex-area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 13rem 0 0;
}

.top-service-flex-area01:first-child {
    margin: 0;
}

.top-service-flex-area01-reverse {
    flex-direction: row-reverse;
}

.top-service-img-block01 {
    max-width: 83rem;
    width: 54.6%;
    text-align: center;
}

.top-service-text-block01 {
    max-width: 59rem;
    width: 38.81%;
}

.top-service-text-box01 {
    margin: 6rem 0 0;
}

.top-service-btn01 {
    margin: 4rem 0 0;
}

.top-service-flex-area02 {
    max-width: 132rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--primary-dark);
    border-radius: 0.3rem;
    padding: 5rem;
    margin: 13rem auto 0;
}

.top-service-img-block02 {
    max-width: 46rem;
    width: 37.7%;
    text-align: center;
}

.top-service-text-block02 {
    max-width: 68rem;
    width: 55.73%;
    margin: 6.8rem 0 0;
}

.top-service-text-box02 {
    margin: 3rem 0 0;
}

/* ==========================================
Recruit
========================================== */

.top-recruit-wrapper {
    padding: 16rem 0 0;
}

.top-recruit-inner {
    max-width: 155rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: auto;
}

.top-recruit-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top-recruit-img-block {
    max-width: 83rem;
    width: 54.6%;
}

.top-recruit-text-block {
    max-width: 59rem;
    width: 38.81%;
}

.top-recruit-sub-title {
    margin: 8rem 0 0;
}

.top-recruit-text-box {
    margin: 4rem 0 0;
}

.top-recruit-btn {
    margin: 4rem 0 0;
}

/* ==========================================
バナー
========================================== */

.top-banner-wrapper {
    padding: 16rem 1.5rem 0;
}

.top-banner-inner {
    max-width: 186rem;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0.3rem;
    overflow: hidden;
    margin: auto;
}

.top-banner-link {
    max-width: 93rem;
    width: 50%;
    padding: 4rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.top-banner-link-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: .3s;
}

.top-banner-link-bg > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.top-banner-link-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(49 57 51 / 40%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.top-banner-link:hover .top-banner-link-bg {
    transform: scale(1.1);
}

.top-banner-link-text-box {
    max-width: 81rem;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 9;
}

.top-banner-link-text-box:after {
    content: "";
    display: block;
    max-width: 8rem;
    width: 100%;
    height: 8rem;
    background: url(../../../../uploads/arrow_icon02_secondary.svg) no-repeat center / contain;
    margin: 19.4rem 0 0 auto;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    カバースライダー
    ========================================== */

    .mv-title {
        font-size: 3.8rem;
    }

    .mv-text-area {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    /* ==========================================
    About
    ========================================== */

    .top-about-wrapper {
        padding: 0 0 8rem;
    }
    
    .top-about-text-block {
        padding: 8rem 0 0;
    }
    
    .top-about-sub-title {
        margin: 4rem 0 0;
    }
    
    .top-about-text-box {
        margin: 3rem 0 0;
    }
    
    .top-about-btn {
        margin: 3rem 0 0;
    }
    
    .top-about-slider {
        margin: 8rem -1.5rem 0;
    }

    .top-about-slide-img {
        max-width: 30rem;
    }

    /* ==========================================
    お悩み
    ========================================== */
    
    .top-worry-wrapper {
        padding: 8rem 0;
    }
    
    .top-worry-list {
        font-size: 1.8rem;
        padding: 3rem 1.5rem;
        margin: 3rem auto 0;
    }
    
    .top-worry-arrow {
        margin: 3rem auto 0;
    }
    
    .top-worry-text-area {
        padding: 3rem 1.6rem;
        margin: 3rem auto 0;
    }

    .top-worry-text {
        font-size: 1.8rem;
    }
    
    .top-worry-grid-area {
        gap: 2rem;
        margin: 5rem 0 0;
    }
    
    .top-worry-card {
        padding: 1.5rem;
    }
    
    .top-worry-card-title-box {
        padding: 0 0 1.5rem;
    }
    
    .top-worry-card-number {
        max-width: 3.5rem;
        height: 3.5rem;
        font-size: 1.8rem;
        margin: 0 1.5rem 0 0;
    }
    
    .top-worry-card-text-box {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    Service
    ========================================== */
    
    .top-service-wrapper {
        padding: 8rem 0 0;
    }
    
    .top-service-frame {
        margin: 4rem 0 0;
    }
    
    .top-service-flex-area01 {
        margin: 8rem 0 0;
    }
    
    .top-service-text-box01 {
        margin: 3rem 0 0;
    }
    
    .top-service-btn01 {
        margin: 3rem 0 0;
    }
    
    .top-service-flex-area02 {
        padding: 3rem;
        margin: 8rem auto 0;
    }
    
    .top-service-text-block02 {
        margin: 4rem 0 0;
    }
    
    .top-service-text-box02 {
        margin: 1.5rem 0 0;
    }

    /* ==========================================
    バナー
    ========================================== */

    .top-recruit-wrapper {
        padding: 8rem 0 0;
    }
    
    .top-recruit-sub-title {
        margin: 4rem 0 0;
    }
    
    .top-recruit-text-box {
        margin: 3rem 0 0;
    }
    
    .top-recruit-btn {
        margin: 3rem 0 0;
    }
    
    .top-banner-wrapper {
        padding: 8rem 1.5rem 0;
    }
    
    .top-banner-link {
        padding: 3rem 1.5rem;
    }
    
    .top-banner-link-text-box:after {
        max-width: 4.5rem;
        height: 4.5rem;
        margin: 10rem 0 0 auto;
    }
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    カバースライダー
    ========================================== */

    .mv-img {
        height: calc(100vh - 6rem);
    }
    
    .mv-img-pc {
        display: none;
    }
    
    .mv-img-sp {
        display: block;
    }

    .mv-title {
        font-size: 3rem;
    }
    
    /* ==========================================
    About
    ========================================== */
    
    .top-about-flex-area {
        flex-direction: column;
        margin: auto;
    }
    
    .top-about-text-block {
        width: 100%;
    }
    
    .top-about-img-block {
        width: auto;
        margin: 4rem -1.5rem 0;
    }
    
    .top-about-img-block-pc {
        display: none;
    }
    
    .top-about-img-block-sp {
        display: block;
    }

    /* ==========================================
    お悩み
    ========================================== */

    .top-worry-list {
        font-size: 1.6rem;
    }
    
    .top-worry-arrow {
        max-width: 33.5rem;
    }
    
    .top-worry-text {
        font-size: 1.6rem;
    }
    
    .top-worry-grid-area {
        grid-template-columns: repeat(2,1fr);
    }

    /* ==========================================
    Service
    ========================================== */

    .top-service-flex-area01 {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    
    .top-service-img-block01 {
        width: 100%;
    }
    
    .top-service-text-block01 {
        max-width: 100%;
        width: 100%;
        margin: 4rem 0 0;
    }
    
    .top-service-flex-area02 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 2rem;
    }
    
    .top-service-img-block02 {
        max-width: 100%;
        width: 100%;
    }
    
    .top-service-text-block02 {
        max-width: 100%;
        width: 100%;
    }

    /* ==========================================
    Recruit
    ========================================== */

    .top-recruit-flex-area {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    
    .top-recruit-img-block {
        width: 100%;
    }
    
    .top-recruit-text-block {
        max-width: 100%;
        width: 100%;
        margin: 4rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

     /* ==========================================
    カバースライダー
    ========================================== */

    .mv-title {
        font-size: 2.55rem;
    }

    /* ==========================================
    お悩み
    ========================================== */

    .top-worry-grid-area {
        grid-template-columns: repeat(1,1fr);
    }

    /* ==========================================
    バナー
    ========================================== */

    .top-banner-inner {
        flex-direction: column;
    }
    
    .top-banner-link {
        width: 100%;
        padding: 1.5rem;
    }
    
    .top-banner-link-text-box:after {
        margin: 3rem 0 0 auto;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */