*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* #inner
================================================== */
.inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


/* #header
================================================== */
#stickyHeader {
	background: #fff;
  line-height: 1;
  margin: 125px auto 0;
    margin: 0 auto 0\9;
  position: absolute;
    position: relative\9;
	top: -275px;
    top: -300px\9;
	width: 100%;
	z-index: 999;
}

@media all and (-ms-high-contrast:none){
#stickyHeader {
  margin: 0 auto 0;
  position: relative;
  top: 0px;
}
}



#stickyHeader .inner {
	position: relative;
}


/*社名*/
#stickyHeader .name a {
  font-size: 180%;
	color: #288fc2;
	position: absolute;
	top: 35px;
	left: 0;
	line-height: 1.4em;
	font-weight: bold;
}

/*見える見えない*/
#stickyHeader .visible {
	display: block;
}

#stickyHeader .invisible {
	display: none;
}


/*キャッチコピー*/
#stickyHeader .copy {
  font-size: 90%;
	position: absolute;
	top: 15px;
	left: 0;
	line-height: 1.4em;
	display: block;
}

#stickyHeader .copy_sp {
  font-size: 85%;
	position: absolute;
	top: 7px;
	left: 0;
	line-height: 1.4em;
	display: none;
}

/*横並び　委員会、コンタクト*/
#stickyHeader .row {
  float: right;
  margin-top: 15px;
  width: 55%;
}

address {
  float: right;
  margin: 5px 0;
}

address .tel_box {
	float: left;
	
}
address .number {
	font-family: Futura, sans-serif;
	font-size: 210%;
	color: #252525!important;
}


address .number i {
	font-size: 90%;
	color: #288fc2;
	margin-right: 10px;
	vertical-align: top;
}


address .mini_atn {
	font-size: 90%;
	margin-top: 5px;
	text-align: right;
}



/* #nav
================================================== */
#stickyHeader nav {
  margin-top: 10px;
	padding: 10px 0;
  width: 100%;
background: #edf6fa;
	overflow: hidden;
}

#stickyHeader nav ul {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	display: flex;
}

#stickyHeader nav ul li {
  margin: 2px 2px 0 0;
  position: relative;
  text-align: center;
  width: 25%;
border-right: #dfdfdf solid 1px;
	font-size: 110%;
}

#stickyHeader nav ul li:first-child {
	border-left: #dfdfdf solid 1px;
}

  #stickyHeader nav ul li.visible {
    display: none;
  }
  
#stickyHeader nav a {
  display: block;
  padding: 10px 10px;
  text-align: center;
	color: #252525!important;
}



/* #fixed
================================================== */
#stickyHeader.fixed {
	margin-top: 0;
	position: fixed;
	top: 0;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

/*社名*/
#stickyHeader.fixed .name {
display: none;
}

/*キャッチコピー*/
#stickyHeader.fixed .copy {
	display: none;
}
#stickyHeader.fixed .row {
	display: none;
}

#stickyHeader.fixed nav ul li {
  width: 25%;
}

#stickyHeader.fixed nav ul li.invisible {
  display: none;
}


#stickyHeader.fixed .invisible {
  display: none;
}


#stickyHeader.fixed nav ul li.visible {
  display: none;
}


#stickyHeader.fixed nav {
  margin: 0;
  width: 100%;
}
#stickyHeader.fixed nav ul li.visible {
  display: none;
}


#stickyHeader.fixed .logo img {
  height: 50px;
}





/* #toggle
================================================== */
#toggle {
	display: none;
	position: absolute;
	right: 3px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#toggle div {
	position: relative;
}
#toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #288fc2;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
	top: 0;
}
#toggle span:nth-child(2) {
	top: 11px;
}
#toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 1023px) {
.inner {
  width: 98%;
}

#stickyHeader.fixed nav {
  margin-top: 5px;
  width: 100%;
}
}



/*---------------------------
max-width: 750px
----------------------------*/

@media screen and (max-width: 750px) {
main {
  margin-top: 55px!important;
}
  
#stickyHeader .invisible {
display: block;
}

#stickyHeader {
  border: none;
top: 0;
  position: fixed;
  margin-top: 0;
}

#stickyHeader,
.inner {
  width: 100%;
  padding: 0;
}
	
	/*見える見えない*/
#stickyHeader .visible {
	display: none;
}

#stickyHeader .invisible {
	display: block;
}
	
/* Fixed reset */
#stickyHeader.fixed {
  padding-top: 0;
  background: transparent;
}
	
/*社名*/
#stickyHeader .name a {
  font-size: 140%;
position: absolute;
	top: 20px;
	left: 0;
}

#sticky-header-sp {
  width: 96%;
	margin: auto;
  height: 55px;
  z-index: 999;
  position: relative;
}


	
#stickyHeader.fixed .invisible {
		display: block;
	}
	

/* #nav
================================================== */
#stickyHeader nav {
  width: 100%;
  margin-top: 16px;
}
#sticky-header-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -520px;
  background: #288fc2;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-top: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
	
	#stickyHeader nav {
		padding-bottom: 10px;
	}
#stickyHeader nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
	display: block;
}
	#stickyHeader #sticky-header-nav ul {
		width: 100%;
	}
	
#stickyHeader nav ul li {
  border: none;
  float: none;
  position: static;
 width: 100%;
}
	
#stickyHeader nav ul li:first-child {
    border: none;
  }
	

#stickyHeader #sticky-header-nav ul li a,
#stickyHeader.fixed #sticky-header-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 15px 0;
}


/* #fixed
================================================== */
#stickyHeader.fixed {
  background: url(/images/bg_footer.png) repeat;
  border: none;
	top: 0;
  position: fixed;
  margin-top: 0;
	padding: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
	
#stickyHeader.fixed .name {
		display: block;
	}

#stickyHeader.fixed nav {
  margin-top: 16px;
}
	#stickyHeader.fixed .invisible {
		display: block!important;
	}

#stickyHeader.fixed nav ul li {
  width: 100%;
}
	
	

/* #toggle
================================================== */
#toggle {
	display: block;
	top: 14px;
	width: 35px;
	height: 35px;
  top: 12px;
}

#toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #288fc2;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
	top: 0;
}
#toggle span:nth-child(2) {
	top: 12px;
}
#toggle span:nth-child(3) {
	top: 24px;
}



/* #toggle 切り替えアニメーション */
.open #toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #sticky-header-nav スライドアニメーション */
.open #sticky-header-nav {
  /* #sticky-header-nav top + #sticky-header-sp height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}


}
