html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
    background: transparent
}

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

html {
    font-size: 62.5%
}

body {
    font-family: sans-serif;
    line-height: 1
}

ul,
ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    background: transparent;
    outline: none
}

img {
    vertical-align: bottom
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

th,
td {
    text-align: left;
    vertical-align: top
}

input,
select,
textarea {
    font-family: inherit
}

input[type="submit"] {
    cursor: pointer
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

html {
    overflow: auto
}

body {
    min-width: 320px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color: #262626;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: .05em;
    overflow: hidden;
    -webkit-text-size-adjust: 100%
}

@media all and (min-width: 768px) {
    body {
        font-size: 1.6rem
    }
}

body.sg {
    height: auto
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media all and (min-width: 768px) {
    a:hover {
        color: #1B335F
    }
}

span {
    font-weight: inherit
}

strong {
    font-weight: 700
}

img {
    width: 100%;
    height: auto
}

.l-wrapper {
    position: relative
}

.u-media-query {
    display: none;
    font-family: 'sp'
}

@media all and (min-width: 768px) {
    .u-media-query {
        font-family: 'pc'
    }
}

@media all and (max-width: 767px) {
    .u-view-pc {
        display: none !important
    }
}

@media all and (min-width: 768px) {
    .u-view-sp {
        display: none !important
    }
}

.u-alpha {
    display: block;
    text-decoration: none
}

@media all and (min-width: 768px) {
    .u-alpha {
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .u-alpha:hover {
        opacity: .7
    }
}

.u-poppins {
    font-family: 'Poppins', sans-serif
}

.u-cf:after {
    content: "";
    display: block;
    clear: both
}

.u-inner {
    box-sizing: border-box
}

@media all and (max-width: 767px) {
    .u-inner {
        padding-left: 8%;
        padding-right: 8%
    }
}

@media all and (min-width: 768px) {
    .u-inner {
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding: 0
    }
}

.c-archive01 {
    border-top: 1px solid #e6e6e6
}

.c-archive01__item {
    border-bottom: 1px solid #e6e6e6
}

.c-archive01__link {
    position: relative;
    display: block;
    padding: 16px 30px 16px 0
}

.c-archive01__link:after {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E001";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    font-size: 1rem;
    color: #1B335F
}

.c-archive01__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-archive01__date {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #999
}

.c-archive01__head {
    font-weight: 500;
    font-size: 1.2rem
}

@media all and (min-width: 768px) {
    .c-archive01__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 33px 50px 40px 0
    }

    .c-archive01__link:after {
        right: 30px;
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        font-size: 1.2rem
    }

    .c-archive01__meta {
        margin-right: 30px
    }

    .c-archive01__date {
        padding-left: 15px;
        font-size: 1.6rem
    }

    .c-archive01__head {
        padding-left: 15px;
        font-size: 1.6rem
    }
}

.c-bnrs01-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-bnrs01-bnr__en {
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 3rem;
    letter-spacing: 0
}

.c-bnrs01-bnr__ja {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    font-weight: 700;
    font-size: 1.3rem
}

.c-bnrs01-bnr:first-of-type {
    background: url(../img/common/bnr/bg_bnr01_sp.jpg) no-repeat;
    background-size: cover
}

.c-bnrs01-bnr:first-of-type .c-bnrs01-bnr__link:after {
    background-color: rgba(234, 234, 176, 0.5)
}

.c-bnrs01-bnr:first-of-type .c-bnrs01-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.c-bnrs01-bnr:nth-of-type(2) {
    background: url(../img/common/bnr/bg_bnr02_sp.jpg) no-repeat;
    background-size: cover
}

.c-bnrs01-bnr:nth-of-type(2) .c-bnrs01-bnr__link:after {
    background-color: rgba(191, 245, 142, 0.5)
}

.c-bnrs01-bnr:nth-of-type(2) .c-bnrs01-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.c-bnrs01-bnr:nth-of-type(3) {
    background: url(../img/common/bnr/bg_bnr03_sp.jpg) no-repeat;
    background-size: cover
}

.c-bnrs01-bnr:nth-of-type(3) .c-bnrs01-bnr__link:after {
    background-color: rgba(234, 234, 176, 0.5)
}

.c-bnrs01-bnr:nth-of-type(3) .c-bnrs01-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.c-bnrs01-bnr:nth-of-type(4) {
    background: url(../img/common/bnr/bg_bnr04_sp.jpg) no-repeat;
    background-size: cover
}

.c-bnrs01-bnr:nth-of-type(4) .c-bnrs01-bnr__link:after {
    background-color: rgba(191, 245, 142, 0.5)
}

.c-bnrs01-bnr:nth-of-type(4) .c-bnrs01-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.c-bnrs01-bnr__link {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 0;
    text-align: center
}

.c-bnrs01-bnr__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%
}

.c-bnrs01-bnr__link:hover {
    color: #262626
}

@media all and (min-width: 768px) {
    .c-bnrs01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-bnrs01-bnr {
        width: 50%
    }

    .c-bnrs01-bnr:first-of-type {
        background: url(../img/common/bnr/bg_bnr01_pc.jpg) no-repeat;
        background-size: cover
    }

    .c-bnrs01-bnr:first-of-type .c-bnrs01-bnr__link:after {
        background-color: rgba(234, 234, 176, 0.5)
    }

    .c-bnrs01-bnr:first-of-type .c-bnrs01-bnr__link:hover:after {
        width: 140%;
        height: 100%
    }

    .c-bnrs01-bnr:nth-of-type(2) {
        background: url(../img/common/bnr/bg_bnr02_pc.jpg) no-repeat;
        background-size: cover
    }

    .c-bnrs01-bnr:nth-of-type(2) .c-bnrs01-bnr__link:after {
        background-color: rgba(191, 245, 142, 0.5)
    }

    .c-bnrs01-bnr:nth-of-type(2) .c-bnrs01-bnr__link:hover:after {
        width: 140%;
        height: 100%
    }

    .c-bnrs01-bnr:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        background: url(../img/common/bnr/bg_bnr03_pc.jpg) no-repeat;
        background-size: cover
    }

    .c-bnrs01-bnr:nth-of-type(3) .c-bnrs01-bnr__link:after {
        background-color: rgba(234, 234, 176, 0.5)
    }

    .c-bnrs01-bnr:nth-of-type(3) .c-bnrs01-bnr__link:hover:after {
        width: 140%;
        height: 100%
    }

    .c-bnrs01-bnr:nth-of-type(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background: url(../img/common/bnr/bg_bnr04_pc.jpg) no-repeat;
        background-size: cover
    }

    .c-bnrs01-bnr:nth-of-type(4) .c-bnrs01-bnr__link:after {
        background-color: rgba(191, 245, 142, 0.5)
    }

    .c-bnrs01-bnr:nth-of-type(4) .c-bnrs01-bnr__link:hover:after {
        width: 140%;
        height: 100%
    }

    .c-bnrs01-bnr__en {
        font-size: 5rem
    }

    .c-bnrs01-bnr__ja {
        font-size: 1.8rem
    }

    .c-bnrs01-bnr__link {
        padding: 64px 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .c-bnrs01-bnr__en {
        font-size: 4rem
    }

    .c-bnrs01-bnr__link {
        padding: 44px 0
    }
}

.c-btn01__link {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 50px;
    margin: auto;
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff
}

.c-btn01__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
    background-color: #fff
}

.c-btn01__link:hover {
    color: #262626
}

.c-btn01__link:hover:after {
    width: 140%;
    height: 100%
}

.c-btn01__span {
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center
}

.c-btn01__ico {
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem
}

.c-btn01__ico:before {
    content: "\E001";
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none
}

.c-btn01.is-left .c-btn01__link {
    margin-left: 0
}

.c-btn01.is-right .c-btn01__link {
    margin-right: 0
}

.c-btn01.is-row2 .c-btn01__span {
    line-height: 1.23
}

@media all and (min-width: 768px) {
    .c-btn01__link {
        max-width: 300px;
        height: 70px
    }

    .c-btn01__span {
        font-size: 1.6rem
    }

    .c-btn01__ico {
        right: 19px;
        font-size: 1.1rem
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .c-btn01__link {
        max-width: 240px;
        height: 60px
    }
}

.c-form01-table {
    table-layout: fixed;
    margin-bottom: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.c-form01-table th,
.c-form01-table td {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.c-form01-table th {
    position: relative;
    padding: 13px 18px;
    background: linear-gradient(-55deg, #E10021 0%, #1B335F 100%);
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff
}

.c-form01-table td {
    padding: 15px 19px;
    font-size: 1.4rem;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

.c-form01 input,
.c-form01 button,
.c-form01 textarea,
.c-form01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    font-family: inherit
}

.c-form01 input[type="text"],
.c-form01 input[type="tel"],
.c-form01 input[type="email"],
.c-form01 input[type="number"],
.c-form01 input[type="date"],
.c-form01 textarea,
.c-form01 select {
    position: relative;
    box-sizing: border-box;
    background-color: #efefef;
    width: 100%;
    height: 40px;
    padding: 0 20px
}

.c-form01 select::-ms-expand {
    display: none
}

.c-form01 select {
    border: 1px solid #e5e5e5;
    background: #efefef url(../img/common/ico_arw01.png) no-repeat center right 15px;
    background-size: 12px
}

.c-form01 textarea {
    width: 100%;
    height: 200px;
    padding: 8px 20px
}

.c-form01 input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5
}

.c-form01 ::-webkit-input-placeholder {
    line-height: 2;
    font-size: 1.2rem;
    color: #ccc
}

.c-form01 :-ms-input-placeholder {
    line-height: 2;
    font-size: 1.2rem;
    color: #ccc
}

.c-form01 ::placeholder {
    line-height: 2;
    font-size: 1.2rem;
    color: #ccc
}

.c-form01__ico {
    width: 50px;
    margin-left: 15px
}

.c-form01__input-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form01__input-area .c_form01__sub {
    width: 100%;
    font-size: 1rem
}

.c-form01__input-area .c-form01__txt {
    width: 100%
}

.c-form01__input-area.is-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-form01__input-area.is-date input[type="text"] {
    width: 20%;
    margin-right: 10px;
    padding: 0;
    text-align: center
}

.c-form01__input-area.is-date .c-form01__span {
    display: inline-block;
    margin-right: 16px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.c-form01__input-area.is-date .c-form01__span:last-of-type {
    margin-right: 0
}

.c-form01__input-area.is-date .mwform-radio-field {
    width: 50%
}

.c-form01__input-area.is-date+.c-form01__input-area.is-date {
    margin-top: 10px
}

.c-form01__input-area.is-radio {
    padding: 8px 0
}

.c-form01__input-area.is-attached input[type="file"] {
    font-size: 1.3rem
}

.c-form01__input-area.is-job .mwform-radio-field {
    width: 100%;
    margin-bottom: 12px
}

.c-form01__input-area.is-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0
}

.c-form01__input-area.is-checkbox .mwform-checkbox-field {
    width: 50%;
    margin-bottom: 15px;
    line-height: 1.14
}

.c-form01__input-area.is-checkbox .mwform-checkbox-field:nth-last-of-type(2) {
    width: 100%
}

.c-form01__input-area.is-checkbox .mwform-checkbox-field:last-of-type {
    width: 30%;
    padding-top: 10px
}

.c-form01__input-area.is-checkbox input[type="text"] {
    width: 70%
}

.c-form01-zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-form01-zip input[type="text"],
.c-form01-zip input[type="tel"] {
    max-width: 23%;
    padding: 0 10px
}

.c-form01-zip__unit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #333
}

.c-form01-zip__btn {
    display: block;
    padding: 8px 0 0;
    border: 0;
    width: 30%;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    margin-left: 8px
}

.c-form01-zip__hyphen {
    margin: 0 5px
}

.c-form01 .mwform-checkbox-field {
    display: block
}

.c-form01 .mwform-checkbox-field label {
    position: relative
}

.c-form01 .mwform-checkbox-field label input[type="checkbox"] {
    display: none
}

.c-form01 .mwform-checkbox-field label input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    padding-left: 25px
}

.c-form01 .mwform-checkbox-field label input[type="checkbox"]+span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-form01 .mwform-checkbox-field label input[type="checkbox"]+span+input {
    display: block;
    margin-top: 10px
}

.c-form01 .mwform-checkbox-field label input[type="checkbox"]:checked+span {
    background: url(../img/common/ico_check01.png) no-repeat center left 2px;
    background-size: 10px
}

.c-form01 .mwform-checkbox-field.horizontal-item+.mwform-checkbox-field.horizontal-item {
    margin-left: 0
}

.c-form01 .mwform-radio-field {
    display: block
}

.c-form01 .mwform-radio-field input[type="radio"] {
    display: none
}

.c-form01 .mwform-radio-field input[type="radio"]+span {
    position: relative;
    display: inline-block;
    padding-left: 30px
}

.c-form01 .mwform-radio-field input[type="radio"]+span:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c5;
    background: radial-gradient(circle, #1B335F 0px, #fff 0px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-form01 .mwform-radio-field input[type="radio"]:checked+span:before {
    background: radial-gradient(circle, #1B335F 5px, #fff 6px)
}

.c-form01 .mwform-radio-field.horizontal-item+.mwform-radio-field.horizontal-item {
    margin-left: 0
}

.c-form01-btn button {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 200px;
    height: 48px;
    margin: auto;
    line-height: 1.25;
    border: 1px solid #262626;
    background-color: #262626;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-form01-btn button:after {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none;
    content: "\E001";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-size: 1rem
}

.c-form01-btn button:hover {
    background-color: #fff;
    color: #262626
}

.c-form01-btn button.is-back {
    margin-top: 10px
}

@media (max-width: 374px) {
    .c-form01__input-area.is-checkbox {
        margin: 0 -15px
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field {
        width: 50%
    }

    .c-form01__input-area.is-date .c-form01__span {
        margin-right: 10px;
        font-size: 1.3rem
    }

    .c-form01__input-area.is-attached {
        margin: 0 -15px
    }
}

@media (max-width: 359px) {
    .c-form01__input-area.is-checkbox .mwform-checkbox-field {
        width: 100%
    }

    .c-form01__input-area.is-attached input[type="file"] {
        font-size: 1.2rem
    }
}

@media all and (min-width: 768px) {
    .c-form01-table {
        position: relative;
        margin-bottom: 60px;
        border-bottom: 0;
        background: transparent
    }

    .c-form01-table:after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 27%;
        height: 100%;
        background: linear-gradient(-55deg, #E10021 0%, #1B335F 100%)
    }

    .c-form01-table th,
    .c-form01-table td {
        box-sizing: border-box;
        display: table-cell;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: 1.6rem;
        text-align: left
    }

    .c-form01-table th {
        width: 27%;
        padding: 25px 15px 25px 35px;
        vertical-align: middle;
        background: transparent
    }

    .c-form01-table td {
        width: 73%;
        padding: 25px 0;
        vertical-align: middle;
        background-color: #fff;
        border-right: 1px solid #e6e6e6
    }

    .c-form01 input[type="text"],
    .c-form01 input[type="tel"],
    .c-form01 input[type="email"],
    .c-form01 input[type="number"],
    .c-form01 input[type="date"] {
        width: 100%;
        max-width: 500px;
        height: 50px;
        padding: 10px 20px
    }

    .c-form01 textarea {
        box-sizing: border-box;
        width: 100%;
        max-width: 720px;
        height: 200px;
        padding: 13px 18px
    }

    .c-form01 select {
        width: 100%;
        max-width: 500px;
        height: 50px;
        background-size: 17px
    }

    .c-form01 ::-webkit-input-placeholder {
        font-size: 1.5rem
    }

    .c-form01 :-ms-input-placeholder {
        font-size: 1.5rem
    }

    .c-form01 ::placeholder {
        font-size: 1.5rem
    }

    .c-form01__ico {
        position: absolute;
        width: 60px;
        right: 55px
    }

    .c-form01__input-area {
        margin-left: 40px
    }

    .c-form01__input-area .c_form01__sub {
        margin-top: 3px;
        font-size: 1.3rem
    }

    .c-form01__input-area.is-date input[type="text"] {
        width: 100px;
        padding: 0 20px;
        line-height: 50px;
        text-align: left
    }

    .c-form01__input-area.is-date .c-form01__span {
        margin-right: 5px
    }

    .c-form01__input-area.is-date .mwform-radio-field {
        width: 145px
    }

    .c-form01__input-area.is-date+.c-form01__input-area.is-date {
        margin-top: 15px
    }

    .c-form01__input-area.is-date .c-form01__txt {
        width: 100%;
        margin-bottom: 5px
    }

    .c-form01__input-area.is-attached {
        line-height: 1
    }

    .c-form01__input-area.is-attached input[type="file"] {
        font-size: 1.5rem
    }

    .c-form01__input-area.is-job {
        padding-bottom: 0
    }

    .c-form01__input-area.is-job .mwform-radio-field {
        width: auto;
        margin-right: 35px
    }

    .c-form01__input-area.is-checkbox {
        padding: 0
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field {
        width: auto;
        min-width: 180px;
        margin-right: 10px;
        margin-bottom: 20px
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field:nth-last-of-type(2) {
        width: 45%
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field:last-of-type {
        width: 12%;
        min-width: 90px;
        padding-top: 10px
    }

    .c-form01__input-area.is-checkbox input[type="text"] {
        width: 35%
    }

    .c-form01-zip input[type="text"],
    .c-form01-zip input[type="tel"] {
        max-width: 15%;
        padding: 0 10px
    }

    .c-form01-zip__unit {
        margin-right: 8px
    }

    .c-form01-zip__btn {
        padding: 8px 0 0;
        width: 120px;
        height: 50px;
        font-size: 1.6rem;
        margin-left: 8px
    }

    .c-form01-zip__hyphen {
        margin: 0 8px
    }

    .c-form01 .mwform-checkbox-field {
        display: block;
        margin-bottom: 20px
    }

    .c-form01 .mwform-checkbox-field label input[type="checkbox"]+span:before {
        cursor: pointer;
        width: 18px;
        height: 18px;
        margin-top: 2px
    }

    .c-form01 .mwform-checkbox-field label input[type="checkbox"]:checked+span {
        background-position: top 7px left 4px;
        background-size: 12px
    }

    .c-form01 .mwform-radio-field {
        display: block;
        vertical-align: middle
    }

    .c-form01 .mwform-radio-field input[type="radio"]+span {
        padding-left: 35px
    }

    .c-form01 .mwform-radio-field input[type="radio"]+span:before {
        top: 4px;
        width: 23px;
        height: 23px
    }

    .c-form01-btn button {
        width: 300px;
        height: 70px;
        font-size: 1.6rem
    }

    .c-form01-btn button:after {
        right: 20px;
        font-size: 1.2rem
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .c-form01-table th {
        width: 32%
    }

    .c-form01-table td {
        width: 68%
    }

    .c-form01__input-area {
        margin: 0 5%
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field {
        width: 45%;
        margin-bottom: 15px;
        line-height: 1.14
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field:nth-last-of-type(2) {
        width: 100%
    }

    .c-form01__input-area.is-checkbox .mwform-checkbox-field:last-of-type {
        width: 20%;
        padding-top: 10px
    }

    .c-form01__input-area.is-checkbox input[type="text"] {
        width: 60%
    }
}

.c-form01-concent {
    box-sizing: border-box
}

.c-form01-concent__txt {
    margin-bottom: 15px;
    line-height: 1.85;
    font-weight: 500
}

.c-form01-concent__link {
    color: #1B335F
}

.c-form01-concent__link:hover {
    text-decoration: underline
}

.c-form01-concent-box {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e5e5e5
}

.c-form01-concent-box__inner {
    box-sizing: border-box;
    overflow: auto;
    height: 120px;
    padding: 10px 15px 0 10px
}

.c-form01-concent-box__head {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 10px 0 2px
}

.c-form01-concent-box__txt {
    line-height: 2;
    font-size: 1.2rem
}

.c-form01-concent__check {
    font-weight: 500
}

.c-form01-policy {
    padding-bottom: 20px;
    box-sizing: border-box
}

.c-form01-policy-head {
    color: #1B335F;
    font-weight: 700;
    font-size: 1.5rem
}

.c-form01-policy__scroll-wrap {
    box-sizing: border-box;
    background: #fff;
    padding: 20px 30px;
    margin: 0 -25px;
    border: 1px solid #e5e5e5
}

.c-form01-policy__scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
    letter-spacing: 0.1em
}

.c-form01-policy__scroll::-webkit-scrollbar {
    width: 8px
}

.c-form01-policy__scroll::-webkit-scrollbar-track {
    margin: 10px 0;
    background-color: #efefef
}

.c-form01-policy__scroll::-webkit-scrollbar-thumb {
    background-color: #1B335F
}

.c-form01-policy__txt-area {
    margin-right: 5px
}

.c-form01-policy__txt {
    margin-bottom: 28px;
    line-height: 2.2
}

.c-form01-policy-list {
    counter-reset: number 0
}

.c-form01-policy__item {
    counter-increment: number 1
}

.c-form01-policy__sub:before {
    content: counter(number) ".";
    margin-right: 14px
}

@media all and (min-width: 768px) {
    .c-form01-concent {
        padding: 0 40px
    }

    .c-form01-concent__txt {
        font-size: 1.6rem
    }

    .c-form01-concent-box {
        height: 160px;
        margin-bottom: 15px;
        padding: 10px 10px 10px 30px
    }

    .c-form01-concent-box__inner {
        height: 120px;
        padding: 0 10px
    }

    .c-form01-concent-box__txt {
        width: 90%;
        line-height: 2;
        font-size: 1.6rem
    }

    .c-form01-concent__check {
        width: 100%
    }

    .c-form01-concent__check .mwform-checkbox-field label input[type="checkbox"]+span:before {
        margin-top: 0
    }

    .c-form01-concent__check .mwform-checkbox-field label input[type="checkbox"]:checked+span {
        background-position: top 11px left 4px
    }

    .c-form01-policy-head {
        font-size: 1.6rem
    }

    .c-form01-policy__scroll {
        height: 160px
    }

    .c-form01-policy__scroll-wrap {
        margin: 0
    }
}

.c-head01 {
    margin-bottom: 25px;
    text-align: center
}

.c-head01__en {
    font-weight: 800;
    font-style: italic;
    font-size: 3.7rem
}

.c-head01__ja {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    font-weight: 500;
    font-size: 1.6rem
}

@media all and (min-width: 768px) {
    .c-head01 {
        margin-bottom: 60px
    }

    .c-head01__en {
        font-size: 5rem
    }

    .c-head01__ja {
        font-size: 2rem
    }
}

.c-pager01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-pager01 li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 5px
}

.c-pager01 li a,
.c-pager01 li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #d6fdb3;
    color: #1B335F;
    text-decoration: none
}

.c-pager01 li a:hover {
    background-color: #1B335F;
    color: #fff
}

.c-pager01 li.current span {
    color: #fff;
    background: #1B335F
}

.c-pager01 li.previous,
.c-pager01 li.next {
    position: relative;
    text-indent: -2000px
}

.c-pager01 li.previous:before,
.c-pager01 li.next:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 23px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1B335F;
    border-right: 1px solid #1B335F
}

.c-pager01 li.previous:hover:before,
.c-pager01 li.next:hover:before {
    border-top-color: #fff;
    border-right-color: #fff
}

.c-pager01 li.previous {
    margin-left: 0
}

.c-pager01 li.previous:before {
    left: 24px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.c-pager01 li.next {
    margin-right: 0
}

.c-pager01 li.next:before {
    right: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media all and (min-width: 768px) {
    .c-pager01 li {
        width: 70px;
        height: 70px
    }

    .c-pager01 li.previous:before,
    .c-pager01 li.next:before {
        top: 33px;
        width: 7px;
        height: 7px
    }

    .c-pager01 li.previous:before {
        left: 33px
    }

    .c-pager01 li.next:before {
        right: 33px
    }
}

.c-pager02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-pager02-previous,
.c-pager02-next {
    overflow: hidden
}

.c-pager02-previous .c-pager02__span,
.c-pager02-next .c-pager02__span {
    text-indent: -2000px
}

.c-pager02-previous__link,
.c-pager02-next__link {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: auto;
    line-height: 1.25;
    border: 1px solid #262626
}

.c-pager02-previous__link:after,
.c-pager02-next__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -150%;
    top: 0;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
    background-color: #262626
}

.c-pager02-previous__link:hover,
.c-pager02-next__link:hover {
    color: #fff
}

.c-pager02-previous__link:hover:after,
.c-pager02-next__link:hover:after {
    width: 400%;
    height: 400%
}

.c-pager02-previous {
    margin-right: 10px
}

.c-pager02-previous .c-pager02__span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/ico_arw01.png) no-repeat center;
    background-size: 6px
}

.c-pager02-previous .c-pager02__span:hover {
    background: url(../img/common/ico_arw03.html) no-repeat center;
    background-size: 6px
}

.c-pager02-next {
    margin-left: 10px
}

.c-pager02-next .c-pager02__span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/ico_arw02.html) no-repeat center;
    background-size: 6px
}

.c-pager02-next .c-pager02__span:hover {
    background: url(../img/common/ico_arw04.html) no-repeat center;
    background-size: 6px
}

.c-pager02-all__link {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 155px;
    height: 48px;
    margin: auto;
    line-height: 1.25;
    border: 1px solid #262626;
    background-color: #fff
}

.c-pager02-all__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
    background-color: #262626
}

.c-pager02-all__link:hover {
    color: #fff
}

.c-pager02-all__link:hover:after {
    width: 140%;
    height: 100%
}

.c-pager02__span {
    position: relative;
    z-index: 2
}

@media all and (min-width: 768px) {

    .c-pager02-previous__link,
    .c-pager02-next__link {
        width: 60px;
        height: 60px
    }

    .c-pager02-previous {
        margin-right: 20px
    }

    .c-pager02-previous .c-pager02__span {
        background: url(../img/common/ico_arw01.png) no-repeat center;
        background-size: 8px
    }

    .c-pager02-previous .c-pager02__span:hover {
        background: url(../img/common/ico_arw03.html) no-repeat center;
        background-size: 8px
    }

    .c-pager02-next {
        margin-left: 20px
    }

    .c-pager02-next .c-pager02__span {
        background: url(../img/common/ico_arw02.html) no-repeat center;
        background-size: 8px
    }

    .c-pager02-next .c-pager02__span:hover {
        background: url(../img/common/ico_arw04.html) no-repeat center;
        background-size: 8px
    }

    .c-pager02-all__link {
        width: 211px;
        height: 60px
    }
}

.c-pager03 {
    display: -ms-grid;
    display: grid
}

.c-pager03__link {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center
}

.c-pager03__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
    background-color: #fff
}

.c-pager03__link:hover {
    color: #262626
}

.c-pager03__link:hover:after {
    width: 140%;
    height: 100%
}

.c-pager03__span {
    position: relative;
    z-index: 2
}

.c-pager03__ico {
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem
}

.c-pager03__ico:before {
    content: "\E001";
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none
}

.c-pager03__previous {
    width: calc(100% - 8px);
    height: 50px;
    margin-right: 8px;
    line-height: 50px
}

.c-pager03__previous .c-pager03__link {
    height: 48px;
    line-height: 50px;
    border: 1px solid #262626;
    background-color: #262626;
    text-transform: uppercase
}

.c-pager03__previous .c-pager03__ico {
    right: inherit;
    left: 13px;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.c-pager03__all {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-pager03__all .c-pager03__link {
    width: 100%;
    height: 70px;
    background: linear-gradient(-55deg, #E10021 0%, #1B335F 100%)
}

.c-pager03__all .c-pager03__link:after {
    background-color: #E10021
}

.c-pager03__all .c-pager03__link:hover {
    color: #fff
}

.c-pager03__next {
    width: calc(100% - 8px);
    height: 50px;
    margin-left: 8px;
    line-height: 50px
}

.c-pager03__next .c-pager03__link {
    height: 48px;
    line-height: 50px;
    border: 1px solid #262626;
    background-color: #262626;
    text-transform: uppercase
}

@media all and (max-width: 767px) {
    .c-pager03__previous {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: 2
    }

    .c-pager03__all {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/3;
        grid-row: 1
    }

    .c-pager03__next {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 2
    }
}

@supports not (display: grid) {

    .c-pager03__previous,
    .c-pager03__next {
        margin: 0 0 15px 0
    }
}

@media all and (min-width: 768px) {
    .c-pager03 {
        -ms-grid-columns: 1fr 36.36% 1fr;
        grid-template-columns: 1fr 36.36% 1fr
    }

    .c-pager03__previous {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .c-pager03__previous .c-pager03__link {
        max-width: 300px;
        height: 70px
    }

    .c-pager03__all {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-grid-row-align: center;
        justify-self: center;
        -ms-grid-column-align: center;
        margin-bottom: 0
    }

    .c-pager03__all .c-pager03__link {
        max-width: 400px;
        height: 100px;
        margin: auto
    }

    .c-pager03__next {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        grid-row: 1;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-grid-row-align: center
    }

    .c-pager03__next .c-pager03__link {
        max-width: 300px;
        height: 70px;
        margin-left: auto
    }
}

#recruitment .l-sub-img__inner {
    background-image: url(../img/recruitment/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #recruitment .l-sub-img__inner {
        background-image: url(../img/recruitment/bg_mv01_pc.jpg)
    }
}

.recruitment-index {
    padding: 60px 0 35px;
    background: url(../img/recruitment/bg_circle01_sp.png) repeat-y top center;
    background-size: contain
}

.recruitment-index-list__item {
    margin-bottom: 20px
}

.recruitment-index-list__img {
    margin-right: 21.33%
}

.recruitment-index-list__txt-area {
    position: relative;
    margin: 0 8%;
    padding: 25px 18px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.recruitment-index-list__head {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .25em
}

.recruitment-index-list__txt {
    margin-bottom: 15px
}

.recruitment-index-list__area {
    margin-bottom: 12px;
    padding: 10px 0;
    border-left: 2px solid #1B335F;
    padding-left: 10px;
    font-weight: 700
}

.recruitment-index-list__sub-head {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    font-weight: 700;
    font-size: 1.5rem;
    color: #1B335F
}

.recruitment-index-list-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recruitment-index-list-cat__item {
    margin: 0 5px 5px 0;
    background-color: #1B335F;
    color: #fff
}

.recruitment-index-list-cat__item:last-of-type {
    margin-right: 0
}

.recruitment-index-list-cat__item.is-empty {
    padding: 0 10px;
    background-color: #a0a0a0;
    font-size: 1.3rem
}

.recruitment-index-list-cat__link {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px 20px;
    font-size: 1rem
}

.recruitment-index-list-cat__link:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 3px;
    bottom: 3px;
    width: 6px;
    height: 6px;
    background: url(../img/recruitment/ico_arw01.png) no-repeat;
    background-size: 6px
}

.recruitment-index-list-cat__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
    background-color: #E10021
}

.recruitment-index-list-cat__link:hover {
    color: #fff
}

.recruitment-index-list-cat__link:hover:after {
    width: 140%;
    height: 100%
}

.recruitment-index-list-cat__span {
    position: relative;
    z-index: 2
}

@media all and (min-width: 768px) {
    .recruitment-index {
        padding: 65px 0 0;
        background: url(../img/recruitment/bg_circle01_pc.png) no-repeat center;
        background-size: contain
    }

    .recruitment-index__inner {
        max-width: 1100px;
        margin: auto
    }

    .recruitment-index-list {
        padding-top: 35px
    }

    .recruitment-index-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 100px
    }

    .recruitment-index-list__img {
        width: calc(50% + 40px);
        margin: 0 -40px 0 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .recruitment-index-list__txt-area {
        box-sizing: border-box;
        width: calc(50% + 50px);
        margin: 0 0 0 -50px;
        padding: 50px 50px 25px
    }

    .recruitment-index-list__head {
        margin-bottom: 10px;
        font-size: 2.4rem
    }

    .recruitment-index-list__txt {
        margin-bottom: 25px;
        line-height: 2
    }

    .recruitment-index-list__area {
        padding: 0 0 0 18px
    }

    .recruitment-index-list__sub-head {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        font-size: 1.8rem
    }

    .recruitment-index-list-cat__item {
        margin: 0 10px 10px 0
    }

    .recruitment-index-list-cat__item.is-empty {
        padding: 0 15px;
        font-size: 1.4rem
    }

    .recruitment-index-list-cat__link {
        padding: 5px 33px 6px;
        font-size: 1.6rem
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .recruitment-index-list__txt-area {
        padding: 40px 40px 25px;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    .recruitment-index-list__txt {
        font-size: 1.5rem
    }
}

.recruitment-detail {
    padding: 60px 0
}

.recruitment-detail-intro {
    position: relative;
    margin-bottom: 25px;
    padding: 0 8%
}

.recruitment-detail-intro:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: -50px;
    width: 72px;
    height: 67px;
    background: url(../img/recruitment/bg_circle02.png) no-repeat;
    background-size: 72px
}

.recruitment-detail-intro-heading {
    position: relative;
    margin-bottom: 25px;
    padding: 5px 0 5px 23px
}

.recruitment-detail-intro-heading:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 100%;
    background-color: #1B335F
}

.recruitment-detail-intro-heading__head {
    margin-bottom: 8px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .25em
}

.recruitment-detail-intro-heading__sub {
    line-height: 1.66;
    font-weight: 500;
    font-size: 1.5rem;
    color: #1B335F
}

.recruitment-detail-intro-list {
    margin-bottom: 20px;
    line-height: 1.86
}

.recruitment-detail-intro-list__item {
    position: relative;
    padding-left: 15px;
    font-weight: 700
}

.recruitment-detail-intro-list__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1B335F
}

.recruitment-detail-intro__txt {
    font-weight: 500
}

.recruitment-detail-box {
    box-sizing: border-box;
    margin: 0 2.66%;
    padding: 25px 20px;
    border: 1px solid #e6e6e6
}

.recruitment-detail-box__head {
    font-weight: 700;
    font-size: 1.5rem;
    color: #1B335F
}

.recruitment-detail-box__txt {
    margin-bottom: 20px;
    font-weight: 500
}

.recruitment-detail-box__span {
    font-size: 1.3rem
}

@media all and (min-width: 768px) {
    .recruitment-detail {
        padding: 65px 0 120px
    }

    .recruitment-detail__inner {
        max-width: 1100px;
        margin: auto
    }

    .recruitment-detail-intro {
        padding: 0
    }

    .recruitment-detail-intro:after {
        top: -40px;
        right: -35px;
        width: 144px;
        height: 134px;
        background-size: 144px
    }

    .recruitment-detail-intro-heading {
        margin-bottom: 45px;
        padding: 5px 0 15px 33px;
        border-left-width: 10px
    }

    .recruitment-detail-intro-heading__head {
        margin-bottom: 5px;
        font-size: 3.5rem
    }

    .recruitment-detail-intro-heading__sub {
        font-size: 1.8rem
    }

    .recruitment-detail-intro-list {
        margin-bottom: 30px
    }

    .recruitment-detail-intro-list__item {
        margin-bottom: 3px;
        padding-left: 20px;
        font-size: 2rem
    }

    .recruitment-detail-intro-list__item:before {
        top: 18px;
        width: 5px;
        height: 5px
    }

    .recruitment-detail-intro__txt {
        margin-bottom: 45px;
        line-height: 2
    }

    .recruitment-detail-box {
        margin: 0;
        padding: 35px 40px 5px
    }

    .recruitment-detail-box__head {
        margin-bottom: 5px
    }

    .recruitment-detail-box__txt {
        margin-bottom: 40px;
        line-height: 2
    }

    .recruitment-detail-box__span {
        font-size: 1.6rem
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .recruitment-detail__inner {
        padding: 0 40px
    }
}

.recruitment-requirements {
    padding: 45px 0 50px;
    background-color: #efefef
}

.recruitment-requirements__head {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 20px;
    letter-spacing: .1em
}

.recruitment-requirements__head:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 24px;
    background-color: #1B335F
}

.recruitment-requirements-table {
    table-layout: fixed;
    background-color: #fff
}

.recruitment-requirements-table th,
.recruitment-requirements-table td {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.recruitment-requirements-table th {
    position: relative;
    padding: 13px 18px;
    background: linear-gradient(-55deg, #E10021 0%, #BB001C 100%);
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    text-align: center
}

.recruitment-requirements-table td {
    padding: 12px 19px 13px;
    font-size: 1.4rem
}

.recruitment-requirements-table__link {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
    color: #1B335F;
    text-decoration: underline
}

.recruitment-requirements-table__link:before {
    position: absolute;
    right: 0;
    font-size: 1.3rem
}

.recruitment-requirements-table__link:hover {
    color: #e0fac8
}

@media all and (min-width: 768px) {
    .recruitment-requirements {
        padding: 90px 0 120px
    }

    .recruitment-requirements__head {
        margin-bottom: 30px;
        padding-left: 30px;
        font-size: 3.5rem
    }

    .recruitment-requirements__head:before {
        width: 10px;
        height: 40px
    }

    .recruitment-requirements-table {
        position: relative;
        border-bottom: 0;
        background: transparent
    }

    .recruitment-requirements-table:after {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 27%;
        height: 100%;
        background: linear-gradient(-55deg, #E10021 0%, #BB001C 100%)
    }

    .recruitment-requirements-table th,
    .recruitment-requirements-table td {
        box-sizing: border-box;
        display: table-cell;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        font-size: 1.6rem;
        text-align: left
    }

    .recruitment-requirements-table th {
        width: 27%;
        padding: 25px 5px;
        vertical-align: middle;
        text-align: center
    }

    .recruitment-requirements-table td {
        width: 73%;
        padding: 25px 60px;
        vertical-align: middle;
        background-color: #fff;
        border-right: 1px solid #e6e6e6
    }

    .recruitment-requirements-table__link {
        margin-top: 5px;
        padding-right: 1.2em
    }

    .recruitment-requirements-table__link:before {
        top: 2px
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .recruitment-requirements__inner {
        padding: 0 40px
    }

    .recruitment-requirements-table th {
        width: 20%
    }

    .recruitment-requirements-table td {
        width: 80%;
        padding: 25px 30px
    }
}

.c-single01 {
    padding: 70px 0 80px
}

.c-single01__heading {
    margin-bottom: 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e6e6e6
}

.c-single01__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-single01__date {
    display: block;
    margin-right: 15px;
    font-size: 1.2rem;
    color: #999
}

.c-single01__head {
    line-height: 1.55;
    font-weight: 500;
    font-size: 2rem
}

.c-single01__eyecatch {
    margin: 0 auto 20px
}

.c-single01__eyecatch img {
    display: block;
    margin: auto
}

.c-single01-contents {
    overflow: hidden;
    margin-bottom: 22px;
    line-height: 1.85
}

.c-single01-contents h1,
.c-single01-contents h2,
.c-single01-contents h3,
.c-single01-contents h4,
.c-single01-contents h5,
.c-single01-contents h6 {
    clear: both;
    margin-top: 35px
}

.c-single01-contents h2 {
    padding: 7px 15px 9px;
    font-size: 1.8rem;
    background-color: #e0fac8;
    text-align: center
}

.c-single01-contents h2+p {
    margin-top: 10px
}

.c-single01-contents h3 {
    position: relative;
    margin-top: 15px;
    padding-left: 18px;
    line-height: 1.5;
    font-size: 1.6rem
}

.c-single01-contents h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #1B335F
}

.c-single01-contents h4 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1B335F
}

.c-single01-contents p:not([class]) {
    margin-bottom: 30px
}

.c-single01-contents strong {
    font-weight: 700
}

.c-single01-contents em {
    font-style: italic
}

.c-single01-contents img {
    padding-top: 15px;
    width: auto;
    max-width: 75%
}

.c-single01-contents img.alignright {
    display: inline;
    margin: 0 auto 10px;
    padding-left: 15px
}

.c-single01-contents img.alignleft {
    display: inline;
    margin: 0 auto 10px;
    padding-right: 15px
}

.c-single01-contents img,
.c-single01-contents img.aligncenter {
    display: block;
    margin: 0 auto 10px
}

.c-single01-contents .alignright {
    float: right
}

.c-single01-contents .alignleft {
    float: left
}

.c-single01-contents .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.c-single01-contents a {
    text-decoration: underline;
    color: #1B335F
}

.c-single01-contents ol {
    margin-bottom: 20px;
    counter-reset: li;
    list-style: none
}

.c-single01-contents ol li {
    position: relative
}

.c-single01-contents ol li:before {
    font-weight: 700;
    color: #1B335F;
    counter-increment: li;
    content: counter(li) ". "
}

.c-single01-contents ul {
    margin-bottom: 20px
}

.c-single01-contents ul li {
    position: relative;
    padding-left: 15px
}

.c-single01-contents ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1B335F
}

@media all and (min-width: 768px) {
    .c-single01 {
        max-width: 1100px;
        margin: auto;
        padding: 90px 0 70px
    }

    .c-single01__inner {
        margin-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px
    }

    .c-single01__heading {
        margin-bottom: 40px;
        padding: 0 0 20px
    }

    .c-single01__date {
        font-size: 1.5rem
    }

    .c-single01__head {
        font-size: 2.4rem
    }

    .c-single01__eyecatch {
        margin: 0 auto 40px
    }

    .c-single01__eyecatch img {
        max-width: 800px
    }

    .c-single01-contents {
        margin-bottom: 80px;
        padding: 0 0 20px;
        line-height: 2;
        font-size: 1.5rem
    }

    .c-single01-contents h1,
    .c-single01-contents h2,
    .c-single01-contents h3,
    .c-single01-contents h4,
    .c-single01-contents h5,
    .c-single01-contents h6 {
        margin-top: 50px
    }

    .c-single01-contents h2 {
        margin-bottom: 30px;
        padding: 7px 30px;
        font-size: 2rem
    }

    .c-single01-contents h3 {
        margin-bottom: 15px;
        font-size: 1.8rem
    }

    .c-single01-contents h4 {
        font-size: 1.6rem
    }

    .c-single01-contents p:not([class]) {
        margin-bottom: 35px
    }

    .c-single01-contents img {
        max-width: 400px;
        padding-top: 20px
    }

    .c-single01-contents img.alignright {
        margin: 0 auto 35px;
        padding-left: 30px
    }

    .c-single01-contents img.alignleft {
        margin: 0 auto 35px;
        padding-right: 30px
    }

    .c-single01-contents img,
    .c-single01-contents img.aligncenter {
        margin: 0 auto 35px
    }

    .c-single01-contents ul li {
        margin-bottom: 2px
    }

    .c-single01-contents ul li:before {
        top: 13px;
        left: 6px
    }
}

@media (min-width: 1200px) {
    .c-single01__inner {
        padding: 0
    }
}

.c-tab01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-tab01__item {
    margin-right: 5px;
    padding: 5px 10px
}

.c-tab01__item.is-active {
    background: #333;
    color: #fff
}

.c-table01 th,
.c-table01 td {
    padding: 10px
}

@media all and (max-width: 767px) {

    .c-table01 table,
    .c-table01 thead,
    .c-table01 tbody,
    .c-table01 tr,
    .c-table01 th,
    .c-table01 td {
        display: block
    }

    .c-table01 th,
    .c-table01 td {
        border-top: 1px solid #ccc
    }
}

@media all and (min-width: 768px) {

    .c-table01 th,
    .c-table01 td {
        border: 1px solid #ccc
    }

    .c-table01 th {
        padding: 10px 15px
    }

    .c-table01 td {
        padding: 10px 15px;
        vertical-align: middle
    }
}

.c-toggle-tit01 {
    position: relative;
    padding: 10px 50px 10px 15px;
    background: #ccc;
    color: #fff
}

.c-toggle-tit01:before,
.c-toggle-tit01:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-toggle-tit01:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-toggle-tit01.is-active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.l-breadcrumb .breadcrumb-list {
    padding: 28px 0;
    text-align: right
}

.l-breadcrumb .breadcrumb-list__item {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 5px;
    padding-left: 10px
}

.l-breadcrumb .breadcrumb-list__item+.breadcrumb-list__item:before {
    position: absolute;
    left: -3px;
    content: ">"
}

.l-breadcrumb .breadcrumb-list__link {
    color: #1B335F
}

.l-breadcrumb .breadcrumb-list__link:hover {
    text-decoration: underline
}

@media (min-width: 768px) and (max-width: 1100px) {
    .l-breadcrumb {
        padding-right: 40px
    }
}

.l-footer {
    overflow: hidden;
    position: relative;
    background-color: #262626;
    background-size: 375px;
    color: #fff
}

.l-footer__bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    height: 100%
}

.l-footer .particle {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    margin: -.5em 0 0 -.5em;
    background-color: currentColor;
    border-radius: 50%;
    font-size: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.l-footer__inner {
    position: relative;
    z-index: 2;
    padding: 85px 8% 40px
}

.l-footer__copy {
    margin-bottom: 38px;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .25em
}

.l-footer-btns {
    margin-bottom: 45px
}

.l-footer-btns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-footer-btns__item:first-of-type {
    margin-bottom: 15px
}

.l-footer-btns__item:first-of-type .l-footer-btns__link {
    background-color: #1B335F
}

.l-footer-btns__item:last-of-type .l-footer-btns__link {
    background-color: #E10021
}

.l-footer-btns__item:last-of-type .l-footer-btns__link:after {
    background-color: #BB001C
}

.l-footer-btns__link {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 295px;
    height: 65px;
    margin: auto;
    text-align: center
}

.l-footer-btns__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 140px;
    background-color: #0D1E3D
}

.l-footer-btns__link:hover {
    color: #fff
}

.l-footer-btns__link:hover:after {
    width: 100%
}

.l-footer-btns__span {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 1.3rem
}

.l-footer-btns__en {
    width: 100%;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    font-size: 2rem;
    text-transform: uppercase
}

.l-footer-btns__ico {
    position: absolute;
    z-index: 3;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem
}

.l-footer-btns__ico:before {
    content: "\E001";
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none
}

.l-footer-logo {
    width: 173px;
    margin: 0 auto 15px
}

.l-footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.l-footer-sitemap__item {
    box-sizing: border-box;
    width: 50%
}

.l-footer-sitemap__link {
    display: block;
    font-size: 1.3rem
}

.l-footer .ft-cr {
    line-height: 1.33;
    font-size: 1.2rem;
    color: #999;
    text-align: center
}

@media all and (max-width: 767px) {
    .l-footer-sitemap__item {
        line-height: 3
    }

    .l-footer-sitemap__item:nth-of-type(3) {
        width: calc(50% + 1em);
        margin-right: -1em
    }

    .l-footer-sitemap__item:nth-of-type(even) {
        padding-left: 30px
    }
}

@media (max-width: 374px) {
    .l-footer__copy {
        font-size: 1.7rem
    }

    .l-footer-sitemap__item:nth-of-type(even) {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
        padding-left: 20px
    }

    .l-footer-sitemap__link {
        font-size: 1.2rem
    }
}

@media all and (min-width: 768px) {
    .l-footer {
        background-size: 720px
    }

    .l-footer .particle {
        top: 25%;
        width: 2em;
        height: 2em
    }

    .l-footer__inner {
        max-width: 1100px;
        margin: auto;
        padding: 173px 0 80px
    }

    .l-footer__copy {
        margin-bottom: 55px;
        font-size: 3.5rem
    }

    .l-footer-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 100px
    }

    .l-footer-btns__item {
        width: calc(50% - 15px)
    }

    .l-footer-btns__item:first-of-type {
        margin: 0 15px 0 0
    }

    .l-footer-btns__item:last-of-type {
        margin-left: 15px
    }

    .l-footer-btns__link {
        max-width: 100%;
        height: 130px
    }

    .l-footer-btns__span {
        padding: 30px 0;
        font-size: 2rem
    }

    .l-footer-btns__en {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        font-size: 3rem
    }

    .l-footer-btns__ico {
        right: 28px;
        font-size: 1.8rem
    }

    .l-footer-logo {
        width: 282px;
        height: 60px;
        margin-bottom: 28px
    }

    .l-footer-sitemap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-footer-sitemap__item {
        width: auto;
        margin: 0 1.5em
    }

    .l-footer-sitemap__item:first-of-type {
        margin-left: 0
    }

    .l-footer-sitemap__item:last-of-type {
        margin-right: 0
    }

    .l-footer-sitemap__link {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .l-footer__inner {
        box-sizing: border-box;
        padding: 173px 40px 80px
    }

    .l-footer-sitemap {
        width: 700px;
        margin: 0 auto 28px
    }

    .l-footer-sitemap__item:nth-last-of-type(-n+2) {
        margin-top: 10px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .l-footer__copy {
        font-size: 3rem
    }

    .l-footer-btns__link {
        height: 100px
    }

    .l-footer-btns__span {
        padding: 15px
    }

    .l-footer-sitemap__link {
        font-size: 1.4rem
    }
}

.ft-pagetop {
    position: absolute;
    z-index: 8000;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px
}

@media all and (min-width: 768px) {
    .ft-pagetop {
        right: 40px;
        top: 40px;
        width: 60px;
        height: 60px
    }
}

.l-header {
    width: 100%;
    min-width: 320px;
    z-index: 2000
}

@media all and (max-width: 767px) {
    .l-header.is-fixed .hd-info__logo {
        display: none
    }

    .l-header.is-fixed .hd-info-btns {
        position: fixed;
        z-index: 9000
    }

    .l-header.is-fixed .nav-btn {
        position: fixed;
        z-index: 9000
    }
.l-header .hd-info-btns__en {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 0.7rem!important;
    text-transform: uppercase;
}
.l-header .hd-info-btns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 0.8rem!important;
    color: #fff;
    text-align: center;
}

.home-about__txt {
    margin-bottom: 27px;
    padding-left: 14px;
    line-height: 1.85;
    font-weight: 500;
	color:#fff;
}
}

@media all and (min-width: 768px) {
    .l-header {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 378px 1fr;
        grid-template-columns: 378px 1fr;
        width: 100%;
        background-color: #fff
    }

    .l-header .hd-info {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: 1
    }

    .l-header .l-nav {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1
    }

    .l-header.is-fixed .nav-btns {
        position: fixed;
        z-index: 9000;
        top: 0;
        right: 0
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .l-header {
        -ms-grid-columns: 140px 1fr;
        grid-template-columns: 140px 1fr
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .l-header {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr
    }
}

.l-header .hd-info {
    position: relative;
    height: 60px
}

.l-header .hd-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-header .hd-info__logo {
    position: relative;
    z-index: 9001;
    width: 128px
}

.l-header .hd-info__logo-link {
    padding: 12px 0 0 15px
}

.l-header .hd-info__logo .is-pc {
    display: none !important
}

.l-header .hd-info-btns {
    position: absolute;
    top: 0;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-header .hd-info-btns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.l-header .hd-info-btns__item:first-of-type .hd-info-btns__link {
    background-color: #1B335F
}

.l-header .hd-info-btns__item:last-of-type .hd-info-btns__link {
    background-color: #E10021
}

.l-header .hd-info-btns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    font-weight: 500;
    font-size: 1.1rem;
    color: #fff;
    text-align: center
}

.l-header .hd-info-btns__span {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.l-header .hd-info-btns__en {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 1.5rem;
    text-transform: uppercase
}

@media all and (min-width: 768px) {
    .l-header .hd-info {
        height: 140px
    }

    .l-header .hd-info__inner {
        display: block
    }

    .l-header .hd-info__logo {
        width: 423px
    }

    .l-header .hd-info__logo-link {
        padding: 46px 0 0 60px
    }

    .l-header .hd-info__logo .is-sp {
        display: none !important
    }

    .l-header .hd-info__logo .is-pc {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .l-header .hd-info {
        height: 90px
    }

    .l-header .hd-info__logo {
        width: 300px
    }

    .l-header .hd-info__logo-link {
        padding-top: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .l-header .hd-info__logo {
        width: 150px
    }

    .l-header .hd-info__logo-link {
        padding: 30px 10px 0 25px
    }

    .l-header .hd-info__logo .is-sp {
        display: block !important
    }

    .l-header .hd-info__logo .is-pc {
        display: none !important
    }
}

.l-header .nav-btn {
    position: absolute;
    z-index: 2001;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    cursor: pointer
}

.l-header .nav-btn__line {
    position: absolute;
    top: 25px;
    right: 18px;
    width: 25px;
    height: 1px;
    background-color: #262626;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.l-header .nav-btn__line:nth-child(2) {
    top: 33px
}

.l-header .nav-btn.is-open {
    z-index: 9002;
    background: #f2f2f2
}

.l-header .nav-btn.is-open .nav-btn__line {
    background-color: #262626;
    top: 30px
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.l-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    min-width: 320px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media all and (max-width: 767px) {
    .l-nav {
        overflow: auto;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        padding: 100px 40px;
        background: #fff;
    }

    .l-nav::-webkit-scrollbar {
        display: none
    }

    .l-nav.is-open {
        position: fixed;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1000
    }

    .l-nav .nav-list {
        margin-bottom: 50px
    }

    .l-nav .nav-list__item {
        margin-bottom: 23px
    }

    .l-nav .nav-list__link {
        display: block
    }

    .l-nav .nav-list__link img {
        display: block;
        width: 213px;
        margin-left: -2px
    }

    .l-nav .nav-btns__item {
        margin-bottom: 15px
    }
}

@media (max-width: 667px) and (orientation: landscape) {
    .l-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 40px
    }

    .l-nav .nav-list {
        margin-bottom: 0
    }

    .l-nav .nav-list__item {
        margin-bottom: 10px
    }

    .l-nav .nav-btns {
        width: 50%
    }
}

@media all and (min-width: 768px) {
    .l-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: static;
        width: 100%;
        min-width: auto;
        height: 140px;
        padding: 0
    }

    .l-nav .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 330px);
        padding-right: 50px
    }

    .l-nav .nav-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .l-nav .nav-list__item:not(:last-of-type) {
        margin-right: 3em
    }

    .l-nav .nav-list__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #262626
    }

    .l-nav .nav-list__link:hover {
        color: #1B335F
    }

    .l-nav .nav-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .l-nav .nav-btns__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .l-nav .nav-btns__item:first-of-type .nav-btns__link {
        background-color: #1B335F
    }

    .l-nav .nav-btns__item:last-of-type .nav-btns__link {
        background-color: #E10021
    }

    .l-nav .nav-btns__item:last-of-type .nav-btns__link:after {
        background-color: #BB001C
    }

    .l-nav .nav-btns__link {
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 140px;
        height: 140px;
        font-weight: 500;
        font-size: 1.1rem;
        color: #fff;
        text-align: center
    }

    .l-nav .nav-btns__link:after {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        width: 0;
        height: 140px;
        background-color: #0D1E3D
    }

    .l-nav .nav-btns__link:hover {
        color: #fff
    }

    .l-nav .nav-btns__link:hover:after {
        width: 100%
    }

    .l-nav .nav-btns__span {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 43px 0;
        font-size: 1.5rem
    }

    .l-nav .nav-btns__en {
        width: 100%;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        font-size: 1.7rem;
        text-transform: uppercase
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .l-nav {
        height: 90px
    }

    .l-nav .nav-list {
        width: calc(100% - 200px);
        padding-right: 15px
    }

    .l-nav .nav-list__item:not(:last-of-type) {
        margin-right: 1em
    }

    .l-nav .nav-list__link {
        font-size: 1.3rem
    }

    .l-nav .nav-btns__link {
        width: 90px;
        height: 90px
    }

    .l-nav .nav-btns__span {
        padding-top: 20px;
        font-size: 1.4rem
    }

    .l-nav .nav-btns__en {
        font-size: 1.8rem
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .l-nav {
        height: 90px
    }

    .l-nav .nav-list {
        width: calc(100% - 210px);
        padding-right: 30px
    }

    .l-nav .nav-list__item:not(:last-of-type) {
        margin-right: 1em
    }

    .l-nav .nav-list__link {
        font-size: 1.3rem
    }

    .l-nav .nav-btns__link {
        width: 90px;
        height: 90px
    }

    .l-nav .nav-btns__span {
        padding-top: 20px;
        font-size: 1.4rem
    }

    .l-nav .nav-btns__en {
        font-size: 1.8rem
    }
}

.l-main-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 144%
}

.l-main-img__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.l-main-img__copy {
    position: absolute;
    top: 38%;
    left: 14px
}

.l-main-img__copy img {
    width: 65%
}

.l-main-img__img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 84%;
    height: 100%
}

.l-main-img__img:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in
}

.l-main-img__img:first-of-type:after {
    background-image: url(../img/home/bg_mv01_sp.jpg)
}

.l-main-img__img:nth-of-type(2):after {
    background-image: url(../img/home/bg_mv02_sp.jpg)
}

/* .l-main-img__img:nth-of-type(3):after {
    background-image: url(../img/home/bg_mv03_sp.jpg)
} */

.l-main-img__img:nth-of-type(3):after {
    background-image: url(../img/home/bg_mv04_sp.jpg)
}

.l-main-img__img.is-shown:after {
    opacity: 1
}

.l-main-img-news {
    box-sizing: border-box;
    position: absolute;
    bottom: -10px;
    width: 77%;
    margin-left: 16%;
    background-color: #fff
}

.l-main-img-news__date {
    line-height: 1.33;
    font-weight: 500;
    font-size: 1.2rem;
    color: #999
}

.l-main-img-news__head {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    line-height: 1.75;
    font-weight: 500;
    font-size: 1.2rem
}

.l-main-img-news__link {
    display: block;
    padding: 23px 0 10px 25px
}

@media all and (min-width: 768px) {
    .l-main-img {
        padding-top: 49%
    }

    .l-main-img__copy {
        top: 47.5%;
        left: 90px
    }

    .l-main-img__copy img {
        width: 100%
    }

    .l-main-img__img {
        width: 86%;
        max-width: 1640px
    }

    .l-main-img__img:first-of-type:after {
        background-image: url(../img/home/bg_mv01_pc.jpg)
    }

    .l-main-img__img:nth-of-type(2):after {
        background-image: url(../img/home/bg_mv02_pc.jpg)
    }

    /* .l-main-img__img:nth-of-type(3):after {
        background-image: url(../img/home/bg_mv03_pc.jpg)
    } */

    .l-main-img__img:nth-of-type(3):after {
        background-image: url(../img/home/bg_mv04_pc.jpg)
    }

    .l-main-img-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -10px;
        right: 7%;
        width: 36.5%;
        margin-left: 0;
        margin-right: -10px;
        background-color: #fff
    }

    .l-main-img-news__date {
        margin-right: 20px;
        font-size: 1.5rem
    }

    .l-main-img-news__head {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 1.5rem
    }

    .l-main-img-news__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 10px 40px 50px
    }

    .l-main-img__sub {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 3%;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 1;
        font-weight: 700;
        font-size: 1.3rem;
        text-transform: uppercase
    }

    .l-main-img-scroll {
        display: block;
        position: absolute;
        right: 3%;
        bottom: 0;
        width: 20px;
        height: 90px
    }

    .l-main-img-scroll:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 20px;
        height: 40px;
        background: url(../img/home/ico_mouse01.svg) no-repeat center top;
        background-size: 20px;
        pointer-events: none
    }

    .l-main-img-scroll:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2px;
        height: 0;
        background-color: #262626;
        -webkit-animation: line-animation 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
        animation: line-animation 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .l-main-img-scroll__link {
        display: block;
        height: 130px;
        margin-top: -40px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .l-main-img__copy {
        left: 45px
    }

    .l-main-img__copy img {
        width: 65%
    }

    .l-main-img-news {
        width: 70%
    }

    .l-main-img-news__link {
        padding: 20px 5px 15px 20px
    }

    .l-main-img-news__date {
        font-size: 1.3rem
    }

    .l-main-img-news__head {
        font-size: 1.3rem
    }

    .l-main-img__sub {
        font-size: 1.1rem
    }

    .l-main-img-scroll {
        right: 2.5%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .l-main-img__copy img {
        width: 80%
    }

    .l-main-img-news {
        width: 50%
    }

    .l-main-img-news__link {
        padding: 30px 10px 25px 30px
    }

    .l-main-img-news__date {
        font-size: 1.4rem
    }

    .l-main-img-news__head {
        font-size: 1.4rem
    }
}

@-webkit-keyframes line-animation {
    0% {
        bottom: auto;
        top: 0;
        height: 0
    }

    50% {
        height: 90px
    }

    100% {
        top: auto;
        bottom: 0;
        height: 0
    }
}

@keyframes line-animation {
    0% {
        bottom: auto;
        top: 0;
        height: 0
    }

    50% {
        height: 90px
    }

    100% {
        top: auto;
        bottom: 0;
        height: 0
    }
}

.l-sub-img {
    height: 250px;
    padding: 0 8%
}

.l-sub-img__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.l-sub-img-heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%
}

.l-sub-img-heading__en {
    font-weight: 800;
    font-style: italic;
    font-size: 4rem;
    color: #BB001C
}

.l-sub-img-heading__span {
    font-weight: 800;
    font-style: italic;
    font-size: 4rem;
    color: #262626
}

.l-sub-img-heading__ja {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: .25em
}

.l-sub-img-heading__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.l-sub-img-heading__name {
    margin-right: 0.5em;
    font-weight: 700;
    font-size: 1.5rem
}

.l-sub-img-heading__rome {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1B335F
}

.l-sub-img-heading__date {
    width: 100%;
    line-height: 1.7;
    font-weight: 700;
    color: #a4a4a4
}

@media all and (max-width: 767px) {
    .l-sub-img-heading__rome {
        width: 100%
    }
}

@media all and (min-width: 768px) {
    .l-sub-img {
        position: relative;
        height: 500px;
        padding: 0 7.3%
    }

    .l-sub-img-heading {
        left: -2.5%
    }

    .l-sub-img-heading__en {
        font-size: 8rem
    }

    .l-sub-img-heading__span {
        font-size: 8rem
    }

    .l-sub-img-heading__ja {
        font-size: 2.5rem
    }

    .l-sub-img-heading__name {
        font-size: 2rem
    }

    .l-sub-img-heading__rome {
        font-size: 1.5rem
    }

    .l-sub-img-heading__date {
        font-size: 1.5rem
    }

    .l-sub-img__sub {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 3%;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        line-height: 1;
        font-weight: 700;
        font-size: 1.3rem;
        text-transform: uppercase
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .l-sub-img__sub {
        font-size: 1.1rem
    }
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.eot");
    src: url("../font/iconfontd41d.eot?#iefix") format("eot"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")
}

[class*=c-icon]:before {
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-decoration: none;
    text-transform: none
}

.c-icon-arw01:before {
    content: "\E001"
}

.c-icon-link01:before {
    content: "\E002"
}

.js-switch-tab {
    cursor: pointer
}

.js-switch-content {
    display: none
}

.js-switch-content.is-active {
    display: block
}

.js-toggle-trigger {
    cursor: pointer
}

.js-toggle-content {
    display: none
}

#company .l-sub-img__inner {
    background-image: url(../img/company/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #company .l-sub-img__inner {
        background-image: url(../img/company/bg_mv01_pc.jpg)
    }
}

#contact .l-sub-img__inner {
    background-image: url(../img/contact/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #contact .l-sub-img__inner {
        background-image: url(../img/contact/bg_mv01_pc.jpg)
    }
}

.company-message {
    padding: 55px 0 125px
}

.company-message__txt {
    margin-bottom: 25px;
    font-weight: 500
}

.company-message__sign-area {
    font-weight: 500
}

.company-message__img {
    padding-top: 5px;
    width: 140px
}

@media all and (min-width: 768px) {
    .company-message {
        padding: 70px 40px 130px
    }

    .company-message__txt {
        max-width: 750px;
        margin: 0 auto 33px;
        line-height: 2;
        text-align: center
    }

    .company-message__sign-area {
        text-align: right
    }

    .company-message__img {
        margin-left: auto;
        padding-top: 10px
    }
}

@media (min-width: 768px) and (max-width: 812px) {
    .company-message__txt {
        max-width: 700px;
        font-size: 1.5rem
    }
}

@media (min-width: 1101px) {
    .company-message {
        padding-left: 0;
        padding-right: 0
    }
}

.company-summary {
    padding-bottom: 60px;
    background-color: #efefef
}

.company-summary-head {
    margin-bottom: -5px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.company-summary__table {
    position: relative;
    margin: 0 8%
}

.company-summary__table:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
    background: linear-gradient(-55deg, #E10021 0%, #1B335F 100%)
}

.company-summary__table table {
    position: relative;
    z-index: 2;
    table-layout: fixed;
    font-size: 1.2rem
}

.company-summary__table table th,
.company-summary__table table td {
    border-bottom: 1px solid #e6e6e6
}

.company-summary__table table th {
    width: 41%;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.company-summary__table table td {
    width: 59%;
    padding: 13px 20px;
    background-color: #fff
}

.company-summary__ico {
    margin-left: 3px
}

@media all and (min-width: 768px) {
    .company-summary {
        padding-bottom: 100px
    }

    .company-summary-head {
        margin-bottom: 15px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .company-summary__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: auto;
        padding: 0 20px
    }

    .company-summary__table:after {
        display: none
    }

    .company-summary__table table {
        position: relative;
        width: calc(50% - 11px);
        height: 250px
    }

    .company-summary__table table:after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 29%;
        height: 100%;
        background: linear-gradient(-55deg, #E10021 0%, #1B335F 100%)
    }

    .company-summary__table table:first-of-type {
        margin-right: 10px
    }

    .company-summary__table table:last-of-type {
        margin-left: 10px
    }

    .company-summary__table table:last-of-type tr:not(:first-child) td {
        padding: 14px 30px
    }

    .company-summary__table table tr {
        border-right: 1px solid #e6e6e6
    }

    .company-summary__table table th,
    .company-summary__table table td {
        font-size: 1.5rem
    }

    .company-summary__table table th {
        width: 29%
    }

    .company-summary__table table td {
        width: 71%;
        padding: 27px 30px;
		vertical-align: middle;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .company-summary__table table:after {
        width: 32%
    }

    .company-summary__table table th,
    .company-summary__table table td {
        font-size: 1.4rem
    }

    .company-summary__table table th {
        width: 32%
    }

    .company-summary__table table td {
        width: 68%
    }
}

.company-access {
    padding: 40px 0 48px
}

.company-access__map {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 53%
}

.company-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.company-access__txt-area {
    padding: 0 8%
}

.company-access__addr {
    margin-bottom: 20px;
    padding: 5px 0 2px 20px;
    line-height: 2.28;
    border-left: 2px solid #1B335F;
    font-weight: 500
}

.company-access__link {
    display: block;
    padding-top: 10px;
    color: #1B335F
}

.company-access__link:hover {
    text-decoration: underline
}

.company-access-train {
    padding: 15px 0 2px 20px;
    border-left: 2px solid #1B335F
}

.company-access-train__head {
    margin-bottom: 3px;
    /*padding-left: 28px;
    background: url(../img/company/ico_train01.png) no-repeat left center;*/
    background-size: 16px;
    font-weight: 700;
    color: #1B335F
}

.company-access-train-list {
    padding: 5px 0;
    line-height: 2.28
}

.company-access-train-list__item {
    position: relative;
    padding-left: 10px;
    font-weight: 500
}

.company-access-train-list__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1B335F
}

@media (max-width: 359px) {
    .company-access-train-list__item {
        font-size: 1.3rem
    }

    .company-access-train-list__item:before {
        top: 16px
    }
}

@media all and (min-width: 768px) {
    .company-access {
        padding: 90px 0
    }

    .company-access__map {
        max-width: 1100px;
        margin: 0 auto 40px;
        padding-top: 29%
    }

    .company-access__txt-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1100px;
        margin: auto;
        padding: 0 40px
    }

    .company-access__addr {
        box-sizing: border-box;
        width: 34%;
        margin: 0 2% 0 0;
        padding: 7px 0 7px 20px;
        line-height: 2
    }

    .company-access-train {
        box-sizing: border-box;
        width: 64%;
        padding: 7px 0 7px 23px
    }

    .company-access-train__head {
        margin-bottom: 0;
        /*padding-left: 22px;*/
        background-position: left top 5px;
        font-size: 1.8rem
    }

    .company-access-train-list {
        overflow: hidden;
        line-height: 2;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .company-access-train-list__item {
        box-sizing: border-box;
        float: left;
        min-width: 50%
    }

    .company-access-train-list__item:last-of-type {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .company-access__addr {
        width: 48%
    }

    .company-access-train {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 896px) {
    .company-access__txt-area {
        padding: 0 30px
    }

    .company-access__addr {
        font-size: 1.5rem
    }

    .company-access-train {
        font-size: 1.5rem
    }
}

.company-business {
    padding-bottom: 60px
}

.company-business-list__item:not(:last-of-type) {
    margin-bottom: 40px
}

.company-business-list__img {
    margin-left: 21.33%
}

.company-business-list__txt-area {
    position: relative;
    margin: 0 8%;
    padding: 35px 18px 25px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.company-business-list__txt-area:before,
.company-business-list__txt-area:after {
    content: "";
    display: inline-block;
    position: absolute
}

.company-business-list__num {
    position: absolute;
    left: 20px;
    top: -40px;
    font-weight: 800;
    font-style: italic;
    font-size: 4.5rem;
    color: #1B335F
}

.company-business-list__head {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.25em
}

.company-business-list__txt {
    font-weight: 500
}

@media all and (max-width: 767px) {
    .company-business-list__item:first-of-type .company-business-list__txt-area:before {
        top: 26px;
        right: -18px;
        width: 24px;
        height: 24px;
        background: url(../img/company/bg_circle01.png) no-repeat center;
        background-size: 24px
    }

    .company-business-list__item:first-of-type .company-business-list__txt-area:after {
        bottom: 15px;
        left: -40px;
        width: 53px;
        height: 53px;
        background: url(../img/company/bg_circle02.png) no-repeat center;
        background-size: 53px
    }

    .company-business-list__item:nth-of-type(2) .company-business-list__txt-area:before {
        bottom: -25px;
        right: -17px;
        width: 58px;
        height: 63px;
        background: url(../img/company/bg_circle03.png) no-repeat center;
        background-size: 58px
    }

    .company-business-list__item:nth-of-type(3) .company-business-list__txt-area:before {
        top: 35px;
        right: -14px;
        width: 55px;
        height: 42px;
        background: url(../img/company/bg_circle04.png) no-repeat center;
        background-size: 55px
    }

    .company-business-list__item:nth-of-type(3) .company-business-list__txt-area:after {
        bottom: -33px;
        left: -22px;
        width: 53px;
        height: 53px;
        background: url(../img/company/bg_circle02.png) no-repeat center;
        background-size: 53px
    }
}

@media all and (min-width: 768px) {
    .company-business {
        padding-bottom: 160px
    }

    .company-business__inner {
        max-width: 1100px;
        margin: auto
    }

    .company-business-list {
        padding-top: 35px
    }

    .company-business-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .company-business-list__item:not(:last-of-type) {
        margin-bottom: 100px
    }

    .company-business-list__item:first-of-type .company-business-list__txt-area:before {
        top: -24px;
        right: 25px;
        width: 48px;
        height: 48px;
        background: url(../img/company/bg_circle01.png) no-repeat center;
        background-size: 48px
    }

    .company-business-list__item:first-of-type .company-business-list__txt-area:after {
        bottom: -53px;
        left: -53px;
        width: 106px;
        height: 106px;
        background: url(../img/company/bg_circle02.png) no-repeat center;
        background-size: 106px
    }

    .company-business-list__item:nth-of-type(2) .company-business-list__txt-area:before {
        bottom: -42px;
        left: -71px;
        width: 116px;
        height: 126px;
        background: url(../img/company/bg_circle03.png) no-repeat center;
        background-size: 116px
    }

    .company-business-list__item:nth-of-type(3) .company-business-list__txt-area:before {
        top: -10px;
        right: -38px;
        width: 110px;
        height: 84px;
        background: url(../img/company/bg_circle04.png) no-repeat center;
        background-size: 110px
    }

    .company-business-list__item:nth-of-type(3) .company-business-list__txt-area:after {
        bottom: -52px;
        left: 24px;
        width: 80px;
        height: 80px;
        background: url(../img/company/bg_circle02.png) no-repeat center;
        background-size: 80px
    }

    .company-business-list__img {
        width: calc(50% + 40px);
        margin: 10px 0 0 -40px
    }

    .company-business-list__txt-area {
        box-sizing: border-box;
        width: 50%;
        margin: 0;
        padding: 45px 40px;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .company-business-list__num {
        top: -65px;
        left: 40px;
        font-size: 7rem
    }

    .company-business-list__head {
        margin-bottom: 20px;
        font-size: 2rem
    }

    .company-business-list__txt {
        line-height: 2
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .company-business__inner {
        padding-left: 20px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .company-business-list__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .company-business-list__txt-area {
        width: 55%;
        margin-right: -5%
    }

    .company-business-list__txt {
        font-size: 1.4rem
    }

    .company-business-list__head {
        font-size: 2rem
    }
}

#entry-career .l-sub-img__inner,
#confirm-career .l-sub-img__inner,
#thanks-career .l-sub-img__inner {
    background-image: url(../img/entry-career/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {

    #entry-career .l-sub-img__inner,
    #confirm-career .l-sub-img__inner,
    #thanks-career .l-sub-img__inner {
        background-image: url(../img/entry-career/bg_mv01_pc.jpg)
    }
}

.career-form {
    padding: 60px 0 80px
}

@media all and (min-width: 768px) {
    .career-form {
        padding: 65px 0 160px
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .career-form {
        padding-left: 40px;
        padding-right: 40px
    }
}

.entry-thanks {
    padding: 60px 0 80px
}

.entry-thanks__txt {
    margin-bottom: 30px
}

@media all and (min-width: 768px) {
    .entry-thanks {
        padding: 65px 0 160px
    }

    .entry-thanks__txt {
        margin-bottom: 50px;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .entry-thanks {
        padding-left: 40px;
        padding-right: 40px
    }
}

#entry-fresh .l-sub-img__inner,
#confirm-fresh .l-sub-img__inner,
#thanks-fresh .l-sub-img__inner {
    background-image: url(../img/entry-fresh/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {

    #entry-fresh .l-sub-img__inner,
    #confirm-fresh .l-sub-img__inner,
    #thanks-fresh .l-sub-img__inner {
        background-image: url(../img/entry-fresh/bg_mv01_pc.jpg)
    }
}

.fresh-form {
    padding: 60px 0 80px
}

@media all and (min-width: 768px) {
    .fresh-form {
        padding: 65px 0 160px
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .fresh-form {
        padding-left: 40px;
        padding-right: 40px
    }
}

.fresh-confirm__zip {
    margin: 0 0 10px 0
}

.fresh-confirm__input-area.is-date .fresh-confirm__span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.entry-thanks {
    padding: 60px 0 80px
}

.entry-thanks__txt {
    margin-bottom: 30px
}

@media all and (min-width: 768px) {
    .entry-thanks {
        padding: 65px 0 160px
    }

    .entry-thanks__txt {
        margin-bottom: 50px;
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .entry-thanks {
        padding-left: 40px;
        padding-right: 40px
    }
}

#error .l-sub-img__inner:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0fac8
}

.error-page404 {
    padding: 50px 0
}

.error-page404-heading {
    position: relative
}

.error-page404-heading__head {
    width: 100%;
    position: absolute;
    top: -68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.error-page404-heading__span {
    display: inline-block;
    font-weight: 800;
    font-style: italic;
    -webkit-animation: 1s ease-in leKickOutBehind .3s both;
    animation: 1s ease-in leKickOutBehind .3s both
}

.error-page404__txt {
    text-align: center;
    padding-bottom: 30px
}

@media all and (min-width: 768px) {
    .error-page404 {
        padding: 100px 0
    }

    .error-page404-heading__head {
        top: -92px
    }

    .error-page404__txt {
        padding-bottom: 50px
    }
}

@-webkit-keyframes leKickOutBehind {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
        animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45)
    }
}

@keyframes leKickOutBehind {
    40% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45);
        animation-timing-function: cubic-bezier(0, 0.9, 0.7, 1.45)
    }
}

.home-message {
    overflow: hidden;
    position: relative
}

.home-message__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.home-message .particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8em;
    height: 1.8em;
    margin: -.5em 0 0 -.5em;
    background-color: currentColor;
    border-radius: 50%;
    font-size: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.home-message__inner {
    position: relative;
    z-index: 2;
    padding: 90px 8%;
    background: rgba(255, 255, 255, 0.15)
}

.home-message__head {
    width: 67%;
    margin-bottom: 16px
}

.home-message__sub {
    margin-bottom: 35px;
    line-height: 2;
    font-weight: 700;
    font-size: 1.8rem;
   /* letter-spacing: 0.25em*/
}

.home-message__txt {
    margin-bottom: 45px;
    line-height: 2.14;
    font-weight: 500
}

@media all and (min-width: 768px) {
    .home-message .particle {
        width: 2em;
        height: 2em
    }

    .home-message__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: auto;
        padding: 170px 0 180px
    }

    .home-message__heading {
        width: 37%
    }

    .home-message__head {
        width: 330px;
        margin-bottom: 28px;
        padding-top: 10px
    }

    .home-message__sub {
        padding-left: 10px;
        line-height: 1.875;
        font-size: 1.8rem
    }

    .home-message__txt-area {
        box-sizing: border-box;
        width: 63%;
        padding-left: 10px
    }

    .home-message__txt {
        margin-bottom: 55px;
        line-height: 2.68
    }

    .home-message-btn {
        margin-left: 0
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-message__inner {
        box-sizing: border-box;
        padding: 170px 30px 130px
    }

    .home-message__heading {
        width: 38%
    }

    .home-message__head {
        max-width: 90%
    }

    .home-message__sub {
        font-size: 2rem
    }

    .home-message__txt-area {
        width: 62%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-message {
        padding-bottom: 0
    }

    .home-message__txt {
        font-size: 1.5rem
    }
}

.home-about {
    position: relative;
    padding-bottom: 80px
}

.home-about:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
    background: linear-gradient(-45deg, #BB001C 0%, #E30021 100%)
}

.home-about__inner {
    position: relative;
    padding: 0 8%
}

.home-about__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(../img/home/bg_circle01_sp.png) no-repeat center bottom;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1500ms ease 300ms;
    transition: all 1500ms ease 300ms
}

.home-about__bg.is-active {
    visibility: visible;
    opacity: 1;
    bottom: 87px
}

.home-about__head {
    width: 67%;
    margin-bottom: 5px;
    padding-left: 14px;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px)
}

.home-about__txt {
    margin-bottom: 27px;
    padding-left: 14px;
    line-height: 1.85;
    font-weight: 500
}

.home-about-btn {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

@media all and (min-width: 768px) {
    .home-about {
        padding: 140px 0 215px
    }

    .home-about:after {
        height: 63%
    }

    .home-about__inner {
        max-width: 1640px;
        margin: auto;
        padding: 1% 7%
    }

    .home-about__bg {
        z-index: 2;
        width: 86%;
        height: 396px;
        background: url(../img/home/bg_circle01_pc.png) no-repeat center bottom
    }

    .home-about__bg.is-active {
        bottom: 19%
    }

    .home-about__head {
        position: absolute;
        z-index: 2;
        left: 17.2%;
        top: -30px;
        width: 325px;
        margin-bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .home-about__txt {
        position: absolute;
        z-index: 2;
        left: 17.2%;
        top: 65px;
        line-height: 2
    }

    .home-about__img {
        position: relative;
        z-index: 1
    }

    .home-about-btn {
        position: absolute;
        z-index: 3;
        right: calc(7% + 50px);
        -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
        transform: translateY(-35px);
        width: 300px
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .home-about {
        padding: 100px 0 215px
    }

    .home-about:after {
        height: 55%
    }

    .home-about__bg {
        background-size: contain
    }

    .home-about__bg.is-active {
        bottom: 10%
    }

    .home-about__head {
        left: 10%;
        width: 280px
    }

    .home-about__txt {
        left: 10%;
        top: 40px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-about {
        padding: 80px 0 160px
    }

    .home-about:after {
        height: 50%
    }

    .home-about__bg {
        background-size: 700px
    }

    .home-about__bg.is-active {
        bottom: 5%
    }

    .home-about__head {
        top: -20px;
        left: 10%;
        width: 250px
    }

    .home-about__txt {
        left: 10%
    }
}

.home-summary {
    padding-bottom: 140px
}

.home-summary__inner {
    margin: 0 8%;
    border: 1px solid #e6e6e6
}

.home-summary__head {
    width: 80%;
    margin: 0 auto 3px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px)
}

.home-summary-list__img {
    width: 50%;
    margin: auto;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.home-summary-list__head {
    line-height: 1.54;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center
}

.home-summary-btn {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

@media all and (max-width: 767px) {
    .home-summary-list__item:first-of-type {
        margin-bottom: 23px
    }

    .home-summary-list__item:first-of-type .home-summary-list__img {
        margin-bottom: 13px
    }

    .home-summary-list__item:nth-of-type(2) {
        margin-bottom: 22px
    }

    .home-summary-list__item:nth-of-type(2) .home-summary-list__img {
        width: 46%;
        margin-bottom: 0;
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    .home-summary-list__item:nth-of-type(3) {
        margin-bottom: 23px
    }

    .home-summary-list__item:nth-of-type(3) .home-summary-list__img {
        margin-bottom: 3px
    }
}

@media all and (min-width: 768px) {
    .home-summary {
        padding-bottom: 213px
    }

    .home-summary__head {
        width: 48%;
        margin: 0 auto 28px;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .home-summary__head img {
        display: block;
        max-width: 800px;
        margin: auto
    }

    .home-summary__inner {
        max-width: 1640px;
        margin: 0 7%
    }

    .home-summary-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: auto;
        padding-bottom: 50px
    }

    .home-summary-list__item {
        width: 33.3333%
    }

    .home-summary-list__item:first-of-type {
        max-width: 206px
    }

    .home-summary-list__item:first-of-type .home-summary-list__img {
        -webkit-transform: translate(5px, -10px);
        -ms-transform: translate(5px, -10px);
        transform: translate(5px, -10px)
    }

    .home-summary-list__item:first-of-type .home-summary-list__head {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    .home-summary-list__item:nth-of-type(2) {
        max-width: 194px;
        margin: 0 17%
    }

    .home-summary-list__item:nth-of-type(2) .home-summary-list__img {
        -webkit-transform: translateX(-13px);
        -ms-transform: translateX(-13px);
        transform: translateX(-13px)
    }

    .home-summary-list__item:nth-of-type(3) {
        max-width: 210px
    }

    .home-summary-list__item:nth-of-type(3) .home-summary-list__img {
        -webkit-transform: translateX(28px);
        -ms-transform: translateX(28px);
        transform: translateX(28px)
    }

    .home-summary-list__item:nth-of-type(3) .home-summary-list__head {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }

    .home-summary-list__img {
        width: 100%;
        margin-bottom: 25px
    }

    .home-summary-list__head {
        font-size: 1.7rem
    }

    .home-summary-btn {
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px)
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .home-summary__head {
        width: 50%;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-summary__head {
        width: 55%;
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    .home-summary__inner {
        margin: 0 5%
    }

    .home-summary-list__item:nth-of-type(2) {
        margin: 0 10%
    }

    .home-summary-list__img img {
        display: block;
        width: 85%;
        margin: auto
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-summary {
        padding-bottom: 180px
    }

    .home-summary-list__item:nth-of-type(2) {
        margin: 0 5%
    }

    .home-summary-list__img img {
        display: block;
        width: 75%;
        margin: auto
    }

    .home-summary-list__head {
        font-size: 2rem
    }
}

.home-voices {
    padding-bottom: 65px;
    background-color: #efefef
}

.home-voices__head {
    width: 60%;
    margin-left: 8%;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.home-voices__txt {
    margin: 0 0 55px 8%
}

.home-voices-list__item {
    position: relative
}

.home-voices-list__item:first-of-type {
    margin: 0 0 15px 8%
}

.home-voices-list__item:first-of-type .home-voices-list__bg {
    left: -6%;
    background: url(../img/home/bg_circle02_sp.png) no-repeat right top 25%;
    background-size: contain
}

.home-voices-list__item:first-of-type .home-voices-btn__link {
    margin-right: 0;
    -webkit-transform: translate(-15%, -30px);
    -ms-transform: translate(-15%, -30px);
    transform: translate(-15%, -30px)
}

.home-voices-list__item:last-of-type {
    margin-right: 8%
}

.home-voices-list__item:last-of-type .home-voices-list__bg {
    right: -4%;
    background: url(../img/home/bg_circle03_sp.png) no-repeat right top 25%;
    background-size: contain
}

.home-voices-list__item:last-of-type .home-voices-btn__link {
    margin-left: 0;
    -webkit-transform: translate(15%, -25px);
    -ms-transform: translate(15%, -25px);
    transform: translate(15%, -25px)
}

.home-voices-list__bg {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 108%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1500ms ease 300ms, -webkit-transform 1500ms ease 300ms;
    transition: opacity 1500ms ease 300ms, -webkit-transform 1500ms ease 300ms;
    transition: opacity 1500ms ease 300ms, transform 1500ms ease 300ms;
    transition: opacity 1500ms ease 300ms, transform 1500ms ease 300ms, -webkit-transform 1500ms ease 300ms
}

.home-voices-list__bg.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home-voices-list__img {
    position: relative;
    z-index: 1
}

.home-voices-list__head {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.38;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .25em
}

.home-voices-btn {
    position: relative;
    z-index: 3
}

@media all and (min-width: 768px) {
    .home-voices {
        padding-bottom: 230px
    }

    .home-voices__inner {
        position: relative
    }

    .home-voices__head {
        width: 345px;
        margin: 0 0 15px 18%;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    .home-voices__txt {
        margin: 0 0 10px 18%;
        line-height: 2
    }

    .home-voices-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1640px;
        margin: auto
    }

    .home-voices-list__item {
        width: 50%
    }

    .home-voices-list__item:first-of-type {
        margin-left: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    .home-voices-list__item:first-of-type .home-voices-list__bg {
        background: url(../img/home/bg_circle02_pc.png) no-repeat left 25px bottom 140px;
        background-size: 94%
    }

    .home-voices-list__item:last-of-type {
        margin-right: 0
    }

    .home-voices-list__item:last-of-type .home-voices-btn__link {
        margin: 0 0 0 auto;
        -webkit-transform: translate(-15%, -30px);
        -ms-transform: translate(-15%, -30px);
        transform: translate(-15%, -30px)
    }

    .home-voices-list__item:last-of-type .home-voices-list__bg {
        background: url(../img/home/bg_circle03_pc.png) no-repeat right 5px top 25px;
        background-size: 95%
    }

    .home-voices-list__item:last-of-type .home-voices-list__bg:after {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 4;
        top: 41%;
        left: -2%;
        width: 6.6%;
        height: 10%;
        background: url(../img/home/bg_circle04.png) no-repeat center;
        background-size: contain
    }

    .home-voices-list__head {
        top: -24px;
        font-size: 2.8rem
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-voices {
        padding-bottom: 180px
    }

    .home-voices-list__item:last-of-type {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }

    .home-voices-list__head {
        top: -17px;
        font-size: 2.5rem
    }
}

.home-bnrs-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home-bnrs-bnr__en {
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 3rem;
    letter-spacing: 0;

}

.home-bnrs-bnr__ja {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    font-weight: 700;
    font-size: 1.3rem
}

.home-bnrs-bnr:first-of-type {
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
}

.home-bnrs-bnr:first-of-type .home-bnrs-bnr__link:after {
    background-color: rgba(5, 112, 230, 0.5)
}

.home-bnrs-bnr:first-of-type .home-bnrs-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.home-bnrs-bnr:last-of-type {
    background: #833ab4;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}

.home-bnrs-bnr:last-of-type .home-bnrs-bnr__link:after {
    background-color: rgba(191, 6, 224, 0.5)
}

.home-bnrs-bnr:last-of-type .home-bnrs-bnr__link:hover:after {
    width: 140%;
    height: 100%
}

.home-bnrs-bnr__link {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 0;
    text-align: center
}

.home-bnrs-bnr__link:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -40%;
    top: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%
}

.home-bnrs-bnr__link:hover {
    color: #262626
}

@media all and (min-width: 768px) {
    .home-bnrs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-bnrs-bnr {
        width: 50%
    }

    .home-bnrs-bnr:first-of-type {
        /*background: url(../img/common/bnr/bg_bnr04_pc.jpg) no-repeat;
        background-size: cover;*/
		background: #00c6ff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

		
    }

    .home-bnrs-bnr:last-of-type {
       /* background: url(../img/common/bnr/bg_bnr03_pc.jpg) no-repeat;
        background-size: cover*/
		background: #833ab4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    }

    .home-bnrs-bnr__en {
        font-size: 5rem
    }

    .home-bnrs-bnr__ja {
        font-size: 1.8rem
    }

    .home-bnrs-bnr__link {
        padding: 64px 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-bnrs-bnr__en {
        font-size: 4rem
    }

    .home-bnrs-bnr__link {
        padding: 44px 0
    }
}

#interview .l-sub-img__inner {
    background-color: #e0fac8
}

.interview-path {
    padding: 90px 3% 70px;
    background: url(../img/interview/bg_path01_sp.jpg) no-repeat center bottom;
    background-size: contain
}

.interview-path__inner {
    box-sizing: border-box;
    padding: 0 25px 45px;
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.interview-path__head {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.interview-path-list {
    margin-top: -33px
}

.interview-path-list__head {
    padding: 3px 0;
    background-color: #e0fac8;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center
}

.interview-path-list__img img {
    display: block;
    width: 47%;
    margin: auto
}

.interview-path-list__txt {
    font-weight: 500
}

.interview-path-list__item:first-of-type {
    position: relative;
    margin-bottom: 35px
}

.interview-path-list__item:first-of-type:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 20px;
    background: url(../img/interview/ico_arw01.png) no-repeat;
    background-size: 35px
}

@media all and (min-width: 768px) {
    .interview-path {
        padding: 120px 0;
        background: url(../img/interview/bg_path01_pc.jpg) no-repeat center bottom;
        background-size: 100%
    }

    .interview-path__inner {
        max-width: 1100px;
        margin: auto;
        padding: 0 5.7% 70px
    }

    .interview-path__head {
        margin-bottom: 25px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .interview-path-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .interview-path-list__item {
        width: 47%
    }

    .interview-path-list__item:first-of-type {
        margin-bottom: 0
    }

    .interview-path-list__item:first-of-type:after {
        width: 23px;
        height: 40px;
        bottom: inherit;
        left: inherit;
        right: -42px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 25px;
        background: url(../img/interview/ico_arw02.png) no-repeat;
        background-size: 23px
    }

    .interview-path-list__head {
        margin-bottom: 30px;
        padding: 6px 0 7px;
        font-size: 2rem
    }

    .interview-path-list__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .interview-path-list__img {
        width: 43%
    }

    .interview-path-list__img img {
        width: 78%;
        margin-left: 5px
    }

    .interview-path-list__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 57%;
        line-height: 2
    }
}

.interview-qa {
    padding: 50px 0 70px;
    background: url(../img/interview/bg_circle01_sp.png) repeat-y top center;
    background-size: contain
}

.interview-qa-list__item:nth-of-type(2) .interview-qa-list__img {
    margin: 0 8% 0 0
}

.interview-qa-list__img {
    margin-left: 8%
}

.interview-qa-list__txt-area {
    position: relative;
    margin: 0 8%;
    padding: 38px 15px 30px;
    -webkit-transform: translateY(-38px);
    -ms-transform: translateY(-38px);
    transform: translateY(-38px);
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.interview-qa-list__num {
    position: absolute;
    left: 18px;
    top: -40px;
    font-weight: 800;
    font-style: italic;
    font-size: 4.5rem;
    color: #1B335F
}

.interview-qa-list__head {
    margin-bottom: 10px;
    line-height: 1.66;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .25em
}

.interview-qa-list__q {
    margin-bottom: 12px;
    padding: 4px 0;
    border-left: 2px solid #1B335F;
    padding-left: 15px;
    font-weight: 700
}

@media all and (min-width: 768px) {
    .interview-qa {
        padding: 95px 0 45px;
        background: url(../img/interview/bg_circle01_pc.png) no-repeat center;
        background-size: contain
    }

    .interview-qa__inner {
        max-width: 1100px;
        margin: auto
    }

    .interview-qa-list__txt-area {
        padding: 58px 40px 50px
    }

    .interview-qa-list__num {
        top: -60px;
        left: 38px;
        font-size: 7rem
    }

    .interview-qa-list__head {
        margin-bottom: 20px;
        font-size: 2rem
    }

    .interview-qa-list__q {
        margin-bottom: 20px;
        padding: 0 0 0 18px
    }

    .interview-qa-list__a {
        line-height: 2
    }
}

@media (min-width: 901px) {
    .interview-qa-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 140px
    }

    .interview-qa-list__item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .interview-qa-list__item:nth-of-type(even) .interview-qa-list__img {
        margin: 0 -70px 0 0
    }

    .interview-qa-list__item:nth-of-type(even) .interview-qa-list__txt-area {
        margin: 0 0 0 -10%
    }

    .interview-qa-list__img {
        width: calc(50% + 70px);
        margin: 0 0 0 -70px
    }

    .interview-qa-list__txt-area {
        box-sizing: border-box;
        width: 60%;
        margin: 0 -10% 0 0;
        padding: 58px 40px 50px;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px)
    }

    .interview-qa-list__num {
        top: -60px;
        left: 38px;
        font-size: 7rem
    }

    .interview-qa-list__head {
        margin-bottom: 20px;
        font-size: 2rem
    }

    .interview-qa-list__q {
        margin-bottom: 20px;
        padding: 0 0 0 18px
    }

    .interview-qa-list__a {
        line-height: 2
    }
}

.interview-days {
    padding-bottom: 45px;
    background: #e0fac8 url(../img/interview/bg_circle01_sp.png) repeat-y;
    background-size: contain
}

.interview-days__head {
    margin-bottom: -10px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.interview-days-list {
    overflow: hidden;
    padding-top: 10px
}

.interview-days-list dt {
    float: left;
    width: 23%;
    line-height: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0
}

.interview-days-list dd {
    position: relative;
    box-sizing: border-box;
    width: 73%;
    margin-left: 23%;
    padding-left: 8%;
    border-left: 2px solid
}

.interview-days-list dd:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #262626
}

.interview-days-list dd:last-child {
    border-left: 0
}

.interview-days-list__head {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
    font-weight: 700
}

.interview-days-list__txt {
    padding-bottom: 10px;
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
    font-weight: 500
}

@media (max-width: 359px) {
    .interview-days-list dd:before {
        top: -8px;
        width: 18px;
        height: 18px
    }
}

@media all and (min-width: 768px) {
    .interview-days {
        background: #e0fac8 url(../img/interview/bg_circle01_pc.png) no-repeat center top;
        background-size: contain
    }

    .interview-days__inner {
        max-width: 1100px;
        margin: auto;
        padding: 0 40px
    }

    .interview-days__head {
        margin-bottom: 10px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .interview-days-list dt {
        width: 124px;
        font-size: 3.6rem
    }

    .interview-days-list dd {
        width: calc(100% - 124px);
        margin-left: 124px;
        padding-left: 5%
    }

    .interview-days-list dd:before {
        top: 0
    }

    .interview-days-list__head {
        margin-bottom: 3px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        font-size: 1.8rem
    }

    .interview-days-list__txt {
        padding-bottom: 35px
    }
}

@media (min-width: 1101px) {
    .interview-days__inner {
        padding: 0
    }
}

.interview-message {
    padding: 75px 3% 30px
}

.interview-message__inner {
    box-sizing: border-box;
    padding: 0 20px 45px;
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.interview-message__head {
    margin-bottom: -10px;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

@media all and (min-width: 768px) {
    .interview-message {
        padding: 125px 0 60px
    }

    .interview-message__inner {
        max-width: 1100px;
        margin: auto;
        padding: 0 5% 70px
    }

    .interview-message__head {
        margin-bottom: 5px;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

.interview-pager {
    padding: 0 8% 60px
}

@media all and (min-width: 768px) {
    .interview-pager {
        max-width: 1100px;
        margin: auto;
        padding: 0 0 160px
    }
}

#members .l-sub-img__inner {
    background-image: url(../img/members/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #members .l-sub-img__inner {
        background-image: url(../img/members/bg_mv01_pc.jpg)
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    #members .l-sub-img__inner {
        background-position: center left 65%
    }
}

.members-index {
    padding: 60px 0
}

.members-index__head {
    position: relative;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .25em
}

.members-index__head:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #1B335F
}

.members-index-list {
    margin-bottom: 50px
}

.members-index-list__item {
    position: relative
}

.members-index-list__item:not(:last-of-type) {
    margin-bottom: 13px
}

.members-index-list__btn-wrap {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px)
}

.members-index-list__txt-area {
    position: relative;
    margin: 0 15px;
    padding: 30px 20px 40px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    border: 1px solid #e6e6e6;
    background-color: #fff
}

.members-index-list__title {
    position: absolute;
    top: -20px;
    left: -15px;
    padding: 7px 23px 8px;
    background: #BB001C;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.members-index-list__txt {
    margin-bottom: 10px;
    line-height: 2;
    font-weight: 700;
    font-size: 1.5rem
}

.members-index-list__info {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.members-index-list__name {
    margin-right: 0.5em;
    font-weight: 700;
    font-size: 1.5rem
}

.members-index-list__en {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1B335F
}

.members-index-list__date {
    width: 100%;
    line-height: 1.7;
    font-weight: 700;
    color: #a4a4a4
}

@media (max-width: 374px) {
    .members-index-list__txt-area {
        margin: 0 10px;
        padding: 30px 13px 40px
    }

    .members-index-list__title {
        left: -10px;
        padding: 7px 15px 8px;
        font-size: 1.3rem
    }

    .members-index-list__name {
        margin-right: 0;
        font-size: 1.4rem
    }

    .members-index-list__date {
        font-size: 1.2rem
    }
}

@media all and (min-width: 768px) {
    .members-index {
        padding: 70px 0
    }

    .members-index__head {
        margin-bottom: 35px;
        padding-left: 30px;
        font-size: 3.5rem
    }

    .members-index__head:before {
        width: 10px;
        height: 40px
    }

    .members-index-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
       /* flex-wrap: wrap;*/
        margin-bottom: 0px
    }

    .members-index-list__item {
        width: calc(25% - 50px);
		padding:25px;
    }


    .members-index-list__btn-wrap {
        right: 0;
        -webkit-transform: translate(-50%, -45px);
        -ms-transform: translate(-50%, -45px);
        transform: translate(-50%, -45px)
    }

    .members-index-list__txt-area {
        margin: 0 20% 0 10px;
        padding: 45px 30px 25px;
        -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    .members-index-list__title {
        top: -30px;
        left: -10px;
        padding: 12px 56px 13px
    }

    .members-index-list__txt {
        font-size: 1.8rem
    }

    .members-index-list__name {
        font-size: 1.5rem
    }

    .members-index-list__en {
        font-size: 1.3rem
    }

    .members-index-list__date {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .members-index__inner {
        padding: 0 20px
    }

    .members-index__head {
        font-size: 3rem
    }

    .members-index-list__txt-area {
        margin-right: 8%;
        padding: 45px 22px 55px
    }

    .members-index-list__title {
        padding: 12px 30px 13px;
        font-size: 1.5rem
    }

    .members-index-list__txt,
    .members-index-list__name {
        font-size: 1.7rem
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .members-index-list__txt-area {
        padding: 35px 22px 45px
    }

    .members-index-list__txt,
    .members-index-list__name {
        font-size: 1.6rem
    }
}

#news .l-sub-img__inner {
    background-image: url(../img/news/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #news .l-sub-img__inner {
        background-image: url(../img/news/bg_mv01_pc.jpg)
    }
}

.news-archive {
    padding: 55px 0 80px
}

.news-archive-pager {
    margin-top: 30px
}

@media all and (min-width: 768px) {
    .news-archive {
        padding: 75px 0 150px
    }

    .news-archive-pager {
        margin-top: 80px
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .news-archive {
        padding-left: 40px;
        padding-right: 40px
    }
}

#summary .l-sub-img__inner {
    background-image: url(../img/summary/bg_mv01_sp.jpg)
}

@media all and (min-width: 768px) {
    #summary .l-sub-img__inner {
        background-image: url(../img/summary/bg_mv01_pc.jpg)
    }
}

.summary-common {
    margin-top: -40px
}

.summary-common__inner {
    box-sizing: border-box;
    margin: 0 2.66%;
    padding: 65px 8.45% 20px;
    border: 1px solid #e6e6e6
}

.summary-common__head {
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    transform: translateY(85px)
}

.summary-common__num {
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    font-weight: 800;
    font-size: 1.9rem;
    font-style: italic;
    color: #1B335F;
    text-align: center
}

.summary-common__ja {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    font-weight: 700
}

.summary-common__img {
    width: 71%;
    margin: 0 auto 15px
}

.summary-common__txt {
    margin-bottom: 30px
}

.summary-common-list__head {
    margin-bottom: 15px;
    padding: 5px 0 6px;
    background-color: #e0fac8;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center
}

.summary-common-list__txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.summary-common-list__img {
    width: 25%
}

.summary-common-list__txt {
    box-sizing: border-box;
    width: 75%;
    padding: 5px 0 0 10px
}

.summary-common-list__large {
    line-height: 1;
    font-size: 5.5rem;
    font-style: italic
}

.summary-common-list__small {
    font-weight: 700;
    font-size: 1.7rem
}

.summary-common-list__span {
    font-size: 1.4rem
}

.summary-common-service__head {
    margin-bottom: 20px;
    padding: 5px 0 6px;
    background-color: #efefef;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center
}

.summary-common-service-list__item {
    margin-bottom: 25px
}

.summary-common-service-list__img {
    width: 65%;
    margin: 0 auto 5px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.summary-common-service-list__txt {
    text-align: center
}

.summary-common-service-list__head {
    line-height: 1.54;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center
}

@media (max-width: 359px) {
    .summary-common-list__large {
        font-size: 4.5rem
    }

    .summary-common-list__small {
        font-size: 1.5rem
    }

    .summary-common-service-list__txt {
        font-size: 1.2rem
    }
}

@media all and (min-width: 768px) {
    .summary-common {
        margin-top: -110px
    }

    .summary-common__inner {
        max-width: 1100px;
        margin: auto;
        padding: 60px 5% 25px
    }

    .summary-common__head {
        -webkit-transform: translateY(140px);
        -ms-transform: translateY(140px);
        transform: translateY(140px)
    }

    .summary-common__num {
        font-size: 2.5rem
    }

    .summary-common__intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 70px;
        padding-top: 40px
    }

    .summary-common__img {
        width: 42%
    }

    .summary-common__img img {
        display: block;
        width: 70%;
        margin: auto
    }

    .summary-common__txt {
        width: 58%
    }

    .summary-common-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .summary-common-list__item {
        width: calc(50% - 30px)
    }

    .summary-common-list__item:nth-of-type(odd) {
        margin-right: 30px
    }

    .summary-common-list__item:nth-of-type(even) {
        margin-left: 30px
    }

    .summary-common-list__head {
        margin-bottom: 30px;
        padding: 6px 0 7px;
        font-size: 2rem
    }

    .summary-common-list__txt-area {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 65px
    }

    .summary-common-list__img {
        width: 26%
    }

    .summary-common-list__img img {
        display: block;
        margin-left: 10px
    }

    .summary-common-list__txt {
        width: 74%;
        padding-left: 15px
    }

    .summary-common-list__large {
        font-size: 7.8rem
    }

    .summary-common-list__small {
        font-size: 2.5rem
    }

    .summary-common-service__head {
        margin-bottom: 35px;
        padding: 6px 0 7px;
        font-size: 2rem
    }

    .summary-common-service-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: auto;
        padding-bottom: 50px
    }

    .summary-common-service-list__item {
        width: 33%;
        margin-bottom: 0
    }

    .summary-common-service-list__item:first-of-type .summary-company-service-list__img {
        -webkit-transform: translate(-5px, -20px);
        -ms-transform: translate(-5px, -20px);
        transform: translate(-5px, -20px)
    }

    .summary-common-service-list__item:nth-of-type(2) .summary-company-service-list__img {
        -webkit-transform: translate(20px, -5px);
        -ms-transform: translate(20px, -5px);
        transform: translate(20px, -5px)
    }

    .summary-common-service-list__item:nth-of-type(2) .summary-company-service-list__txt {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    .summary-common-service-list__item:nth-of-type(2) .summary-company-service-list__head {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px)
    }

    .summary-common-service-list__img {
        width: 65%;
        margin-bottom: 20px
    }

    .summary-common-service-list__head {
        font-size: 2rem
    }

    .summary-common-service-list__txt {
        font-size: 1.4rem
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .summary-common {
        margin-left: 20px;
        margin-right: 20px
    }

    .summary-common-list__large {
        font-size: 6rem
    }

    .summary-common-list__small {
        font-size: 2rem
    }
}

@media (min-width: 768px) and (max-width: 896px) {
    .summary-common__inner {
        padding-left: 4%;
        padding-right: 4%
    }

    .summary-common-list__img {
        width: 20%
    }

    .summary-common-list__txt {
        width: 80%
    }

    .summary-common-list__large {
        font-size: 5.2rem
    }

    .summary-common-list__small {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .summary-common-service-list__item:first-of-type {
        margin-left: -40px
    }

    .summary-common-service-list__item:last-of-type {
        width: calc(33% + 20px);
        margin-right: -20px
    }

    .summary-common-service-list__txt {
        font-size: 1.3rem
    }
}

.summary-worker {
    margin-top: -60px
}

.summary-worker__inner {
    padding-bottom: 0
}

.summary-worker-chart {
    position: relative;
    width: 100%;
    height: 0;
    margin: 50px 0;
    padding-top: 57%;
    background: url(../img/summary/img_chart01.png) no-repeat;
    background-size: 100%
}

.summary-worker-chart__txt {
    position: absolute
}

.summary-worker-chart__txt.is-20s {
    top: 20%;
    right: 0
}

.summary-worker-chart__txt.is-30s {
    top: 83%;
    right: 0
}

.summary-worker-chart__txt.is-40s {
    top: 62%;
    left: -2%
}

.summary-worker-chart__txt.is-50s {
    top: 11%;
    left: 0
}

.summary-worker-chart__txt.is-average {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px
}

.summary-worker-chart__large {
    line-height: 1;
    font-style: italic;
    font-size: 2.6rem
}

.summary-worker-chart__small {
    font-weight: 700;
    font-size: 1rem
}

@media (max-width: 359px) {
    .summary-worker-chart__large {
        font-size: 2.4rem
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .summary-worker-chart__large {
        font-size: 4rem
    }

    .summary-worker-chart__small {
        font-size: 1.2rem
    }
}

@media all and (min-width: 768px) {
    .summary-worker {
        margin-top: -80px
    }

    .summary-worker-chart {
        width: 693px;
        height: 353px;
        margin: 75px auto 100px;
        padding-top: 0
    }

    .summary-worker-chart__txt {
        position: absolute
    }

    .summary-worker-chart__txt.is-20s {
        top: 22.5%;
        right: 1%
    }

    .summary-worker-chart__txt.is-30s {
        top: 92.5%;
        right: 1%
    }

    .summary-worker-chart__txt.is-40s {
        top: 68.5%;
        left: -1%
    }

    .summary-worker-chart__txt.is-50s {
        top: 12.5%;
        left: -1%
    }

    .summary-worker-chart__txt.is-average {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .summary-worker-chart__large {
        font-size: 6rem
    }

    .summary-worker-chart__small {
        font-size: 2rem
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .summary-worker {
        margin-left: 20px;
        margin-right: 20px
    }

    .summary-worker-chart__txt.is-average .summary-worker-chart__large {
        margin-left: -10px
    }

    .summary-worker-chart__large {
        font-size: 5rem
    }

    .summary-worker-chart__small {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .summary-worker-chart {
        width: 660px
    }
}

.summary-style {
    margin-top: -55px;
    margin-bottom: 85px
}

.summary-style__inner {
    padding: 100px 8.45% 0
}

@media all and (min-width: 768px) {
    .summary-style {
        margin-bottom: 150px
    }

    .summary-style__inner {
        padding: 165px 5% 0
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .summary-style {
        margin-left: 20px;
        margin-right: 20px
    }
}