/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/webpack-dart-sass-glob/index.js??ruleSet[1].rules[3].use[4]!./_src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
          box-sizing: border-box;
  min-width: 0;
}

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

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

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

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

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

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

/* 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;
  border-top-width: 1px;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  --color-primary: #e50913; /* ロゴ赤 */
  --color-primary--d15: #2874a6; /* ロゴ赤15% */
  --color-primary-rgb: 229,9,19; /* ロゴ赤RGB */
  --color-secondary: #515152; /* ロゴグレー */
  --color-accent: #f08300; /* ロゴオレンジ */
  --color-accent2: #fabe00; /* ロゴイエロー */
  --color-darkred: #7d0000; /* ロゴ濃赤 */
  --color-darkgray: #222; /* ヘッダー用濃グレー */
  --color-blue: #0096e6; /* ロゴ青 */
  --color-bg-glass: rgba(255,255,255,0.45); /* ガラス背景 */
  --color-border-glass: rgba(180,180,200,0.18); /* ガラス枠線 */
  --color-text: #333;
  --ff-main: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ff-eg: "Montserrat", sans-serif;
  --inner-s: 34.375rem;
  --inner-l: 50rem;
  --inner-xl: 67.5rem;
  --padding-s: 1.25rem;
  --padding: 1.25rem;
  --header-pc: 6.625rem;
  --header-sp: 6rem;
  --ease-time: 0.3s;
  --ease-type: ease;
  --break-xxl: 1399.98px;
  --break-xl: 1079.98px;
  --break-l: 991.98px;
  --break-m: 767.98px;
  --break-s: 575.98px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--color-text);
  font-family: var(--ff-main);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body *:lang(en) {
  font-family: var(--ff-en);
}
body:has(dialog[open]) {
  overflow: hidden;
}

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

a:hover, a:focus {
  opacity: 0.6;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

summary {
  cursor: pointer;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.l-inner {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-xl) + var(--padding) * 2);
}

.l-inner--l {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-l) + var(--padding) * 2);
}

.l-inner--s {
  margin-inline: auto;
  padding-inline: var(--padding);
  position: relative;
  width: min(100%, var(--inner-s) + var(--padding) * 2);
}

.l-header {
  left: 50%;
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.55);
  max-width: 1280px;
          transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 10;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px) saturate(180%);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 48px;
  overflow: hidden;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  height: 76px;
          justify-content: space-between;
  padding: 0 40px;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: auto;
}
.l-header__logo img, .l-header__logo svg {
  display: block;
  height: 36px;
  width: auto;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu li a, .l-header__menu li .c-btn {
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.l-header__menu a:not(.c-btn) {
  position: relative;
}
.l-header__menu a:not(.c-btn)::after {
  background: currentColor;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  opacity: 0.7;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__menu a:not(.c-btn):hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.l-header__menu .c-btn {
  background: var(--color-primary);
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 12px 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__menu .c-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(229, 9, 19, 0.15);
          box-shadow: 0 4px 12px rgba(229, 9, 19, 0.15);
}
.l-header__toggle {
  background: none;
  border: none;
  display: none;
  height: 40px;
  width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 6px;
}
.l-header__toggle span {
  background: #222;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__toggle.is-open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.fv {
  height: 100svh;
  min-height: 100vh;
  position: relative;
  width: 100vw;
}

.l-footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 64px 0 32px;
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 64px;
          justify-content: space-between;
  padding-bottom: 48px;
}
.l-footer__brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__logo {
  display: block;
  margin-bottom: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer__logo img {
  height: auto;
  vertical-align: middle;
  width: 160px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__address {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.8;
}
.l-footer__nav {
  padding-top: 8px;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__nav-list li a {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
}
.l-footer__nav-list li a::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-footer__nav-list li a:hover::after {
  width: 100%;
}
.l-footer__bottom {
  padding-top: 32px;
  text-align: center;
}
.l-footer__copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.c-pagetop {
  background-color: rgba(26, 26, 26, 0.9);
  border: none;
  border-radius: 50%;
  bottom: 24px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: fixed;
  right: 24px;
  width: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-pagetop:hover {
  background-color: rgb(26, 26, 26);
}

.c-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  color: #fff;
          justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10%;
}
.c-page-header__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-page-header__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-header__bg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-page-header__content {
  padding-left: 40px;
  padding-top: 100px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.c-page-header__title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0;
}
.c-page-header__subtitle {
  font-size: 1rem;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.c-btn {
  background: var(--color-primary);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.75em 2em;
  text-align: center;
  -webkit-transition: background 0.3s;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  transition: background 0.3s;
}
.c-btn:hover, .c-btn:focus {
  background: #b5070f;
  color: #fff;
  text-decoration: none;
}

.c-btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  text-decoration: none;
}
.c-btn-more::after {
  content: "→";
  font-size: 0.9em;
  margin-left: 6px;
  position: relative;
  top: -0.5px;
}

.c-breadcrumb {
  background-color: #f8f8f8;
  font-size: 0.875rem;
  padding: 16px 0;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
}
.c-breadcrumb__item:not(:last-child)::after {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  content: "";
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
          transform: rotate(45deg);
}
.c-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}
.c-breadcrumb__item--current {
  color: #333;
}

.p-service {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}
.p-service::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-service::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-service__overview {
  margin-bottom: 64px;
  position: relative;
  text-align: center;
}
.p-service__overview::before {
  content: "SERVICE";
  left: 50%;
  position: absolute;
  top: -2rem;
  -webkit-transform: translateX(-50%);
  color: rgba(26, 26, 26, 0.12);
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
          transform: translateX(-50%);
}
.p-service__lead {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}
.p-service__list {
  margin: 0 auto 80px;
  max-width: 1080px;
  padding: 0 2rem;
}
.p-service__item {
  margin-bottom: 80px;
  padding-top: 80px;
}
.p-service__item:last-child {
  margin-bottom: 0;
}
.p-service__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service__title {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.p-service__text {
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-service__features {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.p-service__features li {
  color: #1a1a1a;
  font-size: 0.95rem;
  padding-left: 20px;
  position: relative;
}
.p-service__features li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 8px;
          transform: translateY(-50%);
  width: 8px;
}
.p-service__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service__image img {
  height: auto;
  width: 100%;
}
.p-service__contact {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 2rem;
  text-align: center;
}
.p-service__contact-text {
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 24px 0;
}
.p-service__button .c-btn {
  margin: 0 auto;
}

.p-privacy {
  padding: 60px 0 100px;
}
.p-privacy__content {
  margin: 0 auto;
  max-width: 800px;
}
.p-privacy__section + .p-privacy__section {
  margin-top: 60px;
}
.p-privacy__heading {
  border-bottom: 2px solid #eee;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.p-privacy__list {
  list-style-type: disc;
  margin-top: 16px;
  padding-left: 24px;
}
.p-privacy__list li + li {
  margin-top: 8px;
}
.p-privacy__contact {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
}
.p-privacy__contact p + p {
  margin-top: 8px;
}
.p-privacy p {
  line-height: 1.8;
}

.p-owners {
  padding: 80px 0;
}
.p-owners__section + .p-owners__section {
  margin-top: 100px;
}
.p-owners__section--line-cta {
  background-color: #f8f9fa;
  margin: 120px 0;
  padding: 80px 0;
}
.p-owners__line-cta {
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 600px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-owners__line-cta-header {
  background-color: var(--color-primary);
  padding: 20px;
  text-align: center;
}
.p-owners__line-cta-label {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 32px;
  position: relative;
}
.p-owners__line-cta-label::before, .p-owners__line-cta-label::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.p-owners__line-cta-label::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-owners__line-cta-label::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-owners__line-cta-body {
  padding: 40px;
  text-align: center;
}
.p-owners__line-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;
  background-color: #06C755;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
          justify-content: center;
  padding: 16px 40px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  margin-bottom: 24px;
  max-width: 400px;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-owners__line-btn img {
  margin-right: 12px;
}
.p-owners__line-btn:hover {
  background-color: #059944;
}
.p-owners__line-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
}
.p-owners__line-features:last-child {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 24px;
}
.p-owners__line-features li {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}
.p-owners__line-features li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  height: 20px;
          transform: translateY(-50%);
  width: 20px;
}
.p-owners__line-features:last-child li {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 24px;
}
.p-owners__line-features:last-child li::before {
  background: #666;
  content: "";
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.p-owners__line-features:last-child li:last-child {
  margin-bottom: 0;
}
.p-owners__heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.p-owners__heading::after {
  background-color: var(--color-primary);
  content: "";
  display: block;
  height: 3px;
  margin: 20px auto 0;
  width: 60px;
}
.p-owners__content {
  margin: 0 auto;
  max-width: 900px;
}
.p-owners__purpose-area {
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 40px;
  position: relative;
}
.p-owners__purpose-area::after {
  bottom: -20px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  border-color: #f8f9fa transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
          transform: translateX(-50%);
}
.p-owners__purpose {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
.p-owners__lead {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2.2;
  margin: 0;
  text-align: center;
}
.p-owners__lead strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(var(--color-primary-rgb), 0.1)));
  background: linear-gradient(transparent 70%, rgba(var(--color-primary-rgb), 0.1) 70%);
  color: var(--color-primary);
  font-weight: 600;
}
.p-owners__features {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}
.p-owners__feature {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
}
.p-owners__feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin: 0 auto 24px;
  width: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: rgba(var(--color-primary-rgb), 0.1);
  border-radius: 16px;
          justify-content: center;
  padding: 16px;
}
.p-owners__feature-icon-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-owners__feature-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-owners__feature-text {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
.p-owners__community {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.p-owners__community-header {
  background-color: var(--color-primary);
  color: #fff;
  padding: 40px;
  text-align: center;
}
.p-owners__community-name {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
.p-owners__community-format {
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 0;
  opacity: 0.9;
}
.p-owners__community-body {
  background-color: #f8f9fa;
  padding: 40px;
}
.p-owners__community-subtitle {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
  text-align: center;
}
.p-owners__community-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.p-owners__community-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.p-owners__community-item-icon {
  height: 48px;
  margin: 0 auto 16px;
  width: 48px;
}
.p-owners__community-item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-owners__community-item-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
}
.p-owners__community-item-text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.p-owners__comparison {
  margin: 0 -20px;
  overflow-x: auto;
  padding: 0 20px;
}
.p-owners__comparison-table {
  background-color: #fff;
  border-collapse: collapse;
  border-radius: 8px;
  min-width: 800px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.p-owners__comparison-table th, .p-owners__comparison-table td {
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
  padding: 24px;
  text-align: center;
}
.p-owners__comparison-table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
  white-space: nowrap;
}
.p-owners__comparison-table thead th:first-child {
  width: 200px;
}
.p-owners__comparison-table thead th.is-highlighted {
  background-color: var(--color-primary);
  color: #fff;
}
.p-owners__comparison-table tbody th {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.p-owners__comparison-table tbody td.is-highlighted {
  background-color: rgba(var(--color-primary-rgb), 0.04);
}
.p-owners__comparison-mark {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-owners__comparison-mark--good {
  color: var(--color-primary);
}
.p-owners__comparison-mark--normal {
  color: #ffa726;
}
.p-owners__comparison-mark--bad {
  color: #ef5350;
}
.p-owners__comparison-note {
  color: #666;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}
.p-owners__fc-about {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.p-owners__fc-definition {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.p-owners__fc-subtitle {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
.p-owners__fc-text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
.p-owners__fc-target {
  margin: 0 auto;
  max-width: 800px;
}
.p-owners__target-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.p-owners__target-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.p-owners__target-title {
  border-bottom: 2px solid rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  padding-bottom: 12px;
}
.p-owners__target-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-owners__target-list li {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.p-owners__target-list li:last-child {
  margin-bottom: 0;
}
.p-owners__target-list li::before {
  background-color: var(--color-primary);
  border-radius: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 12px;
}
.p-owners__patterns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
}
.p-owners__pattern {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.p-owners__pattern-header {
  background-color: var(--color-primary);
  color: #fff;
  padding: 16px 24px;
}
.p-owners__pattern-type {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-owners__pattern-body {
  padding: 24px;
}
.p-owners__pattern-feature + .p-owners__pattern-feature, .p-owners__pattern-feature + .p-owners__pattern-purpose, .p-owners__pattern-purpose + .p-owners__pattern-feature, .p-owners__pattern-purpose + .p-owners__pattern-purpose {
  margin-top: 20px;
}
.p-owners__pattern-label {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}
.p-owners__pattern-text {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.p-owners__value {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
}
.p-owners__value-list {
  list-style: none;
  margin: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}
.p-owners__value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-owners__value-item:last-child {
  margin-bottom: 0;
}
.p-owners__value-item::before {
  color: var(--color-primary);
  content: "✓";
  font-size: 24px;
  font-weight: bold;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}
.p-owners__value-title {
  font-weight: 600;
}
.p-owners__value-note {
  color: var(--color-primary);
  font-size: 0.9em;
  margin-left: 0.5em;
}
.p-owners__table {
  background-color: #fff;
  border-collapse: collapse;
  border-radius: 8px;
  min-width: 600px;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.p-owners__table th, .p-owners__table td {
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px;
  text-align: left;
}
.p-owners__table thead th {
  background-color: var(--color-primary);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.p-owners__table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.p-owners__table tbody td:first-child {
  color: var(--color-primary);
  font-weight: bold;
}
.p-owners__table--wide {
  min-width: 800px;
}
.p-owners__table--wide th {
  text-align: center;
}
.p-owners__table--wide td {
  text-align: center;
}
.p-owners__table--pattern th:first-child {
  width: 20%;
}
.p-owners__table--pattern th:nth-child(2) {
  width: 40%;
}
.p-owners__table--pattern th:last-child {
  width: 40%;
}
.p-owners__table-wrapper {
  margin: 0 -20px;
  overflow-x: auto;
  padding: 0 20px;
}
.p-owners__models {
  background-color: #f8f9fa;
  border-radius: 12px;
  margin-top: 50px;
  padding: 32px;
}
.p-owners__models-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
  text-align: center;
}
.p-owners__models-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.p-owners__models-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  gap: 12px;
  line-height: 1.6;
}
.p-owners__models-label {
  background-color: var(--color-primary);
  border-radius: 4px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  padding: 4px 12px;
}
.p-owners__models-text {
  color: #333;
}
.p-owners__models-note {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.p-owners__note {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.p-owners__steps {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.p-owners__step {
  position: relative;
  text-align: center;
}
.p-owners__step-number {
  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;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
          justify-content: center;
  margin: 0 auto 20px;
  width: 50px;
}
.p-owners__step-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-owners__step-text {
  font-size: 16px;
  line-height: 1.8;
}
.p-owners__step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.p-owners__step-list li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}
.p-owners__step-list li:last-child {
  margin-bottom: 0;
}
.p-owners__step-list li::before {
  color: var(--color-primary);
  content: "•";
  left: 0.5em;
  position: absolute;
}
.p-owners__benefits {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.p-owners__benefit {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.p-owners__benefit-title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-owners__benefit-text {
  font-size: 16px;
  line-height: 1.8;
}
.p-owners__cases {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}
.p-owners__cases-lead {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.p-owners__case {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-owners__case-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.p-owners__case-image {
  padding-top: 66.67%;
  position: relative;
}
.p-owners__case-image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-owners__case-content {
  background-color: #f8f8f8;
  padding: 20px;
}
.p-owners__case-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-owners__case-excerpt {
  -webkit-line-clamp: 3;
  color: #666;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-owners__no-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.p-owners__no-cases-text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-owners__line-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;
  background-color: #06C755;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
          justify-content: center;
  min-width: 300px;
  padding: 16px 32px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-owners__line-btn:hover {
  background-color: #059944;
}
.p-owners__line-btn--small {
  font-size: 15px;
  min-width: 200px;
  padding: 12px 24px;
}
.p-owners__line-link {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-owners__line-link:hover {
  opacity: 0.7;
}
.p-owners__more {
  margin-top: 40px;
  text-align: center;
}
.p-owners__about-image {
  margin-top: 60px;
  text-align: center;
}
.p-owners__about-image img {
  border: 1px solid #f0f0f0;
  height: auto;
  margin-bottom: 16px;
  width: 100%;
}
.p-owners__about-note {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.p-owners__about-point {
  background-color: #f8f9fa;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 600px;
  padding: 24px 32px;
}
.p-owners__about-point-title {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
.p-owners__about-point-content {
  text-align: center;
}
.p-owners__about-point-text {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 12px;
}
.p-owners__about-point-note {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}
.p-owners__cycle-image {
  text-align: center;
}
.p-owners__cycle-image img {
  border: 1px solid #f0f0f0;
  height: auto;
  margin-bottom: 16px;
  width: 100%;
}
.p-owners__cycle-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.p-owners__merit-image {
  margin-top: 40px;
  text-align: center;
}
.p-owners__merit-image img {
  border: 1px solid #f0f0f0;
  height: auto;
  width: 100%;
}

.p-news-archive {
  padding: 60px 0;
}
.p-news-archive__list {
  margin-top: 40px;
}
.p-news-archive__item {
  border-bottom: 1px solid #e5e5e5;
}
.p-news-archive__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.p-news-archive__link {
  display: block;
  padding: 20px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news-archive__link:hover {
  opacity: 0.7;
}
.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-news-archive__date {
  color: #666;
  font-size: 14px;
}
.p-news-archive__category {
  background-color: #004bb1;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
}
.p-news-archive__title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
.p-news-archive__empty {
  color: #666;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.p-news-single {
  padding: 60px 0;
}
.p-news-single .c-breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  margin-top: var(--header-height, 80px);
  padding-top: 16px;
}
.p-news-single__title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.p-news-single__date {
  color: #666;
  font-size: 14px;
}
.p-news-single__category {
  background-color: #004bb1;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
}
.p-news-single__content {
  margin-top: 40px;
}
.p-news-single__content > * + * {
  margin-top: 1.5em;
}
.p-news-single__content h2 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2em;
}
.p-news-single__content h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 1.5em;
}
.p-news-single__content p {
  color: #666;
  line-height: 1.8;
}
.p-news-single__content img {
  height: auto;
  max-width: 100%;
}
.p-news-single__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 20px;
          justify-content: space-between;
  margin-top: 60px;
}
.p-news-single__prev, .p-news-single__next {
  width: 50%;
}
.p-news-single__next {
  text-align: right;
}
.p-news-single__nav-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-news-single__nav-link:hover {
  opacity: 0.7;
}
.p-news-single__nav-label {
  color: #666;
  display: block;
  font-size: 12px;
}
.p-news-single__nav-title {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
.p-news-single__back {
  margin-top: 40px;
  text-align: center;
}

.p-contact {
  padding: 60px 0 100px;
}
.p-contact__lead {
  margin-bottom: 40px;
  text-align: center;
}
.p-contact__required-text {
  font-size: 14px;
  margin-top: 16px;
}
.p-contact__required-mark {
  color: #e60012;
}
.p-contact__form {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px;
}
.p-contact__form .wpcf7-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 24px;
}
.p-contact__form .wpcf7-form input[type=text],
.p-contact__form .wpcf7-form input[type=email],
.p-contact__form .wpcf7-form input[type=tel],
.p-contact__form .wpcf7-form textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
}
.p-contact__form .wpcf7-form input[type=text]:focus,
.p-contact__form .wpcf7-form input[type=email]:focus,
.p-contact__form .wpcf7-form input[type=tel]:focus,
.p-contact__form .wpcf7-form textarea:focus {
  border-color: #333;
  outline: none;
}
.p-contact__form .wpcf7-form textarea {
  height: 200px;
  resize: vertical;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance {
  display: block;
  margin: 40px 0;
  text-align: center;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  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;
  cursor: pointer;
  font-weight: 400;
          justify-content: center;
  margin-bottom: 0;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  margin: 0 8px 0 0;
  position: relative;
  width: 20px;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 2px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:focus {
  border-color: #333;
  outline: none;
}
.p-contact__form .wpcf7-form .wpcf7-submit {
  background-color: #333;
  border: 2px solid #333;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-contact__form .wpcf7-form .wpcf7-submit:hover {
  background-color: #fff;
  color: #333;
}
.p-contact__form .wpcf7-form .wpcf7-submit:disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
.p-contact__form .wpcf7-form .wpcf7-submit:disabled:hover {
  background-color: #ddd;
  color: #999;
}
.p-contact__form .wpcf7-form .wpcf7-not-valid-tip {
  color: #e60012;
  font-size: 14px;
  margin-top: 8px;
}
.p-contact__form .wpcf7-form .wpcf7-response-output {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 30px 0 0;
  padding: 12px;
  text-align: center;
}
.p-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #e60012;
  color: #e60012;
}
.p-contact__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #4caf50;
  color: #4caf50;
}

.p-company {
  padding: 80px 0;
}
.p-company__section + .p-company__section {
  margin-top: 80px;
}
.p-company__section-title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.p-company__section-title::after {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background-color: var(--color-primary);
  height: 1px;
          transform: translateX(-50%);
  width: 40px;
}
.p-company__info {
  background: #f8f8f8;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 800px;
  padding: 48px;
}
.p-company__info-list {
  margin: 0;
}
.p-company__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0;
}
.p-company__info-item:first-child {
  padding-top: 0;
}
.p-company__info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-company__info-title {
  color: #333;
  font-weight: 600;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company__info-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  margin: 0;
}
.p-company__service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-company__service-list li {
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.p-company__service-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.p-company__access {
  margin: 0 auto;
  max-width: 1000px;
}
.p-company__map {
  aspect-ratio: 16/9;
  border-radius: 2px;
  margin-bottom: 40px;
  overflow: hidden;
}
.p-company__map iframe {
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.p-company__members {
  margin: 0 auto;
  max-width: 1000px;
}
.p-company__member {
  display: grid;
  gap: 48px;
  grid-template-columns: 360px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-company__member + .p-company__member {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 80px;
  padding-top: 80px;
}
.p-company__member-image {
  aspect-ratio: 360/480;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.p-company__member-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__member-info {
  padding-top: 16px;
}
.p-company__member-name {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
}
.p-company__member-position {
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 24px;
}
.p-company__member-profile p {
  line-height: 2;
  margin: 0;
}
.p-company__member-profile p + p {
  margin-top: 1em;
}

.p-column-archive {
  padding: 80px 0;
}
.p-column-archive__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}
.p-column-archive__empty {
  color: #666;
  font-size: 1.125rem;
  margin: 80px 0;
  text-align: center;
}
.p-column-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 16px;
          justify-content: center;
}
.p-column-archive__pagination .page-numbers {
  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;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-weight: 500;
  height: 40px;
          justify-content: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-column-archive__pagination .page-numbers:hover {
  background-color: #f5f5f5;
}
.p-column-archive__pagination .page-numbers.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.p-column-archive__pagination .page-numbers.prev, .p-column-archive__pagination .page-numbers.next {
  padding: 0 16px;
  width: auto;
}

.p-column-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-column-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.p-column-card:hover .p-column-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-column-card__link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.p-column-card__image {
  overflow: hidden;
  position: relative;
}
.p-column-card__image::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.p-column-card__image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-column-card__content {
  padding: 24px;
}
.p-column-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-column-card__category {
  background-color: var(--color-primary);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 12px;
}
.p-column-card__date {
  color: #666;
  font-family: var(--font-en);
  font-size: 0.875rem;
}
.p-column-card__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 12px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-column-card__excerpt {
  -webkit-line-clamp: 2;
  color: #666;
  display: -webkit-box;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.news__header {
  margin-bottom: 60px;
  text-align: center;
}
.news__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.news__lead {
  color: #666;
  font-size: 16px;
}
.news__list {
  margin: 0 auto 60px;
  max-width: 800px;
}
.news__item + .news__item {
  margin-top: 20px;
}
.news__item-link {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  color: inherit;
  display: block;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.news__item-link:hover {
  background-color: #f8f8f8;
}
.news__item-meta {
  margin-bottom: 8px;
}
.news__item-date {
  color: #666;
  font-size: 14px;
}
.news__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.news__more {
  text-align: center;
}

.media {
  background-color: #fff;
  padding: 100px 0;
}
.media__header {
  margin-bottom: 60px;
  text-align: center;
}
.media__header-en {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-align: center;
}
.media__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
.media__title::after {
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background-color: var(--color-primary);
  height: 1px;
          transform: translateX(-50%);
  width: 40px;
}
.media__lead {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.media__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1000px;
}
.media__item img {
  border-radius: 12px;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-filter: brightness(0.85) contrast(1.05) grayscale(0.2);
          filter: brightness(0.85) contrast(1.05) grayscale(0.2);
  -webkit-transition: -webkit-filter 1.2s ease;
  transition: -webkit-filter 1.2s ease;
  transition: filter 1.2s ease;
  transition: filter 1.2s ease, -webkit-filter 1.2s ease;
}
.fv__overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.15) 100%);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  height: 100%;
  padding-left: 10vw;
}
.fv__label {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
}
.fv__label::before {
  background: currentColor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv__label::after {
  border: 1px solid currentColor;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.fv__catch {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 0 2rem 0;
}
.fv__sub {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 90%;
  padding-left: 1em;
  position: relative;
}
.fv__scroll {
  bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 3vw;
  z-index: 4;
  -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;
}
.fv__scroll-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  font-weight: 400;
  text-orientation: mixed;
  text-transform: uppercase;
          writing-mode: vertical-rl;
}
.fv__scroll-bar {
  background: rgba(255, 255, 255, 0.4);
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 1px;
}
.fv__scroll-bar::after {
  background: #fff;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: fv-scroll-bar 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: fv-scroll-bar 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes fv-scroll-bar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes fv-scroll-bar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
.cta {
  background: linear-gradient(45deg, #1a1a1a, #333);
  color: #fff;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.cta::before {
  background: url("../images/common/texture.webp") repeat;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 100%;
}
.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2rem;
}
.cta__image {
  width: 480px;
  -ms-flex-negative: 0;
  aspect-ratio: 16/9;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__image img {
  height: auto;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.cta__title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 24px;
}
.cta__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
.cta__button .c-btn {
  background: var(--color-primary);
  border: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 56px;
  letter-spacing: 0.1em;
  min-width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.company {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}
.company::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.company::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.company__header {
  margin-bottom: 64px;
  position: relative;
  text-align: center;
}
.company__header::before {
  content: "COMPANY";
  left: 50%;
  position: absolute;
  top: -2rem;
  -webkit-transform: translateX(-50%);
  color: rgba(26, 26, 26, 0.12);
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
          transform: translateX(-50%);
}
.company__title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  position: relative;
}
.company__title::after {
  bottom: -16px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: var(--color-primary);
  height: 1px;
          transform: translateX(-50%);
  width: 40px;
}
.company__lead {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}
.company__content {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 2rem;
}
.company__info {
  margin: 0;
}
.company__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}
.company__info-item:first-child {
  border-top: 1px solid #eee;
}
.company__info-title {
  color: #666;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company__info-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  color: #1a1a1a;
          flex: 1;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.column {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}
.column::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.column::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.column__header {
  margin-bottom: 64px;
  position: relative;
  text-align: center;
}
.column__header::before {
  content: "COLUMN";
  left: 50%;
  position: absolute;
  top: -2rem;
  -webkit-transform: translateX(-50%);
  color: rgba(26, 26, 26, 0.12);
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
          transform: translateX(-50%);
}
.column__title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  position: relative;
}
.column__title::after {
  bottom: -16px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: var(--color-primary);
  height: 1px;
          transform: translateX(-50%);
  width: 40px;
}
.column__lead {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}
.column__articles {
  margin: 0 auto 64px;
  max-width: 800px;
  padding: 0 2rem;
}
.column__article + .column__article {
  border-top: 1px solid #eee;
  margin-top: 24px;
  padding-top: 24px;
}
.column__article-link {
  color: inherit;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.column__article-link:hover {
  opacity: 0.7;
}
.column__article-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.column__article-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.column__article-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.column__article-content {
  padding: 24px;
}
.column__article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.column__article-date {
  color: #666;
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.column__article-category {
  border: 1px solid currentColor;
  border-radius: 2px;
  color: var(--color-primary);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 2px 12px;
}
.column__article-title {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding-right: 24px;
  position: relative;
}
.column__article-title::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 0.9rem;
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.column__article-link:hover .column__article-title::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.column__article-excerpt {
  -webkit-line-clamp: 2;
  color: #666;
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
}
.column__more {
  margin-top: 40px;
  text-align: center;
}
.column__more .c-btn {
  background: none;
  border: none;
  color: var(--color-primary);
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 4px 32px 4px 0;
  position: relative;
  text-decoration: none;
}
.column__more .c-btn::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.column__more .c-btn:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

.p-column-archive {
  padding: 80px 0;
}
.p-column-archive__list {
  margin: 0 auto 80px;
  max-width: 800px;
}
.p-column-archive__empty {
  color: #666;
  font-size: 1.125rem;
  margin: 80px 0;
  text-align: center;
}
.p-column-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 16px;
          justify-content: center;
}
.p-column-archive__pagination .page-numbers {
  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;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-weight: 500;
  height: 40px;
          justify-content: center;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-column-archive__pagination .page-numbers:hover {
  background-color: #f5f5f5;
}
.p-column-archive__pagination .page-numbers.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.p-column-archive__pagination .page-numbers.prev, .p-column-archive__pagination .page-numbers.next {
  padding: 0 16px;
  width: auto;
}

.p-column-item + .p-column-item {
  border-top: 1px solid #eee;
  margin-top: 32px;
  padding-top: 32px;
}
.p-column-item__link {
  color: inherit;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-column-item__link:hover {
  opacity: 0.7;
}
.p-column-item__content {
  padding: 0;
}
.p-column-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-column-item__category {
  background-color: var(--color-primary);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 12px;
}
.p-column-item__date {
  color: #666;
  font-family: var(--font-en);
  font-size: 0.875rem;
}
.p-column-item__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 12px;
  padding-right: 32px;
  position: relative;
}
.p-column-item__title::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  color: var(--color-primary);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-column-item__link:hover .p-column-item__title::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.p-column-item__excerpt {
  -webkit-line-clamp: 3;
  color: #666;
  display: -webkit-box;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-column-single {
  padding: 80px 0;
}
.p-column-single .c-breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  margin-top: var(--header-height, 80px);
  padding-top: 16px;
}
.p-column-single__container {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 300px;
}
.p-column-single__main {
  min-width: 0;
}
.p-column-single__header {
  margin-bottom: 40px;
}
.p-column-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-column-single__category {
  background-color: var(--color-primary);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 12px;
}
.p-column-single__date {
  color: #666;
  font-family: var(--font-en);
  font-size: 0.875rem;
}
.p-column-single__title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}
.p-column-single__content {
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-column-single__content > * + * {
  margin-top: 2em;
}
.p-column-single__content h2 {
  border-bottom: 2px solid var(--color-primary);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 3em 0 1.5em;
  padding-bottom: 0.5em;
}
.p-column-single__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2.5em 0 1.25em;
}
.p-column-single__content p {
  margin: 1.5em 0;
}
.p-column-single__content ul, .p-column-single__content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}
.p-column-single__content ul li + li, .p-column-single__content ol li + li {
  margin-top: 0.75em;
}
.p-column-single__content img {
  height: auto;
  margin: 2em 0;
  max-width: 100%;
}
.p-column-single__content blockquote {
  background-color: #f8f8f8;
  border-left: 4px solid var(--color-primary);
  color: #666;
  font-style: italic;
  margin: 2em 0;
  padding: 1.5em;
}
.p-column-single__footer {
  border-top: 1px solid #eee;
  margin-top: 60px;
  padding-top: 40px;
}
.p-column-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-column-single__tag {
  background-color: #f8f8f8;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  font-size: 0.75rem;
  padding: 4px 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-column-single__tag:hover {
  background-color: #eee;
}
.p-column-single__nav {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
.p-column-single__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  color: inherit;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-column-single__nav-item:hover {
  background-color: #eee;
}
.p-column-single__nav-item--prev {
  padding-left: 12px;
}
.p-column-single__nav-item--next {
  padding-right: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.p-column-single__nav-arrow {
  color: var(--color-primary);
  font-size: 1.25rem;
}
.p-column-single__nav-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-column-single__sidebar {
  top: 24px;
  -ms-flex-item-align: start;
      align-self: start;
}
.p-column-single__widget {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 24px;
}
.p-column-single__widget + .p-column-single__widget {
  margin-top: 24px;
}
.p-column-single__widget-title {
  border-bottom: 2px solid var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px;
  padding-bottom: 12px;
}
.p-column-single__popular-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-column-single__popular-item + .p-column-single__popular-item {
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px;
}
.p-column-single__popular-link {
  color: inherit;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-column-single__popular-link:hover {
  opacity: 0.7;
}
.p-column-single__popular-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 8px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-column-single__popular-meta {
  color: #666;
  font-size: 0.75rem;
}
.p-column-single__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-column-single__category-item + .p-column-single__category-item {
  margin-top: 8px;
}
.p-column-single__category-link {
  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;
  color: inherit;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-column-single__category-link:hover {
  opacity: 0.7;
}
.p-column-single__category-count {
  color: #666;
  font-size: 0.75rem;
}

.cases {
  padding: 100px 0;
}
.cases__header {
  margin-bottom: 60px;
  text-align: center;
}
.cases__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.cases__lead {
  color: #666;
  font-size: 16px;
}
.cases__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}
.cases__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cases__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.cases__item-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
.cases__item-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.cases__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases__item-content {
  background-color: #f8f8f8;
  padding: 24px;
}
.cases__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
.cases__item-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}
.cases__more {
  text-align: center;
}

.p-case {
  padding: 80px 0;
  position: relative;
}
.p-case::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-case::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-case__grid {
  display: grid;
  gap: 40px 24px;
  margin-bottom: 60px;
}
.p-case__not-found {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.p-case-card__link {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
}
.p-case-card__image {
  overflow: hidden;
  padding-top: 66.666%;
  position: relative;
}
.p-case-card__image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-case-card__content {
  padding: 24px;
}
.p-case-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-case-card__date {
  color: #666;
  font-family: var(--ff-eg);
  font-size: 14px;
}
.p-case-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.p-case-card__category {
  background-color: rgba(0, 75, 177, 0.1);
  border-radius: 2px;
  color: #004bb1;
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
}
.p-case-card__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}
.p-case-card__excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.p-case-single {
  padding: 60px 0;
  position: relative;
}
.p-case-single .c-breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  margin-top: var(--header-height, 80px);
  padding-top: 16px;
}
.p-case-single::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-case-single::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-case-single__container {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 300px;
}
.p-case-single__main {
  min-width: 0;
}
.p-case-single__header {
  margin-bottom: 40px;
}
.p-case-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-case-single__date {
  color: #666;
  font-family: var(--ff-eg);
  font-size: 14px;
}
.p-case-single__category {
  background-color: rgba(0, 75, 177, 0.1);
  border-radius: 2px;
  color: #004bb1;
  display: inline-block;
  font-size: 12px;
  padding: 4px 12px;
}
.p-case-single__title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.p-case-single__image {
  margin-bottom: 40px;
}
.p-case-single__image img {
  height: auto;
  width: 100%;
}
.p-case-single__content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.p-case-single__content > * + * {
  margin-top: 24px;
}
.p-case-single__content h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  padding-bottom: 16px;
}
.p-case-single__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
}
.p-case-single__content p {
  line-height: 2;
}
.p-case-single__content img {
  height: auto;
  max-width: 100%;
}
.p-case-single__footer {
  margin-top: 60px;
}
.p-case-single__nav {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.p-case-single__nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
}
.p-case-single__nav-item--prev {
  padding-left: 12px;
}
.p-case-single__nav-item--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
  text-align: right;
}
.p-case-single__nav-arrow {
  color: var(--color-primary);
  font-size: 20px;
}
.p-case-single__nav-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.p-case-single__sidebar {
  -ms-flex-item-align: start;
      align-self: start;
}
.p-case-single__widget {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 24px;
}
.p-case-single__widget + .p-case-single__widget {
  margin-top: 24px;
}
.p-case-single__widget-title {
  border-bottom: 2px solid var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 12px;
}
.p-case-single__popular-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-case-single__popular-item + .p-case-single__popular-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 16px;
}
.p-case-single__popular-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.p-case-single__popular-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 8px;
}
.p-case-single__popular-meta {
  color: #666;
  font-family: var(--ff-eg);
  font-size: 12px;
}
.p-case-single__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-case-single__category-item + .p-case-single__category-item {
  margin-top: 8px;
}
.p-case-single__category-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  text-decoration: none;
}
.p-case-single__category-count {
  color: #666;
  font-size: 12px;
}
.p-case-single__back {
  margin-top: 60px;
  text-align: center;
}

.business {
  background-color: #f8f8f8;
  padding: 120px 0;
  position: relative;
}
.business::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.business::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.business__header {
  margin-bottom: 120px;
  position: relative;
  text-align: center;
}
.business__header::before {
  content: "ABOUT";
  left: 50%;
  position: absolute;
  top: -2rem;
  -webkit-transform: translateX(-50%);
  color: rgba(26, 26, 26, 0.15);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
          transform: translateX(-50%);
}
.business__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
  text-align: left;
}
.business__about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.business__about-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business__about-image-placeholder {
  background: #f8f9fa;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  color: #999;
  font-size: 0.9rem;
  font-weight: 400;
          justify-content: center;
}
.business__about-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business__title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  position: relative;
}
.business__title::after {
  bottom: -16px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: var(--color-primary);
  height: 2px;
          transform: translateX(-50%);
  width: 40px;
}
.business__lead {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.business__lead-highlight {
  background: rgba(var(--color-primary-rgb), 0.05);
  border-radius: 2px;
  color: var(--color-primary);
  font-weight: 500;
  padding: 0.2em 0.5em;
}
.business__points {
  margin-bottom: 0;
  margin-top: 40px;
}
.business__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.business__point-icon {
  -ms-flex-negative: 0;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  font-size: 12px;
  font-weight: normal;
          justify-content: center;
  margin-top: 0.2em;
}
.business__point-text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}
.business__point-highlight {
  background: rgba(var(--color-primary-rgb), 0.05);
  border-radius: 2px;
  color: var(--color-primary);
  font-weight: 500;
  padding: 0.1em 0.3em;
}
.business__services {
  background: none;
  border: none;
  padding: 0;
}
.business__services-title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
  position: relative;
  text-align: center;
  width: 100%;
}
.business__services-title::after {
  bottom: -12px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: #1a1a1a;
  height: 1px;
          transform: translateX(-50%);
  width: 24px;
}
.business__services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.business__service {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 40px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.business__service-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business__service-header {
  margin-bottom: 24px;
}
.business__service-category {
  background: #1a1a1a;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 6px 12px;
}
.business__service-name {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
}
.business__service-desc {
  color: #333;
  font-size: 0.95rem;
  line-height: 2;
  margin: 0;
}
.business__service-meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
  border-left: 1px solid #eee;
          flex: 0 0 280px;
  padding-left: 48px;
}
.business__service-features {
  list-style: none;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
}
.business__service-features li {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}
.business__service-features li:last-child {
  margin-bottom: 0;
}
.business__service-features li::before {
  color: #1a1a1a;
  content: "✓";
  font-weight: normal;
  margin-right: 12px;
}
.business__service-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  color: #1a1a1a;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  text-decoration: none;
}
.business__service-button::after {
  content: "→";
  font-size: 0.9em;
  margin-left: 6px;
  position: relative;
  top: -0.5px;
}

.board {
  background-color: #f8f8f8;
  padding: 120px 0;
  position: relative;
}
.board::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.board::after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.board__header {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.board__header::before {
  content: "BOARD";
  left: 50%;
  position: absolute;
  top: -2rem;
  -webkit-transform: translateX(-50%);
  color: rgba(26, 26, 26, 0.12);
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
          transform: translateX(-50%);
}
.board__title {
  color: #1a1a1a;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  position: relative;
}
.board__title::after {
  bottom: -16px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: var(--color-primary);
  height: 1px;
          transform: translateX(-50%);
  width: 40px;
}
.board__lead {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0;
}
.board__members {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
}
.board__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.board__member-image {
  width: 280px;
  -ms-flex-negative: 0;
  aspect-ratio: 360/480;
      flex-shrink: 0;
}
.board__member-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 2px;
     object-fit: cover;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.board__member-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 480px;
}
.board__member-position {
  color: var(--color-primary);
  display: block;
  font-family: var(--ff-eg);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.board__member-name {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.board__member-text {
  color: #444;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.board__member-text:last-child {
  margin-bottom: 0;
}

.u-visually-hidden {
  border: 0;
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u-hide {
  display: block;
}

.u-show {
  display: none;
}

.u-hide--inline {
  display: inline-block;
}

.u-show--inline {
  display: none;
}

.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-delay: var(--delay, 0s);
          transition-delay: var(--delay, 0s);
}
.u-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: var(--delay, 0s);
          transition-delay: var(--delay, 0s);
}
.u-fade-in.is-active {
  opacity: 1;
}

.u-slide-in {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-delay: var(--delay, 0s);
          transition-delay: var(--delay, 0s);
}
.u-slide-in.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1024px){
  .p-company__member {
    gap: 32px;
    grid-template-columns: 300px 1fr;
  }
  .p-company__member + .p-company__member {
    margin-top: 60px;
    padding-top: 60px;
  }
  .p-column-archive__grid {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .cta__image {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 900px){
  .l-header {
    overflow: visible;
    z-index: 3000;
  }
  .l-header__inner {
    height: 72px;
    padding: 0 32px;
  }
  .l-header__nav {
    left: 0;
    position: fixed;
    right: auto;
    top: 0;
    -webkit-transform: translateX(-100%);
    background: rgba(255, 255, 255, 0.98);
    height: 100vh;
    max-width: 100vw;
            transform: translateX(-100%);
    width: 100vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .l-header__nav.is-open {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__menu li {
    width: auto;
  }
  .l-header__menu li a, .l-header__menu li .c-btn {
    border-bottom: none;
    display: block;
    padding: 20px 40px;
    width: auto;
  }
  .l-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 24px;
    z-index: 9999;
  }
  .fv__content {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .fv__catch {
    font-size: 2.4rem;
  }
  .fv__sub {
    font-size: 1rem;
    max-width: 100%;
    padding-left: 1.5em;
  }
  .fv__scroll {
    right: 50%;
    -webkit-transform: translateX(50%);
    bottom: 4vw;
            transform: translateX(50%);
  }
}
@media (max-width: 768px){
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
  .l-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .c-pagetop {
    bottom: 16px;
    height: 40px;
    right: 16px;
    width: 40px;
  }
  .c-pagetop svg {
    height: 16px;
    width: 16px;
  }
  .c-page-header {
    height: 340px;
  }
  .c-page-header__title {
    font-size: 2rem;
  }
  .c-page-header__subtitle {
    font-size: 0.9rem;
    margin-top: 12px;
  }
  .p-service {
    padding: 80px 0;
  }
  .p-service__overview {
    margin-bottom: 40px;
  }
  .p-service__lead {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  .p-service__lead br {
    display: none;
  }
  .p-service__list {
    margin-bottom: 60px;
    padding: 0 1rem;
  }
  .p-service__item {
    margin-bottom: 60px;
  }
  .p-service__content {
    margin-bottom: 24px;
  }
  .p-service__title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .p-service__text {
    font-size: 0.95rem;
  }
  .p-service__features li {
    font-size: 0.9rem;
  }
  .p-service__contact {
    padding: 0 1rem;
  }
  .p-service__contact-text {
    font-size: 0.95rem;
  }
  .p-privacy {
    padding: 40px 0 60px;
  }
  .p-privacy__section + .p-privacy__section {
    margin-top: 40px;
  }
  .p-privacy__heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .p-privacy__contact {
    padding: 20px;
  }
  .p-owners {
    padding: 60px 0;
  }
  .p-owners__section + .p-owners__section {
    margin-top: 60px;
  }
  .p-owners__section--line-cta {
    margin: 80px 0;
    padding: 60px 0;
  }
  .p-owners__line-cta-label {
    font-size: 16px;
    padding: 0 24px;
  }
  .p-owners__line-cta-label::before, .p-owners__line-cta-label::after {
    width: 16px;
  }
  .p-owners__line-cta-body {
    padding: 30px 20px;
  }
  .p-owners__line-btn {
    font-size: 16px;
    padding: 14px 32px;
  }
  .p-owners__line-features {
    margin-bottom: 20px;
  }
  .p-owners__line-features li {
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 28px;
  }
  .p-owners__line-features li::before {
    background-size: 10px;
    height: 18px;
    width: 18px;
  }
  .p-owners__line-features:last-child {
    margin-top: 20px;
  }
  .p-owners__line-features:last-child li {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .p-owners__line-features:last-child li::before {
    height: 14px;
    width: 14px;
  }
  .p-owners__heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .p-owners__heading::after {
    margin-top: 15px;
    width: 40px;
  }
  .p-owners__purpose-area {
    margin-bottom: 40px;
    padding: 30px 20px;
  }
  .p-owners__purpose {
    font-size: 20px;
  }
  .p-owners__purpose br {
    display: none;
  }
  .p-owners__lead {
    font-size: 16px;
    text-align: left;
  }
  .p-owners__lead br {
    display: none;
  }
  .p-owners__features {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .p-owners__feature {
    padding: 30px 20px;
  }
  .p-owners__feature-icon {
    height: 56px;
    margin-bottom: 20px;
    padding: 14px;
    width: 56px;
  }
  .p-owners__feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .p-owners__feature-title br {
    display: none;
  }
  .p-owners__feature-text {
    font-size: 14px;
  }
  .p-owners__community-header {
    padding: 30px 20px;
  }
  .p-owners__community-name {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .p-owners__community-format {
    font-size: 14px;
  }
  .p-owners__community-body {
    padding: 30px 20px;
  }
  .p-owners__community-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .p-owners__comparison {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .p-owners__comparison-table th, .p-owners__comparison-table td {
    font-size: 14px;
    padding: 16px;
  }
  .p-owners__comparison-mark {
    font-size: 20px;
  }
  .p-owners__comparison-note {
    font-size: 12px;
  }
  .p-owners__fc-about {
    padding: 30px 20px;
  }
  .p-owners__fc-definition {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-owners__fc-subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .p-owners__fc-text {
    font-size: 16px;
  }
  .p-owners__target-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .p-owners__target-card {
    padding: 24px;
  }
  .p-owners__target-title {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .p-owners__target-list li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .p-owners__pattern-type {
    font-size: 16px;
  }
  .p-owners__pattern-text {
    font-size: 14px;
  }
  .p-owners__value {
    padding: 30px 20px;
  }
  .p-owners__value-item {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 32px;
  }
  .p-owners__value-item::before {
    font-size: 20px;
    top: 1px;
  }
  .p-owners__table th, .p-owners__table td {
    font-size: 14px;
    padding: 16px;
  }
  .p-owners__table-wrapper {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .p-owners__models {
    margin-top: 40px;
    padding: 24px;
  }
  .p-owners__models-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-owners__models-item {
    font-size: 15px;
  }
  .p-owners__models-note {
    font-size: 13px;
  }
  .p-owners__steps {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .p-owners__benefits {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .p-owners__cases {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .p-owners__cases-lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .p-owners__cases-lead br {
    display: none;
  }
  .p-owners__no-cases-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .p-owners__line-btn {
    font-size: 15px;
    min-width: 260px;
    padding: 14px 28px;
  }
  .p-owners__line-btn--small {
    font-size: 14px;
    min-width: 180px;
    padding: 10px 20px;
  }
  .p-owners__about-image {
    margin-top: 40px;
  }
  .p-owners__about-note br {
    display: none;
  }
  .p-owners__about-point {
    padding: 20px;
  }
  .p-owners__about-point-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .p-owners__about-point-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-owners__merit-image {
    margin-bottom: 30px;
  }
  .p-news-archive {
    padding: 40px 0;
  }
  .p-news-single {
    padding: 40px 0;
  }
  .p-news-single__title {
    font-size: 20px;
  }
  .p-news-single__content h2 {
    font-size: 18px;
  }
  .p-news-single__content h3 {
    font-size: 16px;
  }
  .p-news-single__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-news-single__prev, .p-news-single__next {
    width: 100%;
  }
  .p-contact {
    padding: 40px 0 60px;
  }
  .p-contact__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-contact__form {
    padding: 20px;
  }
  .p-contact__form .wpcf7-form .wpcf7-acceptance {
    margin: 30px 0;
    text-align: left;
  }
  .p-contact__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-contact__form .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  .p-company {
    padding: 60px 0;
  }
  .p-company__section + .p-company__section {
    margin-top: 60px;
  }
  .p-company__section-title {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .p-company__info {
    padding: 32px 24px;
  }
  .p-company__info-item {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p-company__info-title {
    width: auto;
  }
  .p-company__map {
    margin-bottom: 32px;
  }
  .p-company__member {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .p-company__member + .p-company__member {
    margin-top: 48px;
    padding-top: 48px;
  }
  .p-company__member-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 300px;
  }
  .p-company__member-name {
    font-size: 1.25rem;
  }
  .p-column-archive {
    padding: 60px 0;
  }
  .p-column-archive__grid {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }
  .p-column-card__content {
    padding: 20px;
  }
  .news {
    padding: 60px 0;
  }
  .news__header {
    margin-bottom: 40px;
  }
  .news__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .news__list {
    margin-bottom: 40px;
  }
  .news__item-link {
    padding: 20px;
  }
  .media {
    padding: 60px 0;
  }
  .media__header {
    margin-bottom: 40px;
  }
  .media__header-en {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .media__title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .media__title::after {
    width: 32px;
  }
  .media__lead {
    font-size: 14px;
    line-height: 1.6;
  }
  .media__list {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .cta {
    padding: 60px 0;
  }
  .cta__container {
    padding: 0 1.5rem;
  }
  .cta__title {
    font-size: 1.6rem;
    text-align: center;
  }
  .cta__text {
    text-align: center;
  }
  .cta__button .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .cta__button {
    text-align: center;
  }
  .company {
    padding: 80px 0;
  }
  .company__header {
    margin-bottom: 40px;
  }
  .company__title {
    font-size: 1.8rem;
  }
  .company__lead {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  .company__content {
    padding: 0 1rem;
  }
  .company__info-title {
    font-size: 0.9rem;
    width: 100px;
  }
  .company__info-data {
    font-size: 0.95rem;
  }
  .column {
    padding: 80px 0;
  }
  .column__header {
    margin-bottom: 40px;
  }
  .column__title {
    font-size: 1.8rem;
  }
  .column__lead {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  .column__articles {
    margin-bottom: 40px;
    padding: 0 1rem;
  }
  .p-column-archive {
    padding: 60px 0;
  }
  .p-column-archive__list {
    margin-bottom: 48px;
  }
  .p-column-single {
    padding: 60px 0;
  }
  .p-column-single__container {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .p-column-single__title {
    font-size: 1.5rem;
  }
  .p-column-single__nav {
    grid-template-columns: 1fr;
  }
  .cases {
    padding: 60px 0;
  }
  .cases__header {
    margin-bottom: 40px;
  }
  .cases__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .cases__list {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .cases__item-content {
    padding: 20px;
  }
  .p-case-single__container {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .p-case-single__title {
    font-size: 24px;
  }
  .p-case-single__nav {
    grid-template-columns: 1fr;
  }
  .business {
    padding: 80px 0;
  }
  .business__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .business__about-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .business__about-image-placeholder {
    height: 300px;
  }
  .business__title {
    font-size: 1.8rem;
  }
  .business__lead {
    font-size: 0.95rem;
  }
  .business__lead br {
    display: none;
  }
  .business__point {
    gap: 12px;
  }
  .business__point-text {
    font-size: 0.9rem;
  }
  .business__services {
    padding: 0;
  }
  .business__services-title {
    font-size: 1.4rem;
    margin-bottom: 48px;
  }
  .business__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 32px;
  }
  .business__service-meta {
    -webkit-box-flex: 0;
        -ms-flex: none;
    border-left: none;
    border-top: 1px solid #eee;
            flex: none;
    padding-left: 0;
    padding-top: 32px;
  }
  .board {
    padding: 80px 0;
  }
  .board__header {
    margin-bottom: 48px;
  }
  .board__title {
    font-size: 1.8rem;
  }
  .board__lead {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  .board__member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .board__member-image {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .board__member-content {
    max-width: 100%;
  }
  .board__member-name {
    font-size: 1.35rem;
    margin-bottom: 16px;
  }
  .board__member-text {
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }
}
@media (width <= 767.98px){
  .l-inner {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--l {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--s {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-hide--inline {
    display: none;
  }
  .u-show--inline {
    display: inline-block;
  }
}
@media (max-width: 600px){
  .fv__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px){
  .board__members {
    padding: 0 0;
  }
}
@media (min-width: 768px){
  .p-case {
    padding: 120px 0;
  }
  .p-case__grid {
    gap: 60px 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .p-case-card__content {
    padding: 32px;
  }
  .p-case-card__title {
    font-size: 20px;
  }
  .p-case-single {
    padding: 80px 0;
  }
  .p-case-single__content {
    padding: 60px;
  }
  .p-case-single__content h2 {
    font-size: 28px;
  }
  .p-case-single__content h3 {
    font-size: 24px;
  }
}
@media (min-width: 769px){
  .p-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .p-service__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 901px){
  .l-header__nav {
    left: 50%;
    position: absolute;
    top: 24px;
    -webkit-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 76px;
    max-width: 1280px;
            transform: translateX(-50%);
    width: calc(100% - 48px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 40px;
    pointer-events: none;
    z-index: 11;
  }
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: auto;
  }
}
