/*
Theme Name: lp
Description:
Author:
Author URI:
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: 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 {
  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] {
  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: 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;
}

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

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.otf") format("opentype"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff") format("woff"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.otf") format("opentype"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff") format("woff"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.otf") format("opentype"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff") format("woff"), url("https://kyu-min.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", sans-serif;
  color: #222222;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7vw;
  }
}

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

a:hover {
  opacity: 0.9;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  background: #fff;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.16);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 0 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 35vw;
  }
}
.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link {
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .header__link {
    margin: 0;
  }
}
.header__btn {
  line-height: 1.3;
  display: block;
  text-align: center;
  background: #4ca74f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 230px;
  padding: 0.3rem 0;
  border-radius: 5px;
  border: 3px solid #68b46b;
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .header__btn {
    width: 30vw;
    min-width: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 1vw;
  }
}
.header__btn--mail {
  background: #ed7600;
  border: 3px solid #e98f3d;
}
@media screen and (max-width: 767px) {
  .header__btn--mail {
    border: none;
  }
}

.header__logo a {
  cursor: pointer;
}

.header__logo a:hover {
  opacity: 1;
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://kyu-min.com/wp-content/uploads/2025/05/fv-back-1.webp") no-repeat center;
}
.fv__inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fv__cta {
  max-width: 650px;
  width: 100%;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 834px) {
  .fv__cta {
    bottom: 2vw;
    width: 86.3vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__cta {
    bottom: 8.2vw;
    width: 97vw;
  }
}

.inner__cta-link {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.cta-wrapper {
  margin: 0 auto;
  -webkit-animation: animation 0.7s ease 0s infinite alternate;
  animation: animation 0.7s ease 0s infinite alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes animation {
  from {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes animation {
  from {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*----------------------------------------
悩み
----------------------------------------*/
.trouble {
  background: #e4f3ff;
  position: relative;
}
.trouble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 49vw 0 49vw;
  border-color: #e4f3ff #fef5ec transparent #fef5ec;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .trouble::after {
    border-width: 15vw 48vw 0 48vw;
  }
}
.trouble__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding: 10.2vw 4vw;
  }
}
.trouble__subtitile {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #005084;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .trouble__subtitile {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
}
.trouble__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #005084;
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.trouble__items {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  padding: 3.5625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .trouble__items {
    padding: 14.8vw 8.2vw;
    padding-bottom: 5vw;
  }
}
.trouble__list {
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 1px dotted #d7d7d7;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.8rem;
  background: url("https://kyu-min.com/wp-content/themes/lp/img/nayami-checkbox.webp") left 0px top 3px no-repeat;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .trouble__list {
    font-size: 4.8vw;
    margin-top: 5.38vw;
    padding-bottom: 5.38vw;
    background-size: 5.12vw;
    padding-left: 8.8vw;
  }
}
.trouble__list--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #feea7e));
  background: linear-gradient(transparent 75%, #feea7e 75%);
  font-weight: 600;
  color: #005084;
  font-weight: 600;
}
.trouble__list:first-child {
  margin-top: 0;
}
.trouble__list:last-child {
  border-bottom: none;
}
.trouble__box {
  width: 85%;
  margin: 2.625rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble__box {
    width: 100%;
    margin-top: 2.58vw;
  }
}
.trouble__img {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .trouble__img {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .trouble__img--sp {
    width: 33.7vw;
    margin: 0 auto -12.05vw;
  }
}
.trouble__text {
  font-size: 2.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .trouble__text {
    font-size: 6.98vw;
  }
}
.trouble__text--large {
  font-size: 1.4em;
  font-weight: 600;
  color: #007ccf;
}
@media screen and (max-width: 767px) {
  .trouble__text--large {
    font-size: 1.8em;
  }
}
.trouble__payment {
  display: inline-block;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 920px) {
  .trouble__payment {
    width: 96vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__payment {
    width: 90.25vw;
  }
}
.trouble__payment--yellow {
  color: #ffed35;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
.trouble__payment--small {
  font-size: 0.4em;
}
.trouble__payment--large {
  font-size: 2.3em;
  letter-spacing: 0.05em;
}
.trouble__payment--large02 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.trouble__payment--first {
  font-size: 2.625rem;
  position: absolute;
  color: #fff;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 920px) {
  .trouble__payment--first {
    font-size: 4.56vw;
    top: 3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__payment--first {
    font-size: 6.74vw;
    top: 20.9vw;
  }
}
.trouble__payment--second {
  font-size: 2.625rem;
  position: absolute;
  color: #fff;
  bottom: 1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 920px) {
  .trouble__payment--second {
    font-size: 4.56vw;
    bottom: 1.91vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__payment--second {
    font-size: 6.25vw;
    bottom: -1vw;
  }
}
.trouble__caution {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trouble__caution {
    font-size: 2.13vw;
    width: 100%;
    margin-top: 3vw;
  }
}

.dot {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.dot::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 8px;
  background: radial-gradient(circle 8px, #007ccf 50%, transparent 50%);
  background: -moz-radial-gradient(circle 8px, #007ccf 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .dot::before {
    top: 3px;
    padding-top: 6px;
    background: radial-gradient(circle 6px, #007ccf 50%, transparent 50%);
    background: -moz-radial-gradient(circle 6px, #007ccf 50%, transparent 50%);
  }
}

.dot02 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.dot02::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 8px;
  background: radial-gradient(circle 8px, #007ccf 50%, transparent 50%);
  background: -moz-radial-gradient(circle 8px, #007ccf 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .dot02::before {
    top: -0.5vw;
    padding-top: 6px;
    background: radial-gradient(circle 6px, #007ccf 50%, transparent 50%);
    background: -moz-radial-gradient(circle 6px, #007ccf 50%, transparent 50%);
  }
}

/*----------------------------------------
解決策
----------------------------------------*/
@media screen and (max-width: 767px) {
  .solution__subtitle img {
    width: 36vw;
  }
}

.solution {
  background: #fef5ec;
  text-align: center;
  overflow: hidden;
}
.solution__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding: 10.2vw 4vw;
  }
}
.solution__subtitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution__subtitle {
    width: 36vw;
    margin: -8vw auto;
  }
}
.solution__subtitle-text {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .solution__subtitle-text {
    font-size: 8vw;
    width: 100%;
  }
}
.solution__heading {
  max-width: 750px;
  margin: -1rem auto;
}
@media screen and (max-width: 767px) {
  .solution__heading {
    width: 88vw;
    margin: 4vw auto 0;
  }
}
.solution__text {
  margin-top: 3.25rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .solution__text {
    font-size: 6.15vw;
    line-height: 1.5;
    margin-top: 7.69vw;
  }
}
.solution__text--large {
  font-size: 3.5625rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fed0a4));
  background: linear-gradient(transparent 75%, #fed0a4 75%);
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .solution__text--large {
    font-size: 10.77vw;
  }
}
.solution__text--orange {
  color: #ed7600;
}
.solution__deco-right {
  position: absolute;
  top: -0.5rem;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .solution__deco-right {
    top: 5.12vw;
    right: -16vw;
    width: 12.56vw;
  }
}
.solution__deco-left {
  position: absolute;
  top: -0.5rem;
  left: -6rem;
}
@media screen and (max-width: 767px) {
  .solution__deco-left {
    top: 5.12vw;
    left: -16vw;
    width: 12.56vw;
  }
}
.solution__items {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .solution__items {
    gap: 2vw;
    margin-top: 9.48vw;
  }
}
.solution__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .solution__list {
    width: 29.48vw;
  }
}
.solution__list-text {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  text-shadow: 2px 2px 4px #ed7600;
}
@media screen and (max-width: 767px) {
  .solution__list-text {
    font-size: 4vw;
    width: 100%;
  }
}
.solution__list-text--large {
  font-size: 1.3em;
  font-weight: 600;
}

/*----------------------------------------
ステップ
----------------------------------------*/
.step {
  background: #007ccf;
  position: relative;
}
.step__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__inner {
    padding: 10.2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .step__inner {
    padding-bottom: 0;
  }
}
.step__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.step__heading--yellow {
  color: #fce970;
}
.step__heading--large {
  font-size: 2em;
  line-height: 0.3;
}
.step__title-en {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .step__title-en {
    width: 72.3vw;
  }
}
.step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .step__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10.25vw;
  }
}
.step__list {
  background: #fce970;
  border-radius: 1rem;
  margin-top: 4rem;
  background: #fff;
  padding: 2.8rem 0;
  width: 28%;
  position: relative;
  border: 5px solid #e4f3ff;
}
@media screen and (max-width: 767px) {
  .step__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2vw;
    margin-top: 0;
    padding: 5.12vw;
  }
}
@media screen and (max-width: 767px) {
  .step__list--third {
    padding-bottom: 15.3vw;
  }
}
@media screen and (max-width: 767px) {
  .step__img {
    width: 27vw;
  }
}
.step__number {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .step__number {
    width: 22vw;
    top: -3vw;
  }
}
.step__arrow {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .step__arrow {
    margin: 3vw auto 4vw;
    width: 11.02vw;
  }
}
.step__text {
  font-size: 1.875rem;
  margin-top: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .step__text {
    font-size: 5.4vw;
    text-align: left;
  }
}
.step__text--orange {
  color: #ed7600;
}
.step__text--small {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step__text--small {
    position: absolute;
    bottom: 4.6vw;
    right: 1vw;
    text-align: left;
    font-size: 4.15vw;
  }
}

.inner-cta {
  margin-top: 3rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .inner-cta {
    bottom: 2vw;
    width: 86.3vw;
    margin-top: 12.05vw;
  }
}
@media screen and (max-width: 767px) {
  .inner-cta {
    bottom: 8.2vw;
    width: 100vw;
    width: 100%;
  }
}
.inner-cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .inner-cta-text {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .inner-cta-text {
    font-size: 6.5vw;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}

/*----------------------------------------
違い
----------------------------------------*/
.difference {
  background: #fef5ec;
  position: relative;
  overflow: hidden;
}
.difference__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .difference__inner {
    padding: 10.2vw 4vw;
  }
}
.difference__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .difference__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.difference__heading--orange {
  color: #ed7600;
}
.difference__deco {
  position: absolute;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .difference__deco {
    width: 16.9vw;
    z-index: 1;
    right: -16vw;
  }
}
.difference__box {
  margin-top: 2.625rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .difference__box {
    margin-top: 6.15vw;
  }
}
.difference__text {
  position: absolute;
  font-weight: 500;
  top: 3.5rem;
  left: 7.5rem;
  font-size: 1.625rem;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .difference__text {
    width: 90.5vw;
    font-size: 4.3vw;
    top: 12.05vw;
    left: 8.5vw;
    line-height: 1.7;
  }
}
.difference__text--orange {
  color: #ed7600;
  font-weight: 600;
}
.difference__figure {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .difference__figure {
    margin-top: 4.1vw;
  }
}
.difference__figure-title {
  font-size: 1.875rem;
  font-weight: 600;
  background: #fff;
  border: 2px solid #ed7600;
  display: inline-block;
  padding: 0 2rem;
  color: #ed7600;
  -webkit-box-shadow: 3px 4px 0 #ed7600;
  box-shadow: 3px 4px 0 #ed7600;
}
@media screen and (max-width: 767px) {
  .difference__figure-title {
    font-size: 5.06vw;
    -webkit-box-shadow: 1px 2px 0 #ed7600;
    box-shadow: 1px 2px 0 #ed7600;
  }
}
.difference__img {
  max-width: 880px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .difference__img {
    margin: 5.89vw auto 0;
  }
}

/*----------------------------------------
おすすめ
----------------------------------------*/
.recommend {
  background: url("https://kyu-min.com/wp-content/themes/lp/img/recommend-back.webp") bottom center;
  background-size: cover;
  position: relative;
}
.recommend__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend__inner {
    padding: 10.2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend__inner {
    padding-bottom: 16vw;
  }
}
.recommend__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recommend__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .recommend__heading {
    font-size: 8vw;
  }
}
.recommend__heading--blue {
  color: #007ccf;
}
.recommend__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 90%;
  margin: 2.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .recommend__box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.35vw;
  }
}
.recommend__items {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .recommend__items {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.recommend__list {
  background: #007ccf;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
  font-weight: 500;
  margin-top: 1.875rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recommend__list {
    font-size: 4.39vw;
    margin-top: 2.56vw;
  }
}
.recommend__list:first-child {
  margin-top: 0;
}
.recommend__list--small {
  font-size: 0.6em;
}
.recommend__list--yellow {
  color: #fce970;
}
.recommend__caution {
  position: absolute;
  bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recommend__caution {
    font-size: 2.13vw;
  }
}
@media screen and (max-width: 767px) {
  .recommend__img {
    margin: 0 auto -3vw;
    width: 31.28vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
  }
}

.recommend__list img {
  width: 22px;
  height: 22px;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recommend__list img {
    margin-top: 0;
    width: 4.3vw;
    height: 4.3vw;
    margin-right: 3vw;
    margin-top: 0.6vw;
  }
}

/*----------------------------------------
料金
----------------------------------------*/
.price {
  background: #ed7600;
}
.price__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 10.2vw 4vw;
  }
}
.price__subtitile {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .price__subtitile {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
}
.price__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.price__box {
  background: #fff;
  margin-top: 2.625rem;
  border-radius: 20px;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .price__box {
    margin-top: 7vw;
    padding: 11.5vw 5.3vw 0;
  }
}
.price__text {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 5.6vw;
  }
}
.price__price {
  width: 390px;
  margin: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .price__price {
    width: 75vw;
    margin: 4vw auto;
  }
}

.price-detail {
  margin-top: 2.625rem;
  position: relative;
}
.price-detail__title {
  background: #ed7600;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 2rem;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .price-detail__title {
    font-size: 3.58vw;
    top: -2vw;
  }
}
.price-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background: #fef5ec;
  width: 70%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .price-detail__inner {
    gap: 6vw;
    width: 100%;
    padding: 6vw 4vw 4vw;
  }
}
.price-detail__text {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .price-detail__text {
    font-size: 4.26vw;
    width: 100%;
  }
}

.price-addition {
  margin: 2.625rem auto 0;
  max-width: 224px;
}
@media screen and (max-width: 767px) {
  .price-addition {
    width: 37.94vw;
    margin: 5.64vw auto 0;
  }
}
.price-addition__text {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .price-addition__text {
    font-size: 6vw;
    position: relative;
  }
}

.price-deco-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.61vw;
}

.price-deco-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.61vw;
}

.price__caution__box {
  background: #f7f5f0;
  width: 70%;
  margin: 4rem auto 0;
  position: relative;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .price__caution__box {
    width: 100%;
    padding: 6vw;
    padding-left: 4vw;
    margin-top: 11.79vw;
  }
}
.price__caution__text {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .price__caution__text {
    font-size: 4.05vw;
  }
}
.price__caution__text--orange {
  color: #ed7600;
}
.price__caution__woman {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .price__caution__woman {
    width: 21.5vw;
    right: -2vw;
  }
}

.inner-cta--price {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .cta-text--price {
    font-size: 5.8vw;
  }
}

@media screen and (max-width: 767px) {
  .cta-text-sub--price {
    font-size: 6vw;
    top: 3.3vw;
  }
}

.slash {
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash-blue:before,
.slash-blue:after {
  background: #007ccf;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .slash-blue:before,
  .slash-blue:after {
    display: none;
  }
}

.slash:before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.slash:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

/*----------------------------------------
メリット
----------------------------------------*/
.merit {
  background: #f7f5f0;
  position: relative;
}
.merit__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .merit__inner {
    padding: 10.2vw 4vw;
  }
}
.merit__subtitile {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #ed7600;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .merit__subtitile {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__subtitile {
    padding: 0 4.1vw;
  }
}
.merit__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .merit__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.merit__heading--large {
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .merit__heading--large {
    line-height: 1;
  }
}
.merit__heading--orange {
  color: #ed7600;
}
.merit__items {
  width: 80%;
  margin: 1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .merit__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin: 2vw auto;
  }
}
.merit__list {
  background: #fff;
  width: calc(50% - 1rem);
  padding: 3rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  position: relative;
  margin-top: 2.5rem;
  border: 3px solid #ed7600;
}
@media screen and (max-width: 767px) {
  .merit__list {
    width: 48%;
    padding: 8vw 0 4.61vw;
    border-radius: 2vw;
    margin-top: 7vw;
  }
}
.merit__number {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
}
@media screen and (max-width: 767px) {
  .merit__number {
    width: 11.5vw;
    top: -5vw;
  }
}
.merit__title {
  line-height: 1.3;
  font-size: 1.875rem;
  font-weight: 600;
  min-height: 5rem;
  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;
}
@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 5.3vw;
  }
}
.merit__img {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .merit__img {
    width: 13.8vw;
    margin: 2vw auto;
  }
}
@media screen and (max-width: 767px) {
  .merit__img--third {
    width: 20vw;
  }
}
.merit__text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .merit__text {
    font-size: 3.59vw;
  }
}

/*----------------------------------------
サポート実績
----------------------------------------*/
.voice {
  background: #e4f3ff;
  position: relative;
}
.voice__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 10.2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding-bottom: 0;
  }
}
.voice__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
.voice__heading--blue {
  color: #007ccf;
}
.voice__list {
  margin-top: 2.625rem;
  background: #fff;
  border-radius: 1.3rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.1vw;
    margin-top: 5.64vw;
  }
}
.voice__list-inner {
  width: 75%;
  text-align: left;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .voice__list-inner {
    width: 100%;
  }
}
.voice__icon {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .voice__icon {
    width: 26.4vw;
    margin: 0 auto;
  }
}
.voice__name {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 3.48vw;
  }
}
.voice__title {
  color: #007ccf;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 5.6vw;
  }
}
.voice__text {
  margin-top: 0.5rem;
  line-height: 1.9;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 4.05vw;
    line-height: 1.7;
  }
}

/*----------------------------------------
私たちがサポートします
----------------------------------------*/
.profile {
  position: relative;
}
.profile__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    padding: 10.2vw 4vw;
  }
}
.profile__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #ed7600;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .profile__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .profile__heading {
    padding: 5.64vw 0;
  }
}
.profile__items {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .profile__items {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.profile__box {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .profile__box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2vw;
  }
}
.profile__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .profile__img {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
}
.profile__career {
  text-align: left;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ed7600;
  padding: 0.5rem 0;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .profile__career {
    font-size: 3.825vw;
    margin-bottom: 3vw;
  }
}
.profile__career-name {
  font-size: 1.5em;
}
.profile__text {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .profile__text {
    font-size: 4.15vw;
    line-height: 1.7;
  }
}
.profile__text--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #feea7e));
  background: linear-gradient(transparent 75%, #feea7e 75%);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .profile__text--yellow {
    font-size: 4.15vw;
  }
}
.profile__text--secondary {
  margin-top: 1.5rem;
}

.profile__career img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .profile__career img {
    width: 19.2vw;
  }
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  background: #fef5ec;
}
.faq__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 10.2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-bottom: 0;
  }
}
.faq__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 10.51vw;
  }
}
.faq__area {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .faq__area {
    margin-top: 11.2vw;
  }
}
.faq__list {
  margin-top: 2.625rem;
  border-bottom: 1px solid #ed7600;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    padding-bottom: 5vw;
    margin-top: 5vw;
  }
}
.faq__list:last-child {
  border-bottom: none;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 2rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ed7600;
}
@media screen and (max-width: 767px) {
  .faq__question {
    gap: 4.1vw;
    font-size: 4.13vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    width: 7.6vw;
  }
}
.faq__answer {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  text-align: left;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    gap: 4.1vw;
    font-size: 4.13vw;
    line-height: 1.7;
    margin-top: 5vw;
  }
}

/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact {
  padding: 5rem;
  background: #ed7600;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 11.5vw 4vw;
  }
}
.contact__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 2.625rem;
  color: #ed7600;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 7.3vw;
  }
}
.contact__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 10.2vw 4vw;
  }
}
.contact__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__subtitle {
    font-size: 4vw;
  }
}

.contact-form {
  width: 80%;
  margin: 2.625rem auto;
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form__field {
  text-align: left;
  font-size: 1.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form__field {
    font-size: 4.26vw;
  }
}
.contact-form__label {
  font-weight: 500;
  width: 100%;
}
.contact-form__label--red {
  background: #c21111;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1rem 0.5rem;
  margin-left: 15px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #b3afaf;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #b3afaf;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #b3afaf;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #b3afaf;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b3afaf;
}
.contact-form__input,
.contact-form__textarea {
  margin-top: 1.25rem;
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1rem;
}
.contact-form__textarea {
  height: 200px;
}
.contact-form__btn {
  text-align: center;
  background: #52b34e;
  font-weight: 500;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 3rem;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .contact-form__btn {
    font-size: 4.6vw;
  }
}
.contact-form__btn:hover {
  opacity: 0.9;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #fff;
  text-align: center;
  padding: 2rem;
}
.footer__links {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    font-size: 2.8vw;
  }
}
.footer__link {
  font-size: 0.9375rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 2.8vw;
  }
}
.footer__text {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 2.8vw;
  }
}

.footer__links a {
  cursor: pointer;
}
.footer__links a:hover {
  opacity: 0.9;
}

/*----------------------------------------
固定ヘッダー
----------------------------------------*/
.fixed_btn {
  position: fixed;
  z-index: 99999;
  bottom: 40px;
  right: 15px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    width: 27vw;
    bottom: 2vw;
    right: 0.5vw;
  }
}

/*----------------------------------------
特商法
----------------------------------------*/
.legal__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .legal__inner {
    padding: 10.2vw 4vw;
  }
}
.legal__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .legal__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .legal__heading {
    font-size: 6vw;
  }
}
.legal__table {
  width: 100%;
  margin: 2.625rem auto 0;
  border-collapse: collapse;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .legal__table {
    font-size: 3.84vw;
  }
}
.legal__table th,
.legal__table td {
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .legal__table th,
  .legal__table td {
    padding: 2vw;
  }
}
.legal__table th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 30%;
}
.legal__table td {
  width: 70%;
}

.totop {
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #ed7600;
  font-weight: 500;
}
.plan {
  background: #f7f5f0;
}
.plan__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    padding: 10.2vw 4vw;
  }
}
.plan__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #ed7600;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .plan__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .plan__heading {
    padding: 5.64vw 0;
  }
}
.plan__items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .plan__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.plan__list {
  background: #fff;
  width: calc(50% - 1rem);
  padding: 3rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  position: relative;
  border: 3px solid #ed7600;
}
@media screen and (max-width: 767px) {
  .plan__list {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 8vw 0 4.61vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .plan__list:last-child {
    margin-top: 1.8rem;
  }
}
.plan__title {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan__title {
    font-size: 5.3vw;
  }
}
.plan__price {
  font-size: 1.875rem;
  margin: 1.8rem 0 1.3rem;
  font-weight: 600;
  color: #cc1e1d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .plan__price {
    font-size: 5.3vw;
    margin: 2vw 0;
  }
}
.plan__price--large {
  font-size: 2em;
}
.plan__btn {
  font-size: 1.5rem;
  background: #349e3e;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0.5rem 0;
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .plan__btn {
    font-size: 4.5vw;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.16);
  }
}
.plan__img {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan__img {
    width: 13.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .plan__img--secondary {
    width: 31.464vw;
  }
}

.plan__subtitle {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #005274;
  color: #fff;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  padding: 0.5rem 0.5rem 0.4rem;
  font-size: 1.3rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    top: -5.5vw;
    padding: 2vw 2vw 1.8vw;
    font-size: 4vw;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .plan__list:last-child {
    margin-top: 12vw;
  }
}
.plan__caution {
  font-size: 0.9em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  margin-top: 1.2rem;
}

.plan_animation {
  -webkit-animation: shake 0.8s infinite;
          animation: shake 0.8s infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
//2025.5修正

.plan {
  background: #f7f5f0;
}
.plan__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    padding: 10.2vw 4vw;
  }
}
.plan__heading {
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #ed7600;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .plan__heading {
    font-size: 9.3vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .plan__heading {
    padding: 5.64vw 0;
  }
}
.plan__items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .plan__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.plan__list {
  background: #fff;
  width: calc(50% - 1rem);
  padding: 3rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  position: relative;
  border: 3px solid #ed7600;
}
@media screen and (max-width: 767px) {
  .plan__list {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 8vw 0 4.61vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .plan__list:last-child {
    margin-top: 1.8rem;
  }
}
.plan__title {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan__title {
    font-size: 5.3vw;
  }
}
.plan__price {
  font-size: 1.875rem;
  margin: 1.8rem 0 1.3rem;
  font-weight: 600;
  color: #cc1e1d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .plan__price {
    font-size: 5.3vw;
    margin: 2vw 0;
  }
}
.plan__price--large {
  font-size: 2em;
}
.plan__btn {
  font-size: 1.5rem;
  background: #349e3e;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0.5rem 0;
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .plan__btn {
    font-size: 4.5vw;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.16);
  }
}
.plan__img {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan__img {
    width: 13.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .plan__img--secondary {
    width: 31.464vw;
  }
}

.plan__subtitle {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #005274;
  color: #fff;
  position: absolute;
  top: -1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  padding: 0.5rem 0.5rem 0.4rem;
  font-size: 1.3rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    top: -5.5vw;
    padding: 2vw 2vw 1.8vw;
    font-size: 4vw;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .plan__list:last-child {
    margin-top: 12vw;
  }
}
.plan__caution {
  font-size: 0.9em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  margin-top: 1.2rem;
}

.plan_animation {
  -webkit-animation: shake 0.8s infinite;
          animation: shake 0.8s infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.small {
  font-size: 0.8em;
}

.solution__text--large {
  line-height: 1.4;
}

.solution__deco-left {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .solution__deco-left {
    top: 3vw;
    left: -7vw;
    width: 12.56vw;
  }
}

.solution__deco-right {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .solution__deco-right {
    top: 3vw;
    right: -7vw;
    width: 12.56vw;
  }
}

@media screen and (max-width: 767px) {
  .solution__text--large {
    font-size: 8.5vw;
  }
}

.plan__items {
  width: 85%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .plan__items {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.plan__subtitle {
  width: 85%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    top: -5.5vw;
    padding: 2vw 2vw 1.8vw;
    font-size: 3.7vw;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .plan__list {
    width: 100%;
  }
}

/*********************/
/*     CTAエリア     */
/*********************/
.cta {
  background: #ed7600;
}
.cta__inner {
  max-width: 1056px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 10.2vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 4vw;
  }
}
.cta__box {
  background: #fff;
  padding: 2rem 1rem;
  border: 5px solid #f6983e;
  border-radius: 7px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cta__box {
    padding: 4vw;
    border: 1.5vw solid #f6983e;
    border-radius: 1.4vw;
  }
}
.cta__title {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 6vw;
    line-height: 1.4;
  }
}
.cta__title--orange {
  color: #ed7600;
}
.cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.cta__mail {
  width: 43%;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .cta__mail {
    width: 94%;
  }
}
.cta__line {
  width: 43%;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .cta__line {
    width: 94%;
    margin-top: 1.2vw;
  }
}

.inner__cta {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .inner__cta {
    padding: 8vw 0;
  }
}

.slash_2:before,
.slash_2:after {
  background: #ed7600;
}
@media screen and (max-width: 767px) {
  .slash_2:before,
  .slash_2:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .step__items {
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .price__cta {
    padding-left: 0;
    padding-right: 0;
    margin-top: 4vw;
  }
}

.header__btn {
  line-height: 1.3;
  display: block;
  text-align: center;
  background: #4ca74f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 230px;
  padding: 0.3rem 0;
  border-radius: 5px;
  border: 3px solid #68b46b;
  -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .header__btn {
    width: 12vw;
    min-width: auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 1vw;
    background: none;
  }
}
.header__btn--mail {
  background: #bc122a;
  border: 3px solid #d2364c;
}
@media screen and (max-width: 767px) {
  .header__btn--mail {
    background: none;
    border: none;
  }
}