@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */
*,
*::before,
*::after{box-sizing:border-box}
*{margin:0;padding:0;}
img,
picture,
video,
canvas,
svg{display:block;max-width:100%}
input,
button,
textarea,
select{font:inherit}
p,
h1,
h2,
h3,
h4,
h5,
h6{overflow-wrap:break-word}


/* addition */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
small {
  font-size: 70%;
}

ul,ol,li {
  padding: 0;
  list-style: none;
}

figure {
  margin-bottom: 0;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html {
  font-family: 'Noto Sans JP', sans-serif;
}

html body,
table th,
table td {
  line-height: 1.6;
  color: #000;
  font-size: 3.4vw;
}
@media screen and (min-width:751px) {
  html body,
  table th,
  table td {
    font-size: 16px;
  }
}

strong, em {
  font-weight: 700;
}


/* ---------------------------------------------
link
--------------------------------------------- */
a,
a:link,
a:visited {
  color: var(--el-text);
  text-decoration: underline !important;
}
a:hover {
  color: #ff6600;
  text-decoration: none !important;
}


/* ---------------------------------------------
width
--------------------------------------------- */
.lp_page__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .lp_page__wrapper {
    width: 750px;
  }
}

.contentsWrapper {
  width: 94%;
  margin: 0 auto;
}


/* ---------------------------------------------
cmn
--------------------------------------------- */
.lp_page__class .sec {
  margin: 0;
}
.lp_page__class .sec h2 {
  margin: 0;
}
.lp_page__class .sec h3 {
  margin: 0;
}

.lp_page__class p {
  margin: 0;
}

.lp_page__class sup {
  font-size: 40%;
  vertical-align: super;
}

.lp_page__class .btn a:hover {
  filter: saturate(130%);
}

.lp_page__class .red1 {
  color: #d50001;
}
.lp_page__class .blu1 {
  color: #00008a;
}

.lp_page__class .taC {
  text-align: center;
}
.lp_page__class .taR {
  text-align: right;
}

.lp_page__class .note small {
  font-size: 2.7vw;
  display: block;
}
@media screen and (min-width:751px) {
  .lp_page__class .note small {
    font-size: 14px;
  }
}
.lp_page__class .note1 small {
  padding-left: 1em;
  text-indent: -1em;
}
.lp_page__class .note2 small {
  padding-left: 2em;
  text-indent: -2em;
}

.lp_page__class .flexBlock {
  display: flex;
}
.lp_page__class .flexBlock .block {
  width: 50%;
}

.lp_page__class .videoArea {
  position: relative;
}
.lp_page__class .videoArea .video {
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-color: #000;
}
.lp_page__class .videoArea .bg {
  position: relative;
  z-index: 1;
}

/* cta */
.lp_page__class .cta_btnArea {
  position: relative;
}
.lp_page__class .cta_btnArea .btn {
  width: 88.667%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.lp_page__class .cta_btnArea .bg {
  position: relative;
  z-index: 1;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#mainContents {
  padding-bottom: 4em;
}


#mainContents #sec8 .videoArea .video {
  width: 90.134%;
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
/* for LP */
.el-lp-footer__bg1 {
  background-color: #fcf4e9;
}
.el-lp-footer__inner {
  max-width: 650px;
}
.el-lp-footer__bg2 {
  background-color: white;
}
@media (min-width: 769px) {
  .el-lp-footer__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .el-lp-footer__logo {
    max-width: 305px;
    width: 100%;
    padding: 30px 0;
    margin-right: 27px;
  }
  .el-lp-footer__text .el-footer-contact__tel {
    margin: 5px 0;
  }
  .el-lp-footer__list {
    margin-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .el-lp-footer__list li {
    margin: 0 10px;
  }
  .el-lp-footer__banner {
    height: 87px;
  }
}
@media (max-width: 768.98px) {
  .el-lp-footer__bg1 {
    padding: 20px 0 15px;
  }
  .el-lp-footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .el-lp-footer__logo img {
    width: 52vw;
    margin: 0 auto;
  }
  .el-lp-footer__text {
    text-align: center;
  }
  .el-lp-footer__text p {
    margin-bottom: 5px;
  }
  .el-footer-contact__tel {
    margin-bottom: 5px;
  }
  .el-lp-footer__list {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .el-lp-footer__list li + li {
    margin-top: .4em;
  }
  .el-lp-footer__banner {
    height: 30.4vw;
  }
  .col-8 {
    max-width: 100%;
    flex: auto;
  }
  .col-4 {
    margin: 0 auto 1em;
  }
}
.el-lp-footer__banner-img {
  z-index: 1;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.el-lp-footer__banner:empty {
  height: 0 !important;
}


.el-lp-footer .copyright {
  margin: 0;
  text-align: center;
  padding: 2em 0;
  font-size: 2vw;
}
@media screen and (min-width: 768.98px) {
  .el-lp-footer .copyright {
    font-size: 14px;
  }
}