@charset "utf-8";

/* RECRUIT COMMON
 * ----------------------------------------------- */

/* heroimg */
.sc_w {
    /* position: fixed; */
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
}

.scale-bg,
.scale-bgsp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
    transform-origin: bottom center;
}

@media screen and (width >= 769px) {
    .scale-bgsp {
        display: none;
    }
}

@media screen and (width <= 768px) {
    .scale-bg {
        display: none;
    }
}

@media screen and (width <= 480px) {
    body .vegas-container {
        height: calc(85vh - 70px) !important;
    }
}
.rpage-contents {
    position: relative;

    /* top: 100vh; */
    top: 0;
    z-index: 1;
    width: 100%;
    /* padding-top: 100vh; */
}

.rpage-contents .inner-recruit {
    z-index: +1;
    /* padding-bottom: 100vh; */
    /* padding-bottom: 0; */
    background-color: #fff;
}

/* RECCRUIT COMMON */
#recruit main {
    padding-top: 0;
}

#recruit .main-header::before {
    background: rgb(255 255 255 / 0%);
}

#recruit .logo #logoHP .st0 {
    fill: #000;
}

#recruit .logo #logoHP .st1 {
    fill: #222;
}

#recruit .logo #logoHP .st2 {
    fill: #000;
}

@media print, (width >= 992px) {
    body#recruit.is-active .main-header::before {
        height: 55px;
        background: rgb(255 255 255 / 70%);
        transition: ease all 0.3s;
    }
}

.section-recruit-keyvisual {
    /* position: fixed; */
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #000;
}

.section-recruit-keyvisual .inner-keyvisual::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #c9f040 0%, #8bf040 50%, #3cd2e4 100%);
    background-size: 600% 600%;
    opacity: 0.8;
    animation: gradientBG 10s ease infinite;
}

.section-recruit-keyvisual .owl-carousel .owl-stage,
.section-recruit-keyvisual .owl-carousel .owl-stage-outer,
.section-recruit-keyvisual .owl-carousel .owl-item {
    height: 100%;
}

.section-recruit-keyvisual .recruit-slider,
.section-recruit-keyvisual .item {
    height: 100%;
    overflow: hidden;
}

.section-recruit-keyvisual .title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 85%;
    transform: translate(-50%, -50%);
}

.section-recruit-keyvisual .title .img-wrapper {
    display: block;
    visibility: hidden;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all ease 1.7s;
}

body.is-ready .inner-keyvisual .title .img-wrapper {
    visibility: visible;
    opacity: 0.7;
    transition-delay: 0.2s;
}

.section-recruit-keyvisual .title .img-wrapper img {
    max-width: 100%;
}

.section-recruit-keyvisual .title .txt-center {
    display: block;
    visibility: hidden;
    color: #000;
    opacity: 0;
    transform: translateY(-15px);
    transition: all ease 0.35s;
}

body.is-ready .inner-keyvisual .title .txt-center {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.section-recruit-keyvisual .text-scroll {
    position: absolute;
    bottom: 0;
    left: -180px;
    z-index: 10;
    display: block;
    padding: 10px 80px 10px 20px;
    font-size: 11px;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.section-recruit-keyvisual .text-scroll .line {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 70px;
    height: 1px;
    overflow: hidden;
    content: "";
    transform: translateY(-50%);
}

.section-recruit-keyvisual .text-scroll .line::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    animation: scroll 3s infinite;
}

@media print, (width >= 481px) {
    .sec.recruit-list .item {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-30px);
        transition: all ease-in 0.15s;
    }

    .sec.recruit-list.active .item {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .sec.recruit-list.active .item:nth-of-type(1) {
        transition-delay: 0.1s;
    }

    .sec.recruit-list.active .item:nth-of-type(2) {
        transition-delay: 0.2s;
    }

    .sec.recruit-list.active .item:nth-of-type(3) {
        transition-delay: 0.3s;
    }

    .sec.recruit-list.active .item:nth-of-type(4) {
        transition-delay: 0.4s;
    }
}

@media print, (width >= 768px) {
    .section-recruit-keyvisual .text-scroll {
        left: -170px;
    }
}

@media print, (width >= 1101px) {
    .section-recruit-keyvisual .text-scroll {
        left: -155px;
    }
}

@media (width <= 767px) {
    .section-recruit-keyvisual .title {
        width: 90%;
    }
}

@media (width <= 480px) {
    .section-recruit-keyvisual,
    .sc_w {
        height: calc(85vh - 70px);
        height: calc(85svh - 70px);
        height: calc(85dvh - 70px);
    }

    .section-recruit-keyvisual .text-scroll {
        padding: 10px 60px 30px 20px;
    }

    .section-recruit-keyvisual .text-scroll .line {
        top: 33%;
        width: 50px;
    }

    .rpage-contents {
        /* padding-top: calc(85vh - 70px); */

        /* top: calc(85vh - 70px); */
    }

    .rpage-contents .inner-recruit {
        /* padding-bottom: calc(85vh - 70px); */
    }
}

/* SECTION RECRUIT STEP
 * ----------------------------------------------- */
.section-recruit-step {
    position: relative;
    color: #000;
}

.section-recruit-step .recruit-list {
    display: flex;
    flex-wrap: wrap;
}

.section-recruit-step .item {
    width: 50%;
}

.section-recruit-step .item img {
    display: block;
    opacity: 0.75;
}

.section-recruit-step .item .arrow {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.section-recruit-step .item a {
    position: relative;
    display: block;
}

.section-recruit-step .item a.is-current .arrow {
    top: calc(100% + 35px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.section-recruit-step .item-detail {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.section-recruit-step .step {
    font-size: 12px;
}

.section-recruit-step .item-title {
    font-size: 16px;
    letter-spacing: 0.075em;
}

.section-recruit-step .item-title .text-eng {
    display: block;
    margin-top: 10px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
}

@media print, (width >= 768px) {
    .section-recruit-step {
        z-index: 9;
        padding: 0 50px 55px;
    }

    .section-recruit-step .item {
        width: 25%;
    }
}

@media print, (width >= 1101px) {
    .section-recruit-step .arrow {
        transition: width 0.3s;
    }

    .section-recruit-step a:hover .arrow {
        width: 40px;
    }

    .section-recruit-step .item-detail {
        top: 45%;
    }

    .section-recruit-step .step {
        font-size: 13px;
    }

    .section-recruit-step .item-title {
        font-size: 1.7rem;
    }

    .section-recruit-step .item-title .text-eng {
        font-size: 48px;
    }
}

@media print, (width >= 1500px) {
    .section-recruit-step {
        padding: 0 230px 60px;
    }

    .section-recruit-step .item-title {
        margin-bottom: 20px;
    }

    .section-recruit-step .item-title .text-eng {
        margin-top: 20px;
    }
}

@media only screen and (width <= 767px) {
    .section-recruit-step {
        padding-right: 5%;
        padding-bottom: 30px;
        padding-left: 5%;
    }
}

@media only screen and (width <= 480px) {
    .section-recruit-step {
        padding-right: 0;
        padding-left: 0;
    }
}

/* RECRUIT SELECT
 * ----------------------------------------------- */
.recruit-detail-select {
    position: relative;

    /* background-color: #93e5e3; */
    color: #000;
}

.recruit-detail-select .box-jpblist {
    position: relative;
    top: 0;
}

.box-jpblist .title-joblist {
    color: #fff;
}

.box-jpblist .title-joblist .block {
    font-size: 1.3rem;
    color: #93e5e3;
}

.box-jpblist .list-jobtitle li {
    position: relative;
}

.box-jpblist .list-jobtitle li span,
.box-jpblist .list-jobtitle li a {
    position: relative;
    display: block;
    padding: 25px 30px;
    color: #fff;
    white-space: nowrap;
}

.box-jpblist .list-jobtitle .active,
.box-jpblist .list-jobtitle .state-0.active,
.box-jpblist .list-jobtitle .state-0.active a {
    font-weight: bold;
    opacity: 1;
}

.box-jpblist .list-jobtitle .active::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    content: "";
    background: #93e5e3;
    transform: translateX(-50%);
}

.recruit-detail-select.sec .box-jpblist .list-jobtitle .active::after {
    position: absolute;
    top: 4px;
    left: 50%;
    visibility: hidden;
    width: 0;
    height: 0;
    margin-left: -6px;
    content: "";
    border: 6px solid transparent;
    border-top: 6px solid #93e5e3;
    transform: translateY(-100%);
}

.recruit-detail-select.sec.active .box-jpblist .list-jobtitle .active::after {
    visibility: visible;
    transform: translateY(0);
}

.box-jpblist .list-jobtitle .state-0 a {
    opacity: 0.3;
}

.box-jpblist .list-jobtitle .state-1 a {
    opacity: 1;
}

.box-jpblist .list-jobtitle li.state-1 a:hover,
.box-jpblist .list-jobtitle li.state-0 a:hover {
    font-weight: bold;
    opacity: 1;
}

.recruit-detail-select .select-note {
    padding-top: 10px;
}

.scrollbar {
    width: 100%;
    height: 10px;
    overflow: scroll hidden;
}

.scrollbar .inner {
    width: 500px;
    height: 1px;
}

.scrollbox {
    width: 100%;

    /* margin-top: 5px; */
    overflow: scroll hidden;
}

.scrollbox .inner {
    min-width: 500px;

    /* height: 200px;
  margin-bottom: 5px;
  background-color: #F9F8F6; */
}

/* スクロールバーのスタイル */
.scrollbar::-webkit-scrollbar,
.scrollbox::-webkit-scrollbar {
    height: 6px;
}

.scrollbar::-webkit-scrollbar-track,
.scrollbox::-webkit-scrollbar-track {
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb,
.scrollbox::-webkit-scrollbar-thumb {
    background-color: #6e6e6e;
    border-radius: 3px;
}

.area {
    /* 切り替わる部分はまず全部消しておく */
    display: none;
}

@media print, (width >= 768px) {
    .recruit-detail-select {
        padding: 0 50px;
    }
}

@media print, (width >= 992px) {
    .recruit-detail-select {
        padding: 0 50px 30px;
    }

    .box-jpblist,
    .box-jpblist .list-jobtitle {
        /* justify-content: center; */
        align-items: center;
    }

    .box-jpblist .title-joblist {
        min-width: 180px;
        padding-right: 3%;
        text-align: right;
    }
}

@media print, (width >= 1500px) {
    .recruit-detail-select {
        padding: 0 230px 60px;
    }
}

@media only screen and (width <= 991px) {
    .box-jpblist {
        display: block;
        overflow-x: hidden;
    }

    .box-jpblist .title-joblist {
        width: 90%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
        border-bottom: 1px solid rgb(255 255 255 / 15%);
    }

    .box-jpblist .block {
        display: inline-block;
        padding-left: 10px;
    }

    .box-jpblist .list-jobtitle {
        /* overflow-x: scroll; */
        -webkit-overflow-scrolling: touch;
    }

    /* ::-webkit-scrollbar{
	  height: 10px;
	}
	::-webkit-scrollbar-track{
	  background: #fff;
	  border: none;
	  border-radius: 10px;
	  box-shadow: inset 0 0 2px #777;
	}
	::-webkit-scrollbar-thumb{
	  background: #ccc;
	  border-radius: 10px;
	  box-shadow: none;
	} */
    .recruit-detail-select .box-jpblist {
        top: -20px;
    }
}

@media only screen and (width <= 767px) {
    .recruit-detail-select {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media only screen and (width <= 480px) {
    .recruit-detail-select {
        padding-right: 0;
        padding-left: 0;
    }
}

/* SECTION RECRUIT DETAILS
 * ----------------------------------------------- */
.section-recruit-details {
    color: #000;
}

.section-recruit-details .detail-content {
    width: 100%;
    margin-top: 30px;
}

.section-recruit-details .box-table {
    width: 100%;
}

.section-recruit-details .box-table .box-cell {
}

.section-recruit-details .box-table .box-cell.f-bold {
    width: 220px;
}

.section-recruit-details table {
    width: 100%;
}

.section-recruit-details .btn-entry {
    margin-top: 80px;
}

.section-recruit-details .entry-wrapper {
    font-size: 15px;
    line-height: 2.5;
    color: rgb(255 255 255 / 50%);
}

.section-recruit-details .entry-wrapper .text-eng {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #fff;
}

.section-recruit-details .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tab-content .area .state {
    position: absolute;
    top: -35px;
    left: 50%;
    z-index: +1;
    display: inline-block;
    width: auto;
    min-width: 600px;
    padding: 10px 20px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    transform: translateX(-50%);
}

.tab-content .area .state::after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin-top: -1rem;
    text-align: center;
    content: "▼";
}

.tab-content .area .state.state-1 {
    background-color: #93e5e3;
}

.tab-content .area .state.state-1::after {
    color: #93e5e3;
}

.tab-content .area .state.state-0 {
    background-color: #dedede;
}

.tab-content .area .state.state-0::after {
    color: #dedede;
}

@media (width <= 1100px) {
    .section-recruit-details .title.pt70 {
        padding-top: 30px;
    }

    .tab-content .area .state {
        top: -10px;
    }
}

@media (width <= 991px) {
}

@media (width <= 767px) {
    .tab-content .area .state {
        top: -55px;
        width: 90%;
        min-width: initial;
    }

    .section-recruit-details table {
        display: block;
    }

    .section-recruit-details th,
    .section-recruit-details td {
        display: block;
        width: 100%;
        padding: 0 0 20px;
        margin: 0;
        text-align: left;
    }

    .section-recruit-details td {
        font-size: 14px;
    }

    .section-recruit-details .btn-entry {
        padding: 20px 20px 10px;
        margin-top: 30px;
    }

    .section-recruit-details .btn-entry .entry-wrapper {
        font-size: 14px;
    }

    .section-recruit-details .btn-entry .entry-wrapper .text-eng {
        font-size: 30px;
    }

    .section-recruit-details .btn-entry .arrow {
        left: calc(100% - 60px);
    }
}

@media (width <= 480px) {
    .tab-content .area .state {
        top: -35px;
    }

    .section-recruit-details.common-sec::before {
        top: 20px;
    }

    .page-details .section-recruit-details .title.pt70 {
        visibility: hidden;
        height: 0;
        padding: 0;
        opacity: 0;
    }

    .page-details .section-recruit-details.common-sec.sec.active::before {
        visibility: hidden;
        opacity: 0;
    }

    .tab-content .area .state .f-bold {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 1.5rem;
    }

    .tab-content .area .state span:nth-child(2) {
        display: inline-block;
        font-size: 1.5rem;
    }

    .tab-content .area .state {
        padding: 10px;
    }

    .section-recruit-details .title.pt70 {
        visibility: hidden;
        opacity: 0;
    }
}

@media print, (width >= 1101px) {
    .section-recruit-details .detail-content {
        margin-top: 0;
    }

    .section-recruit-details th {
        padding-right: 11%;
    }

    .section-recruit-details .btn-entry:hover .arrow {
        width: 40px;
    }
}

/* RECRUIT container
 * ----------------------------------------------- */
.recruit-container {
}

@media (width >= 768px) {
    .recruit-container {
        padding: 0 90px 60px;
    }
}

@media (width >= 1101px) {
    .recruit-container {
        padding: 0 90px 60px;
    }
}

@media (width >= 1500px) {
    .recruit-container {
        padding: 0 230px 60px;
    }
}

/* RECRUIT GALLERY
 * ----------------------------------------------- */
.recruit-gallery .wrapper {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.recruit-gallery .gallery-list {
    display: flex;
    flex-wrap: wrap;
}

.recruit-gallery .gallery-list li {
    width: 50%;
    margin-bottom: 10px;
}

.recruit-gallery .gallery-list a {
    position: relative;
    display: block;
}

.recruit-gallery .gallery-list .icon-plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
    content: "";
    background-color: #000;
}

.recruit-gallery .gallery-list .icon-plus::before,
.recruit-gallery .gallery-list .icon-plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    content: "";
    background-color: #fff;
}

.recruit-gallery .gallery-list .icon-plus::before {
    transform: translate(-50%, -50%);
}

.recruit-gallery .gallery-list .icon-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.recruit-gallery .gallery-list figure {
    display: block;
    width: 100%;
    overflow: hidden;
}

.recruit-gallery .gallery-list figcaption {
    display: none;
}

.recruit-gallery .gallery-list img {
    display: block;
    width: 100%;
    transition: 0.3s all ease-in;
}

.recruit-gallery .gallery-list li a:hover figure img {
    transform: scale(1.2, 1.2);
    transform-origin: center center;
}

@media print, (width >= 768px) {
    .recruit-gallery {
        padding: 50px 50px 20px;
    }

    .recruit-gallery .gallery-list li,
    .recruit-gallery .gallery-list.list-s li {
        width: 33.3333%;
        margin-bottom: 30px;
    }
}

@media print, (width >= 992px) {
    .recruit-gallery .gallery-list.list-s li {
        width: 25%;
        margin-bottom: 30px;
    }
}

@media print, (width >= 1101px) {
    .recruit-gallery {
        padding: 90px 5% 60px;
    }
}

@media only screen and (width <= 767px) {
    .recruit-gallery {
        padding: 40px 5% 30px;
    }

    .recruit-gallery .gallery-list .icon-plus {
        background-color: rgb(0 0 0 / 50%);
    }
}

/* SECTION RECRUIT LINKS
 * ----------------------------------------------- */
.page-recruittop .section-recruit-links .links-list .link1,
.page-details .section-recruit-links .links-list .link2,
.page-message .section-recruit-links .links-list .link3 {
    display: none;
}

.section-recruit-links {
    color: #000;
}

.section-recruit-links .wrapper {
    position: relative;
    z-index: 1;
}

.section-recruit-links .wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: #93e5e3;
    transform: translateX(-100%);
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.section-recruit-links.active .wrapper::before {
    transform: translateX(0%);
}

.section-recruit-links .links-top {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.section-recruit-links .top-text {
    flex-shrink: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.section-recruit-links .phone-wrapper {
    display: flex;
    align-items: center;
}

.section-recruit-links .left-icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 30px;
    color: #fff;
    background-color: #000;
}

.section-recruit-links .left-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-recruit-links .phone-number {
    display: block;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.section-recruit-links .phone-text {
    display: block;
    font-size: 12px;
    line-height: 1.8;
    color: #333;
}

.section-recruit-links .links-bottom {
    position: relative;
    bottom: -30px;
}

.section-recruit-links .links-list {
    display: flex;
    flex-wrap: wrap;
}

.section-recruit-links .links-list .item {
    width: calc(33.3333% - 1px);
    background-color: #000;
}

.section-recruit-links .links-list a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
}

.section-recruit-links .links-list .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-recruit-links .links-list .item-title {
    font-size: 15px;
    line-height: 1;
    color: rgb(255 255 255 / 50%);
}

.section-recruit-links .links-list .item-title .text-eng {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
}

@media only screen and (width <= 767px) {
    .section-recruit-links .links-top {
        display: block;
    }

    .section-recruit-links .top-text {
        margin-bottom: 10px;
    }

    .section-recruit-links .links-bottom {
        bottom: -20px;
    }

    .section-recruit-links .links-list {
        display: block;
    }

    .section-recruit-links .links-list .item {
        width: 100%;
        margin-bottom: 1px;
    }
}

@media print, (width >= 768px) {
    .section-recruit-links .top-text {
        width: 30%;
        max-width: 230px;
    }

    .section-recruit-links .links-list li ~ li {
        margin-left: 1px;
    }
}

@media print, (width >= 1101px) {
    .section-recruit-links .phone-wrapper {
        pointer-events: none;
        cursor: text;
    }

    .section-recruit-links .left-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        font-size: 35px;
    }

    .section-recruit-links .right-text {
        width: calc(100% - 80px);
    }

    .section-recruit-links .phone-number {
        font-size: 36px;
    }

    .section-recruit-links .phone-text {
        font-size: 13px;
        line-height: 2.2;
    }

    .section-recruit-links a,
    .section-recruit-links a > * {
        transition: all 0.3s;
    }

    .section-recruit-links .links-list .item-title .text-eng {
        font-size: 30px;
    }

    .section-recruit-links .links-list a:hover {
        background: #333;
    }

    .section-recruit-links .links-list a:hover .left-icon {
        color: #fff;
        background-color: #333;
    }

    .section-recruit-links .links-list a:hover .arrow {
        width: 35px;
    }
}

@media print, (width >= 1500px) {
    .section-recruit-links .wrapper {
        width: 73%;
        padding: 40px 5% 0;
    }

    .section-recruit-links .top-text {
        width: 24%;
        padding-right: 20px;
    }

    .section-recruit-links .links-list a {
        padding: 40px;
    }

    .section-recruit-links .links-list .arrow {
        right: 30px;
    }
}

@media print, (width >= 1101px) and (width <= 1499px) {
    .section-recruit-links .wrapper {
        width: 90%;
    }
}

@media print {
    .section-recruit-step {
        padding: 0 20px 40px;
    }

    .section-recruit-details .wrapper {
        flex-wrap: wrap;
    }

    .section-recruit-links .wrapper {
        width: 100%;
        padding: 40px 20px 0;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.sec.js-fade {
    visibility: hidden;
    opacity: 0;
    transform: translateY(35px);
    transition: all ease 0.35s;
}

.sec.js-fade.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
