@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
    padding-top: 116px;
	text-align: left;
    overflow: hidden;
    position: relative;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}

    .spBox {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

    #container {
        padding-top: 62px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 700;
    min-width: 1340px;
}

#gHeader.on {
    background-color: #fff;
}
.recruitTop #gHeader.on {
    background: none;
}
.recruitTop #gHeader.on.show {
    background-color: #fff;
}

#gHeader .lBox {
    float: left;
    padding: 21px 0 0 24px;
}

#gHeader .lBox h1,
#gHeader .lBox .h1 {
    font-weight: normal;
    font-size: 1.3rem;
    margin: 0 0 13px 10px;
}

#gHeader .lBox h1.logo {
    margin: 0;
}

#gHeader .lBox .logo a {
    display: inline-block;
    position: relative;
}

#gHeader .lBox .logo a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

#gHeader .lBox .logo embed {
    width: 252px;
    height: 44px;
}

#gHeader .rBox {
    float: right;
    padding: 0 1px 0 0;
}

#gHeader .btn {
    float: right;
    width: 128px;
}

#gHeader .btn a {
    padding: 31px 0 32px;
    display: block;
    color: #fff;
    font-size: 1.225rem;
    font-weight: bold;
    text-align: center;
    min-height: 115px;
    background-color: #a00000;
    box-sizing: border-box;
}

#gHeader .btn a:hover {
    opacity: 0.7;
}

#gHeader .btn img {
    display: block;
    margin: 0 auto 8px;
}

@media all and (max-width: 767px) {
    #gHeader {
        padding: 9px 18px 3px 12px;
        margin-bottom: 0;
        box-sizing: border-box;
        min-width: inherit;
    }

    #gHeader .lBox {
        padding: 0;
    }

    #gHeader .lBox h1 {
        font-size: 1.05rem;
        margin: 0 0 2px 0;
    }

    #gHeader .lBox .logo embed {
        width: 192px;
        height: 27px;
    }

    #gHeader .rBox {
        float: none;
    }

    #gHeader .menu {
        float: right;
        padding: 11px 0px 0 0;
    }

    #gHeader .menu img {
        width: 25px;
    }

    #gHeader .btn {
        float: none;
        width: 64px;
        position: fixed;
        z-index: 1000;
        bottom: 10px;
        right: 10px;
        margin-top: -28px;
    }

    #gHeader .btn2 {
        right: 80px;
    }

    #gHeader .btn a {
        padding: 13px 0;
        min-height: inherit;
        font-size: 7px;
    }

    #gHeader .btn img {
        width: 20px;
        margin-bottom: 5px;
    }

    .cover {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 800;
    }

   .spBox {
        position: fixed;
        right: -67.5%;
        top: 0;
        width: 67.5%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        z-index: 1000;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .spBox.on {
        right: 0;
    }

    .spBox .close {
        padding: 21px 18px 40px 0;
        text-align: right;
    }

    .spBox .close img {
        width: 24px;
    }

    .spBox .spNavi {
        padding: 0 0 50px 13px;
    }

    .spBox .spNavi li {
        float: left;
        width: 100%;
        text-align: center;
    }

    .spBox .spNavi li a {
        padding: 14.5px 0;
        color: #fff;
        display: block;
        font-size: 1.7rem;
        font-weight: bold;
    }

    .spBox .spNavi li .en {
        margin-top: 4px;
        display: block;
        color: #7d7d7d;
        font-size: 1.05rem;
        letter-spacing: 1px;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    /* width: 845px; */
    width: 724px;
    float: left;
    height: 115px;
    background-color: #000;
    text-align: center;
}

#gNavi li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#gNavi li a {
    padding: 36px 17.5px 32px;
    color: #fff;
    position: relative;
    display: block;
    box-sizing: border-box;
}

#gNavi li .top {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}

#gNavi li .en {
    margin-top: 8px;
    letter-spacing: 1px;
    color: #7d7d7d;
    display: block;
    font-size: 1.0rem;
}

#gNavi li a:hover .top {
    color: #d90000;
}

#gNavi li a:hover:before {
    margin-left: -41px;
    position: absolute;
    left: 50%;
    width: 82px;
    bottom: 20px;
    height: 1px;
    content: "";
    background-color: #d90000;
}

@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin: 0 36px 17px;
    clear: both;
}

#pagePath li {
	display: inline;
	color: #aeaeae;
	font-size: 1.4rem;
}

#pagePath li a {
    color: #3292a5;
    margin-right: 7px;
}

#pagePath li a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #pagePath {
        margin: 0 16px 12px;
    }

    #pagePath li {
        font-size: 1.05rem;
        letter-spacing: -0.5px;
    }

    #pagePath li a {
        margin-right: 3px;
    }

    #pagePath li a:hover {
        text-decoration: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 46px 0 14px;
    overflow: hidden;
    background-color: #333;
}

#gFooter .fInner {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

#gFooter .fBox {
    margin-bottom: 19px;
}

#gFooter .fLogo {
    margin-bottom: 33px;
    text-align: center;
}

#gFooter .fLogo a {
    display: inline-block;
    position: relative;
}

#gFooter .fLogo a:hover {
    opacity: 0.7;
}

#gFooter .fLogo a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

#gFooter .fLogo embed {
    width: 325px;
    height: 41px;
}

#gFooter .lBox {
    float: left;
    /* width: 660px; */
    width: 710px;
    margin-top: -4px;
}

#gFooter .fNavi01 {
    float: left;
    width: 254px;
}

#gFooter .fNavi01 li a {
    color: #e3e3e3;
    position: relative;
    font-size: 1.4rem;
}

#gFooter .fNavi01 li a::before {
    transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
    background: #d90000;
}

#gFooter .fNavi01 li a::after,
#gFooter .fNavi01 li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 3px);
    width: 0;
    right: 0;
    height: 1px;
}

#gFooter .fNavi01 li a::after {
    transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #fff;
}

#gFooter .fNavi01 li a:hover::after,
#gFooter .fNavi01 li a:hover::before {
    width: 100%;
    left: 0;
}

#gFooter .fNavi01 > li > a {
    padding-left: 12px;
    display: inline-block;
    background: url("../../img/common/icon02.png") no-repeat left top 6px;
    background-size: 7px auto;
}

#gFooter .fNavi01 > li > ul {
    margin: 4px 0 0 26px;
    overflow: hidden;
}

#gFooter .fNavi01 > li > ul li {
    margin-bottom: 4px;
}

#gFooter .fNavi02 {
    float: left;
    /* width: 404px; */
    width: 454px;
}

#gFooter .fNavi02 > li {
    float: left;
    width: 252px;
}

#gFooter .fNavi02 > li a {
    color: #e3e3e3;
    position: relative;
}

#gFooter .fNavi02 > li a::before {
    transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
    background: #d90000;
}

#gFooter .fNavi02 > li a::after,
#gFooter .fNavi02 > li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 3px);
    width: 0;
    right: 0;
    height: 1px;
}

#gFooter .fNavi02 > li a::after {
    transition: width 0.2s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #fff;
}

#gFooter .fNavi02 > li a:hover::after,
#gFooter .fNavi02 > li a:hover::before {
    width: 100%;
    left: 0;
}

#gFooter .fNavi02 > li ul li {
    margin-bottom: 4px;
}

#gFooter .fNavi02 > li ul li a {
    padding: 0 0 0 12px;
    font-size: 1.4rem;
    display: inline-block;
    background: url("../../img/common/icon02.png") no-repeat left top 3px;
}

#gFooter .fNavi02 > li:last-child {
    /* width: 150px; */
    width: 200px;
}

#gFooter .rBox {
    float: right;
    /* width: 294px; */
    width: 244px;
}

#gFooter .rBox .fLink {
    margin-bottom: 13px;
    overflow: hidden;
}

#gFooter .rBox .fLink a:hover {
    opacity: 0.7;
}

#gFooter .rBox .subBox a {
    display: block;
    overflow: hidden;
}

#gFooter .rBox .subBox a:hover {
    opacity: 0.7;
}

#gFooter .rBox .subBox img {
    float: left;
    width: 42px;
}

#gFooter .rBox .subBox .rTxt {
    display: block;
    color: #e3e3e3;
    font-size: 1.1rem;
    padding-left: 54px;
    line-height: 1.45;
}

#gFooter .copyright {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.5px;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 26px 19px 22px;
        overflow: inherit;
    }

    #gFooter .fInner {
        margin: 0 auto;
        width: auto;
        overflow: inherit;
    }

    #gFooter .fBox {
        margin: 0 0 12px 0;
    }

    #gFooter .fLogo {
        margin-bottom: 11px;
    }

    #gFooter .fLogo embed {
        width: 195px;
        height: 25px;
    }

    #gFooter .lBox {
        float: none;
        width: auto;
        margin: 0 0 12px 10px;
    }

    #gFooter .fNavi01 {
        width: 54%;
    }

    #gFooter .fNavi01 li a {
        font-size: 1.3rem;
    }

    #gFooter .fNavi01 li a:hover:before {
        display: none;
    }

    #gFooter .fNavi01 li a:hover:after {
        display: none;
    }

    #gFooter .fNavi01 > li > a {
        padding-left: 9px;
        background: url("../../img/common/icon02.png") no-repeat left top 5px;
        background-size: 5px auto;
    }

    #gFooter .fNavi01 > li > ul {
        margin: 7px 0 0 22px;
    }

    #gFooter .fNavi01 > li > ul li {
        margin: 0 0 7px;
    }

    #gFooter .fNavi02 {
        width: 46%;
    }

    #gFooter .fNavi02 > li {
        float: none;
        width: 100%;
    }

    #gFooter .fNavi02 > li a {
        color: #e3e3e3;
    }

    #gFooter .fNavi02 > li a:hover:before {
        display: none;
    }

    #gFooter .fNavi02 > li a:hover:after {
        display: none;
    }

    #gFooter .fNavi02 > li ul li {
        margin-bottom: 7px;
    }

    #gFooter .fNavi02 > li ul li a {
        padding-left: 10px;
        font-size: 1.3rem;
        background: url("../../img/common/icon02.png") no-repeat left top 5px;
        background-size: 5px auto;
        letter-spacing: -1.5px;
    }

    #gFooter .fNavi02 > li:last-child {
        width: auto;
        margin-top: 10px;
    }

    #gFooter .rBox {
        float: none;
        clear: both;
        width: auto;
        text-align: center;
    }

    #gFooter .rBox .fLink {
        margin-bottom: 29px;
        background-color: #fff;
    }

    #gFooter .rBox .subBox img {
        float: left;
        width: 45px;
    }

    #gFooter .rBox .subBox .rTxt {
        font-size: 1.2rem;
        padding: 5px 0 0 58px;
        line-height: 1.45;
        text-align: left;
    }

    #gFooter .copyright {
        font-size: 0.8rem;
        text-align: left;
        letter-spacing: 1px;
    }
}

@media all and (max-width: 374px) {
    #gFooter .fNavi01 {
        width: 54%;
    }

    #gFooter .fNavi02 {
        width: 46%;
    }

    #gFooter .fBox {
        margin: 0 0 12px 0;
    }

    #gFooter .lBox {
        margin-left: 0;
    }

    #gFooter .fNavi01 > li > ul {
        margin-left: 16px;
    }

    #gFooter .fNavi01 li a {
        font-size: 1.1rem;
    }

    #gFooter .fNavi02 > li ul li a {
        font-size: 1.1rem;
        letter-spacing: -1.5px;
    }
}
