/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    border: 0;
    border-top: 1px solid;
    box-sizing: content-box;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
iframe,
object {
    border: 0;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: middle
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
    cursor: default
}

[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: 1px dotted ButtonText
}

fieldset,
option {
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    padding: 0
}

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

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

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

caption {
    text-align: left
}

td,
th {
    padding: 0;
    vertical-align: top
}

th {
    font-weight: 700;
    text-align: left
}

[hidden],
template {
    display: none
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f3f4f4;
    color: #000;
    font-family: Noto Sans JP, dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.6;
    word-break: break-word
}

body.fixed {
    position: fixed !important;
    width: 100%
}

body.fixed .header.invert .header__logo a {
    background-image: url(/assets/img/logo.svg);
    transition: background-image 0s .35s
}

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

a {
    color: #000
}

a[href^="tel:"] {
    cursor: default
}

main {
    overflow: hidden
}

.container,
.container-l {
    padding: 0 6%
}

.header {
    background: #f3f4f4;
    height: 55px;
    transition: all .5s cubic-bezier(.18, .85, .45, 1);
    width: 100%;
    z-index: 15
}

.header,
.header.fixed {
    left: 0;
    position: fixed;
    top: 0
}

.header__logo {
    font-size: 0;
    height: 34px;
    left: 4.6667%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 172px;
    z-index: 1
}

.header .gnav {
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    padding: 65px 6% 30px;
    pointer-events: none;
    position: fixed;
    visibility: hidden
}

.header .gnav.js-open {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    transition: all .2s;
    visibility: visible;
    z-index: 1000
}

.header .gnav__list {
    margin-bottom: 30px;
    position: relative
}

.header .gnav__item {
    border-bottom: 1px solid #ccc;
    position: relative
}

.header .gnav__item>a,
.header .gnav__item>div {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    height: 60px;
    line-height: 2;
    padding: 5px;
    position: relative
}

.header .gnav__item>a:hover:before,
.header .gnav__item>div:hover:before {
    width: 100%
}

.header .gnav__item>ul {
    display: none;
    margin-bottom: 15px
}

.header .gnav__item>ul>li {
    margin-bottom: 10px;
    position: relative
}

.header .gnav__item>ul>li:last-child {
    margin-bottom: 0
}

.header .gnav__item>ul>li>a {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    margin-left: 1em;
    padding: 5px 0;
    position: relative;
    white-space: nowrap
}

.header .gnav__sns {
    align-items: center;
    display: flex;
    margin-left: -10px
}

.header .gnav__sns>a {
    margin: 0 10px
}

.header .gnav__contact {
    align-items: center;
    background: #f3f4f4;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding: 30px 15px
}

.header .gnav__contact a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-size: .875rem;
    height: 50px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    width: 250px
}

.header .gnav__contact a span {
    display: block;
    position: relative
}

.header .gnav__contact a span:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.header .gnav__contact a.tel {
    background: #333;
    flex-direction: column;
    font-size: 11px;
    font-size: .6875rem
}

.header .gnav__contact a.tel .num {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 3px;
    padding-left: 21px;
    white-space: nowrap
}

.header .gnav__contact a.tel .num:before {
    background-image: url(/assets/img/icon_tel.svg);
    height: 16px;
    width: 16px
}

.header .gnav__contact a.contact {
    background: #b32619;
    margin-top: 15px
}

.header .gnav__contact a.contact:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(45deg);
    width: 7px
}

.header .gnav__contact a.contact span {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding-left: 21px
}

.header .gnav__contact a.contact span:before {
    background-image: url(/assets/img/icon_mail.svg);
    height: 16px;
    width: 16px
}

.btn-menu {
    align-items: center;
    background: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    outline: none;
    width: 55px;
    z-index: 1010
}

.btn-menu,
.btn-menu span {
    position: absolute;
    right: 0;
    top: 0
}

.btn-menu span {
    bottom: 0;
    height: 13px;
    left: 0;
    margin: auto;
    width: 20px;
    z-index: 10
}

.btn-menu span i {
    background-color: #fff;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 100%
}

.btn-menu span i:last-of-type {
    top: 0;
    transform: translateZ(0)
}

.btn-menu span i:nth-last-of-type(2) {
    top: 6px
}

.btn-menu span i:nth-last-of-type(3) {
    bottom: 0;
    top: auto;
    transform: translateZ(0)
}

.btn-menu.js-open {
    background: #dd2e1e
}

.btn-menu.js-open span i:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.btn-menu.js-open span i:nth-last-of-type(2) {
    opacity: 0;
    visibility: hidden;
    width: 0
}

.btn-menu.js-open span i:nth-last-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 100%
}

.footer {
    background: #000;
    color: #fff;
    padding: 35px 0 80px;
    position: relative
}

.footer__top {
    margin-bottom: 35px
}

.footer__info .logo {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 10px
}

.footer__info .txt {
    color: #fff;
    font-size: 12.5px;
    font-size: .78125rem;
    letter-spacing: .1em;
    line-height: 1.6
}

.footer__nav {
    display: none
}

.footer__nav-item {
    position: relative
}

.footer__nav-item:last-child {
    margin-bottom: 0
}

.footer__nav-item:before {
    background: #dd2e1e;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px
}

.footer__nav-item a,
.footer__nav-item div {
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .1em
}

.footer__sns {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.footer__sns>a {
    margin: 0 12px
}

.footer .copyright {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .1em;
    text-align: center
}

.footer .pagetop {
    position: absolute;
    right: calc(6% - 5px);
    top: -20px
}

.footer .pagetop a {
    background: #333;
    display: block;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    transition: all .3s cubic-bezier(.7, 0, .3, 1);
    white-space: nowrap;
    width: 40px
}

.footer .pagetop a:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 9px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transform-origin: left top;
    width: 9px
}

.fixed-nav {
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10
}

.fixed-nav__list {
    display: flex
}

.fixed-nav__item {
    width: 50%
}

.fixed-nav__item:last-child {
    margin-bottom: 0
}

.fixed-nav__item a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    width: 100%
}

.fixed-nav__item a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.fixed-nav__item a.contact {
    background: #b32619
}

.fixed-nav__item a.contact:before {
    background-image: url(/assets/img/icon_mail.svg);
    height: 20px;
    width: 31px
}

.fixed-nav__item a.work {
    background: #000
}

.fixed-nav__item a.work:before {
    background-image: url(/assets/img/icon_search.svg);
    height: 20px;
    width: 31px
}

.c-sub-mv {
    font-size: 0;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.c-sub-mv__tit {
    left: 50%;
    position: absolute;
    top: 65%;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.c-sub-mv__tit .en {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 18px;
    position: relative
}

.c-sub-mv__tit .en:before {
    background: #dd2e1e;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px
}

.c-sub-mv__tit .jp {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1
}

.breadcrumbs-wrap {
    padding: 15px 0;
    position: relative
}

.pageBread>span>span {
    font-size: 12px;
    font-size: .75rem
}

.pageBread>span>span a,
.pageBread>span>span span.breadcrumb_last {
    color: #dd2e1e
}

.pageBread>span>span a:after,
.pageBread>span>span span.breadcrumb_last:after {
    background: #000;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 1em;
    position: relative;
    top: -.1em;
    transform: rotate(-50deg);
    vertical-align: middle;
    width: 1em
}

.pageBread>span>span span.breadcrumb_last {
    color: #000
}

.pageBread>span>span span.breadcrumb_last:after {
    display: none
}

.section-tit {
    margin-bottom: 20px;
    position: relative
}

.section-tit .jp {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3333333333
}

.section-tit .en {
    color: #dd2e1e;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-top: 10px
}

.c-btn,
.section-tit .en {
    font-size: 13px;
    font-size: .8125rem
}

.c-btn {
    align-items: center;
    background: #000;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 250px;
    overflow: hidden;
    padding: 5px 30px;
    position: relative;
    transition: all .3s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: 0
}

.c-btn .en {
    font-family: Montserrat, sans-serif
}

.btn-arw {
    right: 20px
}

.btn-arw,
.btn-arw:after {
    position: absolute;
    top: 50%
}

.btn-arw:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    left: 48%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: left top;
    width: 7px
}

@-webkit-keyframes rightToLeft {
    0% {
        left: 0
    }

    25% {
        left: .4em;
        opacity: 0
    }

    50% {
        left: -.4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes rightToLeft {
    0% {
        left: 0
    }

    25% {
        left: .4em;
        opacity: 0
    }

    50% {
        left: -.4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes leftToRight {
    0% {
        left: 0
    }

    25% {
        left: -.4em;
        opacity: 0
    }

    50% {
        left: .4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes leftToRight {
    0% {
        left: 0
    }

    25% {
        left: -.4em;
        opacity: 0
    }

    50% {
        left: .4em;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes topToBottom {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: .3em;
        opacity: 0
    }

    50% {
        margin-top: -.3em;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes topToBottom {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: .3em;
        opacity: 0
    }

    50% {
        margin-top: -.3em;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        top: 0
    }

    25% {
        opacity: 0;
        top: -.3em
    }

    50% {
        opacity: 0;
        top: .3em
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes bottomToTop {
    0% {
        top: 0
    }

    25% {
        opacity: 0;
        top: -.3em
    }

    50% {
        opacity: 0;
        top: .3em
    }

    to {
        opacity: 1;
        top: 0
    }
}

.is-inline-l,
.is-inline-m,
.is-inline-ml,
.is-inline-s,
.is-inline-sm,
.is-inline-xl,
.is-inline-xs,
.is-inline-xxl,
.is-inline-xxs {
    display: inline
}

.is-none-l,
.is-none-m,
.is-none-ml,
.is-none-s,
.is-none-sm,
.is-none-xl,
.is-none-xs,
.is-none-xxl,
.is-none-xxs {
    display: none
}

.mt1em {
    margin-top: 1em !important
}

.mt2em {
    margin-top: 2em !important
}

.mt3em {
    margin-top: 3em !important
}

.mt4em {
    margin-top: 4em !important
}

.mt5em {
    margin-top: 5em !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb1em {
    margin-bottom: 1em !important
}

.mb2em {
    margin-bottom: 2em !important
}

.mb3em {
    margin-bottom: 3em !important
}

.mb4em {
    margin-bottom: 4em !important
}

.mb5em {
    margin-bottom: 5em !important
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.recruit-section {
    margin: 0 0 20px;
    padding: 30px 0 60px;
    position: relative
}

.recruit-section:last-of-type {
    margin-bottom: 80px;
}

.recruit-section.--left .recruit-section__inner {
    padding-right: 6.0606060606%
}

.recruit-section.--right .recruit-section__inner {
    padding-left: 6.0606060606%
}

.recruit-section .section-tit {
    margin-bottom: 35px
}

.recruit-section__bg {
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.recruit-section__bg:before {
    background: #fff;
    content: "";
    height: calc(100% - (30px + 1.875rem * 1.3333333333 / 2));
    position: absolute;
    top: calc(30px + 1.875rem * 1.3333333333 / 2);
    width: calc(50vw + 44%);
    z-index: -1
}

.recruit-section.--left .recruit-section__bg:before {
    left: calc(-50vw - -50%);
}

.recruit-section.--right .recruit-section__bg:before {
    right: calc(-50vw - -50%);
}

.recruit-detail__table {
    border-top: 1px solid #ccc;
    width: 100%
}

.recruit-detail__table td,
.recruit-detail__table th {
    display: block;
    line-height: 1.6923076923
}

.recruit-detail__table th {
    font-weight: 700;
    padding: 12px 0 7px
}

.recruit-detail__table td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 12px
}

.recruit-detail__table td .txt a {
    text-decoration: underline
}

.recruit-detail__table td .txt a.pdf {
    padding-left: 25px;
    position: relative
}

.recruit-detail__table td .txt a.pdf:before {
    background-image: url(/assets/img/icon_pdf.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    top: .1em;
    width: 15px
}

.recruit-detail__table td .item {
    margin-left: 1em;
    text-indent: -1em
}

.recruit-detail__table td .list li{
    padding-left: 1em;
    position: relative;
}

.recruit-detail__table td .list li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.recruit-detail__table td .list li:not(:last-of-type) {
    margin-bottom: 1em;
}

@media screen and (min-width:361px) {
    .is-inline-xxs {
        display: none
    }

    .is-none-xxs {
        display: inline
    }
}

@media screen and (min-width:641px) {
    .is-inline-xs {
        display: none
    }

    .is-none-xs {
        display: inline
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 16px;
        font-size: 1rem
    }

    .container {
        max-width: 1360px
    }

    .container,
    .container-l {
        margin: 0 auto;
        padding: 0 80px
    }

    .container-l {
        max-width: 1680px
    }

    .header {
        box-shadow: none;
        height: 100px
    }

    .header__logo {
        height: 64px;
        left: 50px;
        width: 356px
    }

    .header .gnav {
        padding: 110px 6% 30px
    }

    .btn-menu {
        width: 100px
    }

    .footer {
        padding: 90px 0 110px
    }

    .footer__top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px
    }

    .footer__info .logo {
        font-size: 18px;
        font-size: 1.125rem
    }

    .footer__info .txt {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 2
    }

    .footer__nav {
        display: flex
    }

    .footer__nav-list {
        margin-left: 2.6041666667vw
    }

    .footer__nav-item {
        margin-bottom: 18px;
        padding-left: 20px
    }

    .footer__nav-item:before {
        height: 3px;
        top: .8em;
        width: 8px
    }

    .footer__nav-item>ul>li {
        margin-top: 18px
    }

    .footer__nav-item a,
    .footer__nav-item div {
        font-size: 16px;
        font-size: 1rem
    }

    .footer__nav-item a:hover {
        text-decoration: underline
    }

    .footer__sns {
        margin-bottom: 30px
    }

    .footer__sns>a {
        margin: 0 15px;
        transition: all .3s cubic-bezier(.7, 0, .3, 1)
    }

    .footer__sns>a:hover {
        opacity: .8
    }

    .footer .copyright {
        font-size: 12px;
        font-size: .75rem
    }

    .footer .pagetop {
        left: 0;
        margin: 0 auto;
        max-width: 1520px;
        right: 0;
        top: -37px
    }

    .footer .pagetop a {
        height: 74px;
        position: absolute;
        right: 0;
        top: 0;
        width: 74px
    }

    .footer .pagetop a:after {
        height: 13px;
        width: 13px
    }

    .footer .pagetop a:hover:after {
        -webkit-animation: bottomToTop .5s ease-out forwards;
        animation: bottomToTop .5s ease-out forwards
    }

    .c-sub-mv {
        height: 320px
    }

    .c-sub-mv__tit {
        align-items: flex-end;
        display: flex
    }

    .c-sub-mv__tit .en {
        font-size: 60px;
        font-size: 3.75rem;
        margin: 0 40px 0 0;
        padding-bottom: 22px
    }

    .c-sub-mv__tit .en:before {
        height: 6px;
        width: 60px
    }

    .c-sub-mv__tit .jp {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 35px
    }

    .breadcrumbs-wrap {
        padding: 40px 0
    }

    .pageBread>span>span {
        font-size: 14px;
        font-size: .875rem
    }

    .pageBread>span>span a:hover {
        text-decoration: underline
    }

    .section-tit {
        margin-bottom: 55px
    }

    .section-tit .jp {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1.5217391304
    }

    .section-tit .en {
        font-size: 15px;
        font-size: .9375rem;
        margin-top: 15px
    }

    .c-btn {
        font-size: 16px;
        font-size: 1rem;
        height: 100px;
        margin: 55px auto 0;
        max-width: 400px;
        padding: 5px 50px
    }

    .c-btn:hover {
        background: #333
    }

    .c-btn:hover .btn-arw:after {
        -webkit-animation: rightToLeft .5s ease-out forwards;
        animation: rightToLeft .5s ease-out forwards
    }

    .btn-arw {
        right: 40px
    }

    .btn-arw:after {
        height: 11px;
        width: 11px
    }

    .is-inline-s {
        display: none
    }

    .is-none-s {
        display: inline
    }

    .recruit-section {
        margin: 0 0 40px;
        padding: 30px 0 110px
    }

    .recruit-section__inner {
        padding-right: 0
    }

    .recruit-section .section-tit {
        margin-bottom: 75px
    }

    .recruit-section.--left .recruit-section__inner {
        padding-right: 0
    }

    .recruit-section.--right .recruit-section__inner {
        padding-left: 0
    }

    .recruit-detail__table td,
    .recruit-detail__table th {
        display: table-cell;
        line-height: 1.875
    }

    .recruit-detail__table th {
        border-bottom: 1px solid #ccc;
        padding: 22px 20px 22px 0;
        width: 170px
    }

    .recruit-detail__table td {
        padding: 22px 0;
        width: calc(100% - 170px)
    }

    .recruit-detail__table td .txt a.pdf {
        padding-left: 30px
    }

    .recruit-detail__table td .txt a.pdf:before {
        height: 20px;
        top: .2em;
        width: 17px
    }

    .recruit-detail__table td .txt a:hover {
        text-decoration: none
    }

    .recruit-section__bg {
        max-width: 1640px;
        padding: 0 40px
    }

    .recruit-section__bg:before {
        width: calc(50vw + 50% - 40px);
        height: calc(100% - (30px + 2.1875rem * 1.5217391304 / 2));
        top: calc(30px + 2.1875rem * 1.5217391304 / 2);
    }
}

@media screen and (min-width:992px) {
    .header .gnav {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: flex-end;
        opacity: 1;
        padding: 0;
        pointer-events: auto;
        position: static;
        visibility: visible
    }

    .header .gnav__list {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .header .gnav__item {
        border-bottom: none;
        margin: 0 25px 0 0
    }

    .header .gnav__item>a,
    .header .gnav__item>div {
        display: block;
        font-size: 16px;
        font-size: 1rem;
        height: auto;
        padding: 0;
        transition: all .3s cubic-bezier(.7, 0, .3, 1)
    }

    .header .gnav__item>a:before,
    .header .gnav__item>div:before {
        background: #dd2e1e;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        width: 0
    }

    .header .gnav__item>a.eventmenu,
    .header .gnav__item>div.eventmenu {
        padding-right: 25px
    }

    .header .gnav__item>a.eventmenu:after,
    .header .gnav__item>div.eventmenu:after {
        border-bottom: 2px solid #dd2e1e;
        border-right: 2px solid #dd2e1e;
        content: "";
        height: 11px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        transform-origin: right center;
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        width: 11px
    }

    .header .gnav__item>ul {
        display: block;
        left: -50px;
        margin: 0;
        opacity: 0;
        padding: 25px 35px 10px;
        pointer-events: none;
        position: absolute;
        text-align: left;
        top: 100%;
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        visibility: hidden;
        z-index: 9999
    }

    .header .gnav__item>ul:before {
        background: #fff;
        box-shadow: 0 0 18px 2px rgba(0, 0, 0, .1);
        content: "";
        height: calc(100% - 15px);
        left: 0;
        position: absolute;
        top: 15px;
        width: 100%;
        z-index: -1
    }

    .header .gnav__item>ul>li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0
    }

    .header .gnav__item>ul>li:last-child {
        border-bottom: none
    }

    .header .gnav__item>ul>li>a {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-size: 1rem;
        height: 70px;
        justify-content: center;
        margin-left: 0;
        padding: 5px 15px;
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        width: 170px
    }

    .header .gnav__item>ul>li>a:hover {
        color: #dd2e1e
    }

    .header .gnav__item:hover .eventmenu:before {
        display: none
    }

    .header .gnav__item:hover>ul {
        opacity: 1;
        pointer-events: auto;
        transition: .5s;
        visibility: visible
    }

    .header .gnav__item:hover>ul>li>a:hover {
        background: hsla(0, 0%, 100%, .3)
    }

    .btn-menu,
    .header .gnav__contact,
    .header .gnav__sns {
        display: none
    }

    .footer {
        padding: 90px 0 60px
    }

    .footer__nav-list {
        margin-left: 70px
    }

    .footer .pagetop a {
        right: 74px
    }

    .fixed-nav {
        bottom: 60%;
        position: fixed;
        transform: translateY(50%);
        width: 56px
    }

    .fixed-nav__list {
        display: block
    }

    .fixed-nav__item {
        margin-bottom: 10px;
        width: auto
    }

    .fixed-nav__item a {
        font-size: 15px;
        font-size: .9375rem;
        height: 180px;
        padding: 10px;
        transition: all .3s cubic-bezier(.7, 0, .3, 1);
        width: 56px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .fixed-nav__item a:before {
        border-bottom: 1px solid #fff;
        border-right: none;
        margin: 0 auto 10px;
        padding: 0 0 10px
    }

    .fixed-nav__item a.contact:before {
        height: 35px;
        width: 24px
    }

    .fixed-nav__item a.contact:hover {
        background: #c25147
    }

    .fixed-nav__item a.work:before {
        height: 36px;
        width: 24px
    }

    .fixed-nav__item a.work:hover {
        background: #333
    }

    .fixed-nav__item a .btn-arw,
    .is-inline-sm {
        display: none
    }

    .is-none-sm {
        display: inline
    }
}

@media screen and (min-width:1081px) {
    .header .gnav__item {
        margin: 0 4.1666666667vw 0 0
    }

    .is-inline-m {
        display: none
    }

    .is-none-m {
        display: inline
    }
}

@media screen and (min-width:1281px) {
    .c-sub-mv__tit .en {
        font-size: 80px;
        font-size: 5rem
    }

    .c-sub-mv__tit .jp {
        font-size: 18px;
        font-size: 1.125rem
    }

    .section-tit .jp {
        font-size: 40px;
        font-size: 2.5rem
    }

    .section-tit .en {
        font-size: 18px;
        font-size: 1.125rem
    }

    .is-inline-ml {
        display: none
    }

    .is-none-ml {
        display: inline
    }

    .recruit-section {
        margin: 0 0 40px;
        padding: 55px 0 145px
    }

    .recruit-section__bg:before {
        height: calc(100% - (60px + 2.5rem * 1.5217391304 / 2));
        top: calc(60px + 2.5rem * 1.5217391304 / 2);
    }
}

@media screen and (min-width:1440px) {
    .is-inline-l {
        display: none
    }

    .is-none-l {
        display: inline
    }
}

@media screen and (min-width:1601px) {
    .is-inline-xl {
        display: none
    }

    .is-none-xl {
        display: inline
    }
}

@media screen and (min-width:1720px) {
    .footer .pagetop a {
        right: 0
    }
}

@media screen and (min-width:1921px) {
    .is-inline-xxl {
        display: none
    }

    .is-none-xxl {
        display: inline
    }
}

@media screen and (max-width:991px) {
    .header .gnav {
        overflow-y: auto;
        width: 100%
    }

    .header .gnav__item>a.eventmenu.active:before,
    .header .gnav__item>div.eventmenu.active:before {
        opacity: 0;
        transform: rotate(90deg)
    }

    .header .gnav__item>a.eventmenu:after,
    .header .gnav__item>a.eventmenu:before,
    .header .gnav__item>div.eventmenu:after,
    .header .gnav__item>div.eventmenu:before {
        background-color: #dd2e1e;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all .2s;
        width: 17px
    }

    .header .gnav__item>a.eventmenu:before,
    .header .gnav__item>div.eventmenu:before {
        height: 17px;
        left: auto;
        right: 8px;
        top: calc(50% - 8px);
        width: 1px
    }
}