@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;
}
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;
	image-rendering: -webkit-optimize-contrast;
}
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.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 11;
	display: block;
}
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;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;
	transition: all 0.3s;
}
#gHeader.on {
	transform: translateY(-100%);
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin: 24px 10px 0 29px;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gNavi {
	width: 100%;
	max-width: 1056px;
	box-sizing: border-box;
}
#gNavi .naviUl {
	display: flex;
}
#gNavi .naviUl > li {
	width: calc(100% / 7);
	position: relative;
}
#gNavi .naviUl > li:first-child > a {
	border-radius: 0 0 0 20px;
	overflow: hidden;
}
#gNavi .naviUl > li > a {
	display: flex;
	color: #fff;
	height: 75px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	align-items: center;
	justify-content: center;
	background-color: #0081cc;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 5;
}
#gNavi .naviUl > li:nth-child(2n) > a {
	background-color: #116cbb;
}
#gNavi .naviUl > li.entryBtn > a {
	background-color: #e13131;
	padding-bottom: 18px;
	box-sizing: border-box;
}
#gNavi .naviUl > .intBtn > a {
	color: #0081CC;
	font-style: italic;
	line-height: 1.15;
	background-color: #fff;
}
#gNavi .naviUl .inner {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
#gNavi .naviUl .inner .txt {
	margin-top: -1px;
	width: 100%;
	font-size: 1.1rem;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	letter-spacing: 0;
}
#gNavi .dorpBox {
	padding: 99px 18px 26px;
	min-width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	line-height: 1.45;
	white-space:nowrap;
	display: none;
}
#gNavi .dorpBox .innerUl li {
	margin-bottom: 17px;
}
#gNavi .dorpBox .innerUl li:last-child {
	margin-bottom: 0;
}
#gNavi .dorpBox .innerUl02 li {
	margin-bottom: 15px;
}
#gNavi .dorpBox .innerUl02 li:last-child {
	margin-bottom: 0;
}
#gNavi .dorpBox .innerUl02 a {
	padding-left: 15px;
	display: inline-block;
	position: relative;
}
#gNavi .dorpBox .innerUl02 a::before {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 8px;
	left: 2px;
	background-color: #0081CC;
	border-radius: 50%;
	content: "";
	overflow: hidden;
}
#gNavi .dorpBox ul + ul {
	margin-top: 17px;
}
#gNavi .dorpBox ul + .headLine03 {
	margin-top: 17px;
}
#gNavi .dorpBox .headLine03 {
	margin-bottom: 8px;
}
#gNavi .dorpBox .noLink {
	color: #C7C7C7;
}
#gNavi .dorpBox .innerUl02 .noLink::before {
	background-color: #C7C7C7;
}
@media all and (min-width: 897px) {
	#gNavi .dorpBox a:hover {
		opacity: 0.7;
	}
	#gNavi .dorpBox .blank::after {
		width: 15px;
		height: 12px;
	}
	#gNavi {
		display: block !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#gHeader .logo {
		margin-left: 15px;
		width: 174px;
	}
	#gNavi .naviUl > li > a {
		letter-spacing: -0.05em;
		font-size: 1.25rem;
	}
	#gNavi .naviUl .inner .txt {
		font-size: 0.9rem;
	}
	#gNavi .naviUl .entryBtn .dorpBox {
		left: auto;
		right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		min-height: 70px;
		padding: 23px 18px 20px;
		background-color: #fff;
	}
	#gHeader .logo {
		margin: 0;
		width: 226px;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .rightBox {
		display: block;
	}
	#gNavi {
		display: none;
		width: 100%;
		position: fixed;
		top: 70px;
		left: 0;
		height: calc(100% - 70px);
		overflow-y: auto;
		background-color: #fff;
	}
	#gNavi .naviUl {
		display: block;
	}
	#gNavi .naviUl > li {
		width: auto;
	}
	#gNavi .naviUl > li:first-child > a {
		border-radius: 0;
	}
	#gNavi .naviUl .on {
		border-radius: 0;
	}
	#gNavi .naviUl > li > a {
		height: 70px;
		text-align: left;
		font-size: 1.5rem;
		justify-content: flex-start;
		padding: 2px 25px 0;
		box-sizing: border-box;
		position: relative;
	}
	#gNavi .naviUl > li > a::after {
		margin-top: -7px;
		width: 11px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 26px;
		background: url(../../img/common/icon03.png) no-repeat left top / 100% 100%;
		content: "";
	}
  
  #gNavi .naviUl > li.entryBtn > a::after {
      content: "";
      background-image: none;
  }
  
	#gNavi .naviUl > li > a.on::after {
		background-image: url(../../img/common/icon04.png);
	}
	#gNavi .naviUl .inner {
		text-align: left;
	}
	#gNavi .naviUl .inner .txt {
		margin: -1px 0 0 10px;
		width: auto;
		font-size: 1.3rem;
		position: relative;
		top: auto;
		left: auto;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0.1em;
	}
	#gNavi .dorpBox {
		padding: 16px 35px 17px;
		min-width: 0;
		font-size: 1.4rem;
		position: relative;
		top: auto;
		left: auto;
		letter-spacing: 0.1em;
	}
	#gNavi .dorpBox .innerUl li {
		margin-bottom: 15px;
	}
	#gNavi .blank::after {
		margin: -2px 0 0 8px;
		width: 15px;
		height: 12px;
	}
	#gNavi .naviUl > .intBtn > a {
		font-size: 1.6rem;
		height: 76px;
	}
	#gNavi .naviUl > li.entryBtn > a {
		padding-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	#gHeader .logo {
		width: 206px;
	}
}

.menuBtn {
	padding-top: 24px;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0 0 15px;
	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 {
	opacity: 0;
}
.menu {
	margin: 0 auto;
	position: relative;
	height: 25px;
	width: 25px;
	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: #000;
}
.active .menu .middle {
	opacity: 0;
	background: #000;
}
.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: #000;
}
.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;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 108px 20px 20px;
	background-color: #F2F3F4;
	position: relative;
	z-index: 10;
}
#gFooter .fBox {
	margin: 0 auto 105px;
	padding-left: 10px;
	max-width: 1130px;
	box-sizing: border-box;
}
#gFooter .fLogo {
	margin-bottom: 47px;
}
#gFooter .fNavi {
	margin-left: -2px;
	display: flex;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
}
#gFooter .fNavi a {
	font-size: 1.1rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: 1.36;
}
#gFooter .fNavi > li {
	margin-right: 5.3%;
	width: 21%;
}
#gFooter .fNavi > li:last-child {
	margin-right: 0;
}
#gFooter .headLine02 + ul {
	margin-top: 8px;
}
#gFooter ul + ul {
	margin-top: 16px;
}
#gFooter ul + .headLine02 {
	margin-top: 48px;
}
#gFooter .headLine03 + ul {
	margin-top: 6px;
}
#gFooter ul + .headLine03 {
	margin-top: 12px;
}
#gFooter .naviUl li {
	margin-bottom: 5px;
}
#gFooter .naviUl li:last-child {
	margin-bottom: 0;
}
#gFooter .naviUl02 a {
	display: inline-block;
	letter-spacing: 0.05em;
}
#gFooter .naviUl02 li {
	margin-bottom: 5px;
}
#gFooter .naviUl02 li:last-child {
	margin-bottom: 0;
}
#gFooter .noLink {
	color: #B2B2B2;
}
#gFooter .btmBox {
	padding: 0 34px;
	display: flex;
	justify-content: space-between;
}
#gFooter .linkUl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .linkUl a {
	color: #707070;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.04em;
}
#gFooter .linkUl li {
	margin-right: 36px;
	position: relative;
}
#gFooter .linkUl li:last-child {
	margin-right: 0;
}
#gFooter .linkUl li::after,
#gFooter .linkUl li:first-child::before {
	width: 2px;
	height: 19px;
	position: absolute;
	top: 0;
	right: -19px;
	background-color: #b1b1b3;
	content: "";
}
#gFooter .linkUl li:first-child::before {
	right: auto;
	left: -19px;
}
#gFooter .copyright {
	color: #707070;
	font-size: 1.2rem;
	font-style: inherit;
	letter-spacing: 0.03em;
	font-family: 'Noto Sans JP', sans-serif;
	margin-right: -19px;
}
.pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 80px;
	z-index: 50;
	display: none;
}
.pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	#gFooter .naviUl02 li {
		margin-right: -15px;
	}
}
@media all and (min-width: 897px) and (max-width: 1180px) {
	#gFooter .btmBox {
		padding: 0 20px;
	}
	#gFooter .linkUl li {
		margin-right: 14px;
	}
	#gFooter .linkUl a {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
	#gFooter .linkUl li::after,
	#gFooter .linkUl li:first-child::before {
		width: 1px;
		height: 15px;
		top: 2px;
		right: -7px;
	}
	#gFooter .linkUl li:first-child::before {
		right: auto;
		left: -7px;
	}
	#gFooter .fNavi {
		letter-spacing: 0;
	}
	#gFooter .fNavi > li {
		margin-right: 3.3%;
		width: 23%;
	}
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi > li:nth-child(3) ul + .headLine02 {
		margin-top: 54px;
	}
	#gFooter .fNavi > li:nth-child(4) ul + .headLine02 {
		margin-top: 32px;
	}
	#gFooter .linkUl a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .btmBox {
		padding: 0 1px;
		display: block;
	}
	#gFooter .fNavi {
		margin: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		letter-spacing: 0.02em;
	}
	#gFooter .fNavi > li {
		margin: 0 0 40px;
		width: calc(50% - 14px);
	}
	#gFooter .fBox {
		margin-bottom: 73px;
		padding-left: 0;
	}
	#gFooter .fLogo img {
		width: 216px;
	}
	#gFooter {
		padding: 74px 21px 16px;
	}
	#gFooter .fLogo {
		margin: 0 3px 46px;
	}
	#gFooter .headLine02 + ul {
		margin-top: 6px;
	}
	#gFooter ul + ul {
		margin-top: 7px;
	}
	#gFooter .copyright {
		margin: 0 -7px;
		font-size: 1rem;
	}
	#gFooter .linkUl a {
		font-size: 1rem;
	}
	#gFooter .linkUl li:first-child::before,
	#gFooter .linkUl li:last-child::after,
	#gFooter .linkUl li:nth-child(2)::after {
		display: none;
	}
	#gFooter .linkUl li::after {
		width: 1px;
		height: 12px;
		top: 3px;
		right: -9px;
		transform: rotate(19deg);
	}
	#gFooter .linkUl li {
		margin: 0 17px -1px 0;
	}
	#gFooter .linkUl {
		margin-bottom: 11px;
		max-width: 330px;
	}
	.pageTop {
		width: 60px;
	}
	#gFooter .naviUl02 a {
		letter-spacing: -0.05em;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi > li {
		width: calc(50% - 4px);
	}
	#gFooter {
		padding: 74px 14px 16px;
	}
}