@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hiraB {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@font-face {
    font-family: 'AvantGarde LT';
    src: url('../fonts/AvantGardeLT-Bold.eot');
    src: url('../fonts/AvantGardeLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeLT-Bold.woff2') format('woff2'),
        url('../fonts/AvantGardeLT-Bold.woff') format('woff'),
        url('../fonts/AvantGardeLT-Bold.ttf') format('truetype'),
        url('../fonts/AvantGardeLT-Bold.svg#AvantGardeLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.itcBold {
    font-family: 'AvantGarde LT';
}

@font-face {
    font-family: 'bulmermtstd';
    src: url('../fonts/BulmerMTStd-BoldItalic.eot');
    src: url('../fonts/BulmerMTStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BulmerMTStd-BoldItalic.woff2') format('woff2'),
        url('../fonts/BulmerMTStd-BoldItalic.woff') format('woff'),
        url('../fonts/BulmerMTStd-BoldItalic.ttf') format('truetype'),
        url('../fonts/BulmerMTStd-BoldItalic.svg#BulmerMTStd-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.bulmermtstd {
    font-family: 'bulmermtstd';
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3e3c;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.fixed {
    overflow: hidden;
}

.hover {
    transition: none;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}


/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 0 #dedede;
}

#header.scrolling {
    box-shadow: 0 0 4px #dedede;
}

#header .inner {
    width: 1440px;
}

#header .headerBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .headerBar .headerCt {
    display: flex;
    align-items: center;
}

#header .headerBar .logo {
    width: 240px;
    margin-left: 120px;
    margin-top: -1px;
}

#header .headerBar .mainMenu {
    margin-right: 20px;
}

#header .headerBar .mainMenu .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -1px;
}


#header .headerBar .mainMenu .menu li {
    position: relative;
    padding: 0 30px;
}

#header .headerBar .mainMenu .menu li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    background: #808db4;
}

#header .headerBar .mainMenu .menu li:last-child:after {
    content: none;
}

#header .headerBar .mainMenu .menu li.sp {
    display: none;
}

#header .headerBar .mainMenu .menu li a {
    font-weight: bold;
    color: #3f3e3c;
    font-size: 20px;
    letter-spacing: -1px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header .headerBar .mainMenu .menu li a .en {
    display: block;
    font-size: 12px;
    color: #808db4;
    font-family: 'AvantGarde LT';
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    top: -1px;
}

#header .headerBar .headerInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .headerBar .headerInfo.sp {
    display: none;
}

#header .headerBar .headerInfo .btnMail a {
    display: block;
    width: 96px;
}

#header .headerBar .headerInfo .btnRecruit a {
    display: block;
    width: 304px;
}

#header .headerBar .headerInfo .btnRecruit a:before {
    content: "";

}

#main .mainPhoto img {
    width: 100%;
}

/* CONTENT */

.area .areaTitle {
    background: url(../images/common/icon-title.svg) no-repeat center bottom;
    background-size: 40px 27px;
    font-size: 32px;
    color: #001B6A;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.6px;
    padding-bottom: 41px;
}



#content {
    width: 100%;
}

.areaRecruit {
    position: relative;
    overflow: hidden;
}

.areaRecruit .recruitBg img {
    width: 100%;
}

.areaRecruit .recruitWrap {
    position: absolute;
    top: 50.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.areaRecruit .recruitWrap .recruiTitle {
    font-size: 32px;
    text-align: center;
    color: #001b6a;
    letter-spacing: 2px;
}

.areaRecruit .recruitWrap .recruiEn {
    font-size: 16px;
    text-align: center;
    color: #808db4;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.areaRecruit .recruitWrap .jobsBtn {
    text-align: center;
}

.areaRecruit .recruitWrap .jobsBtn a {
    display: inline-block;
    width: 330px;
}

/* FOOTER */
#footer {
    width: 100%;
    background: #fff;
}

#footer .footerInfo {
    padding-top: 13px;
}

#footer .footerInfo .footerInfoW {
    border-bottom: 1px solid #808db4;
    padding: 37px 0 19px;
}

#footer .footerInfo .footerInfoW .logo {
    text-align: center;
    margin-bottom: 12px;
}

#footer .footerInfo .footerInfoW .logo a {
    display: inline-block;
}

#footer .footerInfo .footerInfoW .infoAdress {
    text-align: center;
}

#footer .footerInfo .footerInfoW .tel {
    text-align: center;
}

#footer .footerInfo .footerInfoW .tel a {
    color: #3f3e3c;
    pointer-events: none;
}

#footer .footerMenu {
    border-bottom: 1px solid #D5DEF4;
    padding: 18px 0 42px;
}

#footer .footerMenu .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footerMenu .menu li {
    position: relative;
    padding: 0 30px;
}

#footer .footerMenu .menu li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
    width: 1px;
    height: 19px;
    background: #808db4;
}

#footer .footerMenu .menu li:last-child:after {
    display: none;
}

#footer .footerMenu .menu li a {
    font-weight: bold;
    color: #3f3e3c;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer .footerMenu .menu li a .en {
    display: block;
    font-size: 12px;
    color: #808db4;
    font-family: 'AvantGarde LT';
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    top: -1px;
}


#copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #001b6a;
    padding: 40px 0 43px;
}

.sp {
    display: none;
}

/* FIX TABLET */
@media (max-width: 1349px) and (min-width: 769px) {
    body {
        width: 1349px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX {
        width: 1349px;
    }

    #header .headerBar .mainMenu .menu li a,
    #footer .footerMenu .menu li a {
        position: relative;
    }

    #header .headerBar .mainMenu .menu li a:before {
        content: "";
        position: absolute;
        left: -6px;
        bottom: -26px;
        width: 0;
        height: 4px;
        background: #d7003a;
        transition: all 200ms linear;
    }

    #header .headerBar .mainMenu .menu li.current-menu-item a:before {
        width: calc(100% + 10px);
    }

    #header .headerBar .mainMenu .menu li a:hover:before,
    #footer .footerMenu .menu li a:hover:before {
        width: calc(100% + 10px);
    }

    #footer .footerMenu .menu li a:before {
        content: "";
        position: absolute;
        left: -6px;
        bottom: -27px;
        width: 0;
        height: 3px;
        background: #d7003a;
        transition: all 200ms linear;
    }

    #footer .footerInfo .footerInfoW .logo a img {
        width: 240px;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    /*#header*/
    #header {
        padding-left: 0;
    }

    #header .inner {
        width: 100%;
        padding: 0;
    }

    #header .headerBar {
        display: block;
        padding: 10px 4.3%;
    }

    #header .headerBar .headerWrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #header .headerBar .logo {
        width: 120px;
        margin-top: 5px;
        margin-left: 0;
    }

    #header .headerBar .logo img {
        height: 22.3px;
        width: 120px;
    }


    #header .headerBar .mainMenu {
        display: none;
        position: fixed;
        top: 52px;
        left: 0;
        width: 100%;
        height: calc(100% - 52px);
        background: #fff;
        margin: 0;
        padding: 63px 0 57px;
        overflow-y: auto;
    }

    #header .headerBar .mainMenu .menu {
        flex-direction: column;
        margin-bottom: 66px;
    }

    #header .headerBar .mainMenu .menu li {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #header .headerBar .mainMenu .menu li+li {
        margin-top: 44px;
    }

    #header .headerBar .mainMenu .menu li.sp {
        display: block;
    }

    #header .headerBar .mainMenu .menu li:after {
        content: none;
    }

    #header .headerBar .mainMenu .menu li a {
        display: block;
        line-height: 1.4;
        letter-spacing: 0px;
    }

    #header .headerBar .mainMenu .menu li a .en {
        display: block;
        font-family: 'AvantGarde LT';
        letter-spacing: 0.7px;
        top: 1px;
    }

    #header .headerBar .headerInfo.pc {
        display: none;
    }

    #header .headerBar .headerInfo.sp {
        display: block;
        text-align: center;
    }

    #header .headerBar .headerInfo .btnRecruit {
        margin-bottom: 40px;
    }

    #header .headerBar .headerInfo .btnRecruit a {
        display: inline-block;
        width: 317px;
    }

    #header .headerBar .headerInfo .tagContact {
        width: 236px;
        font-size: 16px;
        color: #fff;
        border-radius: 32px;
        background: #2F6BC9;
        padding: 4px 0;
        margin: 0 auto 9px;
        font-weight: normal;
    }

    #header .headerBar .headerInfo .infoContact {
        margin-bottom: 1px;
    }

    #header .headerBar .headerInfo .infoContact a {
        font-size: 36px;
        letter-spacing: 3.5px;
        color: #3F3E3C;
        margin-left: -14px;
    }

    #header .headerBar .headerInfo .infoContact a:before {
        content: '';
        display: inline-block;
        vertical-align: -9px;
        margin-right: 5px;
        width: 27.5px;
        height: 43px;
        background: url(../images/common/ico-phone.svg) no-repeat center center/100%;
    }

    /*#header*/

    /* MENU */
    .hambuger {
        width: 26px;
        height: 32px;
        z-index: 9991;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-end;
        text-align: center;
        margin-right: -2px;
    }

    .hambuger span {
        display: block;
        height: 3px;
        width: 100%;
        background: #001b6a;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hambuger span:nth-child(1) {
        width: 24px;
        margin-bottom: 6px;
    }

    .hambuger span:nth-child(2) {
        width: 16px;
        opacity: 1;
    }

    .hambuger span:nth-child(3) {
        width: 20px;
        margin-top: 5.5px;
    }

    .hambuger.open {
        margin-right: -2px;
    }

    .hambuger.open span:nth-child(1) {
        width: 25px;
        margin-bottom: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hambuger.open span:nth-child(2) {
        opacity: 0;
    }

    .hambuger.open span:nth-child(3) {
        width: 25px;
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .area .areaTitle {
        background-size: 25px;
        font-size: 22px;
        padding: 0 40px 20px;
    }

    .areaRecruit .recruitWrap {
        top: 58.2%;
    }

    .areaRecruit .recruitWrap .recruiTitle {
        font-size: 24px;
        line-height: 1.4;
    }

    .areaRecruit .recruitWrap .recruiEn {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .areaRecruit .recruitWrap .jobsBtn a {
        width: 234px;
        margin-left: 3.5%;
    }

    /*#footer*/

    #main {
        background: #F2F4F8;
    }

    #footer .inner {
        padding: 0 6%;
    }

    #footer .footerInfo .footerInfoW {
        border-bottom: none;
        padding: 31px 0 16px;
    }

    #footer .footerInfo .footerInfoW .logo a {
        width: 160px;
    }

    #footer .footerInfo .footerInfoW .infoAdress {
        width: 100%;
        border-left: 0;
        line-height: 1.45;
        padding: 6px 0 3px;
        text-align: center;
        font-size: 14px;
    }

    #footer .footerMenu {
        padding: 20px 0 35px;
    }

    #footer .footerMenu .menu {
        display: block;
    }

    #footer .footerMenu .menu li {
        margin-bottom: 9px;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #808db4;
    }

    #footer .footerMenu .menu li a {
        font-size: 14px;
        letter-spacing: 1px;
    }

    #footer .footerMenu .menu li a .en {
        margin-bottom: 8px;
    }

    #footer .footerMenu .menu li+li {
        padding-left: 0;
    }

    #footer .footerMenu .menu li:last-child {
        border-bottom: none;
    }

    #footer .footerMenu .menu li:nth-child(3) {
        padding-right: 0;
    }

    #footer .footerMenu .menu li:nth-child(3):after {
        content: none;
    }

    #footer .footerMenu .menu li:after {
        content: none;
        height: 13px;
    }

    #footer .footerInfo .footerInfoW .tel {
        font-size: 14px;
    }

    #footer .footerInfo .footerInfoW .logo {
        margin-bottom: 1px;
    }

    #footer .footerInfo .footerInfoW .tel a {
        pointer-events: auto;
    }

    #copyright {
        font-size: 12px;
        padding: 22px 0 21px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {

    #header .headerBar .mainMenu .menu li a,
    #footer .footerMenu .menu li a {
        display: inline-block;
    }

    #header .headerBar .mainMenu .menu li a::before,
    #footer .footerMenu .menu li a::before {
        bottom: -7px;
    }

    #header .headerBar .mainMenu .menu li.current-menu-item a:before {
        width: 100%;
        left: 1px;
    }

    #header .headerBar .mainMenu .menu li a::before,
    #footer .footerMenu .menu li a::before {
        left: 1px;
    }

    #header .headerBar .mainMenu .menu li a:hover:before,
    #footer .footerMenu .menu li a:hover:before {
        width: 100%;
    }

    #copyright {
        line-height: 1.6;
    }

}