/*-------------------------------
	Import
-------------------------------*/
/*-------------------------------
    Global Variable
-------------------------------*/
/*	function
-------------------------------*/
/*	Breakpoint
-------------------------------*/
/*	Font Family
-------------------------------*/
/*	Color
-------------------------------*/
/*-------------------------------
    @mixin
-------------------------------*/
/*	Arrow
-------------------------------*/
@import "preset.css";
@import "module.css";
@import "header.css";
@import "footer.css";
@import "mailformpro.css";

/*-------------------------------
	Common
-------------------------------*/
body {
  background-color: #fff;
  font-family: "Noto Sans JP", "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Meiryo, Yu Gothic", "YuGothic", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/*-------------------------------
	Main
-------------------------------*/
.marker {
  background-color: #fcff00;
  font-weight: bold;
}

@media (max-width: 919px) {
  #top .img-rspsv-ttl img {
    width: 60%;
    height: auto;
  }
}

#top .header-copy {
  padding: 80px 0 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  background-color: #750aee;
  position: relative;
  z-index: 2;
}

#top .header-copy span {
  background: radial-gradient(circle at center, #fcff00 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
  color: #fcff00;
}

@media (max-width: 919px) {
  #top .header-copy {
    padding: 28px 0 18px;
    font-size: 17px;
  }
}

#top .fv {
  background-color: #f2ebff;
}

#top .cta-btn {
  margin: auto;
  padding: 15px 50px;
  border-radius: 999px;
  border: solid 2px #fff;
  background-color: #00a32b;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  transform: scale(1);
  animation: scaleanime 1.2s infinite normal none running;
}

#top .cta-btn-float {
  margin: auto;
  display: inline-block;
  transform: scale(1);
  animation: scaleanime 1.2s infinite normal none running;
}

#top .cta-btn-float img {
  width: 400px;
}


@media (max-width: 919px) {
  #top .cta-btn-float img {
    width: 80%;
  }
}

@media (max-width: 919px) {
  #top .cta-btn {
    font-size: 18px;
    padding: 15px 25px;
  }
}

@keyframes scaleanime {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }

  30% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }
}

#top .voices {
  background-color: #f3f5ff;
  padding: 80px 0;
}

@media (max-width: 919px) {
  #top .voices {
    padding: 45px 0;
  }
}

#top .voices .ttl-sub {
  text-align: center;
}

#top .voices .ttl-sub span {
  font-size: 24px;
  font-weight: bold;
  border: solid 2px #000;
  padding: 3px 10px;
}

@media (max-width: 919px) {
  #top .voices .ttl-sub span {
    font-size: 18px;
  }
}

#top .voices .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #750aee;
  line-height: 120%;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 919px) {
  #top .voices .ttl {
    font-size: 26px;
  }
}

#top .voices .voice-box_bottom {
  height: 590px !important;
}

@media (max-width: 919px) {
  #top .voices .voice-box_bottom {
    height: auto !important;
  }
}

#top .voices .voice-box {
  position: relative;
  background-color: #fff;
  border-radius: 0 100px 0 0;
  height: 590px;
}

@media (max-width: 919px) {
  #top .voices .voice-box {
    height: auto;
    border-radius: 0 60px 0 0;
  }
}

#top .voices .voice-box .company {
  padding: 10px 25px;
}

@media (max-width: 919px) {
  #top .voices .voice-box .company {
    padding: 10px 20px;
  }
}

#top .voices .voice-box .company img {
  width: 250px;
  height: auto;
}

@media (max-width: 919px) {
  #top .voices .voice-box .company img {
    width: 60%;
    height: auto;
  }
}

#top .voices .voice-box .company span {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 5px;
}

@media (max-width: 919px) {
  #top .voices .voice-box .company span {
    font-size: 15px;
  }
}

#top .voices .voice-box .cost {
  margin: 10px 25px;
  padding-bottom: 3px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #750aee;
  border-bottom: dotted 3px #750aee;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost {
    margin: 0 20px;
    font-size: 16px;
  }
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost span {
    font-size: 14px;
  }
}

#top .voices .voice-box .cost .open {
  font-size: 20px;
  display: inline-block;
  line-height: 125%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost .open {
    font-size: 16px;
  }
}

#top .voices .voice-box .cost-num {
  margin: 0 25px;
  font-size: 70px;
  font-weight: bold;
  color: #750aee;
  line-height: 100%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost-num {
    margin: 0 20px;
    font-size: 48px;
  }
}

#top .voices .voice-box .cost-num span {
  font-size: 50px;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost-num span {
    font-size: 35px;
  }
}

#top .voices .voice-box .cost-num-sec {
  font-size: 45px;
  font-weight: bold;
  color: #750aee;
  line-height: 100%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost-num-sec {
    margin: 0 5px;
    font-size: 30px !important;
  }
}

#top .voices .voice-box .cost-num-sec span {
  font-size: 36px;
}

@media (max-width: 919px) {
  #top .voices .voice-box .cost-num-sec span {
    font-size: 28px;
  }
}

#top .voices .voice-box .copy {
  margin: 30px 25px 20px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .copy {
    margin: 20px;
    font-size: 16px;
  }
}

#top .voices .voice-box .text {
  margin: 0 25px;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 919px) {
  #top .voices .voice-box .text {
    margin: 0 20px;
    font-size: 11px;
  }
}

#top .voices .voice-box .picture {
  position: absolute;
  top: 3px;
  right: 3px;
}

@media (max-width: 919px) {
  #top .voices .voice-box .picture img {
    width: 120px;
    height: 120px;
  }
}

#top .trouble {
  background: linear-gradient(0deg, #5c556b 0%, #c6badc 100%);
}

#top .trouble .trouble-ttl {
  margin-top: 15px;
  color: #750aee;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 90%;
}

#top .trouble .trouble-ttl span {
  font-size: 32px;
  color: #000;
}

@media (max-width: 919px) {
  #top .trouble .trouble-ttl {
    font-size: 26px;
  }

  #top .trouble .trouble-ttl span {
    font-size: 16px;
  }
}

#top .trouble .trouble-box {
  background-color: #fff;
  padding: 50px 25px 110px;
  margin: 50px 0;
}

@media (max-width: 919px) {
  #top .trouble .trouble-box {
    padding: 30px 0;
    margin: -10px 0 0;
  }
}

#top .trouble .trouble-box-ttl {
  color: #750aee;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}

@media (max-width: 919px) {
  #top .trouble .trouble-box-ttl {
    font-size: 24px;
  }
}

#top .trouble .trouble-illust {
  position: absolute;
  bottom: -30%;
  left: 5%;
  z-index: 3;
}

#top .trouble .trouble-illust img {
  width: 257px;
  height: 230px;
}

@media (max-width: 919px) {
  #top .trouble .trouble-illust {
    position: relative;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 15px;
  }

  #top .trouble .trouble-illust img {
    width: 50%;
    height: auto;
  }
}

#top .trouble .trouble-row {
  display: flex;
  margin-top: 60px;
  gap: 50px;
  justify-content: center;
}

@media (max-width: 919px) {
  #top .trouble .trouble-row {
    display: flex;
    margin-top: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
}

#top .trouble .trouble-row .trouble-row-illust {
  width: 165px;
  height: 120px;
  margin: auto;
  text-align: center;
}

@media (max-width: 919px) {
  #top .trouble .trouble-row .trouble-row-illust {
    width: 100%;
    height: 120px;
    line-height: 7;
  }

  #top .trouble .trouble-row .trouble-row-illust img {
    width: 80%;
  }
}

#top .trouble .trouble-row .trouble-row-ttl {
  color: #750aee;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}

@media (max-width: 919px) {
  #top .trouble .trouble-row .trouble-row-ttl {
    font-size: 16px;
  }
}

#top .trouble .trouble-row .trouble-row-text {
  font-size: 18px;
  padding-top: 15px;
  line-height: 160%;
}

@media (max-width: 919px) {
  #top .trouble .trouble-row .trouble-row-text {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media (max-width: 919px) {
  #top .trouble .trouble-row-son {
    height: 300px;
  }
}

#top .sec-tri {
  width: 100vw;
  margin-top: -165px;
  z-index: 3;
  position: relative;
}

@media (max-width: 919px) {
  #top .sec-tri {
    margin-top: -30px;
  }
}

#top .solve {
  background-color: #f3f5ff;
  position: relative;
  z-index: 5;
}

#top .solve .solve-box-text {
  font-size: 24px;
  text-align: center;
  margin-top: 25px;
  line-height: 140%;
}

#top .solve .solve-box-text span {
  font-weight: bold;
  color: #750aee;
}

@media (max-width: 919px) {
  #top .solve .solve-box-text {
    margin-top: 10px;
  }
}

#top .cta {
  background: linear-gradient(30deg, rgba(213, 0, 247, 0.5) 0%, rgba(84, 10, 238, 0.5) 100%);
  padding: 100px 0;
}

@media (max-width: 919px) {
  #top .cta {
    padding: 40px 0;
  }
}

#top .cta-box {
  border-radius: 30px;
  background-color: #fff;
  padding-top: 40px;
}

@media (max-width: 919px) {
  #top .cta-box {
    border-radius: 15px;
    padding-top: 25px;
  }
}

#top .cta-box .cta-text-main {
  font-size: 54px;
  font-weight: bold;
  line-height: 120%;
  margin-top: 15px;
}

@media (max-width: 919px) {
  #top .cta-box .cta-text-main {
    font-size: 34px;
  }
}

#top .cta-box .cta-text-main span {
  color: #750aee;
}

#top .cta-box .cta-text-sub {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .cta-box .cta-text-sub {
    font-size: 16px;
  }
}

#top .cta-box .c-yellow {
  color: #fcff00 !important;
}

#top .cta-box .c-white {
  color: #fff !important;
}

@media (max-width: 919px) {
  #top .cta-box .free-sp {
    width: 60%;
    text-align: center;
    margin: auto;
  }
}

#top .service {
  background-color: #fae5fe;
  padding: 80px 0;
}

@media (max-width: 919px) {
  #top .service .img-sm1 {
    width: 70%;
    height: auto;
    margin: auto;
  }
}

@media (max-width: 919px) {
  #top .service .img-sm2 {
    width: 50%;
    height: auto;
    margin: auto;
  }
}

#top .service .sub {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 919px) {
  #top .service .sub {
    margin-top: 10px;
    font-size: 18px;
  }
}

#top .service .service-copy {
  background-color: #750aee;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .service .service-copy {
    font-size: 28px;
  }
}

#top .service .main {
  font-size: 24px;
  margin-top: 40px;
  line-height: 145%;
}

@media (max-width: 919px) {
  #top .service .main {
    margin-top: 15px;
    font-size: 14px;
  }
}

#top .ttl-sub-tag span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
  padding: 10px 40px;
  line-height: 130%;
  display: inline-block;
}

@media (max-width: 919px) {
  #top .ttl-sub-tag span {
    font-size: 16px;
  }
}

#top .bother {
  background-color: #fff;
  padding-bottom: 80px;
}

@media (max-width: 919px) {
  #top .bother {
    padding-bottom: 50px;
  }
}

#top .bother h4 {
  color: #750aee;
  font-size: 48px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .bother h4 {
    font-size: 28px;
  }
}

#top .bother .bother-card {
  border-radius: 30px;
  border: solid 2px #750aee;
  text-align: center;
  padding-top: 15px;
}

@media (max-width: 919px) {
  #top .bother .bother-card {
    padding-top: 10px;
  }
}

#top .bother .subject {
  background-color: #000;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
}

@media (max-width: 919px) {
  #top .bother .subject {
    font-size: 12px;
  }
}

#top .bother .num {
  font-family: "din-2014", "Noto Sans JP", "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Meiryo, Yu Gothic", "YuGothic", "Arial", sans-serif;
  font-size: 34px;
}

@media (max-width: 919px) {
  #top .bother .num {
    font-size: 16px;
  }
}

#top .bother .main-text {
  padding: 5px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
}

@media (max-width: 919px) {
  #top .bother .main-text {
    font-size: 15px;
    padding: 7px 0;
  }
}

#top .bother .card-bottom {
  background-color: #750aee;
  border-radius: 0 0 27px 27px;
}

#top .bother .bother-illust {
  padding-top: 10px;
}

#top .bother .bother-illust img {
  height: 150px;
  width: auto;
}

@media (max-width: 919px) {
  #top .bother .bother-illust img {
    height: 75px;
  }
}

#top .bother .card-bottom-tag {
  margin-top: 15px;
}

#top .bother .card-bottom-tag span {
  background-color: #fff;
  padding: 3px 6px;
  color: #750aee;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 919px) {
  #top .bother .card-bottom-tag span {
    font-size: 11px;
  }
}

#top .bother .card-bottom-text {
  margin-top: 12px;
  font-size: 20px;
  color: #fff;
  line-height: 140%;
  padding-bottom: 25px;
}

@media (max-width: 919px) {
  #top .bother .card-bottom-text {
    font-size: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#top .bother .card-bottom-text span {
  color: #fcff00;
  font-weight: bold;
}

#top .feature {
  background-color: #f3f5ff;
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 919px) {
  #top .feature {
    padding-bottom: 40px;
  }
}

#top .feature h4 {
  font-size: 54px;
  background: linear-gradient(30deg, #d500f7 0%, #540aee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 100%;
}

@media (max-width: 919px) {
  #top .feature h4 {
    font-size: 26px;
  }
}

#top .feature .feature-logo {
  width: 260px;
  height: auto;
  margin: 20px auto 10px;
}

@media (max-width: 919px) {
  #top .feature .feature-logo {
    width: 60%;
  }
}

#top .feature .feature-box {
  background-color: #fff;
  border-radius: 30px 30px 30px 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 35px;
}

#top .feature .odd {
  right: -100px;
}

@media (max-width: 919px) {
  #top .feature .odd {
    right: 0;
  }
}

#top .feature .feature-ttl-even {
  left: 0;
  width: 375px;
  height: auto;
}

@media (max-width: 919px) {
  #top .feature .feature-ttl-even {
    width: 65%;
  }
}

#top .feature .feature-ttl-odd {
  right: 0;
  width: 375px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 919px) {
  #top .feature .feature-ttl-odd {
    width: 65%;
  }
}

#top .feature .feature-illust {
  height: 120px;
  width: auto;
}

#top .feature .feature-illust img {
  height: 100%;
  width: auto;
}

#top .feature .feature-illust-big {
  height: 160px;
  width: auto;
}

#top .feature .feature-illust-big img {
  height: 100%;
  width: auto;
}

@media (max-width: 919px) {
  #top .feature .feature-illust-big {
    height: 120px;
  }
}

#top .feature .feature-box-ttl {
  font-size: 23px;
  font-weight: bold;
  color: #750aee;
  padding-top: 20px;
  line-height: 160%;
}

@media (max-width: 919px) {
  #top .feature .feature-box-ttl {
    font-size: 16px;
  }
}

#top .feature .feature-box-text {
  font-size: 16px;
  padding-top: 15px;
  text-align: left;
}

@media (max-width: 919px) {
  #top .feature .feature-box-text {
    font-size: 13px;
    padding-top: 10px;
  }
}

#top .cv h4 {
  font-size: 54px;
  background: linear-gradient(30deg, #d500f7 0%, #540aee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .cv h4 {
    font-size: 26px;
  }
}

#top .cv .cv-text {
  font-size: 24px;
  padding-top: 30px;
  line-height: 150%;
}

#top .ai {
  background: linear-gradient(30deg, rgba(213, 0, 247, 0.2) 0%, rgba(84, 10, 238, 0.2) 100%);
  padding: 100px 0;
}

@media (max-width: 919px) {
  #top .ai {
    padding: 40px 0;
  }
}

#top .ai .ai-tag span {
  font-size: 24px;
  background-color: #000;
  border-radius: 999px;
  padding: 6px 20px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 919px) {
  #top .ai .ai-tag span {
    font-size: 13px;
    padding: 3px 15px;
  }
}

#top .ai h4 {
  font-size: 40px;
  background-color: #750aee;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 130%;
}

@media (max-width: 919px) {
  #top .ai h4 {
    font-size: 26px;
  }
}

#top .ai .ai-text {
  font-size: 24px;
  padding-top: 15px;
  line-height: 150%;
  text-align: left;
  display: inline-block;
}

@media (max-width: 919px) {
  #top .ai .ai-text {
    font-size: 13px;
    line-height: 130%;
  }
}

#top .flow {
  background-color: #f3f5ff;
}

#top .flow .feature-logo {
  width: 260px;
  height: auto;
  margin: 20px auto 10px;
}

@media (max-width: 919px) {
  #top .flow .feature-logo {
    width: 60%;
  }
}

#top .flow h4 {
  font-size: 54px;
  background: linear-gradient(90deg, #d500f7 0%, #540aee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 100%;
}

@media (max-width: 919px) {
  #top .flow h4 {
    font-size: 26px;
  }
}

#top .faq {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 919px) {
  #top .faq {
    padding-bottom: 40px;
  }
}

#top .faq .faq-tag {
  text-align: center;
}

#top .faq .faq-tag span {
  font-size: 32px;
  border: 3px solid #000;
  border-radius: 999px;
  padding: 6px 40px;
  font-weight: bold;
}

@media (max-width: 919px) {
  #top .faq .faq-tag span {
    font-size: 16px;
    border: 2px solid #000;
    padding: 4px 30px;
  }
}

#top .faq h4 {
  padding-top: 20px;
  text-align: center;
  font-size: 54px;
  background: linear-gradient(90deg, #d500f7 0%, #540aee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 100%;
}

@media (max-width: 919px) {
  #top .faq h4 {
    font-size: 26px;
  }
}

#top .faq .faq-item .lp-question {
  background-color: #750aee;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding: 20px 75px;
  cursor: pointer;
}

@media (max-width: 919px) {
  #top .faq .faq-item .lp-question {
    font-size: 13px;
    padding: 10px 40px;
  }
}

#top .faq .faq-item .question-arrow.open::after {
  top: 12px;
  right: 10%;
  background-image: url("../img/question.png");
  background-size: cover;
}

#top .faq .faq-item .question-arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 46%;
  right: 3%;
  background-image: url("../img/question.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#top .faq .faq-item .question-arrow.open::after {
  content: "";
  display: block;
  width: 30px;
  height: 70%;
  position: absolute;
  top: -5%;
  right: 3%;
  transform: rotate(180deg);
  background-image: url("../img/question.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 919px) {
  #top .faq .faq-item .question-arrow.open::after {
    width: 16px;
  }
}

#top .faq .faq-item .answer {
  padding: 6% 6% 2%;
  color: #000000;
  font-size: 2.5vw;
  font-weight: 200;
  line-height: 1.4;
}

#top .faq .faq-item .answer {
  display: none;
  padding: 30px 75px;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  background-color: #eee;
  position: relative;
  font-weight: 400;
}

@media (max-width: 919px) {
  #top .faq .faq-item .answer {
    font-size: 13px;
    padding: 10px 20px 10px 40px;
  }
}

#top .faq .faq-item .question {
  position: relative;
}

#top .faq .faq-item .question::before {
  content: "Q";
  font-size: 50px;
  top: -6px;
  left: 18px;
  position: absolute;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 919px) {
  #top .faq .faq-item .question::before {
    font-size: 25px;
    top: -5px;
    left: 11px;
  }
}

#top .faq .faq-item .question::after {
  content: "";
  background-image: url("../img/question.png");
  width: 30px;
  height: 70%;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 40%;
  right: 3%;
  position: absolute;
}

@media (max-width: 919px) {
  #top .faq .faq-item .question::after {
    width: 16px;
  }
}

#top .footer {
  background-color: #750aee;
  color: #fff;
  padding: 30px 0;
}

#top .footer .footer-box {
  padding: 10px;
  color: #fff;
  gap: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 30px;
}

#top .footer .footer-box a {
  font-size: 14px;
}

@media (max-width: 919px) {
  #top .footer .footer-box {
    text-align: center;
    font-size: 8px;
  }
}

#top .footer .footer-logo {
  margin: auto;
  padding-top: 30px;
}

#top .footer figure {
  width: 274px;
  height: auto;
}

@media (max-width: 919px) {
  #top .footer {
    padding: 20px 0;
  }

  #top .footer figure {
    margin: auto;
    width: 50%;
    margin-bottom: 15px;
  }

  #top .footer .footer-p {
    font-size: 8px;
  }
}

#top .ttl-about {
  text-align: center;
  width: 302px;
  height: 43px;
  margin: 10px auto;
}

#top .btn-floating {
  position: fixed;
  bottom: -30px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: auto;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 919px) {
  #top .ttl-about {
    width: 50%;
    height: auto;
  }
}

#contact,
#thanks {
  margin-top: -30px !important;
}

@media (max-width: 919px) {

  #contact,
  #thanks {
    margin-top: 0 !important;
  }
}

#contact .hs-form-frame iframe {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

#contact,
#thanks {
  background-color: #F4F5FF;
}

#contact .bgc-white {
  background-color: #fff;
}

#thanks h3 {
  font-size: 28px;
}

#thanks .link-line {
  background: #33a100ff;
  border-radius: 99px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  line-height: 1.4;
  padding: 15px 30px;
  display: inline-block;
  transform: scale(1);
  animation: btnanime 1.2s infinite normal none running;
}

@keyframes btnanime {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }

  30% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.3));
  }
}

@media (max-width: 919px) {
  #thanks h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(18px, 2.6vw, 21px);
  }
}

/*# sourceMappingURL=style.css.map */