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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
  overflow-x: hidden;
}
@media screen and (max-width: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(10 / 1240 * 100vw);
  }
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3B3B;
  font-size: 1.5rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
}
body.locked {
  overflow: hidden;
}

:where(section) {
  padding-block: 6rem;
}

:where(main section:first-child) {
  padding-top: calc(var(--header-height) + 2rem);
}
@media screen and (width >= 768px) {
  :where(main section:first-child) {
    padding-top: calc(var(--header-height) + 1.6rem);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
}

a,
button {
  cursor: pointer;
}

dt {
  font-weight: normal;
}

small {
  font-size: inherit;
}

:focus-visible {
  outline: 2px solid #C18E24;
}

li:has(a:focus-visible) {
  outline: 2px solid #C18E24;
}

li a:focus-visible {
  outline: none;
}

.wp-block-columns {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  width: 34.5rem;
  padding: 0.42rem 1.5rem 0.42rem 1rem;
  margin-inline: auto;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0px 2.01px 5.01px 0px rgba(206, 202, 205, 0.2509803922);
  height: clamp(5rem, 4.4718309859rem + 1.4084507042vw, 6.5rem);
  z-index: 100;
}
@media screen and (width >= 768px) {
  .l-header {
    top: 1.6rem;
    width: min(136rem, 94.4444444444vw);
    padding: 0.8rem 2.4rem 0.8rem 2rem;
  }
}
.l-header__inner {
  display: grid;
  grid-template-columns: 12rem 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 12rem 1fr max-content max-content;
  grid-template-areas: "logo ... contact burger";
  align-items: center;
  font-size: 0.9rem;
}
@media screen and (width >= 768px) {
  .l-header__inner {
    grid-template-columns: 14rem 1fr auto 1fr auto;
    grid-template-areas: "logo ... nav ... contact";
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.l-header__logo {
  grid-area: logo;
}
.l-header__logo a {
  display: block;
}
.l-header__sp-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  background: #F7F7F7;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease-out;
  z-index: 2;
  padding-bottom: env(safe-area-inset-bottom);
  overscroll-behavior: contain;
}
.l-header__sp-menu-bg.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (width >= 768px) {
  .l-header__sp-menu-bg {
    display: contents;
    opacity: 1;
  }
}
.l-header__sp-menu-inner {
  margin-top: auto;
  padding-block: 15.8rem 11rem;
  max-width: 30rem;
}
@media screen and (width >= 768px) {
  .l-header__sp-menu-inner {
    display: contents;
  }
}
@media screen and (width >= 768px) {
  .l-header__nav {
    grid-area: nav;
    visibility: visible;
  }
}
@media screen and (width >= 768px) {
  .l-header__nav-list {
    display: flex;
    gap: 0 2rem;
  }
}
.l-header .menu-item + :where(.menu-item) :where(a) {
  padding-top: 3rem;
}
.l-header .menu-item > a {
  display: block;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  font-size: 2rem;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(to right, var(--color-accent) 50%, #222222 50%) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.35s;
}
@media (any-hover: hover) {
  .l-header .menu-item > a:hover {
    background-position: 0 100%;
  }
}
.l-header .menu-item > a:focus-visible {
  background-position: 0 100%;
}
@media screen and (width >= 768px) {
  .l-header .menu-item > a {
    padding: 0.5rem;
    font-size: 1.4rem;
    border: none;
  }
}
.l-header__nav-item .l-header .menu-item > a::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--color-accent);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (width >= 768px) {
  .l-header__nav-item .l-header .menu-item > a::before {
    display: none;
  }
}
.l-header__sp-nav-btn {
  margin-top: 4rem;
}
@media screen and (width >= 768px) {
  .l-header__sp-nav-btn {
    display: none;
  }
}
.l-header__sp-nav-btn .c-btn__link {
  grid-template-columns: 2.36rem auto;
  gap: 0 2rem;
  padding: 2.65rem 7.3rem;
  font-size: 1.8rem;
}
.l-header__sp-nav-btn .c-btn__link::after {
  display: none;
}
.l-header__sp-nav-btn .c-btn__link::before {
  content: "";
  display: inline-block;
  aspect-ratio: 23.66/17.87;
  background: url("../images/common/icon-mail.svg") no-repeat center center/contain;
}
.l-header__contact-btn {
  grid-area: contact;
  height: 3.6rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.64rem 0;
  line-height: 1;
  padding-top: 0.4rem;
}
@media screen and (width >= 768px) {
  .l-header__contact-btn {
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0.5rem 2.4rem;
    margin-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
  }
}
.l-header__contact-btn {
  color: transparent;
  background: linear-gradient(to right, var(--color-accent) 50%, var(--color-text) 50%) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.35s;
}
@media (any-hover: hover) {
  .l-header__contact-btn:hover {
    background-position: 0 100%;
  }
}
.l-header__contact-btn:focus-visible {
  background-position: 0 100%;
}
.l-header__contact-btn::before {
  content: "";
  display: block;
  background: url("../images/common/icon-mail.svg") no-repeat center center/cover;
  width: 1.89rem;
  height: 1.43rem;
}
@media screen and (width >= 768px) {
  .l-header__contact-btn::before {
    display: inline-block;
    margin-right: 1rem;
  }
}
.l-header__burger {
  grid-area: burger;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  align-content: center;
  gap: 0.6rem;
  justify-items: center;
  position: relative;
  margin-left: 1.5rem;
  z-index: 3;
  padding-top: 0.5rem;
}
@media screen and (width >= 768px) {
  .l-header__burger {
    display: none;
  }
}
.l-header__burger-bar-wrap {
  display: inline-block;
  width: 2.4rem;
  height: 1.4rem;
  position: relative;
}
.l-header__burger.open .l-header__burger-bar-wrap {
  scale: 1 0.775;
}
.l-header__burger-line {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100vmax;
  background-color: #C18E24;
  left: 0;
  transition: transform 0.3s;
}
.l-header__burger-line:nth-child(1) {
  top: 0;
}
.l-header__burger.open .l-header__burger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__burger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__burger.open .l-header__burger-line:nth-child(2) {
  opacity: 0;
}
.l-header__burger-line:nth-child(3) {
  bottom: 0;
}
.l-header__burger.open .l-header__burger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__burger-text {
  line-height: 1;
}

.l-footer-cta {
  padding-block: 6rem;
}
.l-footer-cta__ttl {
  display: grid;
  grid-template-columns: 1.2rem -webkit-max-content;
  grid-template-columns: 1.2rem max-content;
  justify-content: start;
  grid-template-areas: "circle ttl-en" "... ttl-jp";
  gap: 0.5rem 0.8rem;
  align-items: center;
  margin-bottom: 4rem;
  line-height: 1;
}
@media screen and (width >= 768px) {
  .l-footer-cta__ttl {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 3rem;
  }
}
.l-footer-cta__ttl::before {
  grid-area: circle;
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  border: 0.4rem solid #C18E24;
  border-radius: 50%;
}
@media screen and (width >= 768px) {
  .l-footer-cta__ttl::before {
    width: 1.2rem;
    align-self: center;
  }
}
.l-footer-cta__ttl-en {
  font-family: var(--font-en);
  grid-area: ttl-en;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .l-footer-cta__ttl-en {
    margin-left: 0.8rem;
  }
}
.l-footer-cta__ttl-ja {
  grid-area: ttl-jp;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (width >= 768px) {
  .l-footer-cta__ttl-ja {
    margin-left: 1.5rem;
  }
}
.l-footer-cta__wrapper {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 0.8rem;
}
@media screen and (width >= 768px) {
  .l-footer-cta__wrapper {
    position: relative;
    background: unset;
    padding: 2.5rem 0 1.8rem 0;
    display: grid;
    grid-template-columns: 1fr 86.9rem;
    gap: 0 1.1rem;
    z-index: 1;
  }
}
@media screen and (width >= 768px) {
  .l-footer-cta__wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 41.4rem;
    height: 23.3rem;
    border-radius: 0.8rem;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1300px) {
  .l-footer-cta__wrapper::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -2.6rem;
    bottom: -1.6rem;
    width: 6.6rem;
    height: 12.3rem;
    background: url("../images/common/icon-footer-cta.svg") no-repeat center center/cover;
  }
}
.l-footer-cta__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .l-footer-cta__txt {
    padding: 3.7rem 0 5.7rem 3rem;
  }
}
.l-footer-cta__btn-list {
  margin-top: 1.6rem;
}
@media screen and (width >= 768px) {
  .l-footer-cta__btn-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
    margin-top: 0;
  }
}
.l-footer-cta__btn {
  border-radius: 0.8rem;
  overflow: hidden;
}
.l-footer-cta__btn + .l-footer-cta__btn {
  margin-top: 2rem;
}
@media screen and (width >= 768px) {
  .l-footer-cta__btn + .l-footer-cta__btn {
    margin-top: 0;
  }
}
.l-footer-cta__btn-link {
  position: relative;
  display: block;
  padding: 2rem;
  height: 19rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.8rem 0;
  overflow: hidden;
  z-index: 0;
}
.l-footer-cta__btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: -1;
  transition: scale 0.3s ease-in-out;
}
.l-footer-cta__btn:first-child .l-footer-cta__btn-link::before {
  background-image: url("../images/common/cta-sec01.jpg");
}
.l-footer-cta__btn:nth-child(2) .l-footer-cta__btn-link::before {
  background-image: url("../images/common/cta-sec02.jpg");
}
.l-footer-cta__btn:last-child .l-footer-cta__btn-link::before {
  background-image: url("../images/common/cta-sec03.jpg");
}
@media (any-hover: hover) {
  .l-footer-cta__btn-link:hover::before {
    scale: 1.1;
  }
}
.l-footer-cta__btn-link:focus-visible::before {
  scale: 1.1;
}
.l-footer-cta__btn-text-en {
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.l-footer-cta__btn-text-ja {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: normal;
}

@media screen and (width >= 768px) {
  .l-footer {
    padding-top: 1.7rem;
  }
}
.l-footer .l-inner {
  padding-bottom: 5.4rem;
}
@media screen and (width >= 768px) {
  .l-footer .l-inner {
    padding-bottom: 7.8rem;
    display: grid;
    grid-template-columns: auto 59.3rem;
    justify-content: space-between;
    grid-template-areas: "logo nav" "address-wrap nav";
    gap: 2rem 0;
  }
}
.l-footer__logo {
  width: 15rem;
  margin-inline: auto;
}
@media screen and (width >= 768px) {
  .l-footer__logo {
    grid-area: logo;
    width: 13.175rem;
    padding-block: 0.66rem 0.576rem;
    margin-inline: 0;
  }
}
.l-footer__logo a {
  display: block;
}
.l-footer__address-wrap {
  margin-top: 4rem;
}
@media screen and (width >= 768px) {
  .l-footer__address-wrap {
    grid-area: address-wrap;
    margin-top: 0;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 0 4rem;
  }
}
.l-footer__address + .l-footer__address {
  margin-top: 2rem;
}
@media screen and (width >= 768px) {
  .l-footer__address + .l-footer__address {
    margin-top: 0;
  }
}
.l-footer__address-ttl {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: bold;
  margin-block: var(--leading-trim);
}
.l-footer__address-txt {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.l-footer__map-link {
  font-family: var(--font-en);
  font-size: 1.3rem;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0 0.7rem;
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 0.5rem;
}
@media screen and (width >= 768px) {
  .l-footer__map-link {
    font-size: 1.1rem;
  }
}
.l-footer__map-link::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 15/16;
  background: url("../images/common/icon-map-arrow.svg") no-repeat center center/cover;
}
.l-footer__nav {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 3rem 2.8rem;
}
@media screen and (width >= 768px) {
  .l-footer__nav {
    grid-template-columns: 21.4rem 21.5rem 1fr;
    gap: 0 1rem;
    margin-top: 0;
    grid-area: nav;
    margin-top: 1.67rem;
  }
}
@media screen and (width >= 768px) {
  .l-footer__nav-list-wrap:not(:last-of-type) {
    padding-right: 2.4rem;
  }
}
.l-footer__nav-list-ttl {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-footer__nav-list-ttl + .l-footer__nav-list {
  margin-top: 1.6rem;
}
.l-footer .menu-item {
  line-height: 0;
}
.l-footer .menu-item + .menu-item {
  margin-top: 1rem;
}
@media screen and (width >= 768px) {
  .l-footer .menu-item + .menu-item {
    margin-top: 0.8rem;
  }
}
.l-footer .menu-item > a {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.7rem;
  position: relative;
  color: transparent;
  background: linear-gradient(to right, var(--color-accent) 50%, var(--color-text) 50%) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.35s;
}
@media (any-hover: hover) {
  .l-footer .menu-item > a:hover {
    background-position: 0 100%;
  }
}
.l-footer .menu-item > a:focus-visible {
  background-position: 0 100%;
}
@media screen and (width >= 768px) {
  .l-footer .menu-item > a {
    font-size: 1.3rem;
  }
}
.l-footer .menu-item > a::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  background: var(--color-text);
  border-radius: 50%;
  position: absolute;
  top: 0.85rem;
  left: 0.5rem;
  transition: background 0.3s;
}
.l-footer .menu-item > a:hover::before {
  background: var(--color-accent);
}
.l-footer .l-footer__nav-list.__txt-bold .menu-item + .menu-item {
  margin-top: 1.6rem;
}
.l-footer .l-footer__nav-list.__txt-bold .menu-item > a {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.05em;
  padding-left: 1.2rem;
}
.l-footer .l-footer__nav-list.__txt-bold .menu-item > a::before {
  width: 0.5rem;
  left: 0;
}
.l-footer__copyright {
  background: var(--color-text);
  color: #fff;
  font-family: var(--font-en);
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-block: 0.5rem;
  text-align: center;
}
@media screen and (width >= 768px) {
  .l-footer__copyright {
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 0.5rem 1.5rem;
    border-radius: 0.8rem 0 0 0;
  }
}

.l-inner {
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media screen and (width >= 768px) {
  .l-inner {
    width: min(124rem, 100%);
    padding-inline: 2rem;
  }
}
@media screen and (width >= 768px) {
  .l-inner.__small {
    width: min(104rem, 100%);
  }
}

.l-wp-block-content {
  margin-top: 6rem;
}
.l-wp-block-content * {
  line-height: 1;
}
.l-wp-block-content :where(*:not(li, .wp-block-column)) + :where(*:not(li, .wp-block-column)) {
  margin-top: calc(var(--leading-trim) + 4rem);
  margin-bottom: var(--leading-trim);
}
.l-wp-block-content :last-child {
  margin-bottom: 0;
}
.l-wp-block-content :where(.wp-block-columns.is-layout-flex) {
  gap: 2rem;
}
.l-wp-block-content h2 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
  background: var(--bg-color-deep);
  border-radius: 0.4rem;
  padding: 1rem 1.6rem;
}
@media screen and (width >= 768px) {
  .l-wp-block-content h2 {
    font-size: 2.8rem;
    padding-block: 1.1rem;
  }
}
.l-wp-block-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (width >= 768px) {
  .l-wp-block-content h3 {
    font-size: 2.4rem;
  }
}
.l-wp-block-content p {
  line-height: 1.7;
}
.l-wp-block-content .wp-block-image > img + figcaption,
.l-wp-block-content .wp-block-image + p {
  margin-top: 1.6rem;
}
.l-wp-block-content figcaption {
  line-height: 1.7;
}
.l-wp-block-content a {
  margin-top: 0;
  line-height: inherit;
  color: #0B75FF;
  text-decoration: underline;
}
.l-wp-block-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/9.6;
  margin-left: 0.4rem;
  background: url("../images/common/icon-window.svg") no-repeat center center/contain;
}
.l-wp-block-content .wp-block-button__link {
  display: inline-grid;
  min-width: 12.7rem;
  padding: 1.8rem 3.2rem;
  grid-template-columns: auto 0.8rem;
  gap: 0 1.6rem;
  align-items: center;
  border-radius: 100vmax;
  box-shadow: 0px 2px 5px 0px rgba(206, 202, 205, 0.2509803922);
  border: 1px solid #E0DFE2;
  font-family: var(--font-sub);
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-text);
  background: #fff;
  text-decoration: none;
}
.l-wp-block-content .wp-block-button__link::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--color-accent);
  border-radius: 50%;
  transition: translate 0.3s;
}
@media (any-hover: hover) {
  .l-wp-block-content .wp-block-button__link:hover::after {
    translate: 100% 0;
  }
}
.l-wp-block-content .wp-block-image {
  border-radius: 0.8rem;
  overflow: hidden;
}
.l-wp-block-content .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}
.l-wp-block-content li {
  line-height: 1.7;
  margin-block: var(--leading-trim);
  position: relative;
}
.l-wp-block-content li + li {
  margin-top: calc(var(--leading-trim) + 2rem);
}
.l-wp-block-content ul li {
  padding-left: 1.6rem;
}
.l-wp-block-content ul li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-accent);
  border-radius: 50%;
  position: absolute;
  left: 0.2rem;
  top: 0.5lh;
  transform: translateY(-50%);
}
.l-wp-block-content ol {
  counter-reset: list-num;
}
.l-wp-block-content ol li {
  padding-left: 1.8rem;
  counter-increment: list-num;
}
.l-wp-block-content ol li::before {
  content: counter(list-num) ".";
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-accent);
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5lh;
}
.l-wp-block-content .wp-block-table {
  overflow-x: auto;
}
.l-wp-block-content .wp-block-table table {
  line-height: 1.3;
  table-layout: fixed;
  min-width: 60rem;
}
.l-wp-block-content .wp-block-table table:has(td:nth-child(3)) {
  min-width: 90rem;
}
.l-wp-block-content .wp-block-table table:has(td:nth-child(4)) {
  min-width: 120rem;
}
.l-wp-block-content .wp-block-table table:has(td:nth-child(5)) {
  min-width: 150rem;
}
@media screen and (width >= 768px) {
  .l-wp-block-content .wp-block-table table {
    min-width: 100%;
  }
}
.l-wp-block-content .wp-block-table tr td {
  border-color: #D9D9D9;
  padding: 1.725rem 3.2rem;
  text-align: center;
  min-width: 30rem;
}
.l-wp-block-content .wp-block-table tr,
.l-wp-block-content .wp-block-table td,
.l-wp-block-content .wp-block-table th {
  margin: 0;
}
.l-wp-block-content tr:first-child td {
  background: var(--bg-color-deep);
  border: none;
}
.l-wp-block-content tr:nth-child(n+2) td {
  border-top: none;
}
.l-wp-block-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  aspect-ratio: 1000/575;
}
.l-wp-block-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-btn {
  text-align: center;
}
@media screen and (width >= 768px) {
  .c-btn.__pc-right {
    text-align: right;
  }
}
.c-btn__link {
  display: inline-grid;
  min-width: 12.7rem;
  padding: 1.65rem 3.1rem;
  grid-template-columns: auto 0.8rem;
  gap: 0 1.6rem;
  align-items: center;
  border-radius: 100vmax;
  box-shadow: 0px 2px 5px 0px rgba(206, 202, 205, 0.2509803922);
  border: 1px solid #E0DFE2;
  font-family: var(--font-sub);
  line-height: normal;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
}
.c-btn__link::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--color-accent);
  border-radius: 50%;
  transition: translate 0.3s;
}
.c-btn.__bg-gold .c-btn__link {
  background-color: var(--color-accent);
  border-color: #B5944F;
  color: #fff;
}
.c-btn.__bg-gold .c-btn__link::after {
  background: #fff;
}
.c-btn.__height-short .c-btn__link {
  padding-block: 1.15rem;
  line-height: normal;
}
.c-btn.__height-short .c-btn__link {
  padding-block: 1.15rem;
  line-height: normal;
}
.c-btn.__disabled .c-btn__link {
  background: #D2D2D2;
  border-color: #CBCBCB;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.c-btn.__disabled .c-btn__link::after {
  background: #fff;
}
.c-btn.__large .c-btn__link {
  padding-block: 2.25rem;
  min-width: 28rem;
  gap: 0 0.8rem;
  grid-template-columns: auto 1rem;
}
@media screen and (width >= 768px) {
  .c-btn.__large .c-btn__link {
    min-width: 31.9rem;
  }
}
@media (any-hover: hover) {
  .c-btn__link:not(.__disabled .c-btn__link):hover::after {
    translate: 100% 0;
  }
}

.c-arrow-btn {
  width: 6rem;
  height: 3.6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  box-shadow: 0px 2px 5px 0px rgba(206, 202, 205, 0.2509803922);
  border: 1px solid #E0DFE2;
}
.c-arrow-btn.disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.c-arrow-btn::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--color-accent);
  -webkit-mask: url("../images/common/icon-arrow-next.svg") no-repeat center center/cover;
  mask: url("../images/common/icon-arrow-next.svg") no-repeat center center/cover;
}
.c-arrow-btn.prev::before {
  rotate: 180deg;
}

.c-card__link {
  display: grid;
  grid-template-rows: 14rem auto;
  height: 100%;
}
.c-card__txt-wrap {
  order: 2;
  padding: 2rem 2rem 2.5rem;
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid #E0DFE2;
  border-top: none;
}
.c-card__img {
  order: 1;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.c-card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-card__link:hover .c-card__img > img {
    transform: scale(1.1);
  }
}
.c-card__link:focus-visible .c-card__img > img {
  transform: scale(1.1);
}
.c-card__ttl {
  line-height: 0;
}
.c-card__ttl-en {
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1;
}
.c-card__ttl-jp {
  display: grid;
  grid-template-columns: 1fr 0.8rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: bold;
  gap: 0 1.6rem;
  text-align: justify;
}
.c-card__ttl-jp::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  background: var(--color-accent);
  border-radius: 50%;
}
.c-card__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: var(--leading-trim);
  margin-top: calc(var(--leading-trim) + 1.5rem);
}
@media screen and (width >= 768px) {
  .c-card__txt {
    margin-top: calc(var(--leading-trim) + 2.4rem);
  }
}

.u-product-swiper .c-thumbnail-card {
  width: 26.8rem;
}
@media screen and (width >= 768px) {
  .u-product-swiper .c-thumbnail-card {
    width: 38.7rem;
  }
}
.c-thumbnail-card__inner {
  display: grid;
  gap: 1.2rem 0;
}
@media screen and (width >= 768px) {
  .c-thumbnail-card__inner {
    gap: 2rem 0;
    grid-template-rows: -webkit-max-content auto;
    grid-template-rows: max-content auto;
  }
}
.c-thumbnail-card__body {
  order: 2;
}
.c-thumbnail-card__img {
  position: relative;
  order: 1;
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 268/124.65;
}
@media screen and (width >= 768px) {
  .c-thumbnail-card__img {
    aspect-ratio: 387/180;
  }
}
.c-thumbnail-card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-thumbnail-card__inner:hover .c-thumbnail-card__img > img {
    transform: scale(1.1);
  }
}
.c-thumbnail-card.__closed .c-thumbnail-card__img::after {
  position: absolute;
  content: "募集\a終了";
  display: block;
  width: 32.8947368421%;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  top: 0;
  left: 0;
  background: var(--color-text);
  padding: 1rem 0 0 1.2rem;
  white-space: pre;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (width >= 768px) {
  .c-thumbnail-card.__closed .c-thumbnail-card__img::after {
    padding: 1.3rem 0 0 1.5rem;
    font-size: 2rem;
  }
}
.c-thumbnail-card__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-block: var(--leading-trim);
}
@media screen and (width >= 768px) {
  .c-thumbnail-card__ttl {
    line-height: 1.4;
  }
}
.c-thumbnail-card__cat + .c-thumbnail-card__ttl {
  margin-top: 0.8rem;
}
@media screen and (width >= 768px) {
  .c-thumbnail-card__cat + .c-thumbnail-card__ttl {
    margin-top: 1rem;
  }
}
.c-thumbnail-card__date {
  margin-top: 0.625rem;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (width >= 768px) {
  .c-thumbnail-card__date {
    margin-top: 1.2rem;
  }
}

.c-voice-card {
  width: 26.8rem;
  background: #fff;
  padding: 2.55rem 2.55rem 2.975rem;
  border-radius: 0.68rem;
  margin-inline: 0.8rem;
}
@media screen and (width >= 768px) {
  .c-voice-card.swiper-slide {
    width: 32% !important;
    margin-inline: 0.65%;
    padding: 3rem 3rem 3.6rem;
    border-radius: 0.8rem;
  }
}
@media screen and (width >= 768px) {
  .c-voice-card.swiper-slide-active {
    width: 37% !important;
    min-height: 31rem;
    padding: 3.6rem 3.6rem 4.5rem;
    border-radius: 1rem;
  }
}
.c-voice-card__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (width >= 768px) {
  .c-voice-card__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .c-voice-card__ttl {
    font-size: 1.56rem;
  }
}
.c-voice-card__txt-wrap {
  position: relative;
  font-size: 1.4rem;
  margin-top: 2.125rem;
  line-height: 1.6;
  padding-inline: 1.7rem;
  text-align: justify;
}
@media screen and (width >= 768px) {
  .c-voice-card__txt-wrap {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
    height: 7lh;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .c-voice-card__txt-wrap {
    font-size: 1.8rem;
    margin-top: 3rem;
    padding-inline: 2.4rem;
  }
}
.c-voice-card__txt-wrap::before, .c-voice-card__txt-wrap::after {
  position: absolute;
  display: inline-block;
  font-family: var(--font-udpGothic);
  font-size: 4.76rem;
  line-height: 1;
  color: var(--color-accent-opacity05);
}
@media screen and (width >= 768px) {
  .c-voice-card__txt-wrap::before, .c-voice-card__txt-wrap::after {
    font-size: 5.6rem;
  }
}
@media screen and (width >= 768px) {
  .swiper-slide-active .c-voice-card__txt-wrap::before, .swiper-slide-active .c-voice-card__txt-wrap::after {
    font-size: 6.72rem;
  }
}
.c-voice-card__txt-wrap::before {
  content: "“";
  left: 0;
  top: 0;
  transform: translate(-0.3em, -0.15em);
}
.c-voice-card__txt-wrap::after {
  content: "”";
  top: 100%;
  right: 0;
  transform: translate(0.2em, -0.15em);
}

.c-swiper-controls {
  display: grid;
  grid-template-columns: 6rem 1fr 6rem;
  justify-items: center;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (width >= 768px) {
  .c-swiper-controls {
    grid-template-columns: 6rem -webkit-max-content 6rem;
    grid-template-columns: 6rem max-content 6rem;
    justify-content: center;
    gap: 0 7.4rem;
  }
}
.c-swiper-controls .swiper-button-prev,
.c-swiper-controls .swiper-button-next {
  position: static;
  margin-top: 0;
}
.c-swiper-controls .swiper-button-prev::after,
.c-swiper-controls .swiper-button-next::after {
  display: none;
}
.c-swiper-controls .swiper-pagination {
  position: static;
}
.c-swiper-controls .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.c-swiper-controls .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.c-swiper-controls .swiper-pagination-bullet {
  background-color: grey;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
}
.c-swiper-controls .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1.2rem !important;
}
.c-swiper-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}

.c-subpage-mv {
  position: relative;
  height: 30rem;
  padding-block: 14.7rem 0;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: var(--bg-color-light);
  z-index: 1;
}
@media screen and (width >= 768px) {
  .c-subpage-mv {
    height: 34rem;
    padding-top: 17rem;
  }
}
.c-subpage-mv.__has-bg {
  background: url("../images/common/singular-common-mv_sp.jpg") no-repeat center center/cover;
  color: #fff;
}
@media screen and (width >= 768px) {
  .c-subpage-mv.__has-bg {
    background-image: url("../images/common/singular-common-mv.jpg");
  }
}
.c-subpage-mv:has(.c-subpage-mv__bg-img) {
  color: #fff;
}
.c-subpage-mv:has(.c-subpage-mv__bg-img)::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
}
.c-subpage-mv__bg-img {
  position: absolute;
  inset: 0;
}
.c-subpage-mv__bg-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-subpage-mv__ttl {
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  line-height: 0;
}
.c-subpage-mv__ttl-en {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
.c-subpage-mv__ttl-ja {
  display: block;
  margin-top: calc(var(--leading-trim) + 1.3rem);
  margin-bottom: var(--leading-trim);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: normal;
}
@media screen and (width >= 768px) {
  .c-subpage-mv__ttl-ja {
    font-size: 3.6rem;
  }
}

.c-voice-card-swiper {
  overflow: visible;
}
@media screen and (width >= 768px) {
  .c-voice-card-swiper {
    /*スライドの位置をインナー幅に揃えるために指定*/
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
}
@media screen and (width >= 768px) {
  .c-voice-card-swiper__wrapper {
    align-items: center;
    /*アクティブスライドの幅から通常のスライドの幅を引いた値の半分をマイナスした値を指定 例:差が5%の場合、-2.5%*/
    margin-left: -2.5%;
  }
}

.c-subpage-ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: var(--leading-trim);
  margin-bottom: calc(var(--leading-trim) + 4rem);
}
@media screen and (width >= 768px) {
  .c-subpage-ttl {
    font-size: 2.8rem;
  }
}
.c-subpage-ttl.__small {
  font-size: 2.2rem;
}
@media screen and (width >= 768px) {
  .c-subpage-ttl.__small {
    font-size: 2.5rem;
  }
}

.c-archive-cat-select {
  display: grid;
  grid-template-columns: 17.5rem;
  justify-content: end;
}
@media screen and (width >= 768px) {
  .c-archive-cat-select {
    grid-template-columns: 39rem;
  }
}
.c-archive-cat-select__inner {
  position: relative;
}
.c-archive-cat-select__select {
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #E0DFE2;
  background: #fff;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (width >= 768px) {
  .c-archive-cat-select__select {
    line-height: 1.4;
  }
}
.c-archive-cat-select__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 1.3rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (width >= 768px) {
  .c-archive-cat-select__select::after {
    right: 2rem;
    width: 1rem;
    height: 1rem;
  }
}
.c-archive-cat-select__select.is-open:after {
  top: 45%;
  transform: rotate(-135deg);
}
.c-archive-cat-select__select-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #E0DFE2;
  padding: 0.85rem 1.5rem;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  visibility: hidden;
  opacity: 0;
}
.c-archive-cat-select__select.is-open + .c-archive-cat-select__select-list {
  visibility: visible;
  opacity: 1;
}
.c-archive-cat-select__select-item + .c-archive-cat-select__select-item {
  border-top: 1px solid #E0DFE2;
}
.c-archive-cat-select__select-link {
  display: block;
  padding-block: 0.65rem;
  color: rgba(34, 34, 34, 0.7019607843);
}

.c-news-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.c-news-item__link {
  display: block;
  padding-block: 2rem;
}
@media screen and (width >= 768px) {
  .c-news-item__link {
    padding-block: 3rem;
    display: grid;
    grid-template-columns: 11.4rem 1fr;
    align-items: center;
  }
}
@media screen and (width <= 767px) {
  .c-news-item:first-child .c-news-item__link {
    padding-top: 0;
  }
}
.c-news-item.__has-cat .c-news-item__link {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0 1.75rem;
}
@media screen and (width >= 768px) {
  .c-news-item.__has-cat .c-news-item__link {
    grid-template-columns: auto 13em 1fr;
    gap: 0;
    padding-block: 3rem;
  }
}
.c-news-item__date {
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: normal;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .c-news-item__link:hover .c-news-item__date {
    color: var(--color-logo);
  }
}
.c-news-item__cat {
  line-height: 0;
}
@media screen and (width >= 768px) {
  .c-news-item__cat {
    justify-self: center;
  }
}
.c-news-item__ttl {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (width >= 768px) {
  .c-news-item__ttl {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0;
    -webkit-line-clamp: 1;
  }
}
@media screen and (width <= 767px) {
  .c-news-item.__has-cat .c-news-item__ttl {
    grid-column: span 2;
  }
}

.c-pagination {
  margin-top: 6rem;
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination .page-numbers {
  font-family: var(--font-en);
  line-height: 1;
}
@media screen and (width >= 768px) {
  .c-pagination .page-numbers {
    font-size: 1.6rem;
  }
}
.c-pagination .page-numbers:not(.prev, .next) {
  padding: 1rem 4px;
  position: relative;
}
.c-pagination .page-numbers:not(.prev, .next) + .page-numbers:not(.prev, .next) {
  margin-left: 1.9rem;
}
@media screen and (width >= 768px) {
  .c-pagination .page-numbers:not(.prev, .next) + .page-numbers:not(.prev, .next) {
    margin-left: 3.8rem;
  }
}
.c-pagination .page-numbers.prev {
  margin-right: 2rem;
}
@media screen and (width >= 768px) {
  .c-pagination .page-numbers.prev {
    margin-right: 4rem;
  }
}
.c-pagination .page-numbers.next {
  margin-left: 2rem;
}
@media screen and (width >= 768px) {
  .c-pagination .page-numbers.next {
    margin-left: 4rem;
  }
}
.c-pagination .page-numbers.current::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-accent);
}
.c-pagination .page-numbers:not(.prev, .next, .current)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-accent);
  transform-origin: center;
  scale: 0 1;
  opacity: 0;
  transition: scale 0.3s, opacity 0.3s;
}
@media (any-hover: hover) {
  .c-pagination .page-numbers:not(.prev, .next, .current):hover::after {
    scale: 1 1;
    opacity: 1;
  }
}

.c-post-navigation {
  margin-top: 3rem;
  padding-block: 2rem;
  display: grid;
  gap: 3.5rem 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (width >= 768px) {
  .c-post-navigation {
    margin-top: 6rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "prev next";
  }
}
@media screen and (width >= 768px) {
  .c-post-navigation__item.prev {
    grid-area: prev;
  }
}
@media screen and (width >= 768px) {
  .c-post-navigation__item.next {
    grid-area: next;
  }
}
.c-post-navigation__item-link {
  position: relative;
  padding: 0.625rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media screen and (width >= 768px) {
  .c-post-navigation__item-link {
    padding-inline: 5rem;
    gap: 3rem 0;
  }
}
.c-post-navigation__item-link::before {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 10/17;
  position: absolute;
  background: url("../images/common/icon-nav-arrow.svg") no-repeat center center/contain;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
.c-post-navigation__item.prev .c-post-navigation__item-link {
  align-items: flex-start;
}
@media screen and (width <= 767px) {
  .c-post-navigation__item.prev .c-post-navigation__item-link {
    padding-left: 4rem;
  }
}
.c-post-navigation__item.prev .c-post-navigation__item-link::before {
  left: 0;
}
.c-post-navigation__item.next .c-post-navigation__item-link {
  align-items: flex-end;
}
@media screen and (width <= 767px) {
  .c-post-navigation__item.next .c-post-navigation__item-link {
    padding-right: 4rem;
  }
}
.c-post-navigation__item.next .c-post-navigation__item-link::before {
  right: 0;
  rotate: 180deg;
}
.c-post-navigation__item.prev + .c-post-navigation__item.next .c-post-navigation__item-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10rem;
  height: 1px;
  background: #D9D9D9;
  bottom: calc(100% + 1rem);
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (width >= 768px) {
  .c-post-navigation__item.prev + .c-post-navigation__item.next .c-post-navigation__item-link::after {
    width: 1px;
    left: 0;
    right: unset;
    bottom: 0;
    height: 100%;
  }
}
.c-post-navigation__item-link-txt {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-accent);
}
@media screen and (width >= 768px) {
  .c-post-navigation__item-link-txt {
    font-size: 1.5rem;
  }
}
.c-post-navigation__item-link-ttl {
  line-height: 1.5;
  margin-block: var(--leading-trim);
  color: transparent;
  background: linear-gradient(to right, var(--color-accent) 50%, var(--color-text) 50%) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.35s;
}
@media (any-hover: hover) {
  .c-post-navigation__item-link:hover .c-post-navigation__item-link-ttl {
    background-position: 0 100%;
  }
}
.c-post-navigation__item-link:focus-visible .c-post-navigation__item-link-ttl {
  background-position: 0 100%;
}

.c-author-info {
  margin-top: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 2rem 1.5rem;
}
@media screen and (width >= 768px) {
  .c-author-info {
    padding: 3rem 3rem 2.5rem;
  }
}
.c-author-info__inner {
  display: grid;
  justify-items: center;
  gap: 1.4rem 0;
}
@media screen and (width >= 768px) {
  .c-author-info__inner {
    grid-template-columns: 8rem 1fr;
    justify-items: start;
    align-items: start;
    gap: 0 2.4rem;
  }
}
.c-author-info__img {
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.c-author-info__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-author-info__ttl {
  display: block;
  font-weight: 500;
  font-size: 1.35rem;
}
@media screen and (width <= 767px) {
  .c-author-info__ttl {
    text-align: center;
  }
}
.c-author-info__name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9rem;
  margin-bottom: var(--leading-trim);
}
@media screen and (width >= 768px) {
  .c-author-info__name {
    text-align: left;
  }
}
.c-author-info__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.4rem;
  margin-bottom: var(--leading-trim);
}

.bg-light {
  background: var(--bg-color-light);
}

.bg-dark {
  background: var(--bg-color-deep);
}

@media screen and (width >= 768px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (width >= 768px) {
  .only-pc {
    display: block;
  }
}

.text-highlight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 34, 51, 0.2);
  text-decoration-color: rgba(255, 34, 51, 0.2);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
}

.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: var(--scroll-y);
  left: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.font-en {
  font-family: var(--font-en);
}

.u-product-swiper {
  overflow: visible;
}
@media screen and (width >= 768px) {
  .u-product-swiper {
    overflow: hidden;
    margin-right: max(50% - 50vw, -78rem);
  }
}

.u-term {
  display: inline-block;
  background: var(--color-text);
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 0.3rem 0.625rem;
  border-radius: 100vmax;
}
@media screen and (width >= 768px) {
  .u-term {
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
  }
}
.u-term + .u-term {
  margin-left: 0.8rem;
}

.l-height15 {
  line-height: 1.5;
}

.l-height16 {
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.text-last-justify {
  text-align-last: justify;
}

.u-post-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: var(--leading-trim);
  margin-bottom: calc(var(--leading-trim) + 2rem);
}
@media screen and (width >= 768px) {
  .u-post-ttl {
    font-size: 3.2rem;
  }
}

.u-post-date {
  font-family: var(--font-en);
  line-height: 1;
}
@media screen and (width >= 768px) {
  .u-post-date {
    font-size: 1.6rem;
  }
}

.u-post-tags {
  margin-top: 1.2rem;
}
.l-wp-block-content + .u-post-tags {
  margin-top: 4rem;
}

.u-post-img {
  margin-top: 4rem;
  aspect-ratio: 1000/575;
  border-radius: 0.8rem;
  overflow: hidden;
}
.u-post-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --breakpoint: 768px;
  --sp-camp: 375px;
  --pc-inner-width: 1240px;
  --font-base: "Montserrat", "Noto Sans JP", sans-serif;
  --font-udpGothic: "BIZ UDPGothic", sans-serif;
  --font-en: "Montserrat", sans-serif;
  --color-text: #3B3B3B;
  --color-text-sub: #222222;
  --bg-color-deep: #F7F2E9;
  --bg-color-light: #FAF8F5;
  --color-logo: #F0907A;
  --color-logo-opacity05: #F0907A80;
  --color-accent: #C18E24;
  --color-accent-opacity05: #C18E2480;
  --color-accent-light: #C18E2480;
  --header-height: clamp(5rem, 4.4718309859rem + 1.4084507042vw, 6.5rem);
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}