@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #222;
  text-align: left;
  line-height: 100%;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }
  @media (max-width: 959px) {
    body {
      font-size: 3.5vw; } }

*, *:before, *:after {
  box-sizing: border-box; }

a[href], label[for], button, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:link, a:visited {
    color: #333; }
  a:hover {
    color: #aaa;
    text-decoration: none; }
    a:hover img {
      opacity: 0.6;
      -webkit-transition: all .3s;
      transition: all .3s; }
  a:focus {
    outline: none; }

img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal; }

ul, ol {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  list-style-type: none; }

p {
  padding: 0;
  margin: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0;
  overflow: hidden; }

em, i {
  font-style: normal; }

.PC {
  display: block; }
  @media (max-width: 959px) {
    .PC {
      display: none; } }

img.PC, span.PC {
  display: inline; }
  @media (max-width: 959px) {
    img.PC, span.PC {
      display: none; } }

.SP {
  display: none; }
  @media (max-width: 959px) {
    .SP {
      display: block; } }

.column, .LP-head ul, .LP-02 .inner, .LP-02 .LP-05 dl, .LP-05 .LP-02 dl, .LP-02 .LP-06 .Contents, .LP-06 .LP-02 .Contents, .LP-02 .LP-06 .QR, .LP-06 .LP-02 .QR, .LP-03 ul, .LP-05 dl {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 959px) {
    .column, .LP-head ul, .LP-02 .inner, .LP-02 .LP-05 dl, .LP-05 .LP-02 dl, .LP-02 .LP-06 .Contents, .LP-06 .LP-02 .Contents, .LP-02 .LP-06 .QR, .LP-06 .LP-02 .QR, .LP-03 ul, .LP-05 dl {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.inner, .LP-05 dl, .LP-06 .Contents, .LP-06 .QR {
  width: calc(100% - 7%);
  max-width: 960px;
  margin: 0 auto; }

.LP-head {
  padding: 70px 0 0 0;
  text-align: center;
  background: #f7f7f7; }
  @media (max-width: 959px) {
    .LP-head {
      padding: 3em 0 0 0; } }
  .LP-head .inner, .LP-head .LP-05 dl, .LP-05 .LP-head dl, .LP-head .LP-06 .Contents, .LP-06 .LP-head .Contents, .LP-head .LP-06 .QR, .LP-06 .LP-head .QR {
    position: relative;
    max-width: 800px;
    padding-bottom: 70px;
    z-index: 100; }
    @media (max-width: 959px) {
      .LP-head .inner, .LP-head .LP-05 dl, .LP-05 .LP-head dl, .LP-head .LP-06 .Contents, .LP-06 .LP-head .Contents, .LP-head .LP-06 .QR, .LP-06 .LP-head .QR {
        width: 100%;
        padding-bottom: 10em; } }
    @media (max-width: 540px) {
      .LP-head .inner, .LP-head .LP-05 dl, .LP-05 .LP-head dl, .LP-head .LP-06 .Contents, .LP-06 .LP-head .Contents, .LP-head .LP-06 .QR, .LP-06 .LP-head .QR {
        width: 100%;
        padding-bottom: 8em; } }
  .LP-head p {
    margin-bottom: 0.7em;
    color: #b1902d;
    font-size: 2.8rem;
    font-weight: bold; }
    @media (max-width: 959px) {
      .LP-head p {
        font-size: 2em; } }
    .LP-head p i {
      font-size: 1.2em; }
    .LP-head p:before {
      content: "＼ ";
      color: #222;
      font-weight: normal; }
    .LP-head p:after {
      content: " ／";
      color: #222;
      font-weight: normal; }
  .LP-head h1 {
    position: relative;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.1em;
    background: url(../img/LP-head06.png) no-repeat 94.5% 48%; }
    @media (max-width: 959px) {
      .LP-head h1 {
        font-size: 2.6em;
        letter-spacing: -1px;
        background: none; } }
    @media (max-width: 540px) {
      .LP-head h1 {
        font-size: 2.55em; } }
    @media (max-width: 959px) {
      .LP-head h1:after {
        position: absolute;
        top: -0.5em;
        right: 5%;
        content: "";
        display: block;
        width: 1.6em;
        height: 1.6em;
        background: url(../img/LP-head06.png) no-repeat center center/100% 100%; } }
    .LP-head h1 i {
      font-size: 0.8em; }
  .LP-head ul {
    margin: 50px auto 0 auto; }
    @media (max-width: 959px) {
      .LP-head ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 2em 5% 0 5%; } }
    @media (max-width: 540px) {
      .LP-head ul {
        margin: 2.5em 5% 0 5%; } }
  @media (max-width: 959px) {
    .LP-head li {
      width: 48%;
      margin-bottom: 2em; } }
  @media (max-width: 540px) {
    .LP-head li {
      margin-bottom: 2.5em; } }
  .LP-head ul + img {
    position: absolute;
    left: -190px;
    top: -11%; }
    @media (max-width: 959px) {
      .LP-head ul + img {
        top: auto;
        left: 5%;
        bottom: -2.6em;
        width: 40%; } }
  .LP-head img + img {
    position: absolute;
    right: -310px;
    bottom: 0;
    z-index: 10; }
    @media (max-width: 959px) {
      .LP-head img + img {
        right: 0;
        width: 50%; } }

.LP-01 {
  position: relative;
  padding: 65px 0 40px 0;
  text-align: center;
  z-index: 100; }
  @media (max-width: 959px) {
    .LP-01 {
      padding: 4.5em 0 3em 0; } }
  .LP-01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 35px solid #fff; }
    @media (max-width: 959px) {
      .LP-01:before {
        margin-left: -2em;
        border: 2em solid transparent;
        border-top: 1.5em solid #fff; } }
  .LP-01 h2 {
    margin-bottom: 55px;
    font-size: 4rem;
    font-weight: bold; }
    @media (max-width: 959px) {
      .LP-01 h2 {
        margin-bottom: 1.2em;
        font-size: 1.8em; } }
    .LP-01 h2 i {
      color: #b1902d; }
  .LP-01 .inner, .LP-01 .LP-05 dl, .LP-05 .LP-01 dl, .LP-01 .LP-06 .Contents, .LP-06 .LP-01 .Contents, .LP-01 .LP-06 .QR, .LP-06 .LP-01 .QR {
    position: relative; }
  .LP-01 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 959px) {
      .LP-01 ul {
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
  .LP-01 li {
    width: 31%;
    margin: 0 11px 35px 11px;
    background: #f7f7f7; }
    @media (max-width: 959px) {
      .LP-01 li {
        width: 48%;
        margin: 0.8em 0;
        padding: 0 0 1em 0; }
        .LP-01 li:nth-child(1) {
          width: 55%;
          margin-right: auto;
          margin-left: auto; } }
    .LP-01 li:before {
      content: url(../img/LP-01-01.png);
      display: block;
      margin-top: -0.6em; }
      @media (max-width: 959px) {
        .LP-01 li:before {
          content: "";
          height: 2.2em;
          background: url(../img/LP-01-01.png) no-repeat center center/2em 2em; } }
  .LP-01 p {
    margin: 1.2em 0 1.5em 0;
    font-size: 1.8rem;
    line-height: 1.7em; }
    @media (max-width: 959px) {
      .LP-01 p {
        font-size: 1em;
        letter-spacing: -1px;
        margin: 1em 0 0 0; } }
    .LP-01 p span {
      display: inline-block;
      margin-botom: 5px;
      border-bottom: 1px solid #222; }
  .LP-01 img {
    position: absolute;
    right: -80px;
    bottom: -100px; }
    @media (max-width: 959px) {
      .LP-01 img {
        width: 28%;
        right: 0;
        bottom: -10em; } }

.LP-02 {
  position: relative;
  padding: 100px 0 60px 0;
  background: #f7f7f7;
  z-index: 10; }
  @media (max-width: 959px) {
    .LP-02 {
      padding: 3em 0 2.5em 0; } }
  .LP-02 .inner, .LP-02 .LP-05 dl, .LP-05 .LP-02 dl, .LP-02 .LP-06 .Contents, .LP-06 .LP-02 .Contents, .LP-02 .LP-06 .QR, .LP-06 .LP-02 .QR {
    -webkit-box-align: start;
    align-items: flex-start; }
  .LP-02 p {
    margin-right: 2em;
    font-size: 1.8rem;
    line-height: 1.8em; }
    @media (max-width: 959px) {
      .LP-02 p {
        margin-right: 0;
        font-size: 0.85em; } }
    .LP-02 p + P {
      margin-top: 2.5em; }
  @media (max-width: 959px) {
    .LP-02 img {
      width: 70%;
      margin: 2em auto 0 auto; } }

.LP-03 {
  position: relative;
  padding: 80px 0 75px 0;
  text-align: center; }
  @media (max-width: 959px) {
    .LP-03 {
      padding: 3em 0; } }
  .LP-03:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 35px solid #fff; }
    @media (max-width: 959px) {
      .LP-03:before {
        margin-left: -2em;
        border: 2em solid transparent;
        border-top: 1.5em solid #fff; } }
  @media (max-width: 959px) {
    .LP-03 ul {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .LP-03 li {
    position: relative;
    width: 31%;
    padding: 3.2em 0 1.3em 0;
    color: #b24056;
    font-size: 2.2rem;
    font-weight: bold;
    border: 3px solid #b24056; }
    @media (max-width: 959px) {
      .LP-03 li {
        width: 48.5%;
        font-size: 1.1em;
        padding: 2.7em 0 1em 0; }
        .LP-03 li:nth-child(1) {
          width: 54%;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 3em; } }
  .LP-03 li:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2; }
  .LP-03 li:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #b24056;
    z-index: 1; }
  .LP-03 li img {
    position: absolute;
    left: 40%; }
    @media (max-width: 540px) {
      .LP-03 li img {
        width: 3.5em;
        left: 34%; } }
  .LP-03 li:nth-child(1) img {
    top: -35px; }
    @media (max-width: 540px) {
      .LP-03 li:nth-child(1) img {
        top: -2em; } }
  .LP-03 li:nth-child(2) img {
    top: -35px; }
    @media (max-width: 540px) {
      .LP-03 li:nth-child(2) img {
        top: -2em; } }
  .LP-03 li:nth-child(3) img {
    top: -35px; }
    @media (max-width: 540px) {
      .LP-03 li:nth-child(3) img {
        top: -2em; } }
  .LP-03 p {
    margin: 2.8em auto 2.2em auto; }
    @media (max-width: 959px) {
      .LP-03 p {
        margin: 2em auto 1em auto;
        font-size: 0.8em;
        line-height: 1.8em; } }
  .LP-03 strong {
    color: #b1902d;
    font-size: 3rem;
    letter-spacing: -1px; }
    @media (max-width: 959px) {
      .LP-03 strong {
        font-size: 1.2em;
        line-height: 1.5em; } }

.LP-04 {
  padding: 60px 0 70px 0;
  text-align: center;
  background: url(../img/LP-04-bk.png); }
  @media (max-width: 959px) {
    .LP-04 {
      position: relative;
      padding: 3em 0 4em 0; } }
  .LP-04 h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5em; }
    @media (max-width: 959px) {
      .LP-04 h2 {
        font-size: 1.45em; } }
    .LP-04 h2 i {
      color: #00b900; }
    .LP-04 h2 strong {
      color: #b1902d;
      font-size: 1.2em; }
      @media (max-width: 959px) {
        .LP-04 h2 strong {
          font-size: 1.15em; } }
  .LP-04 .inner, .LP-04 .LP-05 dl, .LP-05 .LP-04 dl, .LP-04 .LP-06 .Contents, .LP-06 .LP-04 .Contents, .LP-04 .LP-06 .QR, .LP-06 .LP-04 .QR {
    position: relative;
    padding: 45px 45px 30px 45px;
    margin-top: 50px;
    max-width: 600px;
    background: #fff;
    border: 1px solid #eee; }
    @media (max-width: 959px) {
      .LP-04 .inner, .LP-04 .LP-05 dl, .LP-05 .LP-04 dl, .LP-04 .LP-06 .Contents, .LP-06 .LP-04 .Contents, .LP-04 .LP-06 .QR, .LP-06 .LP-04 .QR {
        max-width: 100%;
        padding: 2em 1.4em 2em 1.75em;
        margin-top: 2em; } }
  .LP-04 h3 {
    font-size: 4rem;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif; }
    @media (max-width: 959px) {
      .LP-04 h3 {
        font-size: 1.8em; } }
    .LP-04 h3 i {
      display: block;
      font-size: 0.4em;
      font-weight: bold; }
  .LP-04 ul {
    margin-top: 30px;
    text-align: left; }
    @media (max-width: 959px) {
      .LP-04 ul {
        margin-top: 1em; } }
    .LP-04 ul li {
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      font-size: 1.7rem; }
      @media (max-width: 959px) {
        .LP-04 ul li {
          -webkit-box-align: start;
          align-items: flex-start;
          font-size: 0.9em;
          line-height: 1.5em; } }
    .LP-04 ul li + li {
      margin-top: 0.8em; }
    .LP-04 ul em {
      margin-right: 1em;
      padding: 0.5em 0.8em;
      color: #b24056;
      font-weight: bold;
      background: #f6f6f6; }
      @media (max-width: 959px) {
        .LP-04 ul em {
          padding: 0.2em 0.8em; } }
  .LP-04 ul + img {
    position: absolute;
    top: 30%;
    left: -300px; }
  @media (max-width: 959px) {
    .LP-04 .inner + img, .LP-04 .LP-05 dl + img, .LP-05 .LP-04 dl + img, .LP-04 .LP-06 .Contents + img, .LP-06 .LP-04 .Contents + img, .LP-04 .LP-06 .QR + img, .LP-06 .LP-04 .QR + img {
      position: absolute;
      left: 0;
      bottom: -4em;
      width: 33%; } }
  .LP-04 img + img {
    position: absolute;
    bottom: -90px;
    right: -360px; }
    @media (max-width: 959px) {
      .LP-04 img + img {
        right: 0;
        bottom: -7em;
        width: 35%; } }

.LP-05 {
  padding: 65px 0 100px 0; }
  @media (max-width: 959px) {
    .LP-05 {
      padding: 5em 0 2em 0; } }
  .LP-05 h2 {
    margin-bottom: 50px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 959px) {
      .LP-05 h2 {
        font-size: 1.5em;
        margin-bottom: 2.5em; } }
    .LP-05 h2 i {
      color: #b1902d;
      font-size: 1.2em; }
  .LP-05 dl {
    padding: 35px 35px 40px 35px;
    border: 4px solid #eee; }
    @media (max-width: 959px) {
      .LP-05 dl {
        padding: 2em 1em; } }
  .LP-05 dt {
    width: 22%; }
    @media (max-width: 959px) {
      .LP-05 dt {
        width: 100%;
        text-align: center; } }
    @media (max-width: 959px) {
      .LP-05 dt img {
        width: 50%; } }
  .LP-05 dd {
    width: 75%; }
    @media (max-width: 959px) {
      .LP-05 dd {
        width: 100%; } }
  .LP-05 dl + dl {
    margin-top: 20px; }
  .LP-05 h3 {
    margin-bottom: 1em;
    font-size: 2.2rem;
    font-weight: bold; }
    @media (max-width: 959px) {
      .LP-05 h3 {
        margin: 1em 0 2em 0;
        font-size: 1em;
        text-align: center; } }
    .LP-05 h3 i {
      font-size: 0.8em; }
  .LP-05 p {
    line-height: 1.7em; }
    @media (max-width: 959px) {
      .LP-05 p {
        font-size: 0.8em; } }
    .LP-05 p strong {
      color: #b1902d; }

.LP-06 {
  padding: 80px 0 70px 0;
  background: #f7f7f7; }
  @media (max-width: 959px) {
    .LP-06 {
      padding: 0 0 5em 0; } }
  .LP-06 .Contents {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 959px) {
      .LP-06 .Contents {
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        background: url(../img/LP-06-04.png) no-repeat right 77%/23% auto; } }
    .LP-06 .Contents > img {
      margin-top: -100px;
      margin-right: 35px; }
      @media (max-width: 959px) {
        .LP-06 .Contents > img {
          margin: 0; } }
    .LP-06 .Contents div + img {
      position: absolute;
      left: -200px;
      bottom: 65px; }
    .LP-06 .Contents img + img {
      position: absolute;
      right: -290px;
      bottom: 50px; }
      @media (max-width: 959px) {
        .LP-06 .Contents img + img {
          position: static;
          width: 36%;
          margin-top: -1em; } }
    @media (max-width: 959px) {
      .LP-06 .Contents a img {
        width: 60%; } }
  .LP-06 h2 {
    margin: 0 0 20px 0;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.6em; }
    @media (max-width: 959px) {
      .LP-06 h2 {
        margin: 1.8em 0 1.5em 0;
        font-size: 1.35em;
        line-height: 1.6em;
        letter-spacing: -1px; } }
    .LP-06 h2 i {
      color: #00b900;
      font-size: 1.2em; }
  .LP-06 .QR {
    position: relative;
    display: block;
    z-index: 10;
    margin-top: -35px;
    padding: 50px 40px 30px 40px;
    background: #fff;
    border: 1px solid #eee; }
    @media (max-width: 959px) {
      .LP-06 .QR {
        margin-top: 0;
        padding: 2em 1em; } }
    .LP-06 .QR img {
      float: right; }
      @media (max-width: 959px) {
        .LP-06 .QR img {
          width: 34%; } }
    .LP-06 .QR p {
      line-height: 1.5em; }
    .LP-06 .QR:after {
      position: absolute;
      left: 0;
      bottom: -2.5em;
      content: "";
      display: block;
      width: 5em;
      height: 3em;
      background: url(../img/LP-06-02.png) no-repeat center center/100% auto; }
  .LP-06 h3 {
    margin-bottom: 1.3em;
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 959px) {
      .LP-06 h3 {
        font-size: 1.2em;
        margin-bottom: 1em; } }
  .LP-06 p + h3 {
    margin-top: 2em; }

footer {
  padding: 0 0 60px 0;
  background: #f7f7f7;
  color: #888;
  font-size: 1.4rem;
  text-align: center; }
  @media (max-width: 959px) {
    footer {
      padding: 0 0 2em 0;
      font-size: 1em; } }
