@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 1400px) and (min-width: 897px) {
    html {
        font-size: 0.71428vw;
    }
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family:"hiragino-kaku-gothic-pron",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.9rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
.content {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 113.4rem;
    box-sizing: border-box;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    .content {
        padding: 0 2rem;
        max-width: inherit !important;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.4rem 6.5rem 2.4rem 5rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
    z-index: 99;
}
#gHeader h1 {
	margin: 0.4rem 0 0 0.4rem;
	width: 22rem;
}
#gHeader .hBox {
	align-items: center;
}
#gHeader .menuBox #gNavi {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader .link a {
	padding-right: 3rem;
	color: #fff;
	background: url(/lp/gpuserver/assets/img/common/icon01.png) no-repeat center right / 2.3rem;
}
#gHeader .link a:hover {
    opacity: 0.7;
}
#gHeader .linkUl {
	margin-left: 8.8rem;
}
#gHeader .linkUl li:not(:first-child) {
	margin-left: 3.6rem;
}
#gHeader .linkUl li a {
	min-width: 32rem;
	min-height: 6.9rem;
	font-size: 3.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #333;
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
}
#gHeader .linkUl li a:hover {
    opacity: 0.7;
}
#gHeader .linkUl li:first-child a {
	font-size: 3.2rem;
    letter-spacing: 0.04em;
	font-family: "futura-pt",sans-serif;
}
#gHeader .linkUl li.red a {
	font-size: 2rem;
	color: #fff;
	background-color: #B00000;
}
#gHeader .linkUl li.red a:hover {
    opacity: 0.7;
}
#gHeader .linkUl li a .ico {
	margin: 0.5rem 2.2rem -0.5rem -2.2rem;
}
#gHeader .linkUl li.red a .ico {
	margin-top: 0;
	margin-bottom: 0;
}
#gHeader .linkUl li:first-child a .ico {
	margin: 0.7rem 1.2rem -0.7rem -1.2rem;
}
@media all and (min-width: 897px) and (max-width: 1000px)  {
    #gHeader .linkUl li:first-child a .ico {
        width: 2.9rem;
    }
    #gHeader .linkUl li.red a .ico {
        width: 3.8rem;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 2rem 2.4rem;
    }
    #gHeader h1 {
        width: 13.7rem;
        z-index: 99;
    }
    .menu {
        width: 20px;
        height: 21px;
        position: absolute;
        right: 27px;
        top: 20px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
    }
    .menu span {
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        background: #fff;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .menu span:nth-child(2) {
        top: 14px;
    }
     .menu.on .top {
        -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(-45deg);
        transform: translateY(4px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .menu.on .bottom {
        -webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(45deg);
        transform: translateY(-4px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .menuBox {
        padding: 10rem 0 8rem;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        background-color: #2F2F2F;
        box-sizing: border-box;
        z-index: 5;
    }
    #gNavi {
        display: block !important;
    }
    #gNavi .naviList {
        padding: 20vh 20px 20vh;
        width: auto;
        display: block;
    }
    #gNavi .naviList li {
        margin-left: 0;
    }
    #gNavi .naviList li a {
        padding: 20px 0 23px;
        text-align: left;
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        display: block;
        color: #000;
        border-bottom: 1px solid #C8C8C8;
    }
    #gNavi .naviList li:first-child {
        border-top: 1px solid #C8C8C8;
    }
    #gHeader .linkUl {
        margin: 0;
        display: block;
    }
    #gHeader .linkUl li {
        margin: 0 0 2rem !important;
    }
    #gHeader .linkUl li a {
        margin: 0 auto;
        width: 70%;
        min-width: inherit;
        min-height: 4rem;
    }
    #gHeader .linkUl li a {
        font-size: 2rem !important;
    }
    #gHeader .linkUl li:first-child a .ico {
        width: 1.5rem;
    }
    #gHeader .linkUl li.red a .ico {
        margin: 1rem 2.2rem 0 -2.2rem;
        width: 2.5rem;
    }
    #gHeader .link {
        margin-bottom: 2rem;
        text-align: center;
    }
    #gHeader .link a {
        font-size: 2rem;
        padding-right: 2.5rem;
        background-size: 2rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 21.6rem;
}
#gFooter .fBox {
    margin-bottom: 8.5rem;
}
#gFooter .fLogo {
    margin: 0 auto 8.5rem;
    max-width: 35rem;
}
#gFooter .fNavi a {
    padding: 0.2rem 4rem 0.2rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.14rem;
    background: url(/lp/gpuserver/assets/img/common/icon09.png) no-repeat center right / 3.1rem;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .bgBox {
    padding: 4rem 0 3.6rem;
    background-color: #000;
}
#gFooter .bgBox .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.16rem;
    text-align: center;
    color: #fff;
    font-family: "niveau-grotesk",sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2rem 0 0;
	}
	#gFooter .fBox {
		margin-bottom: 5rem;
	}
	#gFooter .fLogo {
		margin-bottom: 4rem;
		max-width: 20rem;
	}
	#gFooter .fNavi a {
		padding-right: 2.5rem;
		font-size: 1.6rem;
		background-size: 2.2rem;
	}
	#gFooter .bgBox {
		padding: 2rem 0.5rem;
	}
	#gFooter .bgBox .copyright {
		font-size: 1.2rem;
	}
}