@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  height: -webkit-fill-available;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	background-color: #e8f1f3;
	height: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #404040;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #404040;
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



.i-space4 {
	padding-left: 4px;
}

.i-space6 {
	padding-left: 6px;
}

.i-space8 {
	padding-left: 8px;
}

.i-space12 {
	padding-left: 12px;
}

.i-space18 {
	padding-left: 18px;
}

.i-space99 {
	padding: 0 6px 0 18px;
}



.i-space4r {
	padding-right: 4px;
}

.i-space6r {
	padding-right: 8px;
	font-size: 0.8em;
}

.i-space8r {
	padding-right: 8px;
}

.i-space12r {
	padding-right: 12px;
}

.i-space18r {
	padding-right: 18px;
}





#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
}



/*===========================================================*/
/*　機能編  スクロール　ヘッダー　*/
/*===========================================================*/


/* header */


#container #header {
	display: flex;
	position: fixed;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	height: 90px;
	/*background: rgba(255,255,255,0.8);*/
	z-index: 2000;
	/*
	box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);
	border-bottom: 1px solid #fff;
	*/
}

#sub_container #header {
	display: flex;
	position: fixed;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	height: 90px;
	background: rgba(67,160,203,0.95);
	z-index: 2000;
	/*
	box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);
	border-bottom: 1px solid #fff;
	*/
}



/*　ヘッダー上下　*/

#header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* */

#header.DownMove {
	animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}








.header_inner {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
}

.header_inner .head_logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 24px;
	left: 3%;
	width: 270px;
	height: 48px;
}

.header_inner .head_logo a {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.header_inner .header_link {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 18px;
	right: 3%;
}



.header_inner .header_link ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.header_inner .header_link ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	width: 310px;
	height: 56px;
	border-radius: 28px;
	float: left;
}

.header_inner .header_link ul li.ore {
	width: 310px;
	height: 56px;
	background-color: #fe6600;
}

.header_inner .header_link ul li.yew {
	width: 310px;
	height: 56px;
	background-color: #feb800;
}

.header_inner .header_link ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	width: 310px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	text-decoration: none;
}


@media only screen and (max-width: 1100px){

	.header_inner .head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 24px;
		left: 3%;
		width: 270px;
		height: 48px;
	}

	.header_inner .header_link {
		display: none;
	}

}

@media only screen and (max-width: 640px){

	.header_inner .head_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 24px;
		left: 3%;
		width: 270px;
		height: auto;
	}

}











#links {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 40px 0 20px 0;
	width: 100%;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	z-index: 1;
}

#links ul {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 32px;
	text-align: center;
}

#links ul li {
	display: inline-block;
	position: relative;
	margin: 0 8px 0 8px;
	padding: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

#links ul li a {
	text-decoration: none;
}

#links ul li a:hover {
	text-decoration: underline;
}








/* #footer */

#footer {
	display: block;
	position: relative;
	padding: 40px 0 40px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 135px;
	height: auto;
	background-color: #0a458a;
}


.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 278px;
	height: auto;
}

.footer-logo img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}




.footer-copy,
.footer-copy-index {
	display: block;
	position: relative;
	padding: 24px 0 40px 0;
	margin: 0 auto 0 auto;
	color: #404040;
	text-align: center;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 1100px) {
	
	.footer-copy-index {
		display: block;
		position: relative;
		padding: 24px 0 120px 0;
		margin: 0 auto 0 auto;
		color: #404040;
		text-align: center;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}
		
}

@media screen and (max-width: 768px) {
	
	.footer-copy-index {
		display: block;
		position: relative;
		padding: 24px 0 120px 0;
		margin: 0 auto 0 auto;
		color: #404040;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}
	
}
	

.footer-copy br,
.footer-copy-index br {
	display: none;
}

@media screen and (max-width: 630px) {

	.footer-copy br,
	.footer-copy-index br {
		display: block;
	}

}



/* #footer-end */

#footer-end {
	display: none;
}

@media screen and (max-width: 1100px) {

	#footer-end {
		display: block;
		position: fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: #212121;
		z-index: 10;
	}

	#footer-end ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		z-index: 10;
	}
	
	#footer-end ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		float: left;
		text-align: center;
		z-index: 10;
	}
	
	#footer-end ul li a {
		display: block;
		color: #fff;
		line-height: 80px;
		font-size: 1.4em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-align: center;
		z-index: 10;
	}

	#footer-end ul li.ore {
		width: 50%;
		height: 80px;
		background-color: #fe6600;
	}

/*
	#footer-end ul li.ore {
		width: 50%;
		height: 80px;
		background-color: #fe6600;
	}
*/
	#footer-end ul li.yew {
		width: 100%;
		height: 80px;
		background-color: #feb800;
	}
/*
	#footer-end ul li.yew {
		width: 50%;
		height: 80px;
		background-color: #feb800;
	}
*/
}


@media screen and (max-width: 768px) {

	#footer-end {
		display: block;
		position: fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: #212121;
		z-index: 10;
	}

	#footer-end ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		z-index: 10;
	}
	
	#footer-end ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 80px;
		float: none;
		text-align: center;
		z-index: 10;
	}
	
	#footer-end ul li a {
		display: block;
		color: #fff;
		line-height: 80px;
		font-size: 1.4em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-align: center;
		z-index: 10;
	}

	#footer-end ul li.ore {
		width: 100%;
		height: 80px;
		background-color: #fe6600;
	}
	
	#footer-end ul li.yew {
		width: 100%;
		height: 80px;
		background-color: #feb800;
	}

	.i-space8 {
		position: absolute;
		top: 0;
		right: 18px;
		padding: 0 0 0 0;
	}
}


















/* # =================================================================
   # page-top
   # ================================================================= */

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	transition:all 0.3s;
}

#page-top a img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60px;
	height: 60px;
}

#page-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 20000;
	opacity: 0;
	transform: translateX(100px);
	
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

@media screen and (max-width: 430px) {

	#page-top,
	#page-top a {
		display: none;
	}

}


