/* =================================
共通
================================= */
body.hidden {
    overflow: hidden;
}
.sec-two-col-inner {
    margin-top: 77px;
}

.flex-box {
    display: flex;
}

.content {
    overflow: hidden;
}

.sec-txt-box {
    display: table;
}

.grecaptcha-badge { visibility: hidden; }

.sec-txt-box {
    position: absolute;
    z-index: 1000;
    margin-top: -5rem;
    margin-left: 0;
}

.sec-txt-box h5 {
    background-color: #fff;
    color: #59B49A;
    font-size: 5.6rem;
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    font-style: normal;
    display: table;
}

.sec-txt-box h4 {
    background-color: #fff;
    color: #59B49A;
    padding: 0 0.85rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: -1.5px !important;
    font-style: normal;
    display: table;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.top-content {
    position: relative;
   /* padding-top: 1000px; */
}

/*
.top-content::after {
    content:'';
    top:0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    width: 367.9rem;
    height: 169.2rem;
    background-size: contain;
    background-position:top center;
    background-repeat: no-repeat;
    background-image: url('../images/top/main-mv-bg.svg');
}
*/

.movie-area {
    height: 100vh;
    background-color: #fff;
    position: relative;
    z-index: 10002;
}
.movie {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.movie > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
/*
.movie video {
    width: 100%;
}
*/
.movie .sp {
    display:none;
}

@media screen and (max-width: 768px) {
    .movie .sp {
        display:block;
    }
    .movie .pc {
        display:none;
    }
    .movie > video {
        width: 100%;
    }
    /* 250213 追記 */
    .movie > video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        min-width: 100%;
        min-height: auto;
    }
    .movie-area {
        height: 100svh;
    }
    .movie {
        height: 100svh;
    }
}
/* =================================
TOPカラーテキスト無限ループ
================================= */

/* スライダー全体 */
.top-photo-gallerys {
    display: flex;
    /* スライドのグループを横並び */
    /*overflow: hidden; */
    /* はみ出たスライドを隠す */
}

.top-photo-gallerys+.top-photo-gallerys {
    /* margin-top: 43.2rem; */
    margin-top: 23.2rem;
}

/* スライド */
.top-photo-list {
    width: 100vw;
    /* 3はスライドの枚数 */
}

/* スライドの画像 */
.top-photo-list img {
    width: 100%;
}

.top-photo-list {
    margin-right: 10rem;
}

.test {
    max-width: 25.8rem;
    width: 100%;
}

.large-bg-color-txt-lists {
    position: absolute;
    top: 0;
}

@media screen and (max-width: 768px) {
    .sec-txt-box h4 {
        background-color: #fff;
        color: #59B49A;
        padding: 0 0.85rem;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        font-style: normal;
        display: table;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }

    .sec-txt-box h5 {
        background-color: #fff;
        color: #59B49A;
        font-size: 32px;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1;
        font-style: normal;
        display: table;
    }

    .top-content::after {
        content: '';
        top: -281px;
        left: calc(50% - 3px);
        transform: translateX(-50%);
        pointer-events: none;
        position: absolute;
        width: calc(100% + 8px);
        height: 100%;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        background-image: url('../images/top/main-mv-bg-sp.svg');
    }

    .large-bg-color-txt-lists {
        display: none;
    }
}

/* =================================
メインビジュアル
================================= */
.main-visual-area {
    padding-top: 10rem;
    position: relative;
}

.main-center-txt-box-wrap {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    max-width: 66.7rem;
    width: 100%;
}

.main-center-box-wrap {
    max-width: 66.7rem;
    margin: 0 auto;
    position: relative;
}

.mv-center-img-wrap {
    position: relative;
    z-index: 10000;
    background-color: #444444;
    border-radius: 50% 50%;
    max-width: 64.2rem;
    height: 64.2rem;
    padding-top: 8.35rem;
    margin: 0 auto;
}

.mv-center-img {
    max-width: 47.4rem;
    margin: 0 auto;
    width: 100%;
}

.mv-center-img img {
    max-width: 47.4rem;
    height: 47.4rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
}

.mv-center-txt-box {
    margin: 0 auto;
    max-width: 62.4rem;
    padding-top: 16.1rem;
    padding-bottom: 9rem;
    margin-top: -10rem;
    position: relative;
    width: 100%;
    background-color: #444444;
}

.mv-logo {
    max-width: 27.9rem;
    width: 100%;
    margin: 0 auto 7.7rem;
}

.mv-center-heading {
    max-width: 40rem;
    width: 100%;
    text-align: center;
    margin: 0 auto 5.43rem;
}

.mv-center-txt {
    width: 100%;
    max-width: 45.6rem;
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 3.6rem;
    color: #fff;
}

.mv-list_01 {
    top: 15.5rem;
    position: absolute;
    left: -24.8rem;
}

.mv-list_02 {
    top: 15.5rem;
    position: absolute;
    right: -24.4rem;
}

.mv-list_03 {
    top: 96.7rem;
    position: absolute;
    left: 3.4rem;
}

.mv-list_04 {
    bottom: -5.7rem;
    position: absolute;
    left: 1.6rem;
}

.mv-list_05 {
    bottom: 17.2rem;
    position: absolute;
    right: -16.3rem;
}

.mv-list_01 .mv-img-wrap,
.mv-list_02 .mv-img-wrap {
    background-color: #fff;
    border-radius: 50% 50%;
    width: 57.8rem;
    height: 57.8rem;
    display: flex;
    position: relative;
    z-index: 997;
    align-items: center;
    justify-content: center;
}

.mv-list_02 .mv-list-wrap {
    width: 57.8rem;
}

.mv-list_03 .mv-img-wrap,
.mv-list_04 .mv-img-wrap {
    background-color: #64BFAA;
    border-radius: 50% 50%;
    width: 30rem;
    height: 30rem;
    display: flex;
    position: relative;
    z-index: 997;
    align-items: center;
    justify-content: center;
}
.mv-list_04 .mv-img-wrap {
    background-color: #ED848C;
}


.mv-list_05 .mv-img-wrap {
    background-color: #fff;
    border-radius: 50% 50%;
    width: 40.7rem;
    display: flex;
    position: relative;
    z-index: 997;
    align-items: center;
    justify-content: center;
    height: 40.7rem;
}

.mv-list_01 .mv-list-wrap::after,
.mv-list_02 .mv-list-wrap::after {
    background-color: #707070;
    content: '';
    position: absolute;
    width: calc(57.8rem + 2px);
    height: calc(57.8rem + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 50% 50%;
    display: block;
}

.mv-list_03 .mv-list-wrap::after {
    content: '';
    position: absolute;
    width: calc(30rem + 2px);
    height: calc(30rem + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 50% 50%;
    display: block;
}

.mv-list_04 .mv-list-wrap::after {
    background-color: none;
    content: '';
    position: absolute;
    width: calc(30rem + 2px);
    height: calc(30rem + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 50% 50%;
    display: block;
}

.mv-list_05 .mv-list-wrap::after {
    background-color: #5F8FCB;
    content: '';
    position: absolute;
    width: calc(40.7rem + 2px);
    height: calc(40.7rem + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 50% 50%;
    display: block;
}

.mv-list_01 .mv-list-img {
    position: relative;
    z-index: 1002;
}

.mv-list-txt-box {
    margin-top: -9rem;
    position: relative;
    max-width: 56rem;
    height: 18.5rem;
    z-index: 990;
    border: 1px solid #707070;
    background-color: #fff;
}
.mv-list-dot-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;  
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.mv-list-dot-box {
    margin-top: -9rem;
    position: absolute;
    max-width: 55rem;
    height: 16rem;
    bottom:0.2rem;
    right:2rem;
    z-index: 990;
    background-color: #fff;
   /* background-image: url('../images/top/top-dot-pattern.png'); */
    background-repeat: no-repeat;
    background-size: 30rem 16rem;
    width: 100%;
    z-index: 10000;
    display: block;
    content: '';
    background-position: right bottom;
}
.mv-list_03 .mv-list-txt-box {
    border: none;
}

.mv-list_04 .mv-list-txt-box {
    border: 1px solid #F89A27;
}

.mv-list_05 .mv-list-txt-box {
    border: 1px solid #5F8FCB;
}

.mv-list-wrap {
    position: relative;
}

.mv-list_02 .mv-txt-detail,
.mv-list_03 .mv-txt-detail {
    display: flex;
    margin-bottom: 1.4rem;
}
.mv-list_02 .mv-txt-detail {
    max-width: 25.9rem;
    justify-content: space-between;
    width: 100%;
}

.mv-list_02 .mv-list-txt-box {
    padding-left: 3.3rem;
    height: auto;
    height: 12rem;
    margin-left: 0.9rem;
    margin: -9rem auto 0;
}

.mv-list_03 .mv-list-txt-box {
    margin: -4.7rem auto 0;
    height: 13.8rem;
    max-width: 29.2rem;
    background-color: #64BFAA;
}

.mv-list_04 .mv-list-txt-box {
    margin: -3.2rem auto 0;
    height: 13.2rem;
    max-width: 29.2rem;
}

.mv-list_05 .mv-list-txt-box {
    margin: -5.5rem auto 0;
    height: 17.5rem;
    max-width: 39.2rem;
}
/*
.main-visual-area .mv-list-img img {
    border: 1px solid #707070;
}
*/

.mv-txt-inner {
    position: relative;
}

.mv-list-txt-wrap {
    margin: 0 auto;
    max-width: 56rem;
    width: 100%;
    left: 0.9rem;
    position: absolute;
    height: 12rem;
    bottom: 0;
    z-index: 5000;
    padding-top: 2.8rem;
    padding-bottom: 2.7rem;
    padding-left: 3.3rem;
}

.mv-cat {
    max-width: 11.6rem;
    width: 100%;
    font-size: 0;
}

.mv-date {
    margin-left: 0;
    font-size: 1.2rem;
}

.mv-txt-content {
    max-width: 25.9rem;
    width: 100%;
    position: relative;
    z-index: 10000;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}

.main-btn-box {
    margin: 3.8rem auto 0;
    max-width: 62.4rem;
}

.main-btn-box .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-btn-list {
    max-width: 30rem;
    width: 100%;
    position: relative;
}

.main-btn-list a {
    display: block;
    cursor: pointer;
}

.main-btn-list::after {
    content: '';
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    background-image: url('../images/common/btn-white-arrow.svg');
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}
.main-btn-list:hover::after {
    background-image: url('../images/common/btn-black-arrow.svg');
}
.main-btn-list a {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 2rem;
    padding: 2.5rem 0;
    margin: 0 auto;
    background-color: #434343;
    border: 1px solid #434343;
    transition: 0.4s;
}

.main-btn-list a:hover {
    background-color: #ffffff;
    color:#434343;
    opacity: 1;
}


.main-btn-list:nth-child(n+3) {
    margin-top: 1.6rem;
}

.mv-list_01 .mv-list-img img,
.mv-list_02 .mv-list-img img {
    max-width: 42rem;
    height: 42rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
    position: relative;
}

.mv-list_03 .mv-list-img img {
    max-width: 21.7rem;
    height: 21.7rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
    position: relative;
    border: none;
}


.mv-list_04 .mv-list-img img {
    max-width: 22.7rem;
    height: 22.7rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
    position: relative;
    border: 1px solid #F89A27;
}

.mv-list_04 .mv-list-img img {
    border: none;

}
.mv-list_04 .mv-list-txt-box {
    border: none;
    background-color: #ED848C;
}
.mv-list_05 .mv-list-img img {
    max-width: 30rem;
    height: 30rem;
    object-fit: cover;
    width: 100%;
    object-position: left center;
    border-radius: 50% 50%;
    position: relative;
    border: 1px solid #5F8FCB;
}

.main-center-txt-box-wrap .sec-txt-box {
    position: absolute;
    right: -10rem;
    top: 25rem;
    z-index: 1000;
}

.mv-detail-txt-box {
    display: none;
}

.main-visual-area .sec-txt-box h5 {
    font-size: 0;
    max-width: 20.1rem;
    width: 100%;
    padding: 1.2rem;
}
.mv-center-btn-box {
    display: none;
    position: relative;
}
.main-center-txt-box-wrap .sec-txt-box.sp {
    display: none;
}
.main-center-box .sec-txt-box.sp {
    display: none;
}
.mv-center-btn-box .more-btn {
    position: relative;
    z-index: 100;
}
.mv-center-btn-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;  
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
    .main-visual-area {
    }
    .main-center-box .sec-txt-box.sp {
        display: block;
    }
    .main-center-box {
        position: relative;
        z-index: 100;
        margin: 0 auto 0;
        padding-top: 80px;
        max-width: 100%;
        width: 100%;
        padding: 0 30px;

    }

    .mv-list_01 .mv-img-wrap,
    .mv-list_02 .mv-img-wrap {
        background-color: #fff;
        border-radius: 50% 50%;
        width: 57.8rem;
        height: 57.8rem;
        display: flex;
        position: relative;
        z-index: 997;
        align-items: center;
        justify-content: center;
    }

    .mv-center-img-wrap {
        margin: 0 auto;
        background-color: #444444;
        border-radius: 50% 50%;
        max-width: 337px;
        height: 337px;
        display: flex;
        align-items: center;
        padding-top: 0;
        z-index: 1000;
        justify-content: center;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .mv-center-img {
        max-width: 240px;
        margin: 0 auto;
        width: 100%;
    }

    .mv-center-img img {
        max-width: 240px;
        height: 240px;
        object-fit: cover;
        width: 100%;
        border-radius: 50% 50%;
    }

    .mv-list_01,
    .mv-list_02,
    .mv-list_03,
    .mv-list_04,
    .mv-list_05 {
        display: none;
    }

    .mv-center-txt-box {
        margin: 0 auto;
        max-width: 100%;
        padding-top: 87px;
        padding-bottom: 78px;
        margin-top: -64px;
        position: relative;
        width: 100%;
        padding: 70px 16px 55px;
        background-color: #444444;
    }

    .mv-logo {
        max-width: 199px;
        width: 100%;
        margin: 0 auto 40px;
    }

    .mv-center-heading {
        max-width: calc(100% - 72px);
        width: 100%;
        text-align: center;
        margin: 120px auto 44px;
    }

    .mv-center-txt {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 26px;
        color: #fff;
    }

    .mv-center-txt-box .sec-txt-box {
        position: absolute;
        right: 0;
        top: 25rem;
    }

    .mv-detail-txt-box {
        display: block;
        margin-bottom: 8px;
    }
    .mv-center-btn-box {
        position: relative;
        overflow: hidden;
        width: 100%;      
        background-color: #fff;
        display: block;
        padding: 59px 48px;
    }
    .mv-detail-top-box {
        display: flex;
        align-items: flex-end;
    }
    .mv-detail-top-box h4 {
        max-width: 89px;
        width: 100%;
    }
    .mv-detail-top-box {
        margin-bottom: 10px;
    }
    .main-center-box .sec-txt-box {
        position: absolute;
        margin-left: auto;
        margin-right: 0;
        right: 0;
        top:735px;
        margin-top: 0;
    }

    .mv-detail-txt-box {
        padding: 16px;
        position: relative;
        background-color: #fff;
    }
    .mv-detail-txt-box p {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    .mv-detail-txt-box .date {
        font-size: 10px;
        position: absolute;
        right: 7px;
        letter-spacing: 0.05em;
        font-family: "Urbanist", serif;
    }

    .mv-detail-txt-box p {
        letter-spacing: 0.05em;
    }

    .mv-detail-txt-box h4 {
        font-size: 14px;
        letter-spacing: 0.05em;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 400;
    }

    .main-btn-box {
        margin: 29px auto 0;
        max-width: 62.4rem;
    }

    .main-btn-list {
        max-width: calc(50% - 5px);
        width: 100%;
        position: relative;
    }

    .main-btn-list a {
        text-align: center;
        color: #fff;
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 14px 0;
        margin: 0 auto;
        background-color: #434343;
    }

    .main-btn-list:nth-child(n+3) {
        margin-top: 12px;
    }

    .main-btn-list::after {
        content: '';
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        display: block;
        background-image: url(../images/common/btn-white-arrow.svg);
        width: 9px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
    .main-visual-area {
        padding-top: 80px;
        position: relative;
        z-index: 1000;
    }
    .main-center-txt-box-wrap .sec-txt-box.pc {
        display: none;
    }
    .main-center-txt-box-wrap .sec-txt-box.sp {
        display: block;
        position: absolute;
        z-index: 10000;
        text-align: right;
        margin-right: -46px;
        margin-top: 46px;
    }
    .main-visual-area .sec-txt-box h5 {
        font-size: 0;
        max-width: 20.1rem;
        width: 100%;
        padding: 7px;
        max-width: 120px;
        text-align: right;
        margin-left: auto;
        margin-right: 0;
    }
    .main-visual-area .sec-txt-box h4 {
        padding: 0 9px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
        text-align: right;
    }
}

/* =================================
Large TEXT エリア
================================= */
.large-txt-img {
    font-size: 0;
    width: 100%;
    margin-top: 7rem;
    margin-left: 19.65rem;
    margin-right: auto;
    margin-bottom: -0.7rem;
    text-align: left;
    max-width: 95.6rem;
    position: relative;
    z-index: 1000;
}

.large-txt-img .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .large-txt-area {
        margin-top: 56px;
    }

    .large-txt-img {
        width: 100%;
    }

    .large-txt-img {
        max-width: calc(100% - 63px);
        margin: 0 auto -4px;
        margin-right: auto;
        line-height: 1;
    }

    .large-txt-img .pc {
        display: none;
    }

    .large-txt-img .sp {
        display: block;
    }

}

/* =================================
Large Text エリア
================================= */
.top-message-area {
    position: relative;
    margin-bottom: 15rem;
}

.top-message-area-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #555555;
    bottom: -15rem;
}

.top-message-contents-wrap {
    position: relative;
    width: calc(100% - 20rem);
    margin-left: auto;
    margin-right: 0;
}
.top-message-contents {
    position: relative;
    z-index: 2;
    margin-left: auto;
    background-color: #7C9FD3;
}

.top-message-area .sec-txt-box {
    position: static;
    margin-top: 0;
}

.top-message-yellow-txt {
    position: absolute;
    bottom: 0;
    left: -6.4rem;
    max-width: 12.8rem;
    width: 100%;
    z-index: 100;
}

.top-message-txt-wrap {
    display: table;
    margin-left: auto;
    margin-right: 15.5rem;
    padding-bottom: 16.8rem;
}

.top-message-txt {
    margin-top: 12.8rem;
    color: #fff;
    max-width: 40.8rem;
    letter-spacing: 0.05em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem;
}

.sec-txt-box {
    margin-left: auto;
}

.top-message-area .sec-txt-box h4,
.top-message-area .sec-txt-box h5 {
    color: #7C9FD3;
}

.top-message-area .sec-txt-box h5 {
    font-size: 0;
    padding: 1.2rem;
    max-width: 40.7rem;
    width: 100%;
}
.top-message-area .more-btn {
    margin-top: 3.5rem;
}

.top-message-area .more-btn a {
    display: flex;
}

.top-message-area .more-btn span.arrow {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    transition: 0.4s;
    justify-content: center;
}

.top-message-area .more-btn span.txt {
    background-color: #fff;
    color: #7C9FD3;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: 0.4s;
}
.top-message-area .more-btn:hover span.arrow {
    background-color: #7C9FD3;
    position: relative;

}
.top-message-area .more-btn span.arrow span.circle-bg {
    display: none;
}
.top-message-area .more-btn:hover span.arrow span.circle-bg {
    background-color: #fff;
    position: absolute;
    left: -1px;
    display: block;
    top: -1px;
    content: '';
    width: calc(3rem + 2px);
    height: calc(3rem + 2px);
    border-radius: 50% 50%;
    display: block;
}
.top-message-area .more-btn:hover span.txt {
    border: 1px solid #fff;
    background-color: #7C9FD3;
    color: #fff;
}
.top-message-area .more-btn span.arrow span {
    width: 3rem;
    height: 3rem;
    background-color: #7C9FD3;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-message-area .more-btn:hover span.arrow span {
    border: 1px solid #fff;
}

.top-message-area .more-btn span img {
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}
.top-message-area .more-btn span.circle {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.top-message-area .more-btn .circle-wrap {
    position: relative;
}
.top-message-area .more-btn .check-wrap {
    display: flex;
    align-items: center;
    max-width: 18.2rem;
    width: 100%;
    position: relative;
}
.top-message-area .more-btn .check-wrap span.circle {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.top-message-area .more-btn:hover .check-wrap span.circle {
    background-color: #7C9FD3;
}
.top-message-area .more-btn .check-wrap span.circle span {
    width: 3rem;
    height: 3rem;
    background-color: #7C9FD3;
    border: 1px solid #fff;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-message-area .more-btn .check-wrap span.circle-bg {
    background-color: #ffffff;
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: calc(4rem + 2px);
    height: calc(4rem + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}
.top-message-area .more-btn .check-wrap span.txt {
    background-color: #ffffff;
    color: #5F8FCB;
    border: 1px solid #fff;
    padding: 1.2rem 2.3rem 1.2rem 1.6rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}
.top-message-area .more-btn:hover .check-wrap span.txt {
    background-color: #7C9FD3;
    color: #fff;
    border: 1px solid #fff;
}
.top-message-area .more-btn:hover a {
    opacity: 1;
}
.top-message-area .more-btn:hover a:hover {
    opacity: 1;
}
.representative-img {
    max-width: 45.4rem;
    width: 100%;
    position: absolute;
    z-index: 1000;
    margin-left: 26.7rem;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .top-message-contents-wrap {
        width: calc(100% - 33px);
    }
    .top-message-contents {
        position: relative;
        z-index: 2;
        margin-left: auto;
        background-color: #7C9FD3;
    }

    .top-message-area .sec-txt-box {
        position: static;
        z-index: 1000;
        margin-top: 0;
        margin-left: auto;
    }

    .top-message-area .sec-txt-box h5 {
        padding: 8px 14px;
        max-width: 221px;
        text-align: right;
        margin-left: auto;
        margin-right: 0;
    }
    .top-message-area .sec-txt-box h4 {
        padding: 0 10px;
        margin-left: 0;
        margin-top: 0;
        text-align: right;
        margin-left: auto;
        margin-right: 0;
    }
    .top-message-area .sec-txt-box h5 span {
        margin-left: -10px;
    }

    .top-message-txt-wrap {
        display: table;
        margin-left: 28px;
        margin-right: 28px;
        padding-bottom: 370px;
    }

    .top-message-txt {
        margin-top: 73px;
        color: #fff;
        max-width: 100%;
        letter-spacing: 0.05em;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .top-message-yellow-txt {
        position: absolute;
        bottom: 0;
        left: -20px;
        max-width: 80px;
        width: 100%;
    }
    .top-message-area .more-btn a {
        display: flex;
        justify-content: flex-end;
    }
    .top-message-area .more-btn {
        margin-top: 30px;
        display: block;
        margin-left: auto;
        text-align: right;
        margin-right: 0;
    }

    .top-message-area .more-btn span.txt {
        background-color: #fff;
        color: #5F8FCB;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: left;
        max-width: 117px;
        width: 100%;
    }

    .top-message-area .more-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }

    .top-message-area .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #7C9FD3;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .representative-img {
        max-width: 264px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%) !important;
        position: absolute;
        z-index: 1000;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
    }

    .top-message-area {
        position: relative;
        margin-bottom: 78px;
        z-index: 100;
    }

    .top-message-area-bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #434343;
        bottom: -78px;
    }
}

/* =================================
SERVICE エリア
================================= */
.service-area {
    position: relative;
    padding-bottom: 11.5rem;
    height: 84rem;
}

.service-area .sec-txt-box h4 {
    margin-left: 0;
}

.service-area .sec-txt-box h4,
.service-area .sec-txt-box h5 {
    color: #444444;
    text-align: left;
    margin-right: 0;
}

.service-area .sec-txt-box h5 {
    padding: 1.2rem;
    font-size: 0;
    max-width: 24.6rem;
    width: 100%;
}

.service-yellow-txt {
    margin-right: 0;
    margin-left: auto;
    max-width: 65.6rem;
    width: 100%;
    margin-bottom: 8rem;
}

.service-area .inner {
    max-width: 105.6rem;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.cat-name {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 1.3rem;
    color: #555555;
    position: relative;
}

.cat-name::after {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url('../images/common/black-arrow.svg');
    background-size: 1.2rem 1.2rem;
}

.top-service-bnr-lists .flex-box {
    justify-content: space-between;
}

.top-service-img {
    width: 100%;
}

.top-service-list {
    max-width: 19.2rem;
    width: 100%;
}

/*
.top-service-list:nth-child(2) {
    margin-top: -4rem;
}
*/
.service-yellow-txt .sp {
    display: none;
}

.top-service-img .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .service-area {
        padding-top: 18px;
        padding-bottom: 74px;
        height: auto;
    }
    .service-area .more-btn-inner {
        max-width: 105.6rem;
        width: 100%;
        position: static;
        left: 50%;
        bottom: 0;
        transform: translateX(0);
    }
    .sec-txt-box h4 {
        padding: 0;
        margin-left: 0;
        margin-top: 6px;
    }

    .service-area .sec-txt-box h5 {
        margin-left: 0;
        max-width: 133px;
        width: 100%;
        padding: 8px 0;
    }

    .service-yellow-txt {
        margin-right: 0;
        margin-top: 40px;
        margin-left: auto;
        max-width: 325px;
        width: 100%;
        margin-bottom: 40px;
    }

    .service-yellow-txt .pc {
        display: none;
    }

    .service-yellow-txt .sp {
        display: block;
    }

    .top-service-bnr-lists {
        padding: 0 18px;
    }

    .top-service-bnr-lists .flex-box {
        display: block;
    }

    .top-service-list {
        max-width: 100%;
        width: 100%;
    }

    .top-service-img .pc {
        display: none;
    }

    .top-service-img .sp {
        display: block;
        width: 100%;
    }
    .top-service-list .top-service-img {
        position: relative;
        height: auto;
        margin: 0 auto;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }
    .top-service-list .top-service-img img {
        position: static;
        height: auto;
        transform: translate(0,0);
        width: 100%;
    }
    .top-service-list:nth-child(n+2) {
        margin-top: 35px;
    }

    .top-service-list .cat-name {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1;
        margin-top: 0;
        padding: 12px 16px 14px;
        position: relative;
        color: #fff;
        background-color: #DEDB31;
    }

    .top-service-list:nth-child(2) .cat-name {
        background-color: #5EB384;
    }

    .top-service-list:nth-child(3) .cat-name {
        background-color: #41AAE4;
    }

    .top-service-list:nth-child(4) .cat-name {
        background-color: #E76E79;
    }

    .top-service-list:nth-child(5) .cat-name {
        background-color: #FDB242;
    }

    .cat-name::after {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background-image: url(../images/common/btn-white-arrow.svg);
        background-size: 12px 12px;
    }
}

/* =================================
RECRUIT エリア
================================= */
.recruit-area {
    position: relative;
}

.recruit-area .sec-txt-box {
    position: absolute;
    z-index: 1000;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    right: 0;
}

.recruit-area .flex-box {
    align-items: center;
}

.recruit-yellow-txt {
    position: absolute;
    bottom: 0;
    z-index: 1002;
    max-width: 23.8rem;
    width: 100%;
    left: 4.7rem;
    bottom: 3.4rem;
}

.recruit-area-bg {
    position: absolute;
    bottom: 0;
    left: 0;
   /* width: calc(100% - 22.8rem); */
    height: 100%;
    background-color: #E76E79;
    z-index: 2;
}

.recruit-area .sec-txt-box h4,
.recruit-area .sec-txt-box h5 {
    color: #E76E79;
}
.recruit-area  h4 {
    position: relative;
    z-index: 10001;
    background-color: #fff;
    color: #E76E79;
    padding: 0 0.85rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-style: normal;
    display: table;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top:5.5rem;
}
.recruit-area .sec-txt-box h5 {
    padding: 1.2rem;
    font-size: 0;
    max-width: 24.8rem;
    width: 100%;
}

.recruit-img-box {
    margin-left: 16.4rem;
    padding: 6.25rem 0;
    position: relative;
    z-index: 1000;
}

.recruit-img-box .recruit-img-wrap {
    background-color: #434343;
    border-radius: 50% 50%;
    width: 59.5rem;
    display: flex;
    position: relative;
    z-index: 997;
    align-items: center;
    justify-content: center;
    height: 59.5rem;
}

.recruit-img-box img {
    max-width: 44.4rem;
    height: 44.4rem;
    object-fit: cover;
    width: 100%;
    border-radius: 50% 50%;
    position: relative;
}

.recruit-link-lists-box {
    padding: 11.7rem 20rem 8rem;
    position: relative;
    margin-left: -9.2rem;
    z-index: 1000;
    background-color: #434343;
}

.recruit-link-lists-box .link-lists a {
    width: 30rem;
    padding: 2.7rem 0;
    text-align: center;
    display: block;
    font-size: 2rem;
    line-height: 1;
    background-color: #fff;
    transition: 0.4s;
    border: 1px solid #fff;
}
.recruit-link-lists-box .link-lists a:hover {
    background-color: #434343;
    border: 1px solid #fff;
    color:#fff;
    opacity: 1;
}
.recruit-link-lists-box li a::after {
    content: '';
    display: block;
    background-image: url('../images/common/efila-icon-black.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}
.recruit-link-lists-box li.extarnal a::before {
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}
.recruit-link-lists-box li a:hover::before {
    background-image: url(../images/common/white-arrow-right.svg);
}
.recruit-link-lists-box li.extarnal a:hover::before {
    background-image: url(../images/common/external-icon.svg);
}
.recruit-link-lists-box li a:hover::after {
    background-image: url(../images/common/efila-icon-white.svg);
}
.recruit-link-lists-box li+li {
    margin-top: 0.96rem;
}

.recruit-area .more-btn {
    margin-top: 3.5rem;
}

.recruit-area .more-btn a {
    display: flex;
    align-items: center;
    position: relative;
}

.recruit-link-lists-box li a {
    position: relative;
}

.recruit-link-lists-box li a::before {
    content: '';
    display: block;
    background-image: url('../images/common/black-arrow.svg');
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: width 400ms ease-out;  
    transition: width 400ms ease-out;
}

.recruit-link-lists-box li.extarnal a::before {
    content: '';
    display: block;
    background-image: url(../images/common/external-icon-black.svg);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%);
}
.recruit-area .more-btn span.arrow {
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    justify-content: center;
}

.recruit-area .more-btn span.txt {
    background-color: #fff;
    color: #434343;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.recruit-area .more-btn span.arrow span {
    width: 3rem;
    height: 3rem;
    background-color: #434343;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-area .more-btn span img {
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .recruit-area {
        background-color: #E76E79;
        padding-bottom: 61px;
    }

    .recruit-area-bg {
        display: none;
    }

    .recruit-area .sec-txt-box {
        position: static;
        z-index: 1;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
        right: 0;
    }

    .recruit-area .sec-txt-box h4 {
        padding: 0;
        margin-left: auto;
        margin-right: 0;
        padding: 0 10px;
        margin-top: 0;
    }
    .recruit-area  h4 {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.05em;
        font-style: normal;
        display: table;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
        top:35px;
        margin-top: -2px;
    }
    .recruit-area .sec-txt-box h5 span {
        margin-left: -4px;
    }

    .recruit-yellow-txt {
        position: relative;
        left: 0;
        max-width: 148px;
        top:15px;
    }

    .recruit-img-box {
        margin-left: auto;
        padding: 0;
        position: relative;
        z-index: 1001;
    }

    .recruit-img-box .recruit-img-wrap {
        background-color: #434343;
        border-radius: 50% 50%;
        width: 337px;
        display: flex;
        position: relative;
        z-index: 997;
        align-items: center;
        justify-content: center;
        height: 337px;
        margin-left: auto;
        margin-right: auto;
    }

    .recruit-img-box img {
        max-width: 250px;
        height: 250px;
        object-fit: cover;
        width: 100%;
        border-radius: 50% 50%;
        position: relative;
    }

    .recruit-area .flex-box {
        display: block;
        margin-top: -71px;
    }

    .recruit-link-lists-box {
        max-width: 316px;
        width: 100%;
        padding: 56px 46px 38px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        z-index: 1000;
        background-color: #434343;
        margin-top: -45px;
    }

    .recruit-link-lists-box .link-lists a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 1;
        background-color: #fff;
    }
    .recruit-area .sec-txt-box h5 {
        padding: 8px 12px;
        font-size: 0;
        max-width: 154px;
        width: 100%;
    }
    .recruit-area .more-btn {
        margin-top: 24px;
    }

    .recruit-area .more-btn span.txt {
        background-color: #fff;
        color: #434343;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .recruit-area .more-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }

    .recruit-area .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #434343;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recruit-link-lists-box li a::before {
        content: '';
        display: block;
        background-image: url('../images/common/black-arrow.svg');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        background-size: contain;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
    }

    .recruit-link-lists-box li a::after {
        content: '';
        display: block;
        background-image: url('../images/common/efila-icon-black.svg');
        background-repeat: no-repeat;
        width: 22px;
        height: 17px;
        background-size: contain;
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .recruit-link-lists-box li+li {
        margin-top: 12px;
    }
}

/* =================================
NEWS エリア
================================= */
.news-area {
    padding-top: 6.4rem;
    padding-bottom: 6.2rem;
}

.news-area .sec-txt-box {
    margin-left: 4.7rem;
    position: static;
    margin-top: 0;
    margin-bottom: 3.5rem;
}

.news-area .sec-txt-box h4,
.news-area .sec-txt-box h5 {
    color: #444444;
}
.news-area .sec-txt-box h5 {
    font-size: 0;
    margin-bottom: 1.3rem;
    max-width: 15.2rem;
    width: 100%;
}
.news-area .sec-txt-box h4 {
    background-color: #fff;
    color: #444444;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-style: normal;
    display: table;
    margin: 0;
    margin-right: 0;
    text-align: left;
}

.top-news-slider a {
    display: block;
}

.news-detail-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.top-news-img {
    max-width: 40.8rem;
    width: 100%;
    margin-bottom: 1.6rem;
}

.news-cat {
    width: 10.8rem;
    padding: 0.2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}

.news-cat.info {
    background-color: #7C9FD3;
}

.news-cat.new_shop {
    background-color: #64BFAA;
}

.news-cat.gaibu,
.news-cat.eva {
    background-color: #F8C058;
}

.top-news-slider h4 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #333333;
}

.top-news-slider-inner {
    padding: 0;
    margin-left: 4.7rem;
}

.top-news-slider .slick-list {
    padding: 0 3rem 0 0 !important;
}

.top-news-slider .slick-list li {
    width: 100%;
    margin-right: 2.4rem;
    max-width: 40.8rem;
}

.slider-detail-box {
    margin-top: 7.5rem;
    position: relative;
}

.news-detail-box .date {
    font-size: 14px;
    line-height: 1;
    font-family: "Urbanist", serif;
}

.news-area .more-btn,
.service-area .more-btn,
.mv-list_01 .more-btn  {
    margin-left: auto;
    margin-right: 5.4rem;
    display: table;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mv-list_01 .more-btn {
    position: absolute;
    top:auto;
    z-index: 10001;
    bottom:-3rem;
    left: 24.8rem;
    right: auto;
    transform: translateY(0);
}
.service-area .more-btn {
    position: absolute;
    margin-right: 0;
    bottom: 11.5rem;
    right:0;
    top: auto;
    bottom: 7rem;
    transform: translateY(0);
}
.news-area .more-btn a,
.service-area .more-btn a,
.mv-list_01 .more-btn a,
.mv-center-btn-box .more-btn a {
    display: flex;
}

.more-btn-inner {
    max-width: 105.6rem;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
}

.news-area .more-btn span.arrow,
.service-area .more-btn span.arrow,
.mv-list_01 .more-btn span.arrow,
.mv-center-btn-box .more-btn span.arrow {
    width: 4rem;
    height: 4rem;
    background-color: #444444;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    justify-content: center;
}
.mv-list_01 .more-btn span.arrow,
.mv-center-btn-box .more-btn span.arrow {
    width: 5.5rem;
    height: 5.5rem;
}
.news-area .more-btn span.txt,
.service-area .more-btn span.txt,
.mv-list_01 .more-btn span.txt,
.mv-center-btn-box .more-btn span.txt {
    background-color: #444444;
    color: #fff;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.mv-list_01 .more-btn span.txt {
    font-size: 2rem;
    padding: 1.1rem 1.7rem;
}

.news-area .more-btn span.arrow span,
.service-area .more-btn span.arrow span,
.mv-list_01 .more-btn span.arrow span,
.mv-center-btn-box .more-btn span.arrow span {
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv-list_01 .more-btn span.arrow span {
    width: 4rem;
    height: 4rem;
}
.news-area .more-btn span img,
.service-area .more-btn span img,
.mv-list_01 .more-btn span img,
.mv-center-btn-box .more-btn span img {
    width: 0.76rem;
    height: 0.76rem;
    display: block;
}
.mv-list_01 .more-btn span img {
    width: 1.2rem;
    height: 1.2rem;
}
.slider-arrow {
    display: flex;
    justify-content: center;
}

.prev-arrow,
.next-arrow {
    margin: 0 1.2rem;
    display: block;
    width: 4rem;
    height: 4rem;
    background: #555555;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

.prev-arrow::after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-image: url('../images/common/slide-arrow-left.svg');
    width: 2.4rem;
    height: 1.3rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.next-arrow::after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background-image: url('../images/common/slide-arrow-right.svg');
    width: 2.4rem;
    height: 1.3rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-arrow.slick-disabled {
    opacity: 0.4;
    background: rgba(85, 85, 85, 0.49);
}
.news-area .more-btn.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .mv-center-btn-box .more-btn a {
        justify-content: center;
    }
    .mv-center-btn-box .more-btn span.txt {
        font-size: 14px;
        padding: 8px 16px;
    }
    .mv-center-btn-box .more-btn span.arrow {
        width: 40px;
        height: 40px;
        margin-left: -8px;
    }
    .mv-center-btn-box .more-btn span.arrow span {
        width: 30px;
        height: 30px;
    }
    .mv-center-btn-box .more-btn span img {
        width: 7px;
        height: 7px;
        display: block;
    }
    .news-area {
        padding-top: 39px;
        padding-bottom: 65px;
    }

    .news-area .sec-txt-box {
        margin-left: 17px;
        position: static;
        margin-top: 0;
        margin-bottom: 73px;
    }

    .news-area .sec-txt-box h4 {
        background-color: #fff;
        color: #444444;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        font-style: normal;
        display: table;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .news-area .sec-txt-box h5 {
        margin-bottom: 6px;
        max-width: 91px;
    }
    .top-news-slider-inner {
        padding: 0;
        margin-left: 17px;
    }

    .top-news-slider .slick-list li {
        width: 100%;
        margin-right: 17px;
        max-width: 301px;
    }

    .top-news-img {
        max-width: 301px;
        width: 100%;
        margin-bottom: 12px;
    }

    .news-detail-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .top-news-slider h4 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
        color: #333333;
    }

    .news-detail-box .date {
        font-size: 10px;
    }

    .news-cat {
        width: 80px;
        padding: 2px 0;
        text-align: center;
        color: #fff;
        font-size: 10px;
        border-radius: 0;
    }

    .slider-detail-box {
        margin-top: 32px;
        margin-right: 17px;
        position: relative;
    }

    .news-area .more-btn {
        margin-left: auto;
        margin-right: auto;
        display: table;
        position: static;
        right: 0;
        top: 50%;
        transform: translateY(0);
    }

    .news-area .more-btn span.txt {
        background-color: #444444;
        color: #fff;
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .news-area .more-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #444444;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }

    .news-area .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slider-arrow {
        display: flex;
        margin-bottom: 22px;
        justify-content: space-between;
    }

    .prev-arrow,
    .next-arrow {
        margin: 0;
        display: block;
        width: 40px;
        height: 40px;
        background: #555555;
        border-radius: 50%;
        transition: all .3s ease;
        cursor: pointer;
        position: relative;
    }
    .next-arrow::after {
        content: '';
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-image: url(../images/common/slide-arrow-right.svg);
        width: 24px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .prev-arrow::after {
        content: '';
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-image: url(../images/common/slide-arrow-left.svg);
        width: 24px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .service-area .sec-txt-box {
        position: static;
        z-index: 1000;
        margin-top: 0;
        margin-left: 17px;
    }
    .service-area .more-btn {
        position: static;
        margin-right: auto;
        margin-left: auto;
        bottom: 11.5rem;
        right: 0;
        margin-top: 54px;
        top: auto;
        bottom: 7rem;
        transform: translateY(0);
    }
    .service-area .more-btn span.txt {
        background-color: #444444;
        color: #fff;
        padding:8px 17px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    .service-area .more-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #444444;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }
    .service-area .more-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-area .more-btn span img, .service-area .more-btn span img, .mv-list_01 .more-btn span img, .mv-center-btn-box .more-btn span img, .sp-menu-bottom .more-btn span img {
        width: 7.6px;
        height: 7.6px;
        display: block;
    }
    .sp-menu-bottom .copy {
        display: none;
    }
    .news-area .more-btn.pc {
        display: none;
    }
    .news-area .more-btn.sp {
        display: table;
        margin: 0 auto;
    }
}

/* =================================
SKIP　ボタン
================================= */
.skip-btn {
    position: absolute;
    top: auto;
    z-index: 10001;
    bottom: 3.7rem;
    right: 3.7rem;
}
.skip-btn a {
    display: flex;
}
.skip-btn span.arrow {
    background-color: #444444;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
    justify-content: center;
}
.skip-btn span.arrow  {
    width: 4.2rem;
    height: 4.2rem;
}
.skip-btn span.txt {
    display: block;
    width: 12.3rem;
    background-color: #444444;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.skip-btn span.txt {
    text-align: center;
    margin-right: -0.5rem;
    font-size: 2.4rem;
    font-family: "Urbanist", serif;
    padding: 0.3rem 1.7rem;
    z-index: 100;
}
.skip-btn span.arrow span {
    width:3rem;
    height: 3rem;
}

.skip-btn span.arrow span {
    background-color: #ffffff;
    display: block;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skip-btn span img {
    display: block;
}
.skip-btn span img {
    width: 1rem;
    height: 1.4rem;
}

.skip-btn:hover span.txt {
    background-color: #ffffff;
    color: #434343;
    border: 1px solid #434343;
}
.skip-btn .circle-wrap {
    position: relative;
}
.skip-btn .check-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.skip-btn .check-wrap span.circle {
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
    background-color: #434343;
}
.skip-btn:hover .check-wrap span.circle {
    background-color: #ffffff;
}
.skip-btn .check-wrap span.circle span {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #444444;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skip-btn .check-wrap span.circle-bg {
    background-color: #444444;
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: calc(4rem + 2px);
    height: calc(4rem + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}
.skip-btn a {
    opacity: 1;
}
.skip-btn a:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .skip-btn span.txt {
        background-color: #444444;
        color: #fff;
        padding:8px 17px;
        font-size: 16px;
        font-weight: 500;
        width: 120px;
        letter-spacing: 0.05em;
    }
    .skip-btn span.arrow {
        width: 40px;
        height: 40px;
        background-color: #444444;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        margin-left: -8px;
        justify-content: center;
    }
    .skip-btn span.arrow span {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        display: block;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .skip-btn span img {
        width: 10px;
        height: 14px;
        display: block;
    }
    .skip-btn {
        position: absolute;
        top: auto;
        z-index: 10001;
        right: auto;
        left: 50%;
        bottom: 37px;
        transform: translateX(-50%);
    }
    .skip-btn .check-wrap span.circle {
        width: 40px;
        height: 40px;
    }
    .skip-btn span.txt {
        margin-right: -8px;
        width: 120px;
    }
    .skip-btn .check-wrap span.circle span {
        width: 30px;
        height: 30px;
    }
    .skip-btn .more-btn .check-wrap span.circle-bg {
        width: calc(40px + 2px);
        height: calc(40px + 2px);
    }
}

/* 250304 add */
.mv-list_01 .mv-img-wrap {
    background-color: #D9E14A;
}
.mv-list_01 .mv-list-txt-box {
    border: none;
    background-color: #D9E14A;
}
.mv-list_01 .mv-list-wrap::after {
    background: none;
}
.mv-list_05 .mv-img-wrap {
    background-color: #F8C058;
}
.mv-list_05 .mv-list-txt-box {
    border: none;
    background-color: #F8C058;
}
.mv-list_05 .mv-list-img img {
    border: none;
}
.mv-list_05 .mv-list-wrap::after {
    background: none;
}
.mv-list_02 .mv-list-img img {
    border: none;
}
.mv-list_02 .mv-img-wrap {
    background-color: #7C9FD3;
}
.mv-list_02 .mv-list-wrap::after {
    background:none;
}
.mv-list-txt-box {
    border: none;
    background-color: #7C9FD3;
}
.mv-list_02 .mv-date {
    color:#fff;
}
.mv-list_02 .mv-txt-content {
    color:#fff;
}
.mv-list-dot-box {
    margin-top: 0;
    position: absolute;
    max-width: 24.8rem;
    height: 14rem;
    bottom: 2.1rem;
    right: 5.1rem;
    z-index: 990;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 30rem 16rem;
    width: 100%;
    z-index: 10000;
    display: block;
    content: '';
    background-position: right bottom;
}
.mv-list_03 {
    top: 92rem;
}
.mv-list_04 {
    left: -1.6rem;
    bottom: 1.2rem;
}


/* 250305 add */
.service-area .more-btn .circle-wrap,
.news-area .more-btn .circle-wrap,
.recruit-area .more-btn .circle-wrap {
    position: relative;
}
.service-area .more-btn .check-wrap,
.news-area .more-btn .check-wrap {
    display: flex;
    align-items: center;
    max-width: 18.2rem;
    width: 100%;
    position: relative;
}
.recruit-area .more-btn .check-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.service-area .more-btn .check-wrap span.circle,
.news-area .more-btn .check-wrap span.circle  {
    width: 4rem;
    height: 4rem;
    background-color: #444444;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.recruit-area .more-btn .check-wrap span.circle {
    width: 4rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.service-area .more-btn:hover .check-wrap span.circle,
.news-area .more-btn:hover .check-wrap span.circle {
    background-color: #fff;
}
.recruit-area .more-btn:hover .check-wrap span.circle {
    background-color: #434343;
}
.service-area .more-btn .check-wrap span.circle span,
.news-area .more-btn .check-wrap span.circle span {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #444444;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit-area .more-btn .check-wrap span.circle span {
    background-color: #434343;
    width: 3rem;
    height: 3rem;
    border: 1px solid #fff;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-area .more-btn .check-wrap span.circle-bg,
.news-area .more-btn .check-wrap span.circle-bg {
    background-color: #444444;
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: calc(4rem + 2px);
    height: calc(4rem + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}
.recruit-area .more-btn .check-wrap span.circle-bg {
    background-color: #ffffff;
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: calc(4rem + 2px);
    height: calc(4rem + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}
.service-area .more-btn .check-wrap span.txt,
.news-area .more-btn .check-wrap span.txt {
    background-color: #444444;
    color: #fff;
    border: 1px solid #444444;
    padding: 1.2rem 2.3rem 1.2rem 1.6rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}
.recruit-area .more-btn .check-wrap span.txt {
    background-color: #ffffff;
    color: #444444;
    border: 1px solid #ffffff;
    padding: 1.2rem 2.3rem 1.2rem 1.6rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}
.service-area .more-btn:hover .check-wrap span.txt,
.news-area .more-btn:hover .check-wrap span.txt {
    background-color: #ffffff;
    color: #444444;
    border: 1px solid #444444;
}
.recruit-area .more-btn:hover .check-wrap span.txt {
    background-color: #444444;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.service-area .more-btn:hover a,
.news-area .more-btn:hover a,
.recruit-area .more-btn:hover a {
    opacity: 1;
}
.service-area .more-btn:hover a:hover,
.news-area .more-btn:hover a:hover,
.recruit-area .more-btn:hover a:hover {
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .top-message-area .more-btn .check-wrap span.txt {
        background-color: #fff;
        color: #5F8FCB;
        padding: 15px 15px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: left;
        width: 100%;
        margin-right: -5px;
    }
    .top-message-area .more-btn .check-wrap {
        display: flex;
        justify-content: flex-end;
    }
    .top-message-area .more-btn .check-wrap span.circle {
        width: 40px;
        height: 40px;
    }
    .top-message-area .more-btn .check-wrap span.circle span {
        width: 30px;
        height: 30px;
    }
    .top-message-area .more-btn .check-wrap span.circle-bg {
        width: calc(40px + 2px);
        height: calc(40px + 2px);
    }
    .top-message-area .more-btn .check-wrap span img,
    .recruit-area .more-btn .check-wrap span img
     {
        width: 7px;
        height: 6px;
        display: block;
    }
    .news-area .more-btn .check-wrap span.txt,
    .service-area .more-btn .check-wrap span.txt {
        background-color: #444444;
        color: #fff;
        padding: 15px 15px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    .recruit-area .more-btn .check-wrap span.txt {
        color: #434343;
        padding: 15px 12px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    .news-area .more-btn .check-wrap span.circle,
    .service-area .more-btn .check-wrap span.circle,
    .recruit-area .more-btn .check-wrap span.circle
     {
        width: 40px;
        height: 40px;
    }
    .news-area .more-btn .check-wrap span.circle span,
    .service-area .more-btn .check-wrap span.circle span,
    .recruit-area .more-btn .check-wrap span.circle span
    {
        width: 30px;
        height: 30px;
    }
    .service-area .more-btn .check-wrap span.circle-bg, 
    .news-area .more-btn .check-wrap span.circle-bg,
    .recruit-area .more-btn .check-wrap span.circle-bg {
        width: calc(40px + 2px);
        height: calc(40px + 2px);
    }

}