@charset "utf-8";
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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
ul {
  list-style: none;
}
main {
  width: 100%;
  height: 100%;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #090909;
	font-size: 20px;
  line-height: 48px;
	  line-height: 2.1em;;
}
#global_menu_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #74c7c2;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 1px 3px 0px #000;
}
#main_area {
  width: 100%;
  height: 100%;
}
.area01 {
  width: 100%;
  padding: 5% 0;
}
/*.area01:nth-child(odd) {
  background-color: #fff;
  color: #6d6d6d;
}
.area01:nth-child(even) {
  background-color: #74c7c2;
  color: rgba(255, 255, 255, 1.00);
}*/
h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
  color: #202020;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1em;
	font-size: 42px;
}
h1 span {
  display: block;
  font-size: 60%;
}
.t01 {
  font-size: 1.2em;
  font-weight: 700;
}
.t02 {
  font-size: 1.4em;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2em;
}
footer{
	color: rgba(239,239,239,1.00);
	background: rgba(23,23,23,1.00);
	width: 100%;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;padding: 1.8em 0;
}
@media screen and (max-width: 800px) {
  h1.ajast01 {
    margin-bottom: 0;
  }
}