@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  font-family: "Noto Sans JP", serif;
}
*::before,
* ::after {
  box-sizing: inherit;
  margin: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
  background-color: #ffffff;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.15;
  font-family: "Noto Sans JP", serif;
          font-kerning: normal;
  letter-spacing: 0;
  counter-reset: number 0;
}

h1 {
  margin: 0;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

img,
iframe,
video {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

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

a {
  -webkit-transition: 0.5s;
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: 0;
}

*:focus-visible {
  outline: none;
}

.wrap {
  display: none;
}
.header img {
  width: 12rem;
}

.footer__logo {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
}

.footer__contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}

.footer__contact__heading-wrap {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
}

.footer__contact__heading {
  display: inline-block;
  position: relative;
  color: #e73817;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.footer__contact__heading::before, .footer__contact__heading::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 0.1rem;
          transform: translateY(-50%);
  background-color: #f06a50;
  content: "";
}

.footer__contact__company-name {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.footer__tel-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
}

.footer__tel {
  padding-left: 4rem;
  background-image: url(../images/icon/icon-tel.svg);
  background-position: left center;
  background-size: 3.2rem;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Inter", serif;
}

.footer__business-houers {
  text-align: center;
}

.footer__copy {
  display: block;
  color: #717171;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.benefit-lists {
  background-image: url(../images/benefit-lists/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefit-lists__heading {
  position: relative;
  text-align: center;
}
.benefit-lists__heading::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.4rem;
          transform: translateX(-50%);
  background-color: #5a9bc8;
  content: "";
}
.benefit-lists__heading h2 {
  font-weight: bold;
  letter-spacing: 0.15em;
}
.benefit-lists__heading span {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.benefit-lists__system__list dt {
  padding: 0 1.6rem;
  background-color: #3576a3;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.benefit-lists__system__list dd {
  background-color: #ffffff;
  color: #3576a3;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.benefit-lists__image__head-text {
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.benefit-lists__image__caption {
  position: relative;
  color: #4a4a4a;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.benefit-lists__image__caption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.benefit-lists__caption {
  margin-top: 4.8rem;
}
.benefit-lists__caption li {
  position: relative;
  color: #4a4a4a;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.benefit-lists__caption li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.benefit-lists__caption li + li {
  margin-top: 0.8rem;
}

.buy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
  gap: 3.2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fef2ef;
}

.buy__text {
  display: block;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.buy__button {
  -webkit-transition: all 0.3s;
  border: 0.1rem solid #e73817;
  background-color: #e73817;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}

.buy__button__inner {
  background-image: url(../images/icon/icon-arrow-red.svg);
  background-position: right center;
  background-size: 2.8rem;
  background-repeat: no-repeat;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.changes {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.changes::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: "";
}

.changes__heading {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.changes__heading::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
  background-color: #5a9bc8;
  content: "";
}

.changes__heading__head {
  display: block;
  line-height: 1.2;
}

.changes__heading__small {
  line-height: 1.2;
}

.changes__box {
  border-radius: 1.2rem;
  background: -webkit-linear-gradient(top, #ffffff 73.56%, #fffcef 100%);
  background: linear-gradient(180deg, #ffffff 73.56%, #fffcef 100%);
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.0509803922);
}

.changes__box__deco {
  display: block;
  position: relative;
  padding-bottom: 0.8rem;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.changes__box__deco::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.1rem;
  height: 0.3rem;
          transform: translateX(-50%);
  background-color: #f06a50;
  content: "";
}

.changes__box__sub-text {
  color: #e73817;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.changes__box__main-text {
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}

.changes__box__main-text__strong {
  display: block;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.changes__box__point {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          justify-content: center;
  border-top: 0.1rem solid #e8e8e8;
  border-bottom: 0.1rem solid #e8e8e8;
  color: #e43a16;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
}
.changes__box__point em {
  color: #e43a16;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  font-family: "Inter", serif;
  letter-spacing: 0;
}
.changes__box__point span {
  font-size: 0.47em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.changes__box__point.changes__box__point--noto em {
  font-family: "Noto Sans JP", serif;
}

.changes__anchor-link-wrap {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
}

.changes__anchor-link {
  position: relative;
  padding-right: 2.8rem;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.changes__anchor-link::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
          transform: translateY(-50%);
  background-image: url(../images/icon/icon-arrow-down.svg);
  background-position: right center;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  content: "";
}

.changes__start__heading-wrap {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
}

.changes__start__heading {
  display: inline-block;
  position: relative;
  color: #5a9bc8;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.changes__start__heading::before, .changes__start__heading::after {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 0.1rem;
          transform: translateY(-50%);
  background-color: #8cbde0;
  content: "";
}

.changes__start__date {
  display: block;
  color: #3576a3;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
}

.changes__start__text {
  text-align: center;
}

.family {
  background-color: #fafafa;
}

.family__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
  font-weight: bold;
}
.family__heading::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
  background-color: #f28c38;
  content: "";
}
.family__heading span {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.family__heading h2 {
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.family__intro__content {
  background-color: #fef5e8;
}

.family__intro__heading {
  margin-bottom: 2.4rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
.family__intro__heading span {
  display: block;
}
.family__intro__heading span + span {
  margin-top: 0.8rem;
}
.family__intro__heading em {
  color: #f28c38;
  font-style: normal;
}

.family__intro__image {
  margin-bottom: 2.4rem;
}
.family__intro__image img {
  width: 100%;
}
.family__intro__list dt {
  border-radius: 0.4rem;
  background-color: #f28c38;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
.family__intro__list dd {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.family__intro__list dd em {
  color: #e73817;
  font-style: normal;
  font-weight: bold;
}

.family__pattern__block {
  border-radius: 2.4rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
}

.family__pattern__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-bottom: 1.6rem;
  gap: 1.6rem;
}

.family__pattern__sub-heading {
  color: #f28c38;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.family__pattern__main-heading {
  background-color: #fffce1;
  color: #f28c38;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.family__pattern__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  margin-bottom: 1.6rem;
  background-color: #fafafa;
}

.family__pattern__item {
  display: grid;
  grid-template-areas: "image head" "image detail";
}

.family__pattern__image {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  grid-area: image;
          align-items: center;
          justify-content: center;
}

.family__pattern__detail-head {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  grid-area: head;
          align-items: center;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.family__pattern__detail-head::before {
  content: "⚫︎";
  color: #f7ad6a;
  line-height: 1.35;
}

.family__pattern__detail {
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  grid-area: detail;
          align-items: center;
  gap: 1rem;
}

.family__pattern__detail__highlight {
  border-radius: 0.3rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.family__pattern__detail__highlight--person {
  background-color: #f28c38;
  color: #ffffff;
}

.family__pattern__detail__highlight--other {
  background-color: #e8e8e8;
  color: #4a4a4a;
}

.family__pattern__detail__text {
  font-weight: bold;
  font-size: 1.6rem;
}

.family__pattern__text {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.family__pattern__text__highlights {
  color: #f28c38;
}

.family__consider__heading {
  color: #f28c38;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.family__consider__list li {
  position: relative;
  color: #4a4a4a;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.family__consider__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.family__consider__list li + li {
  margin-top: 0.4rem;
}

.family__apply__content {
  border: 0.1rem solid #f28c38;
  background-color: #ffffff;
}

.family__apply__heading {
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.family__apply__heading h3 {
  margin-bottom: 1.6rem;
  color: #f28c38;
  font-weight: bold;
  text-align: center;
}
.family__apply__heading span {
  display: block;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

.family__apply__tel-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  font-family: "Inter", serif;
}

.family__apply__tel {
  background-image: url(../images/icon/icon-tel-orange.svg);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Inter", serif;
  letter-spacing: 0.05em;
}

.family__apply__time {
  display: block;
  letter-spacing: 0.03em;
  text-align: center;
}

.faq {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq__heading {
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.faq__block {
  border-radius: 0.8rem;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 2rem rgba(0, 86, 143, 0.05);
}
.faq__block + .faq__block {
  margin-top: 2.4rem;
}
.faq__block dt {
  position: relative;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.faq__block dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  color: #5a9bc8;
  font-weight: bold;
  font-family: "Inter", serif;
  letter-spacing: 0.1em;
}
.faq__block dd {
  position: relative;
  line-height: 1.75;
}
.faq__block dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A.";
  color: #f06a50;
  font-weight: bold;
  font-family: "Inter", serif;
  letter-spacing: 0.1em;
}

.intro__text {
  font-weight: bold;
}

.kv {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv__content {
  -webkit-transition: opacity 1s ease-in-out;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.kv__content__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.kv__content__title__separate {
  display: inline-block;
  background-color: #ffffff;
}

.kv__content__text {
  background-color: #e73817;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.kv__slider {
  -webkit-transition: opacity 1s ease-in-out;
  z-index: 4;
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.is-loaded .kv__content {
  -webkit-transition-delay: 1s;
  opacity: 1;
          transition-delay: 1s;
}
.is-loaded .kv__slider {
  -webkit-transition-delay: 2s;
  opacity: 1;
          transition-delay: 2s;
}

.schedule__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
  font-weight: bold;
}
.schedule__heading::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
  background-color: #5a9bc8;
  content: "";
}
.schedule__heading span {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.schedule__heading h2 {
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.schedule__image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 0 auto 5.6rem;
  gap: 1.6rem;
}
.schedule__image figcaption {
  margin-top: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.schedule__list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.schedule__list table tr {
  border: solid 1px #e8e8e8;
}
.schedule__list table th {
  padding: 1.6rem;
  background-color: #eef5fa;
  color: #3576a3;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
.schedule__list table th:not(:last-child) {
  border-right: solid 1px #e8e8e8;
}
.schedule__list table td {
  padding: 1.9rem 1.4rem;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
}
.schedule__list table td:not(:last-child) {
  border-right: solid 1px #e8e8e8;
}
.schedule__list table .schedule__table-head {
  background-color: #fafafa;
  font-weight: bold;
}

.schedule__table-heading {
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  border-left: 0.3rem solid #f06a50;
  font-weight: bold;
  caption-side: top;
}

.schedule__table-caption-list {
  margin-top: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.schedule__table-caption-list li {
  position: relative;
}
.schedule__table-caption-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.schedule__table-caption-list li + li {
  margin-top: 0.4rem;
}

.scroll-down {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 9.4rem 0 2.5rem;
}

.scroll-down__content {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
  color: #e73817;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: "Inter", serif;
}

.scroll-down__icon {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

/* 矢印のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, -0.3rem);
            transform: translate(0, -0.3rem);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0.2rem);
            transform: translate(0, 0.2rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(0, -0.3rem);
            transform: translate(0, -0.3rem);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0.2rem);
            transform: translate(0, 0.2rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.update__images-container p:first-child,
.update__images-container p.active {
  visibility: visible;
  opacity: 1;
}

.update__block--02 .update__block--02__card-image {
  margin-bottom: 1.6rem;
}
.update__main-image-sp img {
  width: 100%;
}

.update__head__inview {
  -webkit-box-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(-10px);
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
          align-items: center;
  height: 0;
  overflow: visible;
          transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.update__head__inview.is-visible {
  -webkit-transform: translateY(0);
  visibility: visible;
  z-index: 2;
  height: auto;
  margin: 0 -2rem;
          transform: translateY(0);
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  opacity: 1;
}

.update__head__deco {
  display: inline-block;
  margin-bottom: 1.6rem;
  border-bottom: 0.3rem solid #e73817;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
}

.update__head__deco__number {
  font-weight: bold;
  font-family: "Libre Caslon Text", serif;
}

.update__head__subtitle {
  display: block;
  margin-bottom: 1.6rem;
  color: #f06a50;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__head__title {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__heading-tertiary {
  padding-left: 0.8rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__heading-tertiary--red {
  border-left: 0.4rem solid #f06a50;
}

.update__heading-tertiary--green {
  border-left: 0.4rem solid #94c891;
}

.update__text {
  color: #4a4a4a;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.update__overview {
  border-radius: 0.8rem;
  background: -webkit-linear-gradient(309.89deg, #fffef5 15.77%, #fffce1 84.23%);
  background: linear-gradient(140.11deg, #fffef5 15.77%, #fffce1 84.23%);
}

.update__overview__block + .update__overview__block {
  margin-top: 2.4rem;
}

.update__overview__heading {
  margin-bottom: 0.8rem;
  color: #e73817;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__overview__item {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.update__overview__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 2.6rem;
  background-image: url(../images/icon/icon-arrow-double-right.svg);
  background-position: right center;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  content: "";
}
.update__overview__item + .update__overview__item {
  margin-top: 0.8rem;
}

.update__overview__aside {
  display: inline-block;
  padding: 0 0.8rem;
  border: 0.1rem solid #f28c38;
  border-radius: 0.4rem;
  background-color: #ffffff;
  color: #f28c38;
  font-weight: bold;
  line-height: 1.75;
}

.update__overview__aside--red {
  border: 0.1rem solid #f06a50;
  color: #f06a50;
}

.update__product__list {
  display: grid;
}

.update__product__item:last-child {
  grid-column: span 2;
}

.update__product__image {
  margin-bottom: 1.6rem;
}

.update__product__text {
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.update__product__text__small {
  display: block;
  font-weight: normal;
}

.update__product__guidance {
  border-radius: 2.4rem;
  background-color: #f0f7ef;
}

.update__product__guidance__heading {
  display: block;
  margin-bottom: 1.6rem;
  color: #6aad65;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}

.update__product__guidance__text {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.update__product__guidance__text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.update__note__list li,
.update__attention__list li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.update__note__list li::before,
.update__attention__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.update__note__list li + li,
.update__attention__list li + li {
  margin-top: 0.8rem;
}

.update__card-cta {
  border-radius: 0.8rem;
  background-color: #fef2ef;
}

.update__card-cta__head {
  display: block;
}

.update__card-cta__main-headig {
  margin-bottom: 1.6rem;
  color: #c42d10;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__card-cta__sub-headig {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  gap: 0.8rem;
}
.update__card-cta__sub-headig span {
  display: inline;
  padding: 0 0.8rem;
  background: #ffffff;
  color: #c42d10;
  font-weight: bold;
  line-height: 1.5;
}

.update__card-cta__text {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.update__card-cta__button {
  -webkit-transition: all 0.3s;
  display: inline-block;
  border: 0.1rem solid #e73817;
  background-color: #e73817;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}

.update__card-cta__button__inner {
  display: inline-block;
  background-image: url(../images/icon/icon-arrow-red.svg);
  background-position: right center;
  background-size: 2.2rem;
  background-repeat: no-repeat;
  line-height: 1.5;
}

.update__facility__slider {
  position: relative;
}
.update__facility__slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  z-index: 1;
  top: 50%;
          transform: translateY(-50%);
  transition: all 0.3s;
}
.update__facility__slider .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.update__facility__slider .slick-arrow::before {
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  display: inline-block;
          transform: rotate(180deg);
  border: 0.1rem solid #6aad65;
  border-radius: 50%;
  background-image: url(../images/icon/icon-slider-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  content: "";
  opacity: 1;
  transition: all 0.3s;
}
.update__facility__slider .slick-arrow.slick-next::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.update__facility__slider-block:not(:last-child) .update__facility__slider-inner {
  margin-right: 2.4rem;
}
.update__facility__slider-block p {
  margin-top: 0.8rem;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.update__facility__content {
  margin-top: 2.4rem;
}

.update__facility__block {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #f0f7ef;
}
.update__facility__block + .update__facility__block {
  margin-top: 1.6rem;
}

.update__facility__list__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 2.4rem;
  border-radius: 0.8rem 0 0.8rem 0;
  background-color: #6aad65;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.update__facility__item {
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  background-color: #ffffff;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.update__facility__item.update__facility__item--other {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4a4a4a;
}

.video {
  position: relative;
  background: #fafafa;
}

.video__heading {
  -webkit-background-clip: text;
  background: -webkit-linear-gradient(left, #7dca93 14.9%, #6fcec8 50%, #21a795 85%);
  background: linear-gradient(90deg, #7dca93 14.9%, #6fcec8 50%, #21a795 85%);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.video__content {
  aspect-ratio: 16/9;
  width: 100%;
}
.video__content iframe {
  width: 100%;
  height: 100%;
}

.video__slider {
  position: absolute;
  right: 0;
  left: 0;
}

.u-only-sp {
  display: block;
}

.u-only-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  *:focus-visible {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
  .wrap {
    overflow: hidden;
  }
  .header {
    padding: 4rem 4rem 0;
  }
  .footer {
    padding: 8rem 0;
  }
  .footer__logo {
    margin-bottom: 5.6rem;
  }
  .footer__contact__heading-wrap {
    margin-bottom: 2.4rem;
  }
  .footer__contact__heading {
    font-size: 2rem;
  }
  .footer__contact__heading::before, .footer__contact__heading::after {
    width: 16.6vw;
  }
  .footer__contact__heading::before {
    left: -19rem;
  }
  .footer__contact__heading::after {
    right: -19rem;
  }
  .footer__contact__company-name {
    font-size: 2rem;
  }
  .footer__tel {
    margin-bottom: 0.8rem;
    font-size: 4rem;
  }
  .footer__business-houers {
    font-size: 1.7rem;
    line-height: 1.75;
  }
  .footer__copy {
    padding: 5.6rem 0 0;
  }
  .benefit-lists {
    padding: 20rem 0 12rem;
  }
  .benefit-lists__heading {
    margin-bottom: 4.8rem;
    padding-bottom: 2rem;
  }
  .benefit-lists__heading::after {
    width: 12rem;
  }
  .benefit-lists__heading h2 {
    margin-bottom: 0.4rem;
    font-size: 4.8rem;
    line-height: 1.6;
  }
  .benefit-lists__heading span {
    font-size: 2rem;
  }
  .benefit-lists__system {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            align-items: center;
            justify-content: center;
    margin-bottom: 3.2rem;
  }
  .benefit-lists__system__list dd {
    padding: 0 1.6rem;
    font-size: 1.8rem;
  }
  .benefit-lists__image {
    max-width: 96.4rem;
    margin: 0 auto;
  }
  .benefit-lists__image + .benefit-lists__image {
    margin-top: 3.2rem;
  }
  .benefit-lists__image__caption {
    margin-top: 1.6rem;
  }
  .benefit-lists__image__caption {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .benefit-lists__caption li {
    max-width: 96.4rem;
    margin: 0 auto;
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .benefit-lists__image__note {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin-top: 1rem;
  }
  .benefit-lists__note {
    font-size: 1.8rem;
    line-height: 1.75;
    color: #1A1A1A;
    margin-top: 3rem;
    letter-spacing: 0.08em;
  }
  .buy {
    padding: 7.2rem 0;
    background-image: url(../images/buy/bg.jpg);
  }
  .buy__text {
    font-size: 2.8rem;
  }
  .buy__button {
    width: 100%;
    max-width: 40rem;
    padding: 2.4rem 4.8rem;
    border-radius: 5rem;
  }
  .buy__button__inner {
    padding: 0 6rem 0 0;
    font-size: 2.4rem;
  }
  .changes {
    padding: 12rem 0;
    background-image: url(../images/changes/bg-pc.jpg);
  }
  .changes::after {
    height: 12rem;
  }
  .changes__heading {
    margin-bottom: 4rem;
    font-size: 4rem;
    line-height: 2;
  }
  .changes__heading::after {
    width: 12rem;
    height: 0.4rem;
  }
  .changes__heading__small {
    font-size: 0.8em;
    letter-spacing: 0.2em;
  }
  .changes__list {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
            justify-content: center;
    max-width: 124rem;
    margin: 0 auto;
    gap: 4rem;
  }
  .changes__box {
    min-width: 34.2rem;
    padding: 3.2rem 1.8rem;
  }
  .changes__box__deco {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .changes__box__sub-text {
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
  }
  .changes__box__main-text {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .changes__box__main-text__strong {
    font-size: 1.33em;
  }
  .changes__box__point {
    min-height: 14.6rem;
    font-size: 3.6rem;
  }
  .changes__box__point em {
    font-size: 1.3em;
  }
  .changes__box__point {
    margin: 2.4rem 0;
    padding: 0.8rem 0;
  }
  .changes__box__point.changes__box__point--noto em {
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }
  .changes__anchor-link {
    font-size: 1.6rem;
  }
  .changes__start {
    padding-top: 7.2rem;
  }
  .changes__start__heading-wrap {
    margin-bottom: 2.2rem;
  }
  .changes__start__heading {
    font-size: 2.4rem;
  }
  .changes__start__heading::before, .changes__start__heading::after {
    width: 24.9vw;
  }
  .changes__start__heading::before {
    left: -23rem;
  }
  .changes__start__heading::after {
    right: -23rem;
  }
  .changes__start__date {
    margin-bottom: 2.2rem;
    font-size: 4rem;
  }
  .changes__start__text {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .family__heading {
    margin-bottom: 6.4rem;
  }
  .family__heading::after {
    height: 0.4rem;
  }
  .family__heading {
    font-size: 4.8rem;
  }
  .family__heading::after {
    width: 12rem;
  }
  .family__heading span {
    font-size: 0.6em;
  }
  .family__heading h2 {
    padding-bottom: 2rem;
  }
  .family__intro {
    max-width: 112rem;
    margin: 0 auto 4.8rem;
    padding: 0 2rem;
  }
  .family__intro__content {
    padding: 5.6rem 6rem;
  }
  .family__intro__heading {
    font-size: 2.8rem;
  }
  .family__intro__conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
    gap: 0.8rem;
  }
  .family__intro__list {
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
            align-items: flex-start;
    gap: 3.2rem;
  }
  .family__intro__list dt {
    min-width: 16rem;
    padding: 0.2rem;
    font-size: 2rem;
  }
  .family__intro__list dd {
    font-size: 2rem;
  }
  .family__pattern__content {
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 7rem;
  }
  .family__pattern__block {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 4rem;
  }
  .family__pattern__sub-heading {
    font-size: 2.4rem;
  }
  .family__pattern__main-heading {
    display: block;
    width: 100%;
    padding: 0.8rem;
    font-size: 2.8rem;
  }
  .family__pattern__list {
    padding: 2.6rem 5.8rem;
    gap: 4.2rem;
  }
  .family__pattern__item {
    grid-template-rows: -webkit-max-content auto;
    grid-template-rows: max-content auto;
    grid-template-columns: 10.5rem 1fr;
    gap: 0.4rem 3rem;
  }
  .family__pattern__image__master {
    width: 5.2rem;
  }
  .family__pattern__image__woman {
    width: 4.8rem;
  }
  .family__pattern__image__old-man {
    width: 4.8rem;
  }
  .family__pattern__detail-head {
    font-size: 2rem;
  }
  .family__pattern__detail__highlight {
    padding: 0.2rem 0.8rem;
    font-size: 2rem;
  }
  .family__pattern__text {
    font-size: 2.4rem;
  }
  .family__consider {
    max-width: 124rem;
    margin: 6.4rem auto;
    padding: 0 2rem;
  }
  .family__consider__heading {
    margin-bottom: 6.4rem;
    font-size: 4rem;
  }
  .family__consider__list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .family__apply {
    max-width: 49.6rem;
    margin: 0 auto;
  }
  .family__apply__content {
    padding: 3.2rem 4rem;
  }
  .family__apply__heading h3 {
    font-size: 1.8rem;
  }
  .family__apply__heading span {
    font-size: 1.7rem;
  }
  .family__apply__tel {
    padding-left: 4rem;
    background-size: 3.2rem;
    font-size: 4rem;
  }
  .family__apply__time {
    font-size: 1.7rem;
    line-height: 1.75;
  }
  .faq {
    padding: 12rem 0;
    background-image: url(../images/faq/bg.jpg);
  }
  .faq__heading {
    margin-bottom: 4.8rem;
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
  .faq__content {
    width: 100%;
    max-width: 96.8rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .faq__block {
    padding: 2.4rem 4rem;
  }
  .faq__block dt {
    margin-bottom: 0.8rem;
    padding-left: 3.6rem;
    font-size: 2rem;
  }
  .faq__block dt::before {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .faq__block dd {
    padding-left: 3.6rem;
    font-size: 1.7rem;
  }
  .faq__block dd::before {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .intro {
    padding: 8rem 0 12rem;
  }
  .intro__text {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .kv__content__title {
    font-size: 4.4vw;
  }
  .kv__content__title__separate {
    padding: 0 3.2rem;
    border-radius: 0.8rem;
    box-shadow: 0.6rem 0.6rem #e73817;
  }
  .kv__content__title__separate + .kv__content__title__separate {
    margin-top: 1.6rem;
  }
  .kv__title__small {
    font-size: 0.875em;
  }
  .kv__content__text {
    display: inline-block;
    margin-top: 3.2rem;
    padding: 0.4rem 0.8rem;
    font-size: 2.8rem;
    line-height: 1.35;
  }
  .kv__slider {
    bottom: -10rem;
  }
  .kv__slider-inner {
    max-width: 30rem;
    margin: 0 3.2rem;
  }
  .schedule__heading::after {
    height: 0.4rem;
  }
  .schedule__heading {
    font-size: 4.8rem;
  }
  .schedule__heading::after {
    width: 12rem;
  }
  .schedule__heading span {
    font-size: 0.6em;
  }
  .schedule__heading h2 {
    padding-bottom: 2rem;
  }
  .schedule__image {
    max-width: 96rem;
  }
  .schedule__image figcaption {
    font-size: 1.8rem;
  }
  .schedule__list {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
  }
  .schedule__table-heading {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  .schedule__table-caption-list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .scroll-down {
    display: none;
  }
  .update__block--01 .update__text {
    margin-bottom: 4rem;
  }
  .update__block--01 .update__heading-tertiary {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .update__block--02 .update__text {
    margin-bottom: 4rem;
  }
  .update__block--02 .update__heading-tertiary {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .update__block--02 .update__note {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .update__block--02 .update__attention__list {
    margin-bottom: 4rem;
  }
  .update__block--03 .update__text {
    margin-bottom: 4rem;
  }
  .update__block--03 .update__overview {
    margin-bottom: 4rem;
  }
  .update__block--03 .update__block--03__image {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            align-items: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
  .update__head__inview.is-visible {
    padding: 2rem 4rem;
  }
  .update__head__inview__deco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: center;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Libre Caslon Text", serif;
  }
  .update__head__inview__deco__number {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 3.3em;
    line-height: 1;
    font-family: "Libre Caslon Text", serif;
  }
  .update__head__inview__head-title {
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: 0.2rem solid #e73817;
  }
  .update__head__inview__subtitle-number {
    display: none;
  }
  .update__head__inview__subtitle {
    color: #f06a50;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .update__head__inview__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  .update__head {
    margin-bottom: 4rem;
  }
  .update__head__deco {
    padding-bottom: 0.8rem;
    font-size: 2rem;
  }
  .update__head__subtitle {
    font-size: 2.8rem;
  }
  .update__head__title {
    font-size: 4rem;
  }
  .update__heading-tertiary {
    font-size: 2.4rem;
  }
  .update__text {
    font-size: 1.7rem;
  }
  .update__overview {
    padding: 3.2rem 4rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  }
  .update__overview__heading {
    font-size: 2rem;
  }
  .update__overview__item {
    padding-left: 3.6rem;
    font-size: 1.7rem;
  }
  .update__overview__aside {
    margin-right: 0.8rem;
    font-size: 1.4rem;
  }
  .update__product__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .update__product__text {
    font-size: 1.5rem;
  }
  .update__product__text__small {
    font-size: 1.5rem;
  }
  .update__product__guidance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            justify-content: center;
    height: 100%;
    padding: 3.8rem 4rem;
  }
  .update__product__guidance__heading {
    font-size: 2.4rem;
  }
  .update__product__guidance__text {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__note__list li,
  .update__attention__list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__card-cta {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 12.3rem 1fr;
    grid-template-areas: "image heading" "image text-area" "image button";
    padding: 3.2rem 4rem;
    gap: 2.4rem;
  }
  .update__card-cta__image {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    grid-area: image;
            align-items: center;
            justify-content: center;
  }
  .update__card-cta__head {
    grid-area: heading;
  }
  .update__card-cta__main-headig {
    font-size: 2.4rem;
  }
  .update__card-cta__sub-headig span {
    font-size: 1.8rem;
  }
  .update__card-cta__text {
    grid-area: text-area;
    font-size: 1.47rem;
  }
  .update__card-cta__button {
    grid-area: button;
    width: 100%;
    max-width: 37.4rem;
    padding: 1.5rem 4.8rem;
    border-radius: 5rem;
  }
  .update__card-cta__button__inner {
    padding: 0 3.4rem 0 0;
    font-size: 1.8rem;
  }
  .update__facility__slider .slick-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .update__facility__slider .slick-arrow::before {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 3.2rem;
  }
  .update__facility__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 4.4rem 4.8rem 1.6rem;
    gap: 0.8rem;
  }
  .update__facility__item {
    font-size: 1.6rem;
  }
  .video {
    margin-top: 12rem;
    padding: 12rem 0 20rem;
  }
  .video__heading {
    margin-bottom: 7.2rem;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .video__content {
    max-width: 76.7rem;
    margin: 0 auto;
  }
  .video__slider {
    bottom: -10rem;
  }
  .video__slider-inner {
    max-width: 30rem;
    margin: 0 3.2rem;
  }
  .u-only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 2rem;
  }
  .footer {
    padding: 8rem 2rem 2.8rem;
  }
  .footer__logo {
    margin-bottom: 5.6rem;
  }
  .footer__contact__heading-wrap {
    margin-bottom: 2.4rem;
  }
  .footer__contact__heading {
    font-size: 2rem;
  }
  .footer__contact__heading::before, .footer__contact__heading::after {
    width: 7.3rem;
  }
  .footer__contact__heading::before {
    left: -9.4rem;
  }
  .footer__contact__heading::after {
    right: -9.4rem;
  }
  .footer__contact__company-name {
    font-size: 1.8rem;
  }
  .footer__tel {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
  .footer__business-houers {
    margin-bottom: 5.6rem;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .benefit-lists {
    padding: 12rem 2rem 9.6rem;
  }
  .benefit-lists__heading {
    margin-bottom: 4.8rem;
    padding-bottom: 1.6rem;
  }
  .benefit-lists__heading::after {
    width: 8rem;
  }
  .benefit-lists__heading h2 {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .benefit-lists__heading span {
    font-size: 1.8rem;
  }
  .benefit-lists__system {
    margin-bottom: 3.2rem;
  }
  .benefit-lists__system__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
  }
  .benefit-lists__system__list dd {
    padding: 1.6rem;
    font-size: 1.7rem;
  }
  .benefit-lists__image img {
    width: 120rem;
    max-width: 120rem;
  }
  .benefit-lists__image + .benefit-lists__image {
    margin-top: 2.4rem;
  }
  .benefit-lists__image__caption {
    margin-top: 2.4rem;
  }
  .benefit-lists__image__caption {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .benefit-lists__caption li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }

  .benefit-lists__image__note {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #4a4a4a;
  margin-top: 1rem;
  }
  .benefit-lists__note {
    font-size: 1.8rem;
    line-height: 1.75;
    color: #1A1A1A;
    margin-top: 3rem;
    letter-spacing: 0.08em;
  }
  .buy {
    padding: 12rem 0;
    background-image: url(../images/buy/bg-sp.jpg);
  }
  .buy__text {
    font-size: 2.4rem;
  }
  .buy__button {
    width: 100%;
    max-width: 33.8rem;
    padding: 1.6rem 4.8rem;
    border-radius: 3.2rem;
  }
  .buy__button__inner {
    padding: 0 6rem 0 0;
    font-size: 2.4rem;
  }
  .changes {
    padding: 8rem 0 7.6rem;
    background-image: url(../images/changes/bg-sp.jpg);
  }
  .changes::after {
    height: 6rem;
  }
  .changes__heading {
    margin-bottom: 4rem;
    padding-bottom: 0.8rem;
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .changes__heading::after {
    width: 8rem;
    height: 0.3rem;
  }
  .changes__heading__small {
    font-size: 0.56em;
    letter-spacing: 0.1em;
  }
  .changes__list {
    padding: 2rem 2rem 0;
  }
  .changes__box {
    padding: 3.2rem 2.5rem;
  }
  .changes__box + .changes__box {
    margin-top: 2.4rem;
  }
  .changes__box__deco {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .changes__box__sub-text {
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
  }
  .changes__box__main-text {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .changes__box__main-text__strong {
    font-size: 1.33em;
  }
  .changes__box__point {
    font-size: 2.4rem;
  }
  .changes__box__point em {
    font-size: 1.3em;
  }
  .changes__box__point {
    margin: 2.4rem 0;
    padding: 0.8rem 0;
  }
  .changes__box__point.changes__box__point--noto em {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
  .changes__anchor-link {
    font-size: 1.6rem;
  }
  .changes__start {
    padding-top: 7.2rem;
  }
  .changes__start__heading-wrap {
    margin-bottom: 2.2rem;
  }
  .changes__start__heading {
    font-size: 1.8rem;
  }
  .changes__start__heading::before, .changes__start__heading::after {
    width: 5.35rem;
  }
  .changes__start__heading::before {
    left: -7.6rem;
  }
  .changes__start__heading::after {
    right: -7.6rem;
  }
  .changes__start__date {
    margin-bottom: 2.2rem;
    font-size: 2.8rem;
  }
  .changes__start__text {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .family {
    padding: 9.6rem 2rem;
  }
  .family__heading {
    margin-bottom: 4rem;
  }
  .family__heading::after {
    height: 0.3rem;
  }
  .family__heading {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .family__heading::after {
    width: 8rem;
  }
  .family__heading span {
    font-size: 0.56em;
  }
  .family__heading h2 {
    padding-bottom: 1.1rem;
  }
  .family__intro {
    margin-bottom: 4.8rem;
  }
  .family__intro__content {
    margin-bottom: 4.8rem;
    padding: 3.2rem 2rem;
  }
  .family__intro__heading {
    font-size: 1.8rem;
  }
  .family__intro__list {
    gap: 1.6rem;
  }
  .family__intro__list + .family__intro__list {
    margin-top: 1.6rem;
  }
  .family__intro__list dt {
    padding: 0.2rem;
    font-size: 1.8rem;
  }
  .family__intro__list dd {
    padding: 0.8rem 0;
    font-size: 1.8rem;
  }
  .family__pattern__block {
    padding: 2.4rem 1.6rem;
  }
  .family__pattern__block + .family__pattern__block {
    margin-top: 4rem;
  }
  .family__pattern__sub-heading {
    font-size: 1.8rem;
  }
  .family__pattern__main-heading {
    display: block;
    width: 100%;
    padding: 0.8rem;
    font-size: 1.8rem;
  }
  .family__pattern__list {
    padding: 2.6rem 3rem;
    gap: 1.2rem;
  }
  .family__pattern__item {
    grid-template-rows: -webkit-max-content auto;
    grid-template-rows: max-content auto;
    grid-template-columns: 6.3rem 1fr;
    gap: 0.4rem 1.8rem;
  }
  .family__pattern__image__master {
    width: 3.7rem;
  }
  .family__pattern__image__woman {
    width: 3.4rem;
  }
  .family__pattern__image__old-man {
    width: 3.4rem;
  }
  .family__pattern__detail-head {
    font-size: 1.6rem;
  }
  .family__pattern__detail-head::before {
    font-size: 2rem;
  }
  .family__pattern__detail__highlight {
    padding: 0.2rem 0.3rem;
    font-size: 1.6rem;
  }
  .family__pattern__detail__highlight--person {
    padding: 0.2rem 0.5rem;
  }
  .family__pattern__text {
    font-size: 1.7rem;
  }
  .family__consider {
    margin: 4rem 0;
  }
  .family__consider__heading {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .family__consider__list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .family__apply__content {
    padding: 2.4rem 1.6rem;
  }
  .family__apply__heading h3 {
    font-size: 1.8rem;
  }
  .family__apply__heading span {
    font-size: 1.6rem;
  }
  .family__apply__tel {
    padding-left: 3.2rem;
    background-size: 2.4rem;
    font-size: 2.4rem;
  }
  .family__apply__time {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .faq {
    padding: 9.6rem 2rem;
    background-image: url(../images/faq/bg-sp.jpg);
  }
  .faq__heading {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .faq__block {
    padding: 2rem;
  }
  .faq__block dt {
    margin-bottom: 1.2rem;
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .faq__block dt::before {
    font-size: 2rem;
    line-height: 1.4;
  }
  .faq__block dd {
    padding-left: 3rem;
    font-size: 1.5rem;
  }
  .faq__block dd::before {
    font-size: 2rem;
    line-height: 1.4;
  }
  .intro {
    padding: 6.4rem 0 12rem;
  }
  .intro__text {
    padding: 0 2rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .kv {
    background-image: url(../images/kv/bg-sp.jpg);
  }
  .kv__content {
    padding: 70.6vw 0 13.6vw 2rem;
  }
  .kv__content__title {
    font-size: 3.6rem;
  }
  .kv__content__title__separate {
    padding: 0 1.6rem;
    border-radius: 0.4rem;
    box-shadow: 0.3rem 0.3rem #e73817;
  }
  .kv__content__title__separate + .kv__content__title__separate {
    margin-top: 1rem;
  }
  .kv__content__text {
    display: inline-block;
    margin-top: 1.8rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .kv__slider {
    bottom: -6rem;
  }
  .kv__slider-inner {
    max-width: 14.5rem;
    margin: 0 1.2rem;
  }
  .schedule {
    padding: 9.6rem 2rem;
  }
  .schedule__heading::after {
    height: 0.3rem;
  }
  .schedule__heading {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .schedule__heading::after {
    width: 8rem;
  }
  .schedule__heading span {
    font-size: 0.56em;
  }
  .schedule__heading h2 {
    padding-bottom: 1.1rem;
  }
  .schedule__image figcaption {
    font-size: 1.7rem;
  }
  .schedule__list table {
    width: 96rem;
  }
  .schedule__table-heading {
    font-size: 1.8rem;
  }
  .schedule__table-caption-list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__images-container {
    display: none;
  }
  .update__block {
    padding: 0 2rem;
  }
  .update__block + .update__block {
    margin-top: 4.8rem;
  }
  .update__block--01 .update__text {
    margin-bottom: 3.2rem;
  }
  .update__block--01 .update__heading-tertiary {
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .update__block--02 .update__text {
    margin-bottom: 3.2rem;
  }
  .update__block--02 .update__heading-tertiary {
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .update__block--02 .update__note {
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .update__block--03 {
    padding-bottom: 12rem;
  }
  .update__block--03 .update__text {
    margin-bottom: 3.2rem;
  }
  .update__block--03 .update__overview {
    margin-bottom: 3.2rem;
  }
  .update__block--03 .update__block--03__image {
    margin-bottom: 3.2rem;
  }
  .update__main-image-sp {
    margin-bottom: 3.2rem;
  }
  .update__head__inview.is-visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: center;
    padding: 1.6rem 2rem;
  }
  .update__head__inview__deco {
    display: none;
  }
  .update__head__inview__sp-top {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .update__head__inview__subtitle-number {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Libre Caslon Text", serif;
    letter-spacing: 0;
  }
  .update__head__inview__subtitle {
    color: #f06a50;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .update__head__inview__title {
    margin-top: 0.8rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .update__head {
    margin-bottom: 3.2rem;
  }
  .update__head__deco {
    padding-bottom: 0.4rem;
    font-size: 1.6rem;
  }
  .update__head__subtitle {
    font-size: 1.8rem;
  }
  .update__head__title {
    font-size: 2.4rem;
  }
  .update__heading-tertiary {
    font-size: 1.8rem;
  }
  .update__text {
    font-size: 1.6rem;
  }
  .update__overview {
    padding: 2rem;
  }
  .update__overview__heading {
    font-size: 1.8rem;
  }
  .update__overview__item {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__overview__aside {
    margin-right: 0.3rem;
    font-size: 1.5rem;
  }
  .update__product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .update__product__text {
    font-size: 1.4rem;
  }
  .update__product__text__small {
    font-size: 1.2rem;
  }
  .update__product__guidance {
    padding: 3.2rem 2.4rem;
  }
  .update__product__guidance__heading {
    font-size: 2.4rem;
  }
  .update__product__guidance__text {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__note__list li,
  .update__attention__list li {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
  .update__card-cta {
    margin-top: 3.2rem;
    padding: 2rem;
  }
  .update__card-cta__head {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .update__card-cta__main-headig {
    font-size: 2.4rem;
  }
  .update__card-cta__sub-headig span {
    font-size: 1.6rem;
  }
  .update__card-cta__text {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .update__card-cta__button {
    width: 100%;
    max-width: 29.5rem;
    padding: 1.5rem 1rem;
    border-radius: 4rem;
  }
  .update__card-cta__button__inner {
    padding: 0 3.4rem 0 0;
    font-size: 1.7rem;
  }
  .update__facility__slider .slick-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .update__facility__slider .slick-arrow::before {
    width: 4.8rem;
    height: 4.8rem;
    background-size: 3.2rem;
  }
  .update__facility__slider .slick-arrow.slick-prev {
    left: -1rem;
  }
  .update__facility__slider .slick-arrow.slick-next {
    right: -1rem;
  }
  .update__facility__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 4.4rem 1.6rem 1.6rem;
    gap: 0.8rem;
  }
  .update__facility__item {
    font-size: 1.4rem;
  }
  .video {
    padding: 8rem 2rem 16rem;
  }
  .video__heading {
    margin-bottom: 3.2rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  .video__slider {
    bottom: -6rem;
  }
  .video__slider-inner {
    max-width: 18rem;
    margin: 0 1.2rem;
  }
  .u-only-tablet-sp {
    display: block;
  }
  .u-only-tablet-pc {
    display: none;
  }
  .u-only-pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .footer__contact__heading::before, .footer__contact__heading::after {
    width: 17rem;
  }
  .footer__contact__heading::before {
    left: -19rem;
  }
  .footer__contact__heading::after {
    right: -19rem;
  }
  .benefit-lists__system__list {
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
            align-items: center;
  }
  .changes__start__heading::before, .changes__start__heading::after {
    width: 25rem;
  }
  .changes__start__heading::before {
    left: -27rem;
  }
  .changes__start__heading::after {
    right: -27rem;
  }
  .family {
    padding: 12rem 0;
  }
  .family__pattern__content {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
            justify-content: space-between;
  }
  .kv {
    margin-bottom: 16.4rem;
    background-image: url(../images/kv/bg-pc.jpg);
  }
  .kv__content {
    padding: 9rem 8.3vw 17.9rem;
  }
  .schedule {
    padding: 12rem 0;
  }
  .update__wrapper {
    display: grid;
    position: relative;
    grid-template-columns: 42.8% 1fr;
    margin-top: 8rem;
  }
  .update__images-container {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
  .update__images {
    -webkit-transition: 0.8s;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    transition: 0.8s;
  }
  .update__images img {
    -o-object-fit: cover;
    width: 100%;
    height: 100dvh;
       object-fit: cover;
  }
  .update__images:first-child, .update__images.is-active {
    visibility: visible;
    opacity: 1;
  }
  .update__images__head {
    -webkit-box-align: center;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    display: -webkit-box;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 4rem;
    left: 0;
            align-items: center;
    padding: 2rem 2.85vw;
    gap: 0 0.8rem;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .update__images__head.is-visible {
    visibility: visible;
    opacity: 1;
  }
  .update__images__deco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: center;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 0.85vw;
    line-height: 1;
    font-family: "Libre Caslon Text", serif;
  }
  .update__images__deco__number {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 2.85vw;
    line-height: 1;
    font-family: "Libre Caslon Text", serif;
  }
  .update__images__head-title {
    margin-left: 2.4rem;
    padding-left: 2.4rem;
    border-left: 0.2rem solid #e73817;
  }
  .update__images__subtitle {
    color: #f06a50;
    font-weight: bold;
    font-size: 1.14vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .update__images__title {
    font-weight: bold;
    font-size: 1.42vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  .update__block {
    padding-right: 8rem;
    padding-left: 8rem;
  }
  .update__block + .update__block {
    margin-top: 20rem;
  }
  .update__main-image-sp {
    display: none;
  }
  .update__head__inview {
    display: none;
  }
  .update__facility__slider .slick-arrow.slick-prev {
    left: -2.4rem;
  }
  .update__facility__slider .slick-arrow.slick-next {
    right: -1.2rem;
  }
  .u-only-tablet-sp {
    display: none;
  }
  .u-only-tablet-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .benefit-lists {
    padding: 20rem 2rem 12rem;
  }
  .benefit-lists__system__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    display: -webkit-box;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
  }
  .family {
    padding: 12rem 2rem;
  }
  .family__pattern__block + .family__pattern__block {
    margin-top: 4rem;
  }
  .kv {
    margin-bottom: 16.4rem;
    background-image: url(../images/kv/bg-tab.jpg);
  }
  .kv__content {
    padding: 19.3rem 0 17.9rem 6.25vw;
  }
  .schedule {
    padding: 12rem 2rem;
  }
  .update__images-container {
    display: none;
  }
  .update__block {
    padding: 0 2rem;
  }
  .update__block + .update__block {
    margin-top: 4.8rem;
  }
  .update__main-image-sp {
    margin-bottom: 3.2rem;
  }
  .update__head.is-sticky {
    z-index: 1;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
  }
  .update__facility__slider .slick-arrow.slick-prev {
    left: -2.4rem;
  }
  .update__facility__slider .slick-arrow.slick-next {
    right: -1.2rem;
  }
  .u-only-tablet-sp {
    display: block;
  }
  .u-only-tablet-pc {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .buy__button:hover, .buy__button:active {
    background-color: #ffffff;
    color: #e73817;
  }
  .buy__button:hover .buy__button__inner, .buy__button:active .buy__button__inner {
    background-image: url(../images/icon/icon-arrow-red-hover.svg);
  }
  .changes__anchor-link:hover, .changes__anchor-link:active {
    text-decoration: underline;
  }
  .update__card-cta__button:hover, .update__card-cta__button:active {
    background-color: #ffffff;
    color: #e73817;
  }
  .update__card-cta__button:hover .update__card-cta__button__inner, .update__card-cta__button:active .update__card-cta__button__inner {
    background-image: url(../images/icon/icon-arrow-red-hover.svg);
  }
  .update__facility__slider .slick-arrow:hover::before, .update__facility__slider .slick-arrow:active::before {
    background-image: url(../images/icon/icon-slider-arrow-hover.svg);
    background-color: #6aad65;
  }
}

@media screen and (min-width: 1200px) {
  .changes__list {
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
            align-items: center;
  }
  .changes__box {
    -webkit-box-flex: 1;
    -webkit-box-align: stretch;
            flex: 1;
            align-items: stretch;
    min-width: auto;
    max-width: 34.2rem;
  }
  .update__block {
    padding-right: 12rem;
  }
}
/*# sourceMappingURL=style.css.map */