@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
body {
  background: #fff !important;
}

p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width:1023px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

.lev2-tit {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width:1023px) {
  .lev2-tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .lev2-tit {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

/*================================

header

=================================*/
.header {
  height: 100px;
  padding: 0 35px 0 132px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
}
.header-logo {
  width: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-logo__img {
  width: 115px;
  display: block;
}
.header-logo__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.header-btn {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .header-btn {
    gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .header-btn {
    display: none;
  }
}
.header-btn-tel {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  color: #000 !important;
}
@media screen and (max-width: 1250px) {
  .header-btn-tel__num {
    font-size: 29px !important;
  }
}
.header-btn-mail {
  width: auto !important;
  height: 61px !important;
  padding: 0 35px;
  font-size: 20px !important;
}
@media screen and (max-width: 1250px) {
  .header-btn-mail {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1080px) {
  .floating {
    display: none;
  }
}

/*================================

mv

=================================*/
.subsidy-mv {
  height: auto;
  padding: 154px 0 150px;
  background: url(../img/subsidy_mv.png) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .subsidy-mv {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .subsidy-mv {
    padding: 150px 0 100px;
  }
}
.subsidy-mv__text {
  padding: 16px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.subsidy-mv-inner {
  max-width: 1360px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .subsidy-mv-inner {
    gap: 55px;
  }
}
@media screen and (min-width: 1500px) {
  .subsidy-mv-inner {
    gap: 105px;
  }
}
@media screen and (max-width: 1199px) {
  .subsidy-mv-inner {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px;
  }
}
.subsidy-mv__text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .subsidy-mv__text {
    line-height: 1.3;
  }
}

.subsidy-mv-main {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .subsidy-mv-main {
    width: 566px;
    padding-top: 30px;
  }
}
.subsidy-mv-main__info {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 107px;
  height: 107px;
  text-align: center;
  background-color: #061E44;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-130%);
}
@media screen and (min-width: 1200px) {
  .subsidy-mv-main__info {
    top: 0;
    transform: translateY(-120%);
    left: 0;
  }
}
@media screen and (min-width: 1630px) {
  .subsidy-mv-main__info {
    top: 30px;
    left: 0;
    transform: translateX(-130%);
  }
}
@media screen and (max-width: 767px) {
  .subsidy-mv-main__info {
    top: 0;
    transform: translateY(-120%);
    left: 0;
  }
}
.subsidy-mv-main__info::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 12px solid #061E44;
  transform: rotate(-45deg);
  z-index: 1;
}
.subsidy-mv-main__text {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: bold;
  color: #061E44;
}
@media screen and (max-width: 767px) {
  .subsidy-mv-main__text {
    font-size: 20px;
  }
}
.subsidy-mv-main__text--lg {
  margin: 0 5px;
  padding: 7px 12px;
  border-radius: 5px;
  color: #fff;
  background: #061E44;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .subsidy-mv-main__text--lg {
    margin: 0 3px;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 2.5;
  }
}
.subsidy-mv-main__text--img {
  width: 100%;
  margin: 50px 0 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .subsidy-mv-main__text--img {
    margin: 20px 0;
  }
}
.subsidy-mv-main__point {
  width: 100%;
}

.subsidy-mv-form {
  max-width: 100%;
}
@media screen and (min-width: 1500px) {
  .subsidy-mv-form {
    width: 668px;
  }
}

.subsidy-mv-form-limit {
  width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .subsidy-mv-form-limit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .subsidy-mv-form-limit {
    width: 95%;
    margin: 0 auto;
    align-items: flex-end;
  }
}
.subsidy-mv-form-limit__deco {
  width: 91px;
}
.subsidy-mv-form-limit__text {
  /*padding: 15px 20px 15px 35px;*/
  padding: 15px 15px 15px 27px;
  border-radius: 10px;
  background: #061E44;
  color: #fff;
  line-height: 1.9;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .subsidy-mv-form-limit__text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subsidy-mv-form-limit__text {
    padding: 15px 10px;
  }
}
.subsidy-mv-form-limit__text::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0px;
  width: 25px;
  height: 12px;
  background-color: #061E44;
  transform: skewX(70deg);
}
@media screen and (max-width: 767px) {
  .subsidy-mv-form-limit__text::after {
    bottom: 14px;
  }
}
.subsidy-mv-form-limit__text--lg {
  font-size: 20px;
  font-weight: bold;
}
.subsidy-mv-form-limit__text--dots {
  position: relative;
  font-weight: bold;
}
.subsidy-mv-form-limit__text--dots::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.subsidy-mv-form-limit__text--jp {
  letter-spacing: -6px;
}
.subsidy-mv-form-limit__text--en {
  letter-spacing: -4px;
}

.subsidy-mv-form-box {
  padding: 37px 20px 22px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}
.subsidy-mv-form-box__tit {
  margin-bottom: 20px;
  font-weight: bold;
}
.subsidy-mv-form-box__tit--lg {
  background: linear-gradient(90deg, #FF8B48 0%, #F45A01 100%);
  font-size: 40px;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 3px;
}
.subsidy-mv-form-box__text {
  margin-bottom: 32px;
  line-height: 1.5;
}

.subsidy-mv-form-box-select {
  margin-bottom: 20px !important;
  border-bottom: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .subsidy-mv-form-box-select {
    display: block;
  }
}
.subsidy-mv-form-box-select select {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: #fff !important;
}
.subsidy-mv-form-box-select__text {
  width: 377px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .subsidy-mv-form-box-select__text {
    width: 100% !important;
  }
}

.subsidy-mv-form-box-btn {
  width: 185px;
  height: 42px;
  padding: 0 14px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #FF8B48 0%, #F45A01 100%);
  border-radius: 60px;
  transition: all 0.3s;
  position: relative;
}
.subsidy-mv-form-box-btn:hover {
  opacity: 0.8;
}
.subsidy-mv-form-box-btn__free {
  padding: 5px 13px;
  background: #fff;
  color: #F45A01;
  border-radius: 60px;
  font-size: 14px;
}

/*================================

review

=================================*/
.review__tit {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review__tit::after {
  content: "";
  width: 250px;
  height: 1px;
  background: #ccc;
}

.review-inner {
  max-width: 1070px;
  width: 90%;
  margin: 0 auto;
}
.review-inner .review-box {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .review-inner .review-box {
    padding-top: 20px;
  }
}

/*================================

dr-subsidy-start

=================================*/
.dr-subsidy-start {
  max-width: 1402px;
  width: 90%;
  margin: 200px auto 203px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-start {
    margin: 100px auto;
  }
}
.dr-subsidy-start__tit {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-start__tit {
    gap: 10px;
    line-height: 1.2;
  }
}
.dr-subsidy-start__tit--main {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(255, 139, 72) 0%, rgb(244, 90, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-start__tit--main {
    font-size: 24px;
    text-align: center;
  }
}

.dr-subsidy-about {
  max-width: 1096px;
  width: 90%;
  margin: 0 auto 93px;
  padding: 49px 40px 35px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-about {
    padding: 30px 20px;
    border-radius: 15px;
  }
}
.dr-subsidy-about__tit {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-about__tit {
    font-size: 22px;
    flex-direction: column;
  }
}
.dr-subsidy-about__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(246, 100, 15, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-subsidy-about__icon--img {
  width: 32px;
}
.dr-subsidy-about__text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.8;
}
.dr-subsidy-about__text--point {
  font-size: 24px;
  font-weight: bold;
  color: #F6640F;
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}

.dr-subsidy-chance {
  margin-bottom: 28px;
  padding: 32px 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(255, 139, 72, 0.2) 0%, rgba(244, 90, 1, 0.2) 100%);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-chance {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
}
.dr-subsidy-chance__icon {
  width: 24px;
}
.dr-subsidy-chance__tit {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-chance__tit {
    font-size: 16px;
  }
}
.dr-subsidy-chance__tit--point {
  margin-bottom: 10px;
  color: #F6640F;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-chance__tit--point {
    display: inline;
  }
}
.dr-subsidy-chance__text {
  font-size: 16px;
}

.dr-subsidy-period {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-period {
    flex-direction: column;
    gap: 10px;
  }
}
.dr-subsidy-period__text {
  line-height: 1.2;
}

.dr-subsidy-merit {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-merit {
    font-size: 24px;
    line-height: 1.5;
  }
}
.dr-subsidy-merit__sub {
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 18px;
  background: #061E44;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-merit__sub {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.dr-subsidy-point {
  padding: 48px 48px 67px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.35), 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .dr-subsidy-point {
    padding: 48px 15px 67px;
    border-radius: 16px;
  }
}
.dr-subsidy-point__tit {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-point__tit {
    font-size: 20px;
    line-height: 1.5;
  }
}
.dr-subsidy-point__tit--icon {
  width: 32px;
}

.dr-subsidy-system {
  padding: 25px 25px 16px;
  margin-bottom: 11px;
  border-radius: 16px;
  background: rgba(246, 100, 15, 0.1);
}
@media screen and (max-width: 767px) {
  .dr-subsidy-system {
    padding: 25px 20px;
  }
}
.dr-subsidy-system-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-system-inner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
.dr-subsidy-system__icon {
  width: 24px;
}
.dr-subsidy-system__tit {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
}
.dr-subsidy-system__text {
  margin-bottom: 17px;
  font-size: 16px;
}
.dr-subsidy-system__text--point {
  font-size: 24px;
  background: linear-gradient(90deg, rgb(255, 139, 72) 0%, rgb(244, 90, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-system__text--point {
    font-size: 20px;
    line-height: 1.5;
  }
}
.dr-subsidy-system__text--sm {
  font-size: 14px;
}
.dr-subsidy-system__content {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.dr-subsidy-system-point {
  margin-bottom: 23px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-system-point {
    padding: 20px;
    font-size: 16px;
  }
}
.dr-subsidy-system-point__sm {
  font-size: 14px;
  display: block;
}

.dr-subsidy-yellow-wrap {
  border-radius: 16px;
  border: 1px solid #FFF085;
  background: #FEFCE8;
}

.dr-subsidy-simulation {
  max-width: 1231px;
  width: 90%;
  margin: 0 auto;
  padding-top: 57px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-simulation {
    width: 100%;
  }
}
.dr-subsidy-simulation-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.dr-subsidy-simulation__tit {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-simulation__tit {
    font-size: 24px;
    line-height: 2;
  }
}
.dr-subsidy-simulation__tit--sub {
  font-size: 20px;
  color: #4A5565;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-simulation__tit--sub {
    font-size: 16px;
    line-height: 1.5;
  }
}
.dr-subsidy-simulation__deco {
  width: 168px;
  padding: 10px;
  margin: 0 auto;
  color: #193CB8;
  background: #DBEAFE;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.dr-subsidy-simulation__deco--icon {
  width: 20px;
}
.dr-subsidy-simulation__img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.dr-subsidy-simulation__text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-simulation__text {
    line-height: 1.5;
  }
}
.dr-subsidy-simulation__point {
  padding: 26px;
  font-size: 16px;
  line-height: 1.5;
}
.dr-subsidy-simulation__point--color {
  font-weight: bold;
  color: #F45A01;
}

/*================================

features

=================================*/
.features {
  max-width: 1280px;
  width: 90%;
  margin: 186px auto 60px;
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: 100px;
  }
}
.features-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .features-list {
    gap: 20px 0;
  }
}
.features__point {
  margin-bottom: 10px;
  padding: 20px 0;
  border-radius: 5px;
  color: #fff;
  background: #061E44;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .features__point {
    width: 1042px;
    max-width: 100%;
    margin: 0 auto 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .features__point {
    line-height: 1.5;
  }
}
.features__attention {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .features__attention {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .features__attention {
    line-height: 1.5;
  }
}

.features-list-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .features-list-item {
    width: calc((100% - 80px) / 3);
  }
}
.features-list-item__img {
  width: 100%;
  margin-bottom: 14px;
}
.features-list-item__tit {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.features-list-item__text {
  font-size: 16px;
  line-height: 1.7;
}
.features-list-item__text--sm {
  font-size: 13px;
}

/*================================

case

=================================*/
.case {
  max-width: 1240px;
  width: 90%;
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .case {
    margin-bottom: 60px;
  }
}
.case-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.case-table {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .case-table {
    width: 50%;
  }
}
.case-table__tit {
  padding: 14px 0;
  background: #061E44;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-table__tit {
    font-size: 20px;
  }
}

.case-table-item {
  padding: 20px 10px;
  text-align: center;
  height: calc((100% - 52px) / 2);
}
.case-table-item__price {
  margin-bottom: 30px;
  color: #206ADA;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.case-table-item__price--tit {
  padding: 5px 15px;
  background: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.case-table-item__price--yen {
  font-size: 14px;
}
.case-table-item__price--arrow {
  width: 7px;
}
.case-table-item__off {
  width: 443px;
  max-width: 100%;
  margin: 0 auto 15px;
  display: block;
}
.case-table-item__text {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

.case-table-item-l-blue {
  background: #D2E4FF;
}

.case-table-item-blue {
  background: #ADCEFF;
}

/*================================

cta

=================================*/
.cta {
  padding: 144px 0 99px;
  background: url(../img/cta_bg.png) no-repeat;
  background-size: cover;
}
.cta-inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0 30px 32px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.cta__tit {
  margin-top: -50%;
  margin-bottom: 35px;
  padding: 30px 25px;
  display: inline-block;
  background: #061E44;
  color: #fff;
  font-size: 24px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .cta__tit {
    margin-bottom: 20px;
    padding: 15px 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.cta__tit--lg {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta__tit--lg {
    font-size: 30px;
    line-height: 1.5;
  }
}
.cta__sub-tit {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta__sub-tit {
    font-size: 20px;
    line-height: 1.5;
  }
}
.cta__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cta__text {
    font-size: 18px;
    line-height: 1.5;
  }
}
.cta-list {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.cta-list-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cta-list-item {
    width: calc((100% - 40px) / 2);
  }
}
.cta-list-item__tit {
  margin-bottom: 10px;
  font-size: 16px;
}

.cta-btn {
  width: 100%;
  height: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #FF8B48 0%, #F45A01 100%);
  border-radius: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    height: 80px;
    font-size: 18px;
  }
}
.cta-btn__icon {
  width: 25px;
}
.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn-tel__icon {
  width: 38px;
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .cta-btn-tel__icon {
    width: 30px;
  }
}
.cta-btn-tel__wrap {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.cta-btn-tel__num {
  margin-top: 22px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Yantramanav", sans-serif;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cta-btn-tel__num {
    margin-top: 16px;
    font-size: 34px;
  }
}
.cta-btn-tel__text {
  font-weight: normal;
  font-size: 11px;
}

.voice-cta {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .voice-cta {
    margin-bottom: 100px;
  }
}

.footer-cta .cta {
  padding-bottom: 0;
  background: none;
}

/*================================

estimate

=================================*/
@media screen and (min-width: 1024px) {
  #wpcf7-f197-o1 {
    width: calc(100% - (40% - 20px));
  }
}

.estimate {
  max-width: 1350px;
  width: 90%;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .estimate {
    margin-top: 100px;
    flex-wrap: nowrap;
  }
}

.estimate-main {
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .estimate-main {
    max-width: 730px;
    width: 100%;
  }
}
.estimate-main__tit {
  text-align: left;
}
.estimate-main__text {
  margin-bottom: 10px;
  line-height: 1.5;
}
.estimate-main__text-red {
  margin-bottom: 40px;
  font-size: 14px;
  color: #DD1E1E;
}

.estimate-main-step {
  margin-top: 100px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) and (max-width:1023px) {
  .estimate-main-step {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .estimate-main-step {
    margin: 0 auto 60px;
    font-size: 14px;
  }
}
.estimate-main-step__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .estimate-main-step__item {
    text-align: center;
  }
}
.estimate-main-step__item::before {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-bottom: 6px;
  content: "";
  border-radius: 50%;
  background-color: #ccc;
}
.estimate-main-step__item:not(:last-of-type)::after {
  position: absolute;
  top: 14.5px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  content: "";
}
.estimate-main-step__item--current::before {
  background-color: #FD833D;
}

.estimate-side {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .estimate-side {
    max-width: 580px;
    width: calc(100% - (60% - 20px));
    padding: 40px;
  }
}
.estimate-side__tit {
  margin-bottom: 10px;
  font-weight: bold;
}
.estimate-side__text {
  margin-bottom: 15px;
  line-height: 1.3;
}
.estimate-side__text-sm {
  font-size: 14px;
  line-height: 1.3;
}
.estimate-side__img {
  width: 100%;
}

.estimate-amazon {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.estimate-sim {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.estimate-sim-img {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.estimate-sim-img__item {
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .estimate-sim-img__item {
    width: calc((100% - 7px) / 2);
  }
}

.estimate-form__tit {
  margin-bottom: 13px;
  font-weight: bold;
  display: flex;
  gap: 5px;
}
.estimate-form__tit--must {
  color: #DD1E1E;
}
.estimate-form__text {
  width: 100%;
  margin-bottom: 40px;
}
.estimate-form__text input {
  width: 100%;
  padding: 14px 20px;
  border: none;
  background: #F5F5F5;
  display: block;
}
.estimate-form__text select {
  width: 100%;
  padding: 14px 20px;
  border: none;
  background: #F5F5F5;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/icon_arrow_black.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 9px;
}
.estimate-form__text select::-ms-expand {
  display: none;
}

.estimate-select {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.entry-btn {
  width: 326px;
  max-width: 100%;
  height: 70px !important;
  transition: 0.3s;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
  position: relative;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .entry-btn {
    padding: 15px 15px 15px 40px;
  }
}
.entry-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .entry-btn .bottom-arrow {
    margin-right: 20px;
  }
}
.entry-btn .confirm_button {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .entry-btn .confirm_button {
    font-size: 20px;
  }
}
.entry-btn .wpcf7-spinner {
  display: none;
}

.confirm .wpcf7-submit {
  height: 45px;
  border: none;
  color: #fff;
}
.confirm .wpcf7-submit:hover {
  opacity: 0.8;
  color: #fff;
  background: #F77427;
}

.form-top-btn {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .voice {
    padding-top: 50px;
  }
}

.support {
  background: #fff;
}

.step {
  background: #fff;
}

/*================================

amazon-campaign

=================================*/
.amazon-campaign {
  padding-top: 84px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .amazon-campaign {
    padding-top: 50px;
  }
}
.amazon-campaign__img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

/*================================

interview

=================================*/
.interview {
  width: 1407px;
  max-width: 90%;
  margin: 105px auto 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .interview {
    margin-top: 80px;
  }
}

.interview-list {
  display: flex;
  justify-content: space-between;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .interview-list {
    flex-direction: column;
  }
}

.interview-list-item__text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .interview-list-item__text {
    font-size: 16px;
  }
}

.interview-list-item-img {
  height: 395px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width:1023px) {
  .interview-list-item-img {
    height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .interview-list-item-img {
    height: 195px;
  }
}
.interview-list-item-img__link {
  width: 100%;
  height: 100%;
}

/*================================

kanagawa

=================================*/
.dr-subsidy-about-kanagawa {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.dr-subsidy-chance-kanagawa {
  background: #FFF3EC;
  color: #1B2B5E;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .dr-subsidy-chance-kanagawa {
    font-size: 16px;
  }
}

.dr-subsidy-period-kanagawa {
  font-size: 14px;
  color: #6A7282;
}

.dr-subsidy-merit-kanagawa {
  color: #1B2B5E;
}
.dr-subsidy-merit-kanagawa__sub {
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 60px;
}

.dr-subsidy-point-kanagawa {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .dr-subsidy-point-kanagawa {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}

.dr-subsidy-point-kanagawa-inner {
  padding: 32px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .dr-subsidy-point-kanagawa-inner {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .dr-subsidy-point-kanagawa-inner {
    padding: 32px 15px;
  }
}
.dr-subsidy-point-kanagawa-inner__tit {
  margin-bottom: 33.5px;
  color: #1B2B5E;
  font-size: 20px;
  font-weight: bold;
}
.dr-subsidy-point-kanagawa-inner__tit--deco {
  margin-right: 10px;
  color: #E8692A;
  font-size: 24px;
}

.dr-subsidy-point-kanagawa-inner-basic {
  margin-bottom: 20px;
}
.dr-subsidy-point-kanagawa-inner-basic__tit {
  margin-bottom: 10px;
}
.dr-subsidy-point-kanagawa-inner-basic__tit:last-of-type {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}
.dr-subsidy-point-kanagawa-inner-basic__text {
  font-size: 36px;
  font-weight: bold;
  color: #E8692A;
}

.dr-subsidy-point-kanagawa-inner-attention {
  padding: 20px;
  color: #fff;
  background: #E8692A;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 10px;
}
.dr-subsidy-point-kanagawa-inner-attention__icon {
  width: 27px;
}
.dr-subsidy-point-kanagawa-inner-attention__text {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width:1023px) {
  .dr-subsidy-point-kanagawa-ex {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dr-subsidy-point-kanagawa-ex {
    margin-top: 20px;
  }
}
.dr-subsidy-point-kanagawa-ex__text {
  margin-top: 20px;
  font-size: 14px;
  color: #6A7282;
  line-height: 1.5;
}

.dr-subsidy-point-kanagawa-ex-table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.dr-subsidy-point-kanagawa-ex-table__tit {
  padding-bottom: 15px;
  border-bottom: 2px solid #1B2B5E;
  font-weight: bold;
  color: #1B2B5E;
  text-align: left;
}
.dr-subsidy-point-kanagawa-ex-table__text {
  padding: 15px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  line-height: 1.5;
  vertical-align: middle;
}
.dr-subsidy-point-kanagawa-ex-table__city {
  font-weight: bold;
}

.dr-subsidy-simulation-kanagawa {
  border-top: none;
}
.dr-subsidy-simulation-kanagawa__text {
  font-weight: normal;
}

.dr-subsidy-simulation__sub-tit {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #1B2B5E;
  text-align: center;
}
/*# sourceMappingURL=subsidy.css.map */