@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
}

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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.6;
  width: 100%;
  color: #3f4040;
  background: #eeeeee;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

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

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

#wrap {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}

section.main img {
  width: 65%;
  margin: 100px 0px 80px 0px;
}
@media screen and (max-width: 750px) {
  section.main img {
    width: 80% !important;
    margin: 60px 0px 50px 40px;
  }
}
section.main video {
  width: 100%;
  overflow-x: hidden;
}
section.main div.txt01 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 {
    margin: 60px 0px 60px 40px !important;
    width: 85%;
  }
}
section.main div.txt01 span.border {
  border-top: 1px solid #000;
  width: 11%;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 span.border {
    width: 20%;
  }
}
section.main div.txt01 p {
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 p {
    font-size: 12px;
  }
}
section.main div.txt01 p span {
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 p span {
    letter-spacing: none;
    font-size: 16px !important;
  }
}
section.main div.txt01 p:nth-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 p:nth-child(1) {
    margin-bottom: 15px;
  }
}
section.main div.txt01 p:nth-child(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 p:nth-child(2) {
    margin-bottom: 15px;
  }
}
section.main div.txt01 p:nth-child(3) {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  section.main div.txt01 p:nth-child(3) {
    margin-bottom: 40px;
  }
}

section.content img {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  section.content img {
    margin-bottom: 30px;
  }
}

section.footer a.btn {
  margin: 60px auto;
  font-size: 12px;
  width: 42.6666666667%;
  padding: 13px 50px;
  background: #6c6c6c;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}
@media screen and (min-width: 751px) {
  section.footer a.btn {
    width: 38%;
    padding: 11px 0px;
    margin: 0 auto 140px;
    font-size: 22px;
  }
}
section.footer img {
  width: 3.5%;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  section.footer img {
    width: 5.5%;
    margin-top: 60px;
  }
}
section.footer img.logo {
  margin: 0 auto;
  margin-top: 30px;
  width: 14%;
}
@media screen and (max-width: 750px) {
  section.footer img.logo {
    margin-top: 15px;
    width: 21%;
  }
}
section.footer p {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  section.footer p {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */