@charset "UTF-8";
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus,
*:focus-visible,
*:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #8a827a;
  background-color: #fefbf7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p,
blockquote,
pre,
address {
  margin: 0;
  padding: 0;
}

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

li,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: 0.2s ease-out;
}
a:hover, a:focus {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.2s ease-out;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

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

img {
  border-style: none;
  vertical-align: top;
}

svg {
  fill: currentColor;
}

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

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

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  border: none;
  overflow: visible;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f7f3ee;
}

::-webkit-scrollbar-thumb {
  background: #d4c2b8;
  border-radius: 4px;
}

::selection {
  background-color: #f4ccc0;
  color: #4a453f;
}

::-moz-selection {
  background-color: #f4ccc0;
  color: #4a453f;
}

img[loading=lazy] {
  transition: opacity 0.3s ease-out;
}
img[loading=lazy].loaded {
  opacity: 1;
}

/* モバイル特有の対応 */
@media (max-width: 767px) {
  * {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
}
/* iOS Safari */
@supports (-webkit-overflow-scrolling: touch) {
  * {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
}
/* Android Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  *:focus {
    outline: none !important;
  }
}
/* Firefox 対応 */
@-moz-document url-prefix() {
  * {
    outline: none !important;
  }
  *:focus {
    outline: none !important;
    -moz-outline: none !important;
  }
}
:root {
  --scroll-padding: 80px;
}
@media screen and (max-width: 767px) {
  :root {
    --scroll-padding: 60px;
  }
}

html {
  scroll-padding-top: var(--scroll-padding);
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #8a827a;
  background-color: #fefbf7;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.menu-open {
  overflow: hidden;
}

h1 {
  font-family: "はんなり明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #4a453f;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #4a453f;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 24px;
  }
}

h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #4a453f;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 16px;
  }
}

h4 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #4a453f;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  p {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 12px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.text-accent {
  color: #e87b6a;
  font-weight: 500;
}

a {
  color: #e87b6a;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #f4ccc0;
  text-decoration: none;
}

.nav-link {
  color: #4a453f;
  font-weight: 500;
  transition: color 0.2s ease-out;
}
.nav-link:hover {
  color: #f6d5c4;
}

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

img[alt=""] {
  user-select: none;
  pointer-events: none;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0s forwards;
}

.slide-up {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.3s ease-out 0s forwards;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  z-index: 100;
  height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header--scrolled, .l-header--menu-open {
  background-color: #fefbf7;
  box-shadow: 0 2px 4px rgba(74, 69, 63, 0.08);
}
.l-header--hidden {
  transform: translateY(-100%);
  pointer-events: none;
}
.l-header__container {
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .l-header__container {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 0 6px 0 20px;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo-link {
  display: block;
  line-height: 1;
}
.l-header__logo-img {
  height: 32px;
  width: auto;
  transition: filter 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo-img {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-img {
    height: 20px;
  }
}
.l-header__logo-text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-text {
    font-size: 12px;
  }
}
.l-header__links {
  display: flex;
  align-items: center;
}
.l-header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 32px;
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1099px) {
  .l-header__nav-list {
    gap: 24px;
  }
}
.l-header__nav-link {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4a453f;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1099px) {
  .l-header__nav-link {
    font-size: 14px;
  }
}
.l-header__nav-link:hover {
  color: #f6d5c4;
}
.l-header__nav-link--active {
  color: #e87b6a;
  font-weight: 600;
}
.l-header__entry-button {
  letter-spacing: 0.1em;
  width: 150px;
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .l-header__entry-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__entry-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__entry-button {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__entry-button {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__entry-button {
    height: 60px;
  }
}
@media screen and (max-width: 1099px) {
  .l-header__entry-button {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__entry-button {
    padding: 0 16px;
    width: 90px;
  }
}
.l-header__entry-button:hover {
  font-size: 22px;
}
.l-header__menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-toggle {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-toggle {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-toggle {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-toggle {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header__menu-toggle {
    margin-left: 6px;
  }
}
.l-header__menu-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-header__menu-icon {
  position: relative;
  width: 24px;
  height: 18px;
}
.l-header__menu-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4a453f;
  transition: all 0.2s ease-out;
  transform-origin: center;
}
.l-header__menu-line:nth-child(1) {
  top: 0;
}
.l-header__menu-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__menu-line:nth-child(3) {
  bottom: 0;
}
.l-header__menu-toggle--open .l-header__menu-line {
  background-color: #4a453f;
}
.l-header__menu-toggle--open .l-header__menu-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__menu-toggle--open .l-header__menu-line:nth-child(2) {
  opacity: 0;
}
.l-header__menu-toggle--open .l-header__menu-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header__menu-overlay {
  position: fixed;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fefbf7;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .l-header__menu-overlay {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-overlay {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-overlay {
    top: 60px;
  }
}
.l-header__menu-overlay--open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-overlay-nav {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-overlay-nav {
    padding: 32px;
  }
}
.l-header__menu-overlay-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__menu-overlay-nav-link {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4a453f;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f7f3ee;
  transition: color 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .l-header__menu-overlay-nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-overlay-nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-overlay-nav-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-overlay-nav-link {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-overlay-nav-link {
    padding: 16px 0;
  }
}
.l-header__menu-overlay-nav-link:hover {
  color: #f6d5c4;
}
.l-header__menu-overlay-nav-link--active {
  color: #e87b6a;
  font-weight: 600;
}
.l-header__menu-overlay-cta {
  margin-top: 64px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-overlay-cta {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-overlay-cta {
    margin-top: 48px;
  }
}

body.menu-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .l-header {
    transition: none;
  }
  .l-header__menu-toggle-line {
    transition: none;
  }
  .l-header__menu-overlay {
    transition: none;
  }
}
.l-footer {
  background-color: #8a827a;
  padding: 32px 0;
  color: #fefbf7;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 24px 0;
  }
}
.l-footer__container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    align-items: unset;
  }
}
.l-footer__social {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__social {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__social {
    margin-bottom: 12px;
  }
}
.l-footer__social-link {
  color: #fefbf7;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-footer__social-link {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__social-link {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__social-link {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__social {
    margin: 0 auto 12px;
  }
}
.l-footer__nav {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__nav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 16px;
  }
}
.l-footer__nav-list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}
.l-footer__nav-link {
  color: #fefbf7;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 12px;
  }
}
.l-footer__copyright {
  order: 3;
}
.l-footer__copyright-text {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer__copyright-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-text {
    font-size: 10px;
  }
}

.c-button--entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background-color: #e87b6a;
  color: #ffffff;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  transition: all 0.2s ease-out;
  border: 1px solid #e87b6a;
}
.c-button--entry:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.c-button--entry:hover {
  background-color: #ffffff;
  color: #e87b6a;
}
.p-entry .c-button--entry {
  height: 80px;
  min-width: 400px;
  border-radius: 8px;
  letter-spacing: 0.28em;
}
@media screen and (min-width: 1024px) {
  .p-entry .c-button--entry {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry .c-button--entry {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .c-button--entry {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-entry .c-button--entry {
    padding: 16px;
    min-width: 320px;
    height: unset;
  }
}
.p-entry .c-button--entry:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 16px rgba(232, 123, 106, 0.2);
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-entry .c-button--entry:hover {
    font-size: 32px;
  }
}
.c-button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background-color: #d4c2b8;
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #d4c2b8;
  min-width: 280px;
  height: 48px;
}
.c-button--secondary:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .c-button--secondary {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-button--secondary {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--secondary {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--secondary {
    padding: 10px 24px;
  }
}
.c-button--secondary:hover {
  background-color: #ffffff;
  color: #d4c2b8;
  box-shadow: 0 4px 8px rgba(74, 69, 63, 0.12);
  transform: translateY(-1px);
}
.c-button--secondary.section-button {
  margin-top: 32px;
}

.c-button:disabled, .c-button--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.c-button:disabled:hover, .c-button--disabled:hover {
  transform: none;
  box-shadow: none;
}

@keyframes buttonSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (prefers-contrast: high) {
  .c-button--entry {
    border: 2px solid #e87b6a;
  }
  .c-button--entry:hover {
    border-color: #e87b6a;
  }
}
.c-section {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 24px 0;
  }
}
.c-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto 48px auto;
  background-image: url("../images/decorations/pc/line.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(90%, 1120px);
  background-repeat: no-repeat;
  background-position: center;
}
@supports (background-image: url("../images/decorations/pc/line.webp")) {
  .c-section::before {
    background-image: url("../images/decorations/pc/line.webp");
  }
}
@media screen and (max-width: 767px) {
  .c-section::before {
    background-image: url("../images/decorations/sp/line.jpg");
  }
  @supports (background-image: url("../images/decorations/sp/line.webp")) {
    .c-section::before {
      background-image: url("../images/decorations/sp/line.webp");
    }
  }
}
@media screen and (max-width: 1023px) {
  .c-section::before {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .c-section::before {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .c-section::before {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section::before {
    height: 52px;
    background-size: min(90%, 960px);
  }
}
@media screen and (max-width: 767px) {
  .c-section::before {
    height: 40px;
    background-size: min(90%, 720px);
  }
}
.c-section__container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-section__container--small {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-section__container--small {
    padding: 0;
  }
}
.c-section__header {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__header {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .c-section__header {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__header {
    margin-bottom: 24px;
  }
}
.c-section__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #4a453f;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-section__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 24px;
  }
}
.c-section__title::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 60px;
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  z-index: -1;
  opacity: 0.3;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background-color: #f6d5c4;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__title::before {
    width: 72px;
    height: 48px;
    left: calc(50% - 36px);
  }
}
@media screen and (max-width: 767px) {
  .c-section__title::before {
    width: 60px;
    height: 40px;
    top: -2px;
    left: calc(50% - 30px);
  }
}
.c-section__title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 26px;
  left: calc(50% + 24px);
  z-index: -1;
  opacity: 0.4;
  transform: rotate(200deg);
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background-color: #f5e6ba;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__title::after {
    width: 32px;
    height: 24px;
    top: 22px;
    left: calc(50% + 16px);
  }
}
@media screen and (max-width: 767px) {
  .c-section__title::after {
    width: 24px;
    height: 20px;
    top: 18px;
  }
}
.c-section__description {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .c-section__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__description {
    text-align: left;
  }
}
.c-section__cta {
  text-align: center;
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-section__cta {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__cta {
    margin-top: 40px;
  }
}

.c-subsection {
  text-align: left;
}
.c-subsection:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-subsection:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-subsection:not(:last-child) {
    margin-bottom: 32px;
  }
}
.c-subsection__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4a453f;
  color: #4a453f;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .c-subsection__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-subsection__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-subsection__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-subsection__title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-subsection__title {
    margin-bottom: 12px;
  }
}
.c-subsection__cta {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-subsection__cta {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-subsection__cta {
    margin-top: 24px;
  }
}

.c-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  transform: translateY(-10px);
  cursor: pointer;
  display: flex;
  width: 90px;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background-color: #f6d5c4;
  backdrop-filter: blur(4px);
  border: 1px solid #f6d5c4;
  color: #ffffff;
}
.c-back-to-top:hover {
  background-color: #ffffff;
  color: #f6d5c4;
  transform: translateY(-4px);
}
.c-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-back-to-top__icon {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-back-to-top {
    bottom: 32px;
    right: 16px;
    width: 60px;
    height: 50px;
  }
  .c-back-to-top__icon {
    font-size: 18px;
  }
}

.c-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-gallery__container {
  position: relative;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .c-gallery__container {
    height: 160px;
  }
}
.c-gallery__track {
  display: flex;
  height: 100%;
  width: 1920px;
  transform: translateX(0);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .c-gallery__track {
    width: 1300px;
  }
}
.c-gallery__slide {
  flex: 0 0 auto;
  width: 360px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .c-gallery__slide {
    width: 240px;
    height: 160px;
  }
}
.c-gallery__slide:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-gallery__slide:not(:last-child) {
    margin-right: 20px;
  }
}
.c-gallery__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translate3d(0, 0, 0);
}
.c-gallery__img--clone {
  position: absolute;
  margin-right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .c-gallery__track {
    transition: none;
  }
}
.p-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px !important;
}
.p-hero__bg {
  position: relative;
  width: 100%;
}
.p-hero__bg-picture {
  width: 100%;
  height: 100%;
}
.p-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-hero__container {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  padding-left: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-hero__container {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__container {
    padding-left: 20px;
  }
}
.p-hero__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-hero__title {
  font-family: "はんなり明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #4a453f;
  margin: 0;
  text-stroke: 0.1px #fefbf7;
  -webkit-text-stroke: 0.1px #fefbf7;
  text-shadow: 2px 2px 3px rgba(132, 111, 101, 0.3), -0.1px -0.1px 0 #fefbf7, 0.1px -0.1px 0 #fefbf7, -0.1px 0.1px 0 #fefbf7, 0.1px 0.1px 0 #fefbf7, -0.1px 0 0 #fefbf7, 0.1px 0 0 #fefbf7, 0 -0.1px 0 #fefbf7, 0 0.1px 0 #fefbf7;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(30px);
  animation: heroTitleFadeIn 1.2s ease-out 0.5s forwards;
}
@media screen and (min-width: 1024px) {
  .p-hero__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-hero__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    margin-top: -30%;
    background-color: rgba(254, 251, 247, 0.2);
    border-radius: 8px;
    padding: 6px 12px;
  }
}
.p-hero__title-line {
  display: block;
}
.p-hero__title-line:nth-child(1) {
  animation-delay: 0.7s;
}
.p-hero__title-line:nth-child(2) {
  animation-delay: 0.9s;
}
.p-hero__title-line:nth-child(3) {
  animation-delay: 1.1s;
}

@keyframes heroTitleFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-hero__bg-img {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.p-hero__title {
  will-change: transform, opacity;
}

.p-hero__title {
  animation-fill-mode: forwards;
}
.p-hero__title.animation-complete {
  will-change: auto;
}

@media (prefers-contrast: high) {
  .p-hero__title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: 700;
  }
  .p-hero__overlay {
    background: rgba(254, 251, 247, 0.9);
  }
}
.p-about {
  position: relative;
  margin-bottom: 0 !important;
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-about__bg-picture {
  width: 100%;
  height: 100%;
}
.p-about__bg-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.p-about__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-about__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.p-about__text {
  color: #4a453f;
  line-height: 2;
}
.p-about__text p {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__text p {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text p {
    margin-bottom: 12px;
  }
}
.p-about__text p:last-child {
  margin-bottom: 0;
}
.p-about__text--large {
  font-family: "はんなり明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1024px) {
  .p-about__text--large {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__text--large {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text--large {
    font-size: 20px;
  }
}

.p-entry {
  margin-top: 48px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: 32px;
  }
}
.p-entry__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry__container {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-entry__content {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-entry__content {
    width: 100%;
  }
}
.p-entry__message {
  font-family: "はんなり明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #4a453f;
  margin-bottom: 48px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: rgba(254, 251, 247, 0.2);
  text-stroke: 0.1px #fefbf7;
  -webkit-text-stroke: 0.1px #fefbf7;
  text-shadow: 2px 2px 3px rgba(132, 111, 101, 0.3), -0.1px -0.1px 0 #fefbf7, 0.1px -0.1px 0 #fefbf7, -0.1px 0.1px 0 #fefbf7, 0.1px 0.1px 0 #fefbf7, -0.1px 0 0 #fefbf7, 0.1px 0 0 #fefbf7, 0 -0.1px 0 #fefbf7, 0 0.1px 0 #fefbf7;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 1024px) {
  .p-entry__message {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry__message {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__message {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry__message {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__message {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-entry__message {
    padding: 14px 20px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__message {
    padding: 12px;
    margin-bottom: 48px;
  }
}
.p-entry__cta {
  opacity: 0;
  transform: translateY(20px);
}

.p-entry__message.animate-in,
.p-entry__cta.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.p-business__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-business__item:nth-child(2n+1) {
  padding-right: 48px;
}
@media screen and (max-width: 1023px) {
  .p-business__item:nth-child(2n+1) {
    padding-right: 0;
  }
}
.p-business__item:nth-child(2n) {
  padding-left: 48px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-business__item:nth-child(2n) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-business__item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__item {
    margin-bottom: 32px;
  }
}
.p-business__item-image {
  width: 400px;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.p-business__item-image:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item-image {
    width: 40%;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item-image {
    padding: 0 20px;
    width: 100%;
  }
}
.p-business__item-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-out;
}
.p-business__item-content {
  flex: 1;
  min-width: 0;
  background-color: #f7f3ee;
  border-radius: 8px;
  padding: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item-content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item-content {
    padding: 16px 12px;
  }
}
.p-business__item-title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #4a453f;
  margin-bottom: 24px;
  color: #4a453f;
  display: inline-block;
  border-bottom: 4px solid #f6d5c4;
}
@media screen and (min-width: 1024px) {
  .p-business__item-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item-title {
    margin-bottom: 16px;
  }
}
.p-business__item:nth-child(2) .p-business__item-title {
  border-color: #f5e6ba;
}
.p-business__item:nth-child(3) .p-business__item-title {
  border-color: #dce6d6;
}
@media screen and (max-width: 1023px) {
  .p-business__item-title {
    border-bottom-width: 2px;
  }
}
.p-business__item-text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .p-business__item-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-business__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__item-text {
    font-size: 14px;
  }
}

.p-business__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-business__item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.p-business__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-business__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-business__item:nth-child(3) {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .p-business__item {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .p-business__item-image {
    transition: none;
  }
  .p-business__item-image:hover {
    transform: none;
  }
  .p-business__item-img {
    transition: none;
  }
}
.p-environment {
  padding-bottom: 48px;
}
.p-environment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .p-environment__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-environment__item {
  background-color: #f7f3ee;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  padding: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__item {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__item {
    width: 70%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.p-environment__icon {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__icon {
    margin-bottom: 16px;
  }
}
.p-environment__icon-img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-environment__icon-img {
    width: 120px;
  }
}
.p-environment__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4a453f;
  color: #4a453f;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .p-environment__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__title {
    margin-bottom: 12px;
  }
}
.p-environment__text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .p-environment__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-environment__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__text {
    font-size: 14px;
  }
}

.p-environment__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-environment__item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.p-environment__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-environment__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-environment__item:nth-child(3) {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .p-environment__item {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .p-environment__item:hover {
    transform: none;
  }
}
.p-member__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-member__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-member__item {
  cursor: pointer;
  position: relative;
}
.p-member__link {
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(74, 69, 63, 0.12);
}
.p-member__link:hover {
  box-shadow: 0 8px 16px rgba(74, 69, 63, 0.16);
  transform: translateY(-2px);
  opacity: 0.8;
}
.p-member__content {
  position: absolute;
  top: 0;
  padding: 24px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #4a453f;
}
.p-member__item:nth-child(2n) .p-member__content {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-member__content {
    max-width: 72%;
    padding: 16px 0 24px;
  }
}
.p-member__img {
  aspect-ratio: 27/16;
}
.p-member__profile {
  padding-left: 24px;
}
@media screen and (max-width: 1023px) {
  .p-member__profile {
    padding-left: 12px;
  }
}
.p-member__item:nth-child(2n) .p-member__profile {
  padding-right: 24px;
}
@media screen and (max-width: 1023px) {
  .p-member__item:nth-child(2n) .p-member__profile {
    padding-right: 12px;
  }
}
.p-member__dept {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-member__dept {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-member__dept {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__dept {
    font-size: 18px;
  }
}
.p-member__role {
  color: #8a827a;
}
@media screen and (min-width: 1024px) {
  .p-member__role {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-member__role {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__role {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-member__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__name {
    font-size: 14px;
  }
}
.p-member__message {
  padding: 12px 24px;
  background-color: rgba(246, 213, 196, 0.4);
}
@media screen and (min-width: 1024px) {
  .p-member__message {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-member__message {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__message {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-member__message {
    padding: 8px 12px;
  }
}

.p-member__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-member__item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.p-member__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-member__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-member__item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-member__item:nth-child(4) {
  transition-delay: 0.4s;
}

.p-recruit__job-description {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .p-recruit__job-description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__job-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__job-description {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-description {
    margin-bottom: 16px;
  }
}
.p-recruit__job-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__job-list {
    gap: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-list {
    gap: 16px;
  }
}
.p-recruit__job-link {
  display: block;
  background-color: #f7f3ee;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(74, 69, 63, 0.12);
  text-align: center;
  width: 240px;
  transition: all 0.3s ease-out;
}
.p-recruit__job-link:hover {
  box-shadow: 0 8px 16px rgba(74, 69, 63, 0.16);
  transform: translateY(-2px);
  opacity: 0.8;
}
.p-recruit__job-link:hover .p-recruit__job-arrow {
  transform: translateX(4px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__job-link {
    width: 300px;
  }
}
.p-recruit__job-icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.p-recruit__job-icon-img {
  width: 80px;
  display: block;
}
.p-recruit__job-content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.p-recruit__job-name {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4a453f;
}
@media screen and (min-width: 1024px) {
  .p-recruit__job-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__job-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-name {
    font-size: 14px;
  }
}
.p-recruit__job-arrow {
  font-size: 20px;
  transition: all 0.2s ease-out;
  position: absolute;
  right: 0;
}
.p-recruit__job-item:nth-child(1) .p-recruit__job-arrow {
  color: #f6d5c4;
}
.p-recruit__job-item:nth-child(2) .p-recruit__job-arrow {
  color: #f5e6ba;
}
.p-recruit__job-item:nth-child(3) .p-recruit__job-arrow {
  color: #f4ccc0;
}
.p-recruit__job-item:nth-child(4) .p-recruit__job-arrow {
  color: #dce6d6;
}
.p-recruit__job-item:nth-child(5) .p-recruit__job-arrow {
  color: #d4c2b8;
}
.p-recruit__flow-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-list {
    flex-direction: column;
    align-items: center;
  }
}
.p-recruit__flow-item {
  display: flex;
  align-items: center;
}
.p-recruit__flow-item:not(:last-child)::after {
  margin-left: 16px;
  color: #d4c2b8;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-item:not(:last-child)::after {
    margin-left: 0;
    margin-top: 12px;
    content: "\f063";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 28px;
    position: relative;
  }
}
.p-recruit__flow-step {
  background-color: #f7f3ee;
  border-radius: 8px;
  width: 160px;
  min-height: 100px;
  padding: 32px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__flow-step {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-step {
    width: 100%;
    min-height: unset;
    padding: 16px 0;
  }
}
.p-recruit__flow-number {
  position: absolute;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #f6d5c4;
  top: -16px;
  left: calc(50% - 16px);
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-number {
    font-size: 18px;
    width: 24px;
    height: 24px;
    top: -12px;
    left: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-content {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.p-recruit__flow-title {
  color: #4a453f;
  line-height: 1.5;
}
.p-recruit__flow-note {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #8a827a;
}
@media screen and (min-width: 1024px) {
  .p-recruit__flow-note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__flow-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__flow-note {
    font-size: 12px;
  }
}
.p-recruit__faq-item {
  border-radius: 8px;
  border: 2px solid #f7f3ee;
}
.p-recruit__faq-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-recruit__faq-question {
  color: #4a453f;
  padding: 16px 20px;
  background-color: #f7f3ee;
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-question {
    padding: 10px 12px;
  }
}
.p-recruit__faq-question::before {
  content: "Q";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f6d5c4;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-question::before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 6px;
  }
}
.p-recruit__faq-question::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f4ccc0 transparent transparent transparent;
  margin: auto;
  margin-right: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-question::after {
    border-width: 15px 9px 0 9px;
  }
}
.p-recruit__faq-question.active::after {
  transform: rotate(180deg);
}
.p-recruit__faq-answer {
  padding: 16px 20px;
  background-color: #ffffff;
  color: #8a827a;
  display: flex;
  align-items: flex-start;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-answer {
    padding: 10px 16px;
  }
}
.p-recruit__faq-answer::before {
  content: "A";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f5e6ba;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-answer::before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    margin-right: 6px;
  }
}
.p-recruit__faq-link {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-recruit__faq-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-link {
    margin-top: 16px;
  }
}
.p-recruit__faq-link:hover {
  color: #f4ccc0;
  opacity: 1;
}

.p-recruit__job-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-recruit__job-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.p-recruit__job-item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-recruit__job-item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-recruit__job-item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-recruit__job-item:nth-child(4) {
  transition-delay: 0.4s;
}
.p-recruit__job-item:nth-child(5) {
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-tab {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
