@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto: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;
}

.roboto {
    font-family: 'Roboto', 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;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
    font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#container {
    overflow: hidden;
	text-align: left;
}
#main {
    margin-bottom: 110px;
    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;
	}
    #main {
        margin-bottom: 70px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#gHeader:after {
	width: 100%;  
	height: 100%;
    background: linear-gradient(45deg,rgba(0,0,0,0.7) 0%, rgba(0,50,105,0.7) 100%);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    background-blend-mode: multiply;
    z-index: -1;
}
.hInner {
    align-items: center;
    max-width: 1088px;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu {
    padding-top: 7px;
    width: 80px;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    letter-spacing: 0.2em;
}
.subMenu {
    margin: 0 auto 8px;
    position: relative;
    height: 20px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu.on .subMenu .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.menu.on .subMenu .middle {
    opacity: 0;
}

.menu.on .subMenu .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.subMenu span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.subMenu span:nth-of-type(2) {
    top: 8px;
}
.subMenu span:nth-of-type(3) {
    top: 16px;
}
.menu .txtSpan {
    display: block;
    margin-left: 3px;
}
.menuBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(45deg,#000 0%, #003269 100%);
}
.subMenuBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 247px 0 50px;
    text-align: center;
}
.menuBox .naviUl {
    margin-bottom: 53px;
}
.menuBox .naviUl li {
    font-size: 2rem;
    color: white;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}
.menuBox .naviUl li a:hover {
    opacity: 0.7;
}
.menuBox a {
    color: white;
}
.menuBox .comLink {
    width: 270px;
}
.menuBox .comLink a {
    font-size: 2rem;
    border-color: white;
    border-radius: 0;
    border-width: 1px;
    color: white;
    padding: 9px 10px;
    background: none;
}
.menuBox .comLink a::after {
    border-radius: 0;
}
@media all and (max-width: 896px) {
	#gHeader {
	}
    .hInner {
        padding: 10px 20px 9px;
    }
    .hInner h1 {
        width: 150px;
    }
    .subMenu span {
        height: 1px;
    }
    .subMenu {
        margin-bottom: 0;
    }
    .menu {
        width: 50px;
    }
    .subMenuBox {
        padding-top: 140px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 50px;
    position: relative;
}
#gFooter:after {
	width: 100%;  
	height: 100%;
    background: linear-gradient(45deg,#000 0%, #003269 100%);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
    z-index: -1;
}
.fInner {
    padding: 62px 0 140px;
    max-width: 920px;
    margin: 0 auto;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.fInner .rBox {
    margin: 34px -28px 0 0;
}
.fInner p {
    margin-bottom: 25px;
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    line-height: 2.083;
}
.fInner p a {
    color: white;
}
.fInner p a:hover {
    opacity: 0.7;
}
address {
    font-style: normal;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
}
@media all and (max-width: 896px) {
    .fInner {
        max-width: inherit;
        padding: 40px 20px 28px;
        display: block;
    }
    .fLogo {
        margin-bottom: 40px;
        text-align: center;
    }
    .fLogo img {
        margin-left: -10px;
    }
    .fInner .rBox {
        text-align: center;
        margin: 0;
    }
    .fInner p {
        margin-bottom: 13px;
        letter-spacing: 0.25em;
    }
    #gFooter {
        padding-bottom: 30px;
    }
}