@charset "utf-8";
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
    min-width: 320px;
    background-color: #1A1A1A;
    color: #fff;
    font-family: 'Roboto', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1;
}
.fontSerif, h1, h2, h3, h4 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: 500;
}
.fontEn {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
}
@media print, screen and (min-width: 768px) {
    body {
        letter-spacing: 0.05em;
        font-size: 1.6rem;
    }
}
/* default link color
----------------------------------------------------------- */
a {
    text-decoration: none;
}
a, a img, a::before, a::after, a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a {
    color: #fff;
}
a.linkPrivacy {
    color: #1980D8;
}
.telLink a {
    color: #fff;
}
.areaMain p a:hover {
    text-decoration: underline;
}
a:hover img {
    opacity: 0.6;
}
a.txtLink {
    text-decoration: underline;
}
a:hover.txtLink {
    text-decoration: none !important;
}
/* button
----------------------------------------------------------- */
.btnBasic {
    text-align: center;
}
.btnBasic a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    width: 120px;
    height: 24px;
    font-size: 1.3rem;
    line-height: 24px;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s linear;
}
.btnBasic a::after {
    position: absolute;
    top: 45%;
    right: 13px !important;
    content: "";
    width: 14px !important;
    height: 4px !important;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: skew(45deg) !important;
    transform: skew(45deg) !important;
}
.btnBasic a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    z-index: -1;
    transition: 0.2s linear;
}
.btnBasic a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none !important;
}
.btnBasic a:hover::before {
    width: 0;
    height: 100%;
    left: 100%;
    top: 0;
}
@media print, screen and (min-width: 768px) {
    .btnBasic a {
        width: 170px;
        height: 34px;
        font-size: 1.5rem;
        line-height: 34px;
    }
    .btnBasic a::after {
        right: 20px !important;
        width: 14px !important;
        height: 4px !important;
    }
}
/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
#areaHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background-color: #000;
    padding: 0 4%;
    z-index: 1000;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
#areaHeader a:hover {
    opacity: 0.6;
}
#areaHeader.dettach {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 50px;
    margin-top: 2px;
}
.logo img {
    width: 190px;
}
/* gnavi --------------- */
.btnGNaviSp, .btnGNaviSp span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btnGNaviSp {
    position: relative;
    width: 26px;
    height: 18px;
}
.btnGNaviSp span, .btnGNaviSp.select span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.btnGNaviSp span:nth-of-type(1) {
    top: 0;
}
.btnGNaviSp span:nth-of-type(2) {
    top: 8px;
}
.btnGNaviSp span:nth-of-type(3) {
    bottom: 0;
}
.btnGNaviSp.select span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.btnGNaviSp.select span:nth-of-type(2) {
    opacity: 0;
}
.btnGNaviSp.select span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.btnPrivacy {
    margin-bottom: 100px;
    text-align: center;
}
.areaGNavi {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow-y: auto;
}
.gNavi {
    border-top: 1px solid #1a1a1a;
    margin-bottom: 35px;
}
.gNavi > li {
    border-bottom: 1px solid #1a1a1a;
}
.gNavi li a {
    display: block;
    position: relative;
    padding: 17px 20px;
    letter-spacing: 0.1em;
}
.gNaviOpen > a:after {
    position: absolute;
    top: 40%;
    right: 5%;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.gNaviOpen > a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.gNaviOpen > a.select:after {
    top: 49%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gNavi li a:hover {
    background-color: #373737;
}
.gNaviSub {
    display: none;
}
.gNaviSub li a {
    background: rgba(255, 255, 255, 0.10);
    padding: 15px 20px 15px 35px;
    font-size: 1.4rem;
}
.gNaviSub li:last-child a {
    border-bottom: none;
}
@media print, screen and (min-width: 768px) {
    #areaHeader {
        min-width: 1080px;
        height: 78px;
        padding: 0 50px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        padding-right: 5%;
    }
    body.recruit #areaHeader {
        background-color: #000;
    }
    #areaHeader.dettach {
        background-color: #1a1a1a;
    }
    .areaHeaderInner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }
    .header {
        height: 80px;
        margin-top: 0;
    }
    .logo img {
        width: 239px;
    }
    .areaBtnGnaviSp {
        display: none;
    }
    .areaGNavi {
        display: block;
        position: static;
        width: auto;
        height: auto;
        overflow-y: visible;
        background-color: transparent;
    }
    .gNavi {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        border-top: none;
        width: 580px;
        margin: 18px auto 0;
    }
    .gNavi > li {
        position: relative;
        border-bottom: none;
    }
    .gNavi li#gNavi02 a, .gNavi li#gNavi03 a, .gNavi li#gNavi05 a {
        padding-right: 0;
    }
    .gNavi li a {
        padding: 0 22px 16px 0;
        font-size: 1.5rem;
    }
    .gNaviOpen > a:after {
        top: 2px;
        right: 2px;
    }
    .gNavi li a::before {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        content: "";
        transform: scale(0, 1);
        transform-origin: left top;
        transition: 0.4s;
    }
    .gNavi li a:hover::before {
        transform: scale(1, 1);
    }
    .gNavi li a:hover {
        background-color: transparent;
    }
    .gNaviSub {
        position: absolute;
        top: 30px;
        left: 0;
        background-color: #1a1a1a;
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.03);
        margin: 0 auto;
    }
    .gNaviSub li a {
        border-bottom: none;
        padding: 10px 20px;
        font-weight: 400;
        font-size: 1.4rem;
        white-space: nowrap;
    }
    .gNaviSub li a:before {
        display: none;
    }
}
/* -----------------------------------------------------------
 =breadcrumbs list
----------------------------------------------------------- */
.areaBreadcrumbs {
    padding: 10px 4% 15px;
}
body.recruit .areaBreadcrumbs {
    padding-bottom: 2em;
}
.breadcrumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #CFCFCF;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0;
}
.breadcrumbs li {
    position: relative;
    padding-left: 17px;
}
.breadcrumbs li:before {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.breadcrumbs li:first-child {
    padding-left: 0;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs li a {
    color: #BEBEBE;
}
.breadcrumbs li a:hover {
    color: #fff;
}
/* recruit --------------- */
body.recruit .breadcrumbs {
    color: #5F5F5F;
}
body.recruit .breadcrumbs li:before {
    border-top: 1px solid #5B5B5B;
    border-right: 1px solid #5B5B5B;
}
body.recruit .breadcrumbs li a {
    color: #535353;
}
body.recruit .breadcrumbs li a:hover {
    color: #BABABA;
}
@media print, screen and (min-width: 768px) {
    .areaBreadcrumbs, body.recruit .areaBreadcrumbs {
        width: 1180px;
        margin: 0 auto;
        padding: 15px 50px 50px;
    }
    .breadcrumbs {
        font-size: 1.2rem;
    }
    .breadcrumbs li {
        padding-left: 20px;
    }
}
/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
    padding-top: 50px; /* default */
    padding-bottom: 60px;
    line-height: 1.7;
}
body.home #contents {
    padding-bottom: 0;
}
body.recruit #contents {
    background-color: #fff;
    color: #1a1a1a;
}
.areaHeaderBg {
    position: relative;
    width: 100%;
    height: 150px;
    background: url("../images/bg_header.jpg") no-repeat center center/cover;
}
body.recruit .areaHeaderBg {
    background: url("../images/bg_header_recruit.jpg") no-repeat center -50px/205px;
}
.areaMain {
    padding: 0 4%;
}
.mgBsection {
    margin-bottom: 3em !important;
}
.mgBsectionSubS {
    margin-bottom: 1.2em !important;
}
.mgBsectionSubL, .areaFlow section {
    margin-bottom: 2em !important;
}
@media print, screen and (min-width: 768px) {
    .mgBsection {
        margin-bottom: 6em !important;
    }
    .mgBsectionSubS {
        margin-bottom: 1.5em !important;
    }
    .mgBsectionSubL, .areaFlow section {
        margin-bottom: 3.5em !important;
    }
}
/* title --------------- */
.areaPageTtlBg {
    height: 150px;
    background: url("../images/bg_pagettl.png") no-repeat center center/cover;
}
.areaPageTtl {
    text-align: center;
}
.areaRecruitTtl {
    padding-top: 50px;
    text-align: center;
}
.h1En {
    display: block;
    font-size: 3.2rem;
}
.h1Ja {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.h1JaSub {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
}
.h2 {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
    text-align: center;
}
.h3 {
    margin-bottom: 0.6em;
    font-size: 1.7rem;
}
.h4 {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
    #contents {
        padding-top: 0;
        padding-bottom: 100px;
        line-height: 1.8;
    }
    body.recruittop #contents {
        background: #fff url("../../recruit/images/bg_main_recruit.jpg") no-repeat center 200px;
    }
    .areaHeaderBg {
        height: 300px;
    }
    body.recruit .areaHeaderBg {
        background-position: center 0;
        background-size: 300px;
    }
    .areaMain {
        width: 1180px;
        margin: 0 auto;
        padding: 0 50px;
    }
    /* title --------------- */
    .areaPageTtlBg {
        height: 258px;
        background-size: contain;
    }
    .areaRecruitTtl {
        padding-top: 135px;
    }
    .h1En {
        font-size: 5.0rem;
    }
    .h1Ja {
        font-size: 1.6rem;
    }
    .h1JaSub {
        font-size: 3.0rem;
    }
    .h2 {
        margin-bottom: 2em;
        font-size: 2.6rem;
    }
    .h3 {
        font-size: 2.2rem;
    }
    .h4 {
        font-size: 1.8rem;
    }
}
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/* footer info and navi --------------- */
footer a:hover {
    opacity: 0.6;
}
.areaFooterWrap {
    background-color: #0B0B0B;
    padding: 25px 4% 30px;
}
body.home {
    padding-bottom: 88px;
}
.areaFooterInner {
    font-size: 1.2rem;
}
.footerInfo dt {
    margin-bottom: 1em;
}
.footerLogo {
    width: 170px;
}
.footerInfo dd {
    margin-bottom: 2em;
    line-height: 1.5;
}
.footerNavi {
    margin-bottom: 1.8em;
}
.footerNavi li {
    margin-top: 1.1em;
}
.footerNaviSub, .footerNavi02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footerNaviSub {
    font-size: 1.1rem;
}
.footerNaviSub li, .footerNavi02 li {
    margin-right: 2em;
}
.footerNaviSub a {
    position: relative;
    padding-left: 14px;
}
.footerNaviSub a::before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 4px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.footerNavi02 {
    margin-bottom: 1.8em;
}
.btnPrivacy {
    margin-bottom: 2em;
    font-size: 1.1rem;
}
/* copyright --------------- */
.copyright small {
    color: #C7C7C7;
    font-size: 1.0rem;
}
/* pagetop --------------- */
.pagetop {
    /*display: none;*/
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 10;
}
body.home .pagetop {
    bottom: 120px;
}
.pagetop a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
}
.pagetop img {
    position: absolute;
    top: 14px;
    right: 9px;
    width: 22px;
}
.pagetop a:hover img {
    top: 9px;
}
/* fix bannar --------------- */
.bnNoto {
    display: block;
    position: fixed;
    bottom: 44px;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
    padding: 1px 0 2px;
    text-align: center;
    z-index: 10;
}
.bnNoto img, .bnTweigen img {
    width: 290px;
}
.bnTweigen a {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: #fff;
    padding: 5px 0 2px;
    text-align: center;
    z-index: 10;
}
@media print, screen and (min-width: 768px) {
    /* contact --------------- */
    .areaFooterContact {
        padding: 60px 30px;
    }
    .contactTtl, .serviceTtl {
        font-size: 2.4rem;
    }
    .contactTtl::before, .serviceTtl::before {
        top: -38px;
        font-size: 80px;
    }
    .areaFooterContactNavi {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 800px;
        justify-content: space-around;
        -ms-align-items: center;
        align-items: center;
        margin: 0 auto;
    }
    .areaFooterTel {
        margin-bottom: 0;
    }
    .footerTel {
        font-size: 2.0rem;
    }
    .footerTelNum {
        font-size: 3.0rem;
    }
    .btnFooterContact a {
        width: 290px;
        height: 62px;
        line-height: 62px;
    }
    .btnFooterContact a span {
        background-size: 28px 20px;
        padding-left: 45px;
        font-size: 1.6rem;
    }
    /* footer info and navi --------------- */
    body.home {
        padding-bottom: 0;
    }
    .areaFooterWrap {
        padding: 50px;
    }
    .areaFooter {
        position: relative;
        width: 1080px;
        margin: 0 auto;
    }
    .areaFooterInner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        font-size: 1.3rem;
    }
    .footerLogo {
        width: 200px;
    }
    .areaFooterNavi {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 400px;
    }
    .footerNavi {
        margin-bottom: 0;
    }
    .footerNaviSub, .footerNavi02 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .footerNaviSub {
        font-size: 1.2rem;
    }
    .footerNavi02 {
        margin-top: 1em;
    }
    .footerNaviSub li, .footerNavi02 li {
        margin-right: 0;
    }
    .footerNavi02 li {
        margin-bottom: 2em;
    }
    .btnPrivacy {
        position: absolute;
        bottom: 3em;
        left: 0;
        margin-bottom: 0;
    }
    /* copyright --------------- */
    .copyright {
        position: absolute;
        bottom: 0;
    }
    .copyright small {
        font-size: 1.1rem;
    }
    /* pagetop --------------- */
    .pagetop, body.home .pagetop {
        bottom: 80px;
        right: 0;
    }
    .pagetop a {
        width: 54px;
        height: 54px;
    }
    .pagetop img {
        top: 20px;
        width: 36px;
    }
    /* fix bannar --------------- */
    .bnNoto {
        right: 0;
        bottom: 360px;
        width: 98px;
        height: 125px;
        background: url("../../images/bn_noto_pc.svg") no-repeat 0 0;
        border-bottom: none;
        padding: 0;
    }
    .bnTweigen a {
        right: 0;
        bottom: 220px;
        width: 98px;
        height: 125px;
        background: url("../../images/bn_tweigen_pc.svg") no-repeat 0 0;
        padding: 0;
    }
    .bnTweigen a:hover {
        opacity: 0.6;
    }
    .bnNoto img, .bnTweigen img {
        display: none;
    }
}
@media print {
    .pagetop, .bnNoto, .bnTweigen {
        display: none !important;
    }
}