@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: "Zen Kaku Gothic New", 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.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;
	}
	#container {
		margin-bottom: 6rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: sticky;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
}
#gHeader .hBox {
	padding: 0 5rem;
	position: relative;
}
#gHeader h1 {
	width: 28rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #FFF;
	border-radius: 0 0 2rem;
}
#gHeader h1 a {
	padding: 4rem 0 3.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gHeader h1 a img {
	width: 18rem;
}
#gNavi .naviBox {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
#gHeader .btnList li {
	margin-left: 2rem;
	width: 24rem;
}
#gHeader .btnList a {
	min-height: 6rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background-color: #158582;
}
#gHeader .btnList span {
	padding: 0.5rem 0 0.5rem 5rem;
	background: url(../img/common/icon02.png) no-repeat left center / 4.3rem;
}
#gHeader .btnList .li01 a {
	background-color: #003B94;
}
#gHeader .btnList .li01 span {
	padding-left: 3.5rem;
	background-image: url(../img/common/icon03.png);
	background-size: 2.7rem auto;
}
#gHeader .btnList a:hover,
#gNavi .naviBox a:hover {
	opacity: 0.7;
}
#gNavi .naviList > li > a ,
#gNavi .naviList > li > .ttl {
	padding: 0.5rem 3rem;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-right: 1px solid #999;
}
#gNavi .naviList > li:last-child > a,
#gNavi .naviList > li:last-child > span {
	border-right: 0;
}
#gNavi .naviList > li {
	padding: 3.2rem 0 3.4rem;
}
#gNavi .naviList .liStyle.on {
	background: url(../img/common/icon11.png) no-repeat center bottom 1.5rem / 1.6rem;
}
#gNavi .naviList .liStyle.on > a {
	color: #003B94;
}
@media all and (min-width: 897px) {
	#gHeader .hBox {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#gNavi {
		margin-right: 0.9rem;
	}
	#gNavi ul {
		display: flex;
		flex-wrap: wrap;
	}
	#gNavi .naviList > li > a:hover {
		color: #003B94;
	}
	#gNavi .naviBox {
		padding: 6rem 7rem 5rem;
		background-color: rgba(0, 59, 148, 0.9);
		border-radius: 2rem;
		overflow: hidden;
	}
	#gNavi .naviBox .comPhotoList {
		margin-top: 0;
		justify-content: center;
		gap: 4rem;
	}
	#gNavi .naviBox .comPhotoList li {
		margin-top: 0;
		width: 25rem;
	}
	#gNavi .naviBox .comPhotoList .photoBox {
		margin-bottom: 1.5rem;
		border-radius: 2rem;
	}
	#gNavi .naviBox .comPhotoList p {
		padding: 0;
		color: #fff;
		font-size: 1.6rem;
		background-image: url(../img/common/icon12.png);
		background-size: 2.2rem auto;
		background-position: right 1rem center;
	}
	#gNavi .naviList .liStyle01 .naviBox {
		width: 126rem;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (min-width: 2180px) {
	#gNavi .naviBox {
		transform: translateX(-15%);
	}
}
@media all and (min-width: 897px) and (max-width: 1820px) {
	#gHeader h1 {
		width: 18rem;
	}
	#gHeader h1 a img {
		width: 12rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1635px) {
	#gHeader .hBox {
		padding: 0 2rem;
	}
	#gHeader .btnList li {
		width: 19rem;
	}
	#gHeader .btnList li:first-child {
		margin-left: 0;
	}
	#gNavi .naviList > li > a, 
	#gNavi .naviList > li > .ttl {
		padding: 0.5rem 2rem;
	}
	#gNavi .naviList .liStyle01 .naviBox {
		padding: 6rem 3rem 5rem;
		width: 92rem;
	}
	#gNavi .naviBox .comPhotoList li {
		width: 18rem;
	}
}
@media all and (max-width: 896px) {
	body.fixed .hBox::after {
		width: 100%;
		height: 5.9rem;
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		content: "";
		background-color: #fff;
	}
	#gHeader .hBox {
		padding: 1.2rem 1.5rem;
	}
	#gHeader h1 {
		width: auto;
		position: relative;
		z-index: 10;
		top: 0;
		left: 0;
		border-radius: 0;
	}
	#gHeader h1 a {
		padding: 0;
		display: inline-block;
	}
	#gHeader h1 a img {
		width: 21rem;
	}
	#gNavi .naviBox {
		margin-bottom: 1.5rem;
		position: static;
		transform: translateX(0);
	}
	#gNavi .naviBox .comPhotoList .photoBox {
		display: none;
	}
	#gNavi .naviBox .comPhotoList {
		margin-top: -0.3rem;
	}
	#gNavi .naviBox .comPhotoList li {
		margin: 0 0 0.6rem;
	}
	#gNavi .naviBox .comPhotoList li:last-child {
		margin-bottom: 0;
	}
	#gNavi .naviBox .comPhotoList p {
		padding: 0 2rem 0 3.2rem;
		text-indent: -0.8rem;
		font-size: 1.4rem;
		font-weight: 500;
		color: #666666;
		background: none;
	}
	#gHeader .btnList {
		width: 100%;
		position: fixed;
		z-index: 100;
		left: 0;
		bottom: 0;
	}
	#gHeader .btnList li {
		margin-left: 0;
		width: 50%;
	}
	#gHeader .btnList a {
		border-radius: 0;
	}
	#gHeader .btnList span {
		padding-left: 4.3rem;
		background-size: 3.6rem auto;
	}
	#gHeader .btnList .li01 span {
		padding-left: 3.4rem;
		background-size: 2.4rem auto;
	}
	#gNavi {
		margin-top: 5.9rem;
	}
	#gNavi .naviList > li > a ,
	#gNavi .naviList > li > .ttl {
		padding: 1.4rem 1.5rem;
		display: block;
		border-right: 0;
		border-top: 1px solid #999999;
	}
	#gNavi .naviList > li:last-child {
		border-bottom: 1px solid #999999;
	}
	#gNavi .naviList .liStyle {
		position: relative;
	}
	#gNavi .naviList > li {
		padding: 0;
	}
	#gNavi .naviList .ico {
		position: absolute;
		display: inline-block;
		z-index: 10;
		top: 1rem;
		right: 0.8rem;
		width: 2.6rem;
		height: 3rem;
		background: url(../img/common/icon11.png) no-repeat center center / 1.6rem auto;
	}
	#gNavi .naviList .ico.on {
		transform: rotate(180deg);
	}
	.menu {
		width: 3rem;
		height: 2rem;
		position: absolute;
		z-index: 10;
		top: 1.9rem;
		right: 1.5rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 3rem;
		height: .2rem;
		background-color: #003B94;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	.menuBox { 
		padding-bottom: 6rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12rem 0;
	background-color: #333;
}
#gFooter .infoBox {
	margin-bottom: 6.7rem;
}
#gFooter .fBox {
	width: 48rem;
}
#gFooter .fBox .addList {
	color: #fff;
}
#gFooter .fBox .addList li {
	margin-bottom: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.1em;
	font-weight: 500;	
	line-height: 1.75;
}
#gFooter .fBox .addList li:last-child {
	margin-bottom: 0;
}
#gFooter .fBox .addList .add {
	width: 11rem;
	display: inline-block;
}
#gFooter .fBox .addList .txt {
	flex: 1;
}
#gFooter .fBox .addList a {
	color: #fff;
}
#gFooter .fBox .fLogo {
	margin-bottom: 3.2rem;
	width: 18rem;
}
#gFooter .fBox .fLogo a {
	display: block;
}
#gFooter .naviBox {
	margin-top: 1.2rem;
	flex: 1;
}
#gFooter .fNavi a {
	color: #fff;
}
#gFooter .fNavi > li:not(:last-child) {
	margin-bottom: 2.2rem;
}
#gFooter .fNavi > li > a {
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .subNavi {
	margin-top: 0.7rem;
}
#gFooter .subNavi a {
	padding-left: 1rem;
	text-indent: -0.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.25;
	color: #B3B3B3;
	display: inline-block;
}
#gFooter address {
	text-align: right;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#gFooter .infoBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#gFooter .naviBox {
		margin-right: 1rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 8rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5rem 0 4.3rem;
	}
	#gFooter .infoBox {
		margin-bottom: 4.3rem;
	}
	#gFooter .fBox {
		padding: 0 1.5rem 3.7rem;
		margin: 0 -1.5rem 3.5rem;
		width: auto;
		border-bottom: 1px solid #989898;
	}
	#gFooter .fBox .addList li {
		margin-bottom: 1rem;
		display: block;
		text-align: center;
	}
	#gFooter .fBox .addList .add {
		margin-bottom: 0.6rem;
		width: auto;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 2.1rem;
		width: 13.1rem;
	}
	#gFooter .naviBox {
		margin-top: 0;
	}
	#gFooter .fNavi > li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#gFooter .fNavi:not(:last-of-type) {
		margin-bottom: 1.5rem;
	}
	#gFooter .subNavi {
		margin: 0.7rem 0 1.8rem;
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .subNavi li {
		padding-left: 0.5rem;
		width: 50%;
	}
	#gFooter .subNavi a {
		line-height: 1.92;
	}
	#gFooter address {
		text-align: left;
	}
}