@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&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: 'Noto Sans JP', 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;
	transition: .3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-size: 1.5rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color:  #f5f5f5;
}
body.fixed {
	width: 100%;
	position: fixed;
	left: 0;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	padding-bottom: 100px;
	overflow: hidden;
}
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.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	#main {
		padding-bottom: 50px;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 31px 30px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 999;
}
#gHeader.header01 {
	padding: 22px 30px 24px;
	max-width: 88.57%;
	left: 5.72%;
	top: 50px;
	border-radius: 15px;
	background-color: #dd2925;
}
#gHeader h1 {
	width: 250px;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gNavi {
	margin-right: 62px;
	display: flex;
	justify-content: flex-end;
}
#gHeader.header01 #gNavi {
	margin-right: 75px;
}
#gNavi li {
	margin-left: 27px;
	display: inline-block;
}
#gNavi li:first-of-type {
	margin-left: 0;
}
#gNavi li a {
	display: block;
	color: #fff;
	font-weight: 500;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#gNavi ul {
	margin-top: 2px;
}
#gNavi .snsList {
	margin: 7px 0 0 30px;
}
#gNavi .snsList li:not(:first-of-type) {
	margin-left: 17px;
}
#gNavi .snsList li img {
	height: 20px;
}
.menu {
	width: 25px;
	height: 25px;
	position: fixed;
	right: 36px;
	top: 35px;
	z-index: 99999;
	cursor: pointer;
}
.menu.menu01 {
	top: 78px;
	right: calc(5.72% + 30px);
}
.menu span {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #fff;
}
.menu.on span {
	transform: translateY(8px) rotate(45deg);
	background-color: #222;
}
.menu span:nth-of-type(2) {
	top: 14px;
}
.menu.on span:nth-of-type(2) {
	display: none;
}
.menu span:last-of-type {
	top: 22px;
}
.menu.on span:last-of-type {
	transform: translateY(-8px) rotate(-45deg);
}
.menuBox {
	padding: 125px 50px 50px;
	width: 85%;
	height: 100%;
	max-width: 1000px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	background-color: #f5f5f5;
	overflow-y: auto;
	display: none;
}
.menuBox .linkList {
	margin-bottom: 25px;
	padding-bottom: 89px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.menuBox .linkList > li {
	width: 25%;
}
.menuBox .linkList > li:last-of-type {
	width: 75%;
}
.menuBox .linkList li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
.menuBox .linkList li a span {
	display: block;
	color: #e8002f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.menuBox .linkList .linkUl {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuBox .linkList .linkUl > li {
	margin-top: 39px;
	width: 33%;
}
.menuBox .linkList > li:first-child .linkUl li {
	width: auto;
}
.menuBox .linkList .linkUl ul {
	margin-top: 9px;
}
.menuBox .linkList .linkUl ul li a {
	padding: 7px 21px;
	display: inline-block;
	color: #888;
	font-size: 1.3rem;
	font-weight: 400;
	border-left: 1px solid #ccc;
	vertical-align: top;
}
.menuBox .link a {
	color: #888;
	font-size: 1.3rem;
	display: inline-block;
}
.menuBox .snsList {
	margin: -22px 0 18px;
	display: flex;
	justify-content: flex-end;
}
.menuBox .snsList li {
	margin-left: 20px;
	width: 40px;
}
.menuBox .snsList li:first-of-type {
	margin-left: 0;
}
.menuBox .snsList a {
	display: block;
}
.menuBox .copyright {
	color: #d6d6d6;
	font-size: 1.3rem;
}
#gHeader .img02 {
	display: none;
}
#gHeader.fixed {
	position: fixed;
	background-color: #FFF;
}
#gHeader.fixed .img01 {
	display: none;
}
#gHeader.fixed .img02 {
	display: block;
}
#gHeader.fixed #gNavi a {
	color: #e8002f;
	text-shadow: none;
}
.menu.fixed {
	position: fixed;
}
.menu.fixed span {
	background-color: #e8002f;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		opacity: 0.7;
	}
	.menu:hover {
		opacity: 0.7;
	}
	.menuBox .linkList li a:hover {
		opacity: 0.7;
	}
	.menuBox .link a:hover {
		opacity: 0.7;
	}
	.menuBox .snsList a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 897px) and (max-width: 935px) {
	#gHeader.header01 #gNavi li {
		margin-left: 15px;
	}	
}
@media (min-width: 897px) and (max-width: 1000px) {
	#gHeader h1 {
		width: 200px;
	}
	#gNavi li {
		margin-left: 20px;
	}
	#gHeader.header01 #gNavi {
		margin-right: 40px;
	}
	#gHeader.header01 #gNavi li {
		margin-left: 10px;
	}
}
@media all and (-ms-high-contrast:none) {
	.menu.menu01 {
		top: 85px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 32px 20px;
	}
	#gHeader.header01 {
		margin: 0 15px;
		padding: 20px;
		max-width: inherit;
		left: 0;
		top: 20px;
		width: calc(100% - 30px);
	}
	#gHeader h1 {
		width: 232px;
	}
	#gHeader.header01 h1 {
		width: 180px;
	}
	#gHeader .hBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#gNavi {
		display: none;
	}
	.menu {
		width: 40px;
		right: 20px;
		top: 37px;
		height: 27px;
	}
	.menu.menu01 {
		top: 40px;
		right: 35px;
	}
	.menu span {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 13px;
	}
	.menu span:last-of-type {
		top: 25px;
	}
	.menu.on span {
		transform: translateY(12px) rotate(45deg);
		background-color: #222;
	}
	.menu.on span:last-of-type {
		transform: translateY(-12px) rotate(-45deg);
	}
	.menuBox {
		padding: 80px 20px 50px;
		width: 100%;
		max-width: inherit;
	}
	.menuBox .linkList {
		margin-bottom: 25px;
		padding-bottom: 40px;
		display: block;
	}
	.menuBox .linkList > li {
		margin-bottom: 20px;
		width: auto;
	}
	.menuBox .linkList > li:last-of-type {
		margin-bottom: 0;
		width: auto;
	}
	.menuBox .linkList li a {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.menuBox .linkList .linkUl > li {
		margin-top: 15px;
		width: 49%;
	}
	.menuBox .snsList li {
		margin-left: 15px;
		width: 30px;
	}
	.menuBox .snsList a {
		display: block;
	}
	.menuBox .copyright {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 51px;
	position: relative;
	background-color: #222;
}
#gFooter a {
	color: #fff;
}
#gFooter .snsList {
	margin-bottom: 47px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #444;
}
#gFooter .snsList li {
	margin: 0 15px;
	width: 40px;
}
#gFooter .snsList li a {
	display: block;
}
#gFooter p {
	color: #fff;
}
#gFooter .copyright {
	padding: 29px 20px 28px;
	color: #888;
	font-size: 1.3rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	text-align: center;
	background-color: #000;
}
#gFooter .fBox {
	margin: 0 30px 43px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fBox .fLBox {
	margin: 3px 0 0 20px;
	width: 29.85%;
}
#gFooter .fBox .fLogo {
	margin-bottom: 14px;
	max-width: 250px;
}
#gFooter .fBox .fLBox p {
	margin-bottom: 8px;
	line-height: 2.09;
}
#gFooter .fBox .fLBox p:last-of-type {
	margin-bottom: 0;
}
#gFooter .fBox .fLBox p .link01 {
	margin-left: 10px;
	padding-left: 15px;
	background: url(../../img/common/icon06.png) no-repeat left center / 10px auto;
}
#gFooter .fBox .fLBox .link a {
	color: #888;
	font-size: 1.3rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#gFooter .fNavi {
	margin-top: -20px;
	width: 60%;
	max-width: 670px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .fNavi li {
	margin-top: 20px;
}
#gFooter .fNavi a {
	padding-left: 20px;
	display: inline-block;
	font-weight: 700;
	background: url(../../img/common/icon01.png) no-repeat left center / 15px auto;
}
#gFooter .fNavi li {
	width: calc((100% - 20px) / 3);
}
@media all and (min-width: 897px) {
	#gFooter .snsList li a:hover {
		opacity: 0.7;
	}
	#gFooter .fBox .fLBox p a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 40px;
	}
	#gFooter .snsList {
		margin-bottom: 30px;
		padding-bottom: 40px;
	}
	#gFooter .snsList li {
		margin: 0 15px;
		width: 40px;
	}
	#gFooter .snsList li a {
		display: block;
	}
	#gFooter p {
		color: #fff;
	}
	#gFooter .copyright {
		padding: 16px;
		font-size: 1rem;
	}
	#gFooter .fBox {
		margin: 0 20px 36px;
		display: block;
	}
	#gFooter .fBox .fLBox {
		margin: 0 auto 20px;
		width: auto;
		max-width: 275px;
	}
	#gFooter .fBox .fLBox p {
		margin-bottom: 9px;
		font-size: 1.5rem;
		line-height: 2;
	}
	#gFooter .fBox .fLogo {
		margin-bottom: 17px;
		max-width: 250px;
	}
	#gFooter .fBox .fLBox p .link01 {
		margin-left: 0;
		padding-left: 12px;
		background-size: 8px auto;
	}
	#gFooter .fBox .fLBox .link a {
		font-size: 1.3rem;
	}
	#gFooter .fNavi {
		margin-top: -20px;
		width: auto;
		display: none;
	}
	#gFooter .fNavi li {
		margin-top: 20px;
	}
	#gFooter .fNavi a {
		padding-left: 15px;
		background-size: 12px;
	}
	#gFooter .fNavi li {
		width: calc((100% - 10px) / 2);
	}
}