/* =================================================
リセットcss ここから
=====================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =================== リセットcss ここまで ================================== */

html {
    font-size: 62.5%;
}

body {
    color: #121212;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif
}

.font {
    font-family: "Noto Sans JP", sans-serif;
}

input[type="password"],
input[type="submit"] {
    font-family: "Noto Sans JP", sans-serif;
}

figure {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 0px;
}

.no_link {
    pointer-events: none;
}

/* tel */
a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
}

/* views */
.spView,
.spViewInb,
.tbView,
.tb_lView {
    display: none !important;
}

@media only screen and (max-width:991px) {
    .tbView {
        display: block !important;
    }
}

@media only screen and (max-width:1280px) {
    .tb_lView {
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    .spView {
        display: block !important;
    }

    .spViewInb {
        display: inline-block !important;
    }

    .pcView {
        display: none !important;
    }
}

/* fades */
@media only screen and (min-width:769px) {

    .fadeAction,
    .fadeActionArea a {
        transition-property: opacity;
        transition-duration: 0.3s;
    }

    .fadeAction:hover,
    .fadeActionArea a:hover {
        opacity: 0.7;
    }

    .fadeAction:hover,
    .fadeActionArea a.nolink:hover {
        opacity: 1;
    }
}



/*---------------------------------------------------------------

 common styles

--------------------------------------------------------------- */

#freeContentsArea {
    width: 100%;
    background-color: #ededed;
}

#importantTitle {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    background-color: #3b3b41;
    border-top: rgba(255, 255, 255, 0.15) solid 1px;
    text-align: center;
    line-height: 1.6;
}

@media only screen and (max-width:1280px) {
    #wrapper.globalnavi_off {
        padding-top: 0;
    }

}

@media only screen and (max-width:768px) {
    #importantTitle {
        font-size: 11px;
        padding-bottom: 52px;
    }
}

/* commonWrapper
------------------------------*/
.commonWrapper {
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 20px;
}

/* commonSection
------------------------------*/
.commonSection {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media only screen and (max-width:768px) {
    .commonSection {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/* commonBigTitle01
------------------------------*/
.commonBigTitle01 {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 1.4;
}

.commonBigTitle01 sup {
    font-size: 0.4em;
    vertical-align: top;
}

.commonBigTitle01 small {
    display: inline-block;
    font-size: 0.6em;
}

@media screen and (max-width:768px) {
    .commonBigTitle01 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .commonBigTitle01 sup {
        font-size: 10px;
    }
}


/* commonBdrTitle01
------------------------------*/
.commonBdrTitle01 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 1.5;
}

.commonBdrTitle01:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #3b3b41;
}

@media screen and (max-width:768px) {
    .commonBdrTitle01 {
        margin-bottom: 17px;
        padding-bottom: 12px;
        font-size: 16px;
    }
}



/* commonLead
------------------------------*/
.commonLead {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width:768px) {
    .commonLead {
        margin-bottom: 30px;
    }
}



/* commonImgcap
------------------------------*/
.commonImgcap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow:
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1),
        0px 0px 3px rgba(0, 0, 0, 1);
    z-index: 5;
}

#movieArea .movie .commonImgcap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    height: auto;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 5;
}

.commonImgcap.left {
    left: 0;
    right: auto;
}

/* commonImgcap02
------------------------------*/
.commonImgcap02 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

@media screen and (max-width:768px) {
    .commonImgcap02 {
        font-size: 8px;
    }
}


/* commonImgcap03
------------------------------*/
.commonImgcap03 {
    margin-top: 10px;
    color: #000;
    font-size: 10px;
}

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

/* commonImgcap04
------------------------------*/
.commonImgcap04 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #000;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    z-index: 5;
}

.commonImgcap04.left {
    left: 0;
    right: auto;
}



/* commonEndCaptions
------------------------------*/
.commonEndCaptions {
    max-width: 1560px;
    margin-inline: auto;
    padding: 50px 20px;
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .commonEndCaptions {
        padding: 30px 20px;
    }
}




/* spCommonModal
------------------------------*/
@media only screen and (min-width:769px) {
    #spCommonModalArea {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .commonSpModalImage {
        position: relative;
        cursor: pointer;
    }

    .commonSpModalImage:after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: '';
        width: 30px;
        height: 30px;
        background: url(../image/ico_sp_modal.svg) no-repeat center center / contain;
        z-index: 3;
    }

    #spCommonModalArea {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-overflow-scrolling: touch;
        z-index: 9999999;
    }

    #spCommonModalTable {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        padding: 60px 0;
    }

    #spCommonModalCell {
        display: table-cell;
        vertical-align: middle;
    }

    #spCommonModalInner {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    #spCommonModalInner img {
        max-width: 100%;
        height: auto;
    }

    #spCommonModalContents {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #spCommonModalContents:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 70px;
        height: 70px;
        background: url(../image/swipe_icon.svg) no-repeat center center / contain;
        transform: translateY(-50%);
        transition: opacity 0.3s;
        animation: return 3s 0s infinite ease;
        z-index: 2;
    }

    @keyframes return {
        50% {
            margin-left: -70px;
        }

        100% {
            margin-left: 0;
        }
    }

    #spCommonModalContents.icoOff:before {
        opacity: 0;
    }

    #spCommonModalContents figure {
        box-sizing: border-box;
        width: 200%;
        padding: 0 20px;
    }

    #spCommonModalContents figure img {
        width: 100%;
    }

    #spCommonModalClose {
        position: absolute;
        top: -60px;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    #spCommonModalClose:before,
    #spCommonModalClose:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 40px;
        height: 2px;
        margin-left: -20px;
        background-color: #fff;
    }

    #spCommonModalClose:before {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

    #spCommonModalClose:after {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
}



/* filter: blur を使ってぼんやり表示させる
====================================================== */

/* fadeIn_up_mv */
.fadeIn_up_mv {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(5px);
    transition: 1.6s cubic-bezier(0.4, 1.09, 1, 1) 1.6s;
}

.fadeIn_up_mv.is-js {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
}

/* fadeIn_up_mv_title */
.fadeIn_up_mv_title {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(5px);
    transition: 2.6s cubic-bezier(0.4, 1.09, 1, 1) 2.6s;
}

.fadeIn_up_mv_title.is-js {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
}

/* fadeIn_up */
.fadeIn_up {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(5px);
    transition: 0.8s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.3s;
}

.fadeIn_up.is-js {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
}

/*--------------------------------------
fade animation
--------------------------------------*/
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fade_slide1.inview {
    animation-name: fadeSlide;
    animation-fill-mode: both;
    animation-duration: 1s;
    visibility: visible !important;
    opacity: 0;
}

/* fade out */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

/* fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.inview.fi {
    animation-name: fadeIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    visibility: visible !important;
    opacity: 0;
}

/* fade in up */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.inview.fi_u {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    visibility: visible !important;
    opacity: 0;
}

/* fade in down */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.inview.fi_d {
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    visibility: visible !important;
    opacity: 0;
}

/* fade in right */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate(30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.inview.fi_r {
    animation-name: fadeInRight;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    visibility: visible !important;
    opacity: 0;
}

/* fade in left */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate(-30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.inview.fi_l {
    animation-name: fadeInLeft;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    visibility: visible !important;
    opacity: 0;
}

/*---------------------------------------------------------------

modalArea

--------------------------------------------------------------- */
#modalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
}

#modalTable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
}

#modalCell {
    display: table-cell;
    vertical-align: middle;
}

#modalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#modalInner img {
    max-width: 100%;
    height: auto;
}

#modalInner .inVertical img {
    max-width: 60%;
}

#modalContents {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    line-height: 0;
}

#modalContents iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#modalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#modalClose:before,
#modalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
}

#modalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#modalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

@media only screen and (max-width:767px) {
    #modalArea {
        -webkit-overflow-scrolling: touch;
    }
}




.recruittest {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px; /* 上下40px，左右20px的间距 */
}

.recruittest__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.recruittest__table th,
.recruittest__table td {
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc; /* 只保留横线 */
}

/* 去掉最后一行的横线，让表格收尾更简洁 */
.recruittest__table tr:last-child th,
.recruittest__table tr:last-child td {
  border-bottom: none;
}

/* 手机端单列 */
@media (max-width: 768px) {
  .recruittest {
    grid-template-columns: 1fr;
  }
}