html body .mainvisual {
  text-align: center;
}
html body .sec-1 {
  background-image: url("../../images/lp/sec1-bg.png");
  background-position: center top;
  padding: 30px 0 40px;
}
@media screen and (max-width: 575px) {
  html body .sec-1 {
    padding: 20px 0 0;
  }
}
html body .sec-1 h2 {
  color: #fff;
}
html body .sec-1 figure {
  position: relative;
  z-index: 0;
}
html body .sec-1 figure::before {
  content: "";
  position: absolute;
  background-image: url("../../images/lp/sec1-img-l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 295px;
  height: 197px;
  top: 0;
  bottom: -40px;
  left: -127px;
  right: 0;
  margin: auto auto 0 0;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body .sec-1 figure::before {
    content: none;
  }
}
html body .sec-1 figure::after {
  content: "";
  position: absolute;
  background-image: url("../../images/lp/sec1-img-r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 217px;
  height: 282px;
  top: -140px;
  bottom: 0;
  left: 0;
  right: -25px;
  margin: 0 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  html body .sec-1 figure::after {
    content: none;
  }
}
html body .sec-2 {
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body .sec-2 {
    padding-top: 60px;
  }
}
html body .sec-2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 121px solid transparent;
  border-left: 121px solid transparent;
  border-top: 60px solid #ffe41c;
  border-bottom: 0;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .sec-2::before {
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 76px solid transparent;
    border-left: 76px solid transparent;
    border-top: 38px solid #ffe41c;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  html body .sec-2 h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  html body .sec-2 h2 br {
    display: none;
  }
}
html body .sec-2 .contents-list-wrapper {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 575px) {
  html body .sec-2 .contents-list-wrapper {
    gap: 1rem;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 575px) {
  html body .sec-2 .contents-list-wrapper .contents-list:first-child {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:first-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:first-child ul {
    gap: 10px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:first-child ul li {
  border: 4px solid #E64800;
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #E64800;
}
@media screen and (max-width: 1199px) {
  html body .sec-2 .contents-list-wrapper .contents-list:first-child ul li {
    font-size: 30px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:first-child ul li {
    height: 35px;
    font-size: 18px;
    border-width: 3px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) {
  overflow: hidden;
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) figure {
  margin-bottom: 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) figure {
    margin-bottom: 60px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) figure::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 121px solid transparent;
  border-left: 121px solid transparent;
  border-top: 60px solid #ffe41c;
  border-bottom: 0;
  top: 0;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) figure::before {
    bottom: -48px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 76px solid transparent;
    border-left: 76px solid transparent;
    border-top: 38px solid #ffe41c;
    border-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) .table-wrap {
    overflow-x: scroll;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table {
  border-collapse: collapse;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table {
    width: 1200px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table {
    width: 520px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table th,
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table td {
  border-top: 1px solid #383838;
  border-left: 1px solid #383838;
  vertical-align: middle;
  height: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table th,
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table td {
    height: 50px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead td {
  border: none;
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th {
  text-align: center;
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th:nth-child(2) {
  background-color: #E64800;
  color: #FFE41C;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th:nth-child(2) {
    font-size: 16px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th:last-child {
  background-color: #7E7E7E;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table thead th:last-child {
    font-size: 18px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th,
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody td {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th,
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th,
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody td {
    font-size: 12px;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th {
  background-color: #FDFAE3;
  text-align: center;
  width: 20%;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody th {
    padding: 0 0.5rem;
    width: 20%;
  }
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody td {
  padding: 0 1rem;
}
html body .sec-2 .contents-list-wrapper .contents-list:nth-child(2) table tbody td:nth-child(2) {
  background-color: #FDEFEA;
}
@media screen and (min-width: 992px) and (max-width: 999px) {
  html body .sec-3 h2 {
    font-size: 46px;
    font-size: 3.8333333333vw;
  }
}
@media screen and (min-width: 992px) {
  html body .sec-3 h2 br {
    display: none;
  }
}
html body .sec-3 .contents-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec-3 .contents-list-wrapper {
    grid-template-columns: 1fr;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list figure {
    margin-bottom: 15px;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list figure figcaption {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  height: 60px;
  background-color: #FFE41C;
  display: grid;
  place-content: center;
  color: #E64800;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list figure figcaption {
    font-size: 16px;
    height: 40px;
  }
}
html body .sec-3 .contents-list-wrapper .contents-list p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html body .sec-3 .contents-list-wrapper .contents-list p {
    font-size: 16px;
  }
}
html body .sec-4 h2 span {
  display: block;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .sec-4 h2 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html body .sec-4 h2 br {
    display: none;
  }
}
html body .sec-5 {
  background-image: url("../../images/lp/sec5-bg.png");
  background-position: center top;
}
html body .sec-5 h2 {
  color: #fff;
}
html body .sec-5 h2 span {
  display: block;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .sec-5 h2 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html body .sec-5 h2 br {
    display: none;
  }
}
html body .sec-6 {
  background-color: #FFE41C;
  padding: 0;
}
@media screen and (max-width: 575px) {
  html body .sec-6 {
    padding: 15px 0 30px;
  }
  html body .sec-6 figure {
    position: relative;
    z-index: 0;
  }
  html body .sec-6 figure::before {
    content: "";
    position: absolute;
    background-image: url("../../images/lp/sec6-img-1-sp-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 126px;
    height: 139px;
    top: -11vw;
    bottom: 0;
    left: -7px;
    right: 0;
    margin: 0 auto auto 0;
    z-index: -1;
  }
}
html body .sec-7 h2 {
  margin-bottom: 10px;
}
html body .sec-7 p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  html body .sec-7 p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
html body .sec-8 h2 {
  margin-bottom: 10px;
}
html body .sec-8 h2 + p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  html body .sec-8 h2 + p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
html body .sec-8 .box-wrap {
  display: grid;
  gap: 40px;
}
html body .sec-8 .box-wrap .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding-left: 65px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  html body .sec-8 .box-wrap .box dl {
    padding-left: 55px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec-8 .box-wrap .box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
html body .sec-8 .box-wrap .box dl::before {
  content: "";
  position: absolute;
  background-image: url("../../images/lp/ico-voice.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  top: -14px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .sec-8 .box-wrap .box dl::before {
    width: 40px;
    height: 40px;
    top: -10px;
  }
}
html body .sec-8 .box-wrap .box dl dt,
html body .sec-8 .box-wrap .box dl dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body .sec-8 .box-wrap .box dl dt,
  html body .sec-8 .box-wrap .box dl dd {
    font-size: 16px;
  }
}
html body .sec-8 .box-wrap .box .box-inner {
  background-color: #FFFCE6;
  padding: 15px 1rem 25px;
}
@media screen and (max-width: 991px) {
  html body .sec-8 .box-wrap .box .box-inner {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-8 .box-wrap .box .box-inner {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 20px 1rem 25px;
  }
}
html body .sec-8 .box-wrap .box .box-inner p {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body .sec-9 {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
html body .sec-9 dl {
  border: 3px solid #E64800;
}
html body .sec-9 dl dt,
html body .sec-9 dl dd {
  line-height: 1.5;
}
html body .sec-9 dl dt {
  background-color: #E64800;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  html body .sec-9 dl dt {
    font-size: 16px;
    padding: 0 15px;
  }
}
html body .sec-9 dl dd {
  padding: 20px 1rem;
  min-height: 130px;
  font-size: 16px;
}
html body .sec-9 dl dd div {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  html body .sec-contact {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .sec-contact {
    padding-top: 1rem;
  }
}
html body .sec-contact h2 {
  margin-bottom: 10px;
}
html body .sec-contact h2 + p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  html body .sec-contact h2 + p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .sec-contact h2 + p {
    text-align: left;
  }
  html body .sec-contact h2 + p br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  html body .sec-contact h2 br {
    display: none !important;
  }
}
html body footer.l-footer {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
html body footer.l-footer .footer-top {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
html body footer.l-footer .footer-top .inner {
  padding-left: 10px;
  padding-right: 10px;
}
html body footer.l-footer .footer-top .company-wrap {
  margin-top: 0;
  margin-right: auto;
  text-align: center;
  border: none;
}
@media screen and (min-width: 768px) {
  html body footer.l-footer .footer-top .company-wrap {
    padding-left: 20px;
    padding: 30px 0;
  }
}
html body footer.l-footer .footer-top .company-wrap .f-logo-wrap {
  display: grid;
  place-content: center;
  text-align: left;
}
html body footer.l-footer .footer-top .company-wrap small {
  margin-top: 30px;
}
html body .sp-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 150px;
  background-color: #E64800;
}
@media screen and (min-width: 576px) {
  html body .sp-cta {
    display: none;
  }
}
html body .sp-cta .cta-tel a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
html body .sp-cta .cta-tel a img {
  width: 33px;
}
html body .sp-cta .cta-tel a p {
  font-size: 12px;
}
html body .sp-cta .cta-tel a p.tel {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
html body .sp-cta .cta-mail {
  border-left: 1px solid #fff;
}
html body .sp-cta .cta-mail a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
html body .sp-cta .cta-mail a img {
  width: 30px;
}/*# sourceMappingURL=lp.css.map */