@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*============================================================
	Base
============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ul, li {
  list-style: none;
}

html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
body {
    min-height: 100vh;
    overflow-x: hidden;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
          animation: fadeIn 1.5s ease 0s 1 normal;
}
@media print, screen and (min-width: 768px) {
  body {
    background: url(../img/bg.jpg) no-repeat bottom right calc(100% - 1440px);
    background-size: auto 100%;
    background-attachment: fixed;
  }
}
body::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body::before {
    width: 13.3333333333%;
  }
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

header,
main,
section,
footer {
  width: 100%;
}

header, footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

p {
  line-height: 2;
  text-align: justify;
}
p strong {
  font-weight: 700;
}

/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 1440px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.container {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 76%;
    margin: 0 0 0 70px;
  }
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header .inner {
  width: 1220px;
  padding: 25px 0 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  header .inner {
    padding: 10px 0 0 8px;
  }
}
header .inner a {
  display: block;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  header .inner a {
    width: 33.33px;
  }
}

/*  mv
-------------------------------------------------*/
.mv {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .inner {
    position: relative;
    padding-bottom: 66px;
  }
}
.mv .inner figure {
  width: 1355px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .mv .inner figure {
    width: 96.3733333333%;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .inner .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*  Training
-------------------------------------------------*/
#training .inner {
  border-top: solid 3px #000;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #training .inner {
    padding-bottom: 60px;
  }
}
#training .inner figure {
  width: 1347px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #training .inner figure {
    width: 94.6666666667%;
  }
}

/*  Point
-------------------------------------------------*/
#point .inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #point .inner {
    padding-bottom: 60px;
  }
}
#point .inner figure {
  width: 1340px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #point .inner figure {
    width: 93.3333333333%;
  }
}
#point .inner .youtube {
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 60px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #point .inner .youtube {
    width: 76%;
    height: 285px;
    margin: 30px 20px 30px auto;
  }
}
#point .inner .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*  Menu
-------------------------------------------------*/
#menu .inner {
  border-top: solid 3px #000;
  padding: 190px 0 100px;
  background: url(../img/bg_menu_pc.svg) no-repeat right top;
  background-size: 1337.26px auto;
}
@media only screen and (max-width: 767px) {
  #menu .inner {
    background-image: url(../img/bg_menu_sp.svg);
    background-size: 94.4% auto;
    padding: 150px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #menu .inner .container {
    width: 81.3333333333%;
    overflow-x: scroll;
  }
}
#menu .inner .container figure {
  width: 980px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #menu .inner .container figure {
    width: 183.606557377%;
  }
}

/*  FAQ
-------------------------------------------------*/
#faq {
  padding-left: 150px;
}
@media only screen and (max-width: 767px) {
  #faq {
    padding-left: 13.3333333333%;
  }
}
#faq .inner {
  width: 1290px;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  background: #F2F2F2;
  padding: 20px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #faq .inner {
    width: 100%;
    padding: 30px 0 60px;
  }
}
#faq .inner::before {
  position: absolute;
  content: "";
  background: url(../img/faq.svg) no-repeat;
  background-size: 100%;
  width: 23.61px;
  height: 48.39px;
  top: 0;
  left: -52px;
}
@media only screen and (max-width: 767px) {
  #faq .inner::before {
    left: -34px;
  }
}
#faq .inner .container {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
#faq .inner .container dl:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl:not(:last-child) {
    margin-bottom: 15px;
  }
}
#faq .inner .container dl dt,
#faq .inner .container dl dd {
  position: relative;
}
#faq .inner .container dl dt::before,
#faq .inner .container dl dd::before {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt::before,
#faq .inner .container dl dd::before {
    font-size: 16px;
    left: 10px;
  }
}
#faq .inner .container dl dt {
  color: #FF0089;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px 66px;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 40px 20px 36px;
  }
}
#faq .inner .container dl dt::before {
  content: "Q";
  top: 0;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt::before {
    top: -2px;
  }
}
#faq .inner .container dl dt::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  background: url(../img/arrow-down-circle-fill.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt::after {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#faq .inner .container dl dt.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
#faq .inner .container dl dd {
  display: none;
  background: #fff;
  padding: 25px 40px 35px 66px;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dd {
    padding: 15px 20px 20px 36px;
    font-size: 12px;
  }
}
#faq .inner .container dl dd::before {
  content: "A";
  top: 20px;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dd::before {
    top: 10px;
  }
}

/*  Profile
-------------------------------------------------*/
#profile .inner {
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #profile .inner {
    padding-bottom: 110px;
  }
}
#profile .inner figure {
  width: 1117.26px;
  margin-left: 103px;
}
@media only screen and (max-width: 767px) {
  #profile .inner figure {
    width: 89.1013333333%;
    margin-left: 21px;
  }
}
#profile .inner .contact {
  position: absolute;
  width: 400px;
  height: 300px;
  border: solid 4px #000;
  left: 820px;
  bottom: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #profile .inner .contact {
    width: 76%;
    left: 70px;
    bottom: 20px;
  }
}
#profile .inner .contact h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 45px;
}
#profile .inner .contact p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  #profile .inner .contact p {
    font-size: 16px;
    line-height: 1.875;
  }
}
#profile .inner .contact p a {
  text-decoration: underline;
}
#profile .inner .contact p:last-child {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #profile .inner .contact p:last-child a {
    letter-spacing: 0;
  }
}