@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-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
}

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

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

/* サイトレイアウト */
html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .content .l_inner {
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .content .l_box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .content .l_inner {
    padding: 0 5%;
  }
  .content .pc {
    display: none;
  }
}

.top-wrap {
  min-height: 100vh;
}
.top-wrap .mv {
  padding: 55px 0;
  position: relative;
  width: 100%;
}
.top-wrap .mv .txt01 {
  margin: 30px 0 0;
}
.top-wrap .mv .ttl {
  font-size: 64px;
  font-weight: bold;
}
.top-wrap .mv .list {
  background: url("../images/img_01.png") no-repeat 0 0;
  padding: 8px 0 0 60px;
  min-height: 94px;
  font-size: 20px;
  margin: 20px 0 30px -10px;
}
.top-wrap .mv .list li {
  margin-bottom: 12px;
}
.top-wrap .mv .btn-wrap {
  max-width: 380px;
  text-align: center;
  padding-left: 50px;
}
.top-wrap .mv .btn {
  color: #fff;
  background: #E50012;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #E50012;
  border-radius: 23px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-wrap .mv .btn:hover {
  color: #E50012;
  background: #fff;
}
.top-wrap .mv .note {
  font-size: 12px;
}
.top-wrap .mv .copy {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 769px) {
  .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-wrap .mv .l_box-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-wrap .mv .txt {
    width: 48%;
  }
  .top-wrap .mv .image {
    width: 52%;
    max-width: 692px;
  }
}
@media (max-width: 768px) {
  .top-wrap .mv {
    padding: 20px 0 50px;
  }
  .top-wrap .mv .logo {
    max-width: 160px;
  }
  .top-wrap .mv .txt01 {
    margin: 20px 0 0;
    font-size: 13px;
  }
  .top-wrap .mv .ttl {
    font-size: 38px;
  }
  .top-wrap .mv .list {
    background-size: 40px auto;
    padding: 8px 0 0 45px;
    min-height: 80px;
    font-size: 15px;
    margin: 10px 0 20px -3%;
  }
  .top-wrap .mv .btn-wrap {
    max-width: 100%;
    padding-left: 0;
    margin: 30px 0;
  }
  .top-wrap .mv .btn-wrap .btn {
    max-width: 300px;
  }
  .top-wrap .mv .copy {
    font-size: 10px;
  }
}