.flexCenterCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBetCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBetEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.flexBetStretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexCenterStretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexCenterEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.flexStartEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.flexStartCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexStartCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexStartStart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.flexStartStretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexCenterCenterVer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexBetCenterVer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexStartCenterVer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexCenterEndVer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.fv {
  background-image: url(../img/new/bg_top.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  width: auto;
  padding-bottom: 16px;
}

.fv_logo {
  position: absolute;
  width: 15%;
  top: 8px;
  left: 8px;
}

.fv_imgText {
  position: absolute;
  color: #fff;
  font-weight: 700;
}

.fv_imgText-before {
  font-size: 14px;
  top: 24%;
  left: 42%;
}

.fv_imgText-after {
  font-size: 25px;
  top: 34%;
  right: 1%;
}

.fv_topText {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  line-height: 1;
}

.fv_topText-big {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.fv_wrap-top {
  position: absolute;
  right: 5%;
  top: 20px;
}

.fv_wrap-bottom {
  position: relative;
  padding-top: 72px;
  margin-top: 50px;
  width: 100%;
}

.fv_inner {
  padding-top: 240px;
  width: 95%;
  margin: 0px auto 0;
}

.fv_title {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 900;
}

.fv_title-top {
  color: white;
  position: absolute;
  top: 180px;
  left: 0;
  padding: 0px 10px 0 24px;
}

.fv_title-gold {
  color: #b49235;
}

.fv_title-midium {
  font-size: 46px;
  font-weight: 900;
  line-height: 55px;
}

.fv_title-small {
  font-size: 28px;
  font-weight: 900;
  line-height: 55px;
}

.fv_heading {
  font-size: 21px;
  font-weight: 700;
  margin: 7.5px auto 20px;
}

.fv_img-1 {
  width: 77px;
}

.fv_img-2 {
  width: 45px;
}

.fv_img-3 {
  width: 40px;
}

.fv_img-4 {
  width: 62px;
}

.fv_text {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.fv_coution {
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.fv_list {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80%;
  top: -40px;
}

.cta {
  background: black;
  color: white;
  padding: 30px 0;
}

.cta_wrap-top {
  margin-top: 10px;
  background: #000;
  width: 100%;
  max-width: 480px;
  height: 80px;
}

.cta_wrap-middle {
  background: #000;
  width: 408px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 12px;
  margin-top: 60px;
}

.cta_wrap-middle-left {
  background-image: url(../img/new/cta_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 33%;
  padding: 16px 24px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cta_wrap-middle-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.cta_wrap-bottom {
  margin-top: 40px;
}

.cta_wrap-bottom-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.cta_wrap-bottom-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.cta_wrap-bottom-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta_wrap-bottom-icon {
  width: 100%;
  height: auto;
}

.cta_wrap-bottom-text {
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}

.cta_wrap-bottom-img {
  width: 100%;
  height: 100%;
}

.cta_wrap-scroll {
  margin-top: 0;
}

.cta_inner {
  width: 85%;
  margin: 0 auto;
}

.cta_img {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -55px;
}

.cta_container {
  position: relative;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 2.5px 15px;
  margin-right: 60px;
}

.cta_coution {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
}

.cta_coution::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 4px;
  width: 2px;
  height: 120%;
  background: #fff;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.cta_coution::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -2px;
  width: 2px;
  height: 120%;
  background: #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.cta_coution-line::after {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 7.5px;
}

.cta_coution-line::before {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 12.5px;
}

.cta_coution-middle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
  line-height: 1;
}

.cta_banner {
  background: #ffdc73;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  padding: 4px 0;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
}

.cta_price-original {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}

.cta_price-original::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  right: -5%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.cta_price-discount {
  color: #ffdc73;
  font-size: 46px;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta_price-small {
  font-size: 20px;
  margin-right: 8px;
}

.cta_price-unit {
  font-size: 30px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 2px;
}

.cta_heading {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.cta_heading-small {
  font-size: 27px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}

.cta_btn {
  background-image: url(../img/new/cta_button.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.cta_btn-bottom {
  position: absolute;
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 299px;
  height: 52px;
}

.cta_btn:hover {
  cursor: pointer;
  background: green;
}

.cta_text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.cta_text-big {
  font-size: 30px;
  color: #fffa7a;
  font-family: "Oswald", sans-serif;
}

.cta_text-medium {
  font-size: 25px;
  color: #fffa7a;
  margin-right: 10px;
  font-family: "Oswald", sans-serif;
}

.cta_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

.voice {
  background-image: url(../img/new/voice_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 140px;
}

.voice_inner {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.voice_heading {
  background-image: url(../img/new/voice_bubble.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  min-height: 110px;
  margin-bottom: -45px;
}

.voice_heading-big {
  font-size: 28px;
  font-weight: 900;
}

.voice_container {
  position: relative;
  margin: 5px 2.5px;
  width: calc(50% - 5px);
}

.voice_wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 12px 0;
}

.voice_after, .voice_before {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 16px;
  font-weight: 900;
  padding: 4px 8px;
}

.voice_before-black {
  color: #000;
}

.voice_item {
  background: white;
  border: 3px solid black;
  padding: 22.5px 17.5px;
  margin: 0 auto 20px;
  text-align: center;
}

.voice_img {
  width: 100%;
}

.voice_text {
  padding: 0 16px;
  font-size: 20px;
  font-weight: 400;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.voice_coution {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.voice_coution-red {
  color: #bd0000;
  font-weight: 900;
}

.voice_list {
  margin: 30px auto;
}

.voice_planBtn {
  background-image: url(../img/new/voice_btn.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 80%;
  max-width: 520px;
  aspect-ratio: 299 / 52;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.2;
}

.voice_planBtn:hover {
  cursor: pointer;
  background: #666;
}

.about {
  background-image: url(../img/new/about_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 0)), color-stop(65%, rgba(220, 220, 220, 0)), color-stop(65%, #dcdcdc));
  background-image: url(../img/new/about_bg.png), -webkit-linear-gradient(top, rgba(220, 220, 220, 0) 0%, rgba(220, 220, 220, 0) 65%, #dcdcdc 65%);
  background-image: url(../img/new/about_bg.png), linear-gradient(to bottom, rgba(220, 220, 220, 0) 0%, rgba(220, 220, 220, 0) 65%, #dcdcdc 65%);
  background-size: 100% auto, 100% 100%;
  background-position: top center, center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-top: -100px;
  padding-top: 120px;
  position: relative;
  z-index: 10;
}

.about_inner {
  width: 90%;
  margin: 0 auto;
}

.about_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 32px;
}

.about_title-big {
  font-size: 40px;
  position: relative;
  z-index: 1;
}

.about_title-big::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  height: 16px;
  background: #fff;
  z-index: -1;
}

.about_text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}

.about_text-big {
  font-size: 34px;
  font-weight: 700;
}

.about_text-thin {
  font-weight: 400;
}

.about_text-blue {
  color: #93cbff;
  font-size: 22.5px;
  font-weight: 700;
}

.about_list-problem {
  width: 100%;
  margin-top: 20px;
}

.about_item-problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.about_item-problem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/new/about_checkIcon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.about_img {
  width: 100%;
  margin: 20px 0 12px;
}

.about_videoWrap {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
}

.about_videoWrap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px auto 0;
}

.about_video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_therapy {
  margin-top: 60px;
}

.about_therapy-text {
  font-size: 22px;
  text-align: center;
  position: relative;
  text-align: center;
}

.about_therapy-text::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 12px;
  width: 2px;
  height: 120%;
  background: #000;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.about_therapy-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 2px;
  height: 120%;
  background: #000;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.about2 {
  background: #383838;
  color: white;
  padding-top: 40px;
}

.about2_inner {
  width: 90%;
  margin: 0 auto;
}

.about2_wrap-top {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.about2_title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.about2_title-big {
  font-size: 70px;
  color: #7dbee6;
}

.about2_title-small {
  font-size: 48px;
}

.about2_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  padding: 0 16px;
  margin-bottom: 32px;
}

.about2_text-thin {
  font-weight: 400;
  margin-bottom: 80px;
}

.about2_text-blue {
  color: #7dbee6;
  font-weight: 700;
}

.about2_list {
  width: 100%;
  padding: 20px 0;
}

.about2_item {
  width: 100%;
}

.about2_item:nth-child(3) {
  margin-top: 80px;
}

.about2_itemImg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: -50px 0;
  padding: 0 20px;
}

.about2_container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about2_container-left {
  margin-right: auto;
  margin-left: 0;
}

.about2_container-middle {
  margin-right: 0;
  margin-left: auto;
  right: -24px;
}

.about2_container-right {
  margin-right: 0;
  margin-left: auto;
}

.about2_coution {
  color: #000;
  font-size: 17.5px;
  font-weight: 700;
  position: absolute;
  width: 70%;
  display: block;
}

.about2_coution-top {
  top: 4px;
  right: -16px;
}

.about2_coution-middle {
  top: 4px;
  left: 16px;
}

.about2_coution-bottom {
  top: 32px;
  left: 16px;
}

.about2_img {
  width: 70%;
  display: block;
}

.about2_img-top {
  margin-left: auto;
}

.about2_img-middle {
  margin-right: auto;
}

.about2_img-bottom {
  right: 0;
}

.solution {
  background-image: url(../img/new/solution_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 110px;
}

.solution_logo {
  width: 268px;
  margin: 0 auto;
  display: block;
}

.solution_title {
  font-size: 28px;
  width: 90%;
  padding: 5px 0 16px;
  text-align: center;
  margin: 32px auto 40px;
  border-bottom: 2px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solution_inner {
  width: 90%;
  margin: 0 auto;
}

.solution_wrap {
  border-bottom: 3px solid black;
  margin-bottom: 20px;
  height: 65px;
}

.solution_wrap-text {
  background: #000;
  color: white;
  padding: 4px 0px;
  width: 17%;
}

.solution_num {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.solution_num-num {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}

.solution_heading {
  font-size: 22px;
  font-weight: 700;
  margin-left: 8px;
}

.solution_text {
  width: 97.5%;
  margin: 7.5px auto 40px;
  font-size: 16px;
}

.solution_img {
  width: 100%;
}

.but {
  padding: 30px 0;
}

.but_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0px 15px;
}

.but_inner-top {
  background: #919191;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  margin-top: 60px;
}

.but_inner-bottom {
  background: #fff;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  margin-top: -60px;
}

.but_container {
  width: 90%;
  margin: 0 auto;
}

.but_container > .but_img {
  width: 100%;
  margin: -45px auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.but_text {
  text-align: left;
}

.but_textImg {
  width: 85%;
}

.but_textImg-top {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.but_textImg-bottom {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.but_text-wrap {
  position: relative;
  width: 100%;
}

.but_text-top {
  position: absolute;
  top: -36px;
  background: black;
  color: white;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  padding: 10px 20px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.but_text-bottom {
  font-size: 32px;
  margin-top: 20px;
}

.but_text-medium {
  font-size: 25px;
  font-weight: 900;
}

.but_text-medium-top {
  position: absolute;
  top: 4px;
  left: 16px;
}

.but_text-medium-bottom {
  position: absolute;
  top: 28px;
  left: 72px;
}

.but_text-small {
  margin: 7.5px auto;
  font-size: 20px;
  font-weight: 500;
}

.but_text-big {
  font-size: 28px;
  font-weight: 900;
}

.but_text-white {
  color: #fff;
  margin: 24px 0;
}

.but_text-center {
  text-align: center;
}

.but_text-logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  vertical-align: middle;
  margin-bottom: 12px;
}

.but_title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  margin: 12.5px auto 17.5px;
  z-index: 1;
}

.but_list {
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.but_item {
  width: calc(25% - 11.25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 8px;
}

.but_img-1 {
  width: 77px;
}

.but_img-2 {
  width: 45px;
}

.but_img-3 {
  width: 40px;
}

.but_img-4 {
  width: 62px;
}

.but_coution {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.service {
  background-image: url(../img/new/service_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -130px;
  padding-top: 100px;
}

.service_inner {
  width: 100%;
}

.service_logo {
  width: 268px;
}

.service_title {
  font-size: 28px;
  width: 90%;
  padding: 5px 0 16px;
  text-align: center;
  margin: 32px auto 24px;
  border-bottom: 2px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_img {
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -40px;
}

.service_heading {
  position: relative;
  width: 80%;
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 20px 24px;
  margin: 0 0 16px;
  text-align: left;
  z-index: 1;
}

.service_heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 40px;
  height: 100%;
  background: #000;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}

.service_price {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}

.service_price-small {
  font-size: 20px;
  margin-right: 4px;
}

.service_text {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  margin: 0 auto 20px;
}

.service_item-bottom {
  background: #e8e8e8;
  padding: 4px 0 24px;
}

.why {
  background-image: url(../img/new/why_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0;
  color: white;
}

.why_logo {
  width: 100%;
  display: block;
  margin: 0 auto 40px;
}

.why_inner {
  width: 80%;
  margin: 0 auto;
}

.why_title {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 32px;
  border-bottom: 2px solid white;
  margin-bottom: 32px;
  line-height: 1.8;
}

.why_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.why_text-yellow {
  font-weight: 900;
  color: #fffa7a;
}

.feature {
  padding: 60px 0 40px;
}

.feature_inner {
  width: 95%;
  margin: 0 auto;
}

.feature_wrap {
  padding: 10px 5px;
}

.feature_title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  gap: 12px;
}

.feature_heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.feature_table {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-collapse: collapse;
  margin: 20px auto;
}

.feature_td {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 4px;
}

.feature_td:first-child {
  border-left: none;
}

.feature_td-bold {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.feature_td-blue {
  background: #e5ffff;
}

.feature_tr:first-child .feature_td {
  border-top: none;
}

.feature_logo-mark {
  margin-bottom: 4px;
  width: 32px;
}

.feature_text {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.feature_text-bold {
  font-weight: 700;
}

.flow_title {
  background: black;
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 7.5px 0 15px;
}

.flow_title-small {
  font-size: 16px;
}

.flow_list {
  margin: 0 auto 30px;
}

.flow_wrap {
  width: 100%;
}

.flow_wrap-line {
  border-bottom: 3px solid black;
  margin-bottom: 15px;
  height: 60px;
}

.flow_wrap-step {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flow_item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e8e8e8;
  padding: 24px 16px;
  margin: 0 auto;
}

.flow_item-down {
  position: relative;
  margin-bottom: 23px;
}

.flow_item-down::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -23px;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #e8e8e8 transparent transparent transparent;
}

.flow_num {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 14px;
  background: #000;
  color: #fff;
  text-align: center;
  margin-right: 12px;
}

.flow_num-big {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.flow_heading {
  font-size: 28px;
  font-weight: 700;
}

.flow_imgWrap {
  width: 110px !important;
  background: white;
  height: 110px;
  margin-right: 25px;
}

.flow_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.access {
  padding-bottom: 60px;
}

.access_wrap {
  background: black;
  padding: 20px 0 15px;
}

.access_wrap-img {
  width: 80%;
  margin: 4px auto 16px;
}

.access_wrap-img-flex {
  width: 100%;
  gap: 4px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.access_wrap-img-flex .access_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: calc(25% - 3px);
  width: auto;
  height: auto;
}

.access_img {
  width: 100%;
}

.access_logo {
  width: 142px;
  margin-bottom: 5px;
}

.access_title {
  color: white;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}

.access_list {
  width: 80%;
  margin: 4px auto 0;
}

.access_item {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

.access_item:last-child {
  border-bottom: none;
}

.access_heading {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  width: 25%;
}

.access_heading-bottom {
  margin: 24px 0 8px;
}

.access_text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  width: 75%;
  line-height: 1.2;
}

.access_text-small {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.access_text-medium {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.access_btn {
  background-image: url(../img/new/access_btn.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 80%;
  max-width: 480px;
  height: 52px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.access_btn:hover {
  cursor: pointer;
  background: green;
  border-radius: 16px;
}

.faq_inner {
  background: black;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.faq_heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4.8px;
}

.faq_title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3.75px;
}

.faq_list {
  width: 92.5%;
  margin: 30px auto 60px;
}

.faq_item {
  margin-bottom: 20px;
  background: white;
  border: 1px solid #000;
  padding: 0;
}

.faq_qWrap {
  background: #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
}

.faq_aWrap {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #000;
}

.faq_a, .faq_q {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-right: 1px solid #000;
}

.faq_a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: white;
  border-bottom: 1px solid #000;
}

.faq_q {
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  background: black;
}

.faq_qText {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.faq_aText {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.faq_dash {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.faq_aWrap {
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
  overflow: hidden;
  max-height: 1000px;
}

.faq_aWrap.closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 24px 0 180px;
}

.footer_link {
  color: black;
  margin: 0 16px;
}

.footer_text {
  margin-top: 8px;
}

.main {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

#scrollBtn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#scrollBtn.visible {
  opacity: 1;
}

.company_table, .company_td, .company_th {
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.company_table {
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}

.company_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

.company_logo {
  width: 250px;
  margin: 30px auto 10px;
  display: block;
}

.company_th {
  text-align: left;
  padding-left: 10px;
}

.company_td {
  width: 65%;
  padding-right: 10px;
}

.privacy {
  width: 95%;
  margin: 30px auto;
}

.privacy span {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.privacy_logo {
  width: 250px;
  margin: 10px auto;
  display: block;
}

.solution_img {
  width: 100%;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta_footer_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.cta_footer_wrap-middle {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f0c1), to(#e0c44f));
  background: -webkit-linear-gradient(top, #f8f0c1 0%, #e0c44f 100%);
  background: linear-gradient(180deg, #f8f0c1 0%, #e0c44f 100%);
  height: 33px;
  width: 100%;
  max-width: 480px;
  padding: 5px 0 7.5px;
}

.cta_footer_wrap-bottom {
  margin-top: 10px;
  background: #000;
  width: 100%;
  max-width: 480px;
  height: 108px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cta_footer_wrap-scroll {
  margin-top: 0;
}

.cta_footer_text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.cta_footer_bottom-split .cta_footer_wrap-bottom .cta_footer_btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.cta_footer_bottom-split .cta_footer_wrap-bottom .cta_footer_btn-container .cta_footer_btn-split {
  width: 85%;
  background-image: url(../img/new/cta_button.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 52px;
  margin: 8px 0 0;
  position: relative;
  overflow: hidden;
}

.cta_footer_bottom-split .cta_footer_wrap-bottom .cta_footer_btn-container .cta_footer_btn-split:hover {
  cursor: pointer;
  background: green;
  border-radius: 0;
}

.scrollBtn_small {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}

.scrollBtn_medium {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.scrollBtn_big {
  margin-left: 10px;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.scrollBtn_big .scrollBtn_small {
  margin-right: -4px;
}

.appearance .fv {
  background-image: url(../img/new/appearance_bg_top.png);
  padding-bottom: 16px;
}

.appearance .fv_inner {
  padding-top: 80px;
}

.appearance .fv_title {
  margin-bottom: 40px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.appearance .fv_title-tops {
  font-size: 80px;
  display: block;
  color: #000;
  margin-bottom: 275px;
  position: relative;
  left: 20px;
}

.appearance .fv_title-tops-small {
  font-size: 55px;
}

.appearance .fv_title-bottoms {
  font-size: 66px;
  display: block;
  position: relative;
  left: -20px;
  white-space: nowrap;
}

.appearance .cta_price-discount {
  font-size: 60px;
}

.appearance .cta_price-unit {
  font-size: 32px;
}

.appearance .about2 {
  padding-bottom: 40px;
}

.appearance .about2_title {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-align: left;
}

.appearance .about2_title-right {
  display: block;
  text-align: right;
  font-size: 58px;
  position: relative;
  left: 20px;
}

.appearance .about2_text {
  width: 90%;
  padding: 0;
  text-align: left;
  margin-bottom: 12px;
}

.appearance .about2_text-but {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-align: center;
  font-size: 52px;
  margin-bottom: 24px;
}

.appearance .about2_coution {
  font-size: 15.5px;
}

.appearance .about2_coution-top {
  top: 9px;
  right: -8px;
}

.appearance .about2_coution-middle {
  width: 90%;
  top: 7px;
  left: 11px;
}

.appearance .about2_coution-bottom {
  top: 31px;
  left: 16px;
}

.appearance .about2_img {
  width: 90%;
  margin-bottom: 12px;
}

.appearance .about2_img-top {
  width: 72%;
}

.appearance .about2_img-middle {
  width: 72%;
}

.appearance .about2_img-bottom {
  width: 65%;
}

.appearance .solution_wrap {
  border-bottom: none;
  margin-bottom: 0;
  height: 68px;
}

.appearance .solution_text {
  width: 97.5%;
  margin: 7.5px auto 40px;
  font-size: 16px;
}

.appearance .solution_text-normal {
  margin-bottom: 12px;
}

.appearance .solution_text-small {
  font-size: 13px;
  color: #5e5e5e;
}

.appearance .why_text-blue {
  color: #7dbee6;
}

.appearance .why_img {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 480px) {
  .cta_btn {
    height: 52px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .fv_logo {
    width: 15%;
    top: 8px;
    left: 8px;
  }
  .fv_imgText-before {
    top: 31vw;
    left: 40vw;
  }
  .fv_imgText-after {
    top: 44vw;
    right: 1%;
  }
  .fv_topText {
    font-size: 30px;
  }
  .fv_topText-big {
    font-size: 50px;
  }
  .fv_wrap-top {
    right: 5vw;
    top: 5vw;
  }
  .fv_wrap-bottom {
    padding-top: 70px;
    margin-top: 50px;
  }
  .fv_inner {
    padding-top: 48vw;
  }
  .fv_title {
    font-size: 58px;
  }
  .fv_title-top {
    top: 37vw;
  }
  .fv_title-midium {
    font-size: 43px;
  }
  .fv_title-small {
    font-size: 28px;
  }
  .fv_heading {
    font-size: 19px;
    margin: 7.5px auto 14px;
  }
  .fv_text {
    font-size: 14px;
  }
  .fv_coution {
    font-size: 17px;
  }
  .fv_list {
    width: 90%;
  }
  .cta_wrap-top {
    height: 80px;
  }
  .cta_wrap-middle {
    width: auto;
    margin-top: 40px;
  }
  .cta_wrap-middle-left {
    background-size: contain;
    width: 35%;
    padding: 16px 24px;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cta_wrap-bottom {
    margin-top: 24px;
  }
  .cta_wrap-bottom-title {
    font-size: 18px;
  }
  .cta_wrap-bottom-text {
    font-size: 13px;
  }
  .cta_coution {
    font-size: 20px;
  }
  .cta_coution-middle {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 8px;
    line-height: 1;
  }
  .cta_banner {
    font-size: 20px;
    padding: 2px 0;
  }
  .cta_price-original {
    font-size: 32px;
  }
  .cta_price-discount {
    font-size: 36px;
  }
  .cta_price-small {
    font-size: 16px;
    margin-right: 4px;
  }
  .cta_price-unit {
    font-size: 20px;
  }
  .cta_heading {
    font-size: 55px;
  }
  .cta_heading-small {
    font-size: 27px;
  }
  .cta_text {
    font-size: 16px;
    padding: 10px 0;
  }
  .cta_text-big {
    font-size: 30px;
  }
  .cta_text-medium {
    font-size: 25px;
  }
  .cta_inner {
    width: 90%;
  }
  .cta_btn {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 52px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  .voice_heading {
    font-size: 16px;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .voice_heading-big {
    font-size: 23px;
  }
  .voice_after, .voice_before {
    font-size: 14px;
  }
  .voice_text {
    font-size: 16px;
  }
  .voice_coution {
    font-size: 12px;
  }
  .voice_planBtn {
    font-size: 17px;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
  }
  .about_title {
    font-size: 25px;
    margin-top: 20px;
  }
  .about_title-big {
    font-size: 35px;
  }
  .about_title-big::after {
    top: 66%;
    height: 14px;
  }
  .about_text {
    font-size: 20px;
  }
  .about_text-big {
    font-size: 27px;
  }
  .about_list-problem {
    width: 90%;
    margin-top: 20px;
  }
  .about_item-problem {
    font-size: 12px;
    padding-left: 24px;
  }
  .about_item-problem::before {
    width: 16px;
    height: 16px;
  }
  .about_img {
    width: 90%;
    margin-top: 12px;
  }
  .about_therapy {
    margin-top: 40px;
  }
  .about_therapy-text {
    font-size: 20px;
  }
  .about2_inner {
    width: 100%;
    overflow: hidden;
  }
  .about2_title {
    font-size: 22px;
    width: 100%;
  }
  .about2_title-big {
    font-size: 69px;
    position: relative;
    left: -16px;
  }
  .about2_title-small {
    font-size: 46px;
    position: relative;
    left: -32px;
  }
  .about2_text {
    font-size: 15px;
    padding: 0 40px;
  }
  .about2_list {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .about2_item {
    width: 100%;
    overflow: hidden;
  }
  .about2_itemImg {
    padding: 0 20px;
  }
  .about2_container-middle {
    right: -64px;
  }
  .about2_coution {
    width: 64%;
    font-size: 16px;
    line-height: 1.2;
  }
  .about2_coution-top {
    top: 1.5vw;
    right: -3vw;
  }
  .about2_coution-middle {
    top: 1.5vw;
    left: 3vw;
  }
  .about2_coution-bottom {
    top: 7.5vw;
    left: 4vw;
  }
  .about2_img {
    width: 64%;
  }
  .solution_inner {
    width: 90%;
  }
  .solution_wrap {
    height: 50px;
  }
  .solution_wrap-text {
    padding: 4px 0px;
    width: 16%;
  }
  .solution_num {
    font-size: 12px;
  }
  .solution_num-num {
    font-size: 30px;
  }
  .solution_heading {
    font-size: 18px;
    line-height: 1.4;
  }
  .solution_text {
    font-size: 12px;
  }
  .but {
    padding: 30px 0;
  }
  .but_inner {
    width: 90%;
  }
  .but_text {
    font-size: 22px;
  }
  .but_textImg {
    width: 85%;
  }
  .but_text-top {
    font-size: 30px;
  }
  .but_text-medium {
    font-size: 22px;
    line-height: 1.4;
  }
  .but_text-medium-top {
    position: absolute;
    top: 1.5vw;
    left: 4vw;
  }
  .but_text-medium-bottom {
    position: absolute;
    top: 6vw;
    left: 15vw;
  }
  .but_text-bottom {
    font-size: 30px;
  }
  .but_text-small {
    font-size: 18px;
  }
  .but_text-big {
    font-size: 25px;
  }
  .but_text-logo {
    gap: 20px;
  }
  .but_text-logo img {
    width: 70%;
  }
  .but_text-logo-small {
    font-size: 22px;
  }
  .but_title {
    font-size: 29px;
  }
  .but_item {
    width: calc(25% - 3px);
  }
  .service_title {
    font-size: 25px;
  }
  .service_heading {
    font-size: 25px;
    padding: 10px 0 10px 16px;
    width: 84%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service_text {
    font-size: 14px;
  }
  .why_title {
    font-size: 23px;
  }
  .why_text {
    font-size: 15px;
  }
  .feature_title {
    font-size: 23px;
  }
  .feature_heading {
    font-size: 17px;
  }
  .feature_td-bold {
    font-size: 12px;
  }
  .feature_logo {
    width: 70%;
  }
  .feature_logo-mark {
    margin-bottom: 4px;
    width: 32px;
  }
  .feature_text {
    font-size: 10px;
  }
  .flow_title {
    font-size: 25px;
  }
  .flow_title-small {
    font-size: 16px;
  }
  .flow_wrap-line {
    height: 54px;
  }
  .flow_num {
    font-size: 12px;
  }
  .flow_num-big {
    font-size: 30px;
  }
  .flow_heading {
    font-size: 23px;
  }
  .flow_text {
    font-size: 15px;
  }
  .access_title {
    font-size: 25px;
  }
  .access_text {
    font-size: 15px;
  }
  .access_text-small {
    font-size: 10px;
  }
  .access_text-medium {
    font-size: 13px;
  }
  .access_btn {
    height: 40px;
    font-size: 15px;
  }
  .access iframe {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
  }
  .faq_heading {
    font-size: 15px;
  }
  .faq_title {
    font-size: 25px;
  }
  .faq_a, .faq_q {
    font-size: 34px;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq_qText {
    font-size: 13px;
  }
  .faq_aText {
    font-size: 13px;
  }
  .footer {
    font-size: 10px;
  }
  .cta_footer_wrap-middle {
    height: 27px;
  }
  .scrollBtn_big {
    font-size: 28px;
  }
  .appearance .fv {
    overflow-x: hidden;
  }
  .appearance .fv_inner {
    padding-top: 18vw;
  }
  .appearance .fv_title {
    margin-bottom: 40px;
  }
  .appearance .fv_title-tops {
    font-size: 65px;
    margin-bottom: 59vw;
  }
  .appearance .fv_title-tops-small {
    font-size: 52px;
  }
  .appearance .fv_title-bottoms {
    font-size: 52px;
  }
  .appearance .fv_coution {
    font-size: 15.5px;
  }
  .appearance .cta_price-discount {
    font-size: 48px;
  }
  .appearance .cta_price-unit {
    font-size: 32px;
  }
  .appearance .about2_title {
    width: auto;
  }
  .appearance .about2_title-small {
    left: -12px;
  }
  .appearance .about2_text {
    font-size: 18px;
  }
  .appearance .about2_text-but {
    font-size: 48px;
  }
  .appearance .about2_coution {
    font-size: 14px;
    line-height: 1.4;
  }
  .appearance .about2_coution-top {
    top: 2.5vw;
    right: 3vw;
  }
  .appearance .about2_coution-middle {
    width: 90%;
    top: 2vw;
    left: 3vw;
  }
  .appearance .about2_coution-bottom {
    top: 7.5vw;
    left: 4vw;
  }
  .appearance .solution_wrap {
    height: 56px;
  }
  .appearance .solution_wrap-text {
    padding: 6px 0;
  }
  .appearance .solution_text {
    font-size: 12px;
  }
  .appearance .solution_text-small {
    font-size: 10px;
  }
  .appearance .solution_num {
    font-size: 11.5px;
    letter-spacing: 1px;
  }
}

@media (max-width: 420px) {
  .about2_coution {
    font-size: 14px;
  }
  .about2_coution-top {
    top: 1.5vw;
    right: -3vw;
  }
  .about2_coution-middle {
    top: 1.5vw;
    left: 3vw;
  }
  .about2_coution-bottom {
    top: 8vw;
    left: 4vw;
  }
  .but_text-medium {
    line-height: 1.3;
  }
  .appearance .fv {
    overflow-x: hidden;
  }
  .appearance .fv_inner {
    padding-top: 17vw;
  }
  .appearance .fv_title-tops {
    font-size: 63px;
    left: 20px;
  }
  .appearance .fv_title-tops-small {
    font-size: 50px;
  }
  .appearance .fv_title-bottoms {
    font-size: 50px;
  }
  .appearance .about2_title-big {
    left: -10px;
  }
  .appearance .about2_title-small {
    left: -10px;
  }
  .appearance .about2_img-bottom {
    width: 60%;
  }
  .appearance .about2_coution {
    font-size: 12.5px;
  }
  .appearance .about2_coution-top {
    top: 2.5vw;
    right: 3vw;
  }
  .appearance .about2_coution-middle {
    top: 2vw;
    left: 2vw;
  }
  .appearance .about2_coution-bottom {
    top: 8vw;
    left: 4vw;
  }
}

@media (max-width: 374px) {
  .fv_title-top {
    top: 39vw;
  }
  .about2_coution {
    font-size: 13px;
  }
  .about2_title-big {
    font-size: 60px;
  }
  .voice_heading-big {
    font-size: 22px;
  }
  .but_text-medium {
    font-size: 20px;
  }
  .service_heading {
    font-size: 23px;
  }
  .why_title {
    font-size: 21px;
  }
  .flow_heading {
    font-size: 21px;
  }
  .solution_heading {
    font-size: 16px;
  }
  .access_title {
    font-size: 21px;
  }
}
/*# sourceMappingURL=lp-renewal.css.map */