@charset "UTF-8";

/*====================

RESET/BASE

====================*/
:root {
  --color01:#000;
  --color02:#22154f;
  --color03:#404040;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
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-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
a {
  color: var(--color01);
  text-decoration: none;
}
#container {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--color01);
  font-feature-settings: "palt";
  overflow: hidden;
  letter-spacing: .05em;
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex_row-reverse {
  flex-direction: row-reverse;
}
.font_bold {
  font-weight: 600;
}
.display__sp {
  display: none;
}
.contents__wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .display__sp {
    display: block;
  }
  .display__pc {
    display: none;
  }
}

/* スポンサー */
.sponsor {
  padding: 25px 0;
}
@media screen and (max-width: 996px) {
  .sponsor {
    padding: 15px 0;
  }
}

/* メインビジュアル */
.mv {
  background-image: url(main_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 120px;
}
.mv__wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.mv__ttl {
  background-color: var(--color02);
  padding: 40px 50px;
}
@media screen and (max-width: 996px) {
  .mv {
    padding-bottom: 0;
  }
  .mv__ttl {
    padding: 20px;
  }
}

.lead {
  max-width: 800px;
  background-color: var(--color02);
  padding: 35px 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lead__txt {
  font-size: 17px;
  text-align: justify;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 996px) {
  .lead {
    padding: 20px;
    margin-bottom: 30px;
  }
  .lead__txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 997px) {
  .lead {
    margin-bottom: -60px;
    position: relative;
    top: -120px;
  }
}

/* セクション */
.section__container {
  max-width: 1000px;
  background-color: #fff;
  padding-bottom: 90px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section + .section {
  padding-top: 120px;
}
.section__wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section__videobox {
  width: 500px;
  max-width: 100%;
  cursor: pointer;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.section__ttl {
  font-size: 28px;
  text-align: justify;
  color: var(--color03);
  margin-bottom: 50px;
}
.section__sub {
  font-size: 20px;
  text-align: justify;
  color: #fff;
  background-color: var(--color02);
  padding: 5px 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.section__txt {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
}
.section__txt + .section__txt {
  margin-top: 40px;
}
#sec1 .section__image,
#sec8 .section__image {
  margin-top: 80px;
}
.section__caption {
  font-size: 15px;
  color: var(--color02);
  margin-top: 20px;
}
.section__prof {
  background-image: url(prof.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 70px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
}
#sec8 .section__prof {
  margin-bottom: 40px;
}
.section__prof__txt {
  font-size: 20px;
  font-style: italic;
  text-align: justify;
  line-height: 1.8;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 996px) {
  .section__container {
    padding-bottom: 60px;
  }
  .section + .section {
    padding-top: 60px;
  }
  .section__videobox {
    margin-bottom: 30px;
  }
  .section__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section__sub {
    font-size: 17px;
  }
  .section__txt {
    font-size: 16px;
  }
  #sec1 .section__image,
  #sec8 .section__image {
    margin-top: 40px;
  }
  .section__caption {
    font-size: 13px;
    margin-top: 10px;
  }
  .section__prof {
    padding: 30px;
  }
  .section__prof__txt {
    font-size: 17px;
    margin-bottom: 1em;
  }
  .section__prof__image img {
    width: 100%;
  }
}
@media screen and (max-width: 996px) {
  .section__videobox {
    width: 100%;
  }
}
@media screen and (min-width: 997px) {
  .section__back {
    background-image: url(back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section__prof__txt {
    width: 48%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .section__prof__txt__left {
    left: 70px;
  }
  .section__prof__txt__right {
    right: 70px;
  }
  .section__prof__image {
    width: 50%;
    box-sizing: border-box;
  }
  .section__prof__image__right {
    margin-left: auto;
  }
}

.contact {
  background-image: url(info.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}
.contact__wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact__inn {
  background-color: #fff;
  padding: 75px 20px;
}
.contact__link {
  margin-top: 30px;
}
.contact__link a {
  font-size: 17px;
  text-decoration: underline;
  color: var(--color02);
}
@media screen and (max-width: 996px) {
  .contact {
    padding: 60px 0;
  }
  .contact__inn {
    padding: 50px 20px;
  }
  .contact__link {
    margin-top: 15px;
  }
  .contact__link a {
    font-size: 16px;
  }
}