@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

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

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]: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;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

main {
  margin: 0 auto;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.78;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
/* デフォルトはPC想定 */
/* SPではPCを隠す */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/* PCではSPを隠す */
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
.cta-btn-link {
  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;
  padding-inline: 1.5rem;
  gap: 0.5rem;
  border-radius: 31.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF9F00), to(#F84801));
  background: linear-gradient(90deg, #FF9F00 0%, #F84801 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cta-btn-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .cta-btn-link {
    padding-inline: 0.5rem;
    gap: 0.25rem;
  }
}

.cta-btn-link-s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-s {
    height: 2.5rem;
  }
}

.cta-btn-link-l {
  width: 35.75rem;
  height: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-l {
    width: 100%;
  }
}
.cta-btn-link-l .cta-btn-link-txt {
  font-size: 2rem;
  font-weight: 600;
  margin-inline: 3.75rem;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-l .cta-btn-link-txt {
    font-size: 1.5rem;
    margin-inline: 1rem;
  }
}
.cta-btn-link-l .cta-btn-link-txt span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-l .cta-btn-link-txt span {
    font-size: 1.25rem;
  }
}
.cta-btn-link-l .cta-btn-link-txt span span {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-l .cta-btn-link-txt span span {
    font-size: 1rem;
  }
}
.cta-btn-link-l .cta-btn-link-arrow {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-l .cta-btn-link-arrow {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.cta-btn-link-txt {
  color: #FFF;
}

.cta-btn-link-txt-s {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .cta-btn-link-txt-s {
    font-size: 1rem;
  }
}

.cta-btn-link-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
.sp-cta .cta-btn-link {
  width: 100%;
  height: 4rem;
}

.sec {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .sec {
    padding-block: 2.5rem;
  }
}

.fade-anim {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

/* 画面内に入ったら */
.fade-anim.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ttl {
  text-align: center;
  color: #6782C9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 1.25rem;
  }
}
.ttl span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .ttl span {
    font-size: 2rem;
  }
}

.explain {
  text-align: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 90rem;
  height: inherit;
  padding: 0 13.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 35.25rem;
    padding: 0 1rem;
  }
}

.summary {
  width: 100%;
  border-radius: 20px;
  background: #6782C9;
}
@media screen and (max-width: 767px) {
  .summary {
    border-radius: 1.25rem;
  }
}

.summary-inner {
  padding-block: 1.5rem;
  padding-inline: 1rem;
}

/*===================================================
フッター
===================================================*/
footer {
  text-align: center;
  padding-block: 5rem;
  background: #333;
}
@media screen and (max-width: 767px) {
  footer {
    padding-block: 2.5rem;
  }
}

.footer-info {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-margin-after: 3.0625rem;
          margin-block-end: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .footer-info {
    font-size: 0.75rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.footer-copy {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein.number02 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.fadein.number03 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.fadein.number04 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.fadein.number05 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.fadein.number06 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.fadein.number07 {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.fadein.number08 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.fadein.number09 {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.fadein.number10 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.fadein.number11 {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

.fadein.number12 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.fadein.number13 {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

.fadein.number14 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.fadein.number15 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.fadein.number16 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.fadein.number17 {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

.fadein.number18 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay4 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay5 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out;
    transition: opacity 0.6s, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay2_sp {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay3_sp {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay4_sp {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay5_sp {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
.fv-anim-01,
.fv-anim-02 {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

body.is-loaded .fv-anim-01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

body.is-loaded .fv-anim-02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fv {
  max-width: 90rem;
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .fv {
    max-width: 31.25rem;
    height: 17.4375rem;
  }
}

.fv-container {
  position: relative;
}

.fv-container-bg {
  position: absolute;
  z-index: 1;
  width: 65.1875rem;
  height: 43.75rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv-container-bg {
    width: 23.09375rem;
    height: 17.375rem;
  }
}

.fv-container-kv {
  position: absolute;
  z-index: 2;
  width: 58.625rem;
  height: 36.125rem;
  left: 0;
  -webkit-margin-before: 3.8125rem;
          margin-block-start: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .fv-container-kv {
    width: 20.3125rem;
    height: 13.375rem;
    -webkit-margin-before: 1.8125rem;
            margin-block-start: 1.8125rem;
  }
}

.fv-container-main-wrap {
  position: absolute;
  z-index: 3;
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .fv-container-main-wrap {
    -webkit-margin-before: 2.75rem;
            margin-block-start: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: auto;
  }
}
.fv-container-main-wrap .cta-btn-link-head {
  -webkit-margin-start: 38.4375rem;
          margin-inline-start: 38.4375rem;
}
@media screen and (max-width: 767px) {
  .fv-container-main-wrap .cta-btn-link-head {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.fv-container-main-msg-wrap {
  background: rgba(0, 0, 0, 0.5);
  -webkit-margin-before: 4.9375rem;
          margin-block-start: 4.9375rem;
  padding-block: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-container-main-msg-wrap {
    width: 17.375rem;
    height: 8rem;
    position: relative;
    overflow: hidden;
    -webkit-margin-start: 6.9375rem;
            margin-inline-start: 6.9375rem;
    -webkit-padding-before: 0.375rem;
            padding-block-start: 0.375rem;
    -webkit-padding-start: 0.375rem;
            padding-inline-start: 0.375rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.fv-container-main-txt {
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 5.875rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv-container-main-txt {
    font-size: 2rem;
    width: 18.75rem;
    position: absolute;
    letter-spacing: 0.005em;
  }
}

.fv-container-sub-txt {
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.1;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.fv-container-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-margin-start: 2.625rem;
          margin-inline-start: 2.625rem;
}
@media screen and (max-width: 767px) {
  .fv-container-service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    -webkit-margin-start: 7.375rem;
            margin-inline-start: 7.375rem;
    -webkit-margin-before: -1.875rem;
            margin-block-start: -1.875rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.fv-container-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fv-container-icon-wrap {
    gap: 0.375rem;
    -webkit-margin-before: -2.5rem;
            margin-block-start: -2.5rem;
    z-index: 0;
  }
}
.fv-container-icon-wrap picture, .fv-container-icon-wrap img {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .fv-container-icon-wrap picture, .fv-container-icon-wrap img {
    width: 5rem;
    height: 5rem;
  }
}

/* Section1
***************************************************************/
.sec1 {
  padding-block: 5rem 6.375rem;
}
@media screen and (max-width: 767px) {
  .sec1 {
    padding-block: 2.3125rem 4.0625rem;
  }
}

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

.sec1-intro-wrap {
  padding-block: 2.5rem;
  padding-inline: 1rem;
  border-radius: 1.875rem;
  background: linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .sec1-intro-wrap {
    border-radius: 1.25rem;
    padding-block: 1.5rem;
  }
}

.sec1-intro {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-intro {
    font-size: 1rem;
  }
}
.sec1-intro span {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .sec1-intro span {
    font-size: 1.25rem;
  }
}

.sec1-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec1-items {
    gap: 0.5rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.sec1-item {
  min-width: 11.25rem;
  padding-block: 1.5rem;
  padding-inline: 0.25rem;
  border-radius: 0.625rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .sec1-item {
    min-width: 6.5rem;
    padding-block: 0.5rem;
    padding-inline: 0.25rem;
    display: grid;
    gap: 0.5rem;
  }
}

.sec1-item-icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec1-item-icon {
    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;
  }
}

.sec1-item-icon-01 img {
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec1-item-icon-01 img {
    width: 2.5rem;
  }
}

.sec1-item-icon-02 img {
  width: 2.6875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec1-item-icon-02 img {
    width: 1.6478125rem;
  }
}

.sec1-item-icon-03 img {
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec1-item-icon-03 img {
    width: 2.5rem;
  }
}

.sec1-item-txt {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec1-item-txt {
    font-size: 0.75rem;
    line-height: 1.4;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.sec1-item-txt span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-item-txt span {
    font-size: 1rem;
  }
}

/* Section2
***************************************************************/
.sec2 {
  padding-block: 0 3.625rem;
  background: linear-gradient(280deg, rgba(77, 79, 105, 0.1) 0.92%, rgba(123, 125, 147, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .sec2 {
    -webkit-padding-after: 3.9375rem;
            padding-block-end: 3.9375rem;
  }
}

.sec2-ttl {
  position: absolute;
  text-align: left;
  top: -1.3125rem;
}
@media screen and (max-width: 767px) {
  .sec2-ttl {
    top: -1.5625rem;
  }
}

.sec2-ng-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-block: 4.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-ng-items {
    grid-template-columns: 1fr;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding-block: 2.75rem 2.5rem;
  }
}

.sec2-ng-item {
  min-width: 19.8125rem;
}
@media screen and (max-width: 767px) {
  .sec2-ng-item {
    min-width: 100%;
  }
}

.sec2-ng-item-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #6782C9;
  padding-block: 0.5rem;
}

.sec2-ng-item-icon img {
  width: 3.3956875rem;
  height: auto;
}

.sec2-ng-item-ttl {
  opacity: 0.7;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.sec2-ng-item-ttl span {
  font-size: 2.5rem;
}

.sec2-ng-item-sub-ttl {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.sec2-ng-item-inner {
  background: #fff;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  min-height: 18.625rem;
}
@media screen and (max-width: 767px) {
  .sec2-ng-item-inner {
    height: 16.625rem;
  }
}

.sec2-ng-item-txt {
  color: #333;
  font-size: 1rem;
  min-height: 4.125rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  line-height: 1.6;
}

.sec2-ng-item-txt-lh {
  line-height: 1.4;
}

.sec2-ng-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec2-ng-item-details-img-01 img {
  width: 7.5rem;
  height: auto;
}

.sec2-ng-item-details-img-02 img {
  width: 4.6875rem;
  height: auto;
}

.sec2-ng-item-details-img-03 img {
  width: 7.5rem;
  height: auto;
}

.sec2-ng-item-details-txt {
  font-size: 1rem;
  font-weight: 500;
}

.sec2-ng-item-details-txt-bold {
  color: #6782C9;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1;
  margin-block: 1rem;
}
.sec2-ng-item-details-txt-bold span {
  font-size: 2.25rem;
}

.sec2-ng-item-details-txt-bold-s {
  font-size: 3.3125rem;
}
.sec2-ng-item-details-txt-bold-s span {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .sec2-summary {
    max-height: 15.875rem;
  }
}

.sec2-summary-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .sec2-summary-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec2-summary-img {
  -webkit-margin-end: 2.5rem;
          margin-inline-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-summary-img {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
    text-align: center;
  }
}
.sec2-summary-img img {
  width: 4.02775rem;
  height: 3.625rem;
}

.sec2-summary-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .sec2-summary-txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec2-summary-txt {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-summary-txt {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.sec2-summary-per {
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec2-summary-per {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.sec2-summary-per span {
  font-size: 2.25rem;
}

.sec2-summary-anno {
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
  -webkit-margin-start: 3.25rem;
          margin-inline-start: 3.25rem;
}
@media screen and (max-width: 767px) {
  .sec2-summary-anno {
    font-size: 0.75rem;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

/* Section3
***************************************************************/
.sec3 {
  padding-block: 6.875rem 6.5625rem;
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding-block: 4.375rem 3.3125rem;
  }
}

.sec3-inner {
  padding-inline: 0;
}
.sec3-head-arrow {
  text-align: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-head-arrow {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
.sec3-head-arrow img {
  width: 11.0418125rem;
  height: 1.734375rem;
}
@media screen and (max-width: 767px) {
  .sec3-head-arrow img {
    width: 11.0418125rem;
    height: 1.734375rem;
  }
}

.sec3-intro {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-intro {
    font-size: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.sec3-intro span {
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, orange));
  background: linear-gradient(transparent 50%, orange 50%);
}
@media screen and (max-width: 767px) {
  .sec3-intro span {
    font-size: 1.25rem;
  }
}

.sec3-three-limits {
  position: relative;
  background: url("assets/images/sec3-bg.webp") center center/cover no-repeat;
  width: 100%;
  padding-block: 3.4375rem 2.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits {
    font-size: 2.5rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    padding-block: 2.5rem;
  }
}
.sec3-three-limits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 0;
}

.sec3-three-limits-ttl-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-ttl-wrap {
    gap: 1rem;
  }
}

.sec3-three-limits-head-icon img {
  width: 0.911625rem;
  height: 1.5rem;
}

.sec3-three-limits-head {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-head {
    font-size: 1.5rem;
  }
}
.sec3-three-limits-head span {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-head span {
    font-size: 2.25rem;
  }
}

.sec3-three-limits-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sec3-three-limits-item {
  width: 19.8125rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item {
    width: 100%;
  }
}

.sec3-three-limits-item-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.25rem 1.25rem 0 0;
  background: rgba(0, 0, 0, 0.5);
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-head-wrap {
    border-radius: 1.25rem 1.25rem 0 0;
    padding-block: 0.5rem;
  }
}

.sec3-three-limits-item-icon img {
  width: 3.3956875rem;
  height: 4.6121875rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-icon img {
    width: 3.3956875rem;
    height: 4.6121875rem;
  }
}

.sec3-three-limits-item-ttl-wrap {
  padding-inline: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-ttl-wrap {
    padding-inline: 0.5rem 1rem;
  }
}

.sec3-three-limits-item-ttl {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}
.sec3-three-limits-item-ttl span {
  font-size: 2.5rem;
}

.sec3-three-limits-item-sub-ttl {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-sub-ttl {
    font-size: 1rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.sec3-three-limits-item-details {
  display: grid;
  place-items: center;
  padding-block: 1.5rem 1.25rem;
  padding-inline: 1rem;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-details {
    padding-block: 1.5rem 1.125rem;
    padding-inline: 1rem;
  }
}

.sec3-three-limits-item-case {
  position: relative;
  width: 15rem;
  padding-block: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-case {
    width: 15rem;
    padding-block: 0.5rem;
    border-radius: 0.625rem;
  }
}
.sec3-three-limits-item-case::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: calc(50% - 0.6875rem);
  translate: -50% 0;
  width: 0.8125rem;
  height: 1.0648125rem;
  background: url("assets/images/sec3-icon-fukidashi.svg") center center/cover no-repeat;
}

.sec3-three-limits-item-case-txt {
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-case-txt {
    font-size: 1rem;
  }
}

.sec3-three-limits-item-problem {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-problem {
    font-size: 1rem;
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
  }
}
.sec3-three-limits-item-problem span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec3-three-limits-item-problem span {
    font-size: 1.25rem;
  }
}

.sec3-flow-container {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-container {
    gap: 2.5rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.sec3-flow-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .sec3-flow-items {
    grid-template-columns: 1fr;
    margin-inline: auto;
  }
}

.sec3-flow-items > * + * {
  -webkit-margin-start: -0.125rem;
          margin-inline-start: -0.125rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-items > * + * {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: -0.125rem;
            margin-block-start: -0.125rem;
  }
}

.sec3-flow-item {
  position: relative;
  padding-block: 1rem;
  padding-inline: 1rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10.125rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item {
    width: 15rem;
  }
}
.sec3-flow-item::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  translate: 0 -50%;
  width: 0.8125rem;
  height: 1.7151875rem;
  background: url("assets/images/sec3-polygon.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item::after {
    top: auto;
    bottom: -0.71875rem;
    right: 50%;
    translate: 50% 0;
    width: 1.7151875rem;
    height: 0.951375rem;
    background: url("assets/images/sec3-polygon-sp.svg") center center/cover no-repeat;
  }
}

.miss-item,
.suc-item {
  position: relative;
}
.miss-item::before,
.suc-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  translate: 0 -50%;
  width: 0.8125rem;
  height: 1.7151875rem;
}
@media screen and (max-width: 767px) {
  .miss-item::before,
  .suc-item::before {
    top: auto;
    bottom: -0.96875rem;
    right: 50%;
    translate: 50% 0;
    width: 1.7151875rem;
    height: 0.951375rem;
  }
}

.miss-item {
  border: 0.125rem solid #6782C9;
}
.miss-item::before {
  background: url("assets/images/sec3-polygon-blue.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .miss-item::before {
    background: url("assets/images/sec3-polygon-blue-sp.svg") center center/cover no-repeat;
  }
}

.suc-item {
  border: 0.125rem solid #EEB252;
}
.suc-item::before {
  background: url("assets/images/sec3-polygon-yellow.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .suc-item::before {
    background: url("assets/images/sec3-polygon-yellow-sp.svg") center center/cover no-repeat;
  }
}

.sec3-flow-item-step1-txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-step1-txt {
    font-size: 1.25rem;
  }
}

.miss-txt {
  color: #6782C9;
}

.sec3-flow-item-step2-head {
  color: #6782C9;
  font-size: 0.875rem;
  font-weight: 700;
}
.sec3-flow-item-step2-txt-wrap {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  background: rgba(103, 130, 201, 0.2);
}
.sec3-flow-item-step2-txt {
  font-size: 0.75rem;
  line-height: 1.4;
}

.sec3-flow-item-step3-txt {
  color: #6782C9;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
.sec3-flow-item-step4-head {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-step4-head {
    font-size: 0.875rem;
  }
}

.sec3-flow-item-step4-head-mt {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-step4-head-mt {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sec3-flow-item-bg-gray {
  background: rgba(103, 130, 201, 0.2);
}

.sec3-flow-item-bg-yellow {
  background: rgba(238, 178, 82, 0.2);
}

.sec3-flow-item-step4-txt {
  color: #333;
  text-align: center;
  font-size: 0.75rem;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-step4-txt {
    font-size: 0.75rem;
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}

.sec3-flow-item-result-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-result-wrap {
    min-height: 10.125rem;
  }
}

.miss-wrap {
  position: relative;
  background: linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%);
}
@media screen and (max-width: 767px) {
  .miss-wrap {
    border: 0.125rem;
  }
}
.miss-wrap::before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 4.375rem;
  background: url("assets/images/sec3-icon-bad.svg") center center/cover no-repeat;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .miss-wrap::before {
    width: 4.25rem;
    height: 4.375rem;
  }
}

.suc-wrap {
  position: relative;
  background: #EEB252;
}
@media screen and (max-width: 767px) {
  .suc-wrap {
    border: 0.125rem;
  }
}
.suc-wrap::before {
  content: "";
  position: absolute;
  width: 4.25rem;
  height: 4.375rem;
  background: url("assets/images/sec3-icon-good.svg") center center/cover no-repeat;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .suc-wrap::before {
    width: 4.25rem;
    height: 4.375rem;
  }
}

.sec3-flow-item-result {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec3-flow-item-result {
    font-size: 1rem;
  }
}

.suc-txt {
  color: #EEB252;
}

/* Section4
***************************************************************/
.sec4 {
  position: relative;
  max-width: 90rem;
  padding-block: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec4 {
    padding-block: 0 2.5rem;
  }
}
.sec4::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 28.6875rem;
  background: url("assets/images/sec4-bg.webp") center center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec4::before {
    background: url("assets/images/sec4-bg-sp.webp") center center/cover no-repeat;
    height: 28.6875rem;
  }
}

.sec4-ttl {
  position: absolute;
  text-align: left;
  top: -1.6875rem;
}
@media screen and (max-width: 767px) {
  .sec4-ttl {
    top: -1.1875rem;
  }
}

.sec4-mock-flow-container {
  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;
  padding-block: 4.375rem 6.6875rem;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.889375rem;
    padding-block: 5.4375rem 2.5rem;
  }
}

.sec4-mock-flow-step {
  position: relative;
  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;
  background: url("assets/images/sec4-bg--circle.svg") center center/cover no-repeat;
  width: 18.0625rem;
  height: 18.0625rem;
}
.sec4-mock-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.25rem;
  translate: 0 -50%;
  width: 4.8893125rem;
  height: 5.1005rem;
  background: url("assets/images/sec4-icon-arrow.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step:not(:last-child)::after {
    background: url("assets/images/sec4-icon-arrow-sp.svg") center center/cover no-repeat;
    top: 13.125rem;
    right: 50%;
    translate: 50% 100%;
    width: 5.1005rem;
    height: 4.8893125rem;
  }
}

.sec4-mock-flow-step-inner {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-inner {
    font-size: 3rem;
  }
}

.sec4-mock-flow-step-num {
  color: #95C6F4;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-num {
    font-size: 2.5rem;
  }
}

.sec4-mock-flow-step-ttl {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  line-height: 1.2;
}
.sec4-mock-flow-step-txt {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-txt {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}
.sec4-mock-flow-step-txt span {
  color: #95C6F4;
  font-size: 10px;
}
.sec4-mock-flow-step-txt-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-txt-ar {
    position: relative;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
  }
  .sec4-mock-flow-step-txt-ar::after {
    content: "";
    position: absolute;
    width: 1.1875rem;
    height: 0.5rem;
    top: 2.8125rem;
    left: 50%;
    translate: -50% 0;
    background: url(assets/images/sec4-polygon.svg) center center/cover no-repeat;
  }
}

.sec4-mock-flow-step-times {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.625rem;
  background: rgba(149, 198, 244, 0.2);
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec4-mock-flow-step-required-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.25rem;
  padding-inline: 0.25rem;
}

.sec4-mock-flow-step-required-icon img {
  width: 1rem;
  height: 1.1555rem;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-required-icon img {
    width: 1rem;
    height: 1.1555rem;
  }
}

.sec4-mock-flow-step-required {
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-padding-start: 0.25rem;
          padding-inline-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec4-mock-flow-step-required {
    position: relative;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    padding-block: 0.25rem;
    line-height: 1.1;
  }
  .sec4-mock-flow-step-required::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    left: 0;
    background: url(assets/images/sec4-icon-time.svg) center center/cover no-repeat;
  }
}

.sec4-mock-flow-step-time {
  color: v #333;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sec4-mock-flow-step-arrow {
  text-align: center;
  -webkit-margin-before: -0.375rem;
          margin-block-start: -0.375rem;
}
.sec4-mock-flow-step-arrow img {
  width: 1.1875rem;
  height: 0.5rem;
}

.sec4-summary-inner {
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-summary-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.sec4-summary-img img {
  width: 3.869625rem;
  height: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .sec4-summary-img img {
    width: 3.3020625rem;
    height: 4rem;
  }
}

.sec4-summary-txt {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .sec4-summary-txt {
    font-size: 1rem;
  }
}

.sec4-comparison-tb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-comparison-tb-container {
    -webkit-padding-before: 2.375rem;
            padding-block-start: 2.375rem;
  }
}

.sec4-comparison-tb-row-items {
  display: grid;
  gap: 1px;
}
.sec4-comparison-tb-row-items p {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec4-comparison-tb-row-items p {
    font-size: 1rem;
  }
}
.sec4-comparison-tb-row-items p span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec4-comparison-tb-row-items p span {
    font-size: 1.5rem;
  }
}

.sec4-comparison-tb-row-item {
  min-width: 15rem;
  min-height: 5rem;
  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) {
  .sec4-comparison-tb-row-item {
    min-height: 5rem;
    min-width: 7.5rem;
  }
}

.bg-normal {
  background: rgba(51, 51, 51, 0.4);
}
.bg-normal p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bg-normal p {
    font-size: 0.875rem;
  }
}

.bg-before p,
.bg-after p {
  font-size: 2rem;
  padding-inline: 0.875rem;
}
@media screen and (max-width: 767px) {
  .bg-before p,
  .bg-after p {
    font-size: 1.5rem;
  }
}
.bg-before p span,
.bg-after p span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bg-before p span,
  .bg-after p span {
    font-size: 1rem;
  }
}
.bg-before p .small,
.bg-after p .small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .bg-before p .small,
  .bg-after p .small {
    font-size: 0.75rem;
  }
}

.bg-before {
  background: rgba(255, 255, 255, 0.2);
}

.bg-after {
  background: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 767px) {
  .sec4-comparison-tb-row-item-ttl {
    padding-inline: 1rem;
  }
}

.bg-gray {
  background: linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%);
}
.bg-gray::before {
  background: url("assets/images/sec4-icon-fuki-before.svg") center center/cover no-repeat;
}

.bg-yellow {
  background: #EEB252;
}
.bg-yellow::before {
  background: url("assets/images/sec4-icon-fuki-after.svg") center center/cover no-repeat;
}

.bg-gray,
.bg-yellow {
  position: relative;
}
.bg-gray::before,
.bg-yellow::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: 50%;
  translate: 50% 0;
  width: 7.5rem;
  height: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .bg-gray::before,
  .bg-yellow::before {
    top: -2.5rem;
    right: 3.75rem;
    width: 6rem;
    height: 2.4375rem;
  }
}

/* Section5
***************************************************************/
.sec5 {
  padding-block: 0 5rem;
}

.sec5-inner {
  padding-block: 10px;
  padding-inline: 0;
  background: linear-gradient(280deg, rgba(77, 79, 105, 0.1) 0.92%, rgba(123, 125, 147, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .sec5-inner {
    max-width: 100%;
  }
}

.sec5-ttl {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  translate: -50% 0;
  width: 46.875rem;
}
@media screen and (max-width: 767px) {
  .sec5-ttl {
    width: 100%;
  }
}

.sec5-container {
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .sec5-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.sec5-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec5-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec5-contents-wrap {
  position: relative;
  width: 50%;
  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;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-contents-wrap {
    width: 100%;
    padding-block: 1.5rem;
  }
}

.sec5-contents-inner {
  width: 75.5555555556%;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-contents-inner {
    width: 100%;
  }
}

.sec5-contents-inner-a {
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(2.5px);
}

.sec5-contents-inner-b {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2.5px);
}

.sec5-contents-wrap-a {
  background: url("assets/images/sec5-bg-01.webp") center center/cover no-repeat;
}

.sec5-contents-wrap-b {
  background: url("assets/images/sec5-bg-02.webp") center center/cover no-repeat;
}

.sec5-contents-ttl {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec5-contents-ttl {
    font-size: 1rem;
  }
}

.sec5-contents-txt-items {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec5-contents-txt-items {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    gap: 1rem;
  }
}

.sec5-white {
  color: #FFF;
}

.sec5-blk {
  color: #333;
}

.sec5-contents-txt-tips {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  -webkit-padding-start: 1.5625rem;
          padding-inline-start: 1.5625rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec5-contents-txt-tips {
    font-size: 1rem;
  }
}
.sec5-contents-txt-tips::before {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(assets/images/sec5-icon-check.svg) center center/cover no-repeat;
}

.sec5-contents-txt {
  font-size: 0.875rem;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec5-contents-txt {
    font-size: 0.875rem;
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
  }
}

.sec5-summary {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec5-summary {
    width: 22.375rem;
    max-width: 100%;
  }
}

.sec5-summary-inner {
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-summary-inner {
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec5-summary-txt {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec5-summary-txt {
    font-size: 1rem;
    text-align: center;
    text-wrap: nowrap;
  }
}
.sec5-summary-txt span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec5-summary-txt span {
    font-size: 1.5rem;
  }
}

.sec5-summary-txt-sharp {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-summary-txt-sharp {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    text-align: center;
  }
}

/* Section6
***************************************************************/
.sec6 {
  background: #95C6F4;
}

.sec6-ttl {
  background: linear-gradient(99deg, #1F44A4 4.17%, #4A73D8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec6-explain {
  background: var(--grad-blue, linear-gradient(99deg, #1F44A4 4.17%, #4A73D8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec6-proposal {
  position: relative;
  color: #FFF;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
.sec6-proposal::after {
  content: "";
  position: absolute;
  top: -0.375rem;
  right: -0.625rem;
  width: 0.9225625rem;
  height: 0.35725rem;
  -webkit-transform: rotate(41.409deg);
          transform: rotate(41.409deg);
  background: url("assets/images/sec6-icon-proposal.svg") center center/cover no-repeat;
}

.sec6-flow-container {
  position: relative;
  -webkit-padding-before: 4.4375rem;
          padding-block-start: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-container {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
}

.sec6-flow-items {
  position: relative;
  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) {
  .sec6-flow-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.sec6-flow-items .sec6-flow-item-step {
  position: relative;
}
.sec6-flow-items .sec6-flow-item-step::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 4.785625rem;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec6-flow-items .sec6-flow-item-step::after {
    top: 100%;
    left: 50%;
    width: 2px;
    height: 1.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec6-flow-items .sec6-flow-item-step:last-child::after {
  display: none;
}

.sec6-flow-item-mt,
.sec6-flow-item-wrap {
  width: 12rem;
  height: 12rem;
  border-radius: 6.25rem;
  background: linear-gradient(99deg, rgba(31, 68, 164, 0.8) 4.17%, rgba(74, 115, 216, 0.8) 100%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec6-flow-item-wrap {
  position: relative;
}
.sec6-flow-item-wrap::before {
  content: "";
  position: absolute;
  top: -3.5625rem;
  right: 50%;
  translate: 50% 0;
  width: 9rem;
  height: 3.5625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec6-flow-item-wrap::before {
    top: -1.9375rem;
    right: -0.9375rem;
    width: 7.5625rem;
    height: 4.5rem;
  }
}
.sec6-flow-item-wrap:nth-of-type(2)::before {
  background-image: url("assets/images/sec6-icon-point-01-pc.svg");
}
@media screen and (max-width: 767px) {
  .sec6-flow-item-wrap:nth-of-type(2)::before {
    background-image: url("assets/images/sec6-icon-point-01-sp.svg");
  }
}
.sec6-flow-item-wrap:nth-of-type(3)::before {
  background-image: url("assets/images/sec6-icon-point-02-pc.svg");
}
@media screen and (max-width: 767px) {
  .sec6-flow-item-wrap:nth-of-type(3)::before {
    background-image: url("assets/images/sec6-icon-point-02-sp.svg");
  }
}
.sec6-flow-item-wrap:nth-of-type(4)::before {
  background-image: url("assets/images/sec6-icon-point-03-pc.svg");
}
@media screen and (max-width: 767px) {
  .sec6-flow-item-wrap:nth-of-type(4)::before {
    background-image: url("assets/images/sec6-icon-point-03-sp.svg");
  }
}

.sec6-flow-item-icon {
  text-align: center;
}

.sec6-flow-item-icon-01 img {
  width: 5rem;
  height: 5rem;
}
.sec6-flow-item-icon-02 img {
  width: 5.938625rem;
  height: 5rem;
}
.sec6-flow-item-icon-03 img {
  width: 4rem;
  height: 5rem;
}
.sec6-flow-item-icon-04 img {
  width: 5.5125rem;
  height: 5rem;
}
.sec6-flow-item-txt {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-item-txt {
    font-size: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sec6-flow-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-description {
    display: none;
  }
}

.sec6-flow-description-item {
  width: 12rem;
  min-height: 10.5625rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec6-flow-description-wrap-03 {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec6-flow-description-ttl {
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .sec6-flow-description-ttl {
    font-size: 0.875rem;
    -webkit-padding-after: 0.5rem;
            padding-block-end: 0.5rem;
  }
}

.sec6-flow-description-txt-wrap {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-description-txt-wrap {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.sec6-flow-description-txt {
  color: #FFF;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-description-txt {
    font-size: 0.875rem;
  }
}

.sec6-flow-description-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.625rem;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
  max-height: 1.8125rem;
  margin-inline: auto;
}
.sec6-flow-description-times-mt {
  -webkit-margin-before: 5.5625rem;
          margin-block-start: 5.5625rem;
}

.sec6-flow-description-time-txt {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec6-flow-description-time-txt {
    font-size: 0.75rem;
  }
}
.sec6-flow-description-time-txt span {
  font-size: 0.875rem;
  -webkit-padding-start: 0.25rem;
          padding-inline-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec6-flow-description-time-txt span {
    font-size: 0.875rem;
    -webkit-padding-start: 0.25rem;
            padding-inline-start: 0.25rem;
  }
}

.sec6-summary {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-summary {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.sec6-summary-inner {
  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;
}

.sec6-summary-item {
  display: grid;
  place-items: center;
  padding-inline: 2rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .sec6-summary-item {
    width: 100%;
    padding-inline: 0;
  }
}

.sec6-summary-ttl {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec6-summary-ttl {
    font-size: 1.125rem;
  }
}

.sec6-summary-img-01 img {
  width: 3.8321875rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-summary-img-01 img {
    width: 2.5rem;
    height: 2.6095rem;
  }
}

.sec6-summary-img-02 img {
  width: 3.6rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-summary-img-02 img {
    width: 2.5rem;
    height: 2.77775rem;
  }
}

.sec6-summary-img-03 img {
  width: 3.5075625rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .sec6-summary-img-03 img {
    width: 2.5rem;
    height: 2.851rem;
  }
}

.sec6-summary-txt {
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.sec6-summary-txt-l {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec6-summary-txt-l {
    font-size: 1.25rem;
  }
}

/* Section7
***************************************************************/
.sec7-explain {
  color: #6782C9;
}

.sec7-voice-container {
  display: grid;
  gap: 0.625rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.sec7-voice-items {
  display: grid;
  grid-template-columns: 10rem 1fr 1fr 1.5fr;
}
.sec7-voice-item {
  min-height: 7.5rem;
}

.sec7-voice-item-case {
  background: linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-case {
    min-width: 10rem;
    min-height: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-voice-item-before {
    min-width: 15rem;
    min-height: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-voice-item-after {
    min-width: 15rem;
    min-height: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec7-voice-item-result {
    min-width: 22.5rem;
    min-height: 12.375rem;
  }
}

.sec7-voice-item-inner {
  padding-block: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-inner {
    padding-block: 1rem;
    padding-inline: 1rem;
  }
}

.sec7-voice-item-case-contents,
.sec7-voice-item-before-contents,
.sec7-voice-item-after-contents,
.sec7-voice-item-result-contents {
  display: grid;
  place-items: center;
}

.sec7-voice-item-ttl {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-ttl {
    font-size: 1.125rem;
  }
}
.sec7-voice-item-ttl span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-ttl span {
    font-size: 0.875rem;
  }
}

.sec7-voice-item-before-ttl-wrap,
.sec7-voice-item-after-ttl-wrap {
  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;
  max-width: 5rem;
  max-height: 2rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-before-ttl-wrap,
  .sec7-voice-item-after-ttl-wrap {
    max-width: 5rem;
    max-height: 2rem;
    padding-block: 1rem;
    padding-inline: 1rem;
    border-radius: 6.25rem;
  }
}

.sec7-voice-item-before-ttl-wrap {
  background: #6782C9;
}

.sec7-voice-item-after-ttl-wrap {
  background: #EEB252;
}

.sec7-voice-item-head-ttl {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-head-ttl {
    font-size: 1rem;
  }
}

.sec7-voice-item-txt-wrap {
  display: grid;
  place-items: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-txt-wrap {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    gap: 0.75rem;
  }
}

.sec7-voice-item-before-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec7-voice-item-after {
  background: rgba(238, 178, 82, 0.1);
}

.sec7-voice-item-after-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec7-voice-item-result-txt-wrap {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(280deg, rgba(77, 79, 105, 0.7) 0.92%, rgba(123, 125, 147, 0.7) 100%);
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-result-txt-wrap {
    border-radius: 6.25rem;
    padding: 1.5rem;
  }
}
.sec7-voice-item-result-txt-wrap::after {
  content: "";
  position: absolute;
  bottom: -8%;
  right: 30%;
  width: 1rem;
  height: 0.875rem;
  background: url("assets/images/sec7-icon-arrow-fukidashi.svg") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-result-txt-wrap::after {
    width: 1rem;
    height: 0.875rem;
  }
}

.sec7-voice-item-result-txt {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.4;
}

.sec7-voice-item-result-name {
  color: #FFF;
  text-align: right;
  font-size: 0.625rem;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-result-name {
    font-size: 0.625rem;
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.sec7-voice-item-result-icon {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-voice-item-result-icon {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sec7-voice-item-result-icon-01 img {
  width: 2.5rem;
  height: 3.445375rem;
}

.sec7-voice-item-result-icon-02 img {
  width: 5.683375rem;
  height: 3.5rem;
}

.sec7-voice-item-result-icon-03 img {
  width: 5rem;
  height: 4.0150625rem;
}

/* Section8
***************************************************************/
.sec8 {
  background: linear-gradient(280deg, rgba(77, 79, 105, 0.1) 0.92%, rgba(123, 125, 147, 0.1) 100%);
}

.sec8-inner {
  padding-inline: 0;
  max-width: 47.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec8-inner {
    padding-inline: 1rem;
    max-width: 31.25rem;
  }
}

.sec8-ttl,
.sec8-explain {
  background: var(--grad-gray, linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  padding-block: 1rem;
  padding-inline: 1rem;
  color: #9F9F9F;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  background: #F3F4F5;
  min-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  select,
  textarea {
    font-size: 1rem;
    padding-inline: 1rem;
    border-radius: 0.25rem;
    min-height: 2.5rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9F9F9F;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #9F9F9F;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9F9F9F;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9F9F9F;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9F9F9F;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #65AADD;
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #DF1623;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  width: 22.9375rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  select {
    width: 100%;
  }
}

textarea {
  width: 100%;
}

input[type=text]:not(:-moz-placeholder):not(.wpcf7-not-valid), input[type=tel]:not(:-moz-placeholder):not(.wpcf7-not-valid), input[type=email]:not(:-moz-placeholder):not(.wpcf7-not-valid), textarea:not(:-moz-placeholder):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), input[type=tel]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), input[type=email]:not(:-ms-input-placeholder):not(.wpcf7-not-valid), textarea:not(:-ms-input-placeholder):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:not(:placeholder-shown):not(.wpcf7-not-valid),
input[type=tel]:not(:placeholder-shown):not(.wpcf7-not-valid),
input[type=email]:not(:placeholder-shown):not(.wpcf7-not-valid),
textarea:not(:placeholder-shown):not(.wpcf7-not-valid) {
  border-color: #D1CCCC;
}

input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill {
  background-color: #FFF !important;
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
}

textarea {
  height: 15.1875rem;
  resize: vertical;
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  margin-inline: auto;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  border-radius: 1.875rem;
  background: linear-gradient(280deg, #4D4F69 0.92%, #7B7D93 100%);
  padding-block: 2.5rem;
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    padding-block: 1.5rem;
    padding-inline: 1rem;
    border-radius: 1.875rem;
    row-gap: 1.5rem;
  }
}
.p-contact__form h3 {
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__form h3 {
    font-size: 1.25rem;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  color: #FFF;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "*";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(100% + 8px);
  display: inline-block;
  white-space: nowrap;
  color: #FF383C;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.25rem;
}

.p-contact__data {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: calc(50% + 0.125rem);
  translate: 0 -50%;
  right: 0.668125rem;
  width: 1.0820625rem;
  height: auto;
  pointer-events: none;
}

/* ラジオ本体は隠す */
.p-contact__radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

/* 横並び */
.p-contact__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__radio .wpcf7-form-control {
    gap: 1.5rem;
  }
}

/* label */
.p-contact__radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}

/* テキスト + 丸のラッパー */
.p-contact__radio .wpcf7-list-item-label {
  position: relative;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__radio .wpcf7-list-item-label {
    font-size: 1rem;
    -webkit-padding-start: 1.5rem;
            padding-inline-start: 1.5rem;
  }
}

/* 外側の白枠 */
.p-contact__radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact__radio .wpcf7-list-item-label::before {
    width: 1rem;
    height: 1rem;
  }
}

/* 中の白丸（初期は非表示） */
.p-contact__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

/* チェック時に白丸表示 */
.p-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  border-radius: 31.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF9F00), to(#F84801));
  background: linear-gradient(90deg, #FF9F00 0%, #F84801 100%);
  width: 35.75rem;
  max-width: 100%;
  height: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .submit input[type=submit] {
    padding-inline: 0.5rem;
    gap: 0.25rem;
    width: 20.375rem;
    font-size: 1.5rem;
  }
}
.submit input[type=submit] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .submit input[type=submit]:hover {
    opacity: 0.7;
  }
}

.wpcf7-not-valid-tip {
  color: #DF1623;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.contact-anno-txt {
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-anno-txt {
    font-size: 0.75rem;
  }
}

.sec8-contact-other {
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other {
    padding-inline: 1.5rem;
  }
}

.sec8-contact-other-ttl {
  color: #333;
  font-size: 1.25rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other-ttl {
    font-size: 1.25rem;
    text-align: center;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.sec8-contact-other-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.sec8-contact-other-item-way-txt {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  border-bottom: 0.0625rem solid #9F9F9F;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other-item-way-txt {
    font-size: 0.875rem;
    -webkit-padding-after: 0.5rem;
            padding-block-end: 0.5rem;
    border-bottom: 0.0625rem;
  }
}

.sec8-contact-other-item-info {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other-item-info {
    font-size: 1.5rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sec8-contact-other-item-txt {
  color: #333;
  font-size: 1rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .sec8-contact-other-item-txt {
    font-size: 1rem;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.sp-cta {
  padding-block: 1rem;
  padding-inline: 1rem;
}
.sp-cta .cta-btn-link-txt {
  margin-inline: 5rem;
}

@media screen and (max-width: 767px) {
  .p-contact__form .cta-btn-link-arrow {
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
  }
}