@charset "utf-8";



/* base.css */


body {
  margin:0;
  padding:0;
  }

h1,h2,h3,h4,h5,h6,
div,p,pre,ul,li,ol,dl,dt,dd,
address,form,blockquote {
  margin:0;
  padding:0;
  }

p {
  }

li {
  list-style:none;
  }
	
dl,dt,dd {
  }
	
table,tr,td,th {
  }

input, textarea {
  }

img {
  border:none;
  }
  
  
  
/* CSS Document */
html,
body {
  /*font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	/*font-size: 62.5%;*/
    font-family: 'Noto Sans JP', sans-serif;
    /*font-weight: normal;*/
    font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	/*background: #EEF6FB;*/
	margin: 0px;
	padding: 0px;
	height: 100%;
  	-webkit-text-size-adjust: 100%;
    color: #333;
	
	position: relative;
}

.serif{
    font-family: 'Noto Serif JP', serif
}

@media screen and (max-width: 750px) {
html,
body {
	font-size: 15px;
    font-weight: 600;
}
	
}


.clear {
    clear: both;
}
.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {    
    color: #333;
}
a:hover {
}
a:active {
}

img {
    vertical-align: middle;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}



.pc{
	display: block;
}
.sp{
	display:none;
}
@media screen and (max-width: 860px) {
.pc{
	display:none;
}
.sp{
	display: block;
}
}



  
/* page-top */

.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 0 0 0 ;
	padding: 0 ;

	position: fixed ;
	right: 10px ;
	bottom: 10px ;
	z-index:100;
}
 
a.move-page-top
{
	display: block ;
	background: #0092D8 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	
	opacity: 0.5 ;
	cursor: pointer;
}

a.move-page-top:hover
{
	opacity: 1 ;
}



@media screen and (max-width: 750px) {	
.page-top p
{
	margin: 0 0 0 0 ;
	padding: 0 ;

	position: fixed ;
	right: 0 ;
	bottom: 145px ;
	z-index:100;
}
 
a.move-page-top
{
	display: block ;
	background: #0092D8 ;
	width: 30px ;
	height: 30px ;

	color: #fff ;
	line-height: 30px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	
	opacity: 0.5 ;
	cursor: pointer;
}
}




.page-wrap{
	width: 100%;
	/*max-width: 1500px;*/
	margin: 0 auto;
	/*overflow:hidden;*/
}

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

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



/* ヘッダー */
header {
	position: relative;
	position: fixed ;
	top: 0;
	z-index:50;
	width:100%;
	height:80px;
	background:#fff;
    box-shadow:0 1px 5px 0 rgba(0, 0, 0, .5);
}

 
.header-container {
	width:100%;
    max-width: 950px;
		padding: 0 0 0 0;
	margin: 0 auto;
}


.header-top{
	width:220px;
	margin:10px 0 0 30px;
	float:left;
}
.site-id{
}


.header-top img{
	width:100%;
}


@media screen and (max-width: 750px) {
header {
}
.header-top{
}

.header-top img{
}
}




.header-navbtn {
	display: none;
}


@media screen and (max-width: 910px) {
.header-navbtn {
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 30;
	width: 62px;
	height: 62px;
	background-image: url(../img/navbtn.png);
	background-size: 62px 62px;
}
.header-navbtn:hover, .header-navbtn:active {
	background-color: #eee;
}
}




/* ナビゲーション */
nav {
	max-width: 950px;
		margin:0 auto;
}

@media screen and (max-width: 910px) {
	nav {
		margin:21px 0 0 0;
	}
}

.nav-container {
	float:right;
  margin:15px 30px 0 0;
	padding: 0 0 0 0;
}
.globalnav {
}

.globalnav li {
	float:left;
  /*margin:5px 0 0 30px;*/
    margin:5px 0 0 15px;
}

.globalnav li:last-child {
}
.globalnav li a {
  position: relative;
  z-index: 20;
  line-height: 30px;
  overflow: hidden;
  margin:5px 0;
  float:left;
  text-decoration: none;
  /*font-size:14px;*/
  font-size:12px;
}

.globalnav li a::before,
.globalnav li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.globalnav li a,
.globalnav li a::before,
.globalnav li a::after  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.globalnav li a:hover {
}
.globalnav li a::after {
	bottom :0;
	left: 50%;
  width: 0;
  height: 2px;
}
.globalnav li a:hover::after {
      width: 100%;
      left: 0;
  background-color: #008B4C;
}




.globalnav li.nav-c {
  float:left;
    background: #008B4C;
	/*padding:0 30px;*/
    padding:0 15px;
}
.globalnav li.nav-c a {
  color: #fff;
}






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

.nav-container {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 100%;
}
.globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.globalnav li {
  float:none;
    background: none;
    width: 100%;
  margin:0 0 0 0;
}
.globalnav li a {
	display: block;
	text-decoration: none;
    width: 100%;
	line-height: 100%;
	color: #fff;
	text-align:left;
	border-bottom: 2px solid #fff;
	font-size: 24px;
	font-weight: lighter;
	padding: 20px 5%;
  margin:0 0 0 0;
}
.globalnav li a:hover,
.globalnav li a.current {
	color: #fff;
	background: none;
}
	


.globalnav li a::before,
.globalnav li a::after {
  /*display: none;*/
}

    
.globalnav li a{
  position: relative;
}

.globalnav li a::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -10px;
}
    
    
.globalnav li.nav-c {
	width: 90%;
  display: inline-block;
	margin: 30px 5% 0 5%;
  padding: 0 0 0 0;
  border-radius: 50px;
  text-decoration: none;
	background: #fff;
}
.globalnav li.nav-c a {
  color: #008B4C;
	border-bottom: none;
	text-align:center;
  padding: 15px 30px 15px 0;
}

    
.globalnav li.nav-c a::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #008B4C;
  border-right: solid 3px #008B4C;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -webkit-calc( 50% - 90px );
  right: calc( 50% - 90px );
  margin-top: -10px;
}
	
}





/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}
/* パソコン向けではナビゲーションを常に表示 */
@media screen and (min-width: 910px) {
	#js-slidemenu {
		display: block !important; 
	}
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
	width: 100%;
	height: 100%;
	background: #008B4C;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}










.contents{
	width:100%;
	padding:80px 0 0 0;
	/*padding:0;*/
}



@media screen and (max-width: 750px) {
	.contents{
	width:100%;
	padding:80px 0 0 0;
	/*padding:0;*/
}
}




.pc{
	display: block;
}
.sp{
	display:none;
}
@media screen and (max-width: 750px) {
.pc{
	display:none;
}
.sp{
	display: block;
}
}








footer {
	width: 100%;
	padding:20px 0;
	margin-top: 50px;
	background: #E9E9EA;
	display: flex;
	font-size: 13px;
}

.footer-top{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.footer-rogo{
    width : -webkit-calc( 100% - 60px );
    width : calc( 100% - 60px );
	margin: 0 30px;
}

.footer-rogo img{
	width: 190px;
	margin: 10px 0 30px 0;
}


.list-nav-footer{
	padding:20px 0 20px 30px;
	list-style-type: none;
	float:left;
}

.list-nav-footer li {
    display: inline-block;
    line-height: 1.4em;
	padding:0 20px 0 0;
}
.list-nav-footer a {
    color: #666;
    text-decoration: none;
}
.list-nav-footer a:hover {
    color: #008B4C;
    text-decoration: underline;
}


.copyright{
	padding:20px 30px 20px 0;
	float:right;
}



@media screen and (max-width: 920px) {
.copyright{
    width: 100%;
	padding:0 0 0 0;
    text-align: center;
}
}


@media screen and (max-width: 750px) {
footer {
    font-weight: lighter;
}
}










