/*
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://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.otf") format("opentype"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff") format("woff"), url("https://www.genius-corp.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://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.otf") format("opentype"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Medium.woff") format("woff"), url("https://www.genius-corp.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://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.otf") format("opentype"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff") format("woff"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Black.otf") format("opentype"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Black.woff") format("woff"), url("https://www.genius-corp.com/wp-content/themes/lp/fonts/NotoSansJP-Black.woff2") format("woff2");
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", sans-serif;
  color: #333;
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
  }
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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

.orange {
  color: #f5763c;
  font-weight: 600;
}

.blue {
  color: #004da0;
  font-weight: 600;
}

.yellow {
  color: #fdd030;
  font-weight: 600;
}

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

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

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

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333333;
  width: 2.5px;
  height: 1em;
  margin: 0 0.7em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .slash:before,
  .slash:after {
    display: none;
  }
}

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

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

/*----------------------------------------
header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  padding: 1rem 1.25rem;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner {
    height: 14.35vw;
    padding: 3.846vw 3.33333vw;
  }
}
.header__logo img {
  width: 202px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__logo img {
    width: 34.61vw;
  }
}
.header__hamburger {
  display: none;
  width: 7.0666vw;
  height: 4.87vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}
.header__hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.584vw;
  background: #333;
  border-radius: 1.4px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}
@media screen and (max-width: 1023px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 3.33333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.header__nav {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    position: fixed;
    top: 14.35vw;
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 999;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .header__menu-item {
    padding: 5.12vw 0;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .header__menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem;
    gap: 1rem;
  }
}
.header__menu-link {
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .header__menu-link {
    font-size: 3.589vw;
  }
}
.header__menu-btn {
  padding: 0.83rem;
  font-size: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(236, 72, 58)), color-stop(50%, rgb(245, 118, 60)), to(rgb(253, 161, 59)));
  background: linear-gradient(90deg, rgb(236, 72, 58) 0%, rgb(245, 118, 60) 50%, rgb(253, 161, 59) 100%);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  min-width: 190px;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .header__menu-btn {
    font-size: 3.589vw;
    width: 70.25vw;
  }
}

.header__spbtn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
  .header__nav.is-open {
    display: block;
  }
  .header__spbtn {
    display: block;
    width: 31.86vw;
    font-size: 2.66vw;
    line-height: 1.2;
    right: 14vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    padding: 1.28vw;
    background: -webkit-gradient(linear, left top, right top, from(rgb(236, 72, 58)), color-stop(50%, rgb(245, 118, 60)), to(rgb(253, 161, 59)));
    background: linear-gradient(90deg, rgb(236, 72, 58) 0%, rgb(245, 118, 60) 50%, rgb(253, 161, 59) 100%);
    color: #fff;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
}
/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://www.genius-corp.com/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
  background-size: cover;
  height: 715px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("https://www.genius-corp.com/wp-content/uploads/2025/07/fv-back-sp.webp") no-repeat center;
    background-size: contain;
    background-position: top center;
    width: 100vw;
    overflow: hidden;
    margin-top: 14.35vw;
    width: 100vw;
    aspect-ratio: 800/1120;
    height: auto;
    overflow: hidden;
  }
}
.fv__heading {
  padding: 0.4rem 1.15rem;
  margin-top: 5rem;
  font-size: 1.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: inline-block;
  background: #fda13b;
  background: linear-gradient(145deg, rgb(253, 161, 59) 0%, rgb(247, 129, 60) 49%, rgb(236, 73, 59) 100%);
}
@media screen and (max-width: 767px) {
  .fv__heading {
    font-size: 3.976vw;
    margin-top: 5.384vw;
    padding: 1vw 2.82vw;
  }
}
.fv__logo {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 73.58vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.589vw;
  }
}
.fv__logo img {
  width: 495px;
}
@media screen and (max-width: 767px) {
  .fv__logo img {
    width: 73.58vw;
  }
}
.fv__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
  padding-top: 4.5rem;
  padding: 4.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding: 0 3.33vw;
    text-align: center;
  }
}
.fv__box {
  margin-top: 2.4rem;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__box {
    margin-top: 4.6153vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.fv__title {
  font-size: 2.0594rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 5.602vw;
  }
}
.fv__text {
  font-size: 1.25rem;
  line-height: 1.488;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 3.599vw;
  }
}
.fv__wreath {
  max-width: 1035px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .fv__wreath {
    display: none;
  }
}

/*----------------------------------------
btn
----------------------------------------*/
.btn {
  background: #f1f1f1;
}
.btn__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0rem;
}
@media screen and (max-width: 767px) {
  .btn__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__inner {
    padding: 5.128vw 3.333vw;
  }
}
.btn__link {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__link {
    font-size: 4.343vw;
    width: 70.364vw;
  }
}
.btn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #f15f3b;
}
.btn__text--right {
  color: #fff;
}

/*----------------------------------------
悩み訴求
----------------------------------------*/
.trouble {
  background: #f1f1f1;
  position: relative;
}
.trouble__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding: 12.82vw 3.333vw;
  }
}
.trouble__entitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .trouble__entitle {
    display: none;
  }
}
.trouble__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 6.133vw;
    letter-spacing: 0;
  }
}
.trouble__heading--large {
  font-size: 1.36em;
}
.trouble__heading-img {
  position: absolute;
  top: -3rem;
  left: -6rem;
}
@media screen and (max-width: 767px) {
  .trouble__heading-img {
    width: 13.3vw;
    top: -10vw;
    left: -1.5vw;
  }
}
.trouble__subtitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .trouble__subtitle {
    width: 64.1vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.trouble__subtitle-text {
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .trouble__subtitle-text {
    font-size: 4vw;
  }
}
.trouble__item {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .trouble__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .trouble__item {
    margin-top: 6.92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }
}
.trouble__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  font-size: 1.3125rem;
  background: #fff;
  padding: 2.2rem 1rem 1.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .trouble__list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .trouble__list {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 4.266vw;
    padding: 3.333vw;
  }
}
.trouble__img {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .trouble__img {
    margin-top: 0;
    width: 35.12vw;
  }
}
.trouble__ul {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #eeeeee));
  background: linear-gradient(transparent 75%, #eeeeee 75%);
}

/*----------------------------------------
intro
----------------------------------------*/
.intro {
  position: relative;
}
.intro__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding-top: 6vw;
  }
}
.intro__deco {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro__deco {
    top: 11vw;
  }
}
.intro__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 7.3vw;
  }
}
.intro__heading img {
  max-width: 318px;
  margin-right: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .intro__heading img {
    width: 54.61vw;
  }
}
.intro__title {
  margin-top: 3rem;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intro__title {
    margin-top: 9.23vw;
    font-size: 4vw;
  }
}
.intro__title--large {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .intro__title--large {
    font-size: 1.3em;
  }
}
.intro__text {
  margin-top: 1.5rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .intro__text {
    line-height: 1.8;
  }
}

/*----------------------------------------
solution
----------------------------------------*/
.solution {
  position: relative;
}
.solution__back01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.solution__back02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.solution__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 4.8rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding-top: 6vw;
  }
}
.solution__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .solution__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .solution__heading {
    font-size: 6.266vw;
  }
}
.solution__heading img {
  width: 318px;
  margin-right: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .solution__heading img {
    width: 45.897vw;
  }
}
.solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .solution__item {
    margin-top: 9.74vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4vw;
  }
}
.solution__list {
  background: #fff;
  width: calc((100% - 2rem) / 3);
  padding: 3.5rem 1rem;
  background: #fef7ee;
  border-radius: 20px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .solution__list {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 5.641vw;
  }
}
.solution__title {
  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;
  gap: 1rem;
  color: #f5763c;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .solution__title {
    font-size: 4.666vw;
  }
}
.solution__title img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .solution__title img {
    width: 12.3vw;
  }
}
.solution__text {
  margin-top: 1.75rem;
  text-indent: -1em;
  padding-left: 1em;
}
.solution__note {
  font-size: 1.1875rem;
  margin-top: 5.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .solution__note {
    font-size: 3.59vw;
    line-height: 1.6;
    margin-top: 11.79vw;
  }
}
.solution__dashboard {
  margin-top: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution__dashboard {
    margin-top: 8.974vw;
  }
}
.solution__dashboard-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .solution__dashboard-text {
    font-size: 4.266vw;
  }
}
.solution__dashboard-small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .solution__dashboard-small {
    font-size: 3.46vw;
    margin-right: 15vw;
    line-height: 1.5;
    margin-top: 2vw;
    font-weight: 500;
  }
}
.solution__dashboard-large {
  font-size: 2.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .solution__dashboard-large {
    font-size: 7.33vw;
    line-height: 1.4;
  }
}

.grad {
  background: linear-gradient(-35deg, rgb(234, 71, 58) 0%, rgb(237, 107, 60) 20%, rgb(242, 137, 63) 47%, rgb(248, 169, 40) 74%, rgb(254, 223, 37) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.graph {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .graph {
    margin-top: 10.76vw;
  }
}
.graph__subtitle {
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .graph__subtitle {
    font-size: 5.33vw;
  }
}
.graph__title {
  line-height: 1.4;
  font-size: 2.5625rem;
  font-weight: 600;
  background: linear-gradient(-35deg, rgb(234, 71, 58) 0%, rgb(237, 107, 60) 20%, rgb(242, 137, 63) 47%, rgb(248, 169, 40) 74%, rgb(254, 223, 37) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .graph__title {
    font-size: 8vw;
  }
}
.graph__title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 65px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ea473a;
  background: linear-gradient(-35deg, rgb(234, 71, 58) 0%, rgb(237, 107, 60) 20%, rgb(242, 137, 63) 47%, rgb(248, 169, 40) 74%, rgb(254, 223, 37) 100%);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .graph__title::before {
    width: 14.35vw;
    height: 0.5vw;
  }
}
.graph__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .graph__inner {
    margin-top: 9.48vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.25vw;
  }
}
.graph__inner p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .graph__inner p {
    font-size: 4vw;
  }
}
.graph__text-large {
  font-size: 1.5em;
}
.graph__caution {
  font-size: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .graph__caution {
    font-size: 2.5vw;
    text-align: left;
    margin-top: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .graph__box img {
    width: 74.35vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------
reason
----------------------------------------*/
.reason__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 12.82vw 3.333vw;
  }
}
.reason__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .reason__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .reason__heading {
    font-size: 5.8vw;
    letter-spacing: 0em;
  }
}
.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .reason__item {
    margin-top: 8.2vw;
  }
}
.reason__list {
  background: #fff;
  width: calc((100% - 3.125rem) / 3);
  padding: 2rem;
  border: 1px solid #f5763c;
  position: relative;
  padding: 3.125rem 1rem 1.875rem;
}
@media screen and (max-width: 1023px) {
  .reason__list {
    width: 87.179vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.179vw;
  }
}
@media screen and (max-width: 767px) {
  .reason__list {
    padding: 10vw 6.5vw 7.69vw;
    margin-top: 3vw;
  }
}
.reason__subtitle {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: #f5763c;
  color: #fff;
  border-radius: 9999px;
  display: inline-block;
  font-size: 1.375rem;
}
@media screen and (max-width: 1023px) {
  .reason__subtitle {
    width: 50.25vw;
  }
}
@media screen and (max-width: 767px) {
  .reason__subtitle {
    font-size: 4.26vw;
    top: -4vw;
  }
}
.reason__subtitle--secondary {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .reason__subtitle--secondary {
    width: 50.25vw;
  }
}
.reason__subtitle::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #f5763c;
  width: 0;
  height: 0;
}
.reason__title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 85px;
  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) {
  .reason__title {
    min-height: auto;
    font-size: 5.066vw;
  }
}
.reason__img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reason__img {
    margin-top: 4.35vw;
  }
}

.map {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 12.82vw;
  }
}
.map__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .map__title {
    width: 67.94vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.map__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .map__text {
    font-size: 4vw;
  }
}
.map__img {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .map__img {
    margin-top: 7.69vw;
  }
}

/*----------------------------------------
geniusとは？
----------------------------------------*/
.genius {
  position: relative;
  background: #333;
}
.genius__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .genius__inner {
    padding: 12.82vw 3.333vw;
  }
}
.genius__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .genius__heading {
    font-size: 8.133vw;
  }
}
.genius__entitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.genius__text {
  margin-top: 2.4rem;
  font-size: 1.875rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.13em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .genius__text {
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    margin-top: 8.974vw;
  }
}
.genius__text--large {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
  background: linear-gradient(-35deg, rgb(234, 71, 58) 0%, rgb(237, 107, 60) 20%, rgb(242, 137, 63) 47%, rgb(248, 169, 40) 74%, rgb(254, 223, 37) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .genius__text--large {
    font-size: 8vw;
    letter-spacing: 0.05em;
  }
}
.genius__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 2.9rem;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .genius__item {
    margin-top: 6.923vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3vw;
    row-gap: 3vw;
  }
}
.genius__list {
  position: relative;
  background: #fff;
  width: calc((100% - 3.75rem) / 3);
  padding: 1.5rem 1.0625rem 2rem;
  border: 5px solid #eee;
}
@media screen and (max-width: 767px) {
  .genius__list {
    width: 43.046vw;
    padding: 3.846vw;
    border: 0.8vw solid #eee;
  }
}
.genius__list-text {
  text-align: center;
  font-size: 1.25rem;
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .genius__list-text {
    font-size: 3.5vw;
  }
}
.genius__counter {
  font-size: 1.4375rem;
  font-weight: 600;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .genius__counter {
    font-size: 3.982vw;
    margin-top: 4.5vw;
  }
}
.genius__number {
  margin-top: 1.5rem;
}
.genius__number--large {
  color: #f5763c;
  font-size: 5.1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .genius__number--large {
    font-size: 13.22vw;
  }
}
.genius__under-text {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 3.6rem;
  line-height: 2.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .genius__under-text {
    font-size: 3.599vw;
    text-align: left;
    line-height: 1.6;
    margin-top: 10.76vw;
  }
}
.genius__under-text-secondary {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .genius__under-text-secondary {
    margin-top: 7.179vw;
  }
}

.genius__heading img {
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}
/*----------------------------------------
belief
----------------------------------------*/
.belief {
  position: relative;
}
.belief__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5.5rem;
  padding-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .belief__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .belief__inner {
    padding-top: 13.58vw;
  }
}
.belief__img {
  width: 29.375rem;
}
@media screen and (max-width: 1023px) {
  .belief__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .belief__img {
    width: 100%;
  }
}
.belief__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .belief__heading {
    font-size: 8.133vw;
  }
}
.belief__box {
  margin-top: 0.5rem;
  max-width: 500px;
  width: 100%;
  margin-left: 4rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 2.1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .belief__box {
    margin-left: 0;
    font-size: 3.599vw;
    line-height: 1.6;
    margin-top: 8.717vw;
  }
}
.belief__text--secondary {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .belief__text--secondary {
    margin-top: 7.179vw;
  }
}
.belief__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 2.625rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 1023px) {
  .belief__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .belief__wrapper {
    margin-top: 0;
    gap: 6.153vw;
  }
}

/*----------------------------------------
plan
----------------------------------------*/
.plan {
  position: relative;
}
.plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
  background: #fef7ee;
  z-index: -1;
}
.plan__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    padding: 12.82vw 3.333vw;
  }
}
.plan__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .plan__heading {
    font-size: 8.133vw;
  }
}
.plan__box {
  background: #fff;
  margin-top: 3rem;
  position: relative;
  padding: 3.5rem 1rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .plan__box {
    margin-top: 6.923vw;
    -webkit-box-shadow: 0 0 2vw rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.12);
    padding: 8.974vw 4.102vw;
  }
}
.plan__logo {
  width: 373px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .plan__logo {
    width: 66.41vw;
  }
}
.plan__subtitle {
  display: inline-block;
  font-size: 1.625rem;
  border-top: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  margin-top: 2.6rem;
  padding: 0.2rem 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan__subtitle {
    font-size: 4.266vw;
    border-top: 0.3vw solid #333;
    border-bottom: 0.3vw solid #333;
    margin-top: 8.2vw;
  }
}
.plan__contents {
  margin-top: 1.4375rem;
  text-align: left;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .plan__contents {
    margin-top: 5.641vw;
  }
}
.plan__contents-list {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .plan__contents-list {
    font-size: 3.733vw;
  }
}
.plan__price {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan__price {
    font-size: 5.93vw;
  }
}
.plan__price--large {
  font-size: 2.142em;
  margin-right: 0.5rem;
}
.plan__price--tax {
  position: absolute;
  right: -0.5rem;
  top: 1.7rem;
  text-align: right;
  font-size: 0.75rem;
  width: 100%;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .plan__price--tax {
    font-size: 2.35vw;
    top: 5.5vw;
    right: -1.3vw;
  }
}

.plan__flow-heading {
  font-size: 2.1875rem;
  font-weight: 600;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .plan__flow-heading {
    margin-top: 12.3vw;
    font-size: 5.6vw;
  }
}
.plan__flow-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .plan__flow-subtitle {
    margin-top: 0;
    font-size: 5.6vw;
  }
}
.plan__flow-subtitle img {
  width: 200px;
  margin-right: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .plan__flow-subtitle img {
    width: 42.82vw;
    margin-right: 1.5vw;
    margin-top: 5vw;
  }
}
.plan__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  margin-top: 5.7rem;
}
@media screen and (max-width: 1023px) {
  .plan__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .plan__flow-item {
    margin-top: 7vw;
  }
}
.plan__flow-list {
  border: 2px solid #dedede;
  border-radius: 10px;
  width: calc((100% - 1rem) / 5);
  position: relative;
  padding: 2.6875rem 0.875rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .plan__flow-list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .plan__flow-list {
    width: 100%;
    padding: 6.41vw 4vw 5.38vw;
  }
}
.plan__flow-list--first {
  position: relative;
}
.plan__flow-sb {
  position: absolute;
  top: -6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 190px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan__flow-sb {
    width: 16vw;
    right: -8vw;
    top: -10vw;
    margin-top: 0;
    left: auto;
  }
}
.plan__flow-number {
  background: #f5763c;
  display: inline-block;
  border-radius: 9000px;
  padding: 0.1rem 1rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan__flow-number {
    font-size: 2.66vw;
    top: -2vw;
    width: 30%;
  }
}
.plan__flow-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  line-height: 1.3;
  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) {
  .plan__flow-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 4.8vw;
    margin-bottom: 0;
    margin-top: 0.5vw;
  }
}
.plan__flow-title-sb {
  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;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 1.875rem;
  min-height: 30px;
}
@media screen and (max-width: 767px) {
  .plan__flow-title-sb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    font-size: 2.8vw;
    min-height: auto;
  }
}
.plan__flow-text {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .plan__flow-text {
    margin-top: 4vw;
    font-size: 3.59vw;
  }
}
.plan__flow-arrow {
  margin: auto 0.2rem;
}
@media screen and (max-width: 1023px) {
  .plan__flow-arrow {
    margin: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .plan__flow-arrow {
    margin-top: 0;
  }
}
.plan__flow-arrow img {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  .plan__flow-arrow img {
    width: 3%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .plan__flow-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .plan__flow-spbox {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .plan__flow-icon {
    width: 20%;
  }
}

.plan__cta {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .plan__cta {
    margin-top: 12.82vw;
  }
}
.plan__cta-but {
  font-size: 3.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan__cta-but {
    font-size: 8.79vw;
  }
}
.plan__cta-sb {
  max-width: 617px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .plan__cta-sb {
    margin-top: 4vw;
  }
}
.plan__cta-text {
  font-size: 1.125rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .plan__cta-text {
    margin-top: 6.41vw;
    font-size: 3.599vw;
  }
}
.plan__cta-subtitle {
  font-size: 2.1875rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .plan__cta-subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .plan__cta-subtitle {
    font-size: 6.8vw;
    line-height: 1.4;
    position: relative;
  }
}
.plan__cta-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .plan__cta-title {
    font-size: 5.6vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .plan__cta-text--secondary {
    text-align: left;
    margin-top: 8vw;
  }
}

.plan__cta--arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .plan__cta--arrow {
    position: absolute;
    display: block;
    width: 86.1vw;
  }
}

.btn__inner-middle {
  padding-top: 2.8125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn__inner-middle {
    padding-top: 8vw;
  }
}

.btn__inner-middle03 {
  padding-top: 2.8125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn__inner-middle03 {
    padding-top: 8vw;
  }
}

/*----------------------------------------
flow
----------------------------------------*/
.flow__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 12.82vw 3.333vw;
  }
}
.flow__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 8.133vw;
  }
}
.flow__wrapper {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .flow__wrapper {
    padding: 0;
    margin-top: 9.23vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flow__total {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #333;
  color: #fff;
}
.flow__item {
  width: 79%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .flow__item {
    width: 63.3vw;
    margin-top: 0;
  }
}
.flow__list {
  background: #f6f6f6;
  padding: 1rem 3.125rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .flow__list {
    padding: 3.589vw;
    margin-top: 2.4vw;
  }
}
.flow__list--first {
  position: relative;
}
.flow__list:first-child {
  margin-top: 0;
}
.flow__img {
  margin-right: 2.375rem;
}
@media screen and (max-width: 767px) {
  .flow__img {
    width: 8.97vw;
    margin-right: 3.589vw;
  }
}
.flow__sb {
  position: absolute;
  top: -2.2rem;
  left: 22rem;
  width: 126px;
}
@media screen and (max-width: 767px) {
  .flow__sb {
    width: 17vw;
    top: -4vw;
    left: auto;
    right: 3vw;
  }
}
.flow__text {
  font-size: 1.1563rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow__text {
    font-size: 3.333vw;
    line-height: 1.4;
  }
}
.flow__text--large {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .flow__text--large {
    font-size: 4vw;
  }
}
.flow__total {
  font-size: 1.75rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .flow__total {
    width: 7.06vw;
    font-size: 4.65vw;
  }
}

.horizontal {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .flow__number {
    width: 16.15vw;
  }
}

/*----------------------------------------
security
----------------------------------------*/
.security {
  position: relative;
  background: #f1f1f1;
}
.security__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3.8rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .security__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .security__inner {
    padding: 12.82vw 3.333vw;
  }
}
.security__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .security__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .security__heading {
    font-size: 6.26vw;
  }
}
@media screen and (max-width: 767px) {
  .security__heading--large {
    font-size: 8.13vw;
  }
}
.security__heading-text {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .security__heading-text {
    text-align: left;
    margin-top: 6vw;
  }
}
.security__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .security__item {
    margin-top: 19.48vw;
  }
}
.security__list {
  position: relative;
  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: 12px;
  padding: 1.8rem 1.5rem 2rem 10rem;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .security__list {
    padding: 22.56vw 4.35vw 6.153vw;
    margin-top: 16vw;
  }
}
.security__list:first-child {
  margin-top: 0;
}
.security__img {
  position: absolute;
  top: -2.125rem;
  left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .security__img {
    position: absolute;
    top: -13.58vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    width: 31.7vw;
  }
}
.security__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .security__text {
    margin-top: 3.5vw;
  }
}
.security__text-secondary {
  margin-top: 0.5rem;
}
.security__title {
  font-size: 1.4375rem;
  color: #004da0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .security__title {
    font-size: 5.06vw;
    text-align: center;
    line-height: 1.6;
  }
}
.security__subtitle {
  font-weight: 600;
  border-left: 4.5px solid #333;
  font-size: 1.125rem;
  padding-left: 0.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .security__subtitle {
    font-size: 4vw;
    border-left: 1vw solid #333;
  }
}
.security__picture {
  position: absolute;
  right: 1.5rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .security__picture {
    position: static;
    right: 0;
    bottom: 0;
    margin-top: 3vw;
    width: 54.61vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------
faq
----------------------------------------*/
.faq__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 12.82vw 3.333vw;
  }
}
.faq__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 8.133vw;
  }
}
.faq__heading--blue {
  color: #004da0;
}
.faq__area {
  background: #fff;
  border-radius: 30px;
  padding: 3.125rem 0.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq__area {
    margin-top: 6vw;
    padding: 0;
  }
}
.faq__list {
  margin-top: 0.9rem;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 1rem 1.875rem 0.8rem;
}
.faq__list:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-top: 2.5vw;
    padding: 3.33vw 4.87vw;
  }
}
.faq__list:first-child {
  margin-top: 0;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq__question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 3.59vw;
    line-height: 1.4;
    padding-right: 2vw;
  }
}
.faq__question-icon {
  width: 38px;
  height: 38px;
  margin-right: 1rem;
  background: #333;
  color: #fff;
  border-radius: 50%;
  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;
  font-weight: 600;
  font-size: 1.25rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 2.56vw;
    font-size: 5.5vw;
  }
}
.faq__question-icona {
  width: 38px;
  height: 38px;
  background: #eeeeee;
  font-weight: 600;
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .faq__question-icona {
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 2.56vw;
    font-size: 5.5vw;
    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;
  }
}
.faq__answer {
  border-top: 1px solid #dddddd;
  padding-top: 0.75rem;
  display: none;
}
.faq__answer-text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    line-height: 1.4;
  }
}
.faq__toggle-icon {
  width: 14px;
  height: 12px;
  margin-right: 0.25rem;
  background: url("https://www.genius-corp.com/wp-content/themes/lp/img/faq-arrow02.webp") no-repeat center/contain;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .faq__toggle-icon {
    width: 2.5vw;
    margin-right: 0;
  }
}
.faq .is-open .faq__toggle-icon::after {
  height: 0;
}

.is-open .faq__toggle-icon {
  background-image: url("https://www.genius-corp.com/wp-content/themes/lp/img/faq-arrow.webp");
}

.faq__list.is-open .faq__answer {
  display: block;
}

.faq__list.is-open .faq__question {
  padding-bottom: 0.75rem;
}

.faq__answer a {
  text-decoration: underline;
}

/*----------------------------------------
cta
----------------------------------------*/
.cta {
  background: url("https://www.genius-corp.com/wp-content/themes/lp/img/cta-back.webp") no-repeat center;
  background-size: cover;
}
.cta__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3.6rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 11.53vw 3.333vw 6.4vw;
  }
}
.cta__heading {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 6.8vw;
    line-height: 1.4;
    position: relative;
  }
}
.cta__item {
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .cta__item {
    margin-top: 6.15vw;
    gap: 1vw;
  }
}
.cta__list {
  position: relative;
}
.cta__list-text {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cta__list-text {
    font-size: 4vw;
  }
}
.cta__box {
  max-width: 600px;
  width: 100%;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cta__box {
    width: 84.61vw;
    margin-top: 3.333vw;
  }
}

.cta__heading img {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta__heading img {
    display: block;
    position: absolute;
    top: 4vw;
    width: 79vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}

/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.form {
  background: #f1f1f1;
}
.form__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 11.53vw 3.333vw;
  }
}
.form__heading {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .form__heading {
    font-size: 8.133vw;
  }
}
@media screen and (max-width: 767px) {
  .form__heading {
    font-size: 8.13vw;
  }
}
.form__note {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .form__note {
    margin-top: 8vw;
  }
}

.form-wrapper {
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .form-wrapper {
    margin-top: 4vw;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .form__row {
    margin-top: 5vw;
  }
}
.form__row--name {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .form__row--name {
    margin-top: 5vw;
  }
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form__checkbox-group {
    margin-top: 2vw;
  }
}

.form__checkbox-group label {
  cursor: pointer;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__checkbox-group label {
    font-size: 3.73vw;
  }
}

.form__checkbox-group .form__checkbox-group--secondary {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox-group .form__checkbox-group--secondary {
    margin-left: 5vw;
  }
}

.form__checkbox-group input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox-group input[type="radio"] {
    width: 5.51vw;
    height: 5.51vw;
    margin-right: 2vw;
  }
}

.form__label {
  max-width: 270px;
  width: 100%;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form__label {
    max-width: none;
    font-size: 3.73vw;
  }
}

.form__required {
  font-size: 0.75rem;
  color: #fff;
  padding: 0.3rem 0.5rem;
  margin-right: 1rem;
  border-radius: 3px;
  background: #da2e2d;
}
@media screen and (max-width: 767px) {
  .form__required {
    font-size: 2.2333vw;
    margin-right: 2.5vw;
  }
}

.form__noerequired {
  background: #7f7f7f;
}

.form__input,
.form__textarea,
.form select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 8px;
  background: #fff;
  text-align: left;
	width:100%;
}
.wpcf7-form-control-wrap{
	flex:1;
}
@media screen and (max-width: 767px) {
  .form__input,
  .form__textarea,
  .form select {
    margin-top: 1.2vw;
    border-radius: 1vw;
    padding: 4vw;
  }
}

.form__input {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .form__input {
    height: 14.6vw;
  }
}

.form__textarea {
  height: 300px;
  resize: vertical;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    min-height: 84.87vw;
  }
}

.form__row--submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .form__row--submit img {
    width: 64.1vw;
  }
	
.form__btn{
text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.form__row--submit{
	display:block;
}
}

.form__row--submit {
  cursor: pointer;
  text-align: center;
  max-width: 420px;
  width: 100%;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  border-radius: 9999px;
  background: #ec483a;
  background: -webkit-gradient(linear, left top, right top, from(rgb(236, 72, 58)), color-stop(50%, rgb(245, 118, 60)), to(rgb(253, 161, 59)));
  background: linear-gradient(90deg, rgb(236, 72, 58) 0%, rgb(245, 118, 60) 50%, rgb(253, 161, 59) 100%);
  padding: 1rem;
  margin-top: 4.812rem;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .form__row--submit {
    font-size: 4.26vw;
    margin-top: 12.8vw;
    width: 62.7vw;
  }
}

input,
textarea,
select {
  font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d9d9d9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #d9d9d9;
}

input::placeholder,
textarea::placeholder {
  color: #d9d9d9;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.form__checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.form__checkbox-group input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin-right: 0.8rem;
  position: relative;
}

.form__checkbox-group input[type="radio"]::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.form__checkbox-group input[type="radio"]:checked::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.form__checkbox-group input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #333;
  color: #fff;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 12.82vw 3.333vw;
  }
}
.footer__copyright {
  background: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 2.133vw;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__info {
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 3.2vw;
  }
}
.footer__add {
  margin-top: 1rem;
}
.footer__links {
  text-align: right;
}
.footer__links a {
  display: block;
}
.footer__btn {
  font-size: 1.375rem;
  border: 1px solid #fff;
  width: 400px;
  text-align: center;
  padding: 0.5rem 0;
  cursor: pointer;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__btn {
    font-size: 4vw;
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__page {
  font-weight: 400;
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__page {
    font-size: 2.4vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*----------------------------------------
プライバシーポリシー、特商法ページ
----------------------------------------*/
.privacy-policy__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding-top: 20vw;
  }
}
.privacy-policy__heading {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767px) {
  .privacy-policy__heading {
    font-size: 6vw;
  }
}
.privacy-policy__item {
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__item {
    margin-top: 5vw;
  }
}
.privacy-policy__item:first-child {
  margin-top: 0;
}
.privacy-policy__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .privacy-policy__title {
    font-size: 4.5vw;
  }
}
.privacy-policy__text {
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .privacy-policy__text {
    font-size: 3.4vw;
  }
}

.privacy-policy__item li {
  font-weight: 400;
}

.privacy-table th,
.privacy-table td {
  padding: 0.5rem;
  border: 1px solid #ddd;
}
.privacy-table th {
  background: #eee;
}

.bold {
  font-weight: 600;
}

.legal__inner {
  max-width: 1200px;
  max-width: 1200px;
  width: 100%;
  padding: 4.5rem 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .legal__inner {
    padding: 12.82vw 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .legal__inner {
    padding-top: 20vw;
  }
}
.legal__heading {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767px) {
  .legal__heading {
    font-size: 6vw;
  }
}
.legal__table {
  margin-top: 4rem;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .legal__table {
    margin-top: 8vw;
  }
}
.legal__table th,
.legal__table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .legal__table th,
  .legal__table td {
    padding: 3vw;
  }
}
.legal__table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
.legal__table td {
  background-color: #fff;
  border-bottom: 1px solid #f7f3ec;
}

.fixbtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixbtn {
    display: block;
  }
  .fixbtn__link {
    cursor: pointer;
    border: 0.5vw solid #f5763c;
    border-radius: 3.5vw 3.5vw 0 0;
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: inline-block;
    text-decoration: none;
    background: #f5763c;
    padding-top: 1.6vw;
    font-weight: 700;
  }
  .fixbtn__text {
    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;
    gap: 2vw;
    font-size: 3.6vw;
    color: #fff;
    line-height: 1.6;
  }
  .fixbtn__text-first {
    background: #fff;
    color: #f5763c;
    padding: 0.2vw 1vw;
  }
  .fixbtn__text-secondary {
    font-size: 4vw;
    background: #fff;
    margin-top: 1.6vw;
    line-height: 1.6;
    padding: 0.5vw 0 0.4vw;
  }
  .fixbtn__text-large {
    font-size: 1.5em;
  }
}
