@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


@font-face {
	font-family: "DIN Alternate";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/DIN-alt.woff2") format('woff2'),
		url("../webfonts/DIN-alt.woff") format('woff');
	font-display: swap;
}

/*----------------------------------------
	clearfix
----------------------------------------*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

/*----------------------------------------
	reset
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    /*color: #333;*/
    border: 0;
    outline: 0;
}

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

li {
    list-style: none;
}

ol li {
    list-style: decimal;
}

img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border: 0;
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 919px) {
    img {
        width: 100%;
    }
}

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

caption,
th {
    text-align: left;
}

hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

.clearfix {
    min-height: 1px;

    _height: 1%;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

@media only screen and (max-width: 919px) {
    body {
        font-size: 14px;
        font-size: .875rem;
    }
}

body.show-menu {
    overflow: hidden;
}

body.js_win {
    font-weight: 500;
}

body *:focus {
    outline: none;
}

a {
    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none;

    color: #333;
}

a img {
    -webkit-transition: all .3s;
            transition: all .3s;
}

a img:hover {
    opacity: .7;
}

@media only screen and (min-width: 920px) {
    a:hover {
        opacity: .7;
    }
}



/*----------------------------------------
	common
----------------------------------------*/

.sp-visible {
    display: none;
}

.pc-visible {
    display: inherit;
}

@media only screen and (max-width: 919px) {
    .sp-visible {
        display: inherit;
    }
    .pc-visible {
        display: none;
    }
}




/* 202506 renewal */

/*----------------------------------------
	footer
----------------------------------------*/

footer {
    background-color: #fff;
}
footer .footer-content {
    background-color: #202020;
}
footer .footer-content * {
    color: #fff;
}
footer .footer-content__upper {
    padding: 40px 40px 64px;
}
footer .footer-content__information .image-logo {
    width: 142px;
}
footer .footer-content__information .text-address {
    margin-top: 12px;
}
footer .footer-content__information .text-address dl dt,
footer .footer-content__information .text-address dl dd {
    letter-spacing: .05em;
}
footer .footer-content__information .text-address dl dt {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
}
footer .footer-content__information .text-address dl dd {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 300;
    margin-top: 12px;
}
footer .footer-content__sitemap .text-heading {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
}
footer .footer-content__sitemap .link-secondary > ul > li {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .05em;
}
footer .footer-content__sitemap .link-secondary > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
}
footer .footer-content__sitemap .link-secondary > ul > li a[target="_blank"]:after {
    background-image: url('../images/jobs/common/icon_blank_white.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    margin-left: 10px;
    height: 16px;
    vertical-align: middle;
    width: 12px;
}
footer .footer-content__lower {
    letter-spacing: .05em;
    padding: 20px 40px;
}
footer .footer-content__lower .link-other {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
footer .footer-content__lower .link-other li {
    font-size: 12px;
    font-size: .75rem;
}
footer .footer-content__lower .text-copyright {
    font-size: 12px;
    font-size: .75rem;
}
@media only screen and (min-width: 920px) {
    footer .footer-content__upper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    footer .footer-content__information {
        width: 285px;
    }
    footer .footer-content__sitemap {
        max-width: calc(100% - 285px);
        min-width: 560px;
    }
    footer .footer-content__sitemap > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    footer .footer-content__sitemap > ul + ul {
        margin-top: 40px;
    }
    footer .footer-content__sitemap > ul > li {
        border-right: 1px solid rgba(255,255,255,0.25);
        padding-inline: 20px;
        width: 33.333%;
    }
    footer .footer-content__sitemap > ul > li:last-child {
        border-right: none;
    }
    footer .footer-content__sitemap .text-heading {
        margin-bottom: 10px;
    }
    footer .footer-content__lower {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
    footer .footer-content__lower .link-other li:nth-of-type(n+2) {
        margin-left: 32px;
    }
    footer .footer-content__lower .link-other li a {
        position: relative;
    }
    footer .footer-content__lower .link-other li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        content: '';
        -webkit-transition: all .3s;
                transition: all .3s;
        background: #fff;
        width: 0;
    }
    footer .footer-content__lower .link-other li a:hover {
        opacity: 1;
    }
    footer .footer-content__lower .link-other li a:hover:after {
        width: 100%;
    }
}

@media only screen and (min-width: 920px) and (max-width: 1100px) {
    
    footer .footer-content__sitemap > ul > li {
        padding-inline: 16px;
    }
}

@media only screen and (max-width: 919px) {
    footer .footer-content__upper {
        padding: 30px 20px 40px;
    }
    footer .footer-content__information .image-logo {
        width: 200px;
    }
    footer .footer-content__information .text-address {
        margin-top: 24px;
    }
    footer .footer-content__sitemap {
        margin-top: 24px;
    }
    footer .footer-content__sitemap .text-heading {
        cursor: pointer;
        display: block;
        line-height: 1.5;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }
    footer .footer-content__sitemap > ul > li.menu-trigger .text-heading:before,
    footer .footer-content__sitemap > ul > li.menu-trigger .text-heading:after {
        background: #B3B3B3;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transition: all .5s ease;
                transition: all .5s ease;
    }
    footer .footer-content__sitemap > ul > li.menu-trigger .text-heading:before {
        height: 1px;
        right: 3px;
        width: 17px;
    }
    footer .footer-content__sitemap > ul > li.menu-trigger .text-heading:after {
        height: 17px;
        right: 11px;
        width: 1px;
    }
    footer .footer-content__sitemap > ul > li.menu-trigger.open .text-heading:after {
        height: 0;
    }
    footer .footer-content__sitemap > ul:nth-of-type(n+2),
    footer .footer-content__sitemap > ul > li:nth-of-type(n+2) {
        border-top: 1px solid rgba(255,255,255,0.25);
    }
    footer .footer-content__sitemap > ul > li.menu-trigger .link-secondary {
        display: none;
        padding-left: 20px;
        padding-bottom: 24px;
    }
    footer .footer-content__sitemap .link-secondary > ul > li {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 400;
    }
    footer .footer-content__sitemap .link-secondary > ul > li:nth-of-type(n+2) {
        margin-top: 16px;
    }
    footer .footer-content__sitemap > ul > li:not(.menu-trigger) .link-secondary > ul > li {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    footer .footer-content__lower {
        padding: 20px;
    }
    footer .footer-content__lower .link-other {
        justify-content: center;
    }
    footer .footer-content__lower .link-other li {
        font-size: 14px;
        font-size: .875rem;
        margin-inline: 20px;
    }
    footer .footer-content__lower .text-copyright {
        margin-top: 20px;
        text-align: center;
    }
}



/*----------------------------------------
	header
----------------------------------------*/

header {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    padding: 25px 32px;
    width: 100%;
    z-index: 1001;
}

header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .inner h1 {
    line-height: 0;
    width: 182px;
}

header .inner nav {
    margin-left: auto;
}
header .inner nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

header .inner nav > ul > li {
    margin-right: 20px;
    position: relative;
}

header .inner nav > ul > li:last-child {
    margin-right: 0;
}

header .inner nav > ul > li > a:hover {
    opacity: 1;
}

header .inner nav > ul > li .text-heading {
    display: block;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}

header .inner nav > ul > li > .text-heading {
    cursor: default;
}

header .inner nav > ul > li .text-heading:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    opacity: 0;
    -webkit-transition: all .3s;
            transition: all .3s;
    background: #333;
    width: 100%;
}

header .inner nav > ul > li:hover .text-heading:after {
    opacity: 1;
}

header .inner .menu-contents {
    position: absolute;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    -webkit-transition: all .5s;
            transition: all .5s;
    opacity: 0;
}

header .inner .menu-contents.company {
    margin-inline: -60px;
    width: calc(100% + 120px);
}

header .inner .menu-contents.work {
    margin-inline: -60px;
    width: calc(100% + 120px);
}

header .inner .menu-contents.people {
    margin-inline: -40px;
    width: calc(100% + 80px);
}

header .inner .menu-contents.client {
    margin-inline: -70px;
    width: calc(100% + 140px);
}

header .inner .menu-contents.career {
    margin-inline: -40px;
    width: calc(100% + 80px);
}

header .inner .menu-contents-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    display: table;
    margin-inline: auto;
    padding: 16px;
}

header .inner .menu-contents ul > li + li {
    margin-top: 8px;
}

header .inner .menu-contents ul > li {
    line-height: 1.2;
}

header .inner .menu-contents ul > li a {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 0;
}

header .inner .menu-contents ul > li a:before {
	background-color: #06D559;
	content: "";
	height: 100%;
    opacity: 0;
	position: absolute;
    left: 0;
	top: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
	width: 100%;
	z-index: -1;
}

header .inner .menu-contents ul > li a:hover,
header .inner .menu-contents ul > li a:hover:before {
    opacity: 1;
}

header .inner .menu-recruit {
    margin-left: 28px;
    position: relative;
}
header .inner .menu-recruit-trigger {
    background-color: #06D559;
    border: 1px solid #06D559;
    border-radius: 100px;
    cursor: default;
    display: block;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 150px;
}

header .overlay {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 110px);
    background-color: rgba(0, 0, 0, .3);
}


.mobile-btn {
    display: none;
}

.mobile nav > ul > li > a,
.mobile nav > ul > li > .text-heading {
    display: block;
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile nav > ul > li:nth-of-type(n+2) {
    border-top: 1px solid rgba(0,135,65,0.3);
}

.mobile nav .text-heading {
    cursor: pointer;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    position: relative;
}

.mobile nav > ul > li.menu-trigger .text-heading:before,
.mobile nav > ul > li.menu-trigger .text-heading:after {
    background: #B3B3B3;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.mobile nav > ul > li.menu-trigger .text-heading:before {
    height: 1px;
    right: 3px;
    width: 17px;
}
.mobile nav > ul > li.menu-trigger .text-heading:after {
    height: 17px;
    right: 11px;
    width: 1px;
}
.mobile nav > ul > li.menu-trigger.open .text-heading:after {
    height: 0;
}
.mobile nav > ul > li:nth-of-type(n+2) {
    border-top: 1px solid rgba(51,51,51,0.25);
}

.mobile nav > ul > li.menu-trigger .link-secondary {
    display: none;
    padding-left: 20px;
    padding-bottom: 24px;
}

.mobile nav .link-secondary > ul > li {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
}

.mobile nav .link-secondary > ul > li:nth-of-type(n+2) {
    margin-top: 16px;
}

.mobile nav > ul > li:not(.menu-trigger) .link-secondary > ul > li {
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile nav > ul > li:not(.menu-trigger) .link-secondary > ul > li {
    font-size: 16px;
    font-size: 1rem;
}

.mobile nav .link-secondary > ul > li a {
    display: block;
}

.mobile nav .link-secondary > ul > li a[target="_blank"]:after {
    background-image: url('../images/jobs/common/icon_blank_black.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    margin-left: 8px;
    height: 16px;
    vertical-align: middle;
    width: 12px;
}

.mobile__lower {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile__other ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mobile__other ul li {
    margin-inline: 20px;
}

.mobile__other ul li a {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.mobile__lower .text-copyright {
    font-size: 12px;
    font-size: .75rem;
    margin-top: 20px;
    text-align: center;
}


@media only screen and (min-width: 920px) {
    .mobile {
        display: none !important;
    }

    header .inner nav > ul > li:hover .menu-contents,
    header .inner .menu-recruit:hover .menu-contents {
        display: block;
        opacity: 1;
    }
    
    header .inner .menu-recruit-trigger {
        pointer-events: none;
    }
}
@media only screen and (max-width: 919px) {
    header {
        box-shadow: 0 4px 10px rgba(0,0,0,0.16);
        padding: 20px;
        -webkit-transition: all .5s;
                transition: all .5s;
    }

    header .inner {
        width: 100%;
    }

    header .inner h1 {
        width: 114px;
    }

    header .inner nav {
        display: none;
    }

    header .inner .menu-recruit {
        margin-left: auto;
        margin-right: 48px;
    }

    header .inner .menu-recruit-trigger {
        font-size: 12px;
        font-size: .75rem;
        line-height: 32px;
        width: 90px;
    }

    header .inner .menu-recruit.active .menu-recruit-trigger {
        background-color: #fff;
    }

    header .inner .menu-recruit .menu-contents {
        margin-inline: -19px;
        width: calc(100% + 38px);
    }

    header .inner .menu-recruit.active .menu-contents {
        display: block;
        opacity: 1;
    }

    header .inner .menu-contents ul > li a:before {
        display: none;
    }
    
    body.show-menu header {
        background: #fff;
        box-shadow: none;
    }

    .mobile-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        height: 32px;
        width: 32px;
        z-index: 1002;
    }

    .mobile-btn > span {
        background: #06D559;
        height: 2px;
        margin-inline: auto;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all .5s;
                transition: all .5s;
        transform: translateY(-50%);
        width: 20px;
    }

    .mobile-btn > .line1 {
        top: calc(50% - 7px);
    }
    .mobile-btn > .line2 {
        top: 50%;
    }
    .mobile-btn > .line3 {
        top: calc(50% + 7px);
    }

    .mobile-btn.active > .line1 {
        left: 50%;
        right: initial;
        top: 50%;
        transform: rotate(45deg) translate(-50%,-50%);
        transform-origin: left top;
        width: 26px;
    }
    .mobile-btn.active > .line2 {
        opacity: 0;
    }
    .mobile-btn.active > .line3 {
        left: 50%;
        right: initial;
        top: 50%;
        transform: rotate(-45deg) translate(-50%,-50%);
        transform-origin: left top;
        width: 26px;
    }

    .mobile {
        background: #fff;
        position: fixed;
        top: 70px;
        left: 0;
        display: none;
        overflow: auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: calc(100% - 70px);
        padding: 24px 20px 0;
        z-index: 1000;
    }
}





/*----------------------------------------
	component
----------------------------------------*/

/* section */
.l-section {
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    padding-inline: 40px;
    position: relative;
    z-index: 0;
}
.l-section[data-layout="no-radius"] {
    border-radius: 0;
    margin-top: 0;
}
@media only screen and (min-width: 920px) {
    .l-section__inner {
        margin-inline: auto;
        max-width: 920px;
    }
}
@media only screen and (max-width: 919px) {
    .l-section {
        padding-inline: 20px;
    }
}



/* font */
.font-noto {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.font-lexenddeca {
    font-family: "Lexend Deca", sans-serif;
}
.font-lato {
    font-family: "Lato", sans-serif;
}
.font-montserrat {
    font-family: "Montserrat", sans-serif;
}


/* image */
@media only screen and (max-width: 919px) {
    .pinch {
        position: relative;
    }
    .pinch:after {
        background-image: url('../images/jobs/common/icon_pinch.svg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto;
        content: "";
        height: 20px;
        position: absolute;
        right: 5px;
        bottom: 5px;
        -webkit-transition: all .3s ease;
                transition: all .3s ease;
        width: 20px;
        z-index: 2;
    }
    .pinch.is-pinch:after {
        opacity: 0;
    }
}


/* button */
p[class^="c-button"] {
    display: inline-block;
    background-color: #fff;
    border-radius: 100px;
}
p[class^="c-button"] a {
    background-color: #333;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 1.3;
    padding: 12.5px 32px;
    position: relative;
    text-align: center;
}
p[class^="c-button"] a > span {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}
p[class^="c-button"] a > span:after {
    background-image: url('../images/jobs/common/icon_arrow_right_white.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}
.c-button--back a,
.c-button--next a {
    background-color: #fff !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    padding-inline: 40px !important;
}
.c-button--back a > span {
    padding-left: 24px;
    padding-right: 0 !important;
}
.c-button--back a > span:after {
    background-image: url('../images/jobs/common/icon_arrow_left_black.svg') !important;
    left: 0 !important;
    right: initial !important;
}
.c-button--next a > span {
    padding-right: 24px !important;
}
.c-button--next a > span:after {
    background-image: url('../images/jobs/common/icon_arrow_right_black.svg') !important;
}
* + p[class^="c-button"] {
    margin-top: 20px;
}
p[class^="c-button"].disable a {
    background-color: #DBDBDB;
    pointer-events: none;
}
.c-button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
@media only screen and (min-width: 920px) {
    .c-button-list > p[class^="c-button"] {
        margin-inline: 8px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 919px) {
    p[class^="c-button"] {
        width: 100%;
    }
    p[class^="c-button"] a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .c-button-list[data-layout-sp="reverse"] {
        flex-direction: column-reverse;
    }
    .c-button-list[data-layout-sp="reverse"] > *:first-child {
        margin-top: 0 !important;
    }
    .c-button-list[data-layout-sp="reverse"] .c-button--next {
        margin-top: 0 !important;
        margin-bottom: 16px;
    }
    .c-button-list[data-layout-sp="reverse"] .c-button--back a > span {
        padding-left: 0 !important;
        padding-right: 24px !important;
    }
    .c-button-list[data-layout-sp="reverse"] .c-button--back a > span:after {
        background-image: url('../images/jobs/common/icon_arrow_right_black.svg') !important;
        left: initial !important;
        right: 0 !important;
    }
    .c-button-list[data-layout-sp="reverse"] .c-button--next a > span {
        padding-left: 24px !important;
        padding-right: 0 !important;
    }
    .c-button-list[data-layout-sp="reverse"] .c-button--next a > span:after {
        background-image: url('../images/jobs/common/icon_arrow_left_black.svg') !important;
        left: 0 !important;
        right: initial !important;
    }
}



/* c-keyvisual */
.c-keyvisual {
    overflow: hidden;
    position: relative;
    height: 360px;
    width: 100%;
}
.c-keyvisual img {
    height: calc(100% + 60px);
    object-fit: cover;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
@media only screen and (max-width: 919px) {
    .c-keyvisual {
        height: 58.6667vw;
    }
}


/* c-pagetitle */
.c-pagetitle {
    padding: 60px 40px;
}
.c-pagetitle h1 > span {
    color: #01261B;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.c-pagetitle h1 .subtext {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    margin-bottom: 4px;
    padding-left: 2em;
    position: relative;
}
.c-pagetitle h1 .subtext:before {
    background: #01261B;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2em;
}
.c-pagetitle h1 .maintext {
    font-family: "Lexend Deca", sans-serif;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
}
.c-pagetitle h1 .maintext span {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 4px;
    z-index: 0;
}
.c-pagetitle h1 .maintext span:after {
    background-color: #06D559;
    content: "";
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.c-pagetitle__summaryText {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 40px;
}
@media only screen and (min-width: 920px) {
    .c-pagetitle__inner {
        margin-inline: auto;
        max-width: 920px;
    }
    .c-pagetitle h1 .maintext {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .c-pagetitle h1 .maintext span:nth-child(n+2) {
        padding-left: 14px;
    }
    .c-pagetitle h1 .maintext span:last-child {
        padding-right: 14px;
    }
}
@media only screen and (max-width: 919px) {
    .c-pagetitle {
        padding: 40px 20px;
    }
    .c-pagetitle h1 {
        line-height: 1;
    }
    .c-pagetitle h1 .subtext {
        font-size: 12px;
        font-size: .75rem;
    }
    .c-pagetitle h1 .maintext {
        display: inline-block;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1;
        margin-top: 4px;
        vertical-align: top;
    }
    .c-pagetitle h1 .maintext span {
        line-height: 0.75;
        padding-inline: 3px;
        padding-bottom: 0;
    }
    .c-pagetitle h1 .maintext span:after {
        height: 100%;
    }
}


/* c-list-anchor */
.c-list-anchor > ul > li a {
    border: 1px solid #01261B;
    border-radius: 100px;
    color: #01261B;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 12.5px 24px;
    position: relative;
    text-align: center;
}
.c-list-anchor > ul > li a:after {
    background-image: url('../images/jobs/common/icon_arrow_anchor.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    content: "";
    height: 15px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
@media only screen and (min-width: 920px) {
    .c-list-anchor > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .c-list-anchor > ul > li {
        margin-inline: 8px;
        width: 200px;
    }
}
@media only screen and (max-width: 919px) {
    .c-list-anchor > ul > li {
        margin-inline: auto;
        width: 200px;
    }
    .c-list-anchor > ul > li + li {
        margin-top: 16px;
    }
}


/* c-container-tab */
.c-container-tab__category > ul {
	display: flex;
}
.c-container-tab__category > ul li {
	cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.c-container-tab__category > ul li.is-select {
    cursor: initial;
}
.c-container-tab__contents_item:nth-of-type(n+2) {
  display: none;
}
[data-layout="type01"] .c-container-tab__category > ul {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}
[data-layout="type01"] .c-container-tab__category > ul li {
	background-color: #DFDFDF;
    border-radius: 20px 20px 0 0;
	padding: 15px;
	width: 100%;
}
[data-layout="type01"] .c-container-tab__category > ul li.is-select {
	background-color: #fff;
}
[data-layout="type01"] .c-container-tab__contents {
    background-color: #fff;
}
[data-layout="type01"] .c-container-tab__contents_item {
    padding: 60px;
}
@media only screen and (min-width: 920px) {
	.c-container-tab__category > ul li:not(.is-select):hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 919px) {
    [data-layout="type01"] .c-container-tab__category > ul li {
        padding: 10px;
    }
    [data-layout="type01"] .c-container-tab__contents_item {
        padding: 40px 20px;
    }
}


/* c-interview-articleList */
.c-interview-articleList__item > a {
    display: block;
}
.c-interview-articleList__item .item-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding-top: 150px;
    position: relative;
}
.c-interview-articleList__item .item-thumb img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.c-interview-articleList__item .item-text {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 16px;
}
.c-interview-articleList__item .text-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
}
.c-interview-articleList__item .text-information > p {
    background-color: #06D559;
    display: table;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
    padding: 2px;
}
.c-interview-articleList__item .tag-category {
    border: 1px solid #209857;
    border-radius: 6px;
    color: #209857;
    display: table;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 16px;
    padding: 4px 6px;
}
@media only screen and (min-width: 920px) and (max-width: 999px) {
    .c-interview-articleList__item .item-thumb {
        padding-top: 15.015vw;
    }
}
@media only screen and (max-width: 919px) {
    .c-interview-articleList__item .item-thumb {
        padding-top: 43.0769vw;
    }
    .c-interview-articleList__item .text-title {
        font-size: 16px;
        font-size: 1rem;
    }
    .c-interview-articleList__item .text-information > p {
        font-size: 14px;
        font-size: .875rem;
    }
    .c-interview-articleList__item .tag-category {
        font-size: 12px;
        font-size: .75rem;
        margin-top: 12px;
    }
}





/*----------------------------------------
	recruiting information
----------------------------------------*/
.c-container-recruiting {
    background: linear-gradient(-45deg, #02AE47, #06D559);
    padding: 80px 90px;
}
.c-container-recruiting__heading span {
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}
.c-container-recruiting__heading .subtext {
    font-size: 14px;
    font-size: .875rem;
    padding-left: 2em;
    position: relative;
}
.c-container-recruiting__heading .subtext:before {
    background: #333;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2em;
}
.c-container-recruiting__heading .maintext {
    font-family: "Lexend Deca", sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 4px;
}
.c-container-recruiting__list {
    border-top: 1px solid #333;
    margin-top: 40px;
}
.c-container-recruiting__list_item {
    border-bottom: 1px solid #333;
    padding-top: 32px;
    padding-bottom: 32px;
}
.c-container-recruiting__list_item .item-heading h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
}
.c-container-recruiting__list_item .item-heading .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    margin-top: 12px;
}
@media only screen and (min-width: 920px) {
    .c-container-recruiting__inner {
        margin-inline: auto;
        max-width: 920px;
    }
    .c-container-recruiting__list_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .c-container-recruiting__list_item .item-heading {
        width: calc(100% - 420px);
    }
    .c-container-recruiting__list_item .item-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        width: 380px;
    }
    .c-container-recruiting__list_item .item-link .c-button {
        width: 47.37%;
    }
    .c-container-recruiting__list_item .item-link .c-button:nth-of-type(2) {
        margin-top: 0;
        margin-left: 5.26%;
    }
}
@media only screen and (max-width: 919px) {
    .c-container-recruiting {
        background: linear-gradient(-45deg, #02AE47, #06D559);
        padding: 60px 20px 90px;
    }
    .c-container-recruiting__heading span {
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.05em;
    }
    .c-container-recruiting__heading .subtext {
        font-size: 12px;
        font-size: .75rem;
    }
    .c-container-recruiting__heading .maintext {
        font-weight: 600;
    }
    .c-container-recruiting__list {
        margin-top: 60px;
    }
    .c-container-recruiting__list_item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .c-container-recruiting__list_item .item-heading {
        text-align: center;
    }
    .c-container-recruiting__list_item .item-heading h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .c-container-recruiting__list_item .item-heading .text-description {
        margin-top: 16px;
    }
    .c-container-recruiting__list_item .item-link .c-button {
        margin-top: 24px;
    }
}




/*----------------------------------------
	TOP
----------------------------------------*/

/* keyvisual */
.jobs-top {
    overflow: hidden;
}
.jobs-top .l-keyvisual {
    margin-top: 90px;
    padding-top: 20px;
    position: relative;
}
.jobs-top .l-keyvisual__title {
    opacity: 0;
    transition: 0.8s all;
    transform: translateY(20px);
    position: relative;
    z-index: 2;
}
.jobs-top .l-keyvisual.is-active .l-keyvisual__title {
    opacity: 1;
    transform: translateY(0);
}
.jobs-top .l-keyvisual h1 > span {
    display: inline-block;
    font-size: 64px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 64px;
    padding-right: 4px;
    padding-bottom: 5px;
    position: relative;
}
.jobs-top .l-keyvisual h1 > span:nth-of-type(n+2) {
    margin-top: 10px;
}
.jobs-top .l-keyvisual h1 > span:nth-of-type(3) {
    padding-right: 0;
}
.jobs-top .l-keyvisual h1 > span:before,
.jobs-top .l-keyvisual h1 > span:after {
    background-color: #06D559;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.jobs-top .l-keyvisual h1 > span:before {
    right: 100%;
    width: 100vw;
    z-index: 0;
}
.jobs-top .l-keyvisual h1 > span:after {
    left: 0;
    width: 100%;
    z-index: -1;
}
.jobs-top .l-keyvisual h1 > span:nth-of-type(3):after {
    width: calc(100% - 0.5em);
}
.jobs-top .l-keyvisual__slider > .l-keyvisual__slider_item:nth-of-type(n+2) {
    display: none;
}
.jobs-top .l-keyvisual__slider_item {
    width: 1629px !important;
}
.jobs-top .l-keyvisual__slider_item + .l-keyvisual__slider_item {
    margin-left: -8px;
}
.jobs-top .l-keyvisual__decoration_item {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.jobs-top .l-keyvisual__decoration_item.item1 {
    background-image: url('../images/jobs/index/keyvisual_deco01.png');
}
.jobs-top .l-keyvisual__decoration_item.item2 {
    background-image: url('../images/jobs/index/keyvisual_deco02.png');
}
.jobs-top .l-keyvisual__decoration_item.item3 {
    background-image: url('../images/jobs/index/keyvisual_deco03.png');
}
.jobs-top .l-keyvisual__decoration_item.item4 {
    background-image: url('../images/jobs/index/keyvisual_deco04.png');
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-keyvisual {
        margin-bottom: 64px;
        padding-bottom: 150px;
    }
    .jobs-top .l-keyvisual__inner {
        position: absolute;
        max-width: calc(100vw - 360px);
        min-width: 920px;
        margin-inline: auto;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
    }
    .jobs-top .l-keyvisual__title {
        margin-left: -90px;
        min-width: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .jobs-top .l-keyvisual h1 > span {
        padding-left: 90px;
    }
    .jobs-top .l-keyvisual__decoration_item.item1 {
        height: 119px;
        top: -24px;
        right: calc(50% + 162px);
        width: 95px;
    }
    .jobs-top .l-keyvisual__decoration_item.item2 {
        height: 109px;
        top: -34px;
        left: calc(50% + 493px);
        width: 109px;
    }
    .jobs-top .l-keyvisual__decoration_item.item3 {
        height: 88px;
        bottom: 55px;
        left: calc(50% - 18px);
        width: 88px;
    }
    .jobs-top .l-keyvisual__decoration_item.item4 {
        height: 159px;
        bottom: 38px;
        left: calc(50% + 418px);
        width: 128px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-keyvisual {
        margin-top: 72px;
        padding-top: 55px;
        padding-bottom: 64px;
    }
    .jobs-top .l-keyvisual__title {
        margin-top: 34px;
    }
    .jobs-top .l-keyvisual h1 > span {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        padding-left: 20px;
        padding-right: 8px;
    }
    .jobs-top .l-keyvisual h1 > span:nth-of-type(n+2) {
        margin-top: 16px;
    }
    .jobs-top .l-keyvisual h1 > span:before {
        display: none;
    }
    .jobs-top .l-keyvisual__slider_item {
        width: 934px !important;
    }
    .jobs-top .l-keyvisual__slider_item + .l-keyvisual__slider_item {
        margin-left: -4px;
    }
    .jobs-top .l-keyvisual__decoration_item.item1 {
        height: 119px;
        top: -28px;
        right: calc(50% + 9px);
        width: 95px;
    }
    .jobs-top .l-keyvisual__decoration_item.item2 {
        display: none;
    }
    .jobs-top .l-keyvisual__decoration_item.item3 {
        height: 70px;
        bottom: 32px;
        left: calc(50% + 100px);
        width: 70px;
    }
    .jobs-top .l-keyvisual__decoration_item.item4 {
        height: 85px;
        bottom: 198px;
        left: calc(50% + 150px);
        width: 65px;
    }
}



/* section */
.jobs-top .l-section {
    padding-top: 120px;
    padding-bottom: 240px;
}
.jobs-top .l-section + .l-section {
    margin-top: -120px;
}
.jobs-top .l-section__title {
    line-height: 1;
    text-align: left;
}
.jobs-top .l-section__title > span {
    font-weight: 500;
    letter-spacing: -0.05em;
}
.jobs-top .l-section__title .subtext {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
}
.jobs-top .l-section__title .subtext span {
    margin-left: 4px;
    padding-left: 2em;
    position: relative;
}
.jobs-top .l-section__title .subtext span:before {
    background: #333;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2em;
}
.jobs-top .l-section__title .maintext {
    background-color: #06D559;
    display: inline-block;
    font-family: "Lexend Deca", sans-serif;
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 500;
    line-height: 45px;
    margin-top: 14px;
    padding-right: 5px;
    padding-bottom: 4px;
    position: relative;
}
.jobs-top .l-section__title .maintext:before {
    background-color: #06D559;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    z-index: 0;
}
.jobs-top .l-section .c-button a {
    font-size: 14px;
    font-size: .875rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section .c-button {
        min-width: 270px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section {
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .jobs-top .l-section + .l-section {
        margin-top: -40px;
    }
    .jobs-top .l-section__title .subtext {
        font-size: 12px;
        font-size: .75rem;
    }
    .jobs-top .l-section__title .maintext {
        font-size: 50px;
        font-size: 3.125rem;
        font-weight: 600;
        line-height: 35px;
        margin-top: 10px;
        padding-bottom: 2px;
        padding-right: 2px;
    }
}



/* company */
.jobs-top .l-section--company .p-company-linkList {
    margin-top: 30px;
}
.jobs-top .l-section--company .p-company-linkList > ul {
    border-top: 1px solid #01261B;
}
.jobs-top .l-section--company .p-company-linkList > ul li {
    border-bottom: 1px solid #01261B;
}
.jobs-top .l-section--company .p-company-linkList > ul li a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.05rem;
    padding: 48px 110px 48px 0;
    position: relative;
}
.jobs-top .l-section--company .p-company-linkList > ul li a:before,
.jobs-top .l-section--company .p-company-linkList > ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.jobs-top .l-section--company .p-company-linkList > ul li a:before {
    background-color: #333;
    border-radius: 100px;
    height: 40px;
    right: 0;
    width: 90px;
    z-index: 1;
}
.jobs-top .l-section--company .p-company-linkList > ul li a:after {
    background-image: url('../images/jobs/common/icon_arrow_right_white.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    height: 9px;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    z-index: 2;
}
.jobs-top .l-section--company .p-company-decoration__item {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}
.jobs-top .l-section--company .p-company-decoration__item.item1 {
    background-image: url('../images/jobs/index/company_deco01.png');
}
.jobs-top .l-section--company .p-company-decoration__item.item2 {
    background-image: url('../images/jobs/index/company_deco02.png');
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--company {
        padding-bottom: 280px;
    }
    .jobs-top .l-section--company .l-section__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .jobs-top .l-section--company .p-company-linkList {
        width: 52.17%;
    }
    .jobs-top .l-section--company .p-company-decoration__item.item1 {
        height: 157px;
        bottom: 335px;
        right: calc(50% + 480px);
        width: 125px;
    }
    .jobs-top .l-section--company .p-company-decoration__item.item2 {
        height: 140px;
        bottom: 197px;
        right: calc(50% + 162px);
        width: 140px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--company .p-company-linkList {
        margin-top: 40px;
    }
    .jobs-top .l-section--company .p-company-linkList > ul li a {
        font-size: 16px;
        font-size: 1rem;
        padding: 40px 100px 40px 0;
    }
    .jobs-top .l-section--company .p-company-linkList > ul li a:before {
        width: 78px;
    }
    .jobs-top .l-section--company .p-company-linkList > ul li a:after {
        right: 30px;
    }
    .jobs-top .l-section--company .p-company-decoration__item {
        display: none;
    }
}


/* work */
.jobs-top .l-section--work {
    background-color: #EFEFEF;
}
.jobs-top .l-section--work .p-work-contentsBlock__text .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--work .l-section__title {
        position: absolute;
        top: 0;
        left: 0;
    }
    .jobs-top .l-section--work .l-section__content {
        position: relative;
    }
    .jobs-top .l-section--work .p-work-contentsBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row-reverse;
        padding-top: 30px;
    }
    .jobs-top .l-section--work .p-work-contentsBlock__image {
        width: 55.65%;
    }
    .jobs-top .l-section--work .p-work-contentsBlock__text {
        padding-top: 100px;
        width: 39.13%;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--work .p-work-contentsBlock {
        margin-top: 40px;
    }
    .jobs-top .l-section--work .p-work-contentsBlock__image {
        margin-inline: -20px;
    }
    .jobs-top .l-section--work .p-work-contentsBlock__text {
        margin-top: 20px;
    }
}


/* people */
.jobs-top .l-section--people .p-people-summaryText {
    margin-top: 20px;
}
.jobs-top .l-section--people .p-people-summaryText .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
.jobs-top .l-section--people .p-people-articleBlock {
    margin-top: 40px;
    margin-right: -10px;
    overflow: hidden;
}
.jobs-top .l-section--people .c-interview-articleList .slick-slide {
    margin-top: 0 !important;
    margin-right: 10px;
}
.jobs-top .l-section--people .c-interview-articleList__item .item-text {
    border: 1px solid #c9c9c9;
    border-top: none;
}
.jobs-top .l-section--people .c-interview-articleList__item .text-title {
    font-size: 16px;
    font-size: 1rem;
}
.jobs-top .l-section--people .c-interview-articleList__item .text-information > p {
    font-size: 14px;
    font-size: .875rem;
}
.jobs-top .l-section--people .slick-nav-arrows {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.jobs-top .l-section--people .slick-nav-arrows .slick-arrow {
    background-color: #06D559;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.jobs-top .l-section--people .slick-nav-arrows .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 18px;
}
.jobs-top .l-section--people .slick-nav-arrows .slick-prev:before {
    background-image: url('../images/jobs/common/icon_arrow_slide_prev.svg');
    background-position: left center;
}
.jobs-top .l-section--people .slick-nav-arrows .slick-next:before {
    background-image: url('../images/jobs/common/icon_arrow_slide_next.svg');
    background-position: right center;
}
.jobs-top .l-section--people .slick-nav-arrows .slick-arrow.slick-disabled {
    background-color: #BBBBBB;
    cursor: initial;
    opacity: 0.4;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--people {
        padding-bottom: 200px;
    }
    .jobs-top .l-section--people .p-people-summaryText {
        width: 39.13%;
    }
    .jobs-top .l-section--people .p-people-summaryText .c-button {
        min-width: 270px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--people .p-people-summaryText {
        margin-top: 30px;
    }
    .jobs-top .l-section--people .p-people-articleBlock {
        margin-top: 60px;
        margin-inline: -20px;
    }
    .jobs-top .l-section--people .c-interview-articleList .slick-list {
        padding-inline: 20px;
    }
    .jobs-top .l-section--people .c-interview-articleList .slick-slide {
        margin-right: 2.6667vw;
        width: 48vw;
    }
    .jobs-top .l-section--people .c-interview-articleList__item .item-thumb {
        padding-top: 32vw;
    }
    .jobs-top .l-section--people .c-interview-articleList__item .text-title {
        font-size: 14px;
        font-size: .875rem;
    }
    .jobs-top .l-section--people .c-interview-articleList__item .text-information > p {
        font-size: 12px;
        font-size: .75rem;
    }
    .jobs-top .l-section--people .c-interview-articleList__item .tag-category {
        font-size: 10px;
        font-size: .625rem;
    }
    .jobs-top .l-section--people .slick-nav-arrows .slick-arrow {
        margin-top: 20px;
    }
}


/* client */
.jobs-top .l-section--client {
    background-color: #EFEFEF;
}
.jobs-top .l-section--client .p-client-contentsBlock__text .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--client .l-section__title {
        position: absolute;
        top: 0;
        left: 0;
    }
    .jobs-top .l-section--client .l-section__content {
        position: relative;
    }
    .jobs-top .l-section--client .p-client-contentsBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row-reverse;
        padding-top: 30px;
    }
    .jobs-top .l-section--client .p-client-contentsBlock__image {
        width: 55.65%;
    }
    .jobs-top .l-section--client .p-client-contentsBlock__text {
        padding-top: 100px;
        width: 39.13%;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--client .p-client-contentsBlock {
        margin-top: 40px;
    }
    .jobs-top .l-section--client .p-client-contentsBlock__image {
        margin-inline: -20px;
    }
    .jobs-top .l-section--client .p-client-contentsBlock__text {
        margin-top: 20px;
    }
}


/* career */
.jobs-top .l-section--career .p-career-contentsBlock {
    margin-top: 60px;
}
.jobs-top .l-section--career .p-career-contentsBlock__text .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--career .p-career-contentsBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .jobs-top .l-section--career .p-career-contentsBlock__image {
        width: 55.65%;
    }
    .jobs-top .l-section--career .p-career-contentsBlock__text {
        width: 39.13%;
    }
    .jobs-top .l-section--career .p-career-contentsBlock__text .c-button {
        min-width: 270px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--career .p-career-contentsBlock {
        margin-top: 40px;
    }
    .jobs-top .l-section--career .p-career-contentsBlock__image {
        margin-inline: -20px;
    }
    .jobs-top .l-section--career .p-career-contentsBlock__text {
        margin-top: 20px;
    }
}


/* recruiting */
.jobs-top .l-section--recruiting {
    background: linear-gradient(-45deg, #02AE47, #06D559);
    padding-bottom: 110px;
}
.jobs-top .l-section--recruiting .l-section__title .maintext {
    background: none;
    line-height: 1;
}
.jobs-top .l-section--recruiting .l-section__title .maintext:before {
    display: none;
}
.jobs-top .l-section--recruiting .p-recruiting-list {
    border-top: 1px solid #333;
    margin-top: 60px;
}
.jobs-top .l-section--recruiting .p-recruiting-list__item {
    border-bottom: 1px solid #333;
    padding-top: 32px;
    padding-bottom: 32px;
}
.jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
}
.jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    margin-top: 12px;
}
@media only screen and (min-width: 920px) {
    .jobs-top .l-section--recruiting .p-recruiting-list__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading {
        width: calc(100% - 420px);
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        width: 380px;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-link .c-button {
        min-width: initial;
        width: 47.37%;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-link .c-button:nth-of-type(2) {
        margin-top: 0;
        margin-left: 5.26%;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-top .l-section--recruiting {
        padding-bottom: 90px;
    }
    .jobs-top .l-section--recruiting .l-section__title .maintext {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list {
        margin-top: 60px;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading {
        text-align: center;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-heading .text-description {
        margin-top: 16px;
    }
    .jobs-top .l-section--recruiting .p-recruiting-list__item .item-link .c-button {
        margin-top: 24px;
    }
}





/*----------------------------------------
	outline
----------------------------------------*/
.jobs-outline {
    background-color: #F5F5F5;
}
.jobs-outline .c-keyvisual img {
    top: 50%;
    height: 100%;
}
.jobs-outline .l-section--outline {
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-outline .p-outline-contentsBlock {
    margin-top: 64px;
}
.jobs-outline .p-outline-contentsBlock__heading {
    line-height: 1;
}
.jobs-outline .p-outline-contentsBlock__heading .maintext {
    background: linear-gradient(transparent 10%, #06D559 0);
    display: inline;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.jobs-outline .p-outline-contentsBlock__heading .english {
    color: #01261B;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px;
}
.jobs-outline .p-outline-contentsBlock__heading + * {
    margin-top: 32px;
}
.jobs-outline .p-outline-contentsBlock__heading ~ * {
    font-size: 14px;
    font-size: .875rem;
}
.jobs-outline #profile .p-outline-contentsBlock__summaryText p {
    line-height: 1.8;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable {
    margin-top: 48px;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table {
    border-top: 1px solid #C9C9C9;
    width: 100%;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table th,
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td {
    border-bottom: 1px solid #C9C9C9;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table th {
    padding-right: 32px;
    min-width: 232px;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td a {
    text-decoration: underline;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td * {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td dl dt {
    font-weight: 700;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td ul li {
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}
.jobs-outline #profile .p-outline-contentsBlock__profileTable table td ul li:before {
    background-color: #303030;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    top: 8.5px;
    left: 7.5px;
    width: 5px;
}
.jobs-outline #access .p-outline-contentsBlock__mapBlock {
    height: 280px;
    overflow: hidden;
    position: relative;
}
.jobs-outline #access .p-outline-contentsBlock__mapBlock iframe {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.jobs-outline #access .p-outline-contentsBlock__descriptionText p {
    margin-top: 20px;
}
.jobs-outline #access .p-outline-contentsBlock__descriptionText .text-note {
    font-size: 12px;
    font-size: .75rem;
    margin-top: 0;
}
@media only screen and (max-width: 919px) {
    .jobs-outline .l-section--outline {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    .jobs-outline #profile .p-outline-contentsBlock__profileTable table th {
        min-width: 132px;
    }
    .jobs-outline #access .p-outline-contentsBlock__mapBlock {
        height: 29.8667vw;
    }
}





/*----------------------------------------
	feature
----------------------------------------*/
.jobs-feature .l-section--data {
    background-color: #EFEFEF;
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-feature .p-data-contentsBlock__item {
    margin-top: 20px;
}
.jobs-feature .p-data-contentsBlock__item_block {
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.jobs-feature .p-data-contentsBlock__item_block:nth-of-type(n+2) {
    margin-top: 20px;
}
.jobs-feature .p-data-contentsBlock__item_block .text-heading {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
}
.jobs-feature .p-data-contentsBlock__item_block .text-number {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 20px;
}
.jobs-feature .p-data-contentsBlock__item_block .text-number span {
    font-family: "DIN Alternate", sans-serif !important;
    font-weight: 500;
    line-height: 0.75;
    margin-right: 8px;
}
.jobs-feature .p-data-contentsBlock__item_block .text-note {
    color: #2d2d2d;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.35;
}
.jobs-feature .p-data-contentsBlock__item_block .image-illust {
    position: absolute;
}
@media only screen and (min-width: 920px) {
    .jobs-feature .p-data-contentsBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;   
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(1) {
        width: calc(400 / 920 * 100%);
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(2) {
        width: calc(500 / 920 * 100%);
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(3),
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(4),
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(5) {
        width: calc(293 / 920 * 100%);
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(6) {
        width: 100%;
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(7),
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(8) {
        width: calc(450 / 920 * 100%);
    }
    .jobs-feature .p-data-contentsBlock__item .block1 {
        height: 400px;
    }
    .jobs-feature .p-data-contentsBlock__item .block2 {
        height: 200px;
    }
    .jobs-feature .p-data-contentsBlock__item .block3 {
        height: 180px;
    }
    .jobs-feature .p-data-contentsBlock__item .block4,
    .jobs-feature .p-data-contentsBlock__item .block5,
    .jobs-feature .p-data-contentsBlock__item .block6 {
        height: 240px;
    }
    .jobs-feature .p-data-contentsBlock__item .block7 {
        height: 180px;
    }
    .jobs-feature .p-data-contentsBlock__item .block8,
    .jobs-feature .p-data-contentsBlock__item .block9,
    .jobs-feature .p-data-contentsBlock__item .block10 {
        padding-top: 16px;
        padding-bottom: 16px;
        height: 133px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11,
    .jobs-feature .p-data-contentsBlock__item .block12 {
        height: 210px;
    }
    .jobs-feature .p-data-contentsBlock__item .block1 .text-heading,
    .jobs-feature .p-data-contentsBlock__item .block2 .text-heading,
    .jobs-feature .p-data-contentsBlock__item .block3 .text-heading {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-feature .p-data-contentsBlock__item .block2 .text-number,
    .jobs-feature .p-data-contentsBlock__item .block3 .text-number {
        margin-top: 10px;
    }
    .jobs-feature .p-data-contentsBlock__item .block1 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block2 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block3 .text-number span {
        font-size: 120px;
        font-size: 7.5rem;
    }
    .jobs-feature .p-data-contentsBlock__item .block4 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block5 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block6 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block8 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block9 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block10 .text-number span {
        font-size: 60px;
        font-size: 3.75rem;
    }
    .jobs-feature .p-data-contentsBlock__item .block7 .text-number span {
        font-size: 100px;
        font-size: 6.25rem;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .text-number span,
    .jobs-feature .p-data-contentsBlock__item .block12 .text-number span {
        font-size: 80px;
        font-size: 5rem;
    }
    .jobs-feature .p-data-contentsBlock__item .block1 .image-illust {
        bottom: 0;
        left: 74px;
        width: 228px;
    }
    .jobs-feature .p-data-contentsBlock__item .block2 .image-illust {
        top: 39px;
        right: 38px;
        width: 141px;
    }
    .jobs-feature .p-data-contentsBlock__item .block2 .text-note {
        margin-top: 24px;
    }
    .jobs-feature .p-data-contentsBlock__item .block3 .image-illust {
        bottom: 0;
        right: 28px;
        width: 159px;
    }
    .jobs-feature .p-data-contentsBlock__item .block4 .image-illust {
        bottom: 18px;
        left: 80px;
        width: 98px;
    }
    .jobs-feature .p-data-contentsBlock__item .block5 .image-illust {
        bottom: 0;
        left: 40px;
        width: 226px;
    }
    .jobs-feature .p-data-contentsBlock__item .block6 .image-illust {
        bottom: 20px;
        left: 40px;
        width: 122px;
    }
    .jobs-feature .p-data-contentsBlock__item .block7 .image-illust {
        bottom: -1px;
        right: 20px;
        width: 345px;
    }
    .jobs-feature .p-data-contentsBlock__item .block8 .image-illust {
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 187px;
    }
    .jobs-feature .p-data-contentsBlock__item .block9 .image-illust {
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        width: 158px;
    }
    .jobs-feature .p-data-contentsBlock__item .block10 .image-illust {
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 160px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .image-illust {
        margin-left: auto;
        margin-right: 10px;
        position: static;
        width: 146px;
    }
    .jobs-feature .p-data-contentsBlock__item .block12 .image-illust {
        margin-left: auto;
        margin-right: 42px;
        margin-top: -42px;
        position: static;
        width: 66px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .text-number,
    .jobs-feature .p-data-contentsBlock__item .block12 .text-number {
        text-align: right;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .text-note,
    .jobs-feature .p-data-contentsBlock__item .block12 .text-note {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 145px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-feature .l-section--data {
        padding-top: 60px;
    }
    .jobs-feature .p-data-contentsBlock__item {
        margin-top: 16px;
    }
    .jobs-feature .p-data-contentsBlock__item:nth-of-type(1) {
        margin-top: 0;
    }
    .jobs-feature .p-data-contentsBlock__item_block:nth-of-type(n+2) {
        margin-top: 16px;
    }
    .jobs-feature .p-data-contentsBlock__item_block .text-heading {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-feature .p-data-contentsBlock__item_block .text-number {
        margin-top: 16px;
    }
    .jobs-feature .p-data-contentsBlock__item_block .text-number span {
        font-size: 80px;
        font-size: 5rem;
        margin-right: 4px;
    }
    .jobs-feature .p-data-contentsBlock__item_block .text-note {
        margin-top: 16px;
    }
    .jobs-feature .p-data-contentsBlock__item .block1,
    .jobs-feature .p-data-contentsBlock__item .block2,
    .jobs-feature .p-data-contentsBlock__item .block3 {
        min-height: 160px;
    }
    .jobs-feature .p-data-contentsBlock__item .block4 {
        min-height: 192px;
    }
    .jobs-feature .p-data-contentsBlock__item .block5 {
        min-height: 150px;
    }
    .jobs-feature .p-data-contentsBlock__item .block6 {
        min-height: 160px;
    }
    .jobs-feature .p-data-contentsBlock__item .block7 {
        min-height: 290px;
    }
    .jobs-feature .p-data-contentsBlock__item .block8 {
        min-height: 180px;
    }
    .jobs-feature .p-data-contentsBlock__item .block9,
    .jobs-feature .p-data-contentsBlock__item .block10,
    .jobs-feature .p-data-contentsBlock__item .block11 {
        min-height: 216px;
    }
    .jobs-feature .p-data-contentsBlock__item .block12 {
        min-height: 254px;
    }
    .jobs-feature .p-data-contentsBlock__item .block1 .image-illust {
        bottom: 0;
        right: 0;
        width: 151px;
    }
    .jobs-feature .p-data-contentsBlock__item .block2 .image-illust {
        top: 35px;
        right: 20px;
        width: 100px;
    }
    .jobs-feature .p-data-contentsBlock__item .block3 .image-illust {
        bottom: 0;
        right: 12px;
        width: 132px;
    }
    .jobs-feature .p-data-contentsBlock__item .block4 .text-heading {
        margin-top: 38px;
    }
    .jobs-feature .p-data-contentsBlock__item .block4 .image-illust {
        top: 18px;
        right: 20px;
        width: 100px;
    }
    .jobs-feature .p-data-contentsBlock__item .block5 .image-illust {
        bottom: 0;
        right: 10px;
        width: 147px;
    }
    .jobs-feature .p-data-contentsBlock__item .block6 .image-illust {
        top: 46px;
        right: 28px;
        width: 112px;
    }
    .jobs-feature .p-data-contentsBlock__item .block7 .image-illust {
        bottom: -1px;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: 290px;
    }
    .jobs-feature .p-data-contentsBlock__item .block8 .image-illust {
        bottom: 18px;
        right: 22px;
        width: 156px;
    }
    .jobs-feature .p-data-contentsBlock__item .block9 .text-number {
        margin-top: 50px;
    }
    .jobs-feature .p-data-contentsBlock__item .block9 .image-illust {
        bottom: 52px;
        right: 18px;
        width: 135px;
    }
    .jobs-feature .p-data-contentsBlock__item .block10 .text-number {
        margin-top: 50px;
    }
    .jobs-feature .p-data-contentsBlock__item .block10 .image-illust {
        bottom: 52px;
        right: 18px;
        width: 136px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .image-illust {
        margin-left: 10px;
        margin-top: 20px;
        position: static;
        width: 133px;
    }
    .jobs-feature .p-data-contentsBlock__item .block12 .image-illust {
        margin-left: 42px;
        margin-top: 20px;
        position: static;
        width: 66px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .text-number,
    .jobs-feature .p-data-contentsBlock__item .block12 .text-number {
        margin-top: 16px;
    }
    .jobs-feature .p-data-contentsBlock__item .block11 .text-note,
    .jobs-feature .p-data-contentsBlock__item .block12 .text-note {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 220px);
    }
}





/*----------------------------------------
	message
----------------------------------------*/
.jobs-message {
    background-color: #F5F5F5;
}
.jobs-message .l-section--message {
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-message .p-message-personBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.jobs-message .p-message-personBlock__image {
    width: 160px;
}
.jobs-message .p-message-personBlock__text {
    display: table;
    margin-left: 20px;
    max-width: calc(100% - 180px);
}
.jobs-message .p-message-personBlock__text .text-name {
	background-color: #06D559;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.jobs-message .p-message-personBlock__text .text-position-english {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 4px;
}
.jobs-message .p-message-personBlock__text .text-position {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
}
.jobs-message .p-message-commentBlock {
    border-top: 1px solid #BABABA;
    margin-top: 64px;
    padding-top: 64px;
}
.jobs-message .p-message-commentBlock__item:nth-of-type(n+2) {
    margin-top: 32px;
}
.jobs-message .p-message-commentBlock__item h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
}
.jobs-message .p-message-commentBlock__item h2 span {
    background: linear-gradient(transparent 10%, #06D559 0);
    position: relative;
    padding-left: 1em;
}
.jobs-message .p-message-commentBlock__item h2 span:before {
    background: #333;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 0.95em;
}
.jobs-message .p-message-commentBlock__item .item-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    margin-top: 16px;
}
.jobs-message .p-message-commentBlock__item .item-text > p + p {
    margin-top: 32px;
}
@media only screen and (max-width: 919px) {
    .jobs-message .l-section--message {
        padding-top: 40px;
    }
    .jobs-message .p-message-personBlock__image {
        width: 80px;
    }
    .jobs-message .p-message-personBlock__text {
        margin-left: 16px;
        max-width: calc(100% - 96px);
    }
    .jobs-message .p-message-personBlock__text .text-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .jobs-message .p-message-personBlock__text .text-position-english {
        font-size: 14px;
        font-size: .875rem;
    }
    .jobs-message .p-message-commentBlock {
        margin-top: 48px;
        padding-top: 48px;
    }
    .jobs-message .p-message-commentBlock__item h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .jobs-message .p-message-commentBlock__item .item-text > p + p {
        margin-top: 24px;
    }
}





/*----------------------------------------
	consultant
----------------------------------------*/
.jobs-consultant .l-section__title .subtext {
    padding-left: 2.5em;
    position: relative;
}
.jobs-consultant .l-section__title {
    line-height: 1;
    text-align: left;
}
.jobs-consultant .l-section__title span {
    display: block;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.jobs-consultant .l-section__title .subtext {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    position: relative;
}
.jobs-consultant .l-section__title .subtext:before {
    background: #333;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.5em;
}
.jobs-consultant .l-section__title .maintext {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 8px;
}
@media only screen and (max-width: 919px) {
    .jobs-consultant .l-section__title .maintext {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/* point */
.jobs-consultant [class*="l-section--point"] {
    padding-top: 90px;
    padding-bottom: 240px;
}
.jobs-consultant [class*="l-section--point"] + [class*="l-section--point"] {
    margin-top: -120px;
}
.jobs-consultant [class*="l-section--point"]:nth-of-type(odd) {
    background-color: #EFEFEF;
}
.jobs-consultant .l-section--point03 {
    padding-bottom: 120px;
}
.jobs-consultant .p-point-contentsBlock__image {
    border-radius: 10px;
    overflow: hidden;
}
.jobs-consultant .p-point-contentsBlock__text .text-description {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
@media only screen and (min-width: 920px) {
    .jobs-consultant .p-point-contentsBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .jobs-consultant .p-point-contentsBlock__text {
        width: 42.8571%;
    }
    .jobs-consultant .p-point-contentsBlock__image {
        width: 47.619%;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-consultant [class*="l-section--point"] {
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .jobs-consultant [class*="l-section--point"] + [class*="l-section--point"] {
        margin-top: -40px;
    }
    .jobs-consultant .l-section--point03 {
        padding-bottom: 90px;
    }
    .jobs-consultant .p-point-contentsBlock__image {
        margin-top: 40px;
    }
}

/* member */
.jobs-consultant .l-section--member {
    padding-top: 60px;
    padding-bottom: 90px;
}
.jobs-consultant .p-member-summaryText {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}
.jobs-consultant .p-member-imageBlock {
    margin-top: 30px;
}
.jobs-consultant .p-member-imageBlock img {
    width: 100%;
}
@media only screen and (min-width: 920px) {
    .jobs-consultant .l-section--member .l-section__inner {
        max-width: initial;
    }
    .jobs-consultant .p-member-summaryText {
        max-width: 920px;
        margin-inline: auto;
    }
    .jobs-consultant .p-member-imageBlock {
        margin-inline: -40px;
    }
    .jobs-consultant .c-button--next {
        min-width: 260px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-consultant .l-section--member {
        padding-top: 40px;
    }
    .jobs-consultant .p-member-summaryText {
        line-height: 1.8;
        text-align: left;
    }
    .jobs-consultant .p-member-imageBlock {
        margin-top: 40px;
        margin-inline: -20px;
    }
}

/* data */
.jobs-consultant .l-section--data {
    background-color: #EFEFEF;
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-consultant .l-section--data .text-description {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
.jobs-consultant .p-data-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.jobs-consultant .p-data-contentsBlock__item {
    background-color: #fff;
    margin-top: 16px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.jobs-consultant .p-data-contentsBlock__item .text-heading {
    font-weight: 700;
    line-height: 1.2;
}
.jobs-consultant .p-data-contentsBlock__item .text-number {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.jobs-consultant .p-data-contentsBlock__item .text-number span {
    font-family: "DIN Alternate", sans-serif !important;
    font-weight: 500;
    line-height: 0.75;
    font-size: 72px;
    font-size: 4.5rem;
    margin-right: 4px;
}
.jobs-consultant .p-data-contentsBlock__item .text-caption {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
}
.jobs-consultant .p-data-contentsBlock__item .text-note {
    color: #2d2d2d;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.35;
}
.jobs-consultant .p-data-contentsBlock .item1 .text-number {
    margin-top: 45px;
}
.jobs-consultant .p-data-contentsBlock .item1 .text-number span {
    color: #209857;
    font-size: 96px;
    font-size: 6rem;
}
.jobs-consultant .p-data-contentsBlock .item2 .block-column {
    margin-top: 24px;
}
.jobs-consultant .p-data-contentsBlock .item3 .block-column {
    margin-top: 24px;
}
.jobs-consultant .p-data-contentsBlock .item3 .text-number span {
    color: #209857;
}
.jobs-consultant .p-data-contentsBlock .item3 .text-note {
    margin-top: 16px;
}
.jobs-consultant .p-data-contentsBlock .item4 .image-illust {
    margin-top: 38px;
    margin-inline: auto;
    width: 166px;
}
.jobs-consultant .p-data-contentsBlock .item4 .block-column {
    margin-top: 32px;
}
.jobs-consultant .p-data-contentsBlock .item4 .text-caption {
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}
.jobs-consultant .p-data-contentsBlock .item4 .text-caption:before {
    content: "";
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
}
.jobs-consultant .p-data-contentsBlock .item4 .text-caption.newgraduate:before {
    background-color: #01261B;
}
.jobs-consultant .p-data-contentsBlock .item4 .text-caption.career:before {
    background-color: #2AC172;
}
.jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) .text-number span {
    display: inline-block;
    min-width: 66px;
    text-align: justify;
}
.jobs-consultant .p-data-contentsBlock .item6 .text-number {
    margin-top: 25px;
}
.jobs-consultant .p-data-contentsBlock .item6 .image-illust {
    margin-top: 20px;
    margin-inline: auto;
    width: 92px;
}
.jobs-consultant .p-data-contentsBlock .item6 .text-note {
    margin-top: 16px;
}
@media only screen and (min-width: 920px) {
    .jobs-consultant .p-data-contentsBlock__item {
        width: calc(295 / 920 * 100%);
    }
    .jobs-consultant .p-data-contentsBlock__item:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .jobs-consultant .p-data-contentsBlock .item1,
    .jobs-consultant .p-data-contentsBlock .item2,
    .jobs-consultant .p-data-contentsBlock .item3 {
        height: 220px;
    }
    .jobs-consultant .p-data-contentsBlock .item4,
    .jobs-consultant .p-data-contentsBlock .item5,
    .jobs-consultant .p-data-contentsBlock .item6 {
        height: 300px;
    }
    .jobs-consultant .p-data-contentsBlock__item .block-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .image-illust {
        margin-inline: auto;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item {
        width: 50%;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(1) {
        padding-left: 5px;
        padding-right: 18px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(2) {
        border-left: 1px solid #B3B3B3;
        padding-left: 18px;
        padding-right: 5px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(1) .image-illust {
        margin-top: 20px;
        width: 70px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(2) .image-illust {
        margin-bottom: 20px;
        width: 54px;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .block-column {
        align-items: center;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .block-column__item:nth-of-type(1) {
        width: 53.04%;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .block-column__item:nth-of-type(2) {
        width: 36.9565%;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .block-column__item {
        padding-inline: 6px;
        width: 50%;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column {
        margin-top: 14px;
        align-items: center;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .image-illust {
        text-align: center;
        width: 54px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) {
        margin-top: 10px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(1) .image-illust img {
        width: 45px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) .image-illust img {
        width: 35px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .text-caption {
        text-align: right;
        width: 4em;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .text-number {
        text-align: right;
        width: 97px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .text-note {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-consultant .p-data-contentsBlock {
        margin-top: 40px;
    }
    .jobs-consultant .p-data-contentsBlock__item {
        margin-top: 10px;
        padding: 16px;
        width: calc(162 / 334 * 100%);
    }
    .jobs-consultant .p-data-contentsBlock__item:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .jobs-consultant .p-data-contentsBlock .item1,
    .jobs-consultant .p-data-contentsBlock .item2 {
        min-height: 180px;
    }
    .jobs-consultant .p-data-contentsBlock .item3,
    .jobs-consultant .p-data-contentsBlock .item4 {
        min-height: 292px;
    }
    .jobs-consultant .p-data-contentsBlock .item5,
    .jobs-consultant .p-data-contentsBlock .item6 {
        min-height: 383px;
    }
    .jobs-consultant .p-data-contentsBlock__item .text-number {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .jobs-consultant .p-data-contentsBlock__item .text-number span {
        font-size: 48px;
        font-size: 3rem;
    }
    .jobs-consultant .p-data-contentsBlock__item .text-caption {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-consultant .p-data-contentsBlock__item .block-column {
        display: table;
        margin-inline: auto;
    }
    .jobs-consultant .p-data-contentsBlock .item1 .text-number {
        font-size: 14px;
        font-size: .875rem;
        margin-top: 40px;
    }
    .jobs-consultant .p-data-contentsBlock .item1 .text-number span {
        font-size: 72px;
        font-size: 4.5rem;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column {
        margin-top: 10px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(2) {
        border-top: 1px solid #B3B3B3;
        margin-top: 10px;
        padding-top: 10px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(1) .image-illust {
        width: 58px;
    }
    .jobs-consultant .p-data-contentsBlock .item2 .block-column__item:nth-of-type(2) .image-illust {
        width: 52px;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .block-column {
        margin-top: 30px;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .text-number span {
        font-size: 60px;
        font-size: 3.75rem;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .image-illust {
        margin-top: 24px;
        margin-inline: auto;
        width: 62px;
    }
    .jobs-consultant .p-data-contentsBlock .item3 .text-note {
        margin-top: 24px;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .image-illust {
        margin-top: 24px;
        width: 112px;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .block-column {
        margin-top: 24px;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .block-column__item:nth-of-type(2) {
        margin-top: 14px;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .text-caption.newgraduate:before {
        background-color: #01261B;
    }
    .jobs-consultant .p-data-contentsBlock .item4 .text-caption.career:before {
        background-color: #2AC172;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .image-illust {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        text-align: center;
        width: 44px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column {
        padding-left: 60px;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) {
        border-top: 1px solid #B3B3B3;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(1) .image-illust img {
        width: 38px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) .image-illust img {
        width: 28px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .block-column:nth-of-type(2) .text-number span {
        min-width: 43.7333px;
    }
    .jobs-consultant .p-data-contentsBlock .item5 .text-number {
        margin-top: 10px;
    }
    .jobs-consultant .p-data-contentsBlock .item6 .text-number {
        margin-top: 32px;
    }
    .jobs-consultant .p-data-contentsBlock .item6 .text-number span {
        font-size: 60px;
        font-size: 3.75rem;
    }
    .jobs-consultant .p-data-contentsBlock .item6 .image-illust {
        margin-top: 36px;
    }
    .jobs-consultant .p-data-contentsBlock .item6 .text-note {
        margin-top: 40px;
    }
}





/*----------------------------------------
	new_graduate_jobs
----------------------------------------*/
.jobs-newgraduatejobs {
    background-color: #F5F5F5;
}
.jobs-newgraduatejobs .l-section--schedule {
    background-color: #F5F5F5;
    padding-bottom: 90px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li .text-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li .text-information {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage {
    margin-inline: -60px;
    position: relative;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile {
    min-width: 190px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 1;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile .text-name {
    background-color: #333;
    color: #fff;
    font-family: "Lexend Deca", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    padding-inline: 4px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile .text-information {
    background-color: #fff;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    padding-inline: 4px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail {
    padding: 60px 30px 0;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-time {
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    width: 120px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner {
    padding-left: 34px;
    padding-bottom: 40px;
    position: relative;
    width: calc(100% - 120px);
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item:nth-last-of-type(1) .item-inner {
    padding-bottom: 0;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner:before,
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner:after {
    background-color: #06D559;
    content: "";
    position: absolute;
    top: 0;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner:before {
    border-radius: 50%;
    height: 14px;
    left: 0;
    width: 14px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner:after {
    height: 100%;
    left: 6px;
    width: 2px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item:nth-last-of-type(1) .item-inner:after {
    display: none;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .text-heading {
    font-weight: 700;
    line-height: 1.2;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .text-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 8px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .image-scene {
    margin-top: 8px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point {
    background-color: #F5F5F5;
    border-radius: 10px;
    color: #209857;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 8px;
    padding: 20px;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point dt {
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
}
.jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point dd {
    font-size: 12px;
    font-size: .75rem;
}
@media only screen and (min-width: 920px) {
    .jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li .text-information {
        margin-left: 10px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point dt {
        width: 68px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point dd {
        width: calc(100% - 68px);
    }
}
@media only screen and (max-width: 919px) {
    .jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li .text-name {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock .c-container-tab__category > ul li .text-information {
        line-height: 1.5;
        margin-top: 4px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage {
        margin-inline: -20px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile {
        min-width: 120px;
        left: 20px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile .text-name {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__mainimage .text-profile .text-information {
        font-size: 12px;
        font-size: .75rem;
        padding: 2px 4px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail {
        margin-inline: -5px;
        padding: 40px 0 0;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-time {
        line-height: 1.2;
        padding-right: 10px;
        width: 66px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .item-inner {
        width: calc(100% - 66px);
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point {
        border-radius: 10px;
        padding: 16px;
    }
    .jobs-newgraduatejobs .p-schedule-contentsBlock__detail .list-schedule__item .block-point dd {
        margin-top: 8px;
    }
}





/*----------------------------------------
	client_portfolio
----------------------------------------*/
.jobs-clientportfolio .l-section--data {
    background-color: #EFEFEF;
    padding-top: 120px;
    padding-bottom: 90px;
}
.jobs-clientportfolio .l-section--data .l-section__title span {
    background: linear-gradient(transparent 10%, #06D559 0);
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding: 4px;
}
.jobs-clientportfolio .p-data-contentsBlock {
    margin-top: 40px;
}
.jobs-clientportfolio .p-data-contentsBlock__item:nth-of-type(n+2) {
    margin-top: 40px;
}
.jobs-clientportfolio .p-data-contentsBlock__item .item-heading span {
    background-color: #2D2D2D;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 8px 10px 10px;
}
.jobs-clientportfolio .p-data-contentsBlock__item .item-detail {
    background-color: #fff;
    margin-top: 20px;
    padding: 32px;
    position: relative;
}
.jobs-clientportfolio .p-data-contentsBlock__item .text-heading {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}
.jobs-clientportfolio .p-data-contentsBlock__item .text-heading .small {
    font-size: 12px;
    font-size: .75rem;
}
.jobs-clientportfolio .p-data-contentsBlock__item .text-number {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 18px;
}
.jobs-clientportfolio .p-data-contentsBlock__item .text-number span {
    font-family: "DIN Alternate", sans-serif !important;
    font-weight: 500;
    font-size: 80px;
    font-size: 5rem;
    line-height: 0.75;
    margin-right: 8px;
}
.jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item {
    position: relative;
}
.jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item .image-illust {
    position: absolute;
}
.jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 185px;
}
.jobs-clientportfolio .p-data-contentsBlock .item2 .image-illust {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.jobs-clientportfolio .p-data-contentsBlock .item3 .image-illust {
    margin-inline: auto;
    width: 417px;
}
.jobs-clientportfolio .p-data-contentsBlock .item4 .image-illust {
    margin-inline: auto;
    width: 572px;
}
@media only screen and (min-width: 920px) {
    .jobs-clientportfolio .p-data-contentsBlock__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-clientportfolio .p-data-contentsBlock__item .item-heading,
    .jobs-clientportfolio .p-data-contentsBlock__item .item-detail {
        width: 100%;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item {
        margin-inline: 15px;
        text-align: center;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:first-child {
        margin-left: 0;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:last-child {
        margin-right: 0;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item .image-illust {
        bottom: 0;
        left: 0;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(1) {
        padding-left: 130px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(1) .image-illust {
        width: 130px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(2) {
        padding-left: 107px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(2) .image-illust {
        width: 97px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(3) {
        padding-left: 106px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(3) .image-illust {
        width: 96px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(1) {
        width: calc(458 / 920 * 100%);
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(2) {
        width: calc(442 / 920 * 100%);
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(1) .image-illust {
        width: 253px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(2) .image-illust {
        width: 232px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-clientportfolio .l-section--data {
        padding-top: 60px;
    }
    .jobs-clientportfolio .l-section--data .l-section__title span {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .jobs-clientportfolio .p-data-contentsBlock {
        margin-top: 24px;
    }
    .jobs-clientportfolio .p-data-contentsBlock__item .item-detail {
        margin-top: 16px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column {
        display: table;
        margin-inline: auto;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item {
        padding-left: 138px;
        position: relative;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(n+2) {
        margin-top: 24px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(1) .image-illust {
        bottom: 0;
        left: 0;
        width: 130px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(2) .image-illust {
        bottom: 0;
        left: 16px;
        width: 97px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item1 .block-column__item:nth-of-type(3) .image-illust {
        bottom: 15px;
        left: 18px;
        width: 92px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail {
        height: 160px;
        padding: 20px 25px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail__inner {
        display: table;
        margin-inline: auto;
        position: relative;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(1) .item-detail__inner {
        padding-left: 155px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(2) .item-detail__inner {
        padding-right: 155px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail .text-heading,
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail .text-number {
        width: 100%;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail .text-heading {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(1) .image-illust {
        left: -25px;
        right: initial;
        width: 160px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item2 .item-detail:nth-of-type(2) .image-illust {
        right: -25px;
        width: 160px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item3 .image-illust {
        max-width: 100%;
        width: 286px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item4 .item-detail {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .jobs-clientportfolio .p-data-contentsBlock .item4 .image-illust {
        max-width: 250px;
    }
}






/*----------------------------------------
	interview（一覧）
----------------------------------------*/
.jobs-interview .l-section--interview {
    background-color: #EFEFEF;
    padding-top: 60px;
    padding-bottom: 90px;
}
.jobs-interview .l-section--interview .c-container-tab__category > ul {
    justify-content: flex-start;
}
.jobs-interview .l-section--interview .c-container-tab__category > ul li {
    background-color: #fff;
    border: 1px solid #209857;
    border-radius: 6px;
    color: #209857;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 12px;
    margin-right: 10px;
}
.jobs-interview .l-section--interview .c-container-tab__category > ul li.is-select {
    background-color: #209857;
    color: #fff;
    cursor: default;
    pointer-events: none;
}
.jobs-interview .l-section--interview .c-container-tab__contents {
    padding-top: 40px;
}
.jobs-interview .c-interview-articleList__item {
    margin-top: 10px;
}
@media only screen and (min-width: 920px) {
    .jobs-interview .c-interview-articleList {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .jobs-interview .c-interview-articleList__item {
        margin-left: calc(10 / 920 * 100%);
        width: calc(300 / 920 * 100%);
    }
    .jobs-interview .c-interview-articleList__item:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .jobs-interview .c-interview-articleList__item:nth-of-type(3n+1) {
        margin-left: 0;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-interview .l-section--interview .c-container-tab__contents {
        padding-top: 60px;
    }
    .jobs-interview .c-interview-articleList__item {
        margin-top: 16px;
        width: 100%;
    }
    .jobs-interview .c-interview-articleList__item:nth-of-type(1) {
        margin-top: 0;
    }
}





/*----------------------------------------
	interview（記事）
----------------------------------------*/
.jobs-interview-article {
    margin-top: 90px;
    padding-top: 60px;
}
@media only screen and (min-width: 920px) {
    
}
@media only screen and (max-width: 919px) {
    .jobs-interview-article {
        margin-top: 72px;
        padding-top: 40px;
        padding-inline: 20px;
    }
}


/* introduction */
.jobs-interview-article .p-container-introduction {
    border-bottom: 1px solid #BABABA;
    padding-bottom: 32px;
}
.jobs-interview-article .p-container-introduction__breadcrumb > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.jobs-interview-article .p-container-introduction__breadcrumb > ul li {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
}
.jobs-interview-article .p-container-introduction__breadcrumb > ul li + li {
    margin-left: 6px;
}
.jobs-interview-article .p-container-introduction__breadcrumb > ul li + li:before {
    content: "＞";
    margin-right: 6px;
}
.jobs-interview-article .p-container-introduction h1 {
    color: #01261B;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 8px;
}
.jobs-interview-article .p-container-introduction__profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
}
.jobs-interview-article .p-container-introduction__profile > figure {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
}
.jobs-interview-article .p-container-introduction__profile_text {
    padding-left: 10px;
    width: calc(100% - 80px);
}
.jobs-interview-article .p-container-introduction__profile .text-information > p {
    background-color: #06D559;
    display: table;
    font-weight: 700;
    line-height: 1.2;
    padding: 2px;
}
.jobs-interview-article .p-container-introduction__profile .text-information > p span + span:before {
    content: "／";
}
.jobs-interview-article .p-container-introduction__profile .tag-category {
    border: 1px solid #209857;
    border-radius: 6px;
    color: #209857;
    display: table;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 10px;
    padding: 4px 6px;
}
.jobs-interview-article .p-container-introduction__profile .text-name {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    width: 100%;
}
.jobs-interview-article .p-container-introduction__profile .text-career {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
}
@media only screen and (min-width: 920px) {
    .jobs-interview-article .p-container-introduction {
        margin-inline: auto;
        max-width: 920px;
    }
    .jobs-interview-article .p-container-introduction__profile_text {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-interview-article .p-container-introduction {
        padding-bottom: 40px;
    }
    .jobs-interview-article .p-container-introduction__breadcrumb > ul li {
        font-size: 12px;
        font-size: .75rem;
    }
    .jobs-interview-article .p-container-introduction__breadcrumb > ul li + li {
        margin-left: 4px;
    }
    .jobs-interview-article .p-container-introduction__breadcrumb > ul li + li:before {
        margin-right: 4px;
    }
    .jobs-interview-article .p-container-introduction h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
        margin-top: 16px;
    }
    .jobs-interview-article .p-container-introduction__profile {
        margin-top: 40px;
        align-items: flex-start;
    }
    .jobs-interview-article .p-container-introduction__profile_text {
        padding-left: 20px;
    }
    .jobs-interview-article .p-container-introduction__profile .tag-category {
        margin-top: 12px;
        margin-left: 0;
    }
    .jobs-interview-article .p-container-introduction__profile .text-career {
        margin-top: 20px;
    }
}


/* article */
.jobs-interview-article .p-container-article {
    padding-top: 32px;
    padding-bottom: 120px;
}
.jobs-interview-article .p-container-article__body > *:nth-child(n+2) {
    margin-top: 32px;
}
.jobs-interview-article .p-container-article__body h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
}
.jobs-interview-article .p-container-article__body h2 span {
    background: linear-gradient(transparent 10%, #06D559 0);
}
.jobs-interview-article .p-container-article__body h2 + * {
    margin-top: 24px !important;
}
.jobs-interview-article .p-container-article__body h2.text-question + * {
    margin-top: 16px !important;
}
.jobs-interview-article .p-container-article__body h2.text-question span:before {
    background: #333;
    content: "";
    height: 1px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 0.05em;
    vertical-align: middle;
    width: 0.95em;
}
.jobs-interview-article .p-container-article__body h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.jobs-interview-article .p-container-article__body h3:before {
    background: #333;
    content: "";
    height: 1px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 0.05em;
    vertical-align: middle;
    width: 0.95em;
}
.jobs-interview-article .p-container-article__body h3 + * {
    margin-top: 12px !important;
}
.jobs-interview-article .p-container-article__body p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
}
@media only screen and (min-width: 920px) {
    .jobs-interview-article .p-container-article {
        margin-inline: auto;
        max-width: 920px;
    }
    .jobs-interview-article .p-component-imageLayout {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-interview-article .p-component-imageLayout[data-layout-pc="image-left"] {
        flex-direction: row-reverse;
    }
    .jobs-interview-article .p-component-imageLayout .p-component-imageLayout__image {
        width: 320px;
    }
    .jobs-interview-article .p-component-imageLayout .p-component-imageLayout__text {
        width: calc(100% - 320px);
    }
    .jobs-interview-article .p-component-imageLayout[data-layout-pc="image-right"] .p-component-imageLayout__text {
        padding-right: 16px;
    }
    .jobs-interview-article .p-component-imageLayout[data-layout-pc="image-left"] .p-component-imageLayout__text {
        padding-left: 16px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-interview-article .p-container-article {
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .jobs-interview-article .p-container-article__body h2 + * {
        margin-top: 24px !important;
    }
    .jobs-interview-article .p-container-article__body h2.text-question {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .jobs-interview-article .p-container-article__body h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
    .jobs-interview-article .p-container-article__body h3:before {
        background: #333;
        content: "";
        height: 1px;
        display: inline-block;
        margin-top: -4px;
        margin-right: 0.05em;
        vertical-align: middle;
        width: 0.95em;
    }
    .jobs-interview-article .p-container-article__body h3 + * {
        margin-top: 12px !important;
    }
    .jobs-interview-article .p-component-imageLayout .p-component-imageLayout__image {
        margin-top: 32px;
    }
}


/* related */
.jobs-interview-article .p-container-related {
    background-color: #EFEFEF;
    overflow: hidden;
    padding: 40px;
}
.jobs-interview-article .p-container-related__heading h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}
.jobs-interview-article .p-container-related__list {
    margin-top: 20px;
    margin-inline: -50vw;
}
.jobs-interview-article .p-container-related .c-interview-articleList .slick-list {
    padding-inline: 50vw;
}
.jobs-interview-article .p-container-related .c-interview-articleList .slick-slide:not(.text-noarticle) {
    margin-top: 0 !important;
    margin-right: 10px;
    width: 300px;
}
.jobs-interview-article .p-container-related .c-interview-articleList__item .text-title {
    font-size: 16px;
    font-size: 1rem;
}
.jobs-interview-article .p-container-related .c-interview-articleList__item .text-information > p {
    font-size: 14px;
    font-size: .875rem;
}
.jobs-interview-article .p-container-related .slick-nav-arrows {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.jobs-interview-article .p-container-related .slick-nav-arrows .slick-arrow {
    background-color: #06D559;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.jobs-interview-article .p-container-related .slick-nav-arrows .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    width: 18px;
}
.jobs-interview-article .p-container-related .slick-nav-arrows .slick-prev:before {
    background-image: url('../images/jobs/common/icon_arrow_slide_prev.svg');
    background-position: left center;
}
.jobs-interview-article .p-container-related .slick-nav-arrows .slick-next:before {
    background-image: url('../images/jobs/common/icon_arrow_slide_next.svg');
    background-position: right center;
}
.jobs-interview-article .p-container-related .slick-nav-arrows .slick-arrow.slick-disabled {
    background-color: #BBBBBB;
    cursor: initial;
    opacity: 0.4;
}
.jobs-interview-article .p-container-article + .c-button-list {
    margin-top: 0;
    margin-bottom: 90px;
}
@media only screen and (min-width: 920px) {
    .jobs-interview-article .p-container-related__inner {
        margin-inline: auto;
        max-width: 920px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-interview-article .p-container-related {
        margin-inline: -20px;
        padding: 24px 40px 40px;
    }
    .jobs-interview-article .p-container-related .c-interview-articleList .slick-slide:not(.text-noarticle) {
        margin-right: 2.6667vw;
        width: 48vw;
    }
    .jobs-interview-article .p-container-related .c-interview-articleList__item .item-thumb {
        padding-top: 32vw;
    }
    .jobs-interview-article .p-container-related .c-interview-articleList__item .text-title {
        font-size: 14px;
        font-size: .875rem;
    }
    .jobs-interview-article .p-container-related .c-interview-articleList__item .text-information > p {
        font-size: 12px;
        font-size: .75rem;
    }
    .jobs-interview-article .p-container-related .c-interview-articleList__item .tag-category {
        font-size: 10px;
        font-size: .625rem;
    }
    .jobs-interview-article .p-container-related .slick-nav-arrows .slick-arrow {
        margin-top: 24px;
    }
}






/*----------------------------------------
	career_plan
----------------------------------------*/
.jobs-careerplan .l-section--system {
    background-color: #F5F5F5;
    padding-bottom: 90px;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan {
        background-color: #F5F5F5;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .l-section--system {
        border-radius: 40px 40px 0 0;
        padding-top: 60px;
    }
}


/* introduction */
.jobs-careerplan .p-system-introductionBlock {
    background-color: #fff;
    padding: 40px;
}
.jobs-careerplan .p-system-introductionBlock__heading {
    border-bottom: 1px solid #C9C9C9;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
    text-align: center;
}
.jobs-careerplan .p-system-introductionBlock__heading + p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    margin-top: 20px;
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .p-system-introductionBlock {
        padding: 40px 20px;
    }
    .jobs-careerplan .p-system-introductionBlock__heading {
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: -0.025rem;
    }
}


/* contents */
.jobs-careerplan .p-system-contentsBlock {
    margin-top: 40px;
}
.jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul {
    flex-wrap: wrap;
}
.jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li {
    border-radius: 30px 30px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
}
.jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(1) {
    width: calc(360 / 920 * 100%);
}
.jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(2) {
    width: calc(300 / 920 * 100%);
}
.jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(3) {
    width: calc(260 / 920 * 100%);
}
.jobs-careerplan .p-system-contentsBlock__item:nth-of-type(n+2) {
    border-top: 1px solid #C9C9C9;
    margin-top: 60px;
    padding-top: 60px;
}
.jobs-careerplan .p-system-contentsBlock__item > .item-heading {
    line-height: 1;
}
.jobs-careerplan .p-system-contentsBlock__item > .item-heading .maintext {
    background: linear-gradient(transparent 10%, #06D559 0);
    display: inline;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}
.jobs-careerplan .p-system-contentsBlock__item > .item-heading .english {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}
.jobs-careerplan .p-system-contentsBlock__item > .item-inner {
    margin-top: 40px;
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .p-system-contentsBlock {
        margin-inline: -20px;
    }
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__category {
        padding-inline: 20px;
    }
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li {
        border-radius: 20px 20px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: -0.025rem;
        min-height: 60px;
        padding-inline: 0;
    }
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(1),
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(2) {
        width: calc(122.5 / 335 * 100%);
    }
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__category > ul li:nth-of-type(3) {
        width: calc(90 / 335 * 100%);
    }
    .jobs-careerplan .p-system-contentsBlock .c-container-tab__contents_item {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .jobs-careerplan .p-system-contentsBlock__item > .item-inner {
        margin-top: 32px;
    }
    .jobs-careerplan .p-system-contentsBlock__item > .item-heading .maintext {
        line-height: 1.5;
    }
}


/* block-skills */
.jobs-careerplan .block-skills__list > ul li {
    border: 1px solid #C9C9C9;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
    padding: 18px;
    text-align: center;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-skills__list > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-skills__list > ul li {
        width: calc(395 / 800 * 100%);
    }
    .jobs-careerplan .block-skills__list > ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-skills__list > ul li {
        font-size: 14px;
        font-size: .875rem;
        padding: 12px;
    }
    .jobs-careerplan .block-skills__list > ul li:nth-of-type(1) {
        margin-top: 0;
    }
}

/* block-careerstep */
.jobs-careerplan .block-careerstep__flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 18px;
}
.jobs-careerplan .block-careerstep__flow > dl {
    width: 100%;
}
.jobs-careerplan .block-careerstep__flow > dl dt,
.jobs-careerplan .block-careerstep__flow > dl dd {
    font-size: 14px;
    font-size: .875rem;
}
.jobs-careerplan .block-careerstep__flow > dl dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: 100px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    width: 100%;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(1) dt {
    background-color: #CAF6DE;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(2) dt {
    background-color: #70E1A4;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(3) dt {
    background-color: #35D27D;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(4) dt {
    background-color: #14BA60;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(5) dt {
    background-color: #11994F;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(6) dt {
    background-color: #0B6936;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(n+5) dt {
    color: #fff;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(n+2) dt {
    padding-left: 18px;
}
.jobs-careerplan .block-careerstep__flow > dl dt:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    border-width: 50px 0 50px 18px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    height: 0;
    width: 0;
    z-index: 1;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(1) dt:after {
    border-left-color: #CAF6DE;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(2) dt:after {
    border-left-color: #70E1A4;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(3) dt:after {
    border-left-color: #35D27D;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(4) dt:after {
    border-left-color: #14BA60;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(5) dt:after {
    border-left-color: #11994F;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(6) dt:after {
    border-left-color: #0B6936;
}
.jobs-careerplan .block-careerstep__flow > dl dd {
    line-height: 1.5;
    padding-top: 10px;
    padding-right: 10px;
    text-align: justify;
}
.jobs-careerplan .block-careerstep__flow > dl:nth-of-type(1) dd {
    text-align: center;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-careerstep__flow {
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-careerstep__flow > dl {
        margin-top: 20px;
        width: 33.3333%;
    }
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(-n+3) {
        margin-top: 0;
    }
    /*
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(1) {
        width: calc(95 / 335 * 100%);
    }
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(2),
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(3) {
        width: calc(120 / 335 * 100%);
    }
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(4),
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(5),
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(6) {
        width: calc(111.5 / 335 * 100%);
    }
    */
    .jobs-careerplan .block-careerstep__flow > dl:nth-of-type(3n+3) dd {
        padding-right: 0;
    }
}

/* block-initiatives */
.jobs-careerplan .block-initiatives__list > ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}
.jobs-careerplan .block-initiatives__list > ul li + li {
    margin-top: 12px;
}
.jobs-careerplan .block-initiatives__list > ul li .image-icon {
    min-width: 60px;
    max-width: 60px;
    margin-right: 16px;
}

/* block-trainingsystem */
.jobs-careerplan .block-trainingsystem__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.jobs-careerplan .block-trainingsystem__list > dl dt,
.jobs-careerplan .block-trainingsystem__list > dl dd {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
}
.jobs-careerplan .block-trainingsystem__list > dl dt {
    background-color: #F0F0F0;
    font-weight: 700;
    letter-spacing: -0.025rem;
    min-height: 87px;
    padding: 10px 0;
    text-align: center;
}
.jobs-careerplan .block-trainingsystem__list > dl dt .number {
    color: #209857;
    display: block;
    margin-bottom: 4px;
}
.jobs-careerplan .block-trainingsystem__list > dl dd {
    padding-top: 10px;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-trainingsystem__list > dl {
        width: calc(152 / 800 * 100%);
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-trainingsystem__image {
        margin-inline: 7.5px;
    }
    .jobs-careerplan .block-trainingsystem__list {
        margin-top: 60px;
        margin-inline: 7.5px;
    }
    .jobs-careerplan .block-trainingsystem__list > dl {
        margin-top: 10px;
        width: calc(155 / 320 * 100%);
    }
    .jobs-careerplan .block-trainingsystem__list > dl:nth-of-type(-n+2) {
        margin-top: 0;
    }
}

/* block-workstyles */
.jobs-careerplan .block-workstyles__list > dl {
    margin-top: 20px;
}
.jobs-careerplan .block-workstyles__list > dl dt {
    border-bottom: 1px solid #C9C9C9;
    font-weight: 700;
    padding-bottom: 8px;
}
.jobs-careerplan .block-workstyles__list > dl dd {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    padding-top: 8px;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-workstyles__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-workstyles__list > dl {
        width: calc(380 / 800 * 100%);
    }
    .jobs-careerplan .block-workstyles__list > dl:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .jobs-careerplan .block-workstyles__list > dl:nth-of-type(3) {
        width: 100%;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-workstyles__list > dl {
        margin-top: 32px;
    }
    .jobs-careerplan .block-workstyles__list > dl:nth-of-type(1) {
        margin-top: 0;
    }
    .jobs-careerplan .block-workstyles__list > dl dt {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* block-vacationsystem */
.jobs-careerplan .block-vacationsystem__list > dl {
    margin-top: 40px;
}
.jobs-careerplan .block-vacationsystem__list > dl dt {
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    padding-bottom: 8px;
}
.jobs-careerplan .block-vacationsystem__list > dl dt .number {
    color: #209857;
    font-size: 18px;
    font-size: 1.25rem;
    margin-right: 12px;
}
.jobs-careerplan .block-vacationsystem__list > dl dd {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    padding-top: 8px;
}
.jobs-careerplan .block-vacationsystem__list > dl dd > *:nth-child(n+2) {
    margin-top: 1.5em;
}
.jobs-careerplan .block-vacationsystem__list > dl dd ol li {
    list-style: none;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-vacationsystem__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-vacationsystem__list > dl {
        width: calc(380 / 800 * 100%);
    }
    .jobs-careerplan .block-vacationsystem__list > dl:nth-of-type(-n+2) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-vacationsystem__list > dl dt {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-careerplan .block-vacationsystem__list > dl:nth-of-type(1) {
        margin-top: 0;
    }
}

/* block-childcaresystem */
.jobs-careerplan .block-childcaresystem__leadText {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
}
.jobs-careerplan .block-childcaresystem__list {
    margin-top: 32px;
}
.jobs-careerplan .block-childcaresystem__list > ul li {
    border: 1px solid #C9C9C9;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
    padding: 18px;
    text-align: center;
}
.jobs-careerplan .block-childcaresystem__voice {
    background-color: #F0F0F0;
    border-radius: 10px;
    margin-top: 32px;
    padding: 30px;
    position: relative;
}
.jobs-careerplan .block-childcaresystem__voice:before {
    border: 24px solid transparent;
    border-bottom-color: #F0F0F0;
    content: "";
    height: 0;
    position: absolute;
    top: -48px;
    right: 175px;
    width: 0;
}
.jobs-careerplan .block-childcaresystem__voice .text-heading {
    font-weight: 700;
    line-height: 1.2;
}
.jobs-careerplan .block-childcaresystem__voice .text-information {
    color: #209857;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 6px;
}
.jobs-careerplan .block-childcaresystem__voice .text-comment {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    margin-top: 12px;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-childcaresystem__list > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-childcaresystem__list > ul li {
        width: calc(395 / 800 * 100%);
    }
    .jobs-careerplan .block-childcaresystem__list > ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .jobs-careerplan .block-childcaresystem__voice {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-childcaresystem__voice_text {
        padding-right: 32px;
        width: calc(100% - 130px);
    }
    .jobs-careerplan .block-childcaresystem__voice_image {
        width: 130px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-childcaresystem__list > ul li {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 20px;
        padding: 12px;
    }
    .jobs-careerplan .block-childcaresystem__list > ul li:nth-of-type(1) {
        margin-top: 0;
    }
    .jobs-careerplan .block-childcaresystem__voice {
        margin-top: 32px;
        padding: 24px 20px;
    }
    .jobs-careerplan .block-childcaresystem__voice:before {
        margin-inline: auto;
        left: 0;
        right: 0;
    }
    .jobs-careerplan .block-childcaresystem__voice .text-heading,
    .jobs-careerplan .block-childcaresystem__voice .text-information {
        font-size: 16px;
        font-size: 1rem;
    }
    .jobs-careerplan .block-childcaresystem__voice_image {
        margin: 24px auto 0;
        width: 130px;
    }
}

/* block-program */
.jobs-careerplan .block-program__list > dl dt {
    border-bottom: 1px solid #C9C9C9;
    font-weight: 700;
    padding-bottom: 8px;
}
.jobs-careerplan .block-program__list > dl dd {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    padding-top: 8px;
}
.jobs-careerplan .block-program__list > dl dd figure {
    margin-top: 20px;
}
@media only screen and (min-width: 920px) {
    .jobs-careerplan .block-program__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs-careerplan .block-program__list > dl {
        width: calc(380 / 800 * 100%);
    }
}
@media only screen and (max-width: 919px) {
    .jobs-careerplan .block-program__list > dl {
        margin-top: 40px;
    }
    .jobs-careerplan .block-program__list > dl:nth-of-type(1) {
        margin-top: 0;
    }
    .jobs-careerplan .block-program__list > dl dt {
        font-size: 16px;
        font-size: 1rem;
    }
}







/*----------------------------------------
	募集要項
----------------------------------------*/
.jobs-requirements {
    background-color: #F5F5F5;
}
.jobs-requirements .p-introductionText {
    font-weight: 500;
    line-height: 1.2;
    padding: 20px 40px 60px;
}
.jobs-requirements .p-introductionText p + p {
    margin-top: 1em;
}
@media only screen and (min-width: 920px) {
    .jobs-requirements .p-introductionText__inner {
        margin-inline: auto;
        max-width: 920px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-requirements .p-introductionText {
        line-height: 1.8;
        padding: 40px 20px 90px;
    }
    .jobs-requirements .p-introductionText p + p {
        margin-top: 1.5em;
    }
}



.jobs-requirements .l-section--summary {
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-requirements .p-summary-contentsBlock {
    margin-top: 64px;
}
.jobs-requirements .p-summary-contentsBlock__heading {
    line-height: 1;
}
.jobs-requirements .p-summary-contentsBlock__heading .maintext {
    background: linear-gradient(transparent 10%, #06D559 0);
    display: inline;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.jobs-requirements .p-summary-contentsBlock__heading .english {
    color: #01261B;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px;
}
.jobs-requirements .p-summary-contentsBlock__heading + * {
    margin-top: 32px;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table {
    width: 100%;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table th,
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td {
    border-bottom: 1px solid #C9C9C9;
    line-height: 1.5;
    padding-top: 32px;
    padding-bottom: 32px;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table th {
    font-weight: 500;
    padding-right: 40px;
    min-width: 140px;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td * {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td dl {
    margin-top: 4px;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td dl + dl {
    margin-top: 20px;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td ul li {
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}
.jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td ul li:before {
    background-color: #303030;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    top: 11px;
    left: 7.5px;
    width: 5px;
}
.jobs-requirements #step .p-summary-contentsBlock__leadText {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 40px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock {
    margin-top: 40px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item:nth-of-type(n+2) {
    margin-top: 40px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .text-heading {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    padding-right: 30px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li {
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    height: 120px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    width: 148.3333px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(1),
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(1) {
    background-color: #CAF6DE;
    padding-left: 10px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(2),
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(2) {
    background-color: #70E1A4;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(3) {
    background-color: #35D27D;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(3) {
    width: 296.6667px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(4),
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(3) {
    background-color: #14BA60;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(5),
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(4) {
    background-color: #11994F;
    color: #fff;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(6),
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(5) {
    background-color: #0B6936;
    color: #fff;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li:nth-of-type(n+2) {
    padding-left: 28px;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li:after {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    height: 100%;
    width: 35px;
    z-index: 1;
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(1):after,
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(1):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow01.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(2):after,
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(2):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow02.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(3):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow03.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(4):after,
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(3):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow04.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(5):after,
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(4):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow05.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(6):after,
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(5):after {
    background-image: url('../images/jobs/new_graduate_requirements/step_arrow06.png');
}
.jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li span {
    position: relative;
    z-index: 2;
}
.jobs-requirements .p-summary-entryLink {
    margin-top: 180px;
    text-align: center;
}
.jobs-requirements .p-summary-entryLink__heading {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.jobs-requirements .p-summary-entryLink .c-button {
    width: 240px;
}
.jobs-requirements .p-summary-entryLink .c-button a {
    padding-top: 18px;
    padding-bottom: 18px;
}
@media only screen and (min-width: 920px) {
    .jobs-requirements .p-summary-contentsBlock + .p-summary-contentsBlock {
        margin-top: 180px;
    }
}
@media only screen and (max-width: 919px) {
    .jobs-requirements .l-section--summary {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    .jobs-requirements #overview .p-summary-contentsBlock__overviewTable table th {
        padding-right: 32px;
        min-width: 122px;
    }
    .jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td * {
        font-size: 14px;
        font-size: .875rem;
    }
    .jobs-requirements #overview .p-summary-contentsBlock__overviewTable table td ul li:before {
        top: 8.5px;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item:nth-of-type(n+2) {
        margin-top: 24px;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .text-heading {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 4px;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step {
        padding-right: 3.2vw;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li {
        font-size: 2.6667vw;
        height: 16vw;
        width: calc(53.8333 / 323 * 100%);
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(1),
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(1) {
        padding-left: calc(6 / 323 * 100%);
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(3) {
        width: calc(107.6666 / 323 * 100%);
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li:nth-of-type(n+2) {
        padding-left: 4.1026vw;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li:after {
        right: -3.2vw;
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(1):after,
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(1):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow01_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(2):after,
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(2):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow02_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(3):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow03_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(4):after,
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(3):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow04_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(5):after,
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(4):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow05_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item1 .list-step > li:nth-of-type(6):after,
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item.item2 .list-step > li:nth-of-type(5):after {
        background-image: url('../images/jobs/new_graduate_requirements/step_arrow06_sp.png');
    }
    .jobs-requirements #step .p-summary-contentsBlock__stepBlock_item .list-step > li span {
        margin-inline: -4px;
    }
    .jobs-requirements .p-summary-entryLink {
        margin-top: 90px;
    }
    .jobs-requirements .p-summary-entryLink__heading {
        font-size: 14px;
        font-size: .875rem;
    }
}





/*----------------------------------------
	教育研修制度
----------------------------------------*/
.jobs-training {
    background-color: #F5F5F5;
}
.jobs-training .l-section + .l-section {
    margin-top: -90px;
}
.jobs-training .p-overview-contentsBlock__heading,
.jobs-training .p-message-contentsBlock__heading {
    line-height: 1;
}
.jobs-training .p-overview-contentsBlock__heading .maintext,
.jobs-training .p-message-contentsBlock__heading .maintext {
    background: linear-gradient(transparent 10%, #06D559 0);
    display: inline;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.jobs-training .p-overview-contentsBlock__heading .english,
.jobs-training .p-message-contentsBlock__heading .english {
    color: #01261B;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px;
}
.jobs-training .p-overview-contentsBlock__heading + *,
.jobs-training .p-message-contentsBlock__heading + * {
    margin-top: 32px;
}
@media only screen and (max-width: 919px) {
    .jobs-training .l-section + .l-section {
        margin-top: -60px;
    }
    .jobs-training .p-overview-contentsBlock__heading .maintext,
    .jobs-training .p-message-contentsBlock__heading .maintext {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .jobs-training .p-overview-contentsBlock__heading + *,
    .jobs-training .p-message-contentsBlock__heading + * {
        margin-top: 48px;
    }
}

/* overview */
.jobs-training .l-section--overview {
    padding-top: 90px;
    padding-bottom: 180px;
}
.jobs-training .p-overview-contentsBlock + .p-overview-contentsBlock {
    border-top: 1px solid #C9C9C9;
    margin-top: 60px;
    padding-top: 60px;
}
.jobs-training .p-overview-pointBlock__item {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    padding-top: 32px;
    padding-bottom: 32px;
}
.jobs-training .p-overview-pointBlock__item:nth-of-type(1) {
    padding-top: 0;
}
.jobs-training .p-overview-pointBlock__item:nth-of-type(n+2) {
    border-top: 1px solid #C9C9C9;
}
.jobs-training .p-overview-pointBlock__item .text-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
}
.jobs-training .p-overview-pointBlock__item .text-heading .number {
    color: #209857;
    margin-right: 10px;
}
.jobs-training .p-overview-pointBlock__item .text-target {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.jobs-training .p-overview-pointBlock__item .text-target dt {
    color: #209857;
    font-weight: 700;
    margin-right: 8px;
}
.jobs-training .p-overview-pointBlock__item .text-target dt:after {
    content: "：";
}
@media only screen and (min-width: 920px) {
    .jobs-training .p-overview-pointBlock__item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .jobs-training .p-overview-pointBlock__item .text-heading {
        padding-right: 40px;
        width: 210px;
    }
    .jobs-training .p-overview-pointBlock__item .text-description {
        width: calc(100% - 210px);
    }
}
@media only screen and (max-width: 919px) {
    .jobs-training .l-section--overview {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .jobs-training .p-overview-contentsBlock + .p-overview-contentsBlock {
        margin-top: 48px;
        padding-top: 48px;
    }
    .jobs-training .p-overview-pointBlock__item .text-description {
        margin-top: 16px;
    }
}

/* message */
.jobs-training .l-section--message {
    background-color: #EFEFEF;
    padding-top: 90px;
    padding-bottom: 90px;
}
.jobs-training .p-message-contentsBlock__inner {
    background-color: #fff;
    padding: 48px;
}
.jobs-training .p-message-personBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.jobs-training .p-message-personBlock__image {
    width: 120px;
}
.jobs-training .p-message-personBlock__text {
    display: table;
    margin-left: 20px;
    min-width: 205px;
    max-width: calc(100% - 120px);
}
.jobs-training .p-message-personBlock__text .text-name {
	background-color: #06D559;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.jobs-training .p-message-personBlock__text .text-position-english {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 4px;
}
.jobs-training .p-message-personBlock__text .text-position {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
}
.jobs-training .p-message-commentBlock {
    border-top: 1px solid #BABABA;
    margin-top: 48px;
    padding-top: 48px;
}
.jobs-training .p-message-commentBlock > p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
}
.jobs-training .p-message-commentBlock > p + p {
    margin-top: 24px;
}
@media only screen and (max-width: 919px) {
    .jobs-training .l-section--message {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .jobs-training .p-message-contentsBlock__inner {
        padding: 48px 20px;
    }
    .jobs-training .p-message-personBlock__image {
        width: 80px;
    }
    .jobs-training .p-message-personBlock__text {
        min-width: initial;
        margin-left: 16px;
        max-width: calc(100% - 96px);
    }
    .jobs-training .p-message-personBlock__text .text-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .jobs-training .p-message-personBlock__text .text-position-english {
        font-size: 14px;
        font-size: .875rem;
    }
    .jobs-training .p-message-commentBlock > p {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.8;
    }
}



/*----------------------------------------
	404
----------------------------------------*/
#not_found {
    padding-top: 32vh;
    padding-bottom: 32vh;
    text-align: center;
}
@media only screen and (max-width: 919px) {
    #not_found {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

