@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

caption {
  text-align: left;
}

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

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

:root {
  --color_f: #ffffff;
  --color_n: #192038;
  --color_g: #f3eee7;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  line-height: 1.6;
  color: var(--color_n);
}

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

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.section {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .section {
    margin-top: 70px;
  }
}

.section_wrapper {
  width: 91%;
  margin: 0 auto;
}

.cta_button {
  margin: 70px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 160%;
}
@media screen and (max-width: 769px) {
  .cta_button {
    font-size: 18px;
    margin: 50px auto 0;
  }
}
.cta_button a {
  overflow: hidden;
  position: relative;
  width: 35%;
  display: inline-block;
  padding: 26px 0;
  border-radius: 100px;
  color: var(--color_f);
  background-color: var(--color_n);
  border: 2px var(--color_n) solid;
  -webkit-transition: 0.3s background-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s color ease;
}
@media screen and (max-width: 769px) {
  .cta_button a {
    width: 85%;
    padding: 16px 0;
  }
}
.cta_button a span {
  position: relative;
  z-index: 5;
}
.cta_button a::before {
  content: "";
  display: block;
  height: 300px;
  width: 200px;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 32, 56, 0)), color-stop(30%, rgb(25, 32, 56)), color-stop(70%, rgb(25, 32, 56)), to(rgba(25, 32, 56, 0)));
  background: linear-gradient(90deg, rgba(25, 32, 56, 0) 0%, rgb(25, 32, 56) 30%, rgb(25, 32, 56) 70%, rgba(25, 32, 56, 0) 100%);
  mix-blend-mode: screen;
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  -webkit-animation-name: kirakira;
          animation-name: kirakira;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes kirakira {
  0% {
    left: -400px;
  }
  50% {
    left: calc(100% + 80px);
  }
  100% {
    left: calc(100% + 80px);
  }
}
@keyframes kirakira {
  0% {
    left: -400px;
  }
  50% {
    left: calc(100% + 80px);
  }
  100% {
    left: calc(100% + 80px);
  }
}
.cta_button a:hover {
  background-color: var(--color_f);
  color: var(--color_n);
}

footer {
  color: var(--color_f);
  background-color: var(--color_n);
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 10px 0;
    font-size: 12px;
  }
}

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

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

.header {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .header {
    font-size: 16px;
  }
}
.header .nav .head {
  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;
}
.header .nav .head .cta a {
  font-size: 20px;
  padding: 12px 60px;
  border: solid 1px #fff;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header .nav .head .cta a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 769px) {
  .header .nav .head .cta a {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.hero {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 769px) {
  .hero {
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 4.5%;
  }
}
.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .hero::after {
    height: 100svh;
  }
}
.hero .hero_video {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .hero .hero_video {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.hero .title_wrapper {
  color: #fff;
  position: absolute;
  left: 4.5%;
  bottom: 78px;
  line-height: 1;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper {
    position: static;
  }
}
.hero .title_wrapper .catch {
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch {
    line-height: 1.1;
  }
}
.hero .title_wrapper .catch span,
.hero .title_wrapper .catch b {
  display: inline-block;
  font-weight: 500;
}
.hero .title_wrapper .catch > .line:first-of-type {
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:first-of-type {
    font-size: 24px;
  }
}
.hero .title_wrapper .catch > .line:first-of-type span {
  font-size: 60px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:first-of-type span {
    font-size: 30px;
  }
}
.hero .title_wrapper .catch > .line:first-of-type b {
  font-size: 100px;
  position: relative;
  left: -30px;
  bottom: 11px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:first-of-type b {
    font-size: 50px;
    left: -20px;
    bottom: 3px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type {
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type {
    font-size: 24px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type > span {
  font-size: 60px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type > span {
    font-size: 30px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type > span b {
  font-size: 120px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type > span b {
    font-size: 60px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type > span span {
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type > span span {
    font-size: 24px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type > b {
  font-size: 80px;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type > b {
    font-size: 40px;
  }
}
.hero .title_wrapper .catch > .line:last-of-type > b span {
  position: relative;
}
.hero .title_wrapper .catch > .line:last-of-type > b span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color_f);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch > .line:last-of-type > b span::before {
    width: 8px;
    height: 8px;
    top: -12px;
  }
}
.hero .title_wrapper .catch_sub {
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero .title_wrapper .catch_sub {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 15px;
  }
}
.hero .notes {
  color: var(--color_f);
  font-size: 12px;
  font-weight: 300;
  opacity: 70%;
  position: absolute;
  right: 2%;
  bottom: 15px;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero .notes {
    font-size: 10px;
    margin-top: 30px;
    position: static;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.hero .scroll_bar {
  font-size: 10px;
  position: relative;
  top: -74px;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero .scroll_bar {
    position: static;
  }
}
.hero .scroll_bar .scroll_text {
  color: var(--color_f);
  text-align: center;
  font-size: 1rem;
  margin-bottom: 8px;
}
.hero .scroll_bar .scroll_line {
  width: 2px;
  height: 40px;
  background-color: #fff;
  margin-inline: auto;
  -webkit-animation: bar 2s ease-in-out infinite;
          animation: bar 2s ease-in-out infinite;
}

@-webkit-keyframes bar {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}

@keyframes bar {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
.worries {
  color: #fff;
  background-color: #2f2f2f;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  /* ふわふわする白い丸1 */
  /* ふわふわする白い丸2 */
  /* ふわふわする白い丸3 */
  /* ふわふわする白い丸4 */
  /* ふわふわする白い丸5 */
  /* ふわふわする白い丸6 */
}
@media screen and (max-width: 769px) {
  .worries {
    padding-top: 60px;
  }
}
.worries .floating-circle1 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 75%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  top: 15%;
  left: 10%;
  -webkit-animation: floatBg1 8s ease-in-out infinite;
          animation: floatBg1 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle1 {
    width: 100px;
    height: 100px;
    top: 21%;
    right: -1%;
  }
}
.worries .floating-circle2 {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  top: 25%;
  right: 15%;
  -webkit-animation: floatBg2 10s ease-in-out infinite;
          animation: floatBg2 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle2 {
    width: 75px;
    height: 75px;
  }
}
.worries .floating-circle3 {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.13) 0%, transparent 75%);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  bottom: 30%;
  left: 5%;
  -webkit-animation: floatBg3 12s ease-in-out infinite;
          animation: floatBg3 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle3 {
    width: 150px;
    height: 150px;
    top: 44%;
  }
}
.worries .floating-circle4 {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 65%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  bottom: 49%;
  right: 2%;
  -webkit-animation: floatBg4 9s ease-in-out infinite;
          animation: floatBg4 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle4 {
    width: 60px;
    height: 60px;
    top: 36%;
    right: 12%;
  }
}
.worries .floating-circle5 {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
  -webkit-filter: blur(14px);
          filter: blur(14px);
  top: 32%;
  left: 36%;
  -webkit-animation: floatBg5 11s ease-in-out infinite;
          animation: floatBg5 11s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle5 {
    width: 120px;
    height: 120px;
  }
}
.worries .floating-circle6 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.19) 0%, transparent 55%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  top: 60%;
  right: 8%;
  -webkit-animation: floatBg6 7s ease-in-out infinite;
          animation: floatBg6 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .worries .floating-circle6 {
    width: 110px;
    height: 110px;
    top: 49%;
    right: 12%;
  }
}
.worries .title {
  line-height: 1.4;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .worries .title {
    font-size: 22px;
    line-height: 1.6;
  }
}
.worries .title span {
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  .worries .title span {
    font-size: 22px;
  }
}
.worries .title .underline {
  font-size: 45px;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .worries .title .underline {
    font-size: 35px;
  }
}
.worries .title .sp_no_need {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .worries .title .sp_no_need {
    display: none;
  }
}
.worries .people {
  text-align: center;
  margin-top: 17.29vw;
  position: relative;
  z-index: 5;
  width: 39.93vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .worries .people {
    margin-top: 33vw;
    padding-bottom: 10vw;
  }
}
.worries .people img {
  position: relative;
  z-index: 6; /* 一番上 */
}
@media screen and (max-width: 769px) {
  .worries .people img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.worries ul li {
  font-size: 1.81vw;
  position: absolute;
  line-height: 1.6;
  background-color: #89837d;
  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;
  text-align: center;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  z-index: 5; /* imgの次 */
}
@media screen and (max-width: 769px) {
  .worries ul li {
    font-size: 3vw;
  }
}
.worries ul li:nth-child(1) {
  top: -10.76vw;
  left: -7.01vw;
  width: 21.94vw;
  height: 21.94vw;
  -webkit-animation-name: float1;
          animation-name: float1;
}
@media screen and (max-width: 769px) {
  .worries ul li:nth-child(1) {
    top: -21vw;
    left: -19vw;
    width: 32vw;
    height: 32vw;
  }
}
.worries ul li:nth-child(2) {
  top: -14vw;
  right: -8vw;
  width: 22.1vw;
  height: 22.1vw;
  -webkit-animation-name: float2;
          animation-name: float2;
}
@media screen and (max-width: 769px) {
  .worries ul li:nth-child(2) {
    top: -29vw;
    right: -19vw;
    width: 36vw;
    height: 36vw;
  }
}
.worries ul li:nth-child(3) {
  bottom: 7.5vw;
  left: -16vw;
  width: 18.05vw;
  height: 18.05vw;
  -webkit-animation-name: float3;
          animation-name: float3;
}
@media screen and (max-width: 769px) {
  .worries ul li:nth-child(3) {
    bottom: 7.5vw;
    left: -28vw;
    width: 28.05vw;
    height: 28.05vw;
  }
}
.worries ul li:nth-child(4) {
  bottom: 9vw;
  right: -18vw;
  width: 19.86vw;
  height: 19.86vw;
  -webkit-animation-name: float4;
          animation-name: float4;
}
@media screen and (max-width: 769px) {
  .worries ul li:nth-child(4) {
    bottom: 14vw;
    right: -28vw;
    width: 25vw;
    height: 25vw;
  }
}
.worries .answer {
  position: relative;
  color: var(--color_n);
  background-color: var(--color_g);
  line-height: 200%;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 100px;
  padding-top: 0px;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .worries .answer {
    font-size: 22px;
    padding-bottom: 60px;
  }
}
.worries .answer::before {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #2f2f2f;
  clip-path: polygon(50% 100px, 0% 0%, 100% 0%);
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .worries .answer::before {
    height: 50px;
    clip-path: polygon(50% 50px, 0% 0%, 100% 0%);
  }
}
.worries .answer .answer_tex {
  padding-top: 140px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex {
    padding-top: 80px;
  }
}
.worries .answer .answer_tex .sp_none {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex .sp_none {
    display: none;
  }
}
.worries .answer .answer_tex .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex .pc_none {
    display: inline-block;
  }
}
.worries .answer .answer_tex .answer_01 {
  font-size: 75px;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex .answer_01 {
    font-size: 35px;
  }
}
.worries .answer .answer_tex .answer_02 {
  font-size: 75px;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex .answer_02 {
    font-size: 35px;
    line-height: 1;
  }
}
.worries .answer .answer_tex .answer_02 .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .worries .answer .answer_tex .answer_02 .pc_none {
    display: block;
  }
}

/* 背景の白い丸のアニメーション（ulのliのように個別） */
@-webkit-keyframes floatBg1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(15px);
            transform: translateY(-20px) translateX(15px);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-10px);
            transform: translateY(10px) translateX(-10px);
  }
  75% {
    -webkit-transform: translateY(-8px) translateX(5px);
            transform: translateY(-8px) translateX(5px);
  }
}
@keyframes floatBg1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(15px);
            transform: translateY(-20px) translateX(15px);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-10px);
            transform: translateY(10px) translateX(-10px);
  }
  75% {
    -webkit-transform: translateY(-8px) translateX(5px);
            transform: translateY(-8px) translateX(5px);
  }
}
@-webkit-keyframes floatBg2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(15px) translateX(-12px);
            transform: translateY(15px) translateX(-12px);
  }
  50% {
    -webkit-transform: translateY(-18px) translateX(8px);
            transform: translateY(-18px) translateX(8px);
  }
  75% {
    -webkit-transform: translateY(5px) translateX(-6px);
            transform: translateY(5px) translateX(-6px);
  }
}
@keyframes floatBg2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(15px) translateX(-12px);
            transform: translateY(15px) translateX(-12px);
  }
  50% {
    -webkit-transform: translateY(-18px) translateX(8px);
            transform: translateY(-18px) translateX(8px);
  }
  75% {
    -webkit-transform: translateY(5px) translateX(-6px);
            transform: translateY(5px) translateX(-6px);
  }
}
@-webkit-keyframes floatBg3 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-12px) translateX(10px);
            transform: translateY(-12px) translateX(10px);
  }
  50% {
    -webkit-transform: translateY(8px) translateX(-15px);
            transform: translateY(8px) translateX(-15px);
  }
  75% {
    -webkit-transform: translateY(-6px) translateX(8px);
            transform: translateY(-6px) translateX(8px);
  }
}
@keyframes floatBg3 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-12px) translateX(10px);
            transform: translateY(-12px) translateX(10px);
  }
  50% {
    -webkit-transform: translateY(8px) translateX(-15px);
            transform: translateY(8px) translateX(-15px);
  }
  75% {
    -webkit-transform: translateY(-6px) translateX(8px);
            transform: translateY(-6px) translateX(8px);
  }
}
@-webkit-keyframes floatBg4 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(22px) translateX(-8px);
            transform: translateY(22px) translateX(-8px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(12px);
            transform: translateY(-5px) translateX(12px);
  }
  75% {
    -webkit-transform: translateY(3px) translateX(-5px);
            transform: translateY(3px) translateX(-5px);
  }
}
@keyframes floatBg4 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(22px) translateX(-8px);
            transform: translateY(22px) translateX(-8px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(12px);
            transform: translateY(-5px) translateX(12px);
  }
  75% {
    -webkit-transform: translateY(3px) translateX(-5px);
            transform: translateY(3px) translateX(-5px);
  }
}
@-webkit-keyframes floatBg5 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(-10px);
            transform: translateY(-15px) translateX(-10px);
  }
  50% {
    -webkit-transform: translateY(12px) translateX(6px);
            transform: translateY(12px) translateX(6px);
  }
  75% {
    -webkit-transform: translateY(-8px) translateX(-4px);
            transform: translateY(-8px) translateX(-4px);
  }
}
@keyframes floatBg5 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(-10px);
            transform: translateY(-15px) translateX(-10px);
  }
  50% {
    -webkit-transform: translateY(12px) translateX(6px);
            transform: translateY(12px) translateX(6px);
  }
  75% {
    -webkit-transform: translateY(-8px) translateX(-4px);
            transform: translateY(-8px) translateX(-4px);
  }
}
@-webkit-keyframes floatBg6 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(18px) translateX(10px);
            transform: translateY(18px) translateX(10px);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-8px);
            transform: translateY(-10px) translateX(-8px);
  }
  75% {
    -webkit-transform: translateY(5px) translateX(6px);
            transform: translateY(5px) translateX(6px);
  }
}
@keyframes floatBg6 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(18px) translateX(10px);
            transform: translateY(18px) translateX(10px);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-8px);
            transform: translateY(-10px) translateX(-8px);
  }
  75% {
    -webkit-transform: translateY(5px) translateX(6px);
            transform: translateY(5px) translateX(6px);
  }
}
/* 既存のli用の個別アニメーション */
@-webkit-keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-3%) translateX(1%);
            transform: translateY(-3%) translateX(1%);
  }
  50% {
    -webkit-transform: translateY(2%) translateX(-0.5%);
            transform: translateY(2%) translateX(-0.5%);
  }
  75% {
    -webkit-transform: translateY(-1%) translateX(0.5%);
            transform: translateY(-1%) translateX(0.5%);
  }
}
@keyframes float1 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-3%) translateX(1%);
            transform: translateY(-3%) translateX(1%);
  }
  50% {
    -webkit-transform: translateY(2%) translateX(-0.5%);
            transform: translateY(2%) translateX(-0.5%);
  }
  75% {
    -webkit-transform: translateY(-1%) translateX(0.5%);
            transform: translateY(-1%) translateX(0.5%);
  }
}
@-webkit-keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(1%) translateX(-0.5%);
            transform: translateY(1%) translateX(-0.5%);
  }
  50% {
    -webkit-transform: translateY(-2%) translateX(0.5%);
            transform: translateY(-2%) translateX(0.5%);
  }
  75% {
    -webkit-transform: translateY(1%) translateX(-0.5%);
            transform: translateY(1%) translateX(-0.5%);
  }
}
@keyframes float2 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(1%) translateX(-0.5%);
            transform: translateY(1%) translateX(-0.5%);
  }
  50% {
    -webkit-transform: translateY(-2%) translateX(0.5%);
            transform: translateY(-2%) translateX(0.5%);
  }
  75% {
    -webkit-transform: translateY(1%) translateX(-0.5%);
            transform: translateY(1%) translateX(-0.5%);
  }
}
@-webkit-keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-1%) translateX(0.5%);
            transform: translateY(-1%) translateX(0.5%);
  }
  50% {
    -webkit-transform: translateY(1%) translateX(-1%);
            transform: translateY(1%) translateX(-1%);
  }
  75% {
    -webkit-transform: translateY(-0.5%) translateX(0.5%);
            transform: translateY(-0.5%) translateX(0.5%);
  }
}
@keyframes float3 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-1%) translateX(0.5%);
            transform: translateY(-1%) translateX(0.5%);
  }
  50% {
    -webkit-transform: translateY(1%) translateX(-1%);
            transform: translateY(1%) translateX(-1%);
  }
  75% {
    -webkit-transform: translateY(-0.5%) translateX(0.5%);
            transform: translateY(-0.5%) translateX(0.5%);
  }
}
@-webkit-keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(2%) translateX(-1%);
            transform: translateY(2%) translateX(-1%);
  }
  50% {
    -webkit-transform: translateY(-0.5%) translateX(1%);
            transform: translateY(-0.5%) translateX(1%);
  }
  75% {
    -webkit-transform: translateY(0.5%) translateX(-0.5%);
            transform: translateY(0.5%) translateX(-0.5%);
  }
}
@keyframes float4 {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(2%) translateX(-1%);
            transform: translateY(2%) translateX(-1%);
  }
  50% {
    -webkit-transform: translateY(-0.5%) translateX(1%);
            transform: translateY(-0.5%) translateX(1%);
  }
  75% {
    -webkit-transform: translateY(0.5%) translateX(-0.5%);
            transform: translateY(0.5%) translateX(-0.5%);
  }
}
.product .title {
  line-height: 160%;
  text-align: center;
  font-weight: 500;
  font-size: 45px;
}
@media screen and (max-width: 769px) {
  .product .title {
    font-size: 30px;
  }
}
.product .title span {
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  .product .title span {
    font-size: 25px;
  }
}
.product .sub_title {
  line-height: 1.6;
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .product .sub_title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.product .sub_title .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .product .sub_title .pc_none {
    display: block;
  }
}
.product .product_video {
  width: 80%;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .product .product_video {
    width: 100%;
    margin: 20px auto;
  }
}
.product .sub_title_02 {
  line-height: 1.6;
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .product .sub_title_02 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
  }
}
.product .sub_title_02 .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .product .sub_title_02 .pc_none {
    display: block;
  }
}
.product .features {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .product .features {
    margin-top: 60px;
  }
}
.product .features .features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 769px) {
  .product .features .features_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product .features .features_item .detail {
  position: relative;
  width: 42%;
  border: solid var(--color_n) 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail {
    width: 100%;
    border: unset;
  }
}
.product .features .features_item .detail .num {
  background-color: var(--color_f);
  line-height: 1;
  font-size: 55px;
  font-weight: bold;
  position: absolute;
  left: 60px;
  top: -0.5em;
  padding: 0 35px;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail .num {
    font-size: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    top: -1em;
  }
}
.product .features .features_item .detail .detail_01 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail .detail_01 {
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.4;
  }
}
.product .features .features_item .detail .detail_01 .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail .detail_01 .pc_none {
    display: block;
  }
}
.product .features .features_item .detail .detail_02 {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail .detail_02 {
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
  }
}
.product .features .features_item .detail_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8%;
}
@media screen and (max-width: 769px) {
  .product .features .features_item .detail_img {
    margin: 15px auto;
  }
}
.product .features .features_item .detail_img img {
  width: 100%;
}
.product .features .features_item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .product .features .features_item.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product .features .features_item:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .product .features .features_item:not(:first-of-type) {
    margin-top: 70px;
  }
}

.evidence {
  background-color: var(--color_n);
  color: var(--color_f);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .evidence {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.evidence .title {
  color: var(--color_f);
  line-height: 1.6;
  font-weight: 500;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .evidence .title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.evidence .title .title_01 {
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  .evidence .title .title_01 {
    font-size: 25px;
  }
}
.evidence .grid_01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 40px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
  color: var(--color_n);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.evidence .grid_01 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.evidence .grid_01 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.evidence .grid_01 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.evidence .grid_01 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.evidence .grid_01 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.evidence .grid_01 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 769px) {
  .evidence .grid_01 {
    display: none;
    margin-top: 30px;
  }
}
.evidence .grid_01 .flip_01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  background-color: var(--color_f);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 53px;
}
.evidence .grid_01 .flip_01 h3 {
  font-size: 28px;
  font-weight: 500;
}
.evidence .grid_01 .flip_01 i {
  display: inline-block;
  margin-top: 50px;
}
.evidence .grid_01 .flip_01 .flip_text01 {
  font-size: 20px;
  padding-top: 50px;
}
.evidence .grid_01 .flip_01 .flip_text02 {
  font-size: 40px;
  font-weight: 500;
  padding-top: 5px;
}
.evidence .grid_01 .flip_01 .flip_text02 b {
  font-size: 60px;
}
.evidence .grid_01 .flip_02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  background-color: green;
  background-color: var(--color_f);
  text-align: center;
}
.evidence .grid_01 .flip_02 h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
}
.evidence .grid_01 .flip_02 .flip_02_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.evidence .grid_01 .flip_02 .flip_02_wrapper p {
  font-size: 45px;
}
.evidence .grid_01 .flip_02 .flip_02_wrapper p b {
  font-size: 80px;
}
.evidence .grid_01 .flip_02 .flip_02_wrapper i {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .evidence .grid_01 .flip_02 .flip_02_wrapper i img {
    width: 90px;
    height: 90px;
  }
}
.evidence .grid_01 .flip_03 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  background-color: var(--color_f);
  text-align: center;
}
.evidence .grid_01 .flip_03 h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
}
.evidence .grid_01 .flip_03 .flip_03_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.evidence .grid_01 .flip_03 .flip_03_wrapper i {
  display: inline-block;
}
.evidence .grid_01 .flip_03 .flip_03_wrapper p {
  font-size: 45px;
}
.evidence .grid_01 .flip_03 .flip_03_wrapper p b {
  font-size: 80px;
}
.evidence .grid_01 .flip_04 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
  background-color: var(--color_f);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 53px;
}
.evidence .grid_01 .flip_04 h3 {
  font-size: 28px;
  font-weight: 500;
}
.evidence .grid_01 .flip_04 i {
  display: inline-block;
  margin-top: 50px;
}
.evidence .grid_01 .flip_04 .flip_text01 {
  font-size: 22px;
  padding-top: 50px;
}
.evidence .grid_01 .flip_04 .flip_text01 b {
  font-size: 65px;
}
.evidence .grid_01 .flip_04 .flip_text01 span {
  font-size: 40px;
  font-weight: 500;
}
.evidence .grid_01 .flip_04 .flip_text02 {
  font-size: 22px;
}
.evidence .grid_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
  min-height: 230px;
  color: var(--color_n);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 769px) {
  .evidence .grid_02 {
    display: none;
  }
}
.evidence .grid_02 .flip_05 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--color_f);
}
.evidence .grid_02 .flip_05 .flip_05_wrapper {
  width: 67%;
  margin: 0 auto;
  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;
}
.evidence .grid_02 .flip_05 .flip_05_wrapper h3 {
  font-size: 28px;
  font-weight: 500;
}
.evidence .grid_02 .flip_05 .flip_05_wrapper i {
  position: relative;
  top: 20px;
  right: 25px;
}
.evidence .grid_02 .flip_05 p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  padding-bottom: 20px;
}
.evidence .grid_02 .flip_05 p b {
  font-size: 65px;
}
.evidence .grid_02 .flip_05 p span {
  font-size: 40px;
  font-weight: 500;
}
.evidence .grid_02 .flip_06 {
  width: 40%;
  background-color: var(--color_f);
}
.evidence .grid_02 .flip_06 .flip_06_wrapper {
  width: 67%;
  margin: 0 auto;
  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;
}
.evidence .grid_02 .flip_06 .flip_06_wrapper h3 {
  font-size: 28px;
  font-weight: 500;
}
.evidence .grid_02 .flip_06 .flip_06_wrapper i {
  position: relative;
  top: 20px;
  right: 25px;
}
.evidence .grid_02 .flip_06 p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  padding-bottom: 20px;
}
.evidence .grid_02 .flip_06 p b {
  font-size: 65px;
}
.evidence .grid_02 .flip_06 p span {
  font-size: 40px;
  font-weight: 500;
}

.mySwiper {
  display: none;
}

@media screen and (max-width: 769px) {
  /* swiper全体 */
  .mySwiper {
    display: block;
    background-color: #fff;
    width: 100%;
    max-width: 500px; /* スマホで幅を制御 */
    margin: 30px auto 0;
    color: var(--color_n);
    line-height: 1.4;
  }
  /* 各カードを同じ大きさに揃える */
  .swiper-slide {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 35px;
    text-align: center;
    min-height: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  /* flipカード */
  .flip_01,
  .flip_02,
  .flip_03,
  .flip_04,
  .flip_05,
  .flip_06 {
    width: 100%;
  }
  .flip_01 img,
  .flip_02 img,
  .flip_03 img,
  .flip_04 img,
  .flip_05 img,
  .flip_06 img {
    width: 90px;
    height: 90px;
    margin-top: 10px;
  }
  .flip_02 h3 {
    margin-top: 10px;
  }
  .flip_03 h3 {
    margin-top: 10px;
  }
  .flip_05 h3 {
    margin-top: 10px;
  }
  .flip_06 h3 {
    margin-top: 10px;
  }
  .flip_text01 {
    margin-top: 10px;
  }
  b {
    font-size: 24px;
  }
  /* ページネーション */
  .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #333; /* アクティブは濃い色 */
  }
}
.merit .title {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .merit .title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.merit .sub_title {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .merit .sub_title .pc_no {
    display: none;
  }
}
.merit .sub_title .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .merit .sub_title .pc_none {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .merit .sub_title {
    font-size: 14px;
    line-height: 1.4;
  }
}
.merit .card {
  color: var(--color_f);
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .merit .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.merit .card .card_flip {
  background-color: var(--color_n);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.merit .card .card_flip .icon {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 769px) {
  .merit .card .card_flip .icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: 15px;
  }
}
.merit .card .card_flip .card_01 {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .merit .card .card_flip .card_01 {
    margin-top: 10px;
    font-size: 22px;
  }
}
.merit .card .card_flip .card_02 {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .merit .card .card_flip .card_02 {
    font-size: 22px;
  }
}
.merit .card .card_flip .card_02 b {
  font-size: 70px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 769px) {
  .merit .card .card_flip .card_02 b {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.merit .card .card_flip .card_03 {
  margin-top: 45px;
  width: 84%;
  margin: 45px auto;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  .merit .card .card_flip .card_03 {
    font-size: 16px;
    width: 90%;
    margin: 10px auto 25px;
  }
}

@media screen and (max-width: 769px) {
  .card_flip_wrapper01 {
    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;
  }
  .card_flip_wrapper01 .icon {
    width: 30%;
    margin-left: 30px;
  }
  .card_flip_wrapper01 .card_flip_wrapper02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.example .section_inner .section_wrapper {
  background-color: var(--color_g);
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper {
    padding-bottom: 20px;
  }
}
.example .section_inner .section_wrapper h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  padding-top: 100px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper h2 {
    font-size: 30px;
    padding-top: 30px;
  }
}
.example .section_inner .section_wrapper h2 span {
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper h2 span {
    font-size: 25px;
  }
}
.example .section_inner .section_wrapper .example_wrapper {
  background-color: var(--color_f);
  width: 91%;
  margin: 60px auto 0;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper {
    margin: 30px auto 0;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more {
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person .person_h {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person .person_h img {
  width: 100%;
  height: auto;
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .person p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading {
  padding: 57px 0;
  border-bottom: 1px solid var(--color_n);
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading {
    padding: 25px 0;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading:last-of-type {
  border-bottom: none;
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper .head_icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 20%;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper .head_sub {
  font-size: 35px;
  font-weight: 500;
  margin-left: 25px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper .head_sub {
    font-size: 20px;
    margin-left: unset;
    line-height: 1.6;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: justify;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper .head_sub .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_wrapper .head_sub .pc_none {
    display: block;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_detail {
  margin-top: 15px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_detail {
    font-size: 15px;
    text-align: justify;
    margin-top: 15px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .heading .head_detail .red_01 {
  color: #ff4b58;
  text-decoration: underline;
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .pictures {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .pictures {
    margin-top: 15px;
    position: relative; /* 画像を重ねる */
    display: block; /* flexを解除 */
    height: auto; /* ← 高さを確保 */
    aspect-ratio: 16/9; /* ← 高さを比率で決めると崩れない */
    overflow: hidden; /* はみ出し防止 */
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .pictures .pictures_shop01 {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .pictures .pictures_shop01 {
    display: none;
  }
}
.example .section_inner .section_wrapper .example_wrapper .example_wrapper_more .pictures .pictures_shop02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.example .section_inner .section_wrapper .example_wrapper .conclusion {
  position: relative;
  padding: 4.5%;
  margin-top: 100px;
  color: #fff;
  background-color: var(--color_n);
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion {
    margin-top: 20px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .conclusion::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid var(--color_n);
  border-bottom: 0;
  position: absolute;
  top: -85px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid var(--color_n);
    top: -35px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .conclusion .point {
  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: 15px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion .point img {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.example .section_inner .section_wrapper .example_wrapper .conclusion .point .point_sub {
  font-size: 35px;
  padding-right: 30px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion .point .point_sub {
    font-size: 20px;
  }
}
.example .section_inner .section_wrapper .example_wrapper .conclusion .point_detail {
  text-align: center;
  font-size: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion .point_detail {
    font-size: 15px;
    text-align: left;
  }
}
.example .section_inner .section_wrapper .example_wrapper .conclusion .point_detail .sp_none {
  display: block;
}
@media screen and (max-width: 769px) {
  .example .section_inner .section_wrapper .example_wrapper .conclusion .point_detail .sp_none {
    display: none;
  }
}

.pictures_shop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 769px) {
  .pictures_shop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: fadeSlide 12s infinite;
            animation: fadeSlide 12s infinite;
  }
}

/* 1枚目 */
@media screen and (max-width: 769px) {
  .pictures_shop:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

/* 2枚目 */
@media screen and (max-width: 769px) {
  .pictures_shop:nth-child(2) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) blur(8px);
            transform: scale(1) blur(8px);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.1) blur(0);
            transform: scale(1.1) blur(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2) blur(0);
            transform: scale(1.2) blur(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) blur(8px);
            transform: scale(1.2) blur(8px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) blur(8px);
            transform: scale(1) blur(8px);
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) blur(8px);
            transform: scale(1) blur(8px);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.1) blur(0);
            transform: scale(1.1) blur(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2) blur(0);
            transform: scale(1.2) blur(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) blur(8px);
            transform: scale(1.2) blur(8px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) blur(8px);
            transform: scale(1) blur(8px);
  }
}
/* タブナビゲーションのスタイル */
.tab_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 0;
}

.tab_button {
  background-color: #fff;
  border: none;
  padding: 18px 35px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 769px) {
  .tab_button {
    font-size: 16px;
    padding: 6px 16px;
    text-align: center;
  }
}

.tab_button.active {
  background-color: #192038;
  color: white;
}

.tab_button:hover {
  background-color: #586596; /* 少し明るい紺色 */
  color: white;
}

/* ★これが重要★ タブコンテンツの表示制御 */
.tab_content {
  display: none; /* 最初はすべて非表示 */
}

.tab_content.active {
  display: block; /* activeクラスがある時だけ表示 */
}

.before_a {
  position: relative;
}
.before_a .section_inner {
  background-color: var(--color_n);
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .before_a .section_inner {
    padding-bottom: 60px;
  }
}
.before_a .section_inner .section_wrapper {
  color: var(--color_f);
}
.before_a .section_inner .section_wrapper h2 {
  text-align: center;
  font-size: 45px;
  padding-top: 100px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .before_a .section_inner .section_wrapper h2 {
    font-size: 30px;
    line-height: 1.4;
    padding-top: 60px;
  }
}
.before_a .section_inner .section_wrapper .before_a_pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 80%;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .before_a .section_inner .section_wrapper .before_a_pictures {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
  }
}
.before_a .section_inner .section_wrapper .before_a_pictures .shop_icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (max-width: 769px) {
  .before_a .section_inner .section_wrapper .before_a_pictures .shop_icon img {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}
.before_a .section_inner .section_wrapper .shop_video {
  width: 80%;
  margin: 70px auto;
}
@media screen and (max-width: 769px) {
  .before_a .section_inner .section_wrapper .shop_video {
    width: 100%;
    margin: 0;
  }
}

.install .section_wrapper {
  background-color: var(--color_g);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.install .section_wrapper .title {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.install .section_wrapper .install_wrapper {
  width: 81%;
  margin: 60px auto;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper {
    margin: 30px auto 0;
  }
}
.install .section_wrapper .install_wrapper .step {
  background-color: var(--color_f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.install .section_wrapper .install_wrapper .step .step_num {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step .step_num {
    font-size: 13px;
  }
}
.install .section_wrapper .install_wrapper .step .step_num::after {
  content: "";
  display: block;
  background-color: var(--color_n);
  height: 110px;
  width: 1px;
  position: absolute;
  left: 12.5vw;
  bottom: -1.5vw;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step .step_num::after {
    display: none;
  }
}
.install .section_wrapper .install_wrapper .step .step_num b {
  font-size: 48px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step .step_num b {
    font-size: 35px;
  }
}
.install .section_wrapper .install_wrapper .step .step_title {
  margin-left: 30px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step .step_title {
    font-size: 24px;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}
.install .section_wrapper .install_wrapper .step .step_detail {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  font-size: 20px;
  margin-right: 60px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step .step_detail {
    margin-right: 0;
    width: 90%;
    margin: 10px auto 0;
    font-size: 15px;
  }
}
.install .section_wrapper .install_wrapper .step_icon {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step_icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 769px) {
  .install .section_wrapper .install_wrapper .step_icon img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.maintenance {
  background-color: var(--color_n);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.maintenance .section_inner .section_wrapper .title {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .title {
    font-size: 30px;
  }
}
.maintenance .section_inner .section_wrapper .sub_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .sub_title {
    font-size: 14px;
  }
}
.maintenance .section_inner .section_wrapper .card02 {
  color: var(--color_f);
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.maintenance .section_inner .section_wrapper .card02 .flip02 {
  color: var(--color_n);
  background-color: var(--color_f);
  padding-bottom: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 .flip02 {
    padding-bottom: unset;
  }
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 {
    padding: 10px 10px;
  }
}
.maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .icon {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: unset;
    margin-left: unset;
  }
}
.maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .card_01 {
  text-align: center;
  margin-top: 45px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .card_01 {
    margin-top: unset;
    font-size: 22px;
  }
}
.maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .card_02 {
  text-align: center;
  margin-top: 45px;
  width: 84%;
  margin: 15px auto 0;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .card02 .flip02 .card_flip_wrapper01 .card_02 {
    font-size: 16px;
    width: 100%;
    margin: unset;
  }
}
.maintenance .section_inner .section_wrapper .description {
  margin-top: 60px;
  text-align: center;
  line-height: 2;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .description {
    font-size: 14px;
  }
}
.maintenance .section_inner .section_wrapper .description p:not(:first-of-type) {
  margin-top: 5px;
}
.maintenance .section_inner .section_wrapper .description p .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .description p .pc_none {
    display: block;
  }
}
.maintenance .section_inner .section_wrapper .description p span {
  border-bottom: solid 1px #fff;
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item {
  padding-top: 45px;
  padding-bottom: 45px;
  color: var(--color_n);
  background-color: var(--color_f);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner {
    width: 85%;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner h2 {
    font-size: 22px;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail {
    margin-top: 15px;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li {
  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: 25px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li {
    gap: 15px;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li img {
  width: 35px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .maintenance .section_inner .section_wrapper .maintenance-wrapper--item__inner .detail ul li p {
    font-size: 14px;
  }
}

.faq .section_inner h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .faq .section_inner h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.faq .section_inner .section_wrapper {
  border: solid 2px var(--color_n);
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper {
    margin-top: 30px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper {
  width: 91%;
  margin: 0 auto;
}
.faq .section_inner .section_wrapper .faq_wrapper dl {
  font-size: 35px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .section_inner .section_wrapper .faq_wrapper dl dt:not(:first-of-type) {
  margin-top: 101px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dt:not(:first-of-type) {
    margin-top: 51px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dt .question {
  color: #3e91d8;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dt .question {
    font-size: 18px;
    margin-right: 15px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dt .q_text {
  font-size: 30px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dt .q_text {
    font-size: 16px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dd {
    margin-top: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dd:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_n);
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dd:not(:last-of-type)::after {
    bottom: -25px;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dd .answer {
  color: #ff4b58;
  margin-right: 36px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dd .answer {
    font-size: 16px;
    margin-right: 12px;
    width: 1em;
  }
}
.faq .section_inner .section_wrapper .faq_wrapper dl dd .a_text {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .faq .section_inner .section_wrapper .faq_wrapper dl dd .a_text {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .contact {
    font-size: 16px;
  }
}
.contact .contact_inner {
  background-color: #cccccc;
}
.contact .contact_inner .contact_wrapper {
  width: 83%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact .contact_inner .contact_wrapper .title {
  font-weight: 500;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper .title {
    font-size: 26px;
    line-height: 1.4;
  }
}
.contact .contact_inner .contact_wrapper .title .pc_none {
  display: none;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper .title .pc_none {
    display: block;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text {
    display: block;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.contact .contact_inner .contact_wrapper form .contact_text p span {
  color: #ff4b58;
}
.contact .contact_inner .contact_wrapper form .contact_text input {
  width: 76%;
  min-height: 50px;
  background-color: var(--color_f);
  border-radius: 3px;
  padding: 15px 20px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text input {
    width: 100%;
    margin-top: 10px;
    height: 38px;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text .select {
  position: relative;
  background-color: var(--color_f);
  width: 76%;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text .select {
    margin-top: 10px;
    width: 100%;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text .select::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-color: var(--color_n);
  clip-path: polygon(50% 10px, 0% 0%, 14px 0%);
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text .select::after {
    right: 17px;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text select {
  cursor: pointer;
  width: 100%;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text select {
    width: 100%;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text textarea {
  width: 76%;
  background-color: var(--color_f);
  border-radius: 3px;
  padding: 15px 20px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text textarea {
    width: 100%;
    margin-top: 10px;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text .detail_text_02 {
  min-height: 500px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text .detail_text_02 {
    min-height: 350px;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text:first-of-type {
    margin-top: 25px;
  }
}
.contact .contact_inner .contact_wrapper form .contact_text:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .contact_text:not(:first-of-type) {
    margin-top: 15px;
  }
}
.contact .contact_inner .contact_wrapper form .privacy_section {
  margin-top: 80px;
}
.contact .contact_inner .contact_wrapper form .privacy_section .personal_text {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .privacy_section .personal_text {
    font-size: 16px;
  }
}
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy {
  font-size: 12px;
  width: 70%;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 1.6;
  height: 200px;
  overflow-y: auto;
  padding: 1rem;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .privacy_section .text_privacy {
    width: 100%;
    margin: 10px auto 0;
    font-size: 12px;
  }
}
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy h3,
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy h4,
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy p,
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy li,
.contact .contact_inner .contact_wrapper form .privacy_section .text_privacy address {
  font-size: inherit;
}
.contact .contact_inner .contact_wrapper form .privacy {
  text-align: center;
  margin-top: 15px;
}
.contact .contact_inner .contact_wrapper form .privacy label {
  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;
  cursor: pointer;
}
.contact .contact_inner .contact_wrapper form .privacy label input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
}
.contact .contact_inner .contact_wrapper form .privacy label .agree_text {
  margin-left: 10px;
}
.contact .contact_inner .contact_wrapper form .privacy label .agree_text span {
  font-weight: 500;
}
.contact .contact_inner .contact_wrapper form .submit {
  text-align: center;
  font-size: 24px;
  margin-top: 100px;
  color: var(--color_f);
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .submit {
    font-size: 18px;
  }
}
.contact .contact_inner .contact_wrapper form .submit input {
  background-color: #3e91d8;
  padding: 30px 220px;
  border-radius: 100px;
  border: solid 2px #3e91d8;
  -webkit-transition: 0.3s background-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s color ease;
}
@media screen and (max-width: 769px) {
  .contact .contact_inner .contact_wrapper form .submit input {
    padding: 10px 100px;
  }
}
.contact .contact_inner .contact_wrapper form .submit input:hover {
  background-color: var(--color_f);
  color: #3e91d8;
}
/*# sourceMappingURL=style.css.map */