@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");

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

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

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.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: #fff;
}

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

@media screen and (max-width: 500px) {
  .l-header {
    padding-top: 4.2vw;
  }
}

.l-footer {
  background-color: #444;
  color: rgba(255, 255, 255, .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 {
  background-color: #fff;
  padding-inline: 20px;
}

@media screen and (max-width: 500px) {
  .l-inner {
    padding-inline: 4vw;
  }
}

.c-cta {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(68, 68, 68, .6);
  background-color: #fff;
  border-radius: 50px;
  width: 460px;
  padding: 7px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: calc(.5em + 8px);
  pointer-events: none;
}

.c-cta__lead span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .c-cta__lead {
    font-size: max(2.8vw, 12px);
    border-radius: 10vw;
    width: 95vw;
  }
}

.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, .4);
}

@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__tel:hover {
  opacity: 1;
}

.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;
}

@media screen and (max-width: 500px) {
  .c-cta__button {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .c-cta__button {
    gap: 1.2vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .c-cta__button.-line svg {
    width: 4.2vw;
    height: 4vw;
  }
}

.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%);
}

@media screen and (max-width: 500px) {
  .c-cta__button.-web svg {
    width: 3.6vw;
    height: 3.6vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .c-cta__button.-tel svg {
    width: 3.6vw;
    height: 3.6vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .c-cta__button p {
    font-size: 3.6vw;
  }
}

.c-cta__button p span {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  padding-top: 4px;
}

@media screen and (max-width: 500px) {
  .c-cta__button p span {
    font-size: 4vw;
    padding-top: 0.8vw;
  }
}

.c-cta__button:hover {
  opacity: 1;
}

.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: 600;
  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;
}

@media screen and (max-width: 500px) {
  .p-top__title2 {
    font-size: max(4vw, 14px);
    padding-left: 2vw;
  }
}

.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::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: 4px;
  border: 1px solid #444444;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .p-top__border {
    border-radius: 0.8vw;
  }
}

.p-top__border::after {
  position: absolute;
  border: 1px solid rgba(68, 68, 68, .4);
  content: "";
  inset: 10px;
  border-radius: 2px;
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .p-top__border::after {
    border-radius: 0.4vw;
    inset: 2vw;
  }
}

.p-top-mv__lead {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  margin: 0 -13px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__lead {
    font-size: 3.6vw;
    gap: 0.4vw;
    margin: 0 -2.6vw;
  }
}

.p-top-mv__lead span {
  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: -webkit-gradient(linear, left top, right top, from(#EFE2C1), to(#CAB787));
  background: linear-gradient(90deg, #EFE2C1 0%, #CAB787 100%);
  font-size: 20px;
  padding: 6px 8px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__lead span {
    font-size: 4vw;
    padding: 1.2vw 1.6vw;
  }
}

.p-top-mv__contents {
  position: relative;
}

.p-top-mv__title {
  font-weight: 600;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: end;
  position: absolute;
  top: 35px;
  left: 25px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__title {

    top: 13.5vw;
    left: 3.5vw;
  }
}

.p-top-mv__title--sm {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.01em;
  display: block;
  text-shadow: 0 0 10px rgba(109, 109, 109, .45);
  transform: translateZ(0);
  position: relative;
}

@media screen and (max-width: 500px) {
  .p-top-mv__title--sm {
    font-size: 5.2vw;
  }
}

.p-top-mv__title--lg {
  font-size: 26px;
  letter-spacing: 0.12em;
  display: block;
  margin-right: 24px;
}

.p-top-mv__title--lg:first-of-type {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 500px) {
  .p-top-mv__title--lg {
    font-size: 5.2vw;
    margin-right: 4.8vw;
  }
}

.p-top-mv__title--lg .-bg {
  background-color: #444;
  color: #fff;
  padding: 10px 2px 8px;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__title--lg .-bg {
    padding: 2vw 0.4vw 1.6vw;
    font-size: 5.7vw;
    margin-bottom: 1.2vw;
  }
}

.p-top-mv__bottom {
  margin-top: -75px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__bottom {
    margin-top: -17vw;
  }
}

.p-top-mv__bg {
  width: calc(100% + 20px * 2);
  margin-left: -20px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__bg {
    margin-right: -4vw;
    width: calc(100% + 4vw * 2);
  }
}

.p-top-mv__bg img {
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 500px) {
  .p-top-mv__small {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}

.p-top-mv__pricearea {
  margin: 25px -20px 0;
  width: calc(100% + 20px * 2);
}

@media screen and (max-width: 500px) {
  .p-top-mv__pricearea {
    margin-top: 1vw;
    margin-left: -4vw;
    width: calc(100% + 4vw * 2);
  }
}

.p-top-mv__pricearea img {
  width: 100%;
  height: auto;
}

.p-top-mv__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 114px;
  padding-bottom: 16px;
}

@media screen and (max-width: 500px) {
  .p-top-mv__arrow {
    height: 22.8vw;
    padding-bottom: 3.2vw;
  }
}

@media screen and (max-width: 500px) {
  .p-top-mv__arrow svg {
    width: 2vw;
    height: 4vw;
  }
}

.p-top-worries {
  margin: 0 -20px;
}

@media screen and (max-width: 500px) {
  .p-top-worries {
    margin: 0 -4vw;
  }
}

.p-top-worries img {
  width: 100%;
  height: auto;
}

.p-top-features {
  margin: 0 calc(50% - 50vw);
  padding: 58px calc(50vw - 50%) 60px;
  width: 100vw;
  background-color: #FCFCFC;
}

@media screen and (max-width: 500px) {
  .p-top-features {
    padding: 11.6vw calc(50vw - 50%) 12vw;
  }
}

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

.p-top-features__listwrap {
  border: 1px solid #444;
  position: relative;
  margin: 40px 0 0;
  padding: 6px;
  border-radius: 2px;
}

@media screen and (max-width: 500px) {
  .p-top-features__listwrap {
    margin: 10vw 0 0;
    padding: 1.2vw;
    border-radius: 0.4vw;
  }
}

.p-top-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 18px 14px;
  border: 1px solid #444;
  border-radius: 2px;
  background-color: #444;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .p-top-features__list {
    padding: 4.4vw 3.6vw 8.6vw;
    border-radius: 0.4vw;
  }
}

.p-top-features__list::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px 0 50px 0;
}

@media screen and (max-width: 500px) {
  .p-top-features__list::after {
    border-radius: 10vw 0 10vw 0;
  }
}

.p-top-features__item:not(:last-of-type) {
  border-bottom: 1px dashed rgba(68, 68, 68, .6);
}

.p-top-features__item {
  position: relative;
  padding-block: 18px;
  padding-left: 29px;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .p-top-features__item {
    padding-block: 3.8vw;
    padding-left: 5.8vw;
    font-size: max(3.2vw, 14px);
  }
}

.p-top-features__item::after {
  position: absolute;
  content: "";
  background-image: url("../images/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 14px;
  left: 0;
  top: 26px;
}

@media screen and (max-width: 500px) {
  .p-top-features__item::after {
    top: 1.5em;
    width: 4.2vw;
    height: 2.8vw;
  }
}

.p-top-features__item span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.p-top-features__item span::after {
  position: absolute;
  content: "";
  background-color: #E4DAC1;
  width: 100%;
  height: .5em;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top-about {
  margin: -50px calc(50% - 50vw) 0;
  padding: 110px calc(50vw - 50%) 69px;
}

@media screen and (max-width: 500px) {
  .p-top-about {
    margin: -10vw calc(50% - 50vw) 0;
    padding: 22vw calc(50vw - 50%) 13.8vw;
  }
}

.p-top-about__index {
  margin-inline: auto;
  width: fit-content;
  margin-top: 40px;
}

.p-top-about__index-item {
  font-size: 18px;
  border-bottom: 1px dashed #444;
  line-height: 1.5;
  margin-top: 10px;
}

.p-top-about__index-item::before {
  content: "";
  background-image: url(../images/icon-check.svg);
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 4px;
}

@media screen and (max-width: 500px) {
  .p-top-about__index-item {
    font-size: max(3.6vw, 14px);
  }

  .p-top-about__index-item::before {
    width: 4vw;
    height: 3vw;
    margin-right: 0.8vw;
  }
}

.p-top-about__lead {
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}

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

.p-top-about__lead .-bg {

  background-color: #444;
  color: #fff;
  padding: 6px 12px;
  margin-right: 8px;
}

@media screen and (max-width: 500px) {
  .p-top-about__lead .-bg {
    padding: 1.2vw 2.4vw;
    margin: 0 0.8vw 0 0px;
  }
}

.p-top-about__list {
  margin-top: min(6vw, 22px);
}

.p-top-about__item {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid rgba(68, 68, 68, 0.4);
  border-radius: 6px;
  padding-block: 26px;
}

@media screen and (max-width: 500px) {
  .p-top-about__item {
    margin-top: 6vw;
    padding-block: 5.2vw;
  }
}

.p-top-about__item-dir {
  display: block;
  width: 80px;
  height: 58px;
  margin: 18px auto;
  position: relative;
}

@media screen and (max-width: 500px) {
  .p-top-about__item-dir {
    width: 16vw;
    height: 11.6vw;
    margin: 6vw auto;
  }
}

.p-top-about__item-dir::before,
.p-top-about__item-dir::after {
  position: absolute;
  content: "";
  background-color: #444;
  left: 0;
  width: 80px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

@media screen and (max-width: 500px) {

  .p-top-about__item-dir::before,
  .p-top-about__item-dir::after {
    width: 16vw;
  }
}

.p-top-about__item-dir::after {
  rotate: 45deg;
}

.p-top-about__item-dir::before {
  rotate: -45deg;
}

.p-top-about__item__title {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 90px;
  position: relative;
  background-image: url(../images/counseling-titbg.webp);
  background-size: cover;
  font-family: "Shippori Mincho", serif;
}

.p-top-about__item__title::before {
  top: 4px;
}

.p-top-about__item__title::after {
  bottom: 4px;
}

.p-top-about__item__title::before,
.p-top-about__item__title::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 1px;
}

.p-top-about__item__title small {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.p-top-about__item__inner {
  font-size: 14px;
  padding: 22px 25px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px dashed #444;
}

@media screen and (max-width: 500px) {
  .p-top-about__item__inner {
    padding: 4.4vw 5vw;
    gap: 3.2vw;
  }
}

.p-top-about__item__text-wrap {
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .p-top-about__item__text-wrap {
    font-size: max(2.8vw, 12px);
  }
}

.p-top-about__item-head {
  padding: 6px;
  background-color: #444;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.p-top-about__item-text {
  margin-top: 8px;
  line-height: 1.8;
}

.p-top-about__item-img img {
  width: 100%;
  height: auto;
}

.p-top-about__item-list {
  margin-top: 26px;
  padding-inline: 26px;
}

@media screen and (max-width: 500px) {
  .p-top-about__item-list {
    margin-top: 5.2vw;
    padding-inline: 5.2vw;
    font-size: max(3.2vw, 14px);
  }
}

.p-top-about__item-list-item {
  line-height: 1.8;
  margin-top: 8px;
  position: relative;
  padding-left: .8em;
}

.p-top-about__item-list-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #444;
  border-radius: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  .p-top-about__item-list-item::before {
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 2vw;
  }
}

.p-top-about__item-list-item span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.p-top-about__item-list-item span::after {
  position: absolute;
  content: "";
  background-color: #E4DAC1;
  width: 100%;
  height: .5em;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-top-about__content {
  margin-top: 30px;
}

.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-about__lead.-sm {
  font-size: 18px;
  margin-top: 15px;
}

.p-top-about__lead.-sm .-bg {
  font-size: 22px;
  padding: .3em .6em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (max-width: 500px) {
  .p-top-about__lead.-sm {
    font-size: max(3.6vw, 14px);
  }

  .p-top-about__lead.-sm .-bg {
    font-size: max(4.4vw, 16px);
  }
}

.p-top-about__lead.-sm .-dot {
  position: relative;
}

.p-top-about__lead.-sm .-dot::before {
  position: absolute;
  top: -0.2em;
  left: 50%;
  content: "";
  background-color: #444;
  width: .3em;
  height: .3em;
  border-radius: 50px;
  transform: translateX(-50%);
}

.p-top-about__content-box {
  padding: 30px 29px;
  margin-block: 30px -20px;
  border-radius: 8px;
  border: 1px solid #444444;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  max-width: 420px;
  margin-inline: auto;
}

@media screen and (max-width: 500px) {
  .p-top-about__content-box {
    font-size: max(3.2vw, 14px);
    padding: 6vw 5.8vw;
    margin-block: 6vw -4vw;
  }
}

.p-top-about__content-box::after {
  position: absolute;
  border: 1px solid rgba(68, 68, 68, .4);
  content: "";
  inset: 8px;
  border-radius: 6px;
  z-index: -1;
}

.p-top-about__content-box .-bg img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-inline: auto;
}

.p-top__img-full {
  width: calc(100% + 20px * 2);
  margin-left: -20px;
}

.p-top__img-full img {
  width: 100%;
  height: auto;
}

.p-top-merit {
  background-color: #F1F1F1;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}

.p-top-merit__list {
  margin-bottom: 20px;
}

.p-top-merit__item {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #444;
  padding: 10px 30px 30px;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item {
    padding: 0 6vw 6vw;
  }
}

.p-top-merit__item__title {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #444;
}

.p-top-merit__item__title-text {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  flex-grow: 1;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item__title-text {
    font-size: max(4.8vw, 17px);
  }
}

.p-top-merit__item__title-num {
  font-size: 52px;
  font-family: "Times New Roman", serif;
  color: #fff;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  aspect-ratio: 1/1;
  position: relative;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item__title-num {
    font-size: max(10.4vw, 20px);
    width: 21.6vw;
  }
}

.p-top-merit__item:nth-child(odd) {
  margin-right: -20px;
  margin-left: 40px;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.p-top-merit__item:nth-child(odd) .p-top-merit__item__title-num {
  left: -38px;
  top: -20px;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item:nth-child(odd) {
    margin-right: -4vw;
    margin-left: 4vw;
  }
}

.p-top-merit__item:nth-child(even) {
  margin-left: -20px;
  margin-right: 40px;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item:nth-child(even) {
    margin-left: -4vw;
    margin-right: 4vw;
  }
}

.p-top-merit__item:nth-child(even) .p-top-merit__item__title {
  flex-direction: row-reverse;
}

.p-top-merit__item:nth-child(even) .p-top-merit__item__title-num {
  right: -38px;
  top: -20px;
}

.p-top-merit__item__img {
  margin-block: 24px 16px;
}

.p-top-merit__item__img img {
  width: 100%;
  height: auto;
}

.p-top-merit__item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  .p-top-merit__item__text {
    font-size: max(3.2vw, 14px);
  }
}

.p-top-merit__item__text span {
  font-weight: bold;
}

.p-top-merit__content-lead {
  margin-bottom: 16px;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-top-merit__content-lead {
    margin-bottom: 3.2vw;
    font-size: max(3.2vw, 13px);
  }
}

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

.p-top-merit__content-text {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-top-merit__content-text {
    font-size: max(4.4vw, 16px);
  }
}

.p-top-merit__content-text .-bg {
  background-color: #444;
  color: #fff;
  padding: 6px 12px;
  margin-right: .5em;
}

@media screen and (max-width: 500px) {
  .p-top-merit__content-text .-bg {
    padding: 0.37em 0.34em;
    margin-right: 0.3em;
  }
}

.p-top-doctors {
  padding: 60px 0;
}

@media screen and (max-width: 500px) {
  .p-top-doctors {
    padding: 12vw 0;
  }
}

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

@media screen and (max-width: 500px) {
  .p-top-doctors__item {
    margin-top: 8vw;
  }
}

.p-top-doctors__title {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__title {
    margin-top: 3vw;
  }
}

.p-top-doctors__title--sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__title--sm {
    font-size: max(3.2vw, 12px);
  }
}

.p-top-doctors__title--lg {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  position: relative;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -1px auto 0;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__title--lg {
    font-size: 5.2vw;
    padding: 0 3.6vw;
    margin: -0.2vw auto 0;
  }
}

.p-top-doctors__title--lg::before,
.p-top-doctors__title--lg::after {
  position: absolute;
  content: "";
  background-color: #444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

@media screen and (max-width: 500px) {

  .p-top-doctors__title--lg::before,
  .p-top-doctors__title--lg::after {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 10vw;
  }
}

.p-top-doctors__title--lg::before {
  left: 0;
}

.p-top-doctors__title--lg::after {
  right: 0;
}

.p-top-doctors__text {
  margin-top: 24px;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__text {
    margin-top: 4.8vw;
  }
}

.p-top-doctors__img {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__img {
    max-width: 60vw;
  }
}

.p-top-doctors__img img {
  width: 100%;
  height: auto;
}

.p-top-doctors__career {
  padding: 28px 36px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcfcfc;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__career {
    padding: 5.6vw 7.2vw;
    margin-top: 4vw;
    min-height: 33.6vw;
  }
}

.p-top-doctors__careertitle {
  width: 136px;
  height: 24px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 50px;
  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;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__careertitle {
    width: 27.2vw;
    height: 4.8vw;
    font-size: max(2.8vw, 12px);
    border-radius: 10vw;
  }
}

.p-top-doctors__careerlist {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__careerlist {
    margin-top: 2vw;
  }
}

.p-top-doctors__careerlist li {
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__careerlist li {
    padding-left: 3.2vw;
  }
}

.p-top-doctors__careerlist li::before {
  position: absolute;
  content: "";
  background-color: #444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

@media screen and (max-width: 500px) {
  .p-top-doctors__careerlist li::before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 10vw;
  }
}

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

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

.p-top-case__item {
  padding: 40px 0 28px;
  border-bottom: 1px dashed #444444;
}

@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;
  background-color: #444;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  border-radius: 50px;
  margin: 0 auto;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 7px;
  width: 120px;
  height: 34px;
}

@media screen and (max-width: 500px) {
  .p-top-case__subtitle {
    font-size: max(4.4vw, 16px);
    border-radius: 10vw;
    gap: 1.4vw;
    width: 24vw;
    height: 6.8vw;
  }
}

.p-top-case__subtitle span {
  font-family: "Cardo", serif;
}

.p-top-case__sliderwrap {
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
}

@media screen and (max-width: 500px) {
  .p-top-case__sliderwrap {
    max-width: 80vw;
    margin: 4vw auto 0;
  }
}

.p-top-case__sliderwrap .swiper-slide img {
  width: 100%;
  height: auto;
}

.p-top-case__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;
}

@media screen and (max-width: 500px) {
  .p-top-case__bottom {
    gap: 4.8vw;
    margin-top: 2.6vw;
  }
}

.p-top-case__bottom .swiper-pagination {
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-case__bottom .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-case__bottom .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}

.p-top-case__bottom .swiper-pagination-bullet-active {
  background: rgba(68, 68, 68, .9);
}

.p-top-case__bottom .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

@media screen and (max-width: 500px) {

  .p-top-case__bottom .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .p-top-case__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
  }
}

.p-top-case__bottom .swiper-button-next,
.p-top-case__bottom .swiper-button-prev {
  position: unset;
  width: auto;
  height: auto;
  padding-top: 26px;
}

@media screen and (max-width: 500px) {

  .p-top-case__bottom .swiper-button-next svg,
  .p-top-case__bottom .swiper-button-prev svg {
    width: 1.8vw;
    height: 3.2vw;
  }
}

.p-top-case__bottom .swiper-button-next:after,
.p-top-case__bottom .swiper-rtl .swiper-button-prev:after,
.p-top-case__bottom .swiper-button-prev:after,
.p-top-case__bottom .swiper-rtl .swiper-button-next:after {
  content: none;
  position: unset;
}

.p-top-case__img {
  margin: 20px auto 0;
}

@media screen and (max-width: 500px) {
  .p-top-case__img {
    margin: 4vw auto 0;
  }
}

.p-top-case__img img {
  width: 100%;
  height: auto;
}

.p-top-case__list {
  margin-top: 18px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 500px) {
  .p-top-case__list {
    margin-top: 2vw;
  }
}

.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, .6);
  bottom: 0;
  width: calc(100% - 10px);
  height: 1px;
}

@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);
  }
}

.p-top-case__list tr:not(:last-of-type) th::after {
  left: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-case__list tr:not(:last-of-type) th::after {
    left: 2vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-case__list th {
    padding: 2vw 2vw;
    width: 20vw;
  }
}

@media screen and (max-width: 375px) {
  .p-top-case__list th {
    font-size: max(3.2vw, 12px);
  }
}

.p-top-case__list td {
  padding: 10px 10px 10px 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2;
}

@media screen and (max-width: 375px) {
  .p-top-case__list td {
    font-size: max(3.2vw, 12px);
  }
}

.p-top-case__list td small {
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
  color: rgba(68, 68, 68, .6);
  margin-bottom: 3px;
}

@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: #FCFCFC;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 60px;
}

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

.p-top-case2__maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__maintitle {
    gap: 2.4vw;
  }
}

.p-top-case2__maintitle .-sm {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 23px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-sm {
    font-size: max(3.2vw, 12px);
    padding: 0 4.6vw;
  }
}

.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;
}

@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;
  }
}

.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: -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;
  padding: 6px 15px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .p-top-case2__maintitle .-lg {
    padding: 1.2vw 3vw;
    font-size: max(4.4vw, 16px);
  }
}

.p-top-case2__maintitle .-lg span {
  font-size: 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;
}

@media screen and (max-width: 500px) {
  .p-top-case2__title {
    margin: 6vw auto 0;
    font-size: max(4.4vw, 16px);
    padding: 0 3.6vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {

  .p-top-case2__title::before,
  .p-top-case2__title::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.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;
  }
}

.p-top-case2__subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  border: solid 1px #444;
  padding: 8px;
  color: #444;
  background: #FCFCFC;
  border-radius: 50px;
  aspect-ratio: 1 / 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-top-case2__subtitle span {
  line-height: 1;
  font-family: "Cardo", serif;
  font-size: 26px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__subtitle {
    font-size: max(2.4vw, 10px);
    padding: 1.6vw;
    width: 12vw;
  }

  .p-top-case2__subtitle span {
    font-size: 5.2vw;
  }
}

.p-top-case2__sliderwrap {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__sliderwrap {
    max-width: 92vw;
    margin: 4vw auto 0;
    padding-top: 6vw;
  }
}

.p-top-case2__sliderwrap .swiper-slide {
  background-color: #F1F1F1;
  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, .4);
  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 .swiper-slide {
    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;
}

@media screen and (max-width: 500px) {
  .p-top-case2__bottom {
    gap: 4.8vw;
    margin-top: 2.6vw;
  }
}

.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: #d9d9d9;
  opacity: 1;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__bottom .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}

.p-top-case2__bottom .swiper-pagination-bullet-active {
  background: rgba(68, 68, 68, .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;
}

@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;
  }
}

.p-top-case2__bottom .swiper-button-next,
.p-top-case2__bottom .swiper-button-prev {
  position: unset;
  width: auto;
  height: auto;
  padding-top: 26px;
}

@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__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;
}

.p-top-case2__img img {
  width: 100%;
  height: auto;
}

.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: 12px;
}

@media screen and (max-width: 500px) {
  .p-top-case2__list {
    margin-top: 4vw;
    gap: 2vw;
  }
}

.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;
  font-size: 14px;
  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;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.2em;
  flex-shrink: 0;
}

@media screen and (max-width: 500px) {
  .p-top-case2__list dt {
    width: 16vw;
    height: 24px;
    font-size: max(2.8vw, 12px);
  }
}

.p-top-case2__list dd {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 500px) {
  .p-top-case2__list dd {
    font-size: max(2.8vw, 12px);
  }
}

.p-top-case2__list dd small {
  font-size: 12px;
  color: rgba(68, 68, 68, .6);
  margin-left: 6px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .p-top-case2__list dd small {
    font-size: 2.4vw;
    margin-left: 1.2vw;
  }
}

.p-top-case2__button {
  background-color: #444;
  max-width: 187px;
  width: 100%;
  padding: 15px 10px;
  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;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .p-top-case2__button {
    max-width: min(46.5vw, 187px);
    padding-block: 1em;
    margin: 6vw auto 0;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-case2__button::after {
    width: calc(100% - 0.4vw);
    height: calc(100% - 0.4vw);
  }
}

.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 span {
    font-size: max(2.8vw, 12px);
  }
}

.p-top-price {
  background-color: #F1F1F1;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}

@media screen and (max-width: 500px) {
  .p-top-price {
    padding: 12vw 4vw;
  }
}

.p-top-price__item {
  padding: 30px 29px;
  margin-top: 20px;
}

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

@media screen and (max-width: 500px) {
  .p-top-price__item {
    padding: 7.4vw 5.8vw;
    margin-top: 4vw;
  }

  .p-top-price__item.top {
    margin-top: 8vw;
  }
}

.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: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  position: relative;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .p-top-price__title {
    font-size: max(4.4vw, 16px);
    padding: 0 3.6vw;
  }
}

.p-top-price__title::before,
.p-top-price__title::after {
  position: absolute;
  content: "";
  background-color: #444;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

@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__title::before {
  left: 0;
}

.p-top-price__title::after {
  right: 0;
}

.p-top-price__title small {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.p-top__table {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed rgba(68, 68, 68, .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 402px;
  width: 100%;
  margin-top: 9px;
}

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

.p-top-price__pricearea img {
  width: 100%;
  height: auto;
}

.p-top-price__price1 {
  width: 34%;
}

.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__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;
}

@media screen and (max-width: 500px) {
  .p-top-price__table {
    font-size: max(2.8vw, 12px);
    margin-top: 4vw;
  }
}

.p-top-price__table tr {
  border-bottom: #CCCCCC 1px solid;
}

.p-top-price__table th small {
  display: block;
}

.p-top-price__table th {
  background-color: #444;
  color: #fff;
  padding: 14px;
  width: 35%;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-top-price__table th {
    padding: 2.8vw 4vw;
  }
}

.p-top-price__table th.-center {
  vertical-align: middle;
}

.p-top-price__table td {
  background-color: #FCFCFC;
  padding: 14px 20px;
  width: 65%;
}

@media screen and (max-width: 500px) {
  .p-top-price__table td {
    padding: 2.8vw 4vw;
  }
}

.p-top-price__table td small {
  font-size: 12px;
  display: block;
  color: rgba(68, 68, 68, .6);
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .p-top-price__table td small {
    font-size: 2.4vw;
    margin-top: 1.6vw;
  }
}

.p-top-price__table.-price {
  border: none;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .p-top-price__table.-price {
    font-size: max(3.2vw, 12px);
  }
}

.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;
}

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

@media screen and (max-width: 500px) {
  .p-top-price__content {
    margin-top: 8vw;
  }
}

.p-top-price__content .p-top__img-full {
  margin-top: 16px;
}

@media screen and (max-width: 500px) {
  .p-top-price__content .p-top__img-full {
    margin-top: 3.2vw;
  }
}

.p-top-price__content-lead {
  font-size: 24px;
  text-align: center;
  margin-block: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-top-price__content-lead {
    font-size: max(4.8vw, 18px);
  }
}

.p-top-price__video {
  padding: 24px;
  margin-top: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(68, 68, 68, 0.4);
  text-align: center;
}

@media screen and (max-width: 500px) {
  .p-top-price__video {
    margin-top: 8vw;
  }
}

.p-top-price__video-text {
  font-size: 18px;
  margin-inline: auto;
  width: fit-content;
  border-bottom: 1px dashed #444;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .p-top-price__video-text {
    font-size: max(4.8vw, 14px);
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
  }
}

.p-top-price__video iframe {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 485 / 862;
  height: auto;
}

.p-top-flow__inner {
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 500px) {
  .p-top-flow__inner {
    padding: 12vw 0;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-faq {
    padding: 12vw 0;
  }
}

.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);
}

@media screen and (max-width: 500px) {
  .p-top-faq__cross {
    right: 3vw;
    top: calc(50% - -1.4vw);
  }
}

.p-top-faq__cross::before,
.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;
}

@media screen and (max-width: 500px) {

  .p-top-faq__cross::before,
  .p-top-faq__cross::after {
    width: 3.2vw;
    height: 0.4vw;
  }
}

.p-top-faq__cross::after {
  rotate: 90deg;
}

.p-top-faq__cross.-active::after {
  rotate: 0deg;
}

.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;
}

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

.p-top-contact::before,
.p-top-contact::after {
  position: absolute;
  content: "CONTACT";
  color: rgba(192, 192, 192, .3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 104px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 500px) {

  .p-top-contact::before,
  .p-top-contact::after {
    font-size: 20.8vw;
  }
}

.p-top-contact::before {
  top: -26px;
}

@media screen and (max-width: 500px) {
  .p-top-contact::before {
    top: -5.2vw;
  }
}

.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::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;
}

@media screen and (max-width: 500px) {
  .p-top-contact__title--lg {
    font-size: 4.8vw;
    margin: 2.6vw -6vw 0;
    height: 18vw;
  }
}

.p-top-contact__title--lg::before,
.p-top-contact__title--lg::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 500px) {

  .p-top-contact__title--lg::before,
  .p-top-contact__title--lg::after {
    height: 0.2vw;
  }
}

.p-top-contact__title--lg::before {
  top: 4px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__title--lg::before {
    top: 0.8vw;
  }
}

.p-top-contact__title--lg::after {
  bottom: 4px;
}

@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;
}

@media screen and (max-width: 500px) {
  .p-top-contact__text1 {
    font-size: max(2.8vw, 12px);
    margin-top: 6.2vw;
  }
}

.p-top-contact__text1 strong {
  position: relative;
  z-index: 1;

  padding-bottom: .3rem;
  background: linear-gradient(0deg, #E4DAC1 35%, rgba(255, 255, 255, 0) 35%);
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__title {
    font-size: 5.6vw;
    gap: 2vw;
  }
}

.p-top-contact-tel__title svg:first-of-type {
  margin-right: 12px;
}

@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;
  }
}

.p-top-contact-tel__title svg:last-of-type {
  margin-left: 12px;
}

@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;
}

@media screen and (max-width: 500px) {
  .p-top-contact-tel__item {
    gap: 2vw;
  }
}

.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;
}

@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);
  }
}

.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 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, .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;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button {
    gap: 1.2vw;
    max-width: 80vw;
    height: 14vw;
    border-radius: 10vw;
  }
}

.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;
}

@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;
  }
}

.p-top-contact__button.-mail p {
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button.-mail p {
    padding-bottom: 1vw;
  }
}

.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;
}

@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;
  }
}

.p-top-contact__button.-tel p {
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button.-tel p {
    padding-bottom: 1vw;
  }
}

.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;
}

@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;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button.-line p {
    padding-bottom: 0.6vw;
  }
}

.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;
}

@media screen and (max-width: 500px) {
  .p-top-contact__button p {
    font-size: max(3.6vw, 14px);
  }
}

.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 p span {
    font-size: 4.8vw;
    padding-top: unset;
  }
}

.p-top-clinic {
  padding: 60px 0;
}

@media screen and (max-width: 500px) {
  .p-top-clinic {
    padding: 12vw 0;
  }
}

.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;
  }
}

.p-top-price__tax {
  color: var(--black, #444);
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 100%;
  letter-spacing: 0.24px;
  text-align: right;
  margin-top: 14px;
}