@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: 'Noto Sans JP', 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 {
    transition: all 0.3s;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #fff;
	font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000032;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
    position: relative;
}
#main {
    display: block
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
    margin: 0 auto;
    padding: 20px 40px 24px;
    width: 1000px;
}
#gHeader .hBox h1 {
    width: 100px;
}
#gHeader .hBox h1 a {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Barlow Condensed', sans-serif;
}
.gNaviLink {
    width: 300px;
 margin: -6px 0 0 0;
}
.gNaviLink li {
    width: 300px;
}
.gNaviLink li a {
    padding: 8px 24px 6px;
    display: block;
    position: relative;
    font-size: 1.2rem;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-color: #000032;
 box-sizing: border-box;
}
.gNaviLink li a:first-child{
    padding: 8px 24px 6px;
}
.gNaviLink li a:hover {
    opacity: 0.7;
}
.gNaviLink li a::before {
    margin-top: -3px;
    width: 18px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fc585c;
    content: "";
}

#gHeader .hBox #gNavi {
    margin-top: 15px;
    width: 600px;
}
#gHeader .hBox #gNavi ul {
    justify-content: flex-end;
}
#gHeader .hBox #gNavi li {
    margin-left: 41px;
}
#gHeader .hBox #gNavi li:first-of-type {
    margin-left: 0;
}
#gHeader .hBox #gNavi li a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
}
#gHeader .hBox #gNavi li a:hover {
    opacity: 0.7;
}
#gHeader .hBox #gNavi li a span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
@media all and (max-width: 896px) {
    .gNaviLink {
      width: 100%;
    }
    .gNaviLink li {
      width: 100%;
    }
    #gHeader .hBox {
        padding: 7px 80px 8px 5px;
        width: auto;
        display: block;
    }
    #gHeader .hBox h1 {
        width: auto;
        position: relative;
        z-index: 2000;
    }
    #gHeader .hBox h1 a {
        font-size: 2.5rem;
        line-height: 0.95;
    }
    .menu {
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }
    .menu .line span {
        display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 20px;
		width: 30px;
		height: 5px;
		background-color: #fff;
    }
    .menu .line span:nth-of-type(1) {
		top: 13px;
	}
	.menu .line span:nth-of-type(2) {
		top: 23px;
	}
    .menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
	}
    .menu p {
        padding-top: 28px;
        font-size: 1.35rem;
        font-weight: 700;
        text-align: center;
        font-family: 'Barlow Condensed', sans-serif;
    }
    .menuBox {
        padding: 64px 5px;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(7,5,24,0.902);
        z-index: 51;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .menuBox li {
        margin-bottom: 5px;
    }
    .menuBox li a {
        padding: 3px 5px 2px;
        display: block;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.3;
        border: 1px solid #8d8a92;
        text-align: center;
    }
    .menuBox li a span {
        display: block;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .menuBox li.li01 a {
        background-color: #fc585c;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 26px 20px 32px 40px;
    background-color: #fff;
}
#gFooter .fBox {
    align-items: center;
}
#gFooter .fLogo {
    width: 115px;
}
#gFooter .fLogo a {
    display: block;
    color: #000032;
    font-size: 3rem;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Barlow Condensed', sans-serif;
}
#gFooter address {
    margin-top: -18px;
    width: 500px;
    color: #000032;
    font-style: normal;
    text-align: center;
}
#gFooter .pageTop {
    width: 80px;
}
#gFooter .pageTop a {
    display: block;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 22px 20px 28px;
        position: relative;
    }
    #gFooter .fBox {
        display: block;
    }
    #gFooter .fLogo {
        margin-bottom: 14px;
        width: auto;
    }
    #gFooter .fLogo a {
        font-size: 1.5rem;
        text-align: center;
    }
    #gFooter address {
        margin-top: 0;
        width: auto;
        font-size: 0.8rem;
    }
    #gFooter .pageTop {
        width: 40px;
        position: absolute;
        top: 8px;
        right: 5px;
    }
}