@charset "UTF-8";
/********************************
* インナー
********************************/
:root {
  --l-inner: 1120px;
  --l-inner-short: 1040px;
}

:root {
  --padding-pc: 3.3333%;
  --padding-sp: 6.15%;
}

/********************************
* フォント
********************************/
:root {
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-rubik: "Rubik", sans-serif;
}

:root {
  --font-size-base: 16px;
}

/********************************
* カラー
********************************/
:root {
  --mono-black: #09090b;
  --red: #ea5550;
  --red-dark: #d11912;
  --pink: #f7c9dd;
  --pinkpale: #fdeff5;
  --yellow: #fdd23e;
  --yellowdark: #fec500;
  --yellowpale: #fffbe2;
  --mono-lightgray: #d4d4d8;
  --mono-middlegray: #71717a;
  --mono-palegray: #f4f4f5;
  --blue: #7ecef4;
  --bluepale: #dff3fc;
  --piechart-no1: #0d62b0;
  --piechart-no2: #fd8e3e;
  --piechart-no3: #b7b7b8;
  --piechart-no4: #f1cd4f;
  --piechart-no5: #95d5f3;
  --piechart-no6: #9ed64f;
  --piechart-no7: #014464;
  --color-base: #404040;
  --color-base-background: #fff;
  --color-border: #b3b3b3;
  --color-background: #f7f7f7;
  --color-footer-background: #e0e0e0;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #999;
  --color-light-gray: #f7f7f7;
}

/********************************
* 値
********************************/
:root {
  --header-pc-height: calc(70 / 16 * 1rem);
  --header-sp-height: calc(76 / 16 * 1rem);
  --shadow400: 0 calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) calc(-4 / 16 * 1rem) rgb(12 12 13 / 0.05), 0 calc(16 / 16 * 1rem) calc(32 / 16 * 1rem) calc(-4 / 16 * 1rem) rgb(12 12 13 / 0.1);
}

html {
  font-size: var(--font-size-base);
}
@media screen and (max-width: 1120px) {
  html {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: var(--font-size-base);
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: var(--font-noto-sans);
  color: var(--mono-black);
  background-color: var(--color-base-background);
}

/* link */
/* ============================================ */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a {
    opacity: unset;
  }
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
/* img */
/* ============================================ */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*! destyle.css v4.0.0 | 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%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 1 */
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
  text-align: left;
}

.l-contents {
  margin-block: 3.5625rem 0;
  padding-block: 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-contents {
    margin-block: 2.5rem 0;
    padding-block: 0 2.5rem;
  }
}

.l-container {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    margin-top: 3.75rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.l-inner {
  width: 100%;
  max-width: calc(var(--l-inner) + var(--padding-pc) * 2);
  height: inherit;
  padding-inline: var(--padding-pc);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-inline: var(--padding-sp);
  }
}

.l-inner._short {
  max-width: calc(var(--l-inner-short) + var(--padding-pc) * 2);
}

.l-main {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 2.5rem;
  }
}

.l-pagenation {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-pagenation {
    margin-top: 2.5rem;
  }
}

.l-product-detail {
  padding-block: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-product-detail {
    padding-block: 5rem;
  }
}

.l-section {
  margin-block: 2.8125rem;
}

.about {
  padding-block: 2.625rem 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 2.625rem 2.5rem;
  }
}

.about::after {
  content: "";
  background: url(./images/taishin/about-arrow.svg) no-repeat center center/contain;
  width: 1.5rem;
  height: 13.8125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about::after {
    height: 18.75rem;
    width: 2rem;
  }
}

.about-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
  }
}

.about-text._wave {
  border-image-source: url(./images/taishin/about-wave.svg);
  border-image-slice: 8;
  border-image-outset: 0;
  border-bottom: 0.5rem solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
}

.about-lists {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .about-lists {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.about-list-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-block: 2.5rem;
  background: var(--mono-lightgray);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .about-list-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
    max-width: 16.375rem;
    margin-inline: auto;
  }
}

.about-list-image {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: -1.5rem;
}

.about-list-image img {
  max-width: 7.5rem;
}

.about-box {
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  border: 0.25rem solid var(--pink);
  background: var(--yellowpale);
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.625rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .about-box {
    grid-auto-flow: row;
    gap: 1rem;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

.about-box-title {
  text-align: center;
  border-radius: 100vmax;
  background: var(--pink);
  padding: 0.75rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-box-title {
    padding: 0.5rem 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.about-box-title::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: var(--pink);
  position: absolute;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 768px) {
  .about-box-title::before {
    right: auto;
    left: 50%;
    top: auto;
    translate: -50% 0;
    bottom: -1.25rem;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.about-box-logo {
  max-width: 25rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .about-box-text {
    text-align: center;
    letter-spacing: 0;
  }
}

.access {
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .access {
    padding-block: 2.5rem;
  }
}

.access-contents {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .access-contents {
    grid-template-columns: 1fr;
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .access-contents + .access-contents {
    margin-top: 2.5rem;
  }
}

.access-content-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .access-content-title {
    font-size: 1rem;
  }
}

.access-content-text {
  margin-top: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.access-map {
  aspect-ratio: 540/300;
}
@media screen and (max-width: 768px) {
  .access-map {
    aspect-ratio: 342/300;
  }
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-content-video {
  margin-top: 1.5rem;
  aspect-ratio: 560/315;
}

.access-content-video iframe {
  width: 100%;
  height: 100%;
}

.button {
  border-radius: 100vmax;
  border: 0.25rem solid var(--mono-white100, #fff);
  background: var(--red);
  -webkit-box-shadow: var(--shadow400);
          box-shadow: var(--shadow400);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto auto;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
  padding: 1.25rem 2.25rem;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
    padding: 1rem 2.5rem;
  }
}

.button::before {
  content: "";
  background-image: url(./images/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

@media (any-hover: hover) {
  .button:hover {
    background: var(--red-dark);
  }
}

.bottom-button {
  width: 100%;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

.bottom-button.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.bottom-button-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-areas: "contact tel pagetop";
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .bottom-button-inner {
    gap: 0.5rem;
    padding-inline: 0.5rem;
  }
}

.bottom-button .contact-button._tel {
  grid-area: tel;
}

.bottom-button .contact-button._mail {
  grid-area: contact;
}

.bottom-button-pagetop {
  grid-area: pagetop;
  display: grid;
  place-items: center;
  width: 5.125rem;
  height: 5rem;
  background: white;
  -webkit-box-shadow: var(--shadow400);
          box-shadow: var(--shadow400);
  border-radius: 2rem;
  padding-block: 1.0625rem;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .bottom-button-pagetop {
    width: 2.5625rem;
    height: 2.5rem;
    padding-block: 0.3125rem;
    border-radius: 1rem;
  }
}

.bottom-button-pagetop img {
  width: 2.125rem;
  height: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .bottom-button-pagetop img {
    width: 1.0625rem;
    height: 0.625rem;
  }
}

.bottom-button-pagetop span {
  color: var(--mono-black, #09090b);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bottom-button-pagetop span {
    font-size: 0.46875rem;
  }
}

@media screen and (max-width: 768px) {
  .bottom-button .contact-button-balloon,
  .bottom-button .contact-button-time {
    display: none;
  }
  .bottom-button .contact-button._tel .contact-button-text,
  .bottom-button .contact-button._mail .contact-button-text {
    padding: 0;
    font-size: 1rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    gap: 0.25rem;
  }
  .bottom-button .contact-button._tel .contact-button-text::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.case-content {
  border-radius: 0.5rem;
  border: 0.25rem solid var(--pink);
  background: var(--pinkpale);
  padding: 1.25rem 2.25rem;
}
@media screen and (max-width: px) {
  .case-content {
    padding: 1.25rem;
  }
}

.case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .case-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.case-title-main {
  color: var(--yellow);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  background: var(--mono-black);
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .case-title-main {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
  }
}

.case-title-sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .case-title-sub {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}

.case-lists {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .case-lists {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.case-list {
  background: white;
  padding-block: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-list {
    padding-block: 1rem;
  }
}

.case-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-underline-offset: -0.3125rem;
  text-decoration-color: var(--yellow);
  text-decoration-line: underline;
  text-decoration-thickness: 0.75rem;
}
@media screen and (max-width: 768px) {
  .case-list-title {
    font-size: 1.25rem;
  }
}

.case-list-price {
  margin-top: 0.875rem;
  color: var(--red, #ea5550);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.case-list-number {
  font-size: 3rem;
}

.case-list-text {
  margin-top: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .case-list-text {
    margin-top: 0.75rem;
  }
}

.com-title {
  text-align: center;
}

.com-title-en {
  color: var(--blue);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .com-title-en {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

.com-title-jp {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .com-title-jp {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }
}

.com-title._pink .com-title-en {
  color: var(--pink);
}

.com-title._white .com-title-en {
  color: white;
}

.com-title-jp-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .com-title-jp-small {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-component__previewTitle {
  margin-top: 1.875rem;
}

.p-component__preview {
  margin-top: 1.25rem;
}

.contact {
  background: var(--blue);
  padding-block: 5rem;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 2.5rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.contact-tel {
  margin-top: 2.25rem;
  max-width: 45rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-tel {
    margin-top: 1.3125rem;
  }
}

.contact-tel-image01 {
  position: absolute;
  top: -100%;
  left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-tel-image01 {
    max-width: 2.625rem;
    top: -35%;
    left: 0;
  }
}

.contact-tel-image01 img {
  max-width: 4.625rem;
}

.contact-tel-image02 {
  position: absolute;
  top: -83%;
  right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-tel-image02 {
    top: -30%;
    right: 0;
  }
}

.contact-tel-image02 img {
  max-width: 7.4375rem;
}
@media screen and (max-width: 768px) {
  .contact-tel-image02 img {
    max-width: 4.1875rem;
  }
}

.contact-form {
  background: white;
  border-radius: 1.5rem;
  margin-top: 2.5rem;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 1.25rem;
    padding: 2.5rem 1rem;
  }
}

.contact-form-inner {
  max-width: 45rem;
  margin-inline: auto;
}

.contact-form-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.contact-button-balloon {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.625rem 1.875rem;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-button-balloon {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.75rem;
    max-width: 16.8125rem;
    width: 100%;
    text-align: center;
  }
}

.contact-button._mail .contact-button-balloon {
  border: 0.125rem solid var(--red);
  background: white;
}

.contact-button._tel .contact-button-balloon {
  border: 0.125rem solid white;
  background: var(--mono-black);
  color: white;
}

.contact-button-balloon::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 0.625rem;
  background: white;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  translate: -50% 0;
}

.contact-button._tel .contact-button-balloon::after {
  background: var(--mono-black);
}

.contact-button-text {
  -webkit-box-shadow: var(--shadow400);
          box-shadow: var(--shadow400);
  border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem 1rem;
  margin-top: -0.75rem;
}
@media screen and (max-width: 768px) {
  .contact-button-text {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    gap: 0.25rem 0.75rem;
    padding-inline: 0.875rem;
  }
}

.contact-button._mail .contact-button-text,
.contact-button._top .contact-button-text {
  background: var(--red);
  color: white;
  padding: 1.5rem 2.5rem;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.contact-button._mail:hover .contact-button-text,
.contact-button._top:hover .contact-button-text {
  background: var(--red-dark);
}

.contact-button._tel .contact-button-text {
  background: white;
  font-weight: 500;
  font-size: 2rem;
  -ms-flex-item-align: end;
      align-self: end;
  padding: 0.9375rem 2.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact-button._tel .contact-button-text {
    font-size: 1.5rem;
    padding: 1.125rem 0.5rem;
  }
}

.contact-button-tel {
  font-family: var(--font-rubik);
}

.contact-button-text::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-button-text::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.contact-button._mail .contact-button-text::before {
  background-image: url(./images/common/icon-mail.svg);
}

.contact-button._tel .contact-button-text::before {
  background-image: url(./images/common/icon-tel.svg);
  justify-self: end;
}

.contact-button-time {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  grid-column: 1/-1;
}
@media screen and (max-width: 768px) {
  .contact-button-time {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}

.contact-button._large .contact-button-balloon {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-button._large .contact-button-balloon {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.contact-button._large .contact-button-text {
  padding-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact-button._large .contact-button-text {
    padding-inline: 0.25rem;
    letter-spacing: 0;
  }
}

.contact-button._large .contact-button-tel {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-button._large .contact-button-tel {
    font-size: 2rem;
  }
}

.contact-button._large .contact-button-time {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-button._large .contact-button-time {
    font-size: 0.8125rem;
  }
}

.contents-content {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--mono-lightgray);
  background: var(--mono-palegray);
  padding-block: 1.5rem;
  padding-inline: 6.1538461538%;
}

.contents-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid var(--mono-lightgray);
}

.contents-lists {
  margin-top: 1rem;
  counter-reset: listnum;
}

.contents-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.contents-list::before {
  counter-increment: listnum;
  content: counter(listnum) "．";
}

.contents-list a {
  text-decoration: underline;
}

.contents-sub-list a {
  margin-left: 1rem;
  text-transform: uppercase;
}

.cta {
  padding-block: 4rem;
  background: url(./images/common/mv-background@2x.webp) no-repeat center center/cover;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-block: 2.5rem;
  }
}

.cta-inner {
  position: relative;
}

.cta-content {
  border-radius: 1.5rem;
  border: 0.375rem solid var(--yellow);
  background: var(--yellowpale);
  padding-block: 2.625rem;
}
@media screen and (max-width: 768px) {
  .cta-content {
    padding: 2rem 1.25rem;
    border-radius: 1rem;
  }
}

.cta-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta-text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.cta-text._underline {
  border-image-source: url(./images/common/cta-border@2x.png);
  border-image-slice: 4;
  border-image-outset: 0;
  border-bottom: 0.125rem solid;
  padding-bottom: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.cta-text._large {
  margin-top: 1.875rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cta-text._large {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}

.cta-text._medium {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta-text._medium {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.cta-buttons {
  margin-top: 1.3125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta-buttons {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.cta-image01,
.cta-image02 {
  position: absolute;
  bottom: -2.3125rem;
}

.cta-image01 {
  left: -0.875rem;
}
@media screen and (max-width: 1280px) {
  .cta-image01 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-image01 {
    left: 6%;
  }
}

.cta-image01 img {
  max-width: 9.8125rem;
}
@media screen and (max-width: 1280px) {
  .cta-image01 img {
    max-width: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-image01 img {
    max-width: 4.875rem;
  }
}

.cta-image02 {
  right: 1.4375rem;
}
@media screen and (max-width: 1280px) {
  .cta-image02 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-image02 {
    right: 6%;
  }
}

.cta-image02 img {
  max-width: 8.6875rem;
}
@media screen and (max-width: 1280px) {
  .cta-image02 img {
    max-width: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-image02 img {
    max-width: 4.375rem;
  }
}

.cta._complete {
  min-height: calc(100svh - var(--header-pc-height) - 6.25rem);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cta._complete {
    min-height: calc(100svh - var(--header-sp-height) - 6.25rem);
  }
}

.cta._complete .contact-button-text {
  margin-top: 6.25rem;
  max-width: 22.5rem;
  margin-inline: auto;
  grid-template-columns: 1fr;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta._complete .contact-button-text {
    margin-block: 3.75rem 1.25rem;
  }
}

.cta._complete .contact-button-text::before {
  content: none;
}

:root:has(:modal) {
  overflow: hidden;
}

.drawer-button {
  position: relative;
  z-index: 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;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100vmax;
  border: 0.0625rem solid var(--mono-lightgray);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0.5rem;
  right: 0.75rem;
  background-color: white;
}

.drawer-button._close {
  position: fixed;
  top: 0.5rem;
  right: 0.75rem;
}

.drawer-line {
  font-size: 0;
}

.drawer-line,
.drawer-line::before,
.drawer-line::after {
  position: absolute;
  display: block;
  width: 1.875rem;
  height: 0.0625rem;
  content: "";
  background-color: black;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.drawer-line::before {
  bottom: 0.5rem;
}

.drawer-line::after {
  top: 0.5rem;
}

.drawer-modal.is-open .drawer-button._close .drawer-line,
.drawer-button[aria-expanded=true] .drawer-line {
  background-color: transparent;
}

.drawer-modal.is-open .drawer-button._close .drawer-line::before,
.drawer-button[aria-expanded=true] .drawer-line::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--color-black);
}

.drawer-modal.is-open .drawer-button._close .drawer-line::after,
.drawer-button[aria-expanded=true] .drawer-line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: var(--color-black);
}

.drawer-modal {
  position: relative;
  position: fixed;
  inset-block: 0;
  inset-inline: auto 0;
  display: block;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: transparent;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.06);
}

.drawer-modal::-webkit-scrollbar {
  display: none;
}

.drawer-modal.is-open {
  -webkit-animation: modalContainerOpen 0.3s ease-out 0.1s forwards;
          animation: modalContainerOpen 0.3s ease-out 0.1s forwards;
}

.drawer-modal.is-close {
  -webkit-animation: modalContainerClose 0.3s ease-out forwards;
          animation: modalContainerClose 0.3s ease-out forwards;
}

.drawer-modal::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out;
}

.drawer-modal::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.drawer-modal.is-open::-ms-backdrop {
  animation: modalOpen 0.3s ease-out forwards;
  background-color: var(--color-white);
}

.drawer-modal.is-open::backdrop {
  -webkit-animation: modalOpen 0.3s ease-out forwards;
          animation: modalOpen 0.3s ease-out forwards;
  background-color: var(--color-white);
}

.drawer-modal.is-close::-ms-backdrop {
  animation: modalClose 0.3s ease-out forwards;
}

.drawer-modal.is-close::backdrop {
  -webkit-animation: modalClose 0.3s ease-out forwards;
          animation: modalClose 0.3s ease-out forwards;
}

.drawer-container {
  height: 100%;
  height: 100dvh;
  width: 80vw;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: var(--blue);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 4.6875rem;
}

.drawer-container::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes modalContainerOpen {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes modalContainerOpen {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes modalContainerClose {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes modalContainerClose {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.drawer-lists {
  display: grid;
}

.drawer-list a {
  display: block;
  line-height: 1;
  padding-block: 1.75rem;
  font-size: 1rem;
  border-bottom: 0.0625rem solid white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.drawer-list a::after {
  content: url(./images/common/drawer-nav-arrow.svg);
}

.drawer-box {
  border-radius: 16px;
  border: 4px solid var(--yellow, #fdd23e);
  background: var(--yellowpale, #fffbe2);
  padding: 1.75rem 1.25rem;
  margin-top: 4rem;
}

.drawer-box-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125;
}

.drawer-box .contact-button {
  margin-top: 1rem;
  display: block;
}

.drawer._full .drawer-modal {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  visibility: hidden;
}

.drawer._full .drawer-modal.is-open {
  -webkit-animation: modalOpen 0.3s ease-out forwards;
          animation: modalOpen 0.3s ease-out forwards;
}

.drawer._full .drawer-modal.is-close {
  -webkit-animation: modalClose 0.3s ease-out forwards;
          animation: modalClose 0.3s ease-out forwards;
}

.drawer._full .drawer-container {
  width: 100vw;
}

.faq {
  border-radius: 0 0 4rem 4rem;
  background: var(--blue);
  padding-block: 9rem 5rem;
  margin-top: -4rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    border-radius: 0 0 2rem 2rem;
    padding-block: 4.5rem 2.5rem;
    margin-top: -2rem;
  }
}

.faq-contents {
  background-color: white;
  border-radius: 1rem;
  margin-top: 2.5rem;
}

.faq-content {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .faq-content {
    padding: 2rem 1rem;
  }
}

.faq-content:nth-child(even) {
  background: var(--bluepale);
}

.faq-content-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}

.faq-content-text-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}

.faq-content-text {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.faq-content-title::before,
.faq-content-text-wrapper::before {
  content: "Q";
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: var(--mono-black);
  color: white;
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  display: grid;
  place-items: center;
}

.faq-content-text-wrapper::before {
  content: "A";
  background-color: var(--red);
}

.flow {
  background-color: var(--yellowpale);
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 2.5rem;
  }
}

.flow._mansion {
  padding-block: 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .flow._mansion {
    padding-block: 2.5rem 4.5rem;
  }
}

.flow-lists {
  display: grid;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.flow-list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 10rem 1fr;
}
@media screen and (max-width: 768px) {
  .flow-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.flow-list-head {
  position: relative;
}

.flow-list-head::after {
  content: "";
  position: absolute;
  top: 10.625rem;
  left: 50%;
  translate: -50% 0;
  height: calc(100% - 10.625rem + 2.25rem);
  width: 0.125rem;
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  .flow-list-head::after {
    content: none;
  }
}

.flow-list:last-child .flow-list-head::after {
  content: none;
}

.flow-step-title {
  color: var(--blue, #7ecef4);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-step-title-number {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

.flow-step-icon {
  margin-top: 0.25rem;
  max-width: 8rem;
  margin-inline: auto;
  display: block;
}

.flow-box {
  background-color: white;
  border-radius: 1.5rem;
  padding: 2.25rem 2.5rem;
  -webkit-box-shadow: var(--shadow400);
          box-shadow: var(--shadow400);
}
@media screen and (max-width: 768px) {
  .flow-box {
    padding: 1.25rem 1rem;
    border-radius: 0.5rem;
    margin-top: -0.75rem;
  }
}

.flow-box-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-image-source: url(./images/common/border-dot-blue.svg);
  border-image-slice: 4;
  border-image-outset: 0;
  border-bottom: 0.25rem dashed;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .flow-box-title {
    font-size: 1.125rem;
    border-image-slice: 200;
  }
}

.flow-box-text {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.flow-box-text:first-child {
  margin-top: 0;
}

.flow-box-text._small {
  font-size: 0.875rem;
}

.flow-box-text._gray {
  font-size: 0.875rem;
  background: var(--mono-palegray);
  padding: 1rem;
}

.flow-box-content {
  margin-top: 1.5rem;
}

.flow-box-heading4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.375rem;
  border-top: 0.0625rem solid var(--mono-lightgray);
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .flow-box-heading4 {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.flow-box-heading4:has(.flow-box-heading4-free) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-top: none;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .flow-box-heading4:has(.flow-box-heading4-free) {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0;
  }
}

.flow-box-heading4-free {
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 100%;
  border-radius: 100vmax;
  border: 0.125rem solid var(--red);
  padding: 0.5625rem 0.8125rem;
}
@media screen and (max-width: 768px) {
  .flow-box-heading4-free {
    grid-area: 1/2/3/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: end;
  }
}

.flow-box-list {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  padding-left: 0.25rem;
}

.flow-box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-box-list li::before {
  content: "・";
}

.flow-box-list li a {
  color: var(--red);
  text-decoration: underline;
}

.flow-box-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.flow-box-heading-wrapper .flow-box-heading4 {
  border-top: none;
  margin-top: 0;
}

.flow-box-max {
  border: 0.125rem solid var(--red);
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .flow-box-max {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    justify-self: end;
  }
}

.flow-box-max-text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.flow-box-max-price {
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
.flow-box-max-number {
  font-size: 2.5rem;
}

.flow-assist {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--mono-lightgray);
  background: var(--mono-palegray);
  margin-top: 1.5rem;
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .flow-assist {
    padding: 0.75rem;
  }
}

.flow-assist-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-assist-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.flow-assist-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .flow-assist-contents {
    grid-template-columns: 1fr;
    gap: 0.75rem 0;
  }
}

.flow-assist-content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.flow-assist-content-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.875rem;
  border-radius: 100vmax;
  background: var(--pink);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-assist-content-title {
    padding: 0.75rem 0.8125rem;
  }
}

.flow-assist-content-box {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--pink);
  background: white;
  margin-top: -1.25rem;
  padding: 0.75rem 1.5rem 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .flow-assist-content-box {
    padding: 1.125rem 0.875rem;
    margin-top: -2rem;
  }
}

.flow-assist-content._mansion .flow-assist-content-box {
  padding-block: 1.25rem;
}
@media screen and (max-width: 768px) {
  .flow-assist-content._mansion .flow-assist-content-box {
    padding-block: 1.125rem 1.75rem;
    margin-top: -1.25rem;
  }
}

.flow-assist-image {
  margin-inline: auto;
  display: block;
}

.flow-assist-content._mansion .flow-assist-image {
  max-width: 36.625rem;
}
@media screen and (max-width: 768px) {
  .flow-assist-content._mansion .flow-assist-image {
    max-width: 25rem;
  }
}

.flow-example {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  border: 0.25rem solid var(--pink);
  background: var(--pinkpale);
  padding: 1.25rem;
}

.flow-example-title {
  color: var(--red);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow-example-title {
    font-size: 1.5rem;
  }
}

.flow-example-contents {
  margin-top: 0.25rem;
}

.flow-example-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-example-subtitle {
    font-size: 1.25rem;
  }
}

.flow-example-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}

.flow-example-text._large {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.flow-example-number {
  font-family: var(--font-rubik);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.flow-box-number-list {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  counter-reset: listnum;
}

.flow-box-number-list li {
  counter-increment: listnum;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.flow-box-number-list li::before {
  content: counter(listnum) ".";
}

.flow-table {
  margin-top: 1.5rem;
  border-collapse: collapse;
  width: 100%;
  font-weight: 700;
  line-height: 0.78275;
}

.flow-table th,
.flow-table td {
  padding: 1rem 2.5rem;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flow-table th,
  .flow-table td {
    padding: 1rem 0.4375rem;
    font-size: 0.75rem;
  }
}

.flow-table th {
  background: var(--mono-lightgray);
}

.flow-table th:first-child {
  border-right: 0.25rem solid white;
}

.flow-table td {
  border-top: 0.25rem solid white;
  background: var(--mono-palegray);
}
@media screen and (max-width: 768px) {
  .flow-table td {
    text-align: center;
  }
}

.flow-table td:last-child {
  border-left: 0.25rem solid white;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .flow-table td:last-child {
    text-align: center;
  }
}

.form {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.5rem;
}

.form-group {
  display: grid;
  gap: 0.5rem;
  place-items: start;
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-required {
  background-color: var(--red);
  color: white;
  font-size: 0.6875rem;
  font-weight: bold;
  padding-inline: 0.25rem;
  border-radius: 0.25rem;
  line-height: 1.5;
  margin-left: 0.75rem;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .form-flex {
    gap: 0.5rem 0.75rem;
  }
}

.form-flex._wrap {
  max-width: 32.5rem;
}

@media screen and (max-width: 768px) {
  .form-flex._sp-col .mwform-radio-field.horizontal-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-flex._sp-col .form-year-group:last-child {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .form-flex._sp-col:last-of-type .mwform-radio-field.horizontal-item:last-of-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.form-flex._expansion .horizontal-item:nth-child(2) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .form-flex._expansion .horizontal-item:nth-child(2) {
    width: 100%;
  }
}

.form-text {
  word-break: keep-all;
}

.form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 2rem;
}

.form-checkbox {
  position: relative;
}

.form-checkbox::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.125rem;
  bottom: 0.0625rem;
  position: relative;
  border: 0.0625rem solid var(--mono-middlegray);
  display: block;
}

.form-checkbox:checked::before {
  background-color: var(--red);
  border: 0.0625rem solid var(--mono-middlegray);
}

.form-checkbox:checked::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.0625rem;
  left: 0.1875rem;
  rotate: -45deg;
  -webkit-clip-path: polygon(0 33%, 30% 33%, 30% 70%, 100% 70%, 100% 100%, 0 100%);
          clip-path: polygon(0 33%, 30% 33%, 30% 70%, 100% 70%, 100% 100%, 0 100%);
  background-color: white;
}

.form-radio {
  position: relative;
}

.form-radio::before {
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 50%;
  bottom: 0.0625rem;
  border: 0.0625rem solid var(--mono-black);
  display: block;
  position: relative;
  top: -0.0625rem;
}

.form-radio:checked::before {
  background-color: var(--red);
}

.form-radio:checked::after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.125rem;
  left: 0.25rem;
  rotate: -45deg;
  -webkit-clip-path: polygon(0 33%, 30% 33%, 30% 70%, 100% 70%, 100% 100%, 0 100%);
          clip-path: polygon(0 33%, 30% 33%, 30% 70%, 100% 70%, 100% 100%, 0 100%);
  background-color: white;
}

.mw_wp_form .form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mwform-radio-field.horizontal-item {
  padding-block: 0.5rem;
}

.form-input,
.form-textarea {
  color: var(--mono-middlegray);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 0.25rem;
  padding: 0.6875rem 1.125rem;
  background: var(--mono-palegray);
}
@media screen and (max-width: 768px) {
  .form-input,
  .form-textarea {
    font-size: 1rem;
  }
}

.form-input[disabled=true] {
  background-color: var(--mono-palegray) !important;
  color: var(--mono-middlegray);
}

.form-input._full,
.form-input._medium {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-input._full,
  .form-input._medium {
    max-width: 100%;
  }
}

.form-input._short {
  width: 6.25rem;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 768px) {
  .form-input._short {
    width: 5rem;
  }
}

.form-input._medium {
  max-width: 18.0625rem;
}
@media screen and (max-width: 768px) {
  .form-input._medium {
    max-width: calc(100% - 5.625rem);
  }
}

.form-input._border {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid var(--mono-middlegray);
}

.form-input::-webkit-input-placeholder {
  color: var(--mono-middlegray);
}

.form-input::-moz-placeholder {
  color: var(--mono-middlegray);
}

.form-input:-ms-input-placeholder {
  color: var(--mono-middlegray);
}

.form-input::-ms-input-placeholder {
  color: var(--mono-middlegray);
}

.form-input::placeholder {
  color: var(--mono-middlegray);
}

.form-textarea {
  width: 100%;
  field-sizing: content;
  min-height: 8.5lh;
}

.form-year-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .form-year-group {
    gap: 0.75rem;
  }
}

.form-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
}

.form-agree .mwform-checkbox-field-text {
  font-size: 0rem;
}

.form-agreeLabel {
  line-height: 1.625;
  margin-left: -0.625rem;
  font-size: 1.125rem;
}

.form-agreeLabel a {
  text-decoration: underline;
}

.form-agree .error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
}

.error {
  font-weight: bold;
  width: 100%;
  color: var(--red);
  margin-top: -0.375rem;
  font-size: 0.875rem;
}

.form-item .error {
  grid-column: 1/3;
  margin-top: 0.375rem;
}

.form-select-wrapper {
  position: relative;
  cursor: pointer;
}

.form-select-wrapper::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--mono-black);
  position: absolute;
  top: 50%;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-select-wrapper .form-input {
  padding-right: 2.5rem;
}

.form-submit-wrapper {
  max-width: 17.5rem;
  position: relative;
  margin-inline: auto;
}

.form-submit {
  max-width: 17.5rem;
  width: 100%;
  padding-block: 1.375rem 1.625rem;
  padding-inline: 5rem 6.25rem;
  color: white;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  background-color: var(--red);
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  position: relative;
}

.form-submit::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(./images/common/icon-send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (any-hover: hover) {
  .form-submit:hover {
    background-color: var(--red-dark);
  }
}

.form-complete {
  text-align: center;
}

.form-completeTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.form-completeText {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  line-height: 2;
}

.form-completeLink {
  margin-top: 5rem;
}

.footer-content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 10.5625rem 1fr;
  padding-block: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-logo {
    max-width: 10.375rem;
    margin-inline: auto;
  }
}

.footer-texts {
  justify-self: end;
}

.footer-title {
  font-size: 1rem;
  line-height: 1;
}

.footer-text {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: var(--header-pc-height);
  background-color: white;
}

.header-inner {
  padding-left: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-pc-height);
}
@media screen and (max-width: 1280px) {
  .header-inner {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding-left: 0.75rem;
  }
}

.header-logo img {
  max-width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    max-width: 7.8125rem;
  }
}

.header-lists {
  display: grid;
  grid-auto-flow: column;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .header-lists {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .header-list:not(:last-child) {
    display: none;
  }
}

.header-list a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-list a {
    display: none;
  }
}

.header-list._button a {
  background: var(--yellow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  letter-spacing: 0.03em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5rem;
  height: var(--header-pc-height);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .header-list._button a {
    display: grid;
    margin-right: 5rem;
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 0.8125rem;
    padding-block: 0.5rem;
    padding-inline: 0.75rem;
  }
}

@media (any-hover: hover) {
  .header-list._button a:hover {
    background: var(--yellowdark);
  }
}

.header-list._button a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(./images/common/icon-mansion.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .header-list._button a::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-inline: auto;
  }
}

.header-list._button._mansion a::after {
  background: url(./images/common/icon-house.svg) no-repeat center center/100% 100%;
}

.drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer {
    display: block;
  }
}

.introduction {
  padding-block: 4rem 0;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-block: 2.5rem 0;
  }
}

.introduction-inner {
  position: relative;
}

.introduction-text {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.0625em;
  text-align: center;
}

.introduction-text._large {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .introduction-text._large {
    font-size: 1.25rem;
  }
}

.introduction-text._large:last-of-type {
  margin-top: 1.125rem;
}

.introduction-text .u-color-red {
  font-weight: bold;
}

.introduction-text-large {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.introduction-boxes {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .introduction-boxes {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.introduction-boxes._col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .introduction-boxes._col3 {
    grid-template-columns: 1fr;
  }
}

.introduction-box {
  border-radius: 0.5rem;
  border: 0.25rem solid var(--mono-lightgray);
  background: var(--mono-palegray);
  padding-block: 2.375rem 2.125rem;
  padding-inline: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .introduction-box {
    padding-block: 1.25rem;
    padding-inline: 1rem;
    gap: 1rem;
  }
}

.introduction-box-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-underline-offset: -0.3125rem;
  text-decoration-color: var(--yellow);
  text-decoration-line: underline;
  text-decoration-thickness: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-box-title {
    font-size: 1.5rem;
    text-decoration-thickness: 0.75rem;
  }
}

.introduction-box-text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.introduction-box-text-medium {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .introduction-box-text-medium {
    font-size: 1rem;
  }
}

.introduction-box-number {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .introduction-box-number {
    font-size: 1.25rem;
  }
}

.introduction-image {
  position: absolute;
  bottom: -0.5rem;
  right: -2rem;
  max-width: 10.375rem;
}
@media screen and (max-width: 1280px) {
  .introduction-image {
    right: 0;
    bottom: -2.5rem;
    max-width: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction-image {
    position: static;
    max-width: 11.5625rem;
    display: block;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}

/* mansion */
.introduction._mansion {
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .introduction._mansion {
    padding-bottom: 1.25rem;
  }
}

.introduction._mansion .introduction-image {
  bottom: -3rem;
}

.introduction-case,
.introduction-mansion {
  margin-top: 1.5rem;
}

.mansion-content {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--mono-lightgray);
  background: var(--yellowpale);
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .mansion-content {
    padding: 1.5rem;
  }
}

.mansion-title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid var(--mono-lightgray);
}

.mansion-text {
  margin-top: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.mansion-lists {
  margin-top: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.mansion-reference {
  margin-top: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.c-modal__button {
  border: solid 0.0625rem var(--color-black);
  padding: 0.625rem;
  border-radius: 0.625rem;
}

.c-modal__modal {
  display: grid;
  place-content: center;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  background-color: transparent;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
}

.c-modal__modal::-webkit-scrollbar {
  display: none;
}

.c-modal__modal.is-open {
  -webkit-animation: modalOpen 0.3s ease-out 0.1s forwards;
          animation: modalOpen 0.3s ease-out 0.1s forwards;
}

.c-modal__modal.is-close {
  -webkit-animation: modalClose 0.3s ease-in forwards;
          animation: modalClose 0.3s ease-in forwards;
}

.c-modal__modal::-ms-backdrop {
  opacity: 0;
  -ms-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.c-modal__modal::backdrop {
  opacity: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.c-modal__modal.is-open::-ms-backdrop {
  animation: modalOpen 0.3s ease-out forwards;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-modal__modal.is-open::backdrop {
  -webkit-animation: modalOpen 0.3s ease-out forwards;
          animation: modalOpen 0.3s ease-out forwards;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-modal__modal.is-close::-ms-backdrop {
  animation: modalClose 0.3s ease-in forwards;
}

.c-modal__modal.is-close::backdrop {
  -webkit-animation: modalClose 0.3s ease-in forwards;
          animation: modalClose 0.3s ease-in forwards;
}

.c-modal__container {
  height: min(31.25rem, 50vh);
  width: min(31.25rem, 50vw);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: var(--color-white);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.c-modal__container::-webkit-scrollbar {
  display: none;
}

.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 2.5rem;
}

.c-modal__line,
.c-modal__line::before,
.c-modal__line::after {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  content: "";
  background-color: var(--color-black);
  border-radius: 0.1875rem;
}

.c-modal__line {
  background-color: transparent;
}

.c-modal__line::before {
  bottom: 0;
  -webkit-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
}

.c-modal__line::after {
  top: 0;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
}

@keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.mv {
  background: url(./images/common/mv-background@2x.jpg) no-repeat center center/cover;
  background: url(./images/common/mv-background@2x.webp) no-repeat center center/cover;
  display: grid;
  place-items: center;
  min-height: 43.75rem;
  height: calc(100svh - var(--header-pc-height));
}

.mv-content {
  margin-bottom: 4.6875rem;
  opacity: 0;
  visibility: hidden;
}

.mv-content.is-show {
  -webkit-animation: mvContent 0.5s ease-out 0.5s forwards;
          animation: mvContent 0.5s ease-out 0.5s forwards;
}

@-webkit-keyframes mvContent {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes mvContent {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.mv-title-balloon {
  background: white;
  border-radius: 100vmax;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75rem 2rem;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .mv-title-balloon {
    padding: 0.375rem 1rem;
  }
}

.mv-title-balloon::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 0.625rem;
  background: white;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  translate: -50% 0;
}

.mv-title-text {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .mv-title-text {
    font-size: 2.5rem;
  }
}

.mv-title-text + .mv-title-text {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 1280px) {
  .mv-title-text + .mv-title-text {
    margin-top: 0.75rem;
  }
}

.mv-title-text-small {
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .mv-title-text-small {
    font-size: 2rem;
  }
}

.mv-title-text._underline {
  text-underline-offset: -0.3125rem;
  text-decoration-color: var(--yellow);
  text-decoration-line: underline;
  text-decoration-thickness: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .mv-title-text._underline {
    text-decoration-thickness: 0.625rem;
  }
}

.mv-text {
  margin-top: 3.625rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .mv-text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.mv-button {
  margin-inline: auto;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .mv-button {
    margin-top: 2.5rem;
  }
}

.point {
  background: url(./images/taishin/point-background@2x.jpg) no-repeat center center/cover;
  background: url(./images/taishin/point-background@2x.webp) no-repeat center center/cover;
  padding-block: 4rem;
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .point {
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
    padding-block: 2.5rem;
  }
}

.point-title {
  color: var(--mono-white100, #fff);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: var(--mono-black);
}
@media screen and (max-width: 768px) {
  .point-title {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    text-align: center;
    line-height: 1.5;
    width: 100%;
  }
}

.point-lists {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.point-list {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .point-list {
    grid-template-columns: 1fr;
  }
}

.point-list-head {
  background: var(--yellow);
  padding: 1.75rem 2.6875rem;
  font-family: var(--font-rubik);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .point-list-head {
    padding: 0 2.6875rem;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.point-list-number {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

.point-list-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .point-list-title {
    font-size: 1.25rem;
  }
}

.point-item-text {
  color: var(--mono-black, #09090b);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.question {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 53.5% 90%, 50% 100%, 46.5% 90%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 53.5% 90%, 50% 100%, 46.5% 90%, 0 90%);
  background-image: url(./images/taishin/question-background@2x.jpg);
  background-image: url(./images/taishin/question-background@2x.webp);
  background-size: cover;
  background-position: center;
  padding-block: 5.75rem 8.5rem;
}
@media screen and (max-width: 768px) {
  .question {
    padding-block: 2.5rem 5.625rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 54% 93%, 50% 100%, 46% 93%, 0 93%);
            clip-path: polygon(0 0, 100% 0, 100% 93%, 54% 93%, 50% 100%, 46% 93%, 0 93%);
  }
}

.question-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: var(--mono-black);
  padding: 1rem 2.5rem;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .question-title {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.question-text {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .question-text {
    font-size: 1rem;
    text-align: left;
  }
}

.square-bg {
  background-image: url(./images/common/background-grid.png);
  background-size: 90rem 61.875rem;
  overflow-x: clip;
}

.c-tab__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-width: 100%;
}

.c-tab__list {
  z-index: 1;
  padding: 0.1875rem 0.1875rem 0.25rem;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: var(--color-base-background);
  border: 0.0625rem solid var(--color-border);
  border-bottom: none;
  border-radius: 0.25rem 0.25rem 0 0;
}

.c-tab__list[aria-selected=true] {
  background: var(--color-light-gray);
}

.c-tab__panels {
  display: grid;
  grid-template-areas: "panel";
}

.c-tab__panel {
  grid-area: panel;
  align-self: start;
  width: 100%;
  padding: 0.625rem;
  background: var(--color-base-background);
  border: 0.0625rem solid var(--color-border);
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.c-tab__panel[aria-hidden=true] {
  height: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}

.c-tab__panel[aria-hidden=false] {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.c-table {
  color: var(--color-black);
  border-collapse: collapse;
  background: var(--color-white);
}
.c-table th {
  background: var(--color-light-gray);
}
.c-table th,
.c-table td {
  padding: 0.625rem;
  text-align: center;
  vertical-align: middle;
  border: 0.0625rem solid var(--color-gray);
}

/* .c-table--full */
.c-table--full {
  width: 100%;
}

/* .c-table--scroll */
.c-table__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0.625rem;
  font-weight: bold;
  color: var(--color-gray);
  background: var(--color-light-gray);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll-hint-animation 1s infinite ease;
          animation: scroll-hint-animation 1s infinite ease;
}

.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.table-container .c-table--scroll {
  white-space: nowrap;
}

@-webkit-keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.c-text {
  font-size: 1.0625rem;
  line-height: 2.4705882353;
  text-align: justify;
  letter-spacing: -0.0625rem;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-text__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.voice {
  background-image: url(./images/taishin/voice-background@2x.jpg);
  background-size: cover;
  padding-block: 5rem;
  border-radius: 0 0 4rem 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 2.5rem;
    border-radius: 0 0 2rem 2rem;
  }
}

.voice-section {
  border-radius: 1rem;
  background-color: white;
  -webkit-box-shadow: var(--shadow400);
          box-shadow: var(--shadow400);
  padding: 2.5rem 2.5rem 3.375rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .voice-section {
    padding: 2.5rem 1rem;
  }
}

.voice-section:not(:first-child) {
  margin-top: 2.5rem;
}

.voice-section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .voice-section-title {
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.voice-section-title-number {
  color: var(--pink, #f7c9dd);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .voice-section-title-number {
    display: block;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .voice-section-image {
    max-width: 15rem;
    margin-inline: auto;
  }
}

.voice-section-content {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .voice-section-content {
    grid-template-columns: 1fr;
    gap: 2.125rem;
  }
}

@media screen and (max-width: 768px) {
  .voice-section-table-wrapper {
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .voice-section-table {
    width: 40rem;
  }
}

.voice-section-table-title {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  padding-block: 1rem;
}

.voice-section-list {
  font-weight: 700;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.voice-section-list:nth-child(odd) {
  background: var(--mono-palegray);
}

.voice-section-list:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: var(--mono-black);
}

.voice-section-list._blue:before {
  background-color: var(--piechart-no1);
}

.voice-section-list._orange:before {
  background-color: var(--piechart-no2);
}

.voice-section-list._gray:before {
  background-color: var(--piechart-no3);
}

.voice-section-list._yellow:before {
  background-color: var(--piechart-no4);
}

.voice-section-list._skyblue:before {
  background-color: var(--piechart-no5);
}

.voice-section-list._green:before {
  background-color: var(--piechart-no6);
}

.voice-section-list._dark-blue:before {
  background-color: var(--piechart-no7);
}

.u-color-red {
  color: var(--red);
}

.u-color-yellow {
  color: var(--yellow);
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-block._md {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-block._md {
    display: block;
  }
}

.u-inline._md {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-inline._md {
    display: inline;
  }
}

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

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

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

.u-visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/* フェード設定 */
/* ============================================ */
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splide__list {
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-flex-negative: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  contain: strict;
}

.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

@media (any-hover: hover) {
  .splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
  }
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 3px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (any-hover: hover) {
  .splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  inset: 0 0.5em 0 auto;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}/*# sourceMappingURL=style.css.map */