@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,300&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  font-size: 62.5%;
  scroll-padding-top: min(21.3333333333vw, 100px);
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  color: #454140;
  background: #f7f0e7;
}
body:has(#menu-toggle:checked) {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #454140;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

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

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

figure {
  margin: 0;
}

.l-container {
  width: 1380px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.l-container--size01 {
  width: 1180px;
}
.l-container--size02 {
  width: 1100px;
}

.l-footer__body {
  padding: min(10.6666666667vw, 60px) 0 60px;
  background: #454140;
}
.l-footer__body * {
  color: #fff;
}
.l-footer__logo {
  margin-bottom: min(8vw, 50px);
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 160px;
  }
}
.l-footer__menuwrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}
.l-footer__menulabel {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.l-footer-list__link {
  display: block;
  padding: 5px 0;
}
.l-footer-sublist {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.l-footer__copyright {
  font-size: clamp(1.3rem, 1.5625vw, 1.5rem);
}

.l-header {
  width: 100%;
  height: min(16vw, 104px);
  padding: 0 min(4.2666666667vw, 34px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  transition: all 0.5s;
}
.l-header__logobox {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__logobox {
    gap: min(45px, 2vw);
  }
}
.l-header__logomark {
  width: 39px;
}
@media screen and (min-width: 768px) {
  .l-header__logomark {
    width: min(65px, 4vw);
  }
}
.l-header__logo {
  margin: 0;
  line-height: 0;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: min(210px, 14vw);
  }
}
.l-header__main {
  display: flex;
  align-items: center;
  gap: min(47px, 2.4vw);
}
.l-header-toolbar {
  display: flex;
  gap: 20px;
}
.l-header-tel__num {
  margin: 0;
  font-size: min(3.4rem, 1.8vw);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.l-header-tel__icon {
  line-height: 0;
  width: min(24px, 1.8vw);
}
.l-header-tel__hours {
  margin: 5px 0 0;
  font-size: min(1.6rem, 0.8vw);
}
.l-header-actions {
  display: flex;
  gap: 16px;
}
.l-header-actions__btn {
  width: clamp(145px, 16vw, 234px);
  height: 64px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: min(2.1rem, 1.6vw);
  font-weight: 500;
}
.l-header-actions__btn--apply {
  background: #fd6a3e;
}
.l-header-actions__btn--request {
  background: #416290;
}
.l-header-actions__icon {
  line-height: 0;
}
.l-header.is-scroll {
  background: rgba(255, 255, 255, 0.9);
}

body:has(#menu-toggle:checked) .l-header {
  background: rgba(255, 255, 255, 0.9);
}

.l-wrap {
  overflow: clip;
}

.c-btn {
  min-width: 240px;
  height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 30px;
  color: #fff;
  background: #416290;
  border-radius: 6px;
  position: relative;
}
.c-btn::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.c-hamburger {
  width: min(13.3333333333vw, 82px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(2.1333333333vw, 16px);
  position: relative;
  z-index: 40;
}
.c-hamburger__lines {
  width: 100%;
  height: min(3.2vw, 16px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.c-hamburger__lines span {
  width: 100%;
  height: 2px;
  background: #454140;
  transition: all 0.5s;
}
.c-hamburger__txt {
  font-size: clamp(1rem, 1.6666666667vw, 1.6rem);
}
.c-hamburger__txt::after {
  content: "▼メニュー";
}

.c-txt-heading {
  font-size: clamp(3rem, 3.75vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-hamburger-menu__check {
  display: none;
}
.p-hamburger-menu__check:checked + .c-hamburger .c-hamburger__lines {
  justify-content: center;
}
.p-hamburger-menu__check:checked + .c-hamburger .c-hamburger__lines span:first-child {
  transform: rotate(25deg);
}
.p-hamburger-menu__check:checked + .c-hamburger .c-hamburger__lines span:last-child {
  transform: rotate(155deg);
  margin-top: -2px;
}
.p-hamburger-menu__check:checked + .c-hamburger .c-hamburger__txt::after {
  content: "▲閉じる";
}
.p-hamburger-menu__check:checked ~ .p-hamburger-menu__body {
  opacity: 1;
  pointer-events: inherit;
}
.p-hamburger-menu__body {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding-top: min(16vw, 104px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.p-hamburger-menu__wrap {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-hamburger-menu__wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger-menu__wrap {
    overflow-y: scroll;
  }
}
.p-hamburger-menu__inner {
  display: grid;
  gap: min(4vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-hamburger-menu__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-hamburger-menu__box {
  padding: min(5.3333333333vw, 30px) min(5.3333333333vw, 30px) 15px;
  background: #fdf9f2;
  border: 1px solid #f7f0e7;
  border-radius: 16px;
}
.p-hamburger-menu__menuhead {
  font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  font-weight: 500;
  display: block;
  border-bottom: 3px solid #416290;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}
.p-hamburger-menu__menuhead::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #a29791;
  border-right: 2px solid #a29791;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px;
}
.p-hamburger-menu-list {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
}
.p-hamburger-menu-list__item {
  border-bottom: 1px solid #a29791;
}
.p-hamburger-menu-list__link {
  display: block;
  padding: 6px 0;
  position: relative;
}
.p-hamburger-menu-list__link::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #a29791;
  border-right: 2px solid #a29791;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px;
}
.p-hamburger-menu-list--01 {
  font-size: clamp(1.7rem, 2.2916666667vw, 2.2rem);
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .p-hamburger-menu-list--01 {
    margin-top: 30px;
  }
}
.p-hamburger-menu-list--01 .p-hamburger-menu-list__link {
  font-weight: 500;
}
.p-hamburger-menu__img {
  margin: 30px -15px 0;
  border-radius: 16px;
  overflow: hidden;
}
.p-hamburger-menu__submenus {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-hamburger-menu-submenu__label {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 16px;
}
.p-hamburger-menu-sublist {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-hamburger-menu-sublist__link {
  display: block;
  padding-right: 20px;
}
.p-hamburger-menu-sublist__item {
  line-height: 1;
}
.p-hamburger-menu-sublist__item:not(:last-child) {
  border-right: 1px solid;
}
.p-hamburger-menu__cta {
  margin-top: 40px;
}

.p-mainvisual {
  margin-bottom: min(16vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    margin-top: -20px;
  }
}
.p-mainvisual__wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__wrap {
    margin-top: -30px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual__wrap {
    flex-direction: column;
  }
}
.p-mainvisual-message {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fdf9f2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-message {
    width: min(850px, 75vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual-message {
    margin-inline: -10%;
  }
}
.p-mainvisual-message__box {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 50px);
}
.p-mainvisual-message__txt {
  margin: 0;
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-message__txt {
    font-size: min(56px, 4.7vw);
  }
}
.p-mainvisual-message__palettedeli {
  max-width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mainvisual-message__palettedeli {
    width: 120px;
  }
}
.p-mainvisual__img {
  position: relative;
  width: 120%;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__img {
    width: min(850px, 75vw);
    margin-top: 140px;
    margin-left: -120px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual__img {
    margin: -24% -10% 0;
  }
}
.p-mainvisual__caption {
  position: absolute;
  z-index: 10; /* 追加：スライダーの上に表示 */
  pointer-events: none; /* 追加：画像上の誤操作を防ぐ */
}
@media screen and (min-width: 768px) {
  .p-mainvisual__caption {
    top: 12%;
    left: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual__caption {
    top: 6%;
    left: 24%;
    width: 65%;
  }
}
/* 新規追記 */
.p-mainvisual__img .swiper-slide img {
  width: 100%;
  height: auto;
}
.p-mainvisual__cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 20;
}
/*@media (max-height: 840px) {
  .p-mainvisual__cta {
    position: static;
    margin-top: -120px;
  }
}*/
@media screen and (max-width: 767px) {
  .p-mainvisual__cta {
    position: relative;
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cta.is-anchored {
    position: relative;
    bottom: auto;
  }
}
.p-mainvisual-link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mainvisual-link {
    padding-inline: 60px;
  }
}
.p-mainvisual-link-btn {
  width: 320px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #416290;
  border-radius: 100vh;
  font-size: clamp(1.5rem, 1.875vw, 1.8rem);
  position: relative;
}
.p-mainvisual-link-btn::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #416290;
  border-right: 2px solid #416290;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.p-cta {
  background: #fff;
  border: min(0.8vw, 6px) solid #e3a383;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-inline: min(6vw, 180px);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    text-align: center;
  }
}
.p-cta__illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-cta__illust--01 {
    top: -60px;
    left: -110px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__illust--01 {
    top: -20px;
    left: -30px;
    width: 43%;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__illust--02 {
    top: -50px;
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__illust--02 {
    right: -40px;
    bottom: -15px;
    width: 50%;
  }
}
.p-cta__heading {
  color: #fff;
  font-size: clamp(1.8rem, 2.2916666667vw, 2.2rem);
  font-weight: 500;
  margin: 0;
  background: url(/Contents/ThemeImage/top_renew/cta_heading_bg.webp) no-repeat top center;
  background-size: contain;
  padding: 8px 60px;
  display: inline-block;
  position: relative;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__heading {
    margin-bottom: 20px;
  }
}
.p-cta__wrap {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    padding: 50px 0 40px;
    align-items: center;
    gap: min(2.4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    flex-direction: column;
    padding: 0 40px 20px;
  }
}
.p-cta-tel {
  white-space: nowrap;
}
.p-cta-tel__num {
  margin: 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cta-tel__num {
    font-size: min(3.6rem, 3.3vw);
  }
}
.p-cta-tel__icon {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .p-cta-tel__icon {
    width: min(24px, 1.8vw);
  }
}
.p-cta-tel__hours {
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cta-tel__hours {
    font-size: min(1.6rem, 1.3vw);
    margin: 5px 0 0;
  }
}
.p-cta-actions {
  display: flex;
  gap: 10px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-cta-actions {
    gap: min(30px, 2.4vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta-actions {
    flex-direction: column;
    margin-top: 20px;
  }
}
.p-cta-actions__item {
  position: relative;
  flex: 1;
}
.p-cta-actions__feature {
  margin: 0;
  font-size: clamp(1.8rem, 2.2916666667vw, 2.2rem);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-cta-actions__feature {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-actions__feature {
    margin-bottom: 10px;
  }
}
.p-cta-actions__btn {
  width: 100%;
  height: 68px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cta-actions__btn {
    height: 80px;
    font-size: min(2.6rem, 2.4vw);
  }
}
.p-cta-actions__btn--apply {
  background: #fd6a3e;
}
.p-cta-actions__btn--request {
  background: #416290;
}
.p-cta-actions__icon {
  line-height: 0;
}
.p-cta-actions__icon img {
  height: 33px;
}

.p-page-top-news__wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-top-news__wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-news__header {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-news__header {
    text-align: center;
  }
}
.p-page-top-news__btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-page-top-news__btn {
    text-align: center;
  }
}
.p-page-top-news__content {
  flex: 1;
}
.p-page-top-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-page-top-news-list__link {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 16px;
  padding: 10px 30px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-page-top-news-list__link {
    border-radius: 100vh;
    padding: 12px 60px 12px 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-news-list__link {
    flex-direction: column;
  }
}
.p-page-top-news-list__link::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #416290;
  border-right: 2px solid #416290;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-top-news-list__link::after {
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-news-list__date {
    width: min(180px, 12vw);
    text-align: center;
  }
}
.p-page-top-news-list__ttl {
  margin: 0;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-page-top-news-list__ttl {
    border-left: 1px solid #a29791;
    padding: 5px 0 5px min(40px, 2.5vw);
  }
}
.p-page-top-contents {
  padding: min(21.3333333333vw, 100px) 0;
}
.p-page-top-contents__header {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}
.p-page-top-contents__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-contents__content {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-contents__slider {
    overflow: hidden;
  }
}
.p-page-top-contents__slider .swiper-slide {
  height: auto;
}
.p-page-top-contents-card {
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  height: 100%;
  display: block;
}
.p-page-top-contents-card__img {
  aspect-ratio: 3/2;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-page-top-contents-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-page-top-contents-card__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-page-top-contents-card__date {
  color: #a29791;
}
.p-page-top-contents-card__cat {
  color: #fd6a3e;
  background: #f7f0e7;
  min-width: 105px;
  line-height: 28px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-inline: 8px;
  border-radius: 100vh;
}
.p-page-top-contents-card__ttl {
  margin: 0;
}
.p-page-top-contents .swiper-button-next, .p-page-top-contents .swiper-button-prev {
  width: 60px;
  aspect-ratio: 1;
  height: auto;
  margin-top: 0;
  background: #a29791;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-page-top-contents .swiper-button-next, .p-page-top-contents .swiper-button-prev {
    scale: 0.7;
  }
}
.p-page-top-contents .swiper-button-next svg, .p-page-top-contents .swiper-button-prev svg {
  display: none;
}
.p-page-top-contents .swiper-button-next::after, .p-page-top-contents .swiper-button-prev::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}
.p-page-top-contents .swiper-button-prev {
  transform: scale(-1, 1) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-page-top-contents .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-contents .swiper-button-next {
    right: -20px;
  }
}
.p-page-top-worry {
  position: relative;
  padding-top: min(18.6666666667vw, 100px);
}
.p-page-top-worry::before {
  content: "";
  width: 100%;
  height: min(66.6666666667vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Contents/ThemeImage/top_renew/worry_bg.webp) no-repeat top center;
  background-size: cover;
}
.p-page-top-worry__wrap {
  position: relative;
}
.p-page-top-worry-header {
  margin-bottom: min(5.3333333333vw, 40px);
}
.p-page-top-worry-header__wrap {
  display: flex;
  justify-content: center;
  gap: min(2.6666666667vw, 20px);
}
.p-page-top-worry-header__decorate {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-top-worry-header__decorate {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-header__decorate {
    scale: 0.7;
    transform: translateY(10px);
  }
}
.p-page-top-worry-header__decorate::before, .p-page-top-worry-header__decorate::after {
  content: "";
  width: 1px;
  background: #a29791;
  transform-origin: bottom left;
}
.p-page-top-worry-header__decorate::before {
  height: 40px;
  transform: rotate(-40deg);
}
.p-page-top-worry-header__decorate::after {
  height: 60px;
  transform: rotate(-30deg) translateY(-5px);
}
.p-page-top-worry-header__decorate:last-child {
  transform: scale(-1, 1) translateY(-8px);
}
.p-page-top-worry-header__txt {
  margin: 0;
  font-size: clamp(2.6rem, 4.5833333333vw, 4.4rem);
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.p-page-top-worry-header__em {
  position: relative;
}
.p-page-top-worry-header__em::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  background: #416290;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.p-page-top-worry__content {
  background: #fdf9f2;
  padding-bottom: min(18.6666666667vw, 100px);
}
.p-page-top-worry__mainillust {
  text-align: center;
}
.p-page-top-worry__txtbox {
  margin-top: min(10.6666666667vw, 90px);
}
.p-page-top-worry__txt01 {
  font-size: clamp(2rem, 3.125vw, 3rem);
  font-weight: 500;
  margin: 0 0 20px;
}
.p-page-top-worry__txt02 {
  font-size: clamp(3.2rem, 6.6666666667vw, 6.4rem);
  margin: 0;
  display: inline-block;
  background: linear-gradient(transparent 80%, #f1ff95 80%);
  line-height: 1.2;
}
.p-page-top-worry-solve {
  margin-top: min(10.6666666667vw, 80px);
  background: #fff;
  padding: min(18.6666666667vw, 100px) min(4vw, 140px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-worry-solve {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-solve {
    margin-inline: calc(50% - 50vw);
  }
}
.p-page-top-worry-solve::before {
  content: "";
  width: min(13.6vw, 111px);
  aspect-ratio: 37/20;
  background: url(/Contents/ThemeImage/top_renew/arrow.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-page-top-worry-solve-list {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
.p-page-top-worry-solve-list__wrap {
  display: flex;
  gap: min(8vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-solve-list__wrap {
    flex-direction: column;
  }
}
.p-page-top-worry-solve-list__imgwrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-worry-solve-list__imgwrap {
    width: min(420px, 30vw);
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-solve-list__imgwrap {
    margin-inline: 20px;
  }
}
.p-page-top-worry-solve-list__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-page-top-worry-solve-list__point {
  position: absolute;
  top: -30px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-page-top-worry-solve-list__point {
    top: -60px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-solve-list__point {
    width: 120px;
  }
}
.p-page-top-worry-solve-list__content {
  flex: 1;
}
.p-page-top-worry-solve-list__heading {
  font-size: clamp(2.4rem, 3.3333333333vw, 3.2rem);
  margin: 0 0 20px;
}
.p-page-top-worry-solve-list__txt {
  margin: 0;
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.8;
}
.p-page-top-worry-solve-list__btn {
  margin-top: min(8vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-page-top-worry-solve-list__btn {
    text-align: center;
  }
}
.p-page-top-worry-solve-list__notes {
  margin: 25px 0 0;
}
.p-page-top-merit {
  background: #fdf9f2;
}
.p-page-top-merit__header {
  text-align: center;
  margin-bottom: 50px;
}
.p-page-top-merit__content {
  background: #f7f0e7;
  border-radius: min(10.6666666667vw, 100px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit__content {
    padding-bottom: 180px;
  }
}
.p-page-top-merit__content::before {
  content: "";
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: #a29791;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-page-top-merit-opening {
  display: flex;
  margin-bottom: min(13.3333333333vw, 180px);
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-opening {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-opening {
    flex-direction: column;
  }
}
.p-page-top-merit-opening__main {
  display: inline-block;
  position: relative;
  padding-top: min(8vw, 90px);
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-opening__illust {
    position: absolute;
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-opening__illust--01 {
    width: min(397px, 34vw);
    right: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-opening__illust--02 {
    width: min(394px, 34vw);
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-opening__txtbox {
    margin-bottom: 30px;
  }
}
.p-page-top-merit-opening-heading {
  font-size: clamp(2.6rem, 4.5833333333vw, 4.4rem);
  font-weight: 400;
  margin: 0 0 min(8vw, 50px);
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-opening-heading {
    letter-spacing: 0.1em;
  }
}
.p-page-top-merit-opening-heading__dot {
  border-bottom: 3px dotted #fd6a3e;
}
.p-page-top-merit-opening__txtwrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-opening__txtwrap {
    width: 440px;
  }
}
.p-page-top-merit-opening__txt {
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}
.p-page-top-merit__5star-heading {
  text-align: center;
  margin: 0 0 min(8vw, 70px);
}
.p-page-top-merit-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(4vw, 50px);
}
.p-page-top-merit-points__item {
  counter-increment: points;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-points__item {
    width: calc(33.3333333333% - 40px);
  }
}
.p-page-top-merit-points__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: min(2.6666666667vw, 20px);
}
.p-page-top-merit-points__num {
  width: min(18.6666666667vw, 98px);
  aspect-ratio: 1;
  background: url(/Contents/ThemeImage/top_renew/merit_star.webp) no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5d36f;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}
.p-page-top-merit-points__num::after {
  content: counter(points, decimal-leading-zero);
  transform: translateY(4px);
}
.p-page-top-merit-points__heading {
  font-size: clamp(2.1rem, 3.125vw, 3rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.p-page-top-merit-points__txt {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.8;
  margin: 0;
}
.p-page-top-merit-comment {
  background: #f5f5f5;
  border: 2px solid #dccdbc;
  display: flex;
  gap: min(8vw, 44px);
  padding: min(5.3333333333vw, 30px) min(3.2vw, 30px);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-comment {
    flex-direction: column;
  }
}
.p-page-top-merit-comment-person {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-comment-person {
    width: min(400px, 29vw);
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-comment-person__wrap {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-comment-person-header {
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-page-top-merit-comment-person-header__maintxt {
  font-size: 3.2rem;
  color: #416290;
  margin: 0;
  border-bottom: 1px solid #ae8a61;
  display: inline-block;
}
.p-page-top-merit-comment-person-header__subtxt {
  color: #ae8a61;
  margin: 5px 0 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-comment-person__photo {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-comment-person__photo {
    width: 50%;
    margin-inline: auto;
  }
}
.p-page-top-merit-comment-person-profile {
  background: #fff;
  border: 2px solid #dccdbc;
  padding: 16px min(2.6666666667vw, 16px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-merit-comment-person-profile {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit-comment-person-profile {
    margin-top: -30px;
  }
}
.p-page-top-merit-comment-person-profile__inner {
  border-left: 4px solid #416290;
  padding-left: min(2.6666666667vw, 12px);
}
.p-page-top-merit-comment-person-profile__txt {
  margin: 0;
  font-size: clamp(1.3rem, 1.6666666667vw, 1.4rem);
}
.p-page-top-merit-comment-person-profile-sign {
  margin: 0;
  color: #416290;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-page-top-merit-comment-person-profile-sign__post {
  font-size: 68%;
}
.p-page-top-merit-comment__content {
  flex: 1;
}
.p-page-top-merit-comment__heading {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 2.7083333333vw, 2.6rem);
  color: #416290;
}
.p-page-top-merit-comment__txt {
  margin: 0;
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.8;
}
.p-page-top-merit-comment__marker {
  background: linear-gradient(transparent 70%, #f1ff95 70%);
}
@media screen and (min-width: 768px) {
  .p-page-top-merit__cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-merit__cta {
    margin-top: 40px;
  }
}
.p-page-top-product {
  background: #fdf9f2;
  padding-top: min(16vw, 200px);
}
.p-page-top-product__header {
  text-align: center;
  margin-bottom: min(10.6666666667vw, 60px);
}
.p-page-top-product__content {
  display: flex;
  flex-direction: column;
  gap: min(13.3333333333vw, 70px);
}
.p-page-top-product__box {
  background: #fff;
  border-radius: min(4.8vw, 30px);
  position: relative;
}
.p-page-top-product__box::before {
  content: "";
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: #416290;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-page-top-product__wrap {
  position: relative;
  overflow: hidden;
  padding: min(13.3333333333vw, 70px) min(4vw, 100px);
}
.p-page-top-product__illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-page-top-product__illust--01 {
    top: -30px;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-product__illust--01 {
    width: 56%;
    top: -20px;
    left: -35px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-product__illust--02 {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-product__illust--02 {
    width: 56%;
    top: 10px;
    left: -30px;
  }
}
.p-page-top-product__body {
  position: relative;
}
.p-page-top-product__txtbox {
  max-width: 874px;
  margin: 0 auto min(8vw, 48px);
}
.p-page-top-product__inner {
  max-width: 772px;
  margin-inline: auto;
}
.p-page-top-product__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-page-top-product__cat {
  font-size: clamp(1.8rem, 2.0833333333vw, 2rem);
  font-weight: 500;
  background: #fd6a3e;
  color: #fff;
  padding: 0 16px;
  border-radius: 100vh;
}
.p-page-top-product__cat2 {
  font-size: clamp(2rem, 2.2916666667vw, 2.2rem);
  color: #416290;
}
.p-page-top-product__name {
  font-size: clamp(2.6rem, 4.1666666667vw, 4rem);
  font-weight: 500;
  margin: 0 0 min(6.6666666667vw, 40px);
  text-align: center;
}
.p-page-top-product__heading {
  font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  font-weight: 500;
  text-align: center;
}
.p-page-top-product__txt {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  margin: 0;
  line-height: 1.7;
}
.p-page-top-product-list {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-page-top-product-list {
    flex-direction: column;
  }
}
.p-page-top-product-list__item {
  flex: 1;
  position: relative;
}
.p-page-top-product-list__item--recommend .p-page-top-product-list__img::before {
  content: "当社オリジナル";
  position: absolute;
  font-size: clamp(1.4rem, 1.7708333333vw, 1.7rem);
  font-weight: 500;
  color: #fff;
  background: #fd6a3e;
  transform: rotate(-45deg);
  top: 40px;
  left: -80px;
  padding-inline: 80px;
}
.p-page-top-product-list__img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.p-page-top-product-list__img img {
  width: 100%;
}
.p-page-top-product-list__ttl {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  margin: 0;
  text-align: center;
  line-height: 44px;
  background: #f7f0e7;
  width: min(260px, 80%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100vh;
}
.p-page-top-product__notes {
  text-align: center;
  font-size: 1.3rem;
  color: #a29791;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .p-page-top-product__notes {
    text-align: right;
  }
}
.p-page-top-product__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-page-top-product__btn {
    margin-top: 10px;
  }
}
.p-page-top-product__cta {
  padding-top: min(10.6666666667vw, 65px);
}
.p-page-top-case {
  padding-top: min(13.3333333333vw, 100px);
  background: #fdf9f2;
}
.p-page-top-case__header {
  text-align: center;
  margin-bottom: 50px;
}
.p-page-top-case__content {
  background: #f7f0e7;
  border-top-left-radius: min(10.6666666667vw, 100px);
  border-top-right-radius: min(10.6666666667vw, 100px);
  position: relative;
  padding-top: min(13.3333333333vw, 70px);
}
.p-page-top-case__content::before {
  content: "";
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: #a29791;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-page-top-case__txt {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  margin: 0 0 min(6.6666666667vw, 40px);
  text-align: center;
}
.p-page-top-case__slider {
  position: relative;
}
.p-page-top-case__slider .swiper-slide {
  height: auto;
}
.p-page-top-case__slider .swiper-button-next, .p-page-top-case__slider .swiper-button-prev {
  width: 60px;
  aspect-ratio: 1;
  height: auto;
  margin-top: 0;
  background: #a29791;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-page-top-case__slider .swiper-button-next, .p-page-top-case__slider .swiper-button-prev {
    scale: 0.7;
  }
}
.p-page-top-case__slider .swiper-button-next svg, .p-page-top-case__slider .swiper-button-prev svg {
  display: none;
}
.p-page-top-case__slider .swiper-button-next::after, .p-page-top-case__slider .swiper-button-prev::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}
.p-page-top-case__slider .swiper-button-prev {
  transform: scale(-1, 1) translateY(-50%);
  left: -20px;
}
@media screen and (min-width: 768px) {
  .p-page-top-case__slider .swiper-button-prev {
    left: 12%;
  }
}
.p-page-top-case__slider .swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-page-top-case__slider .swiper-button-next {
    right: 12%;
  }
}
.p-page-top-case-card {
  height: 100%;
  background: #fff;
  padding: min(6.6666666667vw, 40px) min(5.3333333333vw, 60px);
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(69, 65, 64, 0.1);
  position: relative;
}
.p-page-top-case-card__ttl {
  font-size: clamp(1.6rem, 2.3958333333vw, 2.3rem);
  font-weight: 500;
  color: #416290;
  border-radius: 100vh;
  padding: 6px;
  text-align: center;
  background: #f7f0e7;
  margin: 0 0 min(5.3333333333vw, 35px);
}
.p-page-top-case-card-person {
  display: flex;
  gap: min(6.6666666667vw, 40px);
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-top-case-card-person {
    flex-direction: column;
    align-items: center;
  }
}
.p-page-top-case-card-person__heading {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  margin: 0 0 15px;
}
.p-page-top-case-card-person__info {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  margin: 0;
}
.p-page-top-case-card__txt {
  margin: 0;
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.8;
}
.p-page-top-case-card__num {
  position: absolute;
  top: -20px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .p-page-top-case-card__num {
    width: 40%;
  }
}
.p-page-top-faq {
  background: #fdf9f2;
}
.p-page-top-faq__body {
  padding-top: min(13.3333333333vw, 90px);
  background: #f7f0e7;
  border-bottom-left-radius: min(10.6666666667vw, 100px);
  border-bottom-right-radius: min(10.6666666667vw, 100px);
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-page-top-faq__body {
    padding-bottom: 330px;
  }
}
.p-page-top-faq__header {
  text-align: center;
  margin-bottom: 50px;
}
.p-page-top-faq__content {
  position: relative;
  padding-top: min(9.3333333333vw, 50px);
}
.p-page-top-faq__content::before {
  content: "";
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: #a29791;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-page-top-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-page-top-faq-list__check {
  display: none;
}
.p-page-top-faq-list__check:checked + .p-page-top-faq-list-q {
  box-shadow: 0 0 10px rgba(69, 65, 64, 0.1);
}
.p-page-top-faq-list__check:checked + .p-page-top-faq-list-q::after {
  transform: rotate(-135deg);
}
.p-page-top-faq-list__check:checked ~ .p-page-top-faq-list-a {
  height: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top: -20px;
  box-shadow: 0 0 10px rgba(69, 65, 64, 0.1);
}
.p-page-top-faq-list__qa {
  font-size: clamp(2rem, 3.75vw, 3.6rem);
  font-weight: 700;
  padding-inline: min(3.2vw, 40px);
}
.p-page-top-faq-list__qa--q {
  color: #416290;
}
.p-page-top-faq-list__qa--q::after {
  content: "Q";
}
.p-page-top-faq-list__qa--a {
  color: #a29791;
}
.p-page-top-faq-list__qa--a::after {
  content: "A";
}
.p-page-top-faq-list-q {
  background: #fff;
  padding: 10px 0;
  border-radius: 100vh;
  display: flex;
  position: relative;
  padding-right: min(10.6666666667vw, 60px);
  transition: all 0.5s;
  cursor: pointer;
}
.p-page-top-faq-list-q::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border-right: 3px solid #416290;
  border-bottom: 3px solid #416290;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: min(5.3333333333vw, 30px);
  transition: all 0.5s;
}
.p-page-top-faq-list-q__txt {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  border-left: 1px solid #a29791;
  padding: min(1.0666666667vw, 10px) 0 min(1.0666666667vw, 10px) min(4vw, 50px);
}
.p-page-top-faq-list-a {
  background: #fdf9f2;
  border-radius: 16px;
  padding-right: 16px;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  display: flex;
}
.p-page-top-faq-list-a__txt {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
}
@media screen and (min-width: 768px) {
  .p-page-top-faq-list-a__txt {
    padding: 10px 0;
  }
}
.p-page-top-about {
  position: relative;
  background: #fdf9f2;
  padding-bottom: min(18.6666666667vw, 140px);
  padding-top: 140px;
}
@media screen and (min-width: 768px) {
  .p-page-top-about {
    padding-top: 250px;
  }
}
.p-page-top-about-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.p-page-top-about-header__body {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(/Contents/ThemeImage/top_renew/about_header_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-page-top-about-header__body {
    background-image: url(/Contents/ThemeImage/top_renew/about_header_bg.webp);
    border-radius: 16px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-about-header__body {
    margin-inline: calc(50% - 50vw);
  }
}
.p-page-top-about__wrap {
  display: flex;
  align-items: flex-start;
  gap: min(8vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-page-top-about__wrap {
    flex-direction: column;
  }
}
.p-page-top-about__imgs {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-top-about__imgs {
    width: min(400px, 28vw);
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-about__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-page-top-about__content {
  flex: 1;
}
.p-page-top-about__lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-top-about__lead {
    margin-inline: 3%;
  }
}
.p-page-top-about__heading {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page-top-about__heading {
    text-align: center;
  }
}
.p-page-top-about__txt {
  font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  line-height: 1.8;
}
.p-page-top-about__entxt {
  margin: 30px 0 0;
}
.p-page-top-about__btn {
  margin-top: min(9.3333333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-page-top-about__btn {
    text-align: center;
  }
}
.p-page-top-about__cta {
  margin-top: min(17.3333333333vw, 100px);
}

.p-cta-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 10;
  padding-inline: 15px;
}
.p-cta-sp-list {
  display: flex;
  gap: 4px;
  transform: translateY(-10px);
}
.p-cta-sp-list__item {
  height: 45px;
}
.p-cta-sp-list__item:not(:first-child) {
  flex: 1;
}
.p-cta-sp__tel {
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(69, 65, 64, 0.15);
}
.p-cta-sp__tel img {
  transform: scale(0.5);
}
.p-cta-sp__btn {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-cta-sp__btn--apply {
  background: #fd6a3e;
}
.p-cta-sp__btn--request {
  background: #416290;
}
.p-cta-sp__icon {
  line-height: 0;
}
.p-cta-sp__icon img {
  height: 18px;
}

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

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

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

@media screen and (min-width: 768px) {
  .u-pc-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-right {
    text-align: right;
  }
}

.is-primary {
  color: #416290 !important;
}

.is-secondary {
  color: #fd6a3e !important;
}

.is-base {
  color: #454140 !important;
}

.is-body {
  color: #f7f0e7 !important;
}

.is-link {
  color: #000 !important;
}

.is-black {
  color: #000 !important;
}

.is-white {
  color: #fff !important;
}

.is-gray {
  color: #f5f5f5 !important;
}

.is-orange {
  color: #e3a383 !important;
}

.is-yellow {
  color: #e5d36f !important;
}

.is-beige {
  color: #fdf9f2 !important;
}

.is-beige2 {
  color: #a29791 !important;
}

.is-beige3 {
  color: #dccdbc !important;
}

.is-beige4 {
  color: #ae8a61 !important;
}

.is-green {
  color: #f1ff95 !important;
}

.is-bg-primary {
  background-color: #416290 !important;
}

.is-bg-secondary {
  background-color: #fd6a3e !important;
}

.is-bg-base {
  background-color: #454140 !important;
}

.is-bg-body {
  background-color: #f7f0e7 !important;
}

.is-bg-link {
  background-color: #000 !important;
}

.is-bg-black {
  background-color: #000 !important;
}

.is-bg-white {
  background-color: #fff !important;
}

.is-bg-gray {
  background-color: #f5f5f5 !important;
}

.is-bg-orange {
  background-color: #e3a383 !important;
}

.is-bg-yellow {
  background-color: #e5d36f !important;
}

.is-bg-beige {
  background-color: #fdf9f2 !important;
}

.is-bg-beige2 {
  background-color: #a29791 !important;
}

.is-bg-beige3 {
  background-color: #dccdbc !important;
}

.is-bg-beige4 {
  background-color: #ae8a61 !important;
}

.is-bg-green {
  background-color: #f1ff95 !important;
}

.u-fz15-18 {
  font-size: clamp(1.5rem, 1.875vw, 1.8rem);
}

.u-fz16-20 {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
}

.u-lh1 {
  line-height: 1;
}

.u-lh11 {
  line-height: 1.1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh17 {
  line-height: 1.7;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh19 {
  line-height: 1.9;
}

.u-lh2 {
  line-height: 2;
}

.u-lh21 {
  line-height: 2.1;
}

.u-lh22 {
  line-height: 2.2;
}

.u-lh23 {
  line-height: 2.3;
}

.u-lh24 {
  line-height: 2.4;
}

.u-m0 {
  margin: 0 !important;
}

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

.u-mr0 {
  margin-right: 0 !important;
}

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

.u-ml0 {
  margin-left: 0 !important;
}

.u-m-inline-auto {
  margin-inline: auto;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb40-80 {
  margin-bottom: min(10.6666666667vw, 80px);
}

.u-scroll-animation {
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: translateY(80px);
}
.u-scroll-animation.is-show {
  opacity: 1;
  transform: translateY(0);
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-db {
  display: block;
}

.u-pc-db, .u-pc-dib {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc-db {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-dib {
    display: inline-block;
  }
}

.u-sp-db {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp-db {
    display: none;
  }
}

.u-sp-dib {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-sp-dib {
    display: none;
  }
}

.u-font-kumbh {
  font-family: "Kumbh Sans", sans-serif;
}

.u-font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.u-fw500 {
  font-weight: 500;
}

/* W2 調整用
   ========================================================================== */
#Wrap,
.wrapBottom,
.wrapTop,
#Contents {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* テーブル構造を無効化し、divと同じブロック要素に強制変換する */
#tblLayout,
#tblLayout tbody,
#tblLayout tr {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ① 左側と ③ 右側の不要な空セル（余白）を完全に非表示にする */
#tblLayout td:first-child,
#tblLayout td:last-child {
    display: none !important;
}

/* ② 中央のメインコンテンツが入っているセルだけを表示し、100%にする */
#tblLayout td:nth-child(2) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 不要な <a> タグを非表示、デフォルトのマージンをリセット */
li[id^="newsDate"] dd a {
  display: none;
}
li[id^="newsDate"] dl.detail,
li[id^="newsDate"] dd {
  margin: 0;
  padding: 0;
}

/* 1. 全体の枠（.outer）を .p-page-top-news-list__link と同じにマッピング */
li[id^="newsDate"] .outer {
  display: flex;
  background: #fff;
  position: relative;
  border-radius: 16px;
  padding: 10px 30px 10px 10px;
  cursor: pointer; /* jQueryでクリックさせるため追加 */
  transition: all 0.5s; /* <a>タグのグローバル指定を再現 */
}
li[id^="newsDate"] .outer:hover {
  opacity: 0.8; /* <a>タグのグローバル指定(hover)を再現 */
}
@media screen and (min-width: 768px) {
  li[id^="newsDate"] .outer {
    border-radius: 100vh;
    padding: 12px 60px 12px 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  li[id^="newsDate"] .outer {
    flex-direction: column;
  }
}

/* 枠の右側の矢印アイコンを再現 */
li[id^="newsDate"] .outer::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #416290;
  border-right: 2px solid #416290;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (min-width: 768px) {
  li[id^="newsDate"] .outer::after {
    right: 40px;
  }
}

/* 2. 日付（time.update）を .p-page-top-news-list__date とユーティリティクラスにマッピング */
li[id^="newsDate"] time.update {
  font-family: "Kumbh Sans", sans-serif;
  font-size: clamp(1.5rem, 1.875vw, 1.8rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  li[id^="newsDate"] time.update {
    width: min(180px, 12vw);
    text-align: center;
  }
}

/* 3. テキストラッパー（div.detail）を .p-page-top-news-list__ttl の枠構造にマッピング */
li[id^="newsDate"] div.detail {
  margin: 0;
  flex: 1;
}
@media screen and (min-width: 768px) {
  li[id^="newsDate"] div.detail {
    border-left: 1px solid #a29791;
    padding: 5px 0 5px min(40px, 2.5vw);
  }
}

/* 4. タイトルテキスト（dt）にフォントサイズのユーティリティクラス相当を適用 */
li[id^="newsDate"] dl.detail dt {
  font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  font-weight: 400; /* dtのデフォルトスタイルをリセット */
  margin: 0;
}