@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap');

/*リクルートページ追加*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: #000;
}



@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
}

.al-header {
    position: relative;
    z-index: 999;
}

.al-header-inner.rec {
    background: #000;
    border-bottom: none;
}

.al-header__nav--menu.rec li a {
    color: #fff;
}

.al-header__nav--menu.rec .al-header__nav--menu_item_link {
    color: #fff;
}

.al-header__nav--logo {
    margin: 0 22PX;
}

.al-header__nav--menu_item_has-child {
    background: none;
}

.al-header__nav--child-menu_item_indented::before {
    content: "・";
}

@media (min-width: 1025px) {

    .al-header__nav--menu_item:hover .al-header__nav--menu_item_link,
    .al-header__nav--menu_item:hover .al-header__nav--menu_item-flex_link {
        color: #09b1d8;
    }

    .al-header__nav--child-menu_company {
        width: 160px;
    }

    .al-header__nav--child-menu_services {
        width: 240px;
    }
}

@media (min-width: 1025px) {
    .al-header::after {
        background: rgba(0, 0, 0, .8);
        content: "";
        height: 295px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100px;
        transition: all .2s 0s ease;
        width: 100%;
        z-index: -1;
    }
}

.al-header::after {
    background: rgba(0, 0, 0, .8);
    border-radius: 24px 0 0 20px;
}

.al-header__caption {
    color: #fff;
}

h2 {
    font-size: 40px;
    font-family: 'Shippori Mincho B1', serif;
    margin-bottom: 24px;
}

@media all and (min-width: 521px) and (max-width: 959px) {
    h2 {
        font-size: 30px;
    }
}

@media all and (max-width: 520px) {
    h2 {
        font-size: 20px;
    }
}

p {
    font-size: 20px;
    line-height: 1.7;
}

@media all and (min-width: 521px) and (max-width: 959px) {
    p {
        font-size: 18px;
    }
}

@media all and (max-width: 520px) {
    p {
        font-size: 16px;
    }
}

.recruit-wrap {
    padding: 0 80px;
    width: 100%;
}

@media (min-width: 521px) and (max-width: 959px) {
    .recruit-wrap {
        padding: 0 60px;
    }
}

@media all and (max-width: 520px) {
    .recruit-wrap {
        padding: 0 20px;
    }
}

.top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100vw;
    justify-content: center;
    align-items: flex-start;
    max-height: 1366px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0, 0)50%, rgb(0, 0, 0, 0.8));
}

@media all and (max-width: 520px) {
    .top {
        min-height: 80vh;
    }
}

.top__main-visual--img {
    object-position: 90% 30%;
}

.top__h1 {
    letter-spacing: 16px;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 130px 80px;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 96px;
}

@media all and (min-width: 768px) and (max-width: 959px) {
    .top__h1 {
        font-size: 60px;
        padding: 130px 60px;
        letter-spacing: 8px;
    }
}

@media all and (min-width: 521px) and (max-width: 767px) {
    .top__h1 {
        font-size: 50px;
        letter-spacing: 6px;
    }
}

@media all and (max-width: 520px) {
    .top__h1 {
        font-size: 32px;
        padding: 390px 20px;
        letter-spacing: 6px;
    }
}

.top__h1 .TextTyping {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: normal;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

@media all and (max-width: 520px) {
    .top__h1 .TextTyping {
        font-size: 16px;
    }
}

.about {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 1366px;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.about .top__main-visual--img {
    object-position: 30% 30%;
}

.about-txt {
    position: absolute;
    margin-left: auto;
    margin-right: 80px;
    top: -20%;
    right: 0;
}

@media all and (min-width: 1651px) and (max-width: 1780px) {
    .about-txt-inner {
        position: relative;
        min-width: 98%;
        max-width: 100vh;
        top: -20%;
    }
}

@media all and (min-width: 1781px) {
    .about-txt-inner {
        position: relative;
        min-width: 91%;
        max-width: 100vh;
        top: -20%;
    }
}

@media all and (min-width: 2281px) {
    .about-txt-inner {
        min-width: 90%;
    }
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .about-txt {
        margin-right: 60px;
    }
}

@media all and (max-width: 767px) {
    .about {
        min-height: 100vh;
        margin-bottom: 100px;
    }
}

@media all and (min-width: 521px) and (max-width: 767px) {
    .about {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 520px) {

    .about-txt {
        top: 0;
        left: 0;
        margin: 0;
    }
}

.about-txt p {
    font-size: 26px;
    font-family: 'Shippori Mincho B1', serif;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 32px;
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .about-txt p {
        font-size: 28px;
    }
}

@media all and (max-width: 520px) {
    .about-txt p {
        font-size: 20px;
        margin: 0 20px 32px
    }
}

.about-know {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1)10%);
    margin-top: -10%;
}

.about-know .recruit-wrap {
    padding: 0 200px;
}

@media all and (max-width: 1299px) {
    .about-know .recruit-wrap {
        padding: 0 80px;
    }
}

@media all and (max-width: 520px) {
    .about-know .recruit-wrap {
        padding: 0 20px;
    }
}

.about-know h2 {
    color: #fff;
}

.about-know p {
    color: #fff;
}

@media all and (max-width: 520px) {
    .about-know {
        margin-top: 20px;
    }
}

.iframe-wrap {
    position: relative;
    width: 80%;
    height: 0;
    padding-top: 56.25%;
    margin: 72px auto 100px;
}

@media all and (max-width: 1000px) {
    .iframe-wrap {
        width: 100%;
    }
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 520px) {
    .iframe-wrap {
        margin: 40px auto 54px;
        width: 100%;
    }
}

.member-box {
    background: #F2F1F1;
    border-radius: 80px;
    margin-bottom: 0;
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .member-box {
        margin-bottom: -100px;
    }
}

@media all and (max-width: 520px) {
    .member-box {
        border-radius: 40px;
        margin-bottom: -80px;
    }
}

.member-box .recruit-wrap {
    padding: 100px 200px 100px;
    position: relative;
    z-index: 1;
}

@media all and (max-width: 1299px) {
    .member-box .recruit-wrap {
        padding: 100px 80px 100px;
    }
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .member-box .recruit-wrap {
        padding: 100px 60px;
    }
}

@media all and (max-width: 520px) {
    .member-box .recruit-wrap {
        padding: 40px 20px;
    }
}

.member-box h2.new-note {
    padding-top: 72px;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 40px;
    padding: 0 160px;
}

@media all and (max-width: 1299px) {
    .l-inner {
        margin: 0 80px;
        padding: 0 80px;
    }
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .l-inner {
        margin: 0 auto;
        padding: 0 60px;
    }
}

@media all and (max-width: 520px) {
    .l-inner {
        margin: 0 auto;
        padding: 0 20px;
    }
}

.swiper-wrapper {
    margin: 20px auto;
}

.swiper-button-prev,
.swiper-button-next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: url(../images/recruit/pev-arrow.png)no-repeat;
}

.swiper-button-prev::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.swiper-button-next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card01 .swiper-area {
    position: relative;
}

.card01 .swiper-button-prev,
.card01 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card01 .swiper-button-prev {
    right: calc(100% + 2.4rem);
}

.card01 .swiper-button-next {
    left: calc(100% + 2.4rem);
}

.card01 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

@media all and (max-width: 768px) {
    .card01 {
        overflow: hidden;
    }

    .swiper {
        overflow: visible !important;
    }

    .card01 .swiper-button-prev,
    .card01 .swiper-button-next {
        display: none;
    }
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: auto !important;
    box-shadow: 0px 4px 8px 0px rgba(151, 151, 151, 0.5);
    position: relative;
    transition: 0.3s;
}

.swiper-slide img {
    width: 100%;
    aspect-ratio: 306 / 277;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide::after {
    content: "";
    display: block;
    width: 94%;
    height: 3px;
    background: #09b1d8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

@media all and (min-width: 769px) {
    .swiper-slide:hover::after {
        opacity: 1;
    }

    .swiper-slide:hover .note__body .note__ttl {
        color: #09b1d8;
        transition: 0.3s;
    }

    .swiper-slide:hover .note__body .note__more {
        color: #09b1d8;
        transition: 0.3s;
    }
}



.swiper-slide:active {
    border: 3px solid #09b1d8;
}

.swiper-slide:active::after {
    opacity: 0;
}

.note__body {
    background: #fff;
    margin-top: -20%;
    position: relative;
    padding: 40px 24px 24px;
    border-radius: 10px;
    min-height: 216px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}

.more-icon {
    display: inline-block;
    height: 14px;
    transform: translateY(2px);
    transition: fill .3s 0s ease;
}

.note__body .note__more {
    text-align: right;
    margin-top: auto;
    font-size: 16px;
    color: #979797;
    text-decoration: underline;
    transition: 0.3s;
}

.note__body .note__more .more-icon {
    margin-left: 6px;
}

.note__body .note__more .icon-more-btn {
    fill: #979797;
    text-decoration: none;
}

@media all and (min-width: 769px) {
    .swiper-slide:hover .note__body .note__more .icon-more-btn {
        fill: #09b1d8;
    }
}


.note-box {
    padding: 72px 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.note-item {
    width: 41.89723320%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    transition: all .3s 0s ease;
}

.note-item h2 {
    margin: 12px 0 24px;
}

.note-item img {
    width: 100%;
}

.note-item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s 0s ease;
}

.note-item::after {
    content: "";
    display: block;
    width: 94%;
    height: 3px;
    background: #09b1d8;
    ;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .3s 0s ease;
}

.note-item h2,
.note-item .note__title {
    transition: all .3s 0s ease;
}

@media all and (min-width: 769px) {
    .note-item:hover::after {
        opacity: 1;
    }

    .note-item:hover h2 {
        color: #09b1d8;
    }

    .note-item:hover .note__title {
        color: #09b1d8;
    }

    .note-item:hover .more {
        color: #09b1d8;
    }

    .note-item:hover .icon-more-btn {
        fill: #09b1d8;
    }
}


.note-item:active {
    border: 3px solid #09b1d8;
}

.note-item:active::after {
    opacity: 0;
}



.note-item .more {
    font-size: 16px;
    margin-top: auto;
    display: block;
    text-align: right;
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .note-box {
        padding: 72px 0;
    }

    .note-item {
        width: 45%;
    }
}

@media all and (max-width: 520px) {
    .note-box {
        padding: 56px 0 0;
        flex-direction: column;
    }

    .note-item {
        width: 100%;
    }
}


.more {
    color: #979797;
    text-decoration: underline;
    transition: color .3s 0s ease;
}

.more .icon-more-btn {
    fill: #979797;
}

.note-list-btn {
    width: 347px;
    height: 80px;
    margin-left: auto;
    transition: all .3s 0s ease;
}

.note-list-btn span {
    font-weight: 600;
}

.note-list-btn a {
    padding: 28px 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.note-list-btn .more {
    color: #000;
    background: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: color .3s 0s ease;
    border: 1px solid #000;
    border-radius: 16px;
}


.note-list-btn .more:active {
    color: #fff;
    background: #09b1d8;
}

.note-list-btn .more-icon {
    height: 26px;
}

.note-list-btn .icon-more-btn {
    fill: #000;
}

@media all and (min-width: 769px) {
    .note-list-btn .more:hover {
        color: #09b1d8;
        border: 2px solid #09b1d8;
    }

    .note-list-btn .more:hover .icon-more-btn {
        fill: #09b1d8;
    }
}

@media all and (max-width: 520px) {
    .note-list-btn {
        width: 100%;
    }
}




.job-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vw;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 1039px;
    min-height: 200px;
    position: relative;
    width: 100%;
    padding-top: 200px;
    margin-bottom: 100px;
}

.job-list picture {

    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    /* クリックも奪わない */

}

#recruit .job-list>picture.top__main-visual {
    filter: brightness(50%);
}


.job-list .recruit-wrap {
    color: #fff;
    padding: 100px 200px 0;
}

@media all and (max-width: 1299px) {
    .job-list .recruit-wrap {
        padding: 100px 80px 0;
    }
}

@media all and (max-width: 520px) {
    .job-list .recruit-wrap {
        padding: 200px 20px 0;
    }
}

.jobbox-wrap {
    display: flex;
    margin-top: 72px;
}

.jobbox-item {
    width: calc(33.33% - 8px);
    margin-right: 12px;
    height: 235px;
    display: flex;
}

.jobbox-item:last-child {
    margin-right: 0;
}

.jobbox-item a {
    color: #fff;
    font-size: 40px;
    font-family: 'Shippori Mincho B1', serif;
    width: 100%;
    display: flex;
    position: relative;
    margin-top: auto;
    width: 100%;
    height: 235px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 24px;
    align-items: flex-end;
}

.jobbox-item a::before {
    content: "";
    display: block;
    width: 94%;
    height: 3px;
    background-color: #09b1d8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.jobbox-item a::after {
    content: '';
    background: url(../images/recruit/icon-arrow-wt.png)no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    display: block;
}

@media all and (min-width: 769px) {
    .jobbox-item a:hover {
        color: #09b1d8;
    }

    .jobbox-item a:hover::before {
        opacity: 1;
    }

    .jobbox-item a:hover::after {
        background: url(../images/recruit/icon-arrow-bl.png)no-repeat;
    }
}

.jobbox-item a:active {
    border: 3px solid #09b1d8;
}

.jobbox-item a:active::before {
    opacity: 0;
}


@media all and (min-width: 521px) and (max-width: 959px) {
    .job-list {
        height: 100vh;
    }

    .jobbox-wrap {
        padding: 0;
        flex-direction: column;
    }

    .job-list .recruit-wrap {
        padding-top: 0;
    }

    .jobbox-item {
        width: 100%;
        height: auto;
        padding: 8px 0;
    }

    .jobbox-item a {
        height: auto;
        font-size: 30px;
        padding: 45px 20px;
    }

    .jobbox-item a::after {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

@media all and (max-width: 520px) {
    .job-list {
        min-height: 86vh;
        padding-top: 40px;
    }

    .job-list .recruit-wrap {
        padding-top: 90px;
    }

    .jobbox-wrap {
        flex-direction: column;
        margin-top: 40px;
    }

    .jobbox-item {
        width: 100%;
        height: auto;
        padding: 8px 0;
        margin-right: 0;
    }

    .jobbox-item a {
        font-size: 20px;
        padding: 45px 20px;
        height: auto;
    }

    .jobbox-item a::after {
        width: 24px;
        height: 24px;
        background-size: contain;
    }

    .jobbox-item a:active::after {
        width: 24px;
        height: 24px;
        background-size: contain;
    }
}

.faq-list {
    color: #fff;
    padding-top: 100px;
}

.faq-list .selection-process-img {
    max-width: 800px;
    margin: 20px 0;
}

.faq-list .selection-process-img img {
    width: 100%;
}

.faq-list .recruit-wrap {
    padding: 0;
}

@media all and (max-width: 520px) {
    .faq-list .recruit-wrap {
        padding: 0 20px;
    }
}

.faq-list h2,
.faq-list p {
    padding: 0 200px;
}

@media all and (max-width: 1299px) {

    .faq-list h2,
    .faq-list p {
        padding: 0 80px;
    }
}

.faq-list hr {
    border-top: 1px solid #979797;
}

@media all and (min-width: 521px) and (max-width: 959px) {

    .faq-list h2,
    .faq-list p {
        padding: 0 60px;
    }
}

@media all and (max-width: 520px) {

    .faq-list h2,
    .faq-list p {
        padding: 0 20px;
    }
}


.accordion {
    width: 100%;
}

.accordion-hidden {
    display: none;
}

.accordion-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 32px 80px 32px 0; */
    padding: 32px 64px 32px 0;
    cursor: pointer;
    margin: 0 200px;
    position: relative;
}

@media all and (max-width: 1299px) {
    .accordion-open {
        margin: 0 80px;
    }
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .accordion-open {
        margin: 0 60px;
    }
}

@media all and (max-width: 520px) {
    .accordion-open {
        margin: 0 20px;
    }
}

.accordion-open::after {
    content: '';
    background: url(../images/recruit/faq-arrow.png)no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    display: block;
}

.accordion-hidden:checked+.accordion-open::after {
    transform: rotate(180deg);
}

.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* cursor: pointer; */
    margin: 0 200px;
    padding: 0 40px;
}

@media all and (max-width: 1299px) {
    .accordion-inner {
        margin: 0 80px;
    }
}

@media all and (min-width: 521px) and (max-width: 959px) {
    .accordion-inner {
        margin: 0 60px;
    }
}

@media all and (max-width: 520px) {
    .accordion-inner {
        margin: 0 20px;
    }
}

.accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    /* padding: 40px 40px; */
    padding: 32px 64px 32px 2.5rem;
}

.accordion_qa {
    margin: 72px auto 150px;
}

.accordion_qa .Q {
    position: relative;
    font-size: 18px;
}

@media all and (max-width: 520px) {
    .accordion_qa .Q {
        font-size: 14px;
        line-height: 1.5;
    }
}

.accordion_qa .Q::before {
    font-size: 20px;
    display: block;
    position: absolute;
    top: -2px;
    left: -1.3em;
}

.accordion_qa .Q::before {
    content: 'Q:';
}

.accordion_qa .accordion-open {
    padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
}

.accordion_qa .A {
    font-size: 18px;
    line-height: 1.5;
}

@media all and (max-width: 520px) {
    .accordion_qa .A {
        font-size: 14px;
    }
}

@media all and (max-width: 520px) {
    .accordion-open {
        padding: 32px 20px 20px 0;
        margin: 0 20px;
    }

    .accordion_qa {
        margin: 40px auto 86px;
    }

    .accordion-open::after {
        width: 22px;
        height: 22px;
        background-size: contain;
    }

    .accordion-hidden:checked+.accordion-open+.accordion-inner {
        padding: 12px 30px;
    }

    .accordion-inner {
        margin: 0 20px;
        padding: 0 30px;
    }
}

.box-hidden {
    display: none;
}

.box-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4px 10px 40px;
    cursor: pointer;
    position: relative;
}

.box-open::before {
    content: '';
    background: url(../images/recruit/sp-arrow.png)no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    display: block;
}

.box-hidden:checked+.box-open::before {
    transform: rotate(180deg);
}

.box-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 25px;
}

.box-hidden:checked+.box-open+.box-inner {
    height: auto;
    opacity: 1;
    padding: 0 25px 10px;
}

.recruitment-box .box-hidden:checked+.box-open+.box-inner {
    height: auto;
    opacity: 1;
}

.recruitment-box {
    position: relative;
    top: 75%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 178px;
    border-radius: 16px;
    transition: all 0.3s ease 0s;
}

.titile-txt {
    font-family: 'Shippori Mincho B1', serif;
}

.box-inner ul {
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.box-inner ul li a {
    color: #fff;
    padding: 10px 0;
    display: flex;
    position: relative;
}

.box-inner ul li a::after {
    content: '';
    background: url(../images/recruit/icon-arrow-wt.png)no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    display: block;
}

#js-floating {
    transition: all 0.3s ease 0s;
}

.floating {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -354px;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .floating {
        right: 0;
    }

}

.floating.is-hidden {
    visibility: hidden;
    opacity: 0;
}


.floating-box {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    top: 40%;
    width: 450px;
    color: #fff;
    display: flex;
    border-radius: 18px;
}

.floating-box ul {
    position: relative;
    padding: 56px 40px 56px 40px;
    border-left: 2px solid #fff;
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.floating-box ul li a {
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    position: relative;
    display: flex;
}

.floating-box ul li a::after {
    content: '';
    background: url(../images/recruit/icon-arrow-wt.png)no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    display: block;
}

.floating-box ul li a:hover {
    color: #09b1d8;
}

.floating-box ul li a:hover::after {
    background: url(../images/recruit/icon-arrow-bl.png)no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.nav-txt {
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    padding: 32px;
    font-size: 32px;
    letter-spacing: 15px;
    line-height: 1;
    font-family: 'Shippori Mincho B1', serif;
}

.TextTyping span {
    display: none;
}

@keyframes typinganime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



.footer__nav--child_item .footer__nav--text::before {
    color: #fff;
    content: '・';
    margin-right: 8px;
    transition: color .3s 0s ease;
}

/* add 2024/02/25~ */
/* Style for images in faq accordion */
@media all and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

@media all and (max-width: 768px) {
    body.is-zoom {
        position: relative;
    }

    .zoom-modal {
        background-color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
        width: 100%;
        height: 100%;

        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zoom-modal__content img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .selection-process-img {
        cursor: zoom-in;
    }

    .selection-process-note {
        display: block;
        font-size: 10px;
        text-align: right;
    }
}

/* ----------------------------
リニューアル後の追加CSS 
---------------------------- */

/* 親を基準にする */
#recruit .top {
    position: relative;
}

/* ★ .top の直下の main-visual だけを背面にする（about には効かせない） */
#recruit .top>.top__main-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#recruit .job-list {
    /* z-index: -100; */
    position: relative;
    z-index: 0;
}

#recruit .jobbox-item {
    position: relative;
}

#recruit .jobbox-item a {
    position: relative;
    z-index: 5;
}

#recruit .top>.top__main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* about セクションを基準に */
#recruit .about {
    position: relative;
}

/* 背景画像を背面に */
#recruit .about>picture {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* pointer-events: none; */
}

/* 画像を敷き詰め */
#recruit .about>picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* テキストを前面に */
#recruit .about .about-txt-inner,
#recruit .about .about-txt {
    z-index: 2;
}

/* about の文章コンテナを中央寄せ + 余白 */
#recruit .about .about-txt-inner {
    width: min(1100px, calc(100% - 40px));
    /* 最大幅 + 左右20px余白 */
    margin: 0 auto;
    /* 中央寄せ */
}

/* テキスト自体は左揃えでOK（見た目が自然） */
#recruit .about .about-txt {
    text-align: left;
}

#recruit .about {
    position: relative;
}

#recruit .about .about-txt-inner {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    /* ← 中央に寄せる本体 */
    padding: 0 20px;
    /* ← 端にくっつかない */
}

#recruit .about .about-txt {
    width: 40%;
    margin: 0;
    /* 文章を中央揃えにしたいなら↓ */
    /* text-align: center; */
}

@media all and (max-width: 769px) {
    #recruit .about .about-txt {
        width: 100%;
        margin: 0;
        /* 文章を中央揃えにしたいなら↓ */
        /* text-align: center; */
    }
}

/* 見出しを前面に */
#recruit .top__h1 {
    position: relative;
    z-index: 2;
}

#recruit .swiper-button-next::after {
    transform: rotate(5deg);
}

/* job-list セクションをレイヤーの基準にする */
#recruit .job-list {
    position: relative;
    isolation: isolate;
    /* ← これが効く */
}

/* 背景画像（picture）を背面に */
#recruit .job-list>.top__main-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* 画像を全面に敷く */
#recruit .job-list>.top__main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 中身（h2やボタンなど）を前面に */
#recruit .job-list .recruit-wrap {
    position: relative;
    z-index: 1;
}

/* クリック邪魔しない（保険） */
#recruit .job-list>.top__main-visual {
    pointer-events: none;
}

#recruit .job-list>picture,
#recruit .job-list>.top__main-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* タイル（リンク）をさらに前に（保険） */
#recruit .jobbox-wrap,
#recruit .jobbox-item,
#recruit .jobbox-item a {
    position: relative;
    z-index: 2;
}

/* ===== job-list：背景を背面、中身を前面に固定 ===== */
#recruit .job-list {
    position: relative;
    isolation: isolate;
    /* 重要：この中でレイヤー完結 */
    overflow: hidden;
    /* 画像がはみ出すなら */
}

/* 背景（picture）を全面に敷いて最背面へ */
#recruit .job-list>picture.top__main-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    /* 背景がクリックを奪わない */
}

/* 背景画像をフィット */
#recruit .job-list>picture.top__main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 中身は前面へ */
#recruit .job-list>.recruit-wrap {
    position: relative;
    z-index: 1;
}

/* クリック領域をさらに確実に前へ（保険） */
#recruit .jobbox-wrap,
#recruit .jobbox-item,
#recruit .jobbox-item>a {
    position: relative;
    z-index: 2;
}