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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: auto;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  color: rgb(94, 76, 61);
  margin: 0;
  padding: 0;
  background-color: rgb(255, 247, 241);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 600px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../fonts/Shippori_Mincho_B1/ShipporiMinchoB1-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DIN Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DIN Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DIN Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.js-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-scroll-fade.is-scrolled {
  opacity: 1;
  transform: translateY(0);
}

.p-fc-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  padding: 10px 0;
  background-color: #a4876e;
  opacity: 1;
}
.p-fc-header__inner {
  width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 1600px) {
  .p-fc-header__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-header__inner {
    padding: 0 15px;
    height: 100%;
  }
}
.p-fc-header__logo-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-fc-header__logo-area {
    gap: 10px;
  }
}
.p-fc-header__logo {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-fc-header__logo {
    position: relative;
  }
}
.p-fc-header__logo a {
  display: block;
}
.p-fc-header__logo a img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-fc-header__logo a img {
    height: 30px;
  }
}
.p-fc-header__tagline {
  display: none;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fc-header__tagline {
    display: block;
  }
}
.p-fc-header__nav {
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 599px) {
  .p-fc-header__nav {
    display: none;
  }
}
.p-fc-header__nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-fc-header__nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  font-family: "Hiragino Sans", sans-serif;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-fc-header__nav-item a {
    font-size: 15px;
  }
}
.p-fc-header__nav-item a:hover {
  opacity: 0.7;
}
.p-fc-header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  background-color: #6d5f51;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .p-fc-header__cta {
    display: none;
  }
}
.p-fc-header__cta:hover {
  opacity: 0.8;
}
.p-fc-header__cta span {
  font-family: "Hiragino Sans", sans-serif;
}
.p-fc-header .p-hamburger {
  display: none !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 20px !important;
  min-width: auto !important;
  min-height: auto !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  z-index: 10001 !important;
}
@media screen and (min-width: 1024px) {
  .p-fc-header .p-hamburger {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .p-fc-header .p-hamburger {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    z-index: 10001 !important;
    padding: 0 !important;
    width: 30px !important;
    height: 20px !important;
    min-width: auto !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-header .p-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
}
.p-fc-header .p-hamburger span {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #fff !important;
  transition: all 0.3s !important;
}
.p-fc-header .p-hamburger.is-active {
  right: 30px !important;
}
.p-fc-header .p-hamburger.is-active span:first-child {
  transform: translateY(-8px) rotate(40deg) !important;
}
.p-fc-header .p-hamburger.is-active span:nth-child(2) {
  opacity: 1 !important;
}
.p-fc-header .p-hamburger.is-active span:last-child {
  transform: translateY(-9px) rotate(-40deg) !important;
}
.p-fc-header__mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 100vh;
  height: 100dvh;
  background-color: #6e5a4c;
  z-index: 10000 !important;
  opacity: 1 !important;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 20px;
}
.p-fc-header__mobile-menu.is-visible {
  display: flex;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
.p-fc-header__mobile-menu.is-active {
  transform: translateX(0);
}
.p-fc-header__mobile-menu.is-visible.is-active {
  max-width: 500px;
}
.p-fc-header__mobile-menu.is-active .p-fc-header__mobile-close {
  display: none !important;
}
.p-fc-header__mobile-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.p-fc-header__mobile-close span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
.p-fc-header__mobile-close span:first-child {
  transform: translateY(-50%) rotate(40deg);
}
.p-fc-header__mobile-close span:last-child {
  transform: translateY(-50%) rotate(-40deg);
}
.p-fc-header__mobile-nav {
  width: 100%;
  max-width: 300px;
}
.p-fc-header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-fc-header__mobile-nav-list li {
  margin-bottom: 20px;
}
.p-fc-header__mobile-nav-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", sans-serif;
  display: block;
  transition: opacity 0.3s;
}
.p-fc-header__mobile-nav-list li a::before {
  content: "›";
  margin-right: 15px;
  font-size: 20px;
}
.p-fc-header__mobile-nav-list li a:hover {
  opacity: 0.7;
}
.p-fc-header__mobile-cta {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  font-family: "Hiragino Sans", sans-serif;
  margin-top: 20px;
  transition: opacity 0.3s;
}
.p-fc-header__mobile-cta:hover {
  opacity: 0.7;
}
.p-fc-header__mobile-sns {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}
.p-fc-header__mobile-sns a {
  display: block;
  width: 30px;
  height: 30px;
}
.p-fc-header__mobile-sns a img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.p-fc-header__mobile-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
.p-fc-header__mobile-logo img {
  height: 35px;
  width: auto;
}
.p-fc-header__mobile-logo p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin: 0;
  font-family: "Hiragino Sans", sans-serif;
}

.l-fc-footer {
  background-color: #a4876e;
  padding: 80px 0 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-fc-footer {
    padding: 60px 0 150px;
  }
}
.l-fc-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-fc-footer__logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__logo-area {
    gap: 15px;
  }
}
.l-fc-footer__logo {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.l-fc-footer__sub {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.2em;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__sub {
    border-left: none;
    padding-left: 0;
    line-height: 1.5;
  }
}
.l-fc-footer__nav {
  margin-bottom: 30px;
  width: 100%;
}
.l-fc-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__nav-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.l-fc-footer__nav-item {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 14px;
  font-weight: 700;
}
.l-fc-footer__nav-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 40px;
  position: relative;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}
.l-fc-footer__nav-item a::before {
  content: "›";
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
}
.l-fc-footer__nav-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__nav-item a {
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-fc-footer__nav-item {
    width: 100%;
  }
}
.l-fc-footer__btn {
  display: inline-block;
  min-width: 340px;
  padding: 18px 40px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  background-color: #6e5a4c;
}
.l-fc-footer__btn:hover {
  background-color: #fff;
  color: #a4876e;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
  }
}
.l-fc-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.l-fc-footer__sns {
  display: none;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__sns {
    gap: 40px;
    display: flex;
  }
}
.l-fc-footer__sns-item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.l-fc-footer__sns-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.l-fc-footer__sns-item:hover {
  opacity: 0.7;
}
.l-fc-footer__privacy {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
  margin: 15px 0;
}
.l-fc-footer__privacy:hover {
  opacity: 0.7;
  text-decoration: none;
}
.l-fc-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-fc-footer__copyright {
    align-self: center;
    margin-top: 20px;
  }
}

.l-header {
  width: 100%;
  background-color: rgb(255, 247, 241);
  position: relative;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .l-header.menu-open .l-header__inner-back,
  .l-header.menu-open .l-header__inner-overlay {
    display: none !important;
  }
}
.l-header__inner-overlay {
  max-width: none;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50px;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: none;
  display: none;
}
.l-header__inner-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  background-image: url("../images/menu_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
.l-header__inner-overlay.fixed {
  position: fixed;
  top: 0;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .l-header__inner-overlay {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner-overlay {
    padding: 10px 40px;
    opacity: 0;
    transform: translateY(-100%);
  }
  .l-header__inner-overlay.fixed {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header__inner-overlay * {
  color: #fff;
}
.l-header__inner-overlay a {
  color: #fff;
}
.l-header__inner-overlay img {
  filter: brightness(0) invert(1);
}
.l-header__inner-overlay .p-hamburger {
  display: none;
}
.l-header__inner {
  max-width: none;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 10000;
  width: 100%;
  background-color: #FFF7F1;
}
.l-header__inner.fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 0;
    display: flex;
    position: relative;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding: 10px 40px;
    display: flex;
  }
}
.l-header__inner-logo-white {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__inner-logo-white {
    display: block;
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 9999;
  }
  .l-header__inner-logo-white a {
    display: block;
  }
  .l-header__inner-logo-white img {
    width: 170px;
    height: auto;
    filter: brightness(0) invert(1);
  }
}
.l-header__inner-back {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__inner-back {
    display: flex;
    max-width: none;
    margin: 0 auto;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    color: #fff;
  }
  .l-header__inner-back * {
    color: #fff;
  }
  .l-header__inner-back a {
    color: #fff;
  }
  .l-header__inner-back img {
    filter: brightness(0) invert(1);
  }
  .l-header__inner-back .p-header-logo {
    display: none;
  }
  .l-header__inner-back .l-header__fixed-nav .p-gnav__list {
    display: none;
  }
  .l-header__inner-back .p-hamburger {
    display: none;
  }
  .l-header__nav-area.is-visible ~ .l-header__inner-back, .l-header__nav-area.is-active ~ .l-header__inner-back {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner-back {
    display: flex;
    max-width: none;
    margin: 0 auto;
    padding: 10px 40px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header__inner-back.is-visible {
    opacity: 1;
  }
  .l-header__inner-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url("../images/menu_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
  }
  .l-header__inner-back * {
    color: #fff;
  }
  .l-header__inner-back a {
    color: #fff;
  }
  .l-header__inner-back img {
    filter: brightness(0) invert(1);
  }
  .l-header__inner-back .p-gnav__item a {
    color: #fff;
  }
  .l-header__inner-back .l-header__fixed-nav {
    position: absolute;
    top: 50%;
    left: auto;
    right: 40px;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
  }
  .l-header__inner-back .l-header__fixed-nav .p-gnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .l-header__inner-back .l-header__fixed-nav .p-gnav__item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: "Shippori Mincho B1", serif;
    transition: opacity 0.3s;
  }
  .l-header__inner-back .l-header__fixed-nav .p-gnav__item a:hover {
    opacity: 0.7;
  }
  .l-header__inner-back .l-header__sp-btns a {
    color: #fff;
  }
  .l-header__inner-back .p-gnav__shop-list a {
    color: #fff;
  }
  .l-header__inner-back .p-hamburger {
    display: none;
  }
  .l-header__inner-back .l-header__sp-btns,
  .l-header__inner-back .l-header__sp-logo {
    display: none;
  }
}
.l-header__nav-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #FFE4DB;
  padding: 80px 40px 150px;
  z-index: 10005;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.l-header__nav-area a {
  color: #FF878B;
  font-size: 14px;
}
.l-header__nav-area.is-visible {
  display: flex;
  width: calc(100% - 40px);
  right: 0;
  left: auto;
  padding: 30px 25px 150px;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 10005 !important;
}
.l-header__nav-area.is-visible .p-gnav {
  border-bottom: 1px solid #FF878B;
  padding-bottom: 20px;
}
.l-header__nav-area.is-visible .p-gnav__list {
  display: block;
  padding: 0 15px;
  gap: 15px;
}
.l-header__nav-area.is-visible .p-gnav__item {
  margin-bottom: 15px;
}
.l-header__nav-area.is-visible .p-gnav__item a {
  font-size: 15px;
}
.l-header__nav-area.is-visible .p-gnav__item .sp {
  font-size: 15px;
  font-family: "Shippori Mincho B1", serif;
}
.l-header__nav-area.is-visible .p-gnav__item .p-gnav__shop-list {
  gap: 10px;
}
.l-header__nav-area.is-visible .p-gnav__item .p-gnav__shop-list a {
  font-size: 13px;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 150px;
}
.l-header__nav-area.is-visible .plus-btns {
  display: block;
  padding-top: 20px;
}
.l-header__nav-area.is-visible .plus-btns .plus-btn {
  padding-top: 5px;
}
.l-header__nav-area.is-visible .plus-btns .plus-btn a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #FF7BA2;
}
.l-header__nav-area.is-visible .l-header__sp-btns {
  margin-top: 20px;
}
.l-header__nav-area.is-visible .l-header__sp-btns a {
  height: 45px;
  border: 1px solid white;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.l-header__nav-area.is-visible .l-header__sp-logo {
  margin-top: 20px;
}
.l-header__nav-area.is-visible .l-header__sp-logo img {
  width: 85%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.l-header__nav-area.is-visible .l-header__utility-menu {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.l-header__nav-area.is-visible .l-header__utility-menu a {
  margin-left: 0;
}
.l-header__nav-area.is-active {
  transform: translateX(0);
  z-index: 10005 !important;
}
.l-header__nav-area.is-visible.is-active {
  max-width: 500px;
  z-index: 10006 !important;
}
.l-header__nav-area .plus-btns {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-area {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    z-index: auto;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    overflow-y: visible;
  }
}
.l-header__utility-menu {
  display: flex;
  padding-top: 0px;
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.l-header__utility-menu a {
  display: block;
  color: #FF878B;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  padding-top: 0;
  margin-left: 50px;
}

.p-gnav {
  width: 100%;
}
.p-gnav__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .p-gnav__list {
    flex-direction: row;
    gap: 30px;
  }
}
.p-gnav__item a {
  font-size: 1.6rem;
  color: rgb(94, 76, 61);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.p-gnav__shop-list {
  margin-top: 10px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
}
@media screen and (min-width: 1024px) {
  .p-gnav__shop-list {
    display: none;
  }
}
.p-gnav__shop-list a {
  font-size: 1.4rem;
  color: rgb(94, 76, 61);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-gnav__shop-list a:hover {
  opacity: 0.7;
}

.p-utility-nav {
  margin-top: 20px;
  border-top: 2px solid #FF878B;
  padding-top: 30px;
  width: 100%;
  padding: 20px 40px 0 40px;
  /* text-align: right; */
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-utility-nav {
    display: none;
    margin-top: 20px;
    border-top: none;
    padding-top: 0;
    width: auto;
  }
}
.p-utility-nav__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .p-utility-nav__list {
    flex-direction: row;
    gap: 20px;
  }
}
.p-utility-nav__item a {
  font-size: 1.4rem;
  color: #FF5E7D;
  font-weight: 600;
  text-decoration: none;
}
.p-utility-nav__item a::before {
  content: "›";
  margin-right: 5px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-utility-nav__item a {
    color: rgb(94, 76, 61);
    font-size: 1.2rem;
  }
  .p-utility-nav__item a::before {
    content: none;
  }
}

.l-header__sp-btns {
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .l-header__sp-btns {
    display: none;
  }
}
.l-header__sp-btns a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
}
.l-header__sp-btns a img {
  width: 20px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
.l-header__sp-btns .btn-search {
  background-color: #FFAFC7;
}
.l-header__sp-btns .btn-contact {
  background-color: rgb(110, 90, 76);
}

.l-header__sp-logo {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__sp-logo {
    display: none;
  }
}
.l-header__sp-logo img {
  width: 85%;
  height: auto;
}
.l-header__sp-logo p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: rgb(94, 76, 61);
  letter-spacing: 0.2em;
}

.p-hamburger {
  display: block !important;
  width: 30px !important;
  height: 20px !important;
  min-width: 30px !important;
  min-height: 20px !important;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10002;
  padding: 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 1023px) {
  .p-hamburger {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 10010 !important;
    padding: 15px !important;
    display: block !important;
    width: 30px !important;
    height: 20px !important;
    min-width: 30px !important;
    min-height: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(94, 76, 61);
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-hamburger span:nth-child(1) {
  top: 0;
}
.p-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-hamburger span:nth-child(3) {
  bottom: 0;
}
.p-hamburger.is-active span {
  transform-origin: center center;
}
.p-hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(40deg);
}
.p-hamburger.is-active span:nth-child(2) {
  top: 50%;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%) rotate(-40deg);
}

@media screen and (max-width: 1023px) {
  .p-header-logo {
    padding: 10px 20px;
  }
  .p-header-logo a img {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header-logo a img {
    width: 250px;
  }
}

.l-main {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}
@media screen and (max-width: 979px) {
  .l-main {
    margin-top: 0;
    padding-top: 50px;
  }
  .l-main:not(.p-top):not(.p-recruit) {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main:not(.p-top):not(.p-recruit) {
    margin-top: 50px;
  }
}
.l-main.p-top {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.l-main.p-top::after {
  content: "";
  position: absolute;
  top: var(--circle-top, 60%);
  left: 50%;
  transform: translate(-50%, calc(-50% + var(--parallax-offset, 0px)));
  background-image: url(../images/bg_circle_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1000;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .l-main.p-top::after {
    width: 700px;
    height: 100%;
    top: var(--circle-top, 65%);
  }
}
@media screen and (min-width: 600px) {
  .l-main.p-top::after {
    background-image: url(../images/bg_circle.png);
    width: 1600px;
    height: 1600px;
    top: var(--circle-top, 55%);
  }
}
.l-main.has-nav-overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10004;
  pointer-events: none;
}
.l-main.p-menu {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.l-main.p-menu.has-nav-overlay {
  z-index: 1;
}
.l-main.p-menu::after {
  content: "";
  position: absolute;
  top: var(--circle-top, 60%);
  left: 50%;
  transform: translate(-50%, calc(-50% + var(--parallax-offset, 0px)));
  background-image: url(../images/bg_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1000;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .l-main.p-menu::after {
    background-image: url(../images/menu_circle_sp.png);
    width: 900px;
    height: 100%;
    top: calc(var(--circle-top, 65%) - 300px);
  }
}
@media screen and (min-width: 600px) {
  .l-main.p-menu::after {
    background-image: url(../images/bg_circle.png);
    width: 1600px;
    height: 1600px;
    top: var(--circle-top, 55%);
  }
}
.l-main.p-recruit {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff3e8;
}
@media screen and (max-width: 979px) {
  .l-main.p-recruit {
    padding-top: 0;
  }
}
.l-main.p-recruit::after {
  content: "";
  position: absolute;
  top: var(--circle-top, 60%);
  left: 50%;
  transform: translate(-50%, calc(-50% + var(--parallax-offset, 0px)));
  background-image: url(../images/bg_recruit_circle_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1000;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .l-main.p-recruit::after {
    width: 620px;
    height: 1000px;
    top: var(--circle-top, 65%);
  }
}
@media screen and (min-width: 600px) {
  .l-main.p-recruit::after {
    background-image: url(../images/bg_recruit_circle.png);
    width: 1600px;
    height: 1600px;
    top: var(--circle-top, 55%);
  }
}

.l-footer {
  width: 100%;
  background-color: rgb(255, 237, 230);
  color: rgb(94, 76, 61);
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  padding: 40px 20px 120px 20px;
}
@media screen and (max-width: 599px) {
  .l-footer {
    padding: 40px 20px 100px 20px;
  }
}
@media screen and (min-width: 600px) {
  .l-footer {
    padding: 60px 40px;
    margin-bottom: 0px;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: 1fr 500px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "logo nav-group" "sns cta" "copyright utility" "copyright privacy";
    gap: clamp(10px, 3vw, 40px) clamp(10px, 3vw, 40px);
    align-items: start;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__inner {
    grid-template-columns: 1fr 500px 220px;
    grid-template-areas: "logo nav-group utility" "sns cta cta" "copyright privacy privacy";
  }
}
.l-footer__logo {
  order: 1;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px auto 60px auto;
}
@media screen and (min-width: 600px) {
  .l-footer__logo {
    grid-area: logo;
    text-align: left;
    margin-bottom: 0;
    display: block;
  }
}
.l-footer__logo img {
  width: 230px;
  height: auto;
}
.l-footer__nav-group {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .l-footer__nav-group {
    grid-area: nav-group;
    justify-content: flex-start;
    gap: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__nav-group {
    gap: 80px;
  }
}
.l-footer__sns {
  order: 4;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 600px) {
  .l-footer__sns {
    grid-area: sns;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.l-footer__sns li a {
  display: block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.l-footer__sns li a:hover {
  opacity: 0.7;
}
.l-footer__sns li a img {
  width: 100%;
  height: auto;
}
.l-footer__copyright {
  order: 6;
  font-size: 1rem;
  opacity: 0.6;
  text-align: left;
}
.l-footer__copyright p {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .l-footer__copyright p {
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__copyright p {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__copyright {
    grid-area: copyright;
    margin-top: auto;
  }
}
.l-footer__cta-area {
  order: 7;
  display: none;
}
@media screen and (min-width: 600px) {
  .l-footer__cta-area {
    grid-area: cta;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer__cta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
.l-footer__cta a span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.l-footer__cta .c-btn-cta {
  flex: 1;
  max-width: 250px;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  transition: 0.3s;
}
.l-footer__cta .c-btn-cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.l-footer__cta .c-btn-cta--pink {
  background-color: rgb(255, 135, 139);
  letter-spacing: 0.4em;
  border: 1px solid white;
}
.l-footer__cta .c-btn-cta--brown {
  background-color: rgb(110, 90, 76);
  border: 1px solid white;
}
.l-footer__cta .c-btn-cta__icon {
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
}
.l-footer__note {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.8;
  text-align: left;
}

.p-footer-sub-nav {
  order: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-footer-sub-nav {
    grid-area: privacy;
    justify-content: start;
    margin-bottom: 0;
  }
}
.p-footer-sub-nav a {
  font-size: 1.2rem;
  color: rgb(94, 76, 61);
  text-decoration: underline;
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .p-footer-sub-nav a {
    text-decoration: none;
  }
}
.p-footer-sub-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-footer-sub-nav__separator {
  color: rgb(94, 76, 61);
  opacity: 0.3;
}

.c-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: rgb(164, 135, 110);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.c-btn--primary {
  background-color: rgb(164, 135, 110);
}

.p-breadcrumb {
  background-color: rgb(255, 247, 241);
  padding: 15px 20px;
}
@media screen and (min-width: 600px) {
  .p-breadcrumb {
    padding: 20px 40px;
  }
}
.p-breadcrumb__inner {
  max-width: auto;
  margin: 0 auto;
  font-size: 1.2rem;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-breadcrumb__inner {
    font-size: 1.3rem;
  }
}
.p-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.p-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: ">";
  font-size: 1rem;
  opacity: 0.6;
}
.p-breadcrumb__item a {
  color: rgb(255, 135, 139);
  text-decoration: none;
  transition: opacity 0.3s;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-breadcrumb__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.p-footer-nav-main {
  text-align: left;
}
.p-footer-nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 600px) {
  .p-footer-nav-main ul {
    gap: 20px;
  }
}
.p-footer-nav-main a {
  color: rgb(94, 76, 61);
  text-decoration: none;
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1;
  display: block;
  transition: color 0.3s;
}
.p-footer-nav-main a:hover {
  color: rgb(164, 135, 110);
}

.p-footer-branches {
  text-align: left;
}
.p-footer-branches__title {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  color: rgb(94, 76, 61);
}
.p-footer-branches__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  font-size: 1rem;
  color: rgb(94, 76, 61);
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .p-footer-branches__list {
    grid-template-columns: repeat(4, auto);
    font-size: 1rem;
  }
}
.p-footer-branches__list a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .p-footer-branches__item--break {
    grid-column: 1;
  }
}

.p-footer-nav-utility {
  order: 3;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 600px) {
  .p-footer-nav-utility {
    grid-area: utility;
    margin: 0;
  }
}
.p-footer-nav-utility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
@media screen and (min-width: 600px) {
  .p-footer-nav-utility ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.p-footer-nav-utility li:last-child {
  grid-column: 1;
}
.p-footer-nav-utility a {
  color: #ff7ba2;
  text-decoration: none;
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.p-footer-nav-utility a::before {
  content: "›";
  margin-right: 5px;
  font-size: 1.4rem;
}
.p-footer-nav-utility a:hover {
  opacity: 0.7;
}

.p-utility-nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-utility-nav__list {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 5px;
  }
}
.p-utility-nav__item a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 19px;
  color: #FF7BA2;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.p-utility-nav__item a::before {
  content: "›";
  margin-right: 3px;
  font-size: 1.6rem;
}

.p-gnav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-gnav__list {
    flex-direction: row;
    gap: 45px;
  }
}
.p-gnav__item a {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 600;
  font-size: 1, 5rem;
  line-height: 19px;
  color: rgb(94, 76, 61);
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-gnav__item a:hover {
  color: rgb(164, 135, 110);
}

.p-hamburger {
  display: block;
  background: #FFE4DB;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .p-hamburger {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 980px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 979px) {
  .p-hamburger span {
    width: 25px;
  }
}
.p-hamburger span:nth-child(1) {
  top: calc(50% - 6px);
}
.p-hamburger span:nth-child(2) {
  top: calc(50% + 6px);
  transform: translateX(-50%);
}
.p-hamburger.is-active {
  z-index: 1001;
}
.p-hamburger.is-active span:nth-child(1) {
  transform: translateX(-50%) translateY(-50%) rotate(40deg);
  top: 50%;
  left: 50%;
}
.p-hamburger.is-active span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-40deg);
  top: 50%;
  left: 50%;
}

.p-pagination,
nav.navigation.p-pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-pagination,
  nav.navigation.p-pagination {
    margin: 60px 0;
  }
}
.p-pagination .nav-links,
nav.navigation.p-pagination .nav-links {
  display: flex !important;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  text-align: center !important;
}
.p-pagination .page-numbers,
nav.navigation.p-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  color: rgb(94, 76, 61);
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  transition: 0.3s;
  border: 1px solid #ddd;
  text-align: center;
}
.p-pagination .page-numbers:hover:not(.current),
nav.navigation.p-pagination .page-numbers:hover:not(.current) {
  background-color: rgb(255, 239, 243);
  border-color: rgb(255, 135, 139);
  color: rgb(255, 135, 139);
}
.p-pagination .page-numbers.current,
nav.navigation.p-pagination .page-numbers.current {
  background-color: rgb(255, 135, 139);
  border-color: rgb(255, 135, 139);
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.p-pagination .page-numbers.prev, .p-pagination .page-numbers.next,
nav.navigation.p-pagination .page-numbers.prev,
nav.navigation.p-pagination .page-numbers.next {
  width: auto;
  padding: 0 15px;
  font-weight: bold;
}
.p-pagination .page-numbers.dots,
nav.navigation.p-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  cursor: default;
}

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

/*
 * Recruit Banner
 */
.p-recruit-banner {
  width: 100%;
  max-width: 768px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-recruit-banner {
    margin: 80px auto;
    padding: 0;
  }
}
.p-recruit-banner__link {
  display: block;
  transition: opacity 0.3s;
  line-height: 0;
}
.p-recruit-banner__link:hover {
  opacity: 0.8;
}
.p-recruit-banner__img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.p-sub-hero {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url("../images/hero.png");
}
@media screen and (min-width: 600px) {
  .p-sub-hero {
    height: 300px;
  }
}
.p-sub-hero--about {
  background-image: url("../images/hero_about.jpg");
}
.p-sub-hero--contact {
  background-image: url("../images/hero_contact.jpg");
}
.p-sub-hero--news {
  background-image: url("../images/hero_info.jpg");
}
.p-sub-hero--cases {
  background-image: url("../images/hero_case.jpg");
}
.p-sub-hero--privacy {
  background-image: url("../images/hero_privacy.jpg");
}
.p-sub-hero--shoplist {
  background-image: url("../images/hero_salon.jpg");
}
.p-sub-hero--faq {
  background-image: url("../images/hero_qa.jpg");
}
.p-sub-hero--category {
  background-image: url("../images/hero_info.jpg");
}
.p-sub-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sub-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-sub-hero__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .p-sub-hero__title {
    font-size: 3.2rem;
  }
}

.p-news-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.p-news-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-news-header {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.p-news-header__title {
  font-size: 2.8rem;
  font-weight: 400;
  color: rgb(94, 76, 61);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .p-news-header__title {
    font-size: 3.2rem;
  }
}
.p-news-header__sub {
  font-size: 1.6rem;
  color: rgb(255, 135, 139);
  letter-spacing: 0.2em;
  margin-top: 15px;
}

.p-news-filter {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 600px;
  margin: 0 25px 60px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-news-filter {
    margin-bottom: 80px;
    margin: 0 auto 80px;
  }
}
.p-news-filter__title {
  font-size: 1.6rem;
  color: rgb(94, 76, 61);
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  opacity: 0.8;
}
.p-news-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-news-filter__list {
    justify-content: center;
    gap: 15px;
  }
}
.p-news-filter__item {
  width: calc(50% - 5px);
}
@media screen and (min-width: 600px) {
  .p-news-filter__item {
    width: auto;
  }
}
.p-news-filter__item input {
  display: none;
}
.p-news-filter__item input + label {
  background-color: #fff8f9;
  font-weight: 500;
}
.p-news-filter__item label {
  display: block;
  padding: 8px 25px;
  border: 1px solid rgb(255, 135, 139);
  border-radius: 20px;
  color: rgb(255, 135, 139);
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-news-filter__item label {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.p-news-filter__item label:hover {
  background-color: rgb(255, 239, 243);
}
.p-news-filter__item input:checked + label {
  background-color: #ff878b;
  color: white;
}
.p-news-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgb(110, 90, 76);
  color: #fff;
  padding: 10px 40px 10px 30px;
  border-radius: 5px;
  font-size: 1.4rem;
  width: 60%;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .p-news-filter__btn {
    width: 30%;
  }
}
.p-news-filter__btn::after {
  content: "›";
  position: absolute;
  right: 15px;
  font-size: 1.8rem;
}
.p-news-filter__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.p-news-list {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .p-news-list {
    padding: 0;
  }
}

.p-news-item {
  display: flex;
  flex-direction: column-reverse;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .p-news-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 15px;
  }
}
.p-news-item:last-child {
  border-bottom: 1px solid #ddd;
}
.p-news-item:hover {
  background-color: rgba(255, 239, 243, 0.3);
}
.p-news-item:hover .p-news-item__title {
  color: rgb(255, 135, 139);
}
.p-news-item__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: rgb(255, 239, 243);
  margin-top: 15px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-news-item__thumb {
    width: 280px;
    margin-top: 0;
    flex-shrink: 0;
  }
}
.p-news-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-item__content {
  flex: 1;
}
.p-news-item__meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-news-item__cat {
  background-color: rgb(255, 228, 219);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: rgb(94, 76, 61);
  padding: 4px 15px;
  font-size: 1.2rem;
  border-radius: 2px;
}
.p-news-item__date {
  font-size: 1.4rem;
  color: #888;
}
.p-news-item__title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.p-news-item__title {
  font-size: 1.8rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
  color: rgb(94, 76, 61);
  transition: 0.3s;
  margin-top: 0;
}
.p-news-item__badge {
  background-color: #ff0000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 2px;
}

/*
 * Single News Page
 */
.p-single-news {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-single-news {
    padding: 0;
  }
}
.p-single-news__header {
  margin: 40px 0 30px 0;
  border-bottom: 1px solid #a4876e;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-single-news__header {
    margin: 60px 0 40px 0;
    padding-bottom: 30px;
  }
}
.p-single-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.p-single-news__cat {
  background-color: rgb(255, 228, 219);
  color: rgb(94, 76, 61);
  padding: 5px 15px;
  font-size: 1.2rem;
  border-radius: 2px;
  display: inline-block;
}
.p-single-news__date {
  font-size: 1.4rem;
  color: #888;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-single-news__title {
  font-size: 2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-single-news__title {
    font-size: 2.8rem;
  }
}
.p-single-news__badge {
  background-color: #ff0000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.p-single-news__thumb {
  width: 100%;
  margin-bottom: 40px;
  line-height: 0;
}
.p-single-news__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.p-single-news__body {
  font-size: 1.5rem;
  line-height: 2;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .p-single-news__body {
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}
.p-single-news__body p {
  margin-bottom: 1.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.p-single-news__body br {
  line-height: 1.5em;
}
.p-single-news__footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 100px;
}
.p-single-news__link-home {
  display: block;
  font-size: 1.4rem;
  color: #6e5a4c;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-single-news__link-home:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-privacy {
  max-width: 768px;
  margin: 100px auto 20px;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-privacy {
    padding: 0;
  }
}
.p-privacy__content {
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 0 10px 60px 10px;
}
@media screen and (min-width: 600px) {
  .p-privacy__content {
    padding: 50px 80px;
    margin-bottom: 0 10px 100px 10px;
  }
}
.p-privacy__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-privacy__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(94, 76, 61);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}
@media screen and (min-width: 600px) {
  .p-privacy__title {
    font-size: 3.2rem;
  }
}
.p-privacy__sub-title {
  font-size: 1.6rem;
  color: rgb(255, 135, 139);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .p-privacy__sub-title {
    font-size: 1.8rem;
  }
}
.p-privacy__intro {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}
.p-privacy__intro p {
  font-size: 1.4rem;
  line-height: 2;
  color: #6E5A4C;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-privacy__intro p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .p-privacy__intro {
    padding: 0;
  }
}
.p-privacy__item {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-privacy__item {
    margin-bottom: 40px;
  }
}
.p-privacy__item:last-child {
  margin-bottom: 0;
}
.p-privacy__item-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.p-privacy__item-text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 8px;
}
.p-privacy__item-text ul {
  list-style: dsc;
  padding-left: 19px;
  margin: 0;
}
.p-privacy__btn-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-privacy__btn-wrapper {
    margin-top: 80px;
  }
}
.p-privacy__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border: 1px solid rgb(255, 135, 139);
  border-radius: 30px;
  color: rgb(255, 135, 139);
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.3s;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-privacy__btn {
    width: 300px;
    height: 70px;
  }
}
.p-privacy__btn:hover {
  background-color: rgb(255, 135, 139);
  color: #fff;
}
.p-privacy__btn:hover::after {
  border-color: #fff;
}
.p-privacy__btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  border-top: 1px solid rgb(255, 135, 139);
  border-right: 1px solid rgb(255, 135, 139);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 20px;
  margin-top: -2px;
  border: none;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  position: relative;
}
.p-privacy__btn::before {
  content: "";
  position: absolute;
  right: 40px;
}
.p-privacy__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 135, 139);
  border-radius: 100px;
  padding: 15px 40px;
  color: rgb(255, 135, 139);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  min-width: 200px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-privacy__back-btn {
    min-width: 320px;
    padding: 20px 60px;
    font-size: 1.6rem;
  }
}
.p-privacy__back-arrow {
  width: 60px;
  height: auto;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .p-privacy__back-arrow {
    width: 80px;
    margin-left: 30px;
  }
}

.p-faq-header {
  text-align: center;
  margin: 50px auto 60px auto;
  max-width: 900px;
}
@media screen and (min-width: 600px) {
  .p-faq-header {
    margin-top: 100px;
  }
}
.p-faq-header__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-faq-header__title {
    font-size: 3.2rem;
  }
}
.p-faq-header__sub {
  font-size: 1.4rem;
  color: #ff878b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.p-faq-item:first-child {
  border-top: 1px solid #6e5a4c;
}

.p-faq-item {
  border-bottom: 1px solid #6e5a4c;
}
.p-faq-item__head {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
.p-faq-item__head:hover {
  opacity: 0.7;
}
.p-faq-item__icon-q {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #ff878b;
  margin-right: 30px;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .p-faq-item__icon-q {
    font-size: 2.4rem;
  }
}
.p-faq-item__question {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #ff878b;
  line-height: 1.5;
  flex: 1;
  padding-right: 40px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .p-faq-item__question {
    font-size: 2rem;
  }
}
.p-faq-item__toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #ff878b;
}
.p-faq-item__toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff878b;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.p-faq-item.is-open .p-faq-item__toggle::before {
  transform: rotate(0);
}
.p-faq-item__body {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
  margin: 0;
}
.p-faq-item__body-inner {
  display: flex;
  align-items: normal;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
}
.p-faq-item__icon-a {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #6e5a4c;
  margin-right: 30px;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .p-faq-item__icon-a {
    font-size: 2.4rem;
  }
}
.p-faq-item__answer {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #6e5a4c;
  flex: 1;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-faq-item__answer p {
  text-align: left;
  margin-bottom: 1em;
  padding-right: 25px;
  margin-top: 0;
}
.p-faq-item__answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-faq-item__answer p {
    padding-right: 38px;
  }
}
@media screen and (min-width: 600px) {
  .p-faq-item__answer {
    font-size: 1.5rem;
  }
}

.p-faq__contact-button {
  display: block;
  margin: 40px auto 60px;
  width: 280px;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
@media screen and (min-width: 600px) {
  .p-faq__contact-button {
    margin: 120px auto;
    width: 350px;
  }
}
.p-faq__contact-button:hover {
  opacity: 0.7;
}
.p-faq__contact-button img {
  width: 100%;
  height: auto;
}

/* Shop List Layout */
.p-shop-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 140px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-shop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}

/* Shop Card */
.p-shop-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  padding: 7%;
}
.p-shop-card:hover {
  transform: translateY(-5px);
}
.p-shop-card {
  /* Coming Soon State */
}
.p-shop-card.is-coming-soon {
  pointer-events: none; /* Disable interaction */
}
.p-shop-card.is-coming-soon .p-shop-card__head,
.p-shop-card.is-coming-soon .p-shop-card__footer {
  border-color: #8c8c8c;
}
.p-shop-card.is-coming-soon .p-shop-card__title,
.p-shop-card.is-coming-soon .p-shop-card__info,
.p-shop-card.is-coming-soon .p-shop-card__row dt {
  color: #8c8c8c;
}
.p-shop-card.is-coming-soon .p-shop-card__map-btn {
  background-color: #a0a0a0; /* Gray map button */
}
.p-shop-card.is-coming-soon .p-shop-card__contact-btn {
  background-color: #8c8c8c; /* Gray contact button */
}
.p-shop-card.is-coming-soon .p-shop-card__icon-link {
  filter: grayscale(100%);
  opacity: 0.6;
}
.p-shop-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.5); /* Gray overlay */
  z-index: 10;
  display: flex;
  align-items: baseline;
  padding-top: 150px;
  justify-content: center;
}
.p-shop-card__overlay-text {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.p-shop-card__img {
  width: 100%;
  max-height: 250px;
  height: 100%;
  background-color: #fff; /* Pinkish background placeholder */
}
.p-shop-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.p-shop-card {
  /* Coming Soon - Override specific styles if needed */
}
.p-shop-card.is-coming-soon .p-shop-card__img img {
  opacity: 0.5;
}
.p-shop-card__body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.p-shop-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a4876e;
}
.p-shop-card__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6e5a4c;
  margin: 0;
}
.p-shop-card__icons {
  display: flex;
  gap: 10px;
}
.p-shop-card__icon-link {
  display: block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.p-shop-card__icon-link:hover {
  opacity: 0.7;
}
.p-shop-card__icon-link:nth-child(2) {
  width: 17px;
  height: 22px;
}
.p-shop-card__icon-link img {
  width: 100%;
  height: auto;
}
.p-shop-card__info {
  margin: 0;
  font-size: 15px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  color: #313131;
  line-height: 1.8;
}
.p-shop-card__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.p-shop-card__row:last-child {
  margin-bottom: 0;
}
.p-shop-card__row dt {
  width: 100px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  flex-shrink: 0;
  color: #313131;
}
.p-shop-card__row dd {
  flex: 1;
  margin: 0;
  word-break: break-all;
  font-size: 15px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
}
.p-shop-card__map-btn {
  display: inline-block;
  background-color: #4caf50; /* Green map button */
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 5px;
  transition: opacity 0.3s;
  line-height: 1.8;
}
.p-shop-card__map-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.p-shop-card__footer {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #a4876e;
}
.p-shop-card__footer br.mobile-break {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-shop-card__footer br.mobile-break {
    display: none;
  }
}
.p-shop-card__contact-btn {
  display: inline-block;
  background-color: #ff878b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 320px;
  text-align: center;
  height: auto;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .p-shop-card__contact-btn {
    line-height: 30px;
  }
}
.p-shop-card__contact-btn:hover {
  background-color: rgb(255, 84, 89.7);
  color: #fff;
}

.p-contact-main-header {
  text-align: center;
  margin-top: 60px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .p-contact-main-header {
    padding: 0;
  }
}
.p-contact-main-header__title {
  font-size: 2.8rem;
  font-weight: 400;
  color: rgb(94, 76, 61);
  padding-bottom: 0;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .p-contact-main-header__title {
    font-size: 3.2rem;
  }
}
.p-contact-main-header__sub {
  font-size: 1.6rem;
  color: rgb(255, 135, 139);
  letter-spacing: 0.2em;
  margin: 25px 0;
}

.p-contact-header {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .p-contact-header {
    padding: 0;
  }
}
.p-contact-header__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #6e5a4c;
}
@media screen and (min-width: 768px) {
  .p-contact-header__text {
    font-size: 1.5rem;
  }
}
.p-contact-header__btn-wrapper {
  display: flex;
  justify-content: center;
}
.p-contact-header__btn {
  display: inline-block;
  background-color: #6e5a4c;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  border-radius: 4px;
  text-decoration: none;
  width: 264px;
  padding: 5px 0;
  transition: opacity 0.3s;
  position: relative;
}
.p-contact-header__btn::after {
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}
.p-contact-header__btn:hover {
  opacity: 0.8;
  color: #fff;
}

.p-contact-form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  max-width: 1024px;
  margin: 0 10px 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 600px) {
  .p-contact-form-wrapper {
    padding: 60px 80px;
    margin: 0 auto 100px;
  }
}

.p-contact-form__note {
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  border-bottom: 1px solid #a4876e;
  padding-bottom: 5px;
}
.p-contact-form__row {
  margin-bottom: 30px;
  border-bottom: 1px solid #a4876e;
  padding: 0 0 30px 0;
}
@media screen and (min-width: 600px) {
  .p-contact-form__row {
    display: flex;
    align-items: center;
    padding: 0 40px 30px 40px;
  }
}
.p-contact-form__row:last-of-type {
  border-bottom: none;
}
.p-contact-form__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-contact-form__label {
    width: 240px;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.p-contact-form__input {
  flex: 1;
  width: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-contact-form__text, .p-contact-form__select, .p-contact-form__textarea {
  width: 100%;
  padding: 6px 15px 6px 5px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  font-family: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__text, .p-contact-form__select, .p-contact-form__textarea {
    font-size: 1.2rem;
    height: 30px;
  }
}
.p-contact-form__text:focus, .p-contact-form__select:focus, .p-contact-form__textarea:focus {
  outline: none;
  border-color: #ff878b;
}
@media screen and (min-width: 768px) {
  .p-contact-form__text, .p-contact-form__select {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__row--full .p-contact-form__text, .p-contact-form__row--full .p-contact-form__select {
    width: 100%;
  }
}
.p-contact-form__select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 40px;
}
.p-contact-form .p-contact-form__input--readonly input {
  width: 100%;
}
.p-contact-form__textarea {
  height: 160px;
  resize: vertical;
}
.p-contact-form__privacy {
  text-align: center;
  margin: 40px 0 60px;
}
.p-contact-form__privacy-label {
  font-size: 1.2rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6e5a4c;
  flex-wrap: wrap;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-contact-form__privacy-label span {
  letter-spacing: 0.04em;
  text-align: left;
}
.p-contact-form__privacy-label input[type=checkbox] {
  margin-right: 15px;
  transform: scale(1.5);
  accent-color: #ff878b;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy-label {
    font-size: 1.6rem;
  }
}
.p-contact-form__submit {
  text-align: center;
}
.p-contact-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 135, 139);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  padding: 15px 0;
  width: 250px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 4px 10px rgba(255, 135, 139, 0.4);
  position: relative;
}
.p-contact-form__btn img {
  position: absolute;
  right: 20px;
  width: 35px;
  height: auto;
}
.p-contact-form__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.p-contact-banners {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 768px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .p-contact-banners {
    flex-direction: row;
    gap: 40px;
    max-width: 1000px;
  }
}
.p-contact-banners__item {
  flex: 1;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.p-contact-banners__item:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
.p-contact-banners__img {
  width: 100%;
  margin: 0;
}
.p-contact-banners__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-contact-banners__body {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-contact-banners__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-contact-banners__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 20px;
  flex: 1;
}
.p-contact-banners__link-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ff878b;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-contact-banners__arrow {
  width: 60px;
  height: auto;
}

.p-contact-thanks {
  text-align: center;
  padding: 80px 10px 120px;
}
.p-contact-thanks__title {
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  color: #5e4c3d;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__title {
    font-size: 4rem;
  }
}
.p-contact-thanks__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #6e5a4c;
  margin-bottom: 60px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-contact-thanks__btn-wrapper {
  text-align: center;
}
.p-contact-thanks .p-contact-form__btn {
  background-color: transparent;
  border: 1px solid #ff878b;
  color: #ff878b;
  border-radius: 50px;
}
.p-contact-thanks .p-contact-form__btn img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(19%) saturate(5839%) hue-rotate(309deg) brightness(101%) contrast(101%);
}
.p-contact-thanks .p-contact-form__btn:hover {
  background-color: #ff878b;
  color: #fff;
}
.p-contact-thanks .p-contact-form__btn:hover img {
  filter: brightness(0) invert(1);
}

.p-about-content {
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-about-content {
    padding-bottom: 0;
    margin-top: 85px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content {
    padding: 120px 0;
  }
}
.p-about-content.l-container {
  max-width: 1600px;
  margin: 0 auto;
}
.p-about-content__inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-about-content__inner {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.p-about-content__text {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-about-content__text {
    width: 50%;
    max-width: auto;
    min-width: 450px;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 40px;
  }
}
.p-about-content__image {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-about-content__image {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-top: -100px;
    margin-bottom: 0;
    order: unset;
  }
  .p-about-content__image img {
    width: 100%;
    max-width: 100%;
  }
}
.p-about-content__title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: rgb(94, 76, 61);
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  .p-about-content__title {
    padding: 0 15px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content__title {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 19px;
    margin-bottom: 30px;
  }
}
.p-about-content__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 40px;
  color: rgb(255, 135, 139);
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .p-about-content__subtitle {
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content__subtitle {
    font-size: 2rem;
    margin: 30px 0;
  }
}
.p-about-content__lead {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 36px;
  color: #5e4c3d;
  margin: 50px 0 70px 0;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .p-about-content__lead {
    margin: 120px 0 70px 0;
  }
}
.p-about-content__lead::before {
  content: "";
  display: block;
  width: 85%;
  margin-left: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-about-content__lead::before {
    width: 80%;
    height: 100%;
    aspect-ratio: 1/1.5;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content__lead::before {
    display: none;
    margin: 50px 0 70px 0;
  }
}
.p-about-content__lead br.mobile-break {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-content__lead {
    padding: 0 0 0 20px;
    margin: 25px 0 60px 0;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content__lead {
    font-size: 2.2rem;
    letter-spacing: 0.016em;
    line-height: 48px;
  }
  .p-about-content__lead br.mobile-break {
    display: none;
  }
}
.p-about-content__description {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: rgb(94, 76, 61);
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .p-about-content__description {
    padding: 0 20px 40px 20px;
    letter-spacing: 0em;
  }
}
.p-about-content__description p {
  margin-top: 0;
  margin-bottom: 1em;
}
.p-about-content__description p:last-child {
  margin-bottom: 0;
}
.p-about-content__description .pc-break {
  display: block;
}
@media screen and (max-width: 599px) {
  .p-about-content__description .pc-break {
    display: none;
  }
}
.p-about-content__description .u-font-bold {
  font-weight: 700;
}
.p-about-content__description .u-mt-60 {
  margin-top: 60px;
}
.p-about-content__description .u-mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-about-content__description .u-mb-60 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-content__description {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 40px;
    margin-bottom: 60px;
  }
}

/* Company Profile Section */
.p-about-company {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 10%;
}
@media screen and (max-width: 599px) {
  .p-about-company {
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company {
    padding-bottom: 120px;
    padding-right: 10%;
  }
}
.p-about-company__inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-about-company__inner {
    width: 100%;
    padding: 0;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company__inner.l-container {
    gap: 5%;
    justify-content: space-between;
  }
}
.p-about-company__left {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-about-company__left {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company__left {
    padding-top: 30px;
    width: 280px;
  }
}
.p-about-company__image {
  width: 100%;
  margin: 0 0 20px;
}
.p-about-company__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-about-company__position {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: rgb(94, 76, 61);
}
@media screen and (max-width: 599px) {
  .p-about-company__position {
    line-height: 26px;
  }
}
.p-about-company__name {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: rgb(94, 76, 61);
  margin-top: -10px;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .p-about-company__name {
    line-height: 26px;
    padding-top: 10px;
  }
}
.p-about-company__right {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-about-company__right {
    margin: 80px 20px 20px 20px;
    width: auto;
    max-width: 95%;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company__right {
    max-width: 700px;
    width: 75%;
    padding: 0 7% 0 7%;
  }
}
.p-about-company__info-box {
  width: 100%;
  padding: 70px 50px 60px 50px;
}
@media screen and (max-width: 599px) {
  .p-about-company__info-box {
    padding: 40px 20px 60px 20px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company__info-box {
    padding: 70px 0 60px 0;
  }
}
.p-about-company__title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 3.6rem;
  color: #5e4c3d;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 19px;
}
@media screen and (max-width: 599px) {
  .p-about-company__title {
    font-size: 2.4rem;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.p-about-company__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2rem;
  letter-spacing: 0.24em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  margin: 0 0 60px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-about-company__subtitle {
    font-size: 1.4rem;
    line-height: 40px;
    margin: 0 0 40px;
  }
}
.p-about-company__list {
  width: 100%;
  border-top: 1px solid #a4876e;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .p-about-company__list {
    margin-bottom: 40px;
  }
}
.p-about-company__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #a4876e;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  .p-about-company__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 20px 0;
  }
}
.p-about-company dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5e4c3d;
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.02em;
  line-height: 40px;
}
@media screen and (max-width: 599px) {
  .p-about-company dt {
    width: 30%;
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company dt {
    width: 30%;
    margin-bottom: 0;
    padding-left: 5px;
  }
}
.p-about-company dd {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #5e4c3d;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 40px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .p-about-company dd {
    width: 65%;
    font-size: 1.4rem;
    line-height: 26px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-company dd {
    width: 70%;
    padding-left: 30px;
  }
}
.p-about-company__btn-wrapper {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-about-company__btn-wrapper {
    text-align: left;
  }
}
.p-about-company__btn img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .p-about-company__btn img {
    width: 100%;
  }
}
.p-about-company__btn:hover {
  background-color: #ff878b;
  color: #fff;
}
.p-about-company__btn:hover img {
  filter: brightness(0) invert(1);
}
.p-about-company__btn-2 img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-about-company__btn-2 img {
    width: 100%;
  }
}

/* Philosophy Section */
.p-about-philosophy {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image: url("../images/bg_about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  overflow: hidden;
}
.p-about-philosophy::before {
  content: "";
  position: absolute;
  background-image: url("../images/bg-white-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-about-philosophy::before {
    width: 1000px;
    height: 1000px;
    top: 10%;
    left: 0%;
    transform: translateX(calc(-50% + 20em));
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy::before {
    width: 100%;
    height: 1000px;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + 20em));
  }
}
.p-about-philosophy::after {
  content: "";
  position: absolute;
  background-image: url("../images/bg-white-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1000px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-about-philosophy::after {
    width: 1000px;
    height: 1000px;
    bottom: 0;
    left: 0%;
    transform: translateX(calc(-50% + 20em));
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy::after {
    width: 100%;
    height: 1000px;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% - 16em));
  }
}
@media screen and (max-width: 599px) {
  .p-about-philosophy {
    padding: 0 20px;
    background-image: url("../images/bg_about_sp.png");
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy {
    padding: 120px 0;
    margin-top: 50px;
  }
}
.p-about-philosophy__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__inner {
    gap: 50px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__inner {
    max-width: 1200px;
    gap: 120px;
  }
}
.p-about-philosophy__row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.p-about-philosophy__row--intro .p-about-philosophy__image {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row--intro .p-about-philosophy__image {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row--intro .p-about-philosophy__image {
    text-align: left;
    width: 50%;
  }
}
.p-about-philosophy__row--intro .p-about-philosophy__lead::before {
  content: "";
  display: block;
  width: 85%;
  aspect-ratio: 1/1;
  background-image: url("../images/about1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row--intro .p-about-philosophy__lead::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__row--intro .p-about-philosophy__lead::before {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row--intro .p-about-philosophy__text {
    padding-left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__row--message {
    flex-direction: column-reverse;
  }
  .p-about-philosophy__row--message .p-about-philosophy__text {
    margin-top: 0px;
    padding-top: 0px;
  }
  .p-about-philosophy__row--message .p-about-philosophy__lead {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__row--message .p-about-philosophy__image {
    text-align: right;
    padding-left: 0;
    padding-right: 5%;
  }
}
.p-about-philosophy__image {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__image img {
    margin-left: auto;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__image {
    width: 50%;
    padding-left: 5%;
  }
}
.p-about-philosophy__image img {
  width: 80%;
  max-width: 700px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__image {
    margin-bottom: 0;
  }
  .p-about-philosophy__image img {
    width: 100%;
  }
}
.p-about-philosophy__text {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__text {
    margin-top: 100px;
    padding-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__text {
    width: 50%;
    padding: 0 5%;
  }
}
.p-about-philosophy__title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: rgb(94, 76, 61);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__title {
    font-size: 3.6rem;
  }
}
.p-about-philosophy__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  margin: 10px 0 30px;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__subtitle {
    font-size: 2rem;
    margin: 40px 0 60px;
  }
}
.p-about-philosophy__lead {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 48px;
  color: rgb(94, 76, 61);
  margin-bottom: 30px;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__lead {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .p-about-philosophy__lead {
    margin-bottom: 60px;
    margin-top: 50px;
  }
}
.p-about-philosophy__description {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 40px;
  color: rgb(94, 76, 61);
  margin-bottom: 40px;
}
.p-about-philosophy__description p {
  margin: 3em 0;
}
.p-about-philosophy__description p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .p-about-philosophy__description {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.p-about-philosophy__row:last-child .p-about-philosophy__description {
  padding-bottom: 100px;
}

.p-top {
  padding-top: 0;
}
.p-top__main-visual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375/600;
  min-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-top__main-visual {
    height: 450px;
    min-height: 450px;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 600px) {
  .p-top__main-visual {
    height: 800px;
    min-height: 800px;
    aspect-ratio: auto;
  }
}
.p-top__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top__hero-video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-top__hero-video-fallback {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.p-top__hero-video video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top__hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top__hero-slider {
    margin-top: 0;
  }
}
.p-top__hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}
.p-top__hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.p-top__hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top__hero-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .p-top__hero-dots {
    bottom: 30px;
    gap: 12px;
    padding-bottom: 0;
  }
}
.p-top__hero-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.p-top__hero-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
.p-top__hero-dot.is-active {
  background: #fff;
  transform: scale(1.2);
}
@media screen and (min-width: 600px) {
  .p-top__hero-dot {
    width: 12px;
    height: 12px;
  }
}
.p-top__hero-text {
  position: absolute;
  z-index: 10;
  width: auto;
  color: #fff;
  top: 50px;
  bottom: auto;
  left: 30px;
  right: auto;
  transform: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.1em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  display: inline;
}
@media screen and (min-width: 600px) {
  .p-top__hero-text {
    top: 30%;
    left: 10%;
    right: auto;
    bottom: auto;
    display: inline;
    width: auto;
    transform: none;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    line-height: 50px;
    font-weight: 300;
  }
}
.p-top__about-section {
  width: 100%;
  background-color: rgb(255, 247, 241);
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-top__about-section {
    padding: 120px 0;
  }
}
.p-top__about-section .is-scrolled {
  margin: 0;
}
.p-top__about-inner {
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .p-top__about-inner {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.p-top__about-content-text {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-top__about-content-text {
    width: 50%;
    max-width: 600px;
    margin-left: 7%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}
.p-top__about-content-image {
  width: 100%;
  text-align: center;
}
.p-top__about-content-image img {
  margin-left: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 80%;
}
@media screen and (min-width: 600px) {
  .p-top__about-content-image img {
    max-width: 95%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 600px) {
  .p-top__about-content-image {
    width: 50%;
    margin-left: auto;
  }
}
.p-top__about-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: rgb(94, 76, 61);
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 19px;
}
@media screen and (min-width: 600px) {
  .p-top__about-title {
    font-size: 3.6rem;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
}
.p-top__about-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.024em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .p-top__about-subtitle {
    font-size: 2rem;
    margin: 30px 0;
  }
}
.p-top__about-lead {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 36px;
  color: #5e4c3d;
  margin: 0 0 70px 0;
  padding-top: 60px;
}
.p-top__about-lead br.mobile-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top__about-lead {
    font-size: 2.2rem;
    letter-spacing: 0.016em;
    line-height: 48px;
    margin: 50px 0 70px 0;
    padding-top: 0;
  }
  .p-top__about-lead br.mobile-break {
    display: none;
  }
}
.p-top__about-description {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: rgb(94, 76, 61);
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.p-top__about-description p {
  margin-top: 0;
  margin-bottom: 1em;
}
.p-top__about-description p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .p-top__about-description {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.p-top__about-cta {
  text-align: left;
}
.p-top__about-cta a {
  display: inline-block;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  line-height: 32px;
}
.p-top__about-cta a:hover {
  opacity: 0.7;
}
.p-top__about-cta img {
  width: 240px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__about-cta img {
    width: auto;
    max-width: 70%;
  }
}
.p-top__about-cta.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top__about-cta.pc {
    display: block;
  }
}
.p-top__about-cta.sp {
  display: block;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-top__about-cta.sp {
    display: none;
  }
}
.p-top__philosophy-section {
  width: 100%;
  padding: 200px 0 200px 0;
  margin-top: -150px;
  background-image: url("../images/bg-shape.png"), url("../images/bg_top_about.png");
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .p-top__philosophy-section {
    background-image: url("../images/bg_top_about_sp.png");
    padding: 200px 0 100px 0;
    background-size: contain;
    background-repeat: repeat-x;
  }
}
.p-top__philosophy-section::after {
  content: "";
  position: absolute;
  background-image: url("../images/bg_top_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1000px;
  height: 100%;
  top: -5em;
  right: -8em;
  left: auto;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-top__philosophy-section::after {
    right: -20em;
  }
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-section::after {
    left: 60%;
    right: auto;
    transform: translateX(-50%);
  }
}
.p-top__philosophy-section.js-scroll-fade.is-scrolled {
  background-image: url("../images/bg_top_about.png");
}
@media screen and (max-width: 599px) {
  .p-top__philosophy-section.js-scroll-fade.is-scrolled {
    background-image: url("../images/bg_top_about_sp.png");
  }
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-section {
    padding: 60px 0 200px 0;
    margin-top: 50px;
    background-size: contain;
    background-repeat: repeat-x;
  }
}
.p-top__philosophy-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-inner {
    max-width: 1200px;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.p-top__philosophy-content-image {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-content-image {
    display: block;
    width: 50%;
    max-width: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .p-top__philosophy-content-image img {
    width: 100%;
    vertical-align: bottom;
  }
}
.p-top__philosophy-content-text {
  background-image: none;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-content-text {
    background-image: none;
    padding-top: 75px;
    padding-left: 75px;
    margin-top: 50px;
    width: 50%;
  }
}
.p-top__philosophy-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: rgb(94, 76, 61);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-title {
    font-size: 3.6rem;
  }
}
.p-top__philosophy-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  margin: 10px 0 30px;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-subtitle {
    font-size: 2rem;
    margin: 40px 0 60px;
  }
}
.p-top__philosophy-lead {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.7rem;
  line-height: 36px;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
}
.p-top__philosophy-lead::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 500/500;
  background-image: url("../images/top-philosophy-image.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-lead::before {
    display: none;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-lead {
    font-size: 2.2rem;
    margin-bottom: 50px;
    line-height: 44px;
  }
}
.p-top__philosophy-description {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: rgb(94, 76, 61);
  margin-bottom: 40px;
}
.p-top__philosophy-description p {
  margin: 0 0 1em;
}
.p-top__philosophy-description p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-description {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.p-top__philosophy-cta {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-cta {
    text-align: left;
  }
}
.p-top__philosophy-cta a {
  display: inline-block;
  transition: opacity 0.3s;
}
.p-top__philosophy-cta a:hover {
  opacity: 0.7;
}
.p-top__philosophy-cta img {
  width: 240px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__philosophy-cta img {
    width: auto;
    max-width: 70%;
  }
}
.p-top__points-section {
  position: relative;
  width: 100%;
  padding: 80px 0 100px 0;
  background-color: transparent;
  margin-top: 0px;
  overflow: hidden;
  z-index: 2;
}
.p-top__points-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + var(--parallax-offset, 0px)));
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_recruit_circle_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 599px) {
  .p-top__points-section::after {
    width: 620px;
    top: 60%;
  }
}
@media screen and (min-width: 600px) {
  .p-top__points-section::after {
    background-image: url(../images/bg_circle.png);
    width: 1600px;
    top: 55%;
  }
}
@media screen and (min-width: 600px) {
  .p-top__points-section {
    padding: 120px 0;
    background-color: transparent;
  }
}
.p-top__points-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-top__points-background {
    padding: 0 10em;
  }
}
@media screen and (min-width: 600px) {
  .p-top__points-background {
    padding: 0 12em;
  }
}
.p-top__points-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-top__points-inner {
    padding: 0 70px;
    gap: 80px;
  }
}
.p-top__points-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-top__points-item {
    flex-direction: row;
    align-items: center;
    gap: 10%;
  }
}
@media screen and (min-width: 600px) {
  .p-top__points-item--reverse {
    flex-direction: row-reverse;
  }
}
.p-top__points-title-area {
  margin-bottom: 20px;
}
.p-top__points-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: rgb(94, 76, 61);
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .p-top__points-title {
    font-size: 3.6rem;
    margin-bottom: 15px;
    line-height: 50px;
    letter-spacing: 0.04em;
  }
}
.p-top__points-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  color: rgb(255, 135, 139);
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top__points-subtitle {
    font-size: 2rem;
  }
}
.p-top__points-image-box {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-top__points-image-box {
    width: 50%;
    flex-shrink: 0;
  }
}
.p-top__points-image-box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-top__points-text-box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-top__points-text-box {
    width: 50%;
  }
}
.p-top__points-item-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.04em;
  letter-spacing: 0.08em;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
  margin-top: 100px;
}
@media screen and (min-width: 600px) {
  .p-top__points-item-title {
    font-size: 3rem;
    line-height: 56px;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.p-top__points-item-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-top__points-item-desc {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 34px;
  }
}
.p-top__reasons-section {
  width: 100%;
  padding: 60px 0;
  background-color: #fef7f2;
  background-image: url(../images/bg_top_cases_sp.png);
  background-size: cover;
  margin-top: 100px;
}
@media screen and (min-width: 600px) {
  .p-top__reasons-section {
    padding: 80px 0;
    background-image: url(../images/bg_top_cases.png);
  }
}
.p-top__reasons-inner {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.p-top__reasons-title {
  max-width: 1200px;
  margin: auto;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: rgb(94, 76, 61);
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .p-top__reasons-title {
    font-size: 3.6rem;
    line-height: 19px;
    letter-spacing: 0.04em;
    padding: 0;
    padding-left: 70px;
  }
}
.p-top__reasons-subtitle {
  max-width: 1200px;
  margin: auto;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  font-weight: 600;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .p-top__reasons-subtitle {
    font-size: 2rem;
    padding-top: 20px;
    padding-left: 70px;
  }
}
.p-top__reasons-desc {
  font-size: 1.6rem;
  color: rgb(94, 76, 61);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.16em;
  margin-bottom: 40px;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 599px) {
  .p-top__reasons-desc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .p-top__reasons-desc {
    display: inline;
    position: absolute;
    top: 0;
    right: 70px;
    text-align: right;
    font-size: 2.2rem;
    line-height: 50px;
    letter-spacing: 0.16em;
    margin: 0;
    padding: 0;
  }
}
.p-top__treatment-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  cursor: grab;
}
.p-top__treatment-carousel:active {
  cursor: grabbing;
}
.p-top__treatment-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s ease;
}
.p-top__treatment-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.p-top__treatment-arrow img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
}
.p-top__treatment-arrow--prev {
  left: 10px;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-arrow--prev {
    left: 20px;
  }
}
.p-top__treatment-arrow--next {
  right: 10px;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-arrow--next {
    right: 20px;
  }
}
.p-top__treatment-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-track {
    gap: 30px;
  }
}
.p-top__treatment-card {
  display: block;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-card {
    width: 400px;
  }
}
.p-top__treatment-images {
  display: flex;
  width: 100%;
  height: 200px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-images {
    height: 240px;
  }
}
.p-top__treatment-image-box {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-top__treatment-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__treatment-label {
  position: absolute;
  top: 15px;
  left: 0;
  background: rgb(255, 135, 139);
  color: #fff;
  font-size: 1.2rem;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0% 100%);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
  width: 90px;
  text-align: center;
}
.p-top__treatment-body {
  padding: 20px;
}
.p-top__treatment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.p-top__treatment-tag {
  display: inline-block;
  background: #a4876e;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.3rem;
  line-height: 21px;
  letter-spacing: 0.02em;
  padding: 2px 15px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-tag {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
}
.p-top__treatment-card-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(94, 76, 61);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #a4876e;
}
@media screen and (min-width: 600px) {
  .p-top__treatment-card-title {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.p-top__treatment-card-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgb(94, 76, 61);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.02em;
}
.p-top__reasons-cta {
  text-align: center;
  margin-top: 40px;
}
.p-top__reasons-cta a {
  display: inline-block;
  transition: opacity 0.3s;
}
.p-top__reasons-cta a:hover {
  opacity: 0.7;
}
.p-top__reasons-cta img {
  width: 280px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__reasons-cta img {
    width: auto;
    margin: auto;
    max-width: 35%;
  }
}
.p-top__cta-section {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("../images/bg-top-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -100;
}
@media screen and (max-width: 599px) {
  .p-top__cta-section {
    background-image: url("../images/bg-top-cta-sp.png");
  }
}
@media screen and (min-width: 600px) {
  .p-top__cta-section {
    height: 600px;
  }
}
.p-top__cta-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px 200px 20px;
}
.p-top__cta-text-01 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #5e4c3d;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .p-top__cta-text-01 {
    font-size: 2rem;
    line-height: 50px;
    letter-spacing: 0.02em;
  }
}
.p-top__cta-text-02 {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.6rem;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #5e4c3d;
  margin-bottom: 45px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .p-top__cta-text-02 {
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 0.06em;
    margin-top: 0px;
  }
}
.p-top__cta-button-02 {
  width: 300px;
  max-width: 100%;
}
.p-top__cta-button-02 a {
  display: block;
  transition: opacity 0.3s;
}
.p-top__cta-button-02 a:hover {
  opacity: 0.7;
}
.p-top__cta-button-02 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__cta-button-02 {
    width: 320px;
  }
}
.p-top__blog-section {
  width: 100%;
  padding: 40px 0 0 0;
  background-image: url(../images/bg_top_colum_sp.png);
  background-size: cover;
  margin-top: -200px;
}
@media screen and (min-width: 600px) {
  .p-top__blog-section {
    background-image: url(../images/bg_top_colum.png);
    background-size: contain;
  }
}
.p-top__blog-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-top__blog-content {
    max-width: 960px;
    padding: 0;
  }
}
.p-top__blog-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: #a4876e;
  text-align: left;
  margin: 40px 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
}
.p-top__blog-title br.mobile-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top__blog-title {
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .p-top__blog-title br.mobile-break {
    display: none;
  }
}
.p-top__blog-cards {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-top__blog-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
    padding: 0 70px;
  }
}
.p-top__blog-card {
  display: block;
  margin: 40px 0 80px 0;
  text-decoration: none;
  color: rgb(94, 76, 61);
  transition: opacity 0.3s;
}
.p-top__blog-card:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .p-top__blog-card {
    margin: 40px 0 0 0;
  }
}
.p-top__blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-top__blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.p-top__blog-card-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-top__blog-card-title {
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
}
.p-top__blog-cta-button {
  text-align: center;
  margin-top: 60px;
}
.p-top__blog-cta-button a {
  display: inline-block;
  transition: opacity 0.3s;
}
.p-top__blog-cta-button a:hover {
  opacity: 0.7;
}
.p-top__blog-cta-button img {
  width: 280px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__blog-cta-button img {
    width: auto;
    margin: auto;
    max-width: 40%;
  }
}
.p-top__news-section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 600px) {
  .p-top__news-section {
    padding: 100px 0;
  }
}
.p-top__news-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: rgb(94, 76, 61);
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  .p-top__news-title {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto 10px;
    max-width: 1200px;
  }
}
.p-top__news-subtitle {
  display: block;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.024em;
  line-height: 50px;
  color: rgb(255, 135, 139);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  .p-top__news-subtitle {
    font-size: 2rem;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto 60px;
    max-width: 1200px;
  }
}
.p-top__news-list {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-top__news-list {
    max-width: 960px;
    padding: 0 70px;
    border-top: none;
  }
}
.p-top__news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: rgb(94, 76, 61);
  padding: 10px 0;
  border-top: 1px solid #ebe4de;
  border-bottom: 1px solid #ebe4de;
  transition: opacity 0.3s;
}
.p-top__news-item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .p-top__news-item {
    flex-wrap: nowrap;
    padding: 0 15px;
  }
}
.p-top__news-date {
  order: 2;
  margin-left: auto;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 25px;
}
@media screen and (min-width: 600px) {
  .p-top__news-date {
    order: 0;
    margin-left: 0;
    width: 120px;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 50px;
  }
}
.p-top__news-label {
  order: 1;
}
@media screen and (min-width: 600px) {
  .p-top__news-label {
    order: 0;
    margin-right: 40px;
    width: 100px;
    flex-shrink: 0;
  }
}
.p-top__news-label-text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  display: inline-block;
  background-color: #ffe4db;
  color: rgb(94, 76, 61);
  font-size: 1.4rem;
  line-height: 17px;
  padding: 4px 16px;
}
@media screen and (min-width: 600px) {
  .p-top__news-label-text {
    width: 100%;
    text-align: center;
  }
}
.p-top__news-item-title {
  order: 3;
  flex-basis: 100%;
  margin-top: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .p-top__news-item-title {
    order: 0;
    flex-basis: auto;
    margin-top: 0;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 22px;
  }
}
.p-top__news-more-btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.p-top__news-more-btn a {
  transition: opacity 0.3s;
}
.p-top__news-more-btn a:hover {
  opacity: 0.7;
}
.p-top__news-more-btn img {
  width: 75%;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-top__news-more-btn img {
    width: 280px;
  }
}
.p-top__recruit-fc-section {
  width: 100%;
  max-width: 100%;
  background-color: #ffdfdd;
  padding: 60px 0;
}
@media screen and (min-width: 600px) {
  .p-top__recruit-fc-section {
    padding: 60px 70px;
  }
}
.p-top__recruit-fc-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background-color: #ffdfdd;
}
@media screen and (min-width: 600px) {
  .p-top__recruit-fc-content {
    max-width: 1000px;
    padding: 0;
    gap: 60px;
  }
}
.p-top__banner-recruit, .p-top__banner-fc {
  display: block;
  width: 100%;
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
.p-top__banner-recruit:hover, .p-top__banner-fc:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.p-top__banner-recruit img, .p-top__banner-fc img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .p-top__banner-recruit, .p-top__banner-fc {
    width: 100%;
  }
}
.p-top__bottom-carousel {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
}
.p-top__carousel-track {
  display: flex;
  width: max-content;
  will-change: transform;
  cursor: grab;
}
.p-top__carousel-track:active {
  cursor: grabbing;
}
.p-top__carousel-item {
  flex-shrink: 0;
  width: 350px;
  height: 250px;
  margin-right: 0;
}
.p-top__carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 600px) {
  .p-top__carousel-item {
    width: 700px;
    height: 500px;
  }
}

.p-cases {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: visible;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  margin: 50px auto 0;
  background-color: #fff7f1;
}
@media screen and (min-width: 600px) {
  .p-cases {
    --scale: 1;
    width: calc(100% / var(--scale));
    transform: scale(var(--scale));
    transform-origin: top center;
    margin-top: 100px;
    margin-bottom: 0;
  }
}

.p-cases__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding: 40px 20px 60px;
  z-index: 2;
  pointer-events: auto;
}
@media screen and (min-width: 600px) {
  .p-cases__content {
    min-height: 1200px;
    padding: 0 60px;
    padding-top: 1px;
  }
}

.p-cases__section-title {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 10;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  color: #5e4c3d;
  margin: 0 0 10px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-cases__section-title {
    position: relative;
    text-align: center;
  }
}

.p-cases__section-subtitle {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 10;
  margin: 0 0 30px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #ff878b;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-cases__section-subtitle {
    position: relative;
    text-align: center;
    font-size: 20px;
  }
}

.p-cases__section-desc {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 10;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #5e4c3d;
  margin: 0 0 30px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-cases__section-desc {
    position: relative;
    text-align: center;
    font-size: 15px;
  }
}

.p-cases__filter-container {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 13px;
  margin-bottom: 40px;
}
@media screen and (max-width: 375px) {
  .p-cases__filter-container {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 600px) {
  .p-cases__filter-container {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    padding: 30px 15px;
  }
}

.p-cases__filter-title {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #5e4c3d;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-cases__filter-title {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 0.16em;
    margin-bottom: 0;
  }
}

.p-cases__filter-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  grid-gap: 5px;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-cases__filter-btn-wrapper {
    grid-gap: 3rem;
  }
}

.p-cases__filter-btn {
  position: relative;
  top: auto;
  padding: 0;
  background: #a4876e;
  border: 1px solid #a4876e;
  cursor: pointer;
  width: auto;
  min-width: 88px;
  height: 36px;
  border-radius: 18px;
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 5px;
}
@media screen and (min-width: 600px) {
  .p-cases__filter-btn {
    position: relative;
    width: 100px;
    height: 42px;
    border-radius: 21px;
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media screen and (min-width: 600px) {
  .p-cases__filter-btn.--btn-60s {
    font-size: 1.4rem;
  }
}
.p-cases__filter-btn.is-active, .p-cases__filter-btn:hover {
  background: #a4876e;
  color: #ffffff;
}
.p-cases__filter-btn span {
  position: absolute;
  right: 10px;
}

.p-cases__icon-element {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-cases__icon-element {
    display: block;
    position: absolute;
    left: 1055px;
    top: 426px;
    width: 44px;
    height: 44px;
    z-index: 10;
  }
  .p-cases__icon-element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.p-cases__list {
  position: relative;
  padding-top: 0;
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 5;
}
@media screen and (min-width: 600px) {
  .p-cases__list {
    width: 100%;
    justify-content: center;
    margin: 100px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
  }
  .p-cases__list::after {
    content: "";
    width: 400px;
    visibility: hidden;
  }
}

.p-cases__item {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-cases__item {
    width: 400px;
    margin: 0;
    margin-bottom: 5%;
  }
}
.p-cases__item .p-cases__item-image {
  width: 100%;
  height: 100%;
}
.p-cases__item .p-cases__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-cases__contact-button {
  position: relative;
  display: block;
  margin: 40px auto 60px;
  width: 280px;
  max-width: 100%;
  height: auto;
  z-index: 10;
  transition: opacity 0.3s;
}
@media screen and (min-width: 600px) {
  .p-cases__contact-button {
    margin-top: 100px;
    margin-left: auto;
    margin-bottom: 200px;
    width: 350px;
    height: 60px;
  }
}
.p-cases__contact-button:hover {
  opacity: 0.7;
}
.p-cases__contact-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   Card Component
   ========================================================================== */
.p-cases__card {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (min-width: 600px) {
  .p-cases__card {
    height: 100%;
  }
}
.p-cases__card:hover {
  opacity: 0.8;
}

.p-cases__card-images {
  display: flex;
  width: 100%;
  position: relative;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 600px) {
  .p-cases__card-images {
    aspect-ratio: auto;
  }
}

.p-cases__card-image-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-cases__card-image-box img {
  width: 200px;
  height: 230px;
  object-fit: cover;
}

.p-cases__card-label {
  position: absolute;
  top: 10px;
  left: 0;
  background: rgb(255, 135, 139);
  color: #fff;
  font-size: 1rem;
  padding: 3px 35px;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0% 100%);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .p-cases__card-label {
    top: 15px;
    font-size: 1.2rem;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0% 100%);
  }
}

.p-cases__card-body {
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .p-cases__card-body {
    padding: 20px;
  }
}

.p-cases__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .p-cases__card-tags {
    gap: 10px;
    margin-bottom: 15px;
  }
}

.p-cases__card-tag {
  display: inline-block;
  background: #a4876e;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.1rem;
  line-height: 21px;
  letter-spacing: 0.02em;
  padding: 2px 15px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .p-cases__card-tag {
    font-size: 1.3rem;
  }
}

.p-cases__card-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #a4876e;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .p-cases__card-title {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.p-cases__card-desc {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-cases__card-desc {
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.p-single-cases {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: rgb(94, 76, 61);
  padding-top: 250px;
}
@media screen and (min-width: 600px) {
  .p-single-cases {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-cases {
    padding-top: 0px;
  }
}
.p-single-cases__header-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px auto 60px auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9b8aa;
}
.p-single-cases__tag-age {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a4876e;
  color: #fff;
  font-size: 1.4rem;
  width: 80px;
  height: 32px;
  border-radius: 9999px;
  font-weight: 500;
  flex-shrink: 0;
}
.p-single-cases__title-main {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(94, 76, 61);
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  letter-spacing: 0.05em;
}
.p-single-cases__main-image {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-single-cases__main-image {
    flex-direction: column;
    gap: 30px;
  }
}
.p-single-cases__image-before, .p-single-cases__image-after {
  width: 50%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single-cases__image-before, .p-single-cases__image-after {
    width: 100%;
  }
}
.p-single-cases__image-before img, .p-single-cases__image-after img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0;
  object-fit: cover;
}
.p-single-cases__image-label {
  position: absolute;
  top: 15px;
  left: 0;
  background: rgb(255, 135, 139);
  color: #fff;
  font-size: 1.2rem;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0% 100%);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
  width: 90px;
  text-align: center;
  padding: 5px 0;
}
.p-single-cases__body {
  width: 100%;
}
.p-single-cases__chat-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
.p-single-cases__chat-row.is-reverse {
  flex-direction: row-reverse;
}
.p-single-cases__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.p-single-cases__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-single-cases__bubble {
  position: relative;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
}
.p-single-cases__bubble.is-question {
  background: #fff;
  border: 2px solid #ff878b;
  color: #ff878b;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 36px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-question {
    font-size: 1.6rem;
    padding: 14px;
  }
}
.p-single-cases__bubble.is-question::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 28px;
  width: 0;
  height: 0;
  border-top: 18px solid #ff878b;
  border-left: 18px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-question::before {
    left: -18px;
    bottom: 56px;
  }
}
.p-single-cases__bubble.is-question::after {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 30.5px;
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-question::after {
    left: -11.5px;
    bottom: 57px;
  }
}
.p-single-cases__bubble.is-answer {
  background: #fff;
  border: 1px solid #a4876e;
  color: #5e4c3d;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-answer {
    padding: 14px;
  }
}
.p-single-cases__bubble.is-answer::before {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 53px;
  width: 0;
  height: 0;
  border-top: 18px solid #a4876e;
  border-right: 18px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-answer::before {
    right: -18px;
    bottom: 70%;
  }
}
.p-single-cases__bubble.is-answer::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 55.5px;
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-right: 15px solid transparent;
}
@media screen and (max-width: 767px) {
  .p-single-cases__bubble.is-answer::after {
    right: -11.5px;
    bottom: 70.4%;
  }
}
.p-single-cases__image-block {
  margin: 60px 0 70px 0;
  width: 100%;
}
.p-single-cases__image-block img {
  width: 100%;
  height: auto;
}
.p-single-cases__footer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-single-cases__footer-actions {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.p-single-cases__btn {
  display: block;
  width: 350px;
  height: auto;
  transition: opacity 0.3s;
}
.p-single-cases__btn:hover {
  opacity: 0.7;
}
.p-single-cases__btn img {
  width: 100%;
  height: auto;
}

.p-menu__hero {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-menu__hero {
    height: 300px;
  }
}
.p-menu__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-menu__hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-menu__hero-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .p-menu__hero-title {
    font-size: 3.2rem;
  }
}
.p-menu__breadcrumb {
  padding: 15px 20px;
}
@media screen and (min-width: 600px) {
  .p-menu__breadcrumb {
    padding: 20px 40px;
  }
}
.p-menu__breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-menu__breadcrumb-inner {
    font-size: 1.3rem;
  }
}
.p-menu__breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.p-menu__breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-menu__breadcrumb-item:not(:last-child)::after {
  content: ">";
  font-size: 1rem;
  opacity: 0.6;
}
.p-menu__breadcrumb-item a {
  color: rgb(255, 135, 139);
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-menu__breadcrumb-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-menu__features-section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 600px) {
  .p-menu__features-section {
    padding: 100px 0;
  }
}
.p-menu__features-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-menu__features-inner {
    max-width: 1200px;
    padding: 0 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-inner {
    padding: 0 60px;
    gap: 5%;
    align-items: center;
  }
}
.p-menu__features-comparison {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 20px 60px 20px;
  padding: 30px 0 0 0;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  order: 2;
}
.p-menu__features-comparison::after {
  content: "";
  position: absolute;
  top: var(--comparison-divider-top, 50%);
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  border-top: 4px dotted #564633;
  width: auto;
  height: 0;
}
@media screen and (max-width: 599px) {
  .p-menu__features-comparison::after {
    top: var(--comparison-divider-top, 50%);
  }
}
@media screen and (min-width: 768px) {
  .p-menu__features-comparison::after {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__features-comparison {
    flex-direction: row;
    gap: 25px;
    width: 50%;
    margin-bottom: 0;
    order: 1;
  }
  .p-menu__features-comparison::after {
    top: 20px;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-top: none;
    border-left: 4px dotted #564633;
    width: 0;
    height: 90%;
  }
}
.p-menu__features-comparison-col {
  flex: 1;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-col {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.p-menu__features-comparison-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgb(94, 76, 61);
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  margin: 0 auto 20px;
  background-color: #f2e9e1;
}
@media screen and (max-width: 767px) {
  .p-menu__features-comparison-label {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-label {
    display: inline-block;
    font-size: 2rem;
    margin: 0 auto;
    margin-bottom: 0px;
    border-radius: 15px;
    width: 90%;
    padding: 5px 5px;
  }
}
.p-menu__features-comparison-label--whila {
  background-color: #ff778d;
  color: #fff;
}
.p-menu__features-comparison-text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 600;
  color: rgb(94, 76, 61);
  padding: 0 15px;
  margin: 15px 0 25px 0;
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-text {
    font-size: 1.4rem;
    line-height: 22px;
    padding: 0 20px;
    min-height: 150px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-menu__features-comparison-text--whila {
  color: #ff778d;
}
.p-menu__features-comparison-image {
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-image {
    padding: 0;
    height: 300px;
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-image {
    height: auto;
  }
}
.p-menu__features-comparison-image img {
  width: 85%;
  height: auto;
  vertical-align: bottom;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-image img {
    height: 100%;
    width: 100%;
    padding: 0 20px 20px 20px;
    object-fit: cover;
    object-position: top center;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-comparison-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__features-comparison-col:first-child .p-menu__features-comparison-image {
    justify-content: flex-start;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__features-comparison-col:first-child .p-menu__features-comparison-image img {
    width: 88%;
    padding: 0;
  }
}
.p-menu__features-detail {
  position: relative;
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-detail {
    width: 50%;
    order: 2;
    margin-bottom: 0;
  }
}
.p-menu__features-detail-inner {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-inner {
    padding: 0;
  }
}
.p-menu__features-detail-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 19px;
  color: rgb(94, 76, 61);
  margin-bottom: 5px;
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-title {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
}
.p-menu__features-detail-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 50px;
  color: #ff878b;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-subtitle {
    font-size: 2rem;
    margin-bottom: 15%;
  }
}
.p-menu__features-detail-lead-sub {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.16em;
  line-height: 48px;
  color: rgb(94, 76, 61);
  font-size: 2.2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-menu__features-detail-lead-sub {
    font-size: 18px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-lead-sub {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.p-menu__features-detail-lead {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  letter-spacing: 0.05em;
  line-height: 56px;
  color: rgb(94, 76, 61);
  font-size: 3rem;
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__features-detail-lead {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-lead {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}
.p-menu__features-detail-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-menu__features-detail-desc {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.p-menu__features-skincare {
  width: 100%;
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-skincare {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 40px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-skincare {
    margin: 80px auto 0;
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__features-skincare-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-skincare-inner {
    gap: 5%;
  }
}
.p-menu__features-skincare-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-skincare-text {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-menu__features-skincare-lead-sub {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  line-height: 48px;
  color: rgb(94, 76, 61);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-menu__features-skincare-lead-sub {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-skincare-lead-sub {
    font-size: 2.2rem;
  }
}
.p-menu__features-skincare-lead {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 56px;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-menu__features-skincare-lead {
    font-size: 22px;
    line-height: 38px;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-skincare-lead {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}
.p-menu__features-skincare-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-menu__features-skincare-desc {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-menu__features-skincare-image {
  background-color: #fff;
  padding: 30px;
  margin: 15px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-skincare-image {
    margin: 0;
    width: 50%;
  }
}
.p-menu__features-skincare-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-menu__features-massage {
  width: 100%;
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-massage {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 40px 40px 0;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-massage {
    margin: 80px auto 0;
    padding: 60px 40px 0;
  }
}
.p-menu__features-massage-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-menu__features-massage-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
  }
}
.p-menu__features-massage-image {
  margin-bottom: 0;
  order: 2;
}
.p-menu__features-massage-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-menu__features-massage-image {
    width: 50%;
    margin-bottom: 0;
    order: 1;
  }
}
.p-menu__features-massage-text {
  order: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__features-massage-text {
    width: 50%;
    order: 2;
    margin-bottom: 0;
  }
}
.p-menu__features-massage-lead-sub {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 48px;
  color: rgb(94, 76, 61);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-menu__features-massage-lead-sub {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-massage-lead-sub {
    font-size: 2.2rem;
  }
}
.p-menu__features-massage-lead {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 56px;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-menu__features-massage-lead {
    font-size: 22px;
    line-height: 38px;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__features-massage-lead {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}
.p-menu__features-massage-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-menu__features-massage-desc {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-menu__steps-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url("../images/bg_menu_sp.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-section {
    padding-top: 100px;
    padding-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
    background-image: url("../images/bg_menu.png");
    background-position: top;
  }
}
.p-menu__steps-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-inner {
    max-width: 1000px;
    padding: 0 40px;
  }
}
.p-menu__steps-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: rgb(94, 76, 61);
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-title {
    font-size: 3.6rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-menu__steps-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 1.5;
  color: rgb(255, 135, 139);
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-subtitle {
    font-size: 2rem;
    line-height: 50px;
    margin-bottom: 80px;
    text-align: center;
  }
}
.p-menu__steps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-list {
    gap: 30px;
  }
}
.p-menu__steps-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  position: relative;
  margin: 0 15px;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-item {
    flex-direction: row;
    border: none;
    width: 100%;
    margin: 0;
  }
}
.p-menu__steps-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffafc7;
  font-family: "DIN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-number {
    width: 240px;
    min-height: 150px;
    font-size: 4rem;
    padding-top: 0;
  }
}
.p-menu__steps-content {
  flex: 1;
  padding: 25px 20px;
  border: none;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-content {
    padding: 30px 40px;
    border-top: 1px solid #ebe4de;
    border-right: 1px solid #ebe4de;
    border-bottom: 1px solid #ebe4de;
  }
}
.p-menu__steps-item-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: rgb(164, 135, 110);
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-item-title {
    font-size: 2.2rem;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.p-menu__steps-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-small {
    font-size: 1.4rem;
  }
}
.p-menu__steps-item-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #313131;
}
@media screen and (min-width: 600px) {
  .p-menu__steps-item-desc {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-menu__price-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: -150px;
  position: relative;
  z-index: 1000;
  background-image: url("../images/bg_menu_price_sp.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .p-menu__price-section {
    padding: 100px 0;
    background-image: url("../images/bg_menu_price.png");
    background-position: top;
  }
}
.p-menu__price-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-menu__price-inner {
    max-width: 1000px;
    padding: 0 40px;
    text-align: center;
  }
}
.p-menu__price-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: rgb(94, 76, 61);
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-menu__price-title {
    font-size: 3.6rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-menu__price-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  line-height: 1.5;
  color: rgb(255, 135, 139);
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-menu__price-subtitle {
    font-size: 2rem;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
.p-menu__price-desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: rgb(94, 76, 61);
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .p-menu__price-desc {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
}
.p-menu__price-image {
  width: 100%;
  margin-bottom: 20px;
}
.p-menu__price-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-menu__price-image {
    margin-bottom: 30px;
  }
}
.p-menu__price-stores {
  margin-top: 30px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5% 5%;
  row-gap: 5%;
  column-gap: 5%;
}
@media screen and (min-width: 600px) {
  .p-menu__price-stores {
    width: 100%;
  }
}
.p-menu__price-stores::after {
  content: "";
  width: 300px;
  visibility: hidden;
}
.p-menu__price-store {
  width: 300px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background-color: #ff878b;
  color: white;
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  margin-bottom: 5%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-menu__price-store:hover {
  opacity: 0.9;
}
@media screen and (max-width: 599px) {
  .p-menu__price-store:nth-last-child(2):not(:last-child) {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__price-store:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.p-menu__price-store:last-child:nth-child(odd) {
  margin-bottom: 0;
}
.p-menu__cta-section {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/bg-top-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .p-menu__cta-section {
    height: 400px;
  }
}
.p-menu__cta-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px 200px 20px;
}
.p-menu__cta-text-01 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #5e4c3d;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .p-menu__cta-text-01 {
    font-size: 2rem;
    line-height: 50px;
    letter-spacing: 0.02em;
  }
}
.p-menu__cta-text-02 {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.6rem;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #5e4c3d;
  margin-bottom: 45px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .p-menu__cta-text-02 {
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 0.06em;
    margin-top: 0px;
  }
}
.p-menu__cta-button-02 {
  width: 300px;
  max-width: 100%;
}
.p-menu__cta-button-02 a {
  display: block;
  transition: opacity 0.3s;
}
.p-menu__cta-button-02 a:hover {
  opacity: 0.7;
}
.p-menu__cta-button-02 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-menu__cta-button-02 {
    width: 320px;
  }
}
.p-menu__blog-section {
  width: 100%;
  padding: 40px 0 0 0;
  background-image: url(../images/bg_menu_colum_sp.png);
  background-size: cover;
  margin-top: -200px;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-section {
    background-image: url(../images/bg_menu_colum.png);
    background-size: contain;
  }
}
.p-menu__blog-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-content {
    max-width: 960px;
    padding: 0;
  }
}
.p-menu__blog-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  color: #a4876e;
  text-align: left;
  margin: 40px 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
}
.p-menu__blog-title br.mobile-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-title {
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.04em;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .p-menu__blog-title br.mobile-break {
    display: none;
  }
}
.p-menu__blog-cards {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
  }
}
.p-menu__blog-card {
  display: block;
  margin: 40px 0 80px 0;
  text-decoration: none;
  color: rgb(94, 76, 61);
  transition: opacity 0.3s;
}
.p-menu__blog-card:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-card {
    margin: 40px 0 0 0;
  }
}
.p-menu__blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-menu__blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.p-menu__blog-card-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgb(94, 76, 61);
}
@media screen and (min-width: 600px) {
  .p-menu__blog-card-title {
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
}
.p-menu__blog-cta-button {
  text-align: center;
  margin-top: 60px;
}
.p-menu__blog-cta-button a {
  display: inline-block;
  transition: opacity 0.3s;
}
.p-menu__blog-cta-button a:hover {
  opacity: 0.7;
}
.p-menu__blog-cta-button img {
  width: 360px;
  height: auto;
  max-width: 75%;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .p-menu__blog-cta-button img {
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .p-menu__blog-cta-button {
    margin-top: 60px;
  }
}
.p-menu__recruit-banner {
  width: 100%;
  max-width: 768px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-menu__recruit-banner {
    margin: 80px auto;
    padding: 0;
  }
}
.p-menu__recruit-banner-link {
  display: block;
  transition: opacity 0.3s;
  line-height: 0;
}
.p-menu__recruit-banner-link:hover {
  opacity: 0.8;
}
.p-menu__recruit-banner-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.p-menu__bottom-carousel {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
}
.p-menu__carousel-track {
  display: flex;
  width: max-content;
  will-change: transform;
  cursor: grab;
}
.p-menu__carousel-track:active {
  cursor: grabbing;
}
.p-menu__carousel-item {
  flex-shrink: 0;
  width: 350px;
  height: 250px;
  margin-right: 0;
}
.p-menu__carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 600px) {
  .p-menu__carousel-item {
    width: 700px;
    height: 500px;
  }
}

br[class="917"] {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 917px) {
  br[class="917"] {
    display: block;
  }
}

.p-menu__price-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.p-menu__price-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-menu__price-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-menu__price-popup.is-active .p-menu__price-popup-overlay {
  opacity: 1;
}
.p-menu__price-popup-content {
  position: relative;
  background-color: #fff4ea;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 40px 30px 30px;
  z-index: 10001;
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-content {
    padding: 60px 50px 50px;
    max-width: 1000px;
  }
}
.p-menu__price-popup.is-active .p-menu__price-popup-content {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.p-menu__price-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.p-menu__price-popup-close:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.p-menu__price-popup-header {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-header {
    margin-bottom: 10px;
  }
}
.p-menu__price-popup-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(94, 76, 61);
  margin: 0 0 5px 0;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.p-menu__price-popup-subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  color: #ff878b;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-subtitle {
    font-size: 1.5rem;
  }
}
.p-menu__price-popup-table {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.p-menu__price-popup-note {
  font-size: 1.2rem;
  color: rgb(94, 76, 61);
  text-align: right;
  margin: 20px 0 0 0;
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .p-menu__price-popup-note {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.p-menu__price-table-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-menu__price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fff;
}
.p-menu__price-table thead {
  background-color: #fff;
}
.p-menu__price-table th {
  padding: 12px 8px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ddd;
}
@media screen and (min-width: 600px) {
  .p-menu__price-table th {
    padding: 18px 12px;
    font-size: 1.6rem;
  }
}
.p-menu__price-table th.p-menu__price-table-service {
  background-color: transparent;
  color: rgb(94, 76, 61);
  border: none;
  text-align: left;
  width: 35%;
}
.p-menu__price-table th.p-menu__price-table-course--quick {
  background-color: #ff778d;
  width: 32.5%;
}
.p-menu__price-table th.p-menu__price-table-course--standard {
  background-color: #5e4c3d;
  width: 32.5%;
}
.p-menu__price-table tbody tr {
  border-bottom: 1px solid #ebe4de;
  background-color: #fff;
}
.p-menu__price-table tbody tr:last-child {
  border-bottom: none;
}
.p-menu__price-table tbody td {
  padding: 15px 8px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ebe4de;
}
@media screen and (min-width: 600px) {
  .p-menu__price-table tbody td {
    padding: 20px 12px;
  }
}
.p-menu__price-table tbody td:last-child {
  border-right: none;
}
.p-menu__price-table-badge {
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
}
.p-menu__price-table-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(94, 76, 61);
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .p-menu__price-table-price {
    font-size: 1.8rem;
  }
}
.p-menu__price-table-price > div {
  margin-bottom: 5px;
}
.p-menu__price-table-price > div:last-child {
  margin-bottom: 0;
}

.p-menu__price-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-menu__price-badge {
    padding: 8px 24px;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
}
.p-menu__price-badge--first {
  background-color: #ff778d;
}
.p-menu__price-badge--repeat {
  background-color: #ffa500;
}
.p-menu__price-badge--ticket {
  background-color: #ff778d;
}
.p-menu__price-badge--popular {
  background-color: #ff778d;
}

.p-menu__price-service-desc {
  font-size: 1.4rem;
  color: rgb(94, 76, 61);
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .p-menu__price-service-desc {
    font-size: 1.6rem;
  }
}
.p-menu__price-service-desc > div {
  margin-bottom: 3px;
}
.p-menu__price-service-desc > div:last-child {
  margin-bottom: 0;
}

.p-menu__price-service-time {
  font-size: 1.1rem;
  opacity: 0.7;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .p-menu__price-service-time {
    font-size: 1.3rem;
  }
}

.p-menu__price-per-session {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgb(94, 76, 61);
  opacity: 0.8;
  margin-top: 8px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-menu__price-per-session {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.p-menu__price-savings {
  font-size: 1.1rem;
  color: #ff778d;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-menu__price-savings {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.p-menu__price-includes {
  font-size: 1.1rem;
  color: rgb(94, 76, 61);
  margin-top: 5px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-menu__price-includes {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}

.raser_br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .raser_br {
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  .raser_br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-menu__price-store {
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #ff878b;
    color: white;
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 300;
    margin-bottom: 5%;
    cursor: pointer;
    transition: opacity 0.3s;
  }
}

@media screen and (max-width: 600px) {
  .p-menu__price-stores::after {
    width: 150px;
  }
}

.p-fc-hero {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
  margin-top: -80px;
}
@media screen and (max-width: 600px) {
  .p-fc-hero {
    height: 330px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-hero {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-hero {
    height: 360px;
  }
}
.p-fc-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-fc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 90%;
}
@media screen and (max-width: 600px) {
  .p-fc-hero__bg img {
    object-position: bottom;
  }
}
.p-fc-hero__bg-img--pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .p-fc-hero__bg-img--pc {
    display: none;
  }
}
.p-fc-hero__bg-img--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-fc-hero__bg-img--sp {
    display: block;
  }
}
.p-fc-hero__content {
  position: relative;
  z-index: 2;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1599px) {
  .p-fc-hero__content {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-hero__content {
    justify-content: center;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-hero__content {
    width: 100%;
    padding: 0 20px;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-fc-hero__catch {
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-right: 180px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-fc-hero__catch {
    font-size: 16px;
    line-height: 1.8;
    margin-right: 0;
    margin-top: 40px;
    width: 100%;
    text-align: left;
  }
}

.p-fc-philosophy {
  padding: 100px 0 200px 0;
  background: linear-gradient(to bottom, #fff, #fff4eb);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy {
    padding-bottom: 150px;
  }
}
.p-fc-philosophy::after {
  content: "";
  position: absolute;
  background-image: url("../images/bg-white-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 1000px;
  bottom: -300px;
  right: -1000px;
  /* transform: translateX(calc(-50% - 16em)); */
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy::after {
    width: 1000px;
    height: 1000px;
    bottom: 0;
    left: 0%;
    transform: translateX(calc(-50% + 20em));
  }
}
@media screen and (min-width: 600px) {
  .p-fc-philosophy::after {
    width: 100%;
    height: 1000px;
    bottom: -300px;
    right: -300px;
    /* transform: translateX(calc(-50% - 16em)); */
  }
}
.p-fc-philosophy__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1239px) {
  .p-fc-philosophy__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy__inner {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__inner {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
}
.p-fc-philosophy__left {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__left {
    width: 100%;
  }
}
.p-fc-philosophy__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #6e5a4c;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-fc-philosophy__subtitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
  line-height: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.p-fc-philosophy__lead {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #5e4c3d;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy__lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
  }
}
.p-fc-philosophy__image {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__image {
    width: 80%;
  }
}
.p-fc-philosophy__image img {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-fc-philosophy__image img {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy__image {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__image {
    margin: 0 auto;
  }
}
.p-fc-philosophy__right {
  flex: 1;
  display: block;
  padding-top: 160px;
}
@media screen and (max-width: 599px) {
  .p-fc-philosophy__right {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__right {
    width: 100%;
    padding-top: 0;
  }
}
.p-fc-philosophy__body p {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 36px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .p-fc-philosophy__body p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.p-fc-philosophy__representative {
  text-align: right;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #313131;
  margin-top: 20px;
}
.p-fc-philosophy__representative span {
  font-size: 13px;
}

.p-fc-case {
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -150px;
  background-image: url("../images/bg_fc_case.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-fc-case {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-case {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-fc-case {
    padding-top: 150px;
  }
}
.p-fc-case__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-fc-case__header {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.p-fc-case__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #6e5a4c;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-fc-case__title {
    font-size: 26px;
  }
}
.p-fc-case__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .p-fc-case__subtitle {
    line-height: 1.5;
    font-size: 16px;
  }
}
.p-fc-case__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1239px) {
  .p-fc-case__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-case__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-case__inner {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
}

.p-fc-case-card {
  width: 100%;
  max-width: 500px;
  height: auto;
  background: #fff;
  border: 1px solid #a4876e;
  border-radius: 8px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-fc-case-card {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-case-card {
    width: 100%;
  }
}
.p-fc-case-card__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fc-case-card__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.p-fc-case-card__image {
  width: 100%;
  aspect-ratio: 1.5/1;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-fc-case-card__image {
    margin-bottom: 10px;
  }
}
.p-fc-case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  padding: 0 35px;
}
@media screen and (max-width: 599px) {
  .p-fc-case-card__image img {
    padding: 0 15px;
  }
}
.p-fc-case-card__image .p-fc-case-card__logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  opacity: 0.8;
}
.p-fc-case-card:first-child .p-fc-case-card__image img {
  object-position: center 12%;
}
.p-fc-case-card__content {
  padding: 0 35px;
}
@media screen and (max-width: 599px) {
  .p-fc-case-card__content {
    padding: 0 20px;
  }
}
.p-fc-case-card__info {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 40px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-fc-case-card__info {
    font-size: 16px;
    margin: 0;
  }
}
.p-fc-case-card__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #313131;
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fc-case-card__desc {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
}
.p-fc-case-card__btn {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #a4876e;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.p-fc-case-card__btn:hover {
  opacity: 0.8;
}

.p-fc-contact {
  width: 100%;
  background-image: url("../images/fc-contact-bg.png");
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-fc-contact {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact {
    padding: 60px 20px;
    background-position: left center;
    background-image: url("../images/fc-contact-sp-bg.png");
  }
}
.p-fc-contact__inner {
  text-align: center;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .p-fc-contact__inner {
    padding: 20px;
  }
}
.p-fc-contact__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #6e5a4c;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 50px;
}
.p-fc-contact__title .sp-break {
  display: none;
}
.p-fc-contact__title .pc-break {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fc-contact__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-contact__title {
    font-size: 28px;
    line-height: 1.5;
  }
  .p-fc-contact__title .sp-break {
    display: block;
  }
  .p-fc-contact__title .pc-break {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-fc-contact__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #313131;
  margin: 30px 0;
}
@media screen and (max-width: 599px) {
  .p-fc-contact__desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact__desc {
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
    text-align: left;
  }
}
.p-fc-contact__btn {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-fc-contact__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.p-fc-contact__btn:hover {
  opacity: 0.8;
}

.p-fc-merit {
  padding: 100px 0;
  background-color: #fefdf5;
  background: linear-gradient(to bottom, #fafaf6, #f0e5d3);
}
@media screen and (max-width: 599px) {
  .p-fc-merit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit {
    padding: 60px 10px;
  }
}
.p-fc-merit__header {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .p-fc-merit__header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit__header {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.p-fc-merit__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-merit__title {
    font-size: 26px;
  }
}
.p-fc-merit__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
  line-height: 40px;
}
@media screen and (max-width: 599px) {
  .p-fc-merit__subtitle {
    margin-top: 0;
    font-size: 16px;
  }
}
.p-fc-merit__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1239px) {
  .p-fc-merit__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-merit__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit__inner {
    width: 100%;
    padding: 0 10px;
    gap: 60px;
  }
}
.p-fc-merit__cta {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .p-fc-merit__cta {
    margin-top: 60px;
  }
}
.p-fc-merit__btn-contact {
  display: inline-block;
  background-color: #6e5a4c;
  color: #fff;
  padding: 20px 80px;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 599px) {
  .p-fc-merit__btn-contact {
    padding: 15px 60px;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit__btn-contact {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.p-fc-merit__btn-contact:hover {
  opacity: 0.8;
}

.p-fc-merit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
}
@media screen and (max-width: 599px) {
  .p-fc-merit-item {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item {
    flex-direction: column-reverse;
    gap: 30px;
    width: 100%;
  }
}
.p-fc-merit-item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-fc-merit-item--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item--reverse {
    flex-direction: column-reverse;
  }
}
.p-fc-merit-item__img {
  width: 50%;
}
.p-fc-merit-item__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 599px) {
  .p-fc-merit-item__img {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item__img {
    width: 100%;
  }
}
.p-fc-merit-item__content {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .p-fc-merit-item__content {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.p-fc-merit-item__point-img {
  width: 120px;
  margin-bottom: 25px;
}
.p-fc-merit-item__point-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item__point-img {
    width: 100px;
    margin-bottom: 0;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item--reverse .p-fc-merit-item__point-img {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item--reverse .p-fc-merit-item__title {
    order: 1;
    width: calc(100% - 115px);
    margin-bottom: 15px;
  }
}
.p-fc-merit-item__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 20px;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.p-fc-merit-item__title .pc-break {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item__title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    width: calc(100% - 115px);
    order: 2;
  }
  .p-fc-merit-item__title .pc-break {
    display: none;
  }
}
.p-fc-merit-item__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .p-fc-merit-item__desc {
    width: 100%;
    order: 3;
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-fc-condition {
  padding: 100px 0 200px 0;
  background-color: #fafaf5;
}
@media screen and (max-width: 599px) {
  .p-fc-condition {
    padding-top: 80px;
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-condition {
    padding-top: 60px;
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-fc-condition__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__header {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.p-fc-condition__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__title {
    font-size: 26px;
  }
}
.p-fc-condition__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
  line-height: 50px;
}
@media screen and (max-width: 599px) {
  .p-fc-condition__subtitle {
    margin-top: 0;
  }
}
.p-fc-condition__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .p-fc-condition__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-condition__inner {
    width: 100%;
    padding: 0 10px;
  }
}
.p-fc-condition__box {
  background-color: #fff;
  border: 1px solid #ebe4de;
  padding: 30px 100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__box {
    padding: 30px 20px;
  }
}
.p-fc-condition__box-title {
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  color: #a4876e;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
.p-fc-condition__list {
  margin-bottom: 40px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.p-fc-condition__item:first-child {
  border-top: 2px solid #b2b2b2;
}
.p-fc-condition__item {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__item {
    width: 100%;
    padding: 15px 0;
  }
}
.p-fc-condition__item dt {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #5e4c3d;
  font-weight: 600;
  width: 250px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__item dt {
    width: auto;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
  }
}
.p-fc-condition__item dd {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #313131;
  width: 165px;
  margin-right: 20px;
  text-align: right;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-fc-condition__item dd {
    width: auto;
    font-size: 14px;
  }
  .p-fc-condition__item dd span {
    font-size: 28px;
  }
}
.p-fc-condition__item--total {
  background-color: #f8f4f0;
  border-bottom: 2px solid #a4876e;
  border: 1px solid #a4876e;
  margin-top: 20px;
  padding: 20px 0;
}
.p-fc-condition__item--total dt {
  color: #a4876e;
  font-weight: 700;
  font-size: 22px;
}
.p-fc-condition__item--total .p-fc-condition__price {
  color: #a4876e;
  font-size: 40px;
}
.p-fc-condition__item--total dd {
  color: #a4876e;
}
.p-fc-condition__price {
  font-family: "DIN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  margin-right: 5px;
  color: #5e4c3d;
}
.p-fc-condition__note {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-top: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: #313131;
  text-align: left;
}

.p-fc-simulation {
  padding: 100px 0;
  margin-top: -150px;
  background-color: transparent;
  background-image: url("../images/bg_fc_price.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-fc-simulation {
    background-image: url("../images/bg_fc_price_sp.png");
  }
}
@media screen and (max-width: 599px) {
  .p-fc-simulation {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-simulation {
    padding: 60px 0;
  }
}
.p-fc-simulation__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-fc-simulation__header {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.p-fc-simulation__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-simulation__title {
    font-size: 26px;
  }
}
.p-fc-simulation__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .p-fc-simulation__subtitle {
    margin-top: 0;
  }
}
.p-fc-simulation__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 1239px) {
  .p-fc-simulation__inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    padding-right: 20px; /* 横スクロール時、右端が画面に張り付かないように余白 */
  }
}
@media screen and (max-width: 767px) {
  .p-fc-simulation__inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    padding-right: 20px; /* 横スクロール時、右端が画面に張り付かないように余白 */
  }
}
@media screen and (max-width: 767px) {
  .p-fc-simulation__inner {
    padding-right: 30px;
  }
}
.p-fc-simulation__grid {
  display: grid;
  grid-template-columns: 140px 1fr 1fr 1fr 1fr;
  align-items: stretch;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-fc-simulation__grid {
    min-width: 800px;
    padding: 0 20px;
  }
}
.p-fc-simulation__head-cell {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-fc-simulation__head-cell span {
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 5px;
  display: block;
}
.p-fc-simulation__head-cell--label {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #f5f3ec;
  color: #313131;
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 40px;
  border-bottom: 1px solid #a4876e;
  align-items: flex-start;
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.p-fc-simulation__head-cell--col1 {
  background-color: #cdc5bf;
}
.p-fc-simulation__head-cell--col2 {
  background-color: #beaa94;
}
.p-fc-simulation__head-cell--col3 {
  background-color: #927d6b;
}
.p-fc-simulation__head-cell--col4 {
  background-color: #6e5a4c;
}
.p-fc-simulation__grid > *:nth-child(5n) {
  margin-right: 20px;
}
.p-fc-simulation__cell {
  background-color: #fff;
  padding: 10px 30px 0 20px;
  text-align: right;
  font-family: "DIN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #313131;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #a4876e;
}
.p-fc-simulation__cell span {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.04em;
  margin-left: 5px;
}
.p-fc-simulation__cell--label {
  justify-content: start;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #313131;
  background-color: #f5f3ec;
  position: sticky;
  left: 0;
  z-index: 1;
}
.p-fc-simulation__cell--profit {
  background-color: #fff;
  color: #a4876e;
  font-weight: 600;
}
.p-fc-simulation__cell--profit.p-fc-simulation__cell--label {
  background-color: #f5f3ec;
  color: #a4876e;
}

.p-fc-flow {
  padding: 100px 0;
  background-color: #fafaf5;
}
@media screen and (max-width: 767px) {
  .p-fc-flow {
    padding: 60px 0;
  }
}
.p-fc-flow__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-fc-flow__header {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 100px;
  }
}
.p-fc-flow__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-flow__title {
    font-size: 26px;
  }
}
.p-fc-flow__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
  line-height: 50px;
}
@media screen and (max-width: 599px) {
  .p-fc-flow__subtitle {
    margin-top: 0;
    line-height: 0px;
  }
}

.p-fc-flow-item {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-fc-flow-item {
    padding: 10px 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item {
    padding: 10px 20px;
    margin-top: 50px;
  }
}
.p-fc-flow-item__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background-color: #fff;
  padding: 25px 60px 25px 150px;
}
@media screen and (max-width: 1239px) {
  .p-fc-flow-item__inner {
    padding: 20px 40px;
    gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-fc-flow-item__inner {
    flex-direction: column;
    gap: 30px;
    padding: 40px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-fc-flow-item__inner {
    position: relative;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__inner {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    padding-top: 70px;
    text-align: center;
  }
}
.p-fc-flow-item__circle {
  width: 140px;
  height: 140px;
  background-color: #beaa94;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-fc-flow-item__circle {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__circle {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.p-fc-flow-item__step {
  font-family: "DIN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__step {
    font-size: 14px;
    line-height: 1.2;
  }
}
.p-fc-flow-item__number {
  font-family: "DIN", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__number {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__number {
    font-size: 40px;
    padding-top: 5px;
  }
}
.p-fc-flow-item__content {
  flex: 1;
  background-color: #fff;
}
.p-fc-flow-item__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #a4876e;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-fc-flow-item__title {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.p-fc-flow-item__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #313131;
  letter-spacing: 0.02em;
  margin: 10px 0 5px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-fc-flow-item__desc {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }
}

.p-fc-contact-bottom {
  width: 100%;
  background-image: url("../images/fc-contact-bg2.png");
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-fc-contact-bottom {
    padding: 60px 40px;
    background-image: url("../images/fc-contact-sp-bg.png");
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact-bottom {
    padding: 60px 20px;
  }
}
.p-fc-contact-bottom__inner {
  text-align: center;
}
.p-fc-contact-bottom__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 50px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.p-fc-contact-bottom__title .sp-break {
  display: none;
}
.p-fc-contact-bottom__title .pc-break {
  display: block;
}
@media screen and (max-width: 599px) {
  .p-fc-contact-bottom__title {
    font-size: 28px;
    line-height: 1.5;
    color: #6e5a4c;
    text-shadow: none;
  }
  .p-fc-contact-bottom__title .sp-break {
    display: block;
  }
  .p-fc-contact-bottom__title .pc-break {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact-bottom__title {
    font-size: 24px;
  }
}
.p-fc-contact-bottom__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 30px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .p-fc-contact-bottom__desc {
    color: #313131;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fc-contact-bottom__desc {
    text-align: left;
    line-height: 1.8;
  }
}
.p-fc-contact-bottom__btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-fc-contact-bottom__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.p-fc-contact-bottom__btn:hover {
  opacity: 0.8;
}

.p-fc-faq {
  padding: 100px 0;
  background-color: #fbfaf5;
}
@media screen and (max-width: 767px) {
  .p-fc-faq {
    padding: 60px 0;
  }
}
.p-fc-faq__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-fc-faq__header {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.p-fc-faq__title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #5e4c3d;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-faq__title {
    font-size: 26px;
  }
}
.p-fc-faq__subtitle {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-size: 20px;
  color: #a4876e;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 599px) {
  .p-fc-faq__subtitle {
    letter-spacing: 0.01em;
    margin-top: 0;
  }
}
.p-fc-faq__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-fc-faq__list {
  border-top: 1px solid #e4d9d0;
}

.p-fc-faq-item {
  border-bottom: 1px solid #e4d9d0;
}
.p-fc-faq-item dl {
  margin: 0;
}
.p-fc-faq-item__question {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  color: #a4876e;
  transition: background-color 0.3s;
}
.p-fc-faq-item__question:hover {
  background: none;
}
.p-fc-faq-item__icon-q {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #a4876e;
  margin-right: 30px;
  line-height: 1;
  flex-shrink: 0;
}
.p-fc-faq-item__text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #a4876e;
  line-height: 1.6;
  letter-spacing: 0.04em;
  flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .p-fc-faq-item__text {
    font-size: 18px;
  }
}
.p-fc-faq-item__toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-right: 2px solid #a4876e;
  border-bottom: 2px solid #a4876e;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
  margin-top: -5px;
}
.p-fc-faq-item__question[aria-expanded=true] .p-fc-faq-item__toggle {
  transform: translateY(-50%) rotate(225deg);
  margin-top: 5px;
}
.p-fc-faq-item__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
.p-fc-faq-item__answer-inner {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #313131;
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
}
.p-fc-faq-item__answer-inner p {
  margin: 0;
  width: 90%;
}
.p-fc-faq-item__answer-inner span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #313131;
}

.p-fc-case-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-fc-case-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.p-fc-case-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-fc-case-popup__content {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1000px;
  height: auto;
  min-height: 442px;
  max-height: calc(100vh - 50px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
  padding: 0;
  padding-bottom: 60px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__content {
    flex-direction: column;
    overflow-y: auto;
  }
}
.p-fc-case-popup.is-open .p-fc-case-popup__content {
  transform: scale(1);
}
.p-fc-case-popup__close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: opacity 0.3s;
}
.p-fc-case-popup__close:hover {
  opacity: 0.7;
}
.p-fc-case-popup__close svg {
  width: 30px;
  height: 30px;
}
.p-fc-case-popup__left-area {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 18px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__left-area {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 20px;
    gap: 15px;
  }
}
.p-fc-case-popup__image-area {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-fc-case-popup__image-area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__image-area {
    width: 150px;
    max-width: 150px;
    height: 200px;
    flex-shrink: 0;
  }
  .p-fc-case-popup__image-area img {
    height: 100%;
    object-position: top;
  }
}
.p-fc-case-popup__name-area {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__name-area {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    padding-bottom: 10px;
  }
}
.p-fc-case-popup__name {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__name {
    display: block;
    text-align: left;
    font-size: 16px;
  }
}
.p-fc-case-popup__year {
  font-size: 14px;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__year {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
}
.p-fc-case-popup__qa-area {
  flex-grow: 1;
  padding: 60px 40px 0;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__qa-area {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 15px;
    margin-top: 0;
    overflow-y: visible;
    max-height: none;
  }
}
.p-fc-case-popup__qa-item + .p-fc-case-popup__qa-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__qa-item + .p-fc-case-popup__qa-item {
    margin-top: 30px;
  }
}
.p-fc-case-popup__question {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #a4876e;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4d9d0;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__question {
    padding: 0 0 15px 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.p-fc-case-popup__answer {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .p-fc-case-popup__answer {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
  }
}

.fc_fix_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 80px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 5;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.fc_fix_footer.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fc_fix_footer__inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.fc_fix_footer__inner a {
  display: block;
  max-width: 400px;
  width: 100%;
}
.fc_fix_footer__inner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.p-recruit-hero {
  margin-top: 55px;
  background-color: rgb(255, 247, 241);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-recruit-hero {
    margin-top: 0;
  }
}
.p-recruit-hero__inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .p-recruit-hero__inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit-hero__inner {
    min-height: 600px;
  }
}
.p-recruit-hero__text-area {
  width: 100%;
  position: absolute;
  top: 45%;
  left: auto;
  right: -10%;
  transform: translate(50%, -50%);
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 600px) {
  .p-recruit-hero__text-area {
    padding: 0;
    left: auto;
    right: 5%;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit-hero__text-area {
    padding: 0 80px;
  }
}
.p-recruit-hero__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 60px;
  color: #fff;
  margin-top: 0;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__title {
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 35px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-hero__title {
    padding-top: 0;
  }
}
.p-recruit-hero__title span {
  display: inline;
}
.p-recruit-hero__title span:first-child {
  display: block;
}
@media screen and (min-width: 1440px) {
  .p-recruit-hero__title {
    text-align: left;
    padding-left: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit-hero__title {
    margin-left: 0;
  }
}
.p-recruit-hero__img-area {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit-hero__img-area {
    height: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-hero__img-area {
    width: 100%;
  }
}
.p-recruit-hero__img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-hero__img {
    min-height: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-hero__img {
    min-height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .p-recruit-hero__img {
    min-height: 600px;
  }
}

.p-recruit-feature {
  position: relative;
  padding: 40px 0 200px;
  overflow: hidden;
  z-index: 0;
}
.p-recruit-feature__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/pastel-pink-bokeh-lights.jpg");
  background-size: cover;
  background-position: center;
  transform: translateY(calc(var(--recruit-feature-parallax, 0) * 1px));
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature__bg {
    background-image: url("../images/pastel-pink-bokeh-lights2.png");
  }
}
.p-recruit-feature__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .p-recruit-feature__inner {
    padding: 0 20px;
  }
}
.p-recruit-feature__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  text-align: center;
  color: #6e5a4c;
  margin-bottom: 40px;
}
.p-recruit-feature__title br.mobile-break {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: left;
    margin-top: 0;
  }
  .p-recruit-feature__title br.mobile-break {
    display: block;
    line-height: 0.5;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__title {
    text-align: left;
    margin-bottom: 60px;
    padding-left: 0px;
  }
}
.p-recruit-feature__desc-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__desc-area {
    flex-direction: row;
    align-items: center;
  }
}
.p-recruit-feature__img-wrapper {
  margin: 0;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature__img-wrapper {
    max-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__img-wrapper {
    width: 50%;
    max-width: none;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__img-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 110px;
  }
}
.p-recruit-feature__img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.p-recruit-feature__desc {
  flex: 1;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
}
.p-recruit-feature__desc br.mobile-break {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature__desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    width: 100%;
  }
  .p-recruit-feature__desc br.pc-break {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .p-recruit-feature__desc br.mobile-break {
    display: block;
    line-height: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__desc {
    flex: none;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__desc {
    padding-left: 70px;
  }
}
.p-recruit-feature__recommend {
  margin-top: 60px;
  text-align: center;
  max-width: 1240px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__recommend {
    text-align: right;
  }
}
.p-recruit-feature .feature__img__1 {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature .feature__img__1 {
    display: none;
  }
}
.p-recruit-feature .feature__img__2 {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .p-recruit-feature .feature__img__2 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit-feature .feature__img__2 {
    display: none;
  }
}
.p-recruit-feature .feature__img__3 {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-recruit-feature .feature__img__3 {
    display: block;
  }
}
.p-recruit-feature__sub-title {
  display: block;
  margin-bottom: -1em;
  margin-left: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: rgb(94, 76, 61);
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruit-feature__sub-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__sub-title {
    margin-bottom: -1em;
    margin-left: 13em;
  }
}
.p-recruit-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__list {
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__list {
    gap: 20px;
  }
}
.p-recruit-feature__item {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__item {
    width: 360px;
    height: 360px;
    align-self: flex-start;
  }
  .p-recruit-feature__item:nth-child(1) {
    margin-top: 20px;
  }
  .p-recruit-feature__item:nth-child(3) {
    margin-top: 40px;
  }
  .p-recruit-feature__item:nth-child(2) {
    margin-top: -30px;
    z-index: -1;
  }
}
.p-recruit-feature__circle {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.p-recruit-feature__circle p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: rgb(255, 135, 139);
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-feature__circle p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-feature__circle p {
    font-size: 24px;
    line-height: 44px;
  }
}

.p-recruit-service {
  position: relative;
  background-image: url("../images/recruit_service_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -100px;
  padding: 80px 0 200px 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-service {
    background-image: url("../images/recruit_service_bg2.png");
    background-position: top;
    padding-top: 15px;
  }
}
.p-recruit-service__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .p-recruit-service__inner {
    padding: 0 20px;
  }
}
.p-recruit-service__main-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: #6e5a4c;
  text-align: left;
  margin-bottom: 60px;
}
.p-recruit-service__main-title br.mobile-break {
  display: none;
}
@media screen and (max-width: 400px) {
  .p-recruit-service__main-title br.mobile-break {
    display: block;
    line-height: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-service__main-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.p-recruit-service__main-title.is-scrolled {
  padding-top: 1em;
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__main-title {
    margin-bottom: 80px;
  }
}
.p-recruit-service__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__list {
    gap: 20px;
  }
}
.p-recruit-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-recruit-service__item:not(:first-child) {
    margin-top: 50px;
  }
}
.p-recruit-service__item.js-scroll-fade.is-scrolled {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-recruit-service__item {
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    gap: 0px;
  }
  .p-recruit-service__item--reverse {
    flex-direction: row-reverse;
  }
  .p-recruit-service__item--reverse .p-recruit-service__img-wrapper {
    padding-left: 0;
    padding-right: 6rem;
  }
}
.p-recruit-service__text-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit-service__text-area {
    width: 50%;
  }
}
.p-recruit-service__number {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: #a68e7c;
  margin-bottom: 10px;
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__number {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-service__number {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.p-recruit-service__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 46px;
  color: #5e4c3d;
  margin-bottom: 20px;
}
.p-recruit-service__title br.mobile-break {
  display: none;
}
@media screen and (max-width: 400px) {
  .p-recruit-service__title br.mobile-break {
    display: block;
    line-height: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-service__title {
    font-size: 20px;
    line-height: 34px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__title {
    margin-bottom: 30px;
  }
}
.p-recruit-service__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 34px;
  color: #5e4c3d;
  text-align: justify;
  margin-bottom: 50px;
  padding-right: 0;
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__desc {
    margin-bottom: 0;
    padding-right: 5em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-service__desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
  }
}
.p-recruit-service__img-wrapper {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1440px) {
  .p-recruit-service__img-wrapper {
    width: 45%;
    max-width: none;
    padding-left: 0;
  }
}
.p-recruit-service__img {
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-recruit-service__img {
    display: none;
  }
}
.p-recruit-service__img__mobile {
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-service__img__mobile {
    display: block;
    max-width: 230px;
  }
}
.p-recruit-service__btn-area {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-service__btn-area {
    margin-top: 55px;
  }
}
.p-recruit-service__btn-area .c-recruit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80px;
  background-color: #ff878b;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-service__btn-area .c-recruit-btn {
    max-width: 303px;
    font-size: 16px;
    height: 50px;
  }
}
.p-recruit-service__btn-area .c-recruit-btn:hover {
  opacity: 0.8;
}
.p-recruit-service__btn-area .c-recruit-btn__text {
  margin-right: 0;
}
.p-recruit-service__btn-area .c-recruit-btn__arrow {
  position: absolute;
  right: 35px;
  top: 30px;
  height: auto;
  margin-left: 20px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .p-recruit-service__btn-area .c-recruit-btn__arrow {
    top: 20px;
    width: 55px;
    right: 25px;
  }
}

.c-recruit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  height: 80px;
  margin: 30px auto 0 auto;
  background-color: rgb(255, 135, 139);
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-recruit-btn {
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .c-recruit-btn {
    font-size: 2rem;
    height: 70px;
  }
}
.c-recruit-btn:hover {
  opacity: 0.8;
}
.c-recruit-btn__text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-recruit-btn__text {
    font-size: 16px;
  }
}
.c-recruit-btn__arrow {
  width: 90px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .c-recruit-btn__arrow {
    width: 55px;
    top: 23px;
  }
}

.p-recruit-numbers {
  position: relative;
  margin-top: -90px;
  padding: 80px 0;
  z-index: 3;
  background-image: url("../images/bg_number.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers {
    background-image: url("../images/bg_number2.png");
  }
}
.p-recruit-numbers__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .p-recruit-numbers__inner {
    padding: 0 20px;
  }
}
.p-recruit-numbers__title {
  font-size: 2.6rem;
  color: #6e5a4c;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 2em;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  .p-recruit-numbers__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__title {
    padding-top: 0;
  }
}
.p-recruit-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__list {
    gap: 15px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__list {
    gap: 40px 30px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-numbers__list {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__list {
    margin-bottom: 0px;
  }
}
.p-recruit-numbers__item {
  width: 100%;
  max-width: 280px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item {
    width: calc(50% - 7.5px);
    max-width: none;
  }
}
.p-recruit-numbers__item:nth-child(5) .p-recruit-numbers__circle::after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
}
.p-recruit-numbers__circle {
  width: 250px;
  height: 250px;
  background-color: rgb(255, 228, 219);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
  color: #6e5a4c;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__circle {
    width: 150px;
    height: 150px;
    padding-top: 25px;
    border: 1px solid white;
  }
}
.p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__circle {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__circle {
    padding-top: 30px;
  }
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__circle {
    padding-top: 20px;
  }
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__unit {
    margin-top: -10px;
  }
}
.p-recruit-numbers__label {
  font-size: 2.6rem;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  margin-bottom: 30px;
  color: #6e5a4c;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__label {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__label {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__label {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__unit-small {
  margin-top: -5px;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__unit-small {
    display: inline;
    margin-top: 0;
    margin-left: 3px;
  }
}
.p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__note {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__note {
    margin-top: 0;
  }
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__item:nth-child(6) .p-recruit-numbers__note {
    margin-top: 5px;
    font-size: 0.8rem;
  }
}
.p-recruit-numbers__value {
  font-family: "DIN", -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  color: #ff878b;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__value {
    font-size: 40px;
    line-height: 28px;
  }
  .p-recruit-numbers__value br {
    display: none;
  }
}
.p-recruit-numbers__unit {
  font-size: 2.4rem;
  margin-left: 5px;
  color: #ff878b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__unit {
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
    margin-left: 0;
    margin-top: -5px;
    display: block;
  }
}
.p-recruit-numbers__unit-small {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__unit-small {
    font-size: 1rem;
    margin-top: 2px;
  }
}
.p-recruit-numbers__unit__percent {
  font-family: "DIN", -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
  font-size: 20px;
}
.p-recruit-numbers__note {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
  color: #6e5a4c;
}
@media screen and (max-width: 629px) {
  .p-recruit-numbers__note {
    font-size: 10px;
    margin-top: 0px;
    line-height: 1.2;
  }
}
.p-recruit-numbers__annotation {
  font-size: 1.4rem;
  color: #6e5a4c;
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__annotation {
    max-width: 270px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
  }
}

.p-recruit-staff {
  position: relative;
  padding: 130px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff {
    padding: 60px 0 120px;
  }
}
.p-recruit-staff__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .p-recruit-staff__inner {
    padding: 0 20px;
  }
}
.p-recruit-staff__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__heading {
    margin-bottom: 40px;
  }
}
.p-recruit-staff__sub-title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 36px;
  color: #5e4c3d;
  display: inline-block;
  position: relative;
  padding: 0 1em;
  margin-bottom: 25px;
}
.p-recruit-staff__sub-title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 2em;
  height: 2px;
  background-color: #ff878b;
  transform: translateY(-50%) rotate(55deg);
}
.p-recruit-staff__sub-title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 2em;
  height: 2px;
  background-color: #ff878b;
  transform: translateY(-50%) rotate(-55deg);
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__sub-title {
    font-size: 14px;
  }
}
.p-recruit-staff__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: #6e5a4c;
  margin-top: -10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
  }
}
.p-recruit-staff__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__list {
    margin: 0 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    justify-items: center;
  }
}
.p-recruit-staff__item {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__item {
    min-width: 155px;
  }
}
.p-recruit-staff__img-wrapper {
  margin: 0;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__img-wrapper {
    height: 180px;
  }
}
.p-recruit-staff__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__img {
    object-position: top;
  }
}
.p-recruit-staff__body {
  padding: 25px 20px;
  text-align: left;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__body {
    padding: 20px 10px;
  }
}
.p-recruit-staff__name-area {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__name-area {
    display: none;
  }
}
.p-recruit-staff__name-area__mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__name-area__mb {
    display: inline;
    color: #5e4c3d;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .p-recruit-staff__name-area__mb .p-recruit-staff__name {
    display: inline;
    font-size: 16px;
    color: #5e4c3d;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  }
  .p-recruit-staff__name-area__mb .p-recruit-staff__separator {
    color: #5e4c3d;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  }
  .p-recruit-staff__name-area__mb .p-recruit-staff__role {
    display: inline;
    color: #5e4c3d;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  }
}
.p-recruit-staff__name {
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
.p-recruit-staff__separator {
  margin: 0 2px;
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-recruit-staff__role {
  font-size: 1.4rem;
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
.p-recruit-staff__year {
  margin-top: 0;
  font-size: 1.4rem;
  color: #5e4c3d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-recruit-staff__text {
  font-size: 1.75rem;
  color: #ff878b;
  text-decoration: underline;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__text {
    letter-spacing: 0.01em;
    font-size: 1.6rem;
  }
}
.p-recruit-staff__btn {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #ff878b;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__btn {
    font-size: 14px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
  }
}
.p-recruit-staff__btn:hover {
  opacity: 0.8;
}

.p-recruit-staff-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #fff4ea;
}
.p-recruit-staff-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.p-recruit-staff-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-recruit-staff-popup__content {
  position: relative;
  display: flex;
  width: 90%;
  height: auto;
  min-height: 442px;
  max-height: calc(100vh - 50px);
  background-color: #fff4ea;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
  padding: 0;
  padding-bottom: 60px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__content {
    flex-direction: column;
    overflow-y: auto;
  }
}
.p-recruit-staff-popup.is-open .p-recruit-staff-popup__content {
  transform: scale(1);
}
.p-recruit-staff-popup__close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: opacity 0.3s;
}
.p-recruit-staff-popup__close:hover {
  opacity: 0.7;
}
.p-recruit-staff-popup__close svg {
  width: 30px;
  height: 30px;
}
.p-recruit-staff-popup__left-area {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__left-area {
    display: flex;
    align-items: flex-start;
    margin: 20px;
    gap: 15px;
  }
}
.p-recruit-staff-popup__image-area {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff-popup__image-area {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__image-area {
    width: 150px;
    max-width: 150px;
    height: 200px;
    flex-shrink: 0;
  }
}
.p-recruit-staff-popup__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.p-recruit-staff-popup__name-area {
  position: relative;
  margin-left: 14px;
  margin-top: 2px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__name-area {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    padding-bottom: 10px;
  }
}
.p-recruit-staff-popup__name {
  line-height: 1.3;
  color: #ff878b;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__name {
    display: block;
    text-align: left;
  }
  .p-recruit-staff-popup__name::before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    margin-bottom: 5px;
    margin-left: -10px;
    background: url("../images/double-arrow.png") no-repeat center/contain;
  }
}
.p-recruit-staff-popup__name-text {
  font-weight: 700;
  font-size: 25px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  color: #ff878b;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff-popup__name-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__name-text {
    font-size: 18px;
    display: block;
  }
}
.p-recruit-staff-popup__year {
  font-weight: 700;
  font-size: 20px;
  color: #ff878b;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff-popup__year {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__year {
    display: block;
    font-size: 14px;
  }
}
.p-recruit-staff-popup__qa-area {
  position: relative;
  margin-left: 26px;
  margin-right: 25px;
  margin-top: 28px;
  width: 100%;
  max-height: calc(100vh - 50px - 60px);
  overflow-y: auto;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__qa-area {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
    margin-top: 0px;
    overflow-y: visible;
    max-height: none;
  }
}
.p-recruit-staff-popup__qa-item {
  margin-bottom: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
.p-recruit-staff-popup__qa-item:not(:first-child) {
  margin-top: 57px;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__qa-item:not(:first-child) {
    margin-top: 30px;
  }
}
.p-recruit-staff-popup__question {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ffafc7;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__question {
    padding: 0 20px;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ffafc7;
  }
}
.p-recruit-staff-popup__answer {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .p-recruit-staff-popup__answer {
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
  }
}

.p-recruit-requirements {
  padding: 80px 0;
  background-color: #fff7f1;
}
.p-recruit-requirements__inner {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fffcf8;
  padding: 40px 80px;
}
@media screen and (max-width: 599px) {
  .p-recruit-requirements__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__inner {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-recruit-requirements__inner {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 425px) {
  .p-recruit-requirements__inner {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 1440px) {
  .p-recruit-requirements__inner {
    padding: 60px 80px;
  }
}
.p-recruit-requirements__title {
  font-size: 2.4rem;
  color: #6e5a4c;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  letter-spacing: 0.05em;
  font-weight: semibold;
}
@media screen and (min-width: 1440px) {
  .p-recruit-requirements__title {
    font-size: 3.6rem;
  }
}
.p-recruit-requirements__list {
  border-top: 1px solid #ff878b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
.p-recruit-requirements__row {
  border-bottom: 1px solid #ff878b;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
.p-recruit-requirements__term {
  font-size: 1.6rem;
  color: #ff878b;
  font-weight: bold;
  width: 150px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__term {
    width: 110px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__term {
    width: 90px;
    padding-left: 5px;
  }
}
.p-recruit-requirements__desc {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.8;
  margin-left: 0;
}
@media screen and (min-width: 1440px) {
  .p-recruit-requirements__desc {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__desc {
    font-size: 1.4rem;
  }
}
.p-recruit-requirements__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-recruit-requirements__sub-list li {
  margin-bottom: 5px;
}
.p-recruit-requirements__sub-list li:last-child {
  margin-bottom: 0;
}

.p-recruit-message {
  position: relative;
  background-image: url("../images/recruit_cta_bg.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-message {
    background-image: url("../images/recruit_cta_bg2.png");
    padding: 50px 0;
  }
}
.p-recruit-message__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .p-recruit-message__inner {
    padding: 0 20px;
  }
}
.p-recruit-message__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-recruit-message__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: #6e5a4c;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-message__title {
    margin-left: 0px;
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-message__body {
    width: 50%;
  }
}
.p-recruit-message__text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
  color: #5e4c3d;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__text {
    font-size: 13px;
    line-height: 26px;
    max-width: 303px;
    width: 100%;
  }
  .p-recruit-message__text br.pc-break {
    display: none;
  }
}
.p-recruit-message__btn-area {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__btn-area {
    margin-top: 40px;
  }
}
.p-recruit-message__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80px;
  background-color: #ff878b;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__btn {
    max-width: 303px;
    font-size: 16px;
    height: 50px;
  }
}
.p-recruit-message__btn:hover {
  opacity: 0.8;
}
.p-recruit-message__btn-arrow {
  position: absolute;
  right: 35px;
  top: 25px;
  height: auto;
  margin-left: 20px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .p-recruit-message__btn-arrow {
    top: 20px;
    width: 55px;
    right: 25px;
  }
}

.p-recruit-qa {
  background-color: #fdf9f5;
  padding: 80px 0 120px;
}
.p-recruit-qa.js-scroll-fade.is-scrolled {
  background-color: transparent;
}
.p-recruit-qa__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .p-recruit-qa__inner {
    padding: 0 20px;
  }
}
.p-recruit-qa__title {
  font-size: 2.8rem;
  color: #6e5a4c;
  text-align: center;
  margin-bottom: 60px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-qa__title {
    font-size: 3.6rem;
  }
}
.p-recruit-qa__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ff7ba2;
}
.p-recruit-qa__item {
  border-bottom: 1px solid #ff7ba2;
}
.p-recruit-qa__item dl {
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__item dl {
    margin: 20px 0 15px 0;
  }
}
.p-recruit-qa__item.is-open .p-recruit-qa__toggle {
  transform: translateY(-50%) rotate(225deg);
}
.p-recruit-qa__question {
  display: flex;
  align-items: center;
  padding: 0px 20px 10px 20px;
  color: #ff7ba2;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__question {
    align-items: baseline;
    padding: 0 10px 10px 10px;
  }
}
.p-recruit-qa__question .p-recruit-qa__icon-q {
  color: #ff7ba2;
  font-size: 2.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__question .p-recruit-qa__icon-q {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    padding-right: 0;
    margin-right: 16px;
  }
}
.p-recruit-qa__question .p-recruit-qa__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #ff7ba2;
  padding-top: 0;
  flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__question .p-recruit-qa__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
.p-recruit-qa__question .p-recruit-qa__toggle {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #ff878b;
  border-bottom: 2px solid #ff878b;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.p-recruit-qa__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
  margin-left: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__answer {
    font-size: 1.5rem;
  }
}
.p-recruit-qa__answer-inner {
  padding: 15px 20px 15px 60px;
  font-size: 1.4rem;
  color: #5e4c3d;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit-qa__answer-inner {
    padding: 5px 20px 10px 44px;
  }
  .p-recruit-qa__answer-inner .p-recruit-qa__text {
    font-size: 15px;
  }
}

.p-recruit-schedule {
  position: relative;
  font-size: 1.4rem;
  background-color: #fff7f1;
}
.p-recruit-schedule__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-recruit-schedule__inner {
    padding: 0 20px;
  }
}
.p-recruit-schedule__heading {
  text-align: center;
  margin-top: 7em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__heading {
    margin-top: 5em;
  }
}
.p-recruit-schedule__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 59px;
  color: #6e5a4c;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 50px;
  }
}
.p-recruit-schedule__list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
.p-recruit-schedule__list::before {
  content: "";
  position: absolute;
  left: 42.4em;
  top: 10px;
  bottom: 50px;
  width: 2px;
  background-color: #ff878b;
  z-index: 0;
  clip-path: inset(0 0 calc(100% - 100% * var(--schedule-line-progress, 0)) 0);
  transition: clip-path 0.15s ease-out;
}
@media screen and (max-width: 599px) and (min-width: 768px) {
  .p-recruit-schedule__list::before {
    left: 27.4em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__list::before {
    left: 10px;
  }
}
@media screen and (max-width: 481px) {
  .p-recruit-schedule__list::before {
    bottom: 80px;
  }
}
@media screen and (max-width: 1108px) and (min-width: 600px) {
  .p-recruit-schedule__list::before {
    bottom: 80px;
  }
}
.p-recruit-schedule__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-left: 44em;
}
@media screen and (max-width: 599px) and (min-width: 768px) {
  .p-recruit-schedule__item {
    padding-left: 29em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__item {
    padding-left: 30px;
  }
}
.p-recruit-schedule__item + .p-recruit-schedule__item {
  margin-top: 5em;
}
.p-recruit-schedule__item:has(.p-recruit-schedule__image) {
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__item:has(.p-recruit-schedule__image) {
    min-height: 0px;
  }
}
.p-recruit-schedule__item:has(.p-recruit-schedule__image) + .p-recruit-schedule__item {
  margin-top: 0;
  padding-top: 0;
}
.p-recruit-schedule__time {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ff878b;
  z-index: 2;
  padding-top: 0;
  line-height: 1;
  width: 5em;
}
@media screen and (max-width: 599px) and (min-width: 768px) {
  .p-recruit-schedule__time {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__time {
    width: 4em;
    font-size: 15px;
    padding-top: 3px;
  }
}
.p-recruit-schedule__time::before {
  content: "●";
  position: absolute;
  left: -1em;
  top: -0.2em;
  font-size: 3rem;
  color: #ff878b;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__time::before {
    left: -28px;
  }
}
.p-recruit-schedule__image {
  position: absolute;
  left: 2em;
  top: 0;
  max-width: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 0;
}
@media screen and (max-width: 599px) and (min-width: 768px) {
  .p-recruit-schedule__image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__image {
    display: none;
  }
}
.p-recruit-schedule__image__mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__image__mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
.p-recruit-schedule__content {
  margin: 0;
  width: calc(100% - 10em);
}
@media screen and (max-width: 599px) and (min-width: 768px) {
  .p-recruit-schedule__content {
    width: calc(100% - 5em);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__content {
    width: 83%;
  }
}
.p-recruit-schedule__content-title {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Meiryo", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #ff878b;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__content-title {
    font-size: 2rem;
  }
}
.p-recruit-schedule__detail {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: rgb(94, 76, 61);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit-schedule__detail {
    font-size: 14px;
  }
}

.c-recruit-fixed-btn {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  width: 60px;
  height: 230px;
  background-color: #ff878b;
  border: 2px solid #fff;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-recruit-fixed-btn {
    display: none;
  }
}
.c-recruit-fixed-btn:hover {
  background-color: #ff6b7a;
}
.c-recruit-fixed-btn__icon {
  width: 20px;
  height: auto;
  object-fit: contain;
}
.c-recruit-fixed-btn__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-recruit-fixed-btn-bottom__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 25px 20px;
  background-color: rgba(255, 255, 255, 0.66);
}
@media screen and (max-width: 767px) {
  .c-recruit-fixed-btn-bottom__wrapper {
    display: flex;
  }
}

.c-recruit-fixed-btn-bottom {
  width: 300px;
  background-color: #ff878b;
  border: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 15px 20px;
  gap: 10px;
}
.c-recruit-fixed-btn-bottom:hover {
  background-color: #ff6b7a;
}
.c-recruit-fixed-btn-bottom__text {
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-recruit-fixed-btn-bottom__arrow {
  width: 90px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .c-recruit-fixed-btn-bottom__arrow {
    width: 55px;
  }
}

.c-totop-btn {
  position: fixed;
  right: 1%;
  bottom: 30px;
  z-index: 9997;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease-out;
}
@media screen and (max-width: 600px) {
  .c-totop-btn {
    bottom: 80px;
    right: 3.5%;
    opacity: 0;
    transform: translateY(100%);
  }
  .c-totop-btn.is-visible {
    opacity: 1;
    transform: translateY(0) !important;
  }
  body.u-overflow-hidden .c-totop-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }
}
@media screen and (max-width: 600px) {
  body.p-fc-top .c-totop-btn {
    bottom: 120px;
  }
}
@media screen and (min-width: 600px) {
  body.u-overflow-hidden .c-totop-btn {
    opacity: 0;
    pointer-events: none;
  }
}
.c-totop-btn:hover {
  opacity: 0.7;
}
.c-totop-btn__icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.pc767 {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc767 {
    display: block;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

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

/* Utility Text Colors for Form */
.u-text-red {
  color: #ff0000;
}

.u-text-pink {
  color: #ff878b;
}

.u-underline {
  text-decoration: underline;
}

.u-text-green {
  color: #4caf50; /* Adjust to match LINE green if needed */
  font-weight: 700;
  text-decoration: underline;
}

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

.u-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-hidden {
    display: none;
  }
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

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

@media screen and (max-width: 599px) {
  .pc-break {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .pc-break {
    display: block;
  }
}

.p-floating-btns {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
  padding: 10px;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.66);
  transition: opacity 0.3s, transform 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .p-floating-btns {
    opacity: 0;
    transform: translateY(100%);
  }
  .p-floating-btns.is-visible {
    opacity: 1;
    transform: translateY(0) !important;
  }
  body.u-overflow-hidden .p-floating-btns {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }
}
@media screen and (min-width: 600px) {
  body.u-overflow-hidden .p-floating-btns {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 600px) {
  .p-floating-btns {
    padding: 0;
    left: auto;
    right: 10px;
    top: 400px;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
    flex-direction: column;
    gap: 10%;
    background-color: transparent;
    opacity: 1;
  }
}
.p-floating-btns__item {
  pointer-events: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .p-floating-btns__item {
    box-shadow: none;
  }
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item {
    flex: none;
    flex-direction: column;
    width: 50px;
    padding: 24px 0;
    height: auto;
    border-radius: 32px;
    box-shadow: none;
    font-size: 18px;
  }
}
.p-floating-btns__item:hover {
  opacity: 0.9;
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item:hover {
    transform: translateX(-5px);
  }
}
.p-floating-btns__item .p-floating-btns__icon {
  width: 20px;
  height: auto;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item .p-floating-btns__icon {
    width: 24px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.p-floating-btns__item .p-floating-btns__text {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item .p-floating-btns__text {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
}
.p-floating-btns__item--pink {
  background-color: #FFAFC7;
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item--pink .p-floating-btns__text {
    letter-spacing: 0.4em;
  }
}
.p-floating-btns__item--brown {
  background-color: rgb(110, 90, 76);
}
@media screen and (min-width: 600px) {
  .p-floating-btns__item--brown {
    margin-top: 20px;
  }
}

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