@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: #282722;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #282722;
}
a:hover {
	color: #282722;
}
a:active {
	color: #282722;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #282722;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #F7F7F7;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	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 {
	padding: 0.5rem 1rem 0.5rem 4rem;
	width: 100%;
	height: 10rem;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #002F7C;
}
#gHeader.header {
	text-shadow: 0.2rem 1px 0.2rem rgba(0, 0, 0, 0.75);
}
#gHeader h1 {
	margin-bottom: 0.5rem;
	width: 32rem;
}
#gHeader h1 a {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
#gHeader h1 a .image01 {
	width: 7.1rem;
}
#gHeader h1 a .image02 {
	width: 23.6rem;
}
#gHeader h1 a img {
	vertical-align: middle;
}
@media (min-width: 897px) and (max-width: 1367px) {	
	#gHeader {
		padding: 0.5rem 0.732vw 0.5rem 2.926vw;
	}
	#gHeader h1 {
		width: 23.409vw;
	}
	#gHeader h1 a {
		gap: 0.585vw;
	}
	#gHeader h1 a .image01 {
		width: 5.194vw;
	}
	#gHeader h1 a .image02 {
		width: 17.264vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.5rem 2rem;
		height: 6rem !important;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin: 0;
		width: 22rem;
	}
	#gHeader h1 a .image01 {
		width: 4.8rem;
	}
	#gHeader h1 a .image02 {
		width: 16rem;
	}
}
/* gNavi */
#gNavi {
	margin: 0 auto;
	width: fit-content;
}
#gNavi a {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 2.7rem;
	letter-spacing: 0.01em;
	font-family: "Poppins", sans-serif;
}
#gNavi .navUl {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
#gNavi .navUl li {
	position: relative;
}
#gNavi .navUl li + li::before {
	width: 1px;
	content: "";
	background: #fff;
	position: absolute;
	left: -1.3rem;
	top: -0.4rem;
	bottom: 0;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
	#gNavi {
		display: flex !important;
	}
}
@media (min-width: 897px) and (max-width: 1367px) {
	#gNavi a {
		font-size: 1.8vw !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi  {
		padding: 6rem 2rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #052867 ;
		z-index: 999;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gNavi a {
		padding: 1.3rem;
		font-size: 1.8rem !important;
		text-shadow: none;
	}
	#gNavi li + li {
		margin: 0 !important;
	}
	#gNavi li {
		border-bottom: 1px solid #fff;
	}
	#gNavi .navUl li + li::before {
		display: none;
	}
	#gNavi .navUl {
		display: block;
	}
	.menu {
		position: relative;
		width: 3rem;
		height: 2rem;
		cursor: pointer;
		z-index: 1000;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 50%;transform: translateX(-50%);
		width: 2.9rem;
		height: 0.2rem;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 0.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.8rem;
	}
	.menu.on span {
		top: 50% !important;
	}
	.menu.on span:nth-of-type(1) {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#gNavi a {
		text-align: center;
	}
	#gNavi li + li {
		margin-top: 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.4rem 0.6rem 8.9rem 0;
	background: #052867;
}
#gFooter .content {
	margin: 0 auto;
	max-width: 122rem;
}
#gFooter .fContact {
	padding: 4.2rem 3.7rem 3.8rem 3.2rem;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
#gFooter .telBtn a {
	font-size: 2.154rem;
	text-align: center;
	font-weight: 700;
	display: block;
}
#gFooter .telBtn .tel {
	margin: 0 auto 0.3rem;
	padding-left: 3.7rem;
	width: fit-content;
	display: block;
	font-size: 4.103rem;
	background: url(../img/common/tel_icon.png) no-repeat left center / 3.4rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	font-family: "Roboto Condensed", sans-serif;
}
#gFooter .telBtn small {
	font-size: 1.653rem;
	letter-spacing: 0.03em;
}
#gFooter .fList li {
	padding-bottom: 4.3rem;
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #61582d;
}
#gFooter .fList a {
	height: 100%;
	font-size: 1.891rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
#gFooter .fList .icon {
	width: 6rem;
}
#gFooter .fList .text02 {
	margin: 0 auto;
	padding: 0.3rem 0.8rem;
	min-width: 12rem;
	text-align: center;
	border-radius: 3.5rem;
	color: #fff;
	background: #F7931E;
}
#gFooter .fList .lineBox {
	padding-bottom: 0.8rem;
	justify-content: flex-end;
}
#gFooter .lineBox .image {
	width: 8rem;
}
#gFooter .lineBox a {
	width: 18.6rem;
	display: block;
	height: auto;
}
#gFooter .fList .lineBox p {
	font-size: 1.653rem;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: 700;
}
#gFooter .flexBox {
	padding: 3.8rem 12.1rem 0 1rem;
	color: #fff;
	gap: 10rem;
}
#gFooter .flexBox ul {
	margin: 7.9rem 0 0;
}
#gFooter .flexBox .fNavi {
	margin-left: auto;
}
#gFooter .flexBox .fNavi li + li {
	margin-top: 1.65rem;
}
#gFooter .flexBox .snsList li + li {
	margin-top: 0.8rem;
}
#gFooter .flexBox a {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
}
#gFooter .logoBox {
	line-height: 1.75;
}
#gFooter .logoBox .inter {
	font-size: 1.4rem;
}
#gFooter .logo {
	margin: 0 0.8rem 1.9rem;
	width: 27.3rem;
}
#gFooter address {
	margin: 3.2rem 0 2.7rem;
}
@media all and (min-width: 897px) {
	#gFooter li a:hover {
		opacity: 0.7;
	}
	#gFooter .telBtn {
		width: calc(100% / 3);
	}
	#gFooter .fList {
		flex: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2rem 0 3rem;
	}
	#gFooter .fContact {
		padding: 3rem 2rem;
		display: block;
	}
	#gFooter .fList {
		margin-top: 3rem;
		width: auto;
		row-gap: 1rem;
	}
	#gFooter .fList li {
		padding-bottom: 3.4rem;
	}
	#gFooter .fList .lineBox {
		padding-bottom: 1.1rem;
	}
	#gFooter .lineBox .image {
		width: 6rem;
	}
	#gFooter .fList .lineBox a {
		width: 14.2rem;
	}
	#gFooter .fList .lineBox p {
		font-size: 1.1rem;
	}
	#gFooter .fList li:nth-child(2n - 1) {
		border-left: none;
	}
	#gFooter .fList a {
		font-size: 1.4rem;
	}
	#gFooter .telBtn a {
		font-size: 1.8rem;
	}
	#gFooter .fList .icon {
		width: 4rem;
	}
	#gFooter .telBtn .tel {
		margin: 0.3rem auto 0;
		padding-left: 3.1rem;
		line-height: 1;
		font-size: 3.7rem;
		background-size: 2.8rem;
	}
	#gFooter .logo {
		margin: 0 auto 3rem;
		width: 18rem;
	}
	#gFooter .flexBox {
		padding: 4rem 2rem 0;
		display: block;
		text-align: center;
	}
	#gFooter address {
		margin: 2rem 0;
	}
	#gFooter .logoBox .inter {
		font-size: 1.3rem;
	}
}