:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1450px;
}

/* .kanta-alert-index
================================================== */

.kanta-alert-index {
  position: relative;
  z-index: 2;
  background-color: var(--mh--color--primary-500);
  background-image: url("../img/common/bg_pattern03_sp.jpg");
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100%;
  color: var(--mh--color--grayscale-100);
}

.kanta-alert-index__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (width >= 768px ) {
  .kanta-alert-index {
    background-image: url("../img/common/bg_pattern03_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kanta-alert-index__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* .kanta-alert-problem
================================================== */

.kanta-alert-problem {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}

.kanta-alert-problem__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.kanta-alert-problem__bg-cloud {
  display: block;
  width: 95%;
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 25px;
}

.kanta-alert-problem__bg-cloud img {
  width: 100%;
  height: auto;
}

.kanta-alert-problem__bg-dome {
  display: block;
  inset-inline: 0;
  position: absolute;
  bottom: 0;
}

.kanta-alert-problem__bg-dome img {
  clip-path: inset(0 0 20px 0);
  width: 100%;
  height: auto;
  transform: translateY(20px);
}

.kanta-alert-problem__bg-dome::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 45px;
  height: 18px;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: var(--mh--color--secondary-300);
}

.kanta-alert-problem__inner {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.kanta-alert-problem__head {
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
  text-align: center;
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-problem__list {
  margin-top: 30px;
}

.kanta-alert-problem__item {
  width: 251px;
  max-width: 80%;
}

.kanta-alert-problem__item:nth-child(even) {
  margin-left: auto;
}

.kanta-alert-problem__item img {
  width: 100%;
  height: auto;
}

.kanta-alert-problem__solution {
  margin-top: 40px;
  margin-inline: calc(var(--mh--contents--padding--side) * -0.5);
  position: relative;
  z-index: 1;
}

.kanta-alert-problem__solution img {
  width: 100%;
  height: auto;
}

.kanta-alert-problem__people {
  width: 357px;
  margin-top: -45px;
  margin-inline: calc((100% - 357px) / 2);
  position: relative;
  z-index: 1;
}

.kanta-alert-problem__people img {
  width: 100%;
  height: auto;
}

@media (width >= 768px ) {
  .kanta-alert-problem__bg-dome img {
    clip-path: inset(0 0 50px 0);
    transform: translateY(50px);
  }
  .kanta-alert-problem__bg-dome::after {
    width: 120px;
    height: 40px;
  }
  .kanta-alert-problem__bg-cloud {
    display: block;
    max-width: 1800px;
    inset-inline: 0;
    margin-inline: auto;
    top: 80px;
  }
  .kanta-alert-problem__inner {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .kanta-alert-problem__list {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    gap: 40px;
  }
  .kanta-alert-problem__item {
    width: 275px;
    max-width: none;
  }
  .kanta-alert-problem__item:nth-child(even) {
    margin-left: 0;
  }
  .kanta-alert-problem__solution {
    width: 728px;
    margin-top: 100px;
    margin-inline: auto;
  }
  .kanta-alert-problem__people {
    width: 1088px;
    margin: -185px auto 0;
    z-index: 0;
  }
}

/* .kanta-alert-about
================================================== */

.kanta-alert-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}

.kanta-alert-about__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.kanta-alert-about__bg-bird {
  width: 33px;
  position: absolute;
  top: 135px;
  right: 24px;
}

.kanta-alert-about__bg-bird img {
  width: 100%;
  height: auto;
}

.kanta-alert-about__bg-band {
  inset-inline: 0;
  position: absolute;
  bottom: 0;
}

.kanta-alert-about__bg-band img {
  display: block;
  width: 100%;
  height: auto;
}

.kanta-alert-about__inner {
  padding-top: 50px;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}

.kanta-alert-about__layout {
  margin-top: 30px;
}

.kanta-alert-about__lead {
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
  font-feature-settings: "palt";
}

.kanta-alert-about__accent {
  color: var(--mh--color--primary-500);
}

.kanta-alert-about__txt {
  margin-top: 15px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

.kanta-alert-about__visual {
  margin-top: 40px;
  position: relative;
}

.kanta-alert-about__visual-screen img {
  width: 100%;
  height: auto;
}

.kanta-alert-about__visual-character {
  width: 62px;
  position: absolute;
  right: -6px;
  bottom: -22px;
}

.kanta-alert-about__visual-character img {
  width: 100%;
  height: auto;
}

@media (width >= 768px ) {
  .kanta-alert-about__bg-bird {
    width: 94px;
    top: 290px;
    right: 8%;
  }
  .kanta-alert-about__inner {
    padding-top: 90px;
    padding-bottom: 200px;
  }
  .kanta-alert-about__layout {
    display: grid;
    margin-top: 60px;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }
  .kanta-alert-about__txt {
    margin-top: 24px;
  }
  .kanta-alert-about__visual {
    margin-top: 0;
  }
  .kanta-alert-about__visual-screen {
    width: 510px;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .kanta-alert-about__visual-character {
    width: 130px;
    right: -45px;
    bottom: -30px;
  }
}

/* .kanta-alert-related
================================================== */

.kanta-alert-related {
  overflow: clip;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--surface-600);
}

.kanta-alert-related__inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.kanta-alert-related__slider {
  margin-top: 20px;
}

@media (width >= 768px ) {
  .kanta-alert-related {
    margin: 0 30px;
    border-radius: var(--mh--border-radius--md);
  }
  .kanta-alert-related__inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .kanta-alert-related__slider {
    visibility: visible;
    margin-top: 40px;
  }
  .kanta-alert-related__pagination {
    display: none;
  }
  .kanta-alert-related__track {
    display: flex;
    margin: 0;
    justify-content: center;
  }
  .kanta-alert-related__head {
    max-width: var(--mh--contents--width);
    margin-inline: auto;
  }
  .kanta-alert-related__list {
    display: flex;
    width: var(--mh--contents--width);
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
  .kanta-alert-related__item {
    width: 340px;
  }
  .kanta-alert-related__item:nth-child(n+3) {
    display: none;
  }
}

.kanta-alert-related:not(.is-document) {
  margin-top: 0;
}

/* .kanta-alert-point
================================================== */

.kanta-alert-point {
  position: relative;
  z-index: 1;
}

.kanta-alert-point__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.kanta-alert-point__lead {
  margin-top: 30px;
  font-size: var(--mh--font-size--x6l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--secondary-500);
}

.kanta-alert-point__accent {
  color: var(--mh--color--primary-500);
}

.kanta-alert-point__txt {
  margin-top: 20px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

.kanta-alert-point__visual {
  max-width: 1100px;
  margin: 20px auto 0;
}

.kanta-alert-point__visual img {
  width: 100%;
  height: auto;
}

@media (width >= 768px ) {
  .kanta-alert-point__inner {
    display: grid;
    padding-top: 80px;
    padding-bottom: 140px;
    grid-template-areas: "head" "lead" "txt" "visual";
  }
  .kanta-alert-point__head {
    grid-area: head;
  }
  .kanta-alert-point__lead {
    width: 100%;
    max-width: 1100px;
    margin-top: 100px;
    margin-inline: auto;
    grid-area: lead;
    font-size: var(--mh--font-size--x5l);
  }
  .kanta-alert-point__txt {
    width: 100%;
    max-width: 1100px;
    margin-top: 24px;
    margin-inline: auto;
    grid-area: txt;
  }
  .kanta-alert-point__visual {
    margin: 50px auto 0;
    grid-area: visual;
  }
}

/* .kanta-alert-price
================================================== */

.kanta-alert-price {
  position: relative;
  z-index: 1;
}

.kanta-alert-price__inner {
  padding-top: 40px;
  padding-bottom: 70px;
}

.kanta-alert-price__head-body {
  margin-top: 30px;
}

.kanta-alert-price__lead {
  margin-top: 20px;
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
}

.kanta-alert-price__table {
  margin-top: 50px;
}

.kanta-alert-price__table-in {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.kanta-alert-price__corner {
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--secondary-500);
}

.kanta-alert-price__col-head {
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  color: var(--mh--color--grayscale-100);
}

.kanta-alert-price__row-head {
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  color: var(--mh--color--grayscale-100);
}

.kanta-alert-price__cell {
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-price__free {
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-price__row.is-trial .kanta-alert-price__row-head {
  background-color: var(--mh--color--secondary-point);
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-price__row.is-trial .kanta-alert-price__cell {
  background-color: var(--mh--color--secondary-point-50);
}

.kanta-alert-price__note {
  display: flex;
  margin-top: 20px;
  gap: 2px;
  font-size: var(--mh--font-size--sm);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-700);
}

.kanta-alert-price__note-mark {
  flex-shrink: 0;
}

.kanta-alert-price__sp {
  margin-top: 50px;
}

.kanta-alert-price__sp-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.kanta-alert-price__sp-table + .kanta-alert-price__sp-table {
  margin-top: 16px;
}

.kanta-alert-price__sp-thead {
  padding: 21px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--secondary-500);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  color: var(--mh--color--grayscale-100);
}

.kanta-alert-price__sp-label {
  width: 50%;
  padding: 18px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--sm);
  text-align: left;
  vertical-align: middle;
  color: var(--mh--color--grayscale-100);
}

.kanta-alert-price__sp-value {
  width: 50%;
  padding: 18px 10px;
  border: 1px solid var(--mh--color--grayscale-500);
  background-color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--md);
  font-weight: var(--mh--font-weight--medium);
  line-height: var(--mh--line-height--md);
  vertical-align: middle;
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-price__sp-table.is-trial .kanta-alert-price__sp-thead {
  background-color: var(--mh--color--secondary-point);
  color: var(--mh--color--grayscale-900);
}

.kanta-alert-price__sp-table.is-trial .kanta-alert-price__sp-value {
  background-color: var(--mh--color--secondary-point-50);
}

@media (width >= 768px ) {
  .kanta-alert-price__inner {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .kanta-alert-price__head-body {
    display: flex;
    margin-top: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
  .kanta-alert-price__lead {
    width: 776px;
    max-width: 50%;
    margin-top: 0;
  }
  .kanta-alert-price__table {
    max-width: 1100px;
    margin: 60px auto 0;
  }
  .kanta-alert-price__corner {
    width: 260px;
    height: 64px;
  }
  .kanta-alert-price__col-head {
    padding: 20px;
  }
  .kanta-alert-price__row-head {
    width: 260px;
    padding: 18px 20px;
    text-align: left;
    vertical-align: middle;
  }
  .kanta-alert-price__cell {
    padding: 18px 20px;
    vertical-align: middle;
  }
  .kanta-alert-price__row.is-trial .kanta-alert-price__row-head, .kanta-alert-price__row.is-trial .kanta-alert-price__cell {
    height: 82px;
  }
  .kanta-alert-price__cell.is-rowspan {
    text-align: left;
  }
  .kanta-alert-price__note {
    max-width: 1100px;
    margin-inline: auto;
  }
}

/* .kanta-alert-project
================================================== */

.kanta-alert-project {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--mh--color--grayscale-100);
}

.kanta-alert-project__inner {
  padding-top: 40px;
  padding-bottom: 50px;
}

.kanta-alert-project__head-area {
  margin-top: 20px;
}

.kanta-alert-project__head-btn {
  margin-top: 20px;
}

.kanta-alert-project__body {
  margin-top: 30px;
}

.kanta-alert-project__tab-scroll {
  margin-bottom: 20px;
  margin-inline: calc(var(--mh--contents--padding--side) * -1);
  padding-inline: var(--mh--contents--padding--side);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.kanta-alert-project__tab-scroll::-webkit-scrollbar {
  display: none;
}

.kanta-alert-project__tab-list {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  gap: 8px;
}

.kanta-alert-project__foot-btn {
  margin-top: 40px;
}

@media (width >= 768px ) {
  .kanta-alert-project {
    margin: 140px 30px 0;
    border-radius: var(--mh--border-radius--md);
  }
  .kanta-alert-project__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .kanta-alert-project__head-area {
    display: grid;
    margin-top: 0;
    align-items: end;
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
  .kanta-alert-project__head-btn {
    margin-top: 0;
    grid-column: 2;
  }
  .kanta-alert-project__body {
    margin-top: 60px;
  }
  .kanta-alert-project__tab-scroll {
    margin-bottom: 25px;
    margin-inline: 0;
    padding-inline: 0;
    overflow-x: visible;
  }
  .kanta-alert-project__tab-list {
    width: 100%;
  }
}