@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 {
	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 (min-width: 820px) and (max-width: 1919px) {
	html {
		font-size: 0.52vw;
	}
} */
@media all and (max-width: 374px) {
	html {
		font-size: 2.66vw;
	}
}
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;
}
: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 {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
chrome_annotation {
	border: none !important;
}
@media all and (min-width: 820px) {
	.sp {
		display: none !important;
	}
	body {
		min-width: 132rem;
	}
}
@media all and (max-width: 819px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-top: 1rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#header .com-logo {
	padding: 0.8rem 0.9rem;
	flex: 1;
}
#header .header-inner {
	margin: 0 auto;
	width: calc(100% - 1.6rem);
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}
#header .menu {
	padding-bottom: 0.1rem;
	width: 11.1rem;
	font-size: 1.4rem;
	font-weight: bold;
	background: #D80D18;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
}
#header .menu img {
	margin: 0 0.8rem 0 -0.4rem;
	width: 2.2rem;
}
#header .menu .inner {
	width: 100%;
	text-align: center;
	display: block;
}
#header .menu .on {
	display: block;
}
#header .menu .off {
	display: none;
	font-family: "Noto Sans JP", sans-serif;
}
#header .menu.on .on {
	display: none;
}
#header .menu.on .off {
	display: block;
}

.menu-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-y: auto;
	z-index: 99;
	display: none;
}
.menu-box .inner-box {
	padding: 10.7rem 2rem;
}
.menu-box .navi-box .title {
	margin-bottom: 3.9rem;
	font-size: 4rem;
}
.menu-box .navi-box .navi-ul li {
	margin-bottom: 3.1rem;
}
.menu-box .navi-box .navi-ul {
	margin-bottom: 5.6rem;
}
.menu-box .com-btn a {
	height: 8.3rem;
}
@media all and (min-width: 820px) {
	.menu-box {
		display: none !important;
	}
	#header {
		padding: 3rem 1.9rem 0 0;
		width: 100%;
		top: 0;
		left: 0;
		background-color: transparent;
		border-radius: 0;
		box-sizing: border-box;
		-webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
		transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
	}
	#header .header-inner {
		margin: 0 auto;
		padding: 2.4rem 5.9rem 2.2rem 13.4rem;
		max-width: 161.2rem;
		background-color: #fff;
		border-radius: 2rem;
		box-sizing: border-box;
	}
	#header .right-box {
		margin-top: 0.2rem;
		flex: 1;
		display: flex;
		justify-content: flex-end;
	}
	#header .com-logo {
		padding: 0;
		width: 40rem;
		flex: none;
	}
	#header .navi-ul {
		margin: 1.8rem 9.2rem 0 0;
		display: flex;
		justify-content: flex-end;
		font-size: 2rem;
		line-height: 1;
	}
	#header .navi-ul a {
		display: block;
		position: relative;
	}
	#header .navi-ul a:after {
		content: '';
		position: absolute;
		bottom: -0.4rem;
		left: 0;
		width: 100%;
		height: 1px;
		background:#000;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#header .navi-ul a:hover:after {
		transform: scale(1, 1);
	}
	#header .navi-ul li {
		margin-left: 6rem;
		position: relative;
	}
	#header .navi-ul li:first-child {
		margin-left: 0;
	}
	#header .navi-ul li:after {
		position: absolute;
		top: 0;
		left: -4rem;
		content: "｜";
	}
	#header .navi-ul li:first-child::after {
		display: none;
	}
	#header.fix {
		padding: 0;
	}
	#header.fix .header-inner {
		width: auto;
		max-width: inherit;
		border-radius: 0;
	}
}
@media all and (min-width: 1501px) and (max-width: 1919px) {
	#header .header-inner {
		padding-right: 5.9rem;
	}
	#header .com-logo span {
		margin-left: 7.4rem;
	}
	#header .com-logo span::before {
		left: -4.1rem;
	}
	#header .com-btn a {
		width: 26rem;
	}
	#header .com-logo {
		width: 38rem;
	}
	#header .navi-ul {
		margin-right: 3.5rem;
	}
}
@media all and (min-width: 820px) and (max-width: 1500px) {
	#header {
		padding: 1.2rem 0 0 0;
	}
	#header .header-inner {
		padding: 1.5rem 1rem;
	}
	#header .com-logo {
		width: 24rem;
		font-size: 1.3rem;
	}
	#header .com-logo img {
		width: 8.6rem;
	}
	#header .com-logo span {
		margin-left: 1.6rem;
		line-height: 1.4;
	}
	#header .com-logo span::before {
		height: 4rem;
		top: 0;
		left: -0.9rem;
	}
	#header .navi-ul {
		margin: 1.3rem 3.2rem 0 0;
		font-size: 1.3rem;
	}
	#header .navi-ul li {
		margin-left: 2rem;
	}
	#header .com-btn a {
		width: 17rem;
		height: 4rem;
		border-radius: 1rem;
		font-size: 1.8rem;
	}
	#header .com-btn span::after {
		width: 2rem;
		height: 2rem;
		bottom: 0.3rem;
	}
	#header .navi-ul li:after {
		left: -1.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 3.1rem 2rem 3.5rem;
}
#footer .com-logo {
	margin: 0 auto 4rem;
	max-width: 31.4rem;
}
#footer .com-logo img {
	width: 12.2rem;
}
#footer .com-logo span {
	margin: 1.1rem 0 0 6.1rem;
}
#footer .com-logo span::before {
	width: 2px;
	height: 5.1rem;
	top: -0.7rem;
	left: -2.8rem;
}
#footer address {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media all and (min-width: 820px) {
	#footer .com-logo {
		margin: 0 0 4.3rem;
		max-width: inherit;
		font-size: 2.2rem;
	}
	#footer .f-box {
		margin: 0 auto 6.5rem;
		max-width: 120rem;
		display: flex;
		justify-content: space-between;
	}
	#footer .left-box {
		width: 68.3rem;
	}
	#footer .navi-box {
		margin: -2rem 0 0 0;
		display: flex;
		align-items: center;
		flex: 1;
	}
	#footer .com-logo img {
		width: 18.1rem;
	}
	#footer {
		padding: 10.9rem 2rem 5.1rem;
	}
	#footer .com-logo span {
		margin: 1.1rem 0 0 12.5rem;
		line-height: 1.5;
	}
	#footer .com-logo span::before {
		width: 0.5rem;
		height: 7.4rem;
		top: -0.4rem;
		left: -6.1rem;
		border-radius: 0.5rem;
	}
	#footer .navi-box .title {
		margin: -3.5rem 0 0 0;
		width: 22.4rem;
		font-size: 3.5rem;
		text-align: left;
	}
	#footer .navi-box .navi-ul {
		margin-bottom: 0;
		font-size: 3.5rem;
		text-align: left;
		line-height: 1;
		flex: 1;
	}
	#footer .navi-box .navi-ul li {
		margin-bottom: 3.5rem;
	}
	#footer .navi-box .navi-ul a {
		position: relative;
	}
	#footer .navi-box .navi-ul a:after {
		content: '';
		position: absolute;
		bottom: -0.2rem;
		left: 0;
		width: 100%;
		height: 1px;
		background:#000;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	#footer .navi-box .navi-ul a:hover:after {
		transform: scale(1, 1);
	}
	#footer .com-btn a {
		margin: 0;
		padding: 0.2rem 2rem 0 2.5rem;
		width: 100%;
		max-width: 50.4rem;
		height: 7.2rem;
		font-size: 2.3rem;
		box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.10);
	}
	#footer address {
		font-size: 1.3rem;
	}
}