@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
body {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Lato', 'Hiragino Kaku Gothic Pro', ' ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
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;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: underline;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
br.spbr {
    display: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    padding-top: 100px;
    text-align: left;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100px;
    background: #fff;
    z-index: 100;
}
.fix #gHeader {
    height: 70px;
    background: url("../../../image/recruit/header_bg.png")repeat left top;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    height: 100px;
}
.fix #gHeader .hBox {
    height: 70px;
}
#gHeader .hBox h1 {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    left: 70px;
    width: 280px;
    z-index: 10;
}
#gHeader .hBox .hLink {
    margin-top: -29px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 266px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#gHeader .hBox .hLink a {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.176;
    height: 50px;
    text-align: center;
    background-color: #29A8DF;
    border-radius: 50px;
}
#gHeader .hBox .hLink a:hover {
    text-decoration: none;
    background-color: #298ADF;
}
#gHeader .hBox .hLink a span {
    padding-right: 20px;
    display: inline-block;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    background: url(../img/icon01.png) no-repeat right center;
	color: #fff;
}
.fix #gHeader .hBox .hLink {
    margin-top: -20px;
}
.fix #gHeader .hBox .hLink a {
    height: 40px;
    line-height: 1.2;
}
#gHeader .hInner {
    padding-left: 160px;
}
@media all and (min-width: 1160px) and (max-width: 1340px) {
    #gHeader .hBox h1 {
        left: 20px;
    }
    #gHeader .hBox .hLink {
        margin-top: -29px;
        width: 210px;
        right: 20px;
    }
    #gHeader .hBox .hLink a {
        width: 240px;
    }
    #gHeader .hInner {
        padding-left: 123px;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    padding: 0 184px 0 0;
    text-align: center;
}
#gNavi > li {
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding: 0 14px;
}
@media all and (min-width: 0) and (max-width: 768px) {
    #gHeader .hBox .hLink a:hover {
        text-decoration: none;
        background-color: #11959b;
    }
}
/* 間隔調整 */
@media all and (min-width: 1160px) and (max-width: 1320px) {
    #gNavi > li {
        padding: 0 14px;
    }
    #gNavi {
        padding: 0 125px 0 0;
    }
}

.fix #gHeader #gNavi > li {
    line-height: 1.3;
    font-size: 11px;
}
.fix #gHeader #gNavi > li a {
    height: 70px;
}
#gNavi > li > a {
    color: #828282;
    display: table-cell;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 100px;
}
#gNavi > li > a:before {
    background-color: #0F4B91;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
#gNavi > li.on > a:before, #gNavi > li > a:hover:before {
    transform: scaleX(1);
    visibility: visible;
}
#gNavi > li > a span {
    display: block;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
}
@media all and (min-width: 1160px) and (max-width: 1320px) {
    #gNavi > li > a span {
        font-size: 17px;
    }
}
.fix #gHeader #gNavi > li > a span {
    font-size: 15px;
}
#gNavi > li .subNavi {
    padding: 40px 0 40px 30px;
    margin-left: -146px;
    display: none;
    position: absolute;
    top: 90%;
    left: 50%;
    width: 292px;
    text-align: left;
    background-color: #fff;
    box-shadow: 3px 3px 6px #D6D6D6;
    z-index: 10;
}
#gNavi > li > a:hover {
    text-decoration: none;
}
#gNavi .liStyle > a span {
    background: url("../img/icon02.png") no-repeat right center;
    padding-right: 20px;
}
#gNavi > li .subNavi li {
    margin-top: 20px;
    font-size: 14px;
}
#gNavi > li .subNavi li:first-child {
    margin: 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    z-index: 20;
    overflow: hidden;
    background-color: #fff;
}
#gFooter .pageTop {
    margin: 0 auto 22px;
    max-width: 1165px;
    text-align: right;
}
#gFooter .pageTop a:hover img {
    opacity: 0.7;
}
#gFooter .pageTop img {
    margin-top: 4px;
}
#gFooter .fLink {
    margin: 0 auto 73px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
	padding:0 30px;
}
#gFooter .fLink a {
    padding: 60px 0 68px;
	border-radius: 15px;
    display: block;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25em;
    background-color: #00A0EE;
}
#gFooter .fLink a:hover {
    text-decoration: none;
    background-color: #11959b;
}
#gFooter .fBox {
    margin: 0px auto 63px;
    max-width: 1186px;
}
#gFooter .fLogo a img {
    width: 80%;
}
#gFooter .lBox {
    float: left;
    width: 17.2%;
    box-sizing: border-box;
}
#gFooter .rBox {
    padding-left: 40px;
    float: left;
    width: 20%;
    box-sizing: border-box;
}
#gFooter .fNavi {
    display: flex;
}
#gFooter .fNavi > li {
    padding: 11px 13px 11px 0;
    font-size: 15px;
    letter-spacing: 0.07em;
}
#gFooter .fNavi > li > a {
    padding-left: 13px;
    display: block;
    font-weight: bold;
    color: #182D3D;
}
#gFooter .fNavi .intelligence {
    display: flex;
}
#gFooter .fNavi li .innerNavi {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
#gFooter .fNavi li .innerNavi li {
    margin: 0 7px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.07em;
}
#gFooter .fNavi li a:hover {
    color: #A3ABB1;
    text-decoration: none;
}
#gFooter .fNavi > li > .subNavi {
    margin-top: 7px;
}
#gFooter .fNavi > li > ul li {
    font-size: 11px;
    line-height: 1.9;
}
#gFooter .fNavi > li > ul li a {
    color: #8B969E;
}
#gFooter .fNavi > li > ul li a:hover {
    color: #5D6C77;
}
#gFooter .fInner01 .fNavi > li .subNavi > li {
    float: left;
    width: 47%;
    box-sizing: border-box;
}
#gFooter .fInner01 .fNavi > li .subNavi > li:first-child {
    width: 53%;
}
#gFooter .fNavi > li .subNavi > li {
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
#gFooter .rBox .fNavi > li .subNavi > li {
    padding-right: 0;
}
/*
#gFooter .copyright {
	padding: 19px 0;
	color: #172c3c;
	font-size: 13px;
	text-align: center;
	background-color: #fff;
}
*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#copyrightBlock {
    padding: 19px 0 13px;
    text-align: center;
    border-top: 1px solid #8B969E;
}
#copyrightBlock #copyrightBlock_in {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
#copyright {
    float: right;
    color: #8b969e;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.05em;
}
#footerLogo {
    float: left;
    margin-right: 41px;
}
#copyrightBlock_in #footerLink {
    float: left;
    font-size: 13px;
}
#footerLogo img {
    width: 260px;
}
#copyrightBlock {
    padding: 19px 0 13px;
    text-align: center;
    border-top: 1px solid #8B969E;
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#gFooter .fTxt {
    clear: both;
    color: #182D3D;
    font-size: 13px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.07em;
    margin: 0 auto 0 auto;
    max-width: 1160px;
}
.sp {
    display: none !important;
}
/* 1160px未満・タブレット・SP */
@media all and (min-width: 0) and (max-width: 1159px) {
    #gHeader .sp {
        display: block !important;
    }
    #gHeader .pc {
        display: none !important;
    }
    body {
        font-size: 16px;
        line-height: 1.8;
    }
    #container {
        padding-top: 57px;
    }
    #gHeader {
        height: auto !important;
    }
    #gHeader .hBox {
        height: auto;
    }
    #gHeader .hBox h1 {
        padding: 19px 0 16px 10px;
        margin: 0;
        float: left;
        position: relative;
        width: 100%;
        z-index: 103;
        background-color: #FFF;
        left: 0;
        line-height: 0;
    }
    #gHeader .hBox h1 img {
        width: 150px;
    }
    #gHeader .hBox .menu {
        padding-right: 12px;
        float: right;
    }
    #gHeader .hBox .menu .close {
        display: none;
    }
    #gHeader .hBox .menu.on .close {
        display: block;
    }
    #gHeader .hBox .menu.on .out {
        display: none;
    }
    #gNavi {
        padding: 0;
    }
    #gHeader .hBox .hLink {
        margin: 0;
        position: inherit;
        top: auto;
        width: 100%;
        display: block;
    }
    #gHeader .hBox .hLink a {
        padding: 23px 0;
        display: block;
        font-size: 22px;
        height: auto;
        width: auto;
        letter-spacing: 0.07em;
        border-radius: 0;
    }
    #gHeader .hBox .hLink a:hover {
        background-color: #11959b;
    }
    #gHeader .hBox .hLink a span {
        padding-right: 25px;
    }
    #gNavi li {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid #828282;
        padding: 0;
    }
    #gNavi li:last-child {}
    #gNavi li a {
        padding: 18px 10px;
        display: block;
        font-size: 10px;
        text-align: left;
        background: url(../img/icon07.png) no-repeat 94% center;
        background-size: 8px 14px;
        height: auto;
    }
    #gNavi > li > a:before {
        display: none;
    }
    #gNavi > li > a span {
        margin-right: 15px;
        display: inline;
        font-size: 16px;
    }
    #gNavi .liStyle > a span {
        background: none;
        padding-right: 0;
    }
    #gNavi .liStyle > a {
        background: url(../img/icon13.gif) no-repeat 95% center;
        background-size: 25px 25px;
    }
    #gNavi .liStyle.open > a {
        background: url(../img/icon08.gif) no-repeat 95% center;
        background-size: 25px 25px;
    }
    #gNavi > li .subNavi {
        margin: 0;
        padding: 0;
        left: auto;
        display: none;
        position: inherit;
        width: auto;
        border-top: 1px solid #828282;
        box-shadow: none;
    }
    #gNavi > .open .subNavi {
        display: block !important;
    }
    #gNavi > li .subNavi li {
        margin: 0;
    }
    #gNavi > li .subNavi li a {
        padding: 19px 20px;
        font-size: 13px;
        background-color: #E7EAEB;
    }
    .drawer--top.drawer-open .drawer-nav {
        overflow-y: scroll;
    }
    #gHeader .hInner {
        padding-left: 0;
    }
    #gNavi {
        margin-top: 57px;
        border-top: 1px solid #0F4B91;
    }
    #gFooter .pageTop {
        max-width: 1120px;
    }
    /*----------------------------------------------------------------------------------------------------------------------------------------*/
    #footerLogo img {
        width: 234px;
    }
    /*----------------------------------------------------------------------------------------------------------------------------------------*/
    br.spbr {
        display: inline !important;
    }
}
/* タブレット表示 */
@media all and (min-width: 769px) and (max-width: 1159px) {
    #gFooter .fBox {
        max-width: 1100px;
    }
    #gFooter .fLogo {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    #gFooter .lBox {}
    #gFooter .fNavi > li.tab {}
    #gFooter .fTxt {
        padding: 0 16px;
    }
    #copyrightBlock {
        padding: 20px 30px;
    }
    #gFooter .fInner01 .fNavi > li .subNavi > li {
        width: 100% !important;
        float: none;
    }
    #gFooter .fNavi > li {
        padding: 15px 0 14px;
        font-size: 13px;
    }
    #gFooter .fNavi > li > ul li {
        line-height: 1.8;
    }
    #gFooter .fNavi > li > a {
        padding-left: 15px;
    }
    #gFooter .fLogolink {
        display: block;
    }
}
/* SP表示 */
@media all and (min-width: 0) and (max-width: 768px) {
    body {
        min-width: inherit;
    }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    /* footer SP */
    #gFooter .pc {
        display: none !important;
    }
    #gFooter .sp {
        display: block !important;
    }
    #gFooter .pageTop {
        text-align: center;
        position: absolute;
        right: 13px;
        bottom: -8px;
    }
    #gFooter .pageTop img {
        width: 42px;
    }
    #gFooter .pageTop a:hover img {
        opacity: 1;
    }
    #gFooter .fLink {
        margin-bottom: 106px;
        width: 100%;
    }
    #gFooter .fLink a {
        padding: 30px 0 34px;
        font-size: 20px;
        background-size: 14px 14px;
    }
    #gNavi > li .subNavi li a:hover {
        text-decoration: none;
    }
    #gFooter .fLink a:hover {
        background-color: #1bb5c6;
    }
    #gHeader .hBox .hLink a:hover {
        background-color: #1bb5c6;
    }
    #gFooter .fBox {
        margin-bottom: 29px;
    }
    #gFooter .rBox, #gFooter .lBox {
        padding: 0;
        float: none;
        width: 100%;
    }
    #gFooter .fNavi {
        display: block;
        padding: 0 16px;
    }
    #gFooter .fNavi > li {
        padding: 9px 0 9px;
        font-size: 12px;
        letter-spacing: 0;
        border-bottom: 1px solid #B3B3B3;
    }
    #gFooter .fNavi .intelligence > a {
        background: url("../img/icon13.gif") no-repeat right 10px center/25px;
    }
    #gFooter .fNavi > li > a {
        padding-right: 24px;
        background: url("../img/icon07.png") no-repeat right 18px center/8px;
    }
    #gFooter .fNavi li a:hover {
        color: #182D3D;
        text-decoration: none;
    }
    #gFooter .fNavi > li > ul li a:hover {
        color: #8B969E;
    }
    #gFooter .fNavi .intelligence {
        display: block;
    }
    #gFooter .fNavi .intelligence a {
        transition: none;
    }    
    #gFooter .fNavi .intelligence.on > a {
        background: url("../img/icon18.png") no-repeat right 18px center/10px;
    }
    #gFooter .fNavi li .innerNavi {
        margin: 8px 0 0 0;
        padding: 10px 0 0;
        display: none;
        border-top: 1px solid #B3B3B3;
    }
    #gFooter .fNavi li .innerNavi li {
        margin: 0 0 1px 13px;
        font-size: 11px;
        letter-spacing: 0;
    }
    #gFooter .fNavi li .innerNavi li:last-child {
        margin-bottom: 0;
    }
    #gFooter .fLogo {
        margin-top: 17px;
        float: none;
        width: 100%;
        text-align: center;
    }
    #gFooter .fLogo img {
        width: 178px !important;
    }
    #gFooter .fTxt {
        margin: 30px 0 11px 0;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0;
    }
    #footerLogo {
        display: block;
        float: none;
        margin: 0 20px -4px;
    }
    #footerLogo img {
        max-width: 100%;
    }
    #copyrightBlock {
        padding: 14px 15px 12px;
        margin: 0 0px;
    }
    #copyrightBlock #copyrightBlock_in {
        width: auto;
    }
    #copyrightBlock_in #footerLink {
        margin-bottom: 17px;
        font-size: 11px;
        float: none;
    }
    #copyrightBlock_in #footerLink a:hover {
        text-decoration: none;
    }
    #copyright {
        float: none;
        font-size: 10px;
    }
}
@media all and (min-width: 0) and (max-width: 374px) {
    #gFooter .fTxt {
        font-size: 11px;
    }
    #gFooter .pageTop {
        bottom: 10px;
    }
}

.col_center{
	text-align: center;
	padding:40px 20px;
}