@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

input,
select,
textarea,
button {
  font-family: inherit;
  color: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.contents {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -400px;
}

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: bold;
}

.margin50p {
  margin-top: 50px;
}
.margin100p {
  margin-top: 100px;
}

/* clearfix */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.pointer {
  cursor: pointer;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

footer {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #000;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright,
.copyright a {
  font-size: 14px;
  color: #fff;
}

#footernav {
  display: none;
}

@media screen and (max-width: 381px) {
  .copyright,
  .copyright a {
    font-size: 10px;
  }
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.text1 {
  font-size: 28px;
  color: #22b573;
  font-weight: 500;
}

.text2 {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.text2 p {
  margin-bottom: 30px;
}

.pase_pp01 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 900px;
  top: -240px;
}

.pase_pp02 {
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translate(-50%);
  width: 900px;
}

.top_space {
  margin-top: 200px;
}

.bottom_space {
  margin-bottom: 250px;
}