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

.serif {
	font-family: 'Noto Serif JP', 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;
	box-sizing: border-box;
}
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;
	transition: all ease 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	padding-top: 100px;
	display: block;
	margin-bottom: 199px;
}
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;
	}
	#main {
		margin-bottom: 88px;
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
#gHeader .hInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	padding: 8px 0 0 6.95%;
}
#gHeader h1 a:hover img {
	opacity: 0.7;
}
#gHeader .rBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .naviUl {
	display: flex;
}
#gHeader .naviUl > li {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-left: 13px;
}
#gHeader .naviUl > li > a {
	min-width: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding-top: 4px;
	box-sizing: border-box;
	box-sizing: border-box;
}
#gHeader .naviUl > li > a span {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}
#gHeader .naviUl > li > a span:after {
	width: 0;  
	height: 2px;
	background-color: #142355;
	position: absolute;  
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
	opacity: 0;
	transition: all ease 0.3s;
}
#gHeader .naviUl > li > .gnMo {
	color: #9B9B9B;
}
#gHeader .naviUl > li > .gnMo span::after {
	opacity: 1;
	width: 100%;
}
#gHeader .naviUl > li:first-child {
	margin-left: 0;
}
#gHeader .tel {
	margin-left: 17px;
	width: 327px;
}
#gHeader .tel a {
	padding: 10px 22px 0 0;
	min-height: 100px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #142355;
	box-sizing: border-box;
}
#gHeader .tel a span {
	margin: -8px 0 0 8px;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#gHeader .naviUl .jsBox {
	display: none;
}
#gHeader .naviUl .jsBox01 {
	position: absolute;
	min-height: 90px;
	top: 100%;
	left: -13px;
	width: 200px;
	padding: 13px 10px 10px 22px;
	box-sizing: border-box;
	background-color: #F0F0F0;
	z-index: 10;
}
#gHeader .naviUl .jsBox01 .photo {
	border-bottom: 1px solid #A1A1A1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 82px;
	margin-bottom: 22px;
	box-sizing: border-box;
}
#gHeader .naviUl .jsBox01 ul li + li {
	margin-top: 9px;
}
#gHeader .naviUl .jsBox01 ul a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0;
}
#gHeader .naviUl .jsBox02 {
	position: absolute;
	min-height: 210px;
	top: 100%;
	left: -45px;
	width: min(58.86vw,804px);
	padding: 31px 16px 10px 19px;
	box-sizing: border-box;
	background-color: #F0F0F0;
	z-index: 10;
}
#gHeader .naviUl .jsBox02 ul {
	display: flex;
	flex-wrap: wrap;
}
#gHeader .naviUl .jsBox02 li {
	margin: 0 12px 10px 0;
	width: calc((100% - 65px) / 6);
}
#gHeader .naviUl .jsBox02 li a {
	display: block;
}
#gHeader .naviUl .jsBox02 li:nth-child(6n) {
	margin-right: 0;
}
#gHeader .naviUl .jsBox02 p {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.67;
	color: #666666;
	text-align: center;
	margin-top: 3px;
	letter-spacing: 0;
}
#gHeader .naviUl .jsBox02 .photo {
	position: relative;
}
#gHeader .naviUl .jsBox02 .photo:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0;
	transition: all ease 0.3s;
}
#gHeader .naviUl .jsBox03 {
	width: 261px;
	left: -10px;
}

@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
	#gHeader .naviUl > li > a:hover span::after { 
		width: 100%;
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 60px;
		display: flex;
		align-items: center;
	}
	#gHeader h1 {
		margin-top: -5px;
		padding: 0;
		width: 154px;
	}
	#gHeader h1 img {
		vertical-align: middle;
	}
	#gHeader .hInner {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 14px 0;
	}
	#gHeader .menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 0 30px;
		box-sizing: border-box;
		background-color: #fff;
		display: none;
	}
	#gHeader .rBox {
		padding: 60px 0 45px;
		display: block;
	}
	#gHeader .naviUl {
		display: block;
		padding: 0;
	}
	#gHeader .naviUl > li {
		margin: 0 !important;
		font-size: 1.3rem;
		letter-spacing: 0.2em;
	}
	#gHeader .naviUl > li > a {
		height: auto;
		display: block;
		padding: 15px 50px 15px 14px; 
		position: relative;
		border-bottom: 1px solid #6E6E6E;
	}
	#gHeader .naviUl > li > a.on::after {
		height: 1px;
		background-image: url(../img/common/icon15.png);
	}
	#gHeader .naviUl > .liStyle > a:after {
		width: 12px;  
		height: 12px;
		background: url(../img/common/icon14.png) no-repeat right top;
		background-size: 100% auto;
		position: absolute;  
		top: calc(50% + 2px);
		transform: translateY(-50%);
		right: 30px;  
		content: ""; 
	}
	#gHeader .naviUl > .liStyle.on > a::after {
		background-image: url(../img/common/icon15.png);
	}
	#gHeader .menuBox .subBox {
		padding-bottom: 40px;
	}
	#gHeader .menuBox .subBox .logo {
		text-align: center;
		margin-bottom: 25px;
	}
	#gHeader .menuBox .subBox .logo span {
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		margin-top: 12px;
	}
	#gHeader .menuBox .subBox p {
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		line-height: 1.833;
	}
	#gHeader .naviUl > li > a span {
		text-align: left;
	}
	#gHeader .tel {
		width: auto;
		margin: 0 45px 0 11px;
	}
	#gHeader .tel a {
		line-height: 1;
		min-height: inherit;
		padding: 0;
		color: #142355;
		background-color: transparent;
		font-size: 0.9rem;
	}
	#gHeader .tel a span {
		white-space: nowrap;
		margin: -6px 0 0 2px;
		font-size: 1.65rem;
	}
	.menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #142355;
		z-index: 1;
	}
	.menu.on a {
		display: block;
		background: url(../img/common/close02.png) no-repeat center;
		background-size: 55px auto;
		transition: none;
	}
	.menu.on a img {
		visibility: hidden;
	}
	#gHeader .naviUl .jsBox02,
	#gHeader .naviUl .jsBox,
	#gHeader .naviUl .jsBox01 {
		position: static !important;
		width: 100% !important;
		min-height: inherit !important;
	}
	#gHeader .naviUl .jsBox {
		display: none;
	}
	#gHeader .naviUl .jsBox01 {
		padding: 28px 5px 26px 14px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader .naviUl .jsBox01 .photo {
		min-height: 95px;
		margin: -2px 35px -2px 0;
		border: none;
		width: 86px;
		text-align: center;
	}
	#gHeader .naviUl .jsBox01 ul {
		flex: 1;
		text-align: left;
	}
	#gHeader .naviUl .jsBox01 ul a {
		font-size: 1.2rem;
	}
	#gHeader .naviUl .jsBox01 ul li + li {
		margin-top: 6px;
	}
	#gHeader .naviUl .jsBox02 {
		padding: 24px 24px 5px;
	}
	#gHeader .naviUl .jsBox02 ul {
		justify-content: space-between;
	}
	#gHeader .naviUl .jsBox02 li {
		width: 45.5%;
		margin: 0 0 14px;
	}
	#gHeader .naviUl .jsBox02 li img {
		width: 100%;
	}
	#gHeader .naviUl .jsBox02 p {
		font-size: 1.1rem;
		line-height: 1.18;
		margin-top: 5px;
		min-height: 26px;
	}
	#gHeader .naviUl .jsBox04 .photo {
		margin-right: 15px;
		margin-left: -10px;
	}
	#gHeader .naviUl .jsBox03 .photo {
		margin-right: 5px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.fInner {
	padding: 98px 0 120px;
	background-color: #6E6E6E;
}
.fInner .naviUl {
	margin-bottom: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fInner .naviUl > li {
	width: 309px;
}
.fInner .naviUl > .li02 {
	width: 259px;
}
.fInner .naviUl > .li03 {
	width: 188px;
}
.fInner .naviUl .ttl {
	margin-bottom: 8px;
	padding: 0 7px 8px;
	font-size: 1.4rem;
	color: #ABABAB;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #fff;
}
.fInner .naviUl .subUl {
	margin: 5px 0 20px 7px;
}
.fInner .naviUl .subUl li + li {
	margin-top: 3px;
}
.fInner .naviUl .subUl a {
	font-size: 1.4rem;
	color: #fff;
}
.fBox {
	margin: 0 9px;
	display: flex;
	justify-content: space-between;
}
.fLogo {
	width: 300px;
	margin-right: 38px;
}
.fBox .rBox {
	margin-bottom: -6px;
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.fBox p {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}
.fBox p a {
	color: #fff;
}
address {
	padding: 0 15px 4px 0;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: #fff;
}


@media all and (max-width: 896px) {
	.fInner {
		padding: 25px 0 35px;
	}
	.fInner .naviUl {
		margin-bottom: 48px;
		display: block;
	}
	.fInner .naviUl > li {
		width: auto !important;
	}
	.fInner .naviUl .ttl {
		margin-bottom: 0;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #fff;
		padding: 15px 15px;
		position: relative;
		border-bottom: 1px solid #FFFFFF;
	}
	.fInner .naviUl .ttl.on {
		border-color: transparent;
	}
	.fInner .naviUl .ttl:after {
		width: 12px;  
		height: 12px;
		background: url(../img/common/icon04.png) no-repeat right top;
		background-size: 100% auto;
		position: absolute;  
		top: 50%;
		transform: translateY(-50%);
		right: 30px;  
		content: ""; 
	}
	.fInner .naviUl .ttl.on::after {
		height: 1px;
		background-image: url(../img/common/icon05.png);
	}
	.fInner .naviUl .subUl {
		margin: 0;
	}
	.fInner .naviUl .jsUl {
		margin: -0 -30px 0;
		position: relative;
		padding: 14px 0 18px;
		display: none;
		background-color: #F0F0F0;
	}
	.fInner .naviUl .subUl a {
		display: block;
		padding: 15px 14px 14px;
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #fff;
	}
	.fInner .naviUl .jsUl a {
		font-size: 1.2rem;
		color: #666666;
		border: none;
		padding: 5px 45px;
		letter-spacing: 0;
	}
	.fInner .naviUl .subUl li + li {
		margin: 0;
	}
	.fBox {
		display: block;
	}
	.fLogo {
		max-width: 208px;
		margin: 0 auto 24px;
		width: auto;
	}
	.fBox .rBox {
		display: block;
	}
	.fBox p {
		display: none;
	}
	address {
		text-align: center;
		font-size: 0.7rem;
		padding: 0;
	}
}

@media all and (max-width: 374px) {
	#gHeader .naviUl .jsBox01 .photo {
		width: 70px;
		margin-right: 15px;
	}
}

.fLogo .img02 {
	display: none;
}
@media all and (min-width: 897px) {
	#gHeader .naviUl > li > a:hover {
		color: #9B9B9B;
	}
	.fInner .naviUl .subUl a:hover {
		color: #ABABAB;
	}
	#gHeader .naviUl .jsBox01 ul a:hover {
		color: #142355;
	}
	#gHeader .naviUl .jsBox02 a:hover .photo:after {
		opacity: 1;
	}
	#gHeader .naviUl .jsBox02 a:hover p {
		color: #142355;
	}
	.fLogo a:hover .img02 {
		display: block;
	}
	.fLogo a:hover .img01 {
		display: none;
	}
}

@media all and (min-width: 897px) and (max-width: 1320px) {
	#gHeader h1 {
		padding-left: 4%;
		width: 22%;
	}
	#gHeader .tel {
		width: 200px;
	}
	#gHeader .tel a {
		font-size: 1.3rem;
		padding-right: 1%;
	}
	#gHeader .tel a span {
		font-size: 2.0rem;
	}
	#gHeader .naviUl > li {
		margin-left: 1vw;
		font-size: 1.4vw;
		font-size: min(1.4vw,1.6rem);
	}
	#gHeader .naviUl > li > a {
		min-width: inherit;
	}
	#gHeader .naviUl .jsBox02 {
		width: 610px;
	}
	#gHeader .naviUl .jsBox02 p {
		font-size: 1rem;
	}
}