@charset "UTF-8";

body,
html {
    height: 100%
}

body {
    margin: 0
}

main {
    display: block
}

ol,
ul {
    list-style-type: none;
    padding: 0
}

dl,
dt,
ol,
ul {
    margin: 0
}

dt {
    font-weight: 700
}

dd,
figure {
    margin: 0
}

iframe {
    border: 0
}

img,
picture {
    border: 0;
    margin: 0;
    vertical-align: bottom
}

table {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
    text-align: left;
    width: 100%
}

thead {
    line-height: 1.5;
    vertical-align: bottom
}

tbody {
    vertical-align: top
}

th {
    font-weight: 700
}

html {
    font-size: 10px
}

body {
    color: #323232;
    font-size: 1.6rem;
    line-height: 1.8
}

@font-face {
    font-display: swap;
    font-family: Spiderplus-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(/jobs/wp/wp-content/themes/spider-plus-recruit/assets/fonts/Spiderplus-Medium.otf) format("opentype")
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-family: Spiderplus-Medium, Noto Sans JP, Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Meiryo, メイリオ, Osaka, MS PGothic, arial, helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    margin: 0
}

h1 {
    font-size: 3.5rem;
}

p {
    color: #323232;
    margin: 0
}

@media screen and (max-width:768px) {
    p {
        font-size: 1.4rem;
    }

    .interview-pagination .pagination a,
    .interview-pagination .pagination span {
        font-size: 1.7rem;
    }
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

hr {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: .75em 0
}

.container {
    position: relative;
    width: 100%
}

.container::-webkit-scrollbar {
    display: none
}

.sp-show {
    display: block
}

.pc-show {
    display: none
}

.english-title {
    color: #f9634a;
}

.japanese-title {
    font-size: 3.5rem;
}

header.header {
    font-size: 1.3rem;
}

.icon-link {
    height: 15px;
    width: 15px;
    padding-left: 8px;
}

g [属性スタイル] {
    transform: translate(0.5, 0.5);
}

.button-external-link .icon-link__data {
    stroke: #f9634a;
    -webkit-transition: stroke .3s ease-out;
    -o-transition: stroke .3s ease-out;
    transition: stroke .3s ease-out;
}

.icon-link__data {
    fill: none;
    stroke: #f9634a;
    stroke-miterlimit: 10;
}

path [属性スタイル] {
    d: path("M 8.631 30.2 H 3.62 V 41.334 H 14.755 V 35.767");
    transform: translate(-3.62, -27.136);
}

.button-external-link {
    color: #f9634a;
    line-height: 1;
}

a:-webkit-any-link {
    cursor: pointer;
}



.workplace-header.interview-header,
.data-header,
.system-header,
.interview-header {
    padding-bottom: 100px;
}

section.top-main-view,
.system-header,
section.department-header,
.data-header,
.interview-header,
.issue-header {
    margin-top: 80px;
}

@media screen and (max-width:768px) {
    section.department-header {
        margin-top: 60px;
    }
}

.fadeIn {
    transform: translate3d(0, 40px, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.slide {
    position: relative;
    height: 80vh;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slider-1 24s linear infinite;
    z-index: -2;
}

.slide-image:nth-child(1) {
    background-image: url(https://jobs.spiderplus.co.jp/images/2504/mainvisual02.jpg);
    animation-delay: -2s;
}

.slide-image:nth-child(2) {
    background-image: url(https://jobs.spiderplus.co.jp/images/2504/mainvisual04.jpg);
    animation-delay: 6s;
}

.slide-image:nth-child(3) {
    background-image: url(https://jobs.spiderplus.co.jp/images/2504/mainvisual03.jpg);
    animation-delay: 14s;
}

@keyframes slider-1 {

    /* 非表示状態からフェードインを開始する */
    0% {
        opacity: 0;
        transform: scale(1);
        /* ズームのための指定 */
    }

    /* フェードインを完了し完全表示する */
    4.16% {
        opacity: 1;
    }

    /* ここまで完全表示を維持したらフェードアウトを開始する */
    33.33% {
        opacity: 1;
    }

    /* フェードアウトを完了し非表示にする */
    41.66% {
        opacity: 0;
        transform: scale(1.2);
        /* ズームのための指定 */
    }

    100% {
        opacity: 0;
    }
}

.top-main-view h1 {
    font-family: Spiderplus-Medium;
    font-size: 2.5rem;
    font-weight: lighter;
    color: #fff;
    border: solid 2px #fff;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
}

.top-main-view h2 {
    text-align: center;
    margin-top: 3rem;
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
}

.top-main-view h2 .yellow {
    color: #fece00;
}

.top-main-view h2 .red {
    color: #f9634a;
}

.top-main-view p {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.top-department {
    padding-bottom: 50px;
}

.wrapper,
.data-wrapper {
    margin: auto;
    max-width: 1000px;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

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

    .wrapper,
    .data-wrapper {
        max-width: 768px;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .slide {
        background: url(images/mainvisual.jpg)no-repeat 80%/cover;
        height: 80vh;
        overflow: hidden;
        height: 360px;
    }

    .top-main-view h1 {
        font-size: 2rem;
        border: none;
        width: 100%;
        margin-top: 40px;
        border: solid 1px;
        width: 160px;
    }

    .top-main-view h2 {
        font-size: 2.5rem;
        padding: 0px 60px;
        margin-top: 2.5rem;
        line-height: 4rem;
    }

    .top-main-view p {
        padding: 0px 20px;
        margin-top: 20px;
    }

    section.top-main-view,
    .system-header,
    section.department-header,
    .data-header,
    .interview-header,
    .issue-header {
        margin-top: 60px;
    }
}


.top-department-text,
.top-about-text {
    padding-top: 10px;
    padding-bottom: 40px;
}

.department.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.data .flex {
    display: flex;
    justify-content: space-around;
}

.system .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.department ul {
    width: calc(27% - 2.777%);
    height: 240px;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.department ul:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.department img {
    width: 80px;
    padding-top: 45px;
}

.department h2 {
    font-size: 2rem;
    padding-top: 20px;
}

.department p {
    color: #d3d3d3;
}

@media screen and (max-width:768px) {
    .japanese-title {
        font-size: 2.2rem;
    }

    .department ul {
        width: calc(50% - 1%);
        height: 160px;
        margin-bottom: 10px;
    }

    .department h2 {
        font-size: 1.5rem;
        padding-top: 15px;
    }

    .department img {
        width: 55px;
        padding-top: 25px;
    }

}




.top-interview .flex {
    display: flex;
    padding-bottom: 40px;
}

.top-interview-left {
    width: 50%;
}

.top-interview-right {
    width: 50%;
    text-align: right;
    padding-top: 25px;
    font-weight: bold;
}

.top-interview-right a,
.group-interview-right a {
    color: #323232;
    border-radius: 20px;
    padding: 10px 15px;
    background-color: #e8e8e8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-interview-right a:hover,
.group-interview-right a:hover {
    background-color: #f9634a;
    color: #fff;
}

.top-interview-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-interview-item {
    width: 100%;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 40px;
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
}

.top-interview-item:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    transform: translate(0, 5px);
}

.interview-item__image img {
    width: 220px;
    object-fit: cover;
    height: 182px;
    border-radius: 10px;
}

.interview-item__thumbnail .interview-item__image img {
    height: 350px;
}

.interview-item__image {
    overflow: hidden;
    position: relative;
    width: 220px;
    height: 182px;
    background-color: #fff;
    padding: 15px;
}

.interview-item__details {
    padding: 0px 20px 15px 15px;
    width: 60%;
}

.interview-item__name {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

h3.interview-item__message {
    font-size: 1.6rem;
}

span.interview-item__roll {
    font-weight: bold;
    font-size: 1.1rem;
}

.interview-item__image2 img {
    width: 500px;
    margin-bottom: 80px;
}

.interview-item__details2 {
    width: 500px;
}

.interview_flex {
    display: flex;
}

.interview-item__message2 {
    font-weight: bold;
    font-size: 3rem;
}

.interview-item__name2 {
    font-size: 3rem;
}

.interview-related__list_related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 0;
}

a.top-interview-list-box {
    width: calc(50% - 1%);
}

@media screen and (max-width:768px) {
    a.top-interview-list-box {
        width: 100%;
    }

    .top-interview .flex {
        display: block !important;
    }

    .top-interview-left,
    .group-interview-left {
        width: 100%;
    }

    .top-interview-right {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

    .top-interview-right a,
    .group-interview-right a {
        font-size: 1.2rem;
        padding: 8px 15px;
    }

    .top-interview-item {
        display: block !important;
    }

    .interview-item__image img {
        width: 100%;
    }

    .interview-item__details {
        padding: 0px 20px 20px 20px;
    }

    .top-interview-item {
        width: 100%;
        height: auto;
    }

    .interview-item__image {
        width: 90%;
    }

    .interview-item__details,
    figure.interview-item__image2 {
        width: 90%;
    }

    .interview__column {
        width: 90%;
    }

    .interview_flex {
        display: block;
    }

    .interview-item__details2 {
        width: 90%;
    }

    .interview-item__image2 img {
        margin-bottom: 0px;
    }

    .interview-item__name2 {
        font-size: 2rem;
    }

    .interview-item__message2 {
        font-size: 2.2rem;
    }

    .interview-related {
        width: 100%;
    }
}


.top-about {
    padding: 100px 0px;
    background-color: #f2f2f2;
    position: relative;
}

.top-about-document {
    background: url(https://jobs.spiderplus.co.jp/images/about.jpg) no-repeat 50%/cover;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.top-about-document-box {
    width: 450px;
    background-color: #fff;
    position: absolute;
    top: 450px;
    left: 90px;
    padding: 35px;
    border-radius: 10px;
    z-index: 2;
}

.top-about-document-box h1 {
    font-size: 3rem;
    padding-bottom: 10px;
}

.top-about-document-box p {
    padding-bottom: 20px;
}

.top-about-document-box a {
    color: #f9634a;
    font-weight: 500;
    font-size: 1.4rem;
    background: #fff;
    padding: 4px 18px;
    border-radius: 25px;
    border: solid #f9634a 1.5px;
    display: inline-block;
    transition: transform 0.3s;
}

.top-about .flex {
    display: flex;
    padding-top: 150px;
    justify-content: space-between;
    overflow: hidden;
}

.top-about-item01 {
    background: url(https://jobs.spiderplus.co.jp/images/about_01.png) no-repeat 100%/cover;
    height: 300px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.top-about-item01:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.top-about-item02 {
    background: url(https://jobs.spiderplus.co.jp/images/about_02.png) no-repeat 100%/cover;
    height: 300px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.top-about-item02:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.top-about-item03 {
    background: url(https://jobs.spiderplus.co.jp/images/about_03.png) no-repeat 100%/cover;
    height: 300px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.top-about-item03:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.top-about-item01 p,
.top-about-item03 p {
    text-align: center;
    padding-top: 125px;
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
}

.top-about-item02 p {
    text-align: center;
    padding-top: 105px;
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
}

.top-about-element {
    width: calc(33% - 1%);
}

@media screen and (max-width:768px) {
    .top-about-document {
        background: url(https://jobs.spiderplus.co.jp/images/about.jpg) no-repeat 100%/cover;
        height: 200px;
    }

    .top-about-document-box {
        width: auto;
        background-color: transparent;
        left: auto;
        top: 460px;
        padding: 20px;
    }

    .top-about-document-box h1 {
        font-size: 2.2rem;
    }

    .top-about .flex {
        padding-top: 300px;
    }

    .top-about .flex {
        display: block;
    }

    .top-about-item01 {
        background: url(https://jobs.spiderplus.co.jp/images/about_01.png) no-repeat 100%/cover;
        width: 100%;
        height: 120px;
        border-radius: 8px;
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .top-about-item02 {
        background: url(https://jobs.spiderplus.co.jp/images/about_02.png) no-repeat 100%/cover;
        width: 100%;
        height: 120px;
        border-radius: 8px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .top-about-item03 {
        background: url(https://jobs.spiderplus.co.jp/images/about_03.png) no-repeat 100%/cover;
        width: 100%;
        height: 120px;
        border-radius: 8px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .top-about-item01 p,
    .top-about-item03 p {
        padding-top: 45px;
        font-size: 2rem;
    }

    .top-about-item02 p {
        padding-top: 26px;
        font-size: 2rem;
    }

    .top-about-document-box a {
        font-size: 1.3rem;
    }

    .top-about {
        padding: 50px 0px 80px 0px;
    }
}


.top-spiderclass {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    height: 250px;
    margin-top: 60px;
}

.top-spiderclass img {
    width: 40%;
    padding-top: 60px;
    position: absolute;
    top: 7px;
    left: 60px;
}

.top-spiderclass-text {
    position: absolute;
    top: 55px;
    left: 550px;
    padding-right: 70px;
    font-weight: 500;
}

.top-spiderclass-link {
    display: inline-block;
    color: #f9634a;
    position: relative;
    padding-bottom: 5px;
    font-size: 1.6rem;
}

.top-spiderclass-link::before {
    content: "";
    padding-right: 5px;
    background: #ff701e;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.top-spiderclass-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media screen and (max-width:768px) {
    .top-spiderclass img {
        width: 65%;
        padding-top: 0px;
        top: 40px;
        left: 55px;
    }

    .top-spiderclass-text {
        position: absolute;
        top: 110px;
        text-align: center;
        left: auto;
        padding: 25px;
    }

    .top-spiderclass {
        height: 300px;
    }

}


.top-techblog {
    position: relative;
    background: url(https://jobs.spiderplus.co.jp/images/techblog_back.png) no-repeat 100%/cover;
    height: 250px;
    border-radius: 10px;
    height: 250px;
    margin-top: 60px;
}

.top-techblog img {
    width: 40%;
    padding-top: 60px;
    position: absolute;
    top: 10px;
    right: 60px;
}

.top-techblog-text {
    position: absolute;
    top: 55px;
    right: 550px;
    padding-left: 70px;
    font-weight: 500;
}

.techblog-about {
    color: #fff;
}


.top-techblog-link {
    display: inline-block;
    color: #fece00;
    position: relative;
    padding-bottom: 5px;
    font-size: 1.6rem;
}

.top-techblog-link::before {
    content: "";
    padding-right: 5px;
    background: #fece00;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.top-techblog-link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.top-techblog-link .icon-link__data {
    fill: none;
    stroke: #fece00;
    stroke-miterlimit: 10;
}

@media screen and (max-width:768px) {
    .top-techblog {
        height: 300px;
    }

    .top-techblog img {
        width: 65%;
        padding-top: 0px;
        top: 40px;
        left: 55px;
    }

    .top-techblog-text {
        position: absolute;
        top: 110px;
        text-align: center;
        right: auto;
        padding: 25px;
    }
}



.top-issue .flex {
    display: flex;
}

.top-issue {
    padding: 100px 0px;
}

.top-issue-left,
.system-box-left {
    width: 65%;
}

.top-issue-right,
.system-box-right {
    width: 35%;
    text-align: right;
}

.top-issue-right img,
.system-box-right img {
    width: 80%;
}

.top-issue .japanese-title,
.system-box .japanese-title {
    padding-bottom: 40px;
}

.welfare-guidebook-name {
    padding-bottom: 10px;
}

.top-issue a {
    display: inline-block;
    color: #323232;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 50px;
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #e8e8e8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-issue a:hover,
.data-box-lp a:hover,
.welfare-guidebook a:hover {
    background-color: #f9634a;
    color: #fff;
}

@media screen and (max-width:768px) {
    .top-issue .flex {
        display: block;
    }

    .top-issue-left {
        width: auto;
    }

    .top-issue-right {
        display: none;
    }

    .top-issue a {
        font-size: 1.2rem;
        margin-top: 30px;
    }

    .top-issue {
        padding: 50px 0px 70px 0px;
    }
}


.top-join-banner {
    background: url(https://jobs.spiderplus.co.jp/images/join_our_team.jpg) no-repeat 50%/cover;
    height: 400px;
    text-align: center;
}

.top-join-banner h1 {
    font-size: 5rem;
    font-weight: 300;
    color: #fff;
    padding-top: 70px;
}

.top-join-banner p {
    color: #fff;
    padding: 20px 0px 30px 0px;
}

.button-external-link {
    color: #f9634a;
    font-weight: 500;
    font-size: 2rem;
    padding: 15px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: .3s;
}

.button-external-link:hover {
    transform: scale(1.1);
}

.header_button-external-link,
.button-external-link2 {
    color: #f9634a;
    font-weight: 500;
    font-size: 1.4rem;
    background: #fff;
    padding: 4px 18px;
    border-radius: 25px;
    border: solid #f9634a 1.5px;
    display: inline-block;
    transition: transform 0.3s;
}

.header_button-external-link:hover,
.button-external-link2:hover,
.top-about-document-box a:hover {
    transform: scale(0.9);
}



@media screen and (max-width:768px) {
    .top-join-banner h1 {
        font-size: 3rem;
        padding-top: 40px;
    }

    .top-join-banner {
        padding: 0px 20px;
    }

    .button-external-link {
        font-size: 1.4rem;
        padding: 12px 20px;
        border-radius: 25px;
    }

    .top-join-banner {
        height: 340px;
    }

    .top-join-banner p {
        padding: 20px 0px 40px 0px;
    }

}



/*---------------
　　オフィス紹介
----------------*/

.workplace-tokyo-gallery {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

.workplace-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/workplace_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 80px;
}

.workplace-header h1,
.interview-header h1,
.data-header h1,
.system-header h1,
.department-header h1,
.department-header2 h1,
.issue-header h1 {
    font-size: 5.5rem;
    font-weight: lighter;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 150px;
}

.workplace-header h2,
.interview-header h2,
.data-header h2,
.system-header h2,
.department-header h2,
.issue-header h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
}

.workplace-tokyo h1,
.workplace-tokyo-gallery h1,
.workplace-other h1 {
    background-image: linear-gradient(90deg, #F9634A 0 20%, #fece00 20%);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
    padding-bottom: 20px;
}

.workplace-tokyo h2,
.workplace-tokyo-gallery h2 {
    font-size: 3rem;
    padding: 70px 0px 30px 0px;
}

.office-tour-movie p,
.interview-header-text {
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 100px;
}

.workplace-tokyo-gallery .gallery {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 50px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-wrap: break-word;
}

.gallery-flex {
    width: 48%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 50px;
}

.p-about-us-profile__map--box {
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
}

.workplace-other iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    flex-shrink: 0;
    width: 100%;
}

.p-about-us-profile__map--box {
    margin-bottom: 100px;
}

.p-about-us-profile__map--box--text {
    padding: 70px 55px 30px 55px;
    width: 500px;
}

.p-about-us-profile__map--box--text--name {
    border-bottom: 1px solid #000;
    font-family: europa, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
    padding-bottom: 10px;
}

.p-about-us-profile__map--box--text--acceess {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2.125;
    padding-top: 10px
}

.workplace-other-text {
    padding: 50px 0px;
}

.workplace-other {
    padding: 100px 0px;
}

@media screen and (max-width:768px) {
    .workplace-header-image {
        height: 180px;
    }

    .workplace-tokyo h1,
    .workplace-tokyo-gallery h1,
    .workplace-other h1 {
        font-size: 2rem;
    }

    .workplace-header,
    .interview-header,
    .data-header,
    .system-header {
        padding-bottom: 50px;
        margin-top: 60px;
    }

    .interview-header {
        padding-bottom: 30px;
    }

    .workplace-tokyo h2,
    .workplace-tokyo-gallery h2 {
        font-size: 1.8rem;
        padding: 40px 0px 15px 0px;
    }

    .workplace-tokyo-gallery {
        padding: 50px 0px;
    }

    .workplace-tokyo-gallery .gallery {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .workplace-tokyo-gallery .flex {
        display: block;
    }

    .gallery-flex {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .workplace-other {
        padding: 50px 0px;
    }

    .p-about-us-profile__map--box {
        display: block;
    }

    .p-about-us-profile__map--box>div {
        width: 100%;
    }

    .p-about-us-profile__map--box {
        padding: 20px;
    }

    .p-about-us-profile__map--box--text {
        padding: 0px;
    }

    .p-about-us-profile__map--box--text--acceess {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .p-about-us-profile__map--box {
        margin-bottom: 30px;
    }

    .workplace-other-text {
        padding: 30px 0px;
    }

    .p-about-us-profile__map--box--text--name {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }
}


/*-----------------
　　社員インタビュー
------------------*/
.interview-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/Interview_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 80px;
}

.interview-header-text,
.data-header-text {
    padding-top: 0px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 100px;
}

.interview-link__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45%;
    font-weight: bold;
}

.interview-link__list li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    list-style: none;
    text-align: center
}

.interview-link__list li a {
    border-bottom: 3px solid #fff;
    color: #323232;
    padding: 5px;
    -webkit-transition: border .3s ease-out, color .3s ease-out;
    -o-transition: border .3s ease-out, color .3s ease-out;
    transition: border .3s ease-out, color .3s ease-out
}

.interview-link__list li a.current,
.interview-link__list li a:hover {
    border-bottom: 3px solid #f9634a;
    color: #f9634a;
    font-weight: 500
}

.interview-list-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.interview-list {
    width: 240px;
    padding-bottom: 30px;
}

.interview-list-flex img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 25px;
}

.interview-item__read-more a {
    margin-top: 10px;
    color: #F9634A;
    border: #F9634A solid 2px;
    padding: 3px 13px;
    border-radius: 30px;
}

.interview-item__read-more {
    margin: 20px 0px 70px 0px;

}

.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.interview-pagination .pagination a,
.interview-pagination .pagination span {
    font-size: 2.3rem;
    padding: 0 0.75em;
}

@media screen and (max-width:768px) {
    .interview-header-image {
        height: 180px;
    }

    .interview-link__list {
        display: flex;
        font-size: 1.2rem;
    }

    .interview-link__list li {
        margin-bottom: 5px;
    }

    .interview-list {
        width: 100%;
        text-align: center;
        padding-bottom: 0px;
    }

    .interview-list-flex img {
        width: 280px;
        height: 280px;
    }

    .interview-item__read-more {
        margin: 20px 0px 20px 0px;
    }

    .interview-item__name {
        text-align: left;
    }

    h3.interview-item__message {
        text-align: left;
    }

    .interview-header-text {
        padding-bottom: 70px;
    }

    .interview-pagination .pagination a,
    .interview-pagination .pagination span {
        font-size: 1.6rem;
    }

    .interview-link__list {
        width: 100%;
    }
}



/*---------------------------
　　データでみるスパイダープラス
----------------------------*/
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.data-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/data_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
}

.gray {
    background-color: #f2f2f2;
}

.data-box-03 {
    background-color: #fff;
    width: calc(33% - 1%);
    height: 290px;
    border-radius: 15px;
    margin-bottom: 22px;
}

.data-box-02 {
    background-color: #fff;
    width: calc(49% - 0.5%);
    height: 450px;
    border-radius: 15px;
    margin-bottom: 22px;
}

.data-box-01 {
    background-color: #fff;
    width: calc(99% - 0.5%);
    height: 510px;
    border-radius: 15px;
    margin-bottom: 22px;
}

.data-box-01.kaiwa {
    background-color: #fff;
    width: calc(99% - 0.5%);
    height: 600px;
    border-radius: 15px;
    margin-bottom: 22px;
}

.date {
    font-size: 1rem;
    text-align: right;
    padding: 10px 15px 0 0;
}

.data-wrapper h1 {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 20px;
}

.count-size {
    font-size: 9rem;
}

.data-wrapper h2 {
    text-align: center;
}

.danjo.data-flex.padding {
    display: flex;
}

.data-box-03,
.data-box-02,
.data-box-01 {
    text-align: center;
}

.data-box-03 img {
    width: 120px;
}

.data-box-03 h2 {
    line-height: 1.3;
}

.data-box-comment {
    font-weight: bold;
}

.danjo.flex {
    display: flex;
    justify-content: space-around;
}

.danjo img {
    width: 80px;
    padding-top: 10px;
}

.danjo .count-size {
    font-size: 6.5rem;
}

.danjo {
    padding: 0px 50px;
    display: flex;
    justify-content: space-around;
}

.count-size-right {
    color: #F9634A;
    font-size: 6.5rem;
}

.data-box-02 img {
    width: 420px;
    padding-top: 10px;
}

.data-box-01 p {
    font-weight: bold;
    padding-top: 20px;
}

.data-box-01 h1 {
    font-weight: bold;
    padding-top: 40px;
}

.data-box-01 img {
    width: 75%;
    padding-top: 40px;
    margin: 0 auto;
}

.kaiwa img {
    width: 70%;
}

.data-box-lp {
    text-align: center;
    background-color: #fff;
    width: calc(33% - 1%);
    height: 210px;
    border-radius: 15px;
    margin-bottom: 22px;
}

.lp-date {
    padding-top: 15px;
}

.lp-title {
    padding-top: 10px;
}

.data-box-lp h4 {
    font-size: 1.9rem;
    padding: 10px 0px;
}

.data-box-lp a {
    display: inline-block;
    color: #323232;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
    border-radius: 30px;
    padding: 5px 25px;
    background-color: #e8e8e8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.data h3 {
    font-size: 2.5rem;
    padding: 50px 0px 20px 0px;
}

.data-wrapper {
    padding-bottom: 150px;
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .data-header-image {
        height: 180px;
        margin-bottom: 30px;
    }

    .date {
        font-size: 0.6rem;
        text-align: right;
        padding: 10px 15px 0 0;
    }

    .workplace-header h1,
    .interview-header h1,
    .data-header h1,
    .system-header h1,
    .department-header h1,
    .department-header2 h1 {
        font-size: 2.4rem;
        padding: 90px 20px 0px 20px;
    }

    .workplace-header h2,
    .interview-header h2,
    .data-header h2,
    .system-header h2,
    .department-header h2 {
        font-size: 2.2rem;
        padding: 0px 20px;
    }

    .data-header {
        padding-bottom: 0px;
    }

    .data .flex {
        display: flex;
    }

    .data-box-03 {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    .count-size {
        font-size: 7rem;
    }

    .data-wrapper h1 {
        padding-top: 10px;
        font-size: 2rem;
    }

    .data-wrapper h2 {
        line-height: 1.3;
    }

    .data-box-comment {
        padding-bottom: 30px;
    }

    .danjo .count-size,
    .count-size-right {
        font-size: 6rem;
    }

    .danjo.flex h2 {
        padding-bottom: 30px;
    }

    .data .flex {
        display: block;
    }

    .data-flex {
        display: flex;
        justify-content: space-around;
    }

    .danjo.padding {
        padding-bottom: 30px;
    }

    .data-box-02 {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    .data-box-02 img {
        width: 90%;
        padding: 30px 0px;
    }

    .data-box-02.padding img {
        padding-top: 0px;
    }

    .data-box-01 img {
        width: 60%;
        padding-top: 20px;
    }

    .data-box-01 h1 {
        padding: 30px 20px 10px;
    }

    .data-box-01 {
        height: 100%;
        padding-bottom: 30px;
    }

    .data-box-01.kaiwa {
        background-color: #fff;
        width: 100%;
        height: 400px;
        border-radius: 15px;
        margin-bottom: 22px;
    }

    .data-box-01 p {
        padding: 0px 30px;
    }

    .data-box-01 p {
        font-weight: 400;
    }

    .sp.img {
        width: 100%;
    }

    .data-box-lp {
        width: 100%;
    }

    .data-wrapper {
        padding-bottom: 80px;
    }

    .data h3 {
        font-size: 2rem;
    }

    .data-box-01,
    .data-box-01.kaiwa,
    .data-box-lp {
        border-radius: 8px;
    }

    img.slack {
        width: 90%;
    }
}

/*-------------------
　　社内制度・福利厚生
--------------------*/

.system-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/system_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
}

.system-title {
    width: 40%;
    align-items: center;
    font-size: 3.5rem;
    background: url(https://jobs.spiderplus.co.jp/images/system_text.png)no-repeat 50%/cover;
}

.system-title-text {
    align-items: center;
    padding-top: 20px;
}

.system-box {
    padding-top: 100px;
    display: flex;
}

.system-box-right.sijou {
    text-align: left;
}

.welfare-title {
    width: 40%;
    align-items: center;
    font-size: 3.5rem;
    background: url(https://jobs.spiderplus.co.jp/images/welfare_text.png)no-repeat 50%/cover;
}

.welfare-title-box {
    margin-top: 200px;
    margin-bottom: 50px;
}

.welfare-flex,
.welfare-lunch-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.welfare-box {
    width: calc(50% - 2.777%);
    padding-top: 50px;
}

.welfare-box img {
    width: 450px;
    padding: 20px 0px;
}

.welfare-lunch-image,
.welfare-guidebook-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.welfare-lunch {
    padding: 2em 2em;
    margin: 2em 0 15rem 0;
    ;
    color: #323232;
    border: solid 1px #4d4d4d;
    border-radius: 10px;
    position: relative;
    margin-top: 100px;
}

.welfare-lunch-left,
.welfare-lunch-right {
    width: calc(50% - 2.777%);
}

.welfare-lunch-title {
    font-size: 2rem;
    text-align: center;
    background-color: #FFF;
    padding: 5px 0px;
    border-radius: 20px;
    margin-top: 15px;
}

.welfare-lunch-header {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #f2f2f2;
    padding: 0px 15px;
}

.welfare-lunch-image img {
    padding-top: 30px;
    width: 180px;
}

.welfare-lunch-comment {
    padding-top: 30px;
}

.vacation-system,
.various-systems,
.health-support {
    background-color: #fff;
    text-align: center;
    padding: 30px 0px 50px 0px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.vacation-system-flex,
.various-systems-flex,
.health-support-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.vacation-system-flex li {
    width: 170px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 4px;
    padding: 5px 0px;
    font-weight: bold;
}

.vacation-system-comment {
    margin: 30px 0px;
}

.various-systems-items,
.health-support-items {
    width: 400px;
    margin: 30px;
}

.various-systems-items img,
.health-support-items img {
    width: 60px;
    padding: 15px 0px;
}

.various-systems-items-comment,
.health-support-items-comment {
    padding-top: 10px;
    text-align: left;
}

.system {
    padding-bottom: 30px;
}

.welfare-guidebook {
    max-width: 1000px;
    width: 100%;
    height: 350px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
}

.welfare-guidebook-title {
    font-size: 2.5rem;
    font-weight: bold;
    position: absolute;
    top: -25px;
    left: 0px;
    background-color: #f9634a;
    color: #FFF;
    padding: 5px 20px;
}

.welfare-guidebook img {
    width: 450px;
}

.welfare-guidebook-items {
    width: 450px;
    padding: 62px 20px 20px 20px;
}

.welfare-guidebook a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 15px;
    border: 2px solid #f9634a;
    color: #f9634a;
    border-radius: 30px;
    padding: 0px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width:768px) {
    .welfare-box {
        width: 100%;
        padding-top: 50px;
    }

    .system-header-image {
        height: 180px;
        margin-bottom: 30px;
    }

    .system .flex {
        display: block;
    }

    .system-title,
    .welfare-title {
        width: 100%;
        align-items: center;
        font-size: 2.2rem;
    }

    .system-box-left {
        width: 100%;
    }

    .system-box-right img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 6px;
        margin-top: 20px;
    }

    .system-box-right {
        width: 100%;
    }

    .system-box .japanese-title {
        padding-bottom: 20px;
    }

    .system-box {
        padding-top: 80px;
    }

    .welfare-title-box {
        margin-bottom: 30px;
    }

    .welfare-box img {
        width: 100%;
    }

    .welfare-box h2 {
        font-size: 2rem;
    }

    .welfare-lunch {
        border: none;
        padding: 0px;
        margin: 7em 0;
    }

    .welfare-lunch-header {
        font-weight: bold;
    }

    .welfare-lunch-title {
        font-size: 1.4rem;
    }

    .welfare-lunch-left,
    .welfare-lunch-right {
        width: 100%;
    }

    .welfare-lunch-image img {
        padding-top: 30px;
        width: 150px;
    }

    .welfare-lunch-comment {
        padding-bottom: 50px;
    }

    .vacation-system h1,
    .various-systems h1,
    .health-support h1 {
        font-size: 2rem;
    }

    .vacation-system,
    .various-systems,
    .health-support {
        border-radius: 10px;
        padding: 30px 20px 30px 20px;
    }

    .vacation-system-flex li {
        width: 130px;
        font-size: 1.4rem;
    }

    .various-systems h2,
    .health-support h2 {
        font-size: 1.7rem;
    }

    .welfare-guidebook-flex {
        display: block;
    }

    .welfare-guidebook-title {
        position: initial;
        font-size: 1.7rem;
        border-radius: 35px;
        margin: 0 auto;
    }

    .welfare-guidebook {
        height: 100%;
    }

    .welfare-guidebook img {
        width: 90%;
    }

    .welfare-guidebook-items {
        width: 100%;
        padding-top: 30px;
    }

    .welfare-guidebook {
        width: 100%;
        height: 100%;
        background-color: transparent;
        box-shadow: none;
        margin: 100px 0px 0px 0px;
        position: initial;
        text-align: center;
    }

    .welfare-guidebook-name {
        padding-bottom: 20px;
        font-size: 2rem;
    }

    .welfare-guidebook-items p {
        padding: 0px 20px;
    }

    .welfare-guidebook a {
        font-size: 1.4rem;
        margin-bottom: 60px;
    }

    .welfare-guidebook-title {
        font-weight: bold;
        color: #323232;
        background: none;
        padding: 0px
    }

    .welfare-guidebook-items {
        padding: 32px 0px 0px 0px;
    }

}

/*-------------------
　　　　部署紹介
--------------------*/
.department-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/department_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
}

.department-header-accountsales-image {
    background: url(https://jobs.spiderplus.co.jp/images/accountsales_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 80px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-customersuccess-image {
    background: url(https://jobs.spiderplus.co.jp/images/customersuccess_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-support-image {
    background: url(https://jobs.spiderplus.co.jp/images/support_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-overseasbusiness-image {
    background: url(https://jobs.spiderplus.co.jp/images/overseasbusiness_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-product01-image {
    background: url(https://jobs.spiderplus.co.jp/images/product01_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-product02-image {
    background: url(https://jobs.spiderplus.co.jp/images/product02_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-product03-image {
    background: url(https://jobs.spiderplus.co.jp/images/product03_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-product04-image {
    background: url(https://jobs.spiderplus.co.jp/images/product04_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-backoffice01-image {
    background: url(https://jobs.spiderplus.co.jp/images/backoffice01_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-backoffice02-image {
    background: url(https://jobs.spiderplus.co.jp/images/backoffice02_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header-backoffice03-image {
    background: url(https://jobs.spiderplus.co.jp/images/backoffice03_01.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-left: 50px;
}

.department-header2 h1 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 2px;
}

.subtitle {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}

.job-detail {
    padding-bottom: 20px;
}

.job-detail::before {
    content: "■";
    color: #f9634a;
    padding-right: 5px;
}

.department-point-box {
    padding: 80px 0px 60px 0px;
}

.department-point img {
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

.department-point-number {
    font-weight: bold;
    font-size: 3.2rem;
    color: #F9634A;
    padding-right: 1.5rem;
}

.department-point-text {
    padding: 15px 0px 50px 0px;
}

.region h1 {
    text-align: center;
    padding-top: 80px;
}

.region-box-title {
    text-align: center;
    font-size: 3rem;
    margin: 20px 0px 50px 0px;
    padding-bottom: 40px;
    background-image: linear-gradient(90deg, #F9634A 0 20%, #fece00 20%);
    background-repeat: no-repeat;
    background-size: 100% 8%;
    background-position: bottom;
    font-weight: bold;
}

.region-box {
    background: url(https://jobs.spiderplus.co.jp/images/accountsales_03.png)no-repeat 50%/cover;
    background-size: 700px;
    margin: 40px 0px 100px 0px;
    display: inline-block;
}

.balloon1 {
    position: relative;
    padding: 7px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    background: #4d4d4d;
    border-radius: 30px;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid #4d4d4d;
}

.balloon1 p {
    margin: 0;
    padding: 0;
    color: #FFF;
}

.group-interview .flex {
    display: flex;
    padding: 40px 0px;
}

.group-interview-left {
    width: 50%;
}

.group-interview-right {
    width: 50%;
    text-align: right;
    padding-top: 25px;
    font-weight: bold;
}

.group-interview {
    padding: 50px 0px 90px 0px;
}

.top-department-title {
    margin-top: 100px;
}


@media screen and (max-width:768px) {
    .group-interview.wrapper {
        padding: 10px 20px 100px 20px;
    }

    .group-interview .flex {
        display: block;
    }

    .group-interview-left {
        width: 100%;
    }

    .group-interview-right {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

    .department-point-box {
        padding: 40px 0px 0px 0px;
    }

    .department-header-accountsales-image,
    .department-header-customersuccess-image,
    .department-header-support-image {
        margin-bottom: 40px;
        margin-top: 30px
    }

    .region h1 {
        padding-top: 40px;
    }

    .department_top_box {
        width: 48%;
        margin-top: 30px;
    }
}

/*-------------------
　　部署紹介メガメニュー
--------------------*/
/* PC用 */
.global_menu {
    /* メニュー全体のスタイル */
    width: 100%;
    position: relative;
    color: #323232;
    /* 文字色 */
    background: #fff;
    /* 背景色 */
    text-align: center;
    margin: 30px 0px 90px 0px;
}

.global_menu li {
    display: inline-block;
}

.global_menu a {
    /* 各項目のスタイル */
    display: block;
    padding: 20px 25px 20px;
    color: #323232;
    font-size: 1.5rem;
    font-weight: 500;
}

.menu:hover>a {
    background: #f2f2f2;
    border-radius: 5px;
}

.child_menu {
    /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%;
    /* 親項目の直下に配置 */
    left: 0;
    color: #333;
    /* 文字色 */
    visibility: hidden;
    /* 下層メニューを非表示 */
}

.menu:hover .child_menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */
}

.department-product-icon {
    width: 40px;
    padding-bottom: 5px;
}

.global_menu_ul {
    width: 100%;
    margin: 0 auto;
}

li.kasen a:hover,
.department_top_box a:hover {
    color: #f9634a;
    transition: all 0.5s;
}

li.kasen a {
    padding: 10px;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 1.543m;
    padding: 5px 5px;
    margin: 10px 25px;
}

.department_top_box a {
    color: #323232;
    padding: 10px;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 1.543rem;
    padding: 6px 5px;
}

li.kasen a::before,
.department_top_box a::before {
    content: "";
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 0;
    height: 2px;
    background-color: #f9634a;
    -webkit-transition: left 0.2s ease, right 0.2s ease;
    -moz-transition: left 0.2s ease, right 0.2s ease;
    -o-transition: left 0.2s ease, right 0.2s ease;
    transition: left 0.2s ease, right 0.2s ease;
}

li.kasen a:hover::before,
.department_top_box a:hover::before {
    left: 0;
    right: 0;
}

.department_top_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0px;
}

.department_top_box img {
    width: 230px;
}

.department_top_box h3 {
    padding: 20px 0px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.department_top_box ul {
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .department-header-image {
        height: 180px;
        margin-bottom: 30px;
    }

    .department-header-accountsales-image,
    .department-header-customersuccess-image,
    .department-header-support-image,
    .department-header-overseasbusiness-image,
    .department-header-product01-image,
    .department-header-product02-image,
    .department-header-product03-image,
    .department-header-product04-image,
    .department-header-backoffice01-image,
    .department-header-backoffice02-image,
    .department-header-backoffice03-image {
        padding: 0px 20px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .department-header2 h1 {
        font-size: 2.5rem;
        padding: 0px;
    }

    .subtitle {
        font-size: 1.6rem;
        padding-top: 70px;
    }

    .job-detail {
        font-size: 2rem;
    }

    .department-point-number {
        font-size: 2.5rem;
    }

    .department-point-box h2 {
        font-size: 2rem;
    }

    .region h1 {
        font-size: 1.6rem;
    }

    .region-box-title {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .region h2 {
        font-size: 2rem;
    }

    .region-box {
        background-size: 500px;
        margin: 40px 0px 10px 0px;
    }

    .department_top_box a {
        font-size: 1.3rem;
        padding: 2px 5px;
        text-align: left;
    }

    .department_top_flex {
        margin: 0px;
    }

    .top-department-title {
        margin-top: 0px;
    }
}


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

    .menu a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #000;
    }

    label {
        display: flex;
        margin: 0 0 2px 0;
        padding: 15px 15px 15px 20px;
        line-height: 2.3;
        color: #323232;
        cursor: pointer;
        font-size: 1.5rem;
        background: url(https://spiderplus.co.jp/test2302/images/ir/icon_mark_w.svg) no-repeat;
        background-size: 20px;
        background-position: 94% 19px;
        background-color: #dedede;
    }

    input {
        display: none;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        background: #f2f2f2;
        list-style: none;
        font-size: 1.3rem;
    }

    .menu li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #menu_bar01:checked~#links01 li,
    #menu_bar02:checked~#links02 li,
    #menu_bar03:checked~#links03 li,
    #menu_bar04:checked~#links04 li {
        height: 54px;
        opacity: 1;
    }

    .menu img {
        padding-bottom: 0px;
        padding-right: 8px;
    }

    .menu a:hover {
        color: #f9634a;
        font-weight: bold;
    }
}


/* ISSUE採用 */
.button-external-link2 {
    color: #f9634a;
    font-weight: 500;
    border: solid 2px;
    font-size: 1.5rem;
    padding: 6px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: .3s;
}

.issue-header-image {
    background: url(https://jobs.spiderplus.co.jp/images/issue_header.png)no-repeat 50%/cover;
    height: 80vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 80px;
}

@media screen and (max-width:768px) {
    .issue-header-image {
        height: 180px;
    }

    .issue-header h1 {
        font-size: 2.4rem;
        padding: 90px 20px 0px 20px;
    }

    .issue-header h2 {
        font-size: 1.5rem;
        padding: 0px 20px;
    }
}