@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&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%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",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;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
}
#main {
	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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 71px;
}
#gHeader .hBox {
	width: 100%;
	padding: 5px 80px 12px;
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
#gHeader .hBox .sub {
	margin: 0 auto;
	max-width: 1242px;
    align-items: center;
}
#gHeader h1 {
	width: 270px;
}
#gHeader .comTel {
	margin: -2px 9px 0 0;
	width: 400px;
	text-align: right;
}
#gNavi {
	background: linear-gradient(90deg, rgba(62, 114, 146, 1) 0%, rgba(0, 69, 111, 1) 100%); 
}
#gNavi li a {
	padding: 8px 15px 9px;
	color: #fff;
	font-size: 1.5rem;
	display: block;
}
#gNavi li a:hover,
#gNavi .on a {
	background-color: #E09F1F;
}
#gNavi li {
	margin: 0 5px;
	position: relative;
}
#gNavi li .subNavi {
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	display: none;
	z-index: 10;
}
#gNavi li .subNavi.show {
	display: block;
}
#gNavi li .subNavi a {
	display: block;
	background-color: rgba(0, 69, 111, 1);
}
#gNavi li .subNavi a:hover {
	background-color: #E09F1F;
}
.menu {
	position: fixed;
	right: 15px;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 1000;
	background-color: #00456F;
	display: none;
	border-radius: 4px;
	cursor: pointer;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 13px;
	width: 24px;
	height: 2px;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 13px;
}
.menu span:nth-of-type(2) {
	top: 25px;
}
.menu span:nth-of-type(3) {
	top: 37px;
}
.menu.on span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
.menuBox {
	width: 50%;
	padding: 70px 0 70px;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox .naviList {
	margin-bottom: 30px;
}
.menuBox .naviList li a {
	padding: 20px 30px;
	font-size: 1.6rem;
	display: block;
	color: #00456F;
	border-top: 1px solid #00456F;
}
.menuBox .naviList li a:hover {
	opacity: 0.7;
}
.menuBox .naviList li:last-child a {
	border-bottom: 1px solid #00456F;
}
.menuBox .naviList .subNavi li:last-child a {
	border-bottom: 0;
}
.menuBox .naviList .li01 a {
	color: #fff;
	background-color: #00456F;
}
.menuBox .naviList .li02 a {
	color: #fff;
	background-color: #16C0D1;
}
.menuBox .comTel {
	width: auto;
	text-align: center;
}
#gHeader.on .menu {
	display: block;
}
.menu.on {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-top: 0;
	}
	#gHeader .hBox {
		padding: 15px;
		width: auto;
		display: block;
		position: relative;
	}
	#gHeader .hBox .sub {
		max-width: inherit;
        justify-content: center;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 220px;
	}
	#gHeader .comTel {
		display: none;
	}
	#gNavi {
		display: none;
	}
	.menu {
		padding: 15px 10px;
		display: block;
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		border-radius: 0;
	}
	.menu span {
		right: auto;
		left: 10px;
	}
	.menu p {
		color: #fff;
		font-size: 1.5rem;
	}
	.menuBox {
		padding-top: 59px;
		width: 73%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 52px 0 18px;
	color: #fff;
	background-color: #00456F;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1120px;
}
#gFooter .fBox .sub {
	margin-bottom: 8px;
}
#gFooter .fBox .fLogo {
	margin-bottom: 28px;
	width: 242px;
}
#gFooter .fBox .lBox {
	margin: 0 24px 0 29px;
	width: 320px;
}
#gFooter .fBox .lBox p {
	margin-left: 35px;
	font-size: 1.5rem;
	line-height: 1.82;
	letter-spacing: 0.025em;
}
#gFooter .naviBox {
	padding: 10px 0 0 37px;
	box-sizing: border-box;
	position: relative;
}
#gFooter .naviBox::before {
	width: 1px;
	position: absolute;
	left: 0;
	top: -12px;
	bottom: -6px;
	background-color: #fff;
	content: "";
}
#gFooter .fNavi {
	margin: -21px 108px 0 0;
}
#gFooter .fNavi:last-child {
	margin-right: 0;
}
#gFooter .fNavi > li {
	margin-top: 21px;
}
#gFooter .fNavi a {
	font-size: 1.5rem;
	font-weight: bold;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi .subNavi a {
	font-weight: normal;
}
#gFooter .fNavi .subNavi li {
	margin-top: 8px;
}
#gFooter .snsList {
	margin-bottom: 19px;
	padding: 0 19px 19px;
	justify-content: flex-end;
	border-bottom: 1px solid #fff;
}
#gFooter .snsList li {
	margin-left: 15px;
	width: 25px;
}
#gFooter .snsList li a {
	display: block;
}
#gFooter .snsList li a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	font-style: normal;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 52px 15px 80px;
	}
	#gFooter .fBox {
		width: auto;
	}
	#gFooter .fBox .sub {
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 28px;
	}
	#gFooter .fBox .lBox {
		margin: 0;
		width: auto;
	}
	#gFooter .fBox .lBox p {
		margin-left: 0;
		font-size: 1.4rem;
		text-align: center;
	}
	#gFooter .naviBox {
		margin-bottom: 30px;
		padding: 0;
		display: block;
		text-align: center;
	}
	#gFooter .naviBox::before {
		display: none;
	}
	#gFooter .fNavi {
		margin: 0;
	}
	#gFooter .fNavi a {
		font-size: 1.4rem;
	}
	#gFooter .fNavi .subNavi li {
		margin-top: 15px;
	}
	#gFooter .snsList {
		padding: 0 0 19px;
		justify-content: center;
	}
	#gFooter .snsList li {
		margin: 0 10px;
	}
	.fixBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 1000;
	}
	.fixBtn a {
		padding: 14px 10px 14px 40px;
		display: block;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
		background: #16C0D1 url("../../img/common/icon03.png") no-repeat left 15px center / 34px;
	}
}
@media all and (max-width: 360px) {
	.fixBtn a {
		background-size: 25px auto;
	}
}