@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
	    scroll-behavior: smooth;
}

body{
	line-height: 1.5;
	font-size: 16px;
	color:#000;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
body{
	font-size: 14px;
}
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}


table th{
	background: #57b0d9;
	color: #fff;
	padding: 15px 5px;
	font-size: 120%;
	letter-spacing: 0.2em;
}
table td{
	background: #fff;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 20px;
	font-size: 130%;
}
@media screen and (max-width: 900px) {
table th{
	font-size: 100%;
	padding: 10px 5px;
}
table td{
	font-size: 100%;
	padding: 10px 5px;
}
}

table td.on{
	color: #57b0d9;
}
table td span{
	display: block;
	font-size: 75%;
}


img, input, select, textarea { 
  vertical-align: middle;
}

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

p{
	line-height:2;
}




/*
=========================================
  Base Layout
=========================================
*/

#contents{
	margin-top: 97px;
}


  
@media screen and (max-width: 1200px) {
#contents{
	margin-top: 60px;
}

}


/*container*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/*
=========================================
  Modules（Block）
=========================================
*/

/*header
--------------------*/
h1{
	top: 20px;
	left: 20px;
	position: absolute;
}
h1 img{
	width: 270px;
}
h2{
	font-size: 230%;
	text-align:center;
	font-weight: 400;
	display:block;
	margin-bottom: 2rem;
}
h2 span{
	font-size: 70%;
	display: block;
	color:#0095d9;
}
@media screen and (max-width: 900px) {
h2{
	font-size: 150%;
	margin-bottom: 1rem;
}
.news_tl h2 span{
	display:inline-block;
	padding-left:10px;
}
}

h3{
	font-size: 200%;
	color: #0095d9;
	text-align:center;
	border-bottom: 3px solid #0095d9;
	display: inline-block;
	margin: 5rem auto 1rem;
}
@media screen and (max-width: 900px) {
h3{
	font-size: 140%;
	margin: 3rem auto 0;
}
}
@media screen and (max-width: 600px) {
h3{
	margin: 1rem auto 0;
}
}
h4{
	font-size: 130%;
	color: #57b0d9;
	margin-bottom: 1rem;
}
h5{
	font-size: 120%;
}

@media screen and (max-width:1350px) {
h1 img{
	width: 230px;
}
}
@media screen and (max-width: 1000px) {
h1 img{
	width: 170px;
}
h4{
	font-size: 115%;
}
h5{
	font-size: 110%;
}
}

.red{
	color: red;
	font-size: 120%;
}
@media screen and (max-width: 900px) {
.red{
	font-size: 100%;
}
}

.right{
	float: right;
}
.left{
	float: left;
}


/* ボタンのスタイル */
a.btn {
  position: relative;
  display: block;
  width: 230px;
  padding: 15px 0;
  background-color: #0095d9;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
a.btn {
  width: 180px;
}
}

/* アイコンのスタイル */
a.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}




	 
/*
=========================================
  header
=========================================
*/
  
  
  #top-head {
	  top: -100px;
	  position:absolute;
	  right:0;
	  width: 100%;
	  margin: 100px auto 0;
	  padding: 0;
	  line-height: 1;
	  color:#fff;
	 }
  #top-head {
	  text-decoration: none;
	 }
  
#global-nav{
	  float:right;
} 

#global-nav ul {
	  list-style: none;
}
  #global-nav ul li {
	  float: left;
	  padding: 10px;
	  letter-spacing: 0.1rem;
	  text-align: center;
}
 #global-nav ul li strong{
	  font-weight:normal;
	  letter-spacing:0;
}

@media screen and (max-width: 1100px) {
  #global-nav ul li {
	  font-size:90%;
	  padding: 10px 5px;
}
}
@media screen and (max-width: 1100px) {
  #global-nav ul li {
	  font-size:100%;
}
}


#global-nav ul li img{
	  margin:0 auto 10px auto;
  }
@media screen and (max-width: 1000px) {
  #global-nav ul li img{
	  margin:0 10px;
	  display:inline-block;
}
}


  #global-nav ul li:last-child {
	  float: left;
	  text-align: center;
	  background:#e6f1f7;
	  color: #0095d9;
	  height: 60px;
	  padding: 25px 10px 15px;
}
@media screen and (max-width: 1000px) {
  #global-nav ul li:last-child {
	  text-align: left;
}
}
  #global-nav ul li:last-child a {
	  color: #0095d9;
	  font-size: 130%;
	  font-weight:bold;
}
@media screen and (max-width: 1000px) {
  #global-nav ul li:last-child a {
	  font-size: 150%;
	  padding: 20px 0 0 !important;
}
}


  #top_page #global-nav ul li span {
	  padding-bottom: 10px;
	  font-size: 65%;
	  display:block;
	  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #top_page #global-nav ul li span {
	  padding: 0 20px;
	  display:inline-block;
}
}





/*
=========================================
  contents
=========================================
*/	

.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
.inner{
    width:90%;
    margin:0 auto;
    max-width: 1200px;
}



/*
=========================================
  ページ上部へ
=========================================
*/

 #pageTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
}

#pageTop i {
      padding-top: 12px;
      font-size:1.5em;
}

#pageTop a {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #0095d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #0095d9;
    border-right: 3px solid #0095d9;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
#pageTop a:hover{
	background: #e5f1f7;
    }	
}


@media screen and (max-width: 600px) {
#pageTop a {
      bottom:10px;
      right:10px;
}
}

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

}





/*---------------------------------------
  footer
---------------------------------------*/
footer{
	background: #e5f1f7;
	text-align:center;
	margin-top:8rem;
	overflow: hidden;
}
@media screen and (max-width: 900px) {
footer{
	margin-top:6rem;
}
}
@media screen and (max-width: 600px) {
footer{
	margin-top:3rem;
}
}

footer small{
	background: #adcbd9;
	display:block;
	color: #fff;
	padding:15px;
	text-align: center;
	clear:both;
	margin-top: 3rem;
}
@media screen and (max-width: 600px) {
footer small{
	margin-top: 1rem;
}
}

footer .right{
	width:55%;
	font-size: 90%;
}

footer .right p{
	text-align:left;
	padding:15px 0;
}
@media screen and (max-width: 900px) {
footer .right{
	width:100%;
	margin-top:2rem;
}
}


footer .left{
	border-top: #ccc 1px solid;
	width:40%;
	text-align:left;
}
footer .left dl{
	border-bottom: #ccc 1px solid;
	padding:15px;
}

footer .left dt{
	color: #0095d9;
	width: 100px;
	float: left;
}
footer .left dd{
	margin-left:120px;
}
footer .left dd .link{
	color: #0095d9;
	font-size: 130%;
	font-weight: bold;
}
@media screen and (max-width: 900px) {
footer .left{
	width:100%;
}
}
@media screen and (max-width: 600px) {
footer .left dt{
	width: 80px;
}
footer .left dd{
	margin-left:80px;
}
}


footer .footer_logo{
	margin:4rem auto;
}
footer .inner{
	overflow:hidden;
}
@media screen and (max-width: 900px) {
footer .footer_logo{
	width:380px;
	margin:2rem auto;
}
}
@media screen and (max-width: 600px) {
footer .footer_logo{
	width: 280px;
}
}

	 

/*
=========================================
  global nav
=========================================
*/
 

  /* Fixed */
  #top-head.fixed {
  	background: #fff;
  	z-index:10;
  	margin-top: 0;
  	top: 0;
  	position: fixed;
  	height: 100px;
  	transition: top 0.65s ease-in;
  	-webkit-transition: top 0.65s ease-in;
  	-moz-transition: top 0.65s ease-in;
  	opacity: 0.9;
  }
  @media screen and (max-width: 1200px) {
  #top-head .logo img {
  	filter:brightness(1) invert(0);
  }
  #top-head.fixed {
  	/* position:absolute; */
  }
  }
  
  






   
  /* Toggle Button */
  #nav-toggle {
	  display: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 36px;
	  height: 30px;
	  cursor: pointer;
	  z-index: 101;
	  background: #0095da;
	  padding:15px 12px;
	 }
  #nav-toggle div {
	  position: relative;

  }
  .open #nav-toggle span {
	  background: #fff;
  }

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


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

#global-nav ul li,
#global-nav ul li:last-child{
	  margin-top:0;
	  margin-right:0;
	  padding:10px;
	  background: #e6f1f7;
	  border-bottom: 1px solid #0095da;
	  text-align: left;
	 }
	  
	  #top-head{
	  	width:100%;
	  	padding-top:0;
		z-index:25;
	  }
	  .inner {
		  width: 94%;
		  padding: 0;
	  }
	  #top-head {
		  top: 0;
		  position: fixed;
		  margin-top: 0;
		  background:none;
	  }
#top-head {
  	position:absolute;
  }
  
	  /* Fixed reset */
	  #top-head.fixed {
		  padding-top: 0;
		  background: transparent;
	  }
	  #mobile-head {
		  width: 100%;
		  height: 60px;
		  /*z-index: 999;*/
		  /* position: relative; */
		  background: #fff;
		 }
	  #top-head.fixed .logo,
	  #top-head .logo {
		  position: absolute;
		  left: 20px;
		  top: 10px;
		  font-size: large;
		 }	
  #top-head.fixed .logo {
	  text-align:center;
	  padding-top:0;
  }
  #top-head.fixed .logo span{
	  margin-left:0;
	  margin-top:5px;
  }
	  
	  #global-nav {
		  position: absolute;
		  /* 開いてないときは画面外に配置 */
		  top: -557px;
		  background: #e6f1f7;
		  width: 100%;
		  text-align: center;
		  -webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
		 }
	  #global-nav ul {
		  list-style: none;
		  position: static;
		  right: 0;
		  bottom: 0;
	  }
	  #global-nav ul li,
	  #global-nav ul li:last-child{float: none;position: static;}
	  #top-head.fixed ul li {
	  margin-top: 0;
	  }
	  
	  #top-head #global-nav ul li a,
	  #top_page #top-head.fixed #global-nav ul li a{
		  width: 100%;
		  display:inline-block;
		  padding: 0;
		 }
		#global-nav .btn a{
			margin-top:0;
		}
	  #nav-toggle {
		  display: block;
	  }
	  /* #nav-toggle 切り替えアニメーション */
	  .open #nav-toggle span:nth-child(1) {
		  top: 11px;
		  -webkit-transform: rotate(315deg);
		  -moz-transform: rotate(315deg);
		  transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
		  width: 0;
		  left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
		  top: 11px;
		  -webkit-transform: rotate(-315deg);
		  -moz-transform: rotate(-315deg);
		  transform: rotate(-315deg);
	  }
	  /* #global-nav スライドアニメーション */
	  .open #global-nav {
		  /* #global-nav top + #mobile-head height */
		  -moz-transform: translateY(556px);
		  -webkit-transform: translateY(556px);
		  transform: translateY(556px);
	  }
  }
 

@media screen and (max-width: 600px) {
	  #top-head.fixed .logo,
	  #top-head .logo {
		  top: 8px;
		 }
}