@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

.u-sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-br {
    display: inline;
  }
}

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

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

/**
* @file _l-footer.scss
* Figma: node 263:10514
**/
.footer {
  background: #333333;
  padding: 64px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  gap: 40px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  height: 38px;
  width: auto;
}

.footer__address {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  width: 353px;
}

.footer__address p {
  margin: 0;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  white-space: nowrap;
  margin: 0;
}

.footer__nav {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-item a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.footer__nav-item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer__nav {
    gap: 18px;
    flex-direction: column;
  }
  .footer__inner {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer__address {
    width: 100%;
    font-size: 14px;
  }
  .footer__nav-item a {
    font-size: 14px;
  }
}
/**
* @file _l-header.scss
**/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  height: 100%;
  gap: 40px;
}

.header__logo {
  flex-shrink: 0;
  display: block;
}

.header__logo img {
  height: 38px;
  width: auto;
}

.header__nav {
  flex: 1;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav-item {
  position: relative;
  padding-top: 4px;
}

.header__nav-item a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 80px;
  white-space: nowrap;
  transition: color 0.2s;
}

.header__nav-item a:hover {
  color: #ff914f;
}

.header__nav-item::before {
  content: "";
  display: block;
  height: 4px;
  background: transparent;
}

.header__nav-item.is-current::before {
  background: #ff914f;
}

.header__nav-item.is-current a {
  color: #ff914f;
}

.header__cta {
  flex-shrink: 0;
}

.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.header__hamburger-line {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 10px;
  background: #000000;
  transition: opacity 0.6s, transform 0.6s;
}

.header__nav-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    height: 68px;
  }
  .header__inner {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    gap: 0;
  }
  .header__nav {
    position: fixed;
    top: 68px;
    right: -100%;
    width: 100%;
    height: calc(100svh - 68px);
    background: #ffffff;
    z-index: 999;
    transition: right 0.6s;
    overflow-y: auto;
    flex: unset;
  }
  .header__nav.is-open {
    right: 0;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
  }
  .header__nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0;
  }
  .header__nav-item a {
    line-height: 1;
    padding: 20px;
    white-space: normal;
  }
  .header__nav-item::before {
    display: none;
  }
  .header__nav-item.is-current a {
    color: #ff914f;
    padding-left: 17px;
    border-left: 3px solid #ff914f;
  }
  .header__nav-cta {
    display: flex;
    justify-content: center;
    padding: 32px 20px;
  }
  .header__nav-cta .c-btn {
    width: 100%;
  }
  .header__cta {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
  .header__hamburger.is-open .header__hamburger-line--1 {
    transform: translateY(9px) rotate(135deg);
  }
  .header__hamburger.is-open .header__hamburger-line--2 {
    opacity: 0;
  }
  .header__hamburger.is-open .header__hamburger-line--3 {
    transform: translateY(-9px) rotate(-135deg);
  }
}
/**
* @file _c-btn.scss
* Figma: button components
**/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
  min-height: 60px;
  min-width: 300px;
}

.c-btn:hover {
  opacity: 0.8;
}

.c-btn--primary {
  background: #ff914f;
  color: #ffffff;
  border: 1px solid #ff914f;
}

.c-btn--outline {
  background: #ffffff;
  color: #ff914f;
  border: 1px solid #ff914f;
}

.c-btn--sm {
  font-size: 15px;
  min-height: 50px;
  min-width: auto;
  padding: 11px 18px;
}

.c-btn--lg {
  font-size: 20px;
  min-height: 60px;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .c-btn {
    min-height: 50px;
  }
  .c-btn--lg {
    font-size: 16px;
    min-height: 50px;
  }
}
/**
* @file _p-home.scss
* Figma: node 263:10329 (ホーム)
**/
.p-home__label {
  font-size: 14px;
  font-weight: 500;
  color: #ff9500;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
}

.p-home-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-home-hero {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #ffffff;
  overflow: hidden;
}

.p-home-hero__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-home-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-home-hero__content .c-btn {
  align-self: flex-start;
}

.p-home-hero__sub {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin: 0;
}

.p-home-hero__title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  letter-spacing: -0.96px;
  margin: 0;
}

.p-home-hero__text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0;
}

.p-home-hero__visual {
  flex-shrink: 0;
  width: 50%;
  max-width: 500px;
}

.p-home-hero__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-home-logos {
  background: #fff6f0;
  padding: 24px 0;
}

.p-home-logos__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-home-logos__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-home-about {
  padding: 80px 0;
  background: #ffffff;
}

.p-home-about__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-home-about__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-home-about__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  margin: 0;
}

.p-home-about__sub {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.p-home-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-home-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 32px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  text-align: initial;
}

.p-home-about__card-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.p-home-about__card-img {
  width: 140px;
  height: 97px;
  overflow: hidden;
  flex-shrink: 0;
}

.p-home-about__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-about__card-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

.p-home-about__cta {
  display: flex;
  justify-content: center;
}

.p-home-service {
  padding: 80px 0;
  background: #fff6f0;
}

.p-home-service__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-home-service__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-home-service__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  margin: 0;
}

.p-home-service__sub {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.p-home-service__accent {
  color: #ff914f;
}

.p-home-service__logos-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-home-service__case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.p-home-service__case-img {
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 16/9;
}

.p-home-service__case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-service__case-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-home-service__case-company {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  margin: 0;
}

.p-home-service__case-title {
  font-size: 18px;
  font-weight: 700;
  color: #ff914f;
  line-height: 1.8;
  margin: 0;
}

.p-home-service__case-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.p-home-service__case-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  font-size: 12px;
  line-height: 1.8;
}

.p-home-service__case-row dt {
  font-weight: 400;
  color: #000000;
  width: 80px;
  flex-shrink: 0;
}

.p-home-service__case-row dd {
  font-weight: 700;
  color: #000000;
  flex: 1;
  margin: 0;
}

.p-home-service__cta {
  display: flex;
  justify-content: center;
}

.p-home-diff {
  padding: 80px 0;
  background: #ffffff;
}

.p-home-diff__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-home-diff__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-home-diff__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  margin: 0;
}

.p-home-diff__sub {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.p-home-diff__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-home-diff__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto auto;
  column-gap: 32px;
  row-gap: 8px;
  padding: 24px 0;
}

.p-home-diff__num {
  font-size: 18px;
  font-weight: 590;
  color: #ff914f;
  line-height: 22px;
  letter-spacing: -0.43px;
  margin-right: 6px;
}

.p-home-diff__item-title {
  grid-column: 2;
  font-size: 18px;
  font-weight: 590;
  color: #000000;
  line-height: 22px;
  letter-spacing: -0.43px;
  margin: 0;
}

.p-home-diff__item-text {
  grid-column: 2;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0;
  margin-top: 16px;
}

.p-home-diff__cta {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.p-home-blog {
  padding: 80px 0;
  background: #f5f5f5;
}

.p-home-blog__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-home-blog__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-home-blog__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  margin: 0;
}

.p-home-blog__sub {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

.p-home-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-home-blog__link {
  display: block;
  color: #000000;
}

.p-home-blog__link:hover {
  opacity: 0.8;
}

.p-home-blog__thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #f5f5f5;
}

.p-home-blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-blog__meta {
  margin-top: 20px;
  padding: 0;
}

.p-home-blog__cat a {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  background-color: #fff6f0;
  padding: 6px 12px;
  display: inline-block;
}

.p-home-blog__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin-top: 12px;
}

.p-home-blog__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  margin: 12px 0 0;
}

.p-home-blog__cta {
  display: flex;
  justify-content: center;
}

.p-home-cta {
  padding: 80px 0;
  background: #fff6f0;
  text-align: center;
}

.p-home-cta__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-home-cta__label {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.p-home-cta__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

.p-home-cta__text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.25px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-home-hero {
    padding-top: 20px;
  }
  .p-home-hero__inner {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 24px;
  }
  .p-home-hero__visual {
    order: -1;
    width: 100%;
    max-width: 100%;
  }
  .p-home-hero__content {
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .p-home-hero__content .c-btn {
    align-self: auto;
    width: 100%;
  }
  .p-home-hero__sub {
    font-size: 14px;
  }
  .p-home-hero__title {
    font-size: 27px;
  }
  .p-home-hero__text {
    font-size: 14px;
  }
  .p-home-logos__inner {
    width: 100%;
    padding: 0 20px;
  }
  .p-home-logos__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 10px;
  }
  .p-home-about__inner {
    width: 100%;
    padding: 0 20px;
    gap: 32px;
  }
  .p-home-about__title {
    font-size: 30px;
  }
  .p-home-about__sub {
    font-size: 14px;
  }
  .p-home-about__list {
    grid-template-columns: 1fr;
  }
  .p-home-about__item {
    gap: 10px;
    padding: 20px;
  }
  .p-home-about__card-title {
    font-size: 18px;
  }
  .p-home-about__card-text {
    font-size: 14px;
  }
  .p-home-service__inner {
    width: 100%;
    padding: 0 20px;
    gap: 32px;
  }
  .p-home-service__title {
    font-size: 30px;
  }
  .p-home-service__sub {
    font-size: 14px;
  }
  .p-home-service__logos-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-home-service__case {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-home-service__case-company {
    font-size: 14px;
  }
  .p-home-service__case-title {
    font-size: 16px;
  }
  .p-home-diff__inner {
    width: 100%;
    padding: 0 20px;
    gap: 32px;
  }
  .p-home-diff__title {
    font-size: 30px;
  }
  .p-home-diff__sub {
    font-size: 14px;
  }
  .p-home-diff__item {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 16px;
  }
  .p-home-diff__item-icon {
    width: 100px;
    margin-inline: auto;
  }
  .p-home-diff__item-title {
    grid-column: 1;
    font-size: 16px;
    text-align: center;
  }
  .p-home-diff__item-text {
    grid-column: 1;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }
  .p-home-diff__num {
    font-size: 16px;
  }
  .p-home-diff__cta {
    flex-direction: column;
    align-items: center;
  }
  .p-home-diff__cta .c-btn {
    width: 100%;
  }
  .p-home-blog__inner {
    width: 100%;
    padding: 0 20px;
    gap: 32px;
  }
  .p-home-blog__title {
    font-size: 30px;
  }
  .p-home-blog__sub {
    font-size: 14px;
  }
  .p-home-blog__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-home-blog__cat a {
    margin-top: 10px;
  }
  .p-home-blog__item-title {
    font-size: 16px;
    margin: 4px 0 0;
  }
  .p-home-cta__inner {
    width: 100%;
    padding: 0 20px;
    gap: 20px;
  }
  .p-home-cta__label {
    font-size: 18px;
  }
  .p-home-cta__title {
    font-size: 24px;
  }
  .p-home-cta .c-btn {
    width: 100%;
  }
}
.p-about__label {
  font-size: 16px;
  font-weight: 700;
  color: #ff9500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-about-hero {
  background: #fff6f0;
  padding: 40px 0 60px;
}

.p-about-hero__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  text-align: center;
}

.p-about-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.p-about-hero__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-about-hero__breadcrumb span {
  color: #000000;
}

.p-about-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-top: 8px;
  line-height: 1;
}

.p-about-hero__sub {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-top: 16px;
}

.p-about-mission {
  padding: 80px 0;
  background: #ffffff;
}

.p-about-mission__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-about-mission__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
}

.p-about-mission__text {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
}

.p-about-problems {
  background: #f5f5f5;
  padding: 80px 0;
}

.p-about-problems__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-about-problems__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-bottom: 48px;
}

.p-about-problems__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-about-problems__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-about-problems__item-icon {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about-problems__item-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.p-about-problems__item-text {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 1.6;
}

.p-about-problems__man {
  text-align: center;
  margin-top: 40px;
}
.p-about-problems__man img {
  width: 440px;
  height: auto;
}

.p-about-problems__callout {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  max-width: 786px;
  margin-inline: auto;
}

.p-about-problems__callout-icon {
  width: 100px;
  flex-shrink: 0;
}

.p-about-problems__callout-text {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 1.8;
}

.p-about-structure {
  padding: 100px 0;
  background: #ffffff;
}

.p-about-structure__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-about-structure__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-about-structure__char {
  text-align: center;
  margin-bottom: 40px;
}
.p-about-structure__char img {
  width: 220px;
  height: auto;
}

.p-about-structure__points-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.p-about-structure__points-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.p-about-structure__points-label {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.p-about-structure__points-label span {
  color: #ff914f;
}

.p-about-structure__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-about-structure__item {
  background: #fff6f0;
  border-radius: 10px;
  padding: 32px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 6px;
  row-gap: 12px;
  align-items: center;
}

.p-about-structure__item-icon {
  width: 28px;
  height: 28px;
  grid-row: 1/2;
  grid-column: 1/2;
}

.p-about-structure__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  grid-row: 1/2;
  grid-column: 2/3;
}

.p-about-structure__item-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  grid-row: 2/3;
  grid-column: 1/3;
}

.p-about-approach {
  padding: 0 0 100px;
  background: #ffffff;
}

.p-about-approach__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-about-approach__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.p-about-approach__item--reverse .p-about-approach__content,
.p-about-approach__item--reverse .p-about-approach__visual {
  direction: ltr;
}

.p-about-approach__label {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #ff914f;
  margin-bottom: 12px;
}

.p-about-approach__label-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.p-about-approach__label-num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.p-about-approach__title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 16px;
}

.p-about-approach__body {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
}
.p-about-approach__body p {
  margin: 0;
}

.p-about-approach__visual {
  border-radius: 8px;
  overflow: hidden;
}
.p-about-approach__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.p-about-clients {
  background: #fff6f0;
  padding: 80px 0;
}

.p-about-clients__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-about-clients__head {
  text-align: center;
  margin-bottom: 48px;
}

.p-about-clients__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 16px;
}

.p-about-clients__sub {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 20px;
}

.p-about-clients__count {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.p-about-clients__count-num {
  font-size: 32px;
  font-weight: 700;
  color: #ff914f;
}

.p-about-clients__logos-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  margin-inline: auto;
}

.p-about-clients__logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-about-voices {
  padding: 80px 0;
  background: #ffffff;
}

.p-about-voices__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-about-voices__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}

.p-about-voices__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-about-voices__item {
  display: grid;
  grid-template-columns: 363px 1fr;
  gap: 0;
  align-items: stretch;
}

.p-about-voices__photo {
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.p-about-voices__photo img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  display: block;
}

.p-about-voices__body {
  background: #fff6f0;
  border-radius: 0 8px 8px 0;
  padding: 28px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.p-about-voices__quote {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}

.p-about-voices__text {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}

.p-about-voices__role {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-about-hero {
    padding: 32px 0 40px;
  }
  .p-about-hero__title {
    font-size: 26px;
  }
  .p-about-hero__sub {
    font-size: 14px;
  }
  .p-about-hero__breadcrumb {
    font-size: 11px;
  }
  .p-about-mission {
    padding: 48px 0;
  }
  .p-about-mission__title {
    font-size: 22px;
  }
  .p-about-mission__text {
    font-size: 15px;
  }
  .p-about-problems {
    padding: 48px 0;
  }
  .p-about-problems__title {
    font-size: 22px;
    margin-bottom: 32px;
    line-height: 1.5;
  }
  .p-about-problems__item-text {
    font-size: 14px;
  }
  .p-about-problems__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .p-about-problems__item {
    padding: 20px 16px;
  }
  .p-about-problems__item-icon {
    max-width: 100px;
  }
  .p-about-problems__callout {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 12px;
  }
  .p-about-problems__callout-text {
    font-size: 16px;
  }
  .p-about-structure {
    padding: 48px 0;
  }
  .p-about-structure__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .p-about-structure__char {
    margin-bottom: 24px;
  }
  .p-about-structure__char img {
    width: 180px;
  }
  .p-about-structure__points-head {
    flex-direction: column;
    gap: 8px;
  }
  .p-about-structure__points-label {
    font-size: 16px;
    text-align: center;
  }
  .p-about-structure__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-about-structure__item {
    padding: 24px 20px;
  }
  .p-about-approach {
    padding: 0 0 48px;
  }
  .p-about-approach__inner {
    gap: 48px;
  }
  .p-about-approach__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-about-approach__item .p-about-approach__visual {
    order: -1;
  }
  .p-about-approach__item--reverse {
    direction: ltr;
  }
  .p-about-approach__title {
    font-size: 18px;
  }
  .p-about-approach__body {
    font-size: 15px;
  }
  .p-about-clients {
    padding: 48px 0;
  }
  .p-about-clients__title {
    font-size: 22px;
    line-height: 1.5;
  }
  .p-about-clients__sub {
    font-size: 14px;
  }
  .p-about-clients__logos-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .p-about-voices {
    padding: 48px 0;
  }
  .p-about-voices__title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .p-about-voices__item {
    grid-template-columns: 1fr;
  }
  .p-about-voices__photo {
    border-radius: 8px 8px 0 0;
  }
  .p-about-voices__photo img {
    height: 200px;
  }
  .p-about-voices__body {
    border-radius: 0 0 8px 8px;
    padding: 20px;
  }
  .p-about-voices__quote {
    font-size: 15px;
  }
  .p-about-voices__text {
    font-size: 14px;
  }
}
.p-service__label {
  font-size: 16px;
  font-weight: 700;
  color: #ff9500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-service-hero {
  background: #fff6f0;
  padding: 40px 0 60px;
}

.p-service-hero__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  text-align: center;
}

.p-service-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.p-service-hero__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-service-hero__breadcrumb span {
  color: #000000;
}

.p-service-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-top: 8px;
  line-height: 1;
}

.p-service-hero__sub {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-top: 16px;
}

.p-service-overview {
  padding: 80px 0;
  background: #ffffff;
}

.p-service-overview__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  text-align: left;
}

.p-service-overview__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 32px;
}

.p-service-overview__text {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
}

.p-service-problems {
  background: #ffffff;
}

.p-service-problems__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-service-problems__content {
  background: #ffffff;
  border: 2px solid #ff914f;
  border-radius: 12px;
  padding: 40px 48px;
}

.p-service-problems__title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 24px;
}

.p-service-problems__list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.p-service-problems__item {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.p-service-problems__item::before {
  content: "●";
  color: #ff914f;
  font-size: 12px;
  flex-shrink: 0;
}

.p-service-problems__callout {
  font-size: 18px;
  font-weight: 700;
  color: #ff914f;
  line-height: 1.8;
}

.p-service-points {
  padding: 80px 0;
  background: #ffffff;
}

.p-service-points__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-service-points__label {
  font-size: 16px;
  font-weight: 700;
  color: #ff914f;
  line-height: 1.8;
  margin-bottom: 8px;
}

.p-service-points__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 40px;
}

.p-service-points__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-service-points__item {
  display: flex;
  gap: 16px;
}

.p-service-points__item-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.p-service-points__item-text {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
}

.p-service-feature {
  background: #ffffff;
}
.p-service-feature--alt {
  padding-top: 80px;
}

.p-service-feature__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-service-feature__label {
  font-size: 16px;
  font-weight: 700;
  color: #ff914f;
  line-height: 1.8;
  margin-bottom: 8px;
}

.p-service-feature__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 32px;
}

.p-service-feature__image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p-service-feature__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.p-service-feature__body {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 100px;
}

.p-service-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.p-service-sub:last-child {
  margin-bottom: 0;
}

.p-service-sub__title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-service-sub__text {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
}

.p-service-sub__visual {
  border-radius: 8px;
  overflow: hidden;
}
.p-service-sub__visual img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  display: block;
}

.p-service-steps {
  padding: 80px 0;
}

.p-service-steps__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-service-steps__title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 48px;
}

.p-service-steps__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.p-service-steps__item {
  background: #fff6f0;
  border-radius: 4px;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
  position: relative;
}
.p-service-steps__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ff914f;
}

.p-service-steps__item-label {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
}

.p-service-steps__item-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-service-hero {
    padding: 32px 0 40px;
  }
  .p-service-hero__title {
    font-size: 26px;
  }
  .p-service-hero__sub {
    font-size: 14px;
  }
  .p-service-hero__breadcrumb {
    font-size: 11px;
  }
  .p-service-overview {
    padding: 48px 0;
  }
  .p-service-overview__title {
    font-size: 22px;
  }
  .p-service-overview__text {
    font-size: 15px;
  }
  .p-service-problems__content {
    padding: 20px;
  }
  .p-service-problems__title {
    font-size: 18px;
  }
  .p-service-problems__item {
    font-size: 15px;
  }
  .p-service-problems__callout {
    font-size: 15px;
  }
  .p-service-points {
    padding: 48px 0;
  }
  .p-service-points__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .p-service-points__item-text {
    font-size: 16px;
  }
  .p-service-feature__title {
    font-size: 22px;
  }
  .p-service-feature__image img {
    height: 220px;
  }
  .p-service-feature__body {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .p-service-sub {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .p-service-sub .p-service-sub__visual {
    order: -1;
  }
  .p-service-sub__title {
    font-size: 18px;
  }
  .p-service-sub__text {
    font-size: 15px;
  }
  .p-service-sub__visual img {
    height: 220px;
  }
  .p-service-steps {
    padding: 48px 0;
  }
  .p-service-steps__title {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .p-service-steps__item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 20px;
  }
  .p-service-steps__item-label {
    font-size: 16px;
    font-weight: 700;
  }
  .p-service-steps__item-text {
    font-size: 14px;
  }
}
/**
 * @file _p-sitemap.scss
 * Figma: node 263:9458 (サイトマップ)
 **/
.p-sitemap__label {
  font-size: 16px;
  font-weight: 500;
  color: #ff9500;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}

.p-sitemap-hero {
  background: #fff6f0;
  padding: 40px 0 56px;
}

.p-sitemap-hero__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  text-align: center;
}

.p-sitemap-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.p-sitemap-hero__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-sitemap-hero__breadcrumb span {
  color: #000000;
}

.p-sitemap-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin: 8px 0 0;
}

.p-sitemap-hero__sub {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 16px 0 0;
}

.p-sitemap-list {
  background: #ffffff;
  padding: 80px 0;
}

.p-sitemap-list__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-sitemap-list__items {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 2px solid #ff914f;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-sitemap-list__item {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
}

.p-sitemap-list__item a {
  color: #000000;
  text-decoration: none;
}

.p-sitemap-list__item a:hover {
  color: #ff914f;
}

@media screen and (max-width: 768px) {
  .p-sitemap-hero {
    padding: 32px 0 40px;
  }
  .p-sitemap-hero__title {
    font-size: 28px;
  }
  .p-sitemap-hero__sub {
    font-size: 14px;
  }
  .p-sitemap-list {
    padding: 48px 0;
  }
  .p-sitemap-list__items {
    padding-left: 20px;
  }
  .p-sitemap-list__item {
    font-size: 16px;
  }
}
/* ================================
   p-contact
================================ */
.p-contact {
  padding: 64px 0 80px;
  background: #ffffff;
}

.p-contact__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-contact__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-bottom: 16px;
}

.p-contact__lead {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 48px;
}

.p-contact-form .wpcf7 {
  margin: 0;
  padding: 0;
}

.p-contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
}

.p-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.p-contact-form__group {
  margin-bottom: 32px;
}

.p-contact-form__group--textarea {
  margin-bottom: 40px;
}

.p-contact-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 8px;
}

.p-contact-form__required {
  display: inline-block;
  background-color: #ff914f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 2px;
  white-space: nowrap;
}

.p-contact-form__input {
  width: 100%;
  height: 47px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 0 16px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000000;
  background: #ffffff;
  box-sizing: border-box;
  transition: outline 0.1s;
}

.p-contact-form__input::placeholder {
  color: #999999;
}

.p-contact-form__input:focus {
  outline: 2px solid #ff914f;
  outline-offset: -1px;
}

.p-contact-form__input.wpcf7-not-valid {
  outline: 2px solid #e00;
  outline-offset: -1px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e00;
  margin-top: 4px;
  display: block;
}

.p-contact-form__group .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-contact-form__group .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 0;
}

.p-contact-form__group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}

.p-contact-form__group .wpcf7-list-item input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #ff914f;
  cursor: pointer;
  flex-shrink: 0;
}

.p-contact-form__textarea {
  width: 100%;
  height: 258px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000000;
  background: #ffffff;
  box-sizing: border-box;
  resize: vertical;
  transition: outline 0.1s;
}

.p-contact-form__textarea::placeholder {
  color: #999999;
}

.p-contact-form__textarea:focus {
  outline: 2px solid #ff914f;
  outline-offset: -1px;
}

.p-contact-form__textarea.wpcf7-not-valid {
  outline: 2px solid #e00;
  outline-offset: -1px;
}

.p-contact-form__privacy {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}
.p-contact-form__privacy span {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  color: #999999;
}

.p-contact-form__privacy a {
  color: #ff914f;
  text-decoration: none;
}

.p-contact-form__privacy a:hover {
  text-decoration: underline;
}

.p-contact-form__submit-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.p-contact-form__submit {
  width: 440px;
  height: 80px;
  background-color: #ff914f;
  border: none;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.p-contact-form__submit:hover:not([disabled]) {
  opacity: 0.8;
}

.p-contact-form__submit[disabled] {
  background-color: #cccccc;
  color: #999999;
  cursor: not-allowed;
}

.p-contact-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
}

.p-contact-form .wpcf7-mail-sent-ok {
  background-color: #e6f4ea;
  color: #2e7d32;
}

.p-contact-form .wpcf7-validation-errors,
.p-contact-form .wpcf7-mail-sent-ng,
.p-contact-form .wpcf7-spam-blocked {
  background-color: #fce8e8;
  color: #c62828;
}

/* ================================
   p-thanks (サンクスページ)
   Figma: node 263-9926
================================ */
.p-thanks {
  padding: 58px 0 80px;
  background: #ffffff;
}

.p-thanks__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-thanks__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-bottom: 16px;
}

.p-thanks__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 80px;
}

.p-thanks-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 80px;
}

.p-thanks-nav__link {
  display: flex;
  align-items: center;
  height: 107px;
  padding: 0 32px;
  background: #fff6f0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.p-thanks-nav__link:hover {
  background: rgb(255, 230.7, 214.5);
  color: #ff914f;
}

.p-thanks__copyright {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
  text-align: center;
}

/* === SP === */
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 60px;
  }
  .p-contact__title {
    font-size: 26px;
  }
  .p-contact__lead {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .p-contact-form__group {
    margin-bottom: 24px;
  }
  .p-contact-form__label {
    font-size: 16px;
  }
  .p-contact-form__input {
    height: 44px;
    font-size: 14px;
  }
  .p-contact-form__textarea {
    height: 200px;
    font-size: 14px;
  }
  .p-contact-form__submit {
    width: 100%;
    max-width: 440px;
    height: 68px;
    font-size: 20px;
  }
  .p-thanks {
    padding: 40px 0 60px;
  }
  .p-thanks__title {
    font-size: 24px;
  }
  .p-thanks__lead {
    font-size: 15px;
    margin-bottom: 48px;
  }
  .p-thanks-nav__list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 48px;
  }
  .p-thanks-nav__link {
    height: 72px;
  }
}
/**
 * @file _p-blog.scss
 * ブログ一覧ページ
 * Figma: node 263-9515
 **/
.p-blog-hero {
  background: #fff6f0;
  padding-block: 74px;
  text-align: center;
  position: relative;
}

.p-blog-hero__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.p-blog-hero__breadcrumb {
  position: absolute;
  top: 24px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
}
.p-blog-hero__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-blog-hero__breadcrumb span {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-blog-hero__breadcrumb {
    left: 20px;
  }
}

.p-blog-hero__label {
  font-size: 16px;
  font-weight: 500;
  color: #ff9500;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}

.p-blog-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-blog-hero__title {
    font-size: 28px;
  }
}

.p-blog-hero__desc {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-blog-hero__desc {
    font-size: 14px;
  }
}

.p-blog-filter {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-blog-filter {
    margin-top: 48px;
  }
}

.p-blog-filter__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0;
  padding-block: 14px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .p-blog-filter__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-block: 16px;
  }
}

.p-blog-filter__heading {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 40px;
}

.p-blog-filter__list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-blog-filter__list {
    gap: 8px;
    flex-wrap: wrap;
  }
}

.p-blog-filter__item {
  display: flex;
  align-items: center;
}

.p-blog-filter__link {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #ff914f;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  background: #fff6f0;
  border: 1px solid #ff914f;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.p-blog-filter__link:hover {
  background: #ff914f;
  color: #ffffff;
}

.p-blog-filter__link.is-active {
  background: #ff914f;
  color: #ffffff;
  font-weight: 700;
}

.p-blog-list {
  padding: 80px 0 64px;
  background: #ffffff;
}

.p-blog-list__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
}

.p-blog-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-blog-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-blog-list__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-blog-list__empty {
  text-align: center;
  font-size: 16px;
  color: #999999;
  padding-block: 40px;
}

.p-blog-list__pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.p-blog-card {
  display: flex;
  flex-direction: column;
}

.p-blog-card__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.p-blog-card__link:hover .p-blog-card__thumb img {
  transform: scale(1.04);
}
.p-blog-card__link:hover .p-blog-card__title {
  color: #ff914f;
}

.p-blog-card__thumb {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f5f5f5;
}
.p-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.p-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-blog-card__date {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.p-blog-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  margin: 0;
  transition: color 0.2s;
}

.p-blog-card__cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ff914f;
  line-height: 1.8;
  padding: 2px 10px;
  border: 1px solid #ff914f;
  border-radius: 2px;
  white-space: nowrap;
  background: #ffffff;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border: 1px solid #dddddd;
  margin: 0 2px;
}
.wp-pagenavi a.page {
  background: #ffffff;
  color: #ff914f;
  border-color: #dddddd;
}
.wp-pagenavi a.page:hover {
  background: #ff914f;
  color: #ffffff;
  border-color: #ff914f;
}
.wp-pagenavi span.current {
  background: #ff914f;
  color: #ffffff;
  border-color: #ff914f;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background: #ffffff;
  color: #ff914f;
  border-color: #dddddd;
  font-size: 14px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  background: #fff6f0;
  color: #ff914f;
  border-color: #ff914f;
}
.wp-pagenavi span.extend {
  background: transparent;
  border-color: transparent;
  color: #999999;
  pointer-events: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  background: #ffffff;
  color: #ff914f;
  border-color: #dddddd;
  white-space: nowrap;
}
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  background: #ff914f;
  color: #ffffff;
  border-color: #ff914f;
}
.wp-pagenavi span.pages {
  display: none;
}

.p-single {
  padding: 40px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-single {
    padding: 24px 0 56px;
  }
}

.p-single__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
}

.p-single__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.p-single__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-single__breadcrumb a:hover {
  opacity: 0.8;
}
.p-single__breadcrumb span {
  color: #333333;
}

.p-single__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-single__title {
    font-size: 20px;
  }
}

.p-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.p-single__date {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.p-single__cats a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ff914f;
  padding: 2px 12px;
  border: 1px solid #ff914f;
  border-radius: 2px;
  text-decoration: none;
  line-height: 1.8;
  white-space: nowrap;
}
.p-single__cats a:hover {
  background: #ff914f;
  color: #ffffff;
}

.p-single__thumb {
  width: 100%;
  margin-bottom: 64px;
}
.p-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1158/450;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-single__thumb {
    margin-bottom: 40px;
  }
  .p-single__thumb img {
    aspect-ratio: 16/9;
  }
}

.p-single__body {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}
.p-single__body h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff914f;
}
@media screen and (max-width: 599px) {
  .p-single__body h2 {
    font-size: 18px;
  }
}
.p-single__body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0 12px;
  padding-left: 12px;
  border-left: 4px solid #ff914f;
}
@media screen and (max-width: 599px) {
  .p-single__body h3 {
    font-size: 16px;
  }
}
.p-single__body h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 32px 0 12px;
}
.p-single__body p {
  margin: 0 0 24px;
}
.p-single__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 32px 0;
}
.p-single__body a {
  color: #ff914f;
  text-decoration: underline;
}
.p-single__body a:hover {
  opacity: 0.8;
}
.p-single__body ul,
.p-single__body ol {
  padding-left: 1.5em;
  margin: 0 0 24px;
}
.p-single__body ul li,
.p-single__body ol li {
  margin-bottom: 8px;
}
.p-single__body blockquote {
  border-left: 4px solid #d9d9d9;
  padding: 12px 20px;
  margin: 32px 0;
  color: #999999;
}
.p-single__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
}
.p-single__body table th,
.p-single__body table td {
  border: 1px solid #d9d9d9;
  padding: 10px 16px;
  text-align: left;
}
.p-single__body table th {
  background: #fff6f0;
  font-weight: 700;
}

.p-single__body .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}
.p-single__body .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
  min-height: 60px;
  min-width: 300px;
  background: #ff914f;
  color: #ffffff;
  border: 1px solid #ff914f;
  text-decoration: none;
}
.p-single__body .wp-block-button__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .p-single__body .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }
}

.p-single-related {
  padding: 64px 0 80px;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .p-single-related {
    padding: 40px 0 56px;
  }
}

.p-single-related__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
}

.p-single-related__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-single-related__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
}

.p-single-related__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-single-related__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-single-related__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-single-related__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

/* ================================
   p-privacy
================================ */
.p-privacy-hero {
  background: #fff6f0;
  padding: 40px 0 60px;
}

.p-privacy-hero__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
  text-align: center;
}

.p-privacy-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  justify-content: flex-start;
}
.p-privacy-hero__breadcrumb a {
  color: #ff914f;
  text-decoration: none;
}
.p-privacy-hero__breadcrumb span {
  color: #000000;
}

.p-privacy-hero__label {
  font-size: 16px;
  font-weight: 700;
  color: #ff9500;
  letter-spacing: 1px;
}

.p-privacy-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-top: 8px;
  line-height: 1;
}

.p-privacy-hero__sub {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-top: 16px;
}

.p-privacy-content {
  background: #ffffff;
  padding: 80px 0 100px;
}

.p-privacy-content__inner {
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.p-privacy-content__lead {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 60px;
}

.p-privacy-content__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}

.p-privacy-content__section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}

.p-privacy-content__section-text {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

.p-privacy-content__contact {
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}

.p-privacy-content__contact-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 24px;
}

.p-privacy-content__contact-text {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 24px;
}

.p-privacy-content__contact-info {
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}
.p-privacy-content__contact-info p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-privacy-hero {
    padding: 28px 0 40px;
  }
  .p-privacy-hero__title {
    font-size: 28px;
  }
  .p-privacy-hero__sub {
    font-size: 14px;
    margin-top: 17px;
  }
  .p-privacy-content {
    padding: 48px 0 64px;
  }
  .p-privacy-content__lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .p-privacy-content__section {
    gap: 16px;
    margin-bottom: 40px;
  }
  .p-privacy-content__section-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .p-privacy-content__section-text {
    font-size: 14px;
  }
  .p-privacy-content__contact-title {
    font-size: 18px;
  }
  .p-privacy-content__contact-text {
    font-size: 14px;
  }
  .p-privacy-content__contact-info {
    font-size: 14px;
  }
}
/**
 * @file _p-404.scss
 * 404ページ
 **/
.p-404 {
  padding: 120px 0 100px;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 599px) {
  .p-404 {
    padding: 80px 0 72px;
  }
}

.p-404__inner {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-404__code {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #ff914f;
  letter-spacing: -2px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-404__code {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-404__code {
    font-size: 64px;
  }
}

.p-404__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-404__title {
    font-size: 20px;
  }
}

.p-404__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-404__text {
    font-size: 14px;
  }
}

.p-404__redirect {
  font-size: 14px;
  color: #999999;
}

.p-404__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p-404__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .p-404__actions .c-btn {
    width: 100%;
  }
}
