@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    vertical-align: top;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
    vertical-align: top;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

/* [type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
} */

/* [type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
} */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: middle;
    padding: 0;
}

th {
    text-align: left;
    font-weight: normal;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#cccccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#cccccc;
}
::placeholder{ /* Others */
    color:#cccccc
}

html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    min-width: 320px;
    background-color: #ffffff;
    line-height: 1;
}

/* jr_container */
.jr_container {
    overflow: hidden;
}

/* jr_inner */
.jr_inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: content-box;
}
.jr_inner--small {
    max-width: 1080px;
}

@media screen and (max-width: 768px) {
    .jr_inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* jr_section */
.jr_section + .jr_section {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .jr_section + .jr_section {
        margin-top: 50px;
    }
}

/* jr_column */
.jr_column {
    display: flex;
    flex-wrap: wrap;
}
.jr_column__1of2 {
    width: 50%;
    margin-top: 50px;
}
.jr_column__1of2:nth-child(1),
.jr_column__1of2:nth-child(2) {
    margin-top: 0;
}
.jr_column__1of2:nth-child(2n) {
    padding-left: calc(25 * 100% / 1200);
}
.jr_column__1of2:nth-child(2n-1) {
    padding-right: calc(25 * 100% / 1200);
}
.jr_column__text {
    width: 50%;
}
.jr_column__text--environment {
    width: calc(520 * 100% / 1200);
}
.jr_column__image {
    width: 50%;
}
.jr_column__image--environment {
    width: calc(680 * 100% / 1200);
}
.jr_column__image:first-child {
    padding-right: calc(50 * 100% / 1200);
}
.jr_column__image:last-child {
    padding-left: calc(50 * 100% / 1200);
}

@media screen and (max-width: 768px) {
    .jr_column__1of2 {
        width: 100%;
    }
    .jr_column__1of2:nth-child(1) {
        margin-top: 0;
    }
    .jr_column__1of2:nth-child(2) {
        margin-top: 50px;
    }
    .jr_column__1of2:nth-child(2n) {
        padding-left: 0;
    }
    .jr_column__1of2:nth-child(2n-1) {
        padding-right: 0;
    }
    .jr_column__text {
        width: 100%;
    }
    .jr_column__image {
        width: 100%;
        margin-top: 50px;
    }
    .jr_column__image {
        order: 2;
    }
    .jr_column__image:first-child {
        padding-right: 0;
    }
    .jr_column__image:last-child {
        padding-left: 0;
    }
}

/* jr_header */
.jr_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
}
.jr_header__inner {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: content-box;
}
.jr_header__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.jr_header__content > *:nth-child(1) {
    flex-shrink: 0;
    margin-right: 20px;
}
.jr_header__content > *:nth-child(2) {
    flex: 1;
    max-width: calc(160px * 5);
    min-width: calc(130px * 5);
    margin-right: 0;
    margin-left: auto;
}
.jr_header__content > *:nth-child(3) {
    flex-shrink: 0;
}

@media screen and (max-width: 1544px) {
    .jr_header__content > *:nth-child(1) {
        order: 1;
    }
    .jr_header__content > *:nth-child(2) {
        order: 3;
        max-width: 100%;
    }
    .jr_header__content > *:nth-child(3) {
        order: 2;
    }
}

@media screen and (max-width: 1020px) {
    .jr_header__inner {
        padding-right: 10px;
        padding-left: 10px;
    }
    .jr_header__content > *:nth-child(1) {
        flex-shrink: 1;
        max-width: calc(490 * 100% / 815 - 10px);
    }
    .jr_header__content > *:nth-child(3) {
        flex-shrink: 1;
        max-width: calc(325 * 100% / 815 - 10px);
    }
}

@media screen and (max-width: 768px) {
    .jr_header__content > *:nth-child(1) {
        max-width: calc(100% - 70px - 50px);
        margin-right: 10px;
    }
    .jr_header__content > *:nth-child(2) {
        min-width: auto;
    }
    .jr_header__content > *:nth-child(3) {
        max-width: none;
    }
}

/* jr_footer */
.jr_footer {
    color: #b1b1b1;
    background-color: #5a5a5a;
}
.jr_footer__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: content-box;
}
.jr_footer__content:nth-child(1) {
    padding: 50px 0;
}
.jr_footer__content:nth-child(2) {
    padding: 25px 0;
}
.jr_footer__content + .jr_footer__content {
    border-top: solid #b1b1b1 1px;
}
.jr_footer__logo {
    margin-bottom: 50px;
}
.jr_footer__column {
    display: flex;
}
.jr_footer__column > * {
    width: calc((100% - 50px * 2) / 3);
    margin-left: 50px;
}
.jr_footer__column > *:nth-child(3n-2) {
    margin-left: 0;
}
.jr_footer__title {
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid #b1b1b1 1px;
    transition: all 0.2s;
}
.jr_footer__title:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}
.jr_footer__title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 7px;
    height: 7px;
    background-color: #5a5a5a;
    border: solid #b1b1b1 1px;
    border-radius: 50%;
    transition: all 0.2s;
}
.jr_footer__title:hover::after {
    border-color: #ffffff;
}
.jr_footer__nav > * + * {
    margin-top: 5px;
}
.jr_footer__nav a {
    font-size: 1.4rem;
    transition: all 0.2s;
}
.jr_footer__nav a:hover {
    color: #ffffff;
}
.jr_footer__copyright {
    margin-top: 20px;
}
.jr_footer__menu {
    display: flex;
}
.jr_footer__menu > * {
    display: flex;
    justify-content: center;
    width: 20%;
    padding: 4.5px 0;
}
.jr_footer__menu > * + * {
    border-left: solid #b1b1b1 1px;
}
.jr_footer__menu a {
    transition: all 0.2s;
}
.jr_footer__menu a:hover {
    color: #ffffff;
}
.jr_footer__menu a[target="_blank"]::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-image: url("/ja/recruit/common/images/ico_blank_b1b1b1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
.jr_footer__menu a[target="_blank"]:hover::before {
    background-image: url("/ja/recruit/common/images/ico_blank_ffffff.svg");
}

@media screen and (max-width: 768px) {
    .jr_footer__inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    .jr_footer__logo {
        max-width: 335px;
        margin-right: auto;
        margin-left: auto;
    }
    .jr_footer__column {
        display: block;
    }
    .jr_footer__column > * {
        width: 100%;
        margin-left: 0;
    }
    .jr_footer__column > * + * {
        margin-top: 50px;
    }
    .jr_footer__menu {
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
        border-bottom: solid #ffffff 1px;
    }
    .jr_footer__menu > * {
        justify-content: flex-start;
        width: 50%;
        padding: 15px 10px;
        background-color: #333333;
        border-top: solid #ffffff 1px;
        border-left: none;
    }
    .jr_footer__menu > *:nth-child(2n) {
        border-left: solid #ffffff 1px;
    }
    .jr_footer__menu > *:last-child {
        width: 100%;
    }
    .jr_footer__copyright {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #GlobalNav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        pointer-events: none;
    }
    #GlobalNav.is_show {
        pointer-events: all;
    }
    #GlobalNav::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.2s;
        opacity: 0;
        visibility: hidden;
    }
    #GlobalNav.is_show::after {
        opacity: 1;
        visibility: visible;
    }
    #GlobalNav > * {
        position: absolute;
        top: 0;
        right: -80%;
        width: 80%;
        max-height: 100%;
        transition: all 0.5s;
        overflow-y: auto;
        z-index: 1;
    }
    #GlobalNav.is_show > * {
        right: 0;
    }
}

/* jr_main */
.jr_main {
    padding-top: 60px;
}
.jr_main__content {
    padding-bottom: 150px;
}

@media screen and (max-width: 1544px) {
    .jr_main {
        padding-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    .jr_main {
        padding-top: 60px;
    }
}

/* jr_logo */
.jr_logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.jr_logo > a {
    position: absolute;
    background-color: #ffffff;
    transition: all 0.2s;
    opacity: 0;
}
.jr_logo > a:hover {
    opacity: 0.3;
}
.jr_logo > a:nth-child(1) {
    top: 50%;
    left: 0;
    width: 62px;
    padding-top: 40px;
    transform: translateY(-50%);
}
.jr_logo > a:nth-child(2) {
    top: 50%;
    left: 64px;
    width: 320px;
    padding-top: 25px;
    transform: translateY(-50%);
}
.jr_logo > a:nth-child(3) {
    top: 50%;
    left: 405px;
    width: 100px;
    padding-top: 30px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1020px) {
    .jr_logo {
        width: 100%;
        max-width: 490px;
    }
    .jr_logo > a:nth-child(1) {
        width: calc(62 * 100% / 490);
        padding-top: calc(40 * 100% / 490);
    }
    .jr_logo > a:nth-child(2) {
        left: calc(64 * 100% / 490);
        width: calc(320 * 100% / 490);
        padding-top: calc(25 * 100% / 490);
    }
    .jr_logo > a:nth-child(3) {
        left: calc(405 * 100% / 490);
        width: calc(100 * 100% / 490);
        padding-top: calc(30 * 100% / 490);
    }
}

@media screen and (max-width: 768px) {
    .jr_logo {
        width: 180px;
        max-width: 100%;
    }
    .jr_logo > a:nth-child(1) {
        top: 10px;
        width: calc(40 * 100% / 180);
        padding-top: calc(23 * 100% / 180);
        transform: translateY(0);
    }
    .jr_logo > a:nth-child(2) {
        top: 10px;
        left: calc(42 * 100% / 180);
        width: calc(200 * 100% / 180);
        padding-top: calc(18 * 100% / 180);
        transform: translateY(0);
    }
    .jr_logo > a:nth-child(3) {
        top: 33px;
        left: 0;
        width: calc(238 * 100% / 180);
        padding-top: calc(20 * 100% / 180);
        transform: translateY(0);
    }
/*
    .jr_logo {
        width: 237px;
        max-width: 100%;
    }
    .jr_logo > a:nth-child(1) {
        top: 10px;
        width: calc(40 * 100% / 237);
        padding-top: calc(23 * 100% / 237);
        transform: translateY(0);
    }
    .jr_logo > a:nth-child(2) {
        top: 10px;
        left: calc(42 * 100% / 237);
        width: calc(200 * 100% / 237);
        padding-top: calc(18 * 100% / 237);
        transform: translateY(0);
    }
    .jr_logo > a:nth-child(3) {
        top: 33px;
        left: 0;
        width: calc(238 * 100% / 237);
        padding-top: calc(20 * 100% / 237);
        transform: translateY(0);
    }
*/
}

/* jr_logoNisshinbo */
.jr_logoNisshinbo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-left: 30px;
    transition: all 0.2s;
}
.jr_logoNisshinbo:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1020px) {
    .jr_logoNisshinbo {
        width: calc(100% - 200px - 20px);
        max-width: 175px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .jr_logoNisshinbo {
        display: none;
    }
}

/* jr_entryBtn */
.jr_entryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 95px;
    height: 60px;
    background-color: #990000;
    transition: all 0.2s;
}
.jr_entryBtn:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1020px) {
    .jr_entryBtn {
        font-size: 1.6rem;
        width: 95px;
    }
}

@media screen and (max-width: 768px) {
    .jr_entryBtn {
        font-size: 1.0rem;
        width: 50px;
    }

/*
@media screen and (max-width: 768px) {
    .jr_entryBtn {
        font-size: 1.4rem;
        width: 70px;
    }
*/
}

/* jr_hamburger */
.jr_hamburger {
    position: relative;
    display: none;
    width: 50px;
    height: 60px;
    margin-right: -10px;
}
.jr_hamburger > *,
.jr_hamburger::before,
.jr_hamburger::after {
    position: absolute;
    left: 50%;
    width: 23px;
    height: 2px;
    background-color: #989898;
    transition: all 0.2s;
}
.jr_hamburger > * {
    top: 50%;
    transform: translate(-50%, -50%);
}
.jr_hamburger.is_show > * {
    opacity: 0;
}
.jr_hamburger::before {
    content: "";
    top: 21px;
    transform: translateX(-50%);
}
.jr_hamburger.is_show::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.jr_hamburger::after {
    content: "";
    bottom: 21px;
    transform: translateX(-50%);
}
.jr_hamburger.is_show::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .jr_hamburger {
        display: inline-flex;
    }
}

/* jr_nav */
.jr_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.jr_nav > * {
    position: relative;
    width: 20%;
}
.jr_nav > *::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 25px;
    background-color: #cccccc;
    transform: translateY(-50%);
}
.jr_nav > *:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #cccccc;
    transform: translateY(-50%);
}
.jr_nav__accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    height: 60px;
    transition: all 0.2s;
}
.jr_nav__accordion.is_current {
    background-color: #f5e5e5;
}
.jr_nav__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 0;
    transform: translateY(100%);
    transition: all 0.2s;
    overflow: hidden;
}
.jr_nav__menu > * + * {
    position: relative;
    padding-top: 1px;
}
.jr_nav__menu > * + *::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(153, 0, 0, 0.9);
    transform: translateX(-50%);
}
.jr_nav__menu > * + *::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #cccccc;
    transform: translateX(-50%);
}
.jr_nav__link {
    position: relative;
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 50px 20px 20px;
    background-color: rgba(153, 0, 0, 0.9);
    white-space: nowrap;
}
.jr_nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    transform: translateY(-50%) rotate(45deg);
}
.jr_nav__link--cs {
    pointer-events: none;
}
.jr_nav__link--cs::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .jr_nav {
        display: block;
        padding: 20px 20px 40px;
        background-color: #ffffff;
    }
    .jr_nav > * {
        width: 100%;
        border-bottom: solid #cccccc 1px;
    }
    .jr_nav > *::before,
    .jr_nav > *:last-child::after {
        display: none;
    }
    .jr_nav__accordion {
        position: relative;
        justify-content: flex-start;
        height: 55px;
    }
    .jr_nav__accordionIcon {
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 15px;
        transform: translateY(-50%);
    }
    .jr_nav__accordion.is_current {
        background-color: inherit;
    }
    .jr_nav__accordionIcon::before,
    .jr_nav__accordionIcon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: #cccccc;
        transform: translate(-50%, -50%);
        transition: all 0.2s;
    }
    .jr_nav__accordionIcon::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .jr_nav__accordion.is_current .jr_nav__accordionIcon::after {
        transform: translate(-50%, -50%);
    }
    .jr_nav__panel {
        position: static;
        transform: none;
        transition: all 0.5s;
    }
    .jr_nav__menu {
        padding: 0 0 20px 20px;
    }
    .jr_nav__menu > * + * {
        margin-top: 1.2em;
    }
    .jr_nav__menu > * + *::before,
    .jr_nav__menu > * + *::after {
        display: none;
    }
    .jr_nav__link {
        color: inherit;
        background-color: inherit;
        padding: 0 30px 0 0;
        white-space: normal;
    }
    .jr_nav__link::after {
        right: 2px;
        border-top-color: #989898;
        border-right-color: #989898;
    }
    .jr_nav__menu > *:first-child .jr_nav__link--cs {
        padding-top: 9px;
    }
    .jr_nav__link--cs::before {
        top: 50%;
        left: -20px;
        width: calc(100% + 20px);
        height: calc(100% + 18px);
        transform: translateY(-50%);
        z-index: 1;
    }
    .jr_nav__menu > *:first-child .jr_nav__link--cs::before {
        top: 0;
        height: calc(100% + 9px);
        transform: translateY(0);
    }
}

/* jr_breadcrumb */
.jr_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin-top: -0.5em;
    padding: 20px 0;
    line-height: 1.5;
}
.jr_breadcrumb--sp {
    display: none;
}
.jr_breadcrumb > * {
    position: relative;
    margin-top: 0.5em;
    padding-right: 26px;
}
.jr_breadcrumb > *:last-child {
    padding-right: 0;
}
.jr_breadcrumb > *::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: solid #505050 1px;
    border-right: solid #505050 1px;
    transform: translate(30%, -50%) rotate(45deg);
}
.jr_breadcrumb > *:last-child::after {
    display: none;
}
.jr_breadcrumb a {
    color: #990000;
    text-decoration: underline;
}
.jr_breadcrumb a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .jr_breadcrumb {
        display: none;
    }
    .jr_breadcrumb--sp {
        display: flex;
        border-top: solid #cccccc 1px;
    }
}

/* jr_newsList */
.jr_newsList {
    line-height: 1.5;
}
.jr_newsList--top {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(20px);
    transition: all 0.8s;
    opacity: 0;
}
.jr_newsList--top.is_show {
    transform: translateY(0);
    opacity: 1;
}
.jr_newsList > * {
    padding: 20px 0;
    border-bottom: solid #cccccc 1px;
}
.jr_newsList > *:first-child {
    padding-top: 0;
}

/* jr_news */
.jr_news {
    line-height: 1.5;
}
.jr_news__date {
    display: block;
    color: #505050;
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.jr_news__link {
    position: relative;
    display: block;
    padding-right: 30px;
    transition: all 0.2s;
}
.jr_news__link:hover {
    color: #990000;
}
.jr_news__link::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0.6em;
    width: 8px;
    height: 8px;
    border-top: solid #505050 1px;
    border-right: solid #505050 1px;
    transform: translateY(50%) rotate(45deg);
    transition: all 0.2s;
}
.jr_news__link:hover::after {
    border-top-color: #990000;
    border-right-color: #990000;
    border-top-width: 2px;
    border-right-width: 2px;
}

@media screen and (max-width: 768px) {
    .jr_news__link {
        padding-right: 20px;
    }
    .jr_news__link::after {
        right: 2px;
    }
}

/* jr_heading1 */
.jr_heading1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    font-weight: bold;
    height: 250px;
    margin-bottom: 70px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.2;
}
.jr_heading1--news {
    background-image: url("/ja/recruit/common/images/bg_heading1_news.png");
}
.jr_heading1--vision {
    background-image: url("/ja/recruit/common/images/bg_heading1_vision.png");
}
.jr_heading1--culture {
    background-image: url("/ja/recruit/common/images/bg_heading1_culture.png");
}
.jr_heading1--work {
    background-image: url("/ja/recruit/common/images/bg_heading1_work.png");
}
.jr_heading1--recruit {
    background-image: url("/ja/recruit/common/images/bg_heading1_recruit.png");
}
.jr_heading1__ja {
    position: relative;
}
.jr_heading1__en {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.jr_heading1--news .jr_heading1__en {
    left: 15%;
}
.jr_heading1--vision .jr_heading1__en {
    left: 13%;
}
.jr_heading1--culture .jr_heading1__en {
    left: 11%;
}
.jr_heading1--work .jr_heading1__en {
    left: 14%;
}
.jr_heading1--recruit .jr_heading1__en {
    left: 14%;
}
.jr_heading1__dec {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(440 * 100% / 1920);
    height: 100%;
    overflow: hidden;
}
.jr_heading1__dec::before {
    content: "";
    display: block;
    width: calc(1920 * 100% / 440);
    height: 100%;
    background-color: #990000;
    -webkit-mask-image: url("/ja/recruit/common/images/bg_heading1_news.png");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url("/ja/recruit/common/images/bg_heading1_news.png");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

@media screen and (max-width: 768px) {
    .jr_heading1 {
        font-size: 2.8rem;
        height: 130px;
    }
    .jr_heading1--news {
        background-image: url("/ja/recruit/common/images/bg_heading1_news_sp.png");
    }
    .jr_heading1--vision {
        background-image: url("/ja/recruit/common/images/bg_heading1_vision_sp.png");
    }
    .jr_heading1--culture {
        background-image: url("/ja/recruit/common/images/bg_heading1_culture_sp.png");
    }
    .jr_heading1--work {
        background-image: url("/ja/recruit/common/images/bg_heading1_work_sp.png");
    }
    .jr_heading1--recruit {
        background-image: url("/ja/recruit/common/images/bg_heading1_recruit_sp.png");
    }
    .jr_heading1__en {
        top: 10px;
        transform: translateY(0);
    }
    .jr_heading1--news .jr_heading1__en {
        left: 10px;
        width: 76px;
    }
    .jr_heading1--vision .jr_heading1__en {
        left: 19px;
        width: 91px;
    }
    .jr_heading1--culture .jr_heading1__en {
        left: 13px;
        width: 106px;
    }
    .jr_heading1--work .jr_heading1__en {
        left: 19px;
        width: 80px;
    }
    .jr_heading1--recruit .jr_heading1__en {
        left: 19px;
        width: 105px;
    }
    .jr_heading1__dec {
        width: calc(120 * 100% / 750);
    }
    .jr_heading1__dec::before {
        width: calc(750 * 100% / 120);
        -webkit-mask-image: url("/ja/recruit/common/images/bg_heading1_news_sp.png");
        mask-image: url("/ja/recruit/common/images/bg_heading1_news_sp.png");
    }
}

/* jr_heading2 */
.jr_heading2 {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    line-height: 1.2;
}
.jr_heading2::before,
.jr_heading2::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.jr_heading2::before {
    top: calc(0.6em + 15px);
    left: -20px;
    background-color: rgba(153, 0, 0, 0.1);
}
.jr_heading2::after {
    top: calc(0.6em + 10px);
    left: -15px;
    border: solid rgba(153, 0, 0, 0.1) 1px;
}
.jr_heading2__date {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .jr_heading2 {
        padding-left: 20px;
    }
    .jr_heading2::before {
        left: -10px;
    }
    .jr_heading2::after {
        left: 5px;
    }
}

@media screen and (max-width: 768px) {
    .jr_heading2 {
        font-size: 2.4rem;
        padding-left: 10px;
    }
    .jr_heading2::before {
        left: -20px;
    }
    .jr_heading2::after {
        left: -15px;
    }
}

/* jr_heading3 */
.jr_heading3 {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: center;
}
.jr_heading3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background-color: #990000;
    transform: translateX(-50%);
}

/* jr_button */
.jr_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-width: 335px;
    padding: 10px;
    transition: all 0.2s;
}
.jr_button--primary {
    color: #990000;
    min-height: 50px;
    background-color: #ffffff;
    border: solid #990000 1px;
    border-radius: 25px;
}
.jr_button--primary:hover {
    color: #ffffff;
    background-color: #990000;
}
.jr_button--secondary {
    color: #ffffff;
    font-weight: bold;
    min-height: 60px;
    background-color: #990000;
    border-radius: 4px;
}
.jr_button--secondary:hover {
    opacity: 0.7;
}
.jr_button--arrow {
    position: relative;
    padding: 10px 35px;
}
.jr_button--arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s;
}
.jr_button--primary.jr_button--arrow::after {
    border-top: solid #990000 2px;
    border-right: solid #990000 2px;
}
.jr_button--primary.jr_button--arrow:hover::after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}
.jr_button--secondary.jr_button--arrow::after {
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
}
.jr_button--cs {
    position: relative;
    pointer-events: none;
}
.jr_button--cs::before {
    content: "Coming Soon";
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 1;
}
.jr_button--cs.jr_button--primary::before {
    border-radius: 25px;
}

@media screen and (max-width: 374px) {
    .jr_button {
        min-width: 100%;
    }
}

/* jr_text */
.jr_text {
    line-height: 2.25;
}
.jr_text--shadow {
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
        -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
        0px 1px 0 #ffffff,  0-1px 0 #ffffff,
        -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}

/* jr_copyright */
.jr_copyright {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* jr_checkHereToo */
.jr_checkHereToo {
    padding: 0 10px;
}
.jr_checkHereToo__title {
    width: 259px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.jr_checkHereToo__buttonContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
.jr_checkHereToo__button {
    display: inline-flex;
    justify-content: center;
    min-width: 360px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .jr_checkHereToo {
        padding: 0 20px;
    }
}

@media screen and (max-width: 374px) {
    .jr_checkHereToo__button {
        min-width: 100%;
    }
}

/* --------------------
/ja/recruit/freshers/index.html
-------------------- */
/* jrfi_mvContainer */
.jrfi_mvContainer {
    position: relative;
}

/* jrfi_mv */
.jrfi_mv {
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
}
.jrfi_mv__slider {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 1920px;
    min-height: 850px;
    transform: translate(-50%, -50%);
}
.jrfi_mv__slider img {
    width: 100%;
}
.jrfi_mvAnchor {
    position: absolute;
    top: 10px;
    left: 50%;
    display: flex;
    align-items: center;
    width: calc(1000 * 100% / 1200);
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid #990000 1px;
    border-radius: 4px;
    transform: translateX(-50%);
}
.jrfi_mvAnchor__title {
    flex-shrink: 0;
    width: 80px;
    color: #990000;
    font-weight: bold;
    text-align: center;
}
.jrfi_mvAnchor__list {
    width: calc(100% - 80px);
    padding: 0 30px 0 20px;
    border-left: solid #990000 1px;
}
.jrfi_mvAnchor__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    transition: all 0.2s;
    overflow: hidden;
}
.jrfi_mvAnchor__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: solid #990000 5px;
    border-right: solid transparent 5px;
    border-left: solid transparent 5px;
    transform: translateY(-50%);
}
.jrfi_mvAnchor__link:hover {
    opacity: 0.7;
}
.jrfi_mvAnchor__date {
    color: #505050;
    font-size: 1.4rem;
    margin-right: 20px;
}
.jrfi_mvAnchor__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jrfi_mv__scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .jrfi_mv {
        height: 500px;
    }
    .jrfi_mv__slider {
        min-width: 375px;
        min-height: 500px;
    }
    .jrfi_mvAnchor {
        width: calc(100% - 40px);
    }
    .jrfi_mvAnchor__title {
        width: 60px;
    }
    .jrfi_mvAnchor__list {
        width: calc(100% - 60px);
    }
    .jrfi_mv__scroll {
        bottom: 10px;
        width: 41.5px;
    }
}

/* MvLine */
#MvLine {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* MvParticles */
#MvParticles {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(650 * 100% / 1920);
    height: calc(900 * 100% / 850);
    background-color: rgba(153, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
    #MvParticles {
        width: calc(260 * 100% / 750);
    }
}

/* MvHeading */
#MvHeading {
    position: absolute;
    top: 50%;
    left: calc(360 * 100% / 1920);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #MvHeading {
        left: calc(40 * 100% / 750);
    }
}

/* jrfi_section */
.jrfi_section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jrfi_section--primary {
    padding: 70px 0 50px;
}
.jrfi_section--secondary {
    padding: 20px 0 100px;
}
#News.jrfi_section {
    background-image: url("/ja/recruit/freshers/images/bg_news.jpg");
}
#Vision.jrfi_section {
    background-image: url("/ja/recruit/freshers/images/bg_vision.jpg");
}
#Work.jrfi_section {
    background-image: url("/ja/recruit/freshers/images/bg_work.jpg");
    background-position: center bottom;
}
#Culture.jrfi_section {
    padding-bottom: 200px;
    background-image: url("/ja/recruit/freshers/images/bg_culture.jpg");
    background-position: center bottom;
}

@media screen and (max-width: 768px) {
    #News.jrfi_section {
        background-image: url("/ja/recruit/freshers/images/bg_news_sp.jpg");
    }
    #Vision.jrfi_section {
        background-image: url("/ja/recruit/freshers/images/bg_vision_sp.jpg");
    }
    #Work.jrfi_section {
        background-image: url("/ja/recruit/freshers/images/bg_work_sp.jpg");
        background-size: 100% auto;
    }
    #Culture.jrfi_section {
        padding-bottom: 115px;
        background-image: url("/ja/recruit/freshers/images/bg_culture_sp.jpg");
    }
}

/* jrfi_heading2 */
.jrfi_heading2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}
.jrfi_heading2--primary {
    margin-bottom: 50px;
    padding: 2.4rem 0;
}
.jrfi_heading2--secondary {
    padding: 140px 0 70px;
}
.jrfi_heading2 span {
    display: inline-block;
}
.jrfi_heading2--primary span {
    position: relative;
    padding: 6px 0 2px;
    background-color: #ffffff;
    z-index: 1;
}
.jrfi_heading2--secondary span {
    position: relative;
    text-shadow: 1px 1px 10px #ffffff,-1px 1px 10px #ffffff,1px -1px 10px #ffffff,-1px -1px 10px #ffffff;
    z-index: 1;
}
.jrfi_heading2__circle1,
.jrfi_heading2__circle2 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    transform: translateY(-50%);
    overflow: hidden;
}
.jrfi_heading2__circle1 {
    right: 50%;
}
.jrfi_heading2__circle2 {
    left: 50%;
}
.jrfi_heading2__circle1::before,
.jrfi_heading2__circle2::before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    border-top: solid #dfb0b0 1px;
    border-bottom: solid #dfb0b0 1px;
    border-radius: 200%;
}
.jrfi_heading2__circle1::before {
    border-left: solid #dfb0b0 1px;
    transform: translateX(0);
}
.jrfi_heading2__circle2::before {
    border-right: solid #dfb0b0 1px;
    transform: translateX(-50%);
}
.jrfi_heading2__circle1::after,
.jrfi_heading2__circle2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.jrfi_heading2__circle1::after {
    transform-origin: right center;
}
.jrfi_heading2__circle2::after {
    transform-origin: left center;
}
.jrfi_heading2.is_show .jrfi_heading2__circle1::after,
.jrfi_heading2.is_show .jrfi_heading2__circle2::after {
    transform: rotate(180deg);
}
.jrfi_heading2.is_show .jrfi_heading2__circle1::after {
    transition-delay: 0.2s;
}
.jrfi_heading2.is_show .jrfi_heading2__circle2::after {
    transition-delay: 0.0s;
}
.jrfi_heading2__en {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#Vision .jrfi_heading2__en {
    width: 540px;
}
#Work .jrfi_heading2__en {
    width: 470px;
}
#Culture .jrfi_heading2__en {
    width: 622px;
}
.jrfi_heading2__en path {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.jrfi_heading2__en #VisionMask path {
    stroke-width: 54pt;
}
.jrfi_heading2__en #WorkMask path {
    stroke-width: 64pt;
}
.jrfi_heading2__en #CultureMask path {
    stroke-width: 66pt;
}
.jrfi_heading2.is_show .jrfi_heading2__en path {
    stroke-dashoffset: 0px !important;
}

@media screen and (max-width: 768px) {
    .jrfi_heading2--secondary {
        padding: 80px 0 50px;
    }
    .jrfi_heading2__en {
        bottom: 30px;
    }
    #Vision .jrfi_heading2__en {
        width: 270px;
    }
    #Work .jrfi_heading2__en {
        width: 235px;
    }
    #Culture .jrfi_heading2__en {
        width: 311px;
    }
}

/* jrfi_heading3 */
.jrfi_heading3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1.2;
    overflow: hidden;
}
.jrfi_heading3 > span {
    display: block;
    transform: translateY(100%) skewY(12deg);
    transform-origin: left;
    transition: all 0.8s;
}
.is_show .jrfi_heading3 > span {
    transform: translateY(0) skewY(0);
}

/* jrfi_heading3Line */
.jrfi_heading3Line {
    position: relative;
    top: -40px;
    transform: translateY(50%);
}
.jrfi_heading3Line::before,
.jrfi_heading3Line::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    background-color: #990000;
}
.jrfi_heading3Line--technolog::before {
    left: 0;
    transition: all 0.8s linear 0.0s;
}
.jrfi_heading3Line--technolog::after {
    left: calc(974 * 100% / 600);
    transition: all 0.4s linear 2.6s;
}
.jrfi_heading3Line--environment::before {
    left: calc(100% - 100vw + (100vw - 1200px) / 2);
    transition: all 1.0s linear 0.0s;
}
.jrfi_heading3Line--environment::after {
    display: none;
}
.is_show .jrfi_heading3Line--technolog::before {
    width: calc(884 * 100% / 600);
}
.is_show .jrfi_heading3Line--technolog::after {
    width: calc(222 * 100% / 600 + (100vw - 1200px) / 2);
}
.is_show .jrfi_heading3Line--environment::before {
    width: calc(100vw - (100vw - 1200px) / 2);
}

@media screen and (max-width: 768px) {
    .jrfi_heading3Line::after {
        display: none;
    }
    .jrfi_heading3Line--technolog::before {
        left: 0;
    }
    .jrfi_heading3Line--environment::before {
        left: -20px;
    }
    .is_show .jrfi_heading3Line--technolog::before {
        width: calc(100vw - 20px);
    }
    .is_show .jrfi_heading3Line--environment::before {
        width: calc(100vw - 20px);
    }
}

/* jrfi_technologyContainer */
.jrfi_technologyContainer {
    position: relative;
}

/* jrfi_technologyLine */
.jrfi_technologyLine {
    position: absolute;
    top: 53px;
    left: calc(129 * 100% / 550);
    width: calc(300 * 100% / 550);
    transform: rotateY(180deg);
}
.jrfi_technologyLine svg:nth-child(1) {
    display: inline;
}
.jrfi_technologyLine svg:nth-child(2) {
    display: none;
}
.jrfi_technologyLine path {
    fill: transparent;
    stroke: #990000;
}
.is_show .jrfi_technologyLine path {
    stroke-dashoffset: 0 !important;
}

@media screen and (max-width: 768px) {
    .jrfi_technologyLine {
        top: 10%;
        left: -10px;
        width: calc(100% + 30px);
        transform: rotateX(180deg) rotateY(0);
    }
    .jrfi_technologyLine svg:nth-child(1) {
        display: none;
    }
    .jrfi_technologyLine svg:nth-child(2) {
        display: inline;
    }
    .jrfi_technologyLine path {
        transition-delay: 0s !important;
    }
}

/* jrfi_technologyList */
.jrfi_technologyList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
.jrfi_technologyList > * {
    width: calc(260 * 100% / 550);
    transform: translateY(20px);
    opacity: 0;
}
.jrfi_technologyList > *:nth-child(2n-1) {
    margin-top: calc(30 * 100% / 550);
}
.jrfi_technologyList > *:nth-child(1) {
    transition: all 0.8s ease 0.8s;
}
.jrfi_technologyList > *:nth-child(2) {
    transition: all 0.8s ease 2.0s;
}
.jrfi_technologyList > *:nth-child(3) {
    transition: all 0.8s ease 1.2s;
}
.jrfi_technologyList > *:nth-child(4) {
    transition: all 0.8s ease 1.6s;
}
.is_show .jrfi_technologyList > * {
    transform: translateY(0);
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .jrfi_technologyList {
        padding: 0 calc(40 * 100% / 670);
    }
    .jrfi_technologyList > * {
        width: calc(520 * 100% / 590);
    }
    .jrfi_technologyList > *:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .jrfi_technologyList > *:nth-child(2n-1) {
        margin-right: auto;
        margin-left: 0;
    }
    .jrfi_technologyList > *:nth-child(1) {
        transition: all 0.8s ease 0.0s;
    }
    .jrfi_technologyList > *:nth-child(2) {
        transition: all 0.8s ease 0.4s;
    }
    .jrfi_technologyList > *:nth-child(3) {
        transition: all 0.8s ease 0.8s;
    }
    .jrfi_technologyList > *:nth-child(4) {
        transition: all 0.8s ease 1.2s;
    }
    .jrfi_technologyList > * + * {
        margin-top: calc(50 * 100% / 590) !important;
    }
}

/* jrfi_technology */
.jrfi_technology {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.jrfi_technology img {
    width: 100%;
}
.jrfi_technology__text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: calc(74 * 100% / 200);
    padding-top: calc(14 *100% / 260);
    background-image: url("/ja/recruit/freshers/images/bg_technology.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .jrfi_technology__text {
        background-image: url("/ja/recruit/freshers/images/bg_technology_sp.png");
    }
}

/* jrfi_culture */
.jrfi_culture {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.jrfi_culture--cs {
    pointer-events: none;
}
.jrfi_culture--cs::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 4px;
    z-index: 1;
}
.jrfi_culture img {
    width: 100%;
}
.jrfi_culture__text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: calc(94 * 100% / 300);
    padding-top: calc(34 *100% / 575);
    background-image: url("/ja/recruit/freshers/images/bg_culture.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jrfi_culture__text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .jrfi_culture__text {
        background-image: url("/ja/recruit/freshers/images/bg_culture_sp.png");
    }
}

/* jrfi_environmentList */
.jrfi_environmentList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.jrfi_environmentList > * {
    width: calc(200 * 100% / 630);
    transform: translateY(20px);
    opacity: 0;
}
.jrfi_environmentList > *:nth-child(1) {
    transition: all 0.8s ease 0.0s;
}
.jrfi_environmentList > *:nth-child(2) {
    margin-left: calc(86 * 100% / 630);
    transition: all 0.8s ease 0.4s;
}
.jrfi_environmentList > *:nth-child(3) {
    margin-top: calc(-40 * 100% / 630);
    margin-left: calc(144 * 100% / 630);
    transition: all 0.8s ease 0.8s;
}
.jrfi_environmentList > *:nth-child(4) {
    margin-top: calc(-40 * 100% / 630);
    margin-left: calc(86 * 100% / 630);
    transition: all 0.8s ease 1.2s;
}
.is_show .jrfi_environmentList > * {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .jrfi_environmentList > * {
        width: calc(400 * 100% / 670);
    }
    .jrfi_environmentList > *:nth-child(2) {
        margin-top: calc(-80 * 100% / 670);
        margin-left: calc(270 * 100% / 670);
    }
    .jrfi_environmentList > *:nth-child(3) {
        margin-top: calc(-80 * 100% / 670);
        margin-left: 0;
    }
    .jrfi_environmentList > *:nth-child(4) {
        margin-top: calc(-80 * 100% / 670);
        margin-left: calc(270 * 100% / 670);
    }
}

/* jrfi_environment */
.jrfi_environment {
    position: relative;
    display: block;
}
.jrfi_environment--cs {
    pointer-events: none;
}
.jrfi_environment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid #990000 2px;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0;
    z-index: 1;
}
.jrfi_environment:hover::before {
    opacity: 1;
}
.jrfi_environment::after {
    content: "";
    position: absolute;
    top: calc(-20 * 100% / 200);
    left: 50%;
    width: calc(30 * 100% / 200);
    height: calc(47 * 100% / 200);
    background-image: url("/ja/recruit/freshers/images/ico_environment.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    transition: all 0.2s;
    opacity: 0;
    z-index: 1;
}
.jrfi_environment:hover::after {
    opacity: 1;
}
.jrfi_environment > * {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.jrfi_environment img {
    width: 100%;
}
.jrfi_environment__text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: calc(81 * 100% / 200);
    padding-top: calc(11 *100% / 200);
    background-image: url("/ja/recruit/freshers/images/bg_environment.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jrfi_environment__text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 42px;
    width: 10px;
    height: 10px;
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
    transform: translateY(-50%) rotate(45deg);
}
.jrfi_environment--cs .jrfi_environment__text::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .jrfi_environment::after {
        background-image: url("/ja/recruit/freshers/images/ico_environment_sp.png");
    }
    .jrfi_environment__text {
        background-image: url("/ja/recruit/freshers/images/bg_environment_sp.png");
    }
}

/* jrfi_recruit */
.jrfi_recruit {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: bold;
    width: 100%;
    height: 74px;
    padding-right: 25px;
    transition: all 0.2s;
}
.jrfi_recruit--cs {
    pointer-events: none;
}
.jrfi_recruit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 0;
    height: 1px;
    background-color: #990000;
    transition: all 0.8s;
}
.is_show .jrfi_recruit::before {
    width: calc(100% - 64px);
}
.jrfi_recruit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: solid #990000 2px;
    border-right: solid #990000 2px;
    transform: translateY(-50%) rotate(45deg);
}
.jrfi_recruit:hover {
    opacity: 0.7;
}
.jrfi_recruit__icon {
    margin-right: 40px;
}
.jrfi_recruit__cs {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .jrfi_recruit {
        font-size: 2.4rem;
        height: 58px;
        padding-right: 15px;
    }
    .jrfi_recruit::before {
        left: 50px;
        width: calc(100% - 50px);
    }
    .jrfi_recruit::after {
        right: 2px;
    }
    .jrfi_recruit__icon {
        width: 50px;
        margin-right: 20px;
    }
    .jrfi_recruit__cs {
        align-items: flex-end;
        padding: 15px 0;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
}

/* jrfi_messageContainer */
.jrfi_messageContainer {
    width: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s;
}
.jrfi_messageContainer.is_show {
    width: 100%;
}

/* jrfi_messageInner */
.jrfi_messageInner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* jrfi_message */
.jrfi_message {
    display: flex;
    align-items: center;
    transform: translateY(20px);
    transition: all 0.8s ease 0.6s;
    opacity: 0;
}
.is_show .jrfi_message {
    transform: translateY(0);
    opacity: 1;
}
.jrfi_message__image {
    flex-shrink: 0;
}
.jrfi_message__image img {
    width: 100%;
}
.jrfi_message__text {
    flex-shrink: 0;
    padding: 50px 20px;
    text-align: center;
}
.jrfi_message__text p {
    color: #990000;
    font-size: 1.8rem;
    line-height: 2;
}
.jrfi_message__text p span {
    display: inline-block;
}

@media screen and (max-width: 916px) {
    .jrfi_message__text {
        margin-left: calc(100% - 916px);
    }
}

@media screen and (max-width: 768px) {
    .jrfi_message {
        display: block;
    }
    .jrfi_message__image {
        flex-shrink: 1;
    }
    .jrfi_message__text {
        flex-shrink: 1;
        margin-left: 0;
        padding-top: 0;
    }
}

/* jrfi_text */
.jrfi_text {
    transform: translateY(20px);
    transition: all 0.8s;
    opacity: 0;
}
.is_show .jrfi_text {
    transform: translateY(0);
    opacity: 1;
}

/* jrfi_image */
.jrfi_image {
    transform: translateY(20px);
    transition: all 0.8s;
    opacity: 0;
}
.is_show .jrfi_image {
    transform: translateY(0);
    opacity: 1;
}

/* --------------------
/ja/recruit/freshers/topmessage/index.html
-------------------- */
/* jrfti_lead */
.jrfti_lead {
    margin-top: -70px;
    background-image: url("/ja/recruit/freshers/topmessage/images/bg_topmessage_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 400px;
}
.jrfti_lead > * {
    position: relative;
    max-width: 1200px;
    padding-top: 400px;
    margin-right: auto;
    margin-left: auto;
}
.jrfti_lead > * p {
    position: absolute;
    top: 50%;
    right: 0;
    width: 552px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .jrfti_lead {
        background-image: url("/ja/recruit/freshers/topmessage/images/bg_topmessage_01_sp.jpg");
        background-size: cover;
    }
    .jrfti_lead > * {
        width: 100%;
        padding-top: calc(400 * 100% / 750);
    }
    .jrfti_lead > * p {
        right: 20%;
        width: calc(324 * 100% / 750);
    }
}

/* jrfti_message */
.jrfti_message {
    display: flex;
    justify-content: space-between;
}
.jrfti_message--reverse {
    flex-direction: row-reverse;
}
.jrfti_message__txt {
    width: calc(700 * 100% / 1200);
}
.jrfti_message__txt p {
    line-height: 2.25;
}
.jrfti_message__img {
    width: calc(450 * 100% / 1200);
}
.jrfti_message__title {
    position: relative;
    font-size: 2.8rem;
    margin-bottom: 36px;
    padding-bottom: 16px;
    line-height: 1.5;
}
.jrfti_message__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((100vw - 1200px) / 2 + 100%);
    min-width: 100%;
    height: 1px;
    background-color: #dfb3b4;
}
.jrfti_message--reverse .jrfti_message__title::before {
    right: auto;
    left: 0;
}
.jrfti_message__name {
    width: 149px;
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .jrfti_message {
        display: block;
    }
    .jrfti_message__txt {
        width: 100%;
    }
    .jrfti_message__img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

/* --------------------
/ja/recruit/freshers/recruit-team/index.html
-------------------- */
/* jrfri_lead */
.jrfri_lead {
    position: relative;
    padding-top: 288px;
    margin-top: -70px;
    background-image: url("/ja/recruit/freshers/recruit-team/images/bg_recruit-team_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 288px;
}
.jrfri_lead > * {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    max-width: 640px;
    height: 188px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
}
.jrfri_lead > * p {
    line-height: 2.25;
}

@media screen and (max-width: 768px) {
    .jrfri_lead {
        width: 100%;
        padding-top: calc(400 * 100% / 750);
        background-image: url("/ja/recruit/freshers/recruit-team/images/bg_recruit-team_01_sp.jpg");
        background-size: cover;
    }
    .jrfri_lead > * {
        width: calc(100% - 40px);
        max-width: 335px;
        height: auto;
        padding: 10px;
    }
    .jrfri_lead > * p {
        line-height: 1.625;
    }
}

/* jrfri_team */
.jrfri_team {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jrfri_team--reverse {
    flex-direction: row-reverse;
}
.jrfri_team__img {
    position: relative;
    width: 500px;
}
.jrfri_team__employee {
    position: relative;
}
.jrfri_team__employee::before,
.jrfri_team__employee::after {
    content: "";
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.jrfri_team__employee::before {
    background-color: #990000;
}
.jrfri_team__employee::after {
    border: solid #990000 1px;
    z-index: 1;
}
.jrfri_team__employee picture {
    position: relative;
    z-index: 1;
}
.jrfri_team__message {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border: solid #990000 1px;
    border-radius: 10px;
    transform: translateX(-50%);
    z-index: 1;
}
.jrfri_team__message::before,
.jrfri_team__message::after {
    content: "";
    position: absolute;
    left: 10%;
    border-right: solid transparent 10px;
    border-bottom: solid #990000 30px;
    border-left: solid transparent 10px;
    transform: translateY(-100%) skew(-30deg);
}
.jrfri_team__message::before {
    top: 0;
    border-bottom-color: #990000;
}
.jrfri_team__message::after {
    top: 1px;
    border-bottom-color: #ffffff;
}
.jrfri_team__message p {
    line-height: 2.25;
}
.jrfri_team__txt {
    position: relative;
    width: calc(100% - 550px);
    min-height: 400px;
    padding: 50px 0;
}
.jrfri_team__txt::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc((100vw - (1200 * 100% / 650)) / 2 * -1);
    width: calc((100vw - (1200 * 100% / 650)) / 2 + 300px + 100%);
    height: 100%;
    background: linear-gradient(to right, #f8f8f8 80%, transparent);
    z-index: -1;
}
.jrfri_team--reverse .jrfri_team__txt::before {
    right: auto;
    left: calc((100vw - (1200 * 100% / 650)) / 2 * -1);
    background: linear-gradient(to left, #f8f8f8 80%, transparent);
}

@media screen and (max-width: 768px) {
    .jrfri_team {
        display: block;
        margin-right: -20px;
        margin-left: -20px;
        padding: 40px 20px;
        background: linear-gradient(to top, #f8f8f8 80%, transparent);
    }
    .jrfri_team__img {
        width: 100%;
    }
    .jrfri_team__employee {
        width: 142px;
    }
    .jrfri_team--reverse .jrfri_team__employee {
        margin-right: 0;
        margin-left: auto;
    }
    .jrfri_team__message {
        bottom: 50%;
        left: 100%;
        width: calc(100% - 132px);
        max-width: none;
        padding: 10px;
        transform: translate(-100%, 50%);
    }
    .jrfri_team--reverse .jrfri_team__message {
        left: 0;
        transform: translate(0, 50%);
    }
    .jrfri_team__message::before,
    .jrfri_team__message::after {
        left: 0;
        border-top: solid transparent 10px;
        border-bottom: solid transparent 10px;
        border-left: none;
        transform: translateX(-100%) skewY(30deg);
    }
    .jrfri_team--reverse .jrfri_team__message::before,
    .jrfri_team--reverse .jrfri_team__message::after {
        right: 0;
        left: auto;
        border-right: none;
        transform: translateX(100%) skewY(-30deg);
    }
    .jrfri_team__message::before {
        top: 60%;
        border-right: solid #990000 30px;
    }
    .jrfri_team--reverse .jrfri_team__message::before {
        border-left: solid #990000 30px;
    }
    .jrfri_team__message::after {
        top: calc(60% - 1px);
        border-right: solid #ffffff 30px;
    }
    .jrfri_team--reverse .jrfri_team__message::after {
        border-left: solid #ffffff 30px;
    }
    .jrfri_team__message p {
        line-height: 1.625;
    }
    .jrfri_team__txt {
        width: 100%;
        min-height: auto;
        margin-top: 40px;
        padding: 0;
    }
    .jrfri_team__txt::before {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .jrfri_team__message p {
        font-size: 1.4rem;
    }
}

/* jrfri_educationSystem */
.jrfri_educationSystem {

}
.jrfri_educationSystem__title {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.jrfri_educationSystem__description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid #990000 1px;
    border-radius: 20px;
    overflow: hidden;
}
.jrfri_educationSystem__description > *:first-child {
    width: calc(570 * 100% / 1200);
}
.jrfri_educationSystem__description > *:last-child {
    width: calc(630 * 100% / 1200);
    padding: 10px 25px;
}

@media screen and (max-width: 768px) {
    .jrfri_educationSystem__title {
        margin-bottom: 25px;
    }
    .jrfri_educationSystem__description {
        display: block;
    }
    .jrfri_educationSystem__description > *:first-child {
        width: 100%;
    }
    .jrfri_educationSystem__description > *:last-child {
        width: 100%;
        padding: 30px 10px;
    }
    .jrfri_educationSystem__description img {
        width: 100%;
    }
}

/* --------------------
/ja/recruit/freshers/jobs/index.html
-------------------- */
/* jrfji_flow */
.jrfji_flow {
    padding: 50px 30px;
    border: solid #cccccc 2px;
    border-radius: 10px;
    line-height: 1.2;
}
.jrfji_flow__ankerContainer {
    position: relative;
}
.jrfji_flow__anker {
    position: absolute;
    /* background-color: rgba(255, 0, 0, 0.5); */
}
.jrfji_flow__anker[href="#JobType01"] {
    top: 0;
    left: 0;
    width: 25%;
    height: 32%;
}
.jrfji_flow__anker[href="#JobType02"] {
    top: 0;
    left: 22.5%;
    width: 25%;
    height: 32%;
}
.jrfji_flow__anker[href="#JobType03"] {
    top: 0;
    left: 45%;
    width: 25%;
    height: 32%;
}
.jrfji_flow__anker[href="#JobType04"] {
    top: 0;
    left: 67.5%;
    width: 25%;
    height: 32%;
}
.jrfji_flow__anker[href="#JobType05"] {
    top: 34%;
    left: 45%;
    width: 25%;
    height: 32%;
}
.jrfji_flow__anker[href="#JobType06"] {
    top: 68%;
    left: 0;
    width: 92.5%;
    height: 32%;
}
.jrfji_flow__title {
    color: #656565;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.jrfji_flow__department {
    padding: 20px 30px;
    border-radius: 5px;
}
.jrfji_flow__department--type01 {
    background-color: #f9ecd3;
}
.jrfji_flow__department--type02 {
    background-color: #f0d1bd;
}
.jrfji_flow__department--type03 {
    background-color: #c2e7f4;
}
.jrfji_flow__department--type04 {
    background-color: #d2ecdf;
}
.jrfji_flow__department--type05 {
    background-color: #e5e0fa;
}
.jrfji_flow__department--type06 {
    background-color: #f0f0f0;
}
.jrfji_flow__departmentList > * + * {
    margin-top: 50px;
}
.jrfji_flow__departmentTitle {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2.0rem;
    font-weight: bold;
    min-height: 90px;
    padding: 0 72px 0 120px;
    cursor: pointer;
}
.jrfji_flow__departmentTitleLabel {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #505050;
    font-size: 1.8rem;
    font-weight: bold;
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.jrfji_flow__department--type01 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(242, 194, 115, 0.5);
}
.jrfji_flow__department--type02 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(235, 111, 44, 0.3);
}
.jrfji_flow__department--type03 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(84, 184, 221, 0.3);
}
.jrfji_flow__department--type04 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(123, 196, 159, 0.3);
}
.jrfji_flow__department--type05 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(160, 132, 239, 0.3);
}
.jrfji_flow__department--type06 .jrfji_flow__departmentTitleLabel {
    box-shadow: 0 0 20px 0 rgba(100, 100, 100, 0.2);
}
.jrfji_flow__departmentTitleIcon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.jrfji_flow__department--type01 .jrfji_flow__departmentTitleIcon {
    background-color: #f2c273;
}
.jrfji_flow__department--type02 .jrfji_flow__departmentTitleIcon {
    background-color: #eb6f2c;
}
.jrfji_flow__department--type03 .jrfji_flow__departmentTitleIcon {
    background-color: #54b8dd;
}
.jrfji_flow__department--type04 .jrfji_flow__departmentTitleIcon {
    background-color: #7bc49f;
}
.jrfji_flow__department--type05 .jrfji_flow__departmentTitleIcon {
    background-color: #a084ef;
}
.jrfji_flow__department--type06 .jrfji_flow__departmentTitleIcon {
    background-color: #646464;
}
.jrfji_flow__departmentTitleIcon::before,
.jrfji_flow__departmentTitleIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 3px;
    background-color: #ffffff;
    transition: transform 0.2s;
}
.jrfji_flow__departmentTitleIcon::before {
    transform: translate(-50%, -50%);
}
.jrfji_flow__departmentTitleIcon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.jrfji_flow__departmentTitle.is_show .jrfji_flow__departmentTitleIcon::after {
    transform: translate(-50%, -50%);
}
.jrfji_flow__departmentPanel {
    transition: max-height 0.5s;
    overflow: hidden;
}
.jrfji_flow__jobTypeList {
    padding: 30px 0 15px;
}
.jrfji_flow__jobTypeList > * {
    padding: 30px 0;
}
.jrfji_flow__jobTypeList > *:first-child {
    padding-top: 0;
}
.jrfji_flow__jobTypeList > *:last-child {
    padding-bottom: 0;
}
.jrfji_flow__jobTypeList > * + * {
    border-top: solid #b1b1b1 1px;
}
.jrfji_flow__jobType {
    display: flex;
}
.jrfji_flow__jobTypeTitle {
    flex-shrink: 0;
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
    width: 150px;
    padding-right: 20px;
}
.jrfji_flow__jobTypeDescription {
    flex: 1;
    margin: -0.625em 0;
    line-height: 2.25;
}
.jrfji_flow__jobTypeNmuber {
    flex-shrink: 0;
    margin-top: -5px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .jrfji_flow {
        padding: 50px 10px;
    }
    .jrfji_flow__department {
        padding: 20px 10px;
    }
    .jrfji_flow__departmentTitle {
        padding: 90px 0 0;
    }
    .jrfji_flow__departmentTitleLabel {
        top: 0;
        left: 0;
        width: calc(100% - 52px);
        height: 60px;
        border-radius: 30px;
        transform: none;
    }
    .jrfji_flow__departmentTitleIcon {
        top: 9px;
        right: 0;
        transform: none;
    }
    .jrfji_flow__jobType {
        display: block;
    }
    .jrfji_flow__jobTypeTitle {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

/* jrfji_table */
.jrfji_table {
    width: 100%;
    border-top: solid #656565 1px;
    border-left: solid #656565 1px;
    line-height: 1.2;
}
.jrfji_table th,
.jrfji_table td {
    width: 10.25%;
    padding: 20px;
    vertical-align: middle;
}
.jrfji_table th:first-child,
.jrfji_table td:first-child {
    width: 18%;
}
.jrfji_table thead th {
    color: #ffffff;
    font-weight: bold;
    background-color: #656565;
    border-right: solid #ffffff 1px;
    text-align: center;
}
.jrfji_table thead th:last-child {
    border-right-color: #656565;
}
.jrfji_table tbody th {
    color: #505050;
    font-weight: bold;
    background-color: #f8f8f8;
    border-right: solid #656565 1px;
    border-bottom: solid #656565 1px;
}
.jrfji_table td {
    height: 56px;
    background-color: #ffffff;
    border-right: solid #656565 1px;
    border-bottom: solid #656565 1px;
    text-align: center;
}
.jrfji_table__meta {
    position: relative;
}
.jrfji_table__meta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), #ffffff 50%, transparent calc(50% + 1px));
}
.jrfji_table__meta span {
    display: flex;
    text-align: left;
}
.jrfji_table__meta span:first-child {
    justify-content: flex-end;
}
.jrfji_table__meta span:last-child {
    justify-content: flex-start;
}
.jrfji_table__isAble {
    color: #990000;
    font-weight: bold;
}
.jrfji_table__icon {
    font-size: 2.8rem;
    line-height: 0;
}

@media screen and (max-width: 768px) {
    .jrfji_table th,
    .jrfji_table td {
        width: 8%;
        padding: 10px 0;
    }
    .jrfji_table th:first-child,
    .jrfji_table td:first-child {
        width: 36%;
    }
    .jrfji_table thead th {
        min-height: calc(9em + 20px);
    }
    .jrfji_table thead th span {
        writing-mode: vertical-rl;
    }
    .jrfji_table tbody th {
        padding: 10px;
    }
    .jrfji_table__meta {
        padding: 10px !important;
    }
    .jrfji_table__meta span {
        text-align: center;
    }
    .jrfji_table__meta span:first-child {
        justify-content: flex-start;
        margin-right: 0;
        margin-left: auto;
    }
    .jrfji_table__meta span:last-child {
        justify-content: flex-end;
        margin-right: auto;
        margin-left: 0;
    }
    .jrfji_table__icon {
        font-size: 2.1rem;
    }
}

/* jrfji_training */
.jrfji_training {
    display: flex;
}
.jrfji_training > *:last-child {
    flex-shrink: 0;
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .jrfji_training {
        display: block;
    }
    .jrfji_training > *:last-child {
        margin-top: 25px;
        margin-left: 0;
        text-align: center;
    }
}

/* --------------------
/ja/recruit/freshers/hub/index.html
-------------------- */
/* jrfhi_anchorLinkContainer */
.jrfhi_anchorLinkContainer {
    position: relative;
}
.jrfhi_anchorLinkContainer::before,
.jrfhi_anchorLinkContainer::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc((100% - 1200px) / 2);
    height: 2px;
    background-color: #990000;
    transform: translateY(100%);
}
.jrfhi_anchorLinkContainer::before {
    left: 0;
}
.jrfhi_anchorLinkContainer::after {
    right: 0;
}
.jrfhi_anchorLinkContainer > * {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* jrfhi_anchorLinkList */
.jrfhi_anchorLinkList {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(100 * 100% / 1200);
    background-image: url("/ja/recruit/freshers/hub/images/bg_anchorLinkList_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.jrfhi_anchorLinkList > *:nth-child(odd) {
    margin-bottom: calc(145 * 100% / 1200);
}
.jrfhi_anchorLinkList > *:nth-child(even) {
    margin-top: calc(145 * 100% / 1200);
}

@media screen and (max-width: 768px) {
    .jrfhi_anchorLinkList {
        padding: 0 calc(40 * 100% / 750);
        background-image: url("/ja/recruit/freshers/hub/images/bg_anchorLinkList_01_sp.png");
    }
    .jrfhi_anchorLinkList > * {
        margin: 0 calc(((220px - 710px / 4) / 2) / 2 * -1);
    }
    .jrfhi_anchorLinkList > *:first-child {
        margin-right: calc(((220px - 710px / 4) / 2) * -1);
        margin-left: 0;
    }
    .jrfhi_anchorLinkList > *:last-child {
        margin-right: 0;
        margin-left: calc(((220px - 710px / 4) / 2) * -1);
    }
    .jrfhi_anchorLinkList > *:nth-child(odd) {
        margin-bottom: calc(200 * 100% / 710);
    }
    .jrfhi_anchorLinkList > *:nth-child(even) {
        margin-top: calc(200 * 100% / 710);
    }
}

/* jrfhi_anchorLink */
.jrfhi_anchorLink {
    position: relative;
    display: inline-block;
}
.jrfhi_anchorLink::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid #990000 2px;
    border-radius: 50%;
    transition: opacity 0.2s;
    opacity: 0;
}
.jrfhi_anchorLink:hover::before {
    opacity: 1;
}
.jrfhi_anchorLink::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(30 * 100% / 200);
    height: calc(47 * 100% / 200);
    background-image: url("/ja/recruit/freshers/hub/images/ico_anchorLink_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s;
    opacity: 0;
}
.jrfhi_anchorLink:hover::after {
    opacity: 1;
}

/* jrfhi_hub */
.jrfhi_hub {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 50px 50px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.jrfhi_hub__txt {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 50px;
}
.jrfhi_hub__img {
    position: relative;
    width: 50%;
    margin-top: -20px;
}
.jrfhi_hub__location {
    position: relative;
    width: calc(1000 * 100% / 1100);
    margin: 70px 0 0 auto;
    padding: 0 50px 50px calc(360 * 100% / 1100);
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.5);
}
.jrfhi_hub__locationTitle {
    margin: -30px 0 15px;
}
.jrfhi_hub__locationImg {
    position: absolute;
    top: -20px;
    left: calc(100 * 100% / 1000 * -1);
    width: calc(424 * 100% / 1000);
}
.jrfhi_hub__title {
    margin: 0 calc((100% + 150px) * -1) 50px -50px;
    padding: 20px calc(100% + 120px) 20px 20px;
    background-color: #ffffff;
    border-top: solid #990000 1px;
    border-bottom: solid #990000 1px;
    line-height: 1.375;
    text-align: center;
}
.jrfhi_hub__title span {
    font-size: 3.2rem;
    font-weight: bold;
}
.jrfhi_hub__caption {
    display: flex;
    color: #990000;
    line-height: 2.25;
}
.jrfhi_hub__txt .jrfhi_hub__caption {
    justify-content: flex-end;
    margin-top: auto;
}
.jrfhi_hub__img .jrfhi_hub__caption {
    display: none;
}
.jrfhi_hub__caption::after {
    content: "▶︎";
    margin-left: 20px;
}
.jrfhi_hub--reverse .jrfhi_hub__txt {
    order: 2;
    padding-right: 0;
    padding-left: 50px;
}
.jrfhi_hub--reverse .jrfhi_hub__img {
    order: 1;
}
.jrfhi_hub--reverse .jrfhi_hub__location {
    order: 3;
    margin: 70px auto 0 0;
    padding: 0 calc(360 * 100% / 1100) 50px 50px;
}
.jrfhi_hub--reverse .jrfhi_hub__locationImg {
    right: calc(100 * 100% / 1000 * -1);
    left: auto;
}
.jrfhi_hub--reverse .jrfhi_hub__title {
    margin: 0 -50px 50px calc((100% + 150px) * -1);
    padding: 20px 20px 20px calc(100% + 120px);
}
.jrfhi_hub--reverse .jrfhi_hub__txt .jrfhi_hub__caption {
    justify-content: flex-start;
}
.jrfhi_hub--reverse .jrfhi_hub__caption::before {
    content: "◀︎";
    margin-right: 20px;
}
.jrfhi_hub--reverse .jrfhi_hub__caption::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .jrfhi_hub {
        display: block;
        padding: 50px 15px;
    }
    .jrfhi_hub__title {
        margin: 0 -15px 50px;
        padding: 20px;
    }
    .jrfhi_hub__txt {
        width: 100%;
        padding-right: 0;
    }
    .jrfhi_hub__txt .jrfhi_hub__caption {
        display: none;
    }
    .jrfhi_hub__img {
        width: 100%;
        margin-top: 25px;
    }
    .jrfhi_hub__img .jrfhi_hub__caption {
        display: flex;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .jrfhi_hub__img .jrfhi_hub__caption::before {
        content: "▲";
        margin-right: 10px;
    }
    .jrfhi_hub__img .jrfhi_hub__caption::after {
        display: none;
    }
    .jrfhi_hub__location {
        width: 100%;
        margin: calc(195 * 100% / 305) 0 0;
        padding: 30px 15px;
        border-radius: 30px;
    }
    .jrfhi_hub__locationTitle {
        position: absolute;
        top: 0;
        left: 50%;
        margin: calc(165 * 100% / 275 * -1) 0 0;
        transform: translate(-50%, 40%);
    }
    #Hub01 .jrfhi_hub__locationTitle {
        width: calc(308.5 * 100% / 275);
    }
    #Hub02 .jrfhi_hub__locationTitle {
        width: calc(270.5 * 100% / 275);
    }
    #Hub03 .jrfhi_hub__locationTitle {
        width: calc(269.5 * 100% / 275);
    }
    #Hub04 .jrfhi_hub__locationTitle {
        width: calc(270.5 * 100% / 275);
    }
    .jrfhi_hub__locationImg {
        position: static;
        width: calc(339 * 100% / 275);
        margin: calc(160 * 100% / 275 * -1) calc(32 * 100% / 275 * -1) 0;
    }
    .jrfhi_hub__locationTxt {
        margin-top: 30px;
    }
    .jrfhi_hub--reverse .jrfhi_hub__txt {
        order: 1;
        width: 100%;
        padding-left: 0;
    }
    .jrfhi_hub--reverse .jrfhi_hub__img {
        order: 2;
    }
    .jrfhi_hub--reverse .jrfhi_hub__location {
        order: 3;
        margin: calc(225 * 100% / 305) 0 0;
        padding: 30px 15px;
    }
    .jrfhi_hub--reverse .jrfhi_hub__title {
        margin: 0 -15px 50px;
        padding: 20px;
    }
}

/* --------------------
/ja/recruit/freshers/important/index.html
-------------------- */
/* jrfii_lead */
.jrfii_lead {
    margin-top: -70px;
    background-image: url("/ja/recruit/freshers/important/images/bg_important_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 400px;
}
.jrfii_lead > * {
    position: relative;
    max-width: 1200px;
    padding-top: 400px;
    margin-right: auto;
    margin-left: auto;
}
.jrfii_lead > * p {
    position: absolute;
    top: 50%;
    right: 0;
    width: 552px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .jrfii_lead {
        background-image: url("/ja/recruit/freshers/important/images/bg_important_01_sp.jpg");
        background-size: cover;
    }
    .jrfii_lead > * {
        width: 100%;
        padding-top: calc(400 * 100% / 750);
    }
    .jrfii_lead > * p {
        right: 5%;
        width: calc(388 * 100% / 750);
    }
}

/* jrfii_message */
.jrfii_message {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.jrfii_message--reverse {
    flex-direction: row-reverse;
}
.jrfii_message__txt {
    width: calc(700 * 100% / 1200);
}
.jrfii_message__txt p {
    line-height: 2.25;
}
.jrfii_message__img {
    width: calc(450 * 100% / 1200);
}
.jrfii_message__title {
    position: relative;
    font-size: 2.8rem;
    margin-bottom: 36px;
    padding-bottom: 16px;
    line-height: 1.5;
}
.jrfii_message__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((100vw - 1200px) / 2 + 100%);
    min-width: 100%;
    height: 1px;
    background-color: #dfb3b4;
}
.jrfii_message--reverse .jrfii_message__title::before {
    right: auto;
    left: 0;
}
.jrfii_message__title span {
    display: inline-block;
}
.jrfii_message__name {
    width: 149px;
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .jrfii_message {
        display: block;
    }
    .jrfii_message__txt {
        width: 100%;
    }
    .jrfii_message__img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

/* --------------------
/ja/recruit/freshers/tsunagu/index.html
-------------------- */
.jrfti_tsunagu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.jrfti_tsunagu--reverse {
    flex-direction: row-reverse;
}
.jrfti_tsunagu__txt {
    width: calc(680 * 100% / 1200);
}
.jrfti_tsunagu__img {
    width: calc(470 * 100% / 1200);
}
.jrfti_tsunagu__title {
    position: relative;
    font-size: 2.8rem;
    margin-bottom: 36px;
    padding-bottom: 16px;
    line-height: 1.5;
}
.jrfti_tsunagu__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((100vw - 1200px) / 2 + 100%);
    min-width: 100%;
    height: 1px;
    background-color: #dfb3b4;
}
.jrfti_tsunagu--reverse .jrfti_tsunagu__title::before {
    right: auto;
    left: 0;
}
.jrfti_tsunagu__title span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .jrfti_tsunagu {
        display: block;
    }
    .jrfti_tsunagu__txt {
        width: 100%;
    }
    .jrfti_tsunagu__img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

/* jrfti_anchorLinkArea */
.jrfti_anchorLinkArea {
    position: relative;
}

/* jrfti_anchorLink */
.jrfti_anchorLink {
    position: absolute;
    width: 18.5%;
    padding-top: 18.5%;
    border-radius: 50%;
}
.jrfti_anchorLink[href="#Section01"] {
    top: 61%;
    left: 17%;
}
.jrfti_anchorLink[href="#Section02"] {
    top: 0%;
    left: 12.5%;
}
.jrfti_anchorLink[href="#Section03"] {
    top: 0%;
    left: 69%;
}
.jrfti_anchorLink[href="#Section04"] {
    top: 12%;
    left: -1%;
}
.jrfti_anchorLink[href="#Section05"] {
    top: 70%;
    left: 40.5%;
}

@media screen and (max-width: 768px) {
    .jrfti_anchorLink {
        width: 29.5%;
        padding-top: 29.5%;
    }
    .jrfti_anchorLink[href="#Section01"] {
        top: 64%;
        left: 11%;
    }
    .jrfti_anchorLink[href="#Section02"] {
        top: 0%;
        left: 18.5%;
    }
    .jrfti_anchorLink[href="#Section03"] {
        top: 0%;
        left: 52%;
    }
    .jrfti_anchorLink[href="#Section04"] {
        top: 13%;
        left: 4%;
    }
    .jrfti_anchorLink[href="#Section05"] {
        top: 72%;
        left: 35%;
    }
}

/* jrfti_img */
@media screen and (max-width: 768px) {
    .jrfti_img {
        margin-right: -20px;
        margin-left: -20px;
    }
}

/* --------------------
/ja/recruit/freshers/requirements/index.html
-------------------- */
/* jrfri_table */
.jrfri_table {
    width: 100%;
    border: solid #989898 1px;
    line-height: 1.625;
}
.jrfri_table th {
    font-size: 1.8rem;
    font-weight: bold;
    width: 200px;
    padding: 30px;
    background-color: #f0f0f0;
    border-top: solid #989898 1px;
    border-bottom: solid #989898 1px;
    text-align: center;
    vertical-align: middle;
}
.jrfri_table td {
    width: calc(100% - 200px);
    padding: 30px;
    background-color: #ffffff;
    border-top: solid #989898 1px;
    border-bottom: solid #989898 1px;
}

@media screen and (max-width: 768px) {
    .jrfri_table th {
        width: 110px;
        padding: 30px 5px;
    }
    .jrfri_table td {
        width: calc(100% - 110px);
        padding: 30px 15px;
    }
}

/* --------------------
/ja/recruit/freshers/faq/index.html
-------------------- */
.jrffi_faqList {
    border-top: solid #cccccc 1px;
    line-height: 1.5;
}
.jrffi_faqList > * {
    border-bottom: solid #cccccc 1px;
}
.jrffi_question {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    padding: calc(30px - 0.25em) 62px calc(30px - 0.25em) 70px;
}
.jrffi_question::before {
    content: "";
    position: absolute;
    top: calc(0.75em + 30px - 0.25em);
    left: 35px;
    width: 26px;
    height: 36px;
    background-image: url(/ja/recruit/freshers/faq/images/ico_q.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}
.jrffi_question__icon {
    position: absolute;
    top: calc(0.75em + 30px - 0.25em);
    right: 10px;
    width: 42px;
    height: 42px;
    border: solid #cccccc 1px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.jrffi_question__icon::before,
.jrffi_question__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #cccccc;
    transform: translate(-50%, -50%);
    transition: transform 0.2s;
}
.jrffi_question__icon::before {
    transform: translate(-50%, -50%);
}
.jrffi_question__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.jrffi_question.is_show .jrffi_question__icon::after {
    transform: translate(-50%, -50%)
}
.jrffi_answer {
    transition: max-height 0.5s;
    overflow: hidden;
}
.jrffi_answer > * {
    position: relative;
    padding: calc(20px - 0.25em) 30px calc(30px - 0.25em) 70px;
}
.jrffi_answer > *::before {
    content: "";
    position: absolute;
    top: calc(0.75em + 20px - 0.25em);
    left: 35px;
    width: 26px;
    height: 35px;
    background-image: url(/ja/recruit/freshers/faq/images/ico_a.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/* --------------------
/ja/recruit/freshers/interview/index.html
-------------------- */
/* jrfii_heading */
.jrfii_heading {
    position: relative;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;;
    line-height: 1.5;
}
.jrfii_heading--primary {
    font-size: 2.8rem;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.jrfii_heading--primary.jrfii_heading--center {
    text-align: center;
}
.jrfii_heading--primary.jrfii_heading--white {
    color: #ffffff;
}
.jrfii_heading--primary::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #990000;
}
.jrfii_heading--primary.jrfii_heading--center::before {
    left: 50%;
    width: 70px;
    transform: translateX(-50%);
}
.jrfii_heading--primary.jrfii_heading--reverse::before {
    right: 0;
    left: auto;
}
.jrfii_heading--primary.jrfii_heading--white::before {
    background-color: #ffffff;
}
.jrfii_heading--secondary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    min-height: 112px;
    margin-bottom: 50px;
    text-align: center;
}
.jrfii_heading--secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98px;
    height: 112px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297.5px%22%20height%3D%22111.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(153%2C%200%2C%200)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.70%2C28.359%20C10.492%2C11.924%2028.208%2C0.853%2048.511%2C0.853%20C68.795%2C0.853%2086.498%2C11.905%2095.927%2C28.316%20M96.3%2C82.551%20C86.593%2C99.35%2068.850%2C110.146%2048.511%2C110.146%20C28.120%2C110.146%2010.338%2C98.977%200.946%2C82.424%20%22%2F%3E%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}
.jrfii_heading--anchor {
    margin-bottom: 28px;
    padding-bottom: 12px;
}
.jrfii_heading--profile,
.jrfii_heading--episode1,
.jrfii_heading--episode2,
.jrfii_heading--episode3 {
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .jrfii_heading--primary {
        font-size: 2.2rem;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .jrfii_heading--primary.jrfii_heading--center::before {
        width: 47px;
    }
    .jrfii_heading--secondary {
        font-size: 2.9rem;
        min-height: 90.5px;
        margin-bottom: 40px;
    }
    .jrfii_heading--secondary::before {
        width: 78.5px;
        height: 90.5px;
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22157px%22%20height%3D%22181px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(153%2C%200%2C%200)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.201%2C45.804%20C16.463%2C19.41%2045.163%2C1.13%2078.51%2C1.13%20C110.910%2C1.13%20139.588%2C19.9%20154.861%2C45.734%20M154.985%2C134.51%20C139.741%2C160.893%20110.999%2C178.986%2078.51%2C178.986%20C45.20%2C178.986%2016.213%2C160.799%201.0%2C133.843%20%22%2F%3E%3C%2Fsvg%3E');
    }
    .jrfii_heading--anchor {
        margin-bottom: 0;
    }
    .jrfii_heading--profile img {
        width: 59.5px;
    }
    .jrfii_heading--episode1 img {
        width: 78.5px;
    }
    .jrfii_heading--episode2 img {
        width: 82px;
    }
    .jrfii_heading--episode3 img {
        width: 82px;
    }
}

/* jrfii__title */
.jrfii__title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1240px) {
    .jrfii__title {
        font-size: 2.0rem;
    }
}

/* jrfii__text */
.jrfii__text {
    line-height: 2.25;
}
.jrfii__text + .jrfii__text {
    margin-top: 1em;
}

/* jrfii_employeeList */
.jrfii_employeeList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
}
.jrfii_employeeList > *:nth-child(3n) {
    justify-self: left;
}
.jrfii_employeeList > *:nth-child(3n-1) {
    justify-self: center;
}
.jrfii_employeeList > *:nth-child(3n-2) {
    justify-self: right;
}

@media screen and (max-width: 1095px) {
    .jrfii_employeeList {
        grid-template-columns: repeat(2, 1fr);
    }
    .jrfii_employeeList > *:nth-child(2n) {
        justify-self: left;
    }
    .jrfii_employeeList > *:nth-child(2n-1) {
        justify-self: right;
    }
}

@media screen and (max-width: 768px) {
    .jrfii_employeeList {
        column-gap: 8px;
        row-gap: 25px;
    }
}

/* jrfii_employee */
.jrfii_employee {
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    box-shadow: 5px 5px 0 0 rgba(51, 51, 51, 0.5);
    transition: margin 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
}
.jrfii_employee:hover {
    margin: 5px 0 0 5px;
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.5);
}
.jrfii_employee__txtArea {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 156px;
    padding: 46px 16px 14px;
    background-image: url(/ja/recruit/freshers/interview/images/bg_employee.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.jrfii_employee__label {
    position: absolute;
    top: -8px;
    left: 16px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 27px;
}
.jrfii_employee__label--color01 {
    background-color: #e75311;
}
.jrfii_employee__label--color02 {
    background-color: #3ea4d1;
}
.jrfii_employee__label--color03 {
    background-color: #61b287;
}
.jrfii_employee__label--color04 {
    background-color: #8c69ed;
}
.jrfii_employee__label--color05 {
    background-color: #646464;
}
.jrfii_employee__comment {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
}
.jrfii_employee__hireDate {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .jrfii_employee {
        margin: 0 2.5px 2.5px 0;
        border-radius: 2px;
        box-shadow: 2.5px 2.5px 0 0 rgba(51, 51, 51, 0.5);
    }
    .jrfii_employee:hover {
        margin: 2.5px 0 0 2.5px;
    }
    .jrfii_employee__txtArea {
        height: 93.5px;
        padding: 22px 8px 7px;
        background-image: url(/ja/recruit/freshers/interview/images/bg_employee_sp.png);
    }
    .jrfii_employee__label {
        top: -5px;
        left: 8px;
        font-size: 1.0rem;
        padding: 5px 10px;
    }
    .jrfii_employee__comment {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .jrfii_employee__hireDate {
        font-size: 1.0rem;
    }
}

/* jrfii_profile */
.jrfii_profile {
    background-color: #f8f8f8;
    line-height: 1.2;
}
.jrfii_profile__imgArea {
    position: relative;
    height: 700px;
}
.jrfii_profile__imgArea img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    max-width: none;
    transform: translateX(-50%);
}
.jrfii_profile__txtArea {
    padding: 50px 10px 160px;
    background-image: url(/ja/recruit/freshers/interview/images/bg_profile.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.jrfii_profile__txtArea > * {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
.jrfii_profile--reverse .jrfii_profile__txtArea > * {
    flex-direction: row-reverse;
}
.jrfii_profile__box {
    position: relative;
    color: #ffffff;
    width: 580px;
    margin-top: -50px;
    margin-left: -50px;
}
.jrfii_profile--reverse .jrfii_profile__box {
    margin-right: -60px;
    margin-left: 0;
}
.jrfii_profile__box > * {
    width: 100%;
    padding: 40px 50px;
}
.jrfii_profile__box > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateY(-100%);
}
.jrfii_profile__box > *:last-child {
    background-color: #990000;
}
.jrfii_profile__txt {
    flex: 1;
    margin-left: 70px;
}
.jrfii_profile--reverse .jrfii_profile__txt {
    margin-right: 70px;
    margin-left: 0;
}
.jrfii_profile__label {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 35px;
}
.jrfii_profile__label--color01 {
    background-color: #e75311;
}
.jrfii_profile__label--color02 {
    background-color: #3ea4d1;
}
.jrfii_profile__label--color03 {
    background-color: #61b287;
}
.jrfii_profile__label--color04 {
    background-color: #8c69ed;
}
.jrfii_profile__label--color05 {
    background-color: #646464;
}
.jrfii_profile__comment {
    font-size: 3.4rem;
    line-height: 1.5;
}
.jrfii_profile__hireDate {
    font-size: 2.0rem;
    margin-bottom: 0.6em;
}
.jrfii_profile__name {
    font-size: 3.4rem;
}
.jrfii_profile__subject {
    font-size: 2.0rem;
    margin-top: 0.6em;
}

@media screen and (min-width: 1920px) {
    .jrfii_profile__txtArea {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1240px) {
    .jrfii_profile__imgArea img {
        transform: translateX(-55%);
    }
    .jrfii_profile--reverse .jrfii_profile__imgArea img {
        transform: translateX(-45%);
    }
    .jrfii_profile__box {
        margin-left: 0;
    }
    .jrfii_profile--reverse .jrfii_profile__box {
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .jrfii_profile__txtArea > * {
        flex-direction: column !important;
    }
    .jrfii_profile__txt {
        margin-top: 50px;
        margin-left: 0;
    }
    .jrfii_profile--reverse .jrfii_profile__txt {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .jrfii_profile__imgArea {
        height: auto;
    }
    .jrfii_profile__imgArea img {
        position: static;
        width: auto;
        max-width: 100%;
        transform: none !important;
    }
    .jrfii_profile__txtArea {
        padding: 0 20px 80px;
        background-image: url(/ja/recruit/freshers/interview/images/bg_profile_sp.png);
    }
    .jrfii_profile__txtArea > * {
        align-items: center;
    }
    .jrfii_profile__box {
        width: calc(290 * 100% / 355);
        margin-top: -40px;
        margin-left: 0 !important;
    }
    .jrfii_profile__box > * {
        padding: 20px 25px;
    }
    .jrfii_profile__box > *:first-child {
        position: static;
        transform: none;
    }
    .jrfii_profile__label {
        font-size: 1.6rem;
        margin-bottom: 15px;
        padding: 7px 10px;
    }
    .jrfii_profile__comment {
        font-size: 2.3rem;
    }
    .jrfii_profile__hireDate {
        font-size: 1.8rem;
        margin-bottom: 0.2667em;
    }
    .jrfii_profile__name {
        font-size: 2.3rem;
    }
    .jrfii_profile__subject {
        font-size: 1.2rem;
    }
}

/* jrfii_episodeAnchorList */
.jrfii_episodeAnchorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    margin-left: -70px;
}
.jrfii_episodeAnchorList > * {
    margin-top: 70px;
    margin-left: 70px;
}

@media screen and (max-width: 768px) {
    .jrfii_episodeAnchorList {
        margin-top: 50px;
        margin-left: 0;
    }
    .jrfii_episodeAnchorList > * {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .jrfii_episodeAnchorList > * + * {
        margin-top: 34px;
    }
}

/* jrfii_episodeAnchor */
.jrfii_episodeAnchor {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 312px;
    height: 312px;
    font-size: 2.0rem;
    padding: 60px 20px;
    background-color: rgba(153, 0, 0, 0.1);
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
}
.jrfii_episodeAnchor::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: solid rgba(153, 0, 0, 0.1) 1px;
    border-radius: 50%;
    transition: top 0.2s ease-in-out, left 0.2s ease-in-out;
}
.jrfii_episodeAnchor::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-right: solid #990000 2px;
    border-bottom: solid #990000 2px;
    transform: translateX(-50%) rotate(45deg);
    transition: bottom 0.2s ease-in-out;
}
.jrfii_episodeAnchor:hover::after {
    bottom: 16px;
}

@media screen and (max-width: 768px) {
    .jrfii_episodeAnchor {
        flex-direction: row;
        justify-content: space-between;
        font-size: 1.6rem;
        width: 100%;
        height: 140px;
        padding: 0 40px;
        border-radius: 70px;
    }
    .jrfii_episodeAnchor > *:last-child {
        margin-left: 20px;
        padding-bottom: 10px;
    }
    .jrfii_episodeAnchor::before {
        top: 5px;
        left: 5px;
        border-radius: 70px;
    }
    .jrfii_episodeAnchor::after {
        bottom: 15px;
        width: 14px;
        height: 14px;
    }
}

/* jrfii_episodeBox */
.jrfii_episodeBox {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    color: #990000;
    font-size: 2.8rem;
    padding: 30px 40px;
    background-color: #ffffff;
    border: solid #990000 2px;
    border-radius: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .jrfii_episodeBox {
        font-size: 1.9rem;
        padding: 20px 30px;
    }
}

/* jrfii_episodeSchedule */
.jrfii_episodeSchedule {
    display: inline-block;
    width: 100%;
    max-width: 770px;
    padding: 80px 50px;
    background-color: #ffffff;
    line-height: 2;
}
.jrfii_episodeSchedule dl {
    display: flex;
}
.jrfii_episodeSchedule dl + dl {
    margin-top: 2em;
}
.jrfii_episodeSchedule dt {
    position: relative;
    flex-shrink: 0;
}
.jrfii_episodeSchedule dt::before {
    content: "";
    position: absolute;
    top: 2em;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #990000;
    transform: translateX(-50%);
}
.jrfii_episodeSchedule dl:last-child dt::before {
    display: none;
}
.jrfii_episodeSchedule dd {
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .jrfii_episodeSchedule {
        padding: 40px 20px;
    }
    .jrfii_episodeSchedule dd {
        margin-left: 10px;
    }
}

/* jrfii_episodeAnotherSide */
.jrfii_episodeAnotherSide {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    padding: 60px 50px;
    background-color: #ffffff;
    border: solid #000000 1px;
    border-radius: 20px;
    line-height: 2;
}
.jrfii_episodeAnotherSide > *:first-child {
    flex: 1;
    margin-right: 40px;
}
.jrfii_episodeAnotherSide > *:last-child {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .jrfii_episodeAnotherSide {
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
    }
    .jrfii_episodeAnotherSide > *:first-child {
        margin-right: 0;
    }
    .jrfii_episodeAnotherSide > *:last-child {
        margin-top: 40px;
    }
}

#Outlook {
    padding: 122px 0;
    background-image: url(/ja/recruit/freshers/interview/images/bg_outlook.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #Outlook {
        padding: 50px 0;
        background-image: url(/ja/recruit/freshers/interview/images/bg_outlook_sp.jpg);
    }
}

#Oneday {
    margin-top: 0;
    padding: 100px 0;
    background-image: url(/ja/recruit/freshers/interview/images/bg_oneday.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #Oneday {
        padding: 50px 0;
        background-image: url(/ja/recruit/freshers/interview/images/bg_oneday_sp.jpg);
    }
}

#AnotherSide {
    margin-top: 0;
    padding: 100px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    #AnotherSide {
        padding: 50px 0;
    }
}

/* swiper */
.swiper-container {
    position: relative;
    max-width: 1180px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    transform: translateY(20px);
    transition: all 0.8s;
    opacity: 0;
}
.is_show .swiper-container {
    transform: translateY(0);
    opacity: 1;
}
.swiper {
    position: static;
}
.swiper-slide {
    display: flex;
    align-items: flex-end;
    width: 32%!important;
    padding: 0.5%;
    transition: width 0.4s ease-in-out;
}
.swiper-slide.swiper-slide-active {
    width: 36% !important;
}
.swiper-item {
    position: relative;
    display: block;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    box-shadow: 5px 5px 0 0 #ffffff;
    transition: margin 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
}
.swiper-item:hover {
    margin: 5px 0 0 5px;
    box-shadow: 0 0 0 0 #ffffff;
}
.swiper-item__imgArea {
    overflow: hidden;
}
.swiper-item__txtArea {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    height: 55px;
    padding: 10px;
    background-image: url(/ja/recruit/freshers/images/bg_employee.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    line-height: 1.5;
}
.swiper-slide.swiper-slide-active .swiper-item__txtArea {
    height: 96px;
    padding-top: 51px;
    background-image: url(/ja/recruit/freshers/images/bg_employee_active.png);
}
.swiper-button-prev,
.swiper-button-next {
    width: auto;
    height: auto;
    transition: opacity 0.2s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.7;
}
.swiper-button-prev::after {
    font-size: 0;
    border-top: solid transparent 20px;
    border-right: solid #ffffff 20px;
    border-bottom: solid transparent 20px;
}
.swiper-button-next::after {
    font-size: 0;
    border-top: solid transparent 20px;
    border-left: solid #ffffff 20px;
    border-bottom: solid transparent 20px;
}

@media screen and (max-width: 768px) {
    .swiper-container {
        padding-right: 0;
        padding-left: 0;
    }
    .swiper-slide {
        width: 45%!important;
    }
    .swiper-slide.swiper-slide-active {
        width: 55% !important;
    }
    .swiper-item {
        margin: 0 3px 3px 0;
        box-shadow: 3px 3px 0 0 #ffffff;
    }
    .swiper-item:hover {
        margin: 3px 0 0 3px;
        box-shadow: 0 0 0 0 #ffffff;
    }
    .swiper-item__txtArea {
        font-size: 1.6rem;
        padding: 5px;
        background-image: url(/ja/recruit/freshers/images/bg_employee_sp.png);
    }
    .swiper-slide.swiper-slide-active .swiper-item__txtArea {
        height: 67px;
        padding-top: 17px;
        background-image: url(/ja/recruit/freshers/images/bg_employee_active_sp.png);
    }
    .swiper-button-prev {
        top: 0;
        right: 110px;
        left: auto;
        margin-top: 0;
    }
    .swiper-button-next {
        top: 0;
        right: 40px;
        margin-top: 0;
    }
    .swiper-button-prev::after {
        border-top: solid transparent 10px;
        border-right: solid #ffffff 10px;
        border-bottom: solid transparent 10px;
    }
    .swiper-button-next::after {
        border-top: solid transparent 10px;
        border-left: solid #ffffff 10px;
        border-bottom: solid transparent 10px;
    }
}

/* jr_glossary */
.jr_glossary {
    position: relative;
    color: #990000;
    text-decoration: underline;
    cursor: pointer;
}
.jr_glossary__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #990000;
    font-size: 1.2rem;
    margin: -2px 5px 0;
    padding: 2px 5px;
    background-color: #ffffff;
    border: solid #990000 1px;
    border-radius: 4px;
    line-height: 1;
    vertical-align: middle;
}
.jr_glossary__btn::after {
    content: "";
    width: 15px;
    height: 14px;
    margin-left: 5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2014%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23900%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.14%2C0H2.86A2.81%2C2.81%2C0%2C0%2C0%2C0%2C2.75v5.5A2.81%2C2.81%2C0%2C0%2C0%2C2.86%2C11H8.3L13%2C14l-.57-3A2.78%2C2.78%2C0%2C0%2C0%2C15%2C8.25V2.75A2.81%2C2.81%2C0%2C0%2C0%2C12.14%2C0Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M12.5%2C5.6a.51.51%2C0%2C0%2C1-.5.5H3a.51.51%2C0%2C0%2C1-.5-.5h0A.5.5%2C0%2C0%2C1%2C3%2C5.1h9a.5.5%2C0%2C0%2C1%2C.5.5Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M12.5%2C3.6a.51.51%2C0%2C0%2C1-.5.5H3a.51.51%2C0%2C0%2C1-.5-.5h0A.5.5%2C0%2C0%2C1%2C3%2C3.1h9a.5.5%2C0%2C0%2C1%2C.5.5Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M12.5%2C7.6a.51.51%2C0%2C0%2C1-.5.5H3a.51.51%2C0%2C0%2C1-.5-.5h0A.5.5%2C0%2C0%2C1%2C3%2C7.1h9a.5.5%2C0%2C0%2C1%2C.5.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.jr_glossary__btn > div {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    color: #333333;
    width: 300px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 5px 5px 15px 0 #b1b1b1;
    line-height: 2.0;
    z-index: 1;
    cursor: auto;
}
.jr_glossary.is_show .jr_glossary__btn > div {
    display: block;
}
.jr_glossary__closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #990000;
    border-radius: 50%;
    cursor: pointer;
}
.jr_glossary__closeBtn::before,
.jr_glossary__closeBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 1px;
    background-color: #ffffff;
}
.jr_glossary__closeBtn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.jr_glossary__closeBtn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.jr_glossary__term {
    color: #990000;
    font-size: 1.6rem;
    padding-right: 20px;
}
.jr_glossary__explanation {
    font-size: 1.4rem;
    max-height: 196px;
    overflow: auto;
}

/* display */
.jr_dB {
    display: block;
}
.jr_dIb {
    display: inline-block;
}

/* font-weight */
.jr_fwNormal {
    font-weight: normal;
}
.jr_fwBold {
    font-weight: bold;
}

/* text-align */
.jr_taLeft { text-align: left; }
.jr_taRight { text-align: right; }
.jr_taCenter { text-align: center; }
.jr_taPcLeftSpRight { text-align: left; }
.jr_taPcLeftSpCenter { text-align: left; }
.jr_taPcRightSpLeft { text-align: right; }
.jr_taPcRightSpCenter { text-align: right; }
.jr_taPcCenterSpLeft { text-align: center; }
.jr_taPcCenterSpRight { text-align: center; }

@media screen and (max-width: 768px) {
    .jr_taPcLeftSpRight { text-align: right; }
    .jr_taPcLeftSpCenter { text-align: center; }
    .jr_taPcRightSpLeft { text-align: left; }
    .jr_taPcRightSpCenter { text-align: center; }
    .jr_taPcCenterSpLeft { text-align: left; }
    .jr_taPcCenterSpRight { text-align: right; }
}

/* vertical-align */
.jr_vaTop { vertical-align: top; }
.jr_vaBottom { vertical-align: bottom; }
.jr_vaMiddle { vertical-align: middle; }

/* margin-top */
.jr_mtAuto { margin-top: auto; }
.jr_mt0 { margin-top: 0; }
.jr_mt5 { margin-top: 5px; }
.jr_mt10 { margin-top: 10px; }
.jr_mt15 { margin-top: 15px; }
.jr_mt20 { margin-top: 20px; }
.jr_mt25 { margin-top: 25px; }
.jr_mt30 { margin-top: 30px; }
.jr_mt35 { margin-top: 35px; }
.jr_mt40 { margin-top: 40px; }
.jr_mt45 { margin-top: 45px; }
.jr_mt50 { margin-top: 50px; }
.jr_mt55 { margin-top: 55px; }
.jr_mt60 { margin-top: 60px; }
.jr_mt65 { margin-top: 65px; }
.jr_mt70 { margin-top: 70px; }
.jr_mt75 { margin-top: 75px; }
.jr_mt80 { margin-top: 80px; }
.jr_mt85 { margin-top: 85px; }
.jr_mt90 { margin-top: 90px; }
.jr_mt95 { margin-top: 95px; }
.jr_mt100 { margin-top: 100px; }
.jr_mt100-50 { margin-top: 100px; }

@media screen and (max-width: 768px) {
    .jr_mt100-50 { margin-top: 50px; }
}

/* margin-right */
.jr_mrAuto { margin-top: auto; }
.jr_mr0 { margin-right: 0; }
.jr_mr5 { margin-right: 5px; }
.jr_mr10 { margin-right: 10px; }
.jr_mr15 { margin-right: 15px; }
.jr_mr20 { margin-right: 20px; }
.jr_mr25 { margin-right: 25px; }
.jr_mr30 { margin-right: 30px; }
.jr_mr35 { margin-right: 35px; }
.jr_mr40 { margin-right: 40px; }
.jr_mr45 { margin-right: 45px; }
.jr_mr50 { margin-right: 50px; }
.jr_mr55 { margin-right: 55px; }
.jr_mr60 { margin-right: 60px; }
.jr_mr65 { margin-right: 65px; }
.jr_mr70 { margin-right: 70px; }
.jr_mr75 { margin-right: 75px; }
.jr_mr80 { margin-right: 80px; }
.jr_mr85 { margin-right: 85px; }
.jr_mr90 { margin-right: 90px; }
.jr_mr95 { margin-right: 95px; }
.jr_mr100 { margin-right: 100px; }

/* margin-bottom */
.jr_mbAuto { margin-top: auto; }
.jr_mb0 { margin-bottom: 0; }
.jr_mb5 { margin-bottom: 5px; }
.jr_mb10 { margin-bottom: 10px; }
.jr_mb15 { margin-bottom: 15px; }
.jr_mb20 { margin-bottom: 20px; }
.jr_mb25 { margin-bottom: 25px; }
.jr_mb30 { margin-bottom: 30px; }
.jr_mb35 { margin-bottom: 35px; }
.jr_mb40 { margin-bottom: 40px; }
.jr_mb45 { margin-bottom: 45px; }
.jr_mb50 { margin-bottom: 50px; }
.jr_mb55 { margin-bottom: 55px; }
.jr_mb60 { margin-bottom: 60px; }
.jr_mb65 { margin-bottom: 65px; }
.jr_mb70 { margin-bottom: 70px; }
.jr_mb75 { margin-bottom: 75px; }
.jr_mb80 { margin-bottom: 80px; }
.jr_mb85 { margin-bottom: 85px; }
.jr_mb90 { margin-bottom: 90px; }
.jr_mb95 { margin-bottom: 95px; }
.jr_mb100 { margin-bottom: 100px; }

/* margin-left */
.jr_mlAuto { margin-top: auto; }
.jr_ml0 { margin-left: 0; }
.jr_ml5 { margin-left: 5px; }
.jr_ml10 { margin-left: 10px; }
.jr_ml15 { margin-left: 15px; }
.jr_ml20 { margin-left: 20px; }
.jr_ml25 { margin-left: 25px; }
.jr_ml30 { margin-left: 30px; }
.jr_ml35 { margin-left: 35px; }
.jr_ml40 { margin-left: 40px; }
.jr_ml45 { margin-left: 45px; }
.jr_ml50 { margin-left: 50px; }
.jr_ml55 { margin-left: 55px; }
.jr_ml60 { margin-left: 60px; }
.jr_ml65 { margin-left: 65px; }
.jr_ml70 { margin-left: 70px; }
.jr_ml75 { margin-left: 75px; }
.jr_ml80 { margin-left: 80px; }
.jr_ml85 { margin-left: 85px; }
.jr_ml90 { margin-left: 90px; }
.jr_ml95 { margin-left: 95px; }
.jr_ml100 { margin-left: 100px; }

/* padding-top */
.jr_pt0 { padding-top: 0; }
.jr_pt5 { padding-top: 5px; }
.jr_pt10 { padding-top: 10px; }
.jr_pt15 { padding-top: 15px; }
.jr_pt20 { padding-top: 20px; }
.jr_pt25 { padding-top: 25px; }
.jr_pt30 { padding-top: 30px; }
.jr_pt35 { padding-top: 35px; }
.jr_pt40 { padding-top: 40px; }
.jr_pt45 { padding-top: 45px; }
.jr_pt50 { padding-top: 50px; }
.jr_pt55 { padding-top: 55px; }
.jr_pt60 { padding-top: 60px; }
.jr_pt65 { padding-top: 65px; }
.jr_pt70 { padding-top: 70px; }
.jr_pt75 { padding-top: 75px; }
.jr_pt80 { padding-top: 80px; }
.jr_pt85 { padding-top: 85px; }
.jr_pt90 { padding-top: 90px; }
.jr_pt95 { padding-top: 95px; }
.jr_pt100 { padding-top: 100px; }

/* padding-right */
.jr_pr0 { padding-right: 0; }
.jr_pr5 { padding-right: 5px; }
.jr_pr10 { padding-right: 10px; }
.jr_pr15 { padding-right: 15px; }
.jr_pr20 { padding-right: 20px; }
.jr_pr25 { padding-right: 25px; }
.jr_pr30 { padding-right: 30px; }
.jr_pr35 { padding-right: 35px; }
.jr_pr40 { padding-right: 40px; }
.jr_pr45 { padding-right: 45px; }
.jr_pr50 { padding-right: 50px; }
.jr_pr55 { padding-right: 55px; }
.jr_pr60 { padding-right: 60px; }
.jr_pr65 { padding-right: 65px; }
.jr_pr70 { padding-right: 70px; }
.jr_pr75 { padding-right: 75px; }
.jr_pr80 { padding-right: 80px; }
.jr_pr85 { padding-right: 85px; }
.jr_pr90 { padding-right: 90px; }
.jr_pr95 { padding-right: 95px; }
.jr_pr100 { padding-right: 100px; }

/* padding-bottom */
.jr_pb0 { padding-bottom: 0; }
.jr_pb5 { padding-bottom: 5px; }
.jr_pb10 { padding-bottom: 10px; }
.jr_pb15 { padding-bottom: 15px; }
.jr_pb20 { padding-bottom: 20px; }
.jr_pb25 { padding-bottom: 25px; }
.jr_pb30 { padding-bottom: 30px; }
.jr_pb35 { padding-bottom: 35px; }
.jr_pb40 { padding-bottom: 40px; }
.jr_pb45 { padding-bottom: 45px; }
.jr_pb50 { padding-bottom: 50px; }
.jr_pb55 { padding-bottom: 55px; }
.jr_pb60 { padding-bottom: 60px; }
.jr_pb65 { padding-bottom: 65px; }
.jr_pb70 { padding-bottom: 70px; }
.jr_pb75 { padding-bottom: 75px; }
.jr_pb80 { padding-bottom: 80px; }
.jr_pb85 { padding-bottom: 85px; }
.jr_pb90 { padding-bottom: 90px; }
.jr_pb95 { padding-bottom: 95px; }
.jr_pb100 { padding-bottom: 100px; }

/* padding-left */
.jr_pl0 { padding-left: 0; }
.jr_pl5 { padding-left: 5px; }
.jr_pl10 { padding-left: 10px; }
.jr_pl15 { padding-left: 15px; }
.jr_pl20 { padding-left: 20px; }
.jr_pl25 { padding-left: 25px; }
.jr_pl30 { padding-left: 30px; }
.jr_pl35 { padding-left: 35px; }
.jr_pl40 { padding-left: 40px; }
.jr_pl45 { padding-left: 45px; }
.jr_pl50 { padding-left: 50px; }
.jr_pl55 { padding-left: 55px; }
.jr_pl60 { padding-left: 60px; }
.jr_pl65 { padding-left: 65px; }
.jr_pl70 { padding-left: 70px; }
.jr_pl75 { padding-left: 75px; }
.jr_pl80 { padding-left: 80px; }
.jr_pl85 { padding-left: 85px; }
.jr_pl90 { padding-left: 90px; }
.jr_pl95 { padding-left: 95px; }
.jr_pl100 { padding-left: 100px; }

.jr_isPc {
    display: block !important;
}
span.jr_isPc,
img.jr_isPc,
br.jr_isPc {
    display: inline-block !important;
}
.jr_isSp {
    display: none !important;
}
span.jr_isSp,
img.jr_isSp,
br.jr_isSp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .jr_isPc {
        display: none !important;
    }
    span.jr_isPc,
    img.jr_isPc,
    br.jr_isPc {
        display: none !important;
    }
    .jr_isSp {
        display: block !important;
    }
    span.jr_isSp,
    img.jr_isSp,
    br.jr_isSp {
        display: inline-block !important;
    }
}
