@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "M PLUS 1p", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/*--------------------------------------------
 * 共通部分
 *--------------------------------------------*/
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

/* --------------------------------------------
 * ヘッダー
 * -------------------------------------------- */
.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  height: 65px;
}
@media (min-width: 769px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header__inner {
    padding: 0 24px;
  }
}
.header__logo {
  display: block;
  line-height: 0;
}
.header__logo img {
  width: auto;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .header__logo img {
    height: 40px;
  }
}
.header__btn {
  display: block;
  line-height: 0;
}
.header__btn img {
  width: auto;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .header__btn img {
    height: 44px;
  }
}

/* --------------------------------------------
 * お悩みはありませんか
 * -------------------------------------------- */
.trouble {
  background-color: #f9f8f8;
  padding: 58px 0 54px;
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 46px 0 48px;
  }
}
.trouble__inner {
  width: min(100% - 80px, 980px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trouble__inner {
    width: calc(100% - 40px);
  }
}
.trouble__title {
  color: #4f4f4f;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 7px 10px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 768px) {
  .trouble__title {
    font-size: 38px;
    line-height: 1.24;
    letter-spacing: 0.02em;
  }
}
.trouble__title-highlight {
  font-size: 1.28em;
}
.trouble__list {
  margin-top: 40px;
  display: grid;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .trouble__list {
    margin-top: 20px;
    gap: 34px;
  }
}
.trouble__item {
  position: relative;
  padding-left: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .trouble__item {
    padding-left: 46px;
    font-size: clamp(19px, 3.8vw, 28px);
    line-height: 1.45;
  }
}
.trouble__item::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../images/check.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .trouble__item::before {
    top: 0.28em;
    width: 22px;
    height: 22px;
  }
}

/* --------------------------------------------
 * 特徴
 * -------------------------------------------- */
.feature {
  background-color: #d9efef;
  padding: 72px 0 88px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 52px 0 42px;
  }
}
.feature__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature__inner {
    width: calc(100% - 48px);
  }
}
.feature__title {
  color: #0e66cd;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 24px;
    line-height: 1.35;
  }
}
.feature__title-highlight {
  color: #0e66cd;
  font-size: 1.28em;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .feature__title-highlight {
    font-size: 40px;
  }
}
.feature__text {
  margin-top: 44px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .feature__text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.72;
  }
}
.feature__flow {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .feature__flow {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
}
.feature__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 320px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 26px 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .feature__card {
    width: 100%;
    max-width: none;
    padding: 20px 18px 18px;
    border-radius: 14px;
  }
}
.feature__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .feature__card-head {
    gap: 14px;
  }
}
.feature__card-head img {
  width: 92px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .feature__card-head img {
    width: 86px;
    height: 86px;
  }
}
.feature__card-title {
  color: #0e66cd;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .feature__card-title {
    font-size: 24px;
  }
}
.feature__card-text {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__card-text {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.55;
  }
}
.feature__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.feature__arrow img {
  width: 44px;
  height: 87px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .feature__arrow img {
    width: 87px;
    height: 44px;
    -webkit-transform: none;
            transform: none;
  }
}

/* --------------------------------------------
 * Strength
 * -------------------------------------------- */
.strength {
  padding: 72px 0 84px;
  background-image: url("../images/strength_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .strength {
    padding: 48px 0 56px;
  }
}
.strength__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .strength__inner {
    width: calc(100% - 30px);
  }
}
.strength__title {
  margin: 0 calc(50% - 50vw);
  background-color: #0e66cd;
  color: #fff;
  text-shadow: 2px 2px 0 #63adde;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .strength__title {
    margin: 0 calc(50% - 50vw);
    font-size: clamp(30px, 9vw, 44px);
  }
}
.strength__title-highlight {
  color: #fff200;
  font-size: 1.25em;
}
.strength__grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .strength__grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.strength__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 3);
          flex: 0 0 calc((100% - 48px) / 3);
  background-color: rgba(255, 255, 255, 0.96);
  border: 2px solid #0e66cd;
  border-radius: 26px;
  padding: 18px 18px 16px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .strength__card {
    border-radius: 22px;
    padding: 16px 16px 14px;
  }
}
.strength__card-title {
  color: #0e66cd;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__card-title {
    font-size: clamp(18px, 6.5vw, 24px);
  }
}
.strength__card-image {
  margin-top: 14px;
}
.strength__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.strength__card-text {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .strength__card-text {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* --------------------------------------------
 * Service
 * -------------------------------------------- */
.service {
  background-color: #fffee3;
  padding: 0 0 84px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 0 56px;
  }
}
.service__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__inner {
    width: calc(100% - 30px);
  }
}
.service .strength__title {
  margin: 0 calc(50% - 50vw) 34px;
}
@media screen and (max-width: 768px) {
  .service .strength__title {
    margin: 0 calc(50% - 50vw) 28px;
  }
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .service__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.service__card {
  border: 2px solid #0e66cd;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.service__card-head {
  padding: 14px 18px 16px;
  background-color: #0e66cd;
  border-radius: 22px 22px 0 0;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__card-head {
    font-size: clamp(26px, 9vw, 40px);
    padding: 12px 16px 14px;
  }
}
.service__card-body {
  padding: 28px 28px 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .service__card-body {
    padding: 22px 26px 18px;
  }
}
.service__price {
  color: #0e66cd;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.service__price + .service__price {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .service__price {
    font-size: clamp(24px, 8vw, 34px);
  }
}
.service__highlight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(62%, #fff200));
  background: linear-gradient(transparent 62%, #fff200 62%);
  padding: 0 0.04em;
}
.service__list {
  display: grid;
  gap: 18px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .service__list {
    gap: 12px;
    font-size: clamp(22px, 6.6vw, 30px);
  }
}
.service__list li {
  position: relative;
  padding-left: 1em;
}
.service__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.service__note {
  margin-top: 28px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service__note {
    margin-top: 22px;
    font-size: 14px;
  }
}
.service .tax {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service .tax {
    font-size: 12px;
  }
}

/* --------------------------------------------
 * CTA
 * -------------------------------------------- */
.cta {
  background-color: #fff;
  padding: 64px 0 76px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 44px 0 52px;
  }
}
.cta__inner {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    width: calc(100% - 28px);
  }
}
.cta__label {
  display: inline-block;
  min-width: min(100%, 660px);
  padding: 22px 40px 24px;
  border-radius: 32px;
  background-color: #0e66cd;
  color: #fff000;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .cta__label {
    min-width: 100%;
    padding: 18px 18px 20px;
    border-radius: 24px;
    font-size: clamp(28px, 8vw, 42px);
  }
}
.cta__lead {
  margin-top: 34px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .cta__lead {
    margin-top: 24px;
    font-size: clamp(18px, 5.3vw, 26px);
    line-height: 1.6;
  }
}
.cta__title {
  margin-top: 34px;
  color: #000;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cta__title {
    margin-top: 26px;
    font-size: clamp(34px, 11vw, 56px);
  }
}
.cta__title-highlight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(64%, #fff200));
  background: linear-gradient(transparent 64%, #fff200 64%);
  padding: 0 0.08em;
}
.cta__price {
  margin: 34px auto 0;
  width: min(100%, 670px);
}
@media screen and (max-width: 768px) {
  .cta__price {
    margin-top: 26px;
    width: min(100%, 520px);
  }
}
.cta__price img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta__button {
  display: block;
  width: min(100%, 503px);
  margin: 38px auto 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .cta__button {
    margin-top: 28px;
    width: min(100%, 420px);
  }
}
.cta__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.92;
}
.cta__button img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------------
 * Compare
 * -------------------------------------------- */
.compare {
  background-color: #fff;
  padding: 0 0 88px;
}
@media screen and (max-width: 768px) {
  .compare {
    padding: 0 0 58px;
  }
}
.compare__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .compare__inner {
    width: 100%;
  }
}
.compare .strength__title {
  margin: 0 calc(50% - 50vw) 34px;
}
@media screen and (max-width: 768px) {
  .compare .strength__title {
    margin: 0 0 24px;
  }
}
.compare__table-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compare__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 8px;
  }
}
.compare__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compare__table {
    width: 760px;
    min-width: 760px;
  }
}
.compare__table img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------------
 * Voice
 * -------------------------------------------- */
.voice {
  background-color: #d9efef;
  padding: 0 0 88px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 0 0 56px;
  }
}
.voice__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    width: 100%;
  }
}
.voice .strength__title {
  margin: 0 calc(50% - 50vw) 34px;
}
@media screen and (max-width: 768px) {
  .voice .strength__title {
    margin: 0 0 24px;
  }
}
.voice__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .voice__slider {
    gap: 14px;
  }
}
.voice__viewport {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
}
.voice__track {
  --voice-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--voice-gap);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .voice__track {
    --voice-gap: 0px;
  }
}
.voice__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--voice-gap)) / 2);
          flex: 0 0 calc((100% - var(--voice-gap)) / 2);
}
@media screen and (max-width: 768px) {
  .voice__slide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.voice__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.voice__nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .voice__nav {
    width: 46px;
    height: 46px;
  }
}
.voice__nav:hover {
  opacity: 0.88;
}
.voice__nav:disabled {
  opacity: 0.45;
  cursor: default;
}
.voice__nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------------
 * Flow
 * -------------------------------------------- */
.flow {
  background-color: #fffee3;
  padding: 0 0 88px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 0 0 58px;
  }
}
.flow__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: 100%;
  }
}
.flow .strength__title {
  margin: 0 calc(50% - 50vw) 34px;
}
@media screen and (max-width: 768px) {
  .flow .strength__title {
    margin: 0 0 24px;
  }
}
.flow__table-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 8px;
  }
}
.flow__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__table {
    width: 980px;
    min-width: 980px;
  }
}
.flow__table img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------------------------------------
 * FAQ
 * -------------------------------------------- */
.faq {
  background-color: #fff;
  padding: 0 0 88px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 0 0 56px;
  }
}
.faq__inner {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    width: calc(100% - 44px);
  }
}
.faq .strength__title {
  margin: 0 calc(50% - 50vw) 28px;
}
@media screen and (max-width: 768px) {
  .faq .strength__title {
    margin: 0 calc(50% - 50vw) 22px;
  }
}
.faq__list {
  display: grid;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    gap: 18px;
  }
}
.faq__item {
  background-color: #fff;
}
.faq__question {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  background-color: #0e66cd;
  color: #fff;
  cursor: pointer;
}
.faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq__question {
    padding: 18px 22px;
    gap: 12px;
  }
}
.faq__question-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .faq__question-text {
    font-size: clamp(16px, 5vw, 22px);
  }
}
.faq__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .faq__icon {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
  .faq__icon::before, .faq__icon::after {
    width: 16px;
    height: 2px;
  }
}
.faq__item[open] .faq__icon::after {
  opacity: 0;
}
.faq__answer {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    -webkit-transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
    transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
  }
}
.faq__answer-inner {
  padding: 22px 28px 26px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__answer-inner {
    padding: 18px 22px 24px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* --------------------------------------------
 * Contact
 * -------------------------------------------- */
.contact {
  background-color: #fff;
  padding: 0 0 88px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 0 56px;
  }
}
.contact__inner {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: calc(100% - 40px);
  }
}
.contact .strength__title {
  margin: 0 calc(50% - 50vw) 34px;
}
@media screen and (max-width: 768px) {
  .contact .strength__title {
    margin: 0 calc(50% - 50vw) 24px;
  }
}
.contact__form {
  display: grid;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    gap: 22px;
  }
}
.contact__field {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact__field {
    gap: 8px;
  }
}
.contact__label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .contact__label-row {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact__label {
  color: #0e66cd;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact__label {
    font-size: clamp(18px, 5.2vw, 24px);
  }
}
.contact__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background-color: #ff0000;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__required {
    min-width: 58px;
    height: 30px;
    font-size: 15px;
  }
}
.contact__input, .contact__textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0 16px;
}
.contact__input:focus, .contact__textarea:focus {
  outline: 3px solid rgba(14, 102, 205, 0.35);
}
.contact__input {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .contact__input {
    height: 48px;
  }
}
.contact__textarea {
  min-height: 180px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contact__textarea {
    min-height: 150px;
  }
}
.contact__submit {
  width: min(100%, 520px);
  margin: 10px auto 0;
  border: 0;
  border-radius: 999px;
  background-color: #24cc00;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 18px 24px 20px;
}
@media screen and (max-width: 768px) {
  .contact__submit {
    font-size: 20px;
    padding: 16px 22px 18px;
  }
}

/* --------------------------------------------
 * Footer
 * -------------------------------------------- */
.footer {
  background-color: #0b468c;
  padding: 44px 0 52px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 36px;
  }
}
.footer__inner {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: calc(100% - 40px);
  }
}
.footer__title {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__list {
  margin-top: 26px;
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    margin-top: 20px;
    gap: 18px;
  }
}
.footer__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .footer__row {
    grid-template-columns: 64px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.footer__label, .footer__value {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .footer__label, .footer__value {
    font-size: 14px;
    line-height: 1.55;
  }
}