@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #0A0910;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#gHeader .hBox {
	padding: 2rem;
}
#gHeader h1 {
	margin: 0.5rem 0 0 2.3rem;
	width: 20.3rem;
	position: relative;
	z-index: 101;
}
#gHeader h1 a {
	font-size: 2.9rem;
	display: block;
}
#gHeader .rBox {
	flex: 1;
	justify-content: right;
	align-items: center;
}
#gHeader .rBox .mail {
	width: 7rem;
}
#gHeader .rBox .mail a {
	display: block;
	position: relative;
}
#gHeader .rBox .mail a img {
	transition: 1.25s;
}
#gHeader .rBox .mail a img:nth-child(2) {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#gHeader .rBox .mail a:hover {
	opacity: 0.7;
}
#gNavi ul li {
	margin-right: 3.5rem;
}
#gNavi ul a:hover {
	opacity: 0.7;
}
#gHeader h1 a,
#gHeader #gNavi ul a {
	transition: 1.25s;
}
@media all and (min-width: 897px) {
	#gHeader.trans .rBox .mail a img {
		opacity: 0;
	}
	#gHeader.trans .rBox .mail a img:nth-child(2) {
		opacity: 1;
	}
	#gHeader.trans h1 a,
	#gHeader.trans #gNavi ul a {
		color: #000;
	}
}
@media all and (max-width: 896px) {
	body.fixed #gHeader h1 a {
		color: #fff;
	}
	#gHeader.trans h1 a {
		color: #000;
	}
	#gHeader .hBox {
		padding: 0.5rem 1rem;
	}
	#gHeader h1 {
		margin: 0;
		width: auto;
	}
	#gHeader h1 a {
		font-size: 1.7rem;
	}
	#gHeader .rBox {
		display: block;
		margin-bottom: 50px;
	}
	#gHeader .rBox .mail {
		margin: 0 auto;
		width: 6rem;
	}
	#gNavi {
		margin-bottom: 3rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi ul li {
		margin-right: 0;
	}
	#gNavi ul a {
		padding: 1.5rem;
		display: block;
		font-size: 1.5rem;
		border-bottom: 1px solid #fff;
	}
}		
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	height: 2rem;
	width: 2.3rem;
	position: relative;
	z-index: 101;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 2.2rem;
	height: 2px;
	background-color: #fff;
}
#gHeader.trans .menu span {
	background-color: #000;
}
body.fixed #gHeader .menu span {
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 0.3rem;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 1.7rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(0.8rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-0.6rem) rotate(45deg);
}
@media all and (max-width: 896px) {
	.menuBox { 
		padding: 5rem 0;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #0A0910;
        z-index: 100;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
	.menu span{
		color: #fff !important;
	}
	#gHeader.trans .menu span {
		background-color: #fff !important;
	}
	.menu {
		position: fixed;
		top: 10px !important;
		right: 10px !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 0 5.2rem;
}
#gFooter .fNavi {
	margin-left: 0.5rem;
}
#gFooter .fNavi li {
	margin-right: 3.5rem;
}
#gFooter .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}

.company_profile{
	margin-bottom: 50px;
}
.company_profile p{
	font-size: 14px;
}
.profile_block{
	display: flex;
	margin-bottom: 2rem;
}
.profile_block_title{
    width: 20%;
    border-bottom: 1px solid #626262;
    padding-bottom: 10px;	
}
.profile_block_text{
	width: 80%;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 10px;
}
.company_profile-contact{
	margin-top: 50px;
}
.company_profile .headline02{
    font-size: 20px;
    margin-bottom: 30px;
}

@media all and (max-width: 896px) {
	.company_profile .headline02 {
		font-size: 20px !important;
	}
	.company_profile-contact{
		margin-top: 100px;
	}
	.profile_block_title{
		width: 30%;
	}
	.profile_block_text{
		width: 70%;
	}
	.company_profile .content{
		margin: 0px 3rem 0px;
	}
	#gFooter {
		padding: 2rem 0 120px;
	}
	#gFooter .fNavi {
		margin-left: 0;
	}
	#gFooter .fNavi li {
		margin-right: 0;
		width: 50%;
	}
	#gFooter .fNavi a {
		padding: 0.7rem 0;
		display: block;
	}
}