@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*************************************************
animation
*************************************************/
p {
  font-size: 2rem;
}

.text-2 {
  font-size: 2rem;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}

body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

body a:link {
  text-decoration: none;
}

body a:visited {
  text-decoration: none;
}

body a:hover {
  transform: scale(0.93);
  opacity: 1;
}

body a:active {
  color: #666;
}

body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

body .wrapper {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}

body p,
body li,
body a,
body dt,
body dd,
body tr,
body td {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  color: #1F1440;
}

@media screen and (max-width: 400px) {

  body p,
  body li,
  body a,
  body dt,
  body dd,
  body tr,
  body td {
    font-size: 1.5rem;
  }
}

body h2,
body h3,
body h4 {
  font-weight: 600;
  color: #1F1440;
}

body .pc_min {
  display: block;
}

body .pc {
  display: block;
}

body .sp,
body .ssp {
  display: none;
}

body .pc-tb {
  display: block;
}

body .tb {
  display: none;
}

body .tb {
  display: none;
}

@media screen and (max-width: 1100px) {
  body .tb {
    display: block;
  }

  body .l-pc {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  body .pc_min {
    display: none;
  }
}

@media screen and (max-width: 599px) {

  body .pc,
  body .ssp {
    display: none;
  }

  body .sp,
  body .pc-tb {
    display: block;
  }
}

@media screen and (max-width: 400px) {

  body .sp,
  body .ssp {
    display: block;
  }

  body .pc-tb,
  body .pc {
    display: none;
  }
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
.contact-form iframe {
  height: 1200px !important;
}

@media screen and (max-width: 599px) {
  .contact-form iframe {
    height: 1170px !important;
  }
}

.contact {
  padding: 16rem 0 0;
}

@media screen and (max-width: 599px) {
  .contact {
    padding: 8rem 0 0;
  }
}

.contact .contact-form {
  margin-top: 6.4rem;
  padding: 3.2rem 2%;
}

@media screen and (max-width: 599px) {
  .contact .contact-form {
    margin-top: 6.4rem;
    padding: 0;
  }
}

.test33 {
  color: #367abd;
}

.bg-dot {
  background: url(../images/bg-dot.png) repeat;
  background-position: 0 0;
  animation: bgDotFlow 28s linear infinite;
}

.bg-dot.bg-dot-reverse {
  animation-direction: reverse;
}

@keyframes bgDotFlow {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 160px 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-dot {
    animation: none;
  }
}

.bg-gry {
  background: #F0F4F6;
}

.out-wrapper {
  width: 90%;
  margin: 0 auto;
}

.arrow-down {
  width: 10rem;
  height: 10rem;
  background: #F0F4F6;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .arrow-down {
    width: 5rem;
    height: 5rem;
  }
}

.arrow-down img {
  width: 20px;
  height: 9px;
}

.section_ttl {
  text-align: center;
  position: relative;
}

.section_ttl p {
  font-size: 3.6rem;
  padding-top: 1rem;
}

.flow .section_ttl p {
  width: 70%;
  justify-self: center;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .section_ttl p {
    text-decoration-style: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .section_ttl p {
    font-size: 5vw;
    padding-top: 0.5rem;
  }

  .section_ttl p br {
    display: none;
  }
}

.section_ttl span {
  font-family: din-2014, sans-serif;
  color: #01C87C;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .section_ttl span {
    font-size: 1.4rem;
  }
}

.section_ttl::after {
  content: "";
  width: 4.8rem;
  height: 7px;
  border-radius: 2rem;
  background: #01C87C;
  position: absolute;
  left: 50%;
  bottom: -1.7rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .section_ttl::after {
    bottom: -1.3rem;
    height: 4px;
  }
}

/*************************************************
top
*************************************************/
header {
  display: flex;
  justify-content: space-between;
  padding: 2vw 1vw 0 2vw;
  align-items: flex-start;
}

header h1 img {
  width: 150px;
}

@media screen and (max-width: 599px) {
  header h1 img {
    width: 130px;
    margin-top: 1vw;
  }
}

header h1 .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

header h1 .site-logo__icon svg {
  width: 50px;
  height: 50px;
}

header h1 .site-logo__text {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 599px) {
  header h1 .site-logo__icon svg {
    width: 20px;
    height: 20px;
  }

  header h1 .site-logo__text {
    font-size: 2.2rem;
  }
}

header .contact-btn a {
  background: #01C87C;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  max-width: 9rem;
  max-height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 1.8vw;
  z-index: 999;
}

@media screen and (max-width: 1100px) {
  header .contact-btn a {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (max-width: 599px) {
  header .contact-btn a {
    width: 14vw;
    height: 14vw;
  }

  header .contact-btn a svg {
    width: 20px;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  padding: 1.2rem 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.fixed-header.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.fixed-header.is-scrolled {
  background: rgba(7, 22, 50, 0.92);
  box-shadow: 0 6px 24px rgba(4, 11, 30, 0.35);
  backdrop-filter: blur(6px);
}

.fixed-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.fixed-header__logo {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fixed-header__logo.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.fixed-header__logo.site-logo .site-logo__icon svg {
  width: 40px;
  height: 40px;
}

.fixed-header__logo.site-logo .site-logo__text {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}

.fixed-header__nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.fixed-header__nav a {
  color: #e8efff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
}

.fixed-header__nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fixed-header__nav .fixed-header__cta {
  background: #d9921d;
  color: #fff;
}

.fixed-header__nav .fixed-header__cta:hover {
  background: #b87815;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-panel {
  display: none;
}

.scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 6vw;
  height: 6vw;
  max-width: 9rem;
  max-height: 9rem;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01C87C;
  z-index: 1200;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
}

.scroll-top-btn svg {
  width: 24px;
  height: 24px;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #01C87C;
}

section[id] {
  scroll-margin-top: 90px;
}

@media screen and (max-width: 880px) {
  .fixed-header {
    padding: 1rem 1.2rem;
  }

  .fixed-header__inner {
    justify-content: space-between;
  }

  .fixed-header__logo {
    display: none;
  }

  .fixed-header__nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(7, 28, 67, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.25);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1301;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .fixed-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .fixed-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .fixed-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-panel {
    display: flex;
    position: fixed;
    inset: 0;
    padding: 10rem 2.4rem 3rem;
    background:
      radial-gradient(900px 380px at 50% -10%, rgba(255, 186, 77, 0.15), transparent 62%),
      linear-gradient(180deg, #061739 0%, #071c43 100%);
    z-index: 1300;
    transform: translateY(102%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, visibility 0.24s ease;
    flex-direction: column;
    gap: 1.4rem;
    height: 100vh;
  }

  .fixed-header__logo.site-logo .site-logo__text {
    font-size: 2rem;
  }

  .mobile-menu-panel a {
    width: 100%;
    color: #e8efff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(180, 205, 255, 0.34);
    background: rgba(255, 255, 255, 0.06);
  }

  .mobile-menu-panel .mobile-menu-panel__cta {
    margin-top: 1rem;
    background: #d9921d;
    border-color: #d9921d;
    color: #fff;
  }

  .fixed-header.is-menu-open .mobile-menu-panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-menu-lock {
    overflow: hidden;
  }

  .scroll-top-btn {
    right: 14px;
    bottom: 16px;
    width: 14vw;
    height: 14vw;
    min-width: 46px;
    min-height: 46px;
  }

  .scroll-top-btn svg {
    width: 20px;
    height: 20px;
  }
}

.loop_wrap {
  display: flex;
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .loop_wrap {
    height: 120px;
  }
}

@media screen and (max-width: 599px) {
  .loop_wrap {
    height: 90px;
  }
}

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
}

.loop_wrap .service-name {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 17rem;
  font-style: italic;
  text-shadow: #01C87C 1px 1px 0px, #01C87C -1px 1px 0px, #01C87C 1px -1px 0px, #01C87C -1px -1px 0px;
  padding-right: 8rem;
}

@media screen and (max-width: 1100px) {
  .loop_wrap .service-name {
    font-size: 12rem;
  }
}

@media screen and (max-width: 599px) {
  .loop_wrap .service-name {
    font-size: 9.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 599px) {
  .kv {
    background: url(../images/bg_kv_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom 200px center;
  }
}

.kv .container {
  display: flex;
  width: 85%;
  column-gap: 5%;
  margin: -4% auto 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1396px) {
  .kv .container {
    width: 100%;
    column-gap: 2%;
    align-items: flex-end;
  }
}

@media screen and (max-width: 599px) {
  .kv .container {
    justify-content: center;
    width: 90%;
  }
}

.kv .container .catchcopy {
  font-size: 3.8vw;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .kv .container .catchcopy {
    font-size: 11vw;
    margin-top: -2rem;
  }
}

.kv .container .contents-check {
  display: flex;
  column-gap: 2rem;
  margin-top: 2.2rem;
}

@media screen and (max-width: 599px) {
  .kv .container .contents-check {
    column-gap: 2vw;
    margin-top: 1.8rem;
    align-items: center;
  }
}

.kv .container .contents-check li {
  display: flex;
  align-items: baseline;
}

.kv .container .contents-check li span {
  width: 34px;
  height: 35px;
}

@media screen and (max-width: 599px) {
  .kv .container .contents-check li span {
    width: 20px;
    height: 21px;
  }

  .kv .container .contents-check li span img {
    vertical-align: middle;
  }
}

.kv .container .contents-check li p {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .kv .container .contents-check li p {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .kv .container .contents-check li p {
    font-size: 1.2rem;
    line-height: 1;
    padding-left: 0.2rem;
  }
}

.kv .container .catchcopy-02 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.8rem;
  }
}

.kv .container .catchcopy-02 .item01 {
  width: 170px;
  height: 45px;
  background-color: #000;
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .kv .container .catchcopy-02 .item01 {
    width: 140px;
    height: 33px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item01 {
    font-size: 1.4rem;
    width: 105px;
    height: 24px;
  }
}

.kv .container .catchcopy-02 .item02 {
  font-size: 5vw;
  font-family: din-2014, sans-serif;
  position: relative;
}

@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item02 {
    font-size: 6rem;
    line-height: 1.2;
  }
}

.kv .container .catchcopy-02 .item02::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #FFF621;
  position: absolute;
  bottom: 26%;
  left: 0;
  border-radius: 30px;
  z-index: -1;
}

.kv .container .catchcopy-02 .item02 span {
  font-size: 3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 0.5vw;
}

@media screen and (max-width: 599px) {
  .kv .container .catchcopy-02 .item02 span {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}

.kv .boximg {
  flex-basis: 34%;
  position: relative;
}

@media screen and (min-width: 1600px) {
  .kv .boximg {
    flex-basis: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .kv .boximg {
    flex-basis: 26%;
  }
}

.kv .boximg .img02 {
  position: absolute;
  right: 0;
  width: 23%;
  animation: 1s hukidashi infinite;
}

@keyframes hukidashi {

  0%,
  100% {
    top: -1%;
    transform: scale(1);
  }

  30% {
    top: -3%;
    transform: scale(0.96, 1.04);
  }

  60% {
    transform: scale(1);
  }

  90% {
    top: -1%;
    transform: scale(1.05, 0.9);
  }
}

.kv .sample-contents {
  background: #ECFAF2;
  padding: 5rem 0 3rem;
  animation-delay: 0.8s;
}

@media screen and (max-width: 599px) {
  .kv .sample-contents {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.kv .sample-contents .slider {
  column-gap: 3rem;
}

.kv .sample-contents .item {
  width: 160px;
  margin-right: 3rem;
}

@media screen and (max-width: 1100px) {
  .kv .sample-contents .item {
    width: 120px;
  }
}

@media screen and (max-width: 599px) {
  .kv .sample-contents .item {
    width: 100px;
    margin-right: 1.8rem;
  }
}

.kv canvas {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 150px;
  left: 0;
}

@media screen and (min-width: 1600px) {
  .kv canvas {
    bottom: 160px;
  }
}

@media screen and (max-width: 1100px) {
  .kv canvas {
    bottom: 320px;
  }
}

.btn-container {
  display: flex;
  column-gap: 1.5rem;
  margin-top: 1.6rem;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .btn-container {
    flex-direction: column;
    row-gap: 1.6rem;
    column-gap: 1rem;
    width: 100%;
    margin: 2rem auto;
    align-items: center;
  }
}

@media screen and (max-width: 1100px) {
  .btn-container .cta-btn {
    min-width: 220px;
  }
}

@media screen and (max-width: 599px) {
  .btn-container .cta-btn {
    max-width: 255px;
  }
}

.btn-container .cta-btn p {
  color: #fff;
}

.btn-container .cta-btn a {
  padding: 1.4rem 3rem;
  display: flex;
  align-items: stretch;
  background: #000;
  border-radius: 60px;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .btn-container .cta-btn a {
    justify-content: space-between;
    width: 100%;
    padding: 1.4rem 2rem;
  }
}

@media screen and (max-width: 599px) {
  .btn-container .cta-btn a {
    font-size: 1.2rem;
    padding: 1.4rem 2rem;
  }
}

.btn-container .cta-btn a .icon,
.btn-container .cta-btn a .arrow {
  width: 22px;
  height: 22px;
}

.btn-container .cta-btn a .icon img,
.btn-container .cta-btn a .arrow img {
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {

  .btn-container .cta-btn a .icon,
  .btn-container .cta-btn a .arrow {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 599px) {

  .btn-container .cta-btn a .icon,
  .btn-container .cta-btn a .arrow {
    width: 18px;
    height: 18px;
  }
}

.btn-container .cta-btn a p {
  padding: 0 1rem;
}

@media screen and (max-width: 1100px) {
  .btn-container .cta-btn a p {
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  .btn-container .cta-btn a p {
    font-size: 1.2rem;
  }
}

.btn-container .lineBtn {
  width: auto;
}

@media screen and (max-width: 1100px) {
  .btn-container .lineBtn {
    min-width: 190px;
  }
}

@media screen and (max-width: 599px) {
  .btn-container .lineBtn {
    width: 100%;
  }
}

.btn-container .lineBtn a {
  background: #01C87C;
}

.btn-container .formBtn a {
  background: #7600FF;
}

@media screen and (max-width: 1100px) {
  .sp-container {
    position: relative;
    height: 185px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container {
    overflow: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .sp-container .boximg {
    position: absolute;
    left: -3%;
    bottom: 5rem;
    width: 26%;
  }
}

@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container .boximg {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .sp-container .boximg .img01 img {
    height: 200px;
    object-fit: contain;
  }
}

@media screen and (max-width: 1100px) and (max-width: 599px) {
  .sp-container .boximg .img01 img {
    height: 153px;
  }
}

/*---------------------------------------------
              こんなかたにおすすめ
----------------------------------------------*/
.recomend .bg-dot {
  padding: 150px 0;
}

@media screen and (max-width: 1100px) {
  .recomend .bg-dot {
    padding: 12rem 0 4rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .bg-dot {
    padding: 10rem 0 4rem;
  }
}

.recomend .out-wrapper {
  min-width: 900px;
  max-width: 1290px;
}

@media screen and (max-width: 1100px) {
  .recomend .out-wrapper {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 599px) {
  .recomend .out-wrapper {
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }
}

.recomend h2 {
  font-size: 3.6rem;
  padding-left: 10%;
}

@media screen and (max-width: 599px) {
  .recomend h2 {
    font-size: 2.8rem;
    text-align: center;
    padding-left: 0;
  }
}

.recomend .reco-contents {
  position: relative;
  height: 700px;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents {
    height: 680px;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents {
    margin-top: 4rem;
    height: 730px;
  }
}

.recomend .reco-contents .bounce>div {
  flex: 1;
  /* 下から出てくるアニメーションなので基準を下に */
  transform-origin: center bottom;
  transform: scaleY(0);
  backface-visibility: hidden;
}

.recomend .reco-contents .hukidashi {
  padding: 6rem 7rem 10rem;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi {
    padding: 4rem 0;
  }
}

.recomend .reco-contents .hukidashi p {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .hukidashi p {
    font-size: 1.4rem;
  }
}

.recomend .reco-contents .item01 {
  background: url(../images/hukidashi01.png) no-repeat center/contain;
  background-size: contain;
  top: 2%;
  left: 50%;
  z-index: 8;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item01 {
    padding: 5rem 1rem 8rem 3rem;
    left: 43%;
    top: 8%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item01 {
    left: 40%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item01 {
    top: 2%;
    width: 65%;
    padding: 4rem 0 6.5rem 1.8rem;
    left: 33%;
  }
}

.recomend .reco-contents .item02 {
  background: url(../images/hukidashi02.png) no-repeat center/contain;
  background-size: contain;
  top: 13%;
  left: 21%;
  padding: 7rem 6rem 14rem;
  z-index: 15;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item02 {
    padding: 6rem 2rem 12rem;
    left: 13%;
    top: 20%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item02 {
    left: 10%;
    top: 22%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item02 {
    width: 95%;
    left: 1%;
    top: 27%;
    padding: 4rem 1rem 9rem 2rem;
  }
}

.recomend .reco-contents .item02 p {
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item02 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item02 p {
    font-size: 1.4rem;
  }
}

.recomend .reco-contents .item03 {
  background: url(../images/hukidashi03.png) no-repeat center/contain;
  background-size: contain;
  top: 18%;
  right: 10%;
  padding: 5rem 4rem 6rem;
  z-index: 10;
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item03 {
    top: 21%;
    right: 7%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item03 {
    padding: 2.5rem 1rem 3rem;
    top: 36%;
    right: 2%;
    z-index: 15;
  }
}

.recomend .reco-contents .item03 p {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item03 p {
    font-size: 1.2rem;
  }
}

.recomend .reco-contents .item04 {
  background: url(../images/hukidashi04.png) no-repeat center/contain;
  background-size: contain;
  top: 24%;
  left: 48%;
  padding: 11rem 8rem 17rem;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item04 {
    left: 45%;
    top: 22%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item04 {
    left: 47%;
    padding: 8rem 3rem 12rem;
    top: 38%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item04 {
    padding: 4rem 3rem 8rem;
    left: 1rem;
    top: 41%;
  }
}

.recomend .reco-contents .item04 p {
  font-size: 2rem;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item04 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item04 p {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}

.recomend .reco-contents .item05 {
  background: url(../images/hukidashi05.png) no-repeat center/contain;
  background-size: contain;
  top: 32%;
  left: 8%;
  z-index: 8;
  padding: 7rem 8rem 10rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item05 {
    padding: 6rem 2rem 8rem;
    top: 37%;
    left: 15%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item05 {
    left: 5%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item05 {
    padding: 3.5rem 1rem 5rem;
    top: 14%;
    left: 7%;
  }
}

.recomend .reco-contents .item05 p {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item05 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item05 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}

.recomend .reco-contents .item06 {
  background: url(../images/hukidashi06.png) no-repeat center/contain;
  background-size: contain;
  top: 55%;
  left: 28%;
  z-index: 8;
  padding: 11rem 8rem 16rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item06 {
    padding: 7rem 2rem 10rem;
    top: 53%;
    left: 32%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item06 {
    top: 59%;
    left: 16%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item06 {
    padding: 8rem 2rem 10rem;
    top: 53%;
    left: 20%;
    z-index: 0;
  }
}

.recomend .reco-contents .item06 p {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item06 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item06 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}

.recomend .reco-contents .item07 {
  background: url(../images/hukidashi07.png) no-repeat center/contain;
  background-size: contain;
  top: 65%;
  left: 62%;
  padding: 10rem 8rem 14rem;
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item07 {
    padding: 8rem 2rem 10rem;
    top: 66%;
    left: 58%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item07 {
    top: 73%;
    left: 53%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item07 {
    padding: 8rem 2rem 10rem 3rem;
    top: 71%;
    left: 15%;
  }
}

.recomend .reco-contents .item07 p {
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item07 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item07 p {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}

.recomend .reco-contents .item08 {
  background: url(../images/hukidashi08.png) no-repeat center/contain;
  background-size: contain;
  top: 85%;
  left: 18%;
  padding: 4rem 8rem 6rem;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item08 {
    padding: 2rem 8rem 3rem;
    top: 75%;
  }
}

@media screen and (max-width: 880px) {
  .recomend .reco-contents .item08 {
    top: 81%;
    left: 11%;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item08 {
    padding: 2.5rem 1rem 3rem;
    top: 69%;
    left: 6%;
  }
}

.recomend .reco-contents .item08 p {
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .recomend .reco-contents .item08 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recomend .reco-contents .item08 p {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}

.recomend .arrow-down {
  margin-top: -2%;
}

/*---------------------------------------------
              FAST LPでできること
----------------------------------------------*/
.about {
  margin-top: 16rem;
}

@media screen and (max-width: 1100px) {
  .about {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 599px) {
  .about {
    margin-top: 10rem;
  }
}

.about .about-ttl p:first-child {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 10rem;
  font-style: italic;
  text-shadow: #01C87C 1px 1px 0px, #01C87C -1px 1px 0px, #01C87C 1px -1px 0px, #01C87C -1px -1px 0px;
  padding-right: 8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .about .about-ttl p:first-child {
    font-size: 6rem;
  }
}

.about .about-ttl p:last-child {
  font-size: 3.2rem;
}

@media screen and (max-width: 599px) {
  .about .about-ttl p:last-child {
    font-size: 2.8rem;
  }
}

.about .lead {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 599px) {
  .about .lead {
    font-size: 1.6rem;
  }
}

.about .bg-gry {
  border-radius: 0 300px 300px 0;
  margin-top: 8rem;
  padding: 16rem 0 10rem;
}

@media screen and (max-width: 1100px) {
  .about .bg-gry {
    margin-top: 6rem;
    padding: 10rem 0 8rem;
    border-radius: 0 200px 200px 0;
  }
}

@media screen and (max-width: 599px) {
  .about .bg-gry {
    border-radius: 0 100px 100px 0;
    margin-top: 4rem;
    padding: 8rem 0;
  }
}

.about .container {
  display: flex;
  column-gap: 2%;
  margin-top: 8rem;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .about .container {
    margin-top: 6.4rem;
    flex-direction: column;
    row-gap: 0;
  }
}

.about .container:first-child {
  margin-top: 0;
}

.about .txtbox {
  background: #fff;
  border-radius: 56px;
  padding: 5rem 4.8rem;
  flex-basis: 60%;
  max-width: 600px;
}

@media screen and (max-width: 599px) {
  .about .txtbox {
    padding: 3.6rem 3.2rem;
  }
}

.about .txtbox .num {
  font-family: din-2014, sans-serif;
  color: #01C87C;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .about .txtbox .num {
    font-size: 1.6rem;
  }
}

.about .txtbox h3 {
  font-size: 3.4rem;
  margin-top: 1.6rem;
}

@media screen and (max-width: 1100px) {
  .about .txtbox h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .about .txtbox h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.about .txtbox .txt {
  margin-top: 3.2rem;
}

@media screen and (max-width: 599px) {
  .about .txtbox .txt {
    margin-top: 2.4rem;
  }
}

.about .txtbox .txt p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1100px) {
  .about .txtbox .txt p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .about .txtbox .txt p {
    font-size: 1.4rem;
  }
}

.about .txtbox .txt i {
  padding-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-style: normal;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .about .txtbox .txt i {
    font-size: 1.2rem;
  }
}

.about .imgbox {
  flex-basis: 40%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .about .imgbox {
    margin-top: -2rem;
  }
}

.about .imgbox img {
  width: 85%;
}

.about .large .imgbox {
  margin-left: -5%;
}

@media screen and (max-width: 599px) {
  .about .large .imgbox {
    margin-top: -2rem;
    margin-left: 0;
  }
}

.about .large .imgbox img {
  width: 110%;
}

@media screen and (max-width: 599px) {
  .about .large .imgbox img {
    width: 100%;
  }
}

.about .right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .about .right {
    flex-direction: column;
  }
}

.about .arrow-down {
  margin-top: -2%;
}

.about .comparison_table {
  margin-top: 10rem;
}

.about .comparison_table h3 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .about .comparison_table h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .about .comparison_table h3 {
    font-size: 2.8rem;
  }
}

.about .comparison_table h3::before,
.about .comparison_table h3::after {
  content: "●";
  font-size: 2rem;
  color: #01C87C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about .comparison_table h3::before {
  left: -3rem;
}

.about .comparison_table h3::after {
  right: -3rem;
}

.about .comparison_table table {
  margin: 8rem auto 0;
  border-collapse: separate;
  border-radius: 7px;
  border-spacing: 0;
  background: #AFAFAF;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid #f2f2f2;
}

.about .comparison_table table td,
.about .comparison_table table th {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  width: 186px;
  padding: 2rem 0;
  border-bottom: 2px solid #F2F2F2;
}

@media screen and (max-width: 1100px) {

  .about .comparison_table table td,
  .about .comparison_table table th {
    padding: 1.8rem 0;
  }
}

@media screen and (max-width: 599px) {

  .about .comparison_table table td,
  .about .comparison_table table th {
    padding: 1.6rem 0;
    border-bottom: 1px solid #F2F2F2;
  }
}

.about .comparison_table table thead tr {
  border-radius: 7px;
}

.about .comparison_table table thead .main_item {
  border: 6px solid #01C87C;
  background: #fff;
  color: #01C87C;
  font-size: 2rem;
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table thead .main_item {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .about .comparison_table table thead .main_item {
    border: 3px solid #01C87C;
    font-size: 1.6rem;
  }
}

.about .comparison_table table thead .item {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: none;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table thead .item {
    font-size: 1.2rem;
  }
}

.about .comparison_table table tbody {
  background: #fff;
}

.about .comparison_table table tbody tr {
  border-bottom: 2px solid #F2F2F2;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody tr {
    border-bottom: 1px solid #F2F2F2;
  }
}

.about .comparison_table table tbody th {
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody th {
    font-size: 1.4rem;
  }
}

.about .comparison_table table tbody .main_item {
  background: #01C87C;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}

.about .comparison_table table tbody .main_item i {
  font-size: 0.9rem;
  position: absolute;
}

@media screen and (max-width: 1100px) {
  .about .comparison_table table tbody .main_item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody .main_item {
    font-size: 1.4rem;
  }
}

.about .comparison_table table tbody .main_item::before {
  content: "";
  width: 1rem;
  height: 2px;
  background: #01C87C;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.about .comparison_table table tbody .main_item::after {
  content: "";
  width: 1rem;
  height: 2px;
  background: #01C87C;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.about .comparison_table table tbody .main_item span {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody .main_item span {
    font-size: 1.2rem;
  }
}

.about .comparison_table table tbody .bold {
  font-size: 1.4rem;
}

.about .comparison_table table tbody .mark-gry {
  font-size: 2.4rem;
  color: #707070;
  padding: 1rem 0;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody .mark-gry {
    font-size: 2rem;
  }
}

.about .comparison_table table tbody .mark {
  padding: 1rem 0;
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  .about .comparison_table table tbody .mark {
    font-size: 2rem;
  }
}

.about .comparison_table table tbody .prices .main_item {
  font-size: 1.8rem;
}

.about .comparison_table table tbody .prices .main_item span {
  font-size: 1.4rem;
}

.about .comparison_table table tbody .prices td {
  font-size: 1.5rem;
}

.about .comparison_table table tbody .prices td span {
  font-size: 1.2rem;
}

.about .comparison_table table tbody .border-none th,
.about .comparison_table table tbody .border-none td {
  border-bottom: none;
}

.about .comparison_table table tbody .border-none .main_item {
  border-bottom: 2px solid #01C87C;
}

.about .comparison_table .annotation {
  line-height: 2;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 4rem;
}

@media screen and (max-width: 1100px) {
  .about .comparison_table .annotation {
    padding-left: 0;
  }
}

.about .comparison_table .annotation.first {
  margin-top: 3rem;
}

@media screen and (max-width: 1100px) {
  .about .comparison_table .table_wrapper {
    overflow-y: visible !important;
  }
}

@media screen and (max-width: 599px) {
  .about .comparison_table .table_wrapper {
    overflow-x: scroll;
    padding-bottom: 4rem;
  }

  .about .comparison_table .table_wrapper table {
    width: 100%;
    min-width: 650px;
  }

  .about .comparison_table .table_wrapper .can_scroll {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 3rem;
  }
}

/*---------------------------------------------
              なんでそんなに安くできるの？
----------------------------------------------*/
.why {
  width: 95%;
  margin: 0 auto;
}

.why .bg-gry {
  margin-top: 18rem;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .why .bg-gry {
    margin-top: 8rem;
  }
}

.why .bg-gry .bg-dot {
  padding: 5.4rem 0 8rem;
}

@media screen and (max-width: 599px) {
  .why .bg-gry .bg-dot {
    padding: 4rem 0 8rem;
  }
}

.why .container {
  display: flex;
  justify-content: center;
  column-gap: 3%;
  margin-top: 7rem;
  align-items: flex-end;
}

@media screen and (max-width: 599px) {
  .why .container {
    flex-direction: column;
    margin-top: 3rem;
  }

  .why .container:last-child {
    row-gap: 5rem;
  }
}

.why .why-txtbox {
  flex-basis: 42%;
}

@media screen and (max-width: 1100px) {
  .why .why-txtbox {
    flex-basis: 50%;
  }
}

.why .why-txtbox .why-ttl {
  display: flex;
  align-items: flex-end;
}

.why .why-txtbox .why-ttl h2 {
  font-size: 2.3rem;
  padding-bottom: 1.5rem;
  line-height: 1.4;
  background: url(../images/bg-dot-y.png) repeat-X bottom;
}

@media screen and (max-width: 1100px) {
  .why .why-txtbox .why-ttl h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .why .why-txtbox .why-ttl h2 {
    font-size: 1.8rem;
  }
}

.why .why-txtbox .why-ttl div {
  width: 65px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1100px) {
  .why .why-txtbox .why-ttl div {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .why .why-txtbox .why-ttl div {
    width: 40px;
    margin-left: 2rem;
  }
}

.why .why-txtbox .txtbox {
  margin-top: 5rem;
}

.why .why-txtbox .txtbox p {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (max-width: 599px) {
  .why .why-txtbox .txtbox p {
    font-weight: 500;
  }
}

.why .why-img {
  flex-basis: 30%;
}

@media screen and (max-width: 599px) {
  .why .why-img {
    width: 60%;
    margin: 1rem 0 0 auto;
  }
}

.why .img {
  width: 62px;
  margin: 0 auto 0;
}

@media screen and (max-width: 1100px) {
  .why .img {
    width: 50px;
    margin: 2rem auto 0;
  }
}

@media screen and (max-width: 599px) {
  .why .img {
    width: 40px;
    margin: 0 auto 0;
  }
}

.why .container.reason {
  align-items: stretch;
}

.why .reason-box {
  flex-basis: 36%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  border-radius: 36px;
  padding: 0 5rem 4rem;
}

@media screen and (max-width: 1100px) {
  .why .reason-box {
    flex-basis: 40%;
    padding: 0 3rem 4rem;
  }
}

@media screen and (max-width: 599px) {
  .why .reason-box {
    border-radius: 20px;
    padding: 2rem;
  }
}

.why .reason-box h4 {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 4rem;
  border-radius: 7px;
  margin-top: -7%;
}

@media screen and (max-width: 599px) {
  .why .reason-box h4 {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
    margin-top: -11%;
  }
}

.why .reason-box h4 span {
  font-family: din-2014, sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .why .reason-box h4 span {
    font-size: 1.6rem;
  }
}

.why .reason-box .icon {
  width: 46%;
  margin-top: 3.3rem;
}

@media screen and (max-width: 599px) {
  .why .reason-box .icon {
    width: 25%;
  }
}

.why .reason-box h3 {
  margin-top: 2.8rem;
  font-size: 2.3rem;
  line-height: 1.3;
}

@media screen and (max-width: 1100px) {
  .why .reason-box h3 {
    font-size: 2rem;
  }
}

.why .reason-box ul {
  margin-top: 1.8rem;
  min-height: 178px;
}

@media screen and (max-width: 599px) {
  .why .reason-box ul {
    min-height: auto;
  }
}

.why .reason-box ul li {
  margin: 1rem 0;
  position: relative;
  padding-left: 2rem;
}

.why .reason-box ul li span {
  font-size: 1.4rem;
}

.why .reason-box ul li::before {
  content: "●";
  color: #01C87C;
  position: absolute;
  left: 0;
  top: 10%;
  font-size: 1.2rem;
}

/*---------------------------------------------
              こんなデザインつくります　works
----------------------------------------------*/
.works {
  margin-top: 18rem;
}

@media screen and (max-width: 599px) {
  .works {
    margin-top: 8rem;
  }
}

.works .sample-contents {
  margin-top: 8rem;
}

.works .sample-contents .item img {
  margin-left: -4rem;
  height: 370px;
  object-fit: contain;
  width: auto;
}

@media screen and (max-width: 599px) {
  .works .sample-contents .item img {
    margin-left: -3rem;
    height: 200px;
  }
}

.works .sample-contents .slider-reverse {
  margin-top: 1.6rem;
}

/*---------------------------------------------
              cta お問い合わせください
----------------------------------------------*/
.cta {
  margin-top: 20rem;
  padding: 6.4rem 0;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

@media screen and (max-width: 599px) {
  .cta {
    margin-top: 8rem;
  }
}

.cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .cta .container {
    flex-direction: column;
  }
}

.cta .section_ttl {
  text-align: left;
}

.cta .section_ttl::after {
  content: none;
}

.cta .txtbox {
  margin-top: 2.4rem;
}

@media screen and (max-width: 1100px) {
  .cta .txtbox {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .cta .txtbox {
    margin-top: 2.2rem;
    width: 100%;
  }

  .cta .txtbox p {
    font-size: 1.4rem;
  }
}

.cta .txtbox p {
  font-size: 1.4rem;
  line-height: 2;
}

.cta .txtbox h3 {
  font-size: 2rem;
  color: #01C87C;
  margin-top: 1.6rem;
}

@media screen and (max-width: 599px) {
  .cta .txtbox h3 {
    margin-top: 3rem;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}

.cta .txtbox .headttl {
  margin: 0 0 1.6rem;
  color: #1F1440;
}

.cta .btn-box {
  flex-basis: 32%;
}

@media screen and (max-width: 599px) {
  .cta .btn-box {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.cta .check_container {
  display: flex;
  gap: 14px;
  margin-top: 3.2rem;
}

.cta .check_container .box {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .cta .check_container .box {
    font-size: 1.8rem;
  }
}

.cta .check_container .box span,
.cta .check_container .box img {
  width: 34px;
  height: 30px;
  vertical-align: baseline;
}

@media screen and (max-width: 599px) {

  .cta .check_container .box span,
  .cta .check_container .box img {
    width: 24px;
    height: 20px;
  }
}

.cta .btn-container {
  flex-direction: column;
  row-gap: 2rem;
}

@media screen and (max-width: 599px) {
  .cta .btn-container {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    align-items: center;
  }
}

@media screen and (max-width: 1100px) {
  .cta .btn-container .cta-btn {
    width: 100%;
    max-width: 350px;
  }
}

.cta .btn-container .cta-btn a {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cta .btn-container .phone a {
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.cta .btn-container .phone p {
  text-align: center;
  line-height: 1.2;
}

.cta .btn-container .phone i {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
}

.bound {
  position: relative;
  width: 100%;
  height: 40px;
}

.messe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  animation: bound-anim 1.8s infinite;
}

/*---------------------------------------------
              おねがいしたいこと
----------------------------------------------*/
.onegai {
  width: 95%;
  margin: 8rem auto 0;
}

@media screen and (max-width: 599px) {
  .onegai {
    width: 100%;
  }
}

.onegai .bg-gry {
  padding: 8rem 0;
}

@media screen and (max-width: 599px) {
  .onegai .bg-gry {
    padding: 6.4rem 1rem;
  }
}

.onegai .wrapper.wide {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .onegai .wrapper.wide {
    width: 95%;
  }
}

.onegai .wrapper.wide h2 {
  font-size: 3.6rem;
  background: #fff;
  padding: 1rem 2.3rem;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide h2 {
    font-size: 2rem;
  }
}

.onegai .wrapper.wide .lead {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 4.3rem;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .lead {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}

.onegai .wrapper.wide .img {
  width: 2.5rem;
  margin: 4rem auto;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .img {
    margin: 3.2rem auto;
  }
}

.onegai .wrapper.wide .container {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .onegai .wrapper.wide .container {
    justify-content: space-between;
    column-gap: normal;
  }
}

.onegai .wrapper.wide .container .box {
  background: #fff;
  padding: 2rem 1.6rem 4rem;
  flex-basis: 24%;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box {
    padding: 2rem 1.6rem;
  }
}

.onegai .wrapper.wide .container .box .num {
  font-family: din-2014, sans-serif;
  font-size: 3.6rem;
  color: #01C87C;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box .num {
    font-size: 2.4rem;
  }
}

.onegai .wrapper.wide .container .box .icon {
  text-align: center;
}

.onegai .wrapper.wide .container .box .explane {
  font-size: 1.8rem;
  margin-top: 2.4rem;
  text-align: center;
}

.onegai .wrapper.wide .container .box .explane span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .container .box .explane {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.onegai .wrapper.wide .txt {
  margin-top: 4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide .txt {
    line-height: 1.8;
    font-weight: 500;
  }
}

.onegai .wrapper.wide h3 {
  width: 68%;
  margin: 0 auto;
  background: #01C87C;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 30px;
}

@media screen and (max-width: 599px) {
  .onegai .wrapper.wide h3 {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

/*---------------------------------------------
              制作の流れ
----------------------------------------------*/
.flow .bg-dot {
  padding: 18rem 0 10rem;
}

@media screen and (max-width: 599px) {
  .flow .bg-dot {
    padding: 10rem 0 6rem;
  }
}

.flow .section_ttl {
  text-align: left;
}

.flow .section_ttl::after {
  content: none;
}

.flow .flow-contents {
  margin-top: 10rem;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents {
    margin-top: 5.6rem;
  }
}

.flow .flow-contents .flow-item {
  background: #F0F4F6;
  width: 70%;
  margin: 0 auto;
  padding: 2.4rem 3.6rem 3rem;
  border-radius: 1rem;
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item {
    width: 100%;
    padding: 2.4rem 1rem 2rem;
  }
}

.flow .flow-contents .flow-item::after {
  content: "";
  width: 6rem;
  height: 3rem;
  background: url(../images/flow-d-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item::after {
    width: 4rem;
    height: 2rem;
    bottom: -2rem;
  }
}

.flow .flow-contents .flow-item:last-child::after {
  content: none;
}

.flow .flow-contents .flow-item .container {
  display: flex;
  column-gap: 2rem;
}

.flow .flow-contents .flow-item .container .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container {
    column-gap: 2rem;
  }

  .flow .flow-contents .flow-item .container .inner {
    align-items: flex-start;
  }
}

.flow .flow-contents .flow-item .container .icon {
  background: #fff;
  border-radius: 50%;
  display: flex;
  padding: 1.5rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 74px;
  min-width: 74px;
  height: 74px;
  flex-basis: 14%;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 1rem;
    flex-basis: 20%;
  }
}

.flow .flow-contents .flow-item .container .icon img {
  width: 100%;
  object-fit: contain;
}

.flow .flow-contents .flow-item .container .icon .flow-icon {
  font-size: 3.2rem;
  line-height: 1;
}

.flow .flow-contents .flow-item .container .icon .flow-icon--hearing {
  color: #1976d2;
}

.flow .flow-contents .flow-item .container .icon .flow-icon--setup {
  color: #00897b;
}

.flow .flow-contents .flow-item .container .icon .flow-icon--photo {
  color: #ef6c00;
}

.flow .flow-contents .flow-item .container .icon .flow-icon--growth {
  color: #8e24aa;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .icon .flow-icon {
    font-size: 2.3rem;
  }
}

.flow .flow-contents .flow-item .container .inner h4 {
  display: flex;
  column-gap: 1rem;
}

.flow .flow-contents .flow-item .container .inner h4 span {
  color: #01C87C;
  font-size: 2.6rem;
  font-family: din-2014, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner h4 span {
    font-size: 2rem;
  }
}

.flow .flow-contents .flow-item .container .inner h4 p {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner h4 p {
    font-size: 1.6rem;
  }
}

.flow .flow-contents .flow-item .container .inner .txt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.flow .flow-contents .flow-item .container .inner .txt span {
  font-size: 1.2rem;
  padding-top: 1rem;
  display: inline-block;
  color: #777;
}

@media screen and (max-width: 599px) {
  .flow .flow-contents .flow-item .container .inner .txt {
    margin-top: 1rem;
  }
}

/*---------------------------------------------
              価格表 price
----------------------------------------------*/
.price_section {
  margin: 0rem 0 0;
}

@media screen and (max-width: 599px) {
  .price_section {
    margin-top: 4rem;
    background-size: 173px;
    padding-bottom: 16rem;
    background-position: right 4% bottom 0rem;
  }
}

.price_section .leadtxt {
  position: relative;
  width: fit-content;
  margin: 10rem auto 0;
}

@media screen and (max-width: 599px) {
  .price_section .leadtxt {
    margin-top: 6.4rem;
    width: 100%;
  }
}

.price_section .leadtxt p {
  font-size: 2.1rem;
}

@media screen and (max-width: 599px) {
  .price_section .leadtxt p {
    text-align: center;
    font-size: 1.6rem;
  }
}

.price_section .leadtxt::before,
.price_section .leadtxt::after {
  content: "";
  width: 18px;
  height: 30px;
  background: url(../images/price-l.png) no-repeat;
  position: absolute;
  left: -2rem;
  background-size: contain;
  top: 20%;
}

@media screen and (max-width: 599px) {

  .price_section .leadtxt::before,
  .price_section .leadtxt::after {
    width: 15px;
    height: 20px;
    left: 0;
  }
}

.price_section .leadtxt::after {
  background: url(../images/price-r.png) no-repeat;
  background-size: contain;
  right: -2rem;
  left: auto;
}

@media screen and (max-width: 599px) {
  .price_section .leadtxt::after {
    right: 0;
  }
}

.price_section .price-table {
  width: 91%;
  margin-top: 6.4rem;
}

@media screen and (max-width: 1100px) {
  .price_section .price-table {
    width: 100%;
  }

  .price_section .price-table table {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .price_section .price-table {
    margin-top: 4rem;
  }

  .price_section .price-table table {
    width: 100%;
  }
}

.price_section .price-table thead th {
  text-align: center;
  padding: 2.3rem 0 1.2rem;
}

.price_section .price-table thead th span {
  font-family: din-2014, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.price_section .price-table thead th p {
  font-size: 1.2rem;
}

.price_section .price-table thead .light {
  background: rgb(216, 234, 4);
  background: linear-gradient(180deg, rgb(216, 234, 4) 0%, rgb(165, 255, 132) 100%);
  width: 256px;
  border-radius: 6px 0 0 0;
  border-right: 4px solid #fff;
}

.price_section .price-table thead .standard {
  background: rgb(197, 254, 177);
  background: linear-gradient(0deg, rgb(197, 254, 177) 0%, rgb(98, 221, 102) 100%);
  width: 256px;
  border-right: 4px solid #fff;
}

.price_section .price-table thead .premium {
  background: rgb(196, 254, 179);
  background: linear-gradient(0deg, rgb(196, 254, 179) 0%, rgb(98, 222, 220) 100%);
  width: 256px;
  border-radius: 0 6px 0 0;
}

.price_section .icon {
  width: 47px;
  margin: 8rem auto 0;
}

@media screen and (max-width: 599px) {
  .price_section .icon {
    width: 28px;
    margin-top: 4rem;
  }
}

.price_section .icon img {
  object-fit: contain;
}

.price_section .option_contents {
  margin-top: 4rem;
}

.price_section .option_contents h3 {
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents h3 {
    font-size: 2rem;
  }
}

.price_section .option_contents .container {
  display: grid;
  width: 90%;
  margin: 4.8rem auto 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

.price_section .option_contents .container .box {
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  flex-basis: 24.4%;
  padding-bottom: 3.2rem;
}

.price_section .option_contents .container .box .ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1.9rem 0;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .ttl {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}

.price_section .option_contents .container .box .explane {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding-top: 3rem;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .explane {
    padding-top: 2rem;
    font-size: 1.1rem;
  }
}

.price_section .option_contents .container .box .price {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 10;
  width: fit-content;
  margin: 1.8rem auto 0;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price {
    font-size: 2.4rem;
  }
}

.price_section .option_contents .container .box .price::before {
  content: "";
  width: 100%;
  height: 12px;
  border-radius: 2rem;
  background: #FFF621;
  position: absolute;
  z-index: -1;
  bottom: -2px;
}

.price_section .option_contents .container .box .price span {
  font-size: 2.4rem;
  padding-left: 0.5rem;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price span {
    font-size: 1.4rem;
  }
}

.price_section .option_contents .container .box .price.only {
  padding-top: 2.2rem;
}

@media screen and (max-width: 599px) {
  .price_section .option_contents .container .box .price.only {
    padding-top: 1.6rem;
  }
}

.price_section .img {
  width: 25px;
  margin: 10rem auto 0;
}

/*---------------------------------------------
              広告運用サポート support
----------------------------------------------*/
.support .bg-gry02 {
  background: #F5F5F5 url(../images/bg-dot.png) repeat;
  padding: 5.6rem 0 7rem;
  animation: bgDotFlow 28s linear infinite;
}

.support {
  position: relative;
  margin-top: -100px;
}

.support .bgimg {
  width: 100%;
  height: clamp(72px, 9vw, 140px);
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(90deg, #f1f6f9, #f6f9fb);
}

.support .bgimg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.support .section_ttl {
  text-align: left;
}

.support .container {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

@media screen and (max-width: 599px) {
  .support .container {
    flex-direction: column;
    gap: 0;
  }
}

.support .container .box {
  flex: 0 0 46%;
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .support .container .box {
    margin-top: 0;
  }
}

.support .support-illustration {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 2.4rem;
  box-shadow: 0 18px 42px rgba(26, 35, 65, 0.22);
  display: block;
}

.support .container .box-r {
  flex: 1;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .support .container .box-r {
    padding: 4rem 0 0;
  }
}

.support .container .box-r h3 {
  margin-top: 6rem;
  line-height: 1.8;
  justify-self: center;
}

.support .container .box-r h3 span {
  width: fit-content;
  background: #fff;
  font-size: 2.8rem;
  padding: 7px 1rem;
  margin-top: 5px;
}

@media screen and (max-width: 599px) {
  .support .container .box-r h3 span {
    font-size: 2.4rem;
  }
}

.support .container .box-r .txt {
  margin-top: 3rem;
}

.support .container .box-r .txt p {
  line-height: 2;
  font-weight: 500;
  justify-self: center;
}

/*---------------------------------------------
              よくあるご質問 faq
----------------------------------------------*/
.faq .bg-gry {
  padding: 8rem 0;
}

@media screen and (max-width: 599px) {
  .faq .bg-gry {
    padding: 6.4rem 0;
  }
}

.faq .accordion-area {
  width: 76%;
  margin: 11.4rem auto 0;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area {
    width: 100%;
    margin-top: 7rem;
  }
}

.faq .accordion-area li:last-child .title {
  border-bottom: 1px dotted #989898;
}

.faq .accordion-area .title {
  border-top: 1px dotted #989898;
  padding: 3rem 2rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title {
    padding: 2rem 2rem 2rem 1rem;
  }
}

.faq .accordion-area .title p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title p {
    font-size: 1.4rem;
  }
}

.faq .accordion-area .title span {
  width: 27px;
  height: 27px;
  border: 1px solid #01C87C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title span {
    right: 5px;
  }
}

.faq .accordion-area .title::before,
.faq .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #01C87C;
  transition: 0.3s;
}

@media screen and (max-width: 599px) {

  .faq .accordion-area .title::before,
  .faq .accordion-area .title::after {
    width: 10px;
  }
}

.faq .accordion-area .title::before {
  transform: rotate(90deg);
  right: 3.5%;
  top: 49%;
}

@media screen and (max-width: 1100px) {
  .faq .accordion-area .title::before {
    right: 4.5%;
  }
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title::before {
    right: 10px;
  }
}

.faq .accordion-area .title::after {
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .faq .accordion-area .title::after {
    right: 4.5%;
  }
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title::after {
    right: 10px;
  }
}

.faq .accordion-area .title span {
  border-radius: 50%;
  color: #01C87C;
  border: 1px solid #01C87C;
  width: 27px;
  height: 27px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title span {
    width: 20px;
    height: 20px;
  }
}

.faq .accordion-area .title.close::before {
  transform: rotate(0deg);
}

.faq .accordion-area .title.close::after {
  opacity: 0;
  transform: rotate(90deg);
}

.faq .accordion-area .box {
  background: #F6F7F9;
  padding: 3.4rem 2rem;
  display: none;
  /*はじめは非表示*/
}

.faq .accordion-area .box p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .box p {
    font-size: 1.4rem;
  }
}

.faq .accordion-area:last-child .box {
  border-bottom: 1px dotted #989898;
}

/*---------------------------------------------
              お問い合わせ contact
----------------------------------------------*/
.contact {
  padding: 16rem 0 0;
}

@media screen and (max-width: 599px) {
  .contact {
    padding: 8rem 0 0;
  }
}

@media screen and (max-width: 599px) {
  .contact .contact-form {
    margin-top: 6.4rem;
    padding: 0;
  }
}

.contact .contact-form p {
  font-weight: 500;
  font-size: 1.8rem;
}

/*---------------------------------------------
              footer フッター
----------------------------------------------*/
footer {
  margin-top: 0;
  background: #f0f4f6;
  border-top: 1px solid #d7dee7;
  padding: 2.4rem 4rem;
}

@media screen and (max-width: 599px) {
  footer {
    padding: 1.6rem 1rem;
  }
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

footer .container .logo_footer {
  flex: 0 0 auto;
}

@media screen and (max-width: 599px) {
  footer .container .logo_footer {
    width: 100%;
    text-align: center;
  }
}

footer .container .logo_footer .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

footer .container .logo_footer .site-logo__icon svg {
  width: 50px;
  height: 50px;
}

footer .container .logo_footer .site-logo__text {
  color: #1c2230;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 599px) {
  footer .container .logo_footer .site-logo__text {
    font-size: 2rem;
  }
}

footer .container .footer-copy {
  color: #68758f;
  font-size: 1.5rem;
  font-family: din-2014, sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  footer .container .footer-copy {
    font-size: 1.2rem;
    white-space: normal;
    text-align: center;
  }
}

footer .container .footer-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}

footer .container .footer-links a {
  color: #2e3d5a;
  font-size: 1.2rem;
  font-weight: 500;
}

footer .container .footer-links a:hover {
  color: #d9921d;
}

footer .container .footer-offices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

footer .container .footer-office {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-left: 4px solid #f39c12;
  border-radius: 1.2rem;
  padding: 1.2rem 1.4rem;
}

footer .container .footer-office__name {
  color: #1c2230;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

footer .container .footer-office__address {
  margin-top: 0.5rem;
  color: #41506b;
  font-size: 1.1rem;
  line-height: 1.7;
}

@media screen and (max-width: 1100px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  footer .container .footer-links {
    gap: 1.8rem;
    flex-wrap: wrap;
  }

  footer .container .footer-links a {
    font-size: 1.5rem;
  }

  footer .container .footer-offices {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 599px) {
  footer .container {
    align-items: center;
  }

  footer .container .footer-links {
    justify-content: center;
    width: 100%;
    row-gap: 0.8rem;
    column-gap: 1.4rem;
  }

  footer .container .footer-links a {
    font-size: 1.3rem;
  }

  footer .container .footer-office {
    width: 100%;
    padding: 1rem 1.2rem;
  }

  footer .container .footer-office__name {
    font-size: 1.4rem;
  }

  footer .container .footer-office__address {
    font-size: 1.25rem;
  }
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeLeft {
  animation: 0.5s ease-out fadeLeftAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight {
  animation: 0.5s ease-out fadeRightAnime;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time1 {
  animation-delay: 1s;
}

.thanks {
  min-height: 92vh;
}

.thanks .thanks_messe {
  font-size: 3rem;
  text-align: center;
  margin-top: 8rem;
  color: #01C87C;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .thanks .thanks_messe {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.thanks .thanks_messe.error {
  color: #1F1440;
  font-size: 2.8rem;
}

.thanks .thanks_messe.error span {
  color: #01C87C;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .thanks .thanks_messe.error {
    font-size: 2rem;
  }

  .thanks .thanks_messe.error span {
    color: #01C87C;
    font-size: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .thanks .thanks_messe.error {
    font-size: 1.6rem;
  }

  .thanks .thanks_messe.error span {
    color: #01C87C;
    font-size: 4.8rem;
    line-height: 1.4;
  }
}

.thanks .txt p {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .thanks .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.thanks .go-back a {
  width: 50%;
  margin: 5rem auto 0;
  color: #fff;
  text-align: center;
  border-radius: 8rem;
  background: #000;
  padding: 2rem 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .thanks .go-back a {
    width: 80%;
  }
}

.thanks .go-back:not(:first-child) a {
  margin-top: 4rem;
}

@media screen and (max-width: 599px) {
  .thanks .go-back:not(:first-child) a {
    margin-top: 2.4rem;
  }
}

.thanks .to-fastlp a {
  background: #fff;
  border: 2px solid #01C87C;
  color: #01C87C;
}

.contact-form form {
  width: 55%;
  margin: 0 auto;
}

.contact-form form .item {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}

.contact-form form .item .item-l {
  flex-basis: 20%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.4rem;
  padding-left: 1rem;
}

.contact-form form .item .item-l span {
  font-size: 1rem;
  color: red;
  margin-left: 0.4rem;
  vertical-align: top;
}

.contact-form form .item span {
  font-size: 1rem;
  color: red;
  margin-left: 0.4rem;
  vertical-align: top;
}

.contact-form form .item .description {
  color: #777;
  font-size: 1.2rem;
}

.contact-form form .item input,
.contact-form form .item textarea,
.contact-form form .item select {
  background: #f5f5f5;
  padding: 1.6rem 2rem;
  border-radius: 6px;
  font-size: 1.8rem;
}

.contact-form form .item textarea {
  resize: none;
  flex-basis: 70%;
}

.contact-form form .item-short input {
  flex-basis: 50%;
}

.contact-form form .select {
  position: relative;
}

.contact-form form .select select {
  flex-basis: 50%;
  cursor: pointer;
}

.contact-form form .select::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/triangle.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 74%;
  transform: translateY(-50%);
}

.contact-form form .select::before {
  content: "";
  width: 1px;
  height: 38px;
  background: #bebebe;
  background-size: contain;
  position: absolute;
  right: 12%;
  top: 73%;
  transform: translateY(-50%);
}

.contact-form form .submitBtn {
  position: relative;
  width: 80%;
  margin: 4rem auto 0;
  border-radius: 6px;
  transition: 0.3s;
}

.contact-form form .submitBtn input[type=submit] {
  padding: 2.4rem 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.contact-form form .submitBtn::after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.contact-form form .submitBtn:hover {
  transform: scale(0.97);
  opacity: 1;
}

@media screen and (max-width: 599px) {
  .contact-form form {
    width: 90%;
  }
}

.contact-form .submitBtn {
  position: relative;
  width: 90%;
  margin: 6.4rem auto 0;
  border-radius: 6px;
  transition: 0.3s;
  border-radius: 40px;
  background: #000;
}

@media screen and (max-width: 599px) {
  .contact-form .submitBtn {
    width: 100%;
    margin-top: 4rem;
  }
}

.contact-form .submitBtn input[type=submit] {
  padding: 2.4rem 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .contact-form .submitBtn input[type=submit] {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.contact-form .submitBtn:hover {
  transform: scale(0.97);
  opacity: 1;
}

@media screen and (max-width: 599px) {
  form {
    width: 100%;
  }
}

/* ----------------------------------------
20240521 料金表の修正
-----------------------------------------*/
.price_section .price-table {
  margin-top: 4rem;
  width: 100%;
}

.price_section table {
  border-radius: 10px;
  width: 55%;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 599px) {
  .price_section table {
    width: 100%;
  }
}

.price_section table tr th,
.price_section table tr td {
  padding: 20px;
}

.price_section table tr th {
  width: 30%;
  background: #F0F4F6;
  text-align: center;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-weight: 400;
  vertical-align: middle;
}

.price_section table tr th:first-child {
  border-radius: 10px 0 0 0;
}

.price_section table tr th:last-child {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 599px) {
  .price_section table tr th {
    font-size: 1.4rem;
    width: 35%;
    padding: 2rem 10px;
  }
}

.price_section table tr td {
  width: 70%;
  text-align: center;
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  .price_section table tr td {
    width: 65%;
  }
}

.price_section table tr td span {
  font-size: 1.6rem;
  margin-left: 6px;
}

.price_section table tr:nth-child(even) td {
  background: #f7f7f7;
}

.price_section table tr:last-child th {
  border-bottom: 0;
}

.bound.in_kv {
  width: 530px;
  height: 20px;
}

.bound.in_kv .messe {
  animation: bound-anim 1.8s infinite;
}

@media screen and (max-width: 1100px) {
  .bound.in_kv {
    width: 455px;
  }
}

@media screen and (max-width: 880px) {
  .bound.in_kv {
    width: 475px;
  }
}

@media screen and (max-width: 599px) {
  .bound.in_kv {
    width: 100%;
  }

  .bound.in_kv .messe {
    text-align: center;
  }
}

@keyframes bound-anim {
  0% {
    top: 0;
    transform: scale(1);
  }

  50% {
    top: 0;
    transform: scale(1);
  }

  70% {
    top: -15%;
  }

  85% {
    transform: scale(1);
  }

  95% {
    top: 0;
    transform: scale(1.04, 0.95);
  }

  100% {
    top: 0;
    transform: scale(1);
  }
}

/* ----------------------------------------
コンテンツ追加
-----------------------------------------*/
.ttl {
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .ttl {
    font-size: 5vw;
  }
}

.results {
  width: 90%;
  padding: 11.11vw 0;
  max-width: 1286px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .results {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 599px) {
  .results {
    width: 95%;
  }
}

.results .ttl .mini {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.results .ttl .mini img {
  width: 20px;
  height: 26px;
}

.results .results_container {
  display: flex;
  justify-content: center;
  gap: 0.7vw;
  margin-top: 4.8rem;
}

@media screen and (max-width: 1100px) {
  .results .results_container {
    flex-wrap: wrap;
    gap: 1.6rem;
  }

  .results .results_container .box {
    max-width: 200px;
  }
}

@media screen and (max-width: 599px) {
  .results .results_container {
    gap: 1rem;
  }

  .results .results_container .box {
    max-width: 170px;
  }
}

.c-reason {
  padding-bottom: 16rem;
}

@media screen and (max-width: 1100px) {
  .c-reason {
    padding-bottom: 10rem;
  }
}

.c-reason .reason_container {
  width: 100%;
  background: #F0F4F6;
  border-radius: 4rem;
  padding: 4.8rem 1rem;
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}

@media screen and (max-width: 1100px) {
  .c-reason .reason_container {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .c-reason .reason_container {
    margin-top: 4rem;
    padding: 2.4rem 1rem;
  }
}

.c-reason .reason_container .reason_box {
  padding: 0 2.08vw;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box {
    align-items: center;
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 599px) {
  .c-reason .reason_container .reason_box {
    gap: 1rem;
    padding: 3rem 1.8rem;
  }
}

.c-reason .reason_container .reason_box::after {
  content: "";
  width: 1px;
  height: 90%;
  background: #BEC8CE;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box::after {
    width: 90%;
    height: 1px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    top: auto;
  }
}

.c-reason .reason_container .reason_box:last-child::after {
  content: none;
}

.c-reason .reason_container .reason_box h3 {
  font: 700 2.4rem/1.4 "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .c-reason .reason_container .reason_box h3 {
    font-size: 2rem;
  }

  .c-reason .reason_container .reason_box h3 br {
    display: none;
  }
}

.c-reason .reason_container .reason_box .img {
  width: 60%;
  margin: 1.4vw auto 1.666vw;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box .img {
    max-width: 220px;
    height: fit-content;
  }
}

.c-reason .reason_container .reason_box p {
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .c-reason .reason_container .reason_box p {
    max-width: 460px;
    text-align: center;
  }
}

.productions {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #F0F4F6 40%, #F0F4F6 100%);
  margin: 16rem 0;
  padding-bottom: 8rem;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .productions {
    margin: 10rem 0;
  }
}

.productions .slick-list {
  padding-right: 0;
  padding-bottom: 4rem;
}

.productions .productions_contents {
  margin-top: 8rem;
}

@media screen and (max-width: 599px) {
  .productions .productions_contents {
    margin-top: 5rem;
  }
}

.productions .productions_contents .slick-slide:first-child {
  margin-left: 0;
  /* 最初のスライドの左マージンなし */
}

.productions .productions_contents .production_box {
  max-width: 500px;
  overflow: visible;
  /* 見切れ部分を表示 */
  padding-left: 1.4vw;
  /* 左側の余白なし */
  padding-right: 1.4vw;
  /* 右側の余白なし */
}

.productions .productions_contents .production_box .img img {
  border-radius: 6px;
}

.productions .productions_contents .production_box .info {
  margin-top: 2.4rem;
}

@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info {
    margin-top: 1rem;
  }
}

.productions .productions_contents .production_box .info .border_bottom {
  padding: 10px 0 8px;
  border-bottom: 1px solid #D9D9D9;
}

.productions .productions_contents .production_box .info dl {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info dl {
    flex-direction: column;
    align-items: flex-start;
  }
}

.productions .productions_contents .production_box .info dl dt {
  background: #fff;
  color: #707070;
  font-size: 1.4rem;
  padding: 5px 2rem;
  border-radius: 1rem;
}

@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info dl dt {
    font-size: 1.2rem;
    padding: 2px 2rem;
  }
}

@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info dl dd {
    font-size: 1.4rem;
  }
}

.productions .productions_contents .production_box .info .url {
  color: #01C87C;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info .url {
    gap: 0;
    font-size: 1.4rem;
    overflow-wrap: break-word;
  }
}

@media screen and (max-width: 599px) {
  .productions .productions_contents .production_box .info .url {
    font-size: 1rem;
  }
}

.productions .productions_contents .production_box .info .url img,
.productions .productions_contents .production_box .info .url span {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 599px) {

  .productions .productions_contents .production_box .info .url img,
  .productions .productions_contents .production_box .info .url span {
    margin-left: 0.5rem;
  }
}

.productions .productions_contents .production_box .info .tag {
  font: 400 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #707070;
}

@media screen and (max-width: 1100px) {
  .productions .productions_contents .production_box .info .tag {
    font-size: 1.2rem;
  }
}

.productions .slick-dots {
  bottom: 0;
  /* スライダーから下の位置 */
  list-style: none;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 2rem;
}

@media screen and (max-width: 599px) {
  .productions .slick-dots {
    margin-top: 3rem;
  }
}

.productions .slick-dots li {
  margin: 0 3px;
}

.productions .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 0;
  /* 数字を非表示 */
  line-height: 0;
  padding: 0;
  transition: background-color 0.3s ease;
}

.productions .slick-dots .slick-active button {
  background: #01C87C;
}

.price_point {
  border-radius: 10px;
  border: 2px solid #01C87C;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(1, 200, 124, 0.13);
  max-width: 668px;
  width: 80%;
  margin: 5.6rem auto 0;
  padding: 3rem;
}

@media screen and (max-width: 599px) {
  .price_point {
    width: 100%;
    margin-top: 3.2rem;
    padding: 2.8rem 2rem;
  }
}

.price_point p {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
  .price_point p {
    font-size: 1.6rem;
  }
}

.maker {
  background: linear-gradient(transparent 60%, #fafb9b 40%);
  padding-bottom: 4px;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  position: absolute;
  bottom: 90px;
  width: 25%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  min-width: 340px;
}

@media screen and (max-width: 599px) {
  .arrow_box {
    width: 83%;
    min-width: auto;
  }
}

.arrow_box .prev-arrow,
.arrow_box .next-arrow {
  display: block;
  width: 45px;
  height: 45px;
  background: #01C87C;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 599px) {

  .arrow_box .prev-arrow,
  .arrow_box .next-arrow {
    width: 40px;
    height: 40px;
  }
}

.arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.arrow_box .prev-arrow::before,
.arrow_box .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #01C87C;
  border-top: 2.5px solid #01C87C;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.comparison-section {
  background:
    radial-gradient(1200px 500px at 50% -20%, rgba(255, 186, 77, 0.08), transparent 55%),
    linear-gradient(180deg, #04102a 0%, #061739 55%, #071c43 100%);
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

.comparison-section .section_ttl span {
  color: #f3b44f;
  letter-spacing: 0.06em;
}

.comparison-section .section_ttl p {
  color: #f5f8ff;
}

.comparison-section .section_ttl::after {
  background: linear-gradient(90deg, #d9921d 0%, #ffc567 100%);
}

.comparison-section .price-table {
  margin-top: 6rem;
  position: relative;
  --company-border-angle: 0deg;
}

.comparison-section .price-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(164, 187, 229, 0.3);
  background: linear-gradient(180deg, #081936 0%, #081c41 100%);
  box-shadow:
    0 20px 40px rgba(2, 10, 27, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.comparison-section .price-table table tr th,
.comparison-section .price-table table tr td {
  padding: 2.6rem 2rem;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(164, 187, 229, 0.16);
  border-bottom: 1px solid rgba(164, 187, 229, 0.16);
}

.comparison-section .price-table table tr:last-child th,
.comparison-section .price-table table tr:last-child td {
  border-bottom: 0;
}

.comparison-section .price-table table tr th:last-child,
.comparison-section .price-table table tr td:last-child {
  border-right: 0;
}

.comparison-section .price-table::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26%;
  width: 37%;
  padding: 6px;
  background: conic-gradient(from var(--company-border-angle), #7d6600 0deg, #ffd766 75deg, #d9921d 150deg, #ffd766 240deg, #fff2b8 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
  animation: companyBorderShift 2s linear infinite;
}

.comparison-section .price-table thead th {
  font-size: 2.2rem;
  font-weight: 700;
  color: #b6c7e6;
  background: linear-gradient(180deg, #081935 0%, #071732 100%);
}

.comparison-section .price-table thead th:first-child {
  width: 26%;
}

.comparison-section .price-table thead th:nth-child(2),
.comparison-section .price-table thead th:nth-child(3) {
  width: 37%;
}

.comparison-section .price-table .our-head {
  color: #d9921d;
  background:
    linear-gradient(180deg, rgba(255, 196, 102, 0.14) 0%, rgba(255, 173, 64, 0.08) 100%),
    #0b1730;
  text-shadow: 0 0 16px rgba(255, 193, 87, 0.22);
}

.comparison-section .price-table .our-head span {
  display: inline-flex;
  margin-left: 1rem;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9921d 0%, #f0b949 100%);
  color: #fffdf8;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.comparison-section .price-table tbody th {
  text-align: left;
  background: #071836;
  color: #f1f6ff;
  font-weight: 700;
}

.comparison-section .price-table tbody td {
  background: #0a1d42;
  color: #cfdaee;
  font-weight: 700;
}

.comparison-section .price-table tbody td:nth-child(2),
.comparison-section .price-table tbody td:nth-child(3),
.comparison-section .price-table thead th:nth-child(2),
.comparison-section .price-table thead th:nth-child(3) {
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  transform-origin: center;
}

.comparison-section .price-table tbody td:nth-child(2):hover,
.comparison-section .price-table tbody td:nth-child(3):hover,
.comparison-section .price-table thead th:nth-child(2):hover,
.comparison-section .price-table thead th:nth-child(3):hover {
  transform: scale(1.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 24px rgba(0, 0, 0, 0.32);
  filter: brightness(1.08);
  z-index: 6;
}

.comparison-section .price-table thead th:nth-child(2),
.comparison-section .price-table tbody td:nth-child(2) {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.comparison-section .price-table tbody .our-col {
  background:
    linear-gradient(180deg, rgba(255, 194, 98, 0.1) 0%, rgba(255, 194, 98, 0.05) 100%),
    #0b1a36;
  color: #f7faff;
}

.comparison-section .price-table tbody .our-col.strong {
  color: #d9921d;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 0 12px rgba(217, 146, 29, 0.22);
}

.comparison-section .price-table tbody tr:last-child td.our-col {
  color: #d9921d;
}

.comparison-section .price-table tbody tr:nth-child(even) td {
  background-color: transparent;
}

.comparison-section .price-table tbody tr:nth-child(even) td:not(.our-col) {
  background: #0a1d42;
}

.comparison-section .price-table tbody tr:nth-child(even) .our-col {
  background:
    linear-gradient(180deg, rgba(255, 194, 98, 0.1) 0%, rgba(255, 194, 98, 0.05) 100%),
    #0b1a36;
}

@property --company-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes companyBorderShift {
  0% {
    --company-border-angle: 0deg;
  }

  100% {
    --company-border-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comparison-section .price-table::before {
    animation: none;
  }
}

@media screen and (max-width: 599px) {
  .comparison-section {
    padding: 8rem 0;
  }

  .comparison-section .price-table {
    margin-top: 4rem;
    overflow: visible;
    --company-border-angle: 0deg;
  }

  .comparison-section .price-table::before {
    display: none;
  }

  .comparison-section .price-table table {
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-section .price-table thead {
    display: none;
  }

  .comparison-section .price-table tbody {
    display: grid;
    gap: 1.2rem;
  }

  .comparison-section .price-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(164, 187, 229, 0.2);
    background: linear-gradient(180deg, #081936 0%, #081c41 100%);
    box-shadow: 0 12px 24px rgba(2, 10, 27, 0.28);
  }

  .comparison-section .price-table tbody tr th,
  .comparison-section .price-table tbody tr td {
    border: 0;
    border-radius: 10px;
  }

  .comparison-section .price-table tbody tr th {
    grid-column: 1 / -1;
    text-align: center;
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.4;
    background: #052d75;
    width: 100%;
  }

  .comparison-section .price-table tbody tr td {
    position: relative;
    padding: 4.5rem 1.1rem 1.2rem;
    font-size: 1.35rem;
    line-height: 1.45;
    text-align: center;
    background: #0a1d42;
    min-height: 8.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comparison-section .price-table tbody tr td:nth-child(2)::before,
  .comparison-section .price-table tbody tr td:nth-child(3)::before {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    padding: 0.4rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    width: 100px;
  }

  .comparison-section .price-table tbody tr td:nth-child(2)::before {
    content: "当社";
    background: #d9921d;
    color: #fff;
  }

  .comparison-section .price-table tbody tr td:nth-child(3)::before {
    content: "一般的な代行";
    background: rgba(173, 192, 225, 0.2);
    color: #d2def2;
  }

  .comparison-section .price-table tbody .our-col {
    background:
      linear-gradient(180deg, rgba(255, 194, 98, 0.12) 0%, rgba(255, 194, 98, 0.06) 100%),
      #0b1a36;
    color: #f7faff;
  }

  .comparison-section .price-table tbody .our-col.strong {
    font-size: 1.9rem;
    line-height: 1.35;
    width: 100%;
  }

  .comparison-section .price-table table tr td:last-child {
    width: 100%;
  }

  .comparison-section .price-table tbody tr:last-child td.our-col {
    width: 100%;
  }

  .comparison-section .price-table table {
    border-radius: 0px;
  }

  .comparison-section .price-table tbody td:nth-child(2),
  .comparison-section .price-table tbody td:nth-child(3),
  .comparison-section .price-table thead th:nth-child(2),
  .comparison-section .price-table thead th:nth-child(3) {
    transform: none;
    transition: none;
  }

  .comparison-section .price-table tbody td:nth-child(2):hover,
  .comparison-section .price-table tbody td:nth-child(3):hover,
  .comparison-section .price-table thead th:nth-child(2):hover,
  .comparison-section .price-table thead th:nth-child(3):hover {
    transform: none;
    box-shadow: none;
    filter: none;
  }
}

.price_section#package {
  padding: 11rem 0;
  position: relative;
  overflow: hidden;
}

.price_section#package::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 380px at 20% -10%, rgba(1, 200, 124, 0.08), transparent 60%),
    radial-gradient(900px 380px at 80% -10%, rgba(217, 146, 29, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.price_section#package .wrapper {
  position: relative;
  z-index: 1;
}

.price_section#package .package-cards {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.price_section#package .package-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid #d5deea;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  box-shadow: 0 14px 34px rgba(7, 22, 50, 0.08);
  padding: 3.4rem 3rem 3rem;
}

.price_section#package .package-card__label {
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #6f7d97;
  text-align: center;
}

.price_section#package .package-card h3 {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}

.price_section#package .package-card__price {
  margin-top: 1.6rem;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #071b40;
  line-height: 1;
}

.price_section#package .package-card__price span {
  margin-left: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2a3752;
}

.price_section#package .package-card__list {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.price_section#package .package-card__list li {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #1f2f4d;
}

.price_section#package .package-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #01c87c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

.price_section#package .package-card__note {
  margin-top: 2.2rem;
  padding-top: 1.8rem;
  border-top: 1px dashed #c6d0dd;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #5f6f8b;
}

.price_section#package .package-card--primary {
  border: 5px solid #d9921d;
  background:
    linear-gradient(180deg, rgba(7, 28, 67, 0.88) 0%, rgba(7, 22, 50, 0.88) 100%),
    rgba(7, 22, 50, 0.92);
  box-shadow: 0 16px 36px rgba(7, 22, 50, 0.22);
  overflow: hidden;
}

.price_section#package .package-card--primary h3,
.price_section#package .package-card--primary .package-card__price,
.price_section#package .package-card--primary .package-card__price span,
.price_section#package .package-card--primary .package-card__list li,
.price_section#package .package-card--primary .package-card__label {
  color: #f4f8ff;
  position: relative;
  z-index: 1;
}

.price_section#package .package-card--primary .package-card__list li::before {
  color: #d9921d;
}

.price_section#package .package-card--primary .package-card__price {
  color: #d9921d;
}

.price_section#package .package-card--primary .package-card__badge {
  position: absolute;
  top: 14px;
  right: 22px;
  background: #d9921d;
  color: #fff;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .price_section#package .package-cards {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 599px) {
  .price_section#package {
    padding: 8rem 0;
  }

  .price_section#package .package-cards {
    margin-top: 4.6rem;
    gap: 1.8rem;
  }

  .price_section#package .package-card {
    padding: 2.6rem 2rem 2.4rem;
    border-radius: 16px;
  }

  .price_section#package .package-card h3 {
    font-size: 4vw;
  }

  .price_section#package .package-card__price {
    font-size: 10vw;
  }

  .price_section#package .package-card__price span {
    font-size: 2rem;
  }

  .price_section#package .package-card__list li {
    font-size: 1.6rem;
  }

  .price_section#package .package-card--primary::after {
    width: 130px;
    height: 130px;
    top: -10px;
    right: -6px;
    opacity: 0.2;
  }
}

/* FAQ modern effect overrides */
.faq .bg-gry {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 420px at 8% -12%, rgba(1, 200, 124, 0.12), transparent 62%),
    radial-gradient(1000px 380px at 92% -14%, rgba(243, 156, 18, 0.12), transparent 62%),
    linear-gradient(135deg, #f4f8fb 0%, #eef3f7 48%, #f7fafc 100%);
  background-size: 200% 200%;
  animation: faqBgShift 16s ease-in-out infinite;
}

.faq .bg-gry::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(20, 33, 61, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.32;
  pointer-events: none;
}

.faq .bg-gry .wrapper {
  position: relative;
  z-index: 1;
}

.faq .accordion-area li {
  margin-bottom: 1.6rem;
}

.faq .accordion-area li:last-child {
  margin-bottom: 0;
}

.faq .accordion-area .title {
  border: 1px solid rgba(1, 200, 124, 0.2);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.faq .accordion-area li:last-child .title {
  border-bottom: 1px solid rgba(1, 200, 124, 0.2);
}

.faq .accordion-area .title:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(21, 34, 59, 0.12);
  border-color: rgba(1, 200, 124, 0.38);
}

.faq .accordion-area .title p {
  transition: color 0.25s ease;
}

.faq .accordion-area .title:hover p,
.faq .accordion-area .title.close p {
  color: #0f2b45;
}

.faq .accordion-area .title span {
  background: rgba(255, 255, 255, 0.95);
  border-width: 1.5px;
  box-shadow: 0 6px 16px rgba(1, 200, 124, 0.18);
}

.faq .accordion-area .title::before {
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.faq .accordion-area .title::after {
  right: 2.8rem;
  top: 50%;
}

.faq .accordion-area .title.close {
  border-color: rgba(1, 200, 124, 0.45);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 252, 246, 0.95));
  box-shadow: 0 14px 26px rgba(16, 34, 63, 0.12);
}

.faq .accordion-area .box {
  margin-top: 0.8rem;
  border: 1px solid rgba(1, 200, 124, 0.16);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(19, 33, 59, 0.08);
}

.faq .accordion-area:last-child .box {
  border-bottom: 1px solid rgba(1, 200, 124, 0.16);
}

.faq .accordion-area .title.close+.box {
  animation: faqAnswerIn 0.35s ease both;
}

@keyframes faqBgShift {
  0% {
    background-position: 0% 40%;
  }

  50% {
    background-position: 100% 60%;
  }

  100% {
    background-position: 0% 40%;
  }
}

@keyframes faqAnswerIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1100px) {

  .faq .accordion-area .title::before,
  .faq .accordion-area .title::after {
    right: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .faq .accordion-area .title {
    border-radius: 1.4rem;
  }

  .faq .accordion-area .box {
    border-radius: 1.2rem;
  }

  .faq .accordion-area .title::before,
  .faq .accordion-area .title::after {
    right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .faq .bg-gry,
  .faq .accordion-area .title,
  .faq .accordion-area .title p,
  .faq .accordion-area .box {
    animation: none;
    transition: none;
  }
}

/*---------------------------------------------
              contact intake form
----------------------------------------------*/
.contact-intake {
  background: #F5F5F5 url(../images/bg-dot.png) repeat;
  padding: 9rem 0 10rem;
  animation: bgDotFlow 28s linear infinite;
}

.contact-intake__title {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #2f3135;
}

.contact-intake__lead {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #2f3135;
  font-weight: 600;
}

.contact-intake__form {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 3.6rem;
}

.contact-intake__field {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-intake__field--full {
  grid-column: 1/-1;
}

.contact-intake__label {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #2f3135;
}

.contact-intake__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.2rem;
  height: 3.8rem;
  border-radius: 999px;
  background: #d9d9d9;
  color: #4b4b4b;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 1.6rem;
}

.contact-intake__badge--required {
  background: #ff6400;
  color: #fff;
}

.contact-intake__field input,
.contact-intake__field textarea {
  width: 100%;
  border: 2px solid #9b9b9b;
  border-radius: 8px;
  background: #f3f3f3;
  padding: 1.4rem 1.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #2f3135;
}

.contact-intake__field input::placeholder,
.contact-intake__field textarea::placeholder {
  color: #bcbcbc;
}

.contact-intake__field textarea {
  min-height: 28rem;
  resize: vertical;
}

.contact-intake__field input:focus,
.contact-intake__field textarea:focus {
  outline: none;
  border-color: #6f6f6f;
}

.contact-intake__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  gap: 1.2rem;
}

.contact-intake__submit {
  width: 100%;
  max-width: 42rem;
  border-radius: 999px;
  background: #ff6400;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1.8rem 2rem;
  border: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-intake__submit:hover {
  background: #e55a00;
  transform: translateY(-1px);
}

.contact-intake__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.contact-intake__status {
  min-height: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #2f3135;
}

.contact-intake__status.is-error {
  color: #c53100;
}

.contact-intake__status.is-success {
  color: #0f7c47;
}

@media screen and (max-width: 1100px) {
  .contact-intake {
    padding: 7rem 0 8rem;
  }

  .contact-intake__title {
    font-size: 3.8rem;
  }

  .contact-intake__lead {
    font-size: 2.6rem;
  }

  .contact-intake__label {
    font-size: 3.1rem;
  }

  .contact-intake__badge {
    min-width: 7rem;
    height: 3.4rem;
    font-size: 1.9rem;
  }

  .contact-intake__field input,
  .contact-intake__field textarea {
    font-size: 2.8rem;
  }

  .contact-intake__submit {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-intake {
    padding: 5.6rem 0 6.4rem;
  }

  .contact-intake__title {
    font-size: 2.2rem;
  }

  .contact-intake__lead {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .contact-intake__form {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .contact-intake__field {
    gap: 1rem;
  }

  .contact-intake__label {
    font-size: 1.4rem;
    gap: 0.8rem;
  }

  .contact-intake__badge {
    min-width: 5rem;
    height: 2.6rem;
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }

  .contact-intake__field input,
  .contact-intake__field textarea {
    font-size: 2rem;
    padding: 1.4rem 1.5rem;
    border-width: 1px;
  }

  .contact-intake__field textarea {
    min-height: 20rem;
  }

  .contact-intake__submit {
    max-width: 100%;
    font-size: 1.8rem;
    padding: 1.4rem 1.2rem;
  }

  .contact-intake__status {
    font-size: 1.4rem;
  }
}

.footer-bottom-bar {
  background: #1c2230;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem 1.2rem;
}

.footer-bottom-bar .footer-copy {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: din-2014, sans-serif;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  .footer-bottom-bar {
    padding: 1rem 0.8rem;
  }

  .footer-bottom-bar .footer-copy {
    font-size: 1.1rem;
    white-space: normal;
    line-height: 1.4;
  }
}