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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}

/* ------------------------------------------------------------
   Form UI Reset Styles
   - プレースホルダーと自動入力色のリセット
   - WebKit系ブラウザ（Chrome, Safari）対応済み
   - すべてのフォーム要素に適用
------------------------------------------------------------ */
/* ---------- 1. placeholder の色を統一 ---------- */
::-webkit-input-placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}
::-moz-placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}
:-ms-input-placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}
::-ms-input-placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}
::placeholder {
  color: #aaa; /* 自由に変更可能 */
  opacity: 1; /* Safariで薄くなるのを防止 */
}

/* Edge・IE 対応 */
:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

/* ---------- 2. 自動入力（autofill）の色崩れ防止 ---------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* 背景を白に戻す */
  -webkit-text-fill-color: #333 !important; /* テキストカラー統一 */
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; /* 背景色変更を無効化 */
}

/* ---------- 3. 必須エラー時の共通スタイル ---------- */
input.error,
select.error,
textarea.error {
  border: 2px solid #e74c3c;
  background: #fff5f5;
}

.error-msg {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 0.3rem;
}

/* ---------- 4. デフォルトフォームUIの見た目を少し整える ---------- */
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #5da8ff; /* フォーカス時の色（好みに変更） */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  background-color: #FFF;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
}

.inner {
  max-width: 1440px;
  margin-inline: auto;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 28rem;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-block: 0.7rem;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.c-btn:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#ffb751), to(#d86b00));
  background: linear-gradient(90deg, #ffb751 0%, #d86b00 100%);
}
.c-btn:first-child .c-btn__arrow {
  background: #d86b00;
}
.c-btn:first-child:hover {
  opacity: 0.85;
}
.c-btn:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#33d2b2), to(#22bcac));
  background: linear-gradient(90deg, #33d2b2 0%, #22bcac 100%);
}
.c-btn:nth-child(2) .c-btn__arrow {
  background: #1DA182;
}
.c-btn:nth-child(2):hover {
  opacity: 0.85;
}

.c-btn__text {
  color: var(--white, #FFF);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}

.c-btn__arrow {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #d86b00;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-btn__arrow img {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 0;
}

.header {
  width: 100%;
  padding-block: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 1000px) {
  .header {
    display: none;
  }
}
.header__inner {
  max-width: 1340px;
  height: 56px;
  margin: 0 auto;
  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 28px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  width: 20rem;
  height: auto;
  margin-right: 9px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logotext {
  font-size: 2.2rem;
  font-weight: 500;
  color: #b74d22;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 28px;
  margin-left: auto;
}
.header__nav a {
  font-size: 1.28rem;
  color: #575757;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 2px 0;
}
.header__nav a:hover {
  color: #b74d22;
}
.header__buttons {
  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;
  gap: 10px;
  margin-left: 28px;
}
.header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15rem;
  padding: 0 18px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.22rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0 1.5px 4px 0 rgba(180, 180, 180, 0.1);
          box-shadow: 0 1.5px 4px 0 rgba(180, 180, 180, 0.1);
}
.header__btn--primary {
  background: -webkit-gradient(linear, left top, right top, from(#f9b234), to(#cf661a));
  background: linear-gradient(90deg, #f9b234 0%, #cf661a 100%);
  color: #fff;
  position: relative;
  margin-right: 0;
  border: 1.5px solid #f9b234;
}
.header__btn--primary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f6a90f), to(#a94705));
  background: linear-gradient(90deg, #f6a90f 0%, #a94705 100%);
  color: #fff;
  border-color: #f2a31d;
}
.header__btn--secondary {
  background: #26c6b6;
  color: #fff;
  border: 1.5px solid #26c6b6;
}
.header__btn--secondary:hover {
  background: #18ad99;
  border-color: #18ad99;
  color: #fff;
}

.footer {
  background: #333e3a;
  color: #fff;
  padding: 60px 0 20px 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding-inline: 5%;
}
.footer__left {
  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;
}
.footer__privacy {
  margin-top: auto;
}
.footer__right {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
.footer__sitemap li:nth-child(n+2):nth-child(-n+8) {
  margin-top: 8px;
}
.footer__sitemap, .footer__products, .footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
}
.footer__sitemap {
  min-width: 190px;
  gap: 2px;
}
.footer__sitemap li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: -webkit-text-decoration 0.15s;
  transition: -webkit-text-decoration 0.15s;
  transition: text-decoration 0.15s;
  transition: text-decoration 0.15s, -webkit-text-decoration 0.15s;
}
.footer__sitemap li a:hover {
  text-decoration: underline;
}
.footer__sitemap-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.footer__products, .footer__contact {
  min-width: 150px;
}
.footer__products .footer__sitemap-title::after, .footer__contact .footer__sitemap-title::after {
  margin-left: 8px;
}
.footer__sitemap > .footer__sitemap-title::after {
  background: #fff;
}
.footer__products > .footer__sitemap-title::after {
  background: #fff;
}
.footer__contact > .footer__sitemap-title::after {
  background: #fff;
}
.footer__products > .footer__sitemap-title:not(:first-child)::after, .footer__contact > .footer__sitemap-title:not(:first-child)::after {
  background: #fff;
}
.footer__copyright {
  text-align: left;
  color: #bfc5c4;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
  .footer__right {
    margin-top: 30px;
  }
  .footer__nav {
    -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;
    gap: 20px;
    margin-bottom: 15px;
  }
  .footer__sitemap, .footer__products, .footer__contact {
    min-width: 0;
  }
}

.fv {
  position: relative;
  width: 100%;
  min-height: 720px;
  background: #fff;
  overflow: hidden;
  padding: 80px 0 120px;
}
.fv__bg {
  position: absolute;
  top: 0;
  z-index: 1;
}
.fv__bg--left {
  top: 40rem;
  left: 0;
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__bg--right {
  top: -1rem;
  right: 0;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  min-height: 600px;
}
.fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 600px;
  z-index: 3;
  position: relative;
}
.fv__catch-copy {
  margin: 0;
}
.fv__catch-copy--feature {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  letter-spacing: 0.05em;
}
.fv__main-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}
.fv__main-title--emphasis {
  font-weight: 700;
}
.fv__sub-info {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
  margin: 0;
}
.fv__sub-info .fv__shop-cost {
  color: #ff8c42;
  font-weight: 600;
}
.fv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
.fv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, background 0.3s;
  transition: opacity 0.3s, transform 0.2s, background 0.3s, -webkit-transform 0.2s;
  position: relative;
  min-width: 240px;
}
.fv__btn::after {
  content: "→";
  margin-left: 8px;
  font-size: 1.4rem;
}
.fv__btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.fv__btn--orange {
  background: #ff8c42;
  color: #fff;
}
.fv__btn--orange::after {
  color: #fff;
}
.fv__btn--green {
  background: #26c6b6;
  color: #fff;
}
.fv__btn--green::after {
  color: #fff;
}
.fv__btn--gray {
  background: #e8ecec;
  color: #4a4a4a;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 56px;
}
.fv__btn--gray::after {
  content: "→";
  position: absolute;
  right: 8px;
  margin-left: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 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;
  font-size: 1.4rem;
  color: #4a4a4a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.fv__btn--gray:hover {
  opacity: 1;
  background: #e0e6e6;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.fv__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.fv__point {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fv__point-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 0 0 8px 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.fv__point-text {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
  margin-top: 28px;
  padding-left: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fv__point-text::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  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;
}

.industry {
  background: #f8fafc;
  padding: 100px 0 120px;
  position: relative;
}
.industry__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
.industry__header {
  text-align: left;
  margin-bottom: 64px;
}
.industry__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.3rem;
  color: #EC7100;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 10px;
}
.industry__label span:first-child {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #26c6b6;
  margin-right: 5px;
  vertical-align: middle;
}
.industry__label span:last-child {
  vertical-align: middle;
}
.industry__title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.industry__lead {
  color: #555;
  font-size: 1.7rem;
  line-height: 1.85;
  margin-top: 0;
  margin-bottom: 0;
}
.industry__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  margin-top: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.industry__feature {
  padding: 38px 10px 32px;
  width: 32rem;
  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;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.18s;
  transition: -webkit-box-shadow 0.18s;
  transition: box-shadow 0.18s;
  transition: box-shadow 0.18s, -webkit-box-shadow 0.18s;
}
.industry__feature:hover {
  -webkit-box-shadow: 0 8px 32px rgba(38, 198, 182, 0.18);
          box-shadow: 0 8px 32px rgba(38, 198, 182, 0.18);
}
.industry__feature img {
  width: 32rem;
  height: auto;
  margin-bottom: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.industry__feature-text {
  font-size: 1.53rem;
  color: #475569;
  line-height: 1.8;
}

.features {
  background: #f9fbfa;
  padding: 80px 0;
}
.features__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.features__header {
  text-align: left;
  margin-bottom: 40px;
}
.features__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.features__label span:first-child {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #26c6b6;
  margin-right: 10px;
  vertical-align: middle;
}
.features__label span:last-child {
  color: #26c6b6;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.features__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #32343b;
  line-height: 1.4;
  margin-bottom: 18px;
}
.features__lead {
  max-width: 86rem;
  color: #555;
  font-size: 1.7rem;
  line-height: 1.85;
  margin-top: 0;
  margin-bottom: 0;
}
.features__card-list {
  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;
  gap: 8rem 8rem;
  padding: 0;
  margin: 54px 0 0 0;
  list-style: none;
}
.features__card-item {
  width: 34.1rem;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 24px rgba(38, 198, 182, 0.07);
          box-shadow: 0 4px 24px rgba(38, 198, 182, 0.07);
  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;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.16s;
  transition: -webkit-box-shadow 0.16s;
  transition: box-shadow 0.16s;
  transition: box-shadow 0.16s, -webkit-box-shadow 0.16s;
  position: relative;
}
.features__card-item:hover {
  -webkit-box-shadow: 0 8px 36px rgba(38, 198, 182, 0.16);
          box-shadow: 0 8px 36px rgba(38, 198, 182, 0.16);
}
.features__card-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.effect__inner {
  padding-inline: 5%;
}
.effect__header {
  padding-top: 54px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .effect__header {
    padding-top: 38px;
    margin-bottom: 18px;
  }
}
.effect__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #26c6b6;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}
.effect__label span:first-child {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #26c6b6;
  border-radius: 50%;
}
.effect__label span:last-child {
  color: #f89e51;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.045em;
}
.effect__header-title {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media (max-width: 600px) {
  .effect__header-title {
    font-size: 2rem;
  }
}

.effect-content {
  margin-top: 0;
}
.effect-content__01 {
  margin-bottom: 10rem;
  padding: 0;
  background: none;
}
.effect-content__heading {
  margin-bottom: 16px;
}
.effect-content__heading-label {
  display: inline-block;
  color: #f89e51;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-radius: 9px;
  padding: 2px 14px 2px 13px;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.effect-content__heading-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #303030;
  line-height: 1.47;
  letter-spacing: 0.02em;
  margin: 4px 0 12px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 600px) {
  .effect-content__heading-title {
    font-size: 1.39rem;
  }
}
.effect-content__heading-text {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 600px) {
  .effect-content__heading-text {
    font-size: 1.13rem;
  }
}
.effect-content__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  min-height: 28rem;
}
@media (max-width: 900px) {
  .effect-content__02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: unset;
    border-radius: 1.3rem;
  }
}
.effect-content__02 .effect-content__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 42%;
  background: #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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .effect-content__02 .effect-content__heading {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 2.4rem 1.2rem 1.6rem 1.2rem;
  }
}
.effect-content__02 .effect-content__heading .effect-content__heading-label {
  color: #f89e51;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 0.7rem;
  display: inline-block;
}
.effect-content__02 .effect-content__heading .effect-content__heading-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #303030;
  line-height: 1.54;
  margin-bottom: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.effect-content__02 .effect-content__heading .effect-content__heading-text {
  font-size: 1.14rem;
  color: #555;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
.effect-content__02 .effect-content__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  background: #FDF6EF;
  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;
  padding: 0;
}
@media (max-width: 900px) {
  .effect-content__02 .effect-content__img-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 2.4rem 0 2rem 0;
  }
}
.effect-content__02 .effect-content__img-wrapper img {
  width: 32rem;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .effect-content__02 .effect-content__img-wrapper img {
    width: 90vw;
    max-width: 26rem;
  }
}
.effect-content__02.effect-content__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.effect-content__02.effect-content__reverse .effect-content__heading {
  padding: 3.8rem 4.2rem 3.8rem 3rem;
  background: #fff;
}
@media (max-width: 900px) {
  .effect-content__02.effect-content__reverse .effect-content__heading {
    padding: 2.4rem 1.2rem 1.6rem 1.2rem;
  }
}
.effect-content__02.effect-content__reverse .effect-content__img-wrapper {
  background: #fdf6ef;
}
@media (max-width: 900px) {
  .effect-content__02.effect-content__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.effect-content__03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.effect-content__03 .effect-content__img-wrapper {
  background: linear-gradient(110deg, #F6AF00 4.16%, #EC7000 119.34%);
}

.price {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.price__header {
  text-align: center;
}
.price__label {
  color: #EC7100;
}
.price__label-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #25BF9B;
  border-radius: 50%;
}
.price__title {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
}
.price__content {
  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;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}
.price__lead {
  font-family: "Zen Kaku Gothic New";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  background: var(--orange, linear-gradient(90deg, #F6AF00 0%, #EC7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price__desc {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.price__total-img {
  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;
  margin-top: 2rem;
}

.faq {
  padding: 8rem 0 10rem 0;
  background: #fff;
}
.faq__inner {
  padding-inline: 5%;
}
.faq__header {
  text-align: left;
  margin-bottom: 3.2rem;
}
.faq__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 700;
  color: #F6AF00;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}
.faq__label-dot {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #28D8A1;
  border-radius: 50%;
  margin-right: 0.6rem;
  vertical-align: middle;
}
.faq__title {
  font-family: "Zen Kaku Gothic New";
  font-size: 2.8rem;
  font-weight: 500;
  color: #353C3B;
  margin-bottom: 0;
  line-height: 1.1;
  z-index: 2;
  position: relative;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
}
.faq__item {
  background: #FFF5E5;
  border-radius: 1.2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  overflow: hidden;
  position: relative;
}
.faq__item + .faq__item {
  margin-top: 0;
}
.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: none;
  border: none;
  padding: 2.4rem 2.8rem;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 500;
  color: #F59200;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.faq__question:hover, .faq__question:focus {
  background: #FFE8C7;
  outline: none;
}
.faq__question-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 1.7rem;
  color: #F6AF00;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__question-text {
  font-size: 1.7rem;
  color: #353C3B;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__toggle-icon {
  margin-left: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.faq__toggle-icon::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border: solid #F6AF00;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.25, 0.32, 1.05);
  transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.25, 0.32, 1.05);
  transition: transform 0.3s cubic-bezier(0.38, 0.25, 0.32, 1.05);
  transition: transform 0.3s cubic-bezier(0.38, 0.25, 0.32, 1.05), -webkit-transform 0.3s cubic-bezier(0.38, 0.25, 0.32, 1.05);
  margin-left: auto;
  margin-right: auto;
}
.faq .js-faq-question[aria-expanded=true] .faq__toggle-icon::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq__answer {
  background: #FFF;
  padding: 2.1rem 4.8rem 2.5rem 5.9rem;
  font-size: 1.5rem;
  color: #353C3B;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.8;
  border-top: 1px solid #FFE35B;
  display: none;
}

.news {
  background: #f6faf9;
  padding: 9rem 0 10rem 0;
}
.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 8rem;
}
@media (max-width: 1000px) {
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.news__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34rem;
          flex: 0 0 34rem;
  position: relative;
  z-index: 2;
  min-width: 24rem;
}
.news__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffa500;
  margin-bottom: 2.2rem;
}
.news__label-dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #13c26b;
  margin-right: 0.5rem;
}
.news__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #242d28;
  margin-bottom: 4.2rem;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
  height: 4.1rem;
  padding: 0 2.9rem 0 2.5rem;
  background: linear-gradient(97deg, #ff9800 0%, #fca800 100%);
  color: #fff;
  border-radius: 28px;
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 16px 0 rgba(255, 184, 74, 0.12);
          box-shadow: 0 4px 16px 0 rgba(255, 184, 74, 0.12);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.news__btn:hover {
  background: linear-gradient(97deg, #ffa500 0%, #ffbe48 95%);
  color: #fff;
  text-decoration: none;
}
.news__btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}
.news__btn-arrow svg {
  vertical-align: middle;
  display: inline-block;
}
.news__backtitle {
  font-size: 6rem;
  color: #ebf0e9;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 14.5rem;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 1000px) {
  .news__backtitle {
    font-size: 3.6rem;
    top: 11.5rem;
  }
}
.news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  z-index: 1;
}
.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5ece8;
  padding: 2.2rem 0 2.3rem 0;
  position: relative;
}
.news__item:first-child {
  border-top: 1px solid #e5ece8;
}
@media (max-width: 700px) {
  .news__item {
    -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;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
.news__date {
  font-size: 1.4rem;
  color: #595757;
  margin-right: 2.7rem;
  min-width: 7.5rem;
  font-family: "Inter", "Arial", sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 700px) {
  .news__date {
    margin-bottom: 0.7rem;
  }
}
.news__tag {
  display: inline-block;
  background: #ff9800;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  margin-right: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .news__tag {
    margin-bottom: 0.7rem;
    margin-right: 0;
  }
}
.news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  color: #242d28;
  margin-right: 2rem;
}
@media (max-width: 700px) {
  .news__text {
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
}
.news__viewmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #595757;
  text-decoration: none;
  margin-left: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.news__viewmore:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #595757;
}
.news__viewmore svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .news__viewmore {
    margin-left: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.company {
  background: #fff;
  padding: 9rem 0 10rem 0;
}
.company__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.company__label {
  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;
  gap: 0.9rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f6af00;
  margin-bottom: 0.6rem;
}
.company__label-dot {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #13c26b;
  margin-right: 0.5rem;
}
.company__title {
  font-size: 3rem;
  font-weight: 700;
  color: #353C3B;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 3.2rem;
  position: relative;
  text-align: center;
  z-index: 2;
  line-height: 1.1;
}
.company__backtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5rem;
  text-align: center;
  font-size: 7rem;
  font-weight: 300;
  color: #eff4f2;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 0.9;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 700px) {
  .company__backtitle {
    font-size: 2.8rem;
    top: 1.2rem;
  }
}
.company__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.4rem;
  z-index: 2;
  position: relative;
  background: transparent;
}
.company__table th, .company__table td {
  font-size: 1.6rem;
  font-weight: 400;
  color: #353C3B;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  vertical-align: top;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  line-height: 1.7;
}
.company__table th {
  font-weight: 500;
  width: 11rem;
  color: #353C3B;
  padding-right: 2.4rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.company__table td {
  color: #353C3B;
  font-weight: 400;
  word-break: break-all;
}
.company__table tr:last-child th,
.company__table tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 700px) {
  .company__table th, .company__table td {
    font-size: 1.3rem;
    padding: 0.9rem 0;
  }
  .company__table th {
    width: 6.5rem;
    padding-right: 1rem;
  }
}

.cta-contact {
  position: relative;
  margin-inline: 5%;
  padding-inline: 5%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  border-radius: 1rem;
}
.cta-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.cta-contact__inner {
  position: relative;
  z-index: 2;
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.cta-contact__label-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #EC7100;
  border-radius: 50%;
}
.cta-contact__label-text {
  color: #fff;
}
.cta-contact__title {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.cta-contact__text {
  color: #FFF4E4;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.cta-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
.cta-contact__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;
  width: 345px;
  height: 75px;
  padding: 0 20px 0 24px;
  border-radius: 37.5px;
  background: #FFE5D4;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.cta-contact__btn-arrow {
  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;
}

.p-privacy__container {
  max-width: 100rem;
  margin-inline: auto;
  padding-block: 10rem;
}
.p-privacy__inner {
  padding-inline: 5%;
}
.p-privacy__page-title {
  text-align: center;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-privacy__lead-text {
  margin-top: 5rem;
}
.p-privacy__list {
  margin-top: 5rem;
  list-style: decimal;
  padding-left: 1.5em;
}
.p-privacy__item {
  margin-top: 2rem;
}
.p-privacy__item-title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.p-privacy__item-text {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.p-privacy small {
  display: block;
  margin-top: 5rem;
}
.p-privacy__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-thanks__container {
  padding-block: 10rem;
}
.p-thanks__heading {
  text-align: center;
}
.p-thanks__heading-title {
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  background: var(--orange, linear-gradient(90deg, #F6AF00 0%, #EC7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-thanks__heading-text {
  color: var(--black, #353C3B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-thanks__text {
  margin-top: 5rem;
  color: var(--black, #353C3B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.p-thanks__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.p-contact {
  padding-block: 10rem;
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding-inline: 5%;
}
.p-contact__heading-title {
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--orange, linear-gradient(90deg, #F6AF00 0%, #EC7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-contact__heading-text {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-contact__text {
  margin-top: 5rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.p-contact__right {
  width: 100%;
  max-width: 440px;
  margin-top: 10rem;
  background: #fff;
}
.p-contact__right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.p-contact__right .form-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: 0.4rem;
}
.p-contact__right .form-item label {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  color: #353C3B;
  font-weight: 500;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__right .form-item label .required {
  display: inline-block;
  margin-left: 0.7em;
  background: -webkit-gradient(linear, left top, right top, from(#F6AF00), to(#EC7000));
  background: linear-gradient(90deg, #F6AF00 0%, #EC7000 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.1em 0.7em;
  line-height: 1.7;
}
.p-contact__right .form-item input[type=text],
.p-contact__right .form-item input[type=email],
.p-contact__right .form-item input[type=tel],
.p-contact__right .form-item textarea {
  width: 100%;
  padding: 0.8em 1em;
  border: none;
  border-radius: 5px;
  background: #F4F8F6;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  color: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.p-contact__right .form-item textarea {
  min-height: 90px;
  max-width: 100%;
}
.p-contact__right .form-item--checkboxes {
  gap: 0.9em;
}
.p-contact__right .form-item--checkboxes .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7em;
}
.p-contact__right .form-item--checkboxes .checkbox-group label {
  font-size: 15px;
  font-weight: 400;
  color: #353C3B;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.p-contact__right .form-item--checkboxes .checkbox-group input[type=checkbox] {
  accent-color: #F6AF00;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
}
.p-contact__right .form-item--radios {
  gap: 0.9em;
}
.p-contact__right .form-item--radios .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7em;
}
.p-contact__right .form-item--radios .radio-group label {
  font-size: 15px;
  font-weight: 400;
  color: #353C3B;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.p-contact__right .form-item--radios .radio-group input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  accent-color: #F6AF00;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  cursor: pointer;
}
.p-contact__right .privacy-link {
  text-align: center;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.p-contact__right .privacy-link a {
  display: inline-block;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-contact__right input[type=submit], .p-contact__right .c-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;
  margin: 2.2rem auto 0;
  min-width: 208px;
  padding: 0.95em 0;
  text-align: center;
  border-radius: 42px;
  border: none;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#F6AF00), to(#EC7000));
  background: linear-gradient(90deg, #F6AF00 0%, #EC7000 100%);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.0705882353);
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.p-contact__right input[type=submit]:after, .p-contact__right .c-btn:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 0.7em;
  background: url("../imgs/common/arrow-line.svg") no-repeat center/contain;
  vertical-align: middle;
}
.p-contact__right input[type=submit]:hover, .p-contact__right .c-btn:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

@media (max-width: 900px) {
  .p-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact__right {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .p-contact {
    padding-block: 4.5rem;
  }
  .p-contact__right {
    padding: 0;
  }
  .p-contact__right form {
    gap: 1.08rem;
  }
  .p-contact__right input[type=submit], .p-contact__right .c-btn {
    min-width: 100%;
    font-size: 15px;
  }
}
.a-news {
  padding-block: 10rem;
}
.a-news__inner {
  padding-inline: 5%;
}
.a-news__heading {
  text-align: left;
}
.a-news__heading-title {
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--orange, linear-gradient(90deg, #F6AF00 0%, #EC7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a-news__heading-subtitle {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.a-news__content {
  max-width: 90rem;
  margin-inline: auto;
}
.a-news__list {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.a-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  gap: 0;
}
.a-news__item-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #333;
  margin-right: 32px;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.01em;
}
.a-news__item-category {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#F6AF00), to(#EC7000));
  background: linear-gradient(90deg, #F6AF00 0%, #EC7000 100%);
  color: #fff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 32px;
  text-align: center;
  min-width: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.a-news__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #353C3B;
  margin-right: auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
.a-news__item-more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #8C8C8C;
  margin-left: 16px;
  min-width: 74px;
  text-align: right;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 600px) {
  .a-news__item {
    -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;
    padding: 20px 0;
    gap: 6px;
  }
  .a-news__item-date, .a-news__item-category, .a-news__item-text, .a-news__item-more {
    margin-right: 0;
    margin-left: 0;
  }
  .a-news__item-date {
    margin-bottom: 4px;
  }
  .a-news__item-category {
    margin-bottom: 4px;
  }
  .a-news__item-text {
    max-width: 100%;
    margin-bottom: 6px;
  }
  .a-news__item-more {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 4px;
  }
}

.s-news {
  padding-block: 4rem 8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.s-news__inner {
  padding-inline: 5%;
}
.s-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .s-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-news__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80rem;
}
@media (max-width: 768px) {
  .s-news__main-content {
    max-width: 100%;
  }
}
.s-news__meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.s-news__date {
  font-size: 1.4rem;
  color: #575757;
  letter-spacing: 0.02em;
  margin: 0;
}
.s-news__category {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: #ff9500;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.02em;
}
.s-news__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}
.s-news__main-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 3rem;
  letter-spacing: 0.02em;
}
.s-news__img-wrapper {
  width: 100%;
  margin-top: 3rem;
}
.s-news__img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.s-news__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.s-news__aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38rem;
}
@media (max-width: 768px) {
  .s-news__aside {
    width: 100%;
  }
}
.s-news__aside-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.4rem;
  letter-spacing: 0.02em;
}
.s-news__aside-title::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #33d2b2;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.s-news__item {
  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;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
}
.s-news__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.s-news__item-date {
  font-size: 1.2rem;
  color: #575757;
  margin: 0 0 0.8rem 0;
  letter-spacing: 0.02em;
}
.s-news__item-category {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.3rem 1rem;
  background-color: #ff9500;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.02em;
}
.s-news__item-text {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
  position: relative;
}