.c-mv {
  padding: 65px 0px 0px !important;
}

.c-mvWrap .mv-swiper {
  bottom: -155px;
}

@media screen and (max-width:767px) {
  .c-mvWrap .mv-swiper {
    bottom: -65px;
  } 
}

.c-mvWrap .c-mv .c-mv__imgWrap {
  top: 15px;
}

.c-mv__note {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 8px 9px;
  background: #FEFB00;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
}

.c-mv__note.pc {
  display: inline-block !important;
}

.c-mv__note span {
  display: inline-block;
  background: #FEFB00;
  padding: 8px 8.5px;
}

.c-mv__note span + br + span {
  margin: 2px 0 0;
}


@media screen and (max-width:767px) {
  .c-mv__note {
    background: none;
  }

  .c-mv__note.pc {
    display: none !important;
  }
}

.c-mv__heading {
  margin: 15px 0px 9px !important;
  font-size: 40px;
}

@media screen and (max-width:767px) {
  .c-mv__heading {
    font-size: 2.8rem;
  }
}

.c-mv__btnWrap-sp {
  margin: -5px auto 0;
  color: #fff;
  background: #1A97F2;
}

.c-reasonWrap {
  margin: 130px 0 0;
}

@media screen and (max-width:767px) {
  .c-reasonWrap {
    margin: -20px 0 0;
  }
}

.c-balloon {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0 10px;
  width: 438px;
  padding: 10px;
  margin: 20px auto 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}

.c-balloon.pc {
  display: flex !important;
}

.c-balloon::before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 14px;
  height: 7px;
  background: url('/lp/assets/images/icon/balloon_deco.png') no-repeat center / 100% 100%;
  content: '';
  transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  .c-balloon {
    width: 330px;
    margin: -40px auto 0;
    padding: 10px 0 5px;
    border-width: 2px;
  }

  .c-balloon.pc {
    display: none !important;
  }
}

.balloon-img img {
  width: 129px;
}

@media screen and (max-width:767px) {
  .balloon-contents {
    width: 100%;
  }
}

.balloon-note {
  text-align: center;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.balloon-note sup {
  position: relative;
  top: -5px;
  font-size: 8px;
}

.balloon-button {
  cursor: pointer;
}

.balloon-title {
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  font-weight: 900;
  color: #FB3A01;
  letter-spacing: 0;
  font-size: 22px;
  margin: -5px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.balloon-title .narrow {
  margin-left: -5px;
}

.balloon-title .num {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
}

@media screen and (max-width:767px) {
  .balloon-title {
    font-size: 23px;
    margin: 0;
  }
}

.balloon-text-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .balloon-text-wrap {
    margin: 5px 0 0;
    padding: 0 25px;
  }
}

.balloon-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
}

.balloon-button {
  background: none;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}

.c-mv__btnWrap {
  background-color: #1A97F2 !important;
  color: #fff;
  width: 480px;
  margin-top: -10px !important;
}

.c-mv__btnWrap:hover {
  background-color: #fffb00 !important;
  color: #000;
}

.c-mv__btn-text {
  font-size: 18px !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  background: #717171;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.modal__container {
  position: relative;
  width: 680px;
  margin: auto;
}

.modal__close {
  position: absolute;
  top: 0;
  right: -48px;
}

.modal__close img {
  width: 29px;
}

.modal__inner {
  border-radius: 20px;
  background: #fff;
  height: 680px;
  padding: 70px 80px;
}

@media screen and (max-width:767px) {
  .modal__container {
    width: 100%;
    margin: 25px 20px;
    padding: 35px 0 0;
  }

  .modal__close {
    right: 0;
  }

  .modal__close img {
    width: 24px;
  }

  .modal__inner {
    padding: 40px;
    height: calc(100dvh - 120px);
  }
}

.modal .contents + .contents {
  margin: 40px 0 0;
}

.modal .ttl {
  background: #8AD34A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.modal .ttl + .txt {
  margin: 20px 0 0;
}

.modal .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.025em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.modal .numList {
  margin: 15px 0 0;
  counter-reset: listnum;
}

.modal .numList__item {
  display: flex;
}

.modal .numList__item::before {
  counter-increment: listnum;
	content: counter(listnum) ".";
  line-height: 2.25;
}

.modal .numList__item .txt {
  margin: 0 0 0 15px;
}

.modal .simplebar-track.simplebar-vertical {
  top: 20px;
  right: 4px;
  bottom: 20px;
  width: 6px;
}

.modal .simplebar-scrollbar::before {
  opacity: 1 !important;
  right: 0;
  left: 0;
  background: #FEE48B;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-nav-bottom {
  gap: 0;
  justify-content: center;
}

.c-nav-bottom .c-nav-bottom__text {
  font-size: clamp(10px, 1.25vw, 20px);
}

.c-nav-bottom .c-nav__btnWrap {
  margin: 0 0 0 35px;
}

.c-nav-bottom .c-nav__btnWrap .c-btn1 {
  color: #fff;
  background: #1A97F2;
}

.c-nav-bottom .c-nav__btnWrap .c-btn1:hover {
  color: #000;
  background: #fffb00;
}

.c-nav-bottom__balloon {
  position: relative;
  border: 2px solid #000;
  background: #fff;
  width: 360px;
  margin: 0 0 0 -25px;
  padding: 10px;
  gap: 0 5px;
}

.c-nav-bottom__balloon::before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 7px;
  height: 14px;
  background: url(/lp/assets/images/icon/balloon_deco_side.png) no-repeat center / 100% 100%;
  content: '';
  transform: translateY(-50%);
}

.c-nav-bottom__balloon.pc {
  display: flex !important;
}

.c-nav-bottom .balloon-img img {
  width: 86px;
}

.c-nav-bottom .balloon-note {
  font-size: 12px;
  text-align: left;
}

.c-nav-bottom .balloon-title {
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.c-nav-bottom .balloon-title .num {
  font-size: 24px;
}

.c-nav-bottom .balloon-text-wrap.pc {
  display: flex !important;
}

@media (max-width: 767px) {
  .c-nav-bottom {
    padding: 10px;
  }

  .c-nav-bottom .c-nav__btnWrap {
    width: 100%;
    margin: 0;
  }

  .c-nav-bottom__balloon {
    position: absolute;
    top: -15px;
    z-index: 1;
    height: 28px;
    padding: 0 5px;
    margin: 0;
    
  }

  .c-nav-bottom__balloon.pc {
    display: none !important;
  }

  .c-nav-bottom__balloon::before {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -5px;
    width: 14px;
    height: 7px;
    background: url(/lp/assets/images/icon/balloon_deco.png) no-repeat center / 100% 100%;
    content: '';
    transform: translateX(-50%);
  }

  .c-nav-bottom .balloon-contents {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .c-nav-bottom .balloon-note {
    font-size: 11px;
  }

  .c-nav-bottom .balloon-title {
    font-size: 11px;
  }

  .c-nav-bottom .balloon-title .num {
    font-size: 16px;
  }

  .c-nav-bottom .balloon-text-wrap.pc {
    display: none !important;
  }
}


.c-askWrap .c-balloon {
  margin: 0 auto;
}

.c-askWrap .c-ask .c-btnWrap .c-btn1 {
  color: #fff;
  background: #1A97F2;
}

.c-askWrap .c-ask .c-btnWrap .c-btn1:hover {
  color: #000;
  background: #fffb00;
}

@media (min-width: 768px) {
  .c-askWrap .c-balloon {
    width: 547px;
    gap: 0 15px;
    margin: -40px auto 0;
  }

  .c-askWrap .balloon-note {
    font-size: 17px;
  }

  .c-askWrap .balloon-title {
    font-size: 29px;
  }

  .c-askWrap .balloon-title .num {
    font-size: 49px;
  }

  .c-askWrap .balloon-text {
    font-size: 11px;
  }

  .c-askWrap .balloon-img img {
    width: 147px;
  }
}

@media (min-width: 768px) {
  .c-askWrap .c-ask .c-btnWrap {
    margin: -10px auto 0;
  }
}

@media (max-width: 767px) {
  .c-askWrap .c-ask {
    margin: 0 0 0 16px;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  
  .c-askWrap .c-ask .c-ask__heading {
    padding-left: 60px;
    font-size: 2rem;
  }
  
  .c-askWrap .c-ask .c-btnWrap {
    margin: -5px 16px 0;
  }
  
  .c-askWrap .c-ask__img {
    width: 78px;
  }
  
  .c-askWrap .c-ask .c-ask__text {
    margin: 10px auto 0px;
  }
  
  .c-askWrap .c-ask .c-ask__text .c-ask__text-right {
    text-align: center;
    margin-top: 5px;
  }
}

.c-contact__typography img {
  width: 731px;
}

@media (max-width: 767px) {
  .c-contact__typography img {
    width: 380px;
  }
}

.c-contact__title {
  margin: 15px 0 0;
  font-size: 4.6rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .c-contact__title {
    margin: 5px 0 0;
    font-size: 2.4rem;
  }
}