@charset "UTF-8";

/* ---------------------------------------------------
   新卒採用ページのCSS 
------------------------------------------------------ */


/* 共通デザインの変更 */

* {
    transition: all 150ms ease-in-out;
}

li {
    line-height: 1.5em;
}

.header-main-inner {
    padding: 0;
}

.header-main-inner div.logo {
    padding: 20px 0;
}

.header-main-inner .main-menu {
    font-size: 16px;
    width: calc(100% - 130px);
}

.main-menu li {
    width: calc(100%/9);
    border: none !important;
}

.main-menu li a {
    padding: 20px 0;
    font-weight: 900;
    color: #161616;
    transition: all 300ms ease-in;
}

.main-menu li.current-menu-item a {
    color: #161616;
}

.main-menu li a:hover {
    background-color: #4a96ff;
    color: white;
}


/* 採用ページ */

.page-title.recruit {
    background: url(https://jssnet.xsrv.jp/jss-staging/wp-content/uploads/a11b4bb3ba448d1fa402ac3dc62cc91f.png) no-repeat center top;
    background-size: cover;
}

.recruit .page-title-inner {
    height: 200px;
    text-align: center;
    padding: 0%;
}

.recruit .page-title-inner h1 {
    font-size: 4em;
    font-weight: 900;
    line-height: 200px;
    color: #121212;
}

.page-title-inner span.subtitle {
    color: #003e9b;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 200px;
    margin-left: 1em;
}

.main {
    background: url(https://jssnet.xsrv.jp/jss-staging/wp-content/uploads/hexagon-pattern-3.png);
    font-size: 1.2em;
    background-repeat: repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 1);
}

.main.recruit .main-inner .content {
    width: 100%;
    padding: 3%;
    float: left;
    border: none;
}

.content h2 {
    padding: 0;
    color: #13305a;
    font-size: 3em;
    height: auto;
    background: transparent;
    background-size: cover;
    margin-bottom: 1em;
    margin-top: 60px;
    text-align: center;
    line-height: 1em;
}

.content h2 span {
    width: 230px;
    border-top: 3px solid #13305a;
    display: block;
    margin: 0 auto;
    padding-top: 0px;
    font-size: 0.45em;
    color: black;
}

.content h3 {
    font-size: 2em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    vertical-align: middle;
    width: 450px;
    margin: 0 calc(50% - 225px) 1em;
    border: none;
    background: transparent;
}

h3:before,
h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 5px;
    background-color: #13305a;
}

h3:before {
    left: 0;
}

h3:after {
    right: 0;
}

table tr td {
    background: white;
}

.midashi {
    font-size: 1.3em;
    display: block;
    margin-top: 30px;
    padding-left: 10px;
    border-left: solid 10px #13305a;
    line-height: 1.5;
}

.depa-midashi {
    font-size: 1em;
    display: block;
    margin-top: 30px;
    border-bottom: 3px solid #13305a;
    margin-bottom: 20px;
}

.bene-midashi {
    font-size: 1.3em;
    display: block;
    margin-top: 10px;
    border-bottom: 2px solid #13305a;
    margin-bottom: 10px;
}

.content img.img-md {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    display: block;
}

.content *:first-child {
    margin-top: auto;
}

.content>*:first-child {
    margin-top: 0;
}

.content p {
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .recruit .page-title-inner h1 {
        font-size: 3em;
    }
    .content h2 {
        padding: 0;
        color: #13305a;
        font-size: 2em;
        height: auto;
        background: transparent;
        background-size: cover;
        margin-bottom: 1em;
        margin-top: 60px;
        text-align: center;
        line-height: 1em;
    }
    .content h3 {
        font-size: 1.5em;
        position: relative;
        display: inline-block;
        padding: 0 55px;
        text-align: center;
        vertical-align: middle;
        width: 300px;
        margin: 0 calc(50% - 150px) 1em;
    }
}

.full {
    width: 100%;
}

.fr {
    float: right !important;
}

.fr.last {
    clear: left;
}

.yohaku {
    margin-bottom: 70px;
}

@media screen and (min-width: 641px) {
    .content-outro .page-top {
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        right: -70px;
        top: -70px;
        background: url(../images/page-top-button.svg) no-repeat;
        text-indent: -9999px;
        background-size: cover;
    }
    .area-center {
        padding: 0 25%;
    }
    .pc-yohaku {
        margin-bottom: 50px;
    }
}

.card-box {
    background: white;
    float: left;
    box-shadow: 10px 10px 15px -13px grey;
    margin-bottom: 30px;
}

.card-box div {
    padding: 3%;
    box-sizing: border-box;
}

.card-box img {
    width: 10em;
    margin: 0 auto;
    display: block;
}

.fixed {
    height: 420px;
}

.flexslider {
    background: #fbfbfb;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}


/* 地図の表示 */

.recruit-map {
    height: 500px;
    overflow: hidden;
}

.content-outro .page-top {
    display: none;
}


/* コンバージョンエリア */

.conversion {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    display: flex;
    z-index: 1000;
}

.new-area,
.career-area,
.guidance-area {
    width: calc(100%/3);
    background: white;
}

.new-area,
.career-area {
    width: calc(100%/2);
    background: white;
}

.new-area a,
.career-area a,
.guidance-area a {
    text-align: center;
    display: block;
    color: white;
    font-weight: 900;
    font-size: 1.5em;
    height: 2.5em;
    padding: 0.8em 0;
    box-sizing: border-box;
}

.new-area a {
    background: #4a96ff;
}

.career-area a {
    background: #13305a;
}

.guidance-area a {
    background-color: #82bcfb;
}

.new-area a:hover,
.career-area a:hover,
.guidance-area a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 641px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .sp-hide {
        display: none !important;
    }
    .new-area a,
    .career-area a,
    .guidance-area a {
        font-size: 1em;
        height: 4em;
        padding: 1em 0;
    }
}


/* サブメニュー */

.menu-check {
    display: none;
}

.sub-btn {
    position: absolute;
    right: 1rem;
    top: 15px;
    width: 50px;
    color: white;
    background-color: black;
    z-index: 700;
    font-size: 3rem;
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12); */
}

.sub-menu {
    max-width: 450px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    right: 0;
    top: 0;
    padding: 15px 0% 0%;
    z-index: 800;
    font-size: 1.5rem;
    color: white;
    transform: translateX(100%);
}

.menu-check:checked+.sub-btn+.sub-menu {
    transform: translateX(0);
}

.sub-menu li {
    line-height: 1.5em;
    display: block;
    margin: 5px 0;
}

.sub-menu a {
    color: white;
    display: block;
    padding-left: 30px;
}

.sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: white solid 2px;
    box-sizing: border-box;
}

.close-area {
    text-align: right;
}

.close-area label {
    font-size: 3rem;
    padding-right: 1rem;
    display: inline;
}

.sub-btn .dashicons {
    font-size: 3rem;
}


/* Q&A */

.question,
.answer {
    display: block;
    padding: 0.5rem 1rem 0.5rem 3rem;
    position: relative;
    border: 3px solid #13305a;
    box-sizing: border-box;
}

.question {
    background-color: #13305a;
    color: white;
    margin-bottom: 1px;
}

.question::before {
    content: "Q";
    background-color: white;
    font-size: 2rem;
    width: 2rem;
    color: #13305a;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.answer {
    background-color: white;
    color: black;
	font-size: 0.9em;
    margin-bottom: 15px;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.answer::before {
    content: "A";
    background-color: #13305a;
    font-size: 2rem;
    width: 2rem;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.menu-check:checked+.question+.answer {
    height: auto;
    opacity: 1;
    visibility: visible;
}

label {
    cursor: pointer;
}