@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .breadcrumb__txt--link {
        text-decoration: underline;
    }
    .breadcrumb__txt--link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents.about {
    padding-bottom: 142px;
}

@media screen and (max-width: 750px) {
    .contents.about {
        padding-bottom: 10.66667vw;
    }
}

.contents__container {
    position: relative;
    margin-top: 150px;
    padding: 50px 0 150px;
    background-color: #EFEFEF;
}

@media screen and (max-width: 750px) {
    .contents__container {
        margin-top: 20vw;
        padding: 6.66667vw 0 20vw;
    }
}

.contents__container--faq {
    margin-top: 82px;
    padding-top: 78px;
}

@media screen and (max-width: 750px) {
    .contents__container--faq {
        margin-top: 10.93333vw;
        padding-top: 10.4vw;
    }
}

.contents__container--people {
    margin-top: -390px;
    padding-top: 456px;
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .contents__container--people {
        margin-top: -52vw;
        padding-top: 60.8vw;
        padding-bottom: 13.33333vw;
    }
}

.contents__container--job-list {
    margin-top: 125px;
    padding-top: 20px;
}

@media screen and (max-width: 750px) {
    .contents__container--job-list {
        margin-top: 16.66667vw;
        padding-top: 2.66667vw;
    }
}

.contents__container--job {
    margin-top: -310px;
    padding-top: 500px;
    padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .contents__container--job {
        margin-top: -41.33333vw;
        padding-top: 60.8vw;
        padding-bottom: 13.33333vw;
    }
}

.contents__container--company {
    padding-top: 23px;
    padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
    .contents__container--company {
        padding-top: 3.06667vw;
        padding-bottom: 13.33333vw;
    }
}

.contents__container-body {
    position: relative;
    margin-top: 150px;
    padding-top: 50px;
}

@media screen and (max-width: 750px) {
    .contents__container-body {
        margin-top: 20vw;
        padding-top: 6.66667vw;
    }
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: fixed;
    right: 82px;
    bottom: 100px;
    z-index: 4000;
    width: 76px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (max-width: 750px) {
    .footer-pagetop {
        right: 3.33333vw;
        bottom: 10vw;
        width: 10vw;
    }
}

@media screen and (min-width: 751px) {
    .footer-pagetop__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

/*  footer-container
--------------------------------------------- */
/*  footer-head
--------------------------------------------- */
.footer-head {
    display: block;
    width: 100%;
    background-color: #8B251D;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (min-width: 751px) {
    .footer-head {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-head:hover {
        opacity: 0.8;
    }
}

.footer-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    margin: 0 auto;
    width: 500px;
    height: 267px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@media screen and (max-width: 750px) {
    .footer-head__inner {
        width: 70.66667vw;
        height: 26.66667vw;
    }
}

.footer-head__txt {
    display: inline-block;
    color: #FFF;
    letter-spacing: 0.16em;
    font-size: 66px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .footer-head__txt {
        font-size: 7.2vw;
    }
}

.footer-head__arrow {
    display: inline-block;
    margin-left: 25px;
    width: 190px;
}

@media screen and (max-width: 750px) {
    .footer-head__arrow {
        margin-left: 2.66667vw;
        width: 20.53333vw;
    }
}

/*  footer-body
--------------------------------------------- */
.footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 160px;
    background-color: #E6E6E6;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .footer-body {
        height: 16.66667vw;
    }
}

/*  footer-bottom
--------------------------------------------- */
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 85px;
    background-color: #FFF;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* A-Edit */
    border-top: 1px solid #D4D4D4;
}

@media screen and (max-width: 750px) {
    .footer-bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4.93333vw 0 4.26667vw;
        height: auto;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

/*  footer-link
--------------------------------------------- */
.footer-link {
    display: inline-block;
    letter-spacing: 0.16em;
    font-size: 22px;
    line-height: 1.18;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (max-width: 750px) {
    .footer-link {
        font-size: 2.8vw;
    }
}

.footer-link--white {
    position: relative;
    margin-top: 25px;
    padding-right: 40px;
    color: #FFF;
}

@media screen and (max-width: 750px) {
    .footer-link--white {
        margin-top: 4vw;
        padding-right: 5.33333vw;
        font-size: 3.2vw;
    }
}

.footer-link--white:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 19px;
    background: url(/recruit/img/common/ico_blank-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .footer-link--white:before {
        width: 3.06667vw;
        height: 2.53333vw;
    }
}

.footer-link--black {
    position: relative;
    padding-right: 50px;
    color: #000;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .footer-link--black {
        padding-right: 4vw;
        font-size: 2.8vw;
    }
}

.footer-link--black:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 19px;
    background: url(/recruit/img/common/ico_blank-black.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .footer-link--black:before {
        width: 3.06667vw;
        height: 2.53333vw;
    }
}

.footer-link--small {
    position: relative;
    padding-right: 20px;
    color: #000;
    font-size: 15px;
}

@media screen and (max-width: 750px) {
    .footer-link--small {
        padding-right: 4vw;
        font-size: 2.66667vw;
    }
}

.footer-link--small:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 14px;
    background: url(/recruit/img/common/ico_blank-black.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .footer-link--small:before {
        width: 2.13333vw;
        height: 1.73333vw;
    }
}

@media screen and (min-width: 751px) {
    .footer-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .footer-link:hover {
        opacity: 0.8;
    }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.footer-nav__list-item {
    padding: 0 90px;
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item {
        padding: 0 0 0.66667vw 0;
        width: 50vw;
        text-align: center;
    }
}

.footer-nav__list-item + .footer-nav__list-item {
    position: relative;
}

.footer-nav__list-item + .footer-nav__list-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 78px;
    background-color: #000;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .footer-nav__list-item + .footer-nav__list-item:before {
        height: 8.53333vw;
    }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-left: 40px;
}

@media screen and (max-width: 750px) {
    .footer-copyright {
        margin-top: 5.33333vw;
        margin-left: 0;
    }
}

.footer-copyright__txt {
    color: #727272;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
    .footer-copyright__txt {
        letter-spacing: 0.07em;
        font-size: 2.4vw;
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    display: none;
    overflow-y: scroll;
    padding-top: 170px;
    width: 100%;
    height: 100%;
    background-color: #4A4A4A;
}

@media screen and (max-width: 750px) {
    .global-nav {
        padding-top: 22.66667vw;
    }
}

.global-nav.nav-open {
    display: block;
}

.global-nav__container {
    margin: 0 auto;
    width: 1158px;
}

@media screen and (max-width: 750px) {
    .global-nav__container {
        width: 94.66667vw;
    }
}

/* ---------------------------------------------
*   global-nav-upper
--------------------------------------------- */
.global-nav-upper__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-nav-upper__item {
    padding-left: 50px;
    width: 33%;
}

@media screen and (min-width: 751px) {
    .global-nav-upper__item:nth-of-type(n + 4) {
        margin-top: 50px;
    }
}

.global-nav-upper__item a {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (min-width: 751px) {
    .global-nav-upper__item a:hover {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav-upper__item a:hover:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .global-nav-upper__item {
        padding:0 2.5vw;
        width: 50%;
    }
    .global-nav-upper__item:nth-of-type(n + 3) {
        margin-top: 7vw;
    }
}

.global-nav-upper__head {
    display: block;
}

.global-nav-upper__head-en {
    display: block;
    /* margin-bottom: 20px; */
    margin-bottom: 10px; /* A-Edit */
    color: #FFF;
    letter-spacing: 0.08em;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .global-nav-upper__head-en {
        margin-bottom: 0;
        font-size: 4.5vw;
    }
}

.global-nav-upper__head-ja {
    position: relative;
    display: inline-block;
    color: #FFF;
    letter-spacing: 0.14em;
    /* font-size: 18px; */
    font-size: 18px; /* A-Edit */
}

@media screen and (max-width: 750px) {
    .global-nav-upper__head-ja {
        font-size: 3.5vw;
    }
}

.global-nav-upper__head-ja--blank {
    padding-right: 20px;
}

@media screen and (max-width: 750px) {
    .global-nav-upper__head-ja--blank {
        padding-right: 2.66667vw;
    }
}

.global-nav-upper__head-ja--blank:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 16px;
    background: url(/recruit/img/common/ico_blank-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .global-nav-upper__head-ja--blank:before {
        width: 2.93333vw;
        height: 2.4vw;
    }
}

/* ---------------------------------------------
*   global-nav-bottom
--------------------------------------------- */
.global-nav-bottom {
    margin-top: 80px;
    padding: 50px 0 100px;
    border-top: 2px solid #AB251D;
}

@media screen and (max-width: 750px) {
    .global-nav-bottom {
        margin-top: 12.66667vw;
        padding: 10vw 0;
        border-top: 0.26667vw solid #AB251D;
    }
}

.global-nav-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 /* A-Edit */
.global-nav-bottom__item {
    padding-left: 0px;
    width: 100%;
}

@media screen and (min-width: 751px) {
    .global-nav-bottom__item:nth-of-type(n + 4) {
        margin-top: 100px;
    }
}

.global-nav-bottom__item a {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (min-width: 751px) {
    .global-nav-bottom__item a:hover {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .global-nav-bottom__item a:hover:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .global-nav-bottom__item {
        padding-left: 0;
        width: 100%;
    }
    .global-nav-bottom__item:nth-of-type(n + 3) {
        margin-top: 1.3vw;
    }
}

.global-nav-bottom__head {
    display: block;
	
}
.global-nav-bottom__head img{width: 40px;}

@media screen and (max-width: 750px) {
.global-nav-bottom__head img{width: 2em;}
.gnav_insta{margin-top: 0.2em;}
}

.global-nav-bottom__head-en {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #FFF;
    letter-spacing: 0.08em;
    font-size: 30px;
}

@media screen and (max-width: 750px) {
    .global-nav-bottom__head-en {
        margin-bottom: 0;
        font-size: 5.6vw;
    }
}

.global-nav-bottom__head-en--blank {
    padding-right: 40px;
}

@media screen and (max-width: 750px) {
    .global-nav-bottom__head-en--blank {
        padding-right: 4vw;
    }
}

.global-nav-bottom__head-en--blank:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 16px;
    background: url(/recruit/img/common/ico_blank-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .global-nav-bottom__head-en--blank:before {
        width: 2.66667vw;
        height: 2.26667vw;
    }
}

.global-nav-bottom__head-ja {
    display: block;
    margin-bottom: 35px;
    color: #D3ADAA;
    letter-spacing: 0.08em;
    font-size: 18px;
    padding-top: 10px;
}

@media screen and (max-width: 750px) {
    .global-nav-bottom__head-ja {
        margin-bottom: 3vw;
        font-size: 2.93333vw;
		padding-top: 0;
    }
}

/* ---------------------------------------------
*   nav-child-list
--------------------------------------------- */
.nav-child-list__item {
    position: relative;
    padding-left: 18px;
}

@media screen and (max-width: 750px) {
    .nav-child-list__item {
        padding-left: 3vw;
    }
}

.nav-child-list__item + .nav-child-list__item {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .nav-child-list__item + .nav-child-list__item {
        margin-top: 1.5vw;
    }
}

.nav-child-list__item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 3px;
    background-color: #FFF;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .nav-child-list__item:before {
        top: 62%;
        left: 0;
        width: 1.5vw;
        height: 0.3vw;
    }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6000;
    display: block;
    width: 100%;
    background-color: #FFF;
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 95.4%;
    height: 108px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .header-container {
        padding: 2.8vw 0;
        width: 95%;
        height: auto;
		padding-right: 2%;
    }
}

/*  header-left
--------------------------------------------- */
.header-left {
    width: 340px;
}

@media screen and (max-width: 750px) {
    .header-left {
        width: 180px;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    width: 100%;
}

.header-logo__link {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 751px) {
    .header-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__link:hover {
        opacity: 0.8;
    }
}

.header-logo__link img {
    display: block;
}

/*  header-right
--------------------------------------------- */
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    /* width: 272px; /* */
    /* width: 66vw; /* A-Edit */
    /* max-width: 890px;/*  A-Edit */

    -webkit-box-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
 /* A-Edit */
@media screen and (max-width: 1460px) {
    .header-right {
        width: 80vw;
    }
}
@media screen and (max-width: 1200px) {
    .header-right {
        width: 272px;
    }
}

@media screen and (max-width: 750px) {
    .header-right {
        -ms-flex-pack: start;
        width: 150px;

        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

/*  header-insta
--------------------------------------------- */
.header-insta {
width: 35px;
margin:0 1.7em 0 0.7em;
}
.header-insta img{ width: 100%;}

@media screen and (max-width: 750px) {
.header-insta {
display: none;
}
}
@media screen and (max-width: 1200px) {
.header-insta {
display: none;
}
}

/*  header-entry
--------------------------------------------- */
.header-entry {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 182px;
    height: 54px;
    border: 2px solid #AB251D;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	margin-right: 2em;
}

@media screen and (max-width: 1460px) {
    .header-entry {
        width: 10vw;
    }
}
@media screen and (max-width: 1200px) {
    .header-entry {
        width: 182px;
    }
}
@media screen and (max-width: 750px) {
    .header-entry {
        margin-right: 15px;
        padding: 6px 0 8px;
        width: 100px;
        height: auto;
        border: 1px solid #AB251D;
    }
}

.header-entry__link {
    display: block;
    color: #AB251D;
    font-weight: 500;
    font-size: 25px;
    line-height: 48px;
    -webkit-transition: color .5s;
    transition: color .5s;
}

@media screen and (max-width: 750px) {
    .header-entry__link {
        font-size: 18px;
        line-height: 1;
    }
}

@media screen and (min-width: 751px) {
    .header-entry:hover {
        background-color: #AB251D;
    }
    .header-entry:hover .header-entry__link {
        color: #FFF;
    }
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 52px;
    height: 36px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-align: center;
    align-items: center;
}

.header-menu-button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .header-menu-button {
        width: 30px;
        height: 20px;
    }
}

.header-menu-button__lines {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 52px;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .header-menu-button__lines {
        width: 100%;
    }
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #AB251D;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

@media screen and (max-width: 750px) {
    .header-menu-button__line {
        height: 3px;
    }
}

.header-menu-button__line--top {
    top: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.js-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.header-menu-button__line--center {
    top: 50%;
    margin-top: -2px;
}

.js-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.header-menu-button__line--bottom {
    bottom: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.js-menu-opened .header-menu-button__line--bottom {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .c-block {
        margin-bottom: 8vw;
    }
}

.c-block__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .c-block__head {
        margin-bottom: 4vw;
    }
}

.c-block__body {
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    .c-block__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-block-job
--------------------------------------------- */
.c-block-job {
    margin: 112px auto 0;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-block-job {
        margin-top: 10.66667vw;
        width: 90.93333vw;
    }
}

.c-block-job + .c-block-job {
    margin-top: 75px;
}

@media screen and (max-width: 750px) {
    .c-block-job + .c-block-job {
        margin-top: 8vw;
    }
}

.c-block-job__inner {
    position: relative;
    padding-top: 20px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-block-job__inner {
        padding-top: 0;
    }
}

.c-block-job__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
}

@media screen and (max-width: 750px) {
    .c-block-job__head {
        top: 2vw;
        left: 50%;
        width: 86.66667vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-block-job__body {
    margin-right: 0;
    margin-left: auto;
    padding: 50px 75px 55px 128px;
    width: 760px;
    background-color: #FFF;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .c-block-job__body {
        padding: 66.66667vw 3.33333vw 4.26667vw;
        width: 100%;
    }
}

.c-block-job__ttl {
    letter-spacing: .24em;
    font-size: 33px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-block-job__ttl {
        font-size: 4.8vw;
    }
}

.c-block-job__txt {
    margin-top: 18px;
    letter-spacing: .12em;
    font-size: 16px;
    line-height: 1.95;
}

@media screen and (max-width: 750px) {
    .c-block-job__txt {
        margin-top: 2.66667vw;
        font-size: 2.8vw;
    }
}

.c-block-job__btn {
    margin-top: 40px;
    width: 100%;
    height: 65px;
}

@media screen and (max-width: 750px) {
    .c-block-job__btn {
        margin-top: 5.33333vw;
        height: 10.66667vw;
    }
}

/* ---------------------------------------------
*   c-block-faq
--------------------------------------------- */
.c-block-faq {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-block-faq {
        width: 90.93333vw;
    }
}

.c-block-faq + .c-block-faq {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .c-block-faq + .c-block-faq {
        margin-top: 8vw;
    }
}

/* ---------------------------------------------
*   c-block-education
--------------------------------------------- */
.c-block-education {
    margin-top: 20px;
    padding-bottom: 32px;
    width: 100%;
    border: 1px solid #444;
}

@media screen and (max-width: 750px) {
    .c-block-education {
        margin-top: 2.66667vw;
        padding-bottom: 4.26667vw;
    }
}

.c-block-education__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 45px 0;
}

@media screen and (max-width: 750px) {
    .c-block-education__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3.33333vw 4vw 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-block-education__inner + .c-block-education__inner {
    margin-top: 0;
    padding-top: 25px;
}

@media screen and (max-width: 750px) {
    .c-block-education__inner + .c-block-education__inner {
        padding-top: 3.33333vw;
    }
}

.c-block-education__left {
    width: 215px;
    color: #444;
    letter-spacing: .12em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-block-education__left {
        width: 100%;
        font-size: 3.2vw;
    }
}

.c-block-education__left--wide {
    width: 100%;
}

.c-block-education__right {
    width: 785px;
    letter-spacing: .12em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-block-education__right {
        width: 100%;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .c-box {
        margin-bottom: 8vw;
    }
}

.c-box__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .c-box__head {
        margin-bottom: 4vw;
    }
}

.c-box__body {
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    .c-box__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-box-faq
--------------------------------------------- */
.c-box-faq {
    margin-top: 40px;
    width: 100%;
    background-color: #FFF;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .c-box-faq {
        margin-top: 5.33333vw;
    }
}

.c-box-faq + .c-box-faq {
    margin-top: 37px;
}

@media screen and (max-width: 750px) {
    .c-box-faq + .c-box-faq {
        margin-top: 2.66667vw;
    }
}

.c-box-faq__inner {
    margin: 0 auto;
    padding: 36px 0;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .c-box-faq__inner {
        padding: 4vw 0;
        width: 85.33333vw;
    }
}

.c-box-faq__ttl {
    position: relative;
    letter-spacing: 0.24em;
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-box-faq__ttl {
        padding-left: 6.66667vw;
        font-size: 3.73333vw;
        line-height: 1.4;
    }
}

.c-box-faq__ttl:before {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 3px;
    height: 23px;
    background-color: #AB251D;
    content: '';
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-box-faq__ttl:before {
        left: 2%;
        width: 0.4vw;
        height: 3.06667vw;
    }
}

.active .c-box-faq__ttl:before {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.c-box-faq__ttl:after {
    position: absolute;
    top: 50%;
    left: -45px;
    width: 23px;
    height: 3px;
    background-color: #AB251D;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-box-faq__ttl:after {
        left: .4%;
        width: 3.06667vw;
        height: 0.4vw;
    }
}

.c-box-faq__body {
    display: none;
    margin-top: 24px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (max-width: 750px) {
    .c-box-faq__body {
        margin-top: 4vw;
        margin-bottom: 2.66667vw;
    }
}

.active .c-box-faq__body {
    opacity: 1;
}

.c-box-faq__body-ttl {
    letter-spacing: 0.1em;
    font-size: 21px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-box-faq__body-ttl {
        font-size: 3.46667vw;
    }
}

.c-box-faq__body-ttl--small {
    margin-top: 20px;
    color: #AB251D;
    letter-spacing: .16em;
    font-size: 16px;
    line-height: 1.95;
}

@media screen and (max-width: 750px) {
    .c-box-faq__body-ttl--small {
        margin-top: 2.66667vw;
        font-size: 3.6vw;
    }
}

.c-box-faq__body-txt {
    letter-spacing: .16em;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-box-faq__body-txt {
        font-size: 3.2vw;
    }
}

.c-box-faq__body-txt--small {
    letter-spacing: .2em;
    line-height: 1.5;
}

.c-box-faq__body-txt + .c-box-faq__body-txt {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .c-box-faq__body-txt + .c-box-faq__body-txt {
        margin-top: 2vw;
    }
}

.c-box-faq__body-txt .red {
    color: #AB251D;
}

.c-box-faq__body-txt a {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .c-box-faq__body-txt a:hover {
        text-decoration: none;
    }
}

.c-box-faq__separate {
    margin-top: 20px;
    margin-bottom: 18px;
    width: 100%;
    height: 1px;
    background-color: #333;
}

@media screen and (max-width: 750px) {
    .c-box-faq__separate {
        margin-top: 5.33333vw;
        margin-bottom: 4.8vw;
    }
}

/* ---------------------------------------------
*   c-box-flow
--------------------------------------------- */
.c-box-flow {
    position: relative;
    margin: 60px auto 0;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-box-flow {
        margin-top: 4vw;
        margin-bottom: 4vw;
        width: 90.93333vw;
    }
}

.c-box-flow + .c-box-flow {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .c-box-flow + .c-box-flow {
        margin-top: 6.66667vw;
    }
}

.c-box-flow + .c-box-flow:before {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 30px;
    height: 37px;
    background: url(/recruit/img/common/ico_ander-arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .c-box-flow + .c-box-flow:before {
        top: -5.6vw;
        width: 4vw;
        height: 4.93333vw;
    }
}

.c-box-flow__inner {
    padding: 25px;
    background-color: #FFF;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-box-flow__inner {
        padding: 3.33333vw;
    }
}

.c-box-flow__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 15px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-box-flow__body {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.66667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-box-flow__ttl {
    color: #AB251D;
    letter-spacing: .24em;
    font-size: 25px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-box-flow__ttl {
        font-size: 3.73333vw;
    }
}

.c-box-flow__txt {
    letter-spacing: .13em;
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-box-flow__txt {
        text-align: left;
        letter-spacing: 0.2em;
        font-size: 3.2vw;
    }
}

.c-box-flow__banner {
    margin-top: 8px;
    margin-left: 20px;
    width: 160px;
}

@media screen and (max-width: 750px) {
    .c-box-flow__banner {
        margin-top: 2.66667vw;
        margin-right: auto;
        margin-left: auto;
        width: 42.66667vw;
    }
}

@media screen and (min-width: 751px) {
    .c-box-flow__banner {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-box-flow__banner:hover {
        opacity: 0.8;
    }
}

/*  c-box-banner
--------------------------------------------- */
.c-box-banner {
    margin: 130px auto 0;
    width: 1100px;
}

@media screen and (max-width: 750px) {
    .c-box-banner {
        margin-top: 8vw;
        width: 90.93333vw;
    }
}

.c-box-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-box-banner__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

/*  c-box-people
--------------------------------------------- */
.c-box-people {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-box-people {
        width: 90.93333vw;
    }
}

.c-box-people__img {
    position: absolute;
    top: -27px;
    right: 0px;
    width: 500px;
}

@media screen and (max-width: 750px) {
    .c-box-people__img {
        position: static;
        top: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 2.66667vw;
        width: 100%;
    }
}

.c-box-people__img--left {
    right: inherit;
    right: initial;
    left: 0px;
}

@media screen and (max-width: 750px) {
    .c-box-people__img--left {
        top: -2.4vw;
        left: 0;
    }
}

.c-box-people__img img {
    width: 100%;
}

.c-box-people__inner {
    padding: 0 50px 60px;
    width: 100%;
    background-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-box-people__inner {
        margin: 0 auto;
        padding: 0 6vw 6vw;
        width: 90.93333vw;
    }
}

.c-box-people__inner--left {
    margin-right: 450px;
    margin-left: 0;
    padding-right: 200px;
    width: 850px;
}

@media screen and (max-width: 750px) {
    .c-box-people__inner--left {
        margin: 0 auto;
        padding-right: 6vw;
        padding-left: 6vw;
        width: 90.93333vw;
    }
}

.c-box-people__inner--right {
    margin-right: 0;
    margin-left: 450px;
    padding-left: 120px;
    width: 750px;
}

@media screen and (max-width: 750px) {
    .c-box-people__inner--right {
        margin: 0 auto;
        padding-right: 6vw;
        padding-left: 6vw;
        width: 90.93333vw;
    }
}

.c-box-people__q {
    margin-top: 13px;
    letter-spacing: 0.12em;
    font-size: 26px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-box-people__q {
        margin-top: 4vw;
        font-size: 4.26667vw;
    }
}

.c-box-people__q--job {
    margin-top: 6px;
    letter-spacing: 0.12em;
    line-height: 1.58;
}

@media screen and (max-width: 750px) {
    .c-box-people__q--job {
        margin-top: 0.66667vw;
    }
}

.c-box-people__a {
    margin-top: 30px;
    letter-spacing: 0.13em;
    font-size: 16px;
    line-height: 1.9;
}

@media screen and (max-width: 750px) {
    .c-box-people__a {
        margin-top: 2.66667vw;
        letter-spacing: .2em;
        font-size: 3.2vw;
        line-height: 1.8;
    }
}

.c-box-people__a--job {
    margin-top: 35px;
    letter-spacing: .12em;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .c-box-people__a--job {
        margin-top: 2.66667vw;
        letter-spacing: .16em;
        font-size: 3.2vw;
        line-height: 1.8;
    }
}

.c-box-people + .c-box-people {
    margin-top: 74px;
}

@media screen and (max-width: 750px) {
    .c-box-people + .c-box-people {
        margin-top: 9.86667vw;
    }
}

/*  c-box-off
--------------------------------------------- */
.c-box-off {
    margin: 85px auto 0;
    width: 1200px;
    background-color: #3D3D3D;
}

@media screen and (max-width: 750px) {
    .c-box-off {
        margin-top: 11.33333vw;
        width: 90.93333vw;
    }
}

.c-box-off__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 45px 67px 50px 50px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-box-off__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6vw 8.93333vw 6.66667vw 6.66667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-box-off__head {
    width: 450px;
}

@media screen and (max-width: 750px) {
    .c-box-off__head {
        width: 100%;
    }
}

.c-box-off__head img {
    width: 100%;
}

.c-box-off__body {
    width: 580px;
}

@media screen and (max-width: 750px) {
    .c-box-off__body {
        width: 100%;
    }
}

.c-box-off__ttl {
    margin-top: 37px;
    color: #FFF;
    letter-spacing: .16em;
    font-size: 30px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-box-off__ttl {
        margin-top: 2.66667vw;
        font-size: 4.26667vw;
    }
}

.c-box-off__txt {
    margin-top: 35px;
    color: #FFF;
    letter-spacing: .12em;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-box-off__txt {
        margin-top: 2.66667vw;
        font-size: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-btn {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-btn-people
--------------------------------------------- */
.c-btn-people {
    position: relative;
    display: block;
    margin: 55px auto 0;
    padding: 18px 0 20px;
    width: 1300px;
    border: 2px solid #4A4A4A;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

@media screen and (max-width: 750px) {
    .c-btn-people {
        margin-top: 7.33333vw;
        padding: 2.4vw 0 2.66667vw;
        width: 90.93333vw;
        border: 0.26667vw solid #4A4A4A;
    }
}

.c-btn-people:hover {
    background-color: #4A4A4A;
}

.c-btn-people:hover .c-btn-people__txt {
    color: #FFF;
}

.c-btn-people:hover .c-txt-arrow--gray3 {
    background-color: #FFF;
}

.c-btn-people:hover .c-txt-arrow--gray3:after {
    border-color: #FFF;
}

.c-btn-people__txt {
    letter-spacing: .26em;
    font-size: 30px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-btn-people__txt {
        font-size: 4.26667vw;
    }
}

.c-btn-people__arrow {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-btn-people__arrow {
        right: 4.66667vw;
        width: 4.93333vw;
    }
}

/*  c-btn-sq
--------------------------------------------- */
.c-btn-sq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 27px 12px;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-btn-sq {
        padding-top: 3.73333vw;
        padding-right: 4.66667vw;
        padding-bottom: 4vw;
        padding-left: 4.8vw;
        border: 0.4vw solid #FFF;
    }
}

@media screen and (min-width: 751px) {
    .c-btn-sq:hover {
        background-color: #FFF;
    }
    .c-btn-sq:hover .c-btn-sq__txt {
        color: #AB251D;
    }
    .c-btn-sq:hover .c-txt-arrow {
        background-color: #AB251D;
    }
    .c-btn-sq:hover .c-txt-arrow:after {
        border-right: 3px solid #AB251D;
        border-bottom: 3px solid #AB251D;
    }
}

.c-btn-sq--black {
    border: 2px solid #000;
}

.c-btn-sq--black .c-btn-sq__txt, .c-btn-sq--black .c-btn-sq__stxt {
    color: #000;
}

.c-btn-sq--black .c-txt-arrow {
    background-color: #000;
}

.c-btn-sq--black .c-txt-arrow:after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

@media screen and (max-width: 750px) {
    .c-btn-sq--black {
        border: 0.26667vw solid #000;
    }
}

@media screen and (min-width: 751px) {
    .c-btn-sq--black:hover {
        background-color: #000;
    }
    .c-btn-sq--black:hover .c-btn-sq__txt, .c-btn-sq--black:hover .c-btn-sq__stxt {
        color: #FFF;
    }
    .c-btn-sq--black:hover .c-btn-sq__blank-icon:after {
        background: url(/recruit/img/common/ico_blank-white.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .c-btn-sq--black:hover .c-txt-arrow {
        background-color: #FFF;
    }
    .c-btn-sq--black:hover .c-txt-arrow:after {
        border-right: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
    }
}

.c-btn-sq__txt {
    padding-bottom: 3px;
    color: #FFF;
    letter-spacing: 0.06em;
    font-size: 24px;
    -webkit-transition: color .5s;
    transition: color .5s;
}

@media screen and (max-width: 750px) {
    .c-btn-sq__txt {
        padding-bottom: 0.4vw;
        font-size: 4.66667vw;
    }
}

.c-btn-sq__stxt {
    letter-spacing: 0.2em;
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .c-btn-sq__stxt {
        letter-spacing: 0.14em;
        font-size: 4.66667vw;
    }
}

.c-btn-sq__stxt--bottom {
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 0.03em;
    font-size: 17px;
}

@media screen and (max-width: 750px) {
    .c-btn-sq__stxt--bottom {
        padding-top: 0.66667vw;
        letter-spacing: -0.01em;
        font-size: 3.46667vw;
    }
}

.c-btn-sq__blank-icon {
    position: relative;
}

.c-btn-sq__blank-icon:after {
    position: absolute;
    top: 6px;
    right: -35px;
    width: 21px;
    height: 18px;
    background: url(/recruit/img/common/ico_blank-black2.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-btn-sq__blank-icon:after {
        top: 2.26667vw;
        right: -5.86667vw;
        width: 3.33333vw;
        height: 2.8vw;
    }
}

/*  c-btn-banner
--------------------------------------------- */
.c-btn-banner {
    display: block;
    width: 530px;
    height: 210px;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-btn-banner {
        width: 90.93333vw;
        height: 32.8vw;
    }
    .c-btn-banner + .c-btn-banner {
        margin-top: 7.2vw;
    }
}

@media screen and (min-width: 751px) {
    .c-btn-banner:hover .c-btn-banner__box {
        background-color: #AB251D;
    }
}

.c-btn-banner--small {
    display: block;
    margin-top: 60px;
    width: 340px;
    height: auto;
}

@media screen and (max-width: 750px) {
    .c-btn-banner--small {
        margin-top: 10.26667vw;
        margin-right: auto;
        margin-left: auto;
        width: 59.33333vw;
    }
}

@media screen and (min-width: 751px) {
    .c-btn-banner--small {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn-banner--small:hover {
        opacity: 0.8;
    }
}

.c-btn-banner__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 140px;
    width: 100%;
    height: 70px;
    background-color: #3D3D3D;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-btn-banner__box {
        margin-top: 21.6vw;
        height: 11.33333vw;
    }
}

.c-btn-banner__txt {
    position: relative;
    padding-right: 25px;
    color: #FFF;
    letter-spacing: 0.2em;
    font-size: 23px;
}

@media screen and (max-width: 750px) {
    .c-btn-banner__txt {
        padding-right: 3.33333vw;
        font-size: 4.26667vw;
    }
}

.c-btn-banner__txt--blank:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 19px;
    background: url(/recruit/img/common/ico_blank-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 750px) {
    .c-btn-banner__txt--blank:after {
        width: 3.06667vw;
        height: 2.53333vw;
    }
}

.c-btn-banner__arrow {
    position: absolute;
    top: 50%;
    right: 34px;
    width: 26px;
    height: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-btn-banner__arrow {
        right: 6vw;
        width: 3.33333vw;
        height: 0.4vw;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin: 70px auto 0;
    width: 1100px;
    background-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-card {
        margin-top: 7.2vw;
        width: 90.93333vw;
    }
}

.c-card + .c-card {
    margin-top: 35px;
}

@media screen and (max-width: 750px) {
    .c-card + .c-card {
        margin-top: 3.33333vw;
    }
}

.c-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 52px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .c-card__inner {
        padding: 2vw 3.33333vw 4.66667vw;
    }
}

.c-card__inner--wide {
    padding-top: 26px;
    padding-bottom: 45px;
}

@media screen and (max-width: 750px) {
    .c-card__inner--wide {
        padding-top: 2.66667vw;
        padding-bottom: 6vw;
    }
}

.c-card__head {
    margin-right: 0;
    width: 100%;
    color: #AB251D;
    letter-spacing: 0.16em;
    font-size: 17px;
    line-height: 1.76;
}

@media screen and (max-width: 750px) {
    .c-card__head {
        font-size: 2.66667vw;
    }
}

.c-card__head--date {
    width: 148px;
}

@media screen and (max-width: 750px) {
    .c-card__head--date {
        width: 100%;
    }
}

.c-card__note {
    width: 945px;
    letter-spacing: 0.16em;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-card__note {
        margin-top: 1.6vw;
        width: 100%;
        letter-spacing: 0.13em;
        font-size: 2.66667vw;
        line-height: 1.78;
    }
}

.c-card__note .red {
    color: #AB251D;
}

.c-card__note a {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .c-card__note a:hover {
        text-decoration: none;
    }
}

.c-card__lead {
    margin-top: 22px;
    width: 100%;
    letter-spacing: 0.18em;
    line-height: 1.33;
}

@media screen and (max-width: 750px) {
    .c-card__lead {
        margin-top: 4.53333vw;
        letter-spacing: 0.16em;
        font-size: 2.53333vw;
        line-height: 1.76;
    }
}

.c-card__lead .gray {
    color: #3D3D3D;
}

.c-card__lead--indent {
    padding-left: 1em;
    text-indent: -1.2em;
}

/*  c-card-list
--------------------------------------------- */
.c-card-list {
    margin-top: 22px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-card-list {
        margin-top: 4vw;
    }
}

.c-card-list__item {
    padding-left: 1em;
    text-indent: -1.2em;
    letter-spacing: 0.18em;
    line-height: 1.36;
}

@media screen and (max-width: 750px) {
    .c-card-list__item {
        letter-spacing: 0.16em;
        font-size: 2.53333vw;
        line-height: 1.76;
    }
}

.c-card-list__item--indent-none {
    padding-left: 0;
    text-indent: 0;
}

/* ---------------------------------------------
*   c-card-education
--------------------------------------------- */
.c-card-education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 30px auto 0;
    padding: 38px 45px 38px 32px;
    width: 1100px;
    background-color: #FFF;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-card-education {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4vw;
        padding: 7.6vw 4vw 6.26667vw;
        width: 90.93333vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-card-education__img {
    width: 340px;
}

@media screen and (max-width: 750px) {
    .c-card-education__img {
        margin: 0 auto;
        width: 53.33333vw;
    }
}

.c-card-education__right {
    width: 643px;
}

@media screen and (max-width: 750px) {
    .c-card-education__right {
        width: 100%;
    }
}
.education_imgbox{ display: flex;
  justify-content: center;}
  .education_imgbox li{ padding: 0 10px;}
 .education_imgbox img{ width: 450px;}
 @media screen and (max-width: 750px) {
  .education_imgbox li{ padding: 0 1vw;}
 .education_imgbox img{ width: auto;}
 }

.c-card-education__ttl {
    margin-top: 37px;
    letter-spacing: .12em;
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-card-education__ttl {
        margin-top: 7.33333vw;
        font-size: 3.2vw;
    }
}

.c-card-education__txt {
    margin-top: 20px;
    letter-spacing: .12em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-card-education__txt {
        margin-top: 2vw;
        font-size: 2.8vw;
    }
}

/* ---------------------------------------------
*   c-card-float
--------------------------------------------- */
.c-card-float {
    position: relative;
    width: 100%;
}

.c-card-float:after {
    display: block;
    clear: both;
    content: "";
}

.c-card-float__img {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 60px;
    width: 600px;
}

@media screen and (max-width: 750px) {
    .c-card-float__img {
        float: none;
        margin-top: 2.66667vw;
        margin-bottom: 0;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
}

.c-card-float__img--left {
    float: left;
    margin-right: 60px;
    margin-left: 0;
}

@media screen and (max-width: 750px) {
    .c-card-float__img--left {
        float: none;
        margin-right: 0;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .c-cassette {
        margin-bottom: 8vw;
    }
}

.c-cassette__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .c-cassette__head {
        margin-bottom: 4vw;
    }
}

.c-cassette__body {
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    .c-cassette__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
    margin-top: 110px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-chapter {
        margin-top: 14.93333vw;
    }
}

.c-chapter--bg {
    position: relative;
    margin-top: 170px;
    padding-bottom: 105px;
}

@media screen and (max-width: 750px) {
    .c-chapter--bg {
        margin-top: 14.93333vw;
        padding-bottom: 10.4vw;
    }
}

.c-chapter--bg:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 87%;
    background-color: #EFEFEF;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-chapter--bg:before {
        height: 62%;
    }
}

.c-chapter--faq {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .c-chapter--faq {
        margin-top: 6.66667vw;
    }
}

.c-chapter--faq + .c-chapter--faq {
    margin-top: 75px;
}

@media screen and (max-width: 750px) {
    .c-chapter--faq + .c-chapter--faq {
        margin-top: 10vw;
    }
}

.c-chapter__container {
    margin: 0 auto;
    width: 1300px;
}

@media screen and (max-width: 750px) {
    .c-chapter__container {
        width: 90.93333vw;
    }
}

.c-chapter__container--narrow {
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-chapter__container--narrow {
        width: 90.93333vw;
    }
}

.c-chapter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 1200px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-chapter__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-chapter__inner--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 750px) {
    .c-chapter__inner--reverse {
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-chapter__inner--narrow {
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-chapter__inner--narrow {
        width: 100vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__head {
        margin: 0 auto;
    }
}

.c-chapter__head--wide {
    position: relative;
    left: -40px;
    z-index: 1;
    width: 600px;
}

@media screen and (max-width: 750px) {
    .c-chapter__head--wide {
        left: 0;
        width: 71.33333vw;
    }
}

.c-chapter__head--wide-right {
    position: relative;
    right: -40px;
    z-index: 1;
    width: 600px;
}

@media screen and (max-width: 750px) {
    .c-chapter__head--wide-right {
        right: 0;
        width: 71.33333vw;
    }
}

.c-chapter__head--narrow {
    width: 520px;
}

@media screen and (max-width: 750px) {
    .c-chapter__head--narrow {
        width: 65.33333vw;
    }
}

.c-chapter__img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-chapter__img {
        margin-top: 6vw;
    }
}

.c-chapter__body {
    width: 670px;
}

@media screen and (max-width: 750px) {
    .c-chapter__body {
        margin: 0 auto;
        width: 87.33333vw;
    }
}

.c-chapter__body--narrow {
    margin-top: -8px;
    width: 613px;
}

@media screen and (max-width: 750px) {
    .c-chapter__body--narrow {
        margin-top: 6.66667vw;
        width: 91.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-chapter__body--sp-narrow {
        width: 80vw;
    }
}

/* ---------------------------------------------
*   c-chapter-btn
--------------------------------------------- */
.c-chapter-btn {
    margin-top: 40px;
    width: 100%;
    height: 94px;
}

@media screen and (max-width: 750px) {
    .c-chapter-btn {
        margin-top: 9.33333vw;
        height: 19.33333vw;
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-img-education
--------------------------------------------- */
.c-img-education {
    margin: 65px auto 0;
    width: 100%;
	text-align: center;
}

@media screen and (max-width: 750px) {
    .c-img-education {
        margin-top: 10.66667vw;
    }
}

/* ---------------------------------------------
*   c-img-job
--------------------------------------------- */
.c-img-job {
    margin: 68px auto 0;
    width: 1000px;
}

@media screen and (max-width: 750px) {
    .c-img-job {
        margin-top: 8vw;
        width: 90.93333vw;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    margin-top: 142px;
    background-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-kv {
        margin-top: 90px;
    }
}

.c-kv--top {
    margin-top: 58px;
}

@media screen and (max-width: 750px) {
    .c-kv--top {
        margin-top: 90px;
    }
}

.c-kv--top:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 752px;
    background-color: #E6E6E6;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-kv--top:before {
        right: 0;
        width: 100%;
        height: 68.26667vw;
    }
}

.c-kv--about {
    margin-top: 150px;
}

@media screen and (max-width: 750px) {
    .c-kv--about {
        margin-top: 90px;
    }
}

.c-kv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 110px auto 0;
    padding-right: 20px;
    padding-bottom: 580px;
    width: 1200px;
    background: url(/recruit/img/about/img_about1.jpg) 0 0 no-repeat;
    background-position: bottom;
    background-size: 100% auto;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-kv__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 8vw auto 0;
        padding-right: 0;
        padding-bottom: 44.66667vw;
        padding-left: 0;
        width: 90.93333vw;
        background-size: 105%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-kv-head {
    padding: 15px;
    width: 420px;
    height: 180px;
    background-color: #8B251D;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .c-kv-head {
        margin: 0 auto;
        padding: 2.93333vw;
        width: 90.93333vw;
        height: auto;
    }
}

.c-kv-head__txt {
    color: #FFF;
    letter-spacing: 0.04em;
    font-size: 35px;
    line-height: 1.75;
}

@media screen and (max-width: 750px) {
    .c-kv-head__txt {
        letter-spacing: -0.05em;
        font-size: 5.33333vw;
    }
}

.c-kv-body {
    width: 730px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .c-kv-body {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .c-kv-body--about {
        padding: 0 1.33333vw;
    }
}

/*  c-kv-ttl
--------------------------------------------- */
.c-kv-ttl {
    position: absolute;
    top: 165px;
    left: 0;
    z-index: 2;
    color: #AB251D;
    letter-spacing: 0.06em;
    font-size: 60px;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl {
        top: 16vw;
        left: 0;
        width: 100%;
        letter-spacing: 0.04em;
        font-size: 6.4vw;
    }
}

.c-kv-ttl--top {
    top: inherit;
    top: initial;
    bottom: 220px;
    letter-spacing: 0.04em;
    font-size: 70px;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl--top {
        bottom: 26vw;
        letter-spacing: 0.07em;
        font-size: 8.53333vw;
        line-height: 1.2;
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(90px, 0, 0);
        transform: translate3d(90px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(90px, 0, 0);
        transform: translate3d(90px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 750px) {
    @-webkit-keyframes slidein {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(12vw, 0, 0);
            transform: translate3d(12vw, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes slidein {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(12vw, 0, 0);
            transform: translate3d(12vw, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}

.c-kv-ttl .u-line {
    display: inline-block;
    padding-right: 220px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-bottom: 4px solid #AB251D;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .u-line {
        padding-right: 6.66667vw;
        padding-bottom: 1.33333vw;
        padding-left: 3.73333vw;
        min-width: 50.66667vw;
        border-bottom: 0.4vw solid #AB251D;
    }
}

.c-kv-ttl .u-line--top {
    padding-right: 0;
    padding-left: 50px;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .u-line--top {
        padding-bottom: 1.33333vw;
        padding-left: 3.73333vw;
        width: 100%;
    }
}

.c-kv-ttl .u-line--faq {
    padding-right: 450px;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .u-line--faq {
        padding-right: 26.66667vw;
    }
}

.c-kv-ttl .u-line span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0);
    -webkit-animation: .5s ease-in-out 0s slidein forwards;
    animation: .5s ease-in-out 0s slidein forwards;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .u-line span {
        -webkit-transform: translate3d(12vw, 0, 0);
        transform: translate3d(12vw, 0, 0);
    }
}

.c-kv-ttl .u-line span:nth-of-type(1) {
    -webkit-animation-delay: 1.0s !important;
    animation-delay: 1.0s !important;
}

.c-kv-ttl .u-line span:nth-of-type(2) {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.c-kv-ttl .u-line span:nth-of-type(3) {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.c-kv-ttl .u-line span:nth-of-type(4) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.c-kv-ttl .u-line span:nth-of-type(5) {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.c-kv-ttl .u-line span:nth-of-type(6) {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.c-kv-ttl .u-line span:nth-of-type(7) {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}

.c-kv-ttl .u-line span:nth-of-type(8) {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.c-kv-ttl .u-line span:nth-of-type(9) {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
}

.c-kv-ttl .u-line span:nth-of-type(10) {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}

.c-kv-ttl .u-line span:nth-of-type(11) {
    -webkit-animation-delay: 2.0s !important;
    animation-delay: 2.0s !important;
}

.c-kv-ttl .u-line span:nth-of-type(12) {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.c-kv-ttl .u-line span:nth-of-type(13) {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.c-kv-ttl .u-line span:nth-of-type(14) {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}

.c-kv-ttl .u-line span:nth-of-type(15) {
    -webkit-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
}

.c-kv-ttl .u-line span:nth-of-type(16) {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.c-kv-ttl .small {
    display: inline-block;
    padding-top: 20px;
    padding-left: 60px;
    letter-spacing: 0.08em;
    font-size: 32px;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .small {
        padding-top: 1.6vw;
        padding-left: 4vw;
        letter-spacing: 0.06em;
        font-size: 4vw;
    }
}

.c-kv-ttl .small span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0);
    -webkit-animation: .5s ease-in-out 1s slidein forwards;
    animation: .5s ease-in-out 1s slidein forwards;
}

@media screen and (max-width: 750px) {
    .c-kv-ttl .small span {
        -webkit-transform: translate3d(12vw, 0, 0);
        transform: translate3d(12vw, 0, 0);
    }
}

.c-kv-ttl .small span:nth-of-type(1) {
    -webkit-animation-delay: 2.0s !important;
    animation-delay: 2.0s !important;
}

.c-kv-ttl .small span:nth-of-type(2) {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.c-kv-ttl .small span:nth-of-type(3) {
    -webkit-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.c-kv-ttl .small span:nth-of-type(4) {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}

.c-kv-ttl .small span:nth-of-type(5) {
    -webkit-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
}

.c-kv-ttl .small span:nth-of-type(6) {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.c-kv-ttl .small span:nth-of-type(7) {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.c-kv-ttl .small span:nth-of-type(8) {
    -webkit-animation-delay: 2.7s !important;
    animation-delay: 2.7s !important;
}

.c-kv-ttl .small span:nth-of-type(9) {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}

.c-kv-ttl .small span:nth-of-type(10) {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}

.c-kv-ttl .small span:nth-of-type(11) {
    -webkit-animation-delay: 3.0s !important;
    animation-delay: 3.0s !important;
}

/*  c-kv-txt
--------------------------------------------- */
.c-kv-txt {
    position: absolute;
    top: 300px;
    right: 105px;
    z-index: 2;
    color: #FFF;
    letter-spacing: 0.15em;
    font-size: 32px;
    line-height: 2.45;
}

@media screen and (max-width: 750px) {
    .c-kv-txt {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 14.66667vw;
        padding-bottom: 7.46667vw;
        color: #AB251D;
        text-align: center;
        font-size: 3.46667vw;
        line-height: 1.74;
    }
}

.c-kv-txt__second-line {
    padding-left: 2.2em;
}

@media screen and (max-width: 750px) {
    .c-kv-txt__second-line {
        padding-left: 0;
    }
}

@-webkit-keyframes slidein2nd {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(90px, 0, 0);
        transform: translate3d(90px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slidein2nd {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(90px, 0, 0);
        transform: translate3d(90px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 750px) {
    @-webkit-keyframes slidein2nd {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(17.33333vw, 0, 0);
            transform: translate3d(17.33333vw, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes slidein2nd {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(17.33333vw, 0, 0);
            transform: translate3d(17.33333vw, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}

.c-kv-txt span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0);
    -webkit-animation: .5s ease-in-out 1s slidein2nd forwards;
    animation: .5s ease-in-out 1s slidein2nd forwards;
}

@media screen and (max-width: 750px) {
    .c-kv-txt span {
        -webkit-transform: translate3d(17.33333vw, 0, 0);
        transform: translate3d(17.33333vw, 0, 0);
    }
}

.c-kv-txt span:nth-of-type(1) {
    -webkit-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.c-kv-txt span:nth-of-type(2) {
    -webkit-animation-delay: 2.7s !important;
    animation-delay: 2.7s !important;
}

.c-kv-txt span:nth-of-type(3) {
    -webkit-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}

.c-kv-txt span:nth-of-type(4) {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}

.c-kv-txt span:nth-of-type(5) {
    -webkit-animation-delay: 3.0s !important;
    animation-delay: 3.0s !important;
}

.c-kv-txt span:nth-of-type(6) {
    -webkit-animation-delay: 3.1s !important;
    animation-delay: 3.1s !important;
}

.c-kv-txt span:nth-of-type(7) {
    -webkit-animation-delay: 3.2s !important;
    animation-delay: 3.2s !important;
}

.c-kv-txt span:nth-of-type(8) {
    -webkit-animation-delay: 3.3s !important;
    animation-delay: 3.3s !important;
}

.c-kv-txt span:nth-of-type(9) {
    -webkit-animation-delay: 3.4s !important;
    animation-delay: 3.4s !important;
}

.c-kv-txt span:nth-of-type(10) {
    -webkit-animation-delay: 3.5s !important;
    animation-delay: 3.5s !important;
}

.c-kv-txt span:nth-of-type(11) {
    -webkit-animation-delay: 3.6s !important;
    animation-delay: 3.6s !important;
}

.c-kv-txt span:nth-of-type(12) {
    -webkit-animation-delay: 3.7s !important;
    animation-delay: 3.7s !important;
}

.c-kv-txt span:nth-of-type(13) {
    -webkit-animation-delay: 3.8s !important;
    animation-delay: 3.8s !important;
}

.c-kv-txt span:nth-of-type(14) {
    -webkit-animation-delay: 3.9s !important;
    animation-delay: 3.9s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(1) {
    -webkit-animation-delay: 3.9s !important;
    animation-delay: 3.9s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(2) {
    -webkit-animation-delay: 4.0s !important;
    animation-delay: 4.0s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(3) {
    -webkit-animation-delay: 4.1s !important;
    animation-delay: 4.1s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(4) {
    -webkit-animation-delay: 4.2s !important;
    animation-delay: 4.2s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(5) {
    -webkit-animation-delay: 4.3s !important;
    animation-delay: 4.3s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(6) {
    -webkit-animation-delay: 4.4s !important;
    animation-delay: 4.4s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(7) {
    -webkit-animation-delay: 4.5s !important;
    animation-delay: 4.5s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(8) {
    -webkit-animation-delay: 4.6s !important;
    animation-delay: 4.6s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(9) {
    -webkit-animation-delay: 4.7s !important;
    animation-delay: 4.7s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(10) {
    -webkit-animation-delay: 4.8s !important;
    animation-delay: 4.8s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(11) {
    -webkit-animation-delay: 4.9s !important;
    animation-delay: 4.9s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(12) {
    -webkit-animation-delay: 5.0s !important;
    animation-delay: 5.0s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(13) {
    -webkit-animation-delay: 5.1s !important;
    animation-delay: 5.1s !important;
}

.c-kv-txt .c-kv-txt__second-line span:nth-of-type(14) {
    -webkit-animation-delay: 5.2s !important;
    animation-delay: 5.2s !important;
}

/*  c-kv-img
--------------------------------------------- */
.c-kv-img {
    margin-right: 0;
    margin-left: 440px;
    height: 540px;
    border-radius: 20px 0 0 20px;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-kv-img {
        margin-left: 40.66667vw;
        height: 54.4vw;
        border-radius: 1.6vw 0 0 1.6vw;
        background-size: cover;
    }
}

/* ---------------------------------------------
*   c-kv-people
--------------------------------------------- */
.c-kv-people {
    position: relative;
    z-index: 1;
    margin-top: 144px;
}

@media screen and (max-width: 750px) {
    .c-kv-people {
        margin-top: 20vw;
    }
}

.c-kv-people__ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: 40px;
    width: 1400px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-kv-people__ttl {
        margin-left: auto;
        width: 90.93333vw;
    }
}

.c-kv-people__ttl .txt {
    display: inline-block;
    padding-right: 46px;
    width: auto;
    color: #AB251D;
    white-space: nowrap;
    letter-spacing: .1em;
    font-size: 60px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__ttl .txt {
        padding-right: 2.66667vw;
        font-size: 8vw;
    }
}

.c-kv-people__ttl .txts {
    display: inline-block;
    padding-right: 38px;
    width: auto;
    color: #AB251D;
    white-space: nowrap;
    letter-spacing: 0.26em;
    font-size: 30px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__ttl .txts {
        padding-right: 2.66667vw;
        font-size: 4.26667vw;
    }
}

.c-kv-people__ttl .line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-kv-people__ttl .line {
        height: 0.4vw;
    }
}

.c-kv-people__ttl--job {
    width: 1372px;
}

@media screen and (max-width: 750px) {
    .c-kv-people__ttl--job {
        width: 90.93333vw;
    }
}

.c-kv-people__head {
    margin: 0 auto;
    width: 1440px;
}

@media screen and (max-width: 750px) {
    .c-kv-people__head {
        width: 100%;
    }
}

.c-kv-people__head--job {
    width: 1385px;
}

@media screen and (max-width: 750px) {
    .c-kv-people__head--job {
        width: 100%;
    }
}

.c-kv-people__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-kv-people__body {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6.66667vw;
        width: 90.93333vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-kv-people__body-img {
    width: 710px;
    height: 520px;
}

@media screen and (max-width: 750px) {
    .c-kv-people__body-img {
        width: 90.93333vw;
        height: 69.33333vw;
        background-size: cover;
    }
}

.c-kv-people__body-img--job {
    width: 750px;
    height: 460px;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .c-kv-people__body-img--job {
        width: 90.93333vw;
        height: 69.33333vw;
        background-size: cover;
    }
}

.c-kv-people__body-right {
    z-index: 1;
    margin-top: 27px;
    margin-left: -40px;
    padding: 102px 55px 110px 58px;
    width: 633px;
    background-color: #4A4A4A;
}

@media screen and (max-width: 750px) {
    .c-kv-people__body-right {
        margin-top: 0;
        margin-left: 0;
        padding: 10vw 5.33333vw 10vw;
        width: 90.93333vw;
    }
}

.c-kv-people__body-right--job {
    margin-top: 40px;
    margin-left: -80px;
    padding: 40px 30px 65px;
    width: 630px;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .c-kv-people__body-right--job {
        margin-top: 0;
        margin-left: 0;
        padding: 5.33333vw 4.53333vw 8vw;
        width: 90.93333vw;
    }
}

.c-kv-people__right-ttl {
    padding: 8px 22px 10px;
    background-color: #FFF;
    color: #4A4A4A;
    letter-spacing: 0.03em;
    font-size: 34px;
    line-height: 1.24;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-ttl {
        padding: 1.06667vw 2.66667vw 1.33333vw;
        font-size: 4.8vw;
    }
}

.c-kv-people__right-job {
    color: #FFF;
    letter-spacing: .24em;
    font-size: 35px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-job {
        font-size: 4.8vw;
    }
}

.c-kv-people__right-jobsmall {
    margin-top: 13px;
    color: #FFF;
    letter-spacing: .12em;
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-jobsmall {
        margin-top: 1.33333vw;
        font-size: 3.73333vw;
    }
}

.c-kv-people__right-mid {
    margin-top: 30px;
    margin-left: 21px;
    color: #FFF;
    letter-spacing: 0.18em;
    font-size: 24px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-mid {
        margin-top: 3.33333vw;
        margin-left: 2.66667vw;
        font-size: 4.26667vw;
    }
}

.c-kv-people__right-name {
    margin-top: 27px;
    margin-left: 21px;
    color: #FFF;
    letter-spacing: 0.24em;
    font-size: 42px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-name {
        margin-top: 2vw;
        margin-left: 2.66667vw;
        font-size: 6.13333vw;
    }
}

.c-kv-people__right-btm {
    margin-top: 25px;
    margin-left: 21px;
    color: #FFF;
    letter-spacing: 0.24em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-btm {
        margin-top: 2vw;
        margin-left: 2.66667vw;
        font-size: 3.2vw;
    }
}

.c-kv-people__right-txt {
    margin-top: 23px;
    color: #FFF;
    letter-spacing: .12em;
    font-size: 23px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-kv-people__right-txt {
        margin-top: 4vw;
        font-size: 3.6vw;
    }
}

/* ---------------------------------------------
*   c-kv-profile
--------------------------------------------- */
.c-kv-profile {
    position: absolute;
    top: 80%;
    right: 50px;
    z-index: 1;
    width: 465px;
    height: 207px;
    background-color: #FFF;
    background-position: 92% bottom;
    background-size: 130px auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .c-kv-profile {
        position: static;
        width: 100%;
        height: auto;
        background-size: 17.33333vw auto;
    }
}

.c-kv-profile__inner {
    padding: 0 24px 0 40px;
}

@media screen and (max-width: 750px) {
    .c-kv-profile__inner {
        padding: 1.33333vw 4vw 3.33333vw;
    }
}

.c-kv-profile__ttl {
    margin-top: -25px;
    color: #8B251D;
    letter-spacing: .12em;
    font-size: 28px;
    line-height: 1.68;
}

@media screen and (max-width: 750px) {
    .c-kv-profile__ttl {
        margin-top: 0;
        font-size: 3.73333vw;
    }
}

.c-kv-profile__name {
    margin-top: 20px;
    letter-spacing: .24em;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-kv-profile__name {
        margin-top: 2vw;
        font-size: 3.2vw;
    }
}

.c-kv-profile__txt {
    letter-spacing: .12em;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-kv-profile__txt {
        font-size: 2.8vw;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .c-link {
        text-decoration: underline;
    }
    .c-link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-people
--------------------------------------------- */
.c-list-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 60px;

    -webkit-box-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list-people__item {
    display: block;
    width: 370px;
    height: 400px;
	margin-right: 30px;
}

@media screen and (max-width: 750px) {
    .c-list-people { justify-content: space-between;}
	.c-list-people__item {
        width: 44vw;
        height: 44vw;
		margin-right: 0;
    }
    .c-list-people__item:nth-of-type(n + 3) {
        margin-top: 2.66667vw;
    }
}

@media screen and (min-width: 751px) {
    .c-list-people__item:nth-of-type(n + 4) {
        margin-top: 70px;
    }
    .c-list-people__item:hover .c-list-people__content {
        background-color: #AB251D;
    }
    .c-list-people__item:hover .c-list-people__ttl {
        background-color: #3D3D3D;
    }
}

.c-list-people__link {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
}

.c-list-people__content {
    position: relative;
    top: 314px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 5px 20px 0 30px;
    height: 90px;
    background-color: #3D3D3D;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .c-list-people__content {
        top: 32.93333vw;
        padding: 4.66667vw 2.8vw 3.33333vw 4.26667vw;
        height: auto;
    }
}

.c-list-people__ttl {
    position: absolute;
    top: 0;
    left: -14px;
    padding: 0 35px;
    height: 45px;
    background-color: #AB251D;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.18em;
    font-size: 17px;
    line-height: 45px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-list-people__ttl {
        left: -1.33333vw;
        padding: 0 4.66667vw;
        height: 6vw;
        font-size: 2.26667vw;
        line-height: 6vw;
    }
}

.c-list-people__txt {
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .c-list-people__txt {
        font-size: 3.06667vw;
    }
}

/* ---------------------------------------------
*   c-list-saiyou
--------------------------------------------- */
.c-list-saiyou {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .c-list-saiyou {
        margin-top: 2vw;
    }
}

.c-list-saiyou__item {
    margin-top: 10px;
    padding-left: 1em;
    
    text-indent: 0em;
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 1.8;
}

.color7b{color: #7B7B7B;}

@media screen and (max-width: 750px) {
    .c-list-saiyou__item {
        margin-top: 1.33333vw;
        font-size: 2.8vw;
    }
}

.c-list-saiyou__item--head {
    padding-left: 0;
    color: #000;
    text-indent: 0;
}

.c-list-saiyou--indent {
    padding-left: 2em;
    text-indent: -1em;
}

@media screen and (max-width: 750px) {
    .c-list-saiyou--indent {
        padding-left: 1em;
    }
}

/* ---------------------------------------------
*   c-list-his
--------------------------------------------- */
.c-list-his {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 45px auto 0;
    width: 1200px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .c-list-his {
        margin-top: 8.66667vw;
        width: 93.33333vw;
    }
}

.c-list-his__item {
    width: 280px;
    height: 280px;
    background-size: cover;
}

@media screen and (min-width: 751px) {
    .c-list-his__item:nth-of-type(n + 5) {
        margin-top: 34px;
    }
}

@media screen and (max-width: 750px) {
    .c-list-his__item {
        width: 45.33333vw;
        height: 41.33333vw;
    }
    .c-list-his__item:nth-of-type(n + 3) {
        margin-top: 3.73333vw;
    }
}

.c-list-his__item-inner {
    padding: 27px 20px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 61, 61, 0.83);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (min-width: 751px) {
    .c-list-his__item-inner:hover {
        opacity: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-list-his__item-inner {
        padding: 1.33333vw 3.73333vw 2.66667vw;
    }
}

.c-list-his__item-ttl {
    color: #FFF;
    text-align: center;
    letter-spacing: 0.24em;
    font-size: 38px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-list-his__item-ttl {
        font-size: 5.33333vw;
    }
}

.c-list-his__item-ttl span {
    font-size: 24px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-list-his__item-ttl span {
        font-size: 3.33333vw;
    }
}

.c-list-his__item-txt {
    margin-top: 4px;
    color: #FFF;
    text-align: left;
    letter-spacing: 0.22em;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .c-list-his__item-txt {
        margin-top: 0.66667vw;
        font-size: 2.8vw;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section--message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: -7px;
    width: 100%;
    height: 800px;
    background: url(/recruit/img/top/bg_message.jpg) 0 0 no-repeat;
    background-size: 100% auto;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-section--message {
        -ms-flex-align: start;
        margin-top: 0;
        height: 70vw;
        background-size: cover;

        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.c-section__3min {
    margin: 120px auto 0;
    max-width: 1300px;
}
.c-section__3min img {width: 100%; height:auto;}

@media screen and (max-width: 750px) {
.c-section__3min {
    margin-top: 8vw;
	margin-bottom: 2vw; padding: 4vw;
}}

.c-section--work {
    background-color: #4A4A4A;
}

.c-section--people {
    background: url(/recruit/img/top/bg_people.jpg) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
}

.c-section--information {
    padding: 82px 0 125px;
    background-color: #E6E6E6;
}

@media screen and (max-width: 750px) {
    .c-section--information {
        padding-top: 8.66667vw;
        padding-bottom: 9.33333vw;
    }
}

.c-section__container {
    margin: 0 auto;
    width: 1300px;
}

@media screen and (max-width: 750px) {
    .c-section__container {
        width: 100%;
    }
}

.c-section__container--message {
    margin: 0;
    width: auto;
}

@media screen and (max-width: 750px) {
    .c-section__container--message {
        padding: 0 5.33333vw;
    }
}

.c-section__container--about {
    position: relative;
    padding: 120px 0 180px;
}

@media screen and (max-width: 750px) {
    .c-section__container--about {
        padding: 64.26667vw 0 65.6vw;
    }
}

.c-section__container--work {
    position: relative;
    padding: 82px 0 95px;
}

@media screen and (max-width: 750px) {
    .c-section__container--work {
        padding: 0;
    }
}

.c-section__container--people {
    padding-bottom: 108px;
}

@media screen and (max-width: 750px) {
    .c-section__container--people {
        padding-bottom: 10vw;
    }
}

.c-section__head {
    text-align: left;
}

.c-section__head--about {
    padding: 135px 250px 140px 95px;
    width: 870px;
    background-color: #8B251D;
}

@media screen and (max-width: 750px) {
    .c-section__head--about {
        padding: 15.46667vw 6.66667vw 10.66667vw;
        width: 100%;
    }
}

.c-section__head--work {
    padding: 0 70px 0 730px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .c-section__head--work {
        padding: 14.93333vw 7.73333vw 12vw;
    }
}

.c-section__body {
    position: absolute;
    width: 650px;
}

@media screen and (max-width: 750px) {
    .c-section__body {
        width: 90.93333vw;
    }
}

.c-section__body--about {
    top: 48.4%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-section__body--about {
        top: 6vw;
        right: 50%;
        width: 90.66667vw;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.c-section__body--work {
    top: -64px;
    left: 0;
}

@media screen and (max-width: 750px) {
    .c-section__body--work {
        top: -57.33333vw;
        left: 50%;
        width: 90.66667vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*  c-section-ttl
--------------------------------------------- */
.c-section-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    color: #FFF;
    letter-spacing: 0.06em;
    font-size: 45px;
    line-height: 1;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-section-ttl {
        -ms-flex-direction: column;
        flex-direction: column;
        letter-spacing: 0.08em;
        font-size: 6.66667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.c-section-ttl span {
    margin-left: 36px;
    letter-spacing: 0.08em;
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    .c-section-ttl span {
        margin-top: 2.8vw;
        margin-left: 0;
        font-size: 3.33333vw;
    }
}

.c-section-ttl--large {
    -ms-flex-pack: center;
    margin-left: -40px;
    letter-spacing: 0.14em;
    font-size: 50px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-section-ttl--large {
        margin-top: 9.33333vw;
        margin-left: 0;
        letter-spacing: 0.08em;
        font-size: 6.66667vw;
    }
}

.c-section-ttl--large span {
    letter-spacing: 0.08em;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-section-ttl--large span {
        margin-top: 3.33333vw;
        font-size: 3.33333vw;
    }
}

.c-section-ttl--people {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    margin-left: -42px;
    padding-top: 68px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-section-ttl--people {
        margin-left: 0;
        padding-top: 5.73333vw;
    }
}

.c-section-ttl--people span {
    margin-left: -32px;
    letter-spacing: .24em;
}

@media screen and (max-width: 750px) {
    .c-section-ttl--people span {
        margin-top: 0;
        margin-left: 0;
        letter-spacing: .06em;
    }
}

.c-section-ttl--information {
    -ms-flex-pack: center;
    margin-left: -120px;
    color: #000;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .c-section-ttl--information {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .c-section-ttl--information span {
        margin-top: 3.46667vw;
    }
}

/*  c-section-txt
--------------------------------------------- */
.c-section-txt {
    margin-top: 43px;
    color: #FFF;
    font-size: 17px;
    line-height: 2.16;
}

@media screen and (max-width: 750px) {
    .c-section-txt {
        margin-top: 5.33333vw;
        letter-spacing: -0.01em;
        font-size: 3.06667vw;
        line-height: 1.96;
    }
}

.c-section-txt--large {
    margin-top: 80px;
    font-size: 20px;
    line-height: 2.28;
}

@media screen and (max-width: 750px) {
    .c-section-txt--large {
        margin-top: 5.33333vw;
        font-size: 3.06667vw;
        line-height: 2;
    }
}

.c-section-txt--work {
    margin-top: 43px;
    letter-spacing: 0.01em;
    font-size: 17px;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .c-section-txt--work {
        margin-top: 5.06667vw;
        letter-spacing: -0.02em;
        font-size: 3.06667vw;
        line-height: 1.98;
    }
}

/*  c-section-btn
--------------------------------------------- */
.c-section-btn {
    margin-top: 75px;
    width: 311px;
    height: 64px;
}

@media screen and (max-width: 750px) {
    .c-section-btn {
        margin-top: 9.6vw;
        margin-right: auto;
        margin-left: auto;
        width: 60vw;
        height: 12.66667vw;
    }
}

.c-section-btn--center {
    margin-right: auto;
    margin-left: auto;
}

/* ---------------------------------------------
*   c-section-people
--------------------------------------------- */
.c-section-people {
    margin-top: 50px;
    padding-bottom: 110px;
    width: 100%;
    background-color: #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-section-people {
        margin-top: 5.33333vw;
        padding-top: 6.66667vw;
        padding-bottom: 13.33333vw;
    }
}

@media screen and (max-width: 750px) {
    .c-section-people + .c-section-people {
        margin-top: 0;
    }
}

.c-section-people--top {
    margin-top: 150px;
}

@media screen and (max-width: 750px) {
    .c-section-people--top {
        margin-top: 20vw;
        padding-top: 9.33333vw;
    }
}

.c-section-people--white {
    background-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-section-people--white {
        padding-top: 4.66667vw;
    }
}

.c-section-people__inner {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-section-people__inner {
        width: 90.93333vw;
    }
}

/* ---------------------------------------------
*   c-section-education
--------------------------------------------- */
.c-section-education {
    margin: 80px auto 0;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .c-section-education {
        margin-top: 10.66667vw;
        width: 90.93333vw;
    }
}

.c-section-education + .c-section-education {
    margin-top: 135px;
}

@media screen and (max-width: 750px) {
    .c-section-education + .c-section-education {
        margin-top: 13.33333vw;
    }
}

.c-section-education__head {
    margin: 30px auto 0;
    width: 1140px;
}

@media screen and (max-width: 750px) {
    .c-section-education__head {
        margin-top: 4vw;
        width: 90.93333vw;
    }
}

.c-section-education__body {
    margin: 45px auto 0;
    width: 1100px;
}

@media screen and (max-width: 750px) {
    .c-section-education__body {
        margin-top: 6vw;
        width: 90.93333vw;
    }
}

/* ---------------------------------------------
*   swiper-container
--------------------------------------------- */
.swiper-container {
    bottom: -50px;
    overflow: hidden;
    margin-right: 0;
    margin-left: 200px;
}

@media screen and (max-width: 750px) {
    .swiper-container {
        top: 0;
        bottom: initial;
        bottom: inherit;
        margin-left: 16vw;
    }
}

/*  swiper-slide
--------------------------------------------- */
.swiper-kv-slide {
    height: 800px;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .swiper-kv-slide {
        height: 58.66667vw;
        background-size: cover;
    }
}

/*  swiper-people-container
--------------------------------------------- */
.swiper-people-container {
    position: relative;
    bottom: 0;
    overflow-x: hidden;
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .swiper-people-container {
        overflow-x: hidden;
        margin-top: 6.66667vw;
        width: 100vw;
    }
}

/* ---------------------------------------------
*   swiper-people-slide
--------------------------------------------- */
.swiper-people-slide {
    display: block;
    background-size: 100% auto;
    opacity: 1 !important;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (min-width: 751px) {
    .swiper-people-slide:hover .swiper-people-slide__content {
        background-color: #AB251D;
    }
    .swiper-people-slide:hover .swiper-people-slide__ttl {
        background-color: #3D3D3D;
    }
}

.swiper-people-slide__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 315px;
    padding: 0 20px 0 30px;
    height: 87px;
    background-color: #3D3D3D;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .swiper-people-slide__content {
        margin-top: 42.13333vw;
        padding: 0 2.8vw 0 4.26667vw;
        height: 11.2vw;
    }
}

.swiper-people-slide__ttl {
    position: absolute;
    top: 0;
    left: -10px;
    padding: 10px 25px 11px;
    background-color: #AB251D;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .swiper-people-slide__ttl {
        left: -2.66667vw;
        padding: 1.33333vw 4.8vw 1.46667vw;
        letter-spacing: 0.12em;
        font-size: 2.26667vw;
    }
}

.swiper-people-slide__txt {
    color: #FFF;
    letter-spacing: 0.14em;
    font-size: 21px;
}

@media screen and (max-width: 750px) {
    .swiper-people-slide__txt {
        font-size: 3.06667vw;
    }
}

.swiper-button-prev, .swiper-button-next {
    background-image: none !important;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}

.swiper-button-prev, .swiper-button-next {
    top: 58% !important;
    margin-top: 0 !important;
    width: 75px !important;
    height: 160px !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

@media screen and (max-width: 750px) {
    .swiper-button-prev, .swiper-button-next {
        top: 45% !important;
        width: 10vw !important;
        height: 21.33333vw !important;
    }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 6% !important;
}

@media screen and (max-width: 750px) {
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 7vw !important;
    }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 6% !important;
}

@media screen and (max-width: 750px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 7vw !important;
    }
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-table-saiyou
--------------------------------------------- */
.c-table-saiyou {
    margin-top: 40px;
    background-color: #FFF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou {
        margin-top: 5.33333vw;
        width: 100%;
    }
}

.c-table-saiyou thead tr {
    border-bottom: 3px solid #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou thead tr {
        border-bottom: 0.4vw solid #EFEFEF;
    }
}

.c-table-saiyou thead th {
    padding: 5px 30px;
    text-align: center;
    letter-spacing: .1em;
    font-size: 17px;
    line-height: 2.35;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou thead th {
        padding: 1.33333vw 0.66667vw;
        font-size: 2.4vw;
    }
}

.c-table-saiyou thead th + th {
    border-left: 3px solid #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou thead th + th {
        border-left: 0.4vw solid #EFEFEF;
    }
}

.c-table-saiyou tbody tr {
    border-bottom: 3px solid #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tbody tr {
        border-bottom: 0.4vw solid #EFEFEF;
    }
}

.c-table-saiyou tbody th {
    padding: 5px 30px;
    min-width: 126px;
    border-right: 3px solid #EFEFEF;
    text-align: center;
    letter-spacing: .24em;
    font-size: 17px;
    line-height: 2.35;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tbody th {
        padding: 1.33333vw 0.66667vw;
        min-width: 10.66667vw;
        border-right: 0.4vw solid #EFEFEF;
        font-size: 2.4vw;
    }
}

.c-table-saiyou tbody td {
    padding: 5px 30px;
    color: #737373;
    text-align: center;
    letter-spacing: .24em;
    font-size: 17px;
    line-height: 2.35;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tbody td {
        padding: 1.33333vw 0.66667vw;
        font-size: 2.4vw;
    }
}

.c-table-saiyou tbody td + td {
    border-left: 3px solid #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tbody td + td {
        border-left: 0.4vw solid #EFEFEF;
    }
}

.c-table-saiyou tfoot th {
    padding: 5px 30px;
    border-right: 3px solid #EFEFEF;
    text-align: center;
    letter-spacing: .24em;
    font-size: 17px;
    line-height: 2.35;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tfoot th {
        padding: 1.33333vw 0.66667vw;
        border-right: 0.4vw solid #EFEFEF;
        font-size: 2.4vw;
    }
}

.c-table-saiyou tfoot td {
    padding: 5px 30px;
    color: #737373;
    text-align: center;
    letter-spacing: .24em;
    font-size: 17px;
    line-height: 2.35;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tfoot td {
        padding: 1.33333vw 0.66667vw;
        font-size: 2.4vw;
    }
}

.c-table-saiyou tfoot td + td {
    border-left: 3px solid #EFEFEF;
}

@media screen and (max-width: 750px) {
    .c-table-saiyou tfoot td + td {
        border-left: 0.4vw solid #EFEFEF;
    }
}

.bosyu_list1 li {font-size: 17px; margin-bottom: 0.8em;}
.bosyu_list1 li span{ font-size: 0.9em;}
.bosyu_list2{font-size: 16px; margin-left: 1em;}
.bosyu_list2 span{ font-size: 0.8em;}
.bosyu_list3{font-size: 15px; margin-left: 1em; line-height: 1.6em;}
.bold_text{font-weight: bold;}

@media screen and (max-width: 750px) {
	.bosyu_list1 li {font-size: 3.25vw; margin-bottom: 0.4em;}
	.bosyu_list2{font-size: 3.15vw;}
	.bosyu_list3{font-size: 3vw;}
}
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl-education
--------------------------------------------- */
.c-ttl-education {
    margin-top: 40px;
    color: #AB251D;
    letter-spacing: .12em;
    font-size: 27px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-education {
        margin-top: 4vw;
        font-size: 4.26667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-faq
--------------------------------------------- */
.c-ttl-faq {
    position: relative;
    left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 1230px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-faq {
        left: 0;
        width: 90.93333vw;
    }
}

.c-ttl-faq__txt {
    display: inline-block;
    padding-right: 20px;
    width: auto;
    color: #AB251D;
    white-space: nowrap;
    letter-spacing: .24em;
    font-size: 25px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-faq__txt {
        padding-right: 2.66667vw;
        font-size: 4.53333vw;
    }
}

.c-ttl-faq__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-ttl-faq__line {
        height: 0.4vw;
    }
}

/* ---------------------------------------------
*   c-ttl-center
--------------------------------------------- */
.c-ttl-center {
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    text-align: center;
    letter-spacing: 0.16em;
    font-size: 40px;
    line-height: 1.2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-center {
        display: block;
        width: 90.93333vw;
        font-size: 6.66667vw;
    }
}

.c-ttl-center--midium {
    letter-spacing: .16em;
    font-size: 38px;
}

@media screen and (max-width: 750px) {
    .c-ttl-center--midium {
        font-size: 5.33333vw;
    }
}

.c-ttl-center .small {
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.34em;
    font-size: 25px;
}

@media screen and (max-width: 750px) {
    .c-ttl-center .small {
        margin-top: 1.33333vw;
        padding-left: 0;
        font-size: 3.33333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-mid
--------------------------------------------- */
.c-ttl-mid {
    margin-top: 80px;
    color: #AB251D;
    letter-spacing: 0.18em;
    font-size: 25px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-mid {
        margin-top: 6.66667vw;
        margin-left: 0;
        text-align: center;
        letter-spacing: 0.12em;
        font-size: 4vw;
        line-height: 1.4;
    }
}

.c-ttl-mid--sp-center {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    letter-spacing: 0.012em;
}

@media screen and (max-width: 750px) {
    .c-ttl-mid--sp-center {
        margin-top: 5.6vw;
    }
}

/* ---------------------------------------------
*   c-ttl-uline1
--------------------------------------------- */
.c-ttl-uline1 {
    position: relative;
    top: -14px;
    display: inline-block;
    padding-bottom: 35px;
    letter-spacing: 0.27em;
    font-size: 40px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1 {
        top: inherit;
        top: initial;
        display: block;
        padding-bottom: 4vw;
        text-align: center;
        letter-spacing: 0.18em;
        font-size: 5.33333vw;
    }
}

.c-ttl-uline1:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 790px;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1:before {
        right: inherit;
        right: initial;
        left: 50%;
        width: 100vw;
        height: 0.53333vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-ttl-uline1--people1-top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    margin-top: -32px;
    padding-right: 50px;
    padding-bottom: 20px;
    letter-spacing: 0.12em;
    font-size: 40px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people1-top {
        margin-top: -16vw;
        font-size: 6vw;
    }
}

.c-ttl-uline1--people1-top:before {
    right: inherit;
    right: initial;
    left: -70px;
    width: calc(100% + 80px);
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people1-top:before {
        left: 50%;
        width: calc(100% + 8.6vw);
    }
}

.c-ttl-uline1--people1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    margin-top: -30px;
    padding-right: 50px;
    padding-bottom: 20px;
    letter-spacing: 0.12em;
    font-size: 40px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people1 {
        margin-top: -12.66667vw;
        font-size: 5vw;
    }
}

.c-ttl-uline1--people1:before {
    right: inherit;
    right: initial;
    left: -65px;
    width: calc(100% + 65px);
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people1:before {
        left: 50%;
        width: calc(100% + 8.6vw);
    }
}

.c-ttl-uline1--people2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    margin-left: -6px;
    padding-right: 54px;
    padding-bottom: 25px;
    letter-spacing: 0.12em;
    font-size: 40px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people2 {
        margin-left: -0.8vw;
        padding-right: 7.2vw;
        padding-bottom: 3.33333vw;
        font-size: 5vw;
    }
}

.c-ttl-uline1--people2:before {
    right: inherit;
    right: initial;
    left: -65px;
    width: calc(100% + 65px);
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people2:before {
        left: 50%;
        width: calc(100% + 8.6vw);
    }
}

.c-ttl-uline1--people3 {
    top: -25px;
    display: inline-block;
    margin-left: -70px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 40px;
    color: #AB251D;
    letter-spacing: 0.24em;
    font-size: 30px;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people3 {
        top: -3.73333vw;
        display: block;
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        font-size: 4.53333vw;
    }
}

.c-ttl-uline1--people3:before {
    right: inherit;
    right: initial;
    left: 0;
    width: 100%;
    height: 2px;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people3:before {
        content: none;
    }
}

.c-ttl-uline1--people4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    padding-right: 50px;
    padding-bottom: 18px;
    letter-spacing: .1em;
    font-size: 40px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people4 {
        padding-right: 4vw;
        padding-bottom: 2.4vw;
        font-size: 5vw;
    }
}

.c-ttl-uline1--people4:before {
    right: inherit;
    right: initial;
    left: -70px;
    width: calc(100% + 80px);
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--people4:before {
        left: 50%;
        width: calc(100% + 8.6vw);
    }
}

.c-ttl-uline1--job {
    top: -25px;
    display: inline-block;
    margin-left: -75px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 77px;
    color: #AB251D;
    letter-spacing: 0.18em;
    font-size: 35px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--job {
        top: -3.73333vw;
        display: block;
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        font-size: 4.8vw;
    }
}

.c-ttl-uline1--job:before {
    right: inherit;
    right: initial;
    left: 0;
    width: 100%;
    height: 2px;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--job:before {
        content: none;
    }
}

.c-ttl-uline1--right:before {
    right: inherit;
    right: initial;
    left: 0;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1--right:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-ttl-uline1 .small {
    display: block;
    margin-top: 5px;
    padding-left: 40px;
    letter-spacing: 0.24em;
    font-size: 30px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1 .small {
        margin-top: 0.66667vw;
        padding-left: 5.33333vw;
        font-size: 4vw;
    }
}

.c-ttl-uline1 .small--people {
    display: block;
    padding-top: 16px;
    padding-left: 68px;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1 .small--people {
        padding-top: 2.13333vw;
        padding-left: 9.06667vw;
    }
}

.c-ttl-uline1 .small--people2 {
    padding-top: 18px;
    font-size: 34px;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline1 .small--people2 {
        margin-top: 0;
        padding-top: 0;
        padding-left: 4vw;
        font-size: 4.26667vw;
    }
}

/* ---------------------------------------------
*   c-ttl-uline2
--------------------------------------------- */
.c-ttl-uline2 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    padding-bottom: 27px;
    width: 1400px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 45px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline2 {
        margin-bottom: 2.66667vw;
        padding-bottom: 4.26667vw;
        width: 100%;
        font-size: 5.06667vw;
    }
}

.c-ttl-uline2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-ttl-uline2:before {
        height: 0.53333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-uline3
--------------------------------------------- */
.c-ttl-uline3 {
    position: relative;
    display: block;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 0.12em;
    font-size: 25px;
    line-height: 1.18;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline3 {
        padding-bottom: 2.66667vw;
        letter-spacing: 0.15em;
        font-size: 4vw;
    }
}

.c-ttl-uline3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-ttl-uline3:before {
        height: 0.53333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-uline4
--------------------------------------------- */
.c-ttl-uline4 {
    position: relative;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 0.12em;
    font-size: 25px;
    line-height: 1.18;
}

@media screen and (max-width: 750px) {
    .c-ttl-uline4 {
        padding-bottom: 2.66667vw;
        letter-spacing: 0.15em;
        font-size: 4vw;
		text-align: left;
    }
}

.c-ttl-uline4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #AB251D;
    content: '';
}

@media screen and (max-width: 750px) {
    .c-ttl-uline4:before {
        height: 0.53333vw;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    margin-top: 30px;
    letter-spacing: 0.16em;
    font-size: 1.13333rem;
    line-height: 1.82;
}

@media screen and (max-width: 750px) {
    .c-txt {
        margin-top: 4vw;
        letter-spacing: 0.135em;
        font-size: 0.65625rem;
        line-height: 1.7;
    }
}

.c-txt--narrow {
    letter-spacing: 0.12em;
    line-height: 1.86;
}

@media screen and (max-width: 750px) {
    .c-txt--narrow {
        padding-left: 2.66667vw;
        letter-spacing: -0.018em;
        font-size: 2.50667vw;
        line-height: 1.9;
    }
}

.c-txt--sp-wide {
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    line-height: 2.1;
}

@media screen and (max-width: 750px) {
    .c-txt--sp-wide {
        width: 90vw;
        line-height: 1.7;
    }
}

.c-txt--company {
    margin-top: 20px;
    padding: 0;
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-txt--company {
        margin-top: 4vw;
        font-size: 3.2vw;
    }
}

.c-txt--saiyou {
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 2.4;
}

@media screen and (max-width: 750px) {
    .c-txt--saiyou {
        font-size: 3.2vw;
        line-height: 1.82;
    }
}

.c-txt--bosyu {
    letter-spacing: 0.13em;
    font-size: 15px;
    line-height: 2.4;
	margin: 3em 0;
}
.c-txt--bosyu img{width: 800px;}

@media screen and (max-width: 750px) {
    .c-txt--bosyu {
        font-size: 2.8vw;
        line-height: 1.82;
    }
}

.c-txt--education {
    letter-spacing: 0.12em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-txt--education {
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

.c-txt--flow {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    text-align: left;
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 1.76;
}

@media screen and (max-width: 750px) {
    .c-txt--flow {
        margin-top: 5.33333vw;
        width: 90.93333vw;
        font-size: 3.2vw;
    }
}

.c-txt--job {
    margin: 48px auto 0;
    width: 1026px;
    letter-spacing: .12em;
    line-height: 1.95;
}

@media screen and (max-width: 750px) {
    .c-txt--job {
        margin-top: 10.66667vw;
        width: 90.93333vw;
    }
}

.c-txt--job + .c-txt--job {
    margin-top: 16px;
}

@media screen and (max-width: 750px) {
    .c-txt--job + .c-txt--job {
        margin-top: 2.13333vw;
    }
}

.c-txt--indent {
    padding-left: 1em;
    text-indent: -1.2em;
}

.c-txt .red {
    color: #AB251D;
}
.c-txt .bold_text {
    font-weight: bold;
}

.c-txt a {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .c-txt a:hover {
        text-decoration: none;
    }
}

/*  c-txt-red-sq
--------------------------------------------- */
.c-txt-red-sq {
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .c-txt-red-sq {
        margin-top: 4vw;
        padding-left: 4vw;
        font-size: 3.2vw;
    }
}

.c-txt-red-sq:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #AB251D;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .c-txt-red-sq:before {
        width: 2vw;
        height: 2vw;
    }
}

/*  c-txt-arrow
--------------------------------------------- */
.c-txt-arrow {
    position: relative;
    display: block;
    width: 26px;
    height: 3px;
    background-color: #FFF;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

@media screen and (max-width: 750px) {
    .c-txt-arrow {
        width: 4.26667vw;
        height: 0.53333vw;
    }
}

.c-txt-arrow:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    content: '';
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 750px) {
    .c-txt-arrow:after {
        top: 50%;
        width: 3.2vw;
        height: 3.2vw;
        border-right: 0.53333vw solid #FFF;
        border-bottom: 0.53333vw solid #FFF;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
}

.c-txt-arrow--black {
    background-color: #000;
}

.c-txt-arrow--black:after {
    border-color: #000;
}

@media screen and (max-width: 750px) {
    .c-txt-arrow--black:after {
        border-color: #000;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-arrow--people {
        width: 2.66667vw;
        height: 0.4vw;
    }
}

@media screen and (max-width: 750px) {
    .c-txt-arrow--people:after {
        width: 2vw;
        height: 2vw;
        border-right: 0.4vw solid #FFF;
        border-bottom: 0.4vw solid #FFF;
    }
}

.c-txt-arrow--gray3 {
    width: 32px;
    height: 4px;
    background-color: #3D3D3D;
}

@media screen and (max-width: 750px) {
    .c-txt-arrow--gray3 {
        width: 4.26667vw;
        height: 0.53333vw;
    }
}

.c-txt-arrow--gray3:after {
    width: 22px;
    height: 22px;
    border-right: 4px solid #3D3D3D;
    border-bottom: 4px solid #3D3D3D;
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

@media screen and (max-width: 750px) {
    .c-txt-arrow--gray3:after {
        width: 2.93333vw;
        height: 2.93333vw;
        border-right: 0.53333vw solid #3D3D3D;
        border-bottom: 0.53333vw solid #3D3D3D;
        -webkit-transform: translateY(-1.2vw) rotate(-45deg);
        transform: translateY(-1.2vw) rotate(-45deg);
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-scroll-interaction
--------------------------------------------- */
.js-scroll-interaction {
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), transform 0.5s, -webkit-transform 0.5s;
}

.js-scroll-interaction--opacity {
    opacity: 0;
}

.js-scroll-interaction--opacity.is-active {
    opacity: 1;
}

.js-scroll-interaction--translate-y {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.js-scroll-interaction--translate-y.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-interaction--translate-x {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.js-scroll-interaction--translate-x.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.js-scroll-interaction--width {
    width: 100%;
}

.js-scroll-interaction--width.is-active {
    width: 0;
}

/* ---------------------------------------------
*   js-scroll-fadeup-list
--------------------------------------------- */
.js-scroll-fadeup-list {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), -webkit-transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), -webkit-transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), transform 0.5s;
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

.js-scroll-fadeup-list.is-fadein {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-scroll-list-contents {
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), -webkit-transform 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), -webkit-transform 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), transform 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    transition: opacity 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), transform 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99), -webkit-transform 0.5s cubic-bezier(0.6, 0.31, 0.16, 0.99);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.is-fadein .js-scroll-list-contents {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-fadein .js-scroll-list-contents:nth-of-type(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(7) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.is-fadein .js-scroll-list-contents:nth-of-type(8) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #FFF !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}


/* ---------------------------------------------
*   c-chapter-wlb
--------------------------------------------- */

.c-chapter-wlb{margin-top: 50px; width: 100%;}

.wlb_txt01{font-size: 20px; margin-top: 50px; margin-bottom: 20px;}
.wlb_dl01{ padding:30px 50px; background-color: #fff; margin-bottom: 1.5rem; display: flex;  flex-direction:row;letter-spacing: 0.13em;line-height: 1.8; }
.wlb_dl01 dt{font-size: 20px; color: #AB251D; margin-right: 1.5rem;width:230px; }
.wlb_dl01 dd{font-size: 16px;width:780px;}
@media screen and (max-width: 750px) {
.c-chapter-wlb{margin-top: 5vw; margin-bottom: 10vw;}
.wlb_txt01{font-size: 4vw; margin-top: 1rem; margin-bottom: 0.5rem;}
.wlb_dl01{ padding:4vw 4vw;display: block;margin-bottom: 1.3rem;}
.wlb_dl01 dt{ font-size: 3.5vw; width: 100%; margin-bottom: 2vw; }
.wlb_dl01 dd{ font-size: 3vw;width: 100%; }
}

.wlb_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
	margin-bottom: 50px;
}
.flex_reverse{flex-flow: row-reverse;}

@media screen and (max-width: 750px) {
    .wlb_body {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6.66667vw;
		margin-bottom: 0;
        width: 90.93333vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.wlb_body-img { width: 710px; height: 520px;}
.wlb_body-img2 { width: 710px; height: 520px; margin-left: -40px;}
@media screen and (max-width: 750px) {
.wlb_body-img { width: 90.93333vw; height: 69.33333vw; background-size: cover;}
.wlb_body-img2{ width: 90.93333vw; height: 69.33333vw; background-size: cover; margin-left: 0;}
}

.wlb_body-right { z-index: 1; margin-top: 130px; margin-left: -40px; padding: 50px 0 0 50px; width: 633px; height: 280px; background-color: #4A4A4A;}
.wlb_body-right2 { z-index: 1;  margin-top: 130px;  padding: 50px 0 0 50px; width: 633px; height: 280px;  background-color: #4A4A4A;}
@media screen and (max-width: 750px) {
.wlb_body-right { margin-top: 0; margin-left: 0; padding: 7vw 5.33333vw 7vw; width: 90.93333vw; height: auto; }
.wlb_body-right2 { margin-top: 0; margin-left: 0;  padding: 7vw 5.33333vw 7vw; width: 90.93333vw; height: auto; }
}

.wlb-name{ color: #FFF;  letter-spacing: 0.24em; font-size: 38px; line-height: 1.2; margin-bottom: 40px;}
.wlb-plf{ color: #FFF; letter-spacing: 0.18em; font-size: 20px; line-height: 1.2; margin-bottom: 20px; }
@media screen and (max-width: 750px) {
.wlb-name{ margin-bottom:3vw; font-size: 6vw; }
.wlb-plf{margin-bottom:2vw; font-size: 3.2vw; }
}

.wlb_que{ background-color: #fff; letter-spacing: 0.13em;line-height: 1.8; padding: 50px; }
.wlb_que dt{ color: #AB251D; font-size: 25px; margin-bottom: 15px; }
.wlb_que dd{ font-size: 16px; margin-bottom: 40px;}
@media screen and (max-width: 750px) {
.wlb_que{ padding: 6vw;}
.wlb_que dt{font-size: 4vw; margin-bottom:3vw;  }
.wlb_que dd{font-size: 3.2vw;margin-bottom:4vw;  }
}


/* ---------------------------------------------
*   c-chapter-prs
--------------------------------------------- */

.c-chapter-prs{margin-top: 50px; width: 100%;}
.c-txt-personality {
    margin-top: 20px;
    padding: 0 0 0 200px;
    letter-spacing: 0.13em;
    font-size: 17px;
    line-height: 1.8;
}
@media screen and (max-width: 750px) {
    .c-chapter-prs{margin-top: 5vw;}
	.c-txt-personality {
        margin-top: 4vw;
        font-size: 3.33vw;
		padding-left: 0;
		text-align: left;
    }
}

.prs7_box{ text-align: center; display: flex;flex-wrap: wrap;justify-content: center; }
.prs7_box li{ padding:40px 35px; width:480px; background-color: #fff; margin: 0 10px 20px 10px; }
.prs7_box li.prs7_last{width:980px}
.prs7_box img{ height:45px; width: auto; margin-bottom: 5px;}
.prs7_box h3{ color: #AB251D; letter-spacing: .12em; font-size: 22px; line-height: 1.6; margin-bottom: 20px;}
.prs7_box span{font-size: 30px;}
.prs7_box p{ text-align: left; letter-spacing: 0.13em; font-size: 16px; line-height: 1.7; padding: 0 10px;}
.prs7_box li.prs7_last p{padding-left: 160px;}
.prs7_image{ text-align: center; margin: 50px auto 0;}

@media screen and (max-width: 750px) {
.prs7_box{margin-top: 6.66667vw;}
.prs7_box li{padding: 7.6vw 4vw;width: 90.93333vw;-webkit-box-orient: vertical;-webkit-box-direction: normal; margin: 0 0 2vw 0;}
.prs7_box li.prs7_last{width: 90.93333vw;-webkit-box-orient: vertical;-webkit-box-direction: normal;}
.prs7_box img{height:40px;}
.prs7_box h3{font-size: 4.2vw;line-height: 1.6; }
.prs7_box span{font-size: 6vw;}
.prs7_box p{font-size: 3.33vw; padding: 0 0 0 1em;}
.prs7_box li.prs7_last p{padding-left: 1em;}
.prs7_image{ margin-top:4vw; }
}

/* ---------------------------------------------
*   c-chapter-env
--------------------------------------------- */

.c-chapter-env{margin-top: 50px; width: 100%;}

@media screen and (max-width: 750px) {
    .c-chapter-env{margin-top: 5vw;}
}

.env_box{ text-align: center; width: 1100px; display: flex;flex-wrap: wrap;justify-content: space-between;margin-top:50px; margin-left: 50px; }
.env_box li{ padding:40px 35px; width:540px; background-color: #fff; margin: 0 0 20px 0; }

.env_box img{ height:45px; width: auto; margin-bottom: 5px;}
.env_box h3{ color: #AB251D; letter-spacing: .12em; font-size: 22px; line-height: 1.6; margin-bottom: 20px;}

.env_box p{ text-align: left; letter-spacing: 0.13em; font-size: 16px; line-height: 1.7; padding: 0 10px;}



@media screen and (max-width: 750px) {
.env_box{margin-top: 6.66667vw; width: auto; margin-left: 0;}
.env_box li{padding: 7.6vw 4vw;width: 90.93333vw;-webkit-box-orient: vertical;-webkit-box-direction: normal; margin: 0 0 2vw 0;}
.env_box li.prs7_last{width: 90.93333vw;-webkit-box-orient: vertical;-webkit-box-direction: normal;}
.env_box img{height:40px;}
.env_box h3{font-size: 4.2vw;line-height: 1.6; }

.env_box p{font-size: 3.33vw; padding: 0 0 0 1em;}


}



/* A-Edit */
/* ---------------------------------------------
*   Menu Accordion
--------------------------------------------- */
.container{
}
    
.Menu{
}

.Menu li{
    float:left;
    position:relative;
}
.Menu li a{
    width: 110px;
    text-align:center;
    font-size:18px;
    display:block;
    text-decoration:none;
    padding:15px 0;
    position:relative;
    z-index: 100;
}
.Menu li.menu-title .menu-title-link {
    font-weight: 400;
}
.Menu li.menu-title .menu-title-link:hover {
    color: #8A251D;
    cursor: default;
    padding-bottom: 6px;
    border-bottom: 3px solid #8A251D;
}
@media screen and (max-width: 1460px) {
    .Menu{
        margin-left: 3vw;
    }

    .Menu li a{
        width: 7vw;
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .Menu {
        width: 0;
        display: none;
    }
}

.Menu li:last-child a{
    border-right:none;
}
.Menu li:last-child a:hover {
    cursor: pointer;
}

.Menu li ul.subMenu li {
    width: 300px;
    background: #fff;
}

.Menu li ul.subMenu li:first-child a{
    margin-top: 39px;
}
.Menu li ul.subMenu li:last-child a{
    border:none;
    margin-bottom: 5px;
}
.Menu li ul.subMenu li a{
    text-align: left;
    float:none;
    background: url("../img/common/ico_arrow-black.svg") #fff;
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: top 20px right 0;
    border-right:none;
    border-bottom:1px solid #ccc;
    display:block;
    width: 250px;
    margin: 0 auto;

}
.Menu li ul.subMenu li a:hover {
    color: #8A251D;
}
.Menu li ul.subMenu{
    overflow:hidden;
    top:-10px;
    position:absolute;
    z-index: 10;
    opacity:0;
    width:0;
    height:0;
    transition: opacity 400ms linear, top 400ms ease-out;
    left: -55px;
}
                    
.Menu li:hover ul.subMenu{
    opacity: 1;
    width:inherit;
    height:inherit;
    top: 39px;
}

.Menu .Menu-link--black:before {
    position: absolute;
    top: 55%;
    right: 58px;
    width: 23px;
    height: 19px;
    background: url(/recruit/img/common/ico_blank-black.svg) 0 0 no-repeat;
    background-size: 80% auto;
    content: '';
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.global-nav-upper__head-subtitle {
    display: block;
    margin-bottom: 20px;
    color: #D3ADAA;
    letter-spacing: 0.08em;
    font-size: 18px;
    padding-top: 7px;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 750px) {
    .global-nav-upper__head-subtitle {
        margin-bottom: 1.5vw;
        font-size: 2.93333vw;
		padding-top: 3px;
    }
}

.sp-txt {
    letter-spacing: 0.01em;
}

/* footer-Menu */
.fm-logo {
    padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.fm-logo .footer_logo {
    width: 400px;
}
.fm-logo .footer_insta {
    width: 40px;
	margin-top: 0.3em;
	margin-right: 1.2em;
}
@media screen and (max-width: 750px) {
    .fm-logo .footer_logo {
        width: 60vw;
    }
	.fm-logo .footer_insta {
        width: 8vw;
		margin-top: 0;
		margin-right: 0.5em;
    }
}


.footer-Menu {
    width: 1000px;
    margin: 60px auto;
}
@media screen and (max-width: 750px) {
    .footer-Menu {
        padding: 0 2.5vw;
        width: 95vw;
    }
}

.footer-Menu li.fm-Menu-box {
    display: inline-block;
    width: 17.5%;
    vertical-align: top;
    margin-right: 2%;
}
@media screen and (max-width: 750px) {
    .footer-Menu li.fm-Menu-box {
        width: 47%;
        margin-bottom: 5vw;
    }
    .footer-Menu li.fm-Menu-box:last-child {
        width: 100%;
    }
}

.footer-Menu li.fm-Menu-box:last-child {
    margin-right: 0;
}
.footer-Menu .fm-Menu-title {
    font-size: 19px;
    margin-bottom: 6px;
    font-weight: 400;
	letter-spacing: 0.1em;
}
.footer-Menu .fm-Menu-subtitle {
    padding-top: 4px;
    border-top: 1px solid #D4D4D4;
    margin-bottom: 20px;
    color: #8A251D;
}
@media screen and (max-width: 750px) {
    .footer-Menu .fm-Menu-title {
        font-size: 4vw;
    }
    .footer-Menu .fm-Menu-subtitle {
        font-size: 2.93333vw;
        margin-bottom: 2vw;
    }
}

.footer-Menu .fm-submenu li {
    padding: 0 0 10px 13px;
    position: relative;
    font-size: 15px;
}
@media screen and (max-width: 750px) {
    .footer-Menu .fm-submenu li {
        font-size: 3.45vw;
		padding: 0 0 2.66vw 0.9em;
    }
    .fm-Menu-box:last-child li {
        width: 47%;
        display: inline-flex;
    }
}

.footer-Menu .fm-submenu li:before {
    position: absolute;
    top: 34%;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #222;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
    .footer-Menu .fm-submenu li:before {
	     width: 4px;
		 height: 1px;
	}
	
}
.footer-Menu .fm-submenu li a:hover {
    color: #8A251D;
}