@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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 126rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	z-index: 1;
	text-align: left;
}
#container:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 24.1rem;
	height: 72.4rem;
	background: #0080B5;
	z-index: -1;
	border-radius: 0 0 0 2rem;
	content: "";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 739px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 738px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#container:after {
		display: none;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 8.9rem;
	background : #D9ECF4;
	padding: 0 2rem;
	transition: .3s;
	z-index: 100;
}
#gHeader h1 {
	margin: 2.1rem 0 0 0.6rem;
	width: 35.8rem;
}
#gHeader .menuBox {
	flex: 1;
	justify-content: flex-end;
}
#gNavi {
	margin-right: 9rem;
	flex: 1;
}
#gNavi > ul {
	height: 100%;
	justify-content: flex-end;
}
#gNavi .menuList > li > a,#gNavi .menuList > li > .ttl { 
	padding: 1rem 2.6rem;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#gNavi .menuList > .on > a,#gNavi .menuList > .on > .ttl {
	color: #fff;
	background : #0080B5;
}
#gHeader .menuBox .btnList {
	margin-top: 2rem;
	gap: 0 1.8rem;
}
#gHeader .menuBox .btnList li {
	width: 5.1rem;
}
#gHeader .menuBox .btnList a:hover {
	opacity: 0.7;
}
#gHeader .fixBtn {
	position: fixed;
	right: 0;
	top: 16.3rem;
	width: 4.6rem;
	z-index: 20;
}
#gHeader .fixBtn a {
	padding: 1rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e5edf2;
}
#gHeader .fixBtn a:hover {
	opacity: 0.7;
}
#gHeader .fixBtn a img {
	width: 2.7rem;
}
#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: 0.9rem 0 8.9rem;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	background: #0080B5;
}
#gNavi .dropMenu a:hover {
	opacity: 0.7;
}
#gHeader .dropMenu .content {
	max-width: 113.6rem;
}
#gHeader .dropMenu .ttl {
	margin-bottom: 1.2rem;
	padding-bottom: 0.7rem;
	color: #fff;
	font-size: 1.9rem;
	border-bottom: 1px solid #fff;
}
#gHeader .dropMenu .subMenu {
	margin: 0 1.7rem;
	gap: 0 6.6%;
	font-feature-settings: normal;
	flex-wrap: nowrap;
}
#gHeader .dropMenu .subMenu a {
	color: #fff;
	font-size: 1.34rem;
}
#gHeader .dropMenu .subMenu > li > a {
	font-weight: 500;
	display: inline-block;
	line-height: 2.07;
}
#gHeader .dropMenu .subList {
	margin: 0 0 2.8rem 0.9rem;
}
#gHeader .dropMenu .subList:last-child {
	margin-bottom: 0;
}
#gHeader .dropMenu .subList a {
	padding-left: 1.3rem;
	display: inline-block;
	line-height: 2.04;
	white-space: nowrap;
	background: url(../img/common/icon04.png) no-repeat left 1rem/0.5rem;
}
#gHeader .dropMenu02 {
	padding-bottom: 3rem;
}
#gHeader .dropMenu02 .subMenu {
	margin: 0 0 0 2.3rem;
	gap: 0;
	justify-content: space-between;
}
#gHeader .dropMenu02 .subList {
	margin: 0 4.8rem 0 0;
	gap: 0 5rem;
}
#gHeader .dropMenu02 .subList a {
	margin-bottom: 1rem;
}
@media all and (min-width: 739px) {
	#gHeader .menuBox {
		display: flex !important;
	}
	#gNavi .menuList > li > a:hover {
		color: #fff;
		background : #0080B5;
	}
	#gHeader .dropMenu02 .phoBox {
		width: 21.5rem;
	}
	#gHeader .dropMenu02 .phoBox p {
		margin: 0 0.3rem 0.2rem;
		padding-left: 1.3rem;
		display: inline-block;
		line-height: 2.04;
		background: url(../img/common/icon04.png) no-repeat left 1rem/0.5rem;
	}
	#gHeader .dropMenu02 .linkList {
		margin-top: 1rem;
		gap: 0 2rem;
	}
	#gHeader .dropMenu02 .linkList a {
		margin-bottom: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.2rem 1rem;
		width: 18rem;
		text-align: center;
		border: 1px solid #fff;
	}
	#gHeader .dropMenu02 .linkList a span {
		padding-right: 1rem;
		display: inline-block;
		min-width: 9.5rem;
		line-height: 2.04;
		text-align: left;
		background: url(../img/common/icon04.png) no-repeat right 1.1rem/0.5rem;
	}
	#gHeader .dropMenu02 .linkList li:first-child a {
		min-height: 12.5rem;
	}
	#gHeader .dropMenu02 .linkList li:first-child a span {
		padding-right: 1.4rem;
	}
	#gHeader .dropMenu03 .subList {
		gap: 0 6.8rem;
	}
}
@media all and (max-width: 738px) {
	#gHeader {
		height: 6.7rem;
		padding: 0 1rem;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader:after {
		display: none;
	}
	#gHeader h1 {
		margin: 1.2rem 0 0 0.9rem;
		width: 27.9rem;
	}
	#gHeader .menu {
		width: 4.9rem;
		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: 1rem 1rem 1rem 1.4rem;
	}
	#gHeader .menuBox .logo {
		width: 9.7rem;
	}
	#gNavi {
		margin: 0 0 2.5rem;
		flex: 1;
	}
	#gNavi > ul {
		display: block;
	}
	#gNavi > ul > li {
		position: relative;
	}
	#gNavi > ul > li .mark {
		position: absolute;
		right: 0;
		top: 0;
		width: 4rem;
		height: 4rem;
		cursor: pointer;
		background: url(../img/common/icon05.png) no-repeat left top/100%;
	}
	#gNavi > ul > li .mark.on {
		background-image: url(../img/common/icon06.png);
	}
	#gNavi a,#gNavi .menuList > li > .ttl {
		padding: 0.8rem 2.5rem !important;
		display: block;
		color: #fff;
		font-size: 1.5rem;
		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: 4rem !important; 
		display: block;
		font-size: 1.5rem;
		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 1.3rem;
	}
	#gHeader .menuBox .btnList li {
		width: 4.9rem;
	}
	#gHeader .menuBox .btnList .close {
		cursor: pointer;
	}
	#gHeader .menuBox .comSearch {
		margin: 0 2.5rem 8.5rem;
	}
	#gHeader .menuBox .comSearch .textBox {
		padding-left: 4rem;
	}
	#gHeader .menuBox .comSearch .gsc-search-button {
		width: 4rem;
		height: 4rem;
		background-size: 1.7rem !important;
	}
	#gHeader .menuBox .comSearch input.gsc-input {
		padding-left: 1.9rem !important;
		height: 4rem !important;
		font-size: 1.5rem;
		background-position: 1.5rem center !important;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 4.2rem;
	padding: 0.1rem 2rem 0.5rem;
	background : #64B2D2;
}
#pagePath ul {
	margin: 0 auto;
	max-width: 115rem;
}
#pagePath li {
	display: inline;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
#pagePath a {
	margin-right: 0.3rem;
	color: #fff;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 738px) {
    #pagePath {
        margin-bottom: 1.9rem;
        padding: 0.1rem 2rem 0.3rem;
    }
    #pagePath li {
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	margin-right: 4rem;
	width: 29.3rem;
}
#sideBar .sMenu {
	margin-bottom: 2.8rem;
}
#sideBar .sMenu a {
	display: block;
	line-height: 1.81;
	letter-spacing: 0.04em;
	border-top: 1px solid #000;
}
#sideBar .sMenu a:hover {
	opacity: 0.7;
}
#sideBar .sMenu > li > a {
	color : #0080B5;
}
#sideBar .sMenu .subList a {
	padding: 0 0.2rem 0 1.6rem;
}
#sideBar .sMenu > li:last-child .subList li:last-child > a {
	border-bottom: 1px solid #000;
}
#sideBar .sLink li:not(:last-child) {
	margin-bottom: 1rem;
}
#sideBar .sMenu01 a {
    border-color: #666 !important;
}
#sideBar .sMenu01 .subList a {
    padding-left: 0;
}
@media all and (max-width: 738px) {
	.mainBox {
		display: block !important;
	}
	#sideBar {
		display: none;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	flex: 1;
	font-weight: 300;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.4rem 0 4.6rem;
	background: #D9ECF4;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 115.4rem;
}
#gFooter .lBox {
	margin-top: 1rem;
	width: 45%;
}
#gFooter .fLogo {
	margin-bottom: 3.2rem;
	width: 24.4rem;
}
#gFooter .lBox p {
	margin-bottom: 10.8rem;
	font-size: 1.4rem;
	line-height: 1.43;
}
#gFooter .lBox .ttl {
	margin-bottom: 1.1rem;
	font-size: 2.1rem;
	font-weight: 400;
}
#gFooter address {
	font-size: 1.2rem;
}
#gFooter .fNavi {
	margin-right: 2.7rem;
	gap: 0 7.6rem;
	flex: 1;
	justify-content: flex-end;
}
#gFooter .fNavi > li {
	font-size: 1.2rem;
	line-height: 2.5;
}
#gFooter .fNavi p {
	margin-bottom: 3rem;
	color: #0080B5;
}
#gFooter .fNavi p a {
	color: #0080B5;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 738px) {
	#gFooter {
		padding: 7.3rem 1rem 1.3rem;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .lBox {
		margin-top: 0;
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.2rem;
		width: 19.3rem;
	}
	#gFooter .lBox .ttl {
		margin-bottom: 7.8rem;
		font-size: 2.05rem;
	}
	#gFooter address {
		font-size: 1.4rem;
		line-height: 1.36;
	}
	#gFooter .fNavi {
		display: none;
	}
}