@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&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:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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%;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	transition: .3s;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-weight: 500;
	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%;
	overflow-y: scroll;
	height: 100%;
}
#container {
	padding-top: 79px;
	text-align: left;
	overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
#gHeader h1 {
	float: left;
	padding: 9px 0 0 12px;
}
#gHeader .rBox {
	float: right;
}
#gHeader .rBox .menu {
	float: right;
	width: 70px;
	background: #000;
}
#gHeader .rBox .menu a {
	display: block;
	background: #000;
}
#gHeader .rBox .menu a:hover {
	opacity: 0.7;
}
#gHeader .rBox .comBtn {
	padding-left: 23px;
	float: left;
	width: 273px;
}
#gHeader .rBox .comBtn a {
	padding: 16px 22px;
	min-height: 79px;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 4px;
}
#gHeader .rBox .comBtn a:before {
	background-image: url("../../img/common/icon01.png");
	right: 14px;
}
#gHeader .rBox .snsList {
	padding-top: 17px;
	float: left;
}
#gHeader .rBox .snsList li {
	float: left;
	padding-left: 14px;
}
#gHeader .rBox .snsList li a:hover {
	opacity: 0.7;
}
.menuBox {
  width: 485px;
  height: 100%;
  position: fixed;
  right: -485px;
  top: 0;
  z-index: 1010;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.3s;
  overflow: auto;
}
.menuBox.on {
  right: 0;
}
.menuBox .close {
	text-align: right;
}
.menuBox .close:hover {
	opacity: 0.7;
}
.menuBox .spNavi {
	margin: 0 40px;
}
.menuBox .spNavi li {
	width: 100%;
}
.menuBox .spNavi li a {
	padding: 15px 30px 15px 0;
	color: #0f2942;
	font-weight: bold;
	display: block;
	font-size: 2.0rem;
	background: url("../../img/common/icon05.png") no-repeat right 5px center;
	border-bottom: 1px solid #004793;
}
.menuBox .btn01 {
	margin: 30px 40px 18px;
}
.menuBox .btn01 a {
	padding: 16px 10px;
	color: #0f2942;
	position: relative;
	font-weight: bold;
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid #0f2942;
	text-align: center;
	letter-spacing: 1px;
	z-index: 1;
}
.menuBox .btn01 a:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  bottom: 0;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}
.menuBox .btn02 {
	margin: 0 40px 60px;
}
.menuBox .btn02 a {
	padding: 14px 10px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	background: #ffc82c;
	text-align: center;
	letter-spacing: 2px;
	z-index: 1;
}
.menuBox .btn02 a:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  bottom: 0;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}
@media all and (min-width: 768px) {
	#gHeader .rBox .comBtn a:hover:before {
		right: 9px;
	}
	.menuBox .spNavi li a:hover {
		color: #fff;
		background: #ffc82c url("../../img/common/icon06.png") no-repeat right 5px center;
	}
	.menuBox .btn01 a:hover {
		color: #fff;
	}
    .menuBox .btn01 a:hover:after {
        width: 120%;
        background-color: #0f2942;
    }
    .menuBox .btn02 a:hover:after {
        width: 120%;
        background-color: #ff6635;
    }
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 0;
	}
	#gHeader h1 {
		padding: 13px 0 0 9px;
	}
	#gHeader h1 img {
		width: 141px;
	}
	#gHeader .rBox {
		width: 164px;
	}
	#gHeader .rBox .spUl {
		float: left;
		padding-top: 10px;
	}
	#gHeader .rBox .spUl li {
		padding-left: 16px;
		float: left;
	}
	#gHeader .rBox .spUl li:first-child {
		padding-left: 0;
	}
	#gHeader .rBox .menu {
		width: 53px;
		height: 60px;
	}
	#gHeader .rBox .comBtn {
		display: none;
	}
	#gHeader .rBox .snsList {
		display: none;
	}
	.menuBox {
	  width: 100%;
	  right: -100%;
	}
	.menuBox.on {
	  right: 0;
	}
	.menuBox .close img {
		width: 53px;
	}
	.menuBox .spNavi {
		margin: 0 20px;
	}
	.menuBox .spNavi li a {
		padding: 12px 30px 12px 0;
		font-size: 1.8rem;
	}
	.menuBox .btn01 {
		margin: 20px 30px;
	}
	.menuBox .btn01 a {
		padding: 13px 10px;
	}
	.menuBox .btn02 {
		margin: 0 30px 50px;
	}
	.menuBox .btn02 a {
		padding: 13px 10px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10px 0 7px;
	color: #fff;
	text-align: center;
	background: #0f2942;
}
#gFooter .pageTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 40px;
	z-index: 1000;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .copyright {
	letter-spacing: 1px;
}
@media all and (max-width: 767px) {
	#gFooter {
		padding: 10px 0 13px;
	}
	#gFooter .pageTop {
		right: 10px;
		bottom: 10px;
	}
	#gFooter .pageTop img {
		width: 60px;
	}
	#gFooter .copyright {
		font-size: 1.4rem;
		line-height: 1.65;
	}
}
@media all and (max-width: 374px) {
	#gHeader .rBox {
		width: 160px;
	}
	#gHeader .rBox .spUl li {
		padding-left: 12px;
	}
	#gHeader .rBox .spUl li:first-child {
		padding-left: 0;
	}
}
@media all and (-ms-high-contrast:none){
	#gHeader .rBox .comBtn a {
		padding: 19px 22px 13px;
	}
	#gFooter {
		padding: 11px 0 5px;
	}
	.menuBox .spNavi li a {
		padding: 18px 30px 11px 0;
	}
	.menuBox .btn01 a {
		padding: 20px 10px 15px;
	}
	.menuBox .btn02 a {
		padding: 18px 10px 13px;
	}
}