@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

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

p,
span {
  -webkit-font-smoothing: antialiased;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 */
}

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

/**
 * Add the correct display in IE 10.
 */
/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #444;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}

img {
  vertical-align: bottom;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}

.l-wrapper {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fcfcfc;
}

.l-header {
  padding-block: 21px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .l-header {
    padding-block: 4.2vw;
  }
}
.l-footer {
  background-color: #444;
  color: rgba(255, 255, 255, 0.6);
  padding: 14px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
.l-footer a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
}
.l-footer small {
  display: block;
  margin-top: 22px;
  font-size: 12px;
}

.l-inner {
  padding-inline: 20px;
}

@media screen and (max-width: 500px) {
  .l-inner {
    padding-inline: 4vw;
  }
}
.c-cta {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  display: flex;
  z-index: 40;
  width: min(100vw, 500px);
}

@media screen and (max-width: 500px) {
  .c-cta {
    bottom: 0vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.c-cta__lead {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid rgba(68, 68, 68, 0.6);
  background-color: #fff;
  border-radius: 50px;
  width: 460px;
  padding: 7px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: calc(0.5em + 8px);
  pointer-events: none;
}
.c-cta__lead span {
  font-weight: 800;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .c-cta__lead {
    font-size: max(2.8vw, 11px);
    border-radius: 10vw;
    width: 95vw;
  }
  .c-cta__lead span {
    font-size: max(3.2vw, 14px);
  }
}
.c-cta__tel {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 60px;
  border-top: 1px solid rgba(68, 68, 68, 0.4);
}
.c-cta__tel:hover {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .c-cta__tel {
    width: 13.2vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__tel {
    height: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__tel svg {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.c-cta__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 7px;
}
.c-cta__button.-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#414141));
  background: linear-gradient(180deg, #606060 0%, #414141 100%);
  color: #fff;
}
.c-cta__button.-web {
  background: -webkit-gradient(linear, left bottom, left top, from(#bda46a), color-stop(50%, #d3c383), to(#ede7d7));
  background: linear-gradient(0deg, #bda46a 0%, #d3c383 50%, #ede7d7 100%);
}
.c-cta__button.-tel {
  background: -webkit-gradient(linear, left bottom, left top, from(#414141), to(#606060));
  background: linear-gradient(0deg, #414141 0%, #606060 100%);
}
.c-cta__button.-tel p {
  color: #fff;
}
.c-cta__button p {
  font-size: 18px;
  color: #664a23;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-cta__button p span {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  padding-top: 4px;
}
.c-cta__button:hover {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .c-cta__button {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button {
    gap: 1.2vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button.-line svg {
    width: 4.2vw;
    height: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button.-web svg {
    width: 3.6vw;
    height: 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button.-tel svg {
    width: 3.6vw;
    height: 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .c-cta__button p span {
    font-size: 4vw;
    padding-top: 0.8vw;
  }
}
.p-top-cta__img {
  margin-top: 30px;
}
.p-top-cta__img img {
  width: 100%;
  height: 100%;
}

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

.p-top__title--lg {
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
}

@media screen and (max-width: 500px) {
  .p-top__title--lg {
    font-size: 12.4vw;
  }
}
.p-top__title--sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .p-top__title--sm {
    font-size: max(3.2vw, 12px);
    margin-top: 2vw;
  }
}
.p-top__title2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 10px;
}
.p-top__title2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-color: #444;
}

@media screen and (max-width: 500px) {
  .p-top__title2 {
    font-size: max(4vw, 14px);
    padding-left: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top__title2::after {
    width: 0.6vw;
    height: 4vw;
  }
}
.p-top__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 500px) {
  .p-top__text {
    font-size: max(3.2vw, 12px);
  }
}
.p-top__border {
  border-radius: 6px;
  border: 1px solid #444444;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.p-top__border::after {
  position: absolute;
  border: 1px solid rgba(68, 68, 68, 0.3);
  content: "";
  inset: 10px;
  border-radius: 4px;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .p-top__border {
    border-radius: 1.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top__border::after {
    border-radius: 0.8vw;
    inset: 2vw;
  }
}
.p-top-mv__main {
  position: relative;
  padding: 4% 4%;
}
.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-mv__content {
  position: relative;
  z-index: 1;
}
.p-top-mv__heading {
  line-height: 1;
  display: flex;
  flex-flow: column;
  font-size: 1.875rem;
  font-weight: 600;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 500px) {
  .p-top-mv__heading {
    font-size: max(6vw, 18px);
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.p-top-mv__heading-text {
  text-shadow: 0px 0px 10px rgba(181, 181, 181, 0.4509803922);
}
.p-top-mv__heading-highlight {
  background: linear-gradient(180deg, #606060 0%, #414141 100%);
  color: #fff;
  padding: 0.25rem 0.625rem 0.5rem;
  display: inline-block;
  font-size: 1.1333333333em;
}
.p-top-mv__heading-highlight.-top, .p-top-mv__heading-text.-top {
  margin-top: 0.625rem;
}
.p-top-mv__compare {
  display: grid;
  grid-template-columns: repeat(2, 48.4%);
  justify-content: space-between;
}
.p-top-mv__compare-img {
  width: 100%;
  aspect-ratio: 222/200;
  object-fit: cover;
}
.p-top-mv__compare-caption {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  margin-top: 0.75rem;
  line-height: 1;
}
.p-top-mv__price {
  margin: 1.6% 0;
  padding: 2.4% 0 2.8%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-image-source: linear-gradient(90deg, #C4B176 0%, #A69770 50.48%, #C4B176 100%);
  border-image-slice: 1;
}
.p-top-mv__price-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-shadow: 0px 0px 10px rgba(181, 181, 181, 0.4509803922);
}
@media screen and (max-width: 500px) {
  .p-top-mv__price-text {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-mv__price .num {
  font-size: 1.5em;
}
.p-top-mv__price-arw {
  display: block;
  width: 5rem;
  margin: 0 auto;
}
.p-top-mv__price-copy {
  margin-top: -0.25rem;
}
.p-top-mv__price-emphasis {
  background: linear-gradient(transparent 60%, #E4DAC1 60%);
}
.p-top-mv__price-image {
  padding-left: 4%;
}
.p-top-mv__price-img {
  width: 100%;
}

.p-top-worries {
  margin: 0 -20px;
}
.p-top-worries img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-top-worries {
    margin: 0 -4vw;
  }
}
.p-top-about {
  padding: 12% 0;
}
.p-top-about img {
  width: 100%;
  height: auto;
}
.p-top-about .p-top__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .p-top-about .p-top__title {
    margin-bottom: max(2.6vw, 30px);
  }
}
.p-top-about__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .p-top-about__head {
    margin-bottom: max(2.6vw, 30px);
  }
}
.p-top-about__head-img {
  width: 84%;
  margin: 0 auto -3.125rem;
  position: relative;
  z-index: 1;
}
.p-top-about__body {
  border: 1px solid rgba(68, 68, 68, 0.4);
  background-color: #FCFCFC;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .p-top-about__body {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-about__body-top {
  padding: 1.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
  .p-top-about__body-top {
    padding: max(5.2vw, 20px);
  }
}
.p-top-about__text {
  line-height: 2;
}
.p-top-about__image {
  margin-bottom: 1rem;
}
.p-top-about__list {
  line-height: 2;
}
.p-top-about__list-item {
  padding-left: 1em;
  position: relative;
}
.p-top-about__list-item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.p-top-about__list-item .--bold {
  font-weight: bold;
}
.p-top-about__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 0.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #444;
}
.p-top-about__body-btm {
  border-top: 1px dashed rgba(68, 68, 68, 0.4);
  padding: 1.375rem 0 1.625rem;
}
.p-top-about__body-btm-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .p-top-about__body-btm-title {
    font-size: max(3.6vw, 18px);
  }
}
.p-top-about__body-btm-title-inner {
  display: inline-block;
  padding-bottom: 0.6875rem;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.4);
  margin-bottom: 1.25rem;
}
.p-top-about__body-btm-video {
  width: 15.9375rem;
  margin: auto;
  aspect-ratio: 255/455;
}
.p-top-about__body-btm-iframe {
  width: 100%;
  height: 100%;
}

/* -----------------------------
   p-top-features
----------------------------- */
.p-top-features {
  background-color: #F1F1F1;
  padding: 12% 0;
}
.p-top-features__head {
  background: transparent;
}
.p-top-features .p-top__title {
  margin-bottom: 8%;
}
.p-top-features__numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 500px) {
  .p-top-features__numbers {
    margin-bottom: 12vw;
  }
}
.p-top-features__numbers-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0.625rem 0;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.4);
}
.p-top-features__numbers-num {
  flex: 0 0 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-family: "Cardo";
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444;
  background-color: #E4DAC1;
}
@media screen and (max-width: 500px) {
  .p-top-features__numbers-num {
    flex-basis: max(4.8vw, 22px);
    font-size: max(2.4vw, 10px);
  }
}
.p-top-features__numbers-label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .p-top-features__numbers-label {
    font-size: max(3.2vw, 11px);
  }
}
.p-top-features__item {
  background-color: #fff;
  position: relative;
  width: 90%;
  padding: 8.8888888889% 6.6666666667% 6.6666666667%;
}
.p-top-features__item:nth-of-type(odd) {
  margin-left: auto;
  border-radius: 4px 0 0 4px;
}
.p-top-features__item:nth-of-type(odd) .p-top-features__point-img {
  margin-left: -2.5%;
}
.p-top-features__item:nth-of-type(even) {
  border-radius: 0 4px 4px 0;
}
.p-top-features__item:nth-of-type(even) .p-top-features__point-img {
  margin-left: auto;
  margin-right: -4.5%;
}
.p-top-features__item:not(:last-of-type) {
  margin-bottom: 12%;
}
.p-top-features__point-img {
  width: 32.4444444444%;
  margin-top: -3.9375rem;
  margin-bottom: 1.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .p-top-features__point-img {
    margin-top: -20%;
  }
}
.p-top-features__point-img img {
  width: 100%;
  height: auto;
}
.p-top-features__item-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 500px) {
  .p-top-features__item-title {
    font-size: max(4.8vw, 20px);
  }
}
.p-top-features__item-thumb {
  margin-bottom: min(4.8vw, 1.5rem);
}
.p-top-features__item-thumb img {
  aspect-ratio: 390/232;
  object-fit: cover;
  width: 100%;
}
.p-top-features__item-catch {
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
  padding-block: 0.5px;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #909090 0%, #555555 100%);
  margin-bottom: min(4vw, 1.25rem);
}
@media screen and (max-width: 500px) {
  .p-top-features__item-catch {
    font-size: max(4vw, 14px);
  }
}
.p-top-features__item-catch-in {
  background: url(../images/point_catch_bg.webp) no-repeat 50%/cover;
  margin: 1px;
  border-radius: 0.25rem;
  padding: 0.625rem 1px;
}
.p-top-features__item-catch-text {
  background: linear-gradient(100.73deg, #909090 8.21%, #444444 44.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.p-top-features__item-catch .num {
  font-size: 1.4em;
}
.p-top-features__item-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-features__item-text {
    font-size: max(3.2vw, 12px);
  }
}

.p-top-merit__content-lead {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
}
.p-top-merit__content-lead span {
  display: block;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .p-top-merit__content-lead {
    margin-bottom: 1.6vw;
    font-size: max(4vw, 16px);
  }
}
/* -----------------------------
   p-top-merit
----------------------------- */
.p-top-merit {
  padding: 10% 0;
  background-color: #FCFCFC;
  /* ---------- intro ---------- */
  /* ---------- problem ---------- */
}
.p-top-merit__list-wrap {
  width: 92%;
  margin: 6% auto;
  border: 1px solid #444;
  border-radius: 2px;
}
.p-top-merit__list {
  border: 1px solid #444;
  margin: 1.3043478261%;
  position: relative;
  display: flex;
  justify-content: space-between;
  row-gap: 0.8125rem;
  flex-wrap: wrap;
  border-radius: 0 2px 0 2px;
  padding: 6.2222222222% 10%;
  padding-right: 6%;
}
.p-top-merit__list::before, .p-top-merit__list::after {
  content: "";
  position: absolute;
  background: no-repeat 50%;
  background-size: 100% auto;
  aspect-ratio: 1/1;
  width: 50px;
}
@media screen and (max-width: 500px) {
  .p-top-merit__list::before, .p-top-merit__list::after {
    width: max(10vw, 44px);
  }
}
.p-top-merit__list::before {
  top: 0;
  left: 0;
  background-image: url(../images/pr-list-subtract01.svg);
}
.p-top-merit__list::after {
  bottom: 0;
  right: 0;
  background-image: url(../images/pr-list-subtract02.svg);
}
.p-top-merit__item {
  flex: 0 0 49%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 22.76px;
  background: url(../images/icon-check-liner.svg) no-repeat 0 50%;
  background-size: 18.76px auto;
}
@media screen and (max-width: 500px) {
  .p-top-merit__item {
    font-size: max(3.6vw, 12px);
    padding-left: max(4.552vw, 20px);
    background-size: max(3.752vw, 16px) auto;
  }
}
.p-top-merit__item-note {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 0.88em;
}
.p-top-merit__intro {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 7.8% 0;
}
.p-top-merit__intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.p-top-merit__intro-head {
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.p-top-merit__intro-lead {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .p-top-merit__intro-lead {
    font-size: max(3.6vw, 14px);
  }
}
.p-top-merit__intro-questions {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
}
.p-top-merit__intro-text {
  font-size: 20px;
  color: #fff;
  background: url(../images/pr-catch-title-bg.webp) no-repeat 50% 50%;
  background-size: cover;
  padding: 0.375rem 0.75rem;
  opacity: 0.9;
}
@media screen and (max-width: 500px) {
  .p-top-merit__intro-text {
    font-size: max(4vw, 16px);
  }
}
.p-top-merit__problem {
  padding: 6% 4.06% 0;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-merit__problem {
    font-size: max(3.2vw, 11px);
  }
}
.p-top-merit__problem-text {
  text-align: center;
  line-height: 2;
  font-weight: 600;
}
.p-top-merit__problem-list-wrap {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}
.p-top-merit__problem-list {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 4.6511627907% 8.7209302326%;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.p-top-merit__problem-item {
  position: relative;
  padding-left: 1rem;
}
.p-top-merit__problem-item::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #444;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-top-merit__problem-item:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.p-top-merit__problem-note {
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.p-top-merit__down-arrow {
  display: block;
  width: 1.5rem;
  margin: 1.875rem auto;
}
.p-top-merit__keywords {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .p-top-merit__keywords {
    font-size: max(3.6vw, 12px);
  }
}
.p-top-merit__keyword-highlight {
  background: linear-gradient(transparent 60%, rgba(228, 218, 193, 0.6980392157) 60%);
}
.p-top-merit__catch {
  text-align: center;
  line-height: 1.5;
}
.p-top-merit__catch span {
  display: inline-block;
  background-color: #444;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 500px) {
  .p-top-merit__catch span {
    font-size: max(4.4vw, 15px);
  }
}

/* ------------------------------------
   p-top-products
------------------------------------ */
.p-top-products {
  padding: 0 4% 12%;
  background-color: #FCFCFC;
}
.p-top-products__item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 500px) {
  .p-top-products__item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.p-top-products__thumb {
  margin-bottom: 1rem;
  border: 1px solid rgba(68, 68, 68, 0.4);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .p-top-products__thumb {
    margin-bottom: 3.2vw;
  }
}
.p-top-products__thumb img {
  width: 100%;
}
.p-top-products__acc {
  position: relative;
}
.p-top-products__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .p-top-products__text {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-products__line {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
}
.p-top-products__line.--top {
  top: 0;
}
.p-top-products__line.--btm {
  bottom: 0;
}
.p-top-products__line-cricle {
  background-color: #444;
  border-radius: 50%;
  width: 0.3125rem;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
}
.p-top-products__line-main {
  height: 1px;
  background-color: #444;
  flex: 1 1 auto;
}

/* ------------------------------------
   p-accordion
------------------------------------ */
.p-accordion {
  position: relative;
}
.p-accordion__trigger {
  text-align: center;
}
.p-accordion__button {
  display: block;
  font-size: 24px;
  padding: 1rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .p-accordion__button {
    font-size: max(4.8vw, 20px);
  }
}
.p-accordion__button span {
  color: #BFAF88;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.p-accordion__button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.4375rem;
  right: 1.5rem;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  transform: translateY(-70%) rotate(45deg);
  transition: ease-in 0.22s;
}
.p-accordion__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-top__detail-dot {
  margin-inline: auto;
  display: block;
  width: fit-content;
}
.p-top__detail-dot span, .p-top__detail-dot::before, .p-top__detail-dot::after {
  content: "";
  display: block;
  background-color: #444;
  height: 7px;
  width: 7px;
  border-radius: 50px;
  margin-block: 10px;
}

@media screen and (max-width: 500px) {
  .p-top__detail-dot span, .p-top__detail-dot::before, .p-top__detail-dot::after {
    height: 1.4vw;
    width: 1.4vw;
    margin-block: 2vw;
  }
}
.p-top__img-full {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.p-top__img-full img {
  width: 100%;
  height: auto;
}

.p-top-case {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 12% calc(50vw - 50%);
}

.p-top-case__item {
  padding: 40px 0 28px;
  border-bottom: 1px dashed #444444;
  width: 92%;
  margin-inline: auto;
}

@media screen and (max-width: 500px) {
  .p-top-case__item {
    padding: 8vw 0 5.6vw;
  }
}
.p-top-case__title {
  margin-top: 19px;
}

@media screen and (max-width: 500px) {
  .p-top-case__title {
    margin-top: 3.8vw;
  }
}
.p-top-case__subtitle {
  font-size: 22px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 120px;
  height: 34px;
  border: 1px solid #444;
  border-radius: 90px;
}
.p-top-case__subtitle span {
  font-family: "Cardo", serif;
}

@media screen and (max-width: 500px) {
  .p-top-case__subtitle {
    font-size: max(4.4vw, 16px);
    width: 28vw;
    height: 7.8vw;
    gap: 1.4vw;
  }
}
.p-top-case__image {
  width: 88.085106383%;
  margin: 1.25rem auto;
}
.p-top-case__image img {
  width: 100%;
}

.p-top-case__list {
  margin-top: 18px;
  border-radius: 6px;
  background-color: #F1F1F1;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.p-top-case__list tr:not(:last-of-type) th,
.p-top-case__list tr:not(:last-of-type) td {
  position: relative;
}
.p-top-case__list tr:not(:last-of-type) th::after,
.p-top-case__list tr:not(:last-of-type) td::after {
  position: absolute;
  content: "";
  background-color: rgba(68, 68, 68, 0.6);
  bottom: 0;
  width: calc(100% - 10px);
  height: 1px;
}
.p-top-case__list tr:not(:last-of-type) th::after {
  left: 10px;
}
.p-top-case__list tr:not(:last-of-type) td::after {
  left: 0;
}
.p-top-case__list th {
  padding: 10px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
  width: 100px;
  font-weight: unset;
}
.p-top-case__list td {
  padding: 10px 10px 10px 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
  vertical-align: middle;
}
.p-top-case__list td small {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(68, 68, 68, 0.6);
  margin-bottom: 3px;
}
@media screen and (max-width: 500px) {
  .p-top-case__list td small {
    font-size: 1.7vw;
  }
}
.p-top-case__list td small.tax {
  margin-right: 0.8em;
  display: inline-block;
}
.p-top-case__list td small.note {
  font-size: 0.88em;
}
.p-top-case__list td .sub {
  font-size: 0.88em;
}

@media screen and (max-width: 500px) {
  .p-top-case__list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case__list tr:not(:last-of-type) th::after,
  .p-top-case__list tr:not(:last-of-type) td::after {
    width: calc(100% - 2vw);
  }
}
@media screen and (max-width: 500px) {
  .p-top-case__list tr:not(:last-of-type) th::after {
    left: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case__list th {
    padding: 2.55vw 2vw 2vw;
    width: 20vw;
  }
}
@media screen and (max-width: 375px) {
  .p-top-case__list th {
    font-size: max(3.2vw, 11px);
  }
}
@media screen and (max-width: 375px) {
  .p-top-case__list td {
    font-size: max(3.2vw, 11px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-case__list td small {
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 375px) {
  .p-top-case__list td small {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-case2 {
  background-color: #f1f1f1;
  margin: 0 calc(50% - 50vw);
  padding: 6% calc(50vw - 50%) 12%;
}

.p-top-case2__maintitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.p-top-case2__maintitle .-sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 23px;
}
.p-top-case2__maintitle .-sm::before, .p-top-case2__maintitle .-sm::after {
  position: absolute;
  content: "";
  background-image: url("../images/line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 20px;
  bottom: 2px;
}
.p-top-case2__maintitle .-sm::before {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-top-case2__maintitle .-sm::after {
  right: 0;
}
.p-top-case2__maintitle .-lg {
  background-color: #444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.p-top-case2__maintitle .-lg span {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__maintitle {
    gap: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-sm {
    font-size: max(3.6vw, 12px);
    padding: 0 4.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-sm::before, .p-top-case2__maintitle .-sm::after {
    width: 2.6vw;
    height: 4vw;
    bottom: 0.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-lg {
    padding: 1.2vw 3vw;
    font-size: max(4.4vw, 16px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-lg span {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-case2__title {
  margin: 30px auto 0;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
}
.p-top-case2__title::before, .p-top-case2__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #444;
}
.p-top-case2__title::before {
  left: 0;
}
.p-top-case2__title::after {
  right: 0;
}

@media screen and (max-width: 500px) {
  .p-top-case2__title {
    margin: 6vw auto 0;
    font-size: max(4.4vw, 16px);
    padding: 0 3.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__title::before, .p-top-case2__title::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__title {
    margin: 6vw auto 0;
  }
}
.p-top-case2__subtitle {
  font-size: 24px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  border-bottom: dashed 1px #444;
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 8px;
  color: #444;
}
.p-top-case2__subtitle span {
  line-height: 1;
  font-family: "Cardo", serif;
  font-size: 24px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__subtitle {
    font-size: max(4.8vw, 10px);
    padding-bottom: 1.6vw;
  }
  .p-top-case2__subtitle span {
    font-size: 4.8vw;
  }
}
.p-top-case2__sliderwrap {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
}
.p-top-case2__sliderwrap .swiper-slide {
  background-color: #fcfcfc;
  border: #444 1px solid;
  border-radius: 4px;
  padding: 40px 30px;
  position: relative;
}
.p-top-case2__sliderwrap .swiper-slide::after {
  position: absolute;
  border: 1px solid rgba(68, 68, 68, 0.3);
  content: "";
  inset: 8px;
  border-radius: 6px;
  z-index: -1;
}
.p-top-case2__sliderwrap .swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .p-top-case2__sliderwrap {
    max-width: 92vw;
    margin: 2vw auto 0;
    padding-top: 1.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__sliderwrap .swiper-slide {
    padding: 8vw 6vw;
  }
}
.p-top-case2__list-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
  width: 100%;
  margin: 20px auto 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top-case2__list-wrap {
    max-width: 92vw;
    margin: 4vw auto 0;
    gap: 4vw;
  }
}

.p-top-case2__item {
  background-color: #fcfcfc;
  border: #444 1px solid;
  border-radius: 4px;
  padding: 40px 30px;
  position: relative;
}
.p-top-case2__item::after {
  position: absolute;
  border: 1px solid rgba(68, 68, 68, 0.3);
  content: "";
  inset: 8px;
  border-radius: 6px;
  z-index: -1;
}
.p-top-case2__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-case2__item {
    padding: 8vw 6vw;
  }
}

.p-top-case2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 13px;
}
.p-top-case2__bottom .swiper-pagination {
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-case2__bottom .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.p-top-case2__bottom .swiper-pagination-bullet-active {
  background: rgba(68, 68, 68, 0.9);
}
.p-top-case2__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case2__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.p-top-case2__bottom .swiper-button-next,
.p-top-case2__bottom .swiper-button-prev {
  position: unset;
  width: auto;
  height: auto;
  padding-top: 26px;
}
.p-top-case2__bottom .swiper-button-next:after,
.p-top-case2__bottom .swiper-rtl .swiper-button-prev:after,
.p-top-case2__bottom .swiper-button-prev:after,
.p-top-case2__bottom .swiper-rtl .swiper-button-next:after {
  content: none;
  position: unset;
}

@media screen and (max-width: 500px) {
  .p-top-case2__bottom {
    gap: 4.8vw;
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__bottom .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-top-case2__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__bottom .swiper-button-next svg,
  .p-top-case2__bottom .swiper-button-prev svg {
    width: 1.8vw;
    height: 3.2vw;
  }
}
.p-top-case2__img {
  margin-top: 30px;
}
.p-top-case2__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .p-top-case2__img {
    margin-top: 6vw;
  }
}
.p-top-case2__list {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.p-top-case2__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-top-case2__list dt {
  background-color: #444;
  color: #fff;
  width: 80px;
  height: 26px;
  border-radius: 90px;
  font-size: 14px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
}
.p-top-case2__list dd {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-top-case2__list dd small {
  font-size: 12px;
  color: rgba(68, 68, 68, 0.6);
  margin-left: 6px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .p-top-case2__list {
    margin-top: 4vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__list dt {
    width: 16.8vw;
    height: 5vw;
    font-size: max(2.8vw, 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__list dd {
    font-size: max(2.8vw, 10px);
    margin-top: -2px;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__list dd small {
    font-size: 2.4vw;
    margin-left: 1.2vw;
  }
}
.p-top-case2__list dd .sub {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-case2__list dd .sub {
    font-size: 2.4vw;
  }
}

.p-top-case2__button {
  background-color: #444;
  max-width: 187px;
  width: 100%;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}
.p-top-case2__button::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
}
.p-top-case2__button span {
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .p-top-case2__button {
    max-width: min(46.5vw, 187px);
    padding-block: 1em;
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__button::after {
    width: calc(100% - 0.4vw);
    height: calc(100% - 0.4vw);
  }
}
@media screen and (max-width: 500px) {
  .p-top-case2__button span {
    font-size: max(2.8vw, 12px);
  }
}
.p-top-price {
  background-color: #F1F1F1;
  margin: 0 calc(50% - 50vw);
  padding: 12% calc(50vw - 50%);
}

@media screen and (max-width: 500px) {
  .p-top-price {
    padding-inline: 0;
  }
}
.p-top-price__inner {
  background: transparent;
}

.p-top-price__heading {
  margin-bottom: 2.5rem;
}

.p-top-price__small {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: right;
  display: block;
  margin: 9px -2px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.6;
}

@media screen and (max-width: 500px) {
  .p-top-price__small {
    font-size: 2.4vw;
    margin: 1.8vw -0.4vw 0 0;
  }
}
.p-top-price__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  padding: 0 18px;
  width: fit-content;
  margin: 0 auto;
}
.p-top-price__title::before, .p-top-price__title::after {
  position: absolute;
  content: "";
  background-color: #444;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.p-top-price__title::before {
  left: 0;
}
.p-top-price__title::after {
  right: 0;
}

@media screen and (max-width: 500px) {
  .p-top-price__title {
    font-size: max(4vw, 16px);
    padding: 0 3.3vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__title::before, .p-top-price__title::after {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 10vw;
  }
}
.p-top-price__gr:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-top-price__trigger-in {
  display: block;
  width: 100%;
  background-color: #444;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.625rem 0;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 500px) {
  .p-top-price__trigger-in {
    font-size: max(3.6vw, 16px);
  }
}
.p-top-price__trigger-in::after {
  content: "";
  top: 50%;
  position: absolute;
  right: 20px;
  width: 9px;
  aspect-ratio: 1/1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  transition: ease-in-out 0.22s;
}
.p-top-price__trigger-in[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.p-top-price__trigger-in[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-135deg);
}

.p-top-price__content {
  border-radius: 0 0 4px 4px;
}

.p-top-price__item {
  padding: 10px;
  background-color: #fff;
}
.p-top-price__item:not(:last-of-type) {
  border-bottom: 1px solid #FCFCFC;
}

.p-top-price__item-inner {
  padding: 20px;
  border: 1px solid rgba(68, 68, 68, 0.3019607843);
}
@media screen and (max-width: 500px) {
  .p-top-price__item-inner {
    padding: 4vw;
  }
}

.p-top-price__others {
  background-color: #fff;
}

.p-top-price__tb-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin-top: 12px;
  color: rgba(68, 68, 68, 0.6);
}
@media screen and (max-width: 500px) {
  .p-top-price__tb-note {
    font-size: max(2.4vw, 10px);
  }
}

.p-top-price__sub {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-top__table {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.6);
}

.p-top-price__title2 {
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .p-top-price__title2 {
    margin-top: 8vw;
  }
}
.p-top-price__pricearea {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 16px;
}
.p-top-price__pricearea img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .p-top-price__pricearea {
    max-width: 80.4vw;
    margin-top: 1.8vw;
  }
}
.p-top-price__price1 {
  width: 38%;
}

.p-top-price__price2 {
  width: 59%;
}

.p-top-price__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 104px;
  width: 7%;
  padding-top: 4px;
}

@media screen and (max-width: 500px) {
  .p-top-price__arrow {
    height: 20.8vw;
    padding-top: 0.8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__arrow svg {
    width: 2vw;
    height: 4vw;
  }
}
.p-top-price__sub-ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  gap: 10px;
  padding: 14px 10px;
}
@media screen and (max-width: 500px) {
  .p-top-price__sub-ttl {
    font-size: max(3.2vw, 14px);
  }
}
.p-top-price__sub-ttl .line {
  flex: 1 1 auto;
  height: 1px;
  border-top: 1px dashed rgba(68, 68, 68, 0.6);
}
.p-top-price__sub-ttl .text {
  flex: 0 0 auto;
}

.p-top-price__others-tb {
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-top-price__others-tb {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-price__others-tb th,
.p-top-price__others-tb td {
  border: 1px solid #FCFCFC;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
}
.p-top-price__others-tb th .tax,
.p-top-price__others-tb td .tax {
  font-size: 0.8em;
  color: rgba(68, 68, 68, 0.6);
}

.p-top-price__limited {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  opacity: 0.6;
}

.p-top-price__attention {
  margin-top: 10px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  opacity: 0.6;
}

@media screen and (max-width: 500px) {
  .p-top-price__attention {
    margin-top: 2vw;
  }
}
.p-top-price__text {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .p-top-price__text {
    margin-top: 8vw;
    margin-bottom: 2vw;
    font-size: max(3.6vw, 12px);
  }
}
.p-top-price__trial {
  margin-top: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.p-top-price__trial .p-top-price__title2 {
  margin-top: 0;
}
.p-top-price__trial ul {
  margin-top: 20px;
}
.p-top-price__trial li {
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative;
}
.p-top-price__trial li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #444;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}

@media screen and (max-width: 500px) {
  .p-top-price__trial {
    margin-top: 8vw;
  }
  .p-top-price__trial li {
    padding-left: 3.2vw;
    font-size: max(3.2vw, 12px);
  }
  .p-top-price__trial li::before {
    width: 1.2vw;
  }
}
.p-top-price__table {
  border: #cccccc 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.p-top-price__table tr {
  border-bottom: #cccccc 1px solid;
}
.p-top-price__table th {
  background-color: #444;
  color: #fff;
  padding: 14px;
  width: 35%;
  font-weight: 500;
}
.p-top-price__table th small {
  display: block;
}
.p-top-price__table th.-center {
  vertical-align: middle;
}
.p-top-price__table td {
  background-color: #fcfcfc;
  padding: 14px 20px;
  width: 65%;
}
.p-top-price__table td small {
  font-size: 12px;
  display: block;
  color: rgba(68, 68, 68, 0.6);
  margin-top: 8px;
}
.p-top-price__table.-price {
  border: none;
  font-size: 16px;
}
.p-top-price__table.-price tr {
  border-color: #f1f1f1;
}
.p-top-price__table.-price tr > * {
  text-align: center;
  vertical-align: middle;
  padding-inline: 7px;
}
.p-top-price__table.-price td {
  width: auto;
}
.p-top-price__table.-price small {
  margin-top: unset;
  font-size: 12px;
}
.p-top-price__table.-price th {
  width: 40%;
}
.p-top-price__table.-price th:first-child {
  width: auto;
  min-width: 7em;
}
.p-top-price__table.-price tr > *:not(:first-child) {
  border-left: 1px solid #f1f1f1;
}
.p-top-price__table.-price .non {
  background: unset;
  border: none;
}

@media screen and (max-width: 500px) {
  .p-top-price__table {
    font-size: max(2.8vw, 12px);
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__table th {
    padding: 2.8vw 4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__table td {
    padding: 2.8vw 4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__table td small {
    font-size: 2.4vw;
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-price__table.-price {
    font-size: max(3.2vw, 12px);
  }
}
.p-top-flow {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 0;
}

@media screen and (max-width: 500px) {
  .p-top-flow {
    padding: 0 calc(50vw - 50%) 0;
  }
}
.p-top-flow__inner {
  position: relative;
  padding-block: 60px;
}
@media screen and (max-width: 500px) {
  .p-top-flow__inner {
    padding-block: max(12vw, 50px);
  }
}
.p-top-flow__inner::after {
  position: absolute;
  content: "";
  background-image: url("../images/flow-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 109px;
  height: 100%;
  left: -20px;
  top: 0;
}

@media screen and (max-width: 500px) {
  .p-top-flow__inner::after {
    width: 21.8vw;
    left: -4vw;
  }
}
.p-top-flow__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-left: 59px;
}

@media screen and (max-width: 500px) {
  .p-top-flow__list {
    gap: 4vw;
    margin-top: 8vw;
    margin-left: 11.8vw;
    margin-right: 4vw;
  }
}
.p-top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-flow__item {
    gap: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-flow__item svg {
    width: 12vw;
    height: 12vw;
  }
}
.p-top-flow__wrap {
  width: calc(100% - 70px);
}

@media screen and (max-width: 500px) {
  .p-top-flow__wrap {
    width: calc(100% - 14vw);
  }
}
.p-top-flow__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-flow__title {
    font-size: max(4.4vw, 16px);
    margin-top: 2vw;
  }
}
.p-top-flow__text {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-flow__text {
    margin-top: 2vw;
  }
}
.p-top-faq {
  padding: 60px 0;
  background: #F1F1F1;
}

@media screen and (max-width: 500px) {
  .p-top-faq {
    padding: 12vw 0;
  }
  .l-inner {
    background: transparent;
  }
}
.p-top-faq__list {
  margin-top: 23px;
}

@media screen and (max-width: 500px) {
  .p-top-faq__list {
    margin-top: 4.6vw;
  }
}
.p-top-faq__item {
  padding: 0px 0px 10px 0;
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 500px) {
  .p-top-faq__item {
    padding: 0px 0px 2vw 0;
  }
}
.p-top-faq__q {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 40px 40px 24px 0;
  position: relative;
  width: 100%;
  text-indent: -20px;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .p-top-faq__q {
    font-size: max(3.6vw, 14px);
    padding: 8vw 8vw 4.8vw 0;
    text-indent: -4vw;
    padding-left: 4vw;
  }
}
.p-top-faq__a {
  display: none;
  padding-bottom: 18px;
}

@media screen and (max-width: 500px) {
  .p-top-faq__a {
    padding-bottom: 3.6vw;
  }
}
.p-top-faq__cross {
  position: absolute;
  right: 15px;
  top: calc(50% + 7px);
}
.p-top-faq__cross::before {
  position: absolute;
  content: "";
  background-color: #444;
  left: 0;
  top: 0;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-faq__cross::after {
  position: absolute;
  content: "";
  background-color: #444;
  left: 0;
  top: 0;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  rotate: 90deg;
}
.p-top-faq__cross.-active::after {
  rotate: 0deg;
}

@media screen and (max-width: 500px) {
  .p-top-faq__cross {
    right: 3vw;
    top: calc(50% + 1.4vw);
  }
}
@media screen and (max-width: 500px) {
  .p-top-faq__cross::before, .p-top-faq__cross::after {
    width: 3.2vw;
    height: 0.4vw;
  }
}
.p-top-contact {
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 60px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/counseling-bg.webp);
  background-size: contain;
  background-position: center;
}
.p-top-contact::before, .p-top-contact::after {
  position: absolute;
  content: "CONTACT";
  color: rgba(192, 192, 192, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 104px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}
.p-top-contact::before {
  top: -26px;
}
.p-top-contact::after {
  bottom: -26px;
  -webkit-transform: translateX(-50%) scaleX(-1) scaleY(-1);
  transform: translateX(-50%) scaleX(-1) scaleY(-1);
}

@media screen and (max-width: 500px) {
  .p-top-contact {
    padding: 12vw calc(50vw - 50%) 12vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact::before, .p-top-contact::after {
    font-size: 20.8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact::before {
    top: -5.2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact::after {
    bottom: -5.2vw;
  }
}
.p-top-contact__inner {
  background-image: url(../images/contact-inner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 56px 30px 53px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .p-top-contact__inner {
    padding: 11.2vw 6vw 10.6vw;
  }
}
.p-top-contact__title {
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .p-top-contact__title svg {
    width: 3vw;
    height: 4.4vw;
  }
}
.p-top-contact__title--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__title--sm {
    gap: 2vw;
    font-size: 4vw;
  }
}
.p-top-contact__title--lg {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #444;
  margin: 13px -30px 0;
  color: #fff;
  height: 90px;
  position: relative;
  background-image: url(../images/counseling-titbg.webp);
  background-size: cover;
}
.p-top-contact__title--lg::before, .p-top-contact__title--lg::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-top-contact__title--lg::before {
  top: 4px;
}
.p-top-contact__title--lg::after {
  bottom: 4px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__title--lg {
    font-size: 4.8vw;
    margin: 2.6vw -6vw 0;
    height: 18vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__title--lg::before, .p-top-contact__title--lg::after {
    height: 0.2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__title--lg::before {
    top: 0.8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__title--lg::after {
    bottom: 0.8vw;
  }
}
.p-top-contact__text1 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 31px;
}
.p-top-contact__text1 strong {
  position: relative;
  z-index: 1;
  padding-bottom: 0.3rem;
  background: linear-gradient(0deg, #e4dac1 35%, rgba(255, 255, 255, 0) 35%);
}

@media screen and (max-width: 500px) {
  .p-top-contact__text1 {
    font-size: max(2.8vw, 12px);
    margin-top: 6.2vw;
  }
}
.p-top-contact__text2 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__text2 {
    font-size: max(3.2vw, 12px);
    margin-top: 6vw;
  }
}
.p-top-contact-tel {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel {
    margin-top: 6vw;
  }
}
.p-top-contact-tel__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.p-top-contact-tel__title svg:first-of-type {
  margin-right: 12px;
}
.p-top-contact-tel__title svg:last-of-type {
  margin-left: 12px;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__title {
    font-size: 5.6vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact-tel__title svg:first-of-type {
    margin-right: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact-tel__title svg:nth-of-type(2) {
    width: 3.6vw;
    height: 4.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact-tel__title svg:last-of-type {
    margin-left: 2.4vw;
  }
}
.p-top-contact-tel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 19px;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__list {
    gap: 2.4vw;
    margin-top: 3.8vw;
  }
}
.p-top-contact-tel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.p-top-contact-tel__item span {
  background-color: #444;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 24px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
.p-top-contact-tel__item a {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__item {
    gap: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact-tel__item span {
    width: max(15.4vw, 60px);
    height: max(4.8vw, 17px);
    border-radius: 10vw;
    font-size: max(2.4vw, 10px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact-tel__item a {
    font-size: 4.8vw;
  }
}
.p-top-contact-tel__small {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: rgba(68, 68, 68, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 10px;
  display: block;
  text-indent: -13px;
  padding-left: 7px;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__small {
    font-size: max(2.4vw, 10px);
    margin: 2.4vw auto 2vw;
    text-indent: -2.6vw;
    padding-left: 1.4vw;
  }
}
.p-top-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  max-width: 400px;
  width: 100%;
  height: 70px;
  border-radius: 50px;
}
.p-top-contact__button.-mail {
  background: -webkit-gradient(linear, left bottom, left top, from(#bda46a), color-stop(50%, #d3c383), to(#ede7d7));
  background: linear-gradient(0deg, #bda46a 0%, #d3c383 50%, #ede7d7 100%);
  margin: 28px auto 0;
}
.p-top-contact__button.-mail p {
  padding-bottom: 5px;
}
.p-top-contact__button.-tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#414141));
  background: linear-gradient(180deg, #606060 0%, #414141 100%);
  color: #fff;
  margin: 28px auto 0;
}
.p-top-contact__button.-tel p {
  padding-bottom: 5px;
}
.p-top-contact__button.-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#414141));
  background: linear-gradient(180deg, #606060 0%, #414141 100%);
  margin: 20px auto 0;
}
.p-top-contact__button.-line p {
  color: #fff;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-contact__button p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top-contact__button p span {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  padding-top: 4px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button {
    gap: 1.2vw;
    max-width: 80vw;
    height: 14vw;
    border-radius: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-mail {
    margin: 5.6vw auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-mail svg {
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-mail p {
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-tel {
    margin: 5.6vw auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-tel svg {
    width: 4.4vw;
    height: 4.4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-tel p {
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-line {
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-line svg {
    width: 5vw;
    height: 4.8vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button.-line p {
    padding-bottom: 0.6vw;
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button p {
    font-size: max(3.6vw, 14px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-contact__button p span {
    font-size: 4.8vw;
    padding-top: unset;
  }
}
.p-top-clinic {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}

@media screen and (max-width: 500px) {
  .p-top-clinic {
    padding: 12vw calc(50vw - 50%);
  }
}
.p-top-clinic__item {
  margin-top: 30px;
  padding: 40px;
}

@media screen and (max-width: 500px) {
  .p-top-clinic__item {
    margin-top: 6vw;
    padding: 8vw;
  }
}
.p-top-clinic__img img {
  width: 100%;
  height: auto;
}

.p-top-clinic__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .p-top-clinic__title {
    font-size: max(4.4vw, 16px);
    margin-top: 4vw;
  }
}
.p-top-clinic__text {
  line-height: 1.8;
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .p-top-clinic__text {
    margin-top: 1.6vw;
  }
}
.p-top-clinic__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background-color: #444;
  color: #fff;
  width: 179px;
  height: 38px;
  border-radius: 50px;
  margin-top: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 500px) {
  .p-top-clinic__button {
    gap: 2vw;
    width: 35.8vw;
    height: 7.6vw;
    border-radius: 10vw;
    margin-top: 4.8vw;
    font-size: max(3.6vw, 14px);
  }
}
@media screen and (max-width: 500px) {
  .p-top-clinic__button svg {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

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

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

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

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

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

@media screen and (max-width: 750px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

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

@media screen and (max-width: 750px) {
  .s-text-center {
    text-align: center;
  }
}
/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}

@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}
.u-xl-hidden {
  display: block;
}

@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}
.u-md-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-md-hidden {
  display: block;
}

@media screen and (max-width: 750px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .u-md-hidden--flex {
    display: none;
  }
}