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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #342b24;
  background-color: #ffffff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (min-width: 1140px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

.l-inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 1140px) {
  .l-inner {
    padding-inline: min(6.9444444444vw, 100px);
    max-width: 1340px;
  }
}

.l-footer {
  background: #f4f2ee;
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
  max-width: 17.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .l-footer__top {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__info {
    gap: 1.5rem;
  }
}

.l-footer__logo {
  width: 10rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__logo {
    width: 12.5rem;
  }
}
.l-footer__logo img {
  aspect-ratio: 130/39;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__addressArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.l-footer__address {
  font-weight: 500;
}

.l-footer__map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.l-footer__mapText {
  line-height: 1.6;
  padding-right: 1rem;
  border-bottom: 1px solid #342b24;
}

.l-footer__mapIcon {
  width: 1.5rem;
}
.l-footer__mapIcon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer_tel {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1140px) {
  .l-footer_tel {
    font-size: 1.25rem;
  }
}

.l-footer__instagram {
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.l-footer__instagram a {
  padding: 0.625rem;
  display: inline-block;
  width: 2.75rem;
}
.l-footer__instagram a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 600px) {
  .l-footer__list {
    -webkit-column-gap: clamp(2rem, 5.3333333333vw, 3.75rem);
       -moz-column-gap: clamp(2rem, 5.3333333333vw, 3.75rem);
            column-gap: clamp(2rem, 5.3333333333vw, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .l-footer__list {
    row-gap: 2.5rem;
  }
}

.l-footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.25rem;
}
.l-footer__item a .m-menu-ja {
  font-size: 0.75rem;
}
@media screen and (min-width: 1140px) {
  .l-footer__item a .m-menu-ja {
    font-size: 0.875rem;
  }
}
.l-footer__item a .m-menu-en {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 1140px) {
  .l-footer__item a .m-menu-en {
    font-size: 1.25rem;
  }
}

.l-footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid #b3a79e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 980px) {
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__privacy {
  font-size: 0.75rem;
  font-weight: 500;
}

.l-footer__copyright {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 3.75rem;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1140px) {
  .l-header {
    height: 7.5rem;
  }
}

.l-header__inner {
  margin-inline: auto;
  padding-inline: clamp(1rem, 5.3333333333vw, 1.875rem);
  height: 100%;
  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;
}
@media screen and (min-width: 1140px) {
  .l-header__inner {
    padding-inline: clamp(1.875rem, 2.0833333333vw, 3.75rem);
  }
}

.l-header__logo {
  width: clamp(8.125rem, 34.6666666667vw, 10rem);
}
@media screen and (min-width: 1140px) {
  .l-header__logo {
    width: clamp(11.25rem, 18.0555555556vw, 16.25rem);
  }
}
.l-header__logo img {
  aspect-ratio: 130/39;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.l-header__contents {
  display: none;
}
@media screen and (min-width: 1140px) {
  .l-header__contents {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: clamp(0.5rem, 1.1111111111vw, 1rem);
  }
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(1.5rem, 2.2222222222vw, 2rem);
}

.l-header__address {
  font-size: 0.875rem;
}

.l-header__telArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-header__telWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.l-header__telIcon {
  padding-top: 0.125rem;
  width: 1.125rem;
}
.l-header__telIcon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__telNumber {
  font-size: 1.5625rem;
  font-weight: 900;
}

.l-header__telNOte {
  font-size: 0.75rem;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #342b24;
}

.l-header__item {
  border-right: 1px solid #342b24;
}
.l-header__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 0.125rem;
  padding-inline: clamp(1.5rem, 2.2222222222vw, 2rem);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__item a .m-menu-ja {
  font-size: 0.75rem;
}
.l-header__item a .m-menu-en {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item a:hover {
    opacity: 0.7;
  }
}
.l-header__item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-header__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item a:active {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1140px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-drawer {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  padding-block: 6.25rem 3.75rem;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__contents {
  width: 13.75rem;
  margin-inline: auto;
}

.l-drawer__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: 0.5rem;
}

.l-drawer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-block: 1.5rem 0.375rem;
  border-bottom: 1px solid #342b24;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-drawer__item a .m-menu-ja {
  font-size: 0.75rem;
}
.l-drawer__item a .m-menu-en {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__item a:hover {
    opacity: 0.7;
  }
}
.l-drawer__item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-drawer__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-drawer__item a:active {
    opacity: 0.7;
  }
}

.l-drawer_info {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.l-drawer_telArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.l-drawer_telBtn {
  width: 100%;
}

.l-header__telNOte {
  font-size: 0.75rem;
}

.l-wrapper {
  overflow: hidden;
}

.l-main {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1140px) {
  .l-main {
    margin-top: 7.5rem;
  }
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.l-section--narrow {
  padding-top: 1.25rem;
}
@media screen and (min-width: 980px) {
  .l-section {
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
  .l-section--narrow {
    padding-top: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}

.l-section__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .l-section__contents {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.c-hamburger {
  width: 1.75rem;
  height: 1.3125rem;
  position: relative;
  z-index: 50;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
  display: none;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
  top: 10px;
  width: 1.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-hamburger__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  background: #342b24;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-hamburger__bar:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger__bar:nth-of-type(3) {
  top: 1.125rem;
  width: 0.875rem;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  background: #342b24;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  border: 2px solid #342b24;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background: #ffffff;
    color: #342b24;
  }
  .c-btn:hover::before {
    background: #342b24;
  }
}
.c-btn:focus-visible {
  background: #ffffff;
  color: #342b24;
}
.c-btn:focus-visible::before {
  background: #342b24;
}
@media (hover: none) {
  .c-btn {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn:active {
    background: #ffffff;
    color: #342b24;
  }
  .c-btn:active::before {
    background: #342b24;
  }
}

.c-btn--icon::before {
  content: "";
  width: 1.125rem;
  height: 0.875rem;
  -webkit-mask-image: url("../img/common/icon-mail.svg");
          mask-image: url("../img/common/icon-mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-btn--tel {
  background: #ffffff;
  color: #342b24;
  font-size: 1.125rem;
}
.c-btn--tel::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url("../img/common/icon-tel.svg");
          mask-image: url("../img/common/icon-tel.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #342b24;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--tel:hover {
    background: #342b24;
    color: #ffffff;
  }
  .c-btn--tel:hover::before {
    background: #ffffff;
  }
}
.c-btn--tel:focus-visible {
  background: #342b24;
  color: #ffffff;
}
.c-btn--tel:focus-visible::before {
  background: #ffffff;
}
@media (hover: none) {
  .c-btn--tel {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn--tel:active {
    background: #342b24;
    color: #ffffff;
  }
  .c-btn--tel:active::before {
    background: #ffffff;
  }
}

.c-btn--drawer {
  width: 100%;
  min-height: 3.375rem;
}

.c-btn--ctaTel {
  font-size: 1.75rem;
  line-height: 1.8;
  width: 100%;
  height: 4.5rem;
}
.c-btn--ctaTel::before {
  width: 1.5rem;
  height: 1.5rem;
}

.c-btn--ctaForm {
  width: 100%;
  height: 4.5rem;
}
@media screen and (min-width: 1140px) {
  .c-btn--ctaForm {
    font-size: 1.5rem;
    padding: 1.75rem 2.5rem;
    height: auto;
  }
  .c-btn--ctaForm::before {
    width: 1.5rem;
    height: 1.25rem;
  }
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.c-section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 0.1875rem;
  background: #342b24;
}
.c-section-heading--white .c-section-heading__en,
.c-section-heading--white .c-section-heading__ja {
  color: #ffffff;
}
.c-section-heading--white::after {
  background: #ffffff;
}

.c-section-heading__en {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.c-section-heading__en span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-section-heading__en br {
    display: none;
  }
  .c-section-heading__en span {
    display: inline-block;
  }
}
@media screen and (min-width: 1140px) {
  .c-section-heading__en {
    font-size: 2.5rem;
  }
}

.c-section-heading__ja {
  font-size: 0.75rem;
  font-weight: 700;
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover .c-btn-more__icon {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
    background: #b3a79e;
    opacity: 1;
  }
  .c-btn-more:hover .c-btn-more__icon::after {
    background: #ffffff;
  }
}
.c-btn-more:focus-visible .c-btn-more__icon {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
  background: #b3a79e;
  opacity: 1;
}
.c-btn-more:focus-visible .c-btn-more__icon::after {
  background: #ffffff;
}
@media (hover: none) {
  .c-btn-more:active .c-btn-more__icon {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
    background: #b3a79e;
    opacity: 1;
  }
  .c-btn-more:active .c-btn-more__icon::after {
    background: #ffffff;
  }
}

.c-btn-more__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.c-btn-more__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #b3a79e;
  background: #ffffff;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1140px) {
  .c-btn-more__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.c-btn-more__icon::after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: #342b24;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M9.5 0.5L13.5 4.502L9.5 8.503M0.5 4.503H13.5' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M9.5 0.5L13.5 4.502L9.5 8.503M0.5 4.503H13.5' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-swiper-slide {
  width: clamp(15rem, 64vw, 18.75rem);
}
@media screen and (min-width: 768px) {
  .c-swiper-slide {
    width: clamp(18.75rem, 39.0625vw, 26.25rem);
  }
}
@media screen and (min-width: 1140px) {
  .c-swiper-slide {
    width: clamp(26.25rem, 37.5vw, 33.75rem);
  }
}
.c-swiper-slide img {
  aspect-ratio: 540/405;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-breadcrumb--bg {
  background: #f7f5f5;
}

.c-breadcrumb__inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 1.875rem);
  padding-block: 0.625rem;
}
.c-breadcrumb__inner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__inner a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-breadcrumb__inner a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-breadcrumb__inner a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner .current-item {
  color: #7F7770;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.prev {
  margin-right: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.next {
  margin-left: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.page-numbers {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #b3a79e;
}
.page-numbers.current {
  color: #342b24;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    color: #342b24;
  }
  .page-numbers:hover .c-pagination__prev,
  .page-numbers:hover .c-pagination__next {
    background: #342b24;
  }
}
.page-numbers:focus-visible {
  color: #342b24;
}
.page-numbers:focus-visible .c-pagination__prev,
.page-numbers:focus-visible .c-pagination__next {
  background: #342b24;
}
@media (hover: none) {
  .page-numbers {
    /* hoverが使えない端末 スマホ想定 */
  }
  .page-numbers:active {
    color: #b3a79e;
  }
  .page-numbers:active .c-pagination__prev,
  .page-numbers:active .c-pagination__next {
    background: #342b24;
  }
}

.c-pagination__prev,
.c-pagination__next {
  width: 1rem;
  height: 1rem;
  background: #b3a79e;
}

.c-pagination__prev {
  -webkit-mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
          mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
}

.c-pagination__next {
  -webkit-mask: url("../img/common/icon-next.svg") center/contain no-repeat;
          mask: url("../img/common/icon-next.svg") center/contain no-repeat;
}

.c-btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-back:hover .c-btn-back__icon {
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
    background: #b3a79e;
    opacity: 1;
  }
  .c-btn-back:hover .c-btn-back__icon::after {
    background: #ffffff;
  }
}
.c-btn-back:focus-visible .c-btn-back__icon {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
  background: #b3a79e;
  opacity: 1;
}
.c-btn-back:focus-visible .c-btn-back__icon::after {
  background: #ffffff;
}
@media (hover: none) {
  .c-btn-back:active .c-btn-back__icon {
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
    background: #b3a79e;
    opacity: 1;
  }
  .c-btn-back:active .c-btn-back__icon::after {
    background: #ffffff;
  }
}

.c-btn-back__text {
  font-size: 1rem;
  font-weight: 600;
}

.c-btn-back__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #b3a79e;
  background: #ffffff;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1140px) {
  .c-btn-back__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.c-btn-back__icon::after {
  content: "";
  width: 0.8125rem;
  height: 0.5rem;
  background: #342b24;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M4.5 0.5L0.5 4.502L4.5 8.503M13.5 4.503H0.5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M4.5 0.5L0.5 4.502L4.5 8.503M13.5 4.503H0.5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-category {
  display: grid;
  place-content: center;
  background: #b3a79e;
  padding: 0.25rem 0.625rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.c-btn-submit {
  display: grid;
  place-content: center;
  text-align: center;
  width: 11.25rem;
  background-color: #342b24;
  border-radius: 50px;
  border: 2px solid #342b24;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-btn-submit {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-submit:hover {
    background: #ffffff;
    color: #342b24;
  }
}
.c-btn-submit:focus-visible {
  background: #ffffff;
  color: #342b24;
}
@media (hover: none) {
  .c-btn-submit {
    background: #ffffff;
    color: #342b24;
  }
}

.p-fv {
  width: 100%;
  display: grid;
  place-items: center;
  padding-block: 1.25rem;
}
.p-fv img {
  aspect-ratio: 1360/734;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-fv__visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.p-about {
  background: #f7f5f5;
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 4.1666666667vw, 5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-about__contents {
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-about__card {
  background: #ffffff;
  padding-block: clamp(2rem, 8.5333333333vw, 3.75rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-block: clamp(2rem, 5.2083333333vw, 3.75rem);
    padding-inline: clamp(1.25rem, 2.6041666667vw, 3.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card {
    padding-block: clamp(2rem, 4.1666666667vw, 3.75rem);
    padding-inline: clamp(2rem, 3.3333333333vw, 3rem);
    gap: clamp(2.5rem, 3.3333333333vw, 3rem);
  }
}

.p-about__card-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about__card-titleArea {
    height: 4.375rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__card-titleArea {
    height: 5.125rem;
  }
}

.p-about__card-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-about__card-title {
    font-size: 1.75rem;
  }
}

.p-about__card-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-about__card-subtitle {
    font-size: 1.5rem;
  }
}

.p-about__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1140px) {
  .p-about__card-body {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__card-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about__card-head {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-about__card-head {
    font-size: 1.375rem;
  }
}

.p-about__card-text {
  line-height: 1.8;
  padding-left: 1.25rem;
  font-weight: 700;
}
.p-about__card-text br {
  display: none;
}
@media screen and (min-width: 1140px) {
  .p-about__card-text {
    margin-top: 0.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__card-text br {
    display: inline-block;
  }
}

.p-about__img {
  margin-top: 2.5rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1140px) {
  .p-about__img {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}
.p-about__img img {
  aspect-ratio: 1140/600;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1140px) {
  .p-about__btn {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-reason__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(2rem, 4.1666666667vw, 5rem);
  }
}
@media screen and (min-width: 980px) {
  .p-reason__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-reason__contents {
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-reason__item {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid #b3a79e;
}
.p-reason__item:first-child {
  border-top: 1px solid #b3a79e;
}
@media screen and (min-width: 1140px) {
  .p-reason__item {
    padding-block: 3rem;
  }
}

.p-reason__item-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 1140px) {
  .p-reason__item-titleArea {
    gap: 1rem;
  }
}

.p-reason__item-number {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-reason__item-number {
    font-size: 1.5rem;
  }
}

.p-reason__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-reason__item-title {
    font-size: 1.5rem;
  }
}

.p-reason__item-text {
  font-size: 1rem;
  line-height: 2;
}

.p-reason__img img {
  aspect-ratio: 335/251;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-reason__img {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .p-reason__img img {
    aspect-ratio: 530/800;
    height: 100%;
  }
}

.p-service {
  background-color: #f7f5f5;
}

.p-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-service__contents {
    gap: 3.75rem;
  }
}

.p-service__img img {
  aspect-ratio: 800/560;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    width: clamp(23.75rem, 49.4791666667vw, 48.75rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1140px) {
  .p-service__img {
    width: clamp(20rem, 54.1666666667vw, 48.75rem);
  }
}

.p-service__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-service__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-service__title {
    font-size: 1.5rem;
  }
}

.p-service__text {
  font-size: 1rem;
  line-height: 2;
}

.p-service__btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-works__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-works__text {
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1140px) {
  .p-works__text {
    font-size: 1.5rem;
  }
}

.p-works__swiper-container {
  margin-top: 2.5rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1140px) {
  .p-works__swiper-container {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-works__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-works__btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1140px) {
  .p-works__btn {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-news {
  background: #f7f5f5;
}

@media screen and (min-width: 768px) {
  .p-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-news__contents {
  margin-top: 2.5rem;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    max-width: none;
  }
}
@media screen and (min-width: 1140px) {
  .p-news__contents {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-news__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: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__link:hover .p-news__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-news__link:hover .p-news__date,
  .p-news__link:hover .p-news__title {
    opacity: 0.7;
  }
}
.p-news__link:focus-visible .p-news__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-news__link:focus-visible .p-news__date,
.p-news__link:focus-visible .p-news__title {
  opacity: 0.7;
}
@media (hover: none) {
  .p-news__link:active .p-news__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-news__link:active .p-news__date,
  .p-news__link:active .p-news__title {
    opacity: 0.7;
  }
}

.p-news__img {
  width: 100%;
  overflow: hidden;
}
.p-news__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.p-news__date {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-news__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-news__btn {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1140px) {
  .p-news__btn {
    margin-top: 5rem;
  }
}

.p-cta {
  background-image: url("../img/common/cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-cta__inner {
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    max-width: none;
  }
}

.p-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1140px) {
  .p-cta__contents {
    gap: 2.5rem;
  }
}

.p-cta__message {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}
.p-cta__message br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__message br {
    display: inline-block;
  }
}

.p-cta__box {
  background: #ffffff;
  padding-inline: clamp(1.5rem, 6.4vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 2rem;
    padding-inline: clamp(1.25rem, 2.2222222222vw, 2rem);
  }
}

.p-cta__telArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid #b3a79e;
}
@media screen and (min-width: 768px) {
  .p-cta__telArea {
    border-bottom: none;
    padding: 1rem;
    border-right: 1px solid #b3a79e;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-cta__telTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-cta__telTitle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cta__telBtn {
    display: none;
  }
}

.p-cta__telWrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__telWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-cta__telIcon {
  padding-top: 0.375rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cta__telIcon img {
  aspect-ratio: 24/24;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1140px) {
  .p-cta__telIcon {
    width: 1.625rem;
  }
}

.p-cta__telNumber {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-cta__telNumber {
    font-size: 2.5rem;
  }
}

.p-cta__telNOte {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-cta__formArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cta__formArea {
    padding: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-cta__formNote {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cta__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__bottom-img {
  padding-top: 0.5rem;
  width: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cta__bottom-img img {
  aspect-ratio: 48/55;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-cta__bottom-img {
    width: 4.5rem;
  }
}

.p-cta__bottom-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
}
.p-cta__bottom-text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__bottom-text br {
    display: inline-block;
  }
}

.p-sub-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-sub-fv__heading-en {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1140px) {
  .p-sub-fv__heading-en {
    font-size: 4rem;
  }
}

.p-sub-fv__heading-ja {
  font-size: 1rem;
  font-weight: 700;
}

.p-philosophy__listArea {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-philosophy__listArea {
    margin-top: clamp(2.5rem, 6.6666666667vw, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-philosophy__listArea {
    margin-top: clamp(2.5rem, 13.8888888889vw, 12.5rem);
  }
}

.p-philosophy__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: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__list {
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-philosophy__list {
    gap: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-philosophy__list {
    gap: 6.25rem;
  }
}

.p-philosophy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-philosophy__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2rem, 4.1666666667vw, 7.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-philosophy__item {
    gap: 7.5rem;
  }
}

.p-philosophy__item:nth-child(2) {
  z-index: 0;
}
.p-philosophy__item:nth-child(2)::after {
  content: "";
  width: 100vw;
  height: calc(100% + 2.5rem);
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: #f7f5f5;
}
@media screen and (min-width: 768px) {
  .p-philosophy__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-philosophy__item:nth-child(2)::after {
    height: calc(100% + 3.75rem);
    top: -1.875rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-philosophy__item:nth-child(2)::after {
    height: calc(100% + clamp(15rem, 21.0526315789vw, 16.25rem));
    top: -8.125rem;
  }
}

.p-philosophy__item-img {
  width: clamp(18.75rem, 94.6666666667vw, 37.5rem);
  margin-left: calc(50% - 50vw);
}
.p-philosophy__item-img--reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.p-philosophy__item-img img {
  aspect-ratio: 355/206;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-philosophy__item-img {
    width: clamp(18.75rem, 53.4722222222vw, 64.1875rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-philosophy__item-img {
    margin-inline: -24.375rem auto;
  }
  .p-philosophy__item-img--reverse {
    margin-inline: auto -24.375rem;
  }
}

.p-philosophy__item-textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-philosophy__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .p-philosophy__item-title {
    font-size: 1.75rem;
  }
}

.p-philosophy__item-text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-philosophy__item-titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-philosophy__item-logo {
  width: 5rem;
}
.p-philosophy__item-logo img {
  aspect-ratio: 80/49;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1140px) {
  .p-philosophy__item-logo {
    width: 7.5rem;
  }
}

.p-goodWorks__head {
  margin-top: 2.5rem;
}

.p-goodWorks__head-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-goodWorks__head-title {
    font-size: 1.75rem;
  }
}

.p-goodWorks__head-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-goodWorks__head-lead {
    font-size: 1.5rem;
  }
}

.p-goodWorks__contents {
  position: relative;
  margin-top: 8.5rem;
}
@media screen and (min-width: 600px) {
  .p-goodWorks__contents {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-goodWorks__contents {
    margin-top: 2.5rem;
  }
}

.p-goodWorks__demo {
  position: absolute;
  top: -8.0625rem;
  right: clamp(2.3125rem, 9.8666666667vw, 2.875rem);
  width: 17.375rem;
}
.p-goodWorks__demo img {
  aspect-ratio: 278/149;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-goodWorks__demo {
    width: 18.75rem;
    top: -9.125rem;
    right: -2rem;
  }
  .p-goodWorks__demo img {
    aspect-ratio: 475/255;
  }
}
@media screen and (min-width: 1140px) {
  .p-goodWorks__demo {
    width: 25rem;
    top: -11.25rem;
    right: -3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-goodWorks__demo {
    width: 29.6875rem;
    top: -13.5625rem;
    right: -8.125rem;
  }
}

.p-goodWorks__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: 2rem;
}
@media screen and (min-width: 768px) {
  .p-goodWorks__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    -webkit-column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
       -moz-column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
            column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
    row-gap: 0;
  }
}

.p-goodWorks__item {
  padding-block: clamp(2rem, 8.5333333333vw, 2.5rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2.5rem);
  background: #f7f5f5;
}
@media screen and (min-width: 768px) {
  .p-goodWorks__item {
    padding-block: clamp(2rem, 2.7777777778vw, 2.5rem);
    padding-inline: clamp(1rem, 2.0833333333vw, 1.5rem);
    grid-row: span 2;
    display: grid;
    grid-template-rows: subgrid;
  }
  .p-goodWorks__item.u-animation-fadeUp.is-in-view {
    -webkit-animation: none;
            animation: none;
  }
}

.p-goodWorks__item-top {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b3a79e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-goodWorks__item-top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-goodWorks__item-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-goodWorks__item-title {
    font-size: 1.5rem;
  }
}

.p-goodWorks__item-lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .p-goodWorks__item-lead {
    font-size: 1.25rem;
  }
}

.p-goodWorks__item-bottom {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-goodWorks__item-subTitle {
  font-weight: 700;
  line-height: 1.8;
}

.p-goodWorks__item-text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-craftFreaks {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-craftFreaks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 33.75rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__top {
    max-width: 42.5rem;
    gap: 1.5rem;
  }
}

.p-craftFreaks__head {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__head {
    font-size: 1.75rem;
  }
}

.p-craftFreaks__leadWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__leadWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-craftFreaks__lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__lead {
    text-align: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__lead {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-craftFreaks__br {
    display: none;
  }
}

.p-craftFreaks__leadText {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__leadText {
    text-align: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__leadText {
    font-size: 1.125rem;
  }
}

.p-craftFreaks__contents {
  position: relative;
  margin-top: 9.25rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__contents {
    margin-top: 2.5rem;
  }
}

.p-craftFreaks__demo-craftFreaks {
  position: absolute;
  top: -8.0625rem;
  left: 4.875rem;
  width: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__demo-craftFreaks {
    top: -6.875rem;
    left: -2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__demo-craftFreaks {
    width: 8.75rem;
    top: -9.375rem;
    left: -3.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-craftFreaks__demo-craftFreaks {
    width: 10.5rem;
    top: -11.6875rem;
  }
}
.p-craftFreaks__demo-craftFreaks img {
  aspect-ratio: 105/129;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-craftFreaks__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: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, 3.125vw, 2.5rem);
  }
}

.p-craftFreaks__item {
  padding-block: clamp(2rem, 8.5333333333vw, 2.5rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2.5rem);
  background: #f7f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__item {
    padding-block: clamp(2rem, 2.7777777778vw, 2.5rem);
    padding-inline: clamp(1rem, 2.0833333333vw, 1.5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-craftFreaks__item.u-animation-fadeUp.is-in-view {
    -webkit-animation: none;
            animation: none;
  }
}

.p-craftFreaks__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-craftFreaks__item-title span {
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__item-title {
    font-size: 1.5rem;
  }
}

.p-craftFreaks__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-craftFreaks__item-text {
    text-align: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-craftFreaks__item-text {
    font-size: 1.25rem;
  }
}

.p-message {
  padding-top: 1.25rem;
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 4.1666666667vw, 5rem);
  }
}
@media screen and (min-width: 980px) {
  .p-message__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  .p-message__contents {
    gap: clamp(3.75rem, 5.5555555556vw, 5rem);
  }
}

.p-message__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1140px) {
  .p-message__textArea {
    gap: 2.5rem;
  }
}

.p-message__text {
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1140px) {
  .p-message__text {
    gap: 1.5rem;
  }
}

.p-message__nameWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-message__position {
  font-weight: 700;
}

.p-message__name {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1140px) {
  .p-message__name {
    font-size: 1.25rem;
  }
}

.p-message__img {
  width: 100%;
}
.p-message__img img {
  aspect-ratio: 335/400;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    width: clamp(17.5rem, 38.8888888889vw, 35rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-outline {
  background: #f7f5f5;
}

.p-outline__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-outline__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 4.1666666667vw, 5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-outline__contents {
    gap: clamp(3.75rem, 5.5555555556vw, 5rem);
  }
}

.p-outline__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding-top: clamp(1rem, 4.2666666667vw, 2.75rem);
  padding-bottom: clamp(2rem, 8.5333333333vw, 3.75rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-outline__table {
    padding-top: clamp(1rem, 2.0833333333vw, 1.5rem);
    padding-bottom: clamp(2rem, 4.1666666667vw, 2.5rem);
    padding-inline: clamp(1.25rem, 2.6041666667vw, 2.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-outline__table {
    padding-top: clamp(1.5rem, 3.0555555556vw, 2.75rem);
    padding-bottom: clamp(2.5rem, 2.7777777778vw, 3.75rem);
    padding-inline: 2rem;
  }
}

.p-outline__tbody {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-outline__tbody {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1rem;
  border-bottom: 1px solid #b3a79e;
}

.p-outline__head {
  font-weight: 700;
  line-height: 2;
  width: clamp(6.25rem, 29.3333333333vw, 12.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-outline__head {
    width: clamp(6.25rem, 14.3229166667vw, 12.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-outline__head {
    width: 10rem;
  }
}

.p-outline__data {
  line-height: 2;
}
.p-outline__data span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-outline__data span {
    display: inline;
  }
}

.p-subService.l-section {
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-subService.l-section {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 980px) {
  .p-subService.l-section {
    padding-bottom: clamp(1.25rem, 4.1666666667vw, 3.75rem);
  }
}

.p-subService__topHead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .p-subService__topHead {
    font-size: 2rem;
  }
}

.p-subService__topLead {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.p-subService__topLead br {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-subService__topLead br {
    display: inline;
  }
}
@media screen and (min-width: 1140px) {
  .p-subService__topLead {
    margin-top: 1.5rem;
  }
}

.p-subService__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
     -moz-column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
          column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-subService__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
       -moz-column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
            column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-subService__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-subService__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService__item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-subService__item {
    gap: 0.5rem;
    margin-bottom: 3.75rem;
  }
}

.p-subService__itemImg {
  width: 100%;
}
.p-subService__itemImg img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-subService__itemNumber {
  color: #b3a79e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-subService__itemNumber::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b3a79e;
}

.p-subService__itemImgTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .p-subService__itemImgTitle {
    font-size: 1.25rem;
  }
}

.p-subService__itemText {
  font-size: 1rem;
  line-height: 1.5;
}

.p-subWorks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3.75rem, 16vw, 5rem);
}
@media screen and (min-width: 768px) {
  .p-subWorks__inner {
    gap: clamp(5rem, 10.4166666667vw, 7.5rem);
  }
}

.p-subWorks__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 23.75rem;
}
@media screen and (min-width: 1140px) {
  .p-subWorks__text {
    margin-top: 1.5rem;
  }
}

.p-subWorks__swiper-container {
  margin-top: 1.5rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 1140px) {
  .p-subWorks__swiper-container {
    margin-top: 2.5rem;
  }
}

.p-subWorks__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* デフォルトのボタンを初期化 */
.p-subWorks__swiper-button-prev,
.p-subWorks__swiper-button-next {
  position: absolute !important;
  z-index: 10;
  top: 50% !important;
  cursor: pointer; /* カーソルを指の形に */
  pointer-events: auto !important; /* クリックを確実に有効化 */
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  border: 1px solid #342b24;
  background: rgba(255, 255, 255, 0.8);
}

.p-subWorks__swiper-button-prev {
  left: 1.25rem !important;
}

.p-subWorks__swiper-button-next {
  right: 1.25rem !important;
}

.p-beforeAfter {
  background-color: #f7f5f5;
}

.p-beforeAfter__text {
  margin-top: 1.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-beforeAfter__text {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-beforeAfter__text {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}

.p-beforeAfter__contents {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-beforeAfter__contents {
    margin-top: clamp(2.5rem, 5.8997050147vw, 3.75rem);
  }
}

.p-beforeAfter__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: 2rem;
}
@media screen and (min-width: 768px) {
  .p-beforeAfter__list {
    gap: clamp(2.5rem, 5.8997050147vw, 3.75rem);
  }
}

.p-beforeAfter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
     -moz-column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
          column-gap: clamp(1.25rem, 5.3333333333vw, 2.5rem);
  position: relative;
}
.p-beforeAfter__item::after {
  content: "";
  width: clamp(0.875rem, 3.7333333333vw, 1.125rem);
  height: clamp(0.875rem, 3.7333333333vw, 1.125rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/common/icon-arrow.svg");
  background-size: cover;
}

.p-beforeAfter__itemImg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-beforeAfter__itemImg img {
  aspect-ratio: 540/600;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-beforeAfter__itemImg::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #342b24;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  display: grid;
  place-content: center;
  width: 5rem;
  height: 1.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-beforeAfter__itemImg::before {
    font-size: 1rem;
    width: 6.25rem;
    height: 2rem;
  }
}

.p-beforeAfter__itemImg--before::before {
  content: "BEFORE";
}

.p-beforeAfter__itemImg--after::before {
  content: "AFTER";
}

.p-subNews__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
  .p-subNews__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(1.25rem, 3.3333333333vw, 2.5rem);
       -moz-column-gap: clamp(1.25rem, 3.3333333333vw, 2.5rem);
            column-gap: clamp(1.25rem, 3.3333333333vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-subNews__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
       -moz-column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
            column-gap: clamp(1.25rem, 2.6041666667vw, 2.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-subNews__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-subNews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 2rem;
}
.p-subNews__item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-subNews__item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-subNews__item {
    margin-bottom: 3.75rem;
  }
  .p-subNews__item a {
    margin-bottom: 2.5rem;
  }
}

.p-subNews__pagination {
  margin-top: clamp(2.5rem, 10.6666666667vw, 6.25rem);
}

.p-single__inner {
  max-width: calc(50rem + 200px);
}

.p-single__date {
  font-size: 1rem;
}

.p-single__title {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-single__contents {
  margin-top: 2.5rem;
}
.p-single__contents h2,
.p-single__contents h3,
.p-single__contents h4 {
  margin-top: 2rem;
  font-weight: 700;
}
.p-single__contents h2 {
  font-size: 1.25rem;
}
.p-single__contents h3 {
  font-size: 1.125rem;
}
.p-single__contents h4 {
  font-size: 1rem;
}
.p-single__contents p {
  font-size: 1rem;
  margin-top: 1rem;
}

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

.p-single__body {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.p-single__btn {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-privacy__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-privacy__top {
  line-height: 2;
  padding-bottom: clamp(2rem, 8.5333333333vw, 3.75rem);
  border-bottom: 1px solid #b3a79e;
}

.p-privacy__list {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 8.5333333333vw, 3rem);
}

.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-privacy__head {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .p-privacy__head {
    font-size: 1.125rem;
  }
}

.p-privacy__text {
  line-height: 2;
}

.p-privacy__bottom {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  line-height: 2;
}

.p-privacy__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contact__inner {
  max-width: calc(50rem + 200px);
}

.p-contact__telArea {
  padding: 2rem 1.5rem;
  background: #f7f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__telArea {
    padding: 2.5rem 2.5rem;
    gap: 1.5rem;
  }
}

.p-contact__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  .p-contact__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__telBtn {
    display: none;
  }
}

.p-contact__telWrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact__telWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-contact__telIcon {
  padding-top: 0.5rem;
  width: 1.5rem;
}
.p-contact__telIcon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact__telNumber {
  font-size: 2rem;
  font-weight: 700;
}

.p-contact__telNNote {
  font-size: 1rem;
  font-weight: 500;
}

.p-contact__formArea {
  margin-top: 2.5rem;
  padding: 2.5rem clamp(1.5rem, 6.4vw, 2.5rem);
  background: #f7f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__formArea {
    margin-top: clamp(3.75rem, 7.8125vw, 5rem);
    padding: 3.75rem 2.5rem;
    gap: 2.5rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-contact__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: center;
  }
  .p-contact__text br {
    display: block;
  }
}

.p-contact__thanks-contents {
  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;
}

.p-contact__thanks-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks-title {
    font-size: 1.75rem;
  }
}

.p-contact__thanks-text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks-text {
    margin-top: 3.75rem;
  }
}

.p-contact__thanks-btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks-btn {
    margin-top: 6.25rem;
  }
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 6.4vw, 2.5rem);
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-form__label {
  font-size: 1rem;
  font-weight: 700;
}

.p-form__input-text {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  line-height: 1.5;
}
.p-form__input-text::-webkit-input-placeholder {
  color: #CFCDCB;
  font-size: 1rem;
}
.p-form__input-text::-moz-placeholder {
  color: #CFCDCB;
  font-size: 1rem;
}
.p-form__input-text:-ms-input-placeholder {
  color: #CFCDCB;
  font-size: 1rem;
}
.p-form__input-text::-ms-input-placeholder {
  color: #CFCDCB;
  font-size: 1rem;
}
.p-form__input-text::placeholder {
  color: #CFCDCB;
  font-size: 1rem;
}

.p-form__radio {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
  margin-top: 0.25rem;
}
.p-form__radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__radio .wpcf7-list-item-label {
  padding-left: 1.75rem;
  position: relative;
}
.p-form__radio .wpcf7-list-item-label::before, .p-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__radio .wpcf7-list-item-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b3a79e;
  left: 0;
}
.p-form__radio .wpcf7-list-item-label::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #b3a79e;
  left: 7px;
  opacity: 0;
}

.p-form__input-text--textarea {
  height: 18.75rem;
  resize: vertical;
}

.p-form__privacy {
  margin-top: 2.5rem;
  text-align: center;
}
.p-form__privacy span {
  display: block;
}
.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0;
}

.p-form__input-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__input-checkbox:checked + span::after {
  opacity: 1;
}
.p-form__input-checkbox + span {
  position: relative;
  padding-left: 2.125rem;
}
.p-form__input-checkbox + span::before, .p-form__input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__input-checkbox + span::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b3a79e;
  left: 0;
}
.p-form__input-checkbox + span::after {
  width: 1rem;
  height: 0.75rem;
  background: url("../img/common/icon-check.svg") no-repeat center center/contain;
  left: 0.25rem;
  opacity: 0;
}
.p-form__input-checkbox + span a {
  text-decoration-line: underline;
  color: #342b24;
  font-weight: 500;
}

.p-form__btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA {
  margin-top: 2.5rem;
  text-align: center;
}
.reCAPTCHA a {
  text-decoration-line: underline;
}

.p-404__inner {
  max-width: calc(50rem + 200px);
}

.p-404__contents {
  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;
}

.p-404__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 1.75rem;
  }
}

.p-404__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 3.75rem;
  }
}

.p-404__btn {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    margin-top: 6.25rem;
  }
}

.u-hidden-md {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-hidden-md {
    display: block;
  }
}

.u-hidden-sm-lg {
  display: none;
}
@media screen and (min-width: 1140px) {
  .u-hidden-sm-lg {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-hidden-lg-xl {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .u-hidden-xl {
    display: none;
  }
}

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-hover:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .u-hover {
    /* hoverが使えない端末 スマホ想定 */
  }
  .u-hover:active {
    opacity: 0.7;
  }
}

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

.u-animation-fadeUp.is-in-view {
  -webkit-animation: fadeUp 1s 1;
          animation: fadeUp 1s 1;
}

.u-animated__clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.u-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.u-animated__clipView--reverse {
  clip-path: inset(0 0 0 100%);
}