@charset "utf-8";

:root {
    --cv-line: linear-gradient(90deg, #5cda80, #4bcd64, #3cc046, #2fb220, #2fb220, #3cc046, #4bcd64, #5cda80);
    --cv-mail: linear-gradient(90deg, #339fdf, #3890d7, #3f80cd, #4770c1, #4770c1, #3f80cd, #3890d7, #339fdf);

    --green: #56BCA9;
    --ash-green: #C5CCC1;
    --ash-gray: #5D6E73;
    --clear-green: #56BCA9;
    --dark-green: #7CA69D;
    --moss-green: #226B5C;

    --orange: #D98356;

    --link: #7CA69D;

    --green-grad: linear-gradient(90deg, #74a89e, #79ada1, #7eb1a5, #84b6a8, #89bbab, #8fc0ae, #94c4b2, #9ac9b5);
    --brown-grad: linear-gradient(90deg, #e28b75, #e49179, #e6977d, #e79c81, #e9a285, #eba889, #ecad8e, #eeb393);

    --footer-fixed-btn: #B88A4D;

    --gold: #C9A267;

}

.header .header-logo-txt {
    background-color: var(--green);
}


/* -----------------------------------------------------------
    page-title-area
-------------------------------------------------------------- */
.page-title-area {
    position: relative;
    margin: 0 0 30px;
    height: var(--page-title-height);
    display: flex;
    align-items: center;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(151, 197, 187, 0) 0%, rgba(151, 197, 187, 1) 100%);
    z-index: 0;
}

.page-title-area .page-title-inner {
    width: var(--inner-wide);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    /*見た目の位置調整*/
}

.page-title-area .page-title-inner .en {
    font-size: clamp(6.0rem, 10cqw, 10.0rem);
    color: #fff;
    font-weight: 500;
    font-family: var(--en);
    line-height: 1.3;
    letter-spacing: .08em;
}

.page-title-area .page-title-inner .ja {
    font-size: clamp(2.1rem, 5cqw, 3.0rem);
    /* color: #fff; */
    letter-spacing: .08em;
    font-weight: 500;
    font-family: var(--serif);
}

@media screen and (max-width: 768px) {
    .page-title-area {
        margin: 0;
    }

    .page-title-area .page-title-inner {
        padding: 0 5vw;
    }

    .page-title-area .page-title-inner .en {
        font-size: clamp(3.0rem, 10cqw, 7.0rem);
        /* text-shadow: 0 0 10px rgba(45, 115, 170, .5); */
    }

    .page-title-area .page-title-inner .en.sp-min {
        font-size: clamp(2.0rem, 8.2cqw, 5.0rem);
    }

    .page-title-area .page-title-inner .en.sp-min02 {
        font-size: clamp(2.0rem, 6.7cqw, 5.0rem);
    }

    .page-title-area .page-title-inner .ja {
        font-size: clamp(1.8rem, 5.0cqw, 2.6rem);
        /* color: #fff; */
        letter-spacing: .08em;
        /* text-shadow: 0 0 10px rgba(45, 115, 170, .5); */
    }
}

/* -----------------------------------------------------------
    section-title
-------------------------------------------------------------- */
.section-title {
    margin: 0 0 40px;
    /* container-type: inline-size; */
}

.section-title.center {
    text-align: center;
}

.section-title .en {
    color: var(--ash-green);
    font-size: clamp(6.0rem, 4.8cqw, 8.0rem);
    font-family: var(--en);
    display: inline-block;
    letter-spacing: .05em;
    line-height: 1.2;
    position: relative;
}

@keyframes gradientMove {
    to {
        background-position: 200%;
    }
}

.section-title .jp {
    line-height: 1.5;
    font-weight: 500;
    font-size: clamp(2.4rem, 1.5vw, 3.0rem);
    font-family: var(--serif);
}


/*採用*/
.section-title.recruit {
    margin-bottom: 30px;
}

.section-title.recruit .en {
    font-size: clamp(1.6rem, 1.2cqw, 2.0rem);
}

.section-title.recruit .jp {
    font-size: clamp(2.6rem, 2.1cqw, 2.8rem);
    margin-bottom: 5px;

}


@media screen and (max-width: 768px) {
    .section-title {
        margin: 0 0 5vw;
    }

    .section-title .en {
        font-size: clamp(3.2rem, 11cqw, 7.0rem);
        line-height: 1;
    }

    .section-title .en.sp-min {
        font-size: clamp(2.4rem, 9cqw, 5.0rem);
    }

    .section-title .jp {
        font-size: clamp(1.7rem, 5.4cqw, 2.0rem);
        margin-top: 0;
    }

    .section-title.recruit {
        margin-bottom: 5vw;
    }

    .section-title.recruit .en {
        font-size: clamp(1.4rem, 4cqw, 1.7rem);
    }

    .section-title.recruit .jp {
        font-size: clamp(2.0rem, 5.6cqw, 2.4rem);


    }
}

/* -----------------------------------------------------------
    h4-title
-------------------------------------------------------------- */
.h4-title {
    font-size: clamp(2.4rem, 1.5cqw, 2.8rem);
    line-height: 1.5;
    letter-spacing: .08em;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 30px;
}

.h4-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: var(--dark-green);
}

@media screen and (max-width: 768px) {
    .h4-title {
        font-size: clamp(2.2rem, 6.0cqw, 2.8rem);
        letter-spacing: .05em;
        padding-bottom: 15px;
        margin: 0 0 5vw;
    }
}

/* -----------------------------------------------------------
    h5-title
-------------------------------------------------------------- */
.h5-title {
    font-size: clamp(2.0rem, 1.2cqw, 2.4rem);
    line-height: 1.5;
    letter-spacing: .08em;
    position: relative;
    margin: 0 0 25px;
    padding-left: 20px;
}

.h5-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: var(--dark-green);
}

@media screen and (max-width: 768px) {
    .h5-title {
        font-size: clamp(2.0rem, 5.5cqw, 2.4rem);
        letter-spacing: .05em;
        position: relative;
        margin: 0 0 5vw;
        padding-left: 15px;
    }
}

/* -----------------------------------------------------------
    h6-title
-------------------------------------------------------------- */
.h6-title {
    font-size: clamp(1.8rem, 1.1cqw, 2.0rem);
    line-height: 1.5;
    letter-spacing: .08em;
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    .h6-title {
        font-size: clamp(1.8rem, 5cqw, 2.0rem);
        letter-spacing: .05em;
        margin: 0 0 5vw;
    }
}

/* -----------------------------------------------------------
   cmn-marquee-wrap
-------------------------------------------------------------- */

*:has(> .cmn-marquee-wrap) {
    position: relative;
    z-index: 1;
}

.cmn-marquee-wrap {
    position: absolute;
    top: 70px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: max-content;
    animation: cmn-marquee-loop 30s linear infinite;
    z-index: -1;
}

.cmn-marquee-wrap .cmn-marquee-txt {
    display: inline-block;
    flex-shrink: 0;
    font-size: 14.0rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .1em;
    padding-right: .4em;
    font-family: var(--en);
}

.cmn-marquee-wrap.gray .cmn-marquee-txt {
    color: #F8F8F8;
}

@keyframes cmn-marquee-loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.333%);
    }
}

@media screen and (max-width: 768px) {
    .cmn-marquee-wrap {
        top: 5vw;
        animation-duration: 25s;
    }

    .cmn-marquee-wrap .cmn-marquee-txt {
        font-size: 7.0rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cmn-marquee-wrap {
        animation: none;
    }
}

/* -----------------------------------------------------------
    btn-more
-------------------------------------------------------------- */
.btn-more-wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
    margin: 60px 0 0;
}

.btn-more-wrap .btn-more {
    margin: 0;
}

.btn-more {
    margin: 60px auto 0;
}

.btn-more>* {
    display: inline-flex;
    min-width: 260px;
    border: 1px solid var(--cmnblack);
    justify-content: center;
    align-items: center;
    padding: 17px 40px 17px 30px;
    border-radius: 40px;
    position: relative;
    /* background-color: #fff; */
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.btn-more a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F1F2F1;
    transform: scaleX(0);
    transition: all 0.3s;
    transition-property: transform;
    z-index: -1;
}

.btn-more>*::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
    background: url(../../img/arrow-black.svg) no-repeat center/contain;
    aspect-ratio: 22/4;
    width: 26px;
    height: auto;
}

.btn-more.external>*::after {
    content: "\f08e";
}

/*white-line*/
.btn-more.white-line>* {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-more.white-line>*::after {
    color: #fff;
}

@media screen and (min-width: 769px) {
    .btn-more a:hover {
        /* color: #fff; */
        color: var(--ash-gray);
        border-color: var(--ash-gray);
    }

    .btn-more a:hover::before {
        transform: scaleY(1);
    }

    .btn-more a:hover::after {
        /* color: #fff; */
    }
}

@media screen and (max-width: 768px) {
    .btn-more-wrap {
        gap: 3vw;
        margin: 10vw 0 0;
    }

    .btn-more-wrap .btn-more {
        width: calc((100% - 3vw) / 2);
    }

    .btn-more-wrap .btn-more>* {
        min-width: initial;
        width: 100%;
        padding: 10px;
        font-size: 1.4rem;
    }

    .btn-more-wrap .btn-more>*::after {
        right: 10px;
        font-size: 1.2rem;
    }

    .btn-more {
        margin: 10vw auto 0;
    }
}


/* -----------------------------------------------------------
    catch
-------------------------------------------------------------- */
.catch {
    font-size: clamp(3.4rem, 2.7cqw, 5.0rem);
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: var(--serif);
}

@media screen and (max-width: 768px) {
    .catch {
        font-size: clamp(2.4rem, 7cqw, 3.0rem);
        margin: 0 0 5vw;
    }

}

/* -----------------------------------------------------------
sub-catch
-------------------------------------------------------------- */
.sub-catch {
    font-size: clamp(2.4rem, 1.8cqw, 3.0rem);
    line-height: 1.5;
    margin: 0 0 15px;
    font-family: var(--serif);
    color: var(--green);
}

@media screen and (max-width: 768px) {
    .sub-catch {
        font-size: clamp(1.7rem, 5cqw, 2.0rem);
        margin: 0 0 2vw;
    }

}

/* -----------------------------------------------------------
    disc-list
-------------------------------------------------------------- */
*+.disc-list {
    margin-top: 40px;
}

.disc-list .disc-item {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}

.disc-list .disc-item::before {
    content: "";
    position: absolute;
    /* top: calc(.5lh + 2.5px); */
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D49D73;
}

.disc-list .disc-item+.disc-item {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    *+.disc-list {
        margin-top: 7vw;
    }

    .disc-list .disc-item+.disc-item {
        margin-top: 5px;
    }
}

/* -----------------------------------------------------------
    num-list
-------------------------------------------------------------- */
*+.num-list {
    margin-top: 40px;
}

.num-list {
    counter-reset: num;
}

.num-list .num-item {
    position: relative;
    padding-left: 15px;
}

.num-list .num-item::before {
    counter-increment: num;
    content: counter(num) ".";
    position: absolute;
    top: 5px;
    left: 0;
    color: #D49D73;
    font-weight: 600;
    line-height: 1.4;
}

.num-list .num-item+.num-item {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    *+.num-list {
        margin-top: 7vw;
    }

    .num-list .num-item+.num-item {
        margin-top: 5px;
    }
}

/* -----------------------------------------------------------
    check-list
-------------------------------------------------------------- */
*+.check-list {
    margin-top: 40px;
}

.check-list .check-item {
    position: relative;
    padding-left: 20px;
    line-height: 1.7;
}

.check-list .check-item::before {
    content: "\f00c";
    position: absolute;
    /* top: calc(.5lh + 2.5px); */
    left: 0;
    width: 15px;
    height: 15px;
    top: 0px;
    color: var(--green);
    font-family: var(--webicon);
    font-weight: bold;
}

.check-list .check-item+.check-item {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    *+.check-list {
        margin-top: 7vw;
    }

    .check-list .check-item+.check-item {
        margin-top: 10px;
    }
}


/* -----------------------------------------------------------
    cmn-txt-box
-------------------------------------------------------------- */
*+.cmn-txt-box {
    margin-top: 40px;
}

.cmn-txt-box {
    border: 1px solid var(--dark-green);
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}

.cmn-box-ttl {
    align-items: center;
    color: var(--dark-green);
    display: inline-flex;
    font-size: 2.4rem;
    font-weight: 600;
    gap: 8px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.cmn-txt-box .cmn-box-ttl .icon-wrap {
    width: auto;
    height: auto;
    /* margin-right: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn-txt-box .cmn-box-ttl .icon-wrap img {
    max-width: 36px;
    max-height: 36px;
}

.cmn-txt-box *+.cmn-box-ttl {
    margin-top: 30px;
}

.cmn-txt-box .cmn-box-ttl+ul {
    margin-top: 10px;
}

/*グレー背景*/
.cmn-txt-box.gray {
    background-color: #F1F2F1;
    border: none;
}

/*ゴールド系*/
.cmn-txt-box.is-gold {
    background-color: #fff;
    border-color: var(--gold);
}

.cmn-txt-box.is-gold .cmn-box-ttl {
    color: var(--gold);
}


@media screen and (max-width: 768px) {
    *+.cmn-txt-box {
        margin-top: 8vw;
    }

    .cmn-txt-box {
        padding: 5vw;
    }

    .cmn-box-ttl {
        align-items: center;
        display: inline-flex;
        font-size: 1.8rem;
        font-weight: 600;
        gap: 8px;
        margin: 0 0 10px;
        line-height: 1.5;
    }

    .cmn-txt-box *+.cmn-box-ttl {
        margin-top: 5vw;
    }

    .cmn-txt-box .cmn-box-ttl .icon-wrap img {
        max-width: 10vw;
        max-height: 8vw;
    }
}

/* -----------------------------------------------------------
    haeder
----------------------------------------------------------- */
.sp-gnav-btn .hamburger-line:nth-of-type(3) {
    background-color: #5D6E73;
}

#sp-gnav {
    background-color: #fff;
}

#sp-gnav::before {
    background: url("../../img/webp/staff/st-nav-bg.webp") no-repeat center / cover;
    mix-blend-mode: normal;
    opacity: .06;
}

#g-nav-list .logo-block {
    width: 220px;
}

#g-nav-list .logo-wrap .nav-logo-txt {
    background: var(--green);
}

#g-nav-list .header-cv-btn a::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    /*bottom: 28px;*/
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

#g-nav-list .header-cv-btn a::after {
    background-color: #fff;
    position: absolute;
    /*bottom: 31px;*/
    width: 6px;
    height: 1px;
    right: 12px;
    top: calc(50% - 2px);
    transform: rotate(35deg);
    -webkit-mask: none;
    mask: none;
}

#g-nav-list .main-nav a {
    border-bottom: 1px solid #D8DFDD;
}

#g-nav-list .main-nav a::before {
    background: var(--ash-green);
}

#g-nav-list .main-nav a::after {
    background: var(--ash-green);
    width: 6px;
    top: calc(50% - 2px);
}

#g-nav-list .main-nav .main-nav-txt {
    padding: 15px 0;
}

/*#g-nav-list .main-nav .nav-occu-list li a{
	position: relative;
	padding-left: 10px;
}

#g-nav-list .main-nav .nav-occu-list li a::before {
	content: "";
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--ash-green);
	top: calc(50% + 1px);
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
}*/

#g-nav-list .main-nav .menu-img {
    border-radius: 5px;
}

#g-nav-list .main-nav.shop-list .shop-list-head {
    border-bottom: 1px solid #D8DFDD;
}

#g-nav-list .main-nav.shop-list .shop-list-head::before,
#g-nav-list .main-nav.shop-list .shop-list-head::after {
    background: var(--ash-green);
}

#g-nav-list .shop-list.is-open .shop-list-body {
    max-height: 200px;
}

#g-nav-list .main-nav.shop-list .shop-list-body>li a {
    padding: 10px 0 10px 20px;
}

#g-nav-list .shop-list-body>li a::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--ash-green);
    background: none;
    top: calc(50% + 1px);
    width: 0;
    height: 0;
}

/* PCではアコーディオンをやめて常に展開表示にする */
@media screen and (min-width: 769px) {
    #g-nav-list .main-nav.shop-list .shop-list-head {
        pointer-events: none;
        cursor: default;
    }

    #g-nav-list .main-nav.shop-list .shop-list-head::before,
    #g-nav-list .main-nav.shop-list .shop-list-head::after {
        display: none;
    }

    #g-nav-list .shop-list-body {
        max-height: none;
        overflow: visible;
    }
}

@media screen and (max-width: 768px) {
    #g-nav-list .main-nav.shop-list .shop-list-head {
        padding: 12px 0;
    }

    #g-nav-list .main-nav.shop-list .shop-list-head::before,
    #g-nav-list .main-nav.shop-list .shop-list-head::after {
        top: 30px;
    }

    #g-nav-list .shop-list.is-open .shop-list-body>li:first-of-type a {
        margin: 5px 0 0;
    }

}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
.sitemap_wrap [class^="sitemap_list_"] {
    gap: 80px;
}

.sitemap_list:not(:has(.sitemap_txt)) a::before,
.sitemap_list .sitemap_txt::before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--ash-green);
    background: none;
    top: 5px;
    left: -15px;
}

.f_top .f_company_logo .footer-logo-txt {
    background-color: var(--green);
}

.f_btm_wrap {
    margin: 130px 0 0;
}

@media screen and (max-width: 768px) {

    .f_btm_wrap {
        margin: 10vw 0 0;
    }
}

/*-------------------------------------
    ft-contact-area
-------------------------------------*/

.ft-contact-area {
    position: relative;
    background-color: #020903;
    padding: 100px 0;
    overflow: hidden;
}

.ft-contact-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/webp/staff/footer-contact-bg.webp) center/cover, no-repeat;
}

.ft-contact-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/webp/staff/footer-contact-bg-grad.webp) center/cover, no-repeat;
    background-blend-mode: screen;
    opacity: .15;
    z-index: 2;
}

.ft-contact-area .footer-cv-man {
    position: absolute;
    right: 10%;
    top: 5%;
    background: url(../../img/webp/staff/footer-contact-man.webp) no-repeat center/contain;
    width: clamp(600px, 36vw, 800px);
    height: auto;
    aspect-ratio: 485/743;
    display: block;
    z-index: 1;
}

.ft-contact-area .inner {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 3;
}


.ft-contact-area .footer-cv-block {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: clamp(50px, 5vw, 100px);
    display: inline-block;
}

.ft-contact-area .section-title .en,
.ft-contact-area .section-title .jp {
    color: #fff;
}

.ft-contact-area .footer-cv-catch {
    font-size: clamp(3.0rem, 2.2vw, 4.0rem);
    color: #fff;
}

.ft-contact-area .footer-cv-btn-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ft-contact-area .footer-cv-btn.line a {
    background: var(--cv-line);
}

.ft-contact-area .footer-cv-btn.mail a {
    background: var(--cv-mail);
}

.ft-contact-area .footer-cv-btn a {
    padding: 18px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
    background-position: 100% !important;
    background-size: 200% auto !important;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
    position: relative;
    border-radius: 10px;
}

.ft-contact-area .footer-cv-btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../img/arrow-white.svg) no-repeat center/contain;
    aspect-ratio: 33/6;
    width: 33px;
    height: auto;
    right: 20px;
}

.ft-contact-area .footer-cv-btn-txt-wrap {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.ft-contact-area .footer-cv-btn-icon-wrap {
    width: 50px;
    height: auto;
    text-align: center;
}

.ft-contact-area .footer-cv-btn-catch {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
}

.ft-contact-area .footer-cv-btn-txt {
    font-size: 2.0rem;
    font-weight: 600;
}

.ft-contact-area .marquee-area {
    bottom: 74px;
    z-index: 0;
}

.ft-contact-area .marquee-area .cmn-marquee-wrap {
    top: initial;
}

.ft-contact-area .cmn-marquee-wrap .cmn-marquee-txt {
    font-size: 24.0rem;
}

@media screen and (min-width: 769px) {
    .ft-contact-area .footer-cv-btn a:hover {
        background-position: 0 !important;
    }

    .ft-contact-area .footer-cv-btn a:hover::after {
        transform: translate(5px, -50%);
    }
}

@media screen and (max-width: 768px) {

    .ft-contact-area {
        padding: 100vw 0 10vw;
    }

    .ft-contact-area::before {
        height: 60%;
    }

    .ft-contact-area .footer-cv-man {
        position: absolute;
        right: -5%;
        top: 2%;
        background: url(../../img/staff/footer-contact-man.png) no-repeat center/contain;
        width: 90vw;
        height: auto;
        aspect-ratio: 485/743;
        display: block;
        z-index: 1;
    }

    .ft-contact-area .inner {
        align-items: flex-end;
    }

    .ft-contact-area .footer-cv-block {
        border-radius: 10px;
        padding: 5vw;
        display: inline-block;
        text-align: center;
    }

    .ft-contact-area .footer-cv-catch {
        font-size: clamp(2.0rem, 6cqw, 3.0rem);
        color: #fff;
    }

    .ft-contact-area .footer-cv-btn a {
        padding: 5vw;
        gap: 3vw;
        border-radius: 2vw;
    }

    .ft-contact-area .footer-cv-btn-icon-wrap {
        width: 8vw;
        flex-shrink: 0;
    }

    .ft-contact-area .footer-cv-btn-catch {
        font-size: 1.3rem;
        text-align: left;
    }

    .ft-contact-area .footer-cv-btn-txt {
        font-size: 1.7rem;
        text-align: left;
        line-height: 1.5;
    }

    .ft-contact-area .footer-cv-btn a::after {
        width: 4vw;
        right: 2vw;
    }

    .ft-contact-area .marquee-area {
        bottom: initial;
        top: 15vw;
        position: absolute;
        bottom: initial;
        z-index: 0;
    }

    .ft-contact-area .cmn-marquee-wrap .cmn-marquee-txt {
        font-size: 10.0rem;
    }
}