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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/** @format */
body {
  color: #333333;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/** @format */
.container-lg {
  width: 100%;
  max-width: 1840px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container {
  width: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-sm {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.bg-gray {
  background-color: #f8f8f8;
}

.header {
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0 10px 0 !important;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0;
  }
}
.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logos {
    padding-right: 68px;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo-link {
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.header__logo-link:hover img {
  opacity: 1;
}
.header__logo-img img {
  max-width: 25vw;
}
@media screen and (max-width: 767px) {
  .header__logo-img img {
    max-width: 56.4102564103vw;
  }
}
.header__logo-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .header__logo .header__logo-text--ft img {
    max-width: 18.9743589744vw;
  }
}
.header__logo-desc {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
  margin: 4px 0 2px;
}
@media screen and (max-width: 767px) {
  .header__logo-desc {
    font-size: 0.4375rem;
  }
}
.header__logo-company {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.header__nav {
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    padding: 80px 20px 20px;
    overflow-y: auto;
  }
  .header__nav.is-open {
    display: block;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
.header__nav-item {
  position: relative;
  text-align: center;
  padding: 0 2.57%;
}
@media (min-width: 1840px) {
  .header__nav-item {
    padding: 0 2.57%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__nav-item:last-child {
    border-bottom: none;
  }
}
.header__nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .header__nav-item::after {
    display: none;
  }
}
.header__nav-item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .header__nav-item:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    padding: 0;
  }
}
.header__nav-link {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-link:hover {
  color: #fc5b65;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__nav-link {
    display: block;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: none;
  }
  .header__nav-link:hover {
    color: #da3511;
    text-decoration: none;
  }
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  gap: 4px;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  width: 24px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__hamburger-line:nth-child(2) {
  opacity: 1;
}
.header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__hamburger.is-open .header__hamburger-line {
  background-color: #ffffff;
}
.header__hamburger.is-open .header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header__hamburger.is-open .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open .header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header .header__nav-pc {
    background-color: transparent;
    position: absolute;
    top: 13px;
    right: 0;
  }
}
.header__right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .floating_btn-top {
  border-radius: 12px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.35);
  /* (plus shape's fill blended on top as a separate layer with 51% opacity) */
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .header .floating_btn-top {
    padding: 0 18px;
    background: #e9873e;
    border: 1px solid #fff;
    border-radius: 52px;
  }
}
.header .floating_btn-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header .floating_btn-top a:hover img {
  opacity: 1;
}
.header .floating_btn-top .floating_btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .floating_btn-top .info_text p {
  font-weight: 500;
  font-size: 1.3020833333vw;
  line-height: 1;
  text-align: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.header .floating_btn-top .info_text p .small {
  font-weight: 500;
  font-size: 0.8854166667vw;
  line-height: 1;
  text-align: center;
}
.header .floating_btn-top .info_tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 2.5520833333vw;
  line-height: 1;
}
.header .floating_btn-top .info_tell img {
  width: 30px;
  position: relative;
  top: 5px;
}
.header .floating_btn-top.sp .floating_btn-content {
  width: 100%;
}
.header .floating_btn-top.sp .info_text {
  width: 100%;
}
.header .floating_btn-top.sp .info_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 17px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .floating_btn-top.sp .info_text p span.tell-image {
  width: 22px;
}
.header .floating_btn-top.sp .info_text p span.tell-image img {
  width: 100%;
  vertical-align: middle;
}
.header .floating_btn-top.sp .info_text p span.tell {
  font-weight: 900;
  font-size: 27px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .floating_btn-top.sp .info_text p span.tell {
    font-size: 25px;
  }
}
.header .floating_btn-top.sp .info_text p span.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 4px;
}

.footer {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer .footer__logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer__logo-ft {
  margin-top: 60px;
}
.footer__logo-text img {
  margin-top: 20px;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .footer__logo-text img {
    margin-top: 10px;
    max-width: 350px;
  }
}
.footer__logo-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer__logo-desc {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.footer__company-name {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__company-name {
    font-weight: 900;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__company-name img {
    max-width: 100px;
    margin-left: 30px;
  }
}
.footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .footer__company-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__company-info {
    margin-top: 20px;
  }
}
.footer__office-address, .footer__office-contact, .footer__office-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer__office-address, .footer__office-contact, .footer__office-email {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav-section {
  position: relative;
}
.footer__nav-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    font-weight: 900;
    font-size: 14px;
  }
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    margin-top: 20px;
  }
}
.footer__nav-list--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 0;
}
.footer__nav-item {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    margin-bottom: 0;
  }
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
.footer__nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-weight: 500;
    font-size: 11px;
    line-height: 35px;
  }
}
.footer__nav-link:hover {
  text-decoration: underline;
}
.footer__nav-link--main {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer__nav-link--main {
    font-weight: 900;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__cta {
    grid-column: 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 313px;
  width: 100%;
  height: 73px;
  border-radius: 36.5px;
  background: #2b2b2b;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  font-weight: 500;
}
.footer__cta-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer__cta-btn:hover img {
  opacity: 1;
}
.footer__cta-btn--primary {
  background-color: #2b2b2b;
  color: #ffffff;
}
.footer__cta-btn--secondary {
  background-color: #9c2930;
  color: #ffffff;
}
.footer__cta-btn--primary:last-child-text {
  font-size: 14px;
  line-height: 1.2857142857;
}
.footer__cta-icon {
  width: 33px;
  height: 33px;
  display: block;
}
.footer__cta-icon--mail {
  background-image: url("../images/common/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta-icon--calc {
  background-image: url("../images/common/calc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta-icon--document {
  background-image: url("../images/common/document.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta-icon--arrow {
  width: 30px;
  height: 30px;
  background-image: url("../images/common/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__cta-text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.footer__cta-btn--secondary .footer__cta-text {
  line-height: 1.125;
}
.footer__cta-btn--primary:last-child .footer__cta-text {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.footer__copyright {
  margin-top: 60px;
  padding: 20px 0;
}
.footer__copyright-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #bfbfbf;
}
.footer .footer__inner__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .footer__inner__right {
  width: 100%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer .footer__inner__right {
    margin-top: 0;
  }
}
.footer .footer__inner__right .footer_inner__right__top .footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/index/mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .hero__background {
    background-image: url("../images/index/mv_sp.png");
  }
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  z-index: -1;
}
.hero__content {
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 8.125vw;
}
@media screen and (max-width: 767px) {
  .hero__content {
    padding: 60px 0 150px;
  }
}
.hero__title {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.3625;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 80px;
  line-height: 109px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.hero__subtitle {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero__subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #fff;
  }
}

.cta__cta {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cta__cta {
    margin-top: 40px;
    gap: 14px;
  }
}
.cta__cta-image {
  position: relative;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
}
.cta__cta-image--_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta__cta-image--_text {
    padding: 16px 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .hero__cta-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta .hero__cta-text {
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cta .cta__cta-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .cta .cta__cta-icon img {
    width: 12px;
  }
}

.about {
  position: relative;
  padding: 200px 0 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 100px 0 50px;
  }
}
.about__decorations {
  position: absolute;
  z-index: 1;
  top: -26%;
  left: -6.5%;
}
.about__decoration {
  position: absolute;
  width: 26.6666666667vw;
  height: 25.4166666667vw;
  background-image: url("../images/common/sakura_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about__decoration--top-left {
    width: 80px;
    height: 80px;
  }
}
.about__content {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.about__title {
  font-weight: 900;
  font-size: 70px;
  line-height: 109px;
  text-align: left;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.about__title-azotext {
  line-height: 35px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .about__title-azotext {
    line-height: 16px;
  }
  .about__title-azotext img {
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.about__description {
  margin-top: 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__description {
    margin-top: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
}
.about__description + .about__description {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .about__description + .about__cta .about__cta-btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__description:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.about__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__cta .arrow-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__cta .arrow-icon img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .about__cta .arrow-icon img {
    width: 28px;
  }
}
.about__cta a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.about__cta a:hover img {
  opacity: 1;
}
.about__cta.about__cta__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .about__cta.about__cta__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about__cta-btn {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  height: 90px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 45px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  min-width: 380px;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 767px) {
  .about__cta-btn {
    margin-top: 50px;
    min-width: none;
    padding: 16px 24px;
    width: 100%;
  }
}
.about__cta-btn.cta__cta-btn--small {
  margin-top: 50px;
  padding: 13px 25px;
  height: auto;
  min-width: 280px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .about__cta-btn.cta__cta-btn--small {
    min-width: auto;
    max-width: 280px;
    margin-top: 0;
  }
}
.about__cta-btn.cta__cta-btn--small span.about__cta-text .about__cta-text-main {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.about__cta-btn.cta__cta-btn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__cta-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.about__cta-text-main {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .about__cta-text-main {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about__cta-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.partners {
  position: relative;
  padding: 100px 0 200px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 60px 0;
  }
}
.partners__decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.partners__decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.7;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10c-5 0-10 5-10 10 0 3 1 6 3 8-2 2-3 5-3 8 0 5 5 10 10 10 3 0 6-1 8-3 2 2 5 3 8 3 5 0 10-5 10-10 0-3-1-6-3-8 2-2 3-5 3-8 0-5-5-10-10-10-3 0-6 1-8 3-2-2-5-3-8-3z" fill="%23FFE8F2" stroke="%23FC5B65" stroke-width="1"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.partners__decoration--top {
  top: 15%;
  right: 10%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .partners__decoration--top {
    width: 60px;
    height: 60px;
  }
}
.partners__decoration--bottom {
  bottom: 20%;
  left: 8%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .partners__decoration--bottom {
    width: 60px;
    height: 60px;
  }
}
.partners__content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.partners__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 109px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partners__title {
    line-height: 2;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 20px;
  }
}
.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 40px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .partners__grid {
    margin-top: 40px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .partners__item {
    padding: 0;
    min-height: none;
    width: auto;
  }
  .partners__item:nth-child(1) {
    width: 54px;
  }
  .partners__item:nth-child(2) {
    width: 46px;
  }
  .partners__item:nth-child(3) {
    width: 51px;
  }
  .partners__item:nth-child(4) {
    width: 73px;
  }
  .partners__item:nth-child(5) {
    width: 61px;
  }
  .partners__item:nth-child(6) {
    width: 72px;
  }
  .partners__item:nth-child(7) {
    width: 35px;
  }
  .partners__item:nth-child(8) {
    width: 73px;
  }
  .partners__item:nth-child(9) {
    width: 59px;
  }
  .partners__item:nth-child(10) {
    width: 39px;
  }
  .partners__item:nth-child(11) {
    width: 28px;
  }
  .partners__item:nth-child(12) {
    width: 88px;
  }
  .partners__item:nth-child(13) {
    width: 85px;
  }
  .partners__item:nth-child(14) {
    width: 65px;
  }
}
.partners__logo {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners__item:hover .partners__logo {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
@media screen and (max-width: 767px) {
  .partners__logo {
    max-height: none;
  }
}

.decolating-title {
  position: relative;
}
.decolating-title .decolating-title-text {
  position: relative;
  z-index: 2;
}
.decolating-title .decolating-title-text-sub {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.6;
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .decolating-title .decolating-title-text-sub {
    font-size: 0.6875rem;
    line-height: 1.4;
    margin-left: 10px;
  }
}
.decolating-title .decolating-title-text-sub.decolating-title-text-sub--reasons {
  display: block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .decolating-title .decolating-title-text-sub.decolating-title-text-sub--reasons {
    font-size: 0.6875rem;
    line-height: 1;
    margin-left: 0;
  }
}
.decolating-title .decorations {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.decolating-title .decorations .decoration {
  background-image: url("../images/common/sakura_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 93px;
  height: 88px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations .decoration {
    width: 69px;
    height: 65px;
  }
}
.decolating-title .decorations.decorations__style2 {
  top: -125%;
  left: -6.5%;
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style2 {
    top: -200%;
    left: -15.5%;
  }
}
.decolating-title .decorations.decorations__style2 .decoration {
  position: absolute;
  width: 26.6666666667vw;
  height: 25.4166666667vw;
  background-image: url("../images/common/sakura_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style2 .decoration {
    width: 250px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style2 .decoration--top-left {
    width: 80px;
    height: 80px;
  }
}
.decolating-title .decorations.decorations__style3 {
  top: -125%;
  left: -6.5%;
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style3 {
    top: -116%;
    left: -15.5%;
  }
}
.decolating-title .decorations.decorations__style3 .decoration {
  position: absolute;
  width: 26.6666666667vw;
  height: 25.4166666667vw;
  background-image: url("../images/common/sakura_03.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style3 .decoration {
    width: 250px;
    height: 238px;
  }
}
@media screen and (max-width: 767px) {
  .decolating-title .decorations.decorations__style3 .decoration--top-left {
    width: 80px;
    height: 80px;
  }
}

.reasons {
  position: relative;
  padding: 120px 0;
  background-color: #f1f1f1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reasons {
    padding: 80px 0;
  }
}
.reasons__header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .reasons__header {
    margin-bottom: 30px;
  }
}
.reasons__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1.5571428571;
  color: #333333;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reasons__title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.reasons__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2.8125rem;
  line-height: 2.4444444444;
  color: #c5c5c5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .reasons__subtitle {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.reasons__content {
  position: relative;
  z-index: 3;
}
.reasons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .reasons__items {
    gap: 10px;
    row-gap: 30px;
  }
}
.reasons__items + .reasons__items {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .reasons__items + .reasons__items {
    margin-top: 30px;
  }
}
.reasons__item {
  width: calc(33.333% - 27px);
}
@media screen and (max-width: 767px) {
  .reasons__item {
    width: calc(50% - 10px);
  }
}
.reasons__item p {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .reasons__item p {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
}
.reasons__number {
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 2.4375;
  color: #fc5b65;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .reasons__number {
    font-size: 3rem;
    line-height: 1.5;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}
.reasons__text {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .reasons__text {
    padding: 0;
  }
}
.reasons__item-title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #333333;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reasons__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.reasons__description {
  margin-top: 100px;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reasons__description {
    font-size: 18px;
    line-height: 25px;
    margin-top: 50px;
  }
}
.reasons__description span {
  font-size: 36px;
  color: #fc5b65;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d3d3d3));
  background: linear-gradient(transparent 50%, #d3d3d3 50%);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reasons__description span {
    font-size: 24px;
  }
}
.reasons__description:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .reasons__description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.reasons__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.reasons__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 45px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.11);
  min-width: 280px;
}
.reasons__cta-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .reasons__cta-btn {
    min-width: 240px;
    padding: 16px 24px;
  }
}
.reasons__cta-icon {
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23333333" viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .reasons__cta-icon {
    width: 20px;
    height: 20px;
  }
}
.reasons__cta-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .reasons__cta-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.services {
  position: relative;
  padding: 120px 0 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .services {
    padding: 50px 0;
  }
}
.services__content {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .services__content {
    margin-bottom: 0;
  }
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 80px;
}
.services__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.services__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .services__item {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .services__item--reverse .services__image,
  .services__item--reverse .services__text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.services__number img {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .services__number img {
    height: 29px;
    margin-right: 10px;
  }
}
.services__image {
  width: 51.3513513514%;
}
@media screen and (max-width: 767px) {
  .services__image {
    width: 100%;
    margin-top: 15px;
  }
}
.services__text {
  width: 48.6486486486%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .services__text {
    width: 100%;
  }
}
.services__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.services__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__item-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  color: #fc5b65;
  padding-left: 30px;
  border-left: 3px solid #fc5b65;
}
@media screen and (max-width: 767px) {
  .services__item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.services__item-title span {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .services__item-title span {
    font-size: 1rem;
  }
}
.services__description {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: 70px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .services__description {
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 0;
    margin-top: 20px;
  }
}
.services__separators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services__separators {
    gap: 20px;
  }
}
.services__separator {
  width: 80px;
  height: 3px;
  background-color: #fc5b65;
}
@media screen and (max-width: 767px) {
  .services__separator {
    width: 60px;
    height: 2px;
  }
}

.ctas {
  background-color: #f1f1f1;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .ctas {
    padding: 30px 0;
  }
}
.ctas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.ctas__item {
  position: relative;
  width: 100%;
  max-width: 390px;
}
.ctas__item a {
  width: 100%;
  border-radius: 85px;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ctas__item a {
    padding: 8px 15px;
    gap: 5px;
  }
}
.ctas__item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.ctas__item a:hover img {
  opacity: 1;
}
.ctas__item:nth-child(2) a {
  background: #9c2930;
}
.ctas__item__icon {
  width: 50px;
}
.ctas__item h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ctas__item h3 {
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .ctas__icon {
    width: 25px;
  }
}
.ctas .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ctas .arrow-icon {
    display: none;
  }
}

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

.products {
  position: relative;
  padding: 210px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 120px 0 0 0;
  }
}
.products + .products {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .products + .products {
    padding-bottom: 60px;
  }
}
.products__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products__grid {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
}
.products__grid.archive-filter__grid {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .products__grid.archive-filter__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products__grid.archive-filter__grid {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
}
.products__item {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.products__item a {
  text-decoration: none;
}
.products__item a .products__image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products__item .tags {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products__item .tags .tags__item {
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  color: #333;
  padding: 5px 20px 5px 8px;
  border-radius: 13px;
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__item .tags .tags__item img {
  width: 14px;
}
.products__item .tags .tags__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.products__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.products__name {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .products__name {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.products .about__cta.related-items__cta a.about__cta-btn.cta__cta-btn--small {
  margin-top: 10px;
  min-width: 202px;
  padding: 8px 25px;
}
.products__spec {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666666;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .products__spec {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.products__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.products__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 45px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.11);
  min-width: 280px;
}
.products__cta-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .products__cta-btn {
    min-width: 240px;
    padding: 16px 24px;
  }
}
.products__cta-icon {
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23333333" viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .products__cta-icon {
    width: 20px;
    height: 20px;
  }
}
.products__cta-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .products__cta-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.archive-message {
  margin-top: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .archive-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.archive-message__content {
  display: inline-block;
  border: 3px solid #fc5b65;
  padding: 20px 40px;
  -webkit-box-shadow: 4px 7px 7px #c5c5c5;
          box-shadow: 4px 7px 7px #c5c5c5;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .archive-message__content {
    padding: 10px 20px;
  }
}
.archive-message + .filter-section__content {
  margin-top: 20px;
}
.archive-message p {
  text-align: center;
  font-size: 36px;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archive-message p {
    font-size: 24px;
    line-height: 1.6;
  }
}
.archive-message p a:hover + i {
  -webkit-transform: translate(-5px, 10px);
          transform: translate(-5px, 10px);
}
.archive-message p i {
  background-image: url(../images/common/click.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 50px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .archive-message p i {
    width: 25px;
    height: 25px;
  }
}
.archive-message .red {
  color: #fc5b65;
}

.filter-section__content {
  margin-top: 80px;
  padding: 20px 30px;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .filter-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
  }
}
.filter-section__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .filter-section__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.filter-section__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 270px;
}
.filter-section__filter-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.filter-section .select_box {
  position: relative;
}
.filter-section .select_box img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-section .select_box select {
  display: block;
  width: 100%;
  max-width: 270px;
  border-radius: 27px;
  background: #fff;
  border: 1px solid #333;
  padding: 11px 30px;
}
@media screen and (max-width: 767px) {
  .filter-section .select_box select {
    max-width: 100%;
    padding: 4px 15px;
    font-size: 14px;
  }
}
.filter-section__note {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .filter-section__note {
    font-size: 18px;
    line-height: 1.6;
  }
}

.footer_contact .contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer_contact .contact__item {
  width: 100%;
}
.footer_contact .contact__item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.footer_contact .contact__item .contact_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.footer_contact .contact__item .contact_buttons .contact__button--mail {
  max-width: 702px;
  width: 100%;
  height: 170px;
  border-radius: 85px;
  background: #2b2b2b;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 120px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--mail {
    font-size: 0.875rem;
    line-height: 1.5;
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer_contact .contact__item .contact_buttons .contact__button--mail:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer_contact .contact__item .contact_buttons .contact__button--mail:hover img {
  opacity: 1;
}
.footer_contact .contact__item .contact_buttons .contact__button--mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/common/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--mail::before {
    width: 26px;
    height: 26px;
    left: 30px;
  }
}
.footer_contact .contact__item .contact_buttons .contact__button--mail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/common/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--mail::after {
    width: 20px;
    height: 20px;
    right: 30px;
  }
}
.footer_contact .contact__item .contact_buttons .contact__button--tel {
  max-width: 702px;
  width: 100%;
  height: 170px;
  border-radius: 85px;
  background: transparent;
  border: 2px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.5;
  color: #333;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10%;
  padding-left: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_contact .contact__item .contact_buttons .contact__button--tel {
    font-size: 26px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--tel {
    font-size: 1.4375rem;
    line-height: 1.5;
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer_contact .contact__item .contact_buttons .contact__button--tel:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer_contact .contact__item .contact_buttons .contact__button--tel:hover img {
  opacity: 1;
}
.footer_contact .contact__item .contact_buttons .contact__button--tel span {
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
  color: #333;
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_contact .contact__item .contact_buttons .contact__button--tel span {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--tel span {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-left: 30px;
    margin-top: 2px;
  }
}
.footer_contact .contact__item .contact_buttons .contact__button--tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/common/tell.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact__item .contact_buttons .contact__button--tel::before {
    width: 26px;
    height: 26px;
    left: 30px;
    top: 53%;
  }
}

div.floating_btn {
  position: fixed;
  bottom: 85px;
  right: 15px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  div.floating_btn {
    bottom: 80px;
    right: 10px;
    width: calc(100% - 20px);
  }
}
div.floating_btn .floating_btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
div.floating_btn .floating_btn-top {
  border-radius: 12px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.35);
  /* (plus shape's fill blended on top as a separate layer with 51% opacity) */
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  div.floating_btn .floating_btn-top {
    padding: 0 18px;
    background: #e9873e;
    border: 1px solid #fff;
    border-radius: 52px;
  }
}
div.floating_btn .floating_btn-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}
div.floating_btn .floating_btn-top a:hover img {
  opacity: 1;
}
div.floating_btn .floating_btn-top .floating_btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
div.floating_btn .floating_btn-top .info_text p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
div.floating_btn .floating_btn-top .info_text p .small {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}
div.floating_btn .floating_btn-top .info_tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 49px;
  line-height: 1;
}
div.floating_btn .floating_btn-top .info_tell img {
  width: 30px;
  position: relative;
  top: 5px;
}
div.floating_btn .floating_btn-top.sp .floating_btn-content {
  width: 100%;
}
div.floating_btn .floating_btn-top.sp .info_text {
  width: 100%;
}
div.floating_btn .floating_btn-top.sp .info_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 17px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.floating_btn .floating_btn-top.sp .info_text p span.tell-image {
  width: 22px;
}
div.floating_btn .floating_btn-top.sp .info_text p span.tell-image img {
  width: 100%;
  vertical-align: middle;
}
div.floating_btn .floating_btn-top.sp .info_text p span.tell {
  font-weight: 900;
  font-size: 27px;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  div.floating_btn .floating_btn-top.sp .info_text p span.tell {
    font-size: 23px;
  }
}
div.floating_btn .floating_btn-top.sp .info_text p span.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 4px;
}
div.floating_btn .floating_btn-bottom .floating_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link {
  width: 100%;
  border-radius: 52px;
  background: #ca2621;
  border: 1px solid #fff;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
  padding: 15px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    height: 40px;
    text-align: center;
  }
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link:hover img {
  opacity: 1;
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link:nth-child(2) {
  background: #ec893f;
}
@media screen and (max-width: 767px) {
  div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link:nth-child(2) {
    background: #ca2621;
  }
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link .floating_btn-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link .floating_btn-icon {
    left: 7px;
  }
  div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link .floating_btn-icon img {
    max-height: 32px;
  }
}
div.floating_btn .floating_btn-bottom .floating_buttons .floating_btn-link .floating_btn-content {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs {
  background: #f8f8f8;
  padding: 5px 0;
  position: relative;
  z-index: 5;
}
.breadcrumbs .breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs .breadcrumbs__list img {
  vertical-align: middle;
}
.breadcrumbs .breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.breadcrumbs .breadcrumbs__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list li a {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.rental-flow {
  padding: 210px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .rental-flow {
    padding: 50px 0 50px 0;
  }
}
.rental-flow__image {
  position: relative;
  z-index: 15;
}

.pager .nav-links,
.pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .nav-links .disabled,
.pager .page-numbers .disabled {
  opacity: 0.3;
}
.pager .nav-links svg,
.pager .page-numbers svg {
  fill: #333;
}
.pager .nav-links .page-numbers,
.pager .page-numbers .page-numbers {
  line-height: 1;
}
.pager .nav-links .page-numbers:not(.dots):not(.next):not(.prev),
.pager .page-numbers .page-numbers:not(.dots):not(.next):not(.prev) {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #333;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.pager .nav-links span.page-numbers.current,
.pager .page-numbers span.page-numbers.current {
  background: #dcdcdc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pager .nav-links a,
.pager .page-numbers a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .nav-links a:hover,
.pager .page-numbers a:hover {
  text-decoration: none;
  opacity: 0.8;
}

section.led-products-filter {
  margin-bottom: 150px;
}

.table_style_01 {
  width: 100%;
}
.table_style_01 th {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  width: 170px;
  background: #bd9a66;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_style_01 th {
    font-size: 14px;
    line-height: 1.6;
  }
}
.table_style_01 td {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  padding: 10px;
  background: #fbf2e5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_style_01 td {
    font-size: 14px;
    line-height: 1.6;
  }
}
.table_style_01 tr {
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 767px) {
  .table_style_01 tr {
    border-bottom: 5px solid #fff;
  }
}

.loading-indicator {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}
.loading-indicator p {
  margin: 0;
}

.error-message {
  text-align: center;
  padding: 40px 20px;
  color: #d32f2f;
  font-size: 16px;
  background-color: #ffebee;
  border: 1px solid #ffcdd2;
  border-radius: 4px;
  margin: 20px 0;
}

.results-count {
  text-align: right;
  padding: 20px 0;
  color: #666;
  font-size: 14px;
}
.results-count p {
  margin: 0;
}

.products__taxonomy {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.products__taxonomy .products__taxonomy-label {
  font-weight: bold;
  margin-right: 4px;
}
.products__taxonomy .products__taxonomy-term {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 2px;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

section.ctas + section.reasons {
  border-top: 2px solid #c2c1c1;
}

.service-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  position: relative;
}
.service-list__header::before {
  content: "";
  position: absolute;
  background-image: url("../images/page/sakura.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 92px;
  height: 88px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-list__header::before {
    width: 46px;
    height: 44px;
  }
}
.service-list__header .service-list__number img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .service-list__header .service-list__number img {
    height: 29px;
  }
}
.service-list__header .service-list__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .service-list__header .service-list__title {
    font-size: 24px;
    line-height: 1.6;
  }
}

body.page-id-13 .floating_btn,
body.post-type-archive-download .floating_btn,
body.page-id-8 .floating_btn {
  display: none;
}

.introduce-producs {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .introduce-producs {
    margin-top: 50px;
  }
}
.introduce-producs__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #ff0000;
  text-shadow: rgb(255, 255, 255) 2px 0px 1px, rgb(255, 255, 255) 2px 0px 1px, rgb(255, 255, 255) 2px 1px 1px, rgb(255, 255, 255) 2px 1px 1px, rgb(255, 255, 255) 1px 1px 1px, rgb(255, 255, 255) 1px 2px 1px, rgb(255, 255, 255) 1px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) -1px 2px 1px, rgb(255, 255, 255) -1px 2px 1px, rgb(255, 255, 255) -1px 1px 1px, rgb(255, 255, 255) -2px 1px 1px, rgb(255, 255, 255) -2px 1px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px -1px 1px, rgb(255, 255, 255) -2px -1px 1px, rgb(255, 255, 255) -1px -1px 1px, rgb(255, 255, 255) -1px -2px 1px, rgb(255, 255, 255) -1px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 1px -2px 1px, rgb(255, 255, 255) 1px -2px 1px, rgb(255, 255, 255) 1px -1px 1px, rgb(255, 255, 255) 2px -1px 1px, rgb(255, 255, 255) 2px -1px 1px, rgb(255, 255, 255) 2px 0px 1px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px;
}
@media screen and (max-width: 767px) {
  .introduce-producs__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.introduce-producs__subtitle {
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  text-shadow: rgb(255, 255, 255) 2px 0px 1px, rgb(255, 255, 255) 2px 0px 1px, rgb(255, 255, 255) 2px 1px 1px, rgb(255, 255, 255) 2px 1px 1px, rgb(255, 255, 255) 1px 1px 1px, rgb(255, 255, 255) 1px 2px 1px, rgb(255, 255, 255) 1px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) 0px 2px 1px, rgb(255, 255, 255) -1px 2px 1px, rgb(255, 255, 255) -1px 2px 1px, rgb(255, 255, 255) -1px 1px 1px, rgb(255, 255, 255) -2px 1px 1px, rgb(255, 255, 255) -2px 1px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px 0px 1px, rgb(255, 255, 255) -2px -1px 1px, rgb(255, 255, 255) -2px -1px 1px, rgb(255, 255, 255) -1px -1px 1px, rgb(255, 255, 255) -1px -2px 1px, rgb(255, 255, 255) -1px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 0px -2px 1px, rgb(255, 255, 255) 1px -2px 1px, rgb(255, 255, 255) 1px -2px 1px, rgb(255, 255, 255) 1px -1px 1px, rgb(255, 255, 255) 2px -1px 1px, rgb(255, 255, 255) 2px -1px 1px, rgb(255, 255, 255) 2px 0px 1px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 1px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) 0px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 1px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px 0px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) -1px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 0px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px -1px 5px, rgb(228, 228, 228) 1px 0px 5px, rgb(228, 228, 228) 1px 0px 5px;
}
@media screen and (max-width: 767px) {
  .introduce-producs__subtitle {
    font-size: 14px;
    line-height: 1.6;
  }
}
.introduce-producs .introduce-producs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.introduce-producs .introduce-producs__content::-webkit-scrollbar {
  height: 8px;
}
.introduce-producs .introduce-producs__content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.introduce-producs .introduce-producs__content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.introduce-producs .introduce-producs__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.introduce-producs .introduce-producs__content:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.introduce-producs .introduce-producs__content .introduce-producs__item {
  width: 300px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  margin: 50px 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 20px;
}
.introduce-producs .introduce-producs__content .introduce-producs__item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
.introduce-producs .introduce-producs__content .introduce-producs__item-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.introduce-producs .introduce-producs__content .introduce-producs__item-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce-producs .introduce-producs__content .introduce-producs__item-price dl dd span.price {
  color: #ff0000;
}
.introduce-producs .introduce-producs__content .introduce-producs__item-description {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}