* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font:18px/2.0 "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	background-color: none;
    box-sizing: border-box;
	color: black;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/* スマホ用クエリ開始 */
@media (max-width: 720px) {

body {
  font-size: 14px;
  line-height: 1.5em;
}

.wrapper {
    width: 90vw;
    margin: 0 auto;
	text-align: center;
}

header {
  color: black;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: #eaeef4;
  opacity: 0.8;
}

header img {
  height: 26px;
}

/* ドロワーメニュー */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
}
.menu-trigger.active {
  transform: translateX(-250px);
}
 
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all .5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
 
nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(255,255,255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(250px);
  transition: all .5s;
}

nav.open {
  transform: translateX(0);
}

nav ul {
  list-style-type: none;
  text-align: left;
  border-bottom:1px solid #333;
}

nav li a {
  display: block;
  color: black;
  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
  border-top:1px solid #333;
}

/* ドロワーメニューここまで */

.lang {
  font-size: 12px;
  position: fixed;
  top:50px;
  left: 5vw;
  z-index: 100;
}

.lang ul {
  list-style-type: none;
  display: flex;
}

.lang a {
  text-decoration: none;
  margin-right: 20px;
  color: #666;
}

h1 {
	color: gray;
    font-size: 20px;
    line-height: 1.2;
	margin-top: 10px;
	text-align: left;
}

h2 {
	color: black;
	padding-top: 10px;
	text-align: left;
}

p {
	text-align: left;
}

.title {
    height: 220px;
    width: auto;
	text-align: center;
    line-height: 2.1em;
	margin-top: 10px;
    padding-top: 150px;
    background: url(../images/mark.png) center no-repeat;
    font-weight: 800;
    font-size: 25px;
    color: #758c9e;
}

.information {
	margin-top: 10px;
	display: inline-block;
}

.information h2 {
	width: auto;
	text-align: left;
	display: inline-block;
}

.information p {
	width: auto;
	margin-bottom: 10px;
	margin: auto;
	text-align: left;
}

.information-in {
	text-align: center;
	display: inline-block;
	margin: auto;
}

.button {
	width: 80vw;
	background-color: #758c9e;
	margin: 10px auto;
	padding: 5px;
    transition: 0.5s;
}

.button a {
    display: block;
	text-decoration: none;
	color:white;
    text-align: center;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #758c9e;
  opacity: 0.4;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  color: white;
  line-height: 50px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

footer {
  background: #758c9e;
  clear: both;
  width: 100%;
}

footer p {
  padding: 5px;
  font-size: 12px;
  color: white;
  text-align: center;
}

}


/* PC用クエリ開始 */
@media (min-width: 721px) {

/* ページ遷移時にフェードアウト */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;/* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値では非表示 */
  transition: opacity .8s ease;
}
 
body.pagefade::after {
  opacity: 1;
}
/* ページ遷移時にフェードアウト ここまで*/

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
    width: 94vw;
  text-align: center;
}

header {
    color: black;
	text-align: left;
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
	background-color: #eaeef4;
    opacity: 0.8;
}

header img {
    margin: 10px;
    width: 120px;
}

.menu-trigger {
  display: none;
}

nav {
  float: right;
}

ul.menu {
	display: flex;
	list-style-type: none;
	text-align: right;
    margin: 20px 0;
}

.menu li {
	padding: 3px;
    line-height: 1em;
}    

.menu li+li {
  border-left: 1px solid #758c9e;
}

.menu a{
  text-decoration: none;
  display: block;
  padding: 7px;
  color:black;
  transition: 0.5s;
}

.menu a:hover {
  background: #fff;
  box-shadow: 0 10px 10px -5px rgba(31, 31, 31, 0.5);
}

.lang {
  font-size: 12px;
  position: fixed;
  top:90px;
  left: 20px;
  z-index: 100;
}

.lang ul {
  list-style-type: none;
  display: flex;
}

.lang a {
  text-decoration: none;
  margin-right: 20px;
  color: #666;
}



img {
  border-style: none;
}

h1 {
  color: gray;
  line-height: 1.5;
  margin-top: 30px;
  text-align: left;
}

h2 {
	color: black;
	margin: 10px auto;
	padding-top: 20px;
	text-align: left;
}

p {
	text-align: left;
}

.title {
    height: 220px;
    width: auto;
	text-align: center;
	margin-top: 100px;
    padding-top: 150px;
    background: url(../images/mark.png) center no-repeat;
    font-weight: 800;
    font-size: 25px;
    color: #758c9e;
}

.information {
	margin-top: 100px;
	display: inline-block;
}

.information h2 {
	width: auto;
	text-align: left;
	display: inline-block;
  
}

.information p {
	width: auto;
	margin-bottom: 50px;
	margin: auto;
	text-align: left;
}

.information-in {
	text-align: center;
	display: inline-block;
	margin: auto;
}

.button {
	width: 230px;
	background-color: #758c9e;
	margin: 200px 50px 100px auto;
	padding: 5px;
	border-radius: 10px;
    transition: 0.5s;
}

.button a {
    display: block;
	text-decoration: none;
	color:white;
    text-align: center;
}

.button:hover {
  box-shadow: 0 5px 5px 2px #aaa;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 70px;
  background: #758c9e;
  opacity: 0.4;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  color: white;
  font-weight: 800;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.fadein {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(80px);
  transition: all 1s;
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

footer {
  background: #758c9e;
  clear: both;
  width: 100%;
}

footer p {
  padding: 5px;
  color: white;
  text-align: center;
}


}/* PCクエリここまで*/