@charset "utf-8";

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* INIT */
.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.list,
.cont,
.pack,
.set,
.box,
.block,
section {
zoom: 1;
}

.NotoSansJP-Regular {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}
.NotoSansJP-Medium {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
}
.NotoSansJP-Bold {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.NotoSansJP-Black {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}
.Poppins-Light {
font-family: 'Poppins', sans-serif;
font-weight: 300;
}
.Poppins-Medium {
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.Poppins-Semibold {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.Poppins-Bold {
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
body {
position: relative;
background-color: #dcdcdc;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.1em;
color: #000;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}

br.sp {display: block;}
br.pc {display: none;}
img.sp {display: block !important;}
img.pc {display: none !important;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	img.sp {display: none !important;}
	img.pc {display: block !important;}
	span.sp {display: none;}
	span.pc {display: block;}
}
a,
a img {
transition: all 0.5s ease;
}
a:link {
color: #000;
text-decoration: none;
}
a:active,
a:visited { 
color: #000;
text-decoration: none;
}
a:hover { 
color: #000;
text-decoration: none;
}
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
strong {
font-weight: normal;
}

.fadeElm {}
.activeView {}

/* CONTAINER */
#container {
overflow: hidden;
}

/* PAGETOP */
#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

@media (max-width: 767px) {
	#pageTop {
	height: 70px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 15px;
	top: 15px;
	}
	#header .hlogo img {
	display: block;
	width: 230px;
	height: auto;
	}
	#localNav {
	display: none;
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #5a595a;
	width: 100%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .toggle {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #3a3c40;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 15px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 17px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 24px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 31px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
	}
	#globalNav .flogo {
	margin: 0 15px 40px 15px;
	padding: 85px 0 0 0;
	}
	#globalNav .flogo img {
	display: block;
	width: 282px;
	height: auto;
	}
	#globalNav ul {
	margin: 0 15px 30px 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 6.133vw;
	line-height: 1.73;
	}
	#globalNav ul a {
	color: #fff;
	}
	#globalNav .contact {
	border-left: solid 1px #adacad;
	margin: 0 25px;
	padding: 20px 0;
	padding-left: 25px;
	font-size: 3.733vw;
	line-height: 1.5;
	color: #fff;
	}
	#globalNav .tel {
	margin: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 3.733vw;
	line-height: 1.5;
	color: #fff;
	}
	#globalNav .tel span {
	font-size: 6.667vw;
	}
	#globalNav .foot {
	display: none;
	}
	#header .ec {
	position: fixed;
	right: 0;
	top: 50px;
	background-color: #eaff00;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 50;
	}
	#header .ec img {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: auto;
	}
}
@media (min-width: 768px) {
	#pageTop {
	height: 105px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 40px;
	top: 20px;
	}
	#header .hlogo img {
	display: block;
	width: 250px;
	height: auto;
	}
	#localNav {
	position: fixed;
	right: 60px;
	top: 0;
	background-color: #fff;
	padding: 0 20px;
	z-index: 10;
	}
	#localNav li {
	font-weight: 900;
	font-size: 16px;
	line-height: 60px;
	float: left;
	}
	#localNav li::after {
	content: '/';
	margin: 0 10px;
	}
	#localNav li:last-child::after {
	display: none;
	}
	#localNav a {
	background: linear-gradient(#eaff00, #eaff00) 0 100%/0 100% no-repeat;
	}
	#localNav a:hover {
	background-size: 100% 100%;
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #5a595a;
	width: 100%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .toggle {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #3a3c40;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	}
	#globalNav .toggle:hover span {
	background-color: #eaff00;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 18px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 28px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 38px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	}
	#globalNav .inner {
	margin: 0 auto;
	padding: 0 40px;
	max-width: 980px;
	}
	#globalNav .flogo {
	margin: 0 0 40px 0;
	padding: 85px 0 0 0;
	}
	#globalNav .flogo img {
	display: block;
	width: 350px;
	height: auto;
	}
	#globalNav .set {
	display: flex;
	flex-wrap: wrap;
	}
	#globalNav .set ul {
	float: left;
	width: 60%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.54;
	}
	#globalNav ul a {
	background: linear-gradient(#eaff00, #eaff00) 0 100%/0 100% no-repeat;
	color: #fff;
	}
	#globalNav ul a:hover {
	background-size: 100% 100%;
	color: #000;
	}
	#globalNav .contact {
	float: right;
	border-left: solid 1px #adacad;
	padding-left: 45px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	}
	#globalNav .tel {
	margin: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	}
	#globalNav .tel span {
	font-size: 26px;
	}
	#globalNav .note {
	font-size: 14px;
	}
	#globalNav .foot {
	position: relative;
	border-top: solid 1px #adacad;
	margin-top: 45px;
	padding-top: 15px;
	}
	#globalNav .copyright {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	}
	#globalNav .sns {
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	list-style: none;
	font-size: 22px;
	}
	#globalNav .sns li {
	padding-left: 30px;
	display: inline-block;
	}
	#globalNav .sns li a {
	color: #fff;
	}
	#globalNav .sns li a:hover {
	color: #eaff00;
	}
	#header .ec {
	position: fixed;
	right: 0;
	top: 60px;
	background-color: #eaff00;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 50;
	}
	#header .ec img {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: auto;
	}
	#header .ec a:hover img {
	opacity: 0.5;
	}
}

#pageBottom {
background-color: #5a595a;
padding: 50px 15px 15px 15px;
color: #fff;
}
#footer .logo {
margin-bottom: 20px;
}
#footer .logo img {
display: block;
width: 250px;
height: auto;
}
#footer .adress {
margin-bottom: 50px;
font-size: 3.2vw;
line-height: 1.93;
}
#footer .contact {
border-left: solid 1px #adacad;
margin: 0 10px;
padding: 20px 0;
padding-left: 25px;
font-size: 3.733vw;
line-height: 1.5;
color: #fff;
}
#footer .tel {
margin: 10px 0;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 3.733vw;
line-height: 1.5;
color: #fff;
}
#footer .tel span {
font-size: 6.667vw;
}
#footer .link {
margin-top: 25px;
background-color: #2d2c2d;
font-weight: 700;
font-size: 4.267vw;
line-height: 40px;
}
#footer .link a {
position: relative;
display: block;
padding: 0 10px;
color: #fff;
}
#footer .link a::before {
transform: rotate(25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 10px;
top: 50%;
background-color: #fff;
width: 20px;
height: 1px;
}
#footer .link a::after {
transform: rotate(-25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 10px;
top: 50%;
background-color: #fff;
width: 20px;
height: 1px;
}
#footer .copyright {
margin-top: 50px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 3.733vw;
color: #fff;
}
#footer .sns {
display: none;
}
@media (min-width: 768px) {
	#pageBottom {
	padding: 100px 40px 35px 40px;
	}
	#footer {
	position: relative;
	margin: 0 auto;
	max-width: 1120px;
	}
	#footer .credit {
	float: left;
	width: 50%;
	}
	#footer .logo {
	margin-bottom: 20px;
	}
	#footer .logo img {
	width: 300px;
	}
	#footer .adress {
	margin-bottom: 0;
	font-size: 14px;
	}
	#footer .contact {
	float: right;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 0 25px;
	width: 50%;
	font-size: 16px;
	}
	#footer .contact div {
	margin: 0 auto;
	max-width: 470px;
	}
	#footer .tel {
	margin: 20px 0 10px 0;
	font-size: 18px;
	}
	#footer .tel span {
	font-size: 26px;
	}
	#footer .note {
	font-size: 14px;
	}
	#footer .link {
	position: relative;
	margin-top: 35px;
	font-size: 16px;
	line-height: 50px;
	}
	#footer .link::before {
	transition: all 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #eaff00;
	width: 0;
	height: 100%;
	}
	#footer .link:hover::before {
	width: 100%;
	}
	#footer .link a {
	padding: 0 20px;
	}
	#footer .link a::before {
	transition: all 0.5s ease;
	right: 20px;
	width: 20px;
	height: 2px;
	}
	#footer .link a::after {
	transition: all 0.5s ease;
	right: 20px;
	width: 20px;
	height: 2px;
	}
	#footer .link a:hover {
	transition: all 0.5s ease;
	color: #000;
	}
	#footer .link a:hover::before {
	animation: arrowFOOT .5s;
	background-color: #000;
	}
	#footer .link a:hover::after {
	animation: arrowFOOT .5s;
	background-color: #000;
	}
	#footer .copyright {
	margin-top: 100px;
	font-size: 14px;
	}
	#footer .sns {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
	font-size: 22px;
	}
	#footer .sns li {
	padding-left: 30px;
	display: inline-block;
	}
	#footer .sns li a {
	color: #fff;
	}
	#footer .sns li a:hover {
	color: #eaff00;
	}
}
@keyframes arrowFOOT {
50% {right: 10px;opacity: 0;}
51% {right: 30px;opacity: 0;}
100% {right: 20px;opacity: 1;}
}
