/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #3269f6;
  --color-yellow: #ffd742;
  --color-red: #f63232;
  --color-gray: #9fa0a0;
  --color-light-blue: #eef2ff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  html {
    font-size: 22px;
    line-height: 1.6;
  }
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.accent {
  color: var(--color-blue);
}

.external-link {
  color: var(--color-blue);
  text-decoration: underline;
}

.external-link::after {
  content: "";
  display: inline-block;
  width: 26.27px;
  height: 21.63px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="28" height="23" viewBox="0 0 28 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M.866 5.566h21.633v16.998H.866V5.566Z" fill="%23fff"/><path d="M2.41 7.112v13.906h18.543V7.112H2.411ZM.867 5.566h21.633v16.998H.866V5.566Z" fill="%233269F6"/><path d="M5.501.931h21.633v16.997H5.501V.931Z" fill="%23fff"/><path d="M7.047 2.476v13.907h18.542V2.476H7.047ZM5.5.931h21.633v16.997H5.501V.931Z" fill="%233269F6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .mt8,
  .mt16 {
    margin-top: 24px;
  }
}

.mt20 {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .mt20 {
    margin-top: 40px;
  }
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.main {
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 24px;
}

.main > section {
  padding: 40px 0;
}

.main > section + section {
  border-top: 3px dotted var(--color-blue);
}

.main-heading {
  display: grid;
  grid-template-columns: 85px 1fr;
  grid-template-rows: auto;
  min-height: 85px;
}

.main-heading > span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-yellow);
  color: var(--color-black);
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

.main-heading > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 16px 12px 16px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 19px;
  font-weight: bold;
}

.main-heading > span:nth-child(2) > span {
  display: block;
}

@media (min-width: 1024px) {
  .main-heading {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto;
    gap: 0 5px;
    width: fit-content;
    min-height: 54px;
  }

  .main-heading > span:nth-child(1) {
    font-size: 32px;
  }

  .main-heading > span:nth-child(2) {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
  }

  .main-heading > span:nth-child(2) > span {
    display: inline;
  }
}

.benefit > strong {
  display: block;
  margin-top: 14px;
  padding: 14px 0;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  color: var(--color-blue);
  font-size: 28px;
  line-height: 1.286;
  text-align: center;
}

@media (min-width: 1200px) {
  .benefit > strong {
    font-size: 42px;
    font-weight: 900;
    text-align: left;
  }
}

.benefit.benefit--alt > strong {
  text-align: left;
}

.benefit > strong > span {
  display: block;
}

@media (min-width: 1200px) {
  .benefit > strong > span {
    display: inline;
  }

  .benefit > strong > span.break {
    display: block;
    border-bottom: 3px solid currentColor;
  }
}

.mainVisual {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 358px 30px 14px;
  overflow: hidden;
  background-color: var(--color-light-blue);
}

.mainVisual::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 20px;
  right: -128px;
  width: 500px;
  height: 500px;
  background-image: url("./images/bg-main-visual.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mainVisual .logo {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 30px;
  width: 163px;
  height: 97px;
}

@media (min-width: 393px) {
  .mainVisual .logo {
    left: 35px;
  }
}

.mainVisual .subTitle {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 144px;
  height: 68px;
}

@media (min-width: 393px) {
  .mainVisual .subTitle {
    right: 35px;
  }
}

.subTitlePc {
  display: none;
}

.dementia {
  position: relative;
}

.dementia > h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 322px;
  text-align: center;
}

.dementia > h2 > span:nth-child(1) {
  display: block;
  width: 100%;
  padding: 8px 40px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
}

.dementia > h2 > span:nth-child(2) {
  display: block;
  width: 100%;
  padding: 8px 30px;
  background-color: var(--color-yellow);
  color: var(--color-black);
  font-size: 84px;
  font-weight: 900;
}

.dementia > h2 > span > span {
  display: block;
}

.dementia > p {
  margin-top: 24px;
}

.dementia > p > span:nth-child(1) {
  display: block;
  color: var(--color-blue);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.dementia > p > strong {
  display: block;
  min-width: 322px;
  padding: 12px 16px;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.166;
  text-align: center;
}

.dementia > p > strong > span {
  display: block;
}

.dementia > p > span:nth-child(3) {
  display: block;
  color: var(--color-blue);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.mainVisual .product {
  width: fit-content;
  margin: 24px auto 0;
  color: var(--color-blue);
  font-weight: 900;
}

.mainVisual .product > span {
  display: block;
  font-size: 24px;
  line-height: 1.167;
}

.mainVisual .product > strong {
  display: block;
  position: relative;
  width: 323px;
  height: 194px;
  overflow: hidden;
  margin: 13px auto;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="325" height="197" viewBox="0 0 325 197" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="%233269F6" stroke-width="3" d="M2 1.5h322M2 179.5h322"/><path d="m6.44 47.16 1.092 2.184c-1.96.924-2.94 2.156-2.968 4.032.112-.028.224-.028.336-.028 1.4 0 2.548.952 2.548 2.464 0 1.652-1.092 2.716-2.548 2.716-2.1 0-3.164-1.596-3.164-4.34 0-3.08 1.54-5.46 4.704-7.028Zm7.84 0 1.092 2.184c-1.96.924-2.94 2.156-2.968 4.032.112-.028.224-.028.336-.028 1.4 0 2.548.952 2.548 2.464 0 1.652-1.092 2.716-2.548 2.716-2.1 0-3.164-1.596-3.164-4.34 0-3.08 1.54-5.46 4.704-7.028ZM309.36 173.052l-1.064-2.156c1.96-.952 2.912-2.156 2.94-4.06-.084.028-.196.028-.28.028-1.428 0-2.576-.952-2.576-2.464 0-1.652 1.064-2.688 2.576-2.688 2.044 0 3.136 1.596 3.136 4.34 0 3.08-1.54 5.46-4.732 7Zm7.84 0-1.064-2.156c1.96-.952 2.912-2.156 2.94-4.06-.084.028-.196.028-.28.028-1.428 0-2.576-.952-2.576-2.464 0-1.652 1.064-2.688 2.576-2.688 2.044 0 3.136 1.596 3.136 4.34 0 3.08-1.54 5.46-4.732 7ZM225.25 162.46l3.87-.63c.66 2.37 1.08 5.37 1.05 7.29l-4.2.75c.09-1.89-.18-4.98-.72-7.41Zm7.62-.57 4.5 1.32c-1.08 3.18-2.37 6.48-3.42 8.64l-3.84-1.26c1.02-2.31 2.19-5.88 2.76-8.7Zm-22.74.48h9.03v1.38l3.63-1.02c.96 2.28 1.86 5.22 2.1 7.17l-4.05 1.23c-.15-1.86-.84-4.77-1.68-7.11v21.42c0 1.71-.18 2.88-1.17 3.57-.96.69-2.13.78-3.81.78-.09-1.08-.54-2.94-1.02-4.02.69.06 1.5.06 1.8.06.3 0 .39-.12.39-.48v-5.34h-1.77c-.21 3.48-.69 7.08-1.68 9.75-.72-.6-2.4-1.5-3.33-1.83 1.47-4.11 1.56-10.2 1.56-14.58v-10.98Zm3.66 3.93v2.82h1.56v-2.82h-1.56Zm0 6.75v.3l-.03 2.64h1.59v-2.94h-1.56Zm12.39 4.89-1.92-1.41v4.95c.72-.99 1.38-2.19 1.92-3.54Zm6.21-5.46h4.11v16.89h-4.11v-1.62h-8.13v1.74h-4.02v-17.16h4.02v2.52l1.32-1.89 1.83 1.17c.3-1.14.57-2.34.75-3.54l3.54 1.26c-.3 1.56-.69 3.12-1.14 4.56.69.54 1.32 1.11 1.83 1.62v-5.55Zm-3.33 7.89c-.57 1.23-1.23 2.37-1.95 3.33h5.28v-3.87l-1.59 2.43c-.42-.57-1.05-1.23-1.74-1.89Zm-4.8 1.29v2.04h2.4c-.63-.66-1.68-1.53-2.4-2.04Zm40.17-12.45c-.09.48-.21 1.35-.21 1.65-.12 3.45-.51 11.64-1.77 14.79-.66 1.65-1.92 2.58-4.2 2.58-1.86 0-3.66-.15-5.07-.27l-.57-4.86c1.41.27 2.94.45 4.08.45 1.02 0 1.35-.36 1.65-1.11.72-1.65 1.14-6.87 1.14-10.14h-5.85c-1.08 7.59-3.81 12.36-9.36 16.35l-4.23-3.42c1.41-.78 3.06-1.89 4.44-3.33 2.61-2.7 3.87-5.82 4.41-9.6h-3.39c-.93 0-2.85.03-4.23.15v-4.74c1.38.15 3.09.24 4.23.24h3.75l.03-2.37c0-.66-.12-2.19-.24-2.91h5.34c-.09.72-.18 2.1-.21 2.82l-.12 2.46h4.8c.75 0 1.65-.09 2.49-.24l3.09 1.5Zm18.06-6.06c.78 1.53 2.61 6.06 3.24 8.13l-4.59 1.62c-.6-2.01-2.25-6.24-3.21-8.25l4.56-1.5Zm13.89 2.67c-.39.9-.69 1.92-.9 2.7-.81 3-2.58 8.04-5.04 11.31-3.18 4.2-7.53 7.2-11.82 8.88l-4.08-4.11c3.99-1.11 8.79-3.72 11.88-7.59 2.19-2.76 4.05-8.1 4.53-12.72l5.43 1.53Zm-22.23-.78c.99 2.04 2.85 6.45 3.54 8.52l-4.68 1.71c-.66-1.98-2.58-6.84-3.51-8.61l4.65-1.62Z" fill="%233269F6"/><path stroke="%233269F6" stroke-width="3" d="M2 1.5h322"/><path d="m63.127 71.459-10.193 7.19c-4.452-8.153-10.839-12.326-18.71-12.326-7.418 0-13.418 3.402-13.418 10.336 0 6.29 5.741 9.565 18.064 12.004 6.645 1.413 10.838 2.311 15.934 4.623 7.29 3.081 12.065 8.281 12.065 16.434 0 7.703-2.968 13.866-8.645 18.296-5.742 4.43-12.838 6.612-21.354 6.612-16.064 0-29.031-8.153-33.87-22.469l12.387-4.622c3.548 9.694 10.967 15.407 21.483 15.407 9.419 0 16.515-4.172 16.515-12.004 0-6.163-5.87-8.282-20.063-11.363-15.935-3.21-25.16-8.795-25.16-22.469 0-6.74 2.644-12.133 7.74-16.306 5.097-4.173 11.42-6.163 18.839-6.163 12.773 0 22.193 5.585 28.386 16.82ZM119.77 54.703c-14.322 0-26.257 8.474-29.806 21.827l11.419 3.017c2.452-7.832 9.548-13.224 18.387-13.224 10.515 0 17.935 4.75 17.935 15.985v3.402h-15.742c-22.063 0-35.224 8.603-35.224 25.358 0 15.279 10.386 23.56 24.128 23.56 11.548 0 22.515-4.879 27.483-12.133l1.871 10.914h10.451V84.555c0-20.479-11.742-29.852-30.902-29.852Zm17.999 44.553c0 7.832-2.645 13.866-7.871 17.847-5.161 3.851-10.838 5.841-17.031 5.841-7.871 0-12.838-4.429-12.838-11.812 0-8.795 7.548-14.316 20.708-14.316h17.032v2.44ZM177.574 67.286V55.923h36.773v66.123h26.902v11.362h-66.771v-11.362h26.902v-54.76h-23.806ZM217.573 31.593c0 5.841-4.774 10.592-10.645 10.592-5.871 0-10.645-4.75-10.645-10.593 0-5.841 4.774-10.592 10.645-10.592 5.871 0 10.645 4.75 10.645 10.593ZM311.311 104.199c0 12.454-5.419 18.745-16.386 18.745-10.967 0-16.387-6.291-16.387-18.745V25.751h-45.74v11.683h32.773V104.2c0 19.195 11.29 30.429 29.354 30.429s29.354-11.234 29.354-30.429h-12.968Z" fill="%233269F6"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -999em;
}

.mainVisual .mci > p > br {
  display: none;
}

.mainVisual .mci > p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.mainVisual .mci > p:nth-child(1) > span {
  display: block;
  font-size: 22px;
}

.mainVisual .mci > p:nth-child(2) {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.6;
}

.mainVisual .message {
  margin-top: 14px;
  color: var(--color-blue);
  font-size: 38px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.mainVisual .message > span,
.mainVisual .message > span > span {
  display: block;
}

.mainVisual_cta {
  display: none;
}

@media (min-width: 1024px) {
  .mainVisual {
    padding: 80px 70px 60px;
  }

  .mainVisual::before {
    top: -45px;
    right: -110px;
    width: 727px;
    height: 727px;
  }

  .mainVisual .logo {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 562px;
    height: 208px;
  }

  .mainVisual .subTitle {
    display: none;
  }

  .mainVisual .subTitlePc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 20px;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.26;
  }

  .mainVisual .subTitlePc > span {
    display: block;
  }

  .mainVisual .dementia {
    margin-top: 72px;
  }

  .mainVisual .dementia > h2 {
    display: block;
    text-align: left;
  }

  .mainVisual .dementia > h2 > span:nth-child(1) {
    width: fit-content;
    padding: 8px 16px;
  }

  .mainVisual .dementia > h2 > span:nth-child(1) > span {
    display: inline;
  }

  .mainVisual .dementia > h2 > span:nth-child(2) {
    width: fit-content;
    margin-top: 8px;
    padding: 3px 18px;
  }

  .mainVisual .dementia > p {
    margin-top: 30px;
  }

  .mainVisual .dementia > p > span:nth-child(1),
  .mainVisual .dementia > p > span:nth-child(3) {
    font-size: 24px;
    line-height: 2;
    text-align: left;
  }

  .mainVisual .dementia > p > strong {
    width: fit-content;
    padding: 0 16px 3px;
    font-size: 36px;
    line-height: 1.333;
    text-align: left;
  }

  .mainVisual .dementia > p > strong > span {
    display: inline;
  }

  .mainVisual .product {
    margin-top: 0;
    width: 100%;
    max-width: 1135px;
    height: 67px;
    background-image: url("./images/bg-product.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-indent: -999em;
  }

  .mainVisual .product > span,
  .mainVisual .product > strong {
    display: inline;
  }

  .mainVisual .mci {
    margin-top: 24px;
  }

  .mainVisual .mci > p > br {
    display: block;
  }

  .mainVisual .mci > p:nth-child(1) > span {
    display: inline;
  }

  .mainVisual .mci > p:nth-child(2) {
    margin-top: 20px;
  }

  .mainVisual .message {
    font-size: 60px;
    line-height: 1.667;
  }

  .mainVisual .message > span {
    display: block;
    text-align: center;
  }

  .mainVisual .message > span > span {
    display: inline;
  }

  .mainVisual_cta {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 70px;
    width: 370px;
    padding: 23px 20px 20px;
    border-radius: 0 0 10px 10px;
    background-color: #d30000;
    color: var(--color-white);
    text-align: center;
  }

  .mainVisual_cta > h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .mainVisual_cta > .download {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
  }

  .mainVisual_cta > .download > a {
    display: block;
  }

  .mainVisual_cta > .download > a > img {
    width: auto;
    height: 47px;
  }
}

.point1-image1 {
  max-width: 322px;
  margin: 30px auto 0;
}

@media (min-width: 512px) {
  .point1-image1 {
    max-width: 1141px;
  }
}

.point1-description {
  margin: 32px 0 0;
  font-weight: bold;
  text-align: center;
}

.point1-description > span {
  display: block;
}

.point1-description > span + span {
  position: relative;
  padding-top: 56px;
}

.point1-description > span + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 120px;
  height: 32px;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="154" height="40" viewBox="0 0 154 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M153.592.592h-34.995l-41.422 21.4-41.78-21.4H.4l76.775 39.4 76.417-39.4Z" fill="%233269F6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.point1-image2 {
  width: 100%;
  max-width: 1150px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .point1-image2 {
    margin-top: 34px;
  }
}

.point2-prevention h4 {
  position: relative;
  margin: 32px 0 0;
  padding-left: 27px;
  font-size: 24px;
}

.point2-prevention h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 10px;
  height: calc(100% - 0.6em);
  background-color: currentColor;
}

.point2-prevention h4 > span {
  display: block;
}

.point2-prevention_traditional > h4 {
  color: var(--color-red);
}

.point2-prevention_latest > h4 {
  color: var(--color-blue);
}

.point2-prevention ul {
  margin: 0 0 0 24px;
  padding: 0;
  list-style: none;
}

.point2-prevention ul > li {
  padding-left: 1.5em;
  text-indent: -1.2em;
}

.point2-prevention ul > li::before {
  content: "● ";
}

.point2-prevention ul > li strong {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .point2-prevention {
    display: table;
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .point2-prevention > div {
    display: table-row;
  }

  .point2-prevention h4,
  .point2-prevention ul {
    display: table-cell;
    height: 52px;
    vertical-align: middle;
  }

  .point2-prevention h4 {
    padding-right: 20px;
    white-space: nowrap;
  }

  .point2-prevention h4 > span {
    display: inline;
  }
}

.social-participation {
  display: grid;
  grid-template-areas:
    "social-participation-image"
    "social-participation-header"
    "social-participation-body";
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, auto);
  max-width: 320px;
  margin: 0 auto;
}

.social-participation > h4 {
  position: relative;
  grid-area: social-participation-header;
  margin: 32px 0 0;
  padding-bottom: 48px;
  color: var(--color-blue);
  font-weight: bold;
}

.social-participation > h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 322px;
  height: 30px;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="325" height="33" viewBox="0 0 325 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.999h92.635l-12.56 29.494 34.68-29.494H323" stroke="%233269F6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social-participation > h4 > span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.social-participation > h4 > span > span {
  display: block;
}

.social-participation > p {
  grid-area: social-participation-body;
}

.social-participation > img {
  grid-area: social-participation-image;
  display: block;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .social-participation {
    grid-template-areas:
      "social-participation-image social-participation-header"
      "social-participation-image social-participation-body";
    grid-template-columns: 338px 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0 30px;
    max-width: calc(100% - 16px);
    margin: 40px 0 0 16px;
  }

  .social-participation > h4 {
    align-self: flex-end;
    margin: 0;
    font-size: 24px;
    font-weight: 900;
  }

  .social-participation > h4::before {
    left: 0;
    width: 452px;
    height: 36px;
    transform: none;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="452" height="36" viewBox="0 0 452 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3h147.692l-12.77 30 35.262-30H449" stroke="%233269F6" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  .social-participation > h4 > span {
    width: auto;
    margin: 0;
  }

  .social-participation > h4 > span > span {
    display: inline;
  }

  .social-participation > img {
    align-self: flex-start;
  }
}

.experience {
  position: relative;
  z-index: 0;
}

.experienceGroup {
  margin-top: 60px;
}

.experiences {
  padding: 2px;
  border-radius: 10px 10px 0 10px;
  background-color: var(--color-blue);
}

.experiences_header {
  display: grid;
  grid-template-areas: "experiences-image experiences-heading";
  grid-template-columns: 104px 1fr;
  grid-template-rows: auto;
  gap: 0 20px;
  padding: 20px 30px;
  color: var(--color-white);
}

.experiences_headerText {
  grid-area: experiences-heading;
  align-self: center;
}

.experiences_header img {
  display: block;
  grid-area: experiences-image;
  width: 104px;
  border-radius: 999em;
}

.experiences_body {
  padding: 12px 16px;
  border-radius: 0 10px 0 10px;
  background-color: var(--color-white);
}

.experiences_body > p + p {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .experiences {
    display: grid;
    grid-template-columns: 23% auto;
    grid-template-rows: auto;
  }

  .experiences_header {
    grid-template-areas:
      "experiences-image"
      "experiences-heading";
    grid-template-columns: 100%;
    grid-template-rows: 165px auto;
    gap: 10px 0;
    padding: 56px 45px 45px;
  }

  .experiences_headerText {
    align-self: flex-start;
    font-weight: 300;
    text-align: center;
  }

  .experiences_headerText > p {
    color: #b3c7fc;
  }

  .experiences_header img {
    align-items: flex-end;
    width: 165px;
  }

  .experiences_body {
    padding: 40px;
    font-size: 18px;
  }

  .experiences_body > p + p {
    margin-top: 10px;
  }
}

.price .accent {
  font-size: 24px;
}

.monthlyFee {
  margin: 12px 0;
  padding: 16px;
  background-color: var(--color-yellow);
  font-size: 32px;
  text-align: center;
}

@media (min-width: 1024px) {
  .monthlyFee {
    width: fit-content;
    font-size: 48px;
  }
}

.usage {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, auto);
  gap: 20px 0;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .usage {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: auto;
    gap: 0 16px;
  }
}

.cta {
  position: sticky;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 12px 16px 22px;
  border-radius: 30px 30px 0 0;
  background-color: var(--color-red);
  color: var(--color-white);
}

.cta > h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.cta .download {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 16px;
  margin-top: 12px;
}

.cta .button {
  display: block;
}

.cta .button > img {
  display: block;
  width: auto;
  height: 46px;
}

@media (min-width: 1024px) {
  .cta {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    gap: 0 36px;
    width: calc(100% - 48px);
    max-width: 1188px;
    margin: 120px auto 0;
    padding: 28px;
    border-radius: 999em;
  }

  .cta > h2 {
    font-weight: 300;
    line-height: 2.4;
    text-align: right;
  }

  .cta .download {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .cta > h2 {
    font-size: 36px;
    line-height: 1.333;
  }

  .cta .button > img {
    height: 64px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% + 145px);
  width: 30px;
  height: 30px;
  border-radius: 999em;
  background-color: var(--color-yellow);
}

@media (min-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% + 76px);
    width: 60px;
    height: 60px;
  }
}

.swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }
}

.footer {
  padding: 32px 16px 20px;
  background-color: #eef2ff;
}

.footer-content {
  max-width: 1188px;
  margin: 0 auto;
}

.footer-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 16px;
}

.footer-link > span {
  display: block;
}

.footer-link a {
  display: block;
  margin: 4px 0;
  color: #3269f6;
  break-inside: avoid;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.copyright {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #899fe5;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}

@media (min-width: 1024px) {
  .footer {
    margin-top: 40px;
    padding: 40px;
  }

  .footer-link {
    display: block;
    text-align: right;
  }

  .footer-link > span {
    display: inline;
  }

  .footer-link a {
    display: inline-block;
    margin-left: 20px;
  }

  .copyright {
    margin-top: 0;
  }
}
