@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;
}

.ibm-plex-sans-jp-thin {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex-sans-jp-extralight {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex-sans-jp-light {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-jp-medium {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-sans-jp-semibold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.fadeElm {
position: relative;
-webkit-transform: translate(0px, 50px);
-moz-transform: translate(0px, 50px);
-ms-transform: translate(0px, 50px);
transform: translate(0px, 50px);
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.activeView {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

body {
position: relative;
background-color: #ffffff;
min-width: 1180px;
margin: 0;
padding: 0;
font-family: 'IBM Plex Sans JP', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.1em;
color: #535d60;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 767px){
	body {
	min-width: initial;
	}
}
body {
transition: opacity 1s ease;
opacity: 0;
}
body.init {
opacity: 1;
}

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: #535d60;
text-decoration: none;
}
a:active,
a:visited { 
color: #535d60;
text-decoration: none;
}
a:hover { 
color: #535d60;
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 */



@media (max-width: 767px) {
	#pageTop {
	height: 75px;
	}
	#pageTop #header {
	position: absolute;
	top: 5px;
	height: 60px;
	z-index: 99;
	width: calc(100% - 40px);
    margin-inline: 20px;
	}
	#header .hlogo {
	display: block;
	text-align: center;
	margin: 0 auto;
	background:rgba(255,255,255,1.0);
	}
	#header .hlogo img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: auto;
	height: 70px;
	}
	#header .BTN1 {
	float: left;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background:rgba(8,84,128,1.0);
	border-radius: 0px 0px 0px 60px;
	height: 60px;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	}
	#header .BTN2 {
	float: left;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background:rgba(225,62,65,1.0);
	border-radius: 0px 0px 60px 0px;
	height: 60px;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	}
	#header .anv {
	position: absolute;
	left: 207px;
	top: 20px;
	}
	#header .anv img {
	display: block;
	width: 42px;
	height: auto;
	}
	#localNav {
	display: none;
	}
}
@media (min-width: 768px) {
/*	#pageTop {
	height: 0px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 26px;
	top: 34px;
	z-index: 10;
	}
	#header .hlogo img {
	display: block;
	width: 275px;
	height: auto;
	}*/
		#pageTop {
	height: 0px;
	}
	#header {
	position: absolute;
	height: 80px;
	width: 100%;
	top: 15px;
	z-index: 100;
	}
	#pageTop #header {
	position: absolute;
	top: 20px;
	height: 60px;
	z-index: 99;
	width: calc(100% - 80px);
    margin-inline: 40px;
	}
	#header .hlogo {
	position: relative;
	text-align: center;
	margin: 0 auto;
	background:rgba(255,255,255,0.0);
	z-index: 9999;
	width: 370px;
	}
	#header .hlogo img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: auto;
	height: 80px;
	}
	#header .BTN1 {
	position: relative;
	top: -80px;
	float: left;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background:rgba(8,84,128,1.0);
	border-radius: 40px 0px 0px 40px;
	height: 80px;
	color: white;
	font-weight: 700;
	font-size: 26px;
	line-height: 80px;
	}
	#header .BTN2 {
	position: relative;
	top: -80px;
	float: left;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background:rgba(225,62,65,1.0);
	border-radius: 0px 40px 40px 0px;
	height: 80px;
	color: white;
	font-weight: 700;
	font-size: 26px;
	line-height: 80px;
	}
	
	#header .anv {
	position: absolute;
	left: 316px;
	top: 42px;
	z-index: 10;
	}
	#header .anv img {
	display: block;
	width: 64px;
	height: auto;
	}
	#localNav {
	position: absolute;
	right: 100px;
	top: 0;
	padding: 20px 35px 0 0;
	z-index: 10;
	}
	#localNav p {
	background-color: #535d60;
	border-radius: 15px;
	margin: 0 0 10px auto;
	width: 204px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	letter-spacing: normal;
	}
	#localNav li {
	margin: 0 0 0 28px;
	font-weight: 900;
	font-size: 16px;
	line-height: 35px;
	float: left;
	}
	#localNav a {
	transition: all 0.5s ease;
	position: relative;
	display: inline-block;
	}
	#localNav a:hover {
	color: #6b7173;
	}
	#localNav a::before {
	transition: all 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #535d60;
	width: 0;
	height: 3px;
	}
	#localNav a.active::before,
	#localNav a:hover::before {
	width: 100%;
	}
}

#pageBottom {
position: relative;
padding: 15px 15px 15px 15px;
background-color: #f0f0f0;
}
#footer {
padding: 0 0 0 0;
}

#footer .logo {
padding-top: 30px;
margin-bottom: 20px;
text-align: center;
margin: 0 auto;
}
#footer .logo img {
width: 250px;
height: auto;
}
#footer .catch {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 4.333vw;
}
#footer .lead{
margin: 30px 0 ;
}
#footer .lead table{
	text-align: center;
	margin: 0 auto;
}
#footer table td{
	width: 70px;
}
#footer table td img{
	width: 40px;
}
#footer table td {
	font-size: 2.0vw;
}
#footer .copyright {
text-align: center;
margin-top: 10px;
font-size: 2.4vw;
}
#toto {
padding: 30px 0;
text-align: center;
font-size: 2.4vw;
background-color: #000;
width: 100%;
}
#toto img{
text-align: center;
margin: 0 auto;
width: 200px;
height: auto;
}
@media (min-width: 768px) {
	#pageBottom {
	position: relative;
	padding: 10px;
	}
	#footer {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 70px 0;
	max-width: 1200px;
	}
	#footer .logo {
		float: left;
	}
	#footer .logo img {
	width: 345px;
	height: auto;
	}
	#footer .catch {
	position: absolute;
	left: 5px;
	top: 135px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
	}
	#footer .lead{
		float: right;
	}
	#footer .lead table{
	}
	#footer table td{
	width: 85px;
	font-size: 0.9vw;
	}
	#footer table td img{
	width: 50px;
	}
	#footer .copyright {
	clear: both;
	position: relative;
	text-align: right;
	margin-top: 0;
	font-size: 12px;
	}
	#toto {
	padding: 20px 0;
	}
	#toto img{
	width: 300px;
	height: auto;
	}
}
@keyframes arrowFOOT {
50% {right: 10px;opacity: 0;}
51% {right: 30px;opacity: 0;}
100% {right: 20px;opacity: 1;}
}
