@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&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%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', 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;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.7rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F7F7;
}
#container {
	text-align: left;
	padding-top: 70px;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1150px) {
	#container {
		padding-top: 63px;
	}
}
@media all and (max-width: 1150px) {
	.fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 63px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #0081CC;
	z-index: 120;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .logo {
	color: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
#gHeader .logo .txt {
	margin: -5px 0 0 26px;
	white-space:nowrap;
}
#gHeader .logo .sml {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	margin-left: -3px;
}
#gHeader .logo .dot {
	margin: -6px -2px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#gNavi {
	padding-right: 29px;
	flex: 1;
}
#gNavi .naviUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#gNavi .naviUl > li > a {
	height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
#gNavi .naviUl > li {
	margin-left: 26px;
	position: relative;
}
#gNavi .naviUl .letter {
	letter-spacing: 0 !important;
}
#gNavi .naviUl span {
	display: block;
	position: relative;
}
#gNavi .naviUl a span::before {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #fff;
	content: "";
	-webkit-transition: .2s;
	transition: .2s;
}
#gNavi .naviUl .on span::before {
	width: 100%;
}
#gNavi .naviUl .blank span {
	padding-right: 15px;
}
#gNavi .naviUl .blank span::after {
	width: 13px;
	height: 11px;
	position: absolute;
	top: 6px;
	right: 0;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#gNavi .dropList {
	margin-left: -66px;
	width: 128px;
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	display: none;
}
#gNavi .dropList li {
	border-bottom: 1px solid #CCCCCC;
}
#gNavi .dropList li:last-child {
	border-bottom: none;
}
#gNavi .dropList a {
	display: block;
	padding: 14px 5px 14px;
	letter-spacing: 0.1em;
}
#gNavi .naviUl a[href="javascript:void(0);"] span::before {
	width: 0 !important;
}
@media all and (min-width: 897px) {
	#gNavi .naviUl a:hover span::before  {
		width: 100%;
	}
	#gNavi .dropList a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1150px) {
	#gHeader .pc {
		display: none !important;
	}
	#gHeader .sp {
		display: block !important;
	}
}
@media all and (min-width: 1151px) and (max-width: 1300px) {
	#gHeader .logo .txt {
		font-size: 1.5rem;
	}
	#gHeader .logo .sml {
		font-size: 1.2rem;
	}
	#gNavi .naviUl > li {
		margin-left: 16px;
	}
	#gNavi .naviUl > li > a {
		letter-spacing: 0;
		font-size: 1.3rem;
	}
	#gNavi .dropList {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 1150px) {
	#gHeader {
		height: 63px;
		padding: 15px 13px;
	}
	#gHeader .logo .txt {
		margin: 3px 0 0 0;
		font-size: 1.1rem;
		display: block;
		letter-spacing: 0.05em;
	}
	#gHeader .logo {
		display: block;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .logo .sml {
		font-size: 0.9rem;
	}
	#gHeader .logo .dot {
		margin: -3px -2px 0;
	}
}


/*------------------------------------------------------------
	menuBtn
------------------------------------------------------------*/
.menuBtn {
	padding-top: 22px;
	width: 60px;
	height: 63px;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.menuBtn::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0081cc;
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
}
.menuBtn.active::after {
	background-color: #fff;
}
.menu {
	margin: 0 auto;
	position: relative;
	height: 26px;
	width: 26px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.active .menu .top {
	-webkit-transform: translateY(9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(-45deg);
	transform: translateY(9px) translateX(0) rotate(-45deg);
	background: #0081cc;
}
.active .menu .middle {
	opacity: 0;
	background: #0081cc;
}
.active .menu .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(45deg);
	transform: translateY(-9px) translateX(0) rotate(45deg);
	background: #0081cc;
}
.menu span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 9px;
}
.menu span:nth-of-type(3) {
	top: 18px;
}

/* menuBox */
@media all and (min-width: 1151px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: calc(100% - 63px);
	position: fixed;
	top: 63px;
	right: 0;
	background-color: #0081cc;
	z-index: 100;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	transform: translateX(-100%);
	-webkit-transition: .3s;
	transition: .3s;
	overflow-y: auto;
}
.menuBox.open {
	transform: translateX(0);
}
.menuBox .innerBox {
	padding-bottom: 20px;
}
.menuBox .naviUl a {
	padding: 17px 40px 17px;
	display: block;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	position: relative;
	background-color: #0081cc;
	letter-spacing: 0.08em;
}
.menuBox .naviUl > li {
	border-bottom: 1px solid #fff;
}
.menuBox .naviUl span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.menuBox .naviUl .blank span {
	padding-right: 19px;
}
.menuBox .naviUl .blank span::after {
	width: 13px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.menuBox .naviUl a::after {
	margin-top: -6px;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 24px;
	background: url("../img/common/icon06.png") no-repeat left top / 100% 100%;
	content: "";
}
.menuBox .dropList {
	padding: 10px 0 8px;
	background-color: #fff;
	display: none;
}
.menuBox .dropList a {
	color: #0081cc;
	font-size: 1.6rem;
	padding: 9px 40px 9px;
	background-color: #fff;
}
.menuBox .dropList a::after {
	background-image: url("../img/common/icon07.png");
}
.menuBox .naviUl .dropBtn::after {
	background-image: url("../img/common/icon08.png");
}
.menuBox .naviUl .dropBtn.on::after {
	background-image: url("../img/common/icon09.png");
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 146px;
	padding: 48px 20px 19px;
	color: #fff;
	background-color: #000;
}
#gFooter .pageTop {
	width: 72px;
	position: fixed;
	bottom: 50px;
	right: 13px;
	z-index: 99;
}
#gFooter .pageTop a {
	display: block;
	border-radius: 50%;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	padding-left: 8px;
	max-width: 1124px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gFooter .fBox .fLogo {
	flex-shrink: 0;
}
#gFooter .fNavi {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	font-size: 1.1rem;
	font-weight: bold;
}
#gFooter .fNavi > li {
	padding-left: 5px;
	min-width: 148px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	letter-spacing: 0.055em;
}
#gFooter .fNavi > li:last-child {
	min-width: 0;
	min-width: 88px;
}
#gFooter .fNavi .innerUl li {
	margin-bottom: 4px;
}
#gFooter .fNavi .innerUl ul {
	margin: 4px 0 0 11px;
}
#gFooter .fNavi .innerUl ul li {
	margin-bottom: 3px;
}
#gFooter .fNavi .innerUl ul li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#gFooter .fNavi .blank {
	padding-right: 18px;
}
#gFooter .fNavi .blank::after {
	width: 12px;
  	height: 9px;
	position: absolute;
	top: 5px;
	right: 0;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#gFooter .btmBox {
	margin: 55px 41px 0 28px;
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .copyright {
	font-style: normal;
	white-space:nowrap;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
#gFooter .smallList {
	margin-top: -5px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	font-size: 1.3rem;
}
#gFooter .smallList li {
	position: relative;
	margin-top: 5px;
	padding: 0 19px;
	letter-spacing: 0.03em;
}
#gFooter .smallList li::before,
#gFooter .smallList li:last-child:after {
	width: 1px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	background-color: #fff;
	content: "";
}
#gFooter .smallList li:last-child:after {
	left: auto;
	right: 0;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
	#gFooter .smallList a:hover {
		opacity: 0.7;
	}
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1250px) {
	#gFooter .smallList li {
		padding: 0 4px;
		letter-spacing: 0;
	}
	#gFooter .btmBox {
		margin: 55px 20px 0;
	}
	#gFooter {
		padding: 48px 10px 19px;
	}
}
@media all and (min-width: 897px) and (max-width: 1150px) {
	#gFooter .btmBox {
		margin: 55px 0 0;
	}
	#gFooter .smallList {
		font-size: 1.2rem;
	}
	#gFooter .smallList li {
		padding: 0 8px;
		letter-spacing: 0;
	}
	#gFooter .smallList li::before,
	#gFooter .smallList li:last-child::after {
		width: 1px;
		height: 15px;
		top: 4px;
	}
	#gFooter .copyright {
		font-size: 0.9rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		display: block;
	}
	#gFooter .btmBox {
		margin: 50px 8px 0;
		display: block;
	}
	#gFooter .smallList li {
		margin-right: 18px;
		padding: 0 0 2px;
	}
	#gFooter .smallList {
		margin-right: -15px;
		font-size: 1rem;
		max-width: 363px;
	}
	#gFooter .smallList li::before {
		left: auto;
		right: -9px;
		height: 11px;
		transform: rotate(20deg);
		top: 3px;
	}
	#gFooter .smallList li:last-child::after,
	#gFooter .smallList li:nth-child(3)::before {
		display: none;
	}
	#gFooter .copyright {
		margin: 12px -7px 0;
		font-style: normal;
		white-space: inherit;
		font-size: 1.1rem;
		letter-spacing: -0.02em;
	}
	#gFooter {
		margin-top: 70px;
		padding: 55px 13px 18px;
		position: relative;
	}
	#gFooter .fLogo img {
		width: 220px;
	}
	#gFooter .fLogo {
		margin-bottom: 33px;
	}
	#gFooter .fNavi > li {
		min-width: 121px;
	}
	#gFooter .fNavi > li:nth-child(2) {
		min-width: 116px;
	}
	#gFooter .fNavi {
		justify-content: flex-start;
	}
	#gFooter .smallList li:last-child:before {
		display: none;
	}
	#gFooter .fInner {
		margin: 0 auto;
		max-width: 375px;
	}
	#gFooter .smallList li:last-child:after {
		display: none;
	}
	#gFooter .pageTop {
		right: 20px;
		bottom: 30px;
		width: 63px;
	}
	#gFooter .pageTop.noFix {
		position: absolute;
		bottom: calc(100% - 30px);
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi .blank::after {
		width: 10px;
		height: 7px;
		top: 4px;
		right: 0;
	}
	#gFooter .fNavi .blank {
		padding-right: 14px;
	}
	#gFooter .fNavi > li {
		padding-left: 2px;
		min-width: 100px;
	}
	#gFooter .fNavi > li:nth-child(2) {
		min-width: 86px;
	}
	#gFooter .smallList li {
		margin-right: 13px;
		padding: 0 0 2px;
		letter-spacing: 0;
	}
	#gFooter .smallList li::before {
		right: -7px;
		height: 9px;
		top: 3px;
	}
}