@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --main_color: #c70000;
  --red: #930101;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  background-color: #000;
  background-image: url(../img/pc_back.webp);
  background-size: auto 100%;
  background-attachment: fixed;
}
header {
}
footer {
}
main {
  width: min(600px, 100%);
  margin: auto;
  background-color: #fff;
  position: relative;
  padding-bottom: 100px;
}
section {
  position: relative;
  overflow-x: hidden;
}
div {
}
video {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
video {
  background-color: #d9d9d9;
  width: 95%;
  margin: 15px auto;
}
a {
}
p {
}
h1 {
}
h2 {
  text-align: center;
}
h3 {
}
h4 {
}

.color_change {
  color: var(--main_color);
}

/*============================
#fv
============================*/
#fv {
  position: relative;
}
.fv_ctas {
  position: absolute;
  width: 96%;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fv_bottom_counter {
  text-align: center;
  padding: 20px;
  background: var(--main_color);
  color: #fff;
  background-image: linear-gradient(125deg, var(--main_color) 50%, var(--red) 50%);
}

/*============================
#fv_bottom_counter
============================*/
#fv_bottom_counter {
}

/*============================
#videos
============================*/
#videos {
}
.video_top_text {
  text-align: center;
  font-size: 1.4em;
  margin: 40px 0;
}
.arrow {
  display: block;
  margin: auto;
}
.video_top_counter {
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.4em;
}
.count_up {
  color: var(--main_color);
  font-weight: bold;
  font-size: 1.5em;
}

/*============================
#before_after
============================*/
#before_after {
}
.before_after_h2 {
  background: var(--main_color);
  color: #fff;
  background-image: linear-gradient(125deg, var(--main_color) 50%, var(--red) 50%);
  padding: 20px 0;
}
.font_bit {
}
.before_after_list {
  width: 95%;
  margin: 10px auto;
  padding: 20px 0;
  background-color: #d9d9d9;
}
.before_after_content {
  display: flex;
  width: 95%;
  margin: auto;
  gap: 15px;
}
.before,
.after {
  position: relative;
}
.before::before,
.after::before {
  content: "Before";
  position: absolute;
  top: 0;
  left: -5px;
  transform: translateY(-50%);
  font-size: 2.1em;
  font-weight: 600;
}
.after::before {
  content: "After";
  color: var(--main_color);
}
.ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 95%;
  margin: auto;
}

/*============================
#point
============================*/
#point {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  margin-top: 40px;
}
.point_h2_top_text {
  text-align: center;
}
.point_h2 {
  font-size: 2em;
  margin: 35px 0;
}
.point_top_circle {
  text-align: center;
  background-color: var(--main_color);
  border-radius: 50%;
  padding: 23px;
  position: absolute;
  top: 270px;
  right: 30px;
}
.point_list {
  margin-top: 50px;
}
.point_content {
  margin: 70px 0;
  position: relative;
  padding-bottom: 70px;
}
.point_title {
  background-image: linear-gradient(125deg, var(--main_color) 75%, var(--red) 75%);
  padding-bottom: 32px;
  display: inline-block;
}
.point_title h3 {
  padding-left: 30px;
  background-color: #000;
}
.point_title .color_change {
  margin-right: 10px;
}
.point_img {
  width: 70%;
  margin-left: 40px;
}
.point_text {
  position: absolute;
  width: 55%;
  background-color: #c70000a3;
  bottom: 0;
  right: 0;
  padding: 18px;
}
.voice {
  background-color: var(--main_color);
  color: #fff;
  padding: 1px;
  padding-bottom: 40px;
}
.voice_h2 {
  margin: 50px 0 30px;
  font-size: 1.8em;
}
.voice_h2_text {
  text-align: center;
  margin-bottom: 40px;
}
.voice_list {
  margin: 90px auto 30px;
  width: 90%;
  position: relative;
}
.voice_list::before {
  content: "User Voice";
  color: #ab0505;
  font-size: 4.3em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  letter-spacing: 6px;
  font-weight: 900;
  line-height: 0.9;
  text-align-last: justify;
}
.voice_content {
  background-color: #fff;
  padding: 20px;
  color: #000;
  margin: 0 10px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.voice_top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.voice_img {
  width: 20%;
}
.voice_title {
  padding-left: 25px;
  position: relative;
}
.voice_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--main_color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.voice_text {
  margin-top: 10px;
  padding: 10px;
  background-color: #fce4ec;
}
.cm {
  padding: 30px 2.5%;
}
.cm_filter {
  background-color: #c7000099;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cm_content {
  text-align: center;
  background-image: url(../img/plan_back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 0 20px;
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
}
.cm_h2 {
  position: relative;
  font-size: 2.1em;
}
.dm_text {
  position: relative;
  display: inline-block;
  margin: auto;
  border: solid 2px;
  padding: 10px 20px;
  margin-top: 15px;
}
.caas_half {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

/*============================
#weakness
============================*/
#weakness {
  background-color: #000;
  color: #fff;
  padding: 1px;
  padding-bottom: 50px;
}
.weakness_h2 {
  margin: 50px;
}
.weakness_list {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.weakness_content {
  position: relative;
  width: 44%;
  margin: 25px 0;
}
.weakness_text {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: -20px;
  background-color: var(--red);
  padding: 0 10px;
  font-size: 0.9em;
  line-height: 1.6;
}

/*============================
#good
============================*/
#good {
  text-align: center;
}
.good_h2 {
  background-color: var(--red);
  color: #fff;
  padding: 20px 0;
  font-size: 1.7em;
  position: relative;
}
.good_h2::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: var(--red);
  width: 40px;
  height: calc(tan(60deg) * 30px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.good_img {
  margin-bottom: 30px;
}
.good_h2_2_top_text {
  text-align: center;
  display: inline-block;
  margin: auto;
  margin: 30px 0 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
}
.good_h2_2 {
  font-size: 2.4em;
  line-height: 1.2;
}
.good_list {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.good_content {
  position: relative;
  width: 44%;
  margin: 25px 0;
}
.good_content_img {
}
.good_text {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: -20px;
  background-color: var(--main_color);
  padding: 0 10px;
  font-size: 0.9em;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}

/*============================
#flow
============================*/
#flow {
  background-color: #000;
}

/*============================
#offer
============================*/
.offer {
  margin: auto;
  padding: 0 3% 3%;
}
.step {
  background-color: var(--main_color);
  color: #fff;
  padding: 5%;
  text-align: center;
}
.step_h2_top_text {
  text-align: center;
  display: inline-block;
  margin: auto;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
}
.step_h2 {
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.step_list {
  width: 80%;
  margin: auto;
  margin-top: 30px;
}
.step_content {
  padding: 15px;
  border: solid 2px;
  position: relative;
  margin: 80px 0;
}
.step_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  background-color: var(--main_color);
  padding: 0 20px;
  width: max-content;
  font-size: 1.2em;
  line-height: 1;
}
.step_text {
  position: absolute;
  text-align: left;
  line-height: 2;
  left: -15%;
  bottom: 0;
  right: -15%;
}
.step_text span {
  background-color: #000;
  width: max-content;
}
.posi_fixed {
  position: fixed;
  bottom: 0;
  width: min(600px, 100%);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
  main {
    margin-left: auto;
    padding-bottom: 65px;
  }
  .fv_ctas {
    bottom: 2vw;
    gap: 1.5vw;
  }
  #point {
    padding-bottom: 3vw;
    padding-top: 10vw;
  }
  .point_h2_top_text {
    font-size: 4.9vw;
  }
  .point_h2 {
    margin: 3vw 0 8vw;
  }
  .point_top_circle {
    top: 52vw;
    right: 4vw;
  }
  .point_text {
    width: 84%;
    bottom: -1vw;
  }
  .voice_list {
    margin-top: 15vw;
  }
  .voice_list::before {
    font-size: 14vw;
  }
  .weakness_h2 {
    margin: 10vw 0 3vw;
  }
  .weakness_content {
    width: 100%;
  }
  .weakness_text {
    font-size: 6vw;
    left: unset;
    right: 0;
  }
  .good_content {
    width: 100%;
  }
  .good_text {
    font-size: 6vw;
    left: unset;
    right: 0;
  }
  .step_content {
    margin-top: 13vw;
  }
  .step_text {
    font-size: 0.9em;
    line-height: 1.9;
    bottom: -2vw;
  }
  .step_text span {
  }
}
