@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  padding-inline-start: 0;
  margin-inline-start: 0;
  line-height: normal;
  text-decoration: none;
  color: unset;
}

ul {
  list-style: none;
}

/*|\|\|\|\|\|\|\|\|\
    Variables
|\|\|\|\|\|\|\|\|\*/
:root {
  --primary-color: #00a0e9;
  --accent-color: #f16c10;
  --primary-light: #bce6f7;
  --secondary-light: #e1f4fc;
  --primary-dark: #196787;
  --flex-gap: 3rem;
  --min-width: 320px;
  --text-size: clamp(14px, 1.2vw, 16px);
  --text-sm: 0.8rem;
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

:root {
  /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
  --primary: #ff6a3e;
  --primaryLight: #ffba43;
  --secondary: #ffba43;
  --secondaryLight: #ffba43;
  --headerColor: #f16c10;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;
  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  /* prevents padding from affecting height and width */
  box-sizing: border-box;
}

/*|\|\|\|\|\|\|\|\|\
    Typography
|\|\|\|\|\|\|\|\|\*/
body {
  font-size: var(--text-size);
}

main h3,
main h4,
main p {
  margin: 0.6rem 0 0.2rem 0;
}
main h2 {
  font-size: 1.8rem;
  margin: 10px 0;
  font-weight: bolder;
}
main h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
main h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
main p {
  font-size: 1rem;
}
main a:hover {
  opacity: 1;
}

/*|\|\|\|\|\|\|\|\|\
    Animations
|\|\|\|\|\|\|\|\|\*/
@keyframes makersScroll {
  to {
    transform: translate3d(calc(-1 * var(--scroll-width)), 0, 0);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes peekFlip {
  0%, 100% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(12deg);
  }
  70% {
    transform: rotateY(0deg);
  }
}
/*|\|\|\|\|\|\|\|\|\
    Utilities
|\|\|\|\|\|\|\|\|\*/
.order-container {
  display: block;
}

/* ADD <wbr> where you want wraping*/
.keep-all {
  word-break: keep-all !important;
}

/*|\|\|\|\|\|\|\|\|\
    Button Styles
|\|\|\|\|\|\|\|\|\*/
.cs-button-solid {
  font-size: 1rem;
  line-height: 3.5em;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  width: auto;
  margin: 0;
  color: #fff;
  padding: 0 3rem;
  border-radius: 6.25rem;
  overflow: hidden;
  background-color: #f16c10;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.cs-button-solid:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  background: #f83232;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
}
.cs-button-solid:hover {
  color: #fff;
}
.cs-button-solid:hover:before {
  width: 100%;
}
.cs-button-solid.btn-outline {
  color: #f16c10;
  border: 1px solid #f16c10;
  background-color: unset;
}

.content {
  margin-bottom: 0px;
}

.l-fl-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.outer-container {
  width: 100%;
  margin: auto;
  padding: 20px 5% 60px 5%;
  box-sizing: border-box;
  text-align: center;
}

.outer-container > * {
  max-width: 1000px;
  margin: auto;
}

.exception > * {
  max-width: 1200px;
}

.hero-mb,
.main-nav .mb {
  display: none;
}

.cta,
.cta1,
.cta-off,
.main-cta {
  display: inline-block;
  max-width: 340px;
  background-color: var(--accent-color);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 0.7rem 2.4rem;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  margin: auto 0.4rem;
  line-height: 1.2rem;
}

.cta1 {
  background: linear-gradient(to right, #6bd4ff, #009fe0);
  margin-top: 10px;
}

.cta:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
  color: white;
}

.cta::after,
.cta1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: skewX(-20deg);
  transition: 0.5s;
}

.cta:hover::after,
.cta1:hover::after {
  left: 150%;
}

.cta1:hover {
  color: white;
  box-shadow: 0 0 8px var(--primary-color), 0 0 20px white;
}

.cta-off:hover {
  color: white;
}

.cta-off {
  background-color: #868686;
}

.cta-group {
  margin-top: 20px;
  margin-bottom: 40px;
}

.caption {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto;
  margin-bottom: 40px;
  padding: 2px;
}

.caption-v {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 4px;
  color: white;
}

.caption-v img {
  height: 100%;
}

.caption-v .mb {
  display: none;
  height: 2rem;
}

.mt-48 {
  margin-top: 48px;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: var(--primary-color);
  padding: 0.5rem 3rem 1rem 3rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.main-logo img {
  max-height: 60px;
  width: auto;
}

.main-nav ul {
  font-size: 0.8rem;
  margin-top: 10px;
  gap: 2rem;
}

.main-nav a {
  font-weight: bold;
  color: white;
}

.main-nav ul a:hover {
  text-decoration: underline;
}

.header-contacts {
  gap: 0;
  justify-content: flex-end;
}
.header-contacts.l-fl-wr {
  justify-content: space-between;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 140px;
}
.header-phone a {
  font-size: clamp(1rem, 0.429rem + 2.536vw, 2rem) !important;
}

.header-phone img {
  height: 26px;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.2s;
}

.hero {
  padding-top: 0px;
}

.hero .upper-part {
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}

.hero-img-dt,
.hero-left {
  width: 50%;
}

.hero-left {
  margin-top: 120px;
}

.hero-left > * {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.hero-3points {
  display: flex;
  justify-content: space-between;
}

.hero-3points img {
  width: 30%;
}

.hero-mb {
  background-image: url("img-metalp/hero-bg-mb.png");
  padding-top: 6rem;
  text-align: center;
}

.hero-mb .new-printers-img {
  display: block;
  max-width: 90%;
  margin: 1rem auto;
}

.hero-mb .OFF-img {
  max-width: 95%;
  margin-bottom: 2rem;
}

.hero-mb .makers-marquee {
  box-sizing: border-box;
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.8);
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  gap: 0;
}

.hero-mb .makers-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  --scroll-width: 1000px;
  animation: makersScroll 30s linear infinite;
}

.hero-mb .makers-set {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  gap: 2rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.hero-mb .makers-set img {
  height: 16px;
  width: auto;
  flex: 0 0 auto;
  display: block;
}

.hero-mb .makers-set .bbb-s {
  height: 22px;
}

.hero-mb .makers-set .bb-s {
  height: 20px;
}

.hero-mb h1 {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  background-color: var(--accent-color);
  color: #ffffff;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
}

.hero-mb h2 {
  margin: 0;
  background: linear-gradient(0deg, #e20000, #ff8836);
  color: #ffffff;
  font-size: larger;
  padding: 0.5rem 0;
}

#productsCards .card {
  position: relative;
  max-width: 80%;
  perspective: 1000px;
  margin: 1.8rem 1.5rem 1rem;
  scroll-snap-align: center;
}
#productsCards .card figure {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#productsCards .card.is-flipped .card-inner {
  --flip: 180;
}
#productsCards .card-inner {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  --peek: 0;
  --flip: 0;
  transform: translateZ(0) rotateY(calc((var(--peek) + var(--flip)) * 1deg));
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
  width: 280px;
  height: 400px;
}
#productsCards .card-front,
#productsCards .card-back {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 0.8rem 0.8rem;
}
#productsCards .discount {
  position: absolute;
  top: -20px;
  right: -16px;
  background: #dc0e0e;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(230, 57, 70, 0.4);
  border-radius: 50%;
  padding: 15px;
  line-height: 1rem;
  transform: rotate(10deg);
  font-size: smaller;
}
#productsCards .discount span {
  font-weight: bolder;
  font-size: large;
}

/*-- -------------------------- -->
<---         TEST          -->
<--- -------------------------- -*/
a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a,
a .caption,
input {
  transition-property: background-color, color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

main *,
main ::before,
main ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0px;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

main a {
  transition: 0.3s;
}

main img {
  max-width: 100%;
  vertical-align: bottom;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  padding-inline-start: 0px;
  margin-inline-start: 0px;
  line-height: normal;
  text-decoration: none;
  color: unset;
}

main h3,
main h4,
main p {
  margin: 0.6rem 0px 0.2rem;
}

main h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

main h4 {
  font-size: 1.3rem;
  font-weight: bold;
}

main p {
  font-size: 1rem;
}

@media (max-width: 768px) {
  main h3 {
    font-size: 1.2rem;
  }
  main h3,
  main h4 {
    font-size: 1.1rem;
  }
}
.l-fl-wr {
  display: flex;
  flex-wrap: wrap;
  gap: rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-fl-wr {
    gap: 1rem;
  }
}
.products {
  background-image: url("img-metalp/products-bg.svg");
  padding: 20px 5% 60px;
  text-align: center;
}

.products .products-content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products .products-caption {
  max-width: 80%;
  margin: 1.4rem 0rem 1rem;
}

.products .dots {
  display: none;
}

.card {
  position: relative;
  max-width: 80%;
  perspective: 1000px;
  margin: 1.8rem 1.5rem 1rem;
  scroll-snap-align: center;
}

.card p {
  margin: 0px;
}

.card .sm-t {
  font-size: 1rem;
  color: grey;
}

.card .price {
  text-decoration: line-through;
  color: rgb(80, 80, 80);
  margin-bottom: 0.2rem;
}

.card .description {
  font-size: smaller;
  color: grey;
}

.card .products-cta {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: rgb(220, 14, 14);
  padding: 0.5rem 1.2rem;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  line-height: 1rem;
}

.card figure {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-inner {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
  --peek: 0;
  --flip: 0;
  transform: translateZ(0) rotateY(calc((var(--peek) + var(--flip)) * 1deg));
  transition: transform 0.6s;
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
  width: 280px;
  height: 400px;
}

.card-front,
.card-back {
  position: absolute;
  backface-visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 0.8rem 0.8rem;
}

.card-front img {
  max-height: 180px;
}

.card-back {
  transform: rotateY(180deg);
}

.card-back img {
  width: 100%;
}

.card-back p {
  text-align: left;
}

.card-hint {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(255, 226, 153);
  color: rgb(98, 74, 33);
  border-radius: 10px 0px;
  padding: 2px 10px;
  font-size: small;
}

.discount {
  position: absolute;
  top: -20px;
  right: -16px;
  background: rgb(220, 14, 14);
  color: rgb(255, 255, 255);
  box-shadow: rgba(230, 57, 70, 0.4) 0px 4px 8px;
  border-radius: 50%;
  padding: 15px;
  line-height: 1rem;
  transform: rotate(10deg);
  font-size: smaller;
}

.discount span {
  font-weight: bolder;
  font-size: large;
}

@media (max-width: 759px) {
  .card {
    margin: 1.8rem 0.8rem 1rem;
  }
  .card-inner {
    width: 250px;
    height: 390px;
  }
}
@media (max-width: 615px) {
  .products {
    padding: 8% 0px;
  }
  .products .products-caption {
    margin: 0px;
  }
  .products .products-content {
    padding: 0px 64px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .products .dots {
    display: block;
    margin: 0px;
  }
  .products .card.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
  .products .card {
    margin: 1.8rem 0.8rem 1rem;
    transition: transform 0.4s, opacity 0.4s;
    transform: scale(0.85);
    opacity: 0.6;
  }
  .card:not(.is-flipped):not(.was-flipped).is-active .card-inner {
    animation: 1s ease 0s 1 normal none running peekFlip;
  }
}
@media (max-width: 615px) {
  .products {
    position: relative;
  }
  .products .dots {
    display: block;
    margin: 8px 0 0;
    font-size: 20px;
    color: #666;
    letter-spacing: 0.06em;
    animation: swipeHintPulse 1.4s ease-in-out infinite;
  }
  /* subtle edge fade = "more content sideways" cue */
  .products .products-content {
    position: relative;
  }
  .products .products-content::before,
  .products .products-content::after {
    content: "";
    position: sticky;
    top: 0;
    width: 22px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }
  .products .products-content::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
  }
  .products .products-content::after {
    right: 0;
    margin-left: auto;
    background: linear-gradient(to left, #fff, transparent);
  }
}
@keyframes swipeHintPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.reasons {
  background-color: var(--secondary-light);
}
.reasons p {
  margin-bottom: 0;
}
.reasons .caption {
  background-image: url("img-metalp/WHY-US.svg");
}
.reasons li {
  margin-top: 40px;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.reasons .content {
  text-align: left;
  max-width: 30%;
  min-width: var(--min-width);
}
.reasons .content img {
  height: 40px;
}
.reasons .makers {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.reasons .makers > *,
.reasons .awards {
  display: flex;
  justify-content: flex-end;
  gap: 1.4rem;
}
.reasons .makers > * {
  align-items: center;
}
.reasons .awards {
  align-items: baseline;
}
.reasons .awards img {
  max-width: 10rem;
  min-width: 4rem;
  height: auto;
  margin: clamp(6px, 1.2vw, 16px);
}
.reasons .awards:last-child {
  height: 90%;
}
.reasons .makers img {
  height: 1.1rem;
}
.reasons .makers .b-s {
  height: 1.2rem;
}
.reasons .makers .bb-s {
  height: 1.4rem;
}
.reasons .makers .bbb-s {
  height: 1.6rem;
}
.reasons .video-container {
  width: 32%;
  margin: 0;
  aspect-ratio: 16/9;
  position: relative;
}
.reasons .video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.support .columns li {
  width: 30%;
  min-width: var(--min-width);
  text-align: justify;
}

.support .columns img {
  width: 100%;
  height: auto;
}

.support ul {
  margin-bottom: 40px;
}

.examples {
  background-color: var(--primary-light);
}
.examples ul {
  margin-bottom: 40px;
}
.examples ul li {
  box-sizing: border-box;
  width: 260px;
  background-color: white;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}
.examples ul li .upper-part {
  background-color: var(--secondary-light);
  padding-top: 10px;
  position: relative;
}
.examples ul li .upper-part img {
  height: 120px;
}
.examples ul li .upper-part div {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  background: white;
  color: var(--primary-color);
  padding: 0.4rem 1rem;
}
.examples ul li .down-part {
  padding: 33px;
}
.examples ul li .down-part p {
  text-align: left;
}

.cases {
  background-color: var(--secondary-light);
}
.cases ul {
  margin-bottom: 40px;
  max-width: 860px;
}
.cases li {
  box-sizing: border-box;
  border: 5px solid white;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px 40px;
  display: flex;
  gap: 2rem;
  align-items: center;
  text-align: left;
}
.cases li img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid white;
}
.cases li span {
  font-size: var(--text-sm);
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 0 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.cases li:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.cases li:nth-child(odd) {
  background: var(--primary-light);
}
.cases li:nth-child(even) {
  background: #f1fbff;
}

/*追従cta*/
[id^=follow_cta] {
  transition: 0.3s;
}

[id^=follow_cta].hide {
  transform: translateY(150%);
}

#sp_cta {
  bottom: -150px;
  transition: 0.3s;
}

.follow_cta {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.follow_cta_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  align-items: center;
  max-width: 1000px;
  text-align: center;
}

.follow_cta_left {
  color: #fff;
  line-height: 1.5;
}

.follow_cta_right img {
  transition: 0.2s;
}

.follow_cta a {
  background: linear-gradient(to bottom, #ea6103 0%, #fc7c24 100%);
  border-bottom: solid 3px rgba(184, 76, 2, 0.3019607843);
  text-shadow: 0 2px 0 rgba(184, 76, 2, 0.3019607843);
  height: auto;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-direction: column;
  gap: 5px;
  padding: 8px 10px 5px;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
}

.follow_cta a:hover {
  background: linear-gradient(to bottom, #ea6103 0%, #fc7c24 100%);
  filter: brightness(0.9);
}

.follow_cta_right {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.follow_cta .sp_header_cta_bottom {
  font-size: 18px;
}

.follow_cta .sp_header_cta_top {
  font-size: 11px;
}

.follow_contact {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #follow_cta {
    display: none !important;
  }
  #sp_cta.show {
    bottom: 0;
    z-index: 998;
  }
  .follow_cta {
    background-color: transparent;
    padding: 0;
  }
  .follow_cta_wrap {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .follow_cta_left {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5882352941);
    padding: 5px 0 3px;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5607843137);
    paint-order: stroke fill;
  }
  .follow_cta_left span {
    position: relative;
  }
  .follow_cta_left span::before,
  .follow_cta_left span::after {
    content: "";
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #009fe0;
  }
  .follow_cta_left span::before {
    left: -10px;
    transform: rotate(-30deg);
  }
  .follow_cta_left span::after {
    right: -60px;
    transform: rotate(30deg);
  }
  .follow_cta_right {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 4px;
    gap: 10px;
  }
  .follow_cta a {
    gap: 3px;
    padding: 5px 10px 3px;
  }
  .follow_cta_right img {
    max-width: 400px;
    width: 100%;
  }
  .follow_cta .sp_header_cta_bottom {
    font-size: 16px;
  }
  .follow_cta .sp_header_cta_top {
    font-size: 11px;
  }
  .follow_contact {
    font-size: 13px;
  }
  #return_top {
    bottom: 95px !important;
  }
}
@media only screen and (max-width: 430px) {
  .follow_cta_left {
    font-size: 11px;
  }
  #return_top {
    bottom: 90px !important;
  }
}
.flow li {
  max-width: 20%;
  min-width: 200px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.flow li:nth-child(odd) {
  background: var(--secondary-light);
}
.flow li:nth-child(even) {
  background: var(--primary-light);
}
.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: linear-gradient(45deg, #009fe0, #6bd4ff);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.flow li b {
  color: var(--primary-color);
  font-size: 1.4rem;
}
.flow li strong {
  line-height: 3rem;
}
.flow li p {
  margin: 2px;
  text-align: left;
}

.faq {
  background: var(--primary-light);
  margin-bottom: 0;
}
.faq a {
  color: var(--primary-color);
  font-weight: 600;
}
.faq dl div {
  box-sizing: border-box;
  border: white solid 2px;
  max-width: 860px;
  margin: auto;
  background: white;
  border-radius: 20px;
  padding: 1.2rem 4rem 1.2rem 2rem;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.faq dl div::before {
  content: "＋";
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  display: inline-block;
  width: 1.2rem;
}
.faq dl div.open::before {
  content: "−";
}
.faq dl div:hover {
  border: var(--accent-color) solid 2px;
}
.faq dl div.open dd {
  opacity: 1;
  transition: 0.3s;
}
.faq dl dd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.faq dl dt {
  color: var(--primary-color);
  font-weight: bold;
  margin: 0.8rem 0;
}
.faq dl dt span {
  color: var(--accent-color);
  margin-right: 1rem;
}

.company table {
  box-sizing: border-box;
  max-width: 960px;
  margin: auto;
  margin-top: 4rem;
  border-collapse: collapse;
}

.company table tr {
  border-bottom: 1px solid rgb(102, 102, 102);
}

.company table th {
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 3rem;
}

.company table td {
  text-align: left;
  box-sizing: border-box;
  padding: 2rem 0;
}

.company ul {
  list-style: disc;
}

footer {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 40px;
}

footer .info-bg {
  background-image: url("img-metalp/footer_img.jpg");
  margin: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

footer .info .l-fl-wr {
  padding: 0 5%;
  margin-bottom: 20px;
  margin-top: -180px;
}

footer .info .flexbox {
  max-width: 360px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 2.2rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

footer .info .flexbox p {
  font-size: 0.7rem;
}

footer .info .tel p {
  margin: 0.2px 10px;
}

footer .info .tel strong {
  font-size: 1.2rem;
}

footer .info .tel a {
  font-size: 2.5rem;
  color: #003366;
  font-weight: bold;
}

footer .info .tel span {
  color: #fff;
  background-color: #666;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
}

footer .logo .l-fl-wr {
  margin: auto;
  margin-bottom: 40px;
  justify-content: space-between;
  padding: 0 5%;
}

footer .logo .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us {
  font-weight: 600;
}

.main-cta {
  padding: 0.7rem 4rem;
  border-radius: 40px;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #ff6a6a, #ff9f43);
  background-size: 300% 300%;
  animation: gradientMove 5s ease-in-out infinite;
  box-shadow: 0 0 15px rgba(255, 120, 80, 0.6), 0 0 30px rgba(255, 120, 80, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.main-cta span {
  font-size: var(--text-sm);
  font-weight: 500;
}

.main-cta:hover {
  box-shadow: 0 0 25px rgba(255, 120, 80, 0.9), 0 0 45px rgba(255, 120, 80, 0.7);
  transform: translateY(-3px);
  color: white;
}

.contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}

.contact-tel .tel {
  border-left: 1px solid #333;
  font-size: 2rem;
  padding-left: 3rem;
  text-align: left;
}

.contact-tel .tel p {
  color: var(--accent-color);
}

.contact_lead,
.contact_tel {
  text-align: center;
  margin-bottom: 40px;
}

.contact_lead .bold,
.contact_tel .bold {
  font-weight: bold;
}

.contact_lead p,
.contact_tel p {
  margin: 0;
  line-height: 2;
}

.contact_lead p + p {
  margin-top: 30px;
}

.contact_lead .red {
  display: block;
  color: #ff3300;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  text-align: center;
}

.contact_lead .red::before,
.contact_lead .red::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #ff3300;
}

.contact_lead .red::before {
  left: -5%;
  transform: rotate(-30deg);
}

.contact_lead .red::after {
  right: -5%;
  transform: rotate(30deg);
}

p.tel_bottom {
  font-size: 40px;
  line-height: 1;
  color: #003366;
}

.tel_bottom a:hover {
  text-decoration: none;
}

.contact_wrap br.sp {
  display: none;
}

.contact_wrap img {
  margin-top: 60px;
}

#contact2025 .contactform-container > .contactform-row {
  text-align: left;
}

.wpcf7 select {
  width: 100%;
  text-align: center;
}

#contact2025 .contact-info_img {
  width: -moz-fit-content;
  width: fit-content;
}

/*-- -------------------------- -->
<---        Why Choose          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-2392 {
    padding: var(--sectionPadding);
    /* 48px - 64px */
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
    background-color: #fbf9f5;
    position: relative;
    z-index: 1;
  }
  #why-2392 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* 48px - 64px */
    gap: 2rem;
  }
  #why-2392 .cs-content {
    /* set text align to center if content needs to be center aligned */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 24px;
    width: 100%;
    max-width: 39.375rem;
    text-align: left;
  }
  #why-2392 .cs-content.text-rotate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(-15deg);
  }
  #why-2392 .cs-content.text-rotate h2 {
    font-size: clamp(4rem, 2.686rem + 6.182vw, 8.25rem);
    line-height: 1.2;
    text-align: center;
  }
  #why-2392 .cs-content.text-rotate h2 ruby > rt {
    font-size: 20%;
  }
  #why-2392 .cs-content.text-rotate h3 {
    font-size: clamp(1.25rem, 0.902rem + 1.636vw, 2.38rem);
  }
  #why-2392 .cs-content:nth-of-type(2) {
    margin-top: clamp(0px, -14.836px + 4.364vw, 48px);
  }
  #why-2392 .cs-title {
    margin: 0;
    /* 48px - 64px */
    position: relative;
    z-index: 1;
  }
  #why-2392 .cs-text {
    margin-bottom: 1rem;
  }
  #why-2392 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #why-2392 .center-btn {
    display: flex;
    justify-content: center;
    padding: 24px 16px;
    margin-top: 32px;
  }
  #why-2392 .cs-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    overflow: hidden;
  }
  #why-2392 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
  #why-2392 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    /* 24px - 32px */
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 1rem;
    background-color: #fff;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 2rem;
  }
  #why-2392 .cs-item.with-logo {
    flex-direction: column;
    align-items: flex-start;
  }
  #why-2392 .cs-item .logo-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
  }
  #why-2392 .cs-item .logo-group img {
    max-width: 46%;
    width: auto;
    flex: 0 0 auto;
    height: 20px;
  }
  #why-2392 .cs-icon {
    height: 7.5rem;
    width: auto;
    display: block;
  }
  #why-2392 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    text-align: inherit;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #why-2392 .cs-item-text {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #why-2392 .cs-picture {
    width: 100%;
    /* 310px - 356px */
    height: clamp(19.375rem, 30vw, 22.25rem);
    border-radius: 1rem;
    /* clips the corners of the img tag */
    overflow: hidden;
    display: block;
    position: relative;
  }
  #why-2392 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-2392 .cs-item {
    flex-direction: row;
    align-items: center;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-2392 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
  }
  #why-2392 .cs-content {
    flex: none;
  }
  #why-2392 .cs-card-group {
    width: 55%;
    max-width: 36.625rem;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #why-2392 .cs-picture {
    height: 100%;
    min-height: 22.25rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #why-2392 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #why-2392 .cs-title,
  body.dark-mode #why-2392 .cs-text,
  body.dark-mode #why-2392 .cs-h3,
  body.dark-mode #why-2392 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #why-2392 .cs-title:before {
    background-color: #fff;
    opacity: 0.2;
  }
  body.dark-mode #why-2392 .cs-item {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body.dark-mode #why-2392 .cs-text {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-2335 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: url(https://jimukiki.net/wp/wp-content/uploads/2026/05/campaign-hero_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    padding: 24px 0 0 0;
  }
  #hero-2335 .cs-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #hero-2335 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.5rem;
  }
  #hero-2335 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    /* 60px - 80px top & Bottom */
    /* 16px - 32px left & right */
    padding: clamp(3.75rem, 8vw, 5rem) clamp(1rem, 5vw, 2rem);
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #hero-2335 .cs-content .button-container {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #hero-2335 .cs-overlay {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-2335 .cs-graphic {
    width: 117.8125rem;
    height: auto;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hero-2335 .cs-topper {
    color: #2f2f2f;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #hero-2335 .cs-topper span {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 36px;
    color: #00a1e9;
  }
  #hero-2335 .cs-topper span span {
    font-size: 24px;
  }
  #hero-2335 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    width: 100%;
    margin: 0 0 1rem;
    color: #2f2f2f;
    position: relative;
  }
  #hero-2335 .cs-tag {
    /* 25px - 39px */
    font-size: clamp(1.5625rem, 4vw, 2.4375rem);
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-2335 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    max-width: 36.25rem;
    /* 28px - 40px */
    margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    color: #2f2f2f;
    opacity: 0.8;
  }
  #hero-2335 .cs-picture {
    width: auto;
    /* 427px - 581px */
    height: auto;
    display: none;
    align-items: flex-end;
    position: relative;
    z-index: 0;
  }
  #hero-2335 .cs-picture img {
    width: auto;
  }
  #hero-2335 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-2335 .cs-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-2335 h1 > img {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-2335 {
    /* 80px - 112px */
    padding: clamp(9rem, 23.95vw, 11.125rem) 1rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.625rem;
  }
  #hero-2335 .cs-wrapper {
    display: contents;
  }
  #hero-2335 .cs-container {
    justify-content: flex-start;
    flex-direction: row;
  }
  #hero-2335 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 5rem 2rem;
    box-sizing: border-box;
    align-items: flex-start;
  }
  #hero-2335 .cs-content .button-container {
    justify-content: flex-start;
  }
  #hero-2335 .cs-overlay {
    width: 100vw;
    border-radius: 0 18.75rem 18.75rem 0;
    left: auto;
    right: 0;
  }
  #hero-2335 .cs-text {
    width: 50%;
  }
  #hero-2335 .cs-picture {
    display: flex;
    position: absolute;
    bottom: calc(var(--paddingBottom) * -1 - 5rem);
    right: -20vw;
  }
  #hero-2335 .cs-background {
    height: auto;
    /* 180px - 210px */
    bottom: clamp(220px, 15vw, 270px);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-2335 {
    padding-left: 2rem;
  }
  #hero-2335 .cs-content {
    width: 80%;
    max-width: 62.5rem;
    padding-left: 0;
  }
  #hero-2335 .cs-graphic {
    width: 186.375rem;
  }
  #hero-2335 .cs-picture {
    /* 32px - 80px */
  }
}
@media only screen and (min-width: 768px) {
  #hero-2335 h1 > img {
    width: 82%;
  }
}
@media only screen and (min-width: 960px) {
  #hero-2335 h1 > img {
    width: 100%;
  }
}
/*-- -------------------------- -->
<---           Logos            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #logos-2335 .cs-logo-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    /* 60px - 80px top & bottom */
    /* 16px - 108px left & right */
    padding: clamp(30px, 25.714px + 1.19vw, 40px) clamp(16px, -23.429px + 10.952vw, 108px);
    box-sizing: border-box;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(1rem, 4vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #logos-2335 .cs-logo-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0;
  }
  #logos-2335 .cs-logo-title {
    font-size: 1.25rem;
    text-transform: initial;
    font-weight: 700;
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: var(--headerColor);
  }
  #logos-2335 .cs-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-self: stretch;
  }
  #logos-2335 .cs-logo {
    width: 45%;
    max-width: 12.5rem;
    height: auto;
    margin: 0;
    mix-blend-mode: darken;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #logos-2335 {
    padding-left: 2rem;
    position: relative;
    z-index: 100;
  }
  #logos-2335 .cs-logo-container {
    align-items: flex-start;
  }
  #logos-2335 .cs-logo-container:before {
    width: 100vw;
    left: 0;
    border-radius: 18.75rem 0 0 18.75rem;
  }
  #logos-2335 .cs-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
    justify-content: space-between;
  }
  #logos-2335 .cs-logo {
    width: 100%;
    grid-column: span 3;
    /* the max width becomes whatever the actual width of the image is */
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #logos-2335 .cs-logo-wrapper {
    justify-content: space-between;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #logos-2335 .cs-logo-title {
    text-align: left;
  }
}
/*-- -------------------------- -->
<---       Mobile Hero          -->
<--- -------------------------- -*/
.hero-mb {
  background-image: url("img-metalp/hero-bg-mb.png");
  padding-top: 6rem;
  text-align: center;
}
.hero-mb .new-printers-img {
  display: block;
  max-width: 90%;
  margin: 1rem auto;
}
.hero-mb .OFF-img {
  max-width: 95%;
  margin-bottom: 2rem;
}
.hero-mb .makers-marquee {
  box-sizing: border-box;
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.8);
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  gap: 0;
}
.hero-mb .makers-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  --scroll-width: 1000px;
  animation: makersScroll 30s linear infinite;
}
.hero-mb .makers-set {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  gap: 2rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.hero-mb .makers-set img {
  height: 16px;
  width: auto;
  flex: 0 0 auto;
  display: block;
}
.hero-mb .makers-set .bbb-s {
  height: 22px;
}
.hero-mb .makers-set .bb-s {
  height: 20px;
}
@keyframes makersScroll {
  to {
    transform: translate3d(calc(-1 * var(--scroll-width)), 0, 0);
  }
}
.hero-mb h1 {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
  background-color: var(--accent-color);
  color: #ffffff;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 5px;
}
.hero-mb h2 {
  margin: 0;
  background: linear-gradient(0deg, #e20000, #ff8836);
  color: #ffffff;
  font-size: larger;
  padding: 0.5rem 0;
}

/*
  Logo Marquee Test
*/
.logo-marquee {
  --logo-height: 24px;
  --logo-gap: 56px;
  --marquee-speed: 24s;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
}

.logo-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: logo-marquee-scroll var(--marquee-speed) linear infinite;
}

.logo-marquee__group {
  display: flex;
  align-items: center;
  gap: var(--logo-gap);
  flex-shrink: 0;
  padding-right: var(--logo-gap);
}

.logo-marquee img {
  display: block;
  height: 20px;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-marquee:hover .logo-marquee__track {
  animation-play-state: paused;
}

@keyframes logo-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-marquee {
    --logo-height: 36px;
    --logo-gap: 36px;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-marquee__track {
    animation: none;
  }
}
@media screen and (min-width: 640px) {
  .logo-marquee img {
    height: var(--logo-height);
  }
}
@media screen and (min-width: 769px) {
  #logos-2335 .cs-logo-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #logos-2335 .cs-logo-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--fade-width);
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--fade-color), transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--fade-color), transparent);
}

/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #choosing {
    background-color: #bce6f7;
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #choosing::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #choosing .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #choosing .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #choosing .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #choosing .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 16px - 32px */
    padding: clamp(1rem, 4.5vw, 2rem);
    background-color: #fff;
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    grid-row: span 1;
    gap: 2rem;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: border-color 0.3s;
  }
  #choosing .cs-flex {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  #choosing h2.cs-title,
  #choosing h3.cs-title {
    font-size: clamp(2rem, 1.308rem + 3.256vw, 3.75rem);
    font-weight: bold;
  }
  #choosing .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    text-align: inherit;
    margin: 0;
    color: var(--headerColor);
    transition: color 0.3s;
    width: 100%;
    flex: 3;
    font-size: 32px;
  }
  #choosing .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #choosing .cs-link {
    font-weight: 700;
    text-align: inherit;
    text-decoration: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #choosing .img-heading {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #choosing .cs-item.text-heading {
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: none !important;
  }
  #choosing .cs-item.text-heading h3 {
    line-height: 1.2;
  }
  #choosing .cs-picture {
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
  #choosing .cs-picture img {
    max-width: 150px;
    height: auto;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #choosing .cs-container {
    max-width: 80rem;
  }
  #choosing .cs-content {
    width: 60%;
  }
  #choosing .cs-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #choosing .cs-picture {
    flex: 1 0 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #choosing .cs-item {
    grid-column: span 6;
  }
}
/* Large Desktop - 1300px */
/* Extra adjustments */
@media screen and (max-width: 660px) {
  #choosing .img-heading {
    flex-direction: column;
    text-align: center;
  }
}
/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #mfpdx {
    background-color: #e1f4fd;
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #mfpdx::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #mfpdx .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #mfpdx .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #mfpdx .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #mfpdx .cs-item {
    background-color: #ffffff;
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 16px - 32px */
    padding: clamp(1rem, 4.5vw, 2rem);
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    grid-row: span 1;
    gap: 2rem;
    position: relative;
    z-index: 1;
  }
  #mfpdx .cs-item:hover {
    border-color: var(--primary);
  }
  #mfpdx .cs-flex {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  #mfpdx h2.cs-title,
  #mfpdx h3.cs-title {
    font-size: clamp(2rem, 1.308rem + 3.256vw, 3.75rem);
    font-weight: bold;
  }
  #mfpdx .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(2rem, 1.802rem + 0.93vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #mfpdx .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #mfpdx .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: auto;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #mfpdx .img-heading {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #mfpdx .cs-item.text-heading {
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: none !important;
  }
  #mfpdx .cs-item.text-heading h3 {
    line-height: 1.2;
  }
  #mfpdx .cs-item.text-heading:hover {
    border-color: unset;
  }
  #mfpdx .cs-picture {
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
  }
  #mfpdx .cs-picture img {
    max-width: 150px;
    height: auto;
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #mfpdx .cs-container {
    max-width: 80rem;
  }
  #mfpdx .cs-content {
    width: 60%;
  }
  #mfpdx .cs-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #mfpdx .cs-item {
    grid-column: span 6;
  }
}
/* Extra adjustments */
@media screen and (max-width: 660px) {
  #mfpdx .img-heading {
    flex-direction: column;
    text-align: center;
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #userFlow {
    padding: var(--sectionPadding);
  }
  #userFlow .kmo-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #userFlow .kmo-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 900px;
    /* 60px - 80px top & Bottom */
    /* 16px - 32px left & right */
    padding: clamp(3.75rem, 8vw, 5rem) clamp(1rem, 5vw, 2rem);
    padding-top: 0;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    position: relative;
    z-index: 1;
    row-gap: 56px;
  }
  #userFlow h2.cs-title {
    font-size: clamp(2rem, 1.308rem + 3.256vw, 3.75rem);
    font-weight: bold;
  }
  #userFlow .step-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 5px solid white;
    border-radius: 20px;
  }
  #userFlow .step-box h3 {
    font-size: clamp(1.5rem, 1.071rem + 1.905vw, 2.5rem);
  }
  #userFlow .step-box p {
    max-width: 100%;
  }
  #userFlow .step-box:nth-of-type(1) {
    background-color: #e1f4fd;
  }
  #userFlow .step-box:nth-of-type(2) {
    background-color: #c0e8fb;
  }
  #userFlow .step-box:nth-of-type(3) {
    background-color: #a7e3ff;
  }
  #userFlow .step-box:nth-of-type(4) {
    background-color: #99dfff;
  }
  #userFlow .step-box:nth-of-type(5) {
    background-color: #80d7ff;
  }
  #userFlow .step-box:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-right: 10px solid #003366;
    border-bottom: 10px solid #003366;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 860px) {
  #userFlow .step-box {
    flex-direction: row;
  }
  #userFlow .step-box p {
    max-width: 350px;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-banner {
    padding: var(--sectionPadding);
    background-color: #fff6f6;
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-image: url(https://jimukiki.net/wp/wp-content/uploads/2026/05/campaign-hero_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  #cta-banner .cs-container {
    width: 100%;
    max-width: 60rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-banner .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-banner .cs-title {
    font-size: clamp(2.5rem, 1.773rem + 3.636vw, 4.5rem);
    font-weight: bold;
  }
  #cta-banner .cs-title span {
    font-size: 24px;
  }
  #cta-banner ol {
    padding-left: 24px;
    font-size: clamp(1rem, 0.909rem + 0.455vw, 1.25rem);
    list-style-position: inside;
    text-align: left;
    list-style: auto;
  }
  #cta-banner .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* makes it act like a background image */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-banner .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #mekiki-section {
    padding: var(--sectionPadding);
    padding-bottom: 0;
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #mekiki-section .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: 32px;
    position: relative;
    z-index: 1;
  }
  #mekiki-section .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #mekiki-section .cs-content h4 {
    color: var(--headerColor);
  }
  #mekiki-section .cs-flex {
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #mekiki-section .cs-topper {
    font-size: 20px;
  }
  #mekiki-section .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.438rem, 5vw, 3.813rem);
    color: var(--headerColor);
  }
  #mekiki-section .cs-title ruby > rt {
    font-size: 25%;
  }
  #mekiki-section .cs-text {
    max-width: none;
  }
  #mekiki-section .cs-video-group {
    width: 100%;
    /* 340px - 547px */
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  #mekiki-section .cs-video-group img {
    width: 100%;
    height: auto;
  }
  #mekiki-section .cs-icon {
    width: 1.25rem;
    height: auto;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #mekiki-section .cs-container {
    max-width: 59rem;
  }
  #mekiki-section .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #mekiki-section .cs-flex {
    width: 50%;
  }
  #mekiki-section .cs-title {
    margin: 0;
  }
  #mekiki-section .cs-text {
    max-width: 23.875rem;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #mekiki-section .cs-container {
    max-width: 80rem;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #mekiki-section .cs-container {
    max-width: 80rem;
  }
  #mekiki-section .cs-text {
    max-width: 35rem;
  }
}
/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #mekiki-cards {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    padding-top: 48px;
    overflow: hidden;
    position: relative;
  }
  #mekiki-cards::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #mekiki-cards .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #mekiki-cards .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #mekiki-cards .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 16px - 32px */
    padding: clamp(1rem, 4.5vw, 2rem);
    background-color: #fff;
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: span 12;
    grid-row: span 1;
    gap: 2rem;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: border-color 0.3s;
  }
  #mekiki-cards .cs-item.with-logos {
    flex-direction: column !important;
  }
  #mekiki-cards .cs-item .logo-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
  }
  #mekiki-cards .cs-item .logo-group img {
    max-width: 46%;
    width: auto;
    flex: 0 0 auto;
    height: 20px;
  }
  #mekiki-cards .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #mekiki-cards .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #mekiki-cards .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #mekiki-cards .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: auto;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #mekiki-cards .cs-picture {
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  #mekiki-cards .cs-picture img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 120px;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 41.25rem) {
  #mekiki-cards .cs-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #mekiki-cards .cs-container {
    max-width: 80rem;
  }
  #mekiki-cards .cs-picture {
    height: auto;
    padding: 3.8125rem 0 0 0.25rem;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #mekiki-cards .cs-container {
    max-width: 80rem;
  }
  #mekiki-cards .cs-item {
    grid-column: span 6;
  }
  #mekiki-cards .cs-picture {
    padding: 30px 0 0;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #mekiki-cards .cs-picture {
    padding: 2.3125rem 0 0 0.25rem;
  }
}
@media (max-width: 768px) {
  :root {
    --flex-gap: 2rem;
    --min-width: 200px;
    --text-size: 16px;
  }
  main h2 {
    font-size: 1.3rem;
  }
  main h3 {
    font-size: 1.2rem;
  }
  main h3,
  main h4 {
    font-size: 1.1rem;
  }
  .order-container {
    display: flex;
    flex-direction: column;
  }
  .hero,
  .main-nav .dt {
    display: none;
  }
  .hero-mb,
  .main-nav .mb {
    display: block;
  }
  .outer-container {
    padding: 8%;
  }
  .l-fl-wr {
    gap: 1rem;
  }
  .about .content,
  .uniqueness .content {
    align-items: center;
    padding: 0;
  }
  .about .content > *,
  .uniqueness .content > * {
    width: 100%;
    max-width: 425px;
    font-size: 1.1rem;
  }
  .about .content > img {
    max-width: 70%;
  }
  .reasons li:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .reasons li {
    flex-direction: column;
    align-items: center;
  }
  .reasons .content,
  .reasons .awards,
  .reasons .makers,
  .reasons .makers > *,
  .reasons .video-container {
    width: 100%;
    max-width: 425px;
    justify-content: center;
  }
  .support .columns li,
  .examples li,
  .flow li {
    width: 100%;
    max-width: 425px;
  }
  .flow li:not(:last-child)::after {
    display: none;
  }
  .flow li {
    margin-bottom: 20px;
    text-align: center;
  }
  .message .content .text {
    margin: 0;
    width: 100%;
    max-width: 425px;
    padding: clamp(0.8rem, 1vw, 1rem);
  }
  .message .content .text p {
    font-size: var(--text-sm);
  }
  .message .content .image.dt {
    display: none;
  }
  .message .content .image.mb {
    display: block;
  }
  footer .info .l-fl-wr {
    gap: 0;
    margin-top: -100px;
  }
  footer .info .flexbox {
    width: 100%;
    max-width: none;
  }
  .problems .content {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .problems .content .problem {
    min-width: var(--min-width);
    padding: 2%;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
  }
  .problems .content .problem ul {
    margin: 0;
  }
  .problems .content .left {
    margin-right: -20vw;
  }
  .problems .content .right {
    margin-left: -10vw;
    margin-top: -60px;
  }
  .problems .content .problems-image {
    position: relative;
    width: 100%;
    margin-top: -60px;
  }
  .problems .content .problems-image img {
    width: 30%;
    min-width: 200px;
    margin-right: -10vw;
  }
  #contact2025 .contact-info_img {
    display: none;
  }
}
@media (min-width: 770px) {
  .header.scrolled {
    background-color: rgba(0, 160, 233, 0.8);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 769px) {
  .header {
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 30;
  }
  .nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
    position: relative;
  }
  .main-nav {
    position: fixed;
    inset: 0;
    background: linear-gradient(to top, rgba(25, 103, 135, 0.8), rgba(0, 160, 233, 0.8));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 4rem 1.5rem 2rem;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 25;
  }
  .main-nav .header-contacts {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .main-nav a {
    font-size: 1.4rem;
  }
  .header.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (min-width: 485px) {
  .cta-group {
    gap: 0;
  }
}
@media (max-width: 485px) {
  .cta,
  .main-cta,
  .cta-off {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .caption-v {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
  .caption-v .dt {
    display: none;
  }
  .benefits.outer-container > *,
  .message.outer-container > *,
  .caption-v .mb {
    display: block;
  }
  .benefits .caption-v {
    text-align: left;
  }
  .message .caption-v {
    width: 100%;
  }
  .message .caption-v img {
    margin: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 876px) {
  .contact-tel {
    flex-direction: column;
    gap: 0;
  }
  .contact-tel .tel {
    text-align: center;
    padding-left: 0;
    border-left: none;
    border-top: none;
    margin-top: 20px;
  }
}
@media (min-width: 615px) {
  .card:hover .card-inner {
    --peek: 12;
    cursor: pointer;
  }
}
@media (max-width: 759px) {
  .card {
    margin: 1.8rem 0.8rem 1rem;
  }
  .card-inner {
    width: 250px;
    height: 390px;
  }
}
@media (max-width: 615px) {
  .products {
    padding: 8% 0;
  }
  .products .products-caption {
    margin: 0;
  }
  .products .products-content {
    padding: 0 2rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .products .dots {
    display: block;
    margin: 0;
  }
  .products .card.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
  .products .card {
    margin: 1.8rem 0.8rem 1rem;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.85);
    opacity: 0.6;
  }
  .card:not(.is-flipped):not(.was-flipped).is-active .card-inner {
    animation: peekFlip 1s ease;
  }
}
@media (max-width: 600px) {
  .reasons .content p {
    margin-bottom: 0;
  }
  .cases li {
    flex-direction: column-reverse;
    gap: 0.5rem;
    text-align: center;
  }
  .company table,
  .company table tbody,
  .company table tr,
  .company table th,
  .company table td,
  .company td span {
    display: block;
    width: 100%;
  }
  .company table tr {
    margin-bottom: 1rem;
  }
  .company table th {
    padding: 1rem 0;
    font-weight: bold;
    background: none;
    border-bottom: none;
  }
  .company table td {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #ccc;
  }
  .company table ul {
    padding-left: 1.5rem;
  }
}
@media (max-width: 401px) {
  .benefits li {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }
  .benefits li img {
    max-width: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .contact_content {
    display: block;
    padding: 0 0 30px;
  }
  .contact_content .wpcf7-list-item {
    min-width: 120px;
  }
  .contact_title {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .contact_title span.present {
    max-width: inherit;
    margin: 0;
  }
  #contact2025 {
    padding: 0;
    box-shadow: none;
  }
}/*# sourceMappingURL=hangaku-campaign-26.css.map */