@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css  */
/*html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}*/
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
/*[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}*/
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}
fieldset {
    padding: 0.35em 0.75em 0.625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
[hidden],
template {
    display: none
}
* {
    box-sizing: border-box
}
body {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background: #F1F2F3;
    color: #333;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.57143;
    margin: 0;
    min-height: 100vh;
    padding: 0
}
body.noscroll {
    position: fixed
}
/**p {
    margin: 0 0 22px
}**/
img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
button,
label {
    cursor: pointer
}
input {
    -webkit-appearance: none
} /*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden
}
.modaal-accessible-hide {
    border: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.modaal-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998
}
.modaal-wrapper {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 9999
}
.modaal-wrapper * {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}
.modaal-wrapper .modaal-close {
    -webkit-appearance: none;
    border: none;
    padding: 0
}
.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}
.modaal-wrapper.modaal-start_fade {
    opacity: 0
}
.modaal-wrapper [tabindex="0"] {
    outline: 0 !important
}
.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}
.modaal-outer-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%
}
.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}
.modaal-inner-wrapper {
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%
}
.modaal-fullscreen .modaal-inner-wrapper {
    display: block;
    padding: 0;
    vertical-align: top
}
.modaal-container {
    border-radius: 0;
    color: #000;
    cursor: auto;
    display: inline-block;
    height: 100%;
    margin: auto;
    max-width: none;
    position: relative;
    text-align: left;
    width: 100%
}
.modaal-container.is_loading {
    height: 100px;
    overflow: hidden;
    width: 100px
}
.modaal-fullscreen .modaal-container {
    height: 100%;
    max-width: none;
    overflow: auto
}
.modaal-close {
    -webkit-transition: all 0.2s ease-in-out;
    background: url('/assets/images/modal-closeBtn-black.svg') 0 /contain no-repeat;
    color: #fff;
    cursor: pointer;
    height: 17px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.2s ease-in-out;
    width: 18px
}
.modaal-close:focus,
.modaal-close:hover {
    opacity: .85;
    outline: 0
}
.modaal-close span {
    border: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}
.modaal-content-container {
    height: 100%;
    padding: 0
}
.modaal-content {
    height: 100%
}
.modaal-confirm-wrap {
    font-size: 0;
    padding: 30px 0 0;
    text-align: center
}
.modaal-confirm-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    vertical-align: middle
}
.modaal-confirm-btn.modaal-ok {
    -webkit-transition: background 0.2s ease-in-out;
    background: #555;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    transition: background 0.2s ease-in-out
}
.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}
.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}
.modaal-confirm-btn.modaal-cancel:hover {
    color: #2f2f2f;
    text-decoration: none
}
@keyframes instaReveal {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.modaal-instagram .modaal-container {
    background: 0 0;
    box-shadow: none !important;
    width: auto
}
.modaal-instagram .modaal-content-container {
    background: 0 0;
    padding: 0
}
.modaal-instagram .modaal-content-container > blockquote {
    height: 1px !important;
    opacity: 0 !important;
    width: 1px !important
}
.modaal-instagram iframe {
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: -6px !important;
    max-width: 800px !important;
    opacity: 0;
    width: 1000px !important
}
.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}
.modaal-image .modaal-container {
    max-width: 100%;
    width: auto
}
.modaal-gallery-wrap {
    color: #fff;
    position: relative
}
.modaal-gallery-item {
    display: none
}
.modaal-gallery-item img,
.modaal-gallery-item.is_active {
    display: block
}
.modaal-gallery-label {
    color: #fff;
    font-size: 18px;
    left: 0;
    margin: 20px 0 0;
    position: absolute;
    text-align: center;
    width: 100%
}
.modaal-gallery-label:focus {
    outline: 0
}
.modaal-gallery-control {
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    width: 50px
}
.modaal-gallery-control.is_hidden {
    cursor: default;
    opacity: 0
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    background: #fff;
    outline: 0
}
.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc
}
.modaal-gallery-control span {
    border: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.modaal-gallery-control:after,
.modaal-gallery-control:before {
    -webkit-transition: background 0.2s ease-in-out;
    background: #fff;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 18px;
    left: 25px;
    position: absolute;
    top: 16px;
    transition: background 0.2s ease-in-out;
    width: 4px
}
.modaal-gallery-control:before {
    -webkit-transform: rotate(-45deg);
    margin: -5px 0 0;
    transform: rotate(-45deg)
}
.modaal-gallery-control:after {
    -webkit-transform: rotate(45deg);
    margin: 5px 0 0;
    transform: rotate(45deg)
}
.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px
}
.modaal-gallery-next-outer {
    right: 45px
}
.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px
}
.modaal-gallery-prev:before {
    -webkit-transform: rotate(-45deg);
    margin: 5px 0 0;
    transform: rotate(-45deg)
}
.modaal-gallery-prev:after {
    -webkit-transform: rotate(45deg);
    margin: -5px 0 0;
    transform: rotate(45deg)
}
.modaal-gallery-prev-inner {
    margin-right: 40px;
    right: 100%
}
.modaal-gallery-prev-outer {
    left: 45px
}
.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}
.modaal-video-container {
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    height: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: 1300px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}
.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.modaal-iframe .modaal-content {
    height: 100%;
    width: 100%
}
.modaal-iframe-elem {
    display: block;
    height: 100%;
    width: 100%
}
.modaal-loading-spinner {
    -webkit-transform: scale(0.25);
    background: 0 0;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    transform: scale(0.25);
    width: 200px
}
@-webkit-keyframes modaal-loading-spinner {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 1;
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: .1;
        transform: scale(1)
    }
}
@keyframes modaal-loading-spinner {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 1;
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: .1;
        transform: scale(1)
    }
}
.modaal-loading-spinner > div {
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    width: 24px
}
.modaal-loading-spinner > div > div {
    background: #666;
    border-radius: 15px;
    height: 100%;
    width: 100%
}
.modaal-loading-spinner>div:nth-of-type(1) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0s
}
.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3) > div {
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(1) {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.12s
}
.modaal-loading-spinner>div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(3) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.25s
}
.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5) > div {
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(4) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.37s
}
.modaal-loading-spinner>div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.5s
}
.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7) > div {
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}
.modaal-loading-spinner>div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(6) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.62s
}
.modaal-loading-spinner>div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(7) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.75s
}
.modaal-loading-spinner>div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}
.modaal-loading-spinner>div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation: modaal-loading-spinner 1s linear infinite;
    animation-delay: 0.87s
}
.modaal-loading-spinner>div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}
.slick-slider {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}
.slick-arrow.slick-hidden {
    display: none
}
@-webkit-keyframes scroll-hint-appear {
    0% {
        -webkit-transform: translateX(40px);
        opacity: 0;
        transform: translateX(40px)
    }
    10% {
        opacity: 1
    }
    100%,
    50% {
        -webkit-transform: translateX(-40px);
        opacity: 0;
        transform: translateX(-40px)
    }
}
@keyframes scroll-hint-appear {
    0% {
        -webkit-transform: translateX(40px);
        opacity: 0;
        transform: translateX(40px)
    }
    10% {
        opacity: 1
    }
    100%,
    50% {
        -webkit-transform: translateX(-40px);
        opacity: 0;
        transform: translateX(-40px)
    }
}
.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}
.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))
}
.scroll-hint-icon {
    -webkit-transition: opacity 0.3s;
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    box-sizing: border-box;
    height: 80px;
    left: calc(50% - 60px);
    opacity: 0;
    padding: 20px 10px 10px;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    transition: opacity 0.3s;
    width: 120px
}
.scroll-hint-icon.is-largeTable {
    top: calc(50vh - 40px)
}
.scroll-hint-icon.is-largeTable.is-fixed {
    left: calc(50% - 60px + 35px - 1px);
    position: fixed
}
.scroll-hint-icon.is-largeTable.is-passedBy {
    bottom: calc(50vh - 40px);
    position: absolute;
    top: auto
}
.scroll-hint-icon-wrap {
    height: 100%;
    left: 0;
    max-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}
.scroll-hint-text {
    color: #FFF;
    font-size: 10px;
    margin-top: 5px
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8
}
.scroll-hint-icon:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU + 44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    content: "";
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px
}
.scroll-hint-icon:after {
    -webkit-transition-delay: 2.4s;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU + 44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==');
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition-delay: 2.4s;
    width: 34px
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    -webkit-animation: scroll-hint-appear 1.2s linear;
    -webkit-animation-iteration-count: 2;
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2
}
.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4)
}
.scroll-hint-icon-white:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU + 44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=')
}
.scroll-hint-icon-white:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU + 44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==')
}
.scroll-hint-icon-white .scroll-hint-text {
    color: #000
} /*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    color: #333;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 9999
}
.pika-single.is-hidden {
    display: none
}
.pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
    position: absolute
}
.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}
.pika-single:after {
    clear: both
}
.pika-lendar {
    float: left;
    margin: 8px;
    width: 240px;
    width: 280px
}
.pika-title {
    position: relative;
    text-align: center
}
.pika-title select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998
}
.pika-label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999
}
.pika-next,
.pika-prev {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 20px;
    white-space: nowrap;
    width: 20px
}
.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}
.is-rtl .pika-next,
.pika-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    float: left
}
.is-rtl .pika-prev,
.pika-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    float: right
}
.pika-select {
    display: inline-block
}
.pika-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
.pika-table td,
.pika-table th {
    padding: 0;
    width: 14.285714285714286%
}
.pika-table th {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center
}
.pika-table abbr {
    border-bottom: none;
    cursor: help
}
.pika-button {
    background: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin: 0;
    outline: 0;
    padding: 5px;
    text-align: right;
    width: 100%
}
.is-today .pika-button {
    color: #3af;
    font-weight: 700
}
.is-selected .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px #178fe5;
    color: #fff;
    font-weight: 700
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}
.is-disabled .pika-button {
    cursor: default;
    pointer-events: none
}
.pika-button:hover {
    background: #ff8000;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}
.pika-button .is-selection-disabled {
    cursor: default;
    pointer-events: none
}
.pika-week {
    color: #999;
    font-size: 11px
}
.is-inrange .pika-button {
    background: #D5E9F7;
    color: #666
}
.is-startrange .pika-button {
    background: #6CB31D;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}
.is-endrange .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: none;
    color: #fff
}
html body .u-text--left {
    text-align: left
}
html body .u-text--center {
    text-align: center
}
html body .u-text--right {
    text-align: right
}
.u-display--inline {
    display: inline
}
.u-display--inlineBlock {
    display: inline-block
}
.u-display--block {
    display: block
}
.u-display--flex {
    display: -webkit-box;
    display: flex
}
.u-display--inlineFlex {
    display: -webkit-inline-box;
    display: inline-flex
}
.u-display--none {
    display: none
}
.u-display--flexWrap {
    flex-wrap: wrap
}
html body .u-padding_t--0 {
    padding-top: 0
}
html body .u-padding_b--0 {
    padding-bottom: 0
}
html body .u-margin_t--0 {
    margin-top: 0 !important
}
html body .u-margin_b--0 {
    margin-bottom: 0
}
html body .u-padding_t--10 {
    padding-top: 10px
}
html body .u-padding_b--10 {
    padding-bottom: 10px
}
html body .u-margin_t--10 {
    margin-top: 10px !important
}
html body .u-margin_b--10 {
    margin-bottom: 10px
}
html body .u-padding_t--20 {
    padding-top: 20px
}
html body .u-padding_b--20 {
    padding-bottom: 20px
}
html body .u-margin_t--20 {
    margin-top: 20px !important
}
html body .u-margin_b--20 {
    margin-bottom: 20px
}
html body .u-padding_t--30 {
    padding-top: 30px
}
html body .u-padding_b--30 {
    padding-bottom: 30px
}
html body .u-margin_t--30 {
    margin-top: 30px !important
}
html body .u-margin_b--30 {
    margin-bottom: 30px
}
html body .u-padding_t--40 {
    padding-top: 40px
}
html body .u-padding_b--40 {
    padding-bottom: 40px
}
html body .u-margin_t--40 {
    margin-top: 40px !important
}
html body .u-margin_b--40 {
    margin-bottom: 40px
}
html body .u-padding_t--50 {
    padding-top: 50px
}
html body .u-padding_b--50 {
    padding-bottom: 50px
}
html body .u-margin_t--50 {
    margin-top: 50px !important
}
html body .u-margin_b--50 {
    margin-bottom: 50px
}
html body .u-padding_t--60 {
    padding-top: 60px
}
html body .u-padding_b--60 {
    padding-bottom: 60px
}
html body .u-margin_t--60 {
    margin-top: 60px !important
}
html body .u-margin_b--60 {
    margin-bottom: 60px
}
html body .u-padding_t--70 {
    padding-top: 70px
}
html body .u-padding_b--70 {
    padding-bottom: 70px
}
html body .u-margin_t--70 {
    margin-top: 70px !important
}
html body .u-margin_b--70 {
    margin-bottom: 70px
}
html body .u-padding_t--80 {
    padding-top: 80px
}
html body .u-padding_b--80 {
    padding-bottom: 80px
}
html body .u-margin_t--80 {
    margin-top: 80px !important
}
html body .u-margin_b--80 {
    margin-bottom: 80px
}
html body .u-padding_t--90 {
    padding-top: 90px
}
html body .u-padding_b--90 {
    padding-bottom: 90px
}
html body .u-margin_t--90 {
    margin-top: 90px !important
}
html body .u-margin_b--90 {
    margin-bottom: 90px
}
html body .u-padding_t--100 {
    padding-top: 100px
}
html body .u-padding_b--100 {
    padding-bottom: 100px
}
html body .u-margin_t--100 {
    margin-top: 100px !important
}
html body .u-margin_b--100 {
    margin-bottom: 100px
}
.u-visually-hidden {
    -webkit-clip-path: inset(50%);
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
.u-invisible {
    visibility: hidden
}
.l-header {
    background: #fff;
    color: #ccc;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000
}
.l-header .container {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%
}
.l-header.is-externalForm .container {
    height: 40px
}
.l-header.is-externalForm .c-header-logo {
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%
}
.l-header.is-externalForm .c-header-logo__img {
    height: auto;
    width: 145px
}
.c-header-logo {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0 auto 0 15px;
    width: 87px
}
.c-header-logo__anchor {
    height: 100%;
    width: 100%
}
.c-header-logo__img {
    display: block;
    height: 22px;
    width: 87px
}
.c-header-selectArea {
    height: 40px;
    max-width: 110px;
    position: relative;
    width: 110px;
    z-index: 1000
}
.c-header-selectArea__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-header-selectArea__listItem {
    -webkit-box-ordinal-group: 2;
    margin: 0;
    order: 1;
    padding: 0
}
.c-header-selectArea__listItem.is-current {
    -webkit-box-ordinal-group: 1;
    display: block !important;
    height: 100% !important;
    opacity: 1 !important;
    order: 0
}
.c-header-selectArea__listItem.is-current .c-header-selectArea__btn {
    border: 0
}
.c-header-selectArea__listItem.is-current .c-header-selectArea__btn::after {
    background: url('/assets/images/bullet-arrow-t2b-white.svg') 0 /contain no-repeat;
    height: 6px;
    right: 8px;
    width: 9px
}
.c-header-selectArea__listItem:not(.is-current) {
    display: none
}
.c-header-selectArea__listItem+.c-header-selectArea__listItem .c-header-selectArea__btn {
    border-bottom: none
}
.c-header-selectArea__btn {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #737f8f;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 0;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-feature-settings: "palt";
    font-size: 12px;
    height: 100%;
    height: 40px;
    justify-content: space-between;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    width: 100%
}
.c-header-selectArea__btn::after {
    background: url('/assets/images/bullet-arrow-l2r-thin-white.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 9px;
    top: calc(50% - 4px);
    width: 6px
}
.c-header-selectArea__dot {
    letter-spacing: -12px
}
.c-header-favorit {
    height: 100%;
    position: relative;
    width: 94px
}
.c-header-favorit.is-veiled::before {
    background: #eee;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.c-header-favorit.is-veiled::after {
    -webkit-transform: translate(-50%, -50%);
    background: #737f8f;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 2
}
.c-header-favorit__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #eee;
    color: #333;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-header-favorit__number {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #737f8f;
    border-radius: 7px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    height: 14px;
    justify-content: center;
    margin-left: 4px;
    width: 20px
}
.c-header-login {
    -webkit-box-ordinal-group: 0;
    background: #fff;
    height: 60px;
    margin: 0 0 40px;
    order: -1;
    position: relative;
    width: 100%
}
.c-header-login__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #eee;
    color: #737f8f;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-header-login.is-veiled::before {
    background: #eee;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.c-header-login.is-veiled::after {
    -webkit-transform: translate(-50%, -50%);
    background: #737f8f;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    z-index: 2
}
.c-header-login.is-login {
    background: 0 0;
    height: auto;
    margin-bottom: 35px
}
.c-header-login__name {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0 12px
}
.c-header-login-nav__list {
    -webkit-box-pack: justify;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 13px 0 12px
}
.c-header-login-nav__anchor {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-decoration: none
}
.c-header-login-nav__anchor.is-myPage {
    padding-left: 19px
}
.c-header-login-nav__anchor.is-myPage::before {
    background: url('/assets/images/icon-header-maypage.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: calc(50% - 6px);
    width: 13px
}
.c-header-login-nav__anchor.is-memberInfo {
    padding-left: 21px
}
.c-header-login-nav__anchor.is-memberInfo::before {
    background: url('/assets/images/icon-header-memberInfo.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: calc(50% - 7px);
    width: 15px
}
.c-header-login-nav__anchor.is-logout {
    padding-left: 17px;
    padding-right: 4px
}
.c-header-login-nav__anchor.is-logout::before {
    background: url('/assets/images/icon-header-logout.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    top: calc(50% - 8px);
    width: 12px
}
.c-header-nav {
    -webkit-box-ordinal-group: 101;
    order: 100
}
.c-nav-drawer {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: none;
    display: -webkit-box;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 48px
}
.c-nav-drawer__img {
    display: block;
    height: 18px;
    width: 18px
}
.c-nav__container {
    align-content: flex-start;
    background: url('/assets/images/logo-white.svg') 15px 9px/93px 23px no-repeat #737f8f;
    display: none;
    flex-wrap: wrap;
    height: 100vh;
    left: 0;
    padding: 60px 20px 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 5000
}
.c-nav-main {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%
}
.c-nav-main__item+.c-nav-main__item {
    margin-top: 18px
}
.c-nav-main__anchor {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}
.c-nav-sub {
    list-style: none;
    margin: 0;
    padding: 0 0 0 27px;
    width: 50%
}
.c-nav-sub__item {
    margin: 0;
    padding: 0
}
.c-nav-sub__item+.c-nav-sub__item {
    margin-top: 18px
}
.c-nav-sub__anchor {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}
.c-nav-tel {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid #fff;
    bottom: 40px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: Roboto;
    font-size: 39px;
    font-weight: 700;
    height: 94px;
    justify-content: center;
    left: 20px;
    letter-spacing: -1.63px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: calc(100% - 40px)
}
.c-nav-tel__number {
    color: #fff;
    text-decoration: none
}
.c-nav-tel__number::before {
    -webkit-transform: translateY(-2px);
    background: url('/assets/images/icon-tel-freecall-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 26px;
    margin-right: 0.4em;
    transform: translateY(-2px);
    width: 25px
}
.c-nav-tel__note {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-top: 4px
}
.c-nav-btnClose {
    background: url('/assets/images/navGlobal-btn-close.svg') center center/16px 16px no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: 6px;
    text-indent: -9999px;
    top: 6px;
    width: 32px
}
.l-main {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
    word-break: break-all;
    word-break: break-word
}
.l-main .container {
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}
.l-aside {
    margin: 0;
    padding: 0
}
.l-aside .container {
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}
.l-footer {
    margin: 40px 0 0;
    padding: 0
}
.c-footer-sitemap {
    display: none
}
.c-footer-sitemap__item {
    font-size: 18px;
    margin: 0 4.08163% 21px 0;
    width: 21.93878%
}
.c-footer-sitemap__item.is-2column {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 52.04082%
}
.c-footer-sitemap__item.is-2column > a {
    margin-right: calc(100% - 8em)
}
.c-footer-sitemap__item:last-child {
    margin-right: 0
}
.c-footer-sitemap__anchor {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}
.c-footer-sitemap-Lv2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 25px 0 0;
    padding: 0
}
.is-2column .c-footer-sitemap-Lv2 {
    margin-right: 7.84314%;
    width: 42.15686%
}
.c-footer-sitemap-Lv2__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429;
    margin: 0 0 20px
}
.c-footer-sitemap-Lv2__anchor {
    color: #fff;
    text-decoration: none
}
.c-footer-snsLink {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 28px;
    padding: 0
}
.c-footer-snsLink__item {
    line-height: 0
}
.c-footer-snsLink__item+.c-footer-snsLink__item {
    margin-left: 34px
}
.c-footer-snsLink__anchor {
    display: block;
    line-height: 0
}
.c-footer-snsLink__img {
    height: 30px;
    vertical-align: bottom;
    width: 30px
}
.c-footer-snsLink__img.is-twitter {
    width: 37px
}
.c-footer-nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-footer-nav__item {
    height: 40px;
    margin-top: 1px;
    width: 50%
}
.c-footer-nav__item:nth-of-type(2n + 1) {
    margin-right: 1px;
    width: calc(50% - 1px)
}
.c-footer-nav__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-footer-navGroup {
    display: none
}
.c-footer-navGroup__container {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}
.c-footer-navGroup__item {
    border-left: solid 1px #343434;
    display: inline;
    font-size: 12px;
    line-height: 31px;
    padding: 0 16px
}
.c-footer-navGroup__item:first-child {
    border: none;
    padding-left: 0
}
.c-footer-navGroup__anchor,
.c-footer-navGroup__anchor--external {
    color: #343434;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}
.c-footer-navGroup__anchor--external {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    justify-content: center
}
.c-footer-navGroup__anchor--external:after {
    background: url('/assets/images/icon-external-link-square-alt-343434.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.4em;
    vertical-align: middle;
    width: 1em
}
.c-footer-logoArea {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #dce2eb;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 113px;
    justify-content: center;
    width: 100%
}
.c-footer-logoArea.is-additionPadding {
    height: 193px;
    padding-bottom: 80px
}
.c-footer-logo {
    line-height: 1;
    margin: 0 0 16px
}
.c-footer-logo__img {
    height: 22px;
    width: 165px
}
.c-copyright {
    color: #333;
    font-size: 10px;
    line-height: 1;
    margin: 0;
    text-align: center
}
.c-copyright__text {
    font-size: inherit
}
.l-block {
    margin: 0 auto;
    max-width: 770px;
    padding: 0 10px
}
.l-block>:first-child {
    margin-top: 0
}
.l-block>:last-child {
    margin-bottom: 0
}
.l-block+.l-block {
    margin-top: 20px
}
.c-text--caution {
    font-weight: 700
}
.c-text--emphasis {
    color: #018fd9;
    font-weight: 700
}
.c-text--center {
    text-align: center !important
}
.c-text--left {
    text-align: left !important
}
.c-text--right {
    text-align: right !important
}
.heading-lv1 {
    color: #343434;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 9px
}
.heading-lv2 {
    color: #343434;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 16px
}
.l-main--home .heading-lv2 {
    -webkit-box-align: center;
    align-items: center;
    background-color: #737f8f;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 1.125rem;
    height: 62px;
    margin: 0;
    padding: 0 20px
}
.c-link-more {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center
}
.c-link-more__anchor {
    color: #018fd9;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    text-decoration: none
}
.c-link-more__anchor::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-t2b-blue.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}
.c-link-all {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 21px
}
.c-link-all__anchor {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 16px;
    text-decoration: none
}
.c-link-all__anchor::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}
.c-button {
    text-align: center
}
.c-button__btn {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #018fd9;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin: auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}
.c-button__btn.is-middle {
    max-width: 100%;
    width: 178px
}
.c-button__btn.is-wide {
    max-width: 100%;
    width: 310px
}
.c-button__btn.is-large {
    height: 68px
}
.c-button__btn.is-disabled {
    background-color: #aaa;
    color: #ccc;
    pointer-events: none
}
.c-button__btn--pt2,
.c-button__btn--pt2--external {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #00BAC9;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin: auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}
.c-button__btn--pt2.is-middle,
.is-middle.c-button__btn--pt2--external {
    max-width: 100%;
    width: 178px
}
.c-button__btn--pt2.is-wide,
.is-wide.c-button__btn--pt2--external {
    max-width: 100%;
    width: 310px
}
.c-button__btn--pt2.is-large,
.is-large.c-button__btn--pt2--external {
    height: 68px
}
.c-button__btn--pt2.is-disabled,
.is-disabled.c-button__btn--pt2--external {
    background-color: #aaa;
    color: #ccc;
    pointer-events: none
}
.c-button__btn--pt2--external:after {
    background: url('/assets/images/icon-external-link-square-alt-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 0.4em;
    vertical-align: text-bottom;
    width: 1em
}
.c-button__btn--dark {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #666;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin: auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}
.c-button__btn--dark.is-middle {
    max-width: 100%;
    width: 178px
}
.c-button__btn--dark.is-wide {
    max-width: 100%;
    width: 310px
}
.c-button__btn--dark.is-large {
    height: 68px
}
.c-button__btn--dark.is-disabled {
    background-color: #aaa;
    color: #ccc;
    pointer-events: none
}
.c-button__btn--pt3 {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: 0;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}
.c-button__btn--negative {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #666;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}
.c-button__btn--danger {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #DC3545;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase
}
.c-button__btn--search {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #018fd9;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin: auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 164px
}
.c-button__btn--search::before {
    -webkit-transform: translate(-2px, -2px);
    background: url('/assets/images/icon-search-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    transform: translate(-2px, -2px);
    width: 14px
}
.c-list {
    padding: 0
}
.c-listItem-checked {
    font-size: 0.8125rem;
    line-height: 1.38462;
    list-style: none;
    padding-left: 23px;
    position: relative
}
.c-listItem-checked::before {
    background: url('/assets/images/bullet-checked-gray.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 13px
}
.c-listItem-note {
    font-size: 0.8125rem;
    line-height: 1.38462;
    list-style: none;
    margin: 0;
    padding-left: 1.25em;
    position: relative
}
.c-listItem-note::before {
    content: "※";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px
}
.c-inputTextWrapper {
    display: block;
    position: relative
}
.c-inputText {
    -webkit-appearance: none;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    height: 48px;
    outline: 0;
    padding: 0 16px;
    width: 100%
}
.c-inputText::-webkit-input-placeholder {
    color: #868e96
}
.c-inputText::-moz-placeholder {
    color: #868e96
}
.c-inputText:-ms-input-placeholder {
    color: #868e96
}
.c-inputText::-ms-input-placeholder {
    color: #868e96
}
.c-inputText::placeholder {
    color: #868e96
}
.c-inputText:focus {
    box-shadow: 0 0 0 2px #005fcc
}
.is-error .c-inputText {
    background: #fff;
    border: 1px solid #dc3545
}
.c-inputText__revealPassword {
    background: url('/assets/images/btn-revealPassword.svg') 0 /contain no-repeat;
    cursor: pointer;
    display: block;
    height: 11px;
    position: absolute;
    right: 12px;
    top: calc(50% - 5px);
    width: 16px
}
.c-textarea {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.57143;
    outline: 0;
    padding: 14px 16px;
    width: 100%
}
.c-textarea::-webkit-input-placeholder {
    color: #868e96
}
.c-textarea::-moz-placeholder {
    color: #868e96
}
.c-textarea:-ms-input-placeholder {
    color: #868e96
}
.c-textarea::-ms-input-placeholder {
    color: #868e96
}
.c-textarea::placeholder {
    color: #868e96
}
.c-textarea:focus {
    box-shadow: 0 0 0 2px #005fcc
}
.is-error .c-textarea {
    background: #fff;
    border: 1px solid #dc3545
}
.c-textarea__revealPassword {
    background: url('/assets/images/btn-revealPassword.svg') 0 /contain no-repeat;
    cursor: pointer;
    display: block;
    height: 11px;
    position: absolute;
    right: 12px;
    top: calc(50% - 5px);
    width: 16px
}
.c-checkbox__input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}
.c-checkbox__label {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: 0;
    padding: 6px 6px 6px 22px;
    position: relative
}
.c-checkbox__label.is-largeBtn {
    font-size: 14px;
    padding-left: 32px
}
.c-checkbox__label.is-largeBtn::before {
    height: 24px;
    width: 24px
}
.c-checkbox__label.is-blueBack {
    background: #EDF9FF;
    border-radius: 3px;
    margin: 6px;
    padding: 13px 6px 13px 32px
}
.c-checkbox__label.is-blueBack::before {
    left: 10px
}
.c-checkbox__label.is-blueBack.is-largeBtn {
    padding-left: 40px
}
input:focus+.c-checkbox__label.is-blueBack {
    box-shadow: 0 0 0 2px #005fcc
}
.c-checkbox__label::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-checkbox-unchecked.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}
input:checked+.c-checkbox__label::before {
    background-image: url('/assets/images/icon-checkbox-checked-blue.svg')
}
.c-radio__input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}
.c-radio__label {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: 0;
    padding: 6px 6px 6px 22px;
    position: relative
}
.c-radio__label.is-largeBtn {
    font-size: 14px;
    padding-left: 32px
}
.c-radio__label.is-largeBtn::before {
    height: 24px;
    width: 24px
}
.c-radio__label.is-blueBack {
    background: #EDF9FF;
    border-radius: 3px;
    margin: 6px;
    padding: 13px 6px 13px 32px
}
.c-radio__label.is-blueBack::before {
    left: 10px
}
.c-radio__label.is-blueBack.is-largeBtn {
    padding-left: 40px
}
input:focus+.c-radio__label.is-blueBack {
    box-shadow: 0 0 0 2px #005fcc
}
.c-radio__label::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-radio-unchecked.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}
input:checked+.c-radio__label::before {
    background-image: url('/assets/images/icon-radio-checked-blue.svg')
}
.c-radio-btn__container {
    display: -webkit-box;
    display: flex;
    height: 50px
}
.c-radio-btn__label {
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #efefef;
    border: 1px solid #ccc;
    color: #000;
    display: -webkit-box;
    display: flex;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    max-width: 168px;
    outline: 0
}
.c-radio-btn__label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none
}
.c-radio-btn__label:last-of-type {
    border-radius: 0 6px 6px 0
}
input:checked+.c-radio-btn__label {
    background: #007bff;
    border-color: #007bff;
    color: #fff
}
.c-select {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    min-width: 140px;
    position: relative
}
.c-select::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-t2b-blue.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 2
}
.c-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    outline: 0;
    padding: 0 0 0 16px;
    position: relative;
    width: 100%;
    z-index: 1
}
.c-select select:focus {
    box-shadow: 0 0 0 2px #005fcc
}
.c-select select::-ms-value {
    background: 0 0;
    color: #000
}
.c-select select::-ms-expand {
    display: none
}
.c-select__placeholder {
    color: #212529;
    display: none
}
.c-select.is-disabled {
    color: #bbb !important;
    cursor: default
}
.c-select.is-disabled::after {
    background-image: url('/assets/images/bullet-arrow-t2b-gray.svg') !important
}
.c-select.is-disabled select {
    border-color: #ddd;
    color: #bbb !important;
    pointer-events: none
}
.c-select.is-disabled .c-select__placeholder,
.c-select.is-disabled option {
    color: #bbb !important
}
.is-disabled {
    color: #bbb
}
.is-disabled a {
    border-color: #bbb;
    color: #bbb;
    pointer-events: none
}
.c-alert {
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 28px;
    padding: 12px;
    position: relative;
    text-align: center
}
.c-alert__message {
    margin: 0
}
.c-alert--danger {
    background: #ffe6e6;
    border-color: #ffb3b3;
    color: #900
}
.c-alert--warning {
    background-color: #fec;
    border-color: #ffc44d;
    color: #840
}
.c-alert--success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}
.c-breadcrumb {
    display: none
}
.c-breadcrumb__container {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 10px;
    width: 100%
}
.c-breadcrumb__item {
    font-size: 0.75rem;
    line-height: 1;
    margin: 0;
    max-width: 300px;
    overflow: hidden;
    padding: 12px 0 13px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.c-breadcrumb__item+.c-breadcrumb__item {
    padding-left: 18px;
    position: relative
}
.c-breadcrumb__item+.c-breadcrumb__item::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-black.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 13px;
    left: 6px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    width: 6px
}
.c-breadcrumb__anchor {
    color: #018fd9;
    text-decoration: none
}
.c-slider__arrows {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-slider__arrowLeft,
.c-slider__arrowRight {
    cursor: pointer;
    height: 33px;
    line-height: 0;
    position: absolute;
    top: 70px;
    width: 33px
}
.c-slider__arrowLeft {
    left: 0
}
.c-slider__arrowRight {
    right: 0
}
.c-slider__dots {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}
.c-slider__dots .slick-dots {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}
.c-slider__dots .slick-dots li {
    background: #ccc;
    border-radius: 50%;
    height: 8px;
    margin: 0 6px;
    text-indent: -9999px;
    width: 8px
}
.c-slider__dots .slick-dots li.slick-active {
    background: #018fd9
}
.c-tagCloud__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px -20px 0;
    padding: 0
}
.c-tagCloud__item {
    margin: 0 10px 20px 0
}
.c-tagCloud__item:last-child {
    margin-right: 0
}
.c-tagCloud__anchor {
    background: #fff;
    border: 1px solid #018fd9;
    border-radius: 4px;
    color: #018fd9;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 3px 10px 2px;
    text-decoration: none
}
.c-recommendedWork {
    margin: 0 auto;
    position: relative;
    width: 100%
}
.c-recommendedWork .heading-lv2 {
    margin: 0;
    padding: 0 10px
}
.c-recommendedWork__container {
    position: relative
}
.c-recommendedWork__slider {
    margin: 0;
    padding: 0
}
.l-main--home .c-recommendedWork__slider {
    margin: 0
}
.c-recommendedWork .slick-list {
    padding-bottom: 40px !important;
    padding-top: 20px !important
}
.l-main--home .c-recommendedWork .slick-list {
    padding-top: 40px !important
}
.c-recommendedWork .c-slider__arrowLeft,
.c-recommendedWork .c-slider__arrowRight {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%)
}
.c-recommendedWork .c-slider__arrowLeft {
    left: 0
}
.c-recommendedWork .c-slider__arrowRight {
    right: 0
}
.c-recommendedWork__item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 10px 10px 30px 3px rgba(0, 0, 0, .2);
    margin: 0 15px;
    outline: 0;
    position: relative;
    width: 265px
}
.c-recommendedWork__item .c-job-number {
    background: #fff;
    border-radius: 6px 6px 0 0;
    color: #343434;
    height: 31px;
    margin: 0
}
.c-recommendedWork__item .c-job-new {
    border-radius: 0 6px 0 0;
    height: 31px;
    margin: 0;
    right: 0;
    top: 0
}
.c-recommendedWork__thumbs {
    line-height: 0;
    margin: 0;
    position: relative
}
.c-recommendedWork .c-job-thumbs__recommend {
    height: 60px;
    left: 10px;
    top: 10px;
    width: 60px
}
.c-recommendedWork__body {
    padding: 16px 20px 30px
}
.c-recommendedWork__copy {
    color: #444;
    line-height: 1.5;
    margin: 0 0 8px
}
.c-recommendedWork__copy a {
    color: #444;
    text-decoration: none
}
.c-recommendedWork-spec__list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0
}
.c-recommendedWork-spec__item {
    font-weight: 700
}
.c-recommendedWork-spec__item+.c-recommendedWork-spec__item {
    margin-top: 2px
}
.c-recommendedWork__btn {
    height: 48px
}
.c-help__heading {
    border-bottom: 1px solid #737f8f;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 32px;
    text-align: center
}
.c-help__list {
    margin: 0;
    padding: 0
}
.c-help__term {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0
}
.c-help__description+.c-help__term {
    margin-top: 24px
}
.c-help__description {
    font-size: 14px;
    margin: 4px 0 0;
    padding: 0
}
.c-help-ol__list {
    counter-reset: c-help-ol;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-help-ol__item {
    margin: 0;
    padding: 0 0 0 1.5em;
    position: relative
}
.c-help-ol__item+.c-help-ol__item {
    margin-top: 0.5em
}
.c-help-ol__item::before {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid #333;
    border-radius: 50%;
    content: counter(c-help-ol);
    counter-increment: c-help-ol;
    display: -webkit-box;
    display: flex;
    font-size: 11px;
    height: 14px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
    width: 14px
}
.c-help-note__list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}
.c-help-note__item {
    margin: 0;
    padding: 0 0 0 1.25em;
    position: relative
}
.c-help-note__item+.c-help-note__item {
    margin-top: 0.5em
}
.c-help-note__item::before {
    content: "※";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 1px
}
.c-help-icon--safari {
    display: inline-block;
    padding-left: 20px;
    position: relative
}
.c-help-icon--safari::before {
    background-image: url('/assets/images/browser-icons.png');
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: auto 14px;
    content: "";
    display: block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px
}
.c-help-icon--chrome {
    display: inline-block;
    padding-left: 20px;
    position: relative
}
.c-help-icon--chrome::before {
    background-image: url('/assets/images/browser-icons.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 14px;
    content: "";
    display: block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px
}
.c-help__closeBtn {
    margin-top: 40px
}
.c-help__closeBtn .c-button__btn--negative {
    height: 36px;
    margin: 0 auto;
    width: 120px
}
.p-modal-help {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    max-width: 640px;
    padding: 40px 20px
}
.c-loading {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}
.c-loading__errMessage {
    color: #f33;
    font-size: 1.3em;
    text-align: center
}
.c-loading__errMessage .c-button__btn--negative {
    display: block;
    height: 32px;
    margin: 1.5rem auto 0;
    width: 130px
}
.c-loading .loader {
    -webkit-animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    animation: load4 1.3s infinite linear;
    border-radius: 50%;
    color: #666;
    font-size: 8px;
    height: 1em;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 1em
}
.c-loading .loader.is-hidden {
    display: none
}
@-webkit-keyframes load4 {
    0,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em
    }
}
@keyframes load4 {
    0,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0
    }
    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em
    }
}
.modaal-content-container.modaal-error {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}
.c-contact__noteBox {
    font-weight: 400;
    margin-top: 32px
}
.c-contact__confirmBox {
    background: #f3f3f3;
    font-weight: 400;
    margin: 0;
    padding: 16px
}
.c-contact__btnBox > * {
    margin: 0 auto
}
.c-contact__btnBox .c-button__btn--pt3 {
    height: 48px;
    margin-bottom: 24px;
    max-width: 120px;
    padding: 0 0.75rem
}
.c-modal {
    cursor: default;
    height: 100%;
    margin: auto;
    position: relative
}
.c-modal__heading {
    -webkit-box-align: center;
    align-items: center;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 58px;
    margin: 0;
    padding: 0 20px
}
.c-modal.is-fixedButton {
    padding-bottom: 80px
}
.c-modal-button {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #737f8f;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%
}
.c-modal-button__btn {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #018FD9;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 0.875rem;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    width: 120px
}
.c-modal-button__btn::before {
    background: url('/assets/images/icon-cursor-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 9px
}
.c-modal-button__btn.is-disabled {
    background-color: #aaa;
    color: #ccc;
    pointer-events: none
}
.c-modal-button__btn.is-disabled::before {
    background-image: url('/assets/images/icon-cursor-lightgray.svg')
}
.c-modal-button__closeBtn {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/modal-closeBtn-white.svg') 0 /contain no-repeat;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px
}
.c-modal-button__closeBtn.is-header {
    -webkit-transform: none;
    background-image: url('/assets/images/modal-closeBtn-black.svg');
    top: 18px;
    transform: none
}
#modal-selectSalary .c-modal-button__closeBtn.is-header {
    background-image: url('/assets/images/modal-closeBtn-white.svg')
}
.c-modal-button__closeBtn.is-darkBtn {
    background-image: url('/assets/images/modal-closeBtn-black.svg')
}
.c-modal-aplly-map .c-modal-button__closeBtn {
    border: 0;
    margin: 0;
    padding: 0;
    top: 28px
}
.c-modal-button .c-button__btn {
    margin: 0
}
.c-modal-select-lv1__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 20px
}
.c-modal-select-lv1__item:first-child .c-modal-select-lv1__heading {
    margin-top: 0
}
.c-modal-select-lv1__heading {
    background: #737f8f;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding: 5px 10px;
    position: relative
}
.c-modal-select-lv1__heading.c-icon--accordion::after {
    -webkit-transition: -webkit-transform 0.4s 0s ease-out;
    background: url('/assets/images/bullet-arrow-t2b-white.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
    transition: -webkit-transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out, -webkit-transform 0.4s 0s ease-out;
    width: 9px
}
.c-modal-select-lv1__heading.c-icon--accordion.is-opened::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.c-modal-select-lv1__heading .c-checkbox__label {
    background: 0 0
}
.c-modal-select-lv2__list {
    -webkit-transform: translateY(-6px);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -6px;
    padding: 0 0 6px;
    transform: translateY(-6px)
}
.c-modal-select-lv2__item {
    margin: 20px 13px 0 10px;
    padding: 0
}
.c-modal-select-lv2__item .c-checkbox__label {
    color: #000;
    font-size: 14px
}
.c-modal-tabNav {
    background: #f1f2f3
}
.c-modal-tabNav__container {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 20px
}
.c-modal-tabNav__item {
    margin: 0;
    padding: 0;
    width: calc(50% - 7.5px)
}
.c-modal-tabNav__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #e4e4e4;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-modal-tabNav__anchor.is-active {
    background: #fff;
    font-weight: 700
}
#modal-selectArea .c-modal__heading {
    background: #f1f2f3
}
.c-modal-tabTarget.is-selectArea {
    padding: 20px 0 0
}
.c-modal-tabTarget.is-nearHome {
    display: none
}
.c-modal-nearHome__container {
    margin: 0 auto;
    max-width: 375px;
    padding: 55px 20px 0;
    position: relative
}
.c-modal-nearHome__container .c-searchCond-condTable__menbersOnly {
    -webkit-transform: translate(-50%, 0);
    border-radius: 6px;
    left: 50%;
    top: 19px;
    transform: translate(-50%, 0);
    width: 160px
}
.c-modal-nearHome__container .c-checkbox__label {
    display: none
}
.c-modal-nearHome__container .c-select {
    height: 48px;
    margin-top: 23px;
    width: 100%
}
.c-modal-nearHome__container .c-select::before {
    content: "自宅からの距離";
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -22px
}
.c-modal-nearHome__caption {
    color: #212529;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin: 0 0 3px;
    position: relative
}
.c-modal-nearHome-select {
    display: inline-block;
    height: 48px;
    position: relative;
    width: 100%
}
.c-modal-nearHome-select::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-t2b-gray.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 2
}
.c-modal-nearHome-select select {
    -webkit-appearance: none;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #868e96;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    padding: 0 0 0 16px;
    position: relative;
    width: 100%;
    z-index: 1
}
.c-modal-nearHome__speachBubble {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transform: translateX(-50%);
    align-items: center;
    background: #ff3245;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 0.75rem;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    width: 160px
}
.c-modal-nearHome__speachBubble::after {
    background: url('/assets/images/tail-speachBubble-red.svg') 0 /contain no-repeat;
    bottom: -7px;
    content: "";
    display: block;
    height: 8px;
    left: 13px;
    position: absolute;
    width: 8px
}
#modal-selectSalary .c-modal__heading {
    background-color: #737f8f;
    color: #fff
}
.c-modal-selectSalary {
    padding: 15px 20px
}
.c-modal-selectSalary .c-radio__label {
    font-size: 12px;
    padding-left: 36px
}
.c-modal-selectSalary .c-radio__label::before {
    height: 20px;
    width: 20px
}
.c-modal-selectSalary .c-select {
    height: 48px;
    margin-top: 20px;
    width: 100%
}
.c-modal-selectSalary .c-select::after {
    background-image: url('/assets/images/bullet-arrow-t2b-gray.svg')
}
.c-modal-favorit {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.c-modal-favorit__container {
    padding: 35px 20px 0
}
.c-modal-favorit__heading {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 auto 34px;
    text-align: center
}
.c-modal-favorit__heading span {
    display: inline-block
}
.c-modal-favorit__banner {
    height: 60px;
    margin: 0 auto;
    max-width: 335px;
    text-align: center
}
.c-modal-favorit__banner img {
    display: inline-block;
    margin: 0 auto
}
.c-modal-favorit__headingLv2 {
    background: #737f8f;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 3px 0;
    text-align: center;
    width: 254px
}
.c-modal-favorit-merit {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    width: 100%
}
.c-modal-favorit-merit__item {
    flex-basis: calc(50% - 12.5px);
    margin: 0 0 30px
}
.c-modal-favorit-merit__img {
    display: block;
    height: 80px;
    margin: 0 auto 7px;
    width: 80px
}
.c-modal-favorit-merit__title {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.38667;
    margin: 23px 0 7px;
    text-align: center
}
.c-modal-favorit-merit__text {
    -moz-text-align-last: left;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    text-align-last: left
}
.c-modal-favorit .c-button {
    margin: 30px 0
}
.c-modal-aplly-map__container {
    height: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    width: 100%
}
.c-modal-aplly-map__iframe {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}
.c-modal-aplly-map__heading {
    -webkit-box-align: center;
    align-items: center;
    background: #737f8f;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 56px;
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}
.c-modal-entrysheet {
    padding: 57px 0 40px
}
.is-modal-entrysheet.c-apply-input {
    margin: 0 auto;
    max-width: 375px;
    padding: 15px 20px 40px
}
.is-modal-entrysheet .c-apply-input__row.is-date {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 30px 0 0
}
.c-modal-es-graduateYear {
    margin: 24px auto 0;
    max-width: 375px;
    padding: 0 20px
}
.c-modal-es-graduateYear-birthday {
    -webkit-box-align: end;
    align-items: flex-end;
    color: #212529;
    display: -webkit-box;
    display: flex;
    margin: 0 0 24px
}
.c-modal-es-graduateYear-birthday__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0 16px 0 0
}
.c-modal-es-graduateYear-birthday__date {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0
}
.c-modal-es-graduateYear-birthday__text {
    color: #343434;
    font-size: 12px;
    margin: 0
}
.is-modal-entrysheet .c-apply-input__row.is-date {
    position: relative
}
.is-modal-entrysheet .c-apply-input__row.is-date::before {
    -webkit-transform: translateX(-50%);
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 10px 8px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 0
}
.c-modal-es-certification__search {
    padding: 20px
}
.c-modal-es-certification__search .c-searchCond-keyword__container {
    margin: 0
}
.c-modal-es-certification__suggestion {
    border-bottom: 1px solid #ccd;
    padding: 0 20px 20px
}
.c-modal-es-certification-suggestion__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -10px;
    padding: 0
}
.c-modal-es-certification-suggestion__item {
    margin: 0 10px 10px 0
}
.c-modal-es-certification-suggestion__anchor {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #018fd9;
    border-radius: 4px;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    padding: 0 10px;
    text-decoration: none
}
.c-modal-es-certification-suggestion__anchor.is-selected {
    background: #018fd9;
    color: #fff
}
.c-modal-es-certification__list {
    padding: 23px 20px 20px
}
.c-modal-es-certification__list .c-apply-input {
    background: 0 0;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-modal-es-certification__list li+li {
    margin-top: 18px
}
.c-modal-entrysheet-workingPlace {
    padding: 57px 0 72px
}
.c-modal-entrysheet-workingPlace .c-button__btn {
    width: 160px
}
.c-modal-es-certification__container {
    margin: auto;
    max-width: 500px
}
.c-ftra-i,
.c-modal-es-certification__tagline {
    display: none
}
.c-job-thumbs {
    float: left;
    line-height: 0;
    margin: 0 10px 17px 0;
    position: relative;
    width: 23.8806%
}
.c-job-thumbs__recommend {
    height: 30px;
    left: -6px;
    position: absolute;
    top: -16px;
    width: 30px;
    z-index: 100
}
.c-job-thumbs__img {
    max-width: none;
    width: 100%
}
.c-job-copy {
    color: #018fd9;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px
}
.c-job-copy a {
    color: inherit;
    text-decoration: none
}
.c-job-tagline {
    color: #343434;
    font-size: 13px;
    margin: 0
}
.c-job-spec {
    -webkit-box-align: start;
    align-items: flex-start;
    clear: both;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}
.c-job-spec__container {
    display: -webkit-box;
    display: flex;
    margin: 0 0 8px;
    padding: 0;
    width: 50%
}
.c-job-spec__container.is-full {
    width: 100%
}
.c-job-spec__heading {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #737f8f;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 50px
}
.c-job-spec__content {
    color: #343434;
    font-feature-settings: "palt";
    font-size: 12px;
    line-height: 1.33333;
    margin: 0;
    padding: 1px 0 0 5px;
    width: calc(100% - 50px)
}
.c-job-spec__dormitoryFeeFree {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #ff3245;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: .9375;
    margin: -5px 0 0;
    width: 79px
}
.c-job-tagCloud {
    margin: 0
}
.c-job-tagCloud__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 0 0;
    padding: 0
}
.c-job-tagCloud__item {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid #018fd9;
    border-radius: 2px;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin: 0 5px 6px 0;
    padding: 2px 10px
}
.c-jobDetail .c-job-tagCloud__item {
    padding: 2px 5px
}
.c-job-detailBtn,
.c-job-entryBtn,
.c-job-favoritBtn,
.c-job-telBtn {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-job-detailBtn {
    background: #018FD9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff
}
.c-job-detailBtn::before {
    background: url('/assets/images/icon-search-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 14px
}
.c-job-entryBtn {
    background: #00BAC9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    text-transform: uppercase
}
.c-job-entryBtn::before {
    background: url('/assets/images/icon-entry-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 14px
}
.c-job-favoritBtn {
    background: #fff;
    border: 2px solid #737f8f;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15), inset 0 -2px 0 #d0d7e0;
    color: #737f8f;
    cursor: pointer;
    font-size: 11px;
    padding: 0
}
.c-job-favoritBtn.is-added {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    background: #737f8f;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
    pointer-events: none
}
.c-job-favoritBtn.is-added::before {
    background: url('/assets/images/bullet-checked-white.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 8px;
    margin-bottom: 5px;
    width: 11px
}
.c-job-telBtn {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background: #fff;
    border: 1px solid #018fd9;
    border-radius: 2px;
    color: #018fd9;
    flex-direction: column;
    font-size: 11px
}
.c-job-telBtn::before {
    background: url('/assets/images/icon-entry-tel.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 18px;
    width: 11px
}
.c-jobDetail {
    margin: 0 0 35px
}
.c-jobDetail__header {
    background: #fff;
    margin: 0 0 10px;
    padding: 0 10px 18px;
    position: relative
}
.c-jobDetail__header>:last-child {
    margin-bottom: 0
}
.c-jobDetail__headerSeparator {
    background: #F1F2F3;
    border: none;
    height: 2px;
    margin: 12px -10px 17px;
    padding: 0 10px;
    width: 100%
}
.c-jobDetail__headerText {
    line-height: 1.57143
}
.c-job-number {
    -webkit-box-align: center;
    align-items: center;
    background-color: #737f8f;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    height: 31px;
    line-height: 1;
    margin: 0 -10px 20px;
    padding: 0 10px
}
.c-job-number .is-emphasis {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}
.c-job-new {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #ff3245;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 31px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 80px
}
.c-jobDetail-point {
    margin: 0 0 20px
}
.c-jobDetail-point__container {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-jobDetail-point .c-listItem-checked {
    background: #fff;
    border: 1px solid #018fd9;
    color: #018fd9;
    font-weight: 700;
    padding: 6px 10px 4px 31px
}
.c-jobDetail-point .c-listItem-checked::before {
    background-image: url('/assets/images/bullet-checked-blue.svg');
    left: 10px;
    top: 9px
}
.c-jobDetail-point .c-listItem-checked+.c-listItem-checked {
    margin-top: 6px
}
.c-jobDetail-btns {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    height: 80px;
    left: 0;
    margin: 0;
    padding: 16px 10px;
    position: fixed;
    width: 100%;
    z-index: 500
}
.c-jobDetail-btns__container {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    font-weight: 700;
    height: 48px;
    justify-content: space-between
}
.c-jobDetail-btns__telBtn {
    height: 100%;
    width: 21.12676%
}
.c-jobDetail-btns__entryBtn {
    height: 100%;
    width: 45.07042%
}
.c-jobDetail-btns__favoritBtn {
    height: 100%;
    width: 21.12676%
}
.c-jobDetail-btns.is-cloned {
    display: none
}
.c-jobDetail-btns.is-cloned.is-visible {
    bottom: 0
}
.c-jobDetail-tel {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-transition: opacity 0.4s 0s ease-out;
    align-items: center;
    background: #fff;
    bottom: 80px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    display: none;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 162px;
    left: 0;
    opacity: 0;
    padding: 20px 0 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.4s 0s ease-out;
    width: 100%;
    z-index: 499
}
.c-jobDetail-tel.is-opened {
    opacity: 1;
    pointer-events: auto
}
.c-jobDetail-tel__numberBox {
    background: #737F8F;
    border-radius: 4px;
    line-height: 1;
    margin: 0 0 13px;
    padding: 0;
    width: 295px
}
.l-main--apply .c-jobDetail-tel__numberBox {
    padding: 8px 0
}
.c-jobDetail-tel__anchor {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px 0;
    text-decoration: none;
    width: 100%
}
.c-jobDetail-tel__number {
    color: #fff;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    text-decoration: none
}
.c-jobDetail-tel__number::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-tel--white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    margin-right: 13px;
    transform: translateY(-1px);
    width: 18px
}
.c-jobDetail-tel__numberNote {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700
}
.c-jobDetail-tel__description {
    font-size: 13px;
    font-weight: 400;
    margin: 0
}
.c-jobDetail-tel__jobNumber {
    margin: 0;
    text-align: center
}
.c-jobDetail-tel__jobNumberBg {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    height: 31px;
    margin: 0 auto;
    padding: 0
}
.c-jobDetail-tel__jobNumberBg .is-emphasis {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}
.c-jobDetail-tel__closeBtn {
    background: url('/assets/images/modal-closeBtn-black.svg') 0 /contain no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 18px
}
.c-job-images {
    margin: 14px 0 18px;
    padding: 0 10px;
    position: relative
}
.c-job-images-largeImg {
    margin: 0 0 24px
}
.c-job-images-largeImg__image {
    line-height: 0;
    margin: 0 0 12px;
    padding: 0;
    text-align: center
}
.c-job-images-largeImg__image img {
    width: 730px
}
.c-job-images-largeImg__text,
.c-job-images__container,
.c-job-images__item {
    margin: 0;
    padding: 0
}
.c-job-images__image {
    line-height: 0;
    margin: 0 0 7px;
    padding: 0
}
.c-job-images__image img {
    margin: auto
}
.c-job-images__text {
    margin: 0;
    padding: 0
}
.c-job-images .c-slider__arrowLeft,
.c-job-images .c-slider__arrowRight {
    top: 70px
}
.c-job-images .c-slider__arrowLeft {
    left: 0
}
.c-job-images .c-slider__arrowRight {
    right: 0
}
.c-job-chart {
    margin: 0 0 19px
}
.c-job-chart__container {
    margin: 0 0 19px;
    padding: 0
}
.c-job-chart__item {
    display: -webkit-box;
    display: flex;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 100%
}
.c-job-chart__item+.c-job-chart__item {
    margin-top: 6px
}
.c-job-chart__heading {
    -webkit-box-align: center;
    align-items: center;
    background: #737f8f;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    line-height: 1.16667;
    margin: 0;
    padding: 0 10px;
    width: 19.71831%
}
.c-job-chart__content {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background: #fff;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: 80.28169%
}
.c-job-chart__content::before {
    background: #d8d8d8;
    content: "";
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    top: calc(50% - 1px);
    width: calc(100% - 30px);
    z-index: 1
}
.c-job-chart__point {
    background: #d8d8d8;
    border-radius: 50%;
    display: block;
    height: 16px;
    position: relative;
    text-indent: -9999px;
    width: 16px;
    z-index: 2
}
.c-job-chart__point.is-active::after {
    background: #018fd9;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px
}
.c-job-chart__text {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 5px
}
.c-job-chart__text.is-low {
    left: 15px
}
.c-job-chart__text.is-high {
    right: 15px
}
.c-job-chart__btn {
    height: 48px;
    margin: 0 auto;
    width: 224px
}
.c-job-requirement {
    margin: 0
}
.c-job-requirement .heading-lv2 {
    margin-bottom: 15px
}
.c-job-requirement__container {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}
.c-job-requirement__container.is-more {
    border-top: none
}
.c-job-requirement__content,
.c-job-requirement__heading {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin: 0;
    padding: 9px 10px
}
.c-job-requirement__content:not(.is-defaultVisible),
.c-job-requirement__heading:not(.is-defaultVisible) {
    display: none
}
.c-job-requirement__heading {
    -webkit-box-align: center;
    align-items: center;
    background: #737f8f;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    width: 19.71831%
}
.c-job-requirement__help {
    background: 0 0;
    border: none;
    display: inline-block;
    margin-left: 4px;
    padding: 0
}
.c-job-requirement__helpImg {
    height: 11px;
    width: 11px
}
.c-job-requirement__content {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    width: 80.28169%
}
.c-job-requirement-more.is-hidden {
    display: none
}
.c-job-requirement__moreLink {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 18px 0 36px;
    text-align: center
}
.c-job-requirement__moreLinkAnchor {
    color: #018fd9;
    display: inline-block;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    text-decoration: none
}
.c-job-requirement__moreLinkAnchor::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-t2b-blue.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}
.c-job-campaign {
    background: #018fd9;
    margin: 39px auto 40px;
    max-width: 500px;
    padding: 13px 5px 5px;
    width: 100%
}
.c-job-campaign__heading {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 11px;
    text-align: center
}
.c-job-campaign__link {
    line-height: 18px;
    margin: 0
}
.c-job-campaign__anchor {
    background: #fff;
    color: #018FD9;
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none
}
.c-job-campaign__anchor::after {
    -webkit-transform: translateY(-2px);
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 4px;
    transform: translateY(-2px);
    vertical-align: middle;
    width: 8px
}
.c-job-map {
    line-height: 0;
    margin: 0 0 40px
}
.c-job-apprication {
    margin: 0 0 36px;
    padding: 0
}
.c-job-apprication:only-child {
    margin-bottom: 0
}
.c-job-apprication .heading-lv2 {
    margin-bottom: 9px
}
.c-job-apprication__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-job-apprication__listItem {
    background: #fff;
    border: 1px solid #ccc;
    flex-wrap: wrap;
    padding: 6px 10px;
    position: relative;
    *zoom: 1
}
.c-job-apprication__listItem:after,
.c-job-apprication__listItem:before {
    content: " ";
    display: table
}
.c-job-apprication__listItem:after {
    clear: both
}
.c-job-apprication__listItem+.c-job-apprication__listItem {
    margin-top: 10px
}
.c-job-apprication__listItem+.c-job-apprication__listItem::after {
    -webkit-transform: translateX(-50%);
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 10px 8px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -11px;
    transform: translateX(-50%);
    width: 0
}
.c-job-apprication__heading {
    background: #018fd9;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 6px 10px
}
.c-job-apprication__content {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.23077;
    margin: 0;
    padding: 5px 0
}
.c-job-apprication__note {
    font-size: 12px;
    line-height: 1.2;
    margin: 6px 0 5px;
    padding: 0;
    text-transform: uppercase
}
.c-job-staff {
    margin: 0 0 36px
}
.c-job-staff .heading-lv2 {
    margin-bottom: 9px
}
.c-job-staff__container {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between
}
.c-job-staff__imgBox {
    line-height: 0;
    width: 28.16901%
}
.c-job-staff__txtBox {
    width: 66.19718%
}
.c-job-staff__name {
    font-weight: 700;
    margin: 0 0 13px
}
.c-job-staff__description {
    color: #343434;
    line-height: 1.6;
    margin: 0
}
.c-job-staff__description .is-ellipsis::before {
    content: "…"
}
.c-job-staff__anchor {
    color: #018fd9;
    text-decoration: underline
}
.c-job-company {
    margin: 0 0 33px
}
.c-job-company .heading-lv2 {
    margin-bottom: 9px
}
.c-job-company__container {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between
}
.c-job-company__imgBox {
    width: 28.16901%
}
.c-job-company__img {
    display: inline-block;
    line-height: 0
}
.c-job-company__txtBox {
    width: 66.19718%
}
.c-job-company__list {
    margin: 0 0 18px;
    padding: 0
}
.c-job-company .c-listItem-checked {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15385
}
.c-job-company .c-listItem-checked::before {
    background-image: url('/assets/images/bullet-checked-blue.svg')
}
.c-job-company .c-listItem-checked+.c-listItem-checked {
    margin-top: 1.23077rem
}
.c-job-company__link {
    margin: 0
}
.c-job-company__anchor {
    color: #018fd9;
    font-size: 12px;
    text-decoration: underline
}
.c-job-note .heading-lv2 {
    margin-bottom: 3px
}
.c-job-note__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-job-note .c-listItem-note {
    font-size: 12px;
    line-height: 1.6
}
.c-job-note .c-listItem-note+.c-listItem-note {
    margin-top: 10px
}
.c-searchCond {
    margin: 0;
    padding: 0
}
.c-searchCond-tabNav {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 10px
}
.c-searchCond-tabNav__item {
    background: #e4e4e4;
    height: 40px;
    width: calc(50% - 8px)
}
.c-searchCond-tabNav__item.is-active {
    background: #fff
}
.c-searchCond-tabNav__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.is-active .c-searchCond-tabNav__anchor {
    font-weight: 700
}
.c-searchCond-conditions {
    background: #fff;
    padding: 10px 10px 20px
}
.c-searchCond-condTable {
    border: 1px solid #ddd;
    border-collapse: collapse;
    font-size: 12px;
    margin: 0 0 20px;
    width: 100%
}
.c-searchCond-condTable__heading {
    background: #f1f2f3;
    border: 1px solid #ddd;
    font-weight: 400;
    height: 43px;
    line-height: 1.16667;
    padding: 0 10px;
    text-align: left;
    width: 20.89552%
}
.c-searchCond-condTable__body {
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative
}
.c-searchCond-condTable__body .c-radio__label {
    margin-right: 0.5rem
}
.c-searchCond-condTable__body .c-select {
    margin-left: 1rem
}
.c-searchCond-condTable__btnSetCond {
    -webkit-transform: translateY(-50%);
    background: 0 0;
    border: 0;
    color: #018fd9;
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%)
}
.c-searchCond-condTable__btnSetCond::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-triangle-l2r-blue.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 11px;
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}
.c-searchCond-condTable__btnSetCond::after {
    content: "する"
}
.c-searchCond-condTable__text {
    display: inline-block;
    line-height: 1.3;
    width: calc(100% - 60px)
}
.c-searchCond-condTable__nearHome,
.c-searchCond-condTable__text.is-hidden {
    display: none
}
.c-searchCond-condTable__menbersOnly {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #ff3245;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -26px;
    width: 92px
}
.c-searchCond-condTable__menbersOnly::after {
    background: url('/assets/images/tail-speachBubble-red.svg') 0 /contain no-repeat;
    bottom: -7px;
    content: "";
    display: block;
    height: 8px;
    left: 13px;
    position: absolute;
    width: 8px
}
#searchCond-area.is-disabled .c-searchCond-condTable__btnSetCond.is-area {
    border-color: #bbb;
    color: #bbb;
    pointer-events: none
}
.c-searchCond-btnSearch {
    margin: 0 13px
}
.c-searchCond-btnSearch__btn {
    background: #FD7E14;
    border: none;
    border-radius: 3px;
    color: #fff;
    height: 48px;
    padding: 0 5px;
    width: 100%
}
.c-searchCond-btnSearch__txt {
    display: inline-block;
    font-size: 16px;
    padding-left: 22px;
    position: relative
}
.c-searchCond-btnSearch__txt::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-search-white.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 16px
}
.c-searchCond-btnSearch__number {
    font-family: roboto;
    font-size: 20px;
    font-weight: 700
}
.c-searchCond-feature {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}
.c-searchCond-feature__item {
    width: calc(33.3% - 6.67px)
}
.c-searchCond-feature__item+.c-searchCond-feature__item {
    margin-left: 10px
}
.c-searchCond-feature__checkbox {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}
.c-searchCond-feature__label {
    -webkit-box-align: center;
    align-items: center;
    background: url('/assets/images/icon-checkbox-unchecked.svg') 10px center/16px 16px no-repeat #fff;
    border: 1px solid #018fd9;
    border-radius: 2px;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    height: 42px;
    line-height: 1.16667;
    outline: 0;
    padding: 0 4px 0 34px;
    width: 100%
}
input:checked+.c-searchCond-feature__label {
    background: url('/assets/images/icon-checkbox-checked-white.svg') 13px center/10px 7px no-repeat #018fd9;
    color: #fff
}
.c-searchCond-keyword {
    background: #fff;
    padding: 10px 10px 20px
}
.c-searchCond-keyword__container {
    margin: 0 auto 20px;
    max-width: 500px;
    position: relative;
    width: 100%
}
.c-searchCond-keyword__input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    height: 42px;
    outline: 0;
    padding: 0 10px;
    width: 100%
}
.c-searchCond-keyword__input:focus {
    box-shadow: 0 0 0 2px #005fcc
}
.c-searchCond-keyword__submit {
    background: #fd7e14;
    border: 2px solid #fd7e14;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}
.c-searchCond-keyword__submitBtn {
    -webkit-transform: translate(1px, 1px);
    height: 16px;
    transform: translate(1px, 1px);
    width: 16px
}
.c-searchResult {
    padding: 14px 0 0
}
.c-searchResult>:last-child {
    margin-bottom: 0
}
.c-searchResult-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    margin: 0;
    position: relative
}
.c-searchResult-item+.c-searchResult-item {
    margin-top: 10px
}
.c-searchResult-item__new {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #ff3245;
    border-radius: 0 6px 0 0;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 31px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 80px
}
.c-searchResult-item__head {
    -webkit-box-align: center;
    align-items: center;
    background-color: #737f8f;
    border-radius: 6px 6px 0 0;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    height: 31px;
    line-height: 1;
    margin: 0;
    padding: 0 10px
}
.c-searchResult-item__head .is-emphasis {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}
.c-searchResult-item__body {
    padding: 20px 10px;
    *zoom: 1
}
.c-searchResult-item__body:after,
.c-searchResult-item__body:before {
    content: " ";
    display: table
}
.c-searchResult-item__body:after {
    clear: both
}
.c-searchResult-item__separator {
    background: #ddd;
    border: none;
    height: 1px;
    margin: 13px -10px 18px;
    padding: 0 10px;
    width: 100%
}
.c-searchResult-item-point__container {
    margin: 0 0 15px;
    padding: 0
}
.c-searchResult-item-point__container .c-listItem-checked {
    font-weight: 700
}
.c-searchResult-item-point__container .c-listItem-checked+.c-listItem-checked {
    margin-top: 8px
}
.c-job-tagCloud+.c-searchResult-item-featured {
    margin-top: 6px
}
.c-searchResult-item-featured__speachBuuble {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #ff3245;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 10px;
    position: relative;
    width: 160px
}
.c-searchResult-item-featured__speachBuuble::after {
    background: url('/assets/images/tail-speachBubble-red.svg') 0 /contain no-repeat;
    bottom: -7px;
    content: "";
    display: block;
    height: 8px;
    left: 13px;
    position: absolute;
    width: 8px
}
.c-searchResult-item-btnArea {
    margin-top: 16px
}
.c-searchResult-item-featured+.c-searchResult-item-btnArea {
    margin-top: 0
}
.c-searchResult-item-btnArea__container {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    height: 48px;
    justify-content: space-between
}
.c-searchResult-item-btnArea__detailBtn,
.c-searchResult-item-btnArea__entryBtn {
    height: 100%;
    width: 35.8209%
}
.c-searchResult-item-btnArea__favoritBtn {
    height: 100%;
    width: 22.38806%
}
.c-searchResult-sort.c-select {
    height: 26px;
    min-width: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px
}
.c-searchResult-sort.c-select::after {
    -webkit-transform: translate(-50%, -50%);
    background-image: url('/assets/images/icon-select-sort-blue.svg');
    height: 11px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px
}
.c-searchResult-sort.c-select select {
    padding-left: 0;
    text-indent: -9999px;
    width: 26px
}
.c-pager {
    margin: 0 0 20px;
    position: relative
}
.c-searchResult-item+.c-pager {
    margin-top: 20px
}
.c-pager__hits {
    color: #343434;
    font-size: 14px;
    margin: 0 0 16px
}
.c-pager__hits .is-emphasis {
    font-size: 16px;
    font-weight: 700
}
.c-pager__container {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0
}
.c-pager__item {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e7e9ea;
    border-right: none;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    width: 36px
}
.c-pager__item:last-child {
    border-right: solid 1px #e7e9ea
}
.c-pager__item.is-current {
    color: #018fd9
}
.c-pager__item.is- {
    background: rgba(134, 152, 150, .05)
}
.c-pager__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: #868e96;
    display: -webkit-box;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.l-main--apply {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 1px 0 0;
    padding: 0
}
.l-main--apply .c-button {
    margin: 40px 0 0
}
.l-main--apply .c-button+.c-button {
    margin-top: 20px
}
.c-apply__heading-lv1 {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 17px;
    padding: 0 10px
}
.c-apply__tagline {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 10px
}
.c-apply__heading-lv2 {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 17px;
    padding: 0 1px
}
.c-apply__heading-lv2:focus {
    outline: 0
}
.c-apply-description {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.53846;
    margin: 0 10px 10px;
    padding: 15px 20px 20px
}
.c-apply-description p {
    margin-bottom: 1.69231em
}
.c-apply-description>:last-child {
    margin-bottom: 0
}
.c-apply-form {
    position: relative
}
.c-apply-form__required {
    -webkit-transform: translateY(-3px);
    background-color: #ff3245;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 3px;
    text-indent: -9999px;
    transform: translateY(-3px);
    vertical-align: middle;
    width: 6px
}
.c-apply-inputWrapper {
    padding-top: 44px
}
.c-apply-inputWrapper>.c-apply-input:last-child {
    margin-bottom: 0
}
.c-apply-applyType__content.is-area,
.c-apply-applyType__content.is-date,
.c-apply-applyType__content.is-web {
    display: none
}
.c-apply-applyType__content.is-date {
    margin-bottom: 40px
}
.c-apply-applyType__content .c-apply-selectArea .c-apply-input__row,
.c-apply-applyType__content .c-apply-selectDate .c-apply-input__row {
    max-width: 335px
}
.c-apply-selectArea.c-apply-input,
.c-apply-selectDate.c-apply-input {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px
}
.c-apply-selectArea .c-searchCond-btnSearch,
.c-apply-selectDate .c-searchCond-btnSearch {
    margin: 20px auto 0;
    width: 178px
}
.c-apply-selectArea .c-searchCond-btnSearch .c-searchCond-btnSearch__btn,
.c-apply-selectDate .c-searchCond-btnSearch .c-searchCond-btnSearch__btn {
    background-color: #018FD9
}
.c-apply-selectArea .c-searchCond-btnSearch .c-searchCond-btnSearch__txt,
.c-apply-selectDate .c-searchCond-btnSearch .c-searchCond-btnSearch__txt {
    font-size: 14px;
    font-weight: 400
}
.c-apply-selectDate.c-apply-input {
    margin-bottom: 33px
}
.c-memberRegistrationSuggestion {
    margin: 0 20px
}
.c-memberRegistrationSuggestion .c-modal-favorit-merit {
    margin: 0
}
.c-modal-registrationSuggest {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.c-modal-registrationSuggest__container {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 20px 0
}
.c-modal-registrationSuggest-btnContainer {
    max-width: 310px;
    padding: 30px 0;
    width: 100%
}
.c-modal-registrationSuggest-btnContainer .c-button {
    margin: auto;
    max-width: 310px
}
.c-modal-registrationSuggest-btnContainer .c-button+.c-button {
    margin-top: 20px
}
.c-modal-registrationSuggest-btnContainer .c-button__btn,
.c-modal-registrationSuggest-btnContainer .c-button__btn--dark {
    width: 100%
}
.c-apply-step {
    -webkit-box-ordinal-group: 0;
    order: -1
}
.c-apply-step__list {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-apply-step__item {
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: flex;
    flex: 1 1 auto;
    height: 26px;
    justify-content: center
}
.c-apply-step__item+.c-apply-step__item {
    border-left: 1px solid #f1f2f3
}
.c-apply-step__item.is-current {
    border-bottom: 1px solid #737f8f;
    position: relative
}
.c-apply-step__item.is-current::after {
    border-color: #737f8f transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0;
    bottom: -4px;
    content: "";
    height: 0;
    left: calc(50% - 3px);
    position: absolute;
    width: 0
}
.c-apply-step__item.is-current .c-apply-step__number,
.c-apply-step__item.is-current~.c-apply-step__item .c-apply-step__number {
    background: #737f8f
}
.c-apply-step__item.is-current .c-apply-step__label,
.c-apply-step__item.is-current~.c-apply-step__item .c-apply-step__label {
    color: #666
}
.c-apply-step__number {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #dfe2e7;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    text-indent: 0.075rem;
    width: 18px
}
.c-apply-step__label {
    display: none
}
.c-apply-login {
    background-color: #cfecfc;
    margin: 0 10px 20px;
    padding: 17px 20px
}
.c-apply-login__text {
    font-size: 13px;
    margin: 0
}
.c-apply-login__btn {
    margin: 0
}
.c-apply-login .c-button__btn {
    height: 36px;
    width: 120px
}
.c-apply-input {
    background: #fff;
    color: #212529;
    font-size: 12px;
    font-weight: 700;
    /**margin: 0 10px 26px;**/
    padding: 15px 10px 40px
}
.c-apply-input>:last-child {
    margin-bottom: 0
}
.c-apply-input__check-ok {
    bottom: 17px;
    display: block;
    height: 16px;
    position: absolute;
    right: 6px;
    width: 16px;
    z-index: 5
}
.c-apply-input__check-ok > div {
    background: url('/assets/images/icon-form-check-ok.svg') 0 /contain no-repeat;
    display: block !important;
    height: 16px;
    width: 16px
}
.c-apply-input__check-ok > div > div {
    padding: 0
}
.c-apply-input__check-ok > div > div img {
    display: none !important
}
.c-select .c-apply-input__check-ok,
.is-date .c-apply-input__check-ok,
.is-noTitle .c-apply-input__check-ok {
    right: -3px;
    top: -20px
}
.c-apply-input__check-ok.is-select {
    right: -2px;
    top: -20px
}
textarea+.c-apply-input__check-ok {
    bottom: 128px
}
.is-checkboxOrRadio .c-apply-input__check-ok,
.is-gender .c-apply-input__check-ok,
.is-job .c-apply-input__check-ok {
    right: -6px;
    top: -10px
}
.c-radio-btn__container .c-apply-input__check-ok {
    right: 2px;
    top: -12px
}
.c-apply-input .is-error {
    color: #dc3545
}
.c-apply-input .c-form__errorMessage {
    display: block;
    font-weight: 400;
    margin: 8px 0 0
}
.c-apply-input .c-checkbox__label,
.c-apply-input .c-radio__label {
    font-weight: 400
}
.c-apply-input .c-select {
    height: 48px;
    min-width: auto;
    width: 100%
}
.c-apply-input .c-select::after {
    background: url('/assets/images/bullet-arrow-t2b-black.svg')
}
.c-apply-input__title {
    display: block;
    margin: 0 0 5px;
    width: 100%
}
.c-apply-input__row {
    margin: auto;
    max-width: 335px
}
.c-apply-input__row+.c-apply-input__row {
    margin-top: 22px
}
.c-apply-input__row.is-width--narrow {
    max-width: 335px
}
.c-apply-input__row.is-2col {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between
}
.c-apply-input__row.is-2col .c-apply-input__col {
    width: calc(50% - 7.5px)
}
.c-apply-input__row.is-date {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}
.c-apply-input__row.is-date .c-apply-input__col {
    max-width: 90px;
    width: calc(30% - 10px)
}
.c-apply-input__row.is-date .c-apply-input__col.is-year {
    max-width: 120px;
    width: calc(40% - 10px)
}
.c-apply-input__row.is-date .c-apply-input__col.is-year~.c-apply-input__col {
    margin-left: 15px
}
.c-apply-input__row.is-termsOfUse {
    margin-top: 39px
}
.c-apply-input__row.is-termsOfUse .c-apply-input__title {
    margin-bottom: 18px
}
.c-apply-input__col {
    position: relative
}
.c-apply-input__col.is-checkboxOrRadio,
.c-apply-input__col.is-gender,
.c-apply-input__col.is-job,
.c-apply-input__col.is-mailmg {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%
}
.c-apply-input__col.is-checkboxOrRadio .c-radio__label.is-blueBack,
.c-apply-input__col.is-gender .c-radio__label.is-blueBack,
.c-apply-input__col.is-job .c-radio__label.is-blueBack,
.c-apply-input__col.is-mailmg .c-radio__label.is-blueBack {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}
.c-apply-input__col.is-checkboxOrRadio .c-checkbox__label.is-blueBack,
.c-apply-input__col.is-gender .c-checkbox__label.is-blueBack,
.c-apply-input__col.is-job .c-checkbox__label.is-blueBack,
.c-apply-input__col.is-mailmg .c-checkbox__label.is-blueBack {
    width: calc(50% - 12px)
}
.c-apply-input__col.c-radio-btn__container {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%
}
.c-apply-input__col.is-requiredBlock {
    height: 62px;
    padding: 6px
}
.c-apply-form__note {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58333;
    margin-top: 6px
}
.c-apply-termsOfUse {
    border: 1px solid #ccc;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 160px;
    overflow: scroll;
    padding: 10px
}
.c-apply-termsOfUse__container p+p {
    margin-top: 1em
}
.c-apply-termsOfUse__heading--lv1,
.c-apply-termsOfUse__heading--lv2 {
    font-size: 0.75rem
}
.c-apply-termsOfUse__list {
    padding-left: 1.5em
}
.c-apply-termsOfUse__list.is-alphabet {
    list-style-type: upper-alpha
}
.c-apply-termsOfUse__desc,
.c-apply-termsOfUse__term {
    margin: 0;
    padding: 0
}
.c-apply-termsOfUse__desc .c-apply-termsOfUse__list,
.c-apply-termsOfUse__term .c-apply-termsOfUse__list {
    margin-top: 0
}
.c-apply-job-item {
    margin: 0 10px
}
.c-apply-job-item+.c-apply-job-item {
    margin-top: 30px
}
.c-apply-job .c-apply__heading-lv1 {
    margin-bottom: 24px
}
.c-apply-job .c-searchResult-item__head {
    border-radius: 0;
    height: 24px
}
.c-apply-job .c-searchResult-item__body {
    padding: 10px 0 0
}
.c-apply-job .c-job-thumbs {
    margin-right: 10px;
    width: 22.53521%
}
.c-apply-job .c-job-spec__container {
    margin: 0
}
.c-apply-job .c-job-spec__container+.c-job-spec__container {
    margin-top: 15px
}
.c-apply-applyType {
    margin: 0 10px
}
.c-apply-applyType__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-apply-applyType__item {
    position: relative
}
.c-apply-applyType__item+.c-apply-applyType__item {
    margin-top: 10px
}
.c-apply-applyType__anchor {
    -webkit-box-align: center;
    -webkit-transition: all 0.4s 0s ease-out;
    align-items: center;
    background: #fff;
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.4s 0s ease-out;
    width: 100%
}
.c-apply-applyType__anchor::after {
    -webkit-transition: all 0.4s 0s ease-out;
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 9px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transition: all 0.4s 0s ease-out;
    width: 6px
}
.c-apply-applyType__anchor.is-selected {
    background: #737f8f;
    color: #fff;
    font-weight: 700
}
.c-apply-applyType__anchor.is-selected::after {
    opacity: 0
}
.c-apply-applyType__textWrapper {
    height: 60px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}
.c-apply-applyType__help {
    background: url('/assets/images/icon-question--blue.svg') center/contain no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    left: 6em;
    margin-left: 5px;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    top: calc(50% - 8px);
    width: 15px
}
.is-selected+.c-apply-applyType__textWrapper > .c-apply-applyType__help {
    background-image: url('/assets/images/icon-question--white.svg')
}
.c-apply-place {
    margin: 0 0 29px
}
.c-apply-place .c-apply__heading-lv1 {
    margin-bottom: 13px;
    padding: 0
}
.c-apply-place-date {
    font-size: 12px;
    font-weight: 700;
    margin: -10px 0 20px;
    text-align: center
}
.c-apply-place__item {
    border: 1px solid #ccc;
    padding: 15px 96px 20px 20px;
    position: relative
}
.is-date .c-apply-place__item {
    background: #fff;
    border: none;
    padding: 20px
}
.c-apply-place__item.is-selected {
    background: #fff;
    border-color: #0971e0
}
.c-apply-place__item+.c-apply-place__item {
    margin-top: 9px
}
.c-apply-place-item__title {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-right: 80px
}
.c-apply-place-item__address {
    color: #343434;
    font-size: 12px;
    font-weight: 700;
    margin: 0
}
.is-date .c-apply-place-item__address {
    margin: 0 0 12px;
    padding-right: 80px
}
.c-apply-place-item__map {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #333;
    display: -webkit-box;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-top: 7px;
    text-decoration: none;
    width: 68px
}
.c-apply-place-item__map::before {
    background: url('/assets/images/icon-mapMarker-black.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 0.5em;
    width: 9px
}
.is-date .c-apply-place-item__map {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px
}
.c-apply-place-item__btn {
    font-size: 14px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: calc(50% - 17px);
    width: 76px
}
.c-apply-place-item__btn:focus {
    outline: 0
}
.is-date .c-apply-place-item__btn {
    height: 48px;
    margin: 0;
    position: static;
    width: 96px
}
.is-date .c-apply-place-item__btn.is-disabled {
    background-color: #aaa;
    color: #ccc
}
.c-apply-place-item__btn.is-selected,
.is-active .c-apply-place-item__btn {
    background-color: #0046B7
}
.c-apply-place-item__selectTime {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
.c-apply-place-item__selectTimeTitle {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    width: 100%
}
.c-apply-place-item__selectTime .c-select {
    height: 48px;
    width: calc(100% - 110px)
}
.c-apply-place-item__selectTime .c-select::after {
    background-image: url('/assets/images/bullet-arrow-t2b-black.svg')
}
.c-apply-place-hit0__date {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0;
    text-align: center
}
.c-apply-place-hit0__box {
    background: #fff;
    padding: 16px 20px
}
.c-apply-place-hit0__txt {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0
}
.c-apply-place-hit0__anchor {
    color: #018fd9;
    display: inlaine-block;
    font-weight: 400;
    margin: auto;
    text-align: center;
    text-decoration: underline
}
.c-apply-cal {
    margin: 33px 0 40px
}
.is-web .c-apply-cal {
    margin-top: 20px
}
.c-apply-cal .c-apply__heading-lv2 {
    margin-bottom: 15px;
    padding: 0
}
.c-apply-cal-note {
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
    margin: 0 0 15px
}
.c-apply-cal-controller {
    margin: 0 0 20px;
    min-height: 34px;
    padding: 0;
    position: relative
}
.c-apply-cal-controller__name {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: calc(100% - 200px)
}
.c-apply-cal-controller__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.c-apply-cal-controller__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #000;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 92px
}
.c-apply-cal-controller__anchor.is-disabled {
    border-color: #868e96;
    color: #868e96;
    pointer-events: none
}
.c-apply-cal__container {
    background: #fff;
    margin: 0 0 40px;
    padding: 20px 10px 10px 7px
}
.is-area .c-apply-cal__container,
.is-web .c-apply-cal__container {
    display: -webkit-box;
    display: flex
}
.is-date .c-apply-cal__container {
    margin-bottom: 10px;
    padding: 18px 15px 20px
}
.is-date .c-apply-cal__container+.c-apply-cal__container {
    margin-bottom: 44px
}
.c-apply-cal-time {
    padding-top: 60px;
    width: 70px
}
.c-apply-cal-time__item {
    -webkit-box-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    margin: 0 0 10px
}
.c-apply-cal-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    width: calc(100% - 70px)
}
.c-apply-cal-wrapper::-webkit-scrollbar {
    display: none
}
.c-apply-cal-column {
    margin-right: 20px;
    width: 76px
}
.c-apply-cal-column:last-of-type {
    margin-right: 0
}
.c-apply-cal-table {
    background: #fff;
    display: -webkit-box;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: 652px
}
.c-apply-cal-table.is-hidden {
    display: none
}
.c-apply-cal-table.is-2ndWeek {
    left: 100%
}
.c-apply-cal-table.is-3rdWeek {
    left: 200%
}
.c-apply-cal-table__heading {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: flex-end;
    margin: 0 0 10px;
    padding: 0 0 6px;
    width: 100%
}
.c-apply-cal-table__month {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0
}
.is-date .c-apply-cal-table__month {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}
.c-apply-cal-table__week {
    color: #333;
    font-size: 12px;
    font-weight: 700
}
.c-apply-cal-table__day {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-top: 9px
}
.c-apply-cal-table__day.is-saturday {
    color: #1e5794
}
.c-apply-cal-table__day.is-sunday {
    color: #ca3a48
}
.c-apply-cal-table__cell {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: #888;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%
}
.c-apply-cal-table__cell .c-button__btn--pt2,
.c-apply-cal-table__cell .c-button__btn--pt2--external {
    height: 100%;
    width: 100%
}
.c-apply-cal-table__btn:focus {
    outline: 0
}
.c-apply-cal-table__btn.is-selected {
    background: #0046B7
}
.c-apply-cal-table__btn.is-disabled {
    background: #AAA;
    color: #ccc
}
.c-apply-cal-table__table {
    border-spacing: 6px;
    margin: 0 -10px -10px;
    width: calc(100% + 20px)
}
.c-apply-cal-table__cell-pt2 {
    color: #888;
    font-size: 14px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 14.28571%
}
.c-apply-cal-table__cell-pt2 .c-button__btn {
    height: 100%;
    width: 100%
}
.c-apply-remaining {
    background-color: rgba(115, 127, 143, .8);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 10px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: calc(100% - 20px)
}
.c-apply-remaining.is-fixed {
    position: fixed;
    top: 0;
    z-index: 501
}
.c-apply-remaining.is-fixed.is-fixedBottom {
    position: absolute
}
.c-apply-remaining__container {
    line-height: 1;
    margin: 0;
    text-align: center
}
.c-apply-remaining__allGreen {
    margin: 0;
    padding: 0 10px
}
.c-apply-remaining .is-emphasis {
    font-size: 14px;
    padding-left: 10px
}
.c-apply-remaining .is-emphasis .is-emphasis {
    -webkit-transform: translateY(1px);
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 0 3px;
    transform: translateY(1px)
}
#FFgt {
    padding: 0 !important
}
.c-apply-entrySheet {
    margin: 10px 10px 0
}
.c-apply-entrySheet__heading {
    color: #018fd9;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.14286;
    margin: 0 0 22px;
    text-align: center
}
.c-apply-entrySheet__btnList {
    background: #fff;
    list-style: none;
    margin: 0 auto;
    padding: 40px 10px
}
.c-apply-entrySheet__btnItem {
    margin: auto;
    max-width: 310px
}
.c-apply-entrySheet__btnItem+.c-apply-entrySheet__btnItem {
    margin-top: 20px
}
.c-apply-entrySheet__banner {
    height: 60px;
    margin: 40px 0;
    padding: 0 20px;
    text-align: center
}
.c-apply-entrySheet__banner img {
    display: block;
    margin: 0 auto
}
.c-apply-aptitudeTest {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.53846;
    margin: 20px 10px;
    padding: 15px 20px 20px
}
.c-apply-aptitudeTest>:last-child {
    margin-bottom: 0
}
.c-apply-aptitudeTest__note {
    padding-left: 1.3em;
    position: relative
}
.c-apply-aptitudeTest__note::before {
    content: "※";
    display: block;
    left: 0;
    position: absolute;
    top: 0
}
.c-apply-aptitudeTest__failed {
    margin: 40px 10px 0;
    text-align: center
}
.c-apply-aptitudeTest__failed .c-jobDetail-tel {
    height: auto;
    margin: auto;
    opacity: 1;
    pointer-events: auto;
    position: static
}
.c-apply-aptitudeTest__failed .c-jobDetail-tel__numberBox {
    margin-right: 0
}
.c-apply-aptitudeTest__failed .c-jobDetail-tel__numberNote {
    line-height: 1.33333
}
.l-main--entrysheet {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 1px 0 0;
    padding: 0
}
.l-main--entrysheet .c-apply-description {
    margin-bottom: 21px
}
.c-apply-description.c-es-description--step1,
.c-apply-description.c-es-description--step2,
.c-apply-description.c-es-description--step3 {
    padding-bottom: 17px
}
.c-entrysheet-inputBlk.c-apply-input {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0
}
.c-entrysheet-inputBlk.c-apply-input.is-padding_b--30,
.c-entrysheet-inputBlk.c-apply-input.is-padding_b--40 {
    padding-bottom: 40px
}
.c-entrysheet-inputBlk__heading {
    -webkit-box-align: center;
    align-items: center;
    background: #737f8f;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    margin: 0 -10px 16px;
    padding: 0 10px
}
.c-entrysheet-inputBlk__tagline {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58333;
    margin: 10px 0 0;
    padding: 0 0 18px
}
.c-entrysheet-inputBlk .c-textarea {
    height: 148px
}
.c-entrysheet-inputBlk .c-select {
    font-size: 14px
}
.c-entrysheet-inputBlk .is-date {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    font-weight: 400
}
.c-entrysheet-inputBlk .is-date > .is-date {
    margin: 0;
    max-width: 335px;
    width: 100%
}
.c-entrysheet-inputBlk .is-date.c-apply-input__row .c-apply-input__col.is-date-immediately {
    margin-left: 0;
    margin-top: 13px;
    max-width: none;
    width: 100%
}
.c-entrysheet-inputBlk .is-commuting,
.c-entrysheet-inputBlk .is-shift {
    margin-bottom: -16px
}
.c-entrysheet-repaetBlk {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    margin: 0 -10px;
    padding: 28px 10px;
    position: relative
}
.c-entrysheet-repaetBlk+.c-entrysheet-repaetBlk {
    border-top: 0
}
.c-entrysheet-certification__list {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    padding: 6px
}
.c-entrysheet-certification__name {
    color: #212529;
    font-size: 12px;
    font-weight: 400
}
.c-entrysheet-certification__name-input {
    display: none
}
.c-entrysheet-workingPlace__pref {
    color: #212529;
    font-size: 12px;
    font-weight: 400;
    width: calc(100% - 140px - 20px)
}
.c-entrysheet-workingPlace__pref-input {
    display: none
}
.js-datepicker select {
    pointer-events: none
}
.c-entrysheet-separator {
    background: #ccc;
    border: 0;
    height: 1px;
    margin: 19px -10px 20px;
    padding: 0;
    width: auto
}
.c-entrysheet-businessEx-term {
    margin-bottom: 22px
}
.c-apply-input__datePicker {
    margin-top: 14px;
    max-width: 335px;
    position: relative
}
.c-apply-input__datePicker::after {
    background: url('/assets/images/icon-calendar-gray.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 16px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: calc(50% - 8px);
    width: 14px
}
.c-apply-input__datePicker.is-disabled::after {
    opacity: .4
}
.c-apply-input__datePicker.is-disabled .c-inputText--datePicker {
    color: #ccc
}
.c-graduationYear__btn {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 0
}
.c-graduationYear__btn .c-button__btn--pt3 {
    height: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 68px
}
.c-entrysheet-repaetBlk__add {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 70px;
    justify-content: center
}
.c-entrysheet-repaetBlk__add .c-button__btn--pt3 {
    height: 30px;
    min-width: 130px;
    padding: 0 10px
}
.c-entrysheet-repaetBlk__add .c-button__btn--pt3::before {
    background: url('/assets/images/icon-add.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    pointer-events: none;
    width: 11px
}
.c-entrysheet-repaetBlk__add .c-button__btn--pt3.is-disabled {
    border: #bbb;
    pointer-events: none
}
.c-entrysheet-repaetBlk__add .c-button__btn--pt3.is-disabled::before {
    opacity: .3
}
.c-entrysheet-repaetBlk__remove {
    background: url('/assets/images/icon-trush.svg') center center/12px 14px no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 7px;
    text-indent: -9999px;
    top: 8px;
    width: 20px
}
.c-apply-input__row+.c-entrysheet-repaetBlk .c-entrysheet-repaetBlk__remove,
.c-entrysheet-inputBlk__tagline+.c-entrysheet-repaetBlk .c-entrysheet-repaetBlk__remove {
    display: none
}
.c-entrysheet-certification__search,
.c-entrysheet-workingPlace__search {
    display: block;
    margin-right: 20px
}
.c-entrysheet-certification__search .c-button__btn--pt3,
.c-entrysheet-workingPlace__search .c-button__btn--pt3 {
    height: 30px
}
.c-entrysheet-certification__search .c-button__btn--pt3::before,
.c-entrysheet-workingPlace__search .c-button__btn--pt3::before {
    background: url('/assets/images/icon-add.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    pointer-events: none;
    width: 11px
}
.c-entrysheet-certification__search {
    width: 90px
}
.c-entrysheet-workingPlace__search {
    width: 140px
}
.c-entrysheet-btnNext {
    margin: 40px 0 20px;
    width: 100%
}
.c-entrysheet-btnNext.is-width--full {
    width: 100%
}
.c-entrysheet-btnNext .c-button__btn--pt2,
.c-entrysheet-btnNext .c-button__btn--pt2--external {
    max-width: 310px;
    width: 100%
}
.c-entrysheet-btn--back {
    margin: 10px 0 20px
}
.c-entrysheet-btn--back .c-button__btn--pt3 {
    height: 30px;
    margin: 0 auto;
    width: 130px
}
.c-entrysheet-btn--back .c-button__btn--pt3::before {
    -webkit-transform: rotate(180deg);
    background: url('/assets/images/bullet-arrow-l2r-black.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 5px;
    pointer-events: none;
    transform: rotate(180deg);
    width: 6px
}
.c-entrySheet-btn--home .c-button__btn {
    width: 160px
}
.c-entrysheet-confirm__block {
    background: #fff;
    margin: 0 10px;
    padding: 0 10px
}
.c-entrysheet-confirm__block+.c-entrysheet-confirm__block {
    margin-top: 20px
}
.c-entrysheet-confirm__block .is-empty:last-child {
    color: #343434;
    font-size: 12px;
    line-height: 1.33333;
    margin: 0;
    padding-bottom: 16px
}
.c-entrysheet-confirm__container {
    color: #343434;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.33333;
    margin: 0;
    padding: 0
}
.c-entrysheet-confirm__title {
    font-weight: 700;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 100px
}
.is-narrowTitle .c-entrysheet-confirm__title {
    width: 80px
}
.is-wideTitle .c-entrysheet-confirm__title {
    width: calc(100% - 20px - 3.5em)
}
.is-wideTitle .c-entrysheet-confirm__title.is-full {
    margin: 15px 0 10px;
    width: 100%
}
.c-entrysheet-confirm__content {
    margin: 0 0 20px;
    padding: 0;
    width: calc(100% - 120px)
}
.is-narrowTitle .c-entrysheet-confirm__content {
    width: calc(100% - 100px)
}
.is-wideTitle .c-entrysheet-confirm__content {
    width: 3.5em
}
.is-wideTitle .c-entrysheet-confirm__content.is-full {
    width: 100%
}
.c-entrysheet-confirm__separator {
    background: #ccc;
    border: 0;
    height: 1px;
    margin: 0 -10px 20px;
    padding: 0;
    width: auto
}
.c-myPage-btnList {
    list-style: none;
    margin: 0 auto;
    max-width: 310px;
    padding: 0
}
.c-myPage-btnList__item+.c-myPage-btnList__item {
    margin-top: 20px
}
.c-myPage-btnList__item.is-btn--back {
    margin-bottom: 80px
}
.c-mypage-keep__heading {
    color: #018fd9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0
}
.c-mypage-keep-noResult__text {
    font-size: 12px;
    line-height: 1.33333;
    margin: 0;
    padding: 36px 0 0;
    text-align: center
}
.c-mypage-keep-noResult__link {
    font-size: 12px;
    line-height: 1.33333;
    margin: 15px 0 20px;
    text-align: center
}
.c-mypage-keep-noResult__anchor {
    color: #018fd9;
    text-decoration: underline
}
.c-mypage-es-list__item {
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    min-height: 70px;
    padding: 10px
}
.c-mypage-es-list__item+.c-mypage-es-list__item {
    margin-top: 10px
}
.c-mypage-es-list__heading {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #737f8f;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    line-height: 1;
    width: 50px
}
.c-mypage-es-list__date {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28571;
    padding-left: 10px;
    width: calc(100% - 50px - 142px)
}
.c-mypage-es-list__date:last-child {
    width: calc(100% - 50px)
}
.c-mypage-es-list__btn {
    width: 142px
}
.c-myPage-modal-heading {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center
}
.c-myPage-modal-description {
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
    margin: 0 20px;
    padding: 0
}
.c-mypage-nav__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 10px
}
.c-mypage-nav__item {
    height: 100px;
    width: calc(33.3% - 10 * 2/3*1px)
}
.c-mypage-nav__anchor {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    align-items: center;
    background: #018FD9;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    color: #fff;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 100%;
    justify-content: flex-end;
    line-height: 1.42857;
    padding: 0 0 10px;
    position: relative;
    text-decoration: none;
    width: 100%
}
.c-mypage-nav__anchor::before {
    -webkit-transform: translateX(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}
.c-mypage-nav__anchor.is-favorit::before {
    background-image: url('/assets/images/icon-myPage-nav--favorit.svg');
    height: 26px;
    top: 24px;
    width: 28px
}
.c-mypage-nav__anchor.is-entrySheet::before {
    -webkit-transform: translateX(-30%);
    background-image: url('/assets/images/icon-myPage-nav--es.svg');
    height: 27px;
    top: 13px;
    transform: translateX(-30%);
    width: 27px
}
.c-mypage-nav__anchor.is-memberInfo::before {
    background-image: url('/assets/images/icon-myPage-nav--memberInfo.svg');
    height: 24px;
    top: 25px;
    width: 27px
}
.c-mypage-history__block {
    background: #fff;
    margin: 0 10px
}
.c-mypage-history__block+.c-mypage-history__block {
    margin-top: 20px
}
.c-mypage-history__title {
    background: #737f8f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px 10px 15px
}
.c-mypage-history__content {
    font-size: 13px;
    padding: 12px 10px 20px
}
.c-mypage-history__content>:last-child {
    margin-bottom: 0
}
.c-mypage-history-content__heading {
    font-weight: 700;
    margin: 0 0 7px
}
.c-mypage-history-content__heading:only-child {
    margin-top: 8px
}
.c-mypage-history-applyMeeting__list {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0
}
.c-mypage-history-applyMeeting__place {
    color: #343434;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%
}
.c-mypage-history-applyMeeting__address {
    color: #343434;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: calc(100% - 68px - 10px)
}
.c-mypage-history-applyMeeting__map {
    margin: 0;
    padding: 0;
    width: 68px
}
.c-mypage-history-applyMeeting__date {
    font-size: 13px;
    line-height: 1.46154;
    margin: 12px 0 0;
    padding: 0;
    width: calc(100% - 142px - 10px)
}
.c-mypage-history-applyMeeting__action {
    margin: 12px 0 0;
    padding: 0;
    width: 142px
}
.c-mypage-history-applyMeeting__state {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px dashed #ccc;
    border-radius: 2px;
    color: #ccc;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    line-height: 1.42857;
    max-width: 182px;
    width: calc(100% - 142px - 10px)
}
.c-mypage-history-applyMeeting__state.is-noEntry::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-ban.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    transform: translateY(-1px);
    width: 14px
}
.c-mypage-history-applyMeeting__state.is-end::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-calendar-times.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 7px;
    transform: translateY(-1px);
    width: 13px
}
.c-mypage-history-es {
    margin: 22px 0 0
}
.c-mypage-history-es .c-mypage-history-content__heading {
    margin-bottom: 2px
}
.c-mypage-history-es__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    height: 30px;
    justify-content: space-between
}
.c-mypage-history-es__state {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 2px;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.42857;
    width: calc(100% - 142px - 10px)
}
.c-mypage-history-es__state.is-checked {
    border: 1px dashed #28a745;
    color: #28a745
}
.c-mypage-history-es__state.is-checked::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-checked--green.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 8px;
    transform: translateY(-1px);
    width: 14px
}
.c-mypage-history-es__state.is-notCreated {
    border: 1px dashed #ccc;
    color: #ccc
}
.c-mypage-history-es__state.is-notCreated::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-ban.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    transform: translateY(-1px);
    width: 14px
}
.c-mypage-history-es__btn {
    width: 142px
}
.c-mypage-history-noResult__text {
    font-size: 12px;
    line-height: 1.33333;
    margin: 0;
    padding: 50px 0 0;
    text-align: center
}
.c-mypage-history-noResult__link {
    font-size: 12px;
    line-height: 1.33333;
    margin: 15px 0 0;
    padding: 0 0 42px;
    text-align: center
}
.c-mypage-history-noResult__anchor {
    color: #018fd9;
    text-decoration: underline
}
.c-mypage-job {
    border: 1px solid #ccc;
    display: -webkit-box;
    display: flex;
    margin-top: 20px
}
.c-mypage-job+.c-mypage-job {
    border-top: 0;
    margin: 0
}
.c-mypage-job__checkbox {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-right: 1px solid #ccc;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    width: 30px
}
.c-mypage-job__detail {
    padding: 10px 10px 9px;
    width: calc(100% - 81px)
}
.c-mypage-job__checkbox+.c-mypage-job__detail {
    width: calc(100% - 30px - 81px)
}
.c-mypage-job__list {
    margin: 0;
    padding: 0
}
.c-mypage-job__number {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}
.c-mypage-job__number .is-emphasis {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}
.c-mypage-job__title {
    color: #018fd9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.38462;
    margin: 8px 0 0;
    padding: 0
}
.c-mypage-job__tagline {
    color: #120000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 8px 0 0;
    padding: 0
}
.c-mypage-job__area {
    color: #120000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33333;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase
}
.c-mypage-job__areaTitle {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #737f8f;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 5px;
    width: 50px
}
.c-mypage-job__state {
    width: 81px
}
.c-mypage-job__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #018fd9;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    width: 100%
}
.c-mypage-job__anchor.is-disabled {
    background: #aaa;
    color: #ccc;
    pointer-events: none
}
.c-login-description {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.53846;
    margin: 0 10px 20px;
    padding: 15px 20px 20px
}
.c-login-description>:last-child {
    margin-bottom: 0
}
.c-login-input {
    background: #fff;
    color: #212529;
    font-size: 12px;
    font-weight: 700;
    margin: 0 10px 26px;
    padding: 19px 10px 40px
}
.c-login-input>:last-child {
    margin-bottom: 0
}
.c-login-input.is-hasOnlyChild,
.c-login-input.is-pwResetDone {
    margin: 22px 10px 0;
    padding-top: 40px
}
.c-login-input .c-button:only-child {
    margin: auto
}
.c-login-text--emphasis {
    color: #018fd9;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.14286;
    margin: 0;
    text-align: center
}
.c-login-forgetPW {
    color: #4a90e2;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.26px;
    margin: 20px auto 21px;
    max-width: 335px;
    text-decoration: underline
}
.c-registerInfo {
    background: #fff;
    color: #212529;
    font-size: 12px;
    font-weight: 700;
    margin: 0 10px 26px;
    padding: 30px 10px 40px
}
.c-registerInfo__heading {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center
}
.c-registerInfo-merit {
    margin-top: 25px
}
.c-registerInfo-merit__heading {
    background: #737f8f;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 3px 0;
    text-align: center;
    width: 254px
}
.c-registerInfo-merit__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 6px auto 0;
    max-width: 310px;
    padding: 0
}
.c-registerInfo-merit__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 1.23077;
    margin-top: 20px;
    padding-left: 43px;
    position: relative;
    white-space: nowrap;
    width: 53%
}
.c-registerInfo-merit__item::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-registerInfo-merit1.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.c-registerInfo-merit__item:nth-of-type(2n) {
    width: 47%
}
.c-registerInfo-merit__item.is-merit1::before {
    height: 24px;
    width: 27px
}
.c-registerInfo-merit__item.is-merit2::before {
    background-image: url('/assets/images/icon-registerInfo-merit2.svg');
    height: 27px;
    width: 27px
}
.c-registerInfo-merit__item.is-merit3::before {
    background-image: url('/assets/images/icon-registerInfo-merit3.svg');
    height: 22px;
    width: 27px
}
.c-registerInfo-merit__item.is-merit4::before {
    background-image: url('/assets/images/icon-registerInfo-merit4.svg');
    height: 28px;
    width: 28px
}
.c-oricon-bnr {
    background: url('/assets/images/bnr-oricon-sp-bg@2x.jpg') center/cover no-repeat;
    margin: 0;
    max-height: 60px;
    text-align: center
}
.c-oricon-bnr img {
    display: block;
    margin: 0 auto;
    max-height: 60px
}
.c-topSearch {
    margin: 0
}
.c-topSearch__heading {
    line-height: 1;
    margin: 0 auto 15px;
    text-align: center
}
.c-topSearch__heading span {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 7px 12px;
    position: relative
}
.c-topSearch__heading span::before {
    background: url('') 0 /contain no-repeat;
    content: "";
    display: block;
    position: absolute
}
.c-topSearch-area {
    background: url('') center/cover no-repeat;
    margin: 1px 0;
    padding: 15px 20px 20px
}
.is-allJapan .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-allJapan-bg.jpg')
}
.is-tohoku .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-tohoku-bg.jpg')
}
.is-kanto .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-kanto-bg.jpg')
}
.is-hokuriku .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-hokuriku-bg.jpg')
}
.is-kansai .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-kansai-bg.jpg')
}
.is-tokai .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-tokai-bg.jpg')
}
.is-shikoku .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-shikoku-bg.jpg')
}
.is-kyushu .c-topSearch-area {
    background-image: url('/assets/images/home-search-area-kyushu-bg.jpg')
}
.c-topSearch-area .c-topSearch-container {
    margin-left: auto
}
.c-topSearch-area .c-topSearch__heading span {
    padding-left: 28px
}
.c-topSearch-area .c-topSearch__heading span::before {
    -webkit-transform: translateY(-55%);
    background-image: url('/assets/images/icon-mapMarker.svg');
    height: 14px;
    left: 15px;
    top: 50%;
    transform: translateY(-55%);
    width: 11px
}
.c-topSearch-area__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 -10px;
    padding: 0
}
.c-topSearch-area__item {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 0 10px;
    width: 46.56716%
}
.c-topSearch-area__anchor {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2), inset 0 -2px 0 rgba(0, 0, 0, .1);
    color: #343434;
    display: -webkit-box;
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%
}
.c-topSearch-area__anchor.is-allArea {
    background: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 1px 0 0
}
.c-topSearch-area__anchor.is-allArea::after {
    -webkit-transform: translateY(0px);
    background: url('/assets/images/bullet-arrow-l2r-thin-white.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 11px;
    margin-left: 5px;
    transform: translateY(0px);
    width: 7px
}
.c-topSearch-cond {
    background: url('/assets/images/home-search-cond-region-bg.jpg') center/cover no-repeat;
    margin: 0;
    padding: 15px 10px 20px
}
.is-allJapan .c-topSearch-cond {
    background-image: url('/assets/images/home-search-cond-bg.jpg')
}
.c-topSearch-cond .c-topSearch__heading span {
    padding-left: 33px
}
.c-topSearch-cond .c-topSearch__heading span::before {
    -webkit-transform: translateY(-55%);
    background-image: url('/assets/images/icon-searchCond.svg');
    height: 12px;
    left: 15px;
    top: 50%;
    transform: translateY(-55%);
    width: 14px
}
.c-topSearch-cond__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 -10px;
    padding: 0
}
.c-topSearch-cond__item {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 0 10px;
    width: 47.88732%
}
.c-topSearch-cond__anchor {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2), inset 0 -2px 0 rgba(0, 0, 0, .1);
    color: #333;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%
}
.c-topSearch-cond__anchor::before {
    content: "";
    display: block
}
.c-topSearch-cond__anchor.is-dormitory::before {
    background: url('/assets/images/icon-dormitory.svg') 0 /contain no-repeat;
    height: 17px;
    width: 18px
}
.c-topSearch-cond__anchor.is-calender::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-calender.svg') 0 /contain no-repeat;
    height: 18px;
    transform: translateY(-1px);
    width: 17px
}
.c-topSearch-cond__anchor.is-flag::before {
    -webkit-transform: translateY(-1px);
    background: url('/assets/images/icon-flag.svg') 0 /contain no-repeat;
    height: 18px;
    transform: translateY(-1px);
    width: 16px
}
.c-topSearch-cond__anchor.is-mapPin::before {
    -webkit-transform: translateY(-2px);
    background: url('/assets/images/icon-mapPin.svg') 0 /contain no-repeat;
    height: 20px;
    transform: translateY(-2px);
    width: 20px
}
.c-banner {
    margin: auto;
    padding: 4px 0 75px;
    position: relative
}
.c-banner__item {
    padding: 0 1px;
    width: 307px
}
.c-banner .c-slider__dots {
    bottom: 40px
}
.c-banner .c-slider__dots .slick-dots li.slick-active {
    background: #0e286f
}
.c-beginer {
    position: relative;
    width: 100%
}
.c-beginer__list {
    border-top: 1px solid #9fa7bd;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-beginer__item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 11px
}
.c-beginer__item:nth-child(n + 7) {
    display: none
}
.c-beginer__anchor {
    -webkit-box-align: center;
    align-items: center;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    color: #0e286f;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 59px;
    line-height: 1.25;
    padding: 0 32px 0 96px;
    position: relative;
    text-decoration: none;
    width: 100%
}
.c-beginer__anchor::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') 0 /contain no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
}
.is-howto .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-howto.png')
}
.is-maewatashi .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-maewatashi.png')
}
.is-manga .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-manga.png')
}
.is-flow .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-flow.png')
}
.is-flowManga .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-flowManga.png')
}
.is-koyokeitai .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-koyokeitai.png')
}
.is-benefit .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-benefit.png')
}
.is-faq .c-beginer__anchor {
    background-image: url('/assets/images/home-beginer-faq.png')
}
.c-beginer .c-link-more {
    padding: 23px 0
}
.c-pickUp {
    background: #dfe5ea
}
.c-pickUp__headingLv1 {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    margin: 0;
    width: 100%
}
.c-pickUp__headingInner {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: auto;
    max-width: 1000px;
    padding-left: 50px;
    position: relative
}
.c-pickUp__headingInner::before {
    background: url('/assets/images/icon-search-thin-white.svg') center center/19px 19px no-repeat #0e286f;
    content: "";
    display: block;
    height: 38px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px
}
.c-pickUp__block {
    margin: 0 auto;
    max-width: 1040px;
    padding: 25px 20px
}
.c-pickUp__block+.c-pickUp__block {
    padding-bottom: 61px;
    padding-top: 11px
}
.c-pickUp__headingLv2 {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px
}
.c-pickUp__list {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-pickUp__item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 104px;
    width: 33.3%
}
.c-pickUp__anchor {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 12px 0 10px;
    width: 100%
}
.c-pickUp__logo {
    display: block;
    height: 55px;
    text-align: center
}
.c-pickUp__logo img {
    height: 55px;
    width: auto
}
.c-pickUp__name {
    color: #444;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    text-decoration: underline
}
.c-feature {
    padding: 0 0 60px;
    position: relative
}
.c-feature__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 36px 0 -20px;
    padding: 0 20px
}
.c-feature__item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    margin: 0 15px 20px 0;
    padding: 0 0 7px;
    width: calc(50% - 7.5px)
}
.c-feature__item:nth-of-type(2n) {
    margin-right: 0
}
.c-feature-item__anchor {
    display: block;
    text-decoration: none
}
.c-feature-item__img {
    border-radius: 6px 6px 0 0;
    display: block;
    margin: 0 0 17px
}
.c-feature-item__txt {
    color: #444;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 24px;
    text-decoration: underline
}
.c-feature-item__separator {
    background: #ccc;
    border: none;
    height: 1px;
    margin: 0 10px
}
.c-feature-item__ctgLink {
    color: #018fd9;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none
}
.c-staffList {
    padding: 0 0 60px;
    position: relative
}
.c-staffList:last-child {
    padding-bottom: 40px !important
}
.c-staffList__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 36px 0 -20px;
    padding: 0 20px
}
.c-staffList__item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
    margin: 0 15px 20px 0;
    width: calc(50% - 7.5px)
}
.c-staffList__item:nth-of-type(2n) {
    margin-right: 0
}
.c-staffList-item__anchor {
    color: #333;
    display: block;
    text-decoration: none
}
.c-staffList-item__img {
    border-radius: 6px 6px 0 0;
    display: block;
    margin: 0 auto;
    width: 100%
}
.c-staffList-item__txtBox {
    display: block;
    padding: 12px 10px 10px
}
.c-staffList-item__copy {
    color: #018fd9;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14286;
    margin: 0 0 8px
}
.c-staffList-item__subTitle {
    display: block;
    font-size: 12px;
    margin: 0 0 2px
}
.c-staffList-item__name {
    display: block;
    font-size: 14px;
    line-height: 1.14286;
    margin: 0 0 10px
}
.c-staffList-item__text {
    display: block;
    font-size: 12px;
    line-height: 1.375
}
.c-newsList {
    padding: 0 0 32px;
    position: relative
}
.c-banner+.c-newsList {
    padding-bottom: 50px
}
.c-newsList__list {
    list-style: none;
    margin: -2px 20px 0;
    padding: 0
}
.c-newsList__item {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 18px
}
.c-newsList-item__anchor {
    color: #343434
}
.c-newsList-item__date {
    font-size: 14px;
    width: 122px
}
.c-newsList-item__ctg {
    color: #007bff;
    font-size: 12px
}
.c-newsList-item__title {
    display: block;
    font-size: 16px;
    margin-top: 2px;
    width: 100%
}
.l-main--home {
    padding: 0
}
.l-main--home>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}
.l-main--home .c-tagCloud .c-pickUp__block {
    padding-bottom: 59px;
    padding-top: 30px
}
.l-main--home .c-tagCloud__container {
    padding-bottom: 3px
}
.l-main--home .c-recommendedWork .slick-list {
    margin-bottom: 54px
}
.p-home-modal-domitoryAreaSelect {
    padding: 20px 0 0
}
.c-news-heading {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0
}
.c-news-list__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-news-list__item {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 24px 0 20px
}
.c-news-list__date {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 17px 0 0;
    padding: 0
}
.c-news-list__ctg {
    color: #007bff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0
}
.c-news-list__title {
    color: #343434;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 0;
    padding: 0;
    width: 100%
}
.c-news-list__anchor {
    color: #343434;
    text-decoration: none
}
.c-news-selectYear__list {
    height: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 170px
}
.c-news-selectYear__item {
    height: 48px;
    margin: 0;
    padding: 0;
    width: 170px
}
.c-news-selectYear__item+.c-news-selectYear__item .c-news-selectYear__anchor {
    border-top: none
}
.c-news-selectYear__anchor {
    -webkit-box-align: center;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #212529;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    letter-spacing: -0.23px;
    line-height: 1.78571;
    margin: 0;
    padding: 0 32px 0 16px;
    position: relative;
    text-decoration: none;
    width: 100%
}
.c-news-selectYear__anchor::after {
    -webkit-transform: rotate(-90deg);
    background: url('/assets/images/bullet-arrow-t2b-black.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 18px;
    top: calc(50% - 3px);
    transform: rotate(-90deg);
    width: 12px
}
.is-current .c-news-selectYear__anchor::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.is-current .c-news-selectYear__anchor.is-opend::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.is-placeholder .c-news-selectYear__anchor {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0
}
.is-placeholder .c-news-selectYear__anchor::after {
    content: none
}
.c-news-detail__container {
    background: #fff;
    margin: 0;
    padding: 16px 10px 5px
}
.c-news-detail__title {
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55556;
    margin: 18px 0 0;
    padding: 0
}
.c-news-detail__separator {
    background: #ddd;
    border: none;
    height: 1px;
    margin: 26px -10px 0;
    padding: 0
}
.c-news-detail__content {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    margin: 25px 0 0
}
.c-news-detail__content b,
.c-news-detail__content strong {
    font-weight: 700
}
.c-news-detail__content p+p {
    margin-top: 28px
}
.c-news-detail__content>:last-child {
    margin-bottom: 0
}
.c-news-detail__anchor {
    color: #018fd9;
    text-decoration: none
}
.c-staffInterview-heading {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0
}
.c-staffInterview-tagline {
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
    margin: 19px 0 0;
    padding: 0
}
.c-staffInterview-detail-header {
    position: relative
}
.c-staffInterview-detail-header__img {
    display: block
}
.c-staffInterview-detail-header__textbox {
    background: #737f8f;
    bottom: -14.89362%;
    min-height: 87.23404%;
    position: absolute;
    right: 0;
    width: 56%
}
.c-staffInterview-detail-header__textbox-inner {
    color: #fff;
    height: 100%;
    padding: 10px 10px 6px;
    width: 100%
}
.c-staffInterview-detail-body {
    margin: 62px 10px 0;
    padding: 0
}
.c-staffInterview-detail-body__catchCopy {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444;
    margin: 0;
    padding: 0
}
.c-staffInterview-detail-body__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 17px 0 0;
    padding: 0
}
.c-staffInterview-detail-body__question {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    margin: 34px 0 0;
    padding: 0 0 0 30px;
    position: relative
}
.c-staffInterview-detail-body__question::before {
    background-color: #333;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 20px
}
.c-staffInterview-detail-body__img {
    margin: 26px 0 0
}
.c-staffInterview-detail-body__img img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%
}
.c-staffInterview-detail-body__separator {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 34px auto;
    padding: 0;
    width: 60px
}
.c-staffInterview-detail-link {
    background: #fff;
    border-radius: 6px;
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
    margin: 40px 10px 0;
    padding: 17px 20px 16px
}
.c-staffInterview-detail-link__anchor {
    color: #018fd9;
    text-decoration: underline
}
.c-staffInterview-list-heading {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}
.l-main--template {
    padding-top: 0 !important
}
.c-com003__list {
    margin: 0;
    padding: 0
}
.c-com003__item {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    height: 78px;
    justify-content: center;
    line-height: 1;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    width: 100%
}
.c-com003__item:first-child {
    margin-top: 0
}
.c-com003__item > * {
    margin: 0;
    z-index: 2
}
.c-com003__item.is-yuryohaken::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-yuryohaken.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 31px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1
}
.c-com003__item.is-gjmark::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-GJ.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1
}
.c-com003__small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.16667;
    margin-bottom: 6px
}
.c-com006__item+.c-com006__item {
    margin-top: 59px
}
.c-com006__heading {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center
}
.c-com006__img {
    display: block;
    height: 151px;
    margin: 32px auto 0;
    padding: 0
}
.c-com006__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 33px 0 0;
    padding: 0
}
.c-com008__item {
    margin: 0 auto;
    max-width: 355px
}
.c-com008__item+.c-com008__item {
    margin-top: 40px
}
.is-noText .c-com008__item+.c-com008__item {
    margin-top: 20px
}
.c-com008__anchor {
    display: block;
    text-decoration: none
}
.c-com008__container {
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}
.c-com008__img {
    background: #fff;
    border-radius: 6px 6px 0 0;
    display: block;
    margin: 0
}
.c-com008__copy {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0 0 6px 6px;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 1.5;
    margin: 1px 0 0;
    padding: 0 35px 0 23px;
    position: relative;
    width: 100%
}
.c-com008__copy::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
}
.c-com008__text {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 10px 0 0;
    padding: 0
}
.c-com012__item {
    margin: 0 auto;
    max-width: 355px
}
.c-com012__anchor {
    display: block;
    text-decoration: none
}
.c-com012__container {
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}
.c-com012__img {
    background: #fff;
    border-radius: 6px 6px 0 0;
    display: block;
    margin: 0
}
.c-com012__copy {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0 0 6px 6px;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 69px;
    line-height: 1.5;
    margin: 1px 0 0;
    padding: 0 30px 0 23px;
    position: relative;
    width: 100%
}
.c-com012__copy::after {
    -webkit-transform: translateY(-55%);
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-55%);
    width: 9px
}
.c-com012__text {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 21px 0 0;
    padding: 0
}
.c-com013__list {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0
}
.c-com013__item {
    margin: 29px 0 0;
    width: calc(50% - 7.5px)
}
.c-com013__imgContainer {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 auto;
    width: 100px
}
.c-com013__heading {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
    text-align: center
}
.c-com013__text {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 10px 0 0;
    padding: 0
}
.c-text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9
}
.c-text--caution {
    color: #ee3143
}
.c-link {
    margin: 0;
    padding: 0;
    text-align: center
}
.c-link__anchor,
.l-block .c-link__anchor--external {
    color: #018fd9;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    padding-right: 15px;
    position: relative;
    text-decoration: none
}
.c-link__anchor::after,
.l-block .c-link__anchor--external::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
}
.c-leadCopy {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
    padding: 0;
    text-align: left
}
.c-pageHeading {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0
}
.c-contentHeading--lv1 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0
}
.c-contentHeading--lv2,
.c-video__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.41667;
    margin: 0;
    padding: 0
}
.is-sp-small .c-contentHeading--lv2,
.is-sp-small .c-video__title {
    font-size: 18px;
    line-height: 1.66667
}
.c-contentHeading--lv3,
.c-grid--3cols__body h3 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71429;
    margin: 0;
    padding: 0
}
.c-list--regular {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-list--regular__item,
.l-block ul.c-list--regular>li:not([class]) {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative
}
.c-list--regular__item::before,
.l-block ul.c-list--regular>li:not([class])::before {
    background-color: #0e286f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px
}
.c-list--regular__item+.c-list--regular__item,
.l-block ul.c-list--regular>.c-list--regular__item+li:not([class]),
.l-block ul.c-list--regular>li:not([class])+.c-list--regular__item,
.l-block ul.c-list--regular>li:not([class])+li:not([class]) {
    margin-top: 11px
}
.c-list--regular.is-bullet--lightBlue .c-list--regular__item::before,
.c-list--regular.is-bullet--lightBlue .l-block ul.c-list--regular>li:not([class])::before,
.l-block .c-list--regular.is-bullet--lightBlue ul.c-list--regular>li:not([class])::before {
    background-color: #018fd9
}
.c-list--number {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-list--number__item,
.l-block ol.c-list--number>li:not([class]) {
    color: #343434;
    counter-increment: number;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative
}
.c-list--number__item::before,
.l-block ol.c-list--number>li:not([class])::before {
    color: #0e286f;
    content: "（" counter(number) "）";
    display: block;
    left: 0;
    position: absolute;
    top: 0
}
.c-list--number__item+.c-list--number__item,
.l-block ol.c-list--number>.c-list--number__item+li:not([class]),
.l-block ol.c-list--number>li:not([class])+.c-list--number__item,
.l-block ol.c-list--number>li:not([class])+li:not([class]) {
    margin-top: 10px
}
.c-list--number2 {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-list--number2__item,
.l-block ol.c-list--number2>li:not([class]) {
    color: #343434;
    counter-increment: number;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative
}
.c-list--number2__item::before,
.l-block ol.c-list--number2>li:not([class])::before {
    color: #0e286f;
    content: counter(number);
    display: block;
    left: 0;
    position: absolute;
    top: 0
}
.c-list--number2__item+.c-list--number2__item,
.l-block ol.c-list--number2>.c-list--number2__item+li:not([class]),
.l-block ol.c-list--number2>li:not([class])+.c-list--number2__item,
.l-block ol.c-list--number2>li:not([class])+li:not([class]) {
    margin-top: 11px
}
.c-list--alphabet {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}
.c-list--alphabet__item,
.l-block ol.c-list--alphabet>li:not([class]) {
    color: #343434;
    counter-increment: number;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative
}
.c-list--alphabet__item::before,
.l-block ol.c-list--alphabet>li:not([class])::before {
    color: #0e286f;
    content: counter(number, Upper-alpha) ".";
    display: block;
    left: 0;
    position: absolute;
    top: 0
}
.c-list--alphabet__item+.c-list--alphabet__item,
.l-block ol.c-list--alphabet>.c-list--alphabet__item+li:not([class]),
.l-block ol.c-list--alphabet>li:not([class])+.c-list--alphabet__item,
.l-block ol.c-list--alphabet>li:not([class])+li:not([class]) {
    margin-top: 11px
}
.c-table {
    border-collapse: collapse;
    width: 100%
}
.c-table td,
.c-table th {
    border: 1px solid #ccc
}
.c-table thead th {
    background-color: #737f8f;
    text-align: center;
    vertical-align: middle
}
.c-table thead th:first-child {
    text-align: left;
    width: 28.4507%
}
.c-table th {
    background-color: #a6acb4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.85714;
    padding: 19px 8px 14px;
    text-align: left;
    vertical-align: top
}
.c-table td {
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    padding: 15px 20px 14px
}
.c-table__wrapper {
    overflow-x: auto;
    width: 100%
}
.c-table--fixedWidth {
    border-collapse: collapse;
    width: 1000px
}
.c-table--fixedWidth td,
.c-table--fixedWidth th {
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.75;
    text-align: left
}
.c-table--fixedWidth th {
    background-color: #018fd9;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
    padding: 14px 20px 13px;
    width: 25%
}
.c-table--fixedWidth td {
    background: #fff;
    color: #343434;
    font-weight: 400;
    padding: 15px 20px 14px
}
.c-table--2cols {
    border-collapse: collapse;
    margin-top: 13px;
    width: 100%
}
.c-table--2cols td,
.c-table--2cols th {
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.9;
    text-align: left
}
.c-table--2cols th {
    background-color: #018fd9;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
    padding: 19px 10px 15px;
    width: 101px
}
.c-table--2cols td {
    background: #fff;
    color: #343434;
    font-weight: 400;
    padding: 15px 20px 14px
}
.c-aboutUs__list {
    margin: 0;
    padding: 0
}
.c-aboutUs__item {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    color: #018fd9;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    height: 78px;
    justify-content: center;
    line-height: 1;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    width: 100%
}
.c-aboutUs__item:first-child {
    margin-top: 0
}
.c-aboutUs__item > * {
    margin: 0;
    z-index: 2
}
.c-aboutUs__item.is-yuryohaken::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-yuryohaken.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 31px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1
}
.c-aboutUs__item.is-gjmark::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/icon-GJ.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1
}
.c-aboutUs__small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.16667;
    margin-bottom: 6px
}
.c-areaInfo__heading {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444;
    margin: 0;
    text-align: center
}
.c-areaInfo__headingSmall {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px
}
.c-areaInfo__img {
    margin: 18px 0 15px;
    text-align: center
}
.c-areaInfo__img img {
    display: block;
    margin: 0 auto
}
.c-areaInfo__text {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
}
.c-faq__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-faq__item {
    border-bottom: 1px solid #ccc;
    padding: 16px 10px 14px;
    position: relative
}
.c-faq__item::after {
    -webkit-transition: -webkit-transform 0.4s 0s ease-out;
    background: url('/assets/images/bullet-arrow-t2b-blue.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 23px;
    transition: -webkit-transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out, -webkit-transform 0.4s 0s ease-out;
    width: 10px
}
.c-faq__item:first-child {
    border-top: 1px solid #ccc
}
.c-faq__item.is-opened::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.c-faq__anchor {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none
}
.c-faq__body {
    margin: 0;
    padding: 18px 0 0
}
.c-faq__question {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-faq__question::before {
    color: #018fd9;
    content: "Q";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-faq__answer+.c-faq__question {
    margin-top: 11px
}
.c-faq__answer {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 16px 0 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-faq__answer::before {
    color: #ee3143;
    content: "A";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-faqs {
    margin: 0
}
.c-faqs__wrap {
    border-bottom: 1px solid #ccc;
    padding: 10px
}
.c-faqs__wrap:first-child {
    border-top: 1px solid #ccc;
    margin-top: 0
}
.c-faqs__question {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-faqs__question::before {
    color: #018fd9;
    content: "Q";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-faqs__answer {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 16px 0 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-faqs__answer::before {
    color: #ee3143;
    content: "A";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-flow__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-flow__item {
    background: #fff;
    counter-increment: number;
    padding: 28px 20px 18px;
    position: relative
}
.c-flow__item+.c-flow__item {
    margin-top: 20px
}
.c-flow__item+.c-flow__item::before {
    -webkit-transform: translateX(-50%);
    border-color: #737f8f transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    width: 0
}
.c-flow__itemInner {
    margin: 0 auto;
    max-width: 690px
}
.c-flow__heading {
    color: #0e286f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444;
    margin: 0;
    padding: 0 0 0 60px;
    position: relative
}
.c-flow__heading::before {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #0e286f;
    color: #fff;
    content: counter(number);
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -8px;
    width: 40px
}
.c-flow__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 16px 0 0;
    padding: 0
}
.c-flow__anchor {
    color: #018fd9;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 9px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none
}
.c-flow__anchor::after {
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 10px
}
.c-flow--custom__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-flow--custom__item {
    background: #fff;
    counter-increment: number;
    padding: 20px 20px 18px;
    position: relative
}
.c-flow--custom__item+.c-flow--custom__item {
    margin-top: 20px
}
.c-flow--custom__item+.c-flow--custom__item::before {
    -webkit-transform: translateX(-50%);
    border-color: #737f8f transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    width: 0
}
.c-flow--custom__itemInner {
    margin: 0 auto;
    max-width: 690px;
    position: relative
}
.c-flow--custom__itemInner::before {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #0e286f;
    color: #fff;
    content: counter(number);
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 40px
}
.c-flow--custom__heading {
    -webkit-box-align: center;
    align-items: center;
    color: #0e286f;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444;
    margin: 0 0 0 60px;
    min-height: 40px;
    position: relative
}
.c-flow--custom__heading+.c-flow--custom__wrap {
    margin-top: 20px;
    padding-top: 0
}
.c-flow--custom__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: -0.375em 0 0;
    padding: 0
}
.c-flow--custom__anchor,
.c-flow--custom__anchor--external {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    color: #018fd9;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 1.5;
    margin: 9px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none
}
.c-flow--custom__anchor--external::after,
.c-flow--custom__anchor::after {
    background: url('/assets/images/bullet-arrow-l2r-blue.svg') center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 10px
}
.c-flow--custom__anchor--external::after {
    background: url('/assets/images/bullet-external-link-square-alt-blue.svg') center/contain no-repeat;
    height: 16px;
    width: 16px
}
.c-flow--custom__box {
    background: #f4f4f4;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 16px 0 0;
    padding: 20px 25px
}
.c-flow--custom__img {
    margin: 0 0 20px;
    width: 100%
}
.c-flow--custom__img img {
    max-width: 100%
}
.c-flow--custom__img+.c-flow--custom__main {
    margin-left: 0
}
.c-flow--custom__wrap {
    display: block;
    padding-top: 60px
}
.c-flow--custom__main {
    width: 100%
}
.c-improvementCase__item {
    margin: 40px auto 0
}
.c-improvementCase__heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    margin: 0;
    padding: 0
}
.c-improvementCase__voice {
    background: #fff;
    border-radius: 6px;
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 20px 0 0 auto;
    padding: 14px 20px 15px;
    position: relative;
    width: calc(100% - 50px)
}
.c-improvementCase__voice::before {
    background: url('/assets/images/img-kaizenjirei--q.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 40px;
    left: -50px;
    position: absolute;
    top: 0;
    width: 40px
}
.c-improvementCase__answer {
    background: #fff;
    border-radius: 6px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 20px auto 0 0;
    padding: 14px 20px 16px;
    position: relative;
    text-transform: uppercase;
    width: calc(100% - 50px)
}
.c-improvementCase__answer::before {
    background: url('/assets/images/img-kaizenjirei--a.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 40px
}
.c-improvementCase__answer>:last-child {
    margin-bottom: 0
}
.c-improvementCase__answer p,
.c-improvementCase__voice p {
    margin-bottom: 10px
}
.c-keyVisual {
    width: 100%
}
.c-video__title {
    font-size: 20px;
    margin-bottom: 20px
}
.c-video__container {
    padding-top: 56.3%;
    position: relative;
    width: 100%
}
.c-video__container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.c-video__caption {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714;
    margin: 12px 0 0;
    padding: 0;
    text-align: center
}
.c-gallery__item {
    margin: 0
}
.c-gallery__item:nth-of-type(3n) {
    margin-right: 0
}
.c-gallery__img {
    display: block;
    width: 100%
}
.c-gallery__caption {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 12px 0 0;
    padding: 0
}
.c-flowByType__item {
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 355px;
    padding: 30px 20px;
    width: 100%
}
.c-flowByType__item .c-button__btn {
    margin: 0;
    width: 164px
}
.c-flowByType__img {
    margin: 0;
    padding: 0;
    text-align: center
}
.c-flowByType__heading {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.41667;
    margin: 23px 0 0;
    padding: 0
}
.c-flowByType__text {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 19px 0 0;
    padding: 0
}
.c-flowByType-steps__list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0
}
.c-flowByType-steps__item {
    margin: 0;
    padding: 0
}
.c-flowByType-steps__item+.c-flowByType-steps__item {
    margin-top: 15px
}
.c-flowByType-steps__item .c-link__anchor,
.c-flowByType-steps__item .l-block .c-link__anchor--external,
.l-block .c-flowByType-steps__item .c-link__anchor--external {
    font-size: 16px;
    text-decoration: none
}
.c-flowByType-btns__list {
    list-style: none;
    margin: 25px 0 0;
    padding: 0
}
.c-flowByType-btns__item {
    margin: 0;
    padding: 0
}
.c-flowByType-btns__item+.c-flowByType-btns__item {
    margin-top: 20px
}
.c-howToUse__item+.c-howToUse__item {
    margin-top: 40px
}
.c-howToUse__img img {
    display: block
}
.c-howToUse__textContainer {
    margin: 25px 0 0
}
.c-howToUse__heading {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66667;
    margin: 0;
    padding: 0
}
.c-howToUse__text+.c-howToUse__heading {
    margin-top: 26px
}
.c-howToUse__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 10px 0 0;
    padding: 0
}
.c-company+.c-company {
    margin-top: 37px
}
.c-company__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66667;
    margin: 0;
    padding: 0
}
.c-company__container {
    margin: 19px 0 0;
    padding: 0
}
.c-company__img img {
    display: block
}
.c-company__textContainer {
    margin: 16px 0 0
}
.c-company__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: -3px 0 0
}
.c-company__link {
    margin: 16px 0 0;
    padding: 0
}
.c-company__table {
    border-collapse: collapse;
    margin-top: 13px;
    width: 100%
}
.c-company__table td,
.c-company__table th {
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.9;
    text-align: left
}
.c-company__table th {
    background-color: #018fd9;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
    padding: 19px 10px 15px;
    width: 101px
}
.c-company__table td {
    background: #fff;
    color: #343434;
    font-weight: 400;
    padding: 15px 20px 14px
}
.c-company.is-reversed .c-company__container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse
}
.c-company.is-reversed .c-company__img {
    margin: 0 0 0 auto
}
.c-company.is-spec {
    margin-top: 65px
}
.c-grid--2cols+.c-grid--2cols {
    margin-top: 37px
}
.c-grid--2cols__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66667;
    margin: 0;
    padding: 0
}
.c-grid--2cols__container {
    margin: 19px 0 0;
    padding: 0
}
.c-grid--2cols__img img {
    display: block;
    margin: 0 auto
}
.c-grid--2cols__textContainer {
    margin: 16px 0 0
}
.c-grid--2cols__textContainer>:last-child {
    margin-bottom: 0
}
.c-grid--2cols__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: -3px 0 0
}
.c-grid--2cols__link {
    margin: 16px 0 0;
    padding: 0
}
.c-grid--2cols__table {
    border-collapse: collapse;
    margin-top: 13px;
    width: 100%
}
.c-grid--2cols__table td,
.c-grid--2cols__table th {
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.9;
    text-align: left
}
.c-grid--2cols__table th {
    background-color: #018fd9;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
    padding: 19px 10px 15px;
    width: 101px
}
.c-grid--2cols__table td {
    background: #fff;
    color: #343434;
    font-weight: 400;
    padding: 15px 20px 14px
}
.c-grid--2cols.is-reversed .c-grid--2cols__container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse
}
.c-grid--2cols.is-reversed .c-grid--2cols__img {
    margin: 0 0 0 auto
}
.c-grid--2cols.is-spec {
    margin-top: 65px
}
.c-grid--2cols--half__item+.c-grid--2cols--half__item {
    margin-top: 30px
}
.c-grid--2cols--half__item__upper+.c-button {
    margin-top: 20px
}
.c-grid--2cols--half__heading {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center
}
.c-grid--2cols--half__img {
    display: block;
    height: 151px;
    margin: 32px auto 0;
    padding: 0
}
.c-grid--2cols--half__text {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 33px 0 0;
    padding: 0
}
.c-grid--3cols__item {
    margin: 0
}
.c-grid--3cols__item:nth-of-type(3n) {
    margin-right: 0
}
.c-grid--3cols__item__upper+.c-grid--3cols__btn {
    height: auto;
    margin-top: 12px
}
.c-grid--3cols__img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.c-grid--3cols__caption {
    margin-top: 12px
}
.c-grid--3cols__body > * {
    margin-top: 12px !important
}
.c-grid--3cols__btn {
    height: 100%
}
.c-grid--3cols__btn a {
    height: 100% !important
}
.c-largeImg {
    font-size: 0;
    text-align: center
}
.c-largeImg img {
    max-width: 100%
}
.c-imgBtn a {
    display: block;
    font-size: 0;
    text-align: center
}
.c-imgBtn a img {
    max-width: 100%
}
.c-accordion__list {
    list-style: none;
    margin: 0;
    padding: 0
}
.c-accordion__item {
    border-bottom: 1px solid #ccc;
    position: relative
}
.c-accordion__item::after {
    -webkit-transition: -webkit-transform 0.4s 0s ease-out;
    background: url('/assets/images/bullet-arrow-t2b-blue.svg') center/contain no-repeat;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 23px;
    transition: -webkit-transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out;
    transition: transform 0.4s 0s ease-out, -webkit-transform 0.4s 0s ease-out;
    width: 10px
}
.c-accordion__item:first-child {
    border-top: 1px solid #ccc
}
.c-accordion__item.is-opened::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.c-accordion__anchor {
    color: #343434;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 16px 10px 14px;
    text-decoration: none
}
.c-accordion__body {
    margin: 0;
    padding: 10px 10px 15px
}
.c-accordion__question {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-accordion__question::before {
    color: #018fd9;
    content: "Q";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-faq__answer+.c-accordion__question {
    margin-top: 11px
}
.c-accordion__answer {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 16px 0 0;
    padding: 0 10px 0 32px;
    position: relative
}
.c-accordion__answer::before {
    color: #ee3143;
    content: "A";
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 1.16667;
    position: absolute;
    text-transform: uppercase;
    top: 5px
}
.c-glossary section+section {
    margin-top: 30px
}
.c-glossary__title {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0 0 10px;
    padding: 0;
    position: relative
}
.c-apply-entrySheet+.c-memberRegistrationSuggestion {
    margin: 40px auto 0;
    max-width: 355px;
    padding: 0 10px;
    width: 100%
}
.c-apply-entrySheet+.c-memberRegistrationSuggestion .c-modal-favorit__headingLv2 {
    display: inline-block;
    margin: 0;
    padding: 3px 25px;
    width: auto
}
.c-apply-entrySheet+.c-memberRegistrationSuggestion .c-modal-favorit-merit {
    margin: 20px auto 0
}
.c-apply-entrySheet+.c-memberRegistrationSuggestion .c-modal-favorit-merit__item {
    margin-bottom: 0
}
.p-memberRegistrationSuggestion-heading {
    margin: 0 auto;
    text-align: center
}
.c-modal-favorit__banner+.p-memberRegistrationSuggestion-heading {
    margin-top: 40px
}
.c-entrysheet-inputBlk__tagline+.c-entrysheet-separator {
    margin-top: 0
}
.p-modal-button-submit .c-button__btn {
    margin: 0
}
.p-login .c-login-input {
    margin-bottom: 20px
}
.p-mypage-nav {
    margin: 0;
    padding: 0
}
.p-mypage-description {
    background: #fff;
    border-radius: 6px;
    color: #343434;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
    margin: 2px 10px 0;
    padding: 15px 20px 22px
}
.p-mypage-description>:last-child {
    margin-bottom: 0
}
.p-mypage-message {
    margin: 8px 10px 0
}
.p-mypage-message>:last-child {
    margin-bottom: 0
}
.p-mypage-history {
    margin: 20px 0 0;
    padding: 0
}
.p-mypage-history .c-apply-place-item__map {
    margin: 0
}
.p-mypage-history .c-button__btn--negative {
    height: 30px;
    width: 100%
}
.p-mypage-history .c-button__btn,
.p-mypage-history .c-button__btn--pt2,
.p-mypage-history .c-button__btn--pt2--external {
    font-size: 12px;
    height: 30px;
    line-height: 1;
    width: 100%
}
.p-mypage-history .c-apply-place-item__map {
    -webkit-transform: none;
    position: static;
    transform: none
}
.p-mypage-keep {
    background: #fff;
    margin: 20px 10px 0;
    padding: 22px 10px 40px
}
.p-mypage-keep .c-mypage-job:first-of-type {
    margin-top: 8px
}
.p-mypage-keep .c-mypage-job__checkbox .c-checkbox__label {
    margin: 0;
    padding: 16px 0 0 16px
}
.p-mypage-keep .c-mypage-job-checkbox-controller {
    margin: 9px 0 30px;
    padding: 0 0 0 8px
}
.p-mypage-keep .p-myPage-btnList {
    margin-top: 39px
}
.p-mypage-es-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 24px 10px 0
}
.p-mypage-es-list .c-button__btn {
    font-size: 12px;
    height: 30px;
    line-height: 1;
    width: 100%
}
.p-myPage-es-description {
    display: -webkit-box;
    display: flex;
    margin: 2px 10px 20px;
    padding: 0;
    width: calc(100% - 20px)
}
.p-myPage-es-description .c-mypage-es-list__item {
    width: 100%
}
.p-myPage-tagCloud {
    margin: 44px 10px 0;
    padding: 0
}
.p-myPage-tagCloud .c-tagCloud__heading {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}
.p-mypage-history-moreLink {
    margin: 20px 0 0
}
.p-mypage-leave {
    margin: 22px 0 0
}
.p-mypage-leave__container {
    background: #fff;
    margin: 0 10px;
    padding: 40px 0
}
.p-mypage-leave__container .c-button__btn--danger,
.p-mypage-leave__container .c-button__btn--negative {
    font-size: 14px;
    height: 48px;
    margin: 0 auto;
    width: 310px
}
.p-myPage-btn-home .c-button__btn {
    width: 136px
}
.p-myPage-btn-home .c-button__btn+.c-button__btn {
    margin-top: 20px
}
.p-myPage-btnList {
    margin: 35px 0 0
}
.p-myPage-btnList .c-button__btn,
.p-myPage-btnList .c-button__btn--danger,
.p-myPage-btnList .c-button__btn--negative,
.p-myPage-btnList .c-button__btn--pt2,
.p-myPage-btnList .c-button__btn--pt2--external {
    font-size: 14px;
    height: 48px;
    margin: 0 auto;
    width: 100%
}
.p-myPage-modal {
    position: relative
}
.p-myPage-modal-heading {
    margin: 0;
    padding: 35px 0 0
}
.p-myPage-modal-description {
    margin: 25px 0 0
}
.p-myPage-modal .c-modal-button__closeBtn {
    -webkit-transform: none;
    top: 20px;
    transform: none
}
.p-contact,
.p-myPage-form {
    margin: 10px 10px 0
}
.p-contact .c-apply-inputWrapper,
.p-myPage-form .c-apply-inputWrapper {
    background: #fff;
    padding: 0;
    width: 100%
}
.p-contact .c-radio__label.is-blueBack,
.p-myPage-form .c-radio__label.is-blueBack {
    margin: 0
}
.p-contact .c-radio__label.is-blueBack:last-child,
.p-myPage-form .c-radio__label.is-blueBack:last-child {
    margin-left: 15px
}
.p-contact .c-textarea {
    height: 178.86px
}
.p-news-heading {
    margin: 1px auto;
    max-width: 770px;
    padding: 0 10px
}
.p-news-selectYear {
    margin: 18px auto 0;
    max-width: 770px;
    padding: 0 10px
}
.p-news-list {
    margin: 0 auto;
    max-width: 770px;
    padding: 0 10px
}
.p-news-btn {
    margin-top: 40px
}
.p-news-btn .c-button__btn {
    width: 178px
}
.p-news-detail {
    margin: 19px auto 0;
    max-width: 770px;
    padding: 0 10px
}
.p-news-detail-btn {
    margin-top: 40px
}
.p-news-detail-btn .c-button__btn {
    width: 130px
}
.p-staffInterview-heading {
    margin: 1px auto 0;
    max-width: 1020px;
    padding: 0 10px
}
.p-staffInterview-heading:not(:first-child) {
    margin-top: 40px
}
.p-staffInterview-list {
    margin: 20px auto 0;
    max-width: 1020px;
    padding: 0 10px
}
.p-staffInterview-list .c-staffList__list {
    margin: 0;
    padding: 0
}
.p-staffInterview-list .c-staffList__item {
    margin-bottom: 0;
    margin-top: 21px
}
.p-staffInterview-list .c-staffList__item:nth-of-type(-n + 2) {
    margin-top: 0
}
.p-staffInterview-detail {
    margin: 18px auto 0;
    max-width: 1020px
}
.p-staffInterview-detail .c-staffList-item__subTitle {
    background: #fff;
    color: #737f8f;
    display: inline-block;
    font-family: "Noto Sans CJK JP Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 4px 10px
}
.p-staffInterview-detail .c-staffList-item__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 6px 0 0;
    padding: 0
}
.p-staffInterview-detail .c-staffList-item__name-small {
    font-size: 12px
}
.p-staffInterview-detail .c-staffList-item__text-date {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 8px 0 0;
    padding: 0
}
.p-staffInterview-detail .c-staffList-item__text {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.63636;
    margin: 9px 0 0
}
.p-staffInterview-detail .c-staffInterview-detail-body__question+.c-staffInterview-detail-body__text {
    margin-top: 9px
}
.p-staffInterview-detail .c-staffInterview-detail-body__img+.c-staffInterview-detail-body__question {
    margin-top: 43px
}
.l-block:first-child {
    margin-top: 20px
}
.l-block dl:not([class]),
.l-block ol.c-list--alphabet,
.l-block ol.c-list--number,
.l-block ol.c-list--number2,
.l-block p:not([class]),
.l-block ul.c-list--regular,
.l-block ul:not([class]) {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0
}
.l-block dl:not([class])+*,
.l-block ol.c-list--alphabet+*,
.l-block ol.c-list--number+*,
.l-block ol.c-list--number2+*,
.l-block p:not([class])+*,
.l-block ul.c-list--regular+*,
.l-block ul:not([class])+* {
    margin-top: 22px
}
.l-block ol:not([class]),
.l-block ul:not([class]) {
    list-style: none;
    padding: 0
}
.l-block ol li ol,
.l-block ol li ul,
.l-block ul li ol,
.l-block ul li ul {
    margin-top: 15px !important
}
.l-block dl:not([class]) dd:not([class]) {
    margin: 0
}
.l-block a:not([class]) {
    color: #018fd9;
    text-decoration: none
}
.l-block strong {
    color: red;
    font-weight: 700
}
.l-block .c-button a:not([class]) {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #018fd9;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1), inset 0 -2px 0 rgba(255, 255, 255, .15);
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 14px;
    height: auto;
    justify-content: center;
    line-height: 20px;
    min-width: 140px;
    padding: 14px 20px;
    width: auto
}
.l-block .c-button--icon--search a:not([class]) {
    min-width: 164px
}
.l-block .c-button--icon--search a:not([class]):before {
    background: url('/assets/images/icon-search-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 14px
}
.l-block .c-button--icon--external a:not([class]) {
    min-width: 164px
}
.l-block .c-button--icon--external a:not([class]):after {
    background: url('/assets/images/icon-external-link-square-alt-white.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 6px;
    width: 14px
}
.l-block .c-link__anchor,
.l-block .c-link__anchor--external {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    justify-content: flex-start;
    padding-right: 0;
    width: 100%
}
.l-block .c-link__anchor--external:after,
.l-block .c-link__anchor:after {
    -webkit-transform: translate(0);
    display: inline-block;
    margin-left: 8px;
    position: static;
    transform: translate(0)
}
.l-block .c-link__anchor.is-current,
.l-block .is-current.c-link__anchor--external {
    color: #333;
    padding-right: 0;
    pointer-events: none
}
.l-block .c-link__anchor.is-current:after,
.l-block .is-current.c-link__anchor--external:after {
    display: none
}
.l-block .c-link__anchor--external:after {
    background: url('/assets/images/bullet-external-link-square-alt-blue.svg') 0 /contain no-repeat;
    height: 16px;
    margin-left: 5px;
    width: 16px
}
.l-block.p-block--pageHeading {
    max-width: none
}
.l-block.p-block--pageHeading--text {
    max-width: none;
    padding: 20px 10px 0
}
.l-block.p-block--pageHeading--box {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: flex;
    height: 70px;
    margin: 20px 10px 0;
    max-width: 1000px;
    padding-left: 10px;
    position: relative
}
.l-block.p-block--pageHeading--box::after {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/img-seizokun.png') center/contain no-repeat;
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}
.l-block.p-block--pageHeading--box .c-pageHeading {
    font-size: 18px
}
.l-block.p-block--pageHeading--box+.l-block {
    margin-top: 25px
}
.l-block.p-block--content-heading-lv1 {
    margin-top: 37px
}
.l-block.p-block--content-heading-lv2 {
    margin-top: 34px
}
.l-block.p-block--content-heading-lv3 {
    margin-top: 39px
}
.l-block.p-block--area-heading {
    margin-top: 35px
}
.l-block.p-block--area-heading .c-contentHeading--lv1 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}
.l-block.p-block--area-heading+.l-block {
    margin-top: 40px !important
}
.l-block.p-block--contentHeading--lv1 {
    margin-top: 35px
}
.l-block.p-block--contentHeading--lv1 .c-contentHeading--lv1 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}
.l-block.p-block--contentHeading--lv1+.l-block {
    margin-top: 40px !important
}
.l-block.p-block--contentHeading--lv1+.l-block.p-block--jobList {
    margin-top: 0 !important
}
.l-block.p-block--contentHeading--lv2 {
    margin-top: 34px
}
.l-block.p-block--contentHeading--lv3 {
    margin-top: 39px
}
.l-block.p-block--heading-lv2 {
    margin-top: 58px
}
.p-block--area-heading+.l-block.p-block--heading-lv2 {
    margin-top: 44px
}
.p-block--area-heading+.l-block.p-block--heading-lv2.is-sp-small {
    margin-top: 32px
}
.l-block.p-block--heading-lv2.is-sp-small {
    margin-top: 37px
}
.l-block.p-block--heading-lv2.is-sp-small .c-contentHeading--lv2,
.l-block.p-block--heading-lv2.is-sp-small .c-video__title {
    text-align: left
}
.p-block--com006+.l-block.p-block--heading-lv2 {
    margin-top: 67px
}
.l-block.p-block--leadCopy {
    margin-top: 20px
}
.p-block--heading-lv2+.l-block.p-block--leadCopy {
    margin-top: 23px
}
.p-block--area-heading+.l-block.p-block--leadCopy.is-largeFont--sp.is-flow {
    margin-top: 32px
}
.l-block.p-block--leadCopy.is-com013 {
    margin-top: 33px
}
.l-block.p-block--leadCopy.is-improvementCase {
    margin-top: 13px
}
.l-block.p-block-keyVisual {
    margin: 0;
    max-width: none;
    padding: 0
}
.l-block.p-block--content-text {
    margin-top: 20px
}
.l-block.p-block--list-number {
    margin-top: 21px
}
.l-block.p-block--list-alphabet {
    margin-top: 20px
}
.l-block.p-block--list-regular {
    margin-top: 27px
}
.p-block--heading-lv2+.l-block.p-block--list-regular {
    margin-top: 32px
}
.l-block.p-block--list-regular.is-sp-narrow {
    margin-top: 20px;
    padding: 0 25px 0 30px
}
.l-block.p-block--list-regular .c-link {
    margin-top: 16px;
    text-align: left
}
.l-block.p-block--list-regular .c-link__anchor,
.l-block.p-block--list-regular .c-link__anchor--external {
    font-size: 16px
}
.l-block.p-block--table {
    margin-top: 15px
}
.l-block.p-block--table--fixedWidth {
    margin-top: 38px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--jobList {
    margin: 0;
    max-width: 1002px;
    padding: 0;
    width: 100%
}
.l-block.p-block--jobList .c-recommendedWork {
    padding: 0
}
.l-block.p-block--jobList .c-recommendedWork__slider {
    padding-top: 0
}
.l-block.p-block--jobList .c-recommendedWork__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 0 14px
}
.l-block.p-block--jobList .c-recommendedWork__thumbs {
    -webkit-box-flex: 0;
    flex: none
}
.l-block.p-block--jobList .c-recommendedWork__copy {
    line-height: 1.45;
    margin-bottom: 13px
}
.l-block.p-block--jobList .c-recommendedWork__body {
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between
}
.l-block.p-block--jobList .c-recommendedWork__btn a {
    width: 100% !important
}
.l-block.p-block--jobList .slick-list {
    padding: 39px 0 41px !important
}
.l-block.p-block--jobList .c-slider__arrows {
    display: block !important
}
.l-block.p-block--jobList .c-slider__arrows .c-slider__arrowLeft,
.l-block.p-block--jobList .c-slider__arrows .c-slider__arrowRight {
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    z-index: 101
}
.l-block.p-block--jobList .c-slider__arrows .c-slider__arrowLeft {
    left: 10px
}
.l-block.p-block--jobList .c-slider__arrows .c-slider__arrowRight {
    right: 10px
}
.l-block.p-block--jobList.is-pc-noSlider {
    margin-top: 0;
    max-width: 1020px;
    padding: 0
}
.l-block.p-block--jobList.is-pc-noSlider .c-recommendedWork {
    padding: 0
}
.l-block.p-block--jobList.is-pc-noSlider .c-recommendedWork__item:nth-child(-n + 4) {
    margin-top: 0
}
.l-block.p-block--jobList.is-pc-noSlider .c-recommendedWork-spec__list {
    margin-top: 13px
}
.l-block.p-block--jobList.is-pc-noSlider .c-recommendedWork__btn {
    height: 48px;
    margin-top: 16px
}
.l-block.p-block--jobList+.l-block.l-block--btn {
    margin-top: 0 !important
}
.l-block.p-block--jobList .slick-track {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex
}
.l-block.p-block--jobList .slick-track .slick-slide {
    height: auto
}
.l-block.p-block--areaInfo {
    margin-top: 33px
}
.l-block.p-block--areaInfo+.p-block--areaInfo {
    margin-top: 43px
}
.l-block.p-block--areaInfo+.l-block.p-block--grid--2cols {
    margin-top: 40px
}
.l-block.p-block--grid--2cols+.l-block.p-block--areaInfo {
    margin-top: 43px
}
.l-block.p-block--areaInfo .p-jobInfo {
    margin: 38px 0 59px
}
.l-block.p-block--areaInfo .p-jobInfo .c-apply-job-item {
    margin: 0
}
.l-block.p-block--areaInfo .p-jobInfo .c-searchResult-item__head {
    border-radius: 0;
    font-size: 12px;
    height: 23px
}
.l-block.p-block--areaInfo .p-jobInfo .c-searchResult-item__head .is-emphasis {
    font-size: 16px;
    margin-left: 0
}
.l-block.p-block--areaInfo .p-jobInfo .c-searchResult-item__body {
    padding: 10px 0 0
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-thumbs {
    margin: 0 10px 17px 0;
    width: 80px
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-copy {
    font-size: 15px
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-tagline {
    font-size: 13px;
    margin-bottom: 13px
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-spec,
.l-block.p-block--areaInfo .p-jobInfo .c-job-spec__container {
    margin-bottom: 0;
    width: 100%
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-spec__container+.c-job-spec__container {
    margin-top: 17px
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-spec__heading {
    font-size: 10px;
    height: 16px;
    width: 50px
}
.l-block.p-block--areaInfo .p-jobInfo .c-job-spec__content {
    font-size: 12px;
    padding: 0 0 0 4px;
    width: auto
}
.l-block.p-block--merit {
    margin-top: 96px;
    max-width: 1000px
}
.l-block.p-block--merit .c-contentHeading--lv1 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-bottom: 39px;
    text-align: center
}
.l-block.p-block--aboutUs {
    margin-top: 19px;
    max-width: 1000px
}
.l-block.p-block--video {
    margin-top: 30px
}
.l-block.p-block--btn {
    margin-top: 41px
}
.l-block.p-block--flow {
    margin-top: 19px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--improvementCase {
    margin-top: 29px;
    max-width: 970px;
    padding: 0 10px
}
.l-block.p-block--faq,
.l-block.p-block--flowByType {
    margin-top: 39px
}
.l-block.p-block--flowByType .c-button__btn--search {
    margin: 0
}
.l-block.p-block--howToUse {
    margin-top: 43px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--company {
    margin-top: 32px
}
.l-block.p-block--company .c-link__anchor,
.l-block.p-block--company .c-link__anchor--external {
    font-size: 16px
}
.l-block.p-block--gallery {
    margin-top: 46px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--com003 {
    margin-top: 19px;
    max-width: 1000px
}
.l-block.p-block--com006 {
    margin-top: 48px
}
.l-block.p-block--com008 {
    margin-top: 36px
}
.l-block.p-block--com012 {
    margin-top: 34px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--com013 {
    margin-top: 0;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--com013 .c-link {
    margin-top: 16px;
    text-align: left
}
.l-block.p-block--com013 .c-link__anchor,
.l-block.p-block--com013 .c-link__anchor--external {
    font-size: 16px
}
.l-block.p-block--grid--1col .c-list--regular+.c-text {
    margin-top: 22px
}
.l-block.p-block--grid--2cols--half .c-button a {
    width: 100%
}
.l-block.p-block--grid--3cols {
    margin-top: 46px;
    max-width: 1020px;
    padding: 0 10px
}
.l-block.p-block--grid--3cols .c-button a {
    width: 100%
}
.l-block.p-block--largeImg {
    margin-top: 0;
    max-width: 1000px;
    padding: 0
}
.l-block+.l-block.p-block--largeImg {
    margin-top: 40px
}
.l-block.p-block--imgBtn {
    margin-top: 40px;
    max-width: 1020px
}
.l-block.p-block--imgBtn+.l-block {
    margin-top: 40px
}
.l-block.p-block--accordion .c-faqs__wrap {
    border: 0;
    padding-left: 0;
    padding-right: 0
}
.l-block.p-block--accordion .c-faqs__wrap:first-child {
    padding-top: 0
}
.l-block.p-block--accordion .c-faqs__wrap:last-child {
    padding-bottom: 0
}
.p-button--modal-selectArea-nationwide {
    margin: 40px 0;
    padding: 0 20px
}
.p-button--modal-selectArea-nationwide .c-link--modal-selectArea-nationwide {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
    text-decoration: none
}
.p-button--modal-selectArea-nationwide .c-link--modal-selectArea-nationwide::before {
    -webkit-transform: translateY(-50%);
    background: url('/assets/images/bullet-arrow-l2r-black.svg') 0 /contain no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px
}
.p-main--404 {
    margin: 0 auto;
    max-width: 750px
}
.p-main--404 .c-apply__heading-lv1 {
    color: #343434;
    font-size: 32px;
    font-weight: 700
}
.p-main--404 .c-container {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.53846;
    margin: 0 10px 20px;
    padding: 15px 20px 20px
}
.p-main--404 .c-container>:last-child {
    margin-bottom: 0
}
.p-main--404 .c-button {
    margin-top: 40px
}
@media(min-width:768px) {
    /*body {
        color: #333
    }*/
    .scroll-hint-icon.is-largeTable.is-fixed {
        left: calc(50% - 60px)
    }
    .forSP {
        display: none
    }
    .l-header {
        border-bottom: solid 1px #e9e9e9
    }
    .l-header .container {
        height: 79px;
        position: relative
    }
    .l-header.is-externalForm .container {
        height: 50px
    }
    .l-header.is-externalForm .c-header-logo__img {
        width: 156px
    }
    .c-header-logo {
        margin-left: 2.40385%;
        margin-right: 3.07692%;
        position: relative;
        width: 12.69231%;
        z-index: 2
    }
    .c-header-logo__img {
        height: auto;
        width: 100%
    }
    .c-header-selectArea {
        margin-right: auto;
        position: relative;
        width: 110px;
        z-index: 2
    }
    .c-header-favorit {
        bottom: 0;
        height: 39px;
        max-width: 130px;
        position: absolute;
        right: 0;
        width: 12.5%;
        z-index: 2
    }
    .c-header-favorit.is-veiled::before {
        background: #737f8f
    }
    .c-header-favorit.is-veiled::after {
        background: #ddd;
        width: 70%
    }
    .c-header-favorit__anchor {
        background-color: #737f8f;
        color: #fff;
        font-size: 11px;
        font-weight: 700
    }
    .c-header-favorit__number {
        background-color: #fff;
        color: #737f8f
    }
    .c-header-login {
        height: 39px;
        margin: 0;
        max-width: 130px;
        pointer-events: all;
        position: absolute;
        right: 0;
        top: 0;
        width: 12.5%;
        z-index: 2
    }
    .c-header-login__anchor {
        background-color: #737f8f;
        color: #fff;
        font-size: 11px
    }
    .c-header-login.is-veiled::before {
        background: #737f8f
    }
    .c-header-login.is-veiled::after {
        background: #ddd;
        width: 70%
    }
    .c-header-login.is-login {
        height: 39px;
        margin: 0
    }
    .c-header-login__name {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        background: #018fd9;
        display: -webkit-box;
        display: flex;
        font-size: 12px;
        font-weight: 700;
        height: 100%;
        justify-content: center;
        margin: 0;
        width: 100%
    }
    .c-header-login__name::before {
        background: url('/assets/images/icon-header-login.svg') 0 /contain no-repeat;
        content: "";
        display: inline-block;
        height: 13px;
        margin-right: 5px;
        width: 12px
    }
    .c-header-login-nav__list {
        background: #fff;
        border: 0;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        display: block;
        margin-top: -4px;
        padding: 0
    }
    .c-header-login.is-login:hover .c-header-login-nav__list {
        border: 1px solid #ccc
    }
    .c-header-login-nav__item+.c-header-login-nav__item {
        border-top: 0
    }
    .c-header-login.is-login:hover .c-header-login-nav__item+.c-header-login-nav__item {
        border-top: 1px solid #ccc
    }
    .c-header-login-nav__anchor {
        -webkit-box-align: center;
        -webkit-transition: height 0.4s 0s ease-out;
        align-items: center;
        color: #333;
        display: -webkit-box;
        display: flex;
        font-size: 13px;
        font-weight: 400;
        height: 0;
        overflow: hidden;
        padding-left: 26.15385% !important;
        transition: height 0.4s 0s ease-out
    }
    .c-header-login.is-login:hover .c-header-login-nav__anchor {
        height: 40px
    }
    .c-header-login-nav__anchor.is-myPage::before {
        background-image: url('/assets/images/icon-header-maypage--dark.svg');
        left: 8.46154%
    }
    .c-header-login-nav__anchor.is-memberInfo::before {
        background-image: url('/assets/images/icon-header-memberInfo--dark.svg');
        left: 7.69231%;
        top: calc(50% - 8px)
    }
    .c-header-login-nav__anchor.is-logout::before {
        background-image: url('/assets/images/icon-header-logout--dark.svg');
        left: 8.46154%
    }
    .c-header-nav {
        -webkit-box-pack: end;
        display: -webkit-box;
        display: flex;
        justify-content: flex-end;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 3
    }
    .c-nav-drawer {
        display: none
    }
    .c-nav__container {
        -webkit-box-align: center;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        align-content: flex-start;
        align-items: center;
        background: 0 0;
        display: -webkit-box !important;
        display: flex !important;
        flex-direction: row-reverse;
        height: 79px !important;
        justify-content: space-between;
        margin: 0 12.5% 0 0;
        max-width: 545px;
        padding: 7px 2.40385% 0 1.92308%;
        position: static;
        width: 58.85417%;
        width: 54.6875%
    }
    .c-nav-main {
        -webkit-box-ordinal-group: 4;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        margin-top: 7px;
        order: 3;
        pointer-events: all;
        width: 100%
    }
    .c-nav-main__item+.c-nav-main__item {
        margin-top: 0
    }
    .c-nav-main__anchor {
        color: #333;
        font-size: 13px
    }
    .c-nav-sub {
        -webkit-box-ordinal-group: 3;
        -webkit-box-pack: justify;
        align-content: flex-start;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        max-width: 289px;
        order: 2;
        padding-left: 0;
        pointer-events: all;
        width: 57.8%
    }
    .c-nav-sub__item {
        line-height: 1
    }
    .c-nav-sub__item+.c-nav-sub__item {
        margin-top: 0;
        padding-left: 0.9em
    }
    .c-nav-sub__anchor {
        color: #333;
        font-size: 9px;
        font-weight: 400;
        letter-spacing: -1px;
        word-break: keep-all
    }
    .c-nav-tel {
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-ordinal-group: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: end;
        align-items: center;
        border: none;
        color: #737f8f;
        flex-direction: row;
        flex-wrap: nowrap;
        font-size: 2.86458vw;
        height: 36px;
        justify-content: flex-end;
        letter-spacing: -1.08px;
        max-width: 185px;
        order: 1;
        position: static;
        text-align: right;
        width: 36.6%
    }
    .c-nav-tel__number {
        color: #737f8f
    }
    .c-nav-tel__number::before {
        -webkit-transform: none;
        background-image: url('/assets/images/icon-tel.svg');
        height: 16px;
        margin-right: 0.34615em;
        transform: none;
        width: 15px
    }
    .c-nav-btnClose,
    .c-nav-tel__note {
        display: none
    }
    .l-main {
        padding-top: 30px
    }
    .l-aside .container,
    .l-main .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .l-footer {
        margin-top: 80px
    }
    .l-footer .container {
        background: #444;
        margin: 0 0 30px;
        padding: 37px 0 53px;
        width: 100%
    }
    .l-footer.is-externalForm .c-footer-logoArea {
        padding-bottom: 30px
    }
    .c-footer-sitemap {
        -webkit-box-pack: start;
        align-content: flex-start;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
        margin: 0 auto 39px;
        max-height: 458px;
        max-width: 1000px;
        padding: 0 10px;
        position: relative;
        width: 100%
    }
    .c-footer-sitemap__item:nth-child(2),
    .c-footer-sitemap__item:nth-child(3) {
        left: 10px;
        position: absolute
    }
    .c-footer-sitemap__item:nth-child(2) {
        top: 52px
    }
    .c-footer-sitemap__item:nth-child(3) {
        top: 104px
    }
    .c-footer-snsLink {
        margin-bottom: 38px
    }
    .c-footer-nav {
        -webkit-box-pack: center;
        justify-content: center
    }
    .c-footer-nav__item {
        height: auto;
        margin: 0;
        padding: 0 14px;
        position: relative;
        width: auto
    }
    .c-footer-nav__item::before {
        -webkit-transform: translateY(-50%);
        background: #fff;
        content: "";
        display: block;
        height: 12px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }
    .c-footer-nav__item:first-child:before {
        display: none
    }
    .c-footer-nav__item:nth-of-type(2n + 1) {
        margin: 0;
        width: auto
    }
    .c-footer-nav__anchor {
        background: 0 0;
        font-size: 12px;
        height: auto;
        width: auto
    }
    .c-footer-navGroup {
        display: block;
        margin: 0 auto;
        max-width: 1020px;
        padding: 0 20px;
        width: 100%
    }
    .c-footer-logoArea {
        background: 0 0;
        height: auto;
        padding: 30px 0 146px
    }
    .c-footer-logoArea.is-additionPadding {
        height: auto;
        padding-bottom: 236px
    }
    .c-footer-logo {
        margin-bottom: 19px
    }
    .c-footer-logo__img {
        height: 46px;
        width: 346px
    }
    .l-block {
        margin: 0 auto
    }
    .heading-lv1 {
        margin-bottom: 24px
    }
    .heading-lv2 {
        font-size: 1rem;
        margin-bottom: 24px
    }
    .l-main--home .heading-lv2 {
        height: 72px
    }
    .c-link-all {
        right: 40px;
        top: 26px
    }
    .c-listItem-checked {
        font-size: 0.875rem
    }
    .c-listItem-note {
        font-size: 14px
    }
    .c-inputText {
        font-size: inherit
    }
    .c-textarea {
        font-size: 14px
    }
    .c-select {
        max-width: 335px
    }
    .c-select select {
        font-size: inherit
    }
    .c-breadcrumb {
        background: #fff;
        display: block
    }
    .c-breadcrumb__container {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-slider__arrows {
        display: none
    }
    .c-tagCloud__container {
        -webkit-box-pack: center;
        justify-content: center
    }
    .c-recommendedWork {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px 60px
    }
    .c-recommendedWork .heading-lv2 {
        background-color: #737f8f;
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 22px 20px
    }
    .c-recommendedWork__slider {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 40px 0 0
    }
    .c-recommendedWork .slick-list {
        padding-top: 40px !important
    }
    .c-recommendedWork .c-slider__arrows {
        display: none
    }
    .c-recommendedWork__item {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
        margin: 0 20px 30px 0;
        width: calc(25% - 15px)
    }
    .c-recommendedWork__item:nth-of-type(4n) {
        margin-right: 0
    }
    .c-recommendedWork__item .c-job-number {
        font-size: 11px;
        padding-left: 4.25532%
    }
    .c-recommendedWork__item .c-job-new {
        width: 27.65957%
    }
    .c-recommendedWork__body {
        padding: 16px 10px 20px
    }
    .c-recommendedWork-spec__list {
        margin-bottom: 16px
    }
    .c-recommendedWork .c-link-all {
        display: none
    }
    .c-contact__btnBox {
        display: -webkit-box;
        display: flex;
        justify-content: space-around
    }
    .c-contact__btnBox .c-button__btn--pt3 {
        margin-bottom: 0
    }
    .c-modal-favorit__container {
        padding-top: 0
    }
    .c-modal-favorit__heading {
        margin-bottom: 42px
    }
    .c-modal-favorit__headingLv2 {
        margin-bottom: 40px
    }
    .c-modal-favorit-merit {
        margin: 0 auto 44px;
        max-width: 695px
    }
    .c-modal-favorit-merit__item {
        flex-basis: calc(25% - 18.75px)
    }
    .c-modal-aplly-map__heading {
        -webkit-box-pack: center;
        justify-content: center
    }
    .c-modal-es-certification__search {
        border-bottom: 1px solid #ccd;
        padding: 40px 0
    }
    .c-modal-es-certification__search .c-searchCond-keyword__container {
        margin: auto;
        max-width: 500px
    }
    .c-modal-es-certification__suggestion {
        padding: 20px 0 30px
    }
    .c-modal-es-certification-suggestion__list {
        margin: 20px auto -10px;
        max-width: 500px
    }
    .c-modal-es-certification__list {
        padding: 36px 0
    }
    .c-modal-es-certification__list li+li {
        margin-top: 20px
    }
    .c-modal-es-certification__tagline {
        color: #444;
        display: block;
        font-size: 12px;
        margin: 0 0 20px
    }
    .c-job-thumbs {
        margin: 0 20px 18px 0;
        width: 24.47917%
    }
    .c-job-thumbs__recommend {
        height: 60px;
        top: -10px;
        width: 60px
    }
    .c-job-copy {
        font-size: 20px
    }
    .c-job-tagline {
        font-size: 16px;
        margin-bottom: 12px
    }
    .c-job-spec {
        clear: none;
        margin-bottom: 13px
    }
    .c-searchResult .c-job-spec {
        margin-bottom: 22px
    }
    .c-job-spec__container {
        margin-bottom: 15px;
        width: auto
    }
    .c-job-spec__heading {
        font-size: 13px;
        height: 20px;
        width: 78px
    }
    .c-job-spec__content {
        font-size: 14px;
        padding: 2px 0 0 9px;
        width: 84px
    }
    .is-full .c-job-spec__content {
        width: calc(100% - 80px)
    }
    .is-holiday .c-job-spec__content,
    .is-workStyle .c-job-spec__content {
        width: auto
    }
    .is-workStyle .c-job-spec__content {
        margin-right: 1rem;
        width: auto
    }
    .c-job-tagCloud {
        margin-bottom: 14px
    }
    .c-jobDetail-body .c-job-tagCloud {
        margin-bottom: 34px
    }
    .c-job-tagCloud__item {
        background: #fff;
        font-size: 12px;
        margin-right: 8px
    }
    .c-searchResult .c-job-tagCloud__item {
        height: 18px;
        padding: 0 5px
    }
    .c-job-favoritBtn {
        font-size: 14px;
        font-weight: 700
    }
    .c-job-favoritBtn.is-added {
        padding-bottom: 2px
    }
    .c-job-favoritBtn.is-added::before {
        margin-bottom: 2px
    }
    .c-jobDetail {
        margin-bottom: 55px
    }
    .c-jobDetail-body {
        background-color: #edf9ff;
        padding: 119px 0 78px;
        position: relative
    }
    .c-jobDetail-container-lv1 {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 800px;
        width: 100%
    }
    .c-jobDetail-container-lv1 .c-job-apprication {
        width: 48.75%
    }
    .c-jobDetail-container-lv1 .c-job-apprication:only-child {
        margin: auto;
        width: 100%
    }
    .c-jobDetail-container-lv1 .c-jobDetail-container-lv2 {
        width: 48.5%
    }
    .c-jobDetail__header {
        margin-bottom: 28px;
        padding: 0 20px 26px
    }
    .c-jobDetail__headerSeparator {
        display: none
    }
    .c-jobDetail__headerText {
        margin-left: calc(235 / 960*100% + 20px);
        overflow: hidden
    }
    .c-job-number {
        height: 40px;
        margin: 0 -20px 20px;
        padding: 0 20px
    }
    .c-job-new {
        border-radius: 0;
        height: 26px;
        right: 10px;
        top: 7px
    }
    .c-jobDetail-point {
        margin-bottom: 14px
    }
    .c-jobDetail-point__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-jobDetail-point .c-listItem-checked {
        font-size: 13px;
        margin: 0 20px 6px 0;
        width: calc(33.3% - 13.33px)
    }
    .c-jobDetail-point .c-listItem-checked:nth-of-type(3n) {
        margin-right: 0
    }
    .c-jobDetail-point .c-listItem-checked+.c-listItem-checked {
        margin-top: 0
    }
    .c-jobDetail-btns {
        box-shadow: none;
        height: 130px;
        padding: 40px 0;
        position: relative
    }
    .c-jobDetail-btns__container {
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 960px;
        padding: 0
    }
    .c-jobDetail-btns__telBtn {
        width: calc(65.10417% - 40px)
    }
    .c-jobDetail-btns__entryBtn {
        font-weight: 400;
        margin-left: auto;
        margin-right: 2.08333%;
        width: 25%
    }
    .c-jobDetail-btns__favoritBtn {
        min-width: 80px;
        width: 9.89583%
    }
    .c-jobDetail-btns__favoritBtn .c-job-favoritBtn {
        font-size: 14px
    }
    .c-jobDetail-btns.is-cloned {
        -webkit-transition: bottom 0.5s 0s ease-out;
        background-color: rgba(255, 255, 255, .9);
        bottom: -90px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
        display: block;
        height: 90px;
        left: 0;
        padding: 21px 20px;
        position: fixed;
        transition: bottom 0.5s 0s ease-out
    }
    .c-jobDetail-tel {
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        align-items: stretch;
        background: 0 0;
        box-shadow: none;
        display: -webkit-box;
        display: flex;
        flex-direction: row;
        height: auto;
        opacity: 1;
        padding: 0;
        position: static;
        width: auto
    }
    .c-jobDetail-tel__numberBox {
        background: 0 0;
        border: 1px solid #737f8f;
        border-left: none;
        border-radius: 0;
        border-right: none;
        height: 67px;
        margin: -10px 20px 0 0;
        padding: 0;
        width: 246px
    }
    .l-main--apply .c-jobDetail-tel__numberBox {
        padding: 0
    }
    .c-jobDetail-tel__anchor {
        padding: 0;
        pointer-events: none
    }
    .c-jobDetail-tel__number {
        color: #737f8f;
        font-size: 32px;
        margin-bottom: 1px
    }
    .c-jobDetail-tel__number::before {
        background-image: url('/assets/images/icon-tel.svg');
        height: 17px;
        margin-right: 8px;
        width: 16px
    }
    .c-jobDetail-tel__numberNote {
        color: #737f8f;
        font-size: 11px
    }
    .c-jobDetail-tel__text {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 246px - 20px)
    }
    .c-jobDetail-tel__description {
        margin: 0
    }
    .c-jobDetail-tel__jobNumber {
        padding-bottom: 8px;
        text-align: left
    }
    .c-jobDetail-tel__jobNumberBg {
        height: 21px;
        margin: 0;
        padding: 0
    }
    .c-job-images {
        margin: 0 auto 29px;
        max-width: 730px;
        padding: 0;
        width: 100%
    }
    .c-job-images__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-job-images__item {
        -webkit-margin-after: 0;
        line-height: 0;
        margin-block-end: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc(25% - 10 * 3/4*1px)
    }
    .c-job-images__item:nth-of-type(4n) {
        margin-right: 0
    }
    .c-job-images__image {
        cursor: pointer;
        margin-bottom: 0
    }
    .c-job-images .c-slider__arrows,
    .c-job-images__text {
        display: none
    }
    .c-job-chart {
        margin: 0 0 63px
    }
    .c-job-chart__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px
    }
    .c-job-chart__item {
        margin: 0 20px 10px 0;
        width: calc(33.3% - 13.33px)
    }
    .c-job-chart__item:nth-of-type(3n) {
        margin-right: 0
    }
    .c-job-chart__item+.c-job-chart__item {
        margin-top: 0
    }
    .c-job-chart__heading {
        width: 22.5%
    }
    .c-job-chart__content {
        padding: 0 20px;
        width: 77.5%
    }
    .c-job-chart__content::before {
        left: 20px;
        width: calc(100% - 40px)
    }
    .c-job-chart__text.is-low {
        left: 20px
    }
    .c-job-chart__text.is-high {
        right: 20px
    }
    .c-job-requirement {
        margin: 0 0 40px
    }
    .c-job-requirement .heading-lv2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 24px;
        text-align: center
    }
    .c-job-requirement__container {
        margin: 0 auto;
        max-width: 800px
    }
    .c-job-requirement__content,
    .c-job-requirement__heading {
        padding: 16px 10px
    }
    .c-job-requirement__content:not(.is-defaultVisible),
    .c-job-requirement__heading:not(.is-defaultVisible) {
        display: block
    }
    .c-job-requirement__heading {
        font-size: 13px;
        width: 140px
    }
    .c-job-requirement__content {
        font-size: 14px;
        width: calc(100% - 140px)
    }
    .c-job-requirement-more.is-hidden {
        display: block
    }
    .c-job-requirement__moreLink {
        display: none
    }
    .c-job-campaign {
        -webkit-transform: translateX(-50%);
        left: 50%;
        margin: 0;
        padding-top: 8px;
        position: absolute;
        top: 31px;
        transform: translateX(-50%)
    }
    .c-job-campaign__heading {
        margin-bottom: 6px
    }
    .c-job-map {
        margin: 0 auto 55px;
        max-width: 800px;
        width: 100%
    }
    .c-job-apprication .heading-lv2 {
        margin-bottom: 16px
    }
    .c-job-apprication__listItem+.c-job-apprication__listItem::after {
        -webkit-transform: none;
        left: 43%;
        transform: none
    }
    .c-job-staff {
        margin-bottom: 26px
    }
    .c-job-staff .heading-lv2 {
        margin-bottom: 16px
    }
    .c-job-staff__imgBox {
        width: 25.7732%
    }
    .c-job-staff__txtBox {
        width: 69.07216%
    }
    .c-job-company {
        margin: 0 0 55px
    }
    .c-job-company .heading-lv2 {
        margin-bottom: 16px
    }
    .c-job-company__imgBox {
        width: 25.7732%
    }
    .c-job-company__txtBox {
        width: 70.10309%
    }
    .c-job-note {
        margin: 0 auto;
        max-width: 800px;
        width: 100%
    }
    .c-job-note .heading-lv2 {
        margin-bottom: 12px
    }
    .c-searchCond-tabNav {
        -webkit-box-pack: start;
        border-bottom: solid 4px #737f8f;
        justify-content: flex-start
    }
    .c-searchCond-tabNav__item {
        font-size: 16px;
        height: 50px;
        width: 240px
    }
    .c-searchCond-tabNav__item+.c-searchCond-tabNav__item {
        margin-left: 15px
    }
    .c-searchCond-tabNav__item.is-active {
        background: #737f8f
    }
    .is-active .c-searchCond-tabNav__anchor {
        color: #fff
    }
    .c-searchCond-conditions {
        padding: 20px 20px 40px
    }
    .c-searchCond-condTable {
        margin-bottom: 40px
    }
    .c-searchCond-condTable__heading {
        background-color: #737f8f;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        height: 51px;
        padding: 0 12px;
        width: 120px
    }
    .c-searchCond-condTable__body {
        font-size: 14px
    }
    .c-searchCond-condTable__btnSetCond {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-transform: none;
        align-items: center;
        border: 1px solid #018fd9;
        border-radius: 2px;
        display: -webkit-inline-box;
        display: inline-flex;
        font-size: 14px;
        height: 24px;
        justify-content: center;
        margin-right: 4px;
        position: static;
        transform: none;
        vertical-align: middle;
        width: 76px
    }
    .c-searchCond-condTable__btnSetCond::before {
        display: none
    }
    .c-searchCond-condTable__text {
        vertical-align: middle;
        width: calc(100% - 76px - 4px - 10px)
    }
    .c-searchCond-condTable__btnSetCond.is-area+.c-searchCond-condTable__text {
        width: calc(100% - 76px - 4px - 10px - 350px)
    }
    .c-searchCond-condTable__text.is-area {
        display: inline-block !important
    }
    .c-searchCond-condTable__text.is-nearHome {
        display: none !important
    }
    .c-searchCond-condTable__nearHome {
        display: block;
        height: 51px;
        position: absolute;
        right: 20px;
        top: 10px
    }
    .c-searchCond-condTable__nearHome .c-checkbox__label {
        margin-right: 0
    }
    .c-searchCond-btnBox {
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-searchCond-btnSearch {
        margin: 0 auto;
        width: 380px
    }
    .c-searchCond-btnSearch__btn {
        height: 64px
    }
    .c-searchCond-btnSearch__txt {
        font-size: 16px;
        letter-spacing: -1px;
        padding-left: 1.33333em
    }
    .c-searchCond-btnSearch__txt::before {
        height: 20px;
        width: 18px
    }
    .c-searchCond-btnSearch__number {
        font-size: 22px
    }
    .c-searchCond-feature {
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 0 40px;
        width: 100%
    }
    .c-searchCond-feature__item {
        max-width: 163px
    }
    .c-searchCond-feature__item+.c-searchCond-feature__item {
        margin-left: 20px
    }
    .c-searchCond-feature__label {
        background-size: 24px 24px;
        font-size: 14px;
        padding-left: 40px
    }
    input:checked+.c-searchCond-feature__label {
        background-position: 16px center;
        background-size: 14px 9px
    }
    .c-searchCond-keyword {
        padding: 30px 20px
    }
    .c-searchResult {
        padding: 25px 0 0
    }
    .c-searchResult-item+.c-searchResult-item {
        margin-top: 20px
    }
    .c-searchResult-item__new {
        border-radius: 0;
        height: 26px;
        right: 10px;
        top: 7px
    }
    .c-searchResult-item__head {
        font-size: 14px;
        height: 40px
    }
    .c-searchResult-item__head .is-emphasis {
        font-size: 18px;
        margin-left: 10px
    }
    .c-searchResult-item__body {
        padding: 20px
    }
    .c-searchResult-item__separator {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px
    }
    .c-searchResult .c-searchResult-item__separator {
        margin-bottom: 24px
    }
    .c-searchResult-item-point__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1px
    }
    .c-searchResult-item-point__container .c-listItem-checked {
        margin-bottom: 16px;
        width: 33.3%
    }
    .c-searchResult-item-point__container .c-listItem-checked+.c-listItem-checked {
        margin-top: 0
    }
    .c-job-tagCloud+.c-searchResult-item-featured {
        height: 100%;
        margin-top: 0
    }
    .c-searchResult-item-featured__speachBuuble {
        bottom: 28px;
        font-size: 16px;
        height: 32px;
        margin: 0;
        position: absolute;
        right: 502px;
        width: 170px
    }
    .c-searchResult-item-featured__speachBuuble::after {
        left: auto;
        right: -8px;
        top: 12px
    }
    .c-searchResult-item-btnArea {
        position: relative
    }
    .c-searchResult-item-btnArea__container {
        margin-left: auto;
        width: 455px
    }
    .c-searchResult-item-btnArea__detailBtn,
    .c-searchResult-item-btnArea__entryBtn {
        width: 35.16484%
    }
    .c-searchResult-item-btnArea__favoritBtn {
        width: 20.87912%
    }
    .c-searchResult-sort.c-select {
        height: 34px;
        min-width: 140px
    }
    .c-searchResult-sort.c-select::after {
        -webkit-transform: translate(0, -50%);
        left: 9px;
        transform: translate(0, -50%)
    }
    .c-searchResult-sort.c-select select {
        padding-left: 26px;
        text-indent: 0;
        width: 100%
    }
    .c-pager {
        margin: 0 0 40px
    }
    .l-main--apply {
        margin: 0 auto;
        max-width: 770px;
        padding: 7px 10px 0
    }
    .c-apply__heading-lv1 {
        font-size: 18px;
        margin: 15px 0 28px;
        padding: 0
    }
    .c-apply__tagline {
        margin: -11px 0 0;
        padding: 0
    }
    .c-apply__heading-lv2 {
        margin: 15px 0;
        padding: 0
    }
    .c-apply-telLink {
        color: #333;
        pointer-events: none;
        text-decoration: none
    }
    .c-apply-description {
        margin: 0 0 20px
    }
    .c-apply-form {
        -webkit-box-align: start;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        align-items: flex-start;
        display: -webkit-box;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap
    }
    .c-apply-inputWrapper {
        margin-right: auto;
        padding-top: 0;
        width: 580px
    }
    .c-apply-selectArea .c-searchCond-btnSearch,
    .c-apply-selectDate .c-searchCond-btnSearch {
        width: 310px
    }
    .c-apply-selectArea .c-searchCond-btnSearch .c-searchCond-btnSearch__btn,
    .c-apply-selectDate .c-searchCond-btnSearch .c-searchCond-btnSearch__btn {
        height: 48px
    }
    .c-modal-registrationSuggest__container {
        padding-top: 0
    }
    .c-modal-registrationSuggest .c-modal-favorit__headingLv2 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .c-modal-registrationSuggest .c-modal-favorit__banner {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .c-modal-registrationSuggest .c-modal-favorit-merit {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .c-modal-registrationSuggest .c-modal-favorit-merit__item {
        margin: 0
    }
    .c-modal-registrationSuggest-btnContainer {
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .c-apply-step__item {
        height: 42px;
        width: calc(33.3% - 10px)
    }
    .c-apply-step__item+.c-apply-step__item {
        border-left: none;
        margin-left: 15px
    }
    .c-apply-step__number {
        display: none
    }
    .c-apply-step__label {
        color: #DFE2E7;
        display: inline;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.53846
    }
    .c-apply-login {
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px;
        padding: 19px 20px
    }
    .c-apply-input {
        margin: 0 auto 40px 0;
        padding: 30px 20px 50px;
        width: 580px
    }
    .c-apply-applyType__content .c-apply-input,
    .c-apply-input.is-width--full {
        width: 100%
    }
    .c-apply-input__row {
        max-width: none
    }
    .c-apply-input__col.c-radio-btn__container {
        width: 348px
    }
    .c-apply-job {
        width: 100%
    }
    .c-apply-job-item {
        margin: 0
    }
    .c-apply-job-item+.c-apply-job-item {
        margin-top: 16px
    }
    .c-apply-job .c-apply__heading-lv1 {
        font-size: 14px
    }
    .c-apply-job .c-searchResult-item__head {
        font-size: 12px
    }
    .c-apply-job .c-searchResult-item__head .is-emphasis {
        font-size: 16px
    }
    .c-apply-job .c-job-thumbs {
        margin-bottom: 17px;
        width: 80px
    }
    .c-apply-job .c-job-copy {
        font-size: 15px
    }
    .c-apply-job .c-job-tagline {
        font-size: 13px
    }
    .c-apply-job .c-job-spec {
        clear: both
    }
    .c-apply-job .c-job-spec__container.is-full {
        width: auto
    }
    .c-apply-job .c-job-spec__container.is-full+.c-job-spec__container {
        margin-left: 30px;
        margin-top: 0
    }
    .c-apply-job .c-job-spec__heading {
        font-size: 10px;
        height: 16px;
        width: 50px
    }
    .c-apply-job .c-job-spec__content {
        font-size: 12px;
        width: calc(100% - 50px)
    }
    .c-apply-job .c-button {
        margin-top: 37px
    }
    .c-apply-applyType {
        margin: 29px 0 11px
    }
    .c-apply-applyType__list {
        padding: 74px 0 0;
        position: relative
    }
    .c-apply-applyType__list::before {
        background: #737f8f;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 50px;
        width: 100%
    }
    .c-apply-applyType__item {
        position: static
    }
    .c-apply-applyType__anchor {
        -webkit-box-pack: center;
        background: #e4e4e4;
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        justify-content: center;
        position: absolute;
        top: 0;
        width: calc(33.3% - 20px)
    }
    .c-apply-applyType__anchor::after {
        display: none
    }
    .is-place .c-apply-applyType__anchor {
        left: 15px
    }
    .is-date .c-apply-applyType__anchor {
        -webkit-transform: translateX(-50%);
        left: 50%;
        transform: translateX(-50%)
    }
    .is-web .c-apply-applyType__anchor {
        right: 15px
    }
    .c-apply-applyType__textWrapper {
        height: 50px;
        right: 15px;
        top: 0;
        width: calc(33.3% - 20px)
    }
    .c-apply-applyType__help {
        left: calc(50% + 2.6em);
        top: calc(50% - 7px)
    }
    .c-apply-place {
        margin-bottom: 40px
    }
    .c-apply-place-date {
        display: none
    }
    .c-apply-place__item {
        padding-bottom: 17px
    }
    .is-date .c-apply-place__item {
        min-height: 88px
    }
    .c-apply-place__item+.c-apply-place__item {
        margin-top: 20px
    }
    .c-apply-place-item__title {
        width: 100%
    }
    .c-apply-place-item__address {
        padding-right: 100px
    }
    .is-date .c-apply-place-item__address {
        margin-bottom: 0;
        padding-right: 100px;
        width: calc(100% - 295px)
    }
    .c-apply-place-item__map {
        -webkit-transform: translateY(-50%);
        margin: 0;
        position: absolute;
        right: 116px;
        top: 50%;
        transform: translateY(-50%)
    }
    .is-date .c-apply-place-item__map {
        -webkit-transform: translateY(-50%);
        right: 335px;
        top: 50%;
        transform: translateY(-50%)
    }
    .c-apply-place-item__btn {
        right: 20px
    }
    .is-date .c-apply-place-item__selectTimeTitle {
        display: none
    }
    .c-apply-place-item__selectTime .c-select {
        width: calc(100% - 115px)
    }
    .is-date .c-apply-place-item__selectTime {
        -webkit-transform: translateY(-50%);
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 295px
    }
    .c-apply-place-hit0__date {
        font-size: 16px
    }
    .c-apply-place-hit0__txt {
        font-size: 14px;
        text-align: center
    }
    .c-apply-cal__containerOuter {
        background: #fff;
        display: -webkit-box;
        display: flex
    }
    .is-date .c-apply-cal__container {
        padding: 14px 27px 24px;
        width: 50%
    }
    .c-apply-cal-time__item {
        font-size: 10px;
        padding-left: 10px
    }
    .c-apply-cal-wrapper {
        overflow: hidden
    }
    .c-apply-cal-column {
        width: calc(100 / 7*1% - 17.14px)
    }
    .c-apply-cal-table {
        width: 100%
    }
    .c-apply-cal-table__table {
        border-spacing: 7px
    }
    .c-apply-cal-table__cell-pt2 {
        height: 38px
    }
    .c-apply-remaining {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 13px 0;
        position: static;
        width: 140px
    }
    .c-apply-remaining .is-emphasis {
        display: inline-block;
        padding-left: 0;
        padding-top: 8px
    }
    .c-apply-remaining .is-emphasis .is-emphasis {
        display: inline
    }
    .c-apply-entrySheet {
        margin: 18px 0 0
    }
    .c-apply-entrySheet__heading {
        margin-bottom: 38px
    }
    .c-entrySheet-btn--home .c-button__btn.is-small {
        width: 158px
    }
    .c-apply-aptitudeTest {
        margin: 20px 0 0;
        padding-bottom: 15px
    }
    .c-apply-aptitudeTest__failed .c-jobDetail-tel {
        pointer-events: none;
        width: 246px
    }
    .l-main--entrysheet {
        margin: 0 auto;
        max-width: 770px;
        padding: 7px 10px 0
    }
    .l-main--entrysheet .c-apply-input__row {
        max-width: none
    }
    .c-entrysheet-inputBlk.c-apply-input.is-padding_b--30 {
        padding-bottom: 30px
    }
    .c-entrysheet-inputBlk .c-apply-input__row+.c-apply-input__row {
        margin-top: 34px
    }
    .c-entrysheet-inputBlk .c-apply-input__title {
        margin-bottom: 7px
    }
    .c-entrysheet-inputBlk__heading {
        margin: 0 -20px 22px;
        padding: 0 20px
    }
    .c-entrysheet-inputBlk .is-date {
        font-weight: 700
    }
    .c-entrysheet-inputBlk .is-date.c-apply-input__row .c-apply-input__col.is-date-immediately {
        margin-left: 20px;
        margin-top: 0;
        width: auto
    }
    .c-entrysheet-inputBlk .is-date.c-apply-input__row .c-apply-input__col.is-date-immediately::before {
        content: "または";
        display: inline-block;
        padding-right: 20px
    }
    .c-entrysheet-repaetBlk {
        margin: 0 -20px;
        padding: 28px 20px
    }
    .c-entrysheet-businessEx-term {
        display: -webkit-box;
        display: flex;
        margin-bottom: 34px
    }
    .c-entrysheet-businessEx-term .c-apply-input__row.is-date {
        margin: 0;
        width: 50%
    }
    .c-entrysheet-businessEx-term .c-apply-input__row.is-date .c-apply-input__col {
        width: 90px
    }
    .c-entrysheet-businessEx-term .c-apply-input__row.is-date .c-apply-input__col.is-year {
        width: 120px
    }
    .c-entrysheet-btnNext {
        background: #fff;
        margin: 20px auto 0 0;
        padding: 40px 0;
        width: 580px
    }
    .c-entrysheet-btnNext.is-margin-top--0 {
        margin-top: 0
    }
    .c-entrysheet-btn--back {
        margin: 20px 0 40px
    }
    .c-entrySheet-btn--home .c-button__btn {
        width: 310px
    }
    .c-entrysheet-confirm__block {
        margin: 0;
        padding: 0 20px 10px
    }
    .c-entrysheet-confirm__block .c-entrysheet-inputBlk__heading {
        margin: 0 -20px 22px
    }
    .c-entrysheet-confirm__block .is-empty:last-child {
        padding-bottom: 12px
    }
    .c-entrysheet-confirm__title,
    .is-narrowTitle .c-entrysheet-confirm__title {
        width: 130px
    }
    .is-wideTitle .c-entrysheet-confirm__title {
        margin-bottom: 10px;
        width: 100%
    }
    .is-wideTitle .c-entrysheet-confirm__title.is-full {
        margin-top: 0
    }
    .c-entrysheet-confirm__content,
    .is-narrowTitle .c-entrysheet-confirm__content {
        width: calc(100% - 170px)
    }
    .is-wideTitle .c-entrysheet-confirm__content {
        margin-bottom: 32px;
        width: 100%
    }
    .c-mypage-keep-noResult__text {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.14286;
        padding: 81px 0 0
    }
    .c-mypage-keep-noResult__link {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.33333;
        margin: 31px 0 42px
    }
    .c-myPage-modal-description {
        text-align: center
    }
    .c-mypage-nav__list {
        padding: 0
    }
    .c-mypage-nav__item {
        width: calc(33.3% - 20 * 2/3*1px)
    }
    .c-mypage-nav__anchor.is-entrySheet::before {
        -webkit-transform: translateX(-50%);
        top: 22px;
        transform: translateX(-50%)
    }
    .c-mypage-history__block {
        margin: 20px 0 0
    }
    .c-mypage-history__content {
        padding: 12px 20px 20px
    }
    .c-mypage-history-applyMeeting__address {
        width: calc(47.1831% - 68px)
    }
    .c-mypage-history-applyMeeting__date {
        margin: 0;
        padding-left: 40px;
        width: calc(52.8169% - 142px)
    }
    .c-mypage-history-applyMeeting__action {
        margin-top: 0
    }
    .c-mypage-history-applyMeeting__state {
        margin-bottom: 25px;
        width: 182px
    }
    .c-mypage-history-es {
        margin-top: 18px
    }
    .c-mypage-history-es .c-mypage-history-content__heading {
        margin-bottom: 4px
    }
    .c-mypage-history-es__list {
        width: 335px
    }
    .c-mypage-history-noResult__text {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.14286;
        padding: 90px 0 0
    }
    .c-mypage-history-noResult__link {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.33333;
        margin: 27px 0 0;
        padding: 0 0 61px
    }
    .c-mypage-job__checkbox {
        width: 35px
    }
    .c-mypage-job__detail {
        padding: 10px 20px 11px
    }
    .c-login-description {
        margin: 0 0 20px;
        padding-bottom: 10px
    }
    .c-login-input {
        margin: 0 auto 40px 0;
        padding: 30px 20px 50px;
        width: 100%
    }
    .c-login-input.is-hasOnlyChild,
    .c-login-input.is-pwResetDone {
        margin-bottom: 40px
    }
    .c-registerInfo {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: flex;
        flex-direction: column
    }
    .c-registerInfo-merit {
        margin-bottom: auto
    }
    .c-oricon-bnr {
        background-image: url('/assets/images/bnr-oricon-pc-bg@2x.jpg');
        max-height: 80px
    }
    .c-oricon-bnr img {
        max-height: 80px
    }
    .c-topSearch {
        -webkit-box-align: normal;
        align-items: normal;
        display: -webkit-box;
        display: flex;
        margin: 1px auto 0
    }
    .c-topSearch__heading {
        margin-bottom: 26px
    }
    .c-topSearch__heading span {
        font-size: 18px;
        padding: 9px 18px
    }
    .c-topSearch-container {
        max-width: 640px
    }
    .c-topSearch-area {
        background-position: right top;
        margin: 0 1px 0 0;
        min-height: 400px;
        padding: 35px 0;
        width: calc(50% - 1px)
    }
    .c-topSearch-area .c-topSearch__heading span {
        padding-left: 42px
    }
    .c-topSearch-area .c-topSearch__heading span::before {
        height: 20px;
        left: 21px;
        width: 14px
    }
    .c-topSearch-area__list {
        margin: 0 auto -10px;
        min-width: 370px;
        padding: 0 20px
    }
    .c-topSearch-area__item {
        height: 60px;
        width: 48.64865%
    }
    .c-topSearch-area__anchor {
        font-size: 16px
    }
    .c-topSearch-cond {
        min-height: 400px;
        padding: 35px 0;
        width: 50%
    }
    .c-topSearch-cond .c-topSearch__heading span {
        padding-left: 42px
    }
    .c-topSearch-cond .c-topSearch__heading span::before {
        height: 20px;
        left: 18px;
        width: 18px
    }
    .c-topSearch-cond__list {
        margin: 0 auto -20px;
        min-width: 370px;
        padding: 0 20px
    }
    .c-topSearch-cond__item {
        height: 120px;
        margin-bottom: 20px;
        width: 47.2973%
    }
    .c-topSearch-cond__anchor {
        -webkit-box-pack: end;
        font-size: 16px;
        justify-content: flex-end;
        padding-bottom: 24px
    }
    .c-topSearch-cond__anchor.is-dormitory::before {
        margin-bottom: 18px
    }
    .c-topSearch-cond__anchor.is-calender::before {
        margin-bottom: 17px
    }
    .c-topSearch-cond__anchor.is-flag::before {
        margin-bottom: 18px
    }
    .c-topSearch-cond__anchor.is-mapPin::before {
        margin-bottom: 16px
    }
    .c-banner {
        padding-bottom: 80px;
        padding-top: 20px
    }
    .c-banner__item {
        padding: 0 5px;
        width: 530px
    }
    .c-banner .c-slider__dots .slick-dots li.slick-active {
        background: #018fd9
    }
    .c-beginer {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px 60px
    }
    .c-beginer__container {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
    }
    .c-beginer__list {
        background: #00bac9;
        border: none;
        border-radius: 0 0 6px 6px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 15px 5px
    }
    .c-beginer__item {
        border: none;
        margin: 0 20px 10px 0;
        padding: 0;
        width: calc(33.3% - 13.33px)
    }
    .c-beginer__item:nth-child(3n) {
        margin-right: 0
    }
    .c-beginer__item:nth-child(n + 7) {
        display: list-item
    }
    .c-beginer__anchor {
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
        height: 100px
    }
    .c-beginer .c-link-more {
        display: none
    }
    .c-beginer .c-link-all {
        top: 26px
    }
    .c-pickUp__headingLv1 {
        font-size: 18px;
        height: 58px
    }
    .c-pickUp__headingInner {
        padding-left: 53px
    }
    .c-pickUp__headingInner::before {
        background-color: #018fd9;
        top: 10px
    }
    .c-pickUp__block {
        padding-top: 30px
    }
    .c-pickUp__block+.c-pickUp__block {
        padding-bottom: 40px;
        padding-top: 4px
    }
    .c-pickUp__item {
        height: 104px;
        width: 12.5%
    }
    .c-pickUp__anchor {
        padding-bottom: 13px
    }
    .c-feature {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px 60px
    }
    .c-feature__list {
        margin-top: 40px;
        padding: 0
    }
    .c-feature__item {
        margin-right: 20px;
        width: calc(25% - 15px)
    }
    .c-feature__item:nth-of-type(2n) {
        margin-right: 20px
    }
    .c-feature__item:nth-of-type(4n) {
        margin-right: 0
    }
    .c-feature-item__txt {
        padding-bottom: 18px
    }
    .c-feature-item__separator {
        margin-bottom: 5px;
        margins-bottom: 2px
    }
    .c-staffList {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px 60px
    }
    .c-staffList:last-child {
        padding-bottom: 0
    }
    .c-staffList__list {
        padding: 0
    }
    .c-staffList__item {
        margin-right: 20px;
        width: calc(25% - 15px)
    }
    .c-staffList__item:nth-of-type(2n) {
        margin-right: 20px
    }
    .c-staffList__item:nth-of-type(4n) {
        margin-right: 0
    }
    .c-newsList {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px 60px
    }
    .c-banner+.c-newsList {
        padding-bottom: 53px
    }
    .l-main--home .c-newsList .heading-lv2 {
        background: 0 0;
        color: #343434;
        display: block;
        font-size: 1.125rem;
        height: auto;
        margin: 0 0 40px;
        padding: 0 20px;
        text-align: center
    }
    .c-newsList__list {
        margin: 0 auto;
        max-width: 700px
    }
    .c-newsList__item {
        background: #fff;
        border: none;
        border-radius: 6px;
        padding: 16px 30px 18px
    }
    .c-newsList__item+.c-newsList__item {
        margin-top: 10px
    }
    .c-newsList .c-link-all {
        margin: 20px 0 0;
        position: relative;
        right: auto;
        text-align: center;
        top: auto
    }
    .c-newsList .c-link-all__anchor {
        color: #018fd9;
        position: relative
    }
    .c-newsList .c-link-all__anchor::before {
        background-image: url('/assets/images/bullet-arrow-l2r-blue.svg')
    }
    .l-main--home {
        padding-bottom: 1px;
        padding-top: 0
    }
    .l-main--home .c-tagCloud .c-pickUp__block {
        padding-bottom: 40px;
        padding-top: 20px
    }
    .l-main--home .c-tagCloud__container {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .l-main--home .c-recommendedWork {
        padding-bottom: 30px;
        padding-top: 60px
    }
    .c-news-heading {
        font-size: 18px
    }
    .c-news-list__item {
        padding: 19px 30px 15px
    }
    .c-news-list__title {
        margin-top: 7px
    }
    .c-news-detail__container {
        padding: 26px 20px 46px
    }
    .c-news-detail__separator {
        margin: 30px -20px 0
    }
    .c-staffInterview-heading {
        font-size: 18px
    }
    .c-staffInterview-detail-header__textbox {
        background: 0 0;
        bottom: auto;
        color: #333;
        left: 54.5%;
        min-height: auto;
        top: 0;
        width: 45.5%
    }
    .c-staffInterview-detail-header__textbox-inner {
        color: #333;
        padding: 98px 0 0
    }
    .c-staffInterview-detail-body {
        margin: 56px auto 0;
        max-width: 750px
    }
    .c-staffInterview-detail-body__catchCopy {
        font-size: 26px;
        font-weight: 400;
        line-height: 1.38462
    }
    .c-staffInterview-detail-body__text {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 28px
    }
    .c-staffInterview-detail-body__question {
        font-size: 20px;
        line-height: 1.3;
        padding-left: 50px
    }
    .c-staffInterview-detail-body__question::before {
        width: 40px
    }
    .c-staffInterview-detail-body__img {
        margin-top: 32px
    }
    .c-staffInterview-detail-body__separator {
        margin: 56px auto
    }
    .c-staffInterview-detail-link {
        margin: 60px auto 0;
        max-width: 750px;
        text-align: center
    }
    .c-com003__list {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-com003__item {
        font-size: 24px;
        height: auto;
        letter-spacing: 4.8px;
        margin-top: 20px;
        min-height: 118px;
        padding: 10px;
        width: calc(50% - 10px)
    }
    .c-com003__item:nth-child(-n + 2) {
        margin-top: 0
    }
    .c-com003__item.is-yuryohaken::before {
        height: 62px;
        width: 60px
    }
    .c-com003__item.is-gjmark::before {
        height: 48px;
        width: 45px
    }
    .c-com003__small {
        font-size: 14px;
        margin-bottom: 19px
    }
    .c-com006__container {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between
    }
    .c-com006__item {
        width: calc(50% - 40px)
    }
    .c-com006__item+.c-com006__item {
        margin-top: 0
    }
    .c-com006__heading {
        font-size: 24px;
        line-height: 1.41667;
        text-align: left
    }
    .c-com006__img {
        margin-top: 24px
    }
    .c-com006__text {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 29px
    }
    .c-com008__list {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between
    }
    .c-com008__item {
        margin: 0;
        width: calc(50% - 20px)
    }
    .c-com008__item+.c-com008__item,
    .is-noText .c-com008__item+.c-com008__item {
        margin-top: 0
    }
    .c-com012__list {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-com012__item {
        margin: 36px 35px 0 0;
        width: calc(33.3% - 23.33px)
    }
    .c-com012__item:nth-child(-n + 3) {
        margin-top: 0
    }
    .c-com012__item:nth-child(3n) {
        margin-right: 0
    }
    .c-com012__copy {
        height: 60px
    }
    .c-com012__text {
        margin-top: 10px
    }
    .c-com013__list {
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding-top: 0
    }
    .c-com013__item {
        margin-right: 35px;
        margin-top: 40px;
        width: calc(33.3% - 23.33px)
    }
    .c-com013__item:nth-child(-n + 3) {
        margin-top: 0
    }
    .c-com013__item:nth-child(3n) {
        margin-right: 0
    }
    .c-com013__imgContainer {
        height: 160px;
        width: 160px
    }
    .c-com013__heading {
        margin-top: 30px
    }
    .c-text {
        font-size: 16px;
        line-height: 1.75
    }
    .c-link__anchor,
    .l-block .c-link__anchor--external {
        font-size: 16px;
        line-height: 1.5
    }
    .c-leadCopy {
        font-size: 16px;
        line-height: 1.75;
        text-align: center
    }
    .c-pageHeading {
        font-size: 24px
    }
    .c-contentHeading--lv1 {
        font-size: 36px;
        line-height: 1.3
    }
    .c-contentHeading--lv2,
    .c-video__title,
    .is-sp-small .c-contentHeading--lv2,
    .is-sp-small .c-video__title {
        font-size: 24px;
        line-height: 1.41667
    }
    .c-contentHeading--lv3,
    .c-grid--3cols__body h3 {
        font-size: 18px;
        line-height: 1.33333
    }
    .c-list--regular__item,
    .l-block ul.c-list--regular>li:not([class]) {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 0 0 20px
    }
    .c-list--regular__item+.c-list--regular__item,
    .l-block ul.c-list--regular>.c-list--regular__item+li:not([class]),
    .l-block ul.c-list--regular>li:not([class])+.c-list--regular__item,
    .l-block ul.c-list--regular>li:not([class])+li:not([class]) {
        margin-top: 10px
    }
    .c-list--number__item,
    .l-block ol.c-list--number>li:not([class]) {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 0 0 50px
    }
    .c-list--number2__item,
    .l-block ol.c-list--number2>li:not([class]) {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 0 0 40px
    }
    .c-list--number2__item+.c-list--number2__item,
    .l-block ol.c-list--number2>.c-list--number2__item+li:not([class]),
    .l-block ol.c-list--number2>li:not([class])+.c-list--number2__item,
    .l-block ol.c-list--number2>li:not([class])+li:not([class]) {
        margin-top: 10px
    }
    .c-list--alphabet__item,
    .l-block ol.c-list--alphabet>li:not([class]) {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 0 0 40px
    }
    .c-list--alphabet__item+.c-list--alphabet__item,
    .l-block ol.c-list--alphabet>.c-list--alphabet__item+li:not([class]),
    .l-block ol.c-list--alphabet>li:not([class])+.c-list--alphabet__item,
    .l-block ol.c-list--alphabet>li:not([class])+li:not([class]) {
        margin-top: 10px
    }
    .c-table thead th:first-child {
        max-width: 170px;
        text-align: center;
        width: 22.7577%
    }
    .c-table th {
        font-size: 16px;
        line-height: 1.75;
        padding: 15px 20px 14px
    }
    .c-table td {
        font-size: 16px;
        line-height: 1.75
    }
    .c-table--2cols {
        margin-top: 19px
    }
    .c-table--2cols td,
    .c-table--2cols th {
        font-size: 16px;
        line-height: 1.75
    }
    .c-table--2cols th {
        padding: 14px 20px 13px;
        width: 161px
    }
    .c-aboutUs__list {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-aboutUs__item {
        font-size: 24px;
        height: auto;
        letter-spacing: 4.8px;
        margin-top: 20px;
        min-height: 118px;
        padding: 10px;
        width: calc(50% - 10px)
    }
    .c-aboutUs__item:nth-child(-n + 2) {
        margin-top: 0
    }
    .c-aboutUs__item.is-yuryohaken::before {
        height: 62px;
        width: 60px
    }
    .c-aboutUs__item.is-gjmark::before {
        height: 48px;
        width: 45px
    }
    .c-aboutUs__small {
        font-size: 14px;
        margin-bottom: 19px
    }
    .c-areaInfo__heading {
        font-size: 24px;
        line-height: 1.08333
    }
    .c-areaInfo__headingSmall {
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 11px
    }
    .c-areaInfo__img {
        margin: 32px 0 24px
    }
    .c-faq__item {
        padding: 21px 30px 19px
    }
    .c-faq__item::after {
        right: 30px;
        top: 30px
    }
    .c-faq__anchor {
        font-size: 16px
    }
    .c-faq__body {
        padding: 39px 0 13px
    }
    .c-faq__question {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 30px 0 45px
    }
    .c-faq__question::before {
        font-size: 24px;
        top: 0
    }
    .c-faq__answer+.c-faq__question {
        margin-top: 60px
    }
    .c-faq__answer {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 40px;
        padding: 0 30px 0 45px
    }
    .c-faq__answer::before {
        font-size: 24px;
        top: -1px
    }
    .c-faqs__wrap {
        padding: 30px
    }
    .c-faqs__question {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 30px 0 45px
    }
    .c-faqs__question::before {
        font-size: 24px;
        top: 0
    }
    .c-faqs__answer {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 40px;
        padding: 0 30px 0 45px
    }
    .c-faqs__answer::before {
        font-size: 24px;
        top: -1px
    }
    .c-flow__item {
        padding: 28px 25px 25px
    }
    .c-flow__item+.c-flow__item {
        margin-top: 25px
    }
    .c-flow__item+.c-flow__item::before {
        top: -25px
    }
    .c-flow__text {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 15px;
        padding-left: 60px
    }
    .c-flow__anchor {
        margin-top: 10px;
        padding-left: 60px
    }
    .c-flow--custom__item {
        padding: 20px 25px 25px
    }
    .c-flow--custom__item+.c-flow--custom__item {
        margin-top: 25px
    }
    .c-flow--custom__item+.c-flow--custom__item::before {
        top: -25px
    }
    .c-flow--custom__itemInner {
        padding-left: 60px
    }
    .c-flow--custom__heading {
        margin: 0
    }
    .c-flow--custom__text {
        font-size: 16px;
        line-height: 1.75
    }
    .c-flow--custom__anchor,
    .c-flow--custom__anchor--external {
        margin-top: 10px
    }
    .c-flow--custom__box {
        font-size: 16px;
        line-height: 1.75
    }
    .c-flow--custom__img {
        flex-shrink: 0;
        margin: 0 30px 0 0;
        width: 130px
    }
    .c-flow--custom__wrap {
        -webkit-box-align: start;
        -webkit-box-pack: start;
        align-items: flex-start;
        display: -webkit-box;
        display: flex;
        justify-content: flex-start;
        margin-left: -60px;
        padding-top: 0
    }
    .c-flow--custom__main {
        margin-left: 60px
    }
    .c-improvementCase__heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 100px
    }
    .c-improvementCase__voice {
        font-size: 16px;
        line-height: 1.75;
        margin: 20px auto 0 100px;
        padding: 24px 30px 26px;
        width: calc(100% - 250px)
    }
    .c-improvementCase__voice::before {
        height: 80px;
        left: -100px;
        width: 80px
    }
    .c-improvementCase__answer {
        font-size: 16px;
        line-height: 1.75;
        margin: 20px 100px 0 auto;
        padding: 24px 30px 26px;
        width: calc(100% - 250px)
    }
    .c-improvementCase__answer::before {
        height: 80px;
        right: -100px;
        width: 80px
    }
    .c-improvementCase__answer p,
    .c-improvementCase__voice p {
        margin-bottom: 22px
    }
    .c-video__title {
        text-align: center
    }
    .c-video__caption {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 10px
    }
    .c-gallery__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-gallery__item {
        margin: 35px auto 0 0;
        width: calc(33.3% - 23.33px)
    }
    .c-gallery__item:nth-of-type(-n + 3) {
        margin-top: 0
    }
    .c-flowByType__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-flowByType__item {
        margin: 60px 0 0;
        max-width: 335px
    }
    .c-flowByType__item:nth-of-type(-n + 2) {
        margin-top: 0
    }
    .c-flowByType__item:nth-of-type(2n + 1) {
        margin-right: auto
    }
    .c-flowByType-steps__item+.c-flowByType-steps__item,
    .c-flowByType-steps__list {
        margin-top: 20px
    }
    .c-flowByType-btns__list {
        margin-top: 29px
    }
    .c-howToUse__item {
        display: -webkit-box;
        display: flex
    }
    .c-howToUse__item+.c-howToUse__item {
        margin-top: 60px
    }
    .c-howToUse__img {
        margin-right: auto;
        width: calc(100% - 335px - 59px)
    }
    .c-howToUse__textContainer {
        margin-top: 0;
        width: 335px
    }
    .c-howToUse__heading {
        font-size: 24px;
        line-height: 1.41667
    }
    .c-howToUse__text+.c-howToUse__heading {
        margin-top: 39px
    }
    .c-howToUse__text {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 21px
    }
    .c-company+.c-company {
        margin-top: 76px
    }
    .c-company__heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.41667
    }
    .c-company__container {
        display: -webkit-box;
        display: flex;
        margin-top: 23px
    }
    .c-company__img {
        margin-right: auto;
        width: 221px
    }
    .c-company__textContainer {
        margin-top: 0;
        width: calc(100% - 8% - 221px)
    }
    .c-company__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75
    }
    .c-company__link {
        margin-top: 20px
    }
    .c-company__table {
        margin-top: 19px
    }
    .c-company__table td,
    .c-company__table th {
        font-size: 16px;
        line-height: 1.75
    }
    .c-company__table th {
        padding: 14px 20px 13px;
        width: 161px
    }
    .c-company.is-spec {
        margin-top: 54px
    }
    .c-grid--2cols+.c-grid--2cols {
        margin-top: 76px
    }
    .c-grid--2cols__heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.41667
    }
    .c-grid--2cols__container {
        display: -webkit-box;
        display: flex;
        margin-top: 23px
    }
    .c-grid--2cols__img {
        margin-right: auto;
        width: 221px
    }
    .c-grid--2cols__textContainer {
        margin-top: 0;
        width: calc(100% - 8% - 221px)
    }
    .c-grid--2cols__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75
    }
    .c-grid--2cols__link {
        margin-top: 20px
    }
    .c-grid--2cols__table {
        margin-top: 19px
    }
    .c-grid--2cols__table td,
    .c-grid--2cols__table th {
        font-size: 16px;
        line-height: 1.75
    }
    .c-grid--2cols__table th {
        padding: 14px 20px 13px;
        width: 161px
    }
    .c-grid--2cols.is-spec {
        margin-top: 54px
    }
    .c-grid--2cols--half__container {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between
    }
    .c-grid--2cols--half__item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(50% - 40px)
    }
    .c-grid--2cols--half__item+.c-grid--2cols--half__item {
        margin-top: 0
    }
    .c-grid--2cols--half__heading {
        font-size: 24px;
        line-height: 1.41667;
        text-align: left
    }
    .c-grid--2cols--half__img {
        margin-top: 24px
    }
    .c-grid--2cols--half__text {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 29px
    }
    .c-grid--3cols__container {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
    .c-grid--3cols__item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 35px auto 0 0;
        width: calc(33.3% - 23.33px)
    }
    .c-grid--3cols__item:nth-of-type(-n + 3) {
        margin-top: 0
    }
    .c-grid--3cols__body {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .c-accordion__item::after {
        right: 30px;
        top: 30px
    }
    .c-accordion__anchor {
        font-size: 16px;
        padding: 21px 30px 19px
    }
    .c-accordion__body {
        padding: 20px 30px 30px
    }
    .c-accordion__question {
        font-size: 16px;
        line-height: 1.75;
        padding: 0 30px 0 45px
    }
    .c-accordion__question::before {
        font-size: 24px
    }
    .c-faq__answer+.c-accordion__question {
        margin-top: 60px
    }
    .c-accordion__answer {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 40px;
        padding: 0 30px 0 45px
    }
    .c-accordion__answer::before {
        font-size: 24px;
        top: -1px
    }
    .c-glossary section+section {
        margin-top: 60px
    }
    .c-glossary__title {
        font-size: 16px;
        line-height: 1.75
    }
    .c-apply-entrySheet+.c-memberRegistrationSuggestion {
        max-width: none
    }
    .c-apply-entrySheet+.c-memberRegistrationSuggestion .c-modal-favorit-merit {
        -webkit-box-pack: center;
        justify-content: center
    }
    .c-apply-entrySheet+.c-memberRegistrationSuggestion .c-modal-favorit-merit__item+.c-modal-favorit-merit__item {
        margin-left: 25px
    }
    .p-login {
        display: -webkit-box;
        display: flex
    }
    .p-login .c-login-input,
    .p-login .c-registerInfo {
        margin-bottom: 0;
        width: calc(50% - 10px)
    }
    .p-login .c-login-input {
        margin-right: 20px;
        padding-bottom: 40px;
        padding-top: 20px
    }
    .p-login .c-login-input form {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        height: 100%
    }
    .p-login .c-login-input form > * {
        width: 100%
    }
    .p-login .c-login-input .c-login-forgetPW {
        margin-bottom: auto
    }
    .p-login .c-registerInfo {
        margin: 0
    }
    .p-mypage-nav {
        margin-top: 12px
    }
    .p-mypage-description {
        margin: 2px 0
    }
    .p-mypage-message {
        margin: 3px 10px 0
    }
    .p-mypage-history {
        margin-top: 45px
    }
    .p-mypage-history .c-apply__heading-lv1 {
        margin-bottom: 0
    }
    .p-mypage-keep {
        margin: 20px 0 0;
        padding: 18px 20px 40px
    }
    .p-mypage-keep .c-mypage-job:first-of-type {
        margin-top: 18px
    }
    .p-mypage-keep .c-mypage-job-checkbox-controller {
        margin-top: 19px;
        padding-left: 11px
    }
    .p-mypage-keep .p-myPage-btnList {
        margin-top: 31px
    }
    .p-mypage-keep .c-myPage-btnList {
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        max-width: 640px
    }
    .p-mypage-keep .c-myPage-btnList__item {
        margin-top: 0;
        width: calc(50% - 20 * 1/2*1px)
    }
    .p-mypage-es-list {
        margin: 20px 0 0
    }
    .p-myPage-es-description {
        margin: 2px 0 44px;
        width: 100%
    }
    .p-myPage-tagCloud {
        margin: 44px 0 0
    }
    .p-myPage-tagCloud .c-tagCloud__container {
        -webkit-box-pack: start;
        justify-content: flex-start
    }
    .p-mypage-history-moreLink {
        margin-top: 18px
    }
    .p-mypage-leave {
        margin-top: 26px
    }
    .p-mypage-leave .c-apply__heading-lv1 {
        margin-bottom: 10px
    }
    .p-mypage-leave__container {
        margin: 0
    }
    .p-myPage-btnList {
        margin-top: 56px
    }
    .p-contact,
    .p-myPage-form {
        margin: 0
    }
    .p-contact .c-apply-input,
    .p-myPage-form .c-apply-input {
        margin: 0 auto;
        max-width: 580px;
        padding-bottom: 40px;
        width: 100%
    }
    .p-contact .c-apply-input__row+.c-apply-input__row,
    .p-myPage-form .c-apply-input__row+.c-apply-input__row {
        margin-top: 32px
    }
    .p-contact .c-textarea {
        height: 160px
    }
    .p-news-selectYear {
        margin-top: 28px
    }
    .p-news-list {
        margin-top: 25px
    }
    .p-news-detail {
        margin-top: 28px
    }
    .p-staffInterview-list {
        margin-top: 42px
    }
    .p-staffInterview-list .c-staffList__item:nth-of-type(-n + 4) {
        margin-top: 0
    }
    .p-staffInterview-list .c-staffList-item__txtBox {
        padding: 18px 10px 20px
    }
    .p-staffInterview-list .c-staffList-item__copy {
        margin-bottom: 15px
    }
    .p-staffInterview-list .c-staffList-item__subTitle,
    .p-staffInterview-list .c-staffList-item__text {
        font-size: 10px
    }
    .p-staffInterview-detail {
        margin-top: 22px;
        padding: 0 10px
    }
    .p-staffInterview-detail .c-staffList-item__subTitle {
        background-color: #737f8f;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px
    }
    .p-staffInterview-detail .c-staffList-item__name {
        font-size: 24px;
        margin-top: 15px
    }
    .p-staffInterview-detail .c-staffList-item__name-small {
        font-size: 18px
    }
    .p-staffInterview-detail .c-staffList-item__text-date {
        font-size: 14px;
        margin-top: 20px
    }
    .p-staffInterview-detail .c-staffList-item__text {
        font-size: 14px;
        line-height: 1.71429;
        margin-top: 34px
    }
    .p-staffInterview-detail .c-staffInterview-detail-body__question+.c-staffInterview-detail-body__text {
        margin-top: 33px
    }
    .p-staffInterview-detail .c-staffInterview-detail-body__img+.c-staffInterview-detail-body__question {
        margin-top: 60px
    }
    .l-block dl:not([class]),
    .l-block ol.c-list--alphabet,
    .l-block ol.c-list--number,
    .l-block ol.c-list--number2,
    .l-block p:not([class]),
    .l-block ul.c-list--regular,
    .l-block ul:not([class]) {
        font-size: 16px;
        line-height: 1.75
    }
    .l-block .c-link__anchor,
    .l-block .c-link__anchor--external {
        width: auto
    }
    .l-block .c-link__anchor+.c-link__anchor,
    .l-block .c-link__anchor+.c-link__anchor--external,
    .l-block .c-link__anchor--external+.c-link__anchor,
    .l-block .c-link__anchor--external+.c-link__anchor--external {
        margin-left: 30px;
        width: auto
    }
    .l-block.p-block--pageHeading {
        margin: 0 auto;
        max-width: 940px;
        padding: 0 10px
    }
    .l-block.p-block--pageHeading--text {
        margin: 0 auto;
        max-width: 940px;
        padding-top: 30px
    }
    .l-block.p-block--pageHeading--box {
        height: 120px;
        margin: 20px auto 0;
        padding-left: 40px
    }
    .l-block.p-block--pageHeading--box::after {
        -webkit-transform: translateY(-52%);
        height: 88px;
        right: 39px;
        transform: translateY(-52%);
        width: 64px
    }
    .l-block.p-block--pageHeading--box .c-pageHeading {
        font-size: 24px
    }
    .l-block.p-block--pageHeading--box+.l-block {
        margin-top: 80px
    }
    .l-block.p-block--content-heading-lv1 {
        margin-top: 34px
    }
    .l-block.p-block--content-heading-lv2 {
        margin-top: 53px
    }
    .l-block.p-block--content-heading-lv3 {
        margin-top: 47px
    }
    .l-block.p-block--area-heading {
        margin-top: 78px
    }
    .l-block.p-block--area-heading .c-contentHeading--lv1 {
        font-size: 36px;
        line-height: 1.3
    }
    .l-block.p-block--area-heading+.l-block {
        margin-top: 40px
    }
    .l-block.p-block--contentHeading--lv1 {
        margin-top: 78px
    }
    .l-block.p-block--contentHeading--lv1 .c-contentHeading--lv1 {
        font-size: 36px;
        line-height: 1.3
    }
    .l-block.p-block--contentHeading--lv1+.l-block {
        margin-top: 40px
    }
    .l-block.p-block--contentHeading--lv2 {
        margin-top: 53px
    }
    .l-block.p-block--contentHeading--lv3 {
        margin-top: 47px
    }
    .l-block.p-block--heading-lv2 {
        margin-top: 58px
    }
    .p-block--area-heading+.l-block.p-block--heading-lv2.is-sp-small {
        margin-top: 44px
    }
    .l-block.p-block--heading-lv2.is-sp-small {
        margin-top: 74px
    }
    .l-block.p-block--heading-lv2.is-sp-small .c-contentHeading--lv2,
    .l-block.p-block--heading-lv2.is-sp-small .c-video__title {
        text-align: center
    }
    .p-block--com006+.l-block.p-block--heading-lv2 {
        margin-top: 58px
    }
    .l-block.p-block--leadCopy {
        margin-top: 43px
    }
    .p-block--area-heading+.l-block.p-block--leadCopy.is-largeFont--sp.is-flow {
        margin-top: 31px
    }
    .l-block.p-block--leadCopy.is-com013 {
        margin-top: 32px
    }
    .l-block.p-block--leadCopy.is-improvementCase {
        margin-top: 28px
    }
    .l-block.p-block--list-number,
    .l-block.p-block--list-regular {
        margin-top: 20px
    }
    .l-block.p-block--list-regular.is-sp-narrow {
        margin-top: 32px;
        padding: 0 10px
    }
    .l-block.p-block--list-regular .c-link {
        margin-top: 10px;
        text-align: center
    }
    .l-block.p-block--list-regular .c-link__anchor,
    .l-block.p-block--list-regular .c-link__anchor--external {
        font-size: 16px
    }
    .l-block.p-block--table {
        margin-top: 20px
    }
    .l-block.p-block--table--fixedWidth {
        margin-top: 43px
    }
    .l-block.p-block--jobList {
        margin: 0 auto;
        padding: 0 5px
    }
    .l-block.p-block--jobList .c-recommendedWork {
        padding: 0 10px
    }
    .l-block.p-block--jobList .c-recommendedWork__item {
        margin: 0 10px
    }
    .l-block.p-block--jobList .c-recommendedWork__item:nth-of-type(4n) {
        margin-right: 10px
    }
    .l-block.p-block--jobList .c-recommendedWork__copy {
        line-height: 1.4;
        margin-bottom: 8px
    }
    .l-block.p-block--jobList .c-recommendedWork-spec__list {
        margin-bottom: 13px
    }
    .l-block.p-block--jobList .slick-list {
        padding: 43px 0 41px !important
    }
    .l-block.p-block--jobList .c-slider__arrows .c-slider__arrowLeft,
    .l-block.p-block--jobList .c-slider__arrows .c-slider__arrowRight {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    .l-block.p-block--jobList .c-slider__arrows .c-slider__arrowLeft {
        left: -14px
    }
    .l-block.p-block--jobList .c-slider__arrows .c-slider__arrowRight {
        right: -14px
    }
    .l-block.p-block--jobList.is-pc-noSlider {
        margin-top: 43px
    }
    .l-block.p-block--jobList.is-pc-noSlider .c-recommendedWork__item {
        margin-top: 30px;
        width: calc(25% - 20px)
    }
    .l-block.p-block--areaInfo {
        margin-top: 31px
    }
    .l-block.p-block--areaInfo+.p-block--areaInfo,
    .l-block.p-block--grid--2cols+.l-block.p-block--areaInfo {
        margin-top: 57px
    }
    .l-block.p-block--areaInfo .p-jobInfo {
        margin: 38px 0 73px
    }
    .l-block.p-block--areaInfo .p-jobInfo .c-job-spec__container {
        width: auto
    }
    .l-block.p-block--areaInfo .p-jobInfo .c-job-spec__container+.c-job-spec__container {
        margin-left: 30px;
        margin-top: 0
    }
    .l-block.p-block--merit {
        margin-top: 100px
    }
    .l-block.p-block--merit .c-contentHeading--lv1 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 43px
    }
    .l-block.p-block--aboutUs {
        margin-top: 38px
    }
    .l-block.p-block--video {
        margin-top: 35px
    }
    .l-block.p-block--btn {
        margin-top: 32px
    }
    .l-block.p-block--flow {
        margin-top: 40px
    }
    .l-block.p-block--faq {
        margin-top: 43px
    }
    .l-block.p-block--company {
        margin-top: 44px
    }
    .l-block.p-block--gallery {
        margin-top: 62px
    }
    .l-block.p-block--com003 {
        margin-top: 38px
    }
    .l-block.p-block--com006 {
        margin-top: 57px
    }
    .l-block.p-block--com008 {
        margin-top: 33px
    }
    .l-block.p-block--com012 {
        margin-top: 58px
    }
    .l-block.p-block--com013 {
        margin-top: 39px
    }
    .l-block.p-block--com013 .c-link {
        margin-top: 10px;
        text-align: center
    }
    .l-block.p-block--grid--3cols {
        margin-top: 62px
    }
    .p-main--404 .c-apply__heading-lv1 {
        font-size: 38px
    }
    .p-main--404 .c-container {
        margin: 0 0 20px
    }
    .p-main--404 .c-button {
        margin-top: 60px
    }
}
@media only screen and(min-width:1400px) {
    .modaal-video-container {
        height: 731px;
        padding-bottom: 0
    }
}
@media only screen and(max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }
    .modaal-gallery-control {
        -webkit-transform: none;
        background: rgba(0, 0, 0, .7);
        bottom: 20px;
        top: auto;
        transform: none
    }
    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }
}
@media screen and(max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
}
@media screen and(max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}
@media screen and(max-height:1000px) {
    .modaal-inner-wrapper {
        padding-bottom: 0;
        padding-top: 0
    }
    .modaal-instagram iframe {
        width: 600px !important
    }
}
@media screen and(max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
    .modaal-video-container {
        max-height: 510px;
        max-width: 900px
    }
}
@media only screen and(max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}
@media only screen and(max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}
@media(max-width:767px) {
    .c-recommendedWork .c-link-more,
    .forPC {
        display: none
    }
    .c-com012__item+.c-com012__item {
        margin-top: 40px
    }
    .c-com013__item:nth-child(-n + 2) {
        margin-top: 0
    }
    .c-gallery__item+.c-gallery__item {
        margin-top: 32px
    }
    .c-flowByType__item+.c-flowByType__item {
        margin-top: 20px
    }
    .c-grid--3cols__item+.c-grid--3cols__item {
        margin-top: 32px
    }
    .l-block.p-block--leadCopy.is-improvementCase .c-leadCopy,
    .l-block.p-block--leadCopy.is-largeFont--sp .c-leadCopy {
        font-size: 16px;
        line-height: 1.75
    }
}
@media(max-width:359px) {
    .c-header-logo {
        margin-left: 2.77778%
    }
    .c-header-selectArea {
        max-width: 100px;
        width: 110px
    }
}
@media(min-width:1040px) {
    .c-header-logo {
        margin-left: 25px;
        margin-right: 32px;
        width: 132px
    }
    .c-nav__container {
        margin-right: 130px;
        max-width: 650px;
        min-width: 545px;
        padding-right: 25px;
        width: 48.07692%
    }
    .c-nav-sub {
        max-width: none;
        min-width: 289px;
        width: calc(100% - 185px - 27px)
    }
}
@media(min-width:801px) {
    .c-header-favorit__anchor,
    .c-header-login__anchor {
        font-size: 12px
    }
}
@media(min-width:800px) {
    .c-nav-main__anchor {
        font-size: 14px
    }
    .c-recommendedWork__item .c-job-number {
        font-size: 12px;
        padding-left: 8.51064%
    }
    .c-recommendedWork__item .c-job-new {
        width: 34.04255%
    }
}
@media(min-width:870px) {
    .c-nav-sub__anchor {
        font-size: 11px;
        letter-spacing: 0;
        white-space: normal
    }
}
@media(max-width:360px) {
    .c-nav-tel {
        font-size: 36px
    }
    .c-nav-tel__note {
        font-size: 11px
    }
    .c-select::after {
        right: 12px
    }
    .c-select select {
        padding-left: 12px
    }
    .c-mypage-es-list__heading {
        width: 40px
    }
    .c-mypage-es-list__date {
        font-size: 12px;
        width: calc(100% - 40px - 120px)
    }
    .c-mypage-es-list__btn {
        width: 120px
    }
    .c-pickUp__headingLv1 {
        font-size: 15px
    }
    .p-mypage-es-list .c-button__btn {
        font-size: 11px
    }
}
@media(min-width:908px) {
    .c-nav-tel {
        font-size: 26px
    }
}
@media(max-width:374px) {
    .c-select select.is-placeholder {
        letter-spacing: -0.5px;
        padding-left: 12px
    }
}
@media(min-width:910px) {
    .c-searchCond-btnSearch__txt {
        font-size: 17px;
        letter-spacing: 0;
        padding-left: 1.5em
    }
    .c-searchCond-btnSearch__number {
        font-size: 23px
    }
}
@media(min-width:950px) {
    .c-searchCond-btnSearch__txt {
        font-size: 18px;
        padding-left: 1.61111em
    }
    .c-searchCond-btnSearch__number {
        font-size: 24px
    }
}