@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 {
	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;
}
input,button,textarea,select {
	margin: 0;padding: 0;border: none;border-radius: 0;background: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	color: #000000;
}
.barlow {
	font-family: 'Barlow', 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 {
	text-decoration: none;
}
textarea {resize: vertical;}
select::-ms-expand {display: none;}
::placeholder {
	color: #C7C7C7;
}
/*.ie11対策*/
input:-ms-input-placeholder {
	color: #C7C7C7;
}
select:invalid {
	color: #C7C7C7;
}
/*.ie11対策*/
[type="checkbox"],
[type="radio"] {
	visibility: hidden;
	width:1px;
	position: absolute;
}
input,
select {
	-webkit-appearance: none;
}
/*--------------------------------
	　全体レイアウト
--------------------------------*/
body {
	position: relative;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.56;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media all and (max-width: 1199px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
}
.content {
	max-width: 120rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.content-in {
	max-width: 100rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 1199px) {
	.content {
		max-width: calc( 100% - 4rem );
		margin: 0 auto;
	}
	.content-in {
		max-width: unset;
	}
}
/*--------------------------------
	　ヘッダー
--------------------------------*/
header .header-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 9rem;
	padding: 0 5rem;
}
header .gnav nav ul {
	display: flex;
	gap: 0 6.8rem;
}
header .gnav nav ul li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 3.32rem 0.7rem;
	color: #000000;
}
header .gnav nav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 0.2rem;
	background: #F7790D;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
header .gnav nav ul li a:hover {
	color: #F7790D;
}
header .gnav nav ul li a:hover::after {
	opacity: 1;
	visibility: visible;
}
header .gnav nav ul li a span {
	display: flex;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
}
header.fixed {
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .16);
}
@media all and (max-width: 1199px) {
	header .header-in {
		min-height: 7rem;
		padding: 0 2rem;
	}
	header .site-logo a {
		display: block;
		width: calc( calc( 33.5rem / 3 ) * 2 );
	}
	header .gnav {
		position: fixed;
		top: 7rem;
		right: -100%;
		z-index: 3;
		width: 20rem;
		overflow-y: scroll;
		transition: .3s;
	}
	header .gnav-open {
		right: 0;
	}
	header .gnav nav {
		background: #FFF;
	}
	header .gnav nav ul {
		display: block;
	}
	header .gnav nav ul li:first-child a {
		border-top: 0.1rem solid #F7790D;
	}
	header .gnav nav ul li a {
		padding: 1.5rem 0;
		border-bottom: 0.1rem solid #F7790D;
	}
	header .gnav nav ul li a::after {
		content: unset;
	}
	header .menu-btn {
		position: relative;
		width: 30px;
	}
	header .menu-btn span {
		display: block;
		margin-top: 7px;
		width: 100%;
		height: 2px;
		background: #F7790D;
		transition: .3s;
	}
	header .menu-btn span:nth-of-type(1) {
		margin-top: 0;
	}
	header .menu-btn.active span:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	header .menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .menu-btn.active span:nth-of-type(3) {
		transform: translateY(-9px) rotate(45deg);
	}
	header .gnav-bg {
		display: none;
		position: fixed;
		top: 7rem;
		left: 0;
		z-index: 2;
		width: 100%;
		height: calc( 100% - 7rem );
		background: rgba(0,0,0,.3);
	}
}
/*--------------------------------
	　フッター
--------------------------------*/
footer {
	padding: 9rem 0 6rem;
}
footer .footer-in {
	display: flex;
	justify-content: space-between;
	margin: 0 0 6.5rem;
}
footer .site-logo {
	margin: 0 0 5rem;
}
footer .f-address dl {
	margin: 0 0 3.5rem;
}
footer .f-address dl dt {
	position: relative;
	padding: 0 0 0 1.2rem;
	margin: 0 0 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}
footer .f-address dl dt::before {
	position: absolute;
	left: 0;
	top: 40%;
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 100%;
	background: #BCBCBC;
}
footer .f-address dl dd {
	padding: 0 0 0 1rem;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
footer .f-address dl dd span.barlow {
	font-size: 1.3rem;
}
footer .f-address dl dd span.num {
	font-size: 1.7rem;
	font-weight: 500;
}
footer .f-address dl dd span.num a {
	color: #000;
}
footer .f-address dl dd i {
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
}
footer .f-nav ul:first-child {
	margin: 0 0 10rem;
}
footer .f-nav ul li {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 1.5rem;
}
footer .f-nav ul:first-child li {
	margin: 0 0 3rem;
}
footer .f-nav ul li a {
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.05em;
}
footer .f-nav ul:first-child li a {
	font-size: 1.6rem;
}
footer .f-nav ul li a:hover {
	text-decoration: underline;
}
footer address {
	font-family: 'Barlow', sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	color: #717171;
}
@media all and (max-width: 1199px) {
	footer {
		padding: 4.5rem 0 3rem;
	}
	footer .footer-in {
		display: block;
		margin: 0 0 3.75rem;
	}
	footer .site-logo {
		margin: 0 0 2.5rem;
	}
	footer .f-address {
		margin: 0 0 5rem;
	}
	footer .f-address dl {
		margin: 0 0 1.75rem;
	}
	footer .f-nav {
	}
	footer .f-nav ul:first-child {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0 2rem;
		margin: 0 0 3rem;
		padding: 0 2rem;
	}
	footer .f-nav ul li {
		flex-basis: calc( 50% - 4rem );
		display: block;
		margin: 0 0 1.5rem;
	}
	footer .f-nav ul:first-child li {
		margin: 0 0 2rem;
	}
}