@charset "UTF-8";
/* ---------------------------------------------
アニメーション
※ スクロールアニメーションは animation.js（GSAP + ScrollTrigger）に移行済み
  以下の CSS アニメーション定義は不要になったためコメントアウト
-----------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(4.8611111111vw + 20px);
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: calc(15.3846153846vw + 26px);
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.6;
  color: #0A271C;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  /*image-rendering: -webkit-optimize-contrast;*/
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  display: block;
  color: #0A271C;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    /*opacity: $opacity;*/
  }
}

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

h3,
div,
p,
li,
dt,
dd,
th,
td,
a {
  font-size: clamp(12px, 1.1111111111vw, 17px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #0A271C;
}
@media screen and (max-width: 767px) {
  h3,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (max-width: 430px) {
  h3,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-size: 3.8461538462vw;
  }
}

i {
  font-size: 80%;
  font-style: normal;
}

/* input
--------------------------------------------------*/
button {
  color: #0A271C;
  transition: 0.3s;
  will-change: transform;
  letter-spacing: 0.05em;
}
button:focus {
  text-decoration: none;
}

.wrapper {
  width: 69.4444444444vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}

.wide-wrapper {
  width: 88.8888888889vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wide-wrapper {
    width: 95%;
  }
}

.pc {
  display: block;
}

.sp, .ssp {
  display: none;
}

.pc-tb {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc, .ssp {
    display: none;
  }
  .sp, .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .sp, .ssp {
    display: block;
  }
  .pc-tb, .pc {
    display: none;
  }
}
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

[type=radio] {
  -webkit-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;
}

footer {
  background: #0A271C;
  margin-top: 11.1111111111vw;
  padding: 2vw 1vw 3vw;
}
@media screen and (max-width: 430px) {
  footer {
    margin-top: 20.5128205128vw;
  }
}
footer .footer_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  footer .footer_container {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer_container .box_l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1vw;
}
@media screen and (max-width: 430px) {
  footer .footer_container .box_l {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5.1282051282vw;
  }
}
footer .footer_container .box_l h1 {
  max-width: 130px;
  margin-right: 1.3888888889vw;
}
@media screen and (max-width: 430px) {
  footer .footer_container .box_l h1 {
    margin-bottom: 5.1282051282vw;
  }
}
footer .footer_container .box_l a {
  border: none;
  color: #fff;
  font-size: 13px;
}
footer .footer_container .box_l a span {
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
footer .footer_container .box_l a span img {
  vertical-align: sub;
  width: 13px;
}
footer .footer_container .cr {
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 430px) {
  footer .footer_container .cr {
    margin-top: 7.1794871795vw;
  }
}

.l-nav {
  display: none;
}
@media screen and (max-width: 430px) {
  .is-fixed .l-nav {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: spvw(100);
  }
  .l-nav__button {
    width: calc(100% - 3.5em);
    height: spvw(100);
    margin: 0 auto;
  }
  .l-nav__button a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #a79280;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: fixed;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #fff;
  height: 4.8611111111vw;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 18px;
    height: 15.3846153846vw;
  }
}
header h1 {
  width: 12.5vw;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 41.0256410256vw;
    max-width: 170px;
  }
}
header .btn-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9444444444vw;
}
@media screen and (max-width: 767px) {
  header .btn-container {
    display: none;
  }
}
header .btn-container .tel-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .btn-container .tel-btn {
    align-items: center;
  }
}
header .btn-container .tel-btn .icon {
  width: 1.3194444444vw;
  height: 2.0833333333vw;
  max-width: 23px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .btn-container .tel-btn .icon {
    height: 20px;
    width: 14px;
  }
}
header .btn-container .tel-btn .icon img {
  height: 100%;
  width: 100%;
  display: block;
}
header .btn-container .tel-btn .info .num {
  font-size: max(12px, 1.5277777778vw);
  line-height: 1;
  margin-left: 0.5555555556vw;
  font-weight: 700;
  letter-spacing: 0.08;
}
@media screen and (max-width: 767px) {
  header .btn-container .tel-btn .info .num {
    font-size: clamp(12px, 3.3333333333vw, 14px);
    margin-left: 4px;
  }
}
header .btn-container .tel-btn .info .time {
  font-size: max(12px, 0.8333333333vw);
}
@media screen and (max-width: 767px) {
  header .btn-container .tel-btn .info .time {
    display: none;
  }
}
header .btn-container .tel-btn .info .time i {
  font-size: max(12px, 0.6944444444vw);
}
header .btn-container .tel-btn .info .time span {
  font-size: max(12px, 0.8333333333vw);
  font-weight: 600;
}

.hamburger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
  }
  .hamburger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0A271C;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  .hamburger-btn.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-btn.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .hamburger-btn.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 82%;
  max-width: 300px;
  height: 100dvh;
  background: #fff;
  z-index: 998;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 80px 7.1794871795vw 12.3076923077vw;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}
.drawer.is-open {
  transform: translateX(0);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .drawer-overlay {
    display: none;
  }
}
.drawer-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.drawer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-nav li {
  border-bottom: 1px solid #f0f0f0;
}
.drawer-nav a {
  display: block;
  padding: 4.6153846154vw 0;
  font-size: max(12px, 3.8461538462vw);
  font-weight: 600;
  color: #0A271C;
  text-decoration: none;
}

.drawer-cta {
  margin-top: 9.2307692308vw;
  display: flex;
  flex-direction: column;
  gap: 3.5897435897vw;
}

.drawer-tel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 3.0769230769vw 3.5897435897vw;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #0A271C;
}
.drawer-tel .icon {
  width: 14px;
  flex-shrink: 0;
}
.drawer-tel .icon img {
  display: block;
  width: 100%;
}
.drawer-tel .info .num {
  font-size: clamp(18px, 5.641025641vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
.drawer-tel .info .time {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

.drawer-contact-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5641025641vw;
  padding: 3.5897435897vw 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #78FFCB 0%, #33ECA5 100%);
  text-decoration: none;
}
.drawer-contact-btn .icon {
  background: #0A271C;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}
.drawer-contact-btn .icon img {
  width: 2.0512820513vw;
  height: 2.3076923077vw;
  display: block;
}
.drawer-contact-btn p {
  font-size: max(12px, 3.8461538462vw);
  font-weight: 700;
  color: #0A271C;
}

.btn.header-btn {
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3472222222vw 3.4722222222vw 0.3472222222vw 0.5555555556vw;
  border-radius: 50px;
  background: linear-gradient(90deg, #78FFCB 0%, #33ECA5 100%);
  gap: 1.5277777778vw;
}
@media screen and (max-width: 767px) {
  .btn.header-btn {
    padding: 0.7692307692vw 5.1282051282vw 0.7692307692vw 1.2820512821vw;
  }
}
.btn.header-btn span {
  background: #0A271C;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn.header-btn span {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.btn.header-btn span img {
  width: 0.7638888889vw;
  height: 0.9027777778vw;
}
@media screen and (max-width: 767px) {
  .btn.header-btn span img {
    width: 1.2820512821vw;
    height: 2.0512820513vw;
  }
}
.btn.header-btn p {
  text-align: center;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn.header-btn p {
    font-size: clamp(14px, 4.1025641026vw, 16px);
  }
}
@media screen and (max-width: 430px) {
  .btn.header-btn p {
    font-size: clamp(14px, 3.5897435897vw, 16px);
  }
}

.btn.contact-btn {
  width: fit-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5555555556vw 2.5694444444vw 0.5555555556vw 0.5555555556vw;
  border-radius: 70px;
  background: #0A271C;
  gap: 1.6666666667vw;
  margin-top: 2.2222222222vw;
}
.btn.contact-btn .icon {
  width: 3.2638888889vw;
  height: 3.2638888889vw;
  background: #00C87B;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.contact-btn .icon img {
  width: 1.5972222222vw;
  height: 1.3194444444vw;
}
.btn.contact-btn .arrow {
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.contact-btn .arrow img {
  width: 0.7638888889vw;
  height: 0.9027777778vw;
}
.btn.contact-btn p {
  color: #fff;
  text-align: center;
  font-size: max(12px, 1.1111111111vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn.contact-btn {
    padding: 0.8vw 1vw 0.8vw 0.8vw;
    gap: 2vw;
  }
  .btn.contact-btn p {
    font-size: clamp(14px, 3vw, 18px);
  }
  .btn.contact-btn .icon {
    width: 6vw;
    height: 6vw;
  }
  .btn.contact-btn .icon img {
    width: 3vw;
    height: 3vw;
  }
  .btn.contact-btn .arrow {
    width: 5vw;
    height: 4vw;
  }
  .btn.contact-btn .arrow img {
    width: 1.8vw;
    height: 1.8vw;
  }
}
@media screen and (max-width: 430px) {
  .btn.contact-btn {
    padding: 3.0769230769vw 3.5897435897vw 3.0769230769vw 1.0256410256vw;
    gap: 4vw;
    margin: 8.2051282051vw auto 0;
  }
  .btn.contact-btn .icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .btn.contact-btn .icon img {
    width: 5.1282051282vw;
    height: 3.3333333333vw;
  }
  .btn.contact-btn p {
    font-size: clamp(13px, 4.1025641026vw, 16px);
  }
}

.ttl {
  position: relative;
}
.ttl .en {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6.25vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  color: #f5f5f5;
  letter-spacing: 0.06em;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl .en {
    font-size: clamp(36px, 6vw, 56px);
  }
}
@media screen and (max-width: 430px) {
  .ttl .en {
    font-size: clamp(32px, 10.2564102564vw, 42px);
  }
}
.ttl .ttl_jp {
  font-size: max(12px, 2.0833333333vw);
  font-weight: 700;
  top: 50%;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .ttl .ttl_jp {
    font-size: clamp(20px, 3.2vw, 28px);
  }
}
@media screen and (max-width: 430px) {
  .ttl .ttl_jp {
    font-size: clamp(18px, 5.641025641vw, 23px);
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
}

.ttl_lead {
  text-align: center;
  font-size: max(12px, 1.25vw);
  margin-top: 1.25vw;
}
@media screen and (max-width: 767px) {
  .ttl_lead {
    font-size: clamp(15px, 2.2vw, 18px);
    margin-top: 2vw;
  }
}
@media screen and (max-width: 430px) {
  .ttl_lead {
    font-size: clamp(14px, 3.8461538462vw, 16px);
    margin-top: 6.1538461538vw;
  }
}

.gra {
  background: linear-gradient(180deg, #00C87B 0%, #008E57 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes fv-scroll-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fv-scroll-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.fv {
  width: 100%;
  position: relative;
  margin-top: 4.8611111111vw;
  height: 46.1111111111vw;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 80dvh;
    top: 0;
    margin-top: 8.7179487179vw;
  }
}
@media screen and (max-width: 430px) {
  .fv {
    margin-top: 15.3846153846vw;
    height: 90dvh;
  }
}
.fv .fv__illust {
  position: absolute;
  bottom: 5.7638888889vw;
  width: 10.9722222222vw;
  height: 12.0138888889vw;
  right: 3.5416666667vw;
}
@media screen and (max-width: 767px) {
  .fv .fv__illust {
    width: 24vw;
    height: 20vw;
  }
}
@media screen and (max-width: 430px) {
  .fv .fv__illust {
    width: 37.9487179487vw;
    height: 38.3vw;
  }
}
.fv .fv__subtitle {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1388888889vw;
}
.fv .fv__subtitle strong {
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0833333333vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv .fv__subtitle {
    font-size: clamp(16px, 6.1538461538vw, 20px);
  }
  .fv .fv__subtitle strong {
    font-size: clamp(16px, 7.1794871795vw, 24px);
  }
}
@media screen and (max-width: 430px) {
  .fv .fv__subtitle {
    font-size: clamp(14px, 4.1025641026vw, 20px);
    justify-content: center;
  }
  .fv .fv__subtitle strong {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5.1282051282vw;
    font-weight: 600;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    line-height: 1.1;
  }
}

.fv__inner {
  overflow: hidden;
  width: 95%;
  aspect-ratio: 1380/584;
  margin: 0 auto;
  display: flex;
  background: #F4F9F7;
  align-items: center;
  border-radius: 2.7777777778vw;
  padding: 0 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    aspect-ratio: auto;
    flex-direction: column;
    padding: 3.3333333333vw 0 0;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: space-evenly;
    height: 100%;
  }
  .fv__inner .contact-btn.btn {
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 430px) {
  .fv__inner .contact-btn.btn {
    margin-top: 8.2051282051vw;
    padding: 2.0512820513vw;
  }
  .fv__inner .contact-btn.btn .icon {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
}

.fv__left {
  flex: 0 0 50%;
  padding: 0 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .fv__left {
    flex: none;
    width: 100%;
    padding: 0 5.1282051282vw 0vw;
  }
}

.fv__title {
  font-size: clamp(28px, 2.7777777778vw, 42px);
  font-weight: 700;
  color: #0A271C;
  line-height: 1.6;
  margin-top: 0.3472222222vw;
  position: relative;
  width: fit-content;
  padding-right: 0.8333333333vw;
}
.fv__title span {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: clamp(28px, 10.2564102564vw, 38px);
  }
}
@media screen and (max-width: 430px) {
  .fv__title {
    font-size: clamp(28px, 9.2307692308vw, 40px);
    text-align: center;
    margin-top: 3.5897435897vw;
  }
}
.fv__title::after {
  content: "";
  width: 10.6944444444vw;
  height: 4.1666666667vw;
  background: url(../images/fv_ruikei.svg) 0/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv__title::after {
    width: 23%;
    height: 8vw;
  }
}
@media screen and (max-width: 430px) {
  .fv__title::after {
    width: 28.2051282051vw;
    height: 10.2564102564vw;
    bottom: -42%;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: 100%;
  }
}

.fv__desc {
  margin-top: 0.9722222222vw;
  font-size: max(12px, 1.1111111111vw);
  line-height: 1.4;
  color: #0A271C;
  font-weight: 600;
}
.fv__desc strong {
  color: #00C87B;
  font-size: max(12px, 1.25vw);
  margin-right: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  .fv__desc {
    font-size: clamp(13px, 3.5897435897vw, 18px);
  }
  .fv__desc strong {
    font-size: clamp(15px, 4.1025641026vw, 20px);
  }
  .fv__desc .sp {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .fv__desc {
    margin-top: 6.1538461538vw;
  }
  .fv__desc .sp {
    display: block;
  }
}

.fv__right {
  flex: 0 0 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__right {
    flex: none;
    width: 100%;
    overflow: hidden;
    height: auto;
  }
}

.fv__cases {
  display: flex;
  gap: 1.1111111111vw;
  transform: rotate(3deg);
  transform-origin: center center;
  margin-top: -2.7777777778vw;
  height: calc(100% + 5.5555555556vw);
  margin-left: -2.7777777778vw;
  margin-right: -2.7777777778vw;
  width: calc(100% + 5.5555555556vw);
}
@media screen and (max-width: 767px) {
  .fv__cases {
    transform: none;
    transform: rotate(-3deg);
    margin: 0;
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 10px 0;
    flex-direction: column;
  }
}

.fv__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
  width: 20.4166666667vw;
  height: 12.5vw;
}
@media screen and (max-width: 767px) {
  .fv__col {
    flex-direction: row;
    flex: none;
    width: max-content;
    height: auto;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fv__col--l {
    animation: fv-scroll-l 24s linear infinite;
  }
}

@media screen and (max-width: 767px) {
  .fv__col--r {
    animation: fv-scroll-r 24s linear infinite;
  }
}

.fv__card {
  flex-shrink: 0;
  width: 100%;
  border-radius: 1.3888888889vw;
  object-fit: cover;
  filter: drop-shadow(3px 6px 9px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .fv__card {
    width: 300px;
    height: 160px;
  }
  .fv__card img {
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 430px) {
  .fv__card {
    width: 180px;
    height: 100px;
    border-radius: 12px;
  }
}

.achievement {
  margin: 4.4444444444vw auto;
}
@media screen and (max-width: 767px) {
  .achievement {
    margin: 10vw auto;
  }
}
@media screen and (max-width: 767px) {
  .achievement {
    margin: 14vw auto;
  }
}
.achievement .wrapper {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .achievement .wrapper {
    max-width: 1100px;
  }
}

.achievement-slider {
  padding: 0 1.6666666667vw;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 430px) {
  .achievement-slider {
    margin-top: 10.2564102564vw;
    padding: 0 6.1538461538vw;
  }
}
.achievement-slider .splide__list {
  align-items: stretch;
}
.achievement-slider .splide__slide {
  height: auto;
}
.achievement-slider .achievement-card {
  height: 100%;
}
.achievement-slider .splide__arrow {
  background: #0A271C;
  opacity: 1;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-size: 0.9027777778vw;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 430px) {
  .achievement-slider .splide__arrow {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background-size: 3vw;
  }
}
.achievement-slider .splide__arrow svg {
  display: none;
}
.achievement-slider .splide__arrow:hover {
  opacity: 0.8;
}
.achievement-slider .splide__arrow--prev {
  left: 0;
  background-image: url(../images/arrow-left.svg);
}
.achievement-slider .splide__arrow--next {
  right: 0;
  background-image: url(../images/arrow-right.svg);
}

.achievement-card {
  border-radius: 1.3888888889vw;
  width: 100%;
  background: #F4F9F7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  padding: 2.2222222222vw 2.7777777778vw 1.3888888889vw;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 1600px) {
  .achievement-card {
    padding: 2.2222222222vw 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .achievement-card {
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .achievement-card {
    padding: 8.2051282051vw 8.2051282051vw 5.1282051282vw;
    gap: 2.5641025641vw;
    border-radius: 5.1282051282vw;
  }
}
.achievement-card h3 {
  color: #00C87B;
  font-size: max(12px, 1.25vw);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .achievement-card h3 {
    font-size: clamp(15px, 4.358974359vw, 18px);
    margin-bottom: 10px;
  }
}
.achievement-card .results_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0;
  gap: 0.3472222222vw;
  width: 18.0555555556vw;
  max-width: 210px;
}
@media screen and (min-width: 1600px) {
  .achievement-card .results_info {
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .achievement-card .results_info {
    width: 75%;
    max-width: auto;
  }
}
@media screen and (max-width: 430px) {
  .achievement-card .results_info {
    width: 71.7948717949vw;
    gap: 1.2820512821vw;
  }
}
@media screen and (max-width: 767px) {
  .achievement-card .inner_info {
    width: 100%;
  }
}
.achievement-card .inner_info .ex {
  font-size: max(12px, 1.1111111111vw);
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .achievement-card .inner_info .ex {
    font-size: clamp(14px, 4.1025641026vw, 16px);
  }
}
.achievement-card .inner_info .num {
  line-height: 1;
  margin-top: -ptv(5);
}
.achievement-card .inner_info .num strong {
  font-size: max(12px, 3.4027777778vw);
  font-weight: 700;
}
.achievement-card .inner_info .num {
  font-weight: 600;
  font-size: max(12px, 1.875vw);
}
@media screen and (max-width: 767px) {
  .achievement-card .inner_info .num {
    font-size: clamp(14px, 6.1538461538vw, 26px);
  }
  .achievement-card .inner_info .num strong {
    font-size: clamp(14px, 10.2564102564vw, 42px);
  }
}
.achievement-card .icon {
  flex-basis: 20%;
}
.achievement-card .txt {
  font-size: max(12px, 0.9722222222vw);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .achievement-card .txt {
    font-size: clamp(14px, 3.8461538462vw, 16px);
    margin-top: 1.2820512821vw;
  }
}

.problem {
  margin: 8.3333333333vw auto 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F9F9F4 50%, #F9F9F4 100%);
  padding-bottom: 11.3888888889vw;
  position: relative;
}
@media screen and (max-width: 430px) {
  .problem {
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #F9F9F4 40%, #F9F9F4 100%);
  }
}
.problem::after {
  content: "";
  width: 100%;
  height: 4.1666666667vw;
  background: #00C87B;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.problem .problem_fukidashi {
  margin-top: 4.4444444444vw;
}

.process {
  background: #00C87B;
  padding: 4.8611111111vw 0 6.9444444444vw;
  border-radius: 0 0 2.7777777778vw 2.7777777778vw;
}
.process .process_contents {
  width: 95%;
  background: #fff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5.5555555556vw 0 6.9444444444vw;
  border-radius: 2.0833333333vw;
  filter: drop-shadow(0 0 14px rgba(8, 45, 30, 0.4));
}
@media screen and (max-width: 430px) {
  .process .process_contents .ttl .en {
    line-height: 1;
  }
  .process .process_contents .ttl_lead {
    padding: 0 6.1538461538vw;
  }
}
.process .big_txt {
  text-align: center;
  font-size: clamp(22px, 1.7361111111vw, 27px);
  font-weight: 600;
  margin-top: 2.7777777778vw;
}
.process .big_txt strong {
  font-size: clamp(28px, 2.1527777778vw, 33px);
}
.process .big_txt .gra {
  font-size: clamp(22px, 1.7361111111vw, 27px);
}
@media screen and (max-width: 767px) {
  .process .big_txt {
    display: none;
  }
}
.process .big_txt_sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .process .big_txt_sp {
    margin: 8.2051282051vw auto;
    width: 70%;
  }
}
.process .wrapper {
  width: 73.8194444444vw;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .process .wrapper {
    width: 95%;
  }
}
.process .bg {
  background: #F9F9F4;
  border-radius: 0 1.3888888889vw 1.3888888889vw 1.3888888889vw;
  padding-bottom: 4.4444444444vw;
}
@media screen and (max-width: 430px) {
  .process .bg {
    border-radius: 0 5.1282051282vw 5.1282051282vw 5.1282051282vw;
    padding-bottom: 8.2051282051vw;
  }
}
.process .process_01 {
  margin-top: 4.2361111111vw;
}
@media screen and (max-width: 430px) {
  .process .process_01 {
    margin-top: 11.5384615385vw;
  }
  .process .process_01 .scroll-hint-shadow-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .process .process_01 .scroll-hint-shadow-wrap::before, .process .process_01 .scroll-hint-shadow-wrap::after {
    content: none;
  }
}
.process .process_01 .process_ttl_bg {
  background-position: top;
  padding: 1.3888888889vw 3.4722222222vw 0 1.3888888889vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  background: #F9F9F4;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_ttl_bg {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
.process .process_01 .process_ttl_bg::after {
  content: "";
  width: 1.3888888889vw;
  height: 1.25vw;
  background: url(../images/process_bg.png) 0/contain no-repeat;
  position: absolute;
  background-position: bottom left;
  right: -1.3888888889vw;
  top: auto;
  bottom: 0;
}
.process .process_01 .process_ttl {
  font-size: clamp(16px, 1.6666666667vw, 25px);
  font-weight: 600;
  width: 100%;
  width: fit-content;
  position: relative;
  padding-left: 3.4722222222vw;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_ttl {
    padding-left: 7.6923076923vw;
    font-size: clamp(16px, 4.6153846154vw, 20px);
  }
}
.process .process_01 .process_ttl .green {
  color: #00C87B;
}
.process .process_01 .process_ttl .blue {
  color: #004EC2;
}
.process .process_01 .process_ttl::before {
  content: "";
  height: 1.6666666667vw;
  width: 0.4861111111vw;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6666666667vw;
  border-radius: 1rem;
  background: linear-gradient(180deg, #00C87B 50%, #004EC2 50%);
  position: absolute;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_ttl::before {
    height: 36%;
    width: 1.0256410256vw;
    top: 30%;
    left: 2.5641025641vw;
  }
}
.process .process_01 .img_01 {
  width: 62.9861111111vw;
  max-width: 910px;
  margin: 0 auto;
  padding-top: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .process .process_01 .img_01 {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .process .process_01 .img_01 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 7.6923076923vw;
    scrollbar-width: none;
  }
  .process .process_01 .img_01::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 500px) {
  .process .process_01 .img_01_inner {
    width: 700px;
    padding: 0 4.1025641026vw;
  }
  .process .process_01 .img_01_inner img {
    width: 100%;
    max-width: none;
  }
}
.process .process_01 .process_point_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.7361111111vw;
  margin: 2.2222222222vw auto 0;
  max-width: 924px;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_point_container {
    margin: 8.2051282051vw auto 0;
    flex-direction: column;
    align-items: center;
    gap: 4.6153846154vw;
    width: 100%;
  }
}
.process .process_01 .process_box {
  background: #fff;
  border-radius: 1.3888888889vw;
  border: 1px solid #00C87B;
  padding: 0 0 2.2222222222vw;
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .process .process_01 .process_box {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box {
    border-radius: 5.1282051282vw;
    width: 100%;
    max-width: 338px;
  }
}
.process .process_01 .process_box h4 {
  background: #00C87B;
  color: #fff;
  font-size: clamp(18px, 1.4583333333vw, 22px);
  font-weight: 600;
  text-align: center;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
.process .process_01 .process_box h4 strong {
  font-size: clamp(22px, 1.9444444444vw, 29px);
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box h4 {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  }
}
.process .process_01 .process_box ul {
  width: fit-content;
  margin: 0 auto;
  padding: 1.6666666667vw 1.3888888889vw 0;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box ul {
    padding: 5.1282051282vw;
  }
}
.process .process_01 .process_box ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box ul li {
    line-height: 1.8;
    font-size: clamp(13px, 3.5897435897vw, 15px);
  }
}
.process .process_01 .process_box ul li + li {
  margin-top: 1.0416666667vw;
}
.process .process_01 .process_box ul li::before {
  content: "";
  width: 1.6666666667vw;
  height: 1.5277777778vw;
  left: 0;
  background: url(../images/process_check.svg) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .process .process_01 .process_box ul li::before {
    width: 2.7vw;
    height: 2.4vw;
  }
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box ul li::before {
    width: 5.641025641vw;
    height: 5.1282051282vw;
  }
}
.process .process_01 .process_box.tob {
  border-color: #004EC2;
}
.process .process_01 .process_box.tob h4 {
  background: #004EC2;
}
.process .process_01 .process_box.tob ul {
  padding-bottom: 1.3888888889vw;
}
.process .process_01 .process_box.tob .small {
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
}
@media screen and (max-width: 430px) {
  .process .process_01 .process_box.tob .small {
    padding-bottom: 4.1025641026vw;
  }
}
.process .process_01 .marker {
  background: linear-gradient(transparent 80%, #ECF328 80%);
}
.process .arrow {
  margin: 0 auto;
  width: 10.9027777778vw;
}
@media screen and (max-width: 430px) {
  .process .arrow {
    width: 24%;
  }
}
.process .seika_01 {
  margin: 2.9861111111vw auto 0;
  width: 90%;
}
.process .seika_01 .seika_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container {
    margin: 10.2564102564vw auto 0;
    flex-direction: column;
  }
}
.process .seika_01 .seika_container .text_box {
  flex-basis: 65%;
}
.process .seika_01 .seika_container .text_box .lead_01 {
  font-size: max(12px, 1.25vw);
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .lead_01 {
    font-size: clamp(14px, 3.8461538462vw, 18px);
  }
}
.process .seika_01 .seika_container .text_box .text_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9722222222vw;
  margin-top: 1.1111111111vw;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .text_container {
    gap: 1.2820512821vw;
    margin-top: 1.7948717949vw;
  }
}
.process .seika_01 .seika_container .text_box .text_container li {
  border: 2px #00C87B solid;
  border-radius: 30px;
  padding: 0.2083333333vw 1.9444444444vw;
  line-height: 1.3;
  font-weight: 600;
  font-size: clamp(16px, 1.5972222222vw, 24px);
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .text_container li {
    padding: 0.7692307692vw 3.8461538462vw;
    font-size: clamp(14px, 4.1025641026vw, 16px);
  }
}
.process .seika_01 .seika_container .text_box .strong {
  font-size: clamp(16px, 1.5972222222vw, 23px);
  font-weight: 600;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .strong {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .em_text {
    margin-top: 3.5897435897vw;
  }
}
.process .seika_01 .seika_container .text_box .em_text h3 {
  font-size: clamp(20px, 2.1527777778vw, 32px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.process .seika_01 .seika_container .text_box .em_text h3 em {
  font-style: normal;
  font-size: clamp(24px, 3.3333333333vw, 50px);
  font-weight: 700;
}
.process .seika_01 .seika_container .text_box .em_text h3 strong {
  font-size: clamp(24px, 2.6388888889vw, 39px);
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .text_box .em_text h3 {
    font-size: clamp(20px, 5.1282051282vw, 23px);
  }
  .process .seika_01 .seika_container .text_box .em_text h3 em {
    font-size: clamp(24px, 7.1794871795vw, 32px);
  }
  .process .seika_01 .seika_container .text_box .em_text h3 strong {
    font-size: clamp(24px, 7.1794871795vw, 30px);
    font-weight: 600;
  }
}
.process .seika_01 .seika_container .img {
  flex-basis: 32%;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .seika_container .img {
    width: 70%;
    margin: 6.1538461538vw 0 0 auto;
  }
}
.process .seika_01 .lead {
  text-align: center;
  font-weight: 600;
  font-size: max(12px, 1.25vw);
  line-height: 1.6;
  margin-top: 3.3333333333vw;
}
.process .seika_01 .lead .marker {
  padding-bottom: 4px;
  background: linear-gradient(transparent 93%, #00C87B 93%);
}
@media screen and (max-width: 430px) {
  .process .seika_01 .lead {
    font-size: clamp(14px, 3.8461538462vw, 16px);
    line-height: 1.8;
    margin-top: 5.1282051282vw;
  }
}
.process .seika_01 .ex {
  margin-top: 2.3611111111vw;
}
@media screen and (max-width: 430px) {
  .process .seika_01 .ex {
    margin-top: 6.1538461538vw;
  }
}
.process .result {
  margin: 4.4444444444vw auto;
}
.process .result-slider {
  margin-top: 2.7777777778vw;
}
.process .result-slider .splide__slide {
  display: flex;
  flex-direction: column;
}
.process .result-slider .splide__arrows {
  display: none;
}
.process .result-slider .result-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667vw;
  margin-top: 2.2222222222vw;
}
.process .result-slider .splide__arrow {
  position: static !important;
  top: auto !important;
  transform: none !important;
  background: #0A271C;
  opacity: 1;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-size: 0.9027777778vw;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.process .result-slider .splide__arrow svg {
  display: none;
}
.process .result-slider .splide__arrow:hover {
  opacity: 0.8;
}
.process .result-slider .splide__arrow--prev {
  background-image: url(../images/arrow-left.svg);
}
.process .result-slider .splide__arrow--next {
  background-image: url(../images/arrow-right.svg);
}
.process .result-slider .splide__pagination {
  position: static !important;
  bottom: auto !important;
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
.process .result-slider .splide__pagination__page {
  background: #ccc;
  opacity: 1;
}
.process .result-slider .splide__pagination__page.is-active {
  background: #00C87B;
  transform: scale(1.3);
}
.process .result-card {
  background: #F9F9F4;
  border-radius: 1.3888888889vw;
  padding: 2.7777777778vw;
  flex: 1;
  box-sizing: border-box;
}
.process .ex_contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #F9F9F4;
  border-radius: 1.3888888889vw;
  padding: 3.4722222222vw 1.3888888889vw;
  margin-top: 1.3888888889vw;
  position: relative;
  gap: 2.7777777778vw 0.6944444444vw;
}
@media screen and (max-width: 430px) {
  .process .ex_contents {
    padding: 8.2051282051vw 5.1282051282vw;
    border-radius: 5.1282051282vw;
    gap: 5.1282051282vw 2.5641025641vw;
  }
}
.process .ex_contents::before {
  content: "";
  width: 10.9027777778vw;
  height: 2.2222222222vw;
  background: url(../images/con_arrow.png) 0/contain no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
@media screen and (max-width: 430px) {
  .process .ex_contents::before {
    width: 30.7692307692vw;
    height: 6.1538461538vw;
  }
}
.process .ex_contents .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 22%;
}
@media screen and (max-width: 430px) {
  .process .ex_contents .item {
    flex-basis: 45%;
  }
}
.process .ex_contents .item .img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
}
@media screen and (max-width: 430px) {
  .process .ex_contents .item .img {
    width: 50%;
    height: 100%;
  }
}
.process .ex_contents .item p {
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.1111111111vw;
  font-size: max(12px, 1.25vw);
  font-size: clamp(12px, 1.25vw, 18px);
}
.process .ex_contents .item p .marker {
  background: linear-gradient(transparent 93%, #FBDE04 93%);
  padding-bottom: 1px;
}
@media screen and (max-width: 430px) {
  .process .ex_contents .item p {
    margin-top: 0.7692307692vw;
    font-size: clamp(14px, 3.5897435897vw, 16px);
  }
}

.result {
  margin: 11.1111111111vw auto;
}
@media screen and (max-width: 430px) {
  .result {
    margin: 25.641025641vw auto 0;
  }
}
.result .ttl .en {
  text-align: left;
}
.result .ttl .ttl_jp {
  transform: none;
  left: 0;
}
@media screen and (max-width: 430px) {
  .result .ttl .ttl_jp {
    width: fit-content;
  }
}
.result .ttl_lead {
  text-align: left;
}
.result .ttl_lead .small {
  font-size: max(12px, 0.9722222222vw);
}
.result .result-slider {
  margin-top: 5vw;
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 430px) {
  .result .result-slider {
    padding-bottom: 12.8205128205vw;
  }
}
.result .result-slider .splide__slide {
  display: flex;
  flex-direction: column;
}
.result .result-slider .result-card {
  background: #F9F9F4;
  border: 1px solid #ccc;
  padding: 5.5555555556vw 2.7777777778vw 3.4722222222vw;
  border-radius: 0.9722222222vw;
  position: relative;
  flex: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  .result .result-slider .result-card {
    border-radius: 3.5897435897vw;
    padding: 8.2051282051vw 2.5641025641vw 6.1538461538vw;
  }
}
.result .result-slider .result-card .num {
  background: linear-gradient(180deg, #CEFFEC, #68EBB8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.2777777778vw;
  font-weight: 300;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  line-height: 1.1;
  letter-spacing: -5%;
  font-style: italic;
  position: absolute;
  top: 1.1111111111vw;
  left: 2.0833333333vw;
  z-index: 0;
  padding-right: 2.0833333333vw;
}
@media screen and (max-width: 430px) {
  .result .result-slider .result-card .num {
    font-size: clamp(18px, 10.2564102564vw, 48px);
  }
}
.result .result-slider .result-card_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .result .result-slider .result-card_container {
    flex-direction: column-reverse;
  }
}
.result .result-slider .txt {
  flex-basis: 50%;
  margin-top: 2.2222222222vw;
}
.result .result-slider .txt h3 {
  background: #fff;
  border-radius: 0.6944444444vw;
  font-size: clamp(16px, 1.6666666667vw, 26px);
  font-weight: 600;
  padding: 1.875vw 1.9444444444vw;
}
.result .result-slider .txt h3 .marker {
  background: linear-gradient(transparent 93%, #33ECA5 93%);
  font-size: clamp(18px, 1.9444444444vw, 29px);
  padding-bottom: 1px;
}
@media screen and (max-width: 430px) {
  .result .result-slider .txt h3 {
    border-radius: 2.5641025641vw;
    padding: 4.1025641026vw 5.1282051282vw;
    font-size: clamp(16px, 4.6153846154vw, 20px);
  }
  .result .result-slider .txt h3 .marker {
    font-size: clamp(17px, 5.1282051282vw, 21px);
  }
}
.result .result-slider .txt .txt_info {
  margin-top: 1.9444444444vw;
}
.result .result-slider .txt .txt_info dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.9027777778vw;
}
.result .result-slider .txt .txt_info dl + dl {
  margin-top: 1.1111111111vw;
}
.result .result-slider .txt .txt_info dl dt {
  text-align: right;
  color: #00C87B;
  font-weight: 600;
  flex-basis: 22%;
}
@media screen and (max-width: 430px) {
  .result .result-slider .txt .txt_info dl dt {
    font-size: clamp(12px, 3.5897435897vw, 15px);
  }
}
.result .result-slider .txt .txt_info dl dd {
  flex-basis: 76%;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  .result .result-slider .txt .txt_info dl dd {
    font-size: clamp(12px, 3.5897435897vw, 15px);
  }
}
.result .result-slider .box_r {
  flex-basis: 44%;
}
.result .result-slider .box_r .target_btn {
  background: #0A271C;
  color: #fff;
  position: relative;
  padding: 1.0416666667vw 1.3888888889vw;
  width: 90%;
  margin: 0.9722222222vw auto 0;
  border-radius: 2.0833333333vw;
  text-align: center;
  font-weight: 600;
}
.result .result-slider .box_r .target_btn::after {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url(../images/icon_target.svg) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .result .result-slider .box_r .target_btn::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-slider .box_r .target_btn {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .result .result-slider .box_r .img {
    height: 30vw;
  }
  .result .result-slider .box_r .img img {
    height: 100%;
  }
}
@media screen and (max-width: 430px) {
  .result .result-slider .box_r {
    width: 100%;
  }
  .result .result-slider .box_r .img {
    height: 50vw;
  }
  .result .result-slider .box_r .img img {
    object-fit: contain;
  }
}
.result .result-slider__controls {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 430px) {
  .result .result-slider__controls {
    width: 70%;
    gap: 2.5641025641vw;
  }
}
.result .result-slider__controls .splide__arrow {
  background: #0A271C;
  opacity: 1;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-size: 0.9027777778vw;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .result .result-slider__controls .splide__arrow {
    width: 6vw;
    height: 6vw;
    background-size: 1.6vw;
  }
}
@media screen and (max-width: 430px) {
  .result .result-slider__controls .splide__arrow {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background-size: 3vw;
  }
}
.result .result-slider__controls .splide__arrow svg {
  display: none;
}
.result .result-slider__controls .splide__arrow:hover {
  opacity: 0.8;
}
.result .result-slider__controls .splide__arrow--prev {
  left: 0;
  background-image: url(../images/arrow-left.svg);
}
.result .result-slider__controls .splide__arrow--next {
  right: 0;
  background-image: url(../images/arrow-right.svg);
}
.result .result-slider__controls .splide__pagination {
  bottom: auto !important;
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
.result .result-slider__controls .presentation, .result .result-slider__controls .splide__pagination__page {
  width: 15px;
  height: 15px;
}
.result .result-slider__controls .splide__pagination__page {
  margin: 0;
  background: #F8F9F4;
  border: 1px solid #ccc;
  opacity: 1;
}
.result .result-slider__controls .splide__pagination__page.is-active {
  background: #33ECA5;
  transform: scale(1);
}

.reason {
  background: #00C87B;
  padding: 9.0277777778vw 0;
  border-radius: 2.7777777778vw;
}
@media screen and (max-width: 430px) {
  .reason {
    margin-top: 25.641025641vw;
    padding: 15.3846153846vw 0;
    border-radius: 10.2564102564vw;
  }
}
.reason .ttl .en {
  color: rgba(15, 43, 33, 0.3);
}
.reason .ttl .ttl_jp {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.71);
}
.reason .ttl_lead {
  color: #fff;
  font-weight: 600;
}
.reason .reason_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 430px) {
  .reason .reason_container {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin: 8.2051282051vw auto 0;
  }
}
.reason .reason_container .box {
  background: #fff;
  border-radius: 1.3888888889vw;
  display: grid;
  grid-template-rows: 14.1666666667vw auto 1fr;
  gap: 1.1111111111vw;
  padding-bottom: 2.2222222222vw;
}
@media screen and (max-width: 430px) {
  .reason .reason_container .box {
    padding-bottom: 5.1282051282vw;
    border-radius: 3.5897435897vw;
    grid-template-rows: 30.7692307692vw auto 1fr;
  }
}
.reason .reason_container .box .img {
  background: #F8FCE8;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  width: 100%;
  padding: 0.6944444444vw 0.6944444444vw 0.3472222222vw;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .reason .reason_container .box .img {
    border-radius: 3.5897435897vw 3.5897435897vw 0 0;
    padding: 2.5641025641vw 2.5641025641vw 1.2820512821vw;
  }
}
.reason .reason_container .box .img img {
  height: 100%;
  max-width: 230px;
  object-fit: contain;
}
@media screen and (max-width: 430px) {
  .reason .reason_container .box .img img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.reason .reason_container .box h3 {
  font-size: clamp(16px, 1.3888888889vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .reason .reason_container .box h3 {
    font-size: clamp(16px, 4.6153846154vw, 21px);
  }
}
.reason .reason_container .box .txt {
  width: 85%;
  margin: 0 auto;
  align-self: start;
}
.reason .reason_container .box .img.wide {
  padding: 2.7777777778vw 1.3888888889vw 0.6944444444vw;
}
.reason .reason_container .box .img.wide img {
  max-width: 350px;
}
.reason .reason_container .box:nth-child(2n) .img {
  background: #E7FFF5;
}

.flow {
  margin-top: 11.1111111111vw;
}
@media screen and (max-width: 430px) {
  .flow {
    margin-top: 20.5128205128vw;
  }
}
.flow .flow_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4.1666666667vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_container {
    margin-top: 8.2051282051vw;
  }
}
.flow .flow_nav {
  position: sticky;
  top: 8.3333333333vw;
  flex-shrink: 0;
  width: 17.3611111111vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_nav {
    display: none;
  }
}
.flow .flow_nav li {
  position: relative;
  padding-bottom: 2.7777777778vw;
}
.flow .flow_nav li:last-child {
  padding-bottom: 0;
}
.flow .flow_nav li a {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
}
.flow .flow_nav li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.3888888889vw;
  top: 2.7777777778vw;
  width: 2px;
  height: calc(100% - 2.7777777778vw);
  background: #CCF3E4;
  transition: background 0.3s;
}
.flow .flow_nav li.is-active:not(:last-child)::before {
  background: #00C87B;
}
.flow .flow_nav li .num {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-radius: 50%;
  background: #CCF3E4;
  color: #84938D;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}
.flow .flow_nav li .nav_text {
  color: #84938D;
  line-height: 1.4;
  transition: color 0.3s;
  font-size: max(12px, 1.25vw);
  font-weight: 600;
}
.flow .flow_nav li.is-active .num {
  background: #00C87B;
  color: #fff;
}
.flow .flow_nav li.is-active .nav_text {
  color: #00C87B;
}
.flow .flow_contents {
  flex: 1;
  min-width: 0;
  max-width: 820px;
}
@media screen and (max-width: 430px) {
  .flow .flow_contents {
    width: 100%;
  }
}
.flow .flow_contents h3 .num {
  width: 2.5694444444vw;
  height: 2.5694444444vw;
  border-radius: 50%;
  background: #fff;
  color: #00C87B;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5972222222vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 430px) {
  .flow .flow_contents h3 .num {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    font-size: clamp(14px, 4.6153846154vw, 20px);
  }
}
.flow .flow_contents h3 {
  font-size: clamp(16px, 1.3888888889vw, 22px);
  font-weight: 600;
  color: #fff;
  background: #0A271C;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1111111111vw;
  padding: 0.3472222222vw 1.3888888889vw 0.3472222222vw 0.3472222222vw;
  border-radius: 40px;
  border: 1px solid #00C87B;
}
@media screen and (max-width: 430px) {
  .flow .flow_contents h3 {
    font-size: clamp(14px, 4.1025641026vw, 18px);
    gap: 2.5641025641vw;
    padding: 1.2820512821vw 4.1025641026vw 1.2820512821vw 1.2820512821vw;
  }
}
.flow .flow_item {
  margin-top: -5.5555555556vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item {
    margin-top: -8.2051282051vw;
    padding-top: 10.2564102564vw;
  }
}
.flow .flow_item .flow_inner {
  background: #F9F9F4;
  padding: 2.2222222222vw 1.3888888889vw 2.2222222222vw 2.5vw;
  border-radius: 0.9722222222vw;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner {
    padding: 6.1538461538vw 4.1025641026vw;
    border-radius: 3.5897435897vw;
    margin-top: 3.5897435897vw;
  }
}
.flow .flow_item .flow_inner + .flow_inner {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner + .flow_inner {
    margin-top: 2.0512820513vw;
  }
}
.flow .flow_item .flow_inner h4 {
  font-size: clamp(16px, 1.3888888889vw, 22px);
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner h4 {
    font-size: clamp(14px, 3.8461538462vw, 16px);
  }
}
.flow .flow_item .flow_inner h4 em {
  line-height: 1;
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0138888889vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  font-style: italic;
  margin-right: 0.6944444444vw;
  color: #00C87B;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner h4 em {
    font-size: clamp(15px, 5.1282051282vw, 22px);
    margin-right: 2.0512820513vw;
  }
}
.flow .flow_item .flow_inner .ex {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner .ex {
    margin-top: 3.5897435897vw;
    font-size: clamp(13px, 3.5897435897vw, 15px);
    line-height: 1.7;
  }
}
.flow .flow_item .flow_inner .contact-btn {
  gap: 1.3888888889vw;
  padding-right: 0.9722222222vw;
}
.flow .flow_item .flow_inner .contact-btn .icon {
  width: 3.0555555556vw;
  height: 3.0555555556vw;
}
.flow .flow_item .flow_inner .contact-btn p {
  font-size: clamp(13px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_inner .contact-btn {
    padding: 12px 20px;
    width: 70%;
    justify-content: center;
    gap: 2vw;
  }
}
.flow .flow_item .flow_info {
  background: #fff;
  border-radius: 0.9722222222vw;
  padding: 0.6944444444vw 1.7361111111vw 1.3888888889vw 1.9444444444vw;
  margin-top: 1.3888888889vw;
  width: 90%;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_info {
    border-radius: 3.5897435897vw;
    padding: 2.5641025641vw 4.1025641026vw 4.1025641026vw;
    margin-top: 3.5897435897vw;
    width: 100%;
  }
}
.flow .flow_item .flow_info h5 {
  font-weight: 600;
  line-height: 1.3;
  color: #00BC74;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_info h5 {
    font-size: clamp(13px, 3.5897435897vw, 15px);
  }
}
.flow .flow_item .flow_info h5 span {
  width: 0.6944444444vw;
  height: 0.8333333333vw;
  display: inline-block;
  margin-right: 0.6944444444vw;
}
.flow .flow_item .flow_info h5 span img {
  vertical-align: middle;
}
.flow .flow_item .flow_info ul {
  margin-top: 0.9027777778vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_info ul {
    margin-top: 2.5641025641vw;
  }
}
.flow .flow_item .flow_info ul li {
  text-indent: -1.1111111111vw;
  padding-left: 1.1111111111vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item .flow_info ul li {
    font-size: clamp(13px, 3.5897435897vw, 15px);
    line-height: 1.7;
    text-indent: -3.0769230769vw;
    padding-left: 3.0769230769vw;
  }
}
.flow .flow_item.flow_02 {
  margin-top: -2.7777777778vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item.flow_02 {
    margin-top: -4.1025641026vw;
    padding-top: 10.2564102564vw;
  }
}
.flow .flow_item.flow_02 .flow_inner {
  background: #F4F9F7;
}
.flow .flow_item.flow_03 {
  margin-top: -2.7777777778vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 430px) {
  .flow .flow_item.flow_03 {
    margin-top: -4.1025641026vw;
    padding-top: 10.2564102564vw;
  }
}
.flow .flow_item.flow_03 .flow_inner {
  background: #E0FCF1;
}
.flow .border-style {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='2' viewBox='0 0 8 2'%3E%3Cline x1='1' y1='1' x2='7' y2='1' stroke='%23C3D3CD' stroke-width='2' stroke-linecap='round' stroke-dasharray='2 6'/%3E%3C/svg%3E");
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 12px 0;
}

.faq {
  margin-top: 11.1111111111vw;
  background: #F4F9F7;
  padding: 9.0277777778vw 0;
  border-radius: 5.5555555556vw;
}
@media screen and (max-width: 430px) {
  .faq {
    margin-top: 20.5128205128vw;
    padding: 15.3846153846vw 0;
    border-radius: 10.2564102564vw;
  }
}
.faq .ttl .en {
  text-align: left;
  color: #fff;
}
.faq .ttl .ttl_jp {
  transform: none;
  left: 0;
}
@media screen and (max-width: 430px) {
  .faq .ttl .ttl_jp {
    position: static;
    transform: none;
    text-align: left;
    margin-top: -6.1538461538vw;
  }
}
.faq .faq_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .faq .faq_container {
    flex-direction: column;
    gap: 8.2051282051vw;
  }
}
.faq .faq_container .ttl_box {
  flex-basis: 35%;
}
@media screen and (max-width: 430px) {
  .faq .faq_container .ttl_box {
    flex-basis: auto;
    width: 100%;
  }
}
.faq .faq_contents {
  flex-basis: 63%;
}
@media screen and (max-width: 430px) {
  .faq .faq_contents {
    flex-basis: auto;
    width: 100%;
  }
}
.faq .accordion-area li .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8dcd8;
  padding: 0.8333333333vw 1.3888888889vw;
}
@media screen and (max-width: 430px) {
  .faq .accordion-area li .title {
    padding: 3.5897435897vw 3.0769230769vw;
  }
}
.faq .accordion-area li .title .question {
  color: #00C87B;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.875vw;
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.1;
  font-style: italic;
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 430px) {
  .faq .accordion-area li .title .question {
    font-size: clamp(18px, 5.641025641vw, 24px);
    margin-right: 2.0512820513vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 430px) {
  .faq .accordion-area li .title h3 {
    font-size: clamp(14px, 3.8461538462vw, 16px);
    line-height: 1.5;
  }
}
.faq .accordion-area li .title .faq_arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  width: 0.7638888889vw;
  height: 0.4166666667vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 430px) {
  .faq .accordion-area li .title .faq_arrow {
    width: 3.0769230769vw;
    height: 1.7948717949vw;
    margin-left: 3.0769230769vw;
  }
}
.faq .accordion-area li.is-open .title .faq_arrow {
  transform: rotate(180deg);
}
.faq .accordion-area li .box {
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
.faq .accordion-area li .box .inner {
  background: #fff;
  margin: 0.6944444444vw auto;
  padding: 1.9444444444vw 2.7777777778vw;
  border-radius: 1.3888888889vw;
}
.faq .accordion-area li .box .inner p + p {
  margin-top: 10px;
}
@media screen and (max-width: 430px) {
  .faq .accordion-area li .box .inner {
    margin: 2.5641025641vw auto;
    padding: 5.1282051282vw 4.1025641026vw;
    border-radius: 3.5897435897vw;
    font-size: clamp(13px, 3.5897435897vw, 15px);
    line-height: 1.8;
  }
}

.contact {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 430px) {
  .contact {
    margin-top: 20.5128205128vw;
  }
}

.contact_form {
  margin: 3.8888888889vw auto 0;
  max-width: 700px;
}
@media screen and (max-width: 430px) {
  .contact_form {
    margin-top: 8.2051282051vw;
    width: 90%;
  }
}
.contact_form .form_row {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  padding: 1.1111111111vw 0;
}
@media screen and (max-width: 430px) {
  .contact_form .form_row {
    gap: 2.0512820513vw;
    padding: 3.5897435897vw 0;
  }
}
.contact_form .form_label {
  font-size: clamp(13px, 1.0416666667vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .contact_form .form_label {
    font-size: clamp(13px, 3.5897435897vw, 15px);
  }
}
.contact_form .form_label .required {
  display: inline-block;
  margin-left: 0.5555555556vw;
  padding: 0.1388888889vw 0.5555555556vw;
  background: #00C87B;
  color: #fff;
  font-size: clamp(10px, 0.7638888889vw, 12px);
  border-radius: 4px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  .contact_form .form_label .required {
    margin-left: 1.5384615385vw;
    padding: 0.5128205128vw 1.7948717949vw;
  }
}
.contact_form .form_input {
  width: 100%;
}
.contact_form .form_input input[type=text],
.contact_form .form_input input[type=email],
.contact_form .form_input input[type=tel] {
  width: 100%;
  padding: 0.8333333333vw 1.1111111111vw;
  border-radius: 0.5555555556vw;
  font-size: clamp(13px, 1.0416666667vw, 16px);
  background: #fff;
  background: #F6F8F7;
  transition: border-color 0.2s;
}
.contact_form .form_input input[type=text]:focus,
.contact_form .form_input input[type=email]:focus,
.contact_form .form_input input[type=tel]:focus {
  outline: none;
  border-color: #00C87B;
}
@media screen and (max-width: 430px) {
  .contact_form .form_input input[type=text],
  .contact_form .form_input input[type=email],
  .contact_form .form_input input[type=tel] {
    padding: 3.0769230769vw 3.5897435897vw;
    border-radius: 2.0512820513vw;
    font-size: clamp(14px, 3.8461538462vw, 16px);
  }
}
.contact_form .form_input textarea {
  width: 100%;
  padding: 0.8333333333vw 1.1111111111vw;
  border-radius: 0.5555555556vw;
  font-size: clamp(13px, 1.0416666667vw, 16px);
  background: #fff;
  resize: vertical;
  transition: border-color 0.2s;
  background: #F6F8F7;
}
.contact_form .form_input textarea:focus {
  outline: none;
  border-color: #00C87B;
}
@media screen and (max-width: 430px) {
  .contact_form .form_input textarea {
    padding: 3.0769230769vw 3.5897435897vw;
    border-radius: 2.0512820513vw;
    font-size: clamp(14px, 3.8461538462vw, 16px);
  }
}
.contact_form .radio_group {
  display: flex;
  gap: 2.2222222222vw;
  padding-top: 0.6944444444vw;
}
@media screen and (max-width: 430px) {
  .contact_form .radio_group {
    gap: 6.1538461538vw;
    padding-top: 2.0512820513vw;
  }
}
.contact_form .radio_label {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  cursor: pointer;
  font-size: clamp(13px, 1.0416666667vw, 16px);
}
@media screen and (max-width: 430px) {
  .contact_form .radio_label {
    gap: 2.0512820513vw;
    font-size: clamp(14px, 3.8461538462vw, 16px);
  }
}
.contact_form .radio_label input[type=radio] {
  display: none;
}
.contact_form .radio_label .radio_custom {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
  border: 2px solid #D8DCE8;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s;
}
@media screen and (max-width: 430px) {
  .contact_form .radio_label .radio_custom {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.contact_form .radio_label .radio_custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-radius: 50%;
  background: #00C87B;
  transition: transform 0.2s;
}
@media screen and (max-width: 430px) {
  .contact_form .radio_label .radio_custom::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.contact_form .radio_label input[type=radio]:checked + .radio_custom {
  border-color: #00C87B;
}
.contact_form .radio_label input[type=radio]:checked + .radio_custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.contact_form .form_turnstile {
  margin-top: 2.2222222222vw;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .contact_form .form_turnstile {
    margin-top: 6.1538461538vw;
  }
}
.contact_form .form_submit {
  margin: 2.2222222222vw auto;
  width: 50%;
}
@media screen and (max-width: 430px) {
  .contact_form .form_submit {
    margin: 7.1794871795vw auto 4.1025641026vw;
    width: 80%;
  }
}
.contact_form .form_submit .submit-btn {
  width: 100%;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 430px) {
  .contact_form .form_submit .submit-btn {
    padding: 2.0512820513vw;
  }
  .contact_form .form_submit .submit-btn span {
    width: 30px;
    height: 30px;
  }
  .contact_form .form_submit .submit-btn span img {
    width: 20px;
  }
}
.contact_form .form_submit .submit-btn p {
  flex: 1;
  text-align: center;
  margin-right: 36px;
}
@media screen and (max-width: 430px) {
  .contact_form .form_submit .submit-btn p {
    margin-right: 24px;
  }
}
.contact_form .form_submit .submit-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
}