@charset "UTF-8";

abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    color: #26252d;
}

body, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
   font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

input, option, select, table, textarea {
    line-height: 1.1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

img {
    vertical-align: top
}

a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none
}

a:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)"
}

form label {
    cursor: pointer
}

p{
    font-weight: 2px;
}


.c-header {
    position: fixed;
    z-index: 999;
    top: 0vw;
    left: 0;
    width: 100%;
    font-weight: bold;
    -webkit-transition: 1s;
    transition: 1s;
}

.c-header-inner {
    backdrop-filter: blur(8px);
    background-color: rgba(40, 40, 40, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-header-logo img {
    margin-left: 2vw;
    width: 160px;
    margin-top: 25px;
}

.c-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.1rem;
    font-weight: 700
}

.c-header-item {
    margin-right: 23px;
    letter-spacing: .1rem
}

.c-header-item a {
    font-family: Prompt;
    color: #fff
}

.c-header.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99
}

.menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%
}

.menu__line--center {
    top: 9px
}

.menu__line--bottom {
    bottom: 0;
    right: 0;
    width: 70%
}

.menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu__line--center.active {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%
}

.gnav {
    font-family: Prompt;
    background: #2d2d2e;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98
}

.gnav__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.gnav__menu__item {
    margin: 25px 0
}

.gnav__menu__item a {
    font-family: Prompt;
    color: #fff;
    font-size: 2.9em;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: .3rem
}

.gnav__button {
    margin-top: 35px
}

.gnav__button a {
    padding: 10px 50px;
    color: #000;
    background-color: #fff
}

.gnav__menu__item a:hover {
    color: #666
}

.gnav__logo {
    margin-bottom: 10px
}

.gnav__logo img {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: 2vw;
}

.c-footer {
    width: 100%
}

.c-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 50px
}

.c-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.1rem;
    font-weight: 700
}

.c-footer-item {
    margin-right: 23px
}

.c-footer-item a {
    font-family: Prompt;
    color: #858585
}

.c-footer-item:last-of-type {
    margin-right: 0
}

.c-footer .copyright {
    width: 100%;
    padding: 40px 50px;
    background-color: #2c2c2c
}

.c-footer .copyright-txt {
    text-align: right;
    font-size: 1.2rem;
    color: #fff
}

@media (min-width:768px) {
    .sp {
        display: none !important
    }
}

@media screen and (max-width:560px) {
    .pc {
        display: none !important
    }

    img {
        max-width: 100%;
        height: auto
    }

}


@media screen and (max-width:560px) {
    .c-footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-footer-logo {
        margin-bottom: 30px;
        text-align: center
    }
    .c-footer-menu {
        font-size: 1.2rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-footer-item {
        /* margin-right: 45px */
    }

    .c-footer-item:nth-of-type(1) {
        margin-bottom: 20px
    }

    .c-footer-item:nth-of-type(2) {
        margin-bottom: 20px
    }

    .c-footer-item:nth-of-type(3) {
        margin: 0 0 20px 0
    }
    .c-footer .copyright-txt {
        text-align: center;
        font-size: 1rem;
        letter-spacing: .1rem
    }
}

.nslider_head {
    padding: 0 0 70px 230px
}

@media screen and (max-width:560px) {
    .c-header-logo img {
        width: 120px;
        margin-top: 15px;
        margin-left: 2vw;
    }
}

@media screen and (max-width:560px) {
    .nslider_head {
        padding: 0 30px 50px
    }
}

.nslider_head h2 {
    font-size: 4.2rem;
    letter-spacing: 9px;
    font-family: Prompt;
    font-weight: 700;
    position: relative;
    display: inline-block
}

@media screen and (max-width:560px) {
    .nslider_head h2 {
        font-size: 2.3rem;
        letter-spacing: .4rem
    }
}

.nslider_section {
    margin-bottom: 120px;
    height: 660px;
    padding-top: 50px;
    background: url(./images/member-sec-bg.png) no-repeat;
    background-size: cover;
    color: #fff
}

.bx-wrapper {
    margin: 0 auto;
    min-width: 100%;
    max-width: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: 0 0 !important;
    display: flex;
    justify-content: center;
}

.bx-wrapper img {
    margin: 0 auto;
    width: 280px;
}

.bx-wrapper ul {
    margin-left: 13vw;
    margin-right: 13vw
}

.bx-wrapper .bx-prev {
    /*background: url(assets/image/top/slide-l.png) !important;*/
    width: 58px !important;
    height: 58px !important
}

.bx-wrapper .bx-next {
    /*background: url(assets/image/top/slide-r.png) !important;*/
    width: 58px !important;
    height: 58px !important
}

@media screen and (max-width:560px) {
    .bx-wrapper .bx-controls-direction a {
        top: 30% !important
    }
    .bx-wrapper{
        /*flex-direction: column;*/
    }
    .bx-wrapper p{
        font-size: 10px;
    }
}

.bx-pager-item a {
    width: 42px !important;
    height: 5px !important;
    border-radius: 0 !important;
    margin: 0 7px !important;
    background: #2c2c2c !important;
    border: solid .3px #fff
}

.bx-pager-item .active {
    background: #fff !important
}

.member-name {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .4rem;
    font-family: Prompt;
    text-align: center
}

@media screen and (max-width:560px) {
    .member-name {
        padding: 20px;
        font-size: 1.6rem
    }
}

.member-txt {
    font-size: 1.2rem
}

.c-footer-menu, .c-header-menu {
    list-style: none;
    margin: 0;
    padding: 1.5vw;
}

.c-footer-menu a, .c-header-menu a {
    position: relative;
    display: block;
    cursor: pointer
}

.c-footer-menu a:after, .c-footer-menu a:before, .c-header-menu a:after, .c-header-menu a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    bottom: -10%;
    margin-top: -.5px;
    background: #fff;
    border-radius: 1rem
}

.c-footer-menu a:before, .c-header-menu a:before {
    left: -2.5px
}

.c-footer-menu a:after, .c-header-menu a:after {
    right: 2.5px;
    background: #fff;
    -webkit-transition: width 1s cubic-bezier(.22, .61, .36, 1);
    transition: width 1s cubic-bezier(.22, .61, .36, 1)
}

.c-footer-menu a:hover:before, .c-header-menu a:hover:before {
    background: #fff;
    width: 100%;
    -webkit-transition: width .5s cubic-bezier(.22, .61, .36, 1);
    transition: width .5s cubic-bezier(.22, .61, .36, 1)
}

.c-footer-menu a:hover:after, .c-header-menu a:hover:after {
    background: 0 0;
    width: 100%;
    -webkit-transition: 0s;
    transition: 0s
}

#loading {
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.sk-folding-cube {
    top: 50%;
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.loaded {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 0
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 100%;
        width: 0
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #e93470
}

.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards
}

.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards
}

.scroll {
    font-size: 10px;
    font-weight: 700;
    line-height: 2em;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 20px;
    /*padding-top: 120px;*/
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    letter-spacing: 2.5px
}

.scroll>span {
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #000;
    font-family: Prompt;
    font-weight: 400
}

.scroll>span>span {
    position: absolute;
    left: -1px;
    display: block;
    width: 100%;
    height: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%
}

.scroll>span>span:after, .scroll>span>span:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    content: '';
    background-color: #3f3b3a
}

.scroll>span>span:before {
    bottom: 0;
    width: 1px;
    height: 100px
}

.scroll>span>span:before {
    -webkit-animation: scroll1Anime 2s ease infinite;
    animation: scroll1Anime 2s ease infinite
}

@-webkit-keyframes scroll1Anime {
    0% {
        height: 0;
        opacity: 0
    }

    20% {
        height: 0;
        opacity: 1
    }

    80% {
        height: 95px;
        opacity: 1
    }

    100% {
        height: 95px;
        opacity: 0
    }
}

@keyframes scroll1Anime {
    0% {
        height: 0;
        opacity: 0
    }

    20% {
        height: 0;
        opacity: 1
    }

    80% {
        height: 95px;
        opacity: 1
    }

    100% {
        height: 95px;
        opacity: 0
    }
}

.scroll>span>span:after {
    top: 95px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.scroll>span>span:after {
    -webkit-animation: scroll2Anime 2s ease infinite;
    animation: scroll2Anime 2s ease infinite
}

@-webkit-keyframes scroll2Anime {
    0% {
        top: 95px;
        opacity: 0
    }

    20% {
        top: 95px;
        opacity: 1
    }

    80% {
        top: 0;
        opacity: 1
    }

    100% {
        top: 0;
        opacity: 0
    }
}

@keyframes scroll2Anime {
    0% {
        top: 95px;
        opacity: 0
    }

    20% {
        top: 95px;
        opacity: 1
    }

    80% {
        top: 0;
        opacity: 1
    }

    100% {
        top: 0;
        opacity: 0
    }
}

.loadComp .scroll>span>span:after {
    -webkit-animation: scroll2Anime 2s ease infinite;
    animation: scroll2Anime 2s ease infinite
}

.scroll>span>span:after, .scroll>span>span:before {
    position: absolute;
    right: 0;
    left: -4px;
    display: block;
    margin: auto;
    content: '';
    background-color: #3f3b3a
}

.scroll>span>span:after {
    top: 95px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.scroll {
    position: relative;
    display: block;
    margin-left: auto;
    padding-top: 0;
    /*padding-bottom: 120px*/
}

.scroll a:hover {
    opacity: .1
}

.recruit-scroll {
    position: absolute !important;
    bottom: 17%;
    left: 3%
}

@media screen and (max-width:560px) {
    .recruit-scroll {
        right: 2%
    }
}

.recruit-scroll>span>span {
    top: 70%
}

.recruit-scroll>span>span:after {
    display: none
}

.animation-container {
    /*margin-bottom: 90px;*/
    padding-right: 5%;
    padding-left: 5%;
    /* min-width: 1160px; */
    /* max-width: 100% */
}

@media screen and (max-width:560px) {
    .animation-container {
        display: none
    }
}

.fadein_text, .fadein_text span {
    opacity: 0
}

.inner, a .cmnBtn2, a .cmnBtn2>span, body, section {
    position: relative
}

#form>.attentionWrap>p, .cmnBtn, .detailsWrap>.intro>p, a .cmnBtn2>span, dl.acMenu>dt {
    text-align: center
}

.cmnBtn, .title, .titleSub, a .cmnBtn2 {
    letter-spacing: .25em
}

a .cmnBtn2 {
    font-size: 10px;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    height: 100%
}

.scroll>span>span:after, a .cmnBtn2>span:after {
    border-radius: 50%
}

a .cmnBtn2>span {
    display: block;
    padding: 7px 20px;
    height: 100%
}

a .cmnBtn2:before, a .cmnBtn2>span:after, a .cmnBtn2>span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    content: '';
    background-color: #fff
}

a .cmnBtn2:before {
    right: 20px;
    width: 0;
    height: 1px
}

a .cmnBtn2>span:before {
    right: -35px;
    width: 50px;
    height: 1px
}

a .cmnBtn2>span:after {
    right: -35px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

a:hover .cmnBtn2 {
    background-color: #fff
}

a:hover .cmnBtn2>span {
    color: #000
}

a {
    -webkit-transition: all .5s cubic-bezier(.5, 0, 0, 1);
    transition: all .5s cubic-bezier(.5, 0, 0, 1)
}

a:hover .cmnBtn2>span:before {
    width: 0
}

.companyinfo:hover {
    opacity: 1
}

a:hover {
    opacity: 1
}

a, a:hover {
    text-decoration: none
}

a .cmnBtn2:before {
    right: 20px;
    width: 0;
    height: 1px
}

a:hover .cmnBtn2:before {
    right: -35px;
    width: 50px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

:before, a, body>header, dl.acMenu>dt, img, input, path, select {
    -webkit-transition: all .5s cubic-bezier(.5, 0, 0, 1);
    transition: all .5s cubic-bezier(.5, 0, 0, 1)
}

#page .c-header {
    background-color: #2d2d2e
}

#page .page-container {
    margin: 220px auto 130px;
    width: 1000px
}

@media screen and (max-width:560px) {
    #page .page-container {
        margin: 100px auto 0;
        padding: 0 25px;
        width: 100%
    }
}

#page .ttl {
    position: relative;
    font-size: 6.3rem;
    font-weight: 700;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    #page .ttl {
        font-size: 2.9rem
    }
}

#page .ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 1% 6.5%;
    background-size: 124px 9px;
    left: 0;
    bottom: -50%
}

@media screen and (max-width:560px) {
    #page .ttl:after {
        padding: 1% 11%;
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        left: 0
    }
}

#page .news-list {
    margin: 95px 0 60px;
    width: 100%
}

#page .news-list a {
    color: #26252d
}

#page .news-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.5rem;
    width: 100%
}

@media screen and (max-width:560px) {
    #page .news-list-item {
        padding: 10px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.2rem
    }
}



@media screen and (max-width:560px) {
    #page .back-button {
        padding: 15px 0;
        width: 100%;
        height: 55px
    }
}

#page .back-button a {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-animation: ease;
    animation: ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute
}

@media screen and (max-width:560px) {
    #page .back-button a {
        font-size: 1.5rem
    }
}

#page .back-button a:hover {
    opacity: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.privacy-ttl {
    margin-bottom: 80px;
    position: relative;
    font-size: 6.3rem;
    font-weight: 700;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    .privacy-ttl {
        font-size: 2.9rem
    }
}

.privacy-ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 1% 6.5%;
    background-size: 124px 9px;
    left: 0;
    bottom: -50%
}

@media screen and (max-width:560px) {
    .privacy-ttl:after {
        padding: 1% 11%;
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        left: 0
    }
}

.privacy-des dt {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1
}

@media screen and (max-width:560px) {
    .privacy-des dt {
        font-size: 1.5rem
    }
}

.privacy-des dd {
    margin-bottom: 50px;
    font-size: 1.8rem;
    letter-spacing: .2rem
}

@media screen and (max-width:560px) {
    .privacy-des dd {
        font-size: 1.2rem
    }
}

#single .c-header {
    background-color: #2d2d2e
}

#single .single-container {
    margin: 220px auto 150px;
    width: 1000px
}

@media screen and (max-width:560px) {
    #single .single-container {
        margin: 100px auto 60px;
        padding: 0 25px;
        width: 100%
    }
}

#single .ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700
}

@media screen and (max-width:560px) {
    #single .ttl {
        margin-bottom: 15px;
        font-size: 1.3rem
    }
}

#single .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Prompt
}

@media screen and (max-width:560px) {
    #single .date {
        font-size: 1.2rem
    }
}

#single .date:after {
    margin-left: 1rem;
    border-top: 1px solid #f1f1f1;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#single .content {
    font-size: 1.5rem;
    letter-spacing: .3rem
}

@media screen and (max-width:560px) {
    #single .content {
        font-size: 1.3rem
    }
}

#single .content p {
    margin: 20px 0
}

#single .button-container {
    padding: 0 25px
}

@media screen and (max-width:560px) {
    #single .button-container {
        height: 55px
    }
}

#single .back-button {
    margin: 0 auto 80px;
    padding: 20px 155px;
    width: 550px;
    height: 80px;
    color: #fff;
    background-color: #2d2d2e;
    text-align: center;
    position: relative
}

#single .back-button a {
    color: #fff;
    font-family: Prompt;
    font-size: 2.3rem;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-animation: ease;
    animation: ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    #single .back-button a {
        font-size: 1.5rem;
        letter-spacing: .2rem
    }
}

#single .back-button a:hover {
    opacity: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:560px) {
    #single .back-button {
        padding: 15px 0;
        margin-bottom: 125px;
        width: 100%;
        height: 100%
    }
}

.first-container {
    position: relative
}

.mv-container {
    width: 100%
}

.mv-container video {
    width: 100%
}

@media screen and (max-width:560px) {
    .mv-container video {
        width: 100%;
        display: block
    }
}

.news {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px
}

@media screen and (max-width:560px) {
    .news {
        padding: 17px 25px;
        position: relative;
        display: block
    }
}

.news-ttl {
    font-family: Prompt;
    font-size: 2.1rem;
    font-weight: 700;
    padding: 0 24px 0 58px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

@media screen and (max-width:560px) {
    .news-ttl {
        padding: 0 0 17px;
        border-right: none
    }
}

.news-all {
    background-color: #edeef0;
    width: 142px;
    height: 31px;
    position: absolute;
    font-weight: 700;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    letter-spacing: .1rem
}

@media screen and (max-width:560px) {
    .news-all {
        margin-left: auto;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 140px;
        background-color: #fff;
        right: 10%
    }
}

.news-all span {
    color: #000
}

.news .c-list {
    padding: 5px 25px
}

@media screen and (max-width:560px) {
    .news .c-list {
        padding: 0 0 5px
    }
}

.news .c-list .c-list_item {
    margin: 0 0 10px;
    padding: 2px 0;
    font-family: Prompt;
    -webkit-transition: all .5s cubic-bezier(.5, 0, 0, 1);
    transition: all .5s cubic-bezier(.5, 0, 0, 1)
}

.news .c-list .c-list_item:hover {
    padding-left: 20px
}

@media screen and (max-width:560px) {
    .news .c-list .c-list_item:last-of-type {
        padding-bottom: 15px
    }
}

.news .c-list .c-list_item a {
    padding: 4px 0;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 13px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 13px;
    letter-spacing: .1rem
}

@media screen and (max-width:560px) {
    .news .c-list .c-list_item a {
        font-size: 1.2rem;
        font-weight: 400
    }
}

.news .c-list .c-list_item a .news-date {
    padding-right: 15px;
    font-family: Prompt
}

@media screen and (max-width:560px) {
    .news .c-list .c-list_item a .news-date {
        padding-bottom: 5px;
        display: block
    }
}

@media screen and (max-width:560px) {
    .about {
        overflow: hidden
    }
}

.about-container {
    margin: 85px auto 600px;
    max-width: 1200px;
    position: relative;
}

@media screen and (max-width:560px) {
    .about-container {
        margin: 85px auto 90px;
        min-width: 100%;
        height: auto
    }
}

.about-txt-container {
    padding: 100px 30px 5px 51px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 3rem;
    max-width: 820px
}

@media screen and (max-width:560px) {
    .about-txt-container {
        padding: 51px 0 0 23px;
        width: 94%
    }
}

.about-ttl {
    margin: 0 0 100px 0;
    position: relative;
    font-size: 6.3rem;
    letter-spacing: .8rem;
    font-family: Prompt
}

@media screen and (max-width:560px) {
    .about-ttl {
        margin: 0 0 60px 0;
        font-size: 2.9rem;
        letter-spacing: .5rem
    }
}

.about-ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 1% 10%;
    background-size: 124px 9px;
    left: 0;
    bottom: -50%
}

@media screen and (max-width:560px) {
    .about-ttl:after {
        /*background: url(assets/image/top/frame_sp.png) no-repeat*/
    }
}

.about-txt1 {
    margin: 0 0 40px 0;
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: .2rem
}

.about-txt1 span {
    font-weight: 700
}

.about-txt1-last {
    font-size: 2rem
}

@media screen and (max-width:560px) {
    .about-txt1 {
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: .2rem
    }
}

.about-txt2 {
    font-size: 1.7rem;
    line-height: 3.3rem;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    .about-txt2 {
        font-size: 1.3rem;
        line-height: 2.3rem;
        letter-spacing: .1rem
    }
}

.about-hdg {
    margin: 0 0 80px 0
}

.about-hdg img {
    width: 565px
}

@media screen and (max-width:560px) {
    .about-hdg img {
        width: 245px
    }
}

@media screen and (max-width:560px) {
    .about-hdg {
        width: 65%;
        margin: 0 0 34px
    }
}

.about-bg-container {
    position: absolute;
    bottom: -35%;
    right: 4%;
    z-index: -1
}

@media screen and (max-width:560px) {
    .about-bg-container {
        right: -11%;
        top: -6%;
        margin-left: 40px
    }
}

.business-sec {
    padding: 270px 0 120px;
    margin: 0 0 150px 0;
    background-color: #cdccd1;
    position: relative
}

@media screen and (max-width:560px) {
    .business-sec {
        padding: 115px 0 10px;
        margin: 0 0 75px 0
    }
}

.business-sec .business-sp-container {
    overflow-x: hidden
}

@media screen and (max-width:560px) {
    .business-sec .business-sp-container {
        overflow-x: hidden
    }
}

.business-ttl {
    position: absolute;
    top: -45px;
    right: 19%;
    font-size: 6.3rem;
    font-family: Prompt;
    letter-spacing: 1rem
}

@media screen and (max-width:560px) {
    .business-ttl {
        top: -22px;
        left: 8%;
        font-size: 2.9rem;
        letter-spacing: .2rem
    }
}

.business-ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 2% 17%;
    background-size: 124px 9px;
    right: 0;
    bottom: -50%
}

@media screen and (max-width:560px) {
    .business-ttl:after {
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        left: 0
    }
}

.business-container {
    margin: 0 auto;
    width: 1360px;
    overflow: hidden
}

@media screen and (max-width:560px) {
    .business-container {
        width: 100%
    }
}

.c-business {
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 100%;
}

@media screen and (max-width:560px) {
    .c-business {
        margin: 0 auto 110px;
        min-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }
}

.c-business.--even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:560px) {
    .c-business.--even {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-business-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 110px 0 0;
    padding: 0 0 0 20px;
    font-size: 7rem;
    height: 90px;
    -webkit-transition: all .5s cubic-bezier(.5, 0, 0, 1);
    transition: all .5s cubic-bezier(.5, 0, 0, 1);
    position: relative
}

.c-business-num:before {
    content: "";
    position: absolute;
    height: 0;
    background: #000;
    width: 1px;
    left: 0;
    -webkit-transition: all 2s cubic-bezier(.5, 0, 0, 1);
    transition: all 2s cubic-bezier(.5, 0, 0, 1)
}

.c-business-num.aos-animate:before {
    height: 100px
}

@media screen and (max-width:560px) {
    .c-business-num {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 25px 25px;
        font-size: 2.8rem
    }
}

.c-business-num.--even {
    margin: 35px 0 0 110px;
    padding: 0 20px 0 0;
    border-left: none;
    position: relative
}

@media screen and (max-width:560px) {
    .c-business-num.--even {
        margin: 0 25px 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-business-num.--even:before {
    content: none
}

.c-business-num.--even:after {
    content: "";
    position: absolute;
    height: 0;
    background: #000;
    width: 1px;
    right: 0;
    -webkit-transition: all 2s cubic-bezier(.5, 0, 0, 1);
    transition: all 2s cubic-bezier(.5, 0, 0, 1)
}

.c-business-num.--even.aos-animate:after {
    height: 100px
}

.c-business-in {
    padding: 50px 110px 230px 330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background: #fff url(assets/image/top/line.png) no-repeat;
    background-position: right 0 top 0;
    background-size: 68% auto;
}

@media screen and (max-width:560px) {
    .c-business-in {
        padding: 200px 48px 40px 28px;
        min-width: 100%;
        margin-left: 25px;
        background-position: right 0 bottom 0;
        background-size: 75% 2%
    }
}

.c-business-in.--even {
    padding: 50px 290px 230px 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: left 0 top 0
}

@media screen and (max-width:560px) {
    .c-business-in.--even {
        padding: 200px 33px 40px 28px;
        margin-left: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: left 0 bottom 0;
        background-size: 75% 2%
    }
}

.c-business-ttlbox {
    margin: 0 0 85px 0;
    text-align: right
}

@media screen and (max-width:560px) {
    .c-business-ttlbox {
        margin: 0 0 20px 15px;
        text-align: left
    }
}

.c-business-ttlbox.--even {
    text-align: left
}

.c-business-txt01 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: .4rem;
    font-family: Prompt
}

@media screen and (max-width:560px) {
    .c-business-txt01 {
        font-size: 2rem;
        letter-spacing: .1rem
    }
}

.c-business-txt02 {
    font-size: 2.4rem;
    letter-spacing: .6rem
}

@media screen and (max-width:560px) {
    .c-business-txt02 {
        font-size: 1.1rem;
        letter-spacing: .2rem
    }
}

.c-business-txt03 {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    margin-right: -5vw;
    flex-direction: row;
    justify-content: flex-start;
}

@media screen and (max-width:560px) {
    .c-business-txt03 {
        font-size: 1.2rem;
        letter-spacing: .1rem;
        line-height: 2.4rem;
        padding-right: 5vw;
    }
}

.c-business-img {
    height: 450px;
    overflow: hidden;
    position: absolute;
    left: -40%;
    top: 24%
}

@media screen and (max-width:560px) {
    .c-business-img {
        left: -7%;
        top: -17%;
        width: 95%
    }
}

.c-business-img.--even {
    left: 76%
}

@media screen and (max-width:560px) {
    .c-business-img.--even {
        width: 100%;
        left: 6%
    }
}

.c-business-img img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.c-business-img img:hover {
    -webkit-transform: scale(1.01, 1.01) translateY(-3%);
    -ms-transform: scale(1.01, 1.01) translateY(-3%);
    transform: scale(1.01, 1.01) translateY(-3%)
}

.c-business-sp-container {
    padding-right: 20px;
}

.company-sec {
    margin: 0 auto 105px;
    width: 1040px
}

@media screen and (max-width:560px) {
    .company-sec {
        width: 375px;
        max-width: 375px;
        overflow: hidden
    }
}

.company-sec .company-ttl-container {
    margin: 0 0 90px 0;
    width: 100%
}

@media screen and (max-width:560px) {
    .company-sec .company-ttl-container {
        margin: 0 0 70px 0
    }
}

.company-sec .company-ttl-container .company-ttl {
    position: relative;
    font-size: 6.3rem;
    font-weight: 700;
    font-family: Prompt;
    letter-spacing: 1.1rem
}

@media screen and (max-width:560px) {
    .company-sec .company-ttl-container .company-ttl {
        padding: 0 20px;
        font-size: 2.9rem;
        letter-spacing: .4rem
    }
}

.company-sec .company-ttl-container .company-ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 2% 17%;
    background-size: 124px 9px;
    left: 0;
    bottom: -50%
}

@media screen and (max-width:560px) {
    .company-sec .company-ttl-container .company-ttl:after {
        padding: 1% 8%;
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        left: 5%
    }
}

@media screen and (max-width:560px) {
    .company-sec .company-profile-container {
        padding: 0 20px
    }
}

.company-sec .company-profile-container .profile-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.company-sec .company-profile-container .company-profile-ttl {
    margin: 0 0 80px 0;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: Prompt, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    .company-sec .company-profile-container .company-profile-ttl {
        margin: 0 0 10px 0;
        font-size: 1.9rem
    }
}

.company-sec .company-profile-container .company-profile-ttl:after {
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-left: 8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.company-sec .company-profile-container .profile-img {
    margin: 0 55px 0 0;
    position: relative;
    width: 360px
}

.company-sec .company-profile-container .profile-img-1 {
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 360px
}

.company-sec .company-profile-container .profile-img-1:hover {
    -webkit-transform: scale(1.01, 1.01) translateY(-3%);
    -ms-transform: scale(1.01, 1.01) translateY(-3%);
    transform: scale(1.01, 1.01) translateY(-3%)
}

.company-sec .company-profile-container .profile-img-2 {
    position: absolute;
    z-index: -1;
    bottom: -22%;
    left: -10%
}

.company-sec .profile-img-sp {
    display: none
}

@media screen and (max-width:560px) {
    .company-sec .profile-img-sp {
        margin-bottom: 55px;
        display: block;
        width: 100%
    }

    .company-sec .profile-img-sp img {
        width: 350px
    }
}

.company-sec .profile-table-container {
    margin: -105px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:560px) {
    .company-sec .profile-table-container {
        margin: 0
    }
}

.company-sec .profile-table-container .profile-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    padding: 35px 0;
    border-bottom: 1px solid #f1f1f1
}

@media screen and (max-width:560px) {
    .company-sec .profile-table-container .profile-table {
        padding: 15px 0;
        font-size: 1.2rem
    }
}

.company-sec .profile-table-container .profile-table-ttl {
    margin: 0 160px 0 0;
    width: 50px
}

@media screen and (max-width:560px) {
    .company-sec .profile-table-container .profile-table-ttl {
        margin: 0;
        width: 95px
    }
}

.member-sec {
    padding: 30px 100px 50px;
    margin: 0 0 150px 0;
    width: 100%;
    height: 615px;
    overflow: hidden;
    background: url(images/member-sec-bg.png) no-repeat;
    background-size: cover
}

.member-sec .member-ttl {
    font-size: 4.2rem;
    color: #fff
}

.member-txt {
    text-align: center
}

.recruit-sec {
    margin-bottom: 240px
}

@media screen and (max-width:560px) {
    .recruit-sec {
        margin-bottom: 50px;
        overflow: hidden
    }
}

.recruit-sec .recruit-container01 {
    margin: 0 0 65px 0;
    padding: 100px 0 180px 0;
    position: relative
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-container01 {
        padding: 0 0 100px 0
    }
}

.recruit-sec .recruit-inner01 {
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-inner01 {
        width: 100%
    }
}

.recruit-sec-ttl {
    margin: 0 0 100px 0;
    padding: 0 100px 0 0;
    position: relative;
    font-size: 6.3rem;
    letter-spacing: 1rem;
    width: 100%;
    text-align: right
}

@media screen and (max-width:560px) {
    .recruit-sec-ttl {
        margin: 0 0 75px 0;
        padding: 0 20px;
        font-size: 2.9rem;
        text-align: left;
        letter-spacing: .3rem
    }
}

.recruit-sec-ttl:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 1% 5.5%;
    background-size: 124px 9px;
    right: 9%;
    bottom: -50%
}

@media screen and (max-width:560px) {
    .recruit-sec-ttl:after {
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        left: 6%;
        right: 0
    }
}

.recruit-sec-hdg01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 840px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.recruit-sec-hdg01 h3 {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: .5rem
}

@media screen and (max-width:560px) {
    .recruit-sec-hdg01 h3 {
        letter-spacing: .2rem;
        font-size: 1.6rem
    }
}

@media screen and (max-width:560px) {
    .recruit-sec-hdg01 {
        margin: 0 55px;
        width: 100%
    }
}

.recruit-sec-hdg01:before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #000;
    margin-left: 8rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    left: -40%;
    padding: 1% 12%
}

@media screen and (max-width:560px) {
    .recruit-sec-hdg01:before {
        left: -48%
    }
}

.recruit-sec-container {
    margin: 20px auto 0;
    position: relative;
    max-width: 1200px;
}

.recruit-sec-txt-container {
    padding: 50px 30px 55px 50px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 3rem;
    width: 65%;
}

@media screen and (max-width:560px) {
    .recruit-sec-txt-container {
        padding: 50px 20px 40px 25px;
        max-width: 93%;
        width: 100%;
    }
    .recruit-sec-txt-container p{
        letter-spacing: 2px;
    }
}

.recruit-sec-txt01 {
    width: 77%;
    font-size: 18px;
}

@media screen and (max-width:560px) {
    .recruit-sec-txt01 {
        font-size: 1.1rem;
        line-height: 2rem;
        width: 104%;
        letter-spacing: .1rem
        width: 80%;
    }
}

.recruit-sec-txt01 .recruit-talk {
    font-size: 1.5rem
}

@media screen and (max-width:560px) {
    .recruit-sec-txt01 .recruit-talk {
        font-size: 1.1rem;
        line-height: 2rem;
        letter-spacing: .1rem
    }
}

.recruit-sec-txt01 .recruit-highlight {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #e93470));
    background: -webkit-linear-gradient(transparent 65%, #e93470 65%);
    background: linear-gradient(transparent 65%, #e93470 65%)
}

.recruit-sec-img-container {
    position: absolute;
    top: 5%;
    right: 4%;
    z-index: 1
}

.recruit-sec-img-container img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.recruit-sec-img-container img:hover {
    -webkit-transform: scale(1.01, 1.01) translateY(-3%);
    -ms-transform: scale(1.01, 1.01) translateY(-3%);
    transform: scale(1.01, 1.01) translateY(-3%)
}

@media screen and (max-width:560px) {
    .recruit-sec-img-container {
        margin-bottom: 70px;
        padding-left: 20px;
        position: relative;
        top: 0;
        right: 0
    }
}

.recruit-sec-img-container02 {
    position: absolute;
    top: 5%;
    right: 4%;
    z-index: 1;
    width: 530px
}

.recruit-sec-img-container02 img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 530px
}

.recruit-sec-img-container02 img:hover {
    -webkit-transform: scale(1.01, 1.01) translateY(-3%);
    -ms-transform: scale(1.01, 1.01) translateY(-3%);
    transform: scale(1.01, 1.01) translateY(-3%)
}

.recruit-sec-img-container02-2 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 35%
}

.recruit-sec-img-container02-2 img {
    width: 213px;
    /* bottom: 10%; */
}

.recruit-sec-bg {
    position: absolute;
    background: #cdccd1;
    width: 100%;
    bottom: 0;
    padding: 240px 0;
    z-index: -100
}

@media screen and (max-width:560px) {
    .recruit-sec-bg {
        padding: 205px 0
    }
}

.recruit-sec-hdg02 {
    margin: 0 0 85px 0;
    text-align: center
}

@media screen and (max-width:560px) {
    .recruit-sec-hdg02 {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}
.recruit-sec .recruit-detail {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    margin-left: 1vw;
    /* margin-right: 1vw; */
}
.recruit-detail-img{
    margin-right: 2vw;
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-detail {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: end;
    }
}
@media screen and (max-width:1400px) {
    .recruit-sec-container{
        width: 100%;
    }
}

.recruit-sec .recruit-detail-txtbox {
    margin: 0 0 0 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-detail-txtbox {
        margin: 30px 25px;
        display: block
    }
}

.recruit-sec .recruit-detail-txtline {
    margin: 0 0
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-detail-txtline {
        margin: 0 0 40px
    }
}

.recruit-sec .recruit-detail-txt01 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-detail-txt01 {
        font-size: 1.7rem
    }
}

.recruit-sec .recruit-detail-txt02 {
    font-size: 1.5rem;
    letter-spacing: .4rem
}

@media screen and (max-width:560px) {
    .recruit-sec .recruit-detail-txt02 {
        font-size: 1.2rem;
        letter-spacing: .2rem;
        line-height: 2rem
    }
}

.contact-sec {
    margin-bottom: 35px
}

@media screen and (max-width:560px) {
    .contact-sec {
        margin-bottom: 90px
    }
}

.contact-container {
    max-width: 1160px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center
}

.clearfix {
    width: 100%
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.basic {
    width: 860px;
    margin: auto
}

@media screen and (max-width:560px) {
    .basic {
        width: 100%
    }
}

tbody {
    display: block
}

.basic th {
    padding-top: 25px;
    padding-bottom: 25px
}

.basic th.required:after {
    font-size: 10px;
    font-weight: 900;
    margin-left: 10px;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #9f9d9c
}

.basic textarea {
    height: 100px;
    min-height: 100px;
    resize: vertical
}

.basic input, .basic select, .basic td, .basic textarea {
    font-size: 14px;
    line-height: 20px;
    width: 85%
}

@media screen and (max-width:560px) {
    .basic input, .basic select, .basic td, .basic textarea {
        width: 90%
    }
}

.basic input, .basic select, .basic textarea {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: none
}

.attentionWrap {
    margin-top: 30px;
    font-size: 1.5rem;
    letter-spacing: .3rem
}

.attentionWrap>p {
    font-size: 12px;
    line-height: 20px;
    color: #9f9d9c
}

table {
    border-collapse: collapse
}

table.basic>tbody>tr {
    display: block;
    border-bottom: 1px solid #ecebeb
}

table.basic>tbody>tr:last-of-type {
    border: none
}

table.basic>tbody>tr>td, table.basic>tbody>tr>th {
    font-size: 1.5rem;
    line-height: 30px;
    float: left;
    padding: 20px 0
}

@media screen and (max-width:560px) {
    table.basic>tbody>tr>td, table.basic>tbody>tr>th {
        padding: 10px 0 0
    }
}

table.basic>tbody>tr>th {
    width: 30%;
    padding-right: 5% !important;
    text-align: left;
    font-weight: 500
}

@media screen and (max-width:560px) {
    table.basic>tbody>tr>th {
        width: 100%;
        font-size: 1.2rem
    }
}

table.basic>tbody>tr>td {
    width: 70%
}

@media screen and (max-width:560px) {
    table.basic>tbody>tr>td {
        padding: 0 0 25px;
        width: 100%
    }
}

table.basic>tbody>tr>td>p:first-child {
    padding-top: 0
}

table.basic>tbody>tr>td>p:last-child {
    padding-bottom: 0
}

table.basic>tbody>tr>td>span {
    font-size: 12px;
    line-height: 24px;
    display: block
}

.basic input, .basic select {
    height: auto;
    border: none
}

.cmnBtn {
    font-size: 20px;
    width: 550px;
    margin: 50px auto auto;
    padding: 25px 20px;
    color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    background-color: #2c2c2c;
    font-weight: 700;
    letter-spacing: .7rem;
    cursor: pointer;
    -webkit-animation: ease;
    animation: ease
}

@media screen and (max-width:560px) {
    .cmnBtn {
        width: 100%;
        font-size: 1.5rem;
        padding: 15px;
        letter-spacing: .3rem
    }
}

.cmnBtn:hover {
    color: #000;
    background-color: #fff
}

.attentionWrap>p {
    font-size: 12px;
    line-height: 20px;
    color: #9f9d9c
}

.title {
    margin-bottom: 115px;
    font-size: 6.3rem;
    font-family: Prompt;
    position: relative;
    letter-spacing: 1.3rem
}

@media screen and (max-width:560px) {
    .title {
        margin-bottom: 60px;
        font-size: 2.9rem;
        text-align: center;
        letter-spacing: .3rem
    }
}

.title:after {
    content: "";
    position: absolute;
    /*background: url(assets/image/top/frame.png) no-repeat;*/
    padding: 1% 5.5%;
    background-size: 124px 9px;
    left: 50%;
    bottom: -80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:560px) {
    .title:after {
        padding: 1% 9.5%;
        /*background: url(assets/image/top/frame_sp.png) no-repeat;*/
        right: 50%;
        bottom: -35%
    }
}

.intro {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    line-height: 3rem
}

@media screen and (max-width:560px) {
    .intro {
        margin-bottom: 25px;
        font-size: 1.3rem;
        text-align: left;
        letter-spacing: .1rem;
        line-height: 2rem
    }
}

.txtLink {
    margin: 0 1px;
    padding: 0 2px;
    font-weight: 700;
    color: #3f3b3a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, .1)));
    background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%);
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, .1) 50%)
}


.contact {
    /*padding-bottom: 60px*/
  }
  
  @media screen and (min-width:960px) {
    .contact {
      /*padding-bottom: 160px*/
    }
  }
  
  @media screen and (min-width:960px) {
    .contact .section_inner {
      width: 80%;
      max-width: 1000px;
      margin: 17px auto;padding-top: 100px;}
  }
  
  .contact .section_ttl {
    width: 100%;
    max-width: 194px;
    margin: auto;
    margin-bottom: 60px
  }
  
  @media screen and (min-width:960px) {
    .contact .section_ttl {
      max-width: 256px;
      margin-bottom: 80px
    }
  }
  
  .contact_text_box {
    /*padding-left: 48px;*/
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em
  }

  
  @media screen and (min-width:960px) {
    .contact_text_box {
      /*padding-left: 180px;*/
      font-size: 20px
    }
  }
  
  .contact_text {
    margin-bottom: 8px;
    line-height: 1.6666666667
  }
  .contact_text_title{
    font-weight: 1000;
    font-size: 26px;
    margin-bottom: 26px;
  }
  @media screen and (max-width:600px) {
    .contact_text {
      margin-bottom: 16px
    }
    .contact_text_title{
        font-size: 14px;
    }
  }

  
  .contact_text.__dl {
    position: relative
  }
  
  .contact_text.__dl::before {
    position: absolute;
    top: 8px;
    left: -42px;
    width: 32px;
    height: 28px;
    background: url(//hado-marketing.net/wp-content/themes/hado/css/../images/common/DL_image.png) no-repeat center center/cover;
    content: ""
  }
  
  @media screen and (min-width:960px) {
    .contact_text.__dl::before {
      top: 0;
      left: -80px;
      width: 56px;
      height: 48px
    }
  }
  
  .contact_text.__req {
    margin-bottom: 40px;
    color: #20a4af
  }
  
  @media screen and (min-width:960px) {
    .contact_text.__req {
      margin-bottom: 80px
    }
  }
  
  .contact_form {
    z-index: 50;
    width: 90%;
    margin: auto
  }
  
  @media screen and (min-width:960px) {
    .contact_form {
      width: 640px
    }
  }
  
  .contact_form_box {
    margin-bottom: 20px
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box {
      margin-bottom: 40px
    }
  }
  
  .contact_form_box.__select {
    position: relative
  }
  
  .contact_form_box.__select::before {
    z-index: 50;
    position: absolute;
    top: 36px;
    right: 16px;
    width: 12px;
    height: 8px;
    content: "▼";
    pointer-events: none
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box.__select::before {
      top: 66px;
      width: 24px;
      height: 16px
    }
  }
  
  .contact_form_box_text {
    display: block;
    margin-bottom: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box_text {
      margin-bottom: 12px;
      font-size: 20px
    }
  }
  
  .contact_form_box_text::after {
    margin-left: 4px;
    color: #20a4af;
    content: "*"
  }
  
  .contact_form_box_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 4px;
    padding: 8px 0 8px 16px;
    border: 3px solid #000;
    background: 0 0;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    cursor: pointer
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box_select {
      height: 72px;
      padding: 8px 0 8px 28px;
      border: 5px solid #000;
      font-size: 20px;
      letter-spacing: .12em
    }
  }
  
  .contact_form_box_input {
    display: block;
    width: 100%;
    padding: 8px 0 8px 16px;
    border: 3px solid #000;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    cursor: pointer
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box_input {
      height: 72px;
      padding: 28px;
      border: 5px solid #000;
      font-size: 20px;
      letter-spacing: .14em
    }
  }
  
  .contact_form_box_textarea {
    display: block;
    width: 100%;
    height: 136px;
    margin-bottom: 4px;
    padding: 8px 8px 8px 16px;
    border: 3px solid #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    resize: none
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box_textarea {
      height: 256px;
      padding: 20px 20px 20px 28px;
      border: 5px solid #000;
      font-size: 20px;
      letter-spacing: .14em
    }
  }
  
  .contact_form_box_privacy {
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
    padding: 16px;
    overflow: auto;
    border: 1px solid #000;
    background: #fff;
    line-height: 1.8
  }
  
  .contact_form_box_btn {
    -webkit-box-shadow: 0 4px #00ced1;
    display: block;
    width: 120px;
    height: 40px;
    margin: auto;
    border: 2px solid #000;
    background: #fff;
    box-shadow: 0 4px #00ced1;
    font-weight: 700
  }
  
  @media screen and (min-width:960px) {
    .contact_form_box_btn {
      width: 180px;
      height: 80px;
      border: 5px solid #000;
      font-size: 20px;
      letter-spacing: .14em
    }
  }
  
  .contact_form_box_btn:active {
    -webkit-box-shadow: none;
    position: relative;
    top: 4px;
    box-shadow: none
  }
  
  .contact_form_box_check {
    display: none;
    position: absolute
  }
  
  .contact_form_box_check_label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    cursor: pointer
  }

  .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
  content: " "
}
  span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0
  }
  
  .wpcf7-list-item-label {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    cursor: pointer
  }
  
  @media screen and (min-width:960px) {
    .wpcf7-list-item-label {
      font-size: 20px
    }
  }
  
  input[type=checkbox] {
    position: absolute;
    opacity: 0
  }
  
  .wpcf7-list-item-label:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px 4px 0;
    border: 2px solid #000;
    vertical-align: middle;
    content: ""
  }
  
  @media screen and (min-width:960px) {
    .wpcf7-list-item-label:before {
      width: 18px;
      height: 18px;
      margin: 0 8px 4px 0;
      border: 5px solid #000
    }
  }
  
  input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    position: absolute;
    top: 4px;
    left: 49px;
    width: 8px;
    height: 8px;
    background-color: #20a4af;
    content: ""
  }

  @media screen and (min-width:960px) {
    input[type=checkbox]:checked+.wpcf7-list-item-label:after {
      top: 8px;
      left: 141px;
      width: 14px;
      height: 14px
    }
  }
  @media screen and (max-width:414px) {
    input[type=checkbox]:checked+.wpcf7-list-item-label:after {
      position: absolute;
      top: 4px;
      left: 77px;
      width: 8px;
      height: 8px;
      background-color: #20a4af;
      content: ""
    }
  }
  @media screen and (max-width:375px) {
    input[type=checkbox]:checked+.wpcf7-list-item-label:after {
      position: absolute;
      top: 4px;
      left: 60px;
      width: 8px;
      height: 8px;
      background-color: #20a4af;
      content: ""
    }
  }
  
/*# sourceMappingURL=style.css.map */