/*!
 * style.css
 */

/* # =================================================================
   # 
   # ================================================================= */


body {
  line-height: 1.5;
  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 {
    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}
}

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

a {
  color: #0a1e61;
  text-decoration: none;
}

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

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

img {
    pointer-events: none;
}

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

.text-center {
  text-align: center
}




/* # =================================================================
   # space
   # ================================================================= */

.space6 {
	padding: 0 0 0 6px;
}

.space8 {
	padding: 0 0 0 8px;
}

.space12 {
	padding: 0 0 0 12px;
}

.space14 {
	padding: 0 0 0 14px;
}

.space16 {
	padding: 0 0 0 16px;
}

.space6r {
	padding: 0 6px 0 0;
}

.space6r2 {
	padding: 0 6px 10px 0;
	font-size: 0.6em;
	line-height: 50px;
}

.space8r {
	padding: 0 8px 0 0;
}

.space12r {
	display: inline-block;
	padding: 0 12px 0 0;
	font-size: 1em;
}

.space14r {
	padding: 0 14px 0 0;
}

.space16r {
	padding: 0 16px 0 0;
}







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

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

/* # =================================================================
   # header
   # ================================================================= */

#header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 135px;
	z-index: 10;
	top: 0;
	left: 0;
	z-index: 200;
	background-color:rgba(255,255,255,0.95);
	box-shadow: 0px 7px 7px -2px rgba(0,0,0,0.1);
}

.header_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 95px;
	z-index: 200;
}






#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_top {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 40px;
	background-color: #87b7bd;
    z-index: 200;
}

.header_top p {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 14px;
	left: 5%;
	color: #fff;
	font-size: 1em;
	line-height: 1.1em;
}

.header_top ul {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 14px;
	right: 5%;
	color: #fff;
	font-size: 1em;
	line-height: 1.1em;
}

.header_top ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 12px;
	float: left;
	color: #fff;
}

.header_top ul li a {
	color: #fff;
}

.header_top ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

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

	.header_top ul {
		display:none;
	}
	
}

@media only screen and (max-width: 420px) {	
	
	.header_top p {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 16px;
		left: 5%;
		color: #fff;
		font-size: 0.8em;
		line-height: 1.1em;
	}
	
}



.header_logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 28px;
	left: 5%;
	width: 260px;
	height: 48px;
    z-index: 200;
}

.header_logo img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
    z-index: 200;
}


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

	.header_logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 32px;
		left: 5%;
		width: 200px;
		height: auto;
	    z-index: 200;
	}

}






.header_link {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 80px 6px 0;
	text-align: right;
	top: 66px;
	right: 10px;
}

.header_link ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	text-align: right;
}

.header_link ul li {
	display: inline-block;
	position: relative;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.header_link ul li a {
	padding: 0 0 0 6px;
	color: #1b6089;
	text-decoration: none;
}

.header_link ul li a:hover {
	color: #1b6089;
	text-decoration: underline;
}

@media only screen and (max-width: 940px) {	
	
	.header_link {
		display: none;
	}
	
}


/* # =================================================================
   # gnav 2025 For 
   # ================================================================= */
   
   
.g-nav {
	display: block;
	position: relative;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 200;
}

.g-nav ul {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    top: 36px;
    right: 110px;
	list-style: none;
	text-align: center;
}

/*
.g-nav ul ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    width: 100%;
	height: 64px;
}
*/

.g-nav ul li {
	position: relative;
	display: block; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	float: left;
}

.g-nav ul li:last-child {
	outline-offset: -1px
}


.g-nav ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 0 0 0 0;
    font-size: 1.2em;
	line-height: 50px;
}

.g-nav ul li a:hover {
	display: block;
	color: #333;
	border-bottom: 7px solid #e4e4e4;
}

.g-nav ul li a.current {
	display: block;
	color: #333;
	border-bottom: 7px solid #87b7bd;
}

.g-nav ul li a.campaign {
	/*
	color: #fff;
	background-color: #cc3474;
	*/
	/*color: #fde049;*/
	border-bottom: 4px solid #fde049;
	box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

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

	.g-nav {
		display: none;
	}

}


/* # =================================================================
   # footer
   # ================================================================= */ 


#footer {
	display: block;
	position: relative;
	padding: 100px 0 10px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-top: 1px solid #d1d0cf;
	overflow: hidden;
}

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

	#footer {
		display: block;
		position: relative;
		padding: 100px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		border-left: none;
	}

}


#footer {
	background-color: #fff;
}

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



/* footer-title */

.footer-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 60px;
}

.footer-title-inner {
	display: block;
	position: relative;
	padding: 0 0 0 5%;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	/*min-height: 135px;*/
}

.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 260px;
	height: 48px;
}

.footer-logo a {
	display: block;
	position: relative;
	width: 260px;
	height: 48px;
}

.footer-add {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 4px 0 0 22px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	color: #333;
	float: left;
}

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

	.footer-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.footer-title-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1200px;
		height: auto;
		min-height: 80px;
	}

	.footer-logo {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 10px 0 0 0;
		float: none;
		width: 260px;
		height: 48px;
	}
	
	.footer-logo img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 260px;
		height: 48px;
	}
	
	.footer-add {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		float: none;
		text-align: left;
		font-size: 1.4em;
		line-height: 1.4em;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 400;
		overflow: hidden;
	}

}









/* footer-copy */

.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 0 5%;
	margin: 0 0 0 0;
	width: 100%;
	height: 90px;
}

.footer-copy-inner {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	max-width: 1800px;
	height: auto;
	min-height: 80px;
}

.footer-copy-inner p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #333;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

.footer-copy-inner p br {
	display: none;
}


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

	.footer-copy {
		display: block;
		position: relative;
		padding: 0 0 40px 5%;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}

	.footer-copy-inner p {
		display: block;
		position: relative;
		padding: 36px 0 48px 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0.5px;
	}

	.footer-copy-inner p br {
		display: block;
	}

}



















/*===========================================================*/
/* MENU
/*===========================================================*/

.openbtn {
	display: none;
}

@media only screen and (max-width: 1200px) {
	
	.openbtn {
		display: block;
		position:fixed;
		z-index: 9999; 
		top: 48px;
		right: 8px;
		cursor: pointer;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		color: #fff;
		background-color: #87b7bd;
	}
	
	.openbtn.active {
		background-color: #87b7bd;
		cursor: pointer;
	}
	
}
	

/*==================================================

===================================*/

/*
.openbtn{
	position: relative;
	background:#DBB82E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
*/

/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 20px;
    height: 3px;
	background-color: #fff;
  }


.openbtn span:nth-of-type(1) {
	top: 26px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top: 40px;
  	width: 30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 30px;
    left: 25px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
    top: 42px;
    left:25px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

.openbtn p {
	display: block;
	position: absolute;
	top: 58px;
	left: 0;
	width: 80px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: 600;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}


/*===========================================================*/
/*
/*===========================================================*/


#g-nav {
	position:fixed;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100vh; 
	background-color:rgba(255,255,255,1);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	transition: all 0.6s;
	z-index: 5000;
}

#g-nav.panelactive {
    top: 0;
}


#g-nav #g-nav-content {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-content_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1600px;
	height: 130px;
	z-index: 50;
}


#gnavSp_area {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #cbcbcb;
}

@media only screen and (max-width: 1200px) {
	
	#gnavSp_area {
		border-top: none;
	}	
	
}



#gnavLeft {
	display: block;
	width: 50%;
	padding: 0 100px 62px 62px;
	margin: 24px 0 0 0;
	float: left;
}

#gnavLeft ul {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#gnavLeft ul li {
	font-size: 1.8em;
	line-height: 2em;
}



@media only screen and (max-width: 1200px) {
	
	#gnavLeft {
		display: none;
	}	
	
}




#gnavSp {
	display: block;
	width: 50%;
	padding: 0 100px 62px 62px;
	margin: 24px 0 0 50%;
	
}

@media only screen and (max-width: 1200px) {
	
	#gnavSp {
		display: block;
		width: 100%;
		padding: 0 0 62px 0;
		margin: 0 auto 0 auto;
	}
	
}	

/*
@media only screen and (max-width: 560px){

	#g-nav {
		position:fixed;
		top: -150%;
		left: 0;
		width: 100%;
		height: 100vh; 
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		transition: all 0.6s;
		background-image: none;
		z-index: 200;
	}

}
*/


#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	border-bottom: none;
}

@media only screen and (max-width: 1480px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  
	  
}  
	
	
/*
@media screen and (max-width: 560px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  

}
*/

  
#gnavSp .first > li > a {
	display: block;
	background-color: #f4f4f4;
	padding: 0 0 0 24px;
	font-size: 1.3em;
	color: #7aa2a7;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #cbcbcb;
	text-decoration: none;
	width: 100%;
	height: 62px;
	line-height: 62px;
}

/*
#gnavSp .first > li.inqnav > a {
	display: block;
	background-color: #f7b550;
	padding: 0.8em 0.7em;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}      
*/       
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
          display: block; }
          
#gnavSp .first > li > a:hover {
          text-decoration: none; }
          
#gnavSp .first > li > a em {
          font-size: 8px;
          line-height: 1.2; }
          
          
#gnavSp .first > li.a > a {
        color: #1b6089;
        background-color: #dedede;
        border-bottom: 1px solid #fff;
}
        
        
        
        
        
        
#gnavSp .first > li.b > a {
	color: #fff;
	background-color: #87B7BD;
	border-bottom: 1px solid #fff;
	font-style: normal; 
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #BDA886;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #BD869B;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #2b3853;
	border-bottom: 1px solid #cbcbcb;
}   
        
  
        

#gnavSp .first > li.drop > a {
        background-position: right 22px center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-bg-plus_02.png); }
        
#gnavSp .first > li.drop > a.active {
          background-image: url(../images/icon-bg-mainas_02.png); }
          
#gnavSp .first > li.drop li {
        border-top: 1px solid #cbcbcb; }
        
#gnavSp .first > li.drop li br {
		display: none; }
        
#gnavSp .first > li.drop li:first-child {
         border-top: 0; }
         
#gnavSp .first > li.drop li:last-child {
         border-bottom: 1px solid #cbcbcb; }
          
#gnavSp .first > li.drop li a {
					display: block;
					background-color: #f6f6f6;
					padding: 0 0 0 38px;
					font-size: 1.1em;
					font-weight: 400;
					font-family: "BIZ UDPGothic", sans-serif;
					color: #1b6089;
					text-decoration: none;
					height: 52px;
					line-height: 52px;
}
          
#gnavSp .first > li .dropList {
        display: none; }
        
        
        
        
        
        
        
#gnavSp .second {
      background-color: #fff;
      border-bottom: 1px solid #fff;
      display: table;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
              
#gnavSp .second a {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0.8em 0.7em;
        color: #fff;
        line-height: 1.2; }
        
#gnavSp .second a:first-child {
          border-right: 1px solid #7a7a7a; }
          
#gnavSp .third {
      background-color: #11a4a7;
      padding: 1.2em; }
      
#gnavSp .fifth {
      background-color: #a9a9a9;
      padding: 1.2em; }
      
#gnavSp .third a {
        display: block;
        width: 100%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em;
        font-size: 14px;
        background-color: #f6f5f5;
        border: 1px solid #d0d0d0;
        color: #11a4a7; }
        
#gnavSp .fifth a {
        display: block;
        width: 90%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em 5% 0.7em 5%;
        font-size: 16px;
        background-color: #357e8b;
        border: 2px solid #fff;
        color: #fff; }   
 






#g-nav .footer-copy {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 95%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

#g-nav .footer-copy p {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

#g-nav .footer-copy p br {
	display: none;
}

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

	#g-nav .footer-copy {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		bottom: 0;
		left: 0;
		width: 95%;
		height: auto;
		min-height: 80px;
	}

	#g-nav .footer-copy p {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 0.5px;
	}

	#g-nav .footer-copy p br {
		display: block;
	}

}

/* # =================================================================
   # 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;
	}

}
