@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-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

a {
  display: block;
}

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

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  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: 768px) {
  .header {
    padding-block: 0;
  }
}
.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-inline: 2.8rem;
}
@media (max-width: 768px) {
  .header__inner {
    padding-inline: 2rem;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1001;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 10rem;
  }
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(0.5rem, 1.94vw, 2rem);
  margin-left: auto;
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
  }
}
.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;
}
@media (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.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;
}
@media (max-width: 1000px) {
  .header__buttons {
    display: none;
  }
}
.header__menu-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
@media (max-width: 1000px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu-btn-line {
  width: 100%;
  height: 3px;
  background: #575757;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header__menu-btn[aria-expanded=true] .header__menu-btn-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
.header__menu-btn[aria-expanded=true] .header__menu-btn-line:nth-child(2) {
  opacity: 0;
}
.header__menu-btn[aria-expanded=true] .header__menu-btn-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
          transform: rotate(-45deg) translate(8px, -8px);
}
.header__sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1000px) {
  .header__sp-nav {
    display: block;
  }
}
.header__sp-nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.header__sp-nav-inner {
  padding: 10rem 28px 40px;
  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;
}
.header__sp-nav-link {
  font-size: 1.8rem;
  color: #575757;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__sp-nav-link:hover {
  color: #b74d22;
}
.header__sp-nav-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: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}

.section__deco-text {
  color: var(--gray, #F1F7F5);
  font-family: Inter;
  font-size: clamp(5rem, 8.88vw, 12.8rem);
  font-weight: 500;
  line-height: 1.6;
}

.section__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;
}
.section__label span:first-child {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #26c6b6;
  margin-right: 3px;
  vertical-align: middle;
}
.section__label span:last-child {
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.section__title {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2.4rem, 2.22vw, 3.2rem);
  font-weight: 500;
  line-height: 1.6;
}

.section__lead-text {
  margin-top: 3rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.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;
}

.e-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 2rem;
  padding-block: 0.3rem;
  border-radius: 18px;
  font-size: 1.6rem;
  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);
}
.e-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;
  gap: 8px;
}
.e-btn--primary i {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #BD5A00;
  color: #fff;
  font-size: 1.4rem;
}
.e-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;
}
.e-btn--secondary {
  background: #26c6b6;
  color: #fff;
  border: 1.5px solid #26c6b6;
}
.e-btn--secondary i {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1DA182;
  color: #fff;
  font-size: 1.4rem;
}
.e-btn--secondary:hover {
  background: #18ad99;
  border-color: #18ad99;
  color: #fff;
}
.e-btn--grey {
  background: #D4DEDB;
  color: #000;
}
.e-btn--grey i {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F1F7F5;
  color: #000;
  font-size: 1.4rem;
}

.fv {
  position: relative;
  width: 100%;
  min-height: 720px;
  background: #fff;
  overflow: hidden;
  padding-top: 8rem;
}
.fv__bg-left, .fv__bg-right {
  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: -7rem;
  right: 0;
  height: 100%;
  width: 76rem;
}
@media (max-width: 768px) {
  .fv__bg-right {
    width: 25rem;
    top: 2.2rem;
    right: -6rem;
  }
}
.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;
  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 {
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(3rem, 3.3vw, 4.8rem);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .fv__buttons-upper {
    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;
  }
}
.fv .e-btn {
  width: 27rem;
  padding-block: 1rem;
  border-radius: 37.5px;
}
.fv .e-btn--grey {
  width: 20rem;
  padding-block: 0.3rem;
}
.fv .e-btn--grey i {
  width: 3rem;
  height: 3rem;
}
.fv__point-list {
  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;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .fv__point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv__point-item {
  max-width: 37.5rem;
}
.industry {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .industry {
    margin-top: 4rem;
  }
}
.industry__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
.industry .section__deco-text {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.industry__header {
  text-align: left;
  margin-bottom: 64px;
}
.industry__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4rem;
  margin-top: 6.4rem;
  -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;
}
@media (max-width: 768px) {
  .industry__feature {
    padding: 0;
  }
}
.industry__feature img {
  width: 32rem;
  height: auto;
  margin-bottom: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .industry__feature img {
    width: 22rem;
  }
}
.industry__feature-text {
  font-size: 1.53rem;
  color: #475569;
  line-height: 1.8;
}

.cta-01 {
  width: 100%;
  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;
}

.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__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;
  row-gap: 4rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  padding: 0;
  margin: 54px 0 0 0;
  list-style: none;
}
.features__card-item {
  width: 34.1rem;
  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;
}

.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-content {
  margin-top: 0;
}
@media (max-width: 768px) {
  .effect-content {
    margin-top: 4rem;
  }
}
.effect-content__01 {
  margin-bottom: 10rem;
  padding: 0;
  background: none;
}
@media (max-width: 768px) {
  .effect-content__01 {
    margin-bottom: 3rem;
  }
}
.effect-content .effect-content__01 .effect-content__text-block {
  padding-inline: 0;
}
.effect-content__heading-label {
  color: #F6AF00;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.effect-content__heading-title {
  margin-top: 1rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}
@media (max-width: 600px) {
  .effect-content__heading-title {
    font-size: 1.39rem;
  }
}
.effect-content__heading-text {
  margin-top: 2rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.effect-content__flow-img {
  margin-top: 4rem;
}
.effect-content__02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .effect-content__02-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.effect-content__text-block {
  position: relative;
  width: 50%;
  padding-inline: clamp(1rem, 6.25vw, 9rem);
}
@media (max-width: 768px) {
  .effect-content__text-block {
    width: 100%;
    padding-inline: 0;
  }
}
.effect-content__deco-text {
  position: absolute;
  z-index: -1;
  bottom: -13rem;
  left: 1rem;
  color: var(--gray, #F1F7F5);
  font-family: Inter;
  font-size: clamp(5rem, 8.88vw, 12.8rem);
  font-weight: 500;
  line-height: 1.6;
}
.effect-content__text-block-label {
  color: #F6AF00;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.effect-content__text-block-title {
  margin-top: 1rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.6;
}
.effect-content__text-block-text {
  margin-top: 2rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.effect-content__img-block {
  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;
  width: 50%;
  height: 47rem;
  padding-inline: clamp(2rem, 4.86vw, 7rem);
}
@media (max-width: 768px) {
  .effect-content__img-block {
    width: 100%;
    margin-top: 2rem;
    height: 30rem;
  }
}
.effect-content__02-item:nth-of-type(2) .effect-content__img-block {
  background-color: #FFF4E4;
}
@media (max-width: 768px) {
  .effect-content__02-item:nth-of-type(2) .effect-content__img-block img {
    width: 20rem;
  }
}
.effect-content__02-item:nth-of-type(3) .effect-content__img-block {
  background-color: #FFF4E4;
}
@media (max-width: 768px) {
  .effect-content__02-item:nth-of-type(3) .effect-content__img-block img {
    width: 30rem;
  }
}
.effect-content__02-item:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .effect-content__02-item:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
.effect-content__02-item:nth-of-type(3) .effect-content__img-block {
  background: linear-gradient(110deg, #F6AF00 4.16%, #EC7000 119.34%);
}
@media (max-width: 768px) {
  .effect-content__02-item:nth-of-type(4) {
    margin-top: 4rem;
  }
}
.effect-content__02-item:nth-of-type(4) .effect-content__img-block {
  background-color: #FFF4E4;
}

.price {
  margin-block: 10rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .price {
    margin-block: 4rem;
  }
}
.price__header {
  position: relative;
  text-align: center;
}
.price .section__deco-text {
  position: absolute;
  z-index: -1;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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: clamp(2.4rem, 2.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.6;
}
.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;
}
@media (max-width: 768px) {
  .price__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.price__lead {
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6;
  background: var(--orange, linear-gradient(90deg, #F6AF00 0%, #EC7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .price__lead {
    text-align: center;
  }
}
.price__desc {
  margin-top: 2rem;
  color: var(--black, #353C3B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.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-top: 8rem;
  padding-bottom: 10rem;
  background: #fff;
}
@media (max-width: 768px) {
  .faq {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.faq__inner {
  padding-inline: 5%;
}
.faq__header {
  position: relative;
  text-align: left;
  margin-bottom: 3.2rem;
}
.faq .section__deco-text {
  position: absolute;
  z-index: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15rem;
}
.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-top: 6rem;
}
.faq__item {
  background: #FFF4E4;
  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: clamp(1.4rem, 1.18vw, 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 {
  padding: 2.1rem 4.8rem 2.5rem 5.9rem;
  font-size: clamp(1.3rem, 1.04vw, 1.5rem);
  color: #353C3B;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6;
  display: none;
  position: relative;
}
.faq__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 95%;
  border-top: 1px solid #F6AF00;
}
.faq__answer a {
  display: inline;
  text-decoration: underline;
}

.news {
  background: #f6faf9;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .news {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.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 {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34rem;
          flex: 0 0 34rem;
  position: relative;
  z-index: 2;
  min-width: 24rem;
}
@media (max-width: 768px) {
  .news__side {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
}
.news .section__deco-text {
  position: absolute;
  z-index: -1;
  top: 12rem;
  left: 5rem;
  color: #E7EEEC;
}
@media (max-width: 768px) {
  .news .section__deco-text {
    top: 1rem;
    left: 11rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .news__label {
    margin-bottom: 0;
  }
}
.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;
}
@media (max-width: 768px) {
  .news__title {
    margin-bottom: 2rem;
  }
}
.news .e-btn {
  width: 28rem;
  border-radius: 37.5px;
}
.news .e-btn i {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .news .e-btn i {
    width: 3rem;
    height: 3rem;
  }
}
.news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  z-index: 1;
}
@media (max-width: 768px) {
  .news__content {
    width: 100%;
  }
}
.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 span {
  color: var(--black, #353C3B);
  font-family: Inter;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.news__viewmore i {
  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;
  color: #fff;
  background-color: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.news__viewmore:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #595757;
}
@media (max-width: 700px) {
  .news__viewmore {
    margin-left: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.company {
  background: #fff;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .company {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.company__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.company__label {
  position: relative;
  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 .section__deco-text {
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.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__table {
  margin-top: 5rem;
  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-bottom: -2rem;
  margin-inline: 2rem;
  padding-inline: 5%;
  padding-block: 8rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .cta-contact {
    margin-inline: 1rem;
    padding-block: 2rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .cta-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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: clamp(2rem, 2.22vw, 3.2rem);
  font-weight: 500;
  line-height: 1.6;
}
.cta-contact__text {
  color: #FFF4E4;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cta-contact__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .cta-contact__btns {
    margin-top: 2rem;
    row-gap: 1rem;
  }
}
.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: 34.5rem;
  padding-block: 1rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  border-radius: 37.5px;
  background: #FFE5D4;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cta-contact__btn {
    max-width: 25rem;
  }
}
.cta-contact__btn i {
  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;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  background-color: orange;
}
@media (max-width: 768px) {
  .cta-contact__btn i {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.p-privacy__container {
  max-width: 100rem;
  margin-inline: auto;
  padding-block: 10rem;
}
@media (max-width: 768px) {
  .p-privacy__container {
    padding-block: 4rem;
  }
}
.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;
}
@media (max-width: 768px) {
  .p-privacy__page-title {
    font-size: 2.4rem;
  }
}
.p-privacy__lead-text {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-privacy__lead-text {
    font-size: 1.4rem;
  }
}
.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: 1.6;
}
@media (max-width: 768px) {
  .p-privacy__item-text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-privacy small {
  display: block;
  margin-top: 5rem;
}
.p-privacy__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-privacy__btn-wrapper {
    gap: 1rem;
  }
}

.p-thanks__container {
  padding-block: 10rem;
}
.p-thanks__heading {
  text-align: center;
}
.p-thanks__heading-title {
  font-family: Inter;
  font-size: clamp(4rem, 4.44vw, 6.4rem);
  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: 1.6rem;
  font-style: normal;
  font-weight: 700;
}
.p-thanks__text {
  margin-top: 5rem;
  padding-inline: 4rem;
  color: var(--black, #353C3B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-thanks__text {
    font-size: 1.4rem;
  }
}
.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: clamp(4rem, 4.44vw, 6.4rem);
  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: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-contact__text {
    margin-top: 2rem;
  }
}

.p-contact__right {
  width: 100%;
  max-width: 440px;
  margin-top: 10rem;
  background: #fff;
}
@media (max-width: 768px) {
  .p-contact__right {
    margin-top: 0rem;
  }
}
.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:nth-of-type(n-2) {
  margin-top: 2rem;
}
.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-color: #EC7100;
  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=radio] {
  width: 2rem;
  height: 2rem;
  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: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  cursor: pointer;
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  background: #fff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contact__right .form-item--radios .radio-group input[type=radio]:checked {
  background: -webkit-gradient(linear, left top, right top, from(#F6AF00), to(#EC7000));
  background: linear-gradient(90deg, #F6AF00 0%, #EC7000 100%);
  border-color: #F6AF00;
}
.p-contact__right .form-item--radios .radio-group input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.4em;
  height: 0.4em;
  background: #fff;
  border-radius: 1px;
}
.p-contact__right .wpcf7-radio,
.p-contact__right .wpcf7-checkbox {
  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 .wpcf7-radio .wpcf7-list-item,
.p-contact__right .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  margin: 0;
}
.p-contact__right .wpcf7-radio .wpcf7-list-item label,
.p-contact__right .wpcf7-checkbox .wpcf7-list-item 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 .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.p-contact__right .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  accent-color: #F6AF00;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  cursor: pointer;
}
.p-contact__right .wpcf7-radio .wpcf7-list-item input[type=radio],
.p-contact__right .wpcf7-checkbox .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  cursor: pointer;
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  background: #fff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-contact__right .wpcf7-radio .wpcf7-list-item input[type=radio]:checked,
.p-contact__right .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked {
  background: -webkit-gradient(linear, left top, right top, from(#F6AF00), to(#EC7000));
  background: linear-gradient(90deg, #F6AF00 0%, #EC7000 100%);
  border-color: #F6AF00;
}
.p-contact__right .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after,
.p-contact__right .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.4em;
  height: 0.4em;
  background: #fff;
  border-radius: 1px;
}
.p-contact__right .privacy-link {
  display: block;
  margin-top: 5rem;
  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;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.a-news {
  padding-block: 10rem;
}
@media (max-width: 768px) {
  .a-news {
    padding-block: 4rem;
  }
}
.a-news__inner {
  padding-inline: 5%;
}
.a-news__heading {
  text-align: left;
}
.a-news__heading-title {
  font-family: Inter;
  font-size: clamp(3rem, 4.44vw, 6.4rem);
  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 {
  margin-top: 5rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .a-news__content {
    margin-top: 2rem;
  }
}
.a-news__list {
  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-color: #EC7100;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.4rem 1.6rem;
  margin-right: 32px;
  text-align: center;
  min-width: 4.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .a-news__item-category {
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
  }
}
.a-news__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  color: #353C3B;
  margin-right: auto;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
.a-news__item-more span {
  color: var(--black, #353C3B);
  font-family: Inter;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.a-news__item-more i {
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  border-radius: 50%;
  padding: 0.2rem;
  color: #fff;
  background-color: #000;
}
@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;
}
@media (max-width: 768px) {
  .s-news__title {
    font-size: 2rem;
  }
}
.s-news__main-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 3rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .s-news__main-text {
    font-size: 1.4rem;
  }
}
.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__btn-wrapper .e-btn {
  padding-block: 1rem;
}
.s-news__aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38rem;
}
@media (max-width: 768px) {
  .s-news__aside {
    width: 100%;
    margin-top: 10rem;
  }
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.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;
  width: 24rem;
}
@media (max-width: 768px) {
  .footer__left {
    width: 15rem;
  }
}
.footer__privacy {
  margin-top: auto;
}
@media (max-width: 768px) {
  .footer__privacy {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.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;
}
.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;
  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 {
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.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__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__copyright {
  text-align: left;
  color: #bfc5c4;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  width: 100%;
}
.footer__bottom-text {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@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;
  }
}