.top-mv {
  height: 596px;
  background: #fff5bc;
  overflow: hidden;
}
.top-mv__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top-mv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 135px);
  display: block;
  width: 540px;
  height: 437px;
  background: url(../img/top/mv-illust.png) center/contain no-repeat;
  margin: auto;
  transform: translateY(-5%);
}
.top-mv__txt {
  padding-top: 3px;
}
.top-mv__ttl {
  transform: translateX(-28px);
}
.top-mv__catch {
  font: 700 28.5px "GenJyuuGothic";
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 33px;
}
.top-mv__catch em {
  background: radial-gradient(circle at center, #f79904 0.125em, transparent 0.125em) top left/1.02em 0.25em repeat-x;
  padding-top: 0.3em;
}

.top-feature {
  background: #fffceb;
  overflow: hidden;
  padding: 71px 0 79px;
}
.top-feature__list {
  display: flex;
  gap: 4.25%;
}

.top-feature-item {
  position: relative;
  flex: 1;
  padding: 0 0 199px;
}
.top-feature-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 150px;
  max-width: 100%;
  height: 200px;
  background: center bottom/100% auto no-repeat;
  margin: auto;
}
.top-feature-item:nth-child(1)::after {
  background-image: url(../img/top/feature01.png);
}
.top-feature-item:nth-child(2)::after {
  background-image: url(../img/top/feature02.png);
}
.top-feature-item:nth-child(3)::after {
  background-image: url(../img/top/feature03.png);
}
.top-feature-item__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 116px;
  background-color: #fff;
  border: solid 3px #111;
  border-radius: 13px;
  font: 700 18px "GenJyuuGothic";
  line-height: 1.6;
  text-align: center;
}
.top-feature-item__balloon em {
  font-size: 24px;
  background: linear-gradient(to top, transparent 15%, #ffd800 15%, #ffd800 35%, transparent 35%) 100%;
}
.top-feature-item__balloon::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -34px;
  display: block;
  width: 39px;
  height: 37px;
  background: url(../img/top/accent.png) center/contain no-repeat;
}
.top-feature-item__balloon::after {
  content: "";
  position: absolute;
  bottom: -12.5px;
  left: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background: #fff;
  border: solid 3px #111;
  border-radius: 5px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: rotateZ(45deg) skew(10deg, 10deg);
  margin: auto;
}

.top-news {
  padding: 89px 0 90px;
}
.top-news__box {
  background: url(../img/top/news-bg.png) center top -3px/1200px auto repeat;
  border: solid 3px #111;
  border-radius: 20px;
  padding: 0 20px 57.5px;
}
.top-news .c-sec-ttl {
  margin-top: -130px;
}
.top-news .c-sec-ttl__icon {
  margin-bottom: 10px;
}
.top-news .c-sec-ttl__ja {
  font-size: 54px;
}
.top-news .c-sec-ttl__en {
  color: #f76b04;
  font-size: 24px;
  margin-top: 3px;
}
.top-news__ttl {
  font: 700 30px "GenJyuuGothic";
  line-height: 1.5;
  margin-top: 28px;
  text-align: center;
  text-shadow: -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff, -3px 0 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, 0 3px 1px #fff, -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff, -3px 0 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, 0 3px 1px #fff;
}
.top-news__detail {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-top: 20px;
  text-align: center;
}

.top-estimate {
  background: #fff5bc;
  padding: 57px 0 86px;
}
.top-estimate .c-sec-ttl__icon {
  margin-bottom: 3px;
}
.top-estimate .c-sec-ttl__en {
  color: #f76b04;
  margin-top: 3px;
}
.top-estimate__box {
  position: relative;
  background: #fff;
  border: solid 3px #000;
  border-radius: 20px;
  box-shadow: inset 0 0 0 9px #f79904, inset 0 26px 0 rgba(247, 153, 4, 0.5);
  margin-top: 33px;
  padding: 48px 97px 50px;
}
.top-estimate__box::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: block;
  width: 254px;
  height: 41px;
  background: url(../img/top/clip.png) center/contain no-repeat;
  margin: auto;
}
.top-estimate__info {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.top-estimate__tab-list {
  display: flex;
  margin-top: 24px;
}
.top-estimate__tab {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  background: none;
  color: #111;
  font: 700 26px "GenJyuuGothic";
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: 0.2s;
  z-index: 0;
  cursor: pointer;
}
.top-estimate__tab img {
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 17px;
}
.top-estimate__tab::before, .top-estimate__tab::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 75%;
  height: calc(100% + 0.5px);
  background: #cacaca;
  border-radius: 5px 5px 0 0;
  transition: 0.2s;
  transform-origin: bottom;
  z-index: -1;
}
.top-estimate__tab::before {
  left: 0;
  transform: skewX(-14deg);
}
.top-estimate__tab::after {
  right: 0;
  transform: skewX(14deg);
}
.top-estimate__tab.active {
  color: #fff;
  cursor: auto;
}
.top-estimate__tab.active::before, .top-estimate__tab.active::after {
  background-color: #f79904;
}

.top-estimate-form {
  display: flex;
  align-items: flex-start;
  box-shadow: inset 0 0 0 30px #f79904;
  border-radius: 0 0 20px 20px;
  padding: 48px 60px 41px;
}
.top-estimate-form.solar .battery, .top-estimate-form.battery .solar {
  display: none;
}
.top-estimate-form__img {
  position: relative;
  flex: 0 0 46%;
  max-width: 400px;
  aspect-ratio: 400/210;
  border: solid 2px #111;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px 52px 0 0;
}
.top-estimate-form__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-estimate-form__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 5px #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
.top-estimate-form__txt {
  flex: 1;
  padding: 0 10px 0 0;
}
.top-estimate-form__zip {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.top-estimate-form__zip input[type=text] {
  flex: 1;
  display: block;
  height: 50px;
  background: #eaeaea;
  margin-left: 15px;
  padding: 0 16px;
}
.top-estimate-form__zip input[type=text]::-moz-placeholder {
  color: #9d9d9d;
}
.top-estimate-form__zip input[type=text]::placeholder {
  color: #9d9d9d;
}
.top-estimate-form__zip.error {
  color: #e60012;
}
.top-estimate-form__zip.error input[type=text] {
  border: solid 2px #e60012;
  border-radius: 2px;
}
.top-estimate-form__with {
  position: relative;
  margin-top: 11px;
}
.top-estimate-form__with input[type=checkbox] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  margin: 0 -1px 0 0;
  padding: 0;
}
.top-estimate-form__with span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  cursor: pointer;
}
.top-estimate-form__with span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: solid 2px #111;
  border-radius: 3px;
  margin-right: 12px;
}
.top-estimate-form__with span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid 3px #e60012;
  border-width: 0 3px 3px 0;
  opacity: 0;
  transform: rotate(47deg);
  transition: 0.2s;
}
.top-estimate-form__with input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.top-estimate-form__detail {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  margin-top: 5px;
}
.top-estimate-form .c-btn01 {
  width: 250px;
  height: 56px;
  box-shadow: 0 4px 0 #b5b6b6;
  color: #111;
  font-size: 18px;
  margin: 20px auto 0;
  padding: 0;
}
.top-estimate-form .c-btn01::after {
  right: 17px;
}
.top-estimate-form__note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 2px;
  text-align: center;
}

.top-estimate-slider {
  display: flex;
  width: 100%;
  margin-top: 75px;
  overflow: hidden;
}
.top-estimate-slider__list {
  display: flex;
  width: auto;
}
.top-estimate-slider__list:nth-child(1) {
  animation: slide-list01 120s linear -60s infinite;
}
.top-estimate-slider__list:nth-child(2) {
  animation: slide-list02 120s linear infinite;
}
.top-estimate-slider__slide {
  width: 300px;
  margin-right: 29px;
}
@keyframes slide-list01 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-list02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.top-worry {
  background: #fafafa;
  padding: 46px 0 0;
}
.top-worry .c-sec-ttl__icon {
  margin-bottom: 2px;
}
.top-worry .c-sec-ttl__en {
  color: #26a7e1;
}
.top-worry__worry {
  position: relative;
  background: url(../img/top/worry-bg.png) center bottom/673px auto no-repeat;
  z-index: 1;
}
.top-worry__worry::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: block;
  width: 372px;
  height: 250px;
  background: url(../img/top/worry-persons.png) center bottom/contain no-repeat;
  margin: auto;
  z-index: 0;
}
.top-worry__worry-list {
  position: relative;
  width: 100%;
  height: 463px;
  margin-top: 45px;
  z-index: 1;
}
.top-worry__item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 323px;
  background: center/contain no-repeat;
  font: 700 16px "GenJyuuGothic";
  line-height: 1.5625;
}
.top-worry__item:nth-child(1) {
  top: 41%;
  left: 4%;
  height: 198px;
  background-image: url(../img/top/worry-balloon01.png);
  padding-bottom: 36px;
}
.top-worry__item:nth-child(2) {
  top: 0;
  left: 21.3%;
  height: 206px;
  background-image: url(../img/top/worry-balloon02.png);
  padding-bottom: 44px;
}
.top-worry__item:nth-child(3) {
  top: 0;
  right: 21.3%;
  height: 206px;
  background-image: url(../img/top/worry-balloon03.png);
  padding-bottom: 44px;
}
.top-worry__item:nth-child(4) {
  top: 41%;
  right: 4%;
  height: 198px;
  background-image: url(../img/top/worry-balloon04.png);
  padding-bottom: 36px;
}
.top-worry__solution {
  position: relative;
  background: #fca71e;
  padding: 44px 0 95px;
  z-index: 0;
}
.top-worry__solution-ttl {
  position: relative;
  background: url(../img/top/arrow.png) center top/30px 66px no-repeat;
  font: 700 40px "GenJyuuGothic";
  padding: 77px 0 0;
  text-align: center;
  text-shadow: -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff, -3px 0 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, 0 3px 1px #fff, -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff, -3px 0 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, 0 3px 1px #fff;
}
.top-worry__solution-ttl span {
  position: relative;
  font-size: 54px;
}
.top-worry__solution-ttl span::before {
  content: "";
  position: absolute;
  left: -28px;
  top: -12px;
  display: block;
  width: 35px;
  height: 31px;
  background: url(../img/top/accent.png) center/contain no-repeat;
  transform: rotateY(180deg);
}
.top-worry__solution-ttl em {
  background: radial-gradient(circle at center, #f79904 0.15em, transparent 0.15em) top left/1em 0.3em repeat-x;
  padding-top: 0.5em;
}
.top-worry__solution-list {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.top-solution-item {
  flex: 0 0 26.6666%;
  max-width: 320px;
}
.top-solution-item__head {
  display: flex;
  align-self: flex-end;
  justify-content: center;
  aspect-ratio: 320/365;
  background: center/cover no-repeat;
  padding: 0 0 14%;
}
.top-solution-item:nth-child(1) .top-solution-item__head {
  background-image: url(../img/top/solution01-bg.png);
}
.top-solution-item:nth-child(2) .top-solution-item__head {
  background-image: url(../img/top/solution02-bg.png);
}
.top-solution-item:nth-child(3) .top-solution-item__head {
  background-image: url(../img/top/solution03-bg.png);
}
.top-solution-item__ttl {
  font: 700 22px "GenJyuuGothic";
  line-height: 1.3;
  margin-top: auto;
  text-align: center;
}
.top-solution-item__ttl em {
  color: #f79904;
  font-size: 30px;
}
.top-solution-item__detail {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.65;
  margin-top: 21px;
  text-align: center;
}
.top-solution-item__detail em {
  font-size: 21px;
  font-weight: 700;
}

.top-simulation {
  padding: 47px 0 80px;
}
.top-simulation .c-sec-ttl__icon {
  margin-bottom: 7px;
}
.top-simulation .c-sec-ttl__ja {
  font-size: 40px;
}
.top-simulation .c-sec-ttl__en {
  margin-top: 9px;
}
.top-simulation__graph {
  margin-top: 75px;
}
.top-simulation__graph img {
  display: block;
  margin: 0 auto;
}

.top-merit {
  background: #fffceb;
  overflow: hidden;
  padding: 50px 0 113px;
}
.top-merit .c-sec-ttl__icon {
  margin-bottom: 2px;
}
.top-merit__list {
  margin-top: 80px;
}

.top-merit-item {
  max-width: 1124px;
  margin: 0 auto;
}
.top-merit-item:nth-child(2) {
  margin-top: 78px;
}
.top-merit-item:nth-child(3) {
  margin-top: 85px;
}
.top-merit-item__inner {
  position: relative;
  width: 67.6156%;
  background: #fff;
  border: solid 3px #111;
  border-radius: 15px;
  padding: 50px 55px 48px 40px;
}
.top-merit-item__inner::after {
  content: "";
  position: absolute;
  display: block;
  background: center/contain no-repeat;
}
.top-merit-item:nth-child(1) .top-merit-item__inner::after {
  left: calc(100% - 18px);
  bottom: -3px;
  width: 316px;
  height: 276px;
  background-image: url(../img/top/merit01.png);
}
.top-merit-item:nth-child(2n) .top-merit-item__inner {
  margin-left: auto;
  padding: 50px 30px 48px 67px;
}
.top-merit-item:nth-child(2n) .top-merit-item__inner::after {
  right: calc(100% + 31px);
  bottom: -7px;
  width: 330px;
  height: 189px;
  background-image: url(../img/top/merit02.png);
}
.top-merit-item:nth-child(3) .top-merit-item__inner::after {
  left: calc(100% - 58px);
  bottom: -24px;
  width: 350px;
  height: 296px;
  background-image: url(../img/top/merit03.png);
}
.top-merit-item__num {
  position: absolute;
  top: -37px;
  left: 39px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #f79904;
  border-radius: 50%;
  color: #fff;
  font: 700 15px "Outfit", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-top: 4px;
}
.top-merit-item__num .num {
  font-size: 28px;
}
.top-merit-item:nth-child(2n) .top-merit-item__num {
  left: 64px;
}
.top-merit-item__ttl {
  font: 700 24px "GenJyuuGothic";
  line-height: 1.5;
}
.top-merit-item__ttl em {
  background: linear-gradient(to top, transparent 5%, #ffd800 5%, #ffd800 35%, transparent 35%) 100%;
}
.top-merit-item__detail {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 14px;
}

.top-voice {
  padding: 50px 0 90px;
}
.top-voice .c-sec-ttl__icon {
  margin-bottom: 1px;
}
.top-voice__list {
  display: flex;
  gap: 3.75%;
  margin-top: 52px;
}

.top-voice-item {
  position: relative;
  flex: 1;
  padding: 39px 0 0;
}
.top-voice-item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff5bc;
  border: solid 3px #111;
  border-radius: 15px;
  padding: 97px 17px 27px;
}
.top-voice-item__inner::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  display: block;
  width: 127px;
  height: 127px;
  background: #fff5bc;
  border: solid 3px #111;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 39px, 0 39px);
  margin: auto;
}
.top-voice-item__icon {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  display: block;
  width: 111px;
  height: auto;
  margin: auto;
}
.top-voice-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 24px "GenJyuuGothic";
  line-height: 1.5;
  text-align: center;
}
.top-voice-item__detail {
  flex: 1;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 16px;
  padding: 13px 19px 19px;
}

.top-flow {
  background: #fffceb;
  overflow: hidden;
  padding: 47px 0 90px;
}
.top-flow .c-sec-ttl__icon {
  margin-bottom: 2px;
}
.top-flow__list {
  display: flex;
  gap: 3.75%;
  margin-top: 76px;
}

.top-flow-item {
  position: relative;
  flex: 1;
}
.top-flow-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 0;
  bottom: 0;
  display: block;
  width: 17px;
  height: 30px;
  background: url(../img/top/chevron.png) center/contain no-repeat;
  margin: auto;
}
.top-flow-item__inner {
  position: relative;
  height: 100%;
  background: #fff center bottom no-repeat;
  border: solid 3px #111;
  border-radius: 15px;
  padding: 26px 29px 299px;
}
.top-flow-item:nth-child(1) .top-flow-item__inner {
  background-image: url(../img/top/flow01.png);
  background-size: 246px 268px;
}
.top-flow-item:nth-child(2) .top-flow-item__inner {
  background-image: url(../img/top/flow02.png);
  background-size: 246px 268px;
}
.top-flow-item:nth-child(3) .top-flow-item__inner {
  background-image: url(../img/top/flow03.png);
  background-size: 246px 268px;
}
.top-flow-item__step {
  display: block;
  width: 125px;
  background: #ffd800;
  border-radius: 19px;
  font: 700 17px "Outfit", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: -3px;
  padding: 8px 0 6px 6px;
  text-align: center;
}
.top-flow-item__step .num {
  font-size: 26px;
}
.top-flow-item__point {
  position: absolute;
  top: -29px;
  right: -29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  background: #f79904;
  border-radius: 50%;
  color: #fff;
  font: 700 18px "GenJyuuGothic";
  line-height: 1.25;
  text-align: center;
}
.top-flow-item__point em {
  font-size: 23px;
  letter-spacing: -0.02em;
}
.top-flow-item:nth-child(3) .top-flow-item__point em {
  font-size: 22px;
}
.top-flow-item__ttl {
  font: 700 24px "GenJyuuGothic";
  line-height: 1.5;
  margin-top: 14px;
}
.top-flow-item__detail {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 13px;
}

.top-faq {
  padding: 50px 0 99px;
}
.top-faq .c-sec-ttl__icon {
  margin-bottom: 1px;
}
.top-faq__list {
  margin-top: 51px;
}

.top-faq-item {
  background: #fff5bc;
  border: solid 3px #111;
  border-radius: 15px;
  padding: 15px 27px 14px;
}
.top-faq-item + .top-faq-item {
  margin-top: 30px;
}
.top-faq-item__q {
  position: relative;
  font: 700 22px "GenJyuuGothic";
  line-height: 1.5;
  padding: 6px 60px 6px 47px;
  cursor: pointer;
  transition: 0.2s;
}
.top-faq-item__q::before {
  content: "Q";
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #f79904;
  font: 700 35px "Outfit", sans-serif;
  line-height: 1;
  margin: auto;
}
.top-faq-item__q button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 44px;
  height: 44px;
  background: #f79904;
  border-radius: 50%;
  margin: auto;
  padding: 0;
  transition: 0.2s;
}
.top-faq-item__q button::before, .top-faq-item__q button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 21px;
  height: 3px;
  background: #fff;
  margin: auto;
}
.top-faq-item__q button::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.top-faq-item__q.open button::after {
  width: 0;
}
.top-faq-item__a {
  display: none;
  background: #fff;
  margin: 12px 0 17px;
  padding: 15px 30px 14px;
}
.top-faq-item__a-ttl {
  color: #f79904;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.top-faq-item__a-detail {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .top-estimate__tab:not(.active):hover::before, .top-estimate__tab:not(.active):hover::after {
    background-color: #fff5bc;
  }
  .top-faq-item__q:hover {
    color: #f79904;
  }
  .top-faq-item__q:hover button {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1400px) {
  .top-mv__inner::after {
    width: 405px;
    height: 328px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__inner::after {
    left: calc(50% + 65px);
  }
  .top-mv__ttl {
    transform: translateX(-18px);
  }
  .top-mv__ttl img {
    width: 554px;
  }
  .top-mv__catch {
    font-size: 24px;
    padding-left: 10px;
  }
  .top-feature-item__balloon {
    font-size: 16px;
  }
  .top-feature-item__balloon em {
    font-size: 22px;
  }
  .top-feature-item__balloon::before {
    top: -25px;
    right: -24px;
    width: 31px;
    height: 30px;
  }
  .top-estimate__tab {
    font-size: 22px;
  }
  .top-estimate-form__img {
    margin-right: 30px;
  }
  .top-worry__item {
    width: 282px;
    font-size: 15px;
  }
  .top-worry__item:nth-child(2) {
    left: 18%;
  }
  .top-worry__item:nth-child(3) {
    right: 18%;
  }
  .top-worry__solution-ttl {
    font-size: 36px;
  }
  .top-worry__solution-ttl span {
    font-size: 50px;
  }
  .top-solution-item {
    flex-basis: 30%;
  }
  .top-solution-item__ttl {
    font-size: 20px;
  }
  .top-solution-item__ttl em {
    font-size: 26px;
  }
  .top-solution-item__detail {
    font-size: 15px;
  }
  .top-solution-item__detail em {
    font-size: 18px;
  }
  .top-merit-item:nth-child(2n) .top-merit-item__inner::after {
    right: calc(100% - 20px);
  }
  .top-voice__list {
    gap: 2.5%;
  }
  .top-voice-item__inner {
    padding: 97px 12px 27px;
  }
  .top-voice-item__ttl {
    font-size: 20px;
  }
  .top-voice-item__detail {
    font-size: 15px;
    padding: 15px 16px;
  }
  .top-flow-item__inner {
    padding: 26px 23px 299px;
  }
  .top-flow-item__step {
    width: 100px;
    border-radius: 15px;
    font-size: 15px;
    margin-left: -2px;
    padding: 8px 0 6px 6px;
  }
  .top-flow-item__step .num {
    font-size: 22px;
  }
  .top-flow-item__point {
    top: -34px;
    right: -24px;
    width: 100px;
    height: 100px;
    font-size: 14.4px;
  }
  .top-flow-item__point em {
    font-size: 18.4px;
  }
  .top-flow-item:nth-child(3) .top-flow-item__point em {
    font-size: 18px;
  }
  .top-flow-item__ttl {
    font-size: 22px;
  }
  .top-flow-item__detail {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-top: 13px;
  }
}
@media screen and (max-width: 959px) {
  .top-mv {
    height: 392px;
  }
  .top-mv__inner::after {
    width: 270px;
    height: 219px;
    left: calc(50% + 100px);
    transform: translateY(5%);
  }
  .top-mv__ttl {
    transform: translateX(-18px);
  }
  .top-mv__ttl img {
    width: 492px;
  }
  .top-mv__catch {
    font-size: 20px;
    padding-left: 10px;
  }
  .top-feature__list {
    gap: 3%;
  }
  .top-feature-item__balloon br.pc-only {
    display: none;
  }
  .top-estimate__box {
    padding: 48px 37px 50px;
  }
  .top-estimate-form {
    display: block;
  }
  .top-estimate-form__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top-estimate-form__txt {
    margin-top: 19px;
    padding: 0;
  }
  .top-worry__worry {
    background-size: 448px auto;
  }
  .top-worry__worry::after {
    bottom: -12px;
    width: 248px;
    height: 166px;
  }
  .top-worry__item {
    width: 282px;
    font-size: 15px;
  }
  .top-worry__item:nth-child(1) {
    left: 0;
  }
  .top-worry__item:nth-child(2) {
    left: 10%;
  }
  .top-worry__item:nth-child(3) {
    right: 10%;
  }
  .top-worry__item:nth-child(4) {
    right: 0;
  }
  .top-worry__solution-ttl {
    font-size: 36px;
  }
  .top-worry__solution-ttl span {
    font-size: 50px;
  }
  .top-solution-item {
    flex-basis: 32%;
  }
  .top-solution-item__head {
    padding-bottom: 10%;
  }
  .top-solution-item__detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .top-solution-item__detail em {
    font-size: 14px;
    font-weight: 700;
  }
  .top-simulation .c-sec-ttl br.pc-only {
    display: none;
  }
  .top-merit-item__inner {
    width: 75%;
    padding: 50px 35px 48px 20px;
  }
  .top-merit-item:nth-child(1) .top-merit-item__inner::after {
    bottom: 5px;
    width: 210px;
    height: 184px;
  }
  .top-merit-item:nth-child(2n) .top-merit-item__inner {
    padding: 50px 20px 48px 35px;
  }
  .top-merit-item:nth-child(2n) .top-merit-item__inner::after {
    bottom: 10px;
    width: 220px;
    height: 126px;
  }
  .top-merit-item:nth-child(3) .top-merit-item__inner::after {
    left: calc(100% - 30px);
    bottom: 10px;
    width: 233px;
    height: 197px;
  }
  .top-voice-item__ttl {
    font-size: 18px;
  }
  .top-voice-item__detail {
    font-size: 14px;
    line-height: 1.6071428571;
  }
  .top-flow-item:not(:first-child)::before {
    left: -8%;
    width: 11px;
    height: 20px;
  }
  .top-flow-item__inner {
    padding: 26px 14px 206px;
  }
  .top-flow-item:nth-child(1) .top-flow-item__inner {
    background-image: url(../img/top/flow01_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item:nth-child(2) .top-flow-item__inner {
    background-image: url(../img/top/flow02_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item:nth-child(3) .top-flow-item__inner {
    background-image: url(../img/top/flow03_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item__step {
    width: 95px;
    border-radius: 14.5px;
    font-size: 13px;
    margin-left: 0px;
    padding: 4px 0 6px 6px;
  }
  .top-flow-item__step .num {
    font-size: 20px;
  }
  .top-flow-item__point {
    top: -39px;
    right: -7px;
  }
  .top-flow-item__ttl {
    font-size: 19px;
    margin-top: 8px;
  }
  .top-flow-item__detail {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-top: 9px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv {
    height: 428px;
  }
  .top-mv__inner {
    display: block;
  }
  .top-mv__inner::after {
    top: unset;
    bottom: 28px;
    left: 0;
    right: 0;
    width: 301.5px;
    height: 184px;
    background-image: url(../img/top/mv-illust_sp.png);
    transform: translateX(10px);
  }
  .top-mv__txt {
    padding-top: 30.5px;
  }
  .top-mv__ttl {
    text-align: center;
    transform: translateX(-4px);
  }
  .top-mv__ttl img {
    width: 338px;
    max-width: unset;
  }
  .top-mv__catch {
    font-size: 14px;
    line-height: 1.8571428571;
    text-align: center;
    margin-top: 16px;
  }
  .top-feature {
    padding: 39px 0 42px;
  }
  .top-feature__list {
    flex-direction: column;
    gap: 29px;
  }
  .top-feature-item:nth-child(2n-1) {
    padding: 0 5px 0 96px;
  }
  .top-feature-item:nth-child(2n) {
    padding: 0 96px 0 5px;
  }
  .top-feature-item::after {
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .top-feature-item:nth-child(1)::after {
    background-image: url(../img/top/feature01_sp.png);
  }
  .top-feature-item:nth-child(2)::after {
    background-image: url(../img/top/feature02_sp.png);
  }
  .top-feature-item:nth-child(3)::after {
    background-image: url(../img/top/feature03_sp.png);
  }
  .top-feature-item:nth-child(2n-1)::after {
    right: unset;
  }
  .top-feature-item:nth-child(2n)::after {
    left: unset;
  }
  .top-feature-item__balloon {
    width: 100%;
    height: 79px;
    border-radius: 7px;
    border-width: 2px;
    font-size: 13px;
    line-height: 1.6;
  }
  .top-feature-item__balloon em {
    font-size: 17px;
  }
  .top-feature-item__balloon::before {
    top: -18px;
    right: -18px;
    display: block;
    width: 20px;
    height: 19px;
  }
  .top-feature-item__balloon::after {
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-width: 2px;
    transform: rotateZ(135deg) skew(10deg, 10deg);
  }
  .top-feature-item:nth-child(2n-1) .top-feature-item__balloon::after {
    left: -9px;
    right: unset;
  }
  .top-feature-item:nth-child(2n) .top-feature-item__balloon::before {
    right: unset;
    left: -18px;
    transform: rotateY(180deg);
  }
  .top-feature-item:nth-child(2n) .top-feature-item__balloon::after {
    left: unset;
    right: -9px;
    transform: rotateZ(-45deg) skew(10deg, 10deg);
  }
  .top-news {
    padding: 54px 0 50px;
  }
  .top-news__box {
    background: url(../img/top/news-bg_sp.png) center/cover;
    border-radius: 10px;
    border-width: 2px;
    padding-bottom: 27.5px;
  }
  .top-news .c-sec-ttl {
    margin-top: -70px;
  }
  .top-news .c-sec-ttl__icon {
    width: 42px;
    margin-bottom: 6px;
  }
  .top-news .c-sec-ttl__ja {
    font-size: 32px;
  }
  .top-news .c-sec-ttl__en {
    font-size: 14px;
    margin-top: 5px;
  }
  .top-news__ttl {
    font-size: 18px;
    margin-top: 13px;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff;
  }
  .top-news__detail {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 13px;
    text-align: left;
  }
  .top-estimate {
    padding: 30px 0 35px;
  }
  .top-estimate .c-sec-ttl__icon {
    width: 116px;
    margin-bottom: 2px;
  }
  .top-estimate .c-sec-ttl__en {
    margin-top: 4px;
  }
  .top-estimate__box {
    border-width: 2px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 4px #f79904, inset 0 12px 0 rgba(247, 153, 4, 0.5);
    margin-top: 27px;
    padding: 32px 18px 24.5px;
  }
  .top-estimate__box::before {
    top: -9px;
    width: 151px;
    height: 28px;
  }
  .top-estimate__info {
    font-size: 14px;
  }
  .top-estimate__tab-list {
    margin-top: 17px;
  }
  .top-estimate__tab {
    justify-content: center;
    height: 45px;
    font-size: 13px;
    line-height: 1.3076923077;
  }
  .top-estimate__tab img {
    width: 28px;
    height: 28px;
  }
  .top-estimate__tab:nth-child(1) {
    padding: 0 17px 0 0px;
  }
  .top-estimate__tab:nth-child(1) img {
    margin-right: 13px;
  }
  .top-estimate__tab:nth-child(2) {
    padding: 0 7px 0 0;
  }
  .top-estimate__tab:nth-child(2) img {
    margin-right: 6px;
  }
  .top-estimate__tab::before, .top-estimate__tab::after {
    border-radius: 2.5px 2.5px 0 0;
  }
  .top-estimate__tab::before {
    transform: skewX(-5deg);
  }
  .top-estimate__tab::after {
    transform: skewX(5deg);
  }
  .top-estimate-form {
    box-shadow: inset 0 0 0 15px #f79904;
    border-radius: 0 0 10px 10px;
    padding: 31px 30px 25px;
  }
  .top-estimate-form__img {
    border-radius: 7.5px;
  }
  .top-estimate-form__img img {
    border-radius: 7.5px;
  }
  .top-estimate-form__img::after {
    border: solid 3px #fff;
    border-radius: 7.5px;
  }
  .top-estimate-form__zip {
    display: block;
    font-size: 14px;
  }
  .top-estimate-form__zip input[type=text] {
    width: 100%;
    height: 45px;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0 10px;
  }
  .top-estimate-form__with {
    position: relative;
    line-height: 1;
    margin-top: 20px;
  }
  .top-estimate-form__with span {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .top-estimate-form__with span::before {
    width: 18px;
    height: 18px;
    border: solid 1px #111;
    border-radius: 1.5px;
    margin-right: 8px;
  }
  .top-estimate-form__with span::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
  }
  .top-estimate-form__detail {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 3px;
  }
  .top-estimate-form .c-btn01 {
    width: 235px;
    height: 46px;
    box-shadow: 0 2.5px 0 #b5b6b6;
    font-size: 15px;
    margin-top: 22px;
  }
  .top-estimate-form .c-btn01::after {
    right: 37px;
  }
  .top-estimate-form__note {
    font-size: 10px;
    margin-top: 5px;
  }
  .top-estimate-slider {
    margin-top: 25px;
  }
  .top-estimate-slider__slide {
    width: 150px;
    margin-right: 14px;
  }
  .top-worry {
    padding: 29px 0 0;
  }
  .top-worry .c-sec-ttl__icon {
    margin-bottom: 0;
  }
  .top-worry__worry {
    background: url(../img/top/worry-bg_sp.png) center bottom/295px auto no-repeat;
  }
  .top-worry__worry::after {
    bottom: -10px;
    width: 180px;
    background-image: url(../img/top/worry-persons_sp.png);
  }
  .top-worry__worry-list {
    height: auto;
    margin-top: 22px;
    padding-bottom: 90px;
    z-index: 1;
  }
  .top-worry__item {
    position: relative;
    width: 222px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .top-worry__item:nth-child(1), .top-worry__item:nth-child(3) {
    top: 0;
    left: 0;
    height: 130px;
    background-image: url(../img/top/worry-balloon01_sp.png);
    padding-bottom: 29px;
  }
  .top-worry__item:nth-child(2), .top-worry__item:nth-child(4) {
    top: 0;
    left: 0;
    height: 130px;
    background-image: url(../img/top/worry-balloon02_sp.png);
    margin-left: auto;
    padding-bottom: 31px;
  }
  .top-worry__item:not(:first-child) {
    margin-top: -44.5px;
  }
  .top-worry__solution {
    padding: 24px 0 38px;
  }
  .top-worry__solution-ttl {
    background-image: url(../img/top/arrow_sp.png);
    background-size: 12px 33px;
    font-size: 25px;
    line-height: 1.3;
    padding: 45px 0 0;
    text-shadow: -1.5px -1.5px 1px #fff, 1.5px -1.5px 1px #fff, -1.5px 1.5px 1px #fff, 1.5px 1.5px 1px #fff, -1.5px 0 1px #fff, 1.5px 0 1px #fff, 0 -1.5px 1px #fff, 0 1.5px 1px #fff, -1.5px -1.5px 1px #fff, 1.5px -1.5px 1px #fff, -1.5px 1.5px 1px #fff, 1.5px 1.5px 1px #fff, -1.5px 0 1px #fff, 1.5px 0 1px #fff, 0 -1.5px 1px #fff, 0 1.5px 1px #fff;
  }
  .top-worry__solution-ttl span {
    font-size: 27px;
  }
  .top-worry__solution-ttl span::before {
    left: -14px;
    top: -11px;
    width: 19px;
    height: 25px;
  }
  .top-worry__solution-ttl em {
    background: none;
  }
  .top-worry__solution-list {
    flex-direction: column;
    gap: 20px;
    margin-top: 27px;
  }
  .top-solution-item {
    width: 100%;
    max-width: unset;
    display: flex;
    align-items: center;
  }
  .top-solution-item__head {
    flex: 0 0 141px;
    aspect-ratio: 1;
    padding: 0 0 20px;
  }
  .top-solution-item:nth-child(1) .top-solution-item__head {
    background-image: url(../img/top/solution01-bg_sp.png);
  }
  .top-solution-item:nth-child(2) .top-solution-item__head {
    background-image: url(../img/top/solution02-bg_sp.png);
  }
  .top-solution-item:nth-child(3) .top-solution-item__head {
    background-image: url(../img/top/solution03-bg_sp.png);
  }
  .top-solution-item__ttl {
    font-size: 13px;
    line-height: 1.25;
  }
  .top-solution-item__ttl em {
    font-size: 20px;
  }
  .top-solution-item__detail {
    flex: 1;
    min-width: 0;
    margin-top: 0;
    margin-left: 18px;
    padding-bottom: 9px;
    text-align: left;
  }
  .top-simulation {
    padding: 30px 0 42px;
  }
  .top-simulation .c-sec-ttl__icon {
    margin-bottom: 3px;
  }
  .top-simulation .c-sec-ttl__ja {
    font-size: 21px;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .top-simulation .c-sec-ttl__en {
    margin-top: 6px;
  }
  .top-simulation__graph {
    margin-top: 28px;
  }
  .top-merit {
    padding: 33px 0 38px;
  }
  .top-merit .c-sec-ttl__icon {
    margin-bottom: 0;
  }
  .top-merit .c-sec-ttl__en {
    margin-top: 7px;
  }
  .top-merit__list {
    margin-top: 34px;
  }
  .top-merit-item:nth-child(2) {
    margin-top: 38.5px;
  }
  .top-merit-item:nth-child(3) {
    margin-top: 38.5px;
  }
  .top-merit-item__inner {
    width: 100%;
    border-width: 2px;
    padding: 36px 20px 20px;
  }
  .top-merit-item:nth-child(1) .top-merit-item__inner::after {
    left: unset;
    right: -12px;
    top: -26px;
    bottom: unset;
    width: 118px;
    height: 105px;
    background-image: url(../img/top/merit01_sp.png);
  }
  .top-merit-item:nth-child(2n) .top-merit-item__inner {
    margin-left: auto;
    padding: 36px 20px 21px;
  }
  .top-merit-item:nth-child(2n) .top-merit-item__inner::after {
    top: 14px;
    left: unset;
    right: -5px;
    bottom: unset;
    width: 113px;
    height: 65px;
    background-image: url(../img/top/merit02_sp.png);
  }
  .top-merit-item:nth-child(3) .top-merit-item__inner {
    padding: 42px 20px 21px;
  }
  .top-merit-item:nth-child(3) .top-merit-item__inner::after {
    left: unset;
    right: 8px;
    top: 21px;
    bottom: unset;
    width: 95px;
    height: 62px;
    background-image: url(../img/top/merit03_sp.png);
  }
  .top-merit-item__num {
    top: -26px;
    left: 18px;
    width: 49px;
    height: 49px;
    font-size: 10px;
    padding-top: 1px;
  }
  .top-merit-item__num .num {
    font-size: 19px;
  }
  .top-merit-item:nth-child(2n) .top-merit-item__num {
    left: 20px;
  }
  .top-merit-item__ttl {
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .top-merit-item__detail {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 9px;
  }
  .top-merit-item:nth-child(3) .top-merit-item__detail {
    margin-top: 31px;
  }
  .top-voice {
    overflow: hidden;
    padding: 24px 0 41px;
  }
  .top-voice .inner {
    padding: 0 10px;
  }
  .top-voice__list {
    display: block;
    margin-top: 15px;
  }
  .top-voice-item {
    width: 100%;
    padding: 27px 20px 0;
  }
  .top-voice-item__inner {
    border-width: 2px;
    border-radius: 7.5px;
    padding: 62px 23px 17px;
  }
  .top-voice-item__inner::before {
    top: -27px;
    width: 87px;
    height: 87px;
    border-width: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 27px, 0 27px);
  }
  .top-voice-item__icon {
    top: -21px;
    width: 73px;
  }
  .top-voice-item__ttl {
    font-size: 19px;
    line-height: 1.3157894737;
  }
  .top-voice-item__detail {
    margin-top: 16px;
  }
  .top-flow {
    padding: 28px 0 41px;
  }
  .top-flow .inner {
    padding: 0 10px;
  }
  .top-flow__list {
    display: block;
    margin-top: 28px;
  }
  .top-flow-item {
    width: 100%;
    padding: 0 20px;
  }
  .top-flow-item:not(:first-child)::before {
    content: none;
  }
  .top-flow-item__inner {
    border-width: 2px;
    border-radius: 7.5px;
    padding: 19px 23px 206px;
  }
  .top-flow-item[data-slick-index="0"] .top-flow-item__inner, .top-flow-item[data-slick-index="3"] .top-flow-item__inner {
    background-image: url(../img/top/flow01_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item[data-slick-index="1"] .top-flow-item__inner {
    background-image: url(../img/top/flow02_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item[data-slick-index="-1"] .top-flow-item__inner, .top-flow-item[data-slick-index="2"] .top-flow-item__inner {
    background-image: url(../img/top/flow03_sp.png);
    background-size: 224px 192.5px;
  }
  .top-flow-item[data-slick-index="2"] .top-flow-item__point em {
    font-size: 18px;
  }
  .top-flow-item__point {
    top: -17px;
    right: -17px;
  }
  .top-faq {
    padding: 29px 0 46px;
  }
  .top-faq__list {
    margin-top: 23px;
  }
  .top-faq-item {
    border-width: 2px;
    border-radius: 5px;
    padding: 8px 18px 6px;
  }
  .top-faq-item + .top-faq-item {
    margin-top: 20px;
  }
  .top-faq-item__q {
    font-size: 17px;
    padding: 6px 35px 6px 24px;
  }
  .top-faq-item__q::before {
    left: -4px;
    font-size: 23px;
  }
  .top-faq-item__q button {
    right: -4px;
    width: 32px;
    height: 32px;
  }
  .top-faq-item__q button::before, .top-faq-item__q button::after {
    width: 17px;
    height: 2px;
  }
  .top-faq-item__a {
    background: #fff;
    margin: 14px 0 12px;
    padding: 14px 15px 19px;
  }
  .top-faq-item__a-ttl {
    font-size: 16px;
  }
  .top-faq-item__a-detail {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 11px;
  }
}
