
@charset "utf-8";
html, body {
  font-family: "Noto Sans JP";
}

body, text {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  margin: 0;
  color: #333333;
}
@media (max-width: 800px) {
  body, text {
    font-size: 14px;
  }

  body{
     overflow-x: hidden;
}
}

a {
  text-decoration: none;
  color: #131a3c;
  transition: 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
  color: #131a3c;
}

::-moz-focus-inner {
  border: 0;
}

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

img {
  vertical-align: bottom;
  width: 100%;
}

h1, h2, h3, h4, p {
  margin: 0;
  font-size: 100%;
  font-weight: 500;
}

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

input, input [type="text"], textarea {
  font-size: 16px;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

address {
  font-style: normal;
}

th {font-weight: 500;}

:root {
  --header-h: 100px;
}
@media (min-width: 800px) {
  :root { --header-h: 0px; }
}

:root {
  --header-h: 90px;          /* モバイルのヘッダー高さ */
}
@media (min-width: 801px) {
  :root { --header-h: 10vw; }  /* PCのヘッダー高さ */
}

.anchor {
  scroll-margin-top: var(--header-h);
}


/* common
-----------------------------------------------------*/
.contents_wrap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap {
    padding: 60px 0;
  }
}

.contents_wrap2 {
  padding: 0 0 100px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap2 {
    padding: 0 0 60px;
  }
}

.contents_wrap3 {
  padding: 100px 0 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap3 {
    padding: 60px 0 0;
  }
}

.contents_inner {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}


/* TOP page
-----------------------------------------------------*/




















/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
  .pc {
    display: none;
  }
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
  .sp {
    display: none;
  }
}