@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: #fff;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #464646;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #464646;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #575757;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #464646;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 20px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #464646;
  background: #d95656;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(184.9202898551, 41.5797101449, 41.5797101449);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(184.9202898551, 41.5797101449, 41.5797101449);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #464646;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #464646;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.form-error-text {
  margin-top: 0.5856515373vw;
  color: #ff0000;
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-error-text {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.form-input.is-error, .form-textarea.is-error {
  border-color: #ff0000;
  background: rgba(217, 59, 59, 0.2);
  box-shadow: 0 0 0 3px rgba(217, 59, 59, 0.12);
}
.form-agreement .form-error-text {
  text-align: center;
}
.form-agreement input.is-error + .form-checkbox-label::before {
  border-color: #ff0000;
  background: rgba(217, 59, 59, 0.2);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.cc-primary-btn, .footer-sp-cta-btn--contact, .form-submit-btn, .common-cta-btn.common-cta-btn--contact, .kv-cta-btn {
  background: linear-gradient(260deg, #FF6A2A 0%, #FFBC2A 100%);
  border-radius: 4.39238653vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .cc-primary-btn, .footer-sp-cta-btn--contact, .form-submit-btn, .common-cta-btn.common-cta-btn--contact, .kv-cta-btn {
    max-width: 100%;
    border-radius: 16vw;
    font-size: 3.2vw;
  }
}
.cc-primary-btn, .footer-sp-cta-btn--contact, .form-submit-btn, .common-cta-btn.common-cta-btn--contact, .kv-cta-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .cc-primary-btn, .footer-sp-cta-btn--contact, .form-submit-btn, .common-cta-btn.common-cta-btn--contact, .kv-cta-btn {
    font-size: 3.2vw;
  }
}
.cc-primary-btn:hover, .footer-sp-cta-btn--contact:hover, .form-submit-btn:hover, .common-cta-btn.common-cta-btn--contact:hover, .kv-cta-btn:hover {
  opacity: 0.8;
}

.cc-secondary-btn, .footer-sp-cta-btn--tel, .common-cta-btn.common-cta-btn--tel {
  background: linear-gradient(260deg, #0DC5B4 0%, #82D8D0 100%);
  border-radius: 4.39238653vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .cc-secondary-btn, .footer-sp-cta-btn--tel, .common-cta-btn.common-cta-btn--tel {
    max-width: 100%;
    border-radius: 16vw;
    font-size: 3.2vw;
  }
}
.cc-secondary-btn, .footer-sp-cta-btn--tel, .common-cta-btn.common-cta-btn--tel {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .cc-secondary-btn, .footer-sp-cta-btn--tel, .common-cta-btn.common-cta-btn--tel {
    font-size: 3.2vw;
  }
}
.cc-secondary-btn:hover, .footer-sp-cta-btn--tel:hover, .common-cta-btn.common-cta-btn--tel:hover {
  opacity: 0.8;
}

.cc-secondary-btn-outline {
  background-color: #fff;
  border-radius: 2.3426061493vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .cc-secondary-btn-outline {
    max-width: 100%;
    border-radius: 8.5333333333vw;
    font-size: 3.2vw;
  }
}
.cc-secondary-btn-outline {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .cc-secondary-btn-outline {
    font-size: 3.2vw;
  }
}
.cc-secondary-btn-outline:hover {
  color: #fff !important;
}

.cc-default-btn-outline {
  background-color: #fff;
  color: #2C3E50 !important;
  border: 1px solid #2C3E50;
  border-radius: 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cc-default-btn-outline {
    max-width: 100%;
  }
}
.cc-default-btn-outline {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .cc-default-btn-outline {
    font-size: 3.2vw;
  }
}
.cc-default-btn-outline:hover {
  background: #000;
  color: #fff !important;
}

.container {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 1rem - 1rem);
  }
}

.modal-style {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .modal-style {
    font-size: 12px;
  }
}
.modal-style ul {
  margin-bottom: 1.2em;
}
.modal-style ul li {
  margin-bottom: 1em;
}

.grecaptcha-badge {
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
}
.grecaptcha-badge.is-active {
  opacity: 1;
}

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 5;
}

.header-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.header-inner {
  height: 5.8565153734vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 16vw;
  }
}

.header-logo {
  width: 26.7203513909vw;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 66.6666666667vw;
  }
}
.header-logo img {
  width: 100%;
}

.header-nav {
  margin: 0 0 0 auto;
}
.header-nav-list {
  display: flex;
  list-style: none;
  gap: 2.3426061493vw;
}
.header-nav-item a {
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}
.header-nav-item a:hover {
  opacity: 0.7;
}

.header-cta-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .header-cta-btn {
    font-size: 3.2vw;
  }
}
.header-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FFBC2A 0%, #FF6A2A 100%);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1713030747vw;
  height: 4.0995607613vw;
  border-radius: 2.196193265vw;
  transition: transform 0.2s;
  min-width: 18.7408491947vw;
}
.header-cta-btn:hover {
  transform: translateY(-1px);
}

.header-mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 9.6vw;
  height: 6.4vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-mobile-menu {
    display: flex;
  }
}
.header-mobile-menu .header-mobile-menu-line {
  width: 100%;
  height: 4px;
  background-color: #2C3E50;
  border-radius: 0.8vw;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-mobile-menu .header-mobile-menu-line:nth-child(1) {
  transform: translateY(0) rotate(0);
}
.header-mobile-menu .header-mobile-menu-line:nth-child(2) {
  opacity: 1;
}
.header-mobile-menu .header-mobile-menu-line:nth-child(3) {
  transform: translateY(0) rotate(0);
}
.header-mobile-menu.is-active .header-mobile-menu-line:nth-child(1) {
  transform: translateY(2.6666666667vw) rotate(45deg);
}
.header-mobile-menu.is-active .header-mobile-menu-line:nth-child(2) {
  opacity: 0;
}
.header-mobile-menu.is-active .header-mobile-menu-line:nth-child(3) {
  transform: translateY(-2.6666666667vw) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .header-nav,
  .header-cta {
    display: none;
  }
}
.kv {
  position: relative;
  width: 100%;
  padding-top: 5.8565153734vw;
  background: url(../img/kv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center -2.196193265vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/kv-bg-sp.webp) center no-repeat;
    background-size: cover;
    padding-top: 16vw;
    height: 192vw;
  }
}
.kv-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.kv-inner {
  position: relative;
  padding-top: 2.3426061493vw;
  padding-bottom: 2.3426061493vw;
  min-height: 50.2928257687vw;
  height: calc(100vh - 5.8565153734vw);
  max-height: 50.2928257687vw;
}
@media screen and (max-width: 767px) {
  .kv-inner {
    height: unset;
    max-height: unset;
    padding: 0;
  }
}
.kv-sub-copy {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4641288433vw;
  margin-bottom: 0;
  position: relative;
  gap: 0 2.196193265vw;
  margin-left: 7.3206442167vw;
  letter-spacing: 0.2196193265vw;
}
@media screen and (max-width: 767px) {
  .kv-sub-copy {
    font-size: 2.6666666667vw;
    margin-left: 0vw;
    justify-content: center;
    margin-top: 4.2666666667vw;
  }
}
.kv-sub-copy::before, .kv-sub-copy::after {
  content: "";
  display: block;
  width: 0.3660322108vw;
  height: 4.6120058565vw;
  background: #fff;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .kv-sub-copy::before, .kv-sub-copy::after {
    width: 0.5333333333vw;
    height: 8vw;
  }
}
.kv-sub-copy::after {
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .kv-title {
    margin-bottom: 24vw;
  }
}
.kv-title-en {
  display: flex;
  width: 53.1478770132vw;
}
@media screen and (max-width: 767px) {
  .kv-title-en {
    width: 88vw;
    display: block;
    margin: 0 auto 1.0666666667vw;
  }
}
.kv-title-en img {
  width: 100%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  will-change: filter;
  transform: translateZ(0);
}
.kv-title-jp {
  display: inline-block;
  background: linear-gradient(90deg, #4BC8FF 0%, #33ABE0 100%);
  color: #fff;
  font-size: 1.9033674963vw;
  font-weight: 700;
  padding: 0.5856515373vw 2.9282576867vw;
  min-width: 43.9238653001vw;
  border-radius: 3.6603221083vw;
  margin-top: -0.3660322108vw;
  margin-bottom: 2.196193265vw;
  margin-left: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .kv-title-jp {
    display: block;
    margin-left: 0vw;
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 2.6666666667vw;
    border-radius: 13.3333333333vw;
    text-align: center;
  }
}
.kv-features {
  list-style: none;
  padding: 0;
}
.kv-features-item {
  position: relative;
  color: #fff;
  font-size: 1.756954612vw;
  font-weight: 700;
  padding-left: 4.0995607613vw;
  margin-bottom: 1.4641288433vw;
  margin-left: 9.0775988287vw;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: url(../img/kv-icon-check.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .kv-features-item {
    margin-left: 0;
    font-size: 4.2666666667vw;
    padding-left: 9.0666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.kv-types {
  position: absolute;
  right: 0;
  top: 5.710102489vw;
  width: 20.2049780381vw;
}
@media screen and (max-width: 767px) {
  .kv-types {
    position: static;
    width: 100%;
  }
}
.kv-types-label {
  position: absolute;
  background: linear-gradient(90deg, #4BC8FF 0%, #33ABE0 100%);
  color: #fff;
  text-align: center;
  border-radius: 3.6603221083vw;
  width: 32.9428989751vw;
  padding: 0.7320644217vw;
  font-size: 1.9033674963vw;
  font-weight: 700;
  top: 19.3997071742vw;
  left: -11.7130307467vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv-types-label {
    position: static;
    border-radius: 13.3333333333vw;
    width: 100%;
    padding: 4.2666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.kv-types-container {
  display: flex;
  gap: 2.635431918vw;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .kv-types-container {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding-top: 6.2957540264vw;
  }
}
.kv-type-item {
  flex: 1;
  text-align: center;
  display: flex;
  position: relative;
  width: 20.2049780381vw;
  height: 20.2049780381vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 0.5856515373vw;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .kv-type-item {
    flex-direction: column;
    flex: unset;
    width: 40.5333333333vw;
    height: 40.5333333333vw;
  }
}
.kv-type-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(to top, #FFA8A8, #FFCE93);
  z-index: 0;
  left: 0;
  top: 0;
}
.kv-type-item:after {
  position: absolute;
  content: "";
  width: calc(100% - 0.7320644217vw);
  height: calc(100% - 0.7320644217vw);
  border-radius: 100%;
  background-image: linear-gradient(to top, #fff, #fff);
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kv-type-item:after {
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
  }
}
.kv-type-item.is-compact {
  left: -8.78477306vw;
}
@media screen and (max-width: 767px) {
  .kv-type-item.is-compact {
    left: 0;
  }
}
.kv-type-item.is-stand .kv-type-name {
  left: -8.78477306vw;
  bottom: 4.39238653vw;
  right: unset;
}
@media screen and (max-width: 767px) {
  .kv-type-item.is-stand .kv-type-name {
    position: static;
  }
}
.kv-type-badge {
  position: absolute;
  width: 8.6383601757vw;
  height: 8.6383601757vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv-type-badge {
    width: 16vw;
    height: 9.6vw;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.kv-type-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kv-type-badge.is-recommend {
  left: -4.831625183vw;
  top: -0.6588579795vw;
}
@media screen and (max-width: 767px) {
  .kv-type-badge.is-recommend {
    top: -5.3333333333vw;
  }
}
.kv-type-badge.is-tv {
  width: 10.2489019034vw;
  left: -8.0527086384vw;
  top: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .kv-type-badge.is-tv {
    width: 21.3333333333vw;
    height: 16vw;
    top: -8.5333333333vw;
    left: 7.2vw !important;
    transform: translateX(0);
  }
}
.kv-type-figure {
  width: 100%;
  position: relative;
  padding: 0.7320644217vw;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.kv-type-figure img {
  width: 85%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kv-type-figure img {
    width: 75%;
  }
}
.kv-type-name {
  position: absolute;
  z-index: 2;
  right: -5.1244509517vw;
  color: #33ABE0;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: -0.2928257687vw 0vw 0.0732064422vw #fff, -0.2196193265vw -0.1464128843vw 0.0732064422vw #fff, -0.2196193265vw -0.0732064422vw 0.0732064422vw #fff, -0.2196193265vw 0vw 0.0732064422vw #fff, -0.2196193265vw 0.0732064422vw 0.0732064422vw #fff, -0.2196193265vw 0.1464128843vw 0.0732064422vw #fff, -0.1464128843vw -0.2196193265vw 0.0732064422vw #fff, -0.1464128843vw -0.1464128843vw 0.0732064422vw #fff, -0.1464128843vw -0.0732064422vw 0.0732064422vw #fff, -0.1464128843vw 0vw 0.0732064422vw #fff, -0.1464128843vw 0.0732064422vw 0.0732064422vw #fff, -0.1464128843vw 0.1464128843vw 0.0732064422vw #fff, -0.1464128843vw 0.2196193265vw 0.0732064422vw #fff, -0.0732064422vw -0.2196193265vw 0.0732064422vw #fff, -0.0732064422vw -0.1464128843vw 0.0732064422vw #fff, -0.0732064422vw -0.0732064422vw 0.0732064422vw #fff, -0.0732064422vw 0vw 0.0732064422vw #fff, -0.0732064422vw 0.0732064422vw 0.0732064422vw #fff, -0.0732064422vw 0.1464128843vw 0.0732064422vw #fff, -0.0732064422vw 0.2196193265vw 0.0732064422vw #fff, 0vw -0.2928257687vw 0.0732064422vw #fff, 0vw -0.2196193265vw 0.0732064422vw #fff, 0vw -0.1464128843vw 0.0732064422vw #fff, 0vw -0.0732064422vw 0.0732064422vw #fff, 0vw 0.0732064422vw 0.0732064422vw #fff, 0vw 0.1464128843vw 0.0732064422vw #fff, 0vw 0.2196193265vw 0.0732064422vw #fff, 0vw 0.2928257687vw 0.0732064422vw #fff, 0.0732064422vw -0.2196193265vw 0.0732064422vw #fff, 0.0732064422vw -0.1464128843vw 0.0732064422vw #fff, 0.0732064422vw -0.0732064422vw 0.0732064422vw #fff, 0.0732064422vw 0vw 0.0732064422vw #fff, 0.0732064422vw 0.0732064422vw 0.0732064422vw #fff, 0.0732064422vw 0.1464128843vw 0.0732064422vw #fff, 0.0732064422vw 0.2196193265vw 0.0732064422vw #fff, 0.1464128843vw -0.2196193265vw 0.0732064422vw #fff, 0.1464128843vw -0.1464128843vw 0.0732064422vw #fff, 0.1464128843vw -0.0732064422vw 0.0732064422vw #fff, 0.1464128843vw 0vw 0.0732064422vw #fff, 0.1464128843vw 0.0732064422vw 0.0732064422vw #fff, 0.1464128843vw 0.1464128843vw 0.0732064422vw #fff, 0.1464128843vw 0.2196193265vw 0.0732064422vw #fff, 0.2196193265vw -0.1464128843vw 0.0732064422vw #fff, 0.2196193265vw -0.0732064422vw 0.0732064422vw #fff, 0.2196193265vw 0vw 0.0732064422vw #fff, 0.2196193265vw 0.0732064422vw 0.0732064422vw #fff, 0.2196193265vw 0.1464128843vw 0.0732064422vw #fff, 0.2928257687vw 0vw 0.0732064422vw #fff;
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 767px) {
  .kv-type-name {
    position: static;
    font-size: 3.7333333333vw;
    text-shadow: -0.5333333333vw 0vw 0.2666666667vw #fff, -0.4vw -0.2666666667vw 0.2666666667vw #fff, -0.4vw -0.1333333333vw 0.2666666667vw #fff, -0.4vw 0vw 0.2666666667vw #fff, -0.4vw 0.1333333333vw 0.2666666667vw #fff, -0.4vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw -0.4vw 0.2666666667vw #fff, -0.2666666667vw -0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw -0.1333333333vw 0.2666666667vw #fff, -0.2666666667vw 0vw 0.2666666667vw #fff, -0.2666666667vw 0.1333333333vw 0.2666666667vw #fff, -0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, -0.2666666667vw 0.4vw 0.2666666667vw #fff, -0.1333333333vw -0.4vw 0.2666666667vw #fff, -0.1333333333vw -0.2666666667vw 0.2666666667vw #fff, -0.1333333333vw -0.1333333333vw 0.2666666667vw #fff, -0.1333333333vw 0vw 0.2666666667vw #fff, -0.1333333333vw 0.1333333333vw 0.2666666667vw #fff, -0.1333333333vw 0.2666666667vw 0.2666666667vw #fff, -0.1333333333vw 0.4vw 0.2666666667vw #fff, 0vw -0.5333333333vw 0.2666666667vw #fff, 0vw -0.4vw 0.2666666667vw #fff, 0vw -0.2666666667vw 0.2666666667vw #fff, 0vw -0.1333333333vw 0.2666666667vw #fff, 0vw 0.1333333333vw 0.2666666667vw #fff, 0vw 0.2666666667vw 0.2666666667vw #fff, 0vw 0.4vw 0.2666666667vw #fff, 0vw 0.5333333333vw 0.2666666667vw #fff, 0.1333333333vw -0.4vw 0.2666666667vw #fff, 0.1333333333vw -0.2666666667vw 0.2666666667vw #fff, 0.1333333333vw -0.1333333333vw 0.2666666667vw #fff, 0.1333333333vw 0vw 0.2666666667vw #fff, 0.1333333333vw 0.1333333333vw 0.2666666667vw #fff, 0.1333333333vw 0.2666666667vw 0.2666666667vw #fff, 0.1333333333vw 0.4vw 0.2666666667vw #fff, 0.2666666667vw -0.4vw 0.2666666667vw #fff, 0.2666666667vw -0.2666666667vw 0.2666666667vw #fff, 0.2666666667vw -0.1333333333vw 0.2666666667vw #fff, 0.2666666667vw 0vw 0.2666666667vw #fff, 0.2666666667vw 0.1333333333vw 0.2666666667vw #fff, 0.2666666667vw 0.2666666667vw 0.2666666667vw #fff, 0.2666666667vw 0.4vw 0.2666666667vw #fff, 0.4vw -0.2666666667vw 0.2666666667vw #fff, 0.4vw -0.1333333333vw 0.2666666667vw #fff, 0.4vw 0vw 0.2666666667vw #fff, 0.4vw 0.1333333333vw 0.2666666667vw #fff, 0.4vw 0.2666666667vw 0.2666666667vw #fff, 0.5333333333vw 0vw 0.2666666667vw #fff;
  }
}
.kv-merit-icons {
  display: flex;
  gap: 2.3426061493vw;
  margin-top: 2.9282576867vw;
}
.kv-merit-icons.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .kv-merit-icons.sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kv-merit-icons {
    margin-top: 0;
    padding: 5.3333333333vw 0 2.6666666667vw;
    background: #FFF2E2;
  }
  .kv-merit-icons .container {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
.kv-merit-item {
  position: relative;
  width: 14.6412884334vw;
  height: 14.6412884334vw;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(255, 159.25, 42);
  font-weight: 700;
  font-size: 1.9033674963vw;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to top, #FFA8A8, #FFCE93);
}
@media screen and (max-width: 767px) {
  .kv-merit-item {
    width: 25.6vw;
    height: 25.6vw;
    font-size: 3.2vw;
    box-shadow: unset;
  }
}
.kv-merit-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  background: #fff;
  background-clip: padding-box;
  border: 0.2928257687vw solid transparent;
}
@media screen and (max-width: 767px) {
  .kv-merit-item::before {
    border: 1.0666666667vw solid transparent;
  }
}
.kv-merit-item::after {
  position: absolute;
  content: "";
  left: unset;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  background-size: contain;
  top: -2.196193265vw;
  right: 0;
  transform: rotate(6deg);
}
@media screen and (max-width: 767px) {
  .kv-merit-item::after {
    transform: rotate(6deg);
    width: 8vw;
    height: 8vw;
    background: linear-gradient(to top, #FFA8A8, #FFCE93);
    top: -2.6666666667vw;
    right: -3.7333333333vw;
  }
}
.kv-merit-item span {
  position: relative;
  z-index: 1;
  transform: rotate(-5deg);
}
.kv-cta {
  position: relative;
  width: 100%;
  background: #FFF2E2;
  padding: 2.9282576867vw 0;
}
@media screen and (max-width: 767px) {
  .kv-cta {
    padding: 0 0 4.2666666667vw;
  }
}
.kv-cta.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .kv-cta.sp-only {
    display: block;
  }
}
.kv-cta-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv-cta-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.kv-cta-inner {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kv-cta-inner {
    flex-direction: column;
  }
}
.kv-cta-text {
  position: relative;
  font-weight: 700;
  font-size: 1.6105417277vw;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-cta-text {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.kv-cta-text:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 2.196193265vw;
  background-image: url("data:image/svg+xml;utf8,<svg width='22' height='45' viewBox='0 0 22 45' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.9648 20.3732C21.8594 21.4751 21.8594 23.0532 20.9648 24.1551L5.32902 43.4133C3.54839 45.6065 -4.56704e-07 44.3474 -3.33219e-07 41.5224L1.35039e-06 3.00594C1.47387e-06 0.180929 3.54839 -1.07817 5.32903 1.11501L20.9648 20.3732Z' fill='url(%23paint0_linear_730_173)'/><defs><linearGradient id='paint0_linear_730_173' x1='22.5' y1='22.2642' x2='-7.5' y2='22.2642' gradientUnits='userSpaceOnUse'><stop stop-color='%23FFCE93'/><stop offset='1' stop-color='%23FFA8A8'/></linearGradient></defs></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  right: -5.8565153734vw;
  top: 0;
}
@media screen and (max-width: 767px) {
  .kv-cta-text:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kv-cta .kv-cta-action {
    width: 100%;
  }
}
.kv-cta-btn {
  padding: 0;
  width: 35.1390922401vw;
  height: 5.8565153734vw;
  border-radius: 4.39238653vw;
  font-size: 1.756954612vw;
}
@media screen and (max-width: 767px) {
  .kv-cta-btn {
    width: 70%;
    margin: 0 auto;
    padding: 5.3333333333vw;
    font-size: 3.2vw;
    height: 10.6666666667vw;
    border-radius: 16vw;
  }
}

.problem {
  position: relative;
  padding: 5.8565153734vw 0 7.3206442167vw;
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 0.5333333333vw 0 16vw;
  }
}
.problem-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .problem-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.problem-inner {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .problem-inner {
    padding: 0;
  }
}
.problem-headline {
  text-align: center;
  margin-bottom: 3.6603221083vw;
  position: relative;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .problem-headline {
    font-size: 5.8666666667vw;
  }
}
.problem-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .problem-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.problem-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .problem-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .problem-headline {
    margin-bottom: 8vw;
  }
}
.problem-headline span {
  position: relative;
  display: inline-block;
  padding-left: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .problem-headline span {
    padding-left: 0;
  }
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
.problem-card {
  position: relative;
  border-radius: 1.1713030747vw;
  padding: 1.1713030747vw 1.1713030747vw 1.4641288433vw;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(255, 206, 147, 0.2) 0%, rgba(255, 168, 168, 0.2) 100%);
  box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.2);
}
.problem-card::before {
  content: "";
  position: absolute;
  background: #fff;
  background-clip: padding-box;
  border-radius: inherit;
  border: solid 0.3660322108vw transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .problem-card::before {
    border: solid 1.0666666667vw transparent;
  }
}
@media screen and (max-width: 767px) {
  .problem-card {
    border-radius: 3.2vw;
    padding: 3.2vw;
  }
}
.problem-card-img {
  position: relative;
  z-index: 1;
  margin-bottom: 1.1713030747vw;
  border-radius: 0.7320644217vw;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .problem-card-img {
    margin-bottom: 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.problem-card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.problem-card-text {
  position: relative;
  z-index: 1;
  font-size: 1.317715959vw;
  font-weight: 700;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .problem-card-text {
    font-size: 3.7333333333vw;
  }
}
.problem::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 21.9619326501vw;
  height: 4.39238653vw;
  background: url("data:image/svg+xml;utf8,<svg width='208' height='45' viewBox='0 0 208 45' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M104.577 43.8481C103.893 44.1071 103.138 44.1071 102.453 43.8481L1.9414 5.80578C-1.17741 4.62536 -0.331371 2.08806e-05 3.00335 2.05891e-05L204.027 3.01503e-06C207.362 2.7235e-06 208.208 4.62534 205.089 5.80576L104.577 43.8481Z' fill='%23FFE7CA'/></svg>") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .problem::after {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}

.solution {
  padding: 3.6603221083vw 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .solution {
    margin-top: -2.6666666667vw;
    padding: 0.5333333333vw 0 10.6666666667vw;
  }
}
.solution-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .solution-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.solution-inner {
  padding: 0;
}
.solution-header {
  text-align: center;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 767px) {
  .solution-header {
    margin-bottom: 10.6666666667vw;
  }
}
.solution-headline {
  margin-bottom: 1.4641288433vw;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .solution-headline {
    font-size: 5.8666666667vw;
  }
}
.solution-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .solution-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.solution-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .solution-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.solution-lead {
  font-size: 1.317715959vw;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .solution-lead {
    font-size: 3.7333333333vw;
  }
}
.solution-container {
  display: flex;
  gap: 1.4641288433vw;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .solution-container {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.solution-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .solution-grid {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.solution-card {
  background-color: #FFF2E2;
  border-radius: 1.1713030747vw;
  padding: 1.756954612vw;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .solution-card {
    padding: 5.3333333333vw;
  }
}
.solution-card-ttl {
  display: flex;
  align-items: center;
  gap: 0.7320644217vw;
  font-size: 1.4641288433vw;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.1713030747vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .solution-card-ttl {
    gap: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.solution-card-icon {
  aspect-ratio: 1/1;
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.2928257687vw;
}
@media screen and (max-width: 767px) {
  .solution-card-icon {
    width: 16vw;
    height: 16vw;
    border-radius: 1.0666666667vw;
  }
}
.solution-card-icon img {
  width: 75%;
  height: auto;
  object-fit: contain;
}
.solution-card-icon img[src*=solution_icon_03], .solution-card-icon img[src*=solution_icon_05] {
  width: 90%;
}
.solution-card-txt {
  font-size: 1.1713030747vw;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.8);
}
.solution-card-txt strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .solution-card-txt {
    font-size: 3.7333333333vw;
  }
}
.solution-video-area {
  flex: 0 0 23.4260614934vw;
  background-color: #FFF2E2;
  border-radius: 1.4641288433vw;
  padding: 2.196193265vw 1.4641288433vw;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .solution-video-area {
    width: 100%;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 4.2666666667vw;
    flex-basis: auto;
  }
}
.solution-video-title {
  color: #FF9009;
  font-size: 1.4641288433vw;
  font-weight: 700;
  margin-bottom: 1.756954612vw;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .solution-video-title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.solution-video-title::before, .solution-video-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.9282576867vw;
  height: 2px;
  background-color: #FF9009;
}
@media screen and (max-width: 767px) {
  .solution-video-title::before, .solution-video-title::after {
    width: 10.6666666667vw;
  }
}
.solution-video-title::before {
  left: 0vw;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .solution-video-title::before {
    left: 0vw;
  }
}
.solution-video-title::after {
  right: 0vw;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .solution-video-title::after {
    right: 0vw;
  }
}
.solution-video-wrapper {
  width: 100%;
  aspect-ratio: 9/16;
  background-color: #2C3E50;
  border-radius: 1.1713030747vw;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .solution-video-wrapper {
    border-radius: 3.2vw;
  }
}

.common-cta {
  padding: 2.9282576867vw 0;
  background-color: #FFF2E2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-cta {
    padding: 5.3333333333vw 0;
  }
}
.common-cta-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common-cta-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.common-cta-inner {
  padding: 0;
}
.common-cta-text-box {
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .common-cta-text-box {
    position: relative;
    display: inline-block;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .common-cta-text-box::before, .common-cta-text-box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 10.6666666667vw;
    background-color: #222;
  }
}
@media screen and (max-width: 767px) {
  .common-cta-text-box::before {
    left: 2.6666666667vw;
    transform: rotate(-20deg);
  }
}
@media screen and (max-width: 767px) {
  .common-cta-text-box::after {
    right: 2.6666666667vw;
    transform: rotate(20deg);
  }
}
.common-cta-sub {
  font-size: 1.756954612vw;
  font-weight: 700;
  margin-bottom: 0.7320644217vw;
  color: #222;
}
@media screen and (max-width: 767px) {
  .common-cta-sub {
    font-size: 4.2666666667vw;
  }
}
.common-cta-headline {
  font-weight: 700;
  color: #222;
  font-size: 2.0497803807vw;
}
@media screen and (max-width: 767px) {
  .common-cta-headline {
    font-size: 5.3333333333vw;
  }
}
.common-cta-btns {
  display: flex;
  justify-content: center;
  gap: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .common-cta-btns {
    gap: 2.6666666667vw;
  }
}
.common-cta-btn {
  text-decoration: none;
  width: 29.2825768668vw;
  height: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .common-cta-btn {
    width: 48%;
    height: 16vw;
    padding: 0 2.6666666667vw;
  }
}
.merit {
  padding: 4.39238653vw 0;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 0 0 8vw;
  }
}
.merit-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .merit-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.merit-inner {
  padding: 0;
}
.merit-headline {
  text-align: center;
  margin-bottom: 4.39238653vw;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .merit-headline {
    font-size: 5.8666666667vw;
  }
}
.merit-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .merit-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.merit-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .merit-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.merit-item {
  display: flex;
  align-items: center;
  gap: 3.6603221083vw;
  margin-bottom: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .merit-item {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.merit-item:last-child {
  margin-bottom: 0;
}
.merit-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .merit-item:nth-child(even) {
    flex-direction: column;
  }
}
.merit-img {
  border-radius: 1.4641288433vw;
  overflow: hidden;
  aspect-ratio: 390/260;
  width: 28.5505124451vw;
}
@media screen and (max-width: 767px) {
  .merit-img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 4.2666666667vw;
  }
}
.merit-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.merit-body {
  flex: 1;
}
.merit-title {
  color: #FF9009;
  font-size: 1.756954612vw;
  font-weight: 700;
  margin-bottom: 1.4641288433vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .merit-title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.merit-text {
  font-size: 1.1713030747vw;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .merit-text {
    font-size: 3.7333333333vw;
  }
}
.merit-text strong {
  font-weight: 700;
}
.merit-text span {
  display: block;
  margin-top: 0.7320644217vw;
  font-size: 1.0248901903vw;
  color: rgba(34, 34, 34, 0.7);
}
@media screen and (max-width: 767px) {
  .merit-text span {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.case {
  padding: 4.39238653vw 0;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 0 0 16vw;
  }
}
.case-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.case-inner {
  padding: 0;
}
.case-headline {
  text-align: center;
  margin-bottom: 4.39238653vw;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .case-headline {
    font-size: 5.8666666667vw;
  }
}
.case-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .case-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.case-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .case-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .case-headline {
    margin-bottom: 10.6666666667vw;
  }
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .case-list {
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
  }
}
.case-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-img {
  margin-bottom: 1.4641288433vw;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .case-img {
    margin-bottom: 4.2666666667vw;
  }
}
.case-img img {
  width: 100%;
  height: auto;
  border-radius: 1.4641288433vw;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .case-img img {
    border-radius: 4.2666666667vw;
  }
}
.case-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-client {
  font-size: 1.0248901903vw;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .case-client {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.case-title {
  font-size: 1.9033674963vw;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.4641288433vw;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .case-title {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.953147877vw;
  border: 4px solid rgba(255, 106, 42, 0.4);
  border-radius: 1.9765739385vw;
  color: #FF9009;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.317715959vw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .case-btn {
    border: 1.0666666667vw solid rgba(255, 106, 42, 0.4);
    min-height: 14.4vw;
    border-radius: 7.2vw;
    font-size: 4.2666666667vw;
  }
}
.case-btn:hover {
  background-color: #FF6A2A;
  color: #fff;
  border-color: #FF6A2A;
}

.spec {
  padding: 5.8565153734vw 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .spec {
    padding: 2.6666666667vw 0 16vw;
  }
}
.spec-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .spec-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.spec-inner {
  padding: 0;
}
.spec-main-title {
  text-align: center;
  color: #FF9009;
  margin-bottom: 5.8565153734vw;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .spec-main-title {
    font-size: 5.8666666667vw;
  }
}
.spec-main-title > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .spec-main-title > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.spec-main-title > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .spec-main-title > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .spec-main-title {
    margin-bottom: 10.6666666667vw;
  }
}
.spec-main-title span {
  position: relative;
  display: inline-block;
}
.spec-item {
  display: flex;
  gap: 2.9282576867vw;
  margin-bottom: 7.3206442167vw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .spec-item {
    flex-direction: column;
    gap: 8vw;
  }
}
.spec-item:last-child {
  margin-bottom: 0;
}
.spec-item-intro {
  flex: 1;
}
.spec-table-area {
  flex: 0 0 32.9428989751vw;
}
@media screen and (max-width: 767px) {
  .spec-table-area {
    width: 100%;
    flex: none;
  }
}
.spec-visual {
  position: relative;
  text-align: center;
  margin-top: -2.7818448023vw;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .spec-visual {
    width: 100%;
    max-width: 106.6666666667vw;
    margin: 0 auto 8vw;
  }
}
.spec-product-img {
  max-width: 23.4260614934vw;
  object-fit: contain;
}
.spec-product-img[src*=spec_tabletop] {
  aspect-ratio: 320/350;
}
.spec-product-img[src*=spec_stand] {
  aspect-ratio: 320/319;
}
@media screen and (max-width: 767px) {
  .spec-product-img {
    max-width: 64vw;
  }
}
.spec-item-title {
  color: #4BC8FF;
  font-size: 2.3426061493vw;
  font-weight: 700;
  margin-bottom: 1.4641288433vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .spec-item-title {
    font-size: 6.4vw;
    text-align: center;
  }
}
.spec-badge {
  position: relative;
  top: 0;
  left: 0;
  width: 13.17715959vw;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .spec-badge {
    width: 24vw;
  }
}
.spec-item-text {
  font-size: 1.1713030747vw;
  line-height: 2;
  color: #222;
}
@media screen and (max-width: 767px) {
  .spec-item-text {
    font-size: 3.7333333333vw;
  }
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 767px) {
  .spec-table {
    font-size: 3.7333333333vw;
  }
}
.spec-table th,
.spec-table td {
  padding: 1.1713030747vw;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spec-table th,
  .spec-table td {
    padding: 2.6666666667vw;
  }
}
.spec-table th {
  width: 35%;
  font-weight: 700;
  color: rgba(34, 34, 34, 0.8);
}
@media screen and (max-width: 767px) {
  .spec-table th {
    width: 40%;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .spec-table td {
    font-size: 3.7333333333vw;
  }
}
.spec-summary {
  display: none;
}
@media screen and (max-width: 767px) {
  .spec-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4.2666666667vw;
    background-color: #fff;
    cursor: pointer;
    font-weight: 700;
    color: #222;
    list-style: none;
    font-size: 3.7333333333vw;
  }
}
.spec-summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .spec-summary::after {
    content: "+";
    font-weight: 500;
    margin-left: 2.6666666667vw;
    font-size: 5.3333333333vw;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .spec-details {
    display: block;
    border: 1px solid #ddd;
    border-radius: 1.0666666667vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .spec-details[open] .spec-summary::after {
    content: "−";
  }
}

.flow {
  padding: 5.8565153734vw 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 0 0 16vw;
  }
}
.flow-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.flow-inner {
  padding: 0;
}
.flow-headline {
  text-align: center;
  margin-bottom: 5.8565153734vw;
  color: #FF9009;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .flow-headline {
    font-size: 5.8666666667vw;
  }
}
.flow-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .flow-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.flow-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .flow-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .flow-headline {
    margin-bottom: 10.6666666667vw;
  }
}
.flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.9282576867vw;
  row-gap: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .flow-list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.flow-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-item {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .flow-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    margin: 8vw auto 0;
    background: url("data:image/svg+xml;utf8,<svg width='208' height='45' viewBox='0 0 208 45' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M104.577 43.8481C103.893 44.1071 103.138 44.1071 102.453 43.8481L1.9414 5.80578C-1.17741 4.62536 -0.331371 2.08806e-05 3.00335 2.05891e-05L204.027 3.01503e-06C207.362 2.7235e-06 208.208 4.62534 205.089 5.80576L104.577 43.8481Z' fill='%23FFE7CA'/></svg>") no-repeat center center/contain;
  }
}
.flow-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.1713030747vw;
  margin-bottom: 1.756954612vw;
}
@media screen and (max-width: 767px) {
  .flow-header {
    gap: 4.2666666667vw;
  }
}
.flow-step {
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  background-color: #FF9009;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .flow-step {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.flow-step-label {
  font-size: 0.7320644217vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .flow-step-label {
    font-size: 2.6666666667vw;
  }
}
.flow-step-num {
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow-step-num {
    font-size: 6.4vw;
  }
}
.flow-ttl {
  font-size: 1.6105417277vw;
  font-weight: 700;
  color: #FF9009;
  position: relative;
  padding-bottom: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    font-size: 5.8666666667vw;
    padding-bottom: 1.6vw;
    margin-left: 0;
  }
}
.flow-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 9.5168374817vw;
  height: 0.439238653vw;
  background: linear-gradient(90deg, #FF9009 0%, #FFA8A8 100%);
  border-radius: 2px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .flow-ttl::after {
    height: 1.0666666667vw;
    max-width: 100%;
  }
}
.flow-txt {
  font-size: 1.317715959vw;
  line-height: 1.8;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-txt {
    font-size: 4.2666666667vw;
    max-width: 80vw;
    margin: 0 auto;
  }
}

.faq {
  padding: 4.39238653vw 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 0 16vw;
    margin-top: -16vw;
  }
}
.faq-inner {
  width: 65.8857979502vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .faq-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.faq-headline {
  text-align: center;
  margin-bottom: 4.39238653vw;
  color: #FF6A2A;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .faq-headline {
    font-size: 5.8666666667vw;
  }
}
.faq-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .faq-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.faq-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .faq-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .faq-headline {
    margin-bottom: 10.6666666667vw;
  }
}
.faq-list {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin-bottom: 10.6666666667vw;
  }
}
.faq-item {
  margin-bottom: 1.756954612vw;
  border-radius: 2.4890190337vw;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 4.2666666667vw;
    border-radius: 6.4vw;
  }
}
.faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 2.9282576867vw 2.9282576867vw;
  background: linear-gradient(120deg, #fff9e6 80%, #ffe0b3 100%);
  color: #FF9009;
  font-weight: 700;
  font-size: 1.317715959vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.1713030747vw;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .faq-summary {
    padding: 5.3333333333vw 6.4vw;
    font-size: 3.2vw;
    gap: 3.2vw;
  }
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-arrow {
  width: 1.756954612vw;
  height: 1.756954612vw;
  background: url("data:image/svg+xml;utf8,<svg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='32' height='26' /><path d='M-1.87329e-05 5.19926e-05H31.0896L15.5389 25.6546L-1.87329e-05 5.19926e-05Z' fill='%23FF9009'/></svg>") no-repeat center center/contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq-arrow {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.faq-answer {
  background-color: #fff;
  padding: 2.196193265vw 2.9282576867vw;
  color: #222;
  line-height: 1.8;
  font-size: 1.1713030747vw;
  border-top: 1px solid rgba(255, 106, 42, 0.1);
}
.faq-answer p:before {
  content: "A.";
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-answer {
    padding: 5.3333333333vw 6.4vw;
    font-size: 3.2vw;
  }
}
.faq-footer {
  text-align: center;
}
.faq-footer-lead, .faq-footer-text {
  color: #222;
  font-size: 2.196193265vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-footer-lead, .faq-footer-text {
    font-size: 4.2666666667vw;
  }
}
.faq-footer-lead {
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .faq-footer-lead {
    margin-bottom: 2.1333333333vw;
  }
}
.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
}

.form {
  padding: 4.39238653vw 0;
  background-color: #FFF2E2;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
.form-inner {
  width: 43.9238653001vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .form-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.form-header {
  text-align: center;
  margin-bottom: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .form-header {
    margin-bottom: 10.6666666667vw;
  }
}
.form-headline {
  margin-bottom: 1.756954612vw;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .form-headline {
    font-size: 5.8666666667vw;
  }
}
.form-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.form-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .form-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .form-headline {
    margin-bottom: 5.3333333333vw;
  }
}
.form-headline {
  padding-left: 0;
}
.form-lead {
  font-size: 1.317715959vw;
  color: rgba(34, 34, 34, 0.7);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-lead {
    font-size: 3.7333333333vw;
  }
}
.form-container {
  background-color: #fff;
  padding: 2.196193265vw 2.196193265vw;
  border-radius: 1.4641288433vw;
  box-shadow: 0 0.7320644217vw 2.196193265vw rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .form-container {
    padding: 8vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.form-group {
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 4.8vw;
  }
}
.form-label {
  display: block;
  font-weight: 700;
  color: #FF9009;
  margin-bottom: 0.439238653vw;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .form-label {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.form-required {
  color: #FF6A2A;
  margin-left: 2px;
  font-size: 85%;
}
.form-required:after {
  content: "必須";
}
.form-input, .form-textarea {
  width: 100%;
  padding: 0.5856515373vw;
  border: 1px solid rgba(255, 144, 9, 0.6);
  border-radius: 0.7320644217vw;
  background: linear-gradient(90deg, #FFFFFF 0%, #F9F2E7 100%);
  font-size: 1.1713030747vw;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .form-input, .form-textarea {
    padding: 2.1333333333vw 2.1333333333vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(34, 34, 34, 0.45);
}
.form-input:focus, .form-textarea:focus {
  outline: none;
  border-color: #FF6A2A;
  box-shadow: 0 0 0 3px rgba(255, 106, 42, 0.1);
}
.form-textarea {
  min-height: 10.980966325vw;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .form-textarea {
    min-height: 37.3333333333vw;
  }
}
.form-agreement {
  text-align: center;
  margin: 2.196193265vw 0;
}
@media screen and (max-width: 767px) {
  .form-agreement {
    margin: 8vw 0;
  }
}
.form .form-agreement input[type=checkbox]:checked + .form-checkbox-label::before {
  background-color: #FF9009;
  content: "✔︎";
  color: #fff;
}
.form-checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: #FF9009;
  gap: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .form-checkbox-label {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form-checkbox-label:before {
  content: "　";
  display: block;
  width: 1.6em;
  height: 1.6em;
  border: solid 1px #FF9009;
  aspect-ratio: 1/1;
  border-radius: 0.3em;
}
.form-checkbox-label input {
  position: absolute;
  visibility: hidden;
  width: 1.317715959vw;
  height: 1.317715959vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-checkbox-label input {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.form-submit-area {
  text-align: center;
}
.form-submit-btn {
  display: inline-flex;
  width: 100%;
  max-width: 32.9428989751vw;
  min-height: 4.39238653vw;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 106, 42, 0.3);
  font-size: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .form-submit-btn {
    max-width: 100%;
    font-size: 4.8vw;
    min-height: 16vw;
  }
}
.form-submit-btn:hover {
  transform: translateY(-2px);
}
.form-note {
  margin-top: 1.1713030747vw;
  font-size: 1.0248901903vw;
  color: #FF6A2A;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-note {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}

.form-error-text {
  margin-top: 0.5856515373vw;
  color: #ff0000;
  font-size: 1.1713030747vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-error-text {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.form-input.is-error, .form-textarea.is-error {
  border-color: #ff0000;
  background: rgba(217, 59, 59, 0.2);
  box-shadow: 0 0 0 3px rgba(217, 59, 59, 0.12);
}
.form-agreement .form-error-text {
  text-align: center;
}
.form-agreement input.is-error + .form-checkbox-label::before {
  border-color: #ff0000;
  background: rgba(217, 59, 59, 0.2);
}

.sp-global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #f0f8ff 0%, #e0efff 100%);
  display: flex;
  align-items: center;
  padding-left: 15%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sp-global-menu.is-active {
  visibility: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sp-global-menu.is-active {
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .sp-global-menu {
    padding-left: 8.5333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.sp-global-menu-inner {
  width: 100%;
  position: relative;
}
.sp-global-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-global-menu-item {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .sp-global-menu-item {
    margin-bottom: 8.5333333333vw;
  }
}
.sp-global-menu-item:last-child {
  margin-bottom: 0;
}
.sp-global-menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2C3E50;
  font-size: 1.756954612vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sp-global-menu-link {
    font-size: 5.3333333333vw;
  }
}
.sp-global-menu-link:hover {
  opacity: 0.6;
}
.sp-global-menu-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5856515373vw 0 0.5856515373vw 0.878477306vw;
  border-color: transparent transparent transparent #4BC8FF;
  margin-right: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .sp-global-menu-icon {
    border-width: 1.6vw 0 1.6vw 2.6666666667vw;
    margin-right: 4.2666666667vw;
  }
}

.footer-sp-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-sp-cta {
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 5.3333333333vw 2.6666666667vw;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    bottom: -400px;
    transition: all 0.3s;
  }
}
.footer-sp-cta.is-active {
  visibility: visible;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-inner {
    width: 100%;
    max-width: 133.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-text {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-text span {
    position: relative;
    display: inline-block;
    font-size: 3.7333333333vw;
    font-weight: 700;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-text span::before, .footer-sp-cta-text span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 6.4vw;
    background-color: #222;
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-text span::before {
    left: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-text span::after {
    right: 0;
    transform: translateY(-50%) rotate(20deg);
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-btns {
    display: flex;
    gap: 2.6666666667vw;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-sp-cta-btn {
    flex: 1;
    min-height: 14.9333333333vw;
    padding: 0 2.1333333333vw;
    text-align: center;
    text-decoration: none;
    font-size: 3.2vw;
  }
}
.thankyou {
  min-height: 100vh;
  padding: calc(5.8565153734vw + 5.8565153734vw) 0 5.8565153734vw;
  background: linear-gradient(180deg, #fff 0%, #FFF2E2 100%);
}
@media screen and (max-width: 767px) {
  .thankyou {
    padding: calc(16vw + 10.6666666667vw) 0 10.6666666667vw;
  }
}
.thankyou-inner {
  width: 52.7086383602vw;
  margin: 0 auto;
  padding: 4.39238653vw 2.9282576867vw;
  background: #fff;
  border-radius: 1.756954612vw;
  box-shadow: 0 0.7320644217vw 2.196193265vw rgba(0, 0, 0, 0.06);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thankyou-inner {
    width: calc(100% - 1rem - 1rem);
    padding: 8.5333333333vw 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}
.thankyou-label {
  margin-bottom: 0.878477306vw;
  color: #0DC5B4;
  font-size: 1.317715959vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .thankyou-label {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.thankyou-headline {
  margin-bottom: 1.4641288433vw;
  color: #FF9009;
  line-height: 1.4;
  position: relative;
  color: #FF9009;
  font-weight: 700;
  font-size: 2.9282576867vw;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .thankyou-headline {
    font-size: 5.8666666667vw;
  }
}
.thankyou-headline > span {
  position: relative;
  padding-left: 3.6603221083vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .thankyou-headline > span {
    padding-left: 0;
    padding-top: 10.6666666667vw;
  }
}
.thankyou-headline > span:before {
  content: "　";
  display: block;
  position: absolute;
  -webkit-mask-image: url("../img/icon-headline.svg");
  mask-image: url("../img/icon-headline.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF9009;
  background-size: contain;
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  top: -2.196193265vw;
  left: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .thankyou-headline > span:before {
    top: 4.8vw;
    left: -4.5333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-headline {
    margin-bottom: 4.2666666667vw;
  }
}
.thankyou-headline {
  padding-left: 0;
}
.thankyou-description {
  color: #222;
  font-size: 1.317715959vw;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .thankyou-description {
    font-size: 3.7333333333vw;
  }
}
.thankyou-actions {
  margin-top: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  .thankyou-actions {
    margin-top: 6.4vw;
  }
}
.thankyou-btn {
  width: 23.4260614934vw;
  min-height: 4.39238653vw;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 767px) {
  .thankyou-btn {
    width: 100%;
    min-height: 14.9333333333vw;
    font-size: 4.2666666667vw;
  }
}

.footer {
  padding: 2.9282576867vw 0 2.9282576867vw;
  background-color: #fff;
  border-top: 1px solid #FFF2E2;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
}
.footer-inner {
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    width: calc(100% - 1rem - 1rem);
  }
}
.footer-inner {
  padding: 0;
}
.footer-nav {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-bottom: 10.6666666667vw;
  }
}
.footer-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.196193265vw;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 10.6666666667vw;
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    text-align: left;
  }
}
.footer-nav-item a {
  text-decoration: none;
  color: #FF9009;
  font-size: 1.0248901903vw;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-nav-item a {
    font-size: 3.7333333333vw;
  }
}
.footer-nav-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
  padding-top: 2.196193265vw;
  gap: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    padding-top: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.footer-bn {
  width: 14.6412884334vw;
  margin: 0 0 0 0;
}
.footer-bn img {
  width: 100%;
  aspect-ratio: 35/6;
}
@media screen and (max-width: 767px) {
  .footer-bn {
    width: 40%;
  }
}
.footer-privacy {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    margin: 0 0 0 0;
  }
}
.footer-copyright, .footer-privacy {
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 767px) {
  .footer-copyright, .footer-privacy {
    font-size: 3.7333333333vw;
  }
}
.footer-copyright {
  color: rgba(34, 34, 34, 0.6);
}
.footer-privacy {
  text-decoration: none;
  color: #FF9009;
}

/*# sourceMappingURL=styles.css.map */
