@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

* {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
p,li,dd {
	text-align: justify;
}
h1,h2,h3,h4,h5 {
	font-family: /*"Outfit", */"Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
}
h1, .c-pageTitle__main, .p-page__title h1 {
    font-size: 2.6rem;
	font-weight: 100;
    letter-spacing: 0.2em;
	text-align: left;
}

/*固定ページヘッダー********************/
.p-topArea {
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
  padding: 12rem 0 0;
  text-align: center;
  width: 100vw;
}
.p-topArea__body {
  color: #0a0e0e;
  position: relative;
  text-shadow: none;
  width: 936px;
  z-index: 3;
  margin-top: 0;
}
.l-main__body .p-page__content {
	margin-top: 0 !important;
	margin-bottom: 8rem !important;
}
@media (max-width: 782px) {
.p-topArea {
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
  padding: 64px 0 48px;
  text-align: center;
  width: 100vw;
}
.p-topArea__body {
	color: #0a0e0e;
    position: relative;
    text-shadow: none;
    width: 100%;
    z-index: 5;
    margin-top: 120px;
}
.l-content__body {
	margin: 0 auto;
}
}
