/* Scss Document */
.com_fix,
.com_cta {
  display: none !important;
}

@media (max-width: 767px) {
  #footer {
    padding-bottom: 75px;
  }
  #footer .footer_navi .navi_inner {
    padding-top: 25px;
  }
}
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110rem;
}
@media screen and (min-width: 767.1px), print {
  [id] {
    scroll-margin-top: 170rem;
  }
}

@media screen and (min-width: 767.1px), print {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
/*------------------------------------------*/
#lp_header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 300;
}
#lp_header .frame {
  background: #fff;
  border-radius: 100px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 767.1px), print {
  #lp_header .frame {
    height: 72px;
    padding: 0 20px 0 40px;
  }
}
#lp_header .logo1 {
  width: 200px;
}
@media screen and (min-width: 767.1px), print {
  #lp_header .logo1 {
    width: min(327px, 33vw);
  }
}
#lp_header .logo2 {
  width: 92px;
}
@media screen and (min-width: 767.1px), print {
  #lp_header .logo2 {
    width: min(172px, 15vw);
    margin: 0 auto 0 30px;
  }
}
#lp_header .contact {
  display: flex;
  grid-gap: min(30px, 3vw);
  align-items: center;
}
#lp_header .contact .btn_reserve {
  background: #EB5D19;
  color: #fff;
  font-size: min(16px, 3vw);
  font-weight: 700;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  padding: 10px min(40px, 2vw);
  display: block;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
#lp_header .contact .btn_reserve:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#lp_header .contact .btn_tel {
  white-space: nowrap;
  color: #353A3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#lp_header .contact .btn_tel .tel_num {
  font-size: min(28px, 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
#lp_header .contact .btn_tel .tel_num::before {
  content: "";
  background: url("../images/icon_tel.svg") no-repeat center center/26px;
  display: block;
  width: 26px;
  height: 26px;
}
#lp_header .contact .btn_tel .tel_note {
  font-size: min(10px, 1vw);
  padding-left: 31px;
  margin-top: -5px;
}

.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bottom_fixed .btn_reserve {
  background: #EB5D19;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.bottom_fixed .btn_tel {
  border: 1px solid #C1C1C1;
  background: #fff;
  color: #353A3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom_fixed .btn_tel .tel_num {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.bottom_fixed .btn_tel .tel_num::before {
  content: "";
  background: url("../images/icon_tel.svg") no-repeat center center/26px;
  display: block;
  width: 26px;
  height: 26px;
}
.bottom_fixed .btn_tel .tel_note {
  font-size: min(10px, 2.4vw);
  padding-left: 0.5em;
  margin-top: 3px;
}

#lp_contents {
  position: relative;
  overflow: hidden;
}
#lp_contents::before {
  content: "";
  background: url("../images/bg_sp.jpg") no-repeat center center/cover;
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_contents::before {
    background-image: url("../images/bg_pc.jpg");
  }
}
#lp_contents a {
  color: #353A3C;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#lp_contents a:hover {
  text-decoration: none;
}
#lp_contents a.btn {
  background: #EB5D19;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  display: block;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 767.1px), print {
  #lp_contents a.btn {
    width: auto;
    padding: 15px 60px;
    display: table;
    margin: 0 auto;
    font-size: 22px;
    min-width: 500px;
  }
}
#lp_contents a.btn em {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  #lp_contents a.btn em {
    font-size: 27px;
  }
}
#lp_contents a.btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
#lp_contents img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#lp_contents h2 {
  font-size: min(20px, 5vw);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 767.1px), print {
  #lp_contents h2 {
    font-size: 32px;
  }
}
#lp_contents h2 em {
  font-size: min(28px, 7vw);
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
@media screen and (min-width: 767.1px), print {
  #lp_contents h2 em {
    font-size: 40px;
  }
}
#lp_contents h2 em::before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFDF2F;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 767.1px), print {
  #lp_contents h2 em::before {
    top: 7%;
  }
}

.microcopy,
.microcopy2 span {
  position: relative;
  display: table;
  padding: 0 20px;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  .microcopy,
  .microcopy2 span {
    margin: 0 auto 20px;
  }
}
.microcopy::before, .microcopy::after,
.microcopy2 span::before,
.microcopy2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background: no-repeat center center/contain;
}
.microcopy::before,
.microcopy2 span::before {
  background-image: url("../images/microcopy_l.svg");
  left: 0;
  width: 12px;
  height: 22px;
}
.microcopy::after,
.microcopy2 span::after {
  background-image: url("../images/microcopy_r.svg");
  right: 0;
  width: 10px;
  height: 24px;
}

.microcopy2 {
  text-align: center;
}
.microcopy2 span {
  display: inline-block;
}

/*------------------------------------------*/
#lp_kv {
  padding: 110px 0 0;
  background: #fff;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv .inner {
    position: relative;
  }
}
#lp_kv figure {
  padding: 0 10px 20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv figure {
    padding: 0;
    text-align: right;
  }
  #lp_kv figure img {
    width: min(750px, 60vw);
  }
}
@media screen and (min-width: 767.1px), print {
  #lp_kv .text {
    position: absolute;
    top: min(40px, 2vw);
    left: min(40px, 3vw);
  }
}
#lp_kv h1 {
  font-size: min(32px, 7.5vw);
  font-weight: 900;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv h1 {
    font-size: min(50px, 4.5vw);
  }
}
#lp_kv h1 small {
  font-size: 22px;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv h1 small {
    font-size: min(30px, 2.7vw);
  }
}
#lp_kv h1 .fukidashi {
  display: table;
  background: #353A3C;
  color: #fff;
  font-size: min(18px, 4.5vw);
  padding: 6px 10px 6px 10px;
  margin: 0 0 13px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv h1 .fukidashi {
    font-size: min(27px, 2.7vw);
    margin: 0 0 20px;
  }
}
#lp_kv h1 .fukidashi::after {
  content: "";
  border-top: 13px solid #353A3C;
  border-left: 14px solid transparent;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
}
#lp_kv h1 .fukidashi small {
  font-size: 14px;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv h1 .fukidashi small {
    font-size: min(23px, 2.3vw);
  }
}
#lp_kv h1 .catchcopy {
  display: table;
  line-height: 1.3;
  padding: 0 0.3em;
  position: relative;
  margin: 0 0 5px;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv h1 .catchcopy {
    margin: 0 0 10px;
  }
}
#lp_kv h1 .catchcopy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
}
#lp_kv h1 .catchcopy span {
  position: relative;
}
#lp_kv p {
  font-size: min(16px, 3.8vw);
  font-weight: 700;
  margin: 10px 0 20px;
  line-height: 2;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv p {
    margin: min(30px, 2vw) 0;
    font-size: min(18px, 1.6vw);
  }
}
#lp_kv p em {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #FFDF2F;
  text-decoration-thickness: 6px;
  text-underline-offset: -1px;
}
#lp_kv p em span {
  font-size: 20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv p em span {
    font-size: min(22px, 2vw);
  }
}
#lp_kv .btn {
  margin: 0 !important;
}
@media screen and (min-width: 767.1px), print {
  #lp_kv .btn {
    padding: 15px 40px !important;
    font-size: 16px !important;
    min-width: 0 !important;
  }
  #lp_kv .btn em {
    font-size: 20px !important;
  }
}

/*------------------------------------------*/
#lp_results {
  background: #fff;
  padding: 30px 0 0;
}
#lp_results .microcopy {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 767.1px), print {
  #lp_results .microcopy {
    font-size: 20px;
  }
}
#lp_results .microcopy em {
  font-size: 24px;
}
@media screen and (min-width: 767.1px), print {
  #lp_results .microcopy em {
    font-size: 30px;
  }
}
#lp_results ul {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px 5px;
}
@media screen and (min-width: 767.1px), print {
  #lp_results ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
#lp_results ul li {
  width: calc(50% - 3px);
}
@media screen and (min-width: 767.1px), print {
  #lp_results ul li {
    width: auto;
  }
}
#lp_results .note {
  font-size: 8px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 15px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_results .note {
    font-size: 10px;
    margin-top: 20px;
  }
}

/*------------------------------------------*/
#lp_problem {
  background: #fff;
  padding: 50px 0 30px;
  position: relative;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem {
    padding: 100px 0 60px;
  }
}
#lp_problem .inner {
  position: relative;
  z-index: 2;
}
#lp_problem::before {
  content: "";
  display: block;
  width: 100%;
  background: #F8F8F8;
  position: absolute;
  bottom: 23px;
  left: 0;
  height: calc(100% - 113px);
}
@media screen and (min-width: 767.1px), print {
  #lp_problem::before {
    bottom: 82px;
    height: calc(100% - 243px);
  }
}
#lp_problem::after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  background: url(../images/hr1.svg) no-repeat center center/100% 23px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem::after {
    background-size: 100% 82px;
    height: 82px;
  }
}
#lp_problem ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px 10px;
  color: #676464;
  padding: 50px 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    font-size: 20px;
    padding: 80px 5px 40px;
  }
}
#lp_problem ul li {
  position: relative;
  border-radius: 15px;
  position: relative;
  background: #fff;
  padding: 0 0 15px;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem ul li {
    padding: 0 0 30px;
  }
}
#lp_problem ul li:nth-of-type(2n) {
  transform: translateY(10px);
}
@media screen and (min-width: 767.1px), print {
  #lp_problem ul li:nth-of-type(2n) {
    transform: translateY(20px);
  }
}
#lp_problem ul li::after {
  content: "";
  border-top: 13px solid #fff;
  border-left: 14px solid transparent;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
}
#lp_problem ul li:nth-of-type(n + 3)::after {
  transform: scaleX(-1);
}
#lp_problem ul li figure {
  text-align: center;
  transform: translateY(-50%);
}
#lp_problem ul li figure img {
  width: 63px;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem ul li figure img {
    width: 102px;
  }
}
#lp_problem ul li p {
  margin-top: -20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem ul li p {
    margin-top: -30px;
  }
}
#lp_problem .person {
  text-align: center;
}
#lp_problem .person img {
  width: 165px;
}
@media screen and (min-width: 767.1px), print {
  #lp_problem .person img {
    width: 237px;
  }
}

/*------------------------------------------*/
#lp_solution {
  background: #FEFFF0;
  padding: 50px 0 30px;
}
@media screen and (min-width: 767.1px), print {
  #lp_solution {
    padding: 100px 0 100px;
  }
}
#lp_solution figure {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 767.1px), print {
  #lp_solution figure {
    margin: 0 0 -30px;
  }
}
#lp_solution figure img {
  width: 390px;
}
@media screen and (min-width: 767.1px), print {
  #lp_solution figure img {
    width: 1239px;
  }
}

/*------------------------------------------*/
.lp_chance,
.lp_chance2 {
  background: #3FC1B1;
  padding: 30px 0 0;
}
@media screen and (min-width: 767.1px), print {
  .lp_chance,
  .lp_chance2 {
    padding: 30px 0;
  }
}
.lp_chance .inner,
.lp_chance2 .inner {
  position: relative;
}
.lp_chance .fukidashi,
.lp_chance2 .fukidashi {
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin: 0 0 35px;
  padding: 15px 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  .lp_chance .fukidashi,
  .lp_chance2 .fukidashi {
    border-radius: 50px;
    margin: 0;
    padding: 20px;
    width: calc(100% - min(400px, 34vw));
    font-size: 16px;
  }
  .lp_chance .fukidashi.large,
  .lp_chance2 .fukidashi.large {
    font-size: 23px;
  }
}
.lp_chance .fukidashi::after,
.lp_chance2 .fukidashi::after {
  content: "";
  border-top: 20px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767.1px), print {
  .lp_chance .fukidashi::after,
  .lp_chance2 .fukidashi::after {
    left: calc(100% - 10px);
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg);
  }
}
.lp_chance figure,
.lp_chance2 figure {
  text-align: center;
}
.lp_chance figure img,
.lp_chance2 figure img {
  width: 200px;
}
@media screen and (min-width: 767.1px), print {
  .lp_chance figure img,
  .lp_chance2 figure img {
    width: min(370px, 30vw);
    position: absolute;
    bottom: -30px;
    right: 20px;
  }
}

.lp_chance2 {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 767.1px), print {
  .lp_chance2 {
    padding: 60px 0 80px;
  }
}
.lp_chance2::after {
  content: "";
  background: url("../images/hr2.svg") repeat-x center bottom/510px;
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 767.1px), print {
  .lp_chance2::after {
    background-size: 1020px;
  }
}
@media screen and (min-width: 767.1px), print {
  .lp_chance2 figure img {
    bottom: -80px;
  }
}
.lp_chance2 .fukidashi {
  background: #3FC1B1;
  color: #fff;
}
.lp_chance2 .fukidashi::after {
  border-top-color: #3FC1B1;
}

/*------------------------------------------*/
#lp_campaign {
  background: #fff;
  padding: 50px 10px 60px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 0 0 0px;
    align-items: center;
  }
  #lp_campaign .grid .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#lp_campaign .microcopy {
  margin-bottom: -20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign .microcopy {
    margin-bottom: -15px;
  }
}
#lp_campaign h2 {
  margin: 0 -10px 70px;
  font-size: min(20px, 4.2vw);
  font-weight: 500;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign h2 {
    margin: 0 0 90px;
    font-size: 32px;
  }
}
#lp_campaign h2 img {
  display: inline-block;
  margin-top: 10px;
  width: min(250px, 100% - 3.5em);
  vertical-align: bottom;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign h2 img {
    margin-top: 20px;
    width: 312px;
  }
}
#lp_campaign h2 span {
  display: inline-block;
}
#lp_campaign h3 {
  display: table;
  margin: 30px auto 70px;
  padding: 5px 4px;
  font-size: min(24px, 6vw);
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign h3 {
    font-size: 32px;
    margin-bottom: 90px;
  }
}
#lp_campaign h3::before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFDF2F;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#lp_campaign p {
  line-height: 2;
}
#lp_campaign dl {
  display: grid;
  grid-gap: 55px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl {
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#lp_campaign dl > div {
  border: 5px solid transparent;
  border-radius: 15px;
  text-align: center;
  /*
  &:nth-of-type(1){
    border-color: #3FAAFB;
    dt {
      background: #3FAAFB;
    }
  }
  */
  /*
  &:nth-of-type(2){
    border-color: #77CC00;
    dt {
      background: #77CC00;
    }
  }
  */
  border-color: #3FC1B1;
}
#lp_campaign dl > div dt {
  background: #3FC1B1;
}
#lp_campaign dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 90px;
  height: 90px;
  transform: translateY(-50%);
  margin: 0 auto -40px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dt {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
}
#lp_campaign dl dt b {
  font-size: 51px;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dt b {
    font-size: 59px;
  }
}
#lp_campaign dl dd {
  position: relative;
  padding: 0px 0 20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dd {
    padding-bottom: 30px;
  }
}
#lp_campaign dl dd img {
  width: 180px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dd img {
    width: 230px;
    height: 124px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#lp_campaign dl dd p {
  padding-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dd p {
    font-size: 22px;
  }
}
#lp_campaign dl dd .note {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 10px;
}
@media screen and (min-width: 767.1px), print {
  #lp_campaign dl dd .note {
    font-size: 12px;
    bottom: -50px;
    text-align: left;
  }
}

/*------------------------------------------*/
.lp_CTA {
  padding: 50px 0;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA {
    padding: 100px 0;
  }
}
.lp_CTA h2 {
  font-size: min(28px, 7vw) !important;
  margin: 0 0 30px;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA h2 {
    font-size: min(40px, 3.9vw) !important;
  }
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
}
.lp_CTA p em {
  font-size: 20px;
}
.lp_CTA p + p {
  margin-top: 7px;
}
.lp_CTA .contact {
  margin: 30px 0 0;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact {
    width: 570px;
    margin: 40px auto 0;
  }
}
@media (min-width: 1200px) {
  .lp_CTA .contact {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: auto;
  }
}
.lp_CTA .contact a {
  display: grid;
  padding: 0 10px;
  grid-template-columns: 80px 1px 1fr;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
  grid-gap: 10px;
  height: 118px;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact a {
    grid-template-columns: 155px 1px 1fr;
    grid-gap: 20px;
    padding: 0 30px;
  }
}
.lp_CTA .contact a:hover {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.lp_CTA .contact a .icon {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact a .icon {
    font-size: 14px;
  }
}
.lp_CTA .contact a .icon img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact a .icon img {
    height: 40px;
  }
}
.lp_CTA .contact a .line {
  height: 50px;
  width: 1px;
  display: block;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact a .line {
    height: 64px;
  }
}
.lp_CTA .contact .btn_tel {
  background: #fff;
  border: 2px solid #C1C1C1;
  color: #353A3C !important;
}
@media screen and (max-width: 767px) {
  .lp_CTA .contact .btn_tel .icon img {
    margin: 0 0 8px 22px;
  }
}
.lp_CTA .contact .btn_tel .line {
  background: #C1C1C1;
}
.lp_CTA .contact .btn_tel .tel_num {
  font-size: min(32px, 8.5vw);
  display: block;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact .btn_tel .tel_num {
    font-size: 42px;
  }
}
.lp_CTA .contact .btn_tel .tel_note {
  font-size: min(12px, 3vw);
  display: block;
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact .btn_tel .tel_note {
    font-size: 14px;
  }
}
.lp_CTA .contact .btn_web {
  background: #EB5D19;
  color: #fff !important;
}
.lp_CTA .contact .btn_web .line {
  background: #fff;
}
.lp_CTA .contact .btn_web .web_label {
  font-size: min(18px, 4.5vw);
}
@media screen and (min-width: 767.1px), print {
  .lp_CTA .contact .btn_web .web_label {
    font-size: 24px;
  }
}
.lp_CTA .contact .btn_web .microcopy {
  padding: 0 15px;
  margin: 0 0 5px;
  font-size: 12px;
}
.lp_CTA .contact .btn_web .microcopy::before, .lp_CTA .contact .btn_web .microcopy::after {
  width: 7px;
  height: 12px;
  filter: brightness(5);
}

/*------------------------------------------*/
#lp_reformmenu {
  background: url("../images/reformmenu_line.svg") no-repeat center 35px/658px #fff;
  padding: 50px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu {
    background-size: 1548px;
    background-position: center 100px;
    padding: 140px 0 0;
  }
}
#lp_reformmenu .example {
  margin: 50px 0 0;
  padding: 0 0 35px;
  position: relative;
  /*
  &.ex2{
    &::before,
    h3 em::before {
      background:#EEA961;
    }
  }
  &.ex3{
    &::before,
    h3 em::before {
      background:#77CC00;
    }
  }
  */
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu .example {
    margin: 100px 0 0;
    padding: 0 0 45px;
  }
}
#lp_reformmenu .example::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: calc(100% - 200px);
  transform: translateX(-50%);
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu .example::before {
    height: calc(100% - 300px);
  }
}
#lp_reformmenu .example > * {
  position: relative;
}
#lp_reformmenu .example::before {
  background: #FEFFF0;
}
#lp_reformmenu .example h3 em::before {
  background: #3FC1B1;
}
#lp_reformmenu h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu h3 {
    font-size: min(32px, 3.2vw);
    margin: 0 0 50px;
  }
}
#lp_reformmenu h3 em {
  font-size: 24px;
  position: relative;
  display: table;
  padding: 0 4px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  font-weight: 700;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu h3 em {
    font-size: 40px;
    display: inline-block;
  }
}
#lp_reformmenu h3 em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}
#lp_reformmenu .image {
  display: grid;
  grid-gap: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu .image {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 0 0 20px;
  }
}
#lp_reformmenu .image figure {
  position: relative;
}
#lp_reformmenu .image figure img {
  border-radius: 15px;
}
#lp_reformmenu .image figure figcaption .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 24px;
  background: #353A3C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu .image figure figcaption .label {
    font-size: 16px;
    width: 100px;
    height: 34px;
  }
}
#lp_reformmenu .image figure figcaption p {
  line-height: 1.5;
}
#lp_reformmenu p {
  font-size: 16px;
  line-height: 2;
  margin: 25px 0;
}
#lp_reformmenu dl {
  display: grid;
  grid-gap: 10px;
  margin: 0 0 30px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu dl {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 0 0 60px;
  }
}
#lp_reformmenu dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 10px;
  align-items: flex-start;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu dl > div {
    grid-template-columns: 150px 1fr;
  }
}
#lp_reformmenu dl dt {
  background: #353A3C;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  padding: 3px 0;
}
#lp_reformmenu dl dd {
  padding: 5px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu dl dd {
    padding: 3px 0;
  }
}
#lp_reformmenu dl dd strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: -7px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reformmenu dl dd strong {
    display: inline-block;
    font-size: 28px;
    margin-top: -10px;
  }
}

/*------------------------------------------*/
#lp_faq1 {
  background: url("../images/hr3.svg") no-repeat center bottom/100% 29px #F8F8F8;
  padding: 40px 0 80px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 {
    background-size: 100% 100px;
    padding: 80px 0 150px;
  }
}
#lp_faq1 dl {
  display: grid;
  grid-gap: 20px;
  margin: 40px -5px 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl {
    margin: 60px 0 0;
    grid-gap: 40px;
  }
}
#lp_faq1 dl > div {
  background: #fff;
  border: 2px solid #C1C1C1;
  border-radius: 20px;
  padding: 30px 15px;
  position: relative;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl > div {
    padding: 30px 100px 40px;
  }
}
#lp_faq1 dl dt {
  font-size: 18px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 35px 1fr;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl dt {
    font-size: 20px;
    grid-template-columns: 45px 1fr;
    margin: 0 0 10px;
  }
}
#lp_faq1 dl dt b {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl dt b {
    font-size: 40px;
  }
}
#lp_faq1 dl dt span {
  display: block;
  padding-top: 10px;
}
#lp_faq1 dl dd {
  display: grid;
  grid-template-columns: 35px 1fr;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl dd {
    grid-template-columns: 45px 1fr;
  }
}
#lp_faq1 dl dd b {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl dd b {
    font-size: 40px;
  }
}
#lp_faq1 dl dd span {
  display: block;
  padding-top: 10px;
}
#lp_faq1 dl dd figure {
  grid-row: 2/3;
  grid-column: 1/3;
  padding-top: 15px;
}
#lp_faq1 dl dd em {
  position: absolute;
  top: -15px;
  left: 0;
  width: 98px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq1 dl dd em {
    top: -35px;
    left: -40px;
    width: 148px;
  }
}

/*------------------------------------------*/
#lp_reason {
  background: #fff;
  padding: 30px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason {
    padding: 0;
  }
}
#lp_reason ul {
  margin: 40px 10px 0;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason ul {
    margin: 60px 0 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
#lp_reason ul li {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-top: 15px solid #3FC1B1;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason ul li {
    border-top-width: 20px;
  }
}
#lp_reason ul .frame {
  border: 2px solid #e4e4e4;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 20px 15px 20px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason ul .frame {
    padding: 20px;
  }
}
#lp_reason ul figure {
  padding: 0 10px 15px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason ul figure {
    padding: 0 0 15px;
  }
}
#lp_reason ul h3 {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 767.1px), print {
  #lp_reason ul h3 {
    font-size: 24px;
  }
}
#lp_reason ul h3::after {
  content: "";
  width: 104px;
  margin: 15px auto;
  border-top: 2px dashed #E4E4E4;
  display: block;
}
#lp_reason ul small {
  display: block;
  margin-top: 10px;
}

/*------------------------------------------*/
#lp_voice {
  background: #fff;
  padding: 55px 0 80px;
}
@media screen and (min-width: 767.1px), print {
  #lp_voice {
    padding: 105px 0 30px;
  }
}
#lp_voice .voice_slider {
  margin: 40px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_voice .voice_slider {
    margin: 60px 0 0;
  }
}
#lp_voice .voice_slider .slick-list {
  overflow: visible;
}
#lp_voice .voice_slider .slick-track {
  display: flex;
  align-items: stretch;
}
#lp_voice .voice_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  margin: 20px 0 0;
}
#lp_voice .voice_slider .slick-dots li {
  pointer-events: all;
  cursor: pointer;
  width: 22px;
  height: 22px;
  transform: scale(0.8);
  border-radius: 100px;
  background: #e4e4e4;
}
#lp_voice .voice_slider .slick-dots li.slick-active {
  transform: scale(1);
  background: #C1C1C1;
}
#lp_voice .voice_slider .slick-dots li button {
  opacity: 0;
}
#lp_voice .voice_slider .slide {
  padding: 10px;
  height: auto;
}
#lp_voice .voice_slider .slide .frame {
  border: 2px solid #e4e4e4;
  border-radius: 15px;
  padding: 20px 15px 20px;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767.1px), print {
  #lp_voice .voice_slider .slide .frame {
    padding: 20px;
  }
}
#lp_voice .voice_slider .slide h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}
#lp_voice .voice_slider .slide span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px;
}

/*------------------------------------------*/
#lp_flow {
  background: url("../images/hr4.svg") no-repeat center top/100% 29px #F8F8F8;
  padding: 80px 0 50px;
}
@media screen and (min-width: 767.1px), print {
  #lp_flow {
    background-size: 100% 100px;
    padding: 200px 0 100px;
  }
}
#lp_flow figure {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (min-width: 767.1px), print {
  #lp_flow figure {
    margin: 60px 0 0;
  }
}
#lp_flow figure img {
  width: 350px;
}
@media screen and (min-width: 767.1px), print {
  #lp_flow figure img {
    width: 1060px;
  }
}

/*------------------------------------------*/
#lp_faq2 {
  background: #fff;
  padding: 50px 0 50px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 {
    padding: 100px 0;
  }
}
#lp_faq2 dl {
  display: grid;
  margin: 40px 0 0;
  border-top: 1px dashed #676464;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl {
    margin: 60px 20px 0;
  }
}
#lp_faq2 dl > div {
  border-bottom: 1px dashed #676464;
  padding: 15px 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl > div {
    padding: 20px 0;
  }
}
#lp_faq2 dl dt {
  font-size: 16px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 55px 1fr 40px;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dt {
    grid-template-columns: 75px 1fr 40px;
    cursor: pointer;
  }
}
#lp_faq2 dl dt b {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dt b {
    font-size: 40px;
  }
}
#lp_faq2 dl dt span {
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dt span {
    padding-top: 17px;
  }
}
#lp_faq2 dl dt i {
  margin-top: 6px;
  height: 30px;
  display: block;
  background: url(../images/acc_open.svg) no-repeat right top/30px;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dt i {
    margin-top: 11px;
  }
}
#lp_faq2 dl dt.open i {
  background-image: url(../images/acc_close.svg);
}
#lp_faq2 dl dd {
  display: none;
}
#lp_faq2 dl dd > div {
  display: grid;
  grid-template-columns: 55px 1fr;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dd > div {
    grid-template-columns: 75px 1fr;
  }
}
#lp_faq2 dl dd b {
  font-size: 32px;
  font-weight: 400;
  color: #C1C1C1;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dd b {
    font-size: 40px;
  }
}
#lp_faq2 dl dd span {
  display: block;
  padding: 15px 40px 0 0;
}
@media screen and (min-width: 767.1px), print {
  #lp_faq2 dl dd span {
    padding: 17px 40px 0 0;
  }
}

/*------------------------------------------*/
footer {
  text-align: center;
  background: #fff;
}
footer .logo {
  padding: 20px 30px;
}
@media screen and (min-width: 767.1px), print {
  footer .logo {
    padding: 30px;
  }
}
footer img {
  width: 320px;
}
@media screen and (min-width: 767.1px), print {
  footer img {
    width: 423px;
  }
}
footer ul {
  background: #DEDEDE;
  margin: 0;
  padding: 20px 20px 95px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
}
@media screen and (min-width: 767.1px), print {
  footer ul {
    padding: 10px 0;
    gap: 60px;
  }
}
footer ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*//*# sourceMappingURL=common.css.map */