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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #322d28;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

a {
  color: #af8c64;
  text-decoration: underline;
  vertical-align: baseline;
}
a img {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; /* Safari対策 */
}

legend {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
  border: none;
  border-top: 1px solid #d2cdc8;
}

address {
  font-style: normal;
}

h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

p {
  line-height: 1.75;
}

a:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}

a[data-tellink] {
  color: inherit;
}

a[data-tellink][href="javascript:void(0);"] {
  text-decoration: none;
  cursor: default;
}

a[href*="tel:"] {
  color: #af8c64;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

a img {
  transition: opacity 250ms ease;
}
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}

code,
kbd,
samp,
pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875em;
}

img {
  display: inline-block;
  vertical-align: middle;
}

table {
  width: 100%;
}

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

dd {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 1em 0;
  padding: 16px 16px;
  padding-top: 40px;
  background-color: #f0edeb;
  color: #827d78;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 16px;
  content: "“";
  color: #d2cdc8;
  font-size: 56px;
  line-height: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
textarea,
select {
  padding: 12px 16px;
  font-size: 16px;
  color: #322d28;
  background-color: #ffffff;
  border: 1px solid #d2cdc8;
  border-radius: 4px;
  appearance: none;
  transition: border-color 250ms ease;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=url]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  border-color: #af8c64;
  outline: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #b7b2ad;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f0edeb;
  cursor: not-allowed;
}

input[type=text] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  input[type=text] {
    width: auto;
  }
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select {
  width: 100%;
  padding-right: 32px;
  background: url("../../image/common/ico-caret-down--prim.svg") center right/32px no-repeat;
}
@media screen and (min-width: 768px) {
  select {
    width: auto;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .l-header {
    background-color: transparent;
    box-shadow: none;
  }
}
.l-header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 100px;
    gap: 16px;
  }
}
.l-header__logo a {
  display: block;
  text-decoration: none;
}
.l-header__logo a:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
.l-header__logo img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    height: 60px;
  }
}
.l-header__nav {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  width: 100%;
  height: 100dvh;
  padding: 64px 16px 64px 16px;
  backdrop-filter: blur(10px);
  background-color: rgba(16, 16, 20, 0.6);
  z-index: 100;
  opacity: 0;
  transition: display 250ms ease, opacity 250ms ease;
}
.l-header__nav.is-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 160px;
    grid-template-areas: "utility cta" "menu cta";
    column-gap: 16px;
    row-gap: 0;
    backdrop-filter: blur(0);
    background-color: transparent;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-area: menu;
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    flex-direction: row;
    column-gap: clamp(4px, -1.819rem + 4.31vw, 24px);
  }
}
.l-header__menu-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__menu-item {
    width: auto;
  }
}
.l-header__menu-link {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-weight: 400;
  font-size: 20px;
  transition: color 250ms ease;
}
@media screen and (min-width: 768px) {
  .l-header__menu-link {
    display: inline-block;
    width: auto;
    padding: 0;
    color: #322d28;
    text-align: left;
    font-size: 16px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    mix-blend-mode: screen;
  }
  body.p-top .l-header__menu-link--top {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
@media screen and (min-width: 768px) {
  body.p-about .l-header__menu-link--about {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
@media screen and (min-width: 768px) {
  body.p-service .l-header__menu-link--service {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
@media screen and (min-width: 768px) {
  body.p-product .l-header__menu-link--product {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
@media screen and (min-width: 768px) {
  body.p-recruit .l-header__menu-link--recruit {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
@media screen and (min-width: 768px) {
  body.p-contact .l-header__menu-link--contact {
    color: #af8c64;
  }
  .l-header__menu-link:focus-visible {
    outline: 2px solid #af8c64;
    outline-offset: 3px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__menu-link:hover {
    color: #af8c64;
  }
}
.l-header__utility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "catalog instagram" "tel tel";
  grid-area: utility;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-header__utility {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 0;
  }
}
.l-header__utility-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__utility-item {
    border-right: 1px solid #d2cdc8;
    border-color: #322d28;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-header__utility-item:first-child {
    padding-right: 0;
    border-right: none;
  }
}
.l-header__utility-item--tel {
  grid-area: tel;
}
.l-header__utility-item--catalog {
  grid-area: catalog;
}
.l-header__utility-item--instagram {
  grid-area: instagram;
}
.l-header__utility-link {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 16px;
  transition: color 250ms ease;
}
@media screen and (min-width: 768px) {
  .l-header__utility-link {
    padding: 0;
    color: #322d28;
    line-height: 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__utility-link:hover {
    color: #af8c64;
  }
}
.l-header__utility-item--tel .l-header__utility-link {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #d2cdc8;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__utility-item--tel .l-header__utility-link {
    display: inline-block;
    width: auto;
    border: none;
    color: #322d28;
    font-size: 14px;
  }
}
.l-header__utility-item--instagram .l-header__utility-link {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__utility-item--instagram .l-header__utility-link {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__cta {
    display: flex;
    grid-area: cta;
  }
}
.l-header__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #af8c64;
  color: #ffffff;
  text-decoration: none;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  transition: background-color 250ms ease;
}
@media screen and (min-width: 768px) {
  .l-header__cta-button {
    flex-direction: column;
    gap: 4px;
    width: 160px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .l-header__cta-button:hover {
    background-color: #a07b46;
  }
}
.l-header__mobile-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__mobile-controls {
    display: none;
  }
}
.l-header__cta-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .l-header__cta-mobile {
    display: none;
  }
}
.l-header__cta-mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 75%;
  height: 75%;
  border: 1px solid #d2cdc8;
  border-color: #af8c64;
  border-radius: 999px;
}
.l-header__hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger-button {
  position: relative;
  width: 75%;
  height: 75%;
  background-color: #af8c64;
  border-radius: 999px;
  transition: background-color 250ms ease;
}
.l-header__hamburger-button.is-active {
  background-color: #fff;
}
.l-header__hamburger-button:before, .l-header__hamburger-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s;
}
.l-header__hamburger-button::before {
  transform: translateY(-4px);
}
.l-header__hamburger-button::after {
  transform: translateY(4px);
}
.l-header__hamburger-button.is-active:before, .l-header__hamburger-button.is-active::after {
  background-color: #af8c64;
}
.l-header__hamburger-button.is-active::before {
  transform: rotate(30deg);
}
.l-header__hamburger-button.is-active::after {
  transform: rotate(-30deg);
}

.l-footer__gmap {
  display: flex;
  height: 240px;
}
.l-footer__gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  transition: filter 250ms ease, width 250ms ease;
}
@media screen and (min-width: 1024px) {
  .l-footer__gmap {
    height: 400px;
    filter: grayscale(100%) contrast(1.1) brightness(0.9);
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .l-footer__gmap:hover {
    filter: grayscale(0%) brightness(1);
  }
}
.l-footer__main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .l-footer__main {
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__main {
    flex-direction: row;
  }
}
.l-footer__brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 480px) {
  .l-footer__brand {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__brand {
    margin-bottom: 0;
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__logo img {
  height: 62px;
  width: auto;
}
.l-footer__address {
  display: inline-flex;
  justify-content: center;
  align-items: end;
  font-size: 14px;
  color: #322d28;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .l-footer__address {
    text-align: left;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-footer__nav {
    justify-content: flex-end;
  }
}
.l-footer__nav-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7b2ad;
  margin-bottom: 16px;
}
.l-footer__nav-list {
  display: flex;
  gap: 12px;
}
.l-footer__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__nav-item a {
  font-size: 14px;
  color: #322d28;
  text-decoration: none;
  transition: color 250ms ease;
}
.l-footer__nav-item a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-item a:hover {
    color: #af8c64;
  }
}
.l-footer__banners {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f0edeb;
}
.l-footer__banners-inner {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  justify-content: center;
}
.l-footer__banner-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 480px) {
  .l-footer__banner-list {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list {
    gap: clamp(8px, -3.6379rem + 8.6207vw, 48px);
  }
}
.l-footer__banner-item {
  flex: 1;
}
.l-footer__banner-item a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  text-decoration: none;
  color: #9d9893;
  font-size: 10px;
}
.l-footer__bottom {
  background-color: #322d28;
  color: #ffffff;
}
.l-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom-inner {
    padding-left: 16px;
  }
}
.l-footer__copyright {
  font-size: 12px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-left: 0;
  }
}
.l-footer__pagetop {
  position: relative;
  width: 50%;
  height: 64px;
  padding: 16px;
  padding-right: 64px;
  padding-left: 16px;
  border-left: 1px solid white;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: color 250ms ease;
}
.l-footer__pagetop:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover {
    color: #d2cdc8;
  }
}
@media screen and (min-width: 480px) {
  .l-footer__pagetop {
    width: 220px;
  }
}
.l-footer__pagetop::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 16px;
  width: 32px;
  border-top: 1px solid white;
}
.l-footer__pagetop::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-main {
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 0;
  }
}

.l-section {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 128px;
  }
  .l-section .l-section {
    padding-top: 96px;
  }
  .l-section .l-section .l-section {
    padding-top: 64px;
  }
}
.l-section--white {
  background-color: #ffffff;
}
.l-section--gray {
  background-color: #f0edeb;
}
.l-section--dark {
  background-color: #322d28;
  color: #ffffff;
}
.l-section--sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-section--sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.c-heading + .l-section {
  padding-top: 0;
}

.l-container {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-container--narrow {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 992px;
}

.l-container--wide {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1432px;
}

.l-container--full {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 100%;
}

.l-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .l-grid {
    gap: 48px;
  }
}

.l-grid--2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .l-grid--2 {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .l-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }
}

.l-grid--3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-grid--3 {
    gap: 24px;
  }
}
@media screen and (min-width: 480px) {
  .l-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

.l-grid--4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .l-grid--4 {
    gap: 24px;
  }
}
@media screen and (min-width: 480px) {
  .l-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.l-grid--sidebar {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .l-grid--sidebar {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.c-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 9999px;
  white-space: nowrap;
}
.c-badge, .c-badge--primary {
  background-color: #ebf5ff;
  color: #af8c64;
}
.c-badge--success {
  background-color: #f3faf7;
  color: #0e9f6e;
}
.c-badge--warning {
  background-color: #fdf6b2;
  color: rgb(153.1042553191, 107.914893617, 5.3957446809);
}
.c-badge--danger {
  background-color: #fdf2f2;
  color: #e02424;
}
.c-badge--gray {
  background-color: #e1ddda;
  color: #67625d;
}
.c-badge--dark {
  background-color: #4d4843;
  color: #ffffff;
}
.c-badge--lg {
  padding: 8px 16px;
  font-size: 14px;
}
.c-badge--dot::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  flex-shrink: 0;
}

.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  color: #322d28;
  cursor: pointer;
  user-select: none;
  appearance: none;
  transition: background-color 150ms ease;
}
.c-button:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
.c-button:disabled, .c-button[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.c-button {
  min-width: 200px;
  max-width: 480px;
}
@media screen and (min-width: 1024px) {
  .c-button {
    max-width: auto;
  }
}
.c-button__arrow {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.c-button__arrow::before, .c-button__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../image/common/ico-arrow-right--wht.svg") center/contain no-repeat;
  transition: transform 250ms ease;
}
.c-button__arrow::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-button__arrow::after {
  left: 50%;
  transform: translate(-150%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover .c-button__arrow::before {
    transform: translate(50%, -50%);
  }
  .c-button:hover .c-button__arrow::after {
    transform: translate(-50%, -50%);
  }
}
.c-button--return .c-button__arrow {
  position: absolute;
  left: 16px;
}
.c-button--return .c-button__arrow::before {
  transform: translate(-50%, -50%);
}
.c-button--return .c-button__arrow::after {
  transform: translate(50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-button--return:hover .c-button__arrow::before {
    transform: translate(-150%, -50%);
  }
  .c-button--return:hover .c-button__arrow::after {
    transform: translate(-50%, -50%);
  }
}
.c-button__text {
  position: relative;
  z-index: 2;
}
.c-button--primary {
  padding-left: 28px;
  padding-right: 80px;
}
.c-button--primary .c-button__arrow {
  margin-right: 32px;
}
.c-button--primary::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 72px;
  border: #af8c64;
  z-index: 1;
  border-radius: 32px;
  background-color: #af8c64;
  transition: width 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover::after {
    width: 100%;
  }
  .c-button--primary:hover .c-button__text {
    color: #fff;
  }
}
.c-button--secondary {
  background: #af8c64;
  color: #fff;
  border-color: #af8c64;
  border: 1px solid #d2cdc8;
  border-color: #af8c64;
  z-index: 1;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-button--secondary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary:hover {
    transform-origin: 0% 50%;
    transform: scaleX(1);
    color: #af8c64;
    opacity: 1;
  }
  .c-button--secondary:hover:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
.c-button--secondary .c-button__arrow {
  position: absolute;
  right: 16px;
}
.c-button--secondary .c-button__arrow::after {
  background-image: url("../../image/common/ico-arrow-right--prim.svg");
  transition: transform 250ms ease;
}
.c-button--ghost {
  background-color: transparent;
  border: 1px solid #af8c64;
  color: #af8c64;
  min-width: 120px;
  transition: background-color 250ms ease;
}
.c-button--ghost .c-button__arrow {
  position: absolute;
  right: 16px;
}
.c-button--ghost .c-button__arrow::before, .c-button--ghost .c-button__arrow::after {
  background-image: url("../../image/common/ico-arrow-right--prim.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c-button--ghost:hover {
    background-color: #f0edeb;
  }
}
.c-button--return .c-button__arrow {
  position: absolute;
  left: 16px;
}
.c-button--return .c-button__arrow::before, .c-button--return .c-button__arrow::after {
  background-image: url("../../image/common/ico-arrow-left--prim.svg");
}
.c-button--sm {
  padding: 8px 16px;
  font-size: 12px;
}
.c-button--lg {
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 8px;
}
.c-button--full {
  width: 100%;
}
.c-button--rounded {
  border-radius: 9999px;
}
.c-button--icon {
  padding: 12px;
  aspect-ratio: 1;
}

.c-card {
  background-color: #ffffff;
  border: 1px solid #d2cdc8;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
  }
}
.c-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-card__image img,
.c-card__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__image {
  background-color: #f0edeb;
}
.c-card__image img {
  transition: transform 400ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-card:hover .c-card__image img {
    transform: scale(1.04);
  }
}
.c-card__body {
  padding: 24px;
}
.c-card__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #af8c64;
  background-color: #ebf5ff;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}
.c-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card__text {
  font-size: 14px;
  color: #827d78;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card__footer {
  padding: 16px 24px;
  border-top: 1px solid #d2cdc8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-card__date {
  font-size: 12px;
  color: #827d78;
}
.c-card--horizontal {
  display: flex;
}
.c-card--horizontal .c-card__image {
  flex-shrink: 0;
  width: 200px;
  aspect-ratio: auto;
}
.c-card--horizontal .c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--horizontal .c-card__body {
  flex: 1;
  min-width: 0;
}
.c-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-card--link:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
.c-card--link {
  cursor: pointer;
}

.c-catalog-card {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-catalog-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
  }
}
.c-catalog-card__image {
  aspect-ratio: 1/1.414;
  width: 100%;
  background-color: #f0edeb;
}
.c-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-catalog-card:hover .c-card__image img {
    transform: scale(1.04);
  }
}
.c-catalog-card__body {
  position: relative;
  padding: 16px;
  background-color: #f0edeb;
}
.c-catalog-card__icon {
  position: absolute;
  top: -15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #af8c64;
  border-radius: 2px;
  width: 28px;
  aspect-ratio: 1/1;
}
.c-catalog-card__icon img {
  width: 75%;
  height: auto;
  transition: transform 400ms ease;
}
.c-catalog-card__year {
  text-align: center;
  color: #af8c64;
}
.c-catalog-card__title {
  text-align: center;
  color: #af8c64;
}

.c-product-card {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 250ms ease;
}
.c-product-card__figure-media {
  position: relative;
  aspect-ratio: 1/1; /* 高さを確保 */
  overflow: hidden;
  border: 1px solid #d2cdc8;
}
.c-product-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 250ms ease;
}
.c-product-card__figure__image--off {
  opacity: 1;
}
.c-product-card__figure__image--on {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-product-card:hover .c-product-card__image--off {
    opacity: 0;
  }
  .c-product-card:hover .c-product-card__image--on {
    opacity: 1;
  }
}
.c-product-card__body {
  position: relative;
  padding: 8px 0;
}
.c-product-card__title {
  text-align: center;
}
a.c-product-card .c-product-card__title {
  color: #af8c64;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-form__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-form__actions {
    align-items: center;
  }
}
.c-form__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #827d78;
  background-color: #f0edeb;
  padding: 32px;
}
.c-form__agreement a {
  color: #af8c64;
}
@media screen and (min-width: 768px) {
  .c-form .c-table th {
    width: 160px;
  }
}

.c-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-form-field__sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-form-field__label-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.c-form-field__label {
  color: #322d28;
  font-weight: 700;
}
.c-form-field__sub-label {
  color: #322d28;
  font-weight: 700;
  font-size: 14px;
}
.c-form-field__required {
  line-height: 1.25;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: #e02424;
  padding: 2px 4px;
  border-radius: 2px;
}
.c-form-field__optional {
  line-height: 1.25;
  font-size: 12px;
  color: #827d78;
}
.c-form-field__hint {
  font-size: 14px;
  color: #827d78;
}
.c-form-field__error {
  font-size: 14px;
  color: #e02424;
  display: none;
}
.is-error .c-form-field__error {
  display: block;
}
.c-form-field.is-error input,
.c-form-field.is-error textarea,
.c-form-field.is-error select {
  border-color: #e02424;
  background-color: #fdecf1;
}
.c-form-field.is-error input:focus,
.c-form-field.is-error textarea:focus,
.c-form-field.is-error select:focus {
  border-color: #e02424;
  box-shadow: 0 0 0 3px rgba(224, 36, 36, 0.15);
}

.c-form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.c-form-check__input {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  accent-color: #af8c64;
  cursor: pointer;
}
.c-form-check__label {
  color: #322d28;
  line-height: 1.75;
}
.c-form-check-group {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 12px;
}
.c-form-check-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.c-form-select {
  position: relative;
}
.c-form-select select {
  padding-right: 40px;
  cursor: pointer;
}
.c-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #827d78;
  border-bottom: 2px solid #827d78;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.c-heading__title {
  position: relative;
  display: flex;
  margin-bottom: 1em;
}
.c-heading__title-en {
  position: relative;
  z-index: 1;
  color: #af8c64;
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 72px;
}
@media screen and (min-width: 480px) {
  .c-heading__title-en {
    font-size: 80px;
  }
}
.c-heading__title-en:first-letter {
  line-height: 1;
  font-weight: 100;
  font-size: 140px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 480px) {
  .c-heading__title-en:first-letter {
    font-size: 160px;
  }
}
.c-heading__sub {
  display: block;
}
.c-heading--lv2 .c-heading__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  background: url("../../image/common/hdg-deco--lv2-sp.svg") center/contain no-repeat;
  color: #af8c64;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .c-heading--lv2 .c-heading__title {
    min-height: 96px;
    background: url("../../image/common/hdg-deco--lv2.svg") center/contain no-repeat;
    font-size: 40px;
  }
}
.c-heading--lv2 .c-heading__title .c-heading__text {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
}
.c-heading--lv3 .c-heading__title {
  position: relative;
  padding-right: 32px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 28px;
  border-bottom: solid 1px #af8c64;
}
@media screen and (min-width: 768px) {
  .c-heading--lv3 .c-heading__title {
    font-size: 32px;
  }
}
.c-heading--lv3 .c-heading__title::after {
  position: absolute;
  right: -16px;
  bottom: 0;
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  background: url("../../image/common/hdg-deco--lv3.svg") no-repeat;
}
.c-heading--lv3 .c-heading__sub {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-heading--lv3 .c-heading__sub {
    font-size: 24px;
  }
}
.c-heading--lv4 .c-heading__title {
  padding-bottom: 8px;
  text-align: left;
  font-size: 24px;
  border-bottom: dotted 1px #af8c64;
}
@media screen and (min-width: 768px) {
  .c-heading--lv4 .c-heading__title {
    font-size: 28px;
  }
}
.c-heading__lead {
  margin-top: 16px;
  font-size: 18px;
  color: #827d78;
  line-height: 1.75;
  max-width: 640px;
}
.c-heading--center {
  text-align: center;
}
.c-heading--center .c-heading__lead {
  margin-inline: auto;
}
.c-heading--underline .c-heading__title {
  position: relative;
  padding-bottom: 16px;
}
.c-heading--underline .c-heading__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #af8c64;
  border-radius: 9999px;
}
.c-heading--underline.c-heading--center .c-heading__title {
  position: relative;
  padding-bottom: 16px;
}
.c-heading--underline.c-heading--center .c-heading__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #af8c64;
  border-radius: 9999px;
}
.c-heading--underline.c-heading--center .c-heading__title::after {
  left: 50%;
  transform: translateX(-50%);
}
.c-heading--inverse .c-heading__title {
  color: #ffffff;
}
.c-heading--inverse .c-heading__lead {
  color: #d2cdc8;
}
.c-heading--sm .c-heading__title {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .c-heading--sm .c-heading__title {
    font-size: 28px;
  }
}

.c-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: auto;
}
.c-icon__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-icon--sm {
  width: 14px;
}
.c-icon--md {
  width: 16px;
}
.c-icon--lg {
  width: 24px;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #d2cdc8;
  border-radius: 8px;
}
.c-table thead {
  background-color: #f0edeb;
}
.c-table thead th {
  padding: 16px;
  font-weight: 700;
  color: #af8c64;
  border-bottom: 1px solid #d2cdc8;
  white-space: nowrap;
}
.c-table tbody th {
  padding: 16px 0;
  color: #af8c64;
}
.c-table tbody tr {
  border-bottom: 1px solid #d2cdc8;
}
.c-table tbody td {
  padding: 16px;
  color: #322d28;
  vertical-align: middle;
}
.c-table--bordered th,
.c-table--bordered td {
  border: 1px solid #d2cdc8;
}
.c-table--striped tbody tr:nth-child(even) {
  background-color: #f0edeb;
}
.c-table--definition th {
  width: 30%;
  background-color: #f0edeb;
  border-right: 1px solid #d2cdc8;
  text-align: left;
  vertical-align: top;
}
.c-table--stack {
  table-layout: auto;
}
.c-table--stack tbody tr {
  border-bottom: none;
}
@media screen and (min-width: 480px) {
  .c-table--stack tbody tr {
    border-bottom: 1px solid #d2cdc8;
  }
}
.c-table--stack tbody th {
  display: block;
  width: 100%;
  padding: 8px 12px;
}
@media screen and (min-width: 480px) {
  .c-table--stack tbody th {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}
.c-table--stack tbody td {
  display: block;
  width: 100%;
  padding: 12px;
}
@media screen and (min-width: 480px) {
  .c-table--stack tbody td {
    display: table-cell;
  }
}
.c-table--stack tbody th {
  background-color: #f0edeb;
}
@media screen and (min-width: 480px) {
  .c-table--stack tbody th {
    background-color: transparent;
  }
}

.c-media {
  display: grid;
  width: 100%;
  gap: 16px;
}
@media screen and (min-width: 480px) {
  .c-media {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-media {
    grid-template-columns: 1fr 2fr;
    gap: 32px;
  }
}

.c-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.c-list {
  list-style: none;
}
.c-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.c-list__item::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #af8c64;
  flex-shrink: 0;
  margin-top: 0.75em;
}
.c-list--ordered {
  counter-reset: list;
}
.c-list--ordered .c-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  counter-increment: list;
}
.c-list--ordered .c-list__item::before {
  content: counter(list) ".";
  flex-shrink: 0;
}

.c-def__term {
  color: #0066b5;
  font-weight: bold;
}
.c-def__desc {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2cdc8;
  border-color: #0066b5;
}

.c-contact-info {
  width: 100%;
  border-collapse: collapse;
  max-width: 992px;
  margin: 0 auto;
  padding: 24px 16px;
  padding-bottom: 32px;
  background-color: #f0edeb;
}
.c-contact-info__tel {
  text-align: center;
  color: #af8c64;
}
.c-contact-info__tel-link {
  text-decoration: none;
  font-size: 48px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .c-contact-info__tel-link {
    font-size: 56px;
  }
}
.c-contact-info__hours {
  text-align: center;
  font-size: 14px;
}
.c-contact-info__holiday {
  text-align: center;
  font-size: 14px;
}
.c-contact-info__fax {
  text-align: center;
  font-size: 14px;
}
.c-contact-info thead {
  background-color: #f0edeb;
}
.c-contact-info thead th {
  padding: 16px;
  font-weight: 700;
  color: #af8c64;
  border-bottom: 2px solid #d2cdc8;
  white-space: nowrap;
}
.c-contact-info tbody th {
  padding: 16px 0;
  color: #af8c64;
}
.c-contact-info tbody tr {
  border-bottom: 1px solid #d2cdc8;
  transition: background-color 150ms ease;
}
.c-contact-info tbody td {
  padding: 16px;
  color: #322d28;
  vertical-align: middle;
}
.c-contact-info--bordered th,
.c-contact-info--bordered td {
  border: 1px solid #d2cdc8;
}
.c-contact-info--striped tbody tr:nth-child(even) {
  background-color: #f0edeb;
}
.c-contact-info--definition th {
  width: 30%;
  background-color: #f0edeb;
  border-right: 1px solid #d2cdc8;
  text-align: left;
  vertical-align: top;
}

.c-step-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-step-flow {
    gap: 24px;
  }
}
.c-step-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 64px;
}
.c-step-flow__num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d2cdc8;
  background: #fff;
  color: #d2cdc8;
}
.c-step-flow__label {
  color: #827d78;
  text-align: center;
}
.c-step-flow__line {
  flex: 1;
  height: 1px;
  max-width: 80px;
  background: #d2cdc8;
  margin-bottom: 32px;
}
.c-step-flow__item.is-active .c-step-flow__num {
  background: #0066b5;
  border-color: #0066b5;
  color: #fff;
}
.c-step-flow__item.is-active .c-step-flow__label {
  color: #322d28;
  font-weight: 500;
}
.c-step-flow__item.is-done .c-step-flow__num {
  background: #ffffff;
  border-color: #0352a0;
  color: #0352a0;
}
.c-step-flow__item.is-done .c-step-flow__label {
  color: #999;
}
.c-step-flow__line.is-done {
  background: #639922;
}

.c-link {
  color: #af8c64;
  text-decoration: underline;
  transition: text-decoration 250ms ease;
}
.c-link:hover {
  color: #a07b46;
  text-decoration: none;
}
.c-link--pdf {
  padding-right: 22px;
  position: relative;
}
.c-link--pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../image/common/ico-pdf--prim.svg") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-link--external::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../image/common/icon_external--prim.svg") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 4px;
}
.c-link--arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.c-link--arrow::before {
  content: "›";
  font-size: 1.2em;
  line-height: 1;
}
.c-link--arrow:hover {
  gap: 8px;
}
.c-link--blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../image/common/icon_external--prim.svg") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 4px;
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination__item {
  display: flex;
}
.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border: 1px solid #d2cdc8;
  background: #fff;
  transition: background 250ms ease;
}
.c-pagination__link:hover {
  background: #af8c64;
  border-color: #af8c64;
  color: #fff;
}
.c-pagination__link.is-current {
  background: #af8c64;
  border-color: #af8c64;
  color: #fff;
  pointer-events: none;
}
.c-pagination__link--prev::before {
  content: "≪";
  display: block;
}
.c-pagination__link--next::before {
  content: "≫";
  display: block;
}
.c-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #999;
}

.c-anchor {
  padding: 16px;
  background-color: #f0edeb;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-anchor {
    padding: 16px 0;
  }
}
.c-anchor__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-anchor__list {
    gap: 0;
  }
}
@media screen and (min-width: 480px) {
  .c-anchor__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 480px) and (min-width: 768px) {
  .c-anchor__list {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-anchor__list {
    gap: 0;
  }
}
.c-anchor__item {
  border-bottom: 1px solid #d2cdc8;
}
@media screen and (min-width: 480px) {
  .c-anchor__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 50%;
  }
  .c-anchor__item:last-of-type {
    border-right: none;
  }
}
@media screen and (min-width: 480px) and (max-width: calc(768px - 1px)) {
  .c-anchor__item:first-of-type {
    border-bottom: 1px solid #d2cdc8;
  }
  .c-anchor__item:nth-child(odd) {
    border-right: 1px solid #d2cdc8;
  }
  .c-anchor__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor__item {
    border: none;
    border-right: 1px solid #d2cdc8;
  }
}
.c-anchor__link {
  position: relative;
  display: block;
  padding: 12px 24px;
  padding-left: 0;
  text-decoration: none;
  line-height: 1.25;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  .c-anchor__link {
    transition: background-size 250ms ease;
  }
}
.c-anchor__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  margin: auto 0;
  border: 1px solid #af8c64;
  margin-left: -8px;
  transition: background-color 250ms ease;
}
.c-anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 7px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #af8c64;
  border-right: 1px solid #af8c64;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -8px;
  transition: border-color 250ms ease;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .c-anchor__link:hover {
    background-size: 100% 1px;
  }
  .c-anchor__link:hover::before {
    background-color: #af8c64;
  }
  .c-anchor__link:hover::after {
    border-color: #fff;
  }
}
.c-anchor__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 16px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 250ms ease;
  outline: none;
  position: relative;
}
.c-anchor__trigger:focus-visible .c-accordion__trigger-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-anchor__trigger-text {
  flex: 1;
  font-size: 18px;
}
.c-anchor__trigger-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #d2cdc8;
  border-color: #af8c64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 250ms ease, border-color 250ms ease;
}
.c-accordion__item.is-open .c-anchor__trigger-icon {
  background: #af8c64;
}
.c-anchor__bar {
  position: absolute;
  background: #af8c64;
  border-radius: 1px;
  transition: transform 250ms ease, opacity 250ms ease;
}
.c-accordion__item.is-open .c-anchor__bar {
  background: #fff;
}
.c-anchor__bar--horizontal {
  width: 12px;
  height: 1.5px;
}
.c-anchor__bar--vertical {
  width: 1.5px;
  height: 12px;
}
.c-accordion__item.is-open .c-anchor__bar--vertical {
  transform: scaleY(0);
  opacity: 0;
}
.c-anchor__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 250ms ease;
}
.c-accordion__item.is-open .c-anchor__panel {
  grid-template-rows: 1fr;
}
.c-anchor__panel-inner {
  overflow: hidden;
}
.c-anchor__body {
  padding-bottom: 16px;
  padding-right: 32px;
  color: #827d78;
}

.c-process {
  margin: 0 auto;
}
.c-process__list {
  position: relative;
  gap: 16px;
}
.c-process__step {
  position: relative;
  display: flex;
  z-index: 1;
}
.c-process__line {
  background: #d2cdc8;
}
.c-process__title {
  display: flex;
  align-items: center;
  color: #0066b5;
  font-size: 24px;
  font-weight: 700;
}
.c-process__num {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #ebf5ff;
  border-radius: 999px;
  width: 132px;
  height: 132px;
  border: solid 16px #fff;
  color: #0066b5;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
}
.c-process__num::before {
  content: "STEP";
  line-height: 1.25;
  font-size: 14px;
}
.c-process__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-process__text {
  text-align: left;
}
.c-process--horizontal {
  max-width: 960px;
}
.c-process--horizontal .c-process__body {
  padding-top: 16px;
}
.c-process--horizontal .c-process__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.c-process--horizontal .c-process__list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid #d2cdc8;
  margin-left: 66px;
  z-index: 0;
}
.c-process--horizontal .c-process__step {
  position: relative;
  display: grid;
  grid-template-columns: 132px 1fr;
}
.c-process--horizontal .c-process__line {
  width: 1px;
  height: 32px;
  margin-left: 50px;
}

.c-scroll-x {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #af8c64 #ffffff;
}
.c-scroll-x::-webkit-scrollbar {
  height: 6px;
}
.c-scroll-x::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 3px;
}
.c-scroll-x::-webkit-scrollbar-thumb {
  background: #af8c64;
  border-radius: 3px;
}
.c-scroll-x table {
  margin-bottom: 16px;
}

.c-panel--focus {
  padding: 16px;
  border-radius: 8px;
  background-color: #f0edeb;
}
.c-panel--attention {
  padding: 16px;
  border-radius: 8px;
  background-color: #f5e4e1;
}

.p-cta {
  background-color: #f0edeb;
  margin-top: 128px;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 64px 0;
  }
}
.p-cta__inner {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
}
.p-cta__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 32px;
  }
}
.p-cta__lead {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    max-width: 314px;
  }
}
.p-cta__actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.p-cta__actions-heading {
  font-size: 24px;
  font-weight: 700;
}
.p-cta__tel-link[href*="tel:"] {
  color: #af8c64;
  text-decoration: none;
  line-height: 1.25;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .p-cta__tel-link[href*="tel:"] {
    font-size: 56px;
    white-space: nowrap;
  }
}
.p-cta--dark {
  background-color: #322d28;
}
.p-cta--gray {
  background-color: #f0edeb;
  color: #322d28;
}
.p-cta--gray .p-cta__lead {
  color: #827d78;
}

.p-hero {
  position: relative;
  height: calc(100vh - 160px);
}
@media screen and (min-width: 768px) {
  .p-hero {
    height: 680px;
  }
}
.p-hero__splide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-hero .splide__track {
  width: 100%;
  height: 100%;
}
.p-hero .splide__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 3s ease !important;
}
.p-hero .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 10s ease;
}
.p-hero .splide__slide:nth-child(odd) img {
  transform: scale(1.1) translateX(20px);
}
@media screen and (min-width: 768px) {
  .p-hero .splide__slide:nth-child(odd) img {
    transform: scale(1.08) translateX(40px);
  }
}
.p-hero .splide__slide:nth-child(even) img {
  transform: scale(1.1) translateX(-20px);
}
@media screen and (min-width: 768px) {
  .p-hero .splide__slide:nth-child(even) img {
    transform: scale(1.08) translateX(-40px);
  }
}
.p-hero .splide__slide.is-active img {
  transform: scale(1.1) translateX(0);
}
@media screen and (min-width: 768px) {
  .p-hero .splide__slide.is-active img {
    transform: scale(1.08) translateX(0);
  }
}
.p-hero__pager {
  position: absolute;
  bottom: 96px;
  right: 48px;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  z-index: 1;
}
.p-hero__cta {
  position: absolute;
  right: 16px;
  bottom: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-hero__cta {
    bottom: 142px;
    right: 32px;
    left: auto;
    width: 140px;
    height: 140px;
    margin: 0;
  }
}
.p-hero__cta-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 16px 0;
  border-radius: 999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
  background: #0066b5 url("../../image/top/bg-hero-cta.png") center bottom/contain no-repeat;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 14px;
  transition: background-color 250ms ease, border-radius 250ms ease;
}
@media screen and (min-width: 768px) {
  .p-hero__cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    padding: 16px;
    border-radius: 54px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-hero__cta-link:hover {
    background-color: #0352a0;
    border-radius: 9999px;
  }
  .p-hero__cta-link:hover .p-hero__cta-text {
    background-color: #0352a0;
  }
}
.p-hero__cta-text {
  background-color: #0066b5;
}
@media screen and (min-width: 768px) {
  .p-hero__cta-text {
    padding-bottom: 1em;
    transition: background-color 250ms ease;
  }
}
.p-hero__scrolldown {
  position: absolute;
  top: calc(100vh - 136px);
  left: 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-hero__scrolldown {
    top: 720px;
  }
}
.p-hero__scrolldown-line {
  position: relative;
  width: 1px;
  height: 60px;
  background-color: #f0edeb;
  overflow: hidden;
}
.p-hero__scrolldown-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #322d28;
  animation: scrolldown 2s ease-in-out infinite;
}
.p-hero__scrolldown-text {
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  writing-mode: vertical-rl;
  opacity: 0.8;
}
@keyframes scrolldown {
  0% {
    top: -30%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.p-hero--center .p-hero__content {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.p-about-company__table th {
  min-width: 6em;
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-news__item {
  border-bottom: 1px solid #d2cdc8;
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px;
  padding-right: 48px;
  text-decoration: none;
  color: inherit;
  transition: all 250ms ease;
}
.p-news__link:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-news__link:hover {
    background-color: #f0edeb;
  }
  .p-news__link:hover .p-news__title {
    color: #af8c64;
  }
  .p-news__link:hover .p-news__image img {
    opacity: 1;
  }
}
.p-news__link:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../../image/common/ico-arrow-right--prim.svg") center/contain no-repeat;
}
.p-news__link.is-new::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 40px;
  height: 20px;
  background: url("../../image/common/badge-new.svg") center/40px no-repeat;
}
.p-news__image {
  aspect-ratio: 1/1.414;
  width: 100%;
  max-width: 64px;
}
.p-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.p-news__date {
  font-size: 16px;
  color: #af8c64;
  white-space: nowrap;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
}
.p-news__title {
  font-size: 16px;
  color: #322d28;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 250ms ease;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.p-news-detail__date {
  font-size: 16px;
  color: #af8c64;
  white-space: nowrap;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
}
.p-news-detail__title {
  position: relative;
  margin-bottom: 1em;
  padding: 12px 0;
  text-align: left;
  font-size: 28px;
  border-bottom: solid 1px #af8c64;
}
@media screen and (min-width: 768px) {
  .p-news-detail__title {
    font-size: 32px;
  }
}
.p-news-detail__content {
  display: flow-root;
}
.p-news-detail__content h3 {
  margin-bottom: 1em;
  padding: 8px 0;
  text-align: left;
  font-size: 24px;
  border-bottom: dotted 1px #af8c64;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h3 {
    font-size: 28px;
  }
}
.p-news-detail__content h4 {
  margin-bottom: 1em;
  padding: 0 8px;
  background-color: #af8c64;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h4 {
    font-size: 24px;
  }
}
.p-news-detail__content h5 {
  position: relative;
  margin-bottom: 1em;
  padding: 4px 0 4px 1em;
  color: #af8c64;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h5 {
    font-size: 20px;
  }
}
.p-news-detail__content h5::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #af8c64;
  width: 8px;
  height: 100%;
}
.p-news-detail__content h6 {
  margin-bottom: 1em;
  color: #af8c64;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.p-news-detail__content a[href$=".pdf"][target=_blank] {
  padding-right: 22px;
  position: relative;
}
.p-news-detail__content a[href$=".pdf"][target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../image/common/ico-pdf--prim.svg") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-news-detail__content a[href^=http]:not([href*="ne-nichiei.jp"]):not([href*=".pdf"])::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../image/common/icon_external--prim.svg") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 4px;
}
.p-news-detail__content ul {
  list-style: none;
}
.p-news-detail__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.p-news-detail__content ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #af8c64;
  flex-shrink: 0;
  margin-top: 0.75em;
}
.p-news-detail__content ol {
  counter-reset: list;
}
.p-news-detail__content ol li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  counter-increment: list;
}
.p-news-detail__content ol li::before {
  content: counter(list) ".";
  flex-shrink: 0;
}
.p-news-detail__content table {
  width: 100% !important;
  max-width: 1200px !important;
  border-collapse: collapse;
}
.p-news-detail__content table thead {
  background-color: #f0edeb;
}
.p-news-detail__content table thead th {
  padding: 12px;
  font-weight: 700;
  color: #af8c64;
  border: 1px solid #d2cdc8;
  white-space: nowrap;
}
.p-news-detail__content table tbody th {
  width: 1%;
  white-space: nowrap;
  padding: 12px;
  color: #af8c64;
  border: 1px solid #d2cdc8;
}
.p-news-detail__content table tbody td {
  padding: 12px;
  color: #322d28;
  vertical-align: middle;
  border: 1px solid #d2cdc8;
}
.p-news-detail__actions {
  margin-top: 48px;
  text-align: center;
}

.p-page-header {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.p-page-header__inner {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
body.p-news .p-page-header {
  background-image: url("../../image/news/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-news .p-page-header {
    background-image: url("../../image/news/bg-page-header.webp");
  }
}
body.p-news-detail .p-page-header {
  background-image: url("../../image/news/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-news-detail .p-page-header {
    background-image: url("../../image/news/bg-page-header.webp");
  }
}
body.p-about .p-page-header {
  background-image: url("../../image/about/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-about .p-page-header {
    background-image: url("../../image/about/bg-page-header.webp");
  }
}
body.p-service .p-page-header {
  background-image: url("../../image/service/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-service .p-page-header {
    background-image: url("../../image/service/bg-page-header.webp");
  }
}
body.p-product .p-page-header {
  background-image: url("../../image/product/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-product .p-page-header {
    background-image: url("../../image/product/bg-page-header.webp");
  }
}
body.p-recruit .p-page-header {
  background-image: url("../../image/recruit/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-recruit .p-page-header {
    background-image: url("../../image/recruit/bg-page-header.webp");
  }
}
body.p-contact .p-page-header {
  background-image: url("../../image/contact/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-contact .p-page-header {
    background-image: url("../../image/contact/bg-page-header.webp");
  }
}
body.p-error404 .p-page-header {
  background-image: url("../../image/error/bg-page-header--sp.webp");
}
@media screen and (min-width: 768px) {
  body.p-error404 .p-page-header {
    background-image: url("../../image/error/bg-page-header.webp");
  }
}
@media screen and (min-width: 768px) {
  .p-page-header {
    height: 400px;
    background-position: center;
  }
}
.p-page-header__title {
  position: relative;
  display: flex;
  margin-bottom: -1.4em;
}
.p-page-header__title-ja {
  position: absolute;
  bottom: 78px;
  right: 0;
  width: 100%;
  color: #322d28;
  letter-spacing: 0.1em;
  font-size: 18px;
  backdrop-filter: blur(10px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  padding: 4px 8px;
  text-align: right;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .p-page-header__title-ja {
    bottom: 88px;
    backdrop-filter: inherit;
    background: transparent;
    font-size: 24px;
  }
}
.p-page-header__breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-page-header__breadcrumb {
    width: 100%;
    max-width: 1232px;
    margin-inline: auto;
    padding-inline: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 8px 16px;
  }
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #827d78;
}
.p-breadcrumb__item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 18em;
  overflow: hidden;
  white-space: nowrap;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "ー";
  color: #b7b2ad;
  padding: 0 4px;
}
.p-breadcrumb__item a {
  color: #af8c64;
  text-decoration: none;
}
.p-breadcrumb__item a:focus-visible {
  outline: 2px solid #af8c64;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .p-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}
.p-breadcrumb__item[aria-current=page] {
  color: #322d28;
}

.p-top .p-cta {
  margin-top: 0;
}
.p-top-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 0;
}
.p-top-news__container {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1560px;
  margin: 0;
  margin-top: -80px;
  padding: 0;
  background-color: #fff;
}
.p-top-news__heading {
  position: absolute;
  top: -80px;
  left: 0;
}
.p-top-news__main {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, -5.6207rem + 13.7931vw, 80px);
  max-width: 1200px;
  padding: 80px clamp(16px, -5.6207rem + 13.7931vw, 80px);
}
@media screen and (min-width: 480px) {
  .p-top-news__main {
    flex-direction: row;
  }
}
.p-top-news__pick-up {
  flex: 1;
}
.p-top-news__pick-up .p-news__item {
  border: none;
}
.p-top-news__pick-up .p-news__link {
  position: relative;
  flex-direction: column;
  gap: 4px;
  max-width: 480px;
  padding: 12px;
  border: none;
}
.p-top-news__pick-up .p-news__link::after {
  display: none;
}
.p-top-news__pick-up .p-news__link.is-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: url("../../image/common/badge-new--pickup.svg") center/48px 48px no-repeat;
}
.p-top-news__pick-up .p-news__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: inherit;
}
.p-top-news__pick-up .p-news__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top-news .p-news {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-news {
    flex: 3;
  }
}
.p-top-news .p-news__list {
  grid-template-columns: repeat(1, 1fr);
}
.p-top-products {
  padding-top: 0;
}
.p-top-products__deco-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(8px, -3.6379rem + 8.6207vw, 48px);
}
.p-top-products__deco-item {
  width: 100%;
  max-width: 88px;
}
.p-top-products__deco-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-products__heading {
    display: flex;
    align-items: center;
    justify-content: end;
    align-items: flex-end;
    padding-top: 64px;
  }
}
.p-top-products__lead {
  padding: 16px;
}
.p-top-products__main {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-top-products__main {
    padding: 0 40px;
  }
}
.p-top-products__list {
  max-width: 587px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-products__list {
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-products__list {
    max-width: inherit;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-products__list {
    gap: clamp(16px, -1.4828rem + 5.1724vw, 40px);
  }
}
.p-top-products__link {
  display: inline-block;
  position: relative;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.p-top-products__link img,
.p-top-products__link video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-products__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-top-products__link {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-top-products__link img,
  .p-top-products__link video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-top-products__link {
    box-shadow: inherit;
  }
  .p-top-products__link:hover .p-top-products__image img {
    transform: scale(1.08);
  }
}
.p-top-products__image {
  overflow: hidden;
}
.p-top-products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}
.p-top-products__image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(30, 25, 20, 0.4);
}
.p-top-products__name {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-top-products__text {
  position: relative;
  color: #fff;
  line-height: 1.25;
  font-size: 32px;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-12px);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top .p-top-products__deco-item {
  animation: float 1.6s ease-in-out infinite;
}
.p-top .p-top-products__deco-item:nth-child(1) {
  animation-delay: 0s;
}
.p-top .p-top-products__deco-item:nth-child(2) {
  animation-delay: 0.2s;
}
.p-top .p-top-products__deco-item:nth-child(3) {
  animation-delay: 0.4s;
}
.p-top .p-top-products__deco-item:nth-child(4) {
  animation-delay: 0.6s;
}
.p-top .p-top-products__deco-item:nth-child(5) {
  animation-delay: 0.8s;
}
.p-top .p-top-products__deco-item:nth-child(6) {
  animation-delay: 1s;
}
.p-top .p-top-products__deco-item:nth-child(7) {
  animation-delay: 1.2s;
}
.p-top .p-top-products__deco-item:nth-child(8) {
  animation-delay: 1.4s;
}
.p-top-catalog-link {
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  .p-top-catalog-link {
    box-shadow: inherit;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-top-catalog-link:hover .p-top-catalog-body {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
  }
  .p-top-catalog-link:hover .p-top-catalog-body::after {
    transform: scale(1, 1);
  }
}
.p-top-catalog-images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-catalog-body {
  position: relative;
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid #d2cdc8;
}
.p-top-catalog-body::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #af8c64;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-catalog-body {
    width: 90%;
    margin-top: -5%;
    background-color: #fff;
    z-index: 2;
    text-decoration: none;
    transition: box-shadow 250ms ease;
  }
  .p-top-catalog-body::after {
    transform: scale(0, 1);
  }
}
.p-top-catalog-heading {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 0.5em;
  color: #322d28;
  line-height: 1.25;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 32px;
}
.p-top-catalog-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1em;
  border-bottom: 1px solid #d2cdc8;
  border-color: #af8c64;
}
.p-top-catalog-heading::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  content: "";
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: url("../../image/common/ico-arrow-right--prim.svg") center/contain no-repeat;
}
.p-top-flow__slider .splide__track {
  overflow: hidden;
}
.p-top-flow__slider .splide__list {
  transition-timing-function: linear !important;
}
.p-top-flow__slider .splide__slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-flow__slider .splide__slide img {
    height: 440px;
  }
}
.p-top-flow__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: -5%;
}
.p-top-flow-body {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 40px 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-flow-body {
    width: calc(100% - 16px);
    max-width: 640px;
    margin: 0;
    padding: 40px;
  }
}
.p-top-flow-body .c-heading {
  display: flex;
  flex-direction: column;
}
.p-top-flow-body .c-heading .c-button--primary {
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-flow-body .c-heading .c-button--primary {
    align-self: flex-start;
  }
}
.p-top-about-group {
  position: relative;
  background: url("../../image/top/deco-about.svg") top right/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about-group {
    background-size: 960px auto;
  }
}
.p-top-about__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-about__container {
    gap: 0;
  }
}
.p-top-about__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  line-height: 1.75;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-about__copy {
    padding-left: clamp(32px, -3.333rem + 11.11vw, 80px);
    font-size: clamp(40px, -0.167rem + 5.56vw, 64px);
  }
}
.p-top-about__copy span {
  white-space: nowrap;
}
.p-top-about__accent {
  color: #0066b5;
}
.p-top-about__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    padding: clamp(32px, -3.333rem + 11.11vw, 80px);
  }
}
.p-top-about__content .c-button--primary {
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-about__content .c-button--primary {
    align-self: flex-start;
  }
}
.p-top-service {
  position: relative;
  margin-top: 80px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    margin-top: 0;
    padding-bottom: 128px;
  }
}
@media screen and (min-width: 480px) {
  .p-top-service__container {
    padding-right: 32px;
  }
}
.p-top-service::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  max-width: 1728px;
  height: 90%;
  background-color: #f0edeb;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .p-top-service::after {
    width: calc(100% - 16px);
  }
}
@media screen and (min-width: 768px) {
  .p-top-service::after {
    height: 80%;
  }
}
.p-top-feature {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding-right: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-feature {
    gap: 0;
  }
}
.p-top-feature-item {
  align-self: flex-start;
  position: relative;
  padding: 0 16px 40px 16px;
}
@media screen and (min-width: 480px) {
  .p-top-feature-item {
    padding: 0 40px 40px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item {
    padding: 80px clamp(24px, -0.278rem + 3.7vw, 40px) 80px;
  }
}
.p-top-feature-copy {
  position: absolute;
  top: -1em;
  left: 0;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif", serif;
  font-size: 20px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-feature-copy {
    top: inherit;
    font-size: clamp(16px, 0.556rem + 0.93vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--branding .p-top-feature-copy {
    top: 25%;
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-copy {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-copy {
    top: 60%;
    transform: translateY(-60%);
  }
}
.p-top-feature-copy span {
  background-color: #1e1914;
  color: #fff;
  white-space: nowrap;
}
.p-top-feature-visual {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-top-feature-item--one-stop .p-top-feature-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-visual {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-visual {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-visual {
    gap: 0;
  }
}
.p-top-feature-item--design .p-top-feature-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-visual {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-visual {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-visual {
    gap: 0;
  }
}
.p-top-feature-visual-inner {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.p-top-feature-visual-inner img,
.p-top-feature-visual-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 480px) {
  .p-top-feature-visual-inner {
    aspect-ratio: 3/1;
    overflow: hidden;
  }
  .p-top-feature-visual-inner img,
  .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-visual-inner {
    max-width: 320px;
    align-self: flex-end;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-top-feature-visual-inner img,
  .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-top-feature-item--one-stop .p-top-feature-visual-inner {
  aspect-ratio: 1/1.5;
  overflow: hidden;
}
.p-top-feature-item--one-stop .p-top-feature-visual-inner img,
.p-top-feature-item--one-stop .p-top-feature-visual-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 480px) {
  .p-top-feature-item--one-stop .p-top-feature-visual-inner {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-top-feature-item--one-stop .p-top-feature-visual-inner img,
  .p-top-feature-item--one-stop .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-visual-inner {
    aspect-ratio: 2/1;
    overflow: hidden;
  }
  .p-top-feature-item--one-stop .p-top-feature-visual-inner img,
  .p-top-feature-item--one-stop .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-top-feature-item--design .p-top-feature-visual-inner {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-top-feature-item--design .p-top-feature-visual-inner img,
.p-top-feature-item--design .p-top-feature-visual-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 480px) {
  .p-top-feature-item--design .p-top-feature-visual-inner {
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .p-top-feature-item--design .p-top-feature-visual-inner img,
  .p-top-feature-item--design .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-visual-inner {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-top-feature-item--design .p-top-feature-visual-inner img,
  .p-top-feature-item--design .p-top-feature-visual-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-top-feature-visual img {
  align-self: flex-end;
}
.p-top-feature-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.6vw;
  min-width: 140px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .p-top-feature-deco {
    left: 0;
  }
}
.p-top-feature-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.p-top-feature-item--branding .p-top-feature-deco {
  border-radius: 62% 38% 63% 37%/40% 60% 40% 60%;
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--branding .p-top-feature-deco {
    max-width: 200px;
  }
}
.p-top-feature-item--one-stop .p-top-feature-deco {
  border-radius: 70% 60% 50% 50%/50% 60% 70% 80%;
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--one-stop .p-top-feature-deco {
    right: 0;
    margin: 0 auto;
    width: 18.3vw;
    max-width: 220px;
  }
}
.p-top-feature-item--design .p-top-feature-deco {
  border-radius: 70% 50% 70% 60%/40% 80% 60% 70%;
}
@media screen and (min-width: 768px) {
  .p-top-feature-item--design .p-top-feature-deco {
    left: inherit;
    right: 0;
    margin: 0 auto;
    width: 20vw;
    max-width: 240px;
  }
}
.p-top-feature__button {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .p-top-feature__button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-top-recruit {
  position: relative;
  padding-bottom: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-recruit__container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.p-top-recruit__heading .c-heading__title {
  font-size: 48px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__heading .c-heading__title {
    font-size: 64px;
  }
}
.p-top-recruit__main {
  display: flex;
  flex-direction: column;
}
.p-top-recruit__main .c-button--primary {
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__main .c-button--primary {
    align-self: flex-start;
  }
}
.p-top-recruit-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.p-top-recruit-marquee__track {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  width: max-content;
  animation: marquee 24s linear infinite;
  will-change: transform;
}
.p-top-recruit-marquee span {
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  color: #f0edeb;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-marquee span {
    font-size: 200px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-product-detail__title {
  position: relative;
  padding: 12px 0;
  text-align: left;
  font-size: 28px;
  border-bottom: solid 1px #af8c64;
}
@media screen and (min-width: 768px) {
  .p-product-detail__title {
    font-size: 32px;
  }
}
.p-product-detail__slide {
  overflow: hidden;
}
.p-product-detail__slide-main .slide-media {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-product-detail__slide-main .slide-media img,
.p-product-detail__slide-main .slide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-detail__slide-main .slide-media {
  border: 1px solid #d2cdc8;
}
.p-product-detail__slide-main .slide-title {
  padding-top: 8px;
  font-weight: 700;
  font-size: 14px;
}
.p-product-detail__slide-thumbs {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  list-style: none;
}
.p-product-detail__slide-thumb {
  width: 56px;
  height: 56px;
  border: 1px solid #d2cdc8;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 250ms ease;
  border: 1px solid #d2cdc8;
}
.p-product-detail__slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-detail__slide-thumb.is-active {
  border: 2px solid #af8c64;
}
.p-product-detail__slide-thumb:hover {
  border-color: #af8c64;
}
.p-product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-product-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-product-detail__title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-detail__title {
    font-size: 28px;
  }
}
.p-product-detail__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.p-product-detail__price-num {
  font-size: 28px;
  font-weight: 700;
  color: #af8c64;
}
.p-product-detail__price-tax {
  font-size: 14px;
  color: #827d78;
}
.p-product-detail__divider {
  border: none;
  border-top: 1px solid #d2cdc8;
  margin: 0;
}
.p-product-detail__spec {
  table-layout: fixed;
  width: 100%;
  min-width: 576px;
  border-collapse: collapse;
}
.p-product-detail__spec-row {
  border-bottom: 1px solid #d2cdc8;
}
.p-product-detail__spec-label {
  padding: 8px 4px;
  color: #827d78;
  font-weight: 400;
  font-size: 12px;
  vertical-align: top;
  white-space: nowrap;
}
.p-product-detail__spec-label--code {
  width: 6em;
}
.p-product-detail__spec-label--size {
  width: 10em;
}
.p-product-detail__spec-label--quantity {
  width: 5em;
}
.p-product-detail__spec-label--material {
  width: 6em;
}
.p-product-detail__spec-label--volume {
  width: 5em;
}
.p-product-detail__spec-value {
  padding: 8px 4px;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
}

.p-recruit-lead {
  padding: 96px 0;
  background: #f0edeb url(../../image/recruit/bg_lead.png) center/800px no-repeat;
}

.p-service-category__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-service-category__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-category__heading {
  color: #af8c64;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
}
.p-service-process {
  max-width: 960px;
  margin: 0 auto;
}
.p-service-process__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-service-process__step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
}
.p-service-process__line {
  width: 1px;
  height: 32px;
  background: #d2cdc8;
  margin-left: 50px;
}
.p-service-process__title {
  display: flex;
  align-items: center;
  color: #0066b5;
  font-size: 24px;
  font-weight: 700;
}
.p-service-process__num {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #ebf5ff;
  border-radius: 999px;
  width: 100px;
  height: 100px;
  color: #0066b5;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
}
.p-service-process__num::before {
  content: "STEP";
  line-height: 1.25;
  font-size: 14px;
}
.p-service-process__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.u-hidden {
  display: none !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

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

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

.u-grid {
  display: grid !important;
}

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-justify-around {
  justify-content: space-around !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-items-start {
  align-items: flex-start !important;
}

.u-items-center {
  align-items: center !important;
}

.u-items-end {
  align-items: flex-end !important;
}

.u-items-stretch {
  align-items: stretch !important;
}

.u-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (max-width: calc(768px - 1px)) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

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

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-xs {
  font-size: 12px !important;
}

.u-text-sm {
  font-size: 14px !important;
}

.u-text-md {
  font-size: 16px !important;
}

.u-text-lg {
  font-size: 18px !important;
}

.u-text-xl {
  font-size: 20px !important;
}

.u-text-2xl {
  font-size: 24px !important;
}

.u-text-3xl {
  font-size: 28px !important;
}

.u-text-4xl {
  font-size: 32px !important;
}

.u-font-normal {
  font-weight: 400 !important;
}

.u-font-medium {
  font-weight: 700 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-text-primary {
  color: #322d28 !important;
}

.u-text-secondary {
  color: #827d78 !important;
}

.u-text-inverse {
  color: #ffffff !important;
}

.u-text-link {
  color: #af8c64 !important;
}

.u-text-danger {
  color: #e02424 !important;
}

.u-text-success {
  color: #0e9f6e !important;
}

.u-text-tight {
  line-height: 1.25 !important;
}

.u-text-base {
  line-height: 1.75 !important;
}

.u-text-loose {
  line-height: 2 !important;
}

.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-2 {
  margin-top: 8px !important;
}

.u-mt-4 {
  margin-top: 16px !important;
}

.u-mt-6 {
  margin-top: 24px !important;
}

.u-mt-8 {
  margin-top: 32px !important;
}

.u-mt-12 {
  margin-top: 48px !important;
}

.u-mt-16 {
  margin-top: 64px !important;
}

.u-mt-20 {
  margin-top: 80px !important;
}

.u-mt-24 {
  margin-top: 96px !important;
}

.u-mt-28 {
  margin-top: 112px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-2 {
  margin-bottom: 8px !important;
}

.u-mb-4 {
  margin-bottom: 16px !important;
}

.u-mb-6 {
  margin-bottom: 24px !important;
}

.u-mb-8 {
  margin-bottom: 32px !important;
}

.u-mb-12 {
  margin-bottom: 48px !important;
}

.u-mb-16 {
  margin-bottom: 64px !important;
}

.u-mx-auto {
  margin-inline: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

.u-h-full {
  height: 100% !important;
}

.u-h-auto {
  height: auto !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-bg-gray {
  background-color: #f0edeb !important;
}

.u-bg-dark {
  background-color: #322d28 !important;
}

.u-rounded {
  border-radius: 4px !important;
}

.u-rounded-md {
  border-radius: 8px !important;
}

.u-rounded-lg {
  border-radius: 12px !important;
}

.u-rounded-full {
  border-radius: 9999px !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

@media screen and (min-width: 768px) {
  .u-tel-disable {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
  }
}/*# sourceMappingURL=style.css.map */