@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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  height: auto;
  width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

body {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  color: #0a0a0a;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
}

body .body-inner {
  overflow-x: hidden;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is_sp {
    display: block;
  }
}
.is_pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .is_pc {
    display: none;
  }
}
.section-wrap {
  max-width: 1200px;
  width: 92%;
  margin: -100px auto 100px;
  padding-top: 100px;
}

.section-wrap:not(:last-of-type) {
  margin-bottom: 120px;
}

.sec-inner {
  max-width: 1160px;
  margin: 0 auto;
  width: 92%;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.flex-box .box02 {
  width: 49%;
}

.flex-box .box02:nth-of-type(odd) {
  margin-right: 2%;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.txt {
  font-size: 20px;
  line-height: 1.6em;
}

.txt_s {
  font-size: 0.8em;
  line-height: 1.6em;
}

.mb-05em {
  margin-bottom: 0.5em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

p.text-list, .text-list ul li {
  padding: 0 0 3px 1.1em;
  position: relative;
}

p:not(:last-of-child).text-list {
  margin-bottom: 1em;
}

.text-list ul li:not(:last-of-child) {
  margin-bottom: 5px;
}

p.text-list::before, .text-list ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}

p.text-list-dotted::before, .text-list-dotted ul li::before {
  content: "・";
}

p.text-list-circle::before, .text-list-circle ul li::before {
  content: "●";
}

p.text-list-square::before, .text-list-square ul li::before {
  content: "■";
}

p.text-list-counter, .text-list-counter ul li {
  padding-left: 1.4em;
}

p.text-list-counter::before, .text-list-counter ul li::before {
  counter-increment: number 1;
  content: "" counter(number) "";
}

.text-list-counter ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}

@media screen and (max-width: 769px) {
  .section-wrap:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
.header {
  position: fixed;
  width: 100%;
  padding: 20px 0 0;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .header {
    background: none;
    top: 0;
    pointer-events: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.header__title {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .header__title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.nav__lists {
  display: flex;
}

.nav__list {
  padding: 16px min(16px, 0.8vw) 16px min(16px, 0.8vw);
}

.nav__list a {
  font-size: min(14px, 0.85vw);
  font-weight: bold;
  letter-spacing: 0.7px;
}

.nav__bg {
  display: none;
  transition: 0.2s all;
}

.nav__trigger {
  display: none;
  transition: 0.2s all;
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  .nav__trigger {
    display: block;
    position: absolute;
    width: 43px;
    border-radius: 30px;
    padding: 7px 9px 10px;
    top: 30px;
    right: 20px;
  }
  .nav__trigger span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .nav__trigger span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: -8px;
  }
  .nav__trigger span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    transition: all 0.3s;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    margin-left: inherit;
    width: 100%;
    transform: translateY(-150%);
    pointer-events: all;
  }
  .nav__lists {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .nav__list {
    text-align: center;
  }
  .nav__list a {
    font-size: 16px;
  }
  .nav__bg {
    display: block;
    opacity: 0;
  }
  .nav__active .nav {
    transform: translateY(40%);
    flex-direction: column-reverse;
  }
  .nav__active .nav__trigger span {
    background: none;
  }
  .nav__active .nav__trigger span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #333;
    transition: all 0.3s;
    margin-top: 0;
    transform: rotate(45deg);
  }
  .nav__active .nav__trigger span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #333;
    transition: all 0.3s;
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .nav__active .nav__bg {
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    display: block;
  }
  .header__title {
    margin-bottom: 10px;
  }
}
.footer {
  background: #72e67c;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}/*# sourceMappingURL=common.css.map */