@charset "UTF-8";
/* ===============================================
#擬似要素中央配置 mixin
=============================================== */
/* ===============================================
# navigation
=============================================== */
/* ===============================================
# SNSカラー
=============================================== */
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%;
}

body {
  font-size: 16px;
  line-height: 1.6em;
  color: #0a0a0a;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
}
body .container {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

/* ===============================================
# module
=============================================== */
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

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

.anime, .anime-no-hidden, .onload {
  opacity: 0;
}
.anime.js-play, .anime-no-hidden.js-play, .onload.js-play {
  opacity: 1;
}

.section-wrap:not(:last-of-type) {
  margin-bottom: 240px;
}
@media screen and (max-width: 750px) {
  .section-wrap:not(:last-of-type) {
    margin-bottom: 120px;
  }
}

.anchor-clear {
  margin-top: -130px;
  padding-top: 130px;
}

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

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box .box01 {
  width: 100%;
}
.flex-box .box02 {
  width: 49%;
}
.flex-box .box02:nth-of-type(odd) {
  margin-right: 2%;
}
.flex-box .box03 {
  width: 31.3%;
}
.flex-box .box03:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
.flex-box .box04 {
  width: 23.5%;
  margin-bottom: 4%;
}
.flex-box .box04:not(:nth-of-type(4n+4)) {
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  .flex-box .box04 {
    width: 48%;
    margin-bottom: 4%;
  }
  .flex-box .box04:not(:nth-of-type(4n+4)) {
    margin-right: inherit;
  }
  .flex-box .box04:nth-of-type(odd) {
    margin-right: 4%;
  }
}
.flex-box.center {
  justify-content: center;
}
.flex-box.center .box02 {
  width: 49%;
  margin: 0 0.5% 4%;
}
.flex-box.center .box02:nth-of-type(odd) {
  margin-right: inherit;
}
.flex-box.center .box03 {
  width: 31.3%;
  margin: 0 1.5% 4%;
}
.flex-box.center .box03:not(:nth-of-type(3n)) {
  margin-right: inherit;
}
.flex-box.center .box04 {
  width: 23.5%;
  margin: 0 0.75% 4%;
}
.flex-box.center .box04:not(:nth-of-type(4n+4)) {
  margin-right: inherit;
}

.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.6em;
  line-height: 1em;
}

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

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

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

/* textList(div等で囲む) */
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: 768px) {
  .anchor-clear {
    margin-top: -80px;
    padding-top: 80px;
  }
  .section-wrap:not(:last-of-type) {
    margin-bottom: 120px;
  }
  .flex-box .box01 {
    width: 100%;
  }
  .flex-box .box02 {
    width: 100%;
  }
  .flex-box .box02:nth-of-type(odd) {
    margin-right: inherit;
    margin-bottom: 5%;
  }
  .text-list ul li {
    font-size: 12px;
  }
}
/* ================================= ヘッダー =================================== */
.header {
  position: relative;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .header {
    background: none;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    pointer-events: none;
  }
}
.header__title {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .header__title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

.nav {
  margin-left: auto;
  pointer-events: all;
}
.nav__lists {
  display: flex;
}
.nav__list {
  padding: 20px;
}
.nav__bg {
  display: none;
  transition: 0.5s all;
}
.nav__trigger {
  display: none;
  transition: 0.2s all;
}
@media screen and (max-width: 768px) {
  .nav__trigger {
    display: block;
    position: absolute;
    width: 35px;
    top: 20px;
    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(-100%);
  }
  .nav__lists {
    display: block;
    width: 100%;
  }
  .nav__list {
    text-align: center;
  }
  .nav__bg {
    display: block;
    opacity: 0;
  }
  .nav__active .nav {
    transform: translateY(0%);
  }
  .nav__active .nav__trigger span {
    background: none;
  }
  .nav__active .nav__trigger span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    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: #000;
    transition: all 0.3s;
    margin-top: 0;
    transform: rotate(-45deg);
  }
  .nav__active .nav__bg {
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

/* ================================= ヘッダー =================================== */
/* ================================= ヘディング =================================== */
.heading {
  display: inline-block;
  position: relative;
}

/* ================================= ヘディング =================================== */
/* ================================= ボタン周り =================================== */
/* ================================= ボタン周り =================================== */
/* ================================= youtube =================================== */
.youtube {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ================================= youtube =================================== */
/******************************* error_404 *********************************/
#error_404 {
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 200px 0 200px;
}

#error_404 .stit {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#error_404 .text {
  font-size: 1.2em;
}

#error_404 .button-outer {
  margin-top: 3em;
}

/******************************* error_404 *********************************/
/*# sourceMappingURL=common.css.map */