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, 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, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: middle;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #000;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.7rem;
    line-height: 1.53;
  }
}

.let-01 {
  letter-spacing: -0.1em;
}

.let-03 {
  letter-spacing: -0.3em;
}

.let-05 {
  letter-spacing: -0.5em;
}

br.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.on__sp {
    display: block;
  }
}

br.on__mini {
  display: none;
}
@media screen and (max-width: 320px) {
  br.on__mini {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}

.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.text_load {
  display: none;
}

.text {
  visibility: hidden;
}

.answer__block {
  display: none;
}

.answer__block.open {
  display: block;
}

#wrapper .header {
  border-top: 6px solid #006DBA;
  padding: 37px 0 0;
}
#wrapper .header h1 {
  max-width: 310px;
  padding: 0 10px;
  margin: 0 auto 10px;
}
#wrapper .header h1 img {
  width: 100%;
  height: auto;
}
#wrapper .header p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
#wrapper .header .band {
  background: #006DBA;
  padding: 14px;
}
#wrapper .header .band .input__box {
  position: relative;
  bottom: auto;
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#wrapper section .inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper section.mv__block {
  background: url(../img/mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #wrapper section.mv__block {
    padding: 30px 0 10px;
    margin-bottom: 30px;
  }
}
#wrapper section.mv__block h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper section.mv__block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#wrapper section.mv__block h2::after {
  content: "";
  background: #fff;
  width: 100px;
  height: 3px;
  display: block;
  margin: 10px auto 0;
}
#wrapper section.mv__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 375px) {
  #wrapper section.mv__block ul {
    display: block;
  }
}
#wrapper section.mv__block ul li {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
}
#wrapper section.mv__block ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #wrapper section.mv__block ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #wrapper section.mv__block ul li:nth-child(3n) {
    margin-right: 15px;
  }
  #wrapper section.mv__block ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  #wrapper section.mv__block ul li {
    width: 100%;
    margin-right: 0;
  }
}
#wrapper section.mv__block ul li a {
  width: 100%;
  background-color: rgba(231, 237, 248, 0.8);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #000;
}
#wrapper section.mv__block ul li a:hover {
  background: #006DBA;
  color: #fff;
}
#wrapper section.about__block h2 {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper section.about__block h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
}
#wrapper section.qa__block h2 {
  background: #006DBA;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper section.qa__block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#wrapper section.qa__block .question {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #wrapper section.qa__block .question {
    margin-bottom: 20px;
  }
}
#wrapper section.qa__block .question::before {
  content: "Q.";
  margin-right: 10px;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #wrapper section.qa__block .question::before {
    font-size: 20px;
  }
}
#wrapper section.qa__block .question h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #wrapper section.qa__block .question h3 {
    font-size: 20px;
  }
}
#wrapper section.qa__block .question h3 span {
  background: #C13017;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 5px 0 0 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
#wrapper section.qa__block .question h3 span::after {
  content: "";
  background: url(../img/icon_q.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
}
#wrapper section .answer__block {
  background: #F2F2F2;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 50px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #wrapper section .answer__block {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
#wrapper section .answer__block .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper section .answer__block .answer::before {
  content: "";
  background: url(../img/icon.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  #wrapper section .answer__block .answer::before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper section .answer__block .answer::before {
    width: 30px;
    height: 30px;
  }
}
#wrapper section .answer__block .answer .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper section .answer__block .answer .txt p + p {
  margin-top: 1.5em;
}
#wrapper section .answer__block .answer .truth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper section .answer__block .answer .truth p + p {
  margin-top: 1.5em;
}
#wrapper section .answer__block .answer .truth span {
  color: #C13017;
}
#wrapper section .answer__block .answer .truth del {
  color: #999;
  text-decoration: line-through;
}
#wrapper .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
#wrapper .share li {
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  #wrapper .share li {
    width: 20%;
  }
  #wrapper .share li img {
    width: 100%;
    height: auto;
  }
}
#wrapper .input__box {
  position: fixed;
  bottom: 30px;
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#wrapper .input__box input[type=text] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 20px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#wrapper .input__box button {
  background: url(../img/icon_send.svg) no-repeat center center;
  width: 31px;
  height: 31px;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
#wrapper .input__box button:hover {
  background: url(../img/icon_send.svg) no-repeat center center #eee;
}

#wrapper .footer {
  background: #006DBA;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}/*# sourceMappingURL=style.css.map */