@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: "Noto Sans JP", 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: #1A1A1A;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1A1A1A;
}
a:hover {
	color: #1A1A1A;
}
a:active {
	color: #1A1A1A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #1A1A1A;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
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: 999;
}
#gHeader .hBox {
	padding: 3rem 5rem;
}
#gHeader .hBox h1 {
	width: 29.9rem;
}
#gNavi {
	padding: 0.7rem 11rem 0 0;
	width: calc(100% - 31rem);
	text-align: right;
}
#gNavi li {
	margin-left: 5.5rem;
	display: inline-block;
}
#gNavi li a {
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gHeader .menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 10rem;
	width: 10rem;
	cursor: pointer;
	z-index: 300;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #172a4f;
}	
#gHeader .menu > span {
	background: #FFF;
	border: none;
	height: 0.2rem;
	width: 5rem;
	position: absolute;
	top: 2.4rem;
	left: 2.5rem;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}	
#gHeader .menu span:nth-of-type(2) {
	top: 3.6rem;
}
#gHeader .menu .text {
	top: 6rem;
	left: 2.5rem;
	background: transparent;
	height: auto;
	width: auto;
	color: #FFF;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
}
#gHeader .menu .text .close {
	display: none;
}
#gHeader .menu.on .text .open {
	display: none;
}
#gHeader .menu.on .text .close {
	margin-left: -0.2rem;
	display: block;
}
#gHeader .menu span:nth-of-type(3) {
	top: 4.8rem;
}
#gHeader .menu.on .top {
	transform: translateY(1.2rem) translateX(0) rotate(45deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	transform: translateY(-1.2rem) translateX(0) rotate(-45deg);
}
#gHeader .hBox .menuBox {
	position: absolute;
	top: 10rem;
	right: 0;
	width: 50rem;
	background: #172a4f;
	z-index: 300;
	transform: translateX(101%);
	transition: .3s;
}
#gHeader .hBox .menuBox.open {
	transform: translateX(0);
}
#gHeader .hBox .menuBox .menuList li:last-child a {
	border-bottom: none;
}
#gHeader .hBox .menuBox .menuList li a {
	padding: 2rem 3rem;
	color: #FFF;
	font-size: 2rem;
	display: block;
	border-bottom: 0.2rem solid #6A768E;
}
#gHeader .hBox .menuBox .menuList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.4rem 1.5rem;
	}
	#gHeader .hBox h1 {
		width: 18.7rem;
	}
	#gNavi {
		display: none;
	}
	#gHeader .menu {
		height: 5rem;
		width: 5rem;
	}	
	#gHeader .menu > span {
		height: 0.1rem;
		width: 2.4rem;
		top: 1.2rem;
		left: 1.3rem;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 1.8rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 2.4rem;
	}
	#gHeader .menu .text {
		top: 2.9rem;
		left: 1.3rem !important;
		font-size: 0.8rem;
	}
	#gHeader .menu .text .close {
		margin-left: -0.2rem;
	}
	#gHeader .menu.on > span {
		width: 2.8rem;
		left: 1rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.6rem) translateX(0) rotate(27deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.6rem) translateX(0) rotate(-27deg);
	}
	#gHeader .hBox .menuBox {
		top: 5rem;
		right: 0;
		width: 100%;
	}
	#gHeader .hBox .menuBox .menuList li a {
		padding: 1.9rem 2.5rem;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		border-width: 1px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 0.5rem;
	background: #1A1A1A;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 0 12.4rem;
	max-width: 120rem;
}
#gFooter .fBox .contactBox {
	margin: -22.5rem 0 12rem;
	background: #FFF;
}
#gFooter .fBox .contactBox a {
	padding: 11.5rem 0 15.2rem;
	display: block;
	background: #FFF;
}
#gFooter .fBox .contactBox a:hover {
	opacity: 0.7;
}
#gFooter .fBox .contactBox a h2 {
	margin: 0 auto;
	max-width: 96rem;
	background: url(../img/common/icon01.png) no-repeat right top calc(50% + 1.8rem) / 6rem;
}
#gFooter .fBox .inner {
	margin-bottom: 5rem;
}
#gFooter .fBox .inner .fLogo {
	margin-bottom: 3.1rem;
	width: 29.9rem;
}
#gFooter .fBox .inner .text {
	color: #FFF;
	line-height: 2;
	letter-spacing: 0.05em;
}
#gFooter .fBox .inner .text a {
	color: #FFF;
}
#gFooter .fBox .inner .fNavi {
	margin-top: 0.5rem;
}
#gFooter .fBox .inner .fNavi li {
	margin-left: 5.5rem;
	display: inline-block;
}
#gFooter .fBox .inner .fNavi li:first-child {
	margin-left: 0;
}
#gFooter .fBox .inner .fNavi li a {
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .fBox .inner .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBox address {
	color: #FFF;
	font-size: 1.4rem;
	text-align: right;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin: 0 auto;
		padding: 0 1.5rem 2.9rem;
		max-width: inherit;
	}
	#gFooter .fBox .contactBox {
		margin: -11rem 0 5rem;
	}
	#gFooter .fBox .contactBox a {
		padding: 0;
		display: block;
		background: #FFF;
	}
	#gFooter .fBox .contactBox a h2 {
		margin: 0 auto;
		padding: 1.7rem 2rem 9.3rem;
		max-width: inherit;
		background: url(../img/common/icon01_sp.png) no-repeat right 1.5rem bottom 1.5rem / 5rem;
	}
	#gFooter .fBox .inner {
		margin-bottom: 2.7rem;
		display: block;
	}
	#gFooter .fBox .inner .fLogo {
		margin-bottom: 1.4rem;
		width: 22.4rem;
	}
	#gFooter .fBox .inner .text {
		margin-bottom: 3.6rem;
		line-height: 1.75;
	}
	#gFooter .fBox .inner .fNavi {
		margin: 0.5rem -1.5rem 0;
	}
	#gFooter .fBox .inner .fNavi li {
		margin-left: 0;
		display: block;
	}
	#gFooter .fBox .inner .fNavi li a {
		padding: 1.9rem 2.5rem;
		display: block;
		border-bottom: 1px solid #666;
	}
	#gFooter .fBox .inner .fNavi li:first-child a {
		border-top: 1px solid #666;
	}
	#gFooter .fBox address {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 13.1rem;
	padding: 9rem 0 2rem;
	min-height: 60rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/about/page_title_bg.jpg) no-repeat center center / cover;
}
.pageTitle .inner {
	margin: 0 auto;
	max-width: 120rem;
	width: 100%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 7rem;
		padding: 4rem 2rem 2rem;
		min-height: 32rem;
		justify-content: flex-start;
	}
	.pageTitle .inner {
		margin: 0;
		max-width: inherit;
		width: auto;
	}
}