@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
#gHeader,#gFooter {
	font-family: "Noto Sans JP", sans-serif;
}
#gHeader chrome_annotation,#gFooter chrome_annotation {
	border: none !important;
}
#gHeader img,#gFooter img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#gFooter address {
	font-style: normal;
}
#gHeader a,
#gHeader a:link,#gFooter a,
#gFooter a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
#gHeader a:visited,#gFooter a:visited {
	color: #000;
}
#gHeader a:hover,#gFooter a:hover {
	color: #000;
}
#gHeader a:active,#gFooter a:active {
	color: #000;
}
/* flex */
#gHeader .flex,#gHeader .flexA,#gHeader .flexB,#gHeader .flexC,
#gFooter .flex,#gFooter .flexA,#gFooter .flexB,#gFooter .flexC {
	display: flex;
	flex-wrap: wrap;
}
#gHeader .flexA,#gFooter .flexA {
	justify-content: space-around;
}
#gHeader .flexB,#gFooter .flexB {
	justify-content: space-between;
}
#gHeader .flexC,#gFooter .flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#gHeader,#gFooter {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#gHeader a[href^="tel:"],#gFooter a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 739px) {
	#gHeader .sp,#gFooter .sp {
		display: none !important;
	}
}
@media all and (max-width: 738px) {
	#gHeader,#gFooter {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#gHeader a:hover,#gFooter a:hover,
	#gHeader a:hover img,#gFooter a:hover img {
		opacity: 1 !important;
	}
	#gHeader .pc,#gFooter .pc {
		display: none !important;
	}
	#gHeader a[href^="tel:"],#gFooter a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	comSearch
------------------------------------------------------------*/
.comSearch .srchBox {
	margin: 0 auto;
	max-width: 548px;
	width: auto;
	padding: 0 0 0 45px;
	position: relative;
	border-radius: 10px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.comSearch .gsc-search-button {
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	border: none !important;
	padding: 0;
	cursor: pointer;
	transition: .3s;
	background: #BC771A url(../img/icon04.png) no-repeat center center/20px !important;
	border-radius: 5px;
}
.comSearch .gsc-search-button:hover {
	opacity: 0.7;
}
.comSearch .gsc-search-button svg {
	display: none;
}
.comSearch input.gsc-input {
	padding: 10px 23px !important;
	width: 100%;
	height: 45px !important;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.04em;
	border-radius: 0;
	background-position: 25px center !important;
	border: none !important;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.comSearch form.gsc-search-box {
	margin-bottom: 0;
}
.comSearch table.gsc-search-box {
	margin-bottom: 0;
}
.comSearch table.gsc-search-box td.gsc-input {
	padding-right: 0;
}
.comSearch .gsib_a {
	padding: 0;
}
.comSearch .gsc-input-box {
	border: none;
}
.comSearch .gsc-input-box {
	padding: 0;
}
@media all and (max-width: 738px) {
	.comSearch .textBox {
		max-width: inherit;
		padding-left: 50px;
		border-radius: 6px;
	}
	.comSearch .gsc-search-button {
		width: 50px;
		height: 50px;
	}
	.comSearch input.gsc-input {
		padding-left: 30px !important;
		height: 50px !important;
		font-size: 13.5px;
		background-position: 30px center !important;
	}
	.comSearch .gsc-search-button:hover {
		opacity: 1;
	}
}
@media all and (max-width: 374px) {
	.comSearch .textBox {
		padding-left: 13.333vw;
		border-radius: 1.6vw;
	}
	.comSearch .gsc-search-button {
		width: 13.333vw;
		height: 13.333vw;
	}
	.comSearch input.gsc-input {
		padding-left: 8vw !important;
		height: 13.333vw !important;
		font-size: 3.6vw;
		background-position: 8vw center !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 89px;
	display: flex;
	background : #D9ECF4;
	padding: 0 20px;
	box-sizing: border-box;
	transition: .3s;
	z-index: 100;
}
#gHeader h1 {
	margin: 21px 0 0 6px;
	width: 358px;
}
#gHeader .menuBox {
	flex: 1;
	justify-content: flex-end;
}
#gNavi {
	margin-right: 90px;
	flex: 1;
}
#gNavi > ul {
	height: 100%;
	justify-content: flex-end;
}
#gNavi .menuList > li > a,#gNavi .menuList > li > .ttl { 
	padding: 10px 26px;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}
#gNavi .menuList > .on > a,#gNavi .menuList > .on > .ttl {
	color: #fff;
	background : #0080B5;
}
#gHeader .menuBox .btnList {
	margin-top: 20px;
	gap: 0 18px;
}
#gHeader .menuBox .btnList li {
	width: 51px;
}
#gHeader .menuBox .btnList a:hover {
	opacity: 0.7;
}
#gHeader .fixBtn {
	position: fixed;
	right: 0;
	top: 163px;
	width: 46px;
	z-index: 20;
}
#gHeader .fixBtn a {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e5edf2;
}
#gHeader .fixBtn a:hover {
	opacity: 0.7;
}
#gHeader .fixBtn a img {
	width: 27px;
}
#gHeader .fixBtn .btn01 {
	background: #BC771A;
}
#gHeader .fixBtn a span {
	display: inline-block;
	color: #0080B5;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#gHeader .dropMenu {
	display: none;
	padding: 9px 0 89px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	background: #0080B5;
}
#gNavi .dropMenu a:hover {
	opacity: 0.7;
}
#gHeader .dropMenu .content {
	margin: 0 auto;
	max-width: 1136px;
}
#gHeader .dropMenu .ttl {
	margin-bottom: 12px;
	padding-bottom: 7px;
	color: #fff;
	font-size: 19px;
	border-bottom: 1px solid #fff;
}
#gHeader .dropMenu .subMenu {
	margin: 0 17px;
	gap: 0 6.6%;
	font-feature-settings: normal;
	flex-wrap: nowrap;
}
#gHeader .dropMenu .subMenu a {
	color: #fff;
	font-size: 13.4px;
}
#gHeader .dropMenu .subMenu > li > a {
	font-weight: 500;
	display: inline-block;
	line-height: 2.07;
}
#gHeader .dropMenu .subList {
	margin: 0 0 28px 9px;
}
#gHeader .dropMenu .subList:last-child {
	margin-bottom: 0;
}
#gHeader .dropMenu .subList a {
	padding-left: 13px;
	display: inline-block;
	line-height: 2.04;
	white-space: nowrap;
	background: url(../img/icon01.png) no-repeat left 10px/5px;
}
#gHeader .dropMenu02 {
	padding-bottom: 30px;
}
#gHeader .dropMenu02 .subMenu {
	margin: 0 0 0 23px;
	gap: 0;
	justify-content: space-between;
}
#gHeader .dropMenu02 .subList {
	margin: 0 48px 0 0;
	gap: 0 50px;
}
#gHeader .dropMenu02 .subList a {
	margin-bottom: 10px;
}
@media all and (min-width: 739px) {
	#gHeader .menuBox {
		display: flex !important;
	}
	#gNavi .menuList > li > a:hover {
		color: #fff;
		background : #0080B5;
	}
	#gHeader .dropMenu02 .phoBox {
		width: 215px;
	}
	#gHeader .dropMenu02 .phoBox p {
		margin: 0 3px 2px;
		padding-left: 13px;
		display: inline-block;
		line-height: 2.04;
		background: url(../img/icon01.png) no-repeat left 10px/5px;
	}
	#gHeader .dropMenu02 .linkList {
		margin-top: 10px;
		gap: 0 20px;
	}
	#gHeader .dropMenu02 .linkList a {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2px 10px;
		box-sizing: border-box;
		width: 180px;
		text-align: center;
		border: 1px solid #fff;
	}
	#gHeader .dropMenu02 .linkList a span {
		padding-right: 10px;
		display: inline-block;
		min-width: 95px;
		line-height: 2.04;
		text-align: left;
		box-sizing: border-box;
		background: url(../img/icon01.png) no-repeat right 11px/5px;
	}
	#gHeader .dropMenu02 .linkList li:first-child a {
		min-height: 125px;
	}
	#gHeader .dropMenu02 .linkList li:first-child a span {
		padding-right: 14px;
	}
	#gHeader .dropMenu03 .subList {
		gap: 0 68px;
	}
}
@media all and (max-width: 738px) {
	#gHeader {
		height: 67px;
		padding: 0 10px;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader:after {
		display: none;
	}
	#gHeader h1 {
		margin: 12px 0 0 9px;
		width: 279px;
	}
	#gHeader .menu {
		width: 49px;
		cursor: pointer;
		z-index: 100;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 101;
		overflow-y: auto;
		background: #0080B5;
	}
	#gHeader .menuBox .topBox {
		padding: 10px 10px 10px 14px;
	}
	#gHeader .menuBox .logo {
		width: 97px;
	}
	#gNavi {
		margin: 0 0 25px;
		flex: 1;
	}
	#gNavi > ul {
		display: block !important;
	}
	#gNavi > ul > li {
		position: relative;
	}
	#gNavi > ul > li .mark {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url(../img/icon02.png) no-repeat left top/100%;
	}
	#gNavi > ul > li .mark.on {
		background-image: url(../img/icon03.png);
	}
	#gNavi a,#gNavi .menuList > li > .ttl {
		padding: 8px 25px !important;
		display: block;
		color: #fff !important;
		font-size: 15px;
		border-top: 1px solid #fff;
	}
	#gNavi > ul > li:last-child a {
		border-bottom: 1px solid #fff;
	}
	#gHeader .dropMenu {
		position: static;
		padding: 0;
		background: none;
	}
	#gHeader .dropMenu .content {
		margin: 0;
	}
	#gHeader .dropMenu .ttl {
		display: none;
	}
	#gHeader .dropMenu .subMenu {
		margin: 0;
		display: block;
	}
	#gHeader .dropMenu .subMenu > li > a, #gHeader .dropMenu .subList a, #gHeader .dropMenu02 .phoBox a, #gHeader .dropMenu02 .linkList a {
		padding-left: 40px !important; 
		display: block;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.5;
		background: none;
	}
	#gHeader .dropMenu02 .subList a {
		margin-bottom: 0;
	}
	#gHeader .dropMenu02 .subList {
		display: block;
		margin: 0;
	}
	#gHeader .dropMenu02 .subList br {
		display: none;
	}
	#gHeader .dropMenu02 .linkList {
		display: block;
	}
	#gHeader .dropMenu03 .subList {
		display: block;
		margin: 0;
	}
	#gHeader .menuBox .btnList {
		margin-top: 0;
		gap: 0 13px;
	}
	#gHeader .menuBox .btnList li {
		width: 49px;
	}
	#gHeader .menuBox .btnList .close {
		cursor: pointer;
	}
	#gHeader .menuBox .comSearch {
		margin: 0 25px 85px;
	}
	#gHeader .menuBox .comSearch .textBox {
		padding-left: 40px;
	}
	#gHeader .menuBox .comSearch .gsc-search-button {
		width: 40px;
		height: 40px;
		background-size: 17px !important;
	}
	#gHeader .menuBox .comSearch input.gsc-input {
		padding-left: 19px !important;
		height: 40px !important;
		font-size: 15px;
		background-position: 15px center !important;
	}
}
@media all and (max-width: 374px) {
	#gHeader {
		height: 17.867vw;
		padding: 0 2.667vw;
	}
	#gHeader h1 {
		margin: 3.2vw 0 0 2.4vw;
		width: 74.4vw;
	}
	#gHeader .menu {
		width: 13.067vw;
	}
	#gHeader .menuBox .topBox {
		padding: 2.667vw 2.667vw 2.667vw 3.733vw;
	}
	#gHeader .menuBox .logo {
		width: 25.867vw;
	}
	#gNavi {
		margin: 0 0 6.667vw;
	}
	#gNavi > ul > li .mark {
		width: 10.667vw;
		height: 10.667vw;
	}
	#gNavi a,#gNavi .menuList > li > .ttl {
		padding: 2.133vw 6.667vw !important;
		font-size: 4vw;
	}
	#gHeader .dropMenu .subMenu > li > a, #gHeader .dropMenu .subList a, #gHeader .dropMenu02 .phoBox a, #gHeader .dropMenu02 .linkList a {
		padding-left: 10.667vw !important; 
		font-size: 4vw;
	}
	#gHeader .menuBox .btnList {
		gap: 0 3.467vw;
	}
	#gHeader .menuBox .btnList li {
		width: 13.067vw;
	}
	#gHeader .menuBox .comSearch {
		margin: 0 6.667vw 22.667vw;
	}
	#gHeader .menuBox .comSearch .textBox {
		padding-left: 10.667vw;
	}
	#gHeader .menuBox .comSearch .gsc-search-button {
		width: 10.667vw;
		height: 10.667vw;
		background-size: 4.533vw !important;
	}
	#gHeader .menuBox .comSearch input.gsc-input {
		padding-left: 5.067vw !important;
		height: 10.667vw !important;
		font-size: 4vw;
		background-position: 3.5vw center !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 34px 0 46px;
	background: #D9ECF4;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 1154px;
}
#gFooter .lBox {
	margin-top: 10px;
	width: 45%;
}
#gFooter .fLogo {
	margin-bottom: 32px;
	width: 244px;
}
#gFooter .lBox p {
	margin-bottom: 108px;
	font-size: 14px;
	line-height: 1.43;
}
#gFooter .lBox .ttl {
	margin-bottom: 11px;
	font-size: 21px;
	font-weight: 400;
}
#gFooter address {
	font-size: 12px;
}
#gFooter .fNavi {
	margin-right: 27px;
	gap: 0 76px;
	flex: 1;
	justify-content: flex-end;
}
#gFooter .fNavi > li {
	font-size: 12px;
	line-height: 2.5;
}
#gFooter .fNavi p {
	margin-bottom: 30px;
	color: #0080B5;
}
#gFooter .fNavi p a {
	color: #0080B5;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 738px) {
	#gFooter {
		padding: 73px 10px 13px;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .lBox {
		margin-top: 0;
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 22px;
		width: 193px;
	}
	#gFooter .lBox .ttl {
		margin-bottom: 78px;
		font-size: 20.5px;
	}
	#gFooter address {
		font-size: 14px;
		line-height: 1.36;
	}
	#gFooter .fNavi {
		display: none;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
		padding: 19.467vw 2.667vw 3.467vw;
	}
	#gFooter .fLogo {
		margin-bottom: 5.867vw;
		width: 51.467vw;
	}
	#gFooter .lBox .ttl {
		margin-bottom: 20.8vw;
		font-size: 5.467vw;
	}
	#gFooter address {
		font-size: 3.733vw;
	}
}