/*
Theme name: 2025 Spider Plus jobs
*/
html {
    scroll-behavior: smooth;
}

.header__wrapper {
    max-width: 1400px;
}

/****ヘッダー*****/
nav {
    font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    font-size: 16px/1.5rem;
    font-weight: 500;
}

/* 親メニュー - Parent nav */
  nav > ul > li {
    position: relative;
    float: left;
    margin-right: 35px;
  }
  nav ul {
    list-style: none;
  }
  nav a {
    color: #323232;
    text-decoration: none;
  }
  nav ul a:hover {
    color: #F9634A;
  }

/* 子メニュー - .sub-menu */
  nav .sub-menu {
    position: absolute;
    width: 230px;
    background-color: rgba(50,50,50,0.85);;
    border-radius: 10px;
    top: 30px;
    opacity: 0;
    padding: 15px 10px;
    visibility: hidden;
    transition: .5s;
  }
  nav .sub-menu a {
    color: #fff;
    padding: 10px 15px;
    display: block;
  }
  nav .sub-menu a:hover {
    color: #fff;
    opacity: 0.7;
  }

/* ホバー＆フォーカスで子メニュー表示 */
  /* Display sub menu by hover & focus */
  nav .menu-item-has-children:hover ul,
  nav .menu-item-has-children ul.focused {
    opacity: 1;
    visibility: visible;
  }

  .header__button {
    margin-left: -5px;
    margin-right: 15px;
  }

/* カジュアル面談ボタン */

.header_button-external-link_1 {
    display: flex;
    align-items: center;
    width: 140px;
    margin:0 auto;
    padding: .4em 0 .4em 1.6em;
    border: 1.5px solid #F9634A;
    border-radius: 30px;
    background-color: #F9634A;
    color: white;
    font-size: 1em;
    font-weight: 600;
    transition: all 0.5s ease;
}

.header_button-external-link_1:hover {
    border: none;
    background-color: #BF4739;
    border: 1.5px solid #BF4739;
    color: #fff;
    font-weight: 600;
}

.header_button-external-link_1::after {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    content: '';
    background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
    transition: all 0.5s;
}

.header_button-external-link_1:hover::after {
    border-color: #fff;
    background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
    transform: translate(6px,0);
}

/*募集職種募集ボタン*/
.header_button-external-link_2 {
    display: flex;
    align-items: center;
    width: 130px;
    margin:0 auto;
    padding: .4em 0 .4em 1.6em;
    border: 1.5px solid #D1D1D1;
    border-radius: 30px;
    background-color: white;
    color: #323232;
    font-size: 1em;
    font-weight: 600;
    transition: all 0.5s ease;
}

.header_button-external-link_2:hover {
    border: none;
    background-color: white;
    border: 1.5px solid #F9634A;
    color: #323232;
    font-weight: 600;
}

.header_button-external-link_2::after {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    content: '';
    background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
    transition: all 0.5s;
}

.header_button-external-link_2:hover::after {
    border-color: #fff;
    background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
    transform: translate(6px,0);
}

/****トップページ*****/
/*first view*/
.top-main-view_2025 {
    margin: 80px 0 0 0;
}

.top-main-view_2025 h1 {
    text-align: center;
    position: absolute;
    bottom: -0.25em;
    left: 10%;
    font-weight: 900;
    font-size: 6rem;
    color: #fff;
    font-family: Noto Sans JP, YakuHanJP, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif;
}

.font_big {
    font-size: 12rem;
    font-weight: 900;
}

.yellow2025 {
    color: #EFBC00;
}

.top-main-view_2025 h2 {
    display: none !important;
    display: block;
}


/*メッセージ*/
    .top-message {
    background-color: white;
    margin-top: 30px;
    padding: 110px 0;
    }
    .top-message_1, .top-message_2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1.7em;
    }
    .top-message_3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
}

/*写真の横スライド2*/
    .loopSlide {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        width: 100vw;
        overflow: hidden;
        position: absolute;
        top: 1115px;
    }
    .loopSlide ul {
        padding: 0;
        width: 100vw;
        display: flex;
        flex-shrink: 0;
    }
    .loopSlide ul:first-child {
        animation: slide1 60s -30s linear infinite;
    }
    .loopSlide ul:last-child {
        animation: slide2 60s linear infinite;
    }
    .loopSlide ul li {
        display: inline-block;
        width: 100%;
        min-width: 150px;
        margin-right: 20px;
        list-style: none;
        text-align: center;
    }
    .loopSlide ul li img {
        display: block;
        width: 100%;
        height: auto;
    }

    @keyframes slide1 {
        0% {
        transform: translateX(100%);
        }
        to {
        transform: translateX(-100%);
        }
    }
    @keyframes slide2 {
        0% {
        transform: translateX(0);
        }
        to {
        transform: translateX(-200%);
        }
    }

/*ABOUT US*/
    .top-aboutus {
        padding-top: 450px;
        padding-bottom: 110px;
    }

    .back_img {
        background: url(https://jobs.spiderplus.co.jp/images/2504/aboutus.png);
        background-size: 755px auto;
        background-repeat: no-repeat;
        background-position: 100% 65%;
    }

    .english-title_aboutus {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 92px;
        letter-spacing: 0.02em;
        color: #F9634A;
    }
    .japanese-title_aboutus {
        font-size: 20px;
        font-weight: 550;
        margin-top: -1em;
    }
    .top-aboutus-text {
        font-size: 16px;
        font-weight: 450;
        margin-top: 105px;
        line-height: 2.1;
        padding-bottom: 5em;
    }

    .speakerdeck {
        margin-top: 120px;
        margin-bottom: 70px;
    }

/*JOB*/
    .top-department {
        background-color: #f5f5f5;
        padding: 80px 0 110px 0;
    }

    .top-department_box_pc {
        display: flex;
        justify-content: space-between;
    }

    .top-department-text_pc {
        font-size: 16px;
        font-weight: 450;
        margin-top: 60px;
        line-height: 2.1;
    }
    .top-department_right_pc {
        text-align: right;
    }

    .english-title_department_pc {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 92px;
        color: #F9634A;
        margin-top: -25px;
    }
    .japanese-title_department_pc {
        font-size: 20px;
        font-weight: 550;
        margin-right: 7px;
        margin-top: -20px;
    }

    .top-department_left_sp {
        display: none;
    }

    .top-department_right_sp {
        display: none;
    }

    .department_details {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        gap: min(2.2vw);
    }
    .department_box {
        position: relative;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        overflow: hidden;
        width: 100%;
    }
    .department_box img {
        height: auto;
        width: 100%;
        transition: transform .6s ease; /* ゆっくり変化させる */
        border-radius: 10px;
        overflow: hidden;
    }
    .department_box a {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .c_link_2::after {
        content: "";
        display: block;
        position: absolute;
        right: 18px;
        bottom: 19px;
        width: 28px;
        height: 26px;
        background: url(https://jobs.spiderplus.co.jp/images/2504/arrow-right-circle_white.svg)center no-repeat;
    }

    .c_link_2:hover::after {
        content: "";
        display: block;
        position: absolute;
        right: 18px;
        bottom: 19px;
        width: 28px;
        height: 26px;
        background: url(https://jobs.spiderplus.co.jp/images/2504/arrow-right-circle-fill_red.svg)center no-repeat;
    }

    .department_box:hover img {
        transform: scale(1.1); /* 拡大 */
        opacity: 0.7;
        border-radius: 10px;
        overflow: hidden;
    }
    .department_box p {
        position: absolute;
        color: white;
        bottom: 13px;
        left: 25px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 1.55;
    }

    .department_details_sp {
        display: none;
    }

    /*ここから*/


/*MEMBERS*/
    .top-interview {
        background-color: white;
        padding: 70px 0 110px 0;
    }
    .top-interview-box {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .english-title_interview {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 92px;
        letter-spacing: 0.02em;
        color: #F9634A;
    }

    .japanese-title_interview {
        font-size: 20px;
        font-weight: 550;
        margin-top: -5px;
    }

    .member_show {
        display: flex;
        justify-content: flex-start;
        margin: 50px 0 60px 0;
        flex-wrap:wrap;
        width: 100%;
    }

    .member_tag li {
        list-style: none;
    }

    .member_box {
        /*transition: .3s ease-in-out;*/
        list-style: none;
        max-width: 30%;
        min-width: 30%;
		margin: 0 3% 6rem 0;
    }

    .member_box:hover {
        background-color: #EDEDED;
        border-radius: 15px;
    }

    .c_link {
        display: block;
        position: relative;
        height: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s, box-shadow 0.2s;
    }

    .c_link::after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        bottom: 15px;
        width: 25px;
        height: 23px;
        background: url(https://jobs.spiderplus.co.jp/images/2504/arrow-right-circle.svg)center no-repeat;
    }

    .c_link:hover::after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        bottom: 15px;
        width: 25px;
        height: 23px;
        background: url(https://jobs.spiderplus.co.jp/images/2504/arrow-right-circle-fill_red.svg)center no-repeat;
        transition: all 0.5s ease;
    }

    .c_link img {
        display: block;
        width: 100%;
        object-fit: cover;
        transition: .3s ease-in-out;
        max-height: 240px;
    }
    .c_link:hover img {
        filter: brightness(80%)
    }

    .top-interview__list {
        margin-top: 300px;
    }

    .member_txt {
        padding: 30px 8% 40px;
    }

    .member_tag {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }
    .member_tag li {
        list-style: none;
    }

    .member_tag li > span {
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
        background-color: #4C4C4C;
        color: white;
        display: inline-block;
        padding: 3px 8px 3px;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 700;
        white-space: nowrap;
        letter-spacing: 0.05em;
        max-width: 235px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .member_jp_name {
        margin: 10px 0 -2px;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .member_en_name {
        display: block;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }

    .member_details {
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 23px;
    }

    .member_btn {
        display: flex;
        align-items: center;
        width: 200px;
        margin:0 auto;
        padding: .9em 2.7em;
        border: 2px solid #F9634A;
        border-radius: 30px;
        background-color: #fff;
        color: #F9634A;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
    }

    .member_btn:hover {
        border: none;
        background-color: #F9634A;
        border: 2px solid #F9634A;
        color: #fff;
        font-weight: 600;
    }

    .member_btn::after {
        width: 23px;
        height: 23px;
        position: absolute;
        margin-left: 185px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
        transition: all 0.5s;
    }

    .member_btn:hover::after {
        border-color: #fff;
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transform: translate(6px,0);
    }

/*FAQ*/
    .top-FAQ {
        background-color: #f5f5f5;
        padding: 110px 0;
    }

    .japanese-title_FAQ {
        font-size: 20px;
        font-weight: 550;
    }

    .english-title_FAQ {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 92px;
        letter-spacing: 0.02em;
        color: #F9634A;
        margin-top: -8px;
    }

    .qa_box {
        margin-top: 1.5em;
        padding-bottom: 3em;
    }

    .qa {
        max-width: 1100px;
        margin-bottom: 10px;
        border: none;
        border-radius: 5px;
        box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
        background-color: #fff;
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .qa summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em 1em 3em;
        font-weight: 510;
        font-size: 20px;
        /*cursor: pointer;*/
    }

    .qa summary::before, .qa p::before {
        position: absolute;
        left: 1em;
        top: 0.5em;
        font-weight: 600;
        font-size: 1.3em;
    }

    .qa summary::before {
        color: #F9634A;
        content: "Q";
    }

    .qa summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #333333b3;
        border-right: 3px solid #333333b3;
        content: '';
        transition: transform .5s;
    }

    .qa[open] summary::after {
        transform: rotate(225deg);
    }
    

    .qa p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0.7em;
        padding: .3em 3.8em 1.5em;
        color: #323232;
        line-height: 1.7;
        font-size: 14px;
        transition: transform .5s, opacity .5s;
    }

    .qa[open] p {
        transform: none;
        opacity: 1;
    }

    .qa p::before {
        color: #EFBC00;
        line-height: 1.2;
        content: "A";
        margin: 0 50px 0 3px;
    }

    .qa_btn {
        display: flex;
        align-items: center;
        width: 200px;
        margin:0 auto;
        padding: .9em 2.7em;
        border: 2px solid #F9634A;
        border-radius: 30px;
        background-color: #F9634A;
        color: white;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
    }

    .qa_btn:hover {
        border: none;
        background-color: #BF4739;
        border: 2px solid #BF4739;
        color: white;
        font-weight: 600;
    }

    .qa_btn::after {
        width: 23px;
        height: 23px;
        position: absolute;
        margin-left: 185px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transition: all 0.5s;
    }

    .qa_btn:hover::after {
        border-color: white;
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transform: translate(6px,0);
    }

/*公式コンテンツ*/
    .top-contentlist {
        padding: 110px 0;
    }

    .content_show {
        display: flex;
        justify-content: space-between;
        gap: min(2.2vw);
    }

    .content_box {
        cursor: pointer;
        width: 100%;
        overflow: hidden;
    }

    .content_box img {
        height: auto;
        width: 100%;
        transition: transform .6s ease; /* ゆっくり変化させる */
        border-radius: 10px;
        overflow: hidden;
    }
    .content_box a {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }
    .content_box:hover img {
        transform: scale(1.1); /* 拡大 */
        opacity: 0.7;
        border-radius: 10px;
        overflow: hidden;
    }

    .content_name {
        margin: 22px 0 8px 0;
        font-size: 2rem;
        font-weight: 600;
    }

    .content_details {
        font-size: 1.5rem;
        font-weight: 450;
    }

/* joinusのボタン */
    .top-join-banner h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 5.5rem;
        letter-spacing: 0.02em;
    }
    .top-join-banner p {
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .joinus_btn {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
/* カジュアル面談のボタンここから */
    .casualtalk_btn {
        display: flex;
        align-items: center;
        width: 315px;
        padding: .9em 0 .9em 2.4em;
        border: 2.5px solid #F9634A;
        border-radius: 30px;
        background-color: #F9634A;
        color: white;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
        letter-spacing: 0.03em;
    }

    .casualtalk_btn:hover {
        border: none;
        background-color: #BF4739;
        border: 2.5px solid #BF4739;
        color: #fff;
        font-weight: 600;
    }

    .casualtalk_btn::after {
        width: 23px;
        height: 23px;
        margin-left: 18px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transition: all 0.5s;
    }

    .casualtalk_btn:hover::after {
        border-color: #fff;
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transform: translate(6px,0);
    }
/* カジュアル面談のボタンここまで */

/* 募集職種一覧をもっと詳しく見るのボタンここから */
    .join_btn {
        display: flex;
        align-items: center;
        width: 270px;
        padding: .9em 0 .9em 2.4em;
        border: 2.5px solid #D1D1D1;
        border-radius: 30px;
        background-color: white;
        color: #323232;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
        letter-spacing: 0.03em;
    }

    .join_btn:hover {
        border: none;
        background-color: white;
        border: 2.5px solid #F9634A;
        color: #323232;
        font-weight: 600;
    }

    .join_btn::after {
        width: 23px;
        height: 23px;
        margin-left: 18px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
        transition: all 0.5s;
    }

    .join_btn:hover::after {
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
        transform: translate(6px,0);
    }

/* フッター */
    .footer__primary {
        padding: 100px 0;
        background-color: white;
    }
    .footer__wrapper {
        max-width: 1400px;
    }
    .footer__logo {
        margin-top: -155px;
    }

    .footer__navigation {
        flex-direction: column;
    }

    .footer__logo-text {
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .footer__menu2025 {
        display: flex;
        gap: 75px;
    }

    .footer__box_sp {
        display: block;
        display: none;
    }

    .footer__name {
        font-size: 20px;
        font-weight: 600;
    }
    .footer__name:hover {
        color: #F9634A;
        transition: all 0.3s;
    }

    .footer__name2 {
        font-size: 14px;
        font-weight: 450;
    }

    .footer__name2:hover {
        color: #F9634A;
        transition: all 0.3s;
    }

    .footer_details_box {
        margin-top: 8px;
    }

    .footer_details {
        font-size: 14px;
        font-weight: 450;
    }

    .footer_details::before {
        content: '';
        display: inline-block;
        width: 6.5px;
        height: 6.5px;
        margin-right: 15px;
        border-radius: 50%;
        background: #F9634A;
    }
    .footer_details:hover {
        color: #F9634A;
        transition: all 0.3s;
    }

    .footer__secondary {
        background-color: #f2f2f2;
    }
/****トップページMVテキスト*****/
@media screen and (max-width:1333px) {
    .top-main-view_2025 h1 {
        font-size: 6rem;
    }
    .font_big {
        font-size: 10rem;
    }
}
@media screen and (max-width:1200px) {
    .top-main-view_2025 h1 {
        font-size: 4rem;
    }
    .font_big {
        font-size: 6rem;
    }
}
/****トップページスマホ*****/
    @media screen and (max-width:768px) {
        .top-main-view_2025 {
            margin-top: 60px;
        }

        .top-main-view_2025 h1 {
            display: none;
        }

        .top-main-view_2025 h2 {
            display: flex;
            font-size: 33px;
            position: absolute;
            left: 5%;
            line-height: 1.3;
            bottom: 5px;
            display: block !important;
            color: #fff;
        }

        .font_big {
            font-size: 58px;
            font-weight: 900;
            color: #fff;
        }

        .top-message {
            padding: 25px 0;
        }

        .top-message_1, .top-message_2 {
            font-size: 14px;
            margin-bottom: 1em;
        }

        .top-message_3 {
            font-size: 14px;
        }

/* 写真スライド */
        .loopSlide {
            position: relative;
            display: flex;
            flex-flow: row nowrap;
            width: 100vw;
            overflow: hidden;
            position: absolute;
            top: 630px;
        }
        .loopSlide ul li {
            max-width: 24%;
            margin-right: 1%;
            min-width: 24%;
        }

/* ABOUT US */
        .top-aboutus {
            padding-top: 190px;
            padding-bottom: 65px;
        }

        .english-title_aboutus {
            font-size: 48px;
            font-family: "Montserrat", sans-serif;
        }

        .japanese-title_aboutus {
            font-size: 18px;
            margin-top: -12px;
            letter-spacing: 0.02em;
        }

        .back_img {
            background-size: 95% auto;
            background-position: 0% 38%;
        }

        .top-aboutus-text {
            margin-top: 21em;
            font-size: 14px;
            padding-bottom: 0;
            line-height: 1.8;
            font-weight: 450;
        }

/*会社紹介資料*/

        .speakerdeck {
            margin-top: 60px;
        }

        .speakerdeck h2 {
            font-size: 18px;
            margin-top: 25px;
        }

/*JOB*/
        .top-department {
            padding: 80px 0 80px 0;
        }

        .department_details {
            display: none;
        }

        .english-title_department_sp {
            font-size: 46px;
            font-family: "Montserrat", sans-serif;
        }

/*社内制度〜オフィス紹介*/
        .department_details_sp {
            display: flex;
            flex-direction: column;
            gap: min(5.0vw);
        }

        .department_box_sp {
            position: relative;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            overflow: hidden;
            width: 100%;
            margin-top: 5px;
        }
        .department_box_sp img {
            height: auto;
            width: 100%;
            transition: transform .6s ease; /* ゆっくり変化させる */
            border-radius: 10px;
            overflow: hidden;
        }
        .department_box_sp a {
            display: block;
            width: 100%;
            overflow: hidden;
            border-radius: 10px;
        }

        .c_link_2_sp::after {
            content: "";
            display: block;
            position: absolute;
            right: 18px;
            bottom: 16px;
            width: 28px;
            height: 26px;
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-circle_white.svg)center no-repeat;
        }

        .c_link_2_sp:hover::after {
            content: "";
            display: block;
            position: absolute;
            right: 18px;
            bottom: 16px;
            width: 28px;
            height: 26px;
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-circle-fill_red.svg)center no-repeat;
        }

        .department_box_sp:hover img {
            transform: scale(1.1); /* 拡大 */
            opacity: 0.7;
            border-radius: 10px;
            overflow: hidden;
        }
        .department_box_sp p {
            position: absolute;
            color: white;
            bottom: 13px;
            left: 25px;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 0.05em;
            line-height: 1.5;
        }

/*社内制度〜オフィス紹介ここまで*/

        .c_link_2::after {
            bottom: 16px;
        }

        .top-department_box_pc {
            display: none;
        }

        .top-department_left_sp {
            display: flex;
        }

        .top-department_right_sp {
            display: flex;
        }

        .top-department_right_sp p {
            margin-bottom: 25px;
        }

        .english-title_department_sp {
            font-size: 48px;
            font-family: "Montserrat", sans-serif;
            font-weight: 900;
            letter-spacing: 0.02em;
            color: #F9634A;
            margin-top: -40px;
        }

        .japanese-title_department_sp {
            font-size: 18px;
            letter-spacing: 0.02em;
            margin-top: -7px;
            margin-left: 20px;
        }

        .top-department-text_sp {
            font-weight: 450;
            line-height: 1.8;
            font-size: 14px;
        }

/*MEMBER*/
        .top-interview  {
            padding: 45px 0 60px 0;
        }

        .english-title_interview {
            font-size: 48px;
            font-family: "Montserrat", sans-serif;
            letter-spacing: 0.02em;
        }

        .japanese-title_interview {
            font-size: 18px;
            margin-top: -10px;
        }

        .member_show {
            flex-direction: column;
            gap: min(6.5vw);
            margin: 30px 0 40px 0;
        }
        .member_box {
            max-width: 100%;
        }

/*FAQ*/
        .top-FAQ {
            padding: 60px 0;
        }

        .qa_box {
            padding-bottom: 1.8em;
        }

        .japanese-title_FAQ {
            font-size: 18px;
        }

        .english-title_FAQ {
            font-size: 48px;
            font-family: "Montserrat", sans-serif;
        }

        .qa summary {
            line-height: 1.6;
            font-size: 16px;
            font-weight: 505;
            padding: 1em 2em 1em 3.5em;
        }
        summary {
            display: block;
            list-style: none;
          }
          
          /* 一部ブラウザで消えなかった場合は以下も追記 */
          summary::-webkit-details-marker {
            display:none;
          }

        .qa p::before {
            margin: 0 0 0 -4px;
        }

        .qa p {
            padding: .3em 3.2em 1.5em;
        }

/*公式コンテンツ*/
        .top-contentlist {
            padding: 60px 0;
        }

        .content_show {
            flex-direction: column;
            gap: min(13.5vw);
        }

        .content_name  {
            margin: 22px 0 4px 0;
            font-size: 20px;
        }

        .content_details {
            font-size: 14px;
        }

/* joinusのボタン */
        .top-join-banner {
            padding-left: 5.5%;
            padding-right: 5.5%;
            padding-top: 4.5%;
            padding-bottom: 17.5%;
            height: auto;
            align-items: center;
        }

        .top-join-banner h1 {
            font-size: 27px;
            letter-spacing: 0.02em;
        }

        .joinus_btn {
            flex-direction: column;
            align-items: center;
        }

        .casualtalk_btn {
            width: 260px;
            font-size: 13px;
            border-radius: 50px;
        }

        .casualtalk_btn::after {
            margin-left: 20px;
        }

        .join_btn {
            width: 260px;
            font-size: 13px;
        }

        .join_btn::after {
            margin-left: 57px;
        }

/* フッター */
        .footer__logo {
            margin-top: -90px;
        }

        .footer__menu2025 {
            flex-direction: column;
        }

        .footer__box {
            display: none;
        }

        .footer__box_sp {
            width: 100%;
            display: block;
        }

        .menu_title_sp {
            margin-bottom: 10px;
            border: none;
            background-color: #fff;
            font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
        }

        .menu_title_sp summary {
            display: flex;
            width: 100%;
            align-items: center;
            position: relative;
            font-weight: 510;
            font-size: 18px;
            cursor: pointer;
            padding-bottom: 10px;
        }

        .menu_title_sp summary::before, .qa p::before {
            position: absolute;
            top: 0.5em;
            font-weight: 600;
            font-size: 1.3em;
        }

        .menu_title_sp summary::after {
            transform: translateY(-25%) rotate(45deg);
            width: 7px;
            height: 7px;
            margin-left: auto;
            border-bottom: 3px solid #F9634A;
            border-right: 3px solid #F9634A;
            content: '';
            transition: transform .5s;
        }

        .menu_title_sp[open] summary::after {
            transform: rotate(225deg);
        }

        .menu_title_sp p {
            color: #323232;
            padding-bottom: 11px;
            padding-left: 20px;
            font-size: 14px;
            transition: transform .5s, opacity .5s;
        }

        .menu_title_sp[open] p {
            transform: none;
            opacity: 1;
        }

        .footer__name_sp p {
            font-weight: 510;
            font-size: 18px;
        }

        .footer__name2_sp {
            margin-top: 25px;
        }

        .footer__name2_sp p {
            font-size: 14px;
            padding-bottom: 15px;
            font-weight: 510;
        }

        .footer__primary {
            padding-bottom: 0;
        }

        .menu_title_sp {
            margin-bottom: 5px;
        }

/* セカンドフッター */
        .footer__menu li:not(:first-child) {
            margin-top: 0;
        }

        .footer__secondary nav > ul > li {
            position: relative;
            float: none;
            margin-right: 35px;
        }

/* ハンバーガーメニュー */
        .drawer-menu__navigation, nav > ul > li {
            float: none;
        }

        .drawer-menu__navigation {
            flex-direction: column;
        }

        .drawer-menu__button {
            margin-left: 0;
        }

/* カジュアル面談ボタン */
        .drawer-menu__button-external-link_1 {
            display: flex;
            align-items: center;
            width: 95%;
            margin:0 auto;
            padding: .4em 0 .4em 1.6em;
            border: 1.5px solid #F9634A;
            border-radius: 30px;
            background-color: #F9634A;
            color: white;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.5s ease;
            margin-bottom: 15px;
        }

        .drawer-menu__button-external-link_1:hover {
            border: none;
            background-color: #BF4739;
            border: 1.5px solid #BF4739;
            color: #fff;
            font-weight: 600;
        }

        .drawer-menu__button-external-link_1::after {
            width: 20px;
            height: 20px;
            margin-left: auto;
            margin-right: 20px;
            content: '';
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
            transition: all 0.5s;
        }

        .drawer-menu__button-external-link_1:hover::after {
            border-color: #fff;
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
            transform: translate(6px,0);
        }

/* 募集職種一覧ボタン */
        .drawer-menu__button-external-link_2 {
            display: flex;
            align-items: center;
            width: 95%;
            margin:0 auto;
            padding: .4em 0 .4em 1.6em;
            border: 1.5px solid #D1D1D1;
            border-radius: 30px;
            background-color: white;
            color: #323232;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.5s ease;
            margin-bottom: 40px;
        }

        .drawer-menu__button-external-link_2:hover {
            border: none;
            background-color: white;
            border: 1.5px solid #F9634A;
            color: #323232;
            font-weight: 600;
        }

        .drawer-menu__button-external-link_2::after {
            width: 20px;
            height: 20px;
            margin-left: auto;
            margin-right: 20px;
            content: '';
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
            transition: all 0.5s;
        }

        .drawer-menu__button-external-link_2:hover::after {
            border-color: #fff;
            background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_red.svg);
            transform: translate(6px,0);
        }

        .drawer-menu__menu hr {
            margin-bottom: 35px;
            background-color: #fff;
        }
    }

/****固定ページ*****/

.page {
    padding: 120px 0;
    background-color: #f5f5f5;
}
.wrapper {
    clear:both;
}
.wrapper3 {
    padding:0 5% 80px;
}
.wrapper3 h1.japanese-title {
    font-size: 22px;
    font-weight: 550;
    margin-top: 1.5em;
}

.wrapper3 p.english-title {
    font-size: 92px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #F9634A;
    margin-top: -20px;
}
.wrapper3 img {
    border-radius: 20px;
}
@media screen and (max-width:768px) {
    .page {
        padding:60px 0 100px;
    }
    .wrapper3 {
        padding:0px 5% 20px;
    }
    .wrapper3 h1.japanese-title {
        font-size: 16px;
    }

    .wrapper3 p.english-title {
        font-size: 40px;
        margin-top: -5px;
    }
}

/***FAQ***/


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

        .japanese-title_FAQ {
            margin-top: 3em;
            margin-bottom: 10px;
            font-size: 16px
        }
        .top-FAQ {
            padding: 60px 0;
        }

        .qa_box {
            padding-bottom: 40px;
        }

        .english-title_FAQ {
            font-size: 40px;
        }
    }


/***casualtalk***/

    .japanese-title_casualtalk {
        font-size: 22px;
        font-weight: 550;
        margin-top: 1.5em;
    }

    .english-title_casualtalk {
        font-size: 92px;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        letter-spacing: 0.02em;
        color: #F9634A;
        margin-top: -20px;
    }

    .casualtalk_top_sp {
        display: none;
    }

    .casualtalk_txt {
        font-weight: 550;
        text-align: center;
        margin: 90px 0;
        font-size: 16px;
    }

    .casualtalk_titile {
        color: #F9634A;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-bottom: 2.7em;
    }

    .casualtalk_titile_img_sp {
        display: none;
    }

    .casualtalk_titile:after {
        content: '';
        height: 1px;
        flex-grow: 1;
        background-color: #323232;
        margin-left: 2em;
    }

    .what_casualtalk {
        display: flex;
        justify-content: space-between;
        margin-bottom: 11em;
    }

    .what_casualtalk_left {
        width: 55%;
    }

    .what_casualtalk_left_title {
        line-height: 1.8;
        font-size: 2.5rem;
        font-weight: 550;
        margin-bottom: 0.9em;
    }

    .what_casualtalk_left_txt {
        margin-bottom: 4em;
    }

    .what_casualtalk_left_txt_sp {
        display: none;
    }

    .what_casualtalk_right {
        margin-top: 1.5em;
        width: 40%;
    }

    .red_btn {
        display: flex;
        align-items: center;
        width: 250px;
        padding: .9em 2em;
        border: 2px solid #F9634A;
        border-radius: 30px;
        background-color: #F9634A;
        color: white;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
    }

    .red_btn:hover {
        border: none;
        background-color: #BF4739;
        border: 2px solid #BF4739;
        color: white;
        font-weight: 600;
    }

    .red_btn::after {
        width: 23px;
        height: 23px;
        position: absolute;
        margin-left: 235px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transition: all 0.5s;
    }

    .red_btn:hover::after {
        border-color: white;
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transform: translate(6px,0);
    }

    /* こんな方におすすめ */
    .best_casualtalk_title {
        line-height: 1.8;
        font-size: 2.5rem;
        font-weight: 550;
        margin-bottom: 1em;
    }

    .best_casualtalk_title_sp {
        display: none;
    }

    .casualtalk_best_box {
        background-color: #fff;
        border-radius: 15px;
        padding: 2.5em 3em;
        margin-bottom: 11em;
    }

    .casualtalk_best::before {
        content: '';
        display: inline-block;
        width: 6.5px;
        height: 6.5px;
        margin-right: 15px;
        border-radius: 50%;
        background: #F9634A;
        align-items: center;
        margin-bottom: 2px;
    }

    /* 面談担当 */
    .interviewer_casualtalk_title {
        line-height: 1.8;
        font-size: 2.5rem;
        font-weight: 550;
        margin-bottom: 1em;
    }

    /* お申し込み */
    .casualtalk_apply_space {
        margin-top: 60px;
    }

    .casualtalk_apply_box {
        background-color: #fff;
        border-radius: 15px;
        padding: 2.5em 3em;
        margin-bottom: 1.5em;
        font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .casualtalk_apply_titile {
        margin-bottom: 1em;
        font-size: 2rem;
    }

    .red2_btn {
        display: flex;
        align-items: center;
        width: 250px;
        margin:0 auto;
        margin-top: 60px;
        padding: .9em 2em;
        border: 2px solid #F9634A;
        border-radius: 30px;
        background-color: #F9634A;
        color: white;
        font-size: 1em;
        font-weight: 600;
        transition: all 0.5s ease;
    }

    .red2_btn:hover {
        border: none;
        background-color: #BF4739;
        border: 2px solid #BF4739;
        color: white;
        font-weight: 600;
    }

    .red2_btn::after {
        width: 23px;
        height: 23px;
        position: absolute;
        margin-left: 235px;
        content: '';
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transition: all 0.5s;
    }

    .red2_btn:hover::after {
        border-color: white;
        background: url(//jobs.spiderplus.co.jp/images/2504/arrow-right-short_withe.svg);
        transform: translate(6px,0);
    }

    @media screen and (max-width:768px) {
/*CASUAL TALK*/
        .japanese-title_casualtalk {
            margin-top: 3em;
            margin-bottom: 10px;
            font-size: 16px
        }
        .top-casualtalk {
            padding: 60px 0;
        }

        .english-title_casualtalk {
            font-size: 40px;
            margin-bottom: 8px;
        }

        .casualtalk_top_pc {
            display: none;
        }

        .casualtalk_top_sp {
            display: block;
        }

        .casualtalk_txt {
            margin: 3.5em 0 6.5em 0;
            font-size: 11px;
        }

        .casualtalk_titile {
            font-size: 14px;
            margin-bottom: 2em;
        }

        .casualtalk_titile:after {
            margin-left: 1.8em;
        }

        .casualtalk_titile_img_sp {
            display: block;
            margin-bottom: 45px;
        }

        .what_casualtalk {
            flex-direction: column;
            margin-bottom: 6em;
        }

        .what_casualtalk_left {
            width: 100%;
        }

        /*タイトル共通*/
        .what_casualtalk_left_title {
            font-size: 1.8rem;
            margin-bottom: 1em;
        }

        .what_casualtalk_right {
            display: none;
        }

        .what_casualtalk_left_txt {
            display: none;
        }

        .what_casualtalk_left_txt_sp {
            display: block;
            margin-bottom: 3em;
        }

        .red_btn {
            font-size: 13px;
            margin: 0 auto;
            width: 245px;
        }

        .best_casualtalk_title {
            display: none;
        }

        .best_casualtalk_title_sp {
            display: block;
            font-size: 1.8rem;
            margin-bottom: 1em;
            line-height: 1.8;
        }

        .casualtalk_best_box {
            border-radius: 10px;
            padding: 1.6em 1.7em;
            margin-bottom: 6em;
            margin-top: 25px;
        }

        .casualtalk_best {
            font-size: 14px;
        }

        /*面談担当*/
        .interviewer_casualtalk_title {
            font-size: 1.8rem;
            margin-bottom: 1em;
        }

        .page .wrapper .member_show {
            flex-direction: column;
            gap: min(6.0vw);
            margin: 25px 0 6em 0;
        }

        /*お申し込み*/
        .casualtalk_apply_space {
            margin-top: 40px;
        }

        .casualtalk_apply_box {
            border-radius: 10px;
            padding: 1.6em 1.7em;
            margin-bottom: 1.5em;
            font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
        }

        .casualtalk_apply_titile {
            margin-bottom: 0.5em;
            font-size: 1.8rem;
        }

        .red2_btn {
            font-size: 13px;
            margin: 0 auto;
            width: 245px;
            margin-top: 40px;
        }
    }
/***人と働き方***/
.global_menu {
    background: #f5f5f5;
    position: relative;
    margin:-60px 0px 80px;
}
nav.global_menu > ul > li {
    position: static;
    float: none;
    margin-right: 0;
}
.global_menu_ul {
    display: flex;
    justify-content: space-around;
    position: relative;
}
li.kasen {
    min-width: 240px;
}
li.kasen a {
    padding: 5px 5px;
    margin: 10px 10px;
}
/***社内制度・福利厚生***/
.various-systems-items h2 br {
    display:none
}
@media screen and (max-width:768px) {
    .various-systems-items h2 br {
        display: block;
    }
}