@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

html {
  background: #eeeeee;
  font-size: 100%;
  /* scroll-behavior: smooth; */
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.81vw;
  }
}
@media screen and (min-width: 1242px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.4vw;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-size-adjust: 100%;
  line-height: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #333333;
}
body.is-active {
  overflow: hidden;
}

/*----------------------------------
  ▼ CLパラメータによる切り替え
----------------------------------*/
/* clクラスがつかないうちの処理 */
body:not([class*="cl_"]) {
  pointer-events: none;
  opacity: 0;
}

/* 通常ver */
body[class="cl_all"] *[class*="--cl-"]:not(.--cl-all) {
  display: none !important;
}

/* CL002 ver */
body[class="cl_002"] *[class*="--cl-"]:not(.--cl-002) {
  display: none !important;
}
/*----------------------------------
  ▲ CLパラメータによる切り替え
----------------------------------*/

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  background: #fbfaf5;
}
.l-main.bg-1 {
  border-top: solid 1px #c1c1c1;
  padding: 1px 0 0;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.p-view {
  background: #fbf7e6;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-view {
    background: unset;
    padding-bottom: 0;
  }
}
.p-view__price {
  background-color: #fbfaf5;
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-view__price {
    width: auto;
    margin-top: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 1.3rem;
  }
}
.p-view__price-ttl {
  background: #bd5357;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-view__price-desc {
    padding: 2rem;
    background: #ffffff;
    border-top: none;
    border: solid 1px #c1c1c1;
  }
}
.p-view__price-val {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-view__price-val span {
  font-family: "Oswald", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  color: #bd5357;
}
.p-view__price-small {
  text-align: center;
  margin-top: 1rem;
}
.p-view__price-small span {
  font-family: "Oswald", sans-serif;
}
.p-view__price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  background: #fbfaf5;
  border: solid 1px #c1c1c1;
  padding: 1rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-view__price-wrap {
    display: block;
    border: none;
    padding: 0;
  }
}
.p-view__price .p-view__price-descNew {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-view__price .p-view__price-descNew {
    padding: 0.1rem 0 1.1rem 0.5rem;
    background: #ffffff;
    border: solid 0.1rem #c1c1c1;
    border-top: none;
  }
}
.p-view__price .p-view__price-descNew__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0;
  gap: 1.08rem;
}
.p-view__price .p-view__price-descNew__ttl-line1 {
  padding: 0.12rem 0;
  background: #f2ff00;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #333333;
}
.p-view__price .p-view__price-descNew__ttl-line2 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #333333;
}
.p-view__price .p-view__price-descNew__val {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.p-view__price .p-view__price-descNew__val-num {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 8rem;
  line-height: 1;
  color: #bd5357;
}
.p-view__price .p-view__price-descNew__val-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0.4rem;
  gap: 0.3rem;
}
.p-view__price .p-view__price-descNew__val-txt__line1 {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #bd5357;
}
.p-view__price .p-view__price-descNew__val-txt__line2 {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.1;
  color: #333333;
}
.p-view__btn {
  max-width: 38.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-view__btn {
    width: 100%;
    margin: 1.4rem 0 0;
  }
}
.p-view__btn > * {
  flex: 1 1 0;
  min-width: 0;
}
.p-view__btn img {
  width: 100%;
  height: auto;
  display: block;
}

.p-cta {
  /* border-top: 1px solid #CCC; */
  /* border-bottom: 1px solid #CCC; */
  background: #faf7e6;
  padding: 1.6rem 1.5rem 2.4rem;
}
.p-cta.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta.sp {
    display: block;
  }
}
.p-cta.sp.border-none {
  border: none;
}
.p-cta__head {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 140%;
  text-align: center;
  color: #c0585c;
  border: 0.256924rem solid #fbf8e7;
  text-shadow: 0 0 0.513848rem #fbf8e7;
}
.p-cta.bg-1 {
  border: none;
  padding: 3.4rem 1.5rem 3.2rem;
  margin-left: 0;
  margin-right: 0;
  background: url(/assets/img/cta_bg1-1_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta.bg-1 {
    background: url(/assets/img/cta_bg1-1.png) no-repeat center/cover;
  }
}
.p-cta__btn {
  max-width: 79.2rem;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    display: block;
  }
}
.p-cta__btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta__btn.sp {
    display: block;
  }
}
.p-cta__btn:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-cta__btn li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-cta__btn li a img {
  filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
}
.p-cta__detail {
  position: relative;
  z-index: 10;
  padding-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
.p-cta__detail-sub {
  color: #c0585c;
  background: #f7e762;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
}
.p-cta__detail-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #c0585c;
  margin-top: 1rem;
}
.p-cta__detail-ttl small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__detail-ttl small {
    font-size: 1.6rem;
    display: block;
    margin-top: 1rem;
  }
}
.p-cta__detail-txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__detail-txt {
    max-width: 26rem;
  }
}
.p-cta__detail-img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 12rem;
}

.p-ctaTel {
  padding: 3.2rem 3rem;
  background: #ffffff;
}
.p-ctaTel__catch {
  text-align: center;
}
.p-ctaTel__catch-sub {
  display: block;
  width: fit-content;
  margin: auto;
  background: #f7e762;
  color: #c0585c;
  padding: 0.6rem;
  border-radius: 0.4rem;
  letter-spacing: 0.04em;
}
.p-ctaTel__catch-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #c0585c;
  margin-bottom: 1.5rem;
}
.p-ctaTel__detail {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-ctaTel__desc {
  padding: 2rem;
  border: solid 2px #c0585c;
  background: #faf7e6;
  border-radius: 0 0 1rem 1rem;
}
.p-ctaTel__desc-ttl {
  text-align: center;
  color: #c0585c;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-ctaTel__desc-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-ctaTel__desc-tel dt {
  font-weight: 400;
  color: #c0585c;
  background: #f7e762;
  padding: 0.5rem;
  border-radius: 0.4rem;
}
.p-ctaTel__desc-tel dd a {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #545458;
}
.p-ctaTel__desc-note {
  text-align: center;
  margin-top: 1rem;
}
.p-ctaTel__desc-txt {
  font-size: 1.4rem;
  line-height: 2;
}
.p-ctaTel__exp {
  border: solid 2px #c0585c;
  background: #faf7e6;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-ctaTel__exp {
    text-align: left;
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.p-ctaTel__exp-txt {
  font-size: 1.4rem;
  line-height: 2;
}

.p-ctaExp {
  padding: 0 2rem 0.6rem;
}
.p-ctaExp + .p-price {
  max-width: 79.2rem;
}

.p-ctaSubsidy {
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-ctaSubsidy {
    margin: 3.2rem auto;
    max-width: 56rem;
  }
}
.p-ctaSubsidy__link {
  display: block;
  margin: 0 auto;
}
.p-ctaSubsidy img {
  display: block;
  width: 100%;
  height: auto;
}

.p-offer__lead img {
  display: block;
  width: 100%;
  max-width: 41.4rem;
  margin: 0 auto 1.2rem;
  aspect-ratio: 414/132;
}
@media screen and (max-width: 767px) {
  .p-offer__lead img {
    margin: 0 auto;
  }
}
.p-offer__block {
  background-color: #bd5357;
}
.p-offer__block h2 {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.p-offer__block .p-offer__badge {
  background-image: url(/assets/img/offer-badge-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.p-offer__block .p-offer__badge h3 {
  padding: 3.2rem 1.513rem;
  display: block;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.p-offer__block-secondary {
  background-color: #fff5f5;
}
.p-offer__block-secondary .p-offer__txt {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.6rem 1.6rem;
}
.p-offer__block-secondary .p-offer__txt p {
  /* padding: 0 2.4rem 0; */
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.p-offer__block-secondary .p-offer__txt p:nth-child(1) {
  margin-bottom: 0.6rem;
}
.p-offer__block-secondary .p-offer__txt p:nth-child(2) {
  margin-bottom: 0.8rem;
}
.p-offer__block-secondary .p-offer__txt p:nth-child(3) {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.p-points {
  padding: 0 0 3.2rem;
}
.p-points .u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-points__feature1 {
  background: #fff5f5;
  padding: 3.2rem 0;
  text-align: center;
}
.p-points__feature1-label {
  display: inline-block;
  color: #c0585c;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-bottom: solid 0.4rem #c0585c;
}
.p-points__feature1-label span {
  color: #c0585c;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-points__feature1-ttl {
  margin-top: 1.2rem;
  color: #111;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
}
.p-points__feature1-ttl span {
  color: #c0585c;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
}
.p-points__feature1 .p-points__why-ttl {
  display: inline-block;
  width: 100%;
  max-width: 41rem;
  color: #c0585c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  margin: 2.4rem auto 2rem;
  position: relative;
}
.p-points__feature1 .p-points__why-ttl::before,
.p-points__feature1 .p-points__why-ttl::after {
  content: "";
  background-color: #c0585c;
  width: 10.5rem;
  height: 0.1rem;
  position: absolute;
}
.p-points__feature1 .p-points__why-ttl::before {
  top: 50%;
  left: 1.4rem;
}
.p-points__feature1 .p-points__why-ttl::after {
  top: 50%;
  right: 1.4rem;
}
.p-points__feature1 .p-points__why {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.p-points__feature1 .p-points__why-card {
  width: 100%;
}
.p-points__feature2 {
  background: #fff;
  padding: 3.2rem 1.4rem 0;
  text-align: center;
}
.p-points__feature2-label {
  display: inline-block;
  color: #c0585c;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-bottom: solid 0.4rem #c0585c;
}
.p-points__feature2-ttl {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
  color: #111;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
}
.p-points__feature2-ttl span {
  color: #c0585c;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-points__feature2-ttl span .em {
  font-size: 3.6rem;
  line-height: 1.5;
}
.p-points__feature2-compare {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}
.p-points__feature2-compare img {
  width: 100%;
  height: auto;
}
.p-points__feature2-select {
  display: inline-block;
  margin-top: 2.4rem;
  color: #111;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 0.4rem solid #c0585c;
}
.p-points__feature2-select strong {
  color: #c0585c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
.p-points__feature2-select span {
  font-size: 2.4rem;
}
.p-points__voice {
  padding: 0 1.4rem;
  margin: 3.2rem auto 0;
  width: 100%;
  max-width: 64rem;
}
.p-points__voice-inner {
  max-width: 77rem;
  border: 0.2rem solid #3e9937;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #ffffff;
}
.p-points__voice-head {
  background: #3e9937;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0rem;
}
.p-points__voice-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-points__voice-body {
  background: #fff;
  padding: 0.8rem 1.6rem 1.6rem;
}
.p-points__voice-lead {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 1.6rem;
}
.p-points__voice-list {
  max-width: 60rem;
  margin: 0 auto;
  display: grid;
  row-gap: 1.6rem;
}
.p-points__voice-item {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  align-items: start;
}
.p-points__voice-avt {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.p-points__voice-avt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-points__voice-balloon {
  position: relative;
  background: #f7f1ed;
  border-radius: 0.4rem;
  padding: 1.6rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-points__voice-balloon::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1.5rem 1rem 0;
  border-color: transparent #f7f1ed transparent transparent;
}

.p-subsidyHero {
  width: 100%;
  max-width: 41.4rem;
  margin: 0 auto;
  background: #589dc0;
}
.p-subsidyHero__box {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #589dc0;
}
.p-subsidyHero__txt {
  color: #fff;
  padding: 1.6rem 1.6rem 1.2rem;
  display: grid;
  align-content: start;
}
.p-subsidyHero .p-subsidyHero__panel {
  padding: 0;
  display: inline-block;
  width: 100%;
  max-width: 22.3rem;
}
.p-subsidyHero .p-subsidyHero__panel img {
  display: block;
  width: 100%;
  height: auto;
}
.p-subsidyHero .u-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.p-subsidyHero__lead {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 0.8rem 0 0;
}
.p-subsidyHero__lead .num {
  color: #f7e762;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-subsidyHero__lead .yellow {
  color: #f7e762;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-subsidyHero__lead .mark {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
}
.p-subsidyHero__desc {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 200%;
}
.p-subsidyHero__image {
  background-color: #ede3e3;
  width: 100%;
  max-width: 15.4rem;
  height: 100%;
}
.p-subsidyHero__image figure {
  width: 100%;
  height: 100%;
}
.p-subsidyHero__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-subsidyHero__note {
  padding: 0.8rem 1.6rem 1.6rem;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  line-height: 180%;
  background: #f5fcff;
}

.p-index-flow {
  padding: 3.2rem 2.3rem;
  background: #ffffff;
}
.p-index-flow__catch {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c0585c;
  text-align: center;
  margin-bottom: 3.2rem;
}
.p-index-flow__catch-sub {
  font-family: "Zen Maru Gothic", serif;
  color: #111;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.p-index-flow__list {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-index-flow__list {
    display: block;
  }
}
.p-index-flow__item {
  width: 100%;
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-index-flow__item {
    width: auto;
  }
}
.p-index-flow__item:not(:last-child) {
  margin-bottom: 0rem;
}
.p-index-flow__detail-ttl {
  padding: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-index-flow__detail-ttl span {
  color: #c0585c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-right: 0.8rem;
}
.p-index-flow__detail-ttl::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  transition: 0.6s;
}
.p-index-flow__detail-ttl::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1rem;
  right: 1.85rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
}
.p-index-flow__detail-ttl.is-open::before {
  width: 0;
}
.p-index-flow__detail-txt {
  padding: 0.8rem 0.8rem 0;
}
.p-index-flow__detail-txt p {
  color: #111111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-index-flow__detail-txt p:nth-child(1) {
  margin-bottom: 1em;
}
.p-index-flow__detail-txt .p-index-flow__detail-img {
  display: block;
  margin: 1rem 0.8rem;
  width: 100%;
}
.p-index-flow__detail-txt h3 {
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-index-flow__detail-txt .sm {
  font-size: 1.2rem;
}
.p-index-flow__detail-txt > ul {
  margin: 0 0 1.6rem 1.6em;
  /* 左インデント＋下余白 */
  padding: 0;
  list-style: disc;
}
.p-index-flow__detail-txt > ul > li {
  margin: 0 0 0.4rem;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-index-flow__detail-txt > ul > li:last-child {
  margin-bottom: 0;
}
.p-index-flow__detail-txt li::marker {
  font-size: 1.4rem;
}
.p-index-flow__detail-txt strong {
  color: #c0585c;
  font-weight: 700;
}
.p-index-flow__detail-txt .p-index-flow__btn {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 2.4rem;
  border-bottom: dotted 0.1rem #ccc;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-index-flow__detail-txt .p-index-flow__btn {
    display: block;
  }
}
.p-index-flow__detail-txt .p-index-flow__btn li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-index-flow__detail-txt .p-index-flow__btn li a img {
  filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
}
.p-index-flow__detail-txt dl dt {
  margin: 0 0 0.4rem;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-index-flow__detail-txt dl dd {
  margin: 0 0 2.1rem;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-index-flow__detail-txt .p-index-flow__detail-point {
  padding: 1.6rem 0 3.2rem;
}
.p-index-flow__detail-txt .p-index-flow__detail-point h4 {
  color: #c0585c;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.p-index-flow__detail-txt .p-index-flow__detail-point p {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}

.p-after {
  border-top: 1px solid #ccc;
  background: #ffffff;
}
.p-after__catch {
  padding: 3.2rem 2.3rem 2.4rem;
  background-color: #eaf0e6;
}
.p-after__catch h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #c0585c;
  text-align: center;
  margin-bottom: 2.4rem;
}
.p-after__catch p {
  max-width: 77rem;
  margin: 0rem auto;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
}
.p-after__list {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-after__list {
    display: block;
  }
}
.p-after__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-after__item {
    width: auto;
  }
}
.p-after__item:not(:last-child) {
  margin-bottom: 0rem;
}
.p-after__detail-ttl {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-after__detail-ttl span {
  color: #c0585c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-right: 0.8rem;
}
.p-after__detail-ttl::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  transition: 0.6s;
}
.p-after__detail-ttl::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1rem;
  right: 1.85rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
}
.p-after__detail-ttl.is-open::before {
  width: 0;
}
.p-after__detail-txt {
  margin: 0.8rem 1.6rem 0;
}
.p-after__detail-txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-after__detail-list {
  margin: 0.8rem 1.6rem 3.2rem;
  border-bottom: dotted 1px #ccc;
}
.p-after__detail-list li {
  padding: 1.6rem 0;
  border-top: dotted 1px #ccc;
}
.p-after__detail-list li p {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-after__detail-list li p strong {
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.p-after__detail-list li .sm {
  font-size: 1.2rem;
}

.p-prepare {
  padding: 3.2rem 1.6rem;
  border-top: 1px solid #ccc;
  background: #ffffff;
}
.p-prepare__catch {
  max-width: 64rem;
  margin: 0rem auto;
  /* margin-bottom: 2.4rem; */
}
.p-prepare__catch h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #c0585c;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
.p-prepare__catch h2 span {
  font-size: 4rem;
  margin-top: -0.4rem;
}
.p-prepare__catch h3 {
  color: #c0585c;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
.p-prepare__catch p {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-prepare__list {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-prepare__list {
    display: block;
  }
}
.p-prepare__item {
  width: 100%;
  max-width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-prepare__item {
    width: auto;
  }
}
.p-prepare__item:not(:last-child) {
  margin-bottom: 0rem;
}
.p-prepare__detail-ttl {
  padding: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
}
.p-prepare__detail-ttl span {
  display: block;
  color: #c0585c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-right: 0.8rem;
}
.p-prepare__detail-ttl::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.2rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  transition: 0.6s;
}
.p-prepare__detail-ttl::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1rem;
  right: 1.85rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
}
.p-prepare__detail-ttl.is-open::before {
  width: 0;
}
.p-prepare__detail-txt {
  padding: 0.8rem 0.8rem 0;
}
.p-prepare__detail-txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-prepare__detail-txt .p-prepare__btn {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 2.4rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-prepare__detail-txt .p-prepare__btn {
    display: block;
  }
}
.p-prepare__detail-txt .p-prepare__btn li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-prepare__detail-txt .p-prepare__btn li a img {
  filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
}

.p-worries {
  padding: 3rem 1.4rem 6rem;
  background: url(/assets/img/worries_bg1-1_pc.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding: 3rem 1.4rem;
    background: url(/assets/img/worries_bg1-1.jpg) no-repeat center top/cover;
  }
}
.p-worries__catch {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-worries__catch {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
.p-worries__catch span {
  color: #0f4f99;
}
.p-worries__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-worries__list {
    gap: 3rem 4rem;
  }
}
.p-worries__item {
  width: calc((100% - 6rem) / 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worries__item {
    width: calc(50% - 3rem);
  }
}
.p-worries__item img {
  width: 13.8rem;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-worries__item img {
    width: 12.8rem;
  }
}
.p-worries__item p {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.2rem;
}
.p-worries__item p span {
  color: #0f4f99;
}

.p-reason {
  padding: 6.4rem 2.3rem;
  background: #fff5f5;
  position: relative;
  border-top: solid 0.3rem #c0585c;
}
.p-reason::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 10.8rem;
  height: 3.2rem;
  background: #c0585c;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: auto;
}
.p-reason__catch {
  text-align: center;
}
.p-reason__catch p {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  margin-bottom: 0.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__catch p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
  }
}
.p-reason__catch h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #bd5357;
}
.p-reason__catch h2 span {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding-bottom: 0.4rem;
  background: #c0585c;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.p-reason__list {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 75.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    display: block;
  }
}
.p-reason__item {
  border-radius: 1.2rem;
  background: #ffffff;
  border: solid 0.2rem #c0585c;
  padding: 2.3rem 1.6rem;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    border-radius: 1.2rem;
    background: #ffffff;
    border: solid 0.2rem #c0585c;
    padding: 2.3rem 1.6rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-reason__item-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-reason__item-ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #c0585c;
}
@media screen and (max-width: 767px) {
  .p-reason__item-ttl {
    font-size: 2.4rem;
  }
}
.p-reason__item-num {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding-bottom: 0.4rem;
  background: #c0585c;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.p-reason__item-txt {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-plan {
  padding: 3.6rem 2rem;
  background: #ffffff;
}
.p-plan__catch {
  text-align: center;
}
.p-plan__catch p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.p-plan__catch h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #bd5357;
}
.p-plan__catch h2 span {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding-bottom: 0.4rem;
  background: #c0585c;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.p-plan__card {
  background: #f0eac9;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1rem 1.6rem;
  border-radius: 0.4rem;
}
.p-plan__card-txt {
  text-align: center;
  border-bottom: solid 1px #333333;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.p-plan__card-img {
  background: #ffffff;
  padding: 0.4rem;
  text-align: center;
}
.p-plan__card-img img {
  max-width: 19.8rem;
}
.p-plan__list {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    display: block;
    margin-top: auto;
  }
}
.p-plan__item {
  width: calc(50% - 1rem);
  border-radius: 1.6rem;
  overflow: hidden;
  border: solid 1px #545458;
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.p-plan__item-ttl {
  font-family: "Zen Maru Gothic", serif;
  padding: 1.6rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
.p-plan__item-txt {
  margin: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}
.p-plan__detail {
  margin: 1.6rem;
  display: flex;
  gap: 0.9rem;
}
.p-plan__detail-img {
  width: 13.6rem;
}
.p-plan__detail-desc {
  flex: 1;
}
.p-plan__detail-sub {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}
.p-plan__detail-dis {
  text-align: center;
  background: #f7e762;
  color: #c0585c;
  padding: 0.6rem;
  font-weight: 600;
}
.p-plan__detail-val {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  white-space: nowrap;
}
.p-plan__detail-val span {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #c0585c;
}
.p-plan__detail-note {
  margin-top: 0.8rem;
  text-align: center;
  color: #333333;
}
.p-plan__detail-note span {
  font-family: "Oswald", sans-serif;
}
.p-plan__step {
  display: flex;
  gap: 0.8rem;
  margin: 1.6rem;
  justify-content: space-between;
}
.p-plan__step li {
  color: #ffffff;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.6rem 1rem 0.8rem;
  text-align: center;
}
.p-plan__step li.inactive {
  color: #999999 !important;
  background: #eeeeee !important;
}
.p-plan__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.p-plan__tag li {
  border: solid 1px;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
}
.p-plan__more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  gap: 0.3rem;
  text-align: center;
  border-top: dotted 1px #c1c1c1;
  color: #333333;
  letter-spacing: 0.04em;
}
.p-plan__more span {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.p-plan__more span img {
  width: 0.4rem;
}
.p-plan .plan-1 {
  color: #725b9a;
}
.p-plan .plan-1 .p-plan__item-ttl {
  background: #725b9a;
}
.p-plan .plan-1 .p-plan__step li {
  background: #725b9a;
}
.p-plan .plan-1 .p-plan__more span {
  background: #725b9a;
}
.p-plan .plan-2 {
  color: #785650;
}
.p-plan .plan-2 .p-plan__item-ttl {
  background: #785650;
}
.p-plan .plan-2 .p-plan__step li {
  background: #785650;
}
.p-plan .plan-2 .p-plan__more span {
  background: #785650;
}
.p-plan .plan-3 {
  color: #c75f7d;
}
.p-plan .plan-3 .p-plan__item-ttl {
  background: #c75f7d;
}
.p-plan .plan-3 .p-plan__step li {
  background: #c75f7d;
}
.p-plan .plan-3 .p-plan__more span {
  background: #c75f7d;
}
.p-plan .plan-4 {
  color: #59789a;
}
.p-plan .plan-4 .p-plan__item-ttl {
  background: #59789a;
}
.p-plan .plan-4 .p-plan__step li {
  background: #59789a;
}
.p-plan .plan-4 .p-plan__more span {
  background: #59789a;
}
.p-plan .plan-5 {
  color: #397343;
}
.p-plan .plan-5 .p-plan__item-ttl {
  background: #397343;
}
.p-plan .plan-5 .p-plan__step li {
  background: #397343;
}
.p-plan .plan-5 .p-plan__more span {
  background: #397343;
}
.p-plan .plan-6 {
  color: #007883;
}
.p-plan .plan-6 .p-plan__item-ttl {
  background: #007883;
}
.p-plan .plan-6 .p-plan__step li {
  background: #007883;
}
.p-plan .plan-6 .p-plan__more span {
  background: #007883;
}

.p-planList {
  background: #ffffff;
  padding: 3.2rem 1.5rem;
}
.p-planList__catch {
  text-align: center;
}
.p-planList__catch-sub {
  display: block;
  width: fit-content;
  margin: auto;
  background: #f7e762;
  color: #c0585c;
  padding: 0.6rem;
  border-radius: 0.4rem;
  letter-spacing: 0.04em;
}
.p-planList__catch-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1rem;
  color: #c0585c;
  margin-bottom: 1.5rem;
}
.p-planList__catch-ttl span {
  color: #c0585c;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.4rem;
  text-decoration-color: #f7e762;
}
.p-planList__catch-txt {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border-radius: 0.4rem;
  background: #faf7e6;
  font-size: 1.6rem;
}
.p-planList__catch-txt:not(:first-child) {
  margin-top: 1rem;
}
.p-planList__wrap {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-planList__wrap {
    display: block;
  }
}
.p-planList__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-planList__item {
    width: auto;
  }
}

.p-area {
  padding: 5.2rem 1.5rem 3.2rem;
  background: url(/assets/img/area_bg1-1_pc.png) #fff no-repeat center top/100%;
}
@media screen and (max-width: 767px) {
  .p-area {
    background: url(/assets/img/area_bg1-1.png) no-repeat center top/cover;
  }
}
.p-area__catch {
  text-align: center;
}
.p-area__catch h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-area__catch h2 {
    font-size: 2.4rem;
  }
}
.p-area__catch p {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-area__catch p {
    font-size: 1.6rem;
  }
}
.p-area__catch p span {
  color: #ce7b4c;
}
.p-area__list {
  background: #ffffff;
  margin-top: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 38.4rem;
}
.p-area__item dt {
  font-size: 1.8rem;
  padding: 1.6rem;
  font-weight: 400;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}
.p-area__item dt::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  transition: 0.6s;
}
.p-area__item dt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
}
.p-area__item dt.is-open::after {
  width: 0;
}
.p-area__item dd ul li {
  border-bottom: solid 1px #c1c1c1;
}
.p-area__item dd ul li a {
  font-size: 1.4rem;
  padding: 1.6rem;
  display: block;
  background: url(/assets/img/ico/arw_1-2.svg) no-repeat right 1.5rem
    center/0.3rem;
}

.p-case {
  padding: 0 3rem 3.2rem;
  background: #ffffff;
}
.p-case__catch {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 2rem;
}
.p-case__catch span {
  color: #c0585c;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.4rem;
  text-decoration-color: #f7e762;
}
.p-case__detail {
  padding: 1.2rem;
  background: url(/assets/img/case_bg1-1_pc.png) no-repeat right top/contain;
  border: solid 1px #545458;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6rem 5.9rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail {
    padding: 1.2rem;
    background: url(/assets/img/case_bg1-1.png) no-repeat right top/cover;
    border: solid 1px #545458;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.p-case__detail-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #d8804e;
  margin-bottom: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__detail-ttl {
    text-align: left;
    margin-bottom: 1.6rem;
  }
}
.p-case__detail-ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail-ttl span {
    font-size: 1.6rem;
  }
}
.p-case__detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail-list {
    display: block;
  }
}
.p-case__detail-list li {
  width: calc((100% - 1.6rem) / 2);
  color: #212529;
  font-size: 1.4rem;
  line-height: 1.6;
  display: flex;
  gap: 0.6rem;
  background: #faf7e6;
  padding: 0.6rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail-list li {
    width: 100%;
  }
}
.p-case__detail-list li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/img/ico/ico_check1-1.svg) no-repeat center/contain;
  margin-top: 0.4rem;
}
.p-case__detail-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.p-case__detail-list li p {
  flex: 1;
}
.p-case__desc {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
}

.p-price {
  max-width: 88rem;
  margin: 4rem auto;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin: 1.5rem;
  }
}
.p-price.bg-1 {
  background: #ffffff;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
}
.p-price__catch {
  font-family: "Zen Maru Gothic", serif;
  color: #ffffff;
  text-align: center;
  padding: 1.6rem;
}
.p-price__catch.plan-1 {
  background: #725b9a;
}
.p-price__catch.plan-2 {
  background: #785650;
}
.p-price__catch.plan-3 {
  background: #c75f7d;
}
.p-price__catch.plan-4 {
  background: #59789a;
}
.p-price__catch.plan-5 {
  background: #397343;
}
.p-price__catch.plan-6 {
  background: #007883;
}
.p-price__catch-sub {
  font-size: 1.8rem;
}
.p-price__catch-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-price__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    display: block;
  }
}
.p-price__thumb {
  width: 38.4rem;
}
@media screen and (max-width: 767px) {
  .p-price__thumb {
    align-self: start;
  }
}
.p-price__box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-price__box {
    display: block;
  }
}
.p-price__band {
  background: #f7e762;
  color: #c0585c;
  text-align: center;
  padding: 0.8rem;
}
.p-price__detail {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex: 1;
}
.p-price__detail dt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__detail dt {
    font-size: 1.6rem;
  }
}
.p-price__detail dt .line {
  text-decoration: line-through;
}
.p-price__detail dd {
  text-align: center;
  /*&:nth-of-type(1) {
            width: 2rem;
        }*/
}
.p-price__detail-price {
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.p-price__detail-price span {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #c0585c;
  margin-right: 0.3rem;
}
.p-price__detail-sub {
  margin-top: 0.6rem;
}
.p-price__detail-sub span {
  font-family: "Oswald", sans-serif;
}
.p-price__desc {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-price__desc {
    margin-top: 0;
  }
}
.p-price__desc p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-price__desc p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.p-priceCnt {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
}
.p-priceCnt__catch {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-priceCnt__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}
.p-priceCnt__list li {
  display: grid;
  place-content: center;
  width: calc((100% - 2.4rem) / 4);
  border: solid 1px;
  line-height: 1.2;
  text-align: center;
  padding: 1.6rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-priceCnt__list li {
    width: calc(50% - 0.4rem);
  }
}
.p-priceCnt__list li span {
  font-size: 1.2rem;
}
.p-priceCnt__plus {
  text-align: center;
  font-size: 5rem;
  color: #545458;
  margin-top: 1rem;
}
.p-priceCnt__detail {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3.2rem;
  background: #e6e6e6;
}
.p-priceCnt__detail-item {
  border-radius: 0.4rem;
  background: #ffffff;
  padding: 1.6rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-priceCnt__detail-item {
    width: auto;
    flex: 1;
  }
}
.p-priceCnt__detail-item p {
  font-weight: 500;
}
.p-priceCnt__detail-item p span {
  font-weight: 400;
  color: #333333;
}
.p-priceCnt.plan-1 {
  color: #725b9a;
}
.p-priceCnt.plan-1 .p-priceCnt__catch {
  background: #725b9a;
}
.p-priceCnt.plan-2 {
  color: #785650;
}
.p-priceCnt.plan-2 .p-priceCnt__catch {
  background: #785650;
}
.p-priceCnt.plan-3 {
  color: #c75f7d;
}
.p-priceCnt.plan-3 .p-priceCnt__catch {
  background: #c75f7d;
}
.p-priceCnt.plan-4 {
  color: #59789a;
}
.p-priceCnt.plan-4 .p-priceCnt__catch {
  background: #59789a;
}
.p-priceCnt.plan-5 {
  color: #397343;
}
.p-priceCnt.plan-5 .p-priceCnt__catch {
  background: #397343;
}
.p-priceCnt.plan-6 {
  color: #007883;
}
.p-priceCnt.plan-6 .p-priceCnt__catch {
  background: #007883;
}

.p-subsidy {
  max-width: 79.2rem;
  margin: 2.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-subsidy {
    margin: 2.2rem 1.5rem 0;
  }
}
.p-subsidy__wrap {
  border-radius: 0.8rem;
  border: solid 1px #666352;
  padding: 1.6rem;
  background: #f0f0f0;
}
.p-subsidy__catch {
  font-size: 1.6rem;
  font-weight: 600;
  color: #666352;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-bottom: solid 1px #666352;
  padding-bottom: 0.6rem;
}
.p-subsidy__catch img {
  max-width: 2.4rem;
}
.p-subsidy__desc {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-compare {
  padding: 3.2rem 1.5rem;
  background: #fafafa;
}
.p-compare__table {
  width: 100%;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: solid 1px #545458;
}
.p-compare__table tbody tr th {
  font-size: 2.4rem;
  font-weight: 400;
  padding: 1.5rem;
  text-align: center;
  border: solid 1px #545458;
}
.p-compare__table tbody tr th.plan-1 {
  color: #725b9a;
}
.p-compare__table tbody tr th.plan-2 {
  color: #785650;
}
.p-compare__table tbody tr th.plan-3 {
  color: #c75f7d;
}
.p-compare__table tbody tr th.plan-4 {
  color: #59789a;
}
.p-compare__table tbody tr th.plan-5 {
  color: #397343;
}
.p-compare__table tbody tr th.plan-6 {
  color: #007883;
}
.p-compare__table tbody tr td {
  width: 20rem;
  padding: 1.6rem 0;
  vertical-align: middle;
  border: solid 1px #545458;
  text-align: center;
}
.p-compare__table tbody tr td.vert {
  width: 1rem;
  line-height: 1.4;
  padding: 1.2rem 0.8rem;
}
.p-compare__table tbody tr td.plan {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-compare__table tbody tr td.plan {
    font-size: 2rem;
  }
}
.p-compare__table tbody tr td.plan:not(:last-child) {
  border-right: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .p-compare__table tbody tr td.plan:not(:last-child) {
    border-right-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-compare__table tbody tr td.plan:nth-of-type(2) {
    border-right: solid 1px #ffffff;
  }
}
.p-compare__table tbody tr td.plan-1 {
  background: #725b9a;
}
.p-compare__table tbody tr td.plan-1 .active {
  background: #ffffff;
  color: #725b9a;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td.plan-2 {
  background: #785650;
}
.p-compare__table tbody tr td.plan-2 .active {
  background: #ffffff;
  color: #785650;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td.plan-3 {
  background: #c75f7d;
}
.p-compare__table tbody tr td.plan-3 .active {
  background: #ffffff;
  color: #c75f7d;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td.plan-4 {
  background: #59789a;
}
.p-compare__table tbody tr td.plan-4 .active {
  background: #ffffff;
  color: #59789a;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td.plan-5 {
  background: #397343;
}
.p-compare__table tbody tr td.plan-5 .active {
  background: #ffffff;
  color: #397343;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td.plan-6 {
  background: #007883;
}
.p-compare__table tbody tr td.plan-6 .active {
  background: #ffffff;
  color: #007883;
  border-radius: 5rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  padding: 0.4rem 1rem;
}
.p-compare__table tbody tr td .circle {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 100;
}
.p-compare__table tbody tr td .sub {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-compare__table tbody tr td .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-compare__table tbody tr td .val {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-compare__table tbody tr td .line {
  text-decoration: line-through;
}
.p-compare__table tbody tr td .discount {
  font-size: 1.6rem;
  font-weight: 600;
  color: #c0585c;
}
.p-compare__table tbody tr td .discount:not(:last-child) {
  margin-bottom: 0.8rem;
}
.p-compare__table tbody tr td .medium {
  font-size: 2rem;
  font-weight: 500;
  color: #c0585c;
}
.p-compare__table tbody tr td .large {
  font-size: 2.4rem;
  font-weight: 500;
  color: #c0585c;
}
.p-compare__table tbody tr td .tag {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.p-compare__table tbody tr td .tag:not(:first-child) {
  margin-top: 1.4rem;
}
.p-compare__table tbody tr td .tag li {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.6rem;
}
.p-compare__table tbody tr td .tag li.inactive {
  color: #999999 !important;
  background: #eeeeee !important;
}
.p-compare__table tbody tr td .tag.plan-1 li {
  background: #725b9a;
}
.p-compare__table tbody tr td .tag.plan-2 li {
  background: #785650;
}
.p-compare__table tbody tr td .tag.plan-3 li {
  background: #c75f7d;
}
.p-compare__table tbody tr td .tag.plan-4 li {
  background: #59789a;
}
.p-compare__table tbody tr td .tag.plan-5 li {
  background: #397343;
}
.p-compare__table tbody tr td .tag.plan-6 li {
  background: #007883;
}
.p-compare__table tbody tr td .check {
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-compare__table tbody tr td .check:not(:first-child) {
  margin-top: 1.2rem;
}
.p-compare__table tbody tr td .check li {
  padding: 0.6rem 0.7rem;
  border-radius: 0.4rem;
  display: flex;
  gap: 0.4rem;
  text-align: left;
}
.p-compare__table tbody tr td .check li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.p-compare__table tbody tr td .check li::before {
  margin-top: 0.2rem;
  content: "";
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  background: url(/assets/img/ico/ico_check1-2.svg) no-repeat center/contain;
}
.p-compare__table tbody tr td .check li p {
  flex: 1;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-compare__table tbody tr td .check li p {
    font-size: 1.4rem;
  }
}
.p-compare__table tbody tr td .check.plan-1 li {
  background: #f4f0fa;
}
.p-compare__table tbody tr td .check.plan-2 li {
  background: #faf1f0;
}
.p-compare__table tbody tr td .check.plan-2 li::before {
  background: url(/assets/img/ico/ico_check1-3.svg) no-repeat center/contain;
}
.p-compare__table tbody tr td .check.plan-3 li {
  background: #faf0f3;
}
.p-compare__table tbody tr td .check.plan-3 li::before {
  background: url(/assets/img/ico/ico_check1-4.svg) no-repeat center/contain;
}
.p-compare__table tbody tr td .check.plan-4 li {
  background: #f0f5fa;
}
.p-compare__table tbody tr td .check.plan-4 li::before {
  background: url(/assets/img/ico/ico_check1-5.svg) no-repeat center/contain;
}
.p-compare__table tbody tr td .check.plan-5 li {
  background: #f0faf2;
}
.p-compare__table tbody tr td .check.plan-5 li::before {
  background: url(/assets/img/ico/ico_check1-6.svg) no-repeat center/contain;
}
.p-compare__table tbody tr td .check.plan-6 li {
  background: #f0f9fa;
}
.p-compare__table tbody tr td .check.plan-6 li::before {
  background: url(/assets/img/ico/ico_check1-7.svg) no-repeat center/contain;
}
.p-compare__table tbody tr:nth-of-type(7) td:not(:first-child) {
  vertical-align: baseline;
}

.p-flow {
  padding: 3.2rem 1.5rem;
  background: #ffffff;
}
.p-flow__catch {
  font-size: 2.4rem;
  font-weight: 600;
  color: #c0585c;
  text-align: center;
  margin-bottom: 2.4rem;
}
.p-flow__list {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    display: block;
  }
}
.p-flow__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: auto;
  }
}
.p-flow__item:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-flow__item-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #c0585c;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.p-flow__item-num {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  background: #c0585c;
  padding-bottom: 0.2rem;
}
.p-flow__item-txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
.p-flow__detail-ttl {
  padding: 1.4rem 1.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: dotted 1px #545458;
  position: relative;
}
.p-flow__detail-ttl::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 2px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  transition: 0.6s;
}
.p-flow__detail-ttl::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
}
.p-flow__detail-ttl.is-open::after {
  width: 0;
}
.p-flow__detail-txt {
  padding: 1.6rem;
}
.p-flow__detail-txt p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-flow__detail-txt p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.p-wrap {
  background: #ffffff;
  border-top: solid 1px #c1c1c1;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.p-cmn {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.p-cmn:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-cmn__head {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.p-cmn p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-cmn p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-cmn ul {
  margin-left: 1.6rem;
}
.p-cmn ul:not(:last-child) {
  margin-bottom: 2rem;
}
.p-cmn ul li {
  list-style: disc;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.p-cmn ol {
  margin-left: 1.6rem;
  list-style: decimal;
}
.p-cmn ol:not(:last-child) {
  margin-bottom: 2rem;
}
.p-cmn ol li {
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.p-company {
  background: #ffffff;
  border-top: solid 1px #c1c1c1;
  padding-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-company__catch {
  text-align: center;
  background: #d9d9d9;
  padding: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  border: solid 1px #999999;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 79.2rem;
}
.p-company__table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 79.2rem;
}
.p-company__table tbody tr th {
  background: #f5f5f5;
  padding: 2.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
  border: solid 1px #999999;
  vertical-align: middle;
  text-align: center;
}
.p-company__table tbody tr td {
  background: #ffffff;
  padding: 2.6rem 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  border: solid 1px #999999;
  vertical-align: middle;
}
.p-company__table tbody tr td ul {
  list-style: disc;
  margin-left: 2rem;
}
.p-company__table tbody tr td ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.p-privacy {
  max-width: 79.2rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-form {
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-form {
    background: #ffffff;
  }
}
.p-form__cont {
  max-width: 60rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 3.2rem 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-form__cont {
    background: unset;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-form__head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.p-form__note {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
.p-form__wrap {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 2.4rem;
}
.p-form__summary {
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-form__summary span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
}
.p-form__summary span.req {
  background: #ee032b;
}
.p-form__summary span.any {
  background: #808080;
}
.p-form__list:not(:last-child) {
  margin-bottom: 3.2rem;
}
.p-form__detail-note {
  margin-top: 1rem;
  color: #666666;
}
.p-form__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-form__btn-item {
  width: calc((100% - 1rem) / 2);
}
.p-form__btn-item input[type="radio"] {
  appearance: auto;
  position: absolute;
  visibility: hidden;
}
.p-form__btn-item label {
  display: block;
  width: 100%;
  border: solid 1px #c4c4c4;
  border-radius: 0.4rem;
  padding: 1.2rem 0.5rem 1.2rem 3.1rem;
  position: relative;
  font-size: 1.3rem;
}
.p-form__btn-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: url(/assets/img/ico/ico_check.svg) no-repeat center/contain;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  left: 1rem;
}
.p-form__btn-item input:checked + label::after {
  background: url(/assets/img/ico/ico_check-on.svg) no-repeat center/contain;
}
.p-form__field-1 {
  display: flex;
  gap: 0.8rem;
}
.p-form__field-1__item {
  width: 100%;
}
.p-form__field-1__select {
  width: 100%;
  position: relative;
}
.p-form__field-1__select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 48%;
  transform: translateY(-50%) rotate(-135deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px #c4c4c4;
  border-left: solid 2px #c4c4c4;
}
.p-form__submit {
  margin-top: 2.4rem;
}
.p-form__privacy {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__privacy input[type="checkbox"] {
  appearance: auto;
  margin-right: 0.4rem;
}
.p-form__privacy a {
  color: #0066c0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
}
.p-form input[type="text"],
.p-form input[type="email"],
.p-form input[type="tel"] {
  border: solid 1px #c4c4c4;
  padding: 1rem;
  border-radius: 0.4rem;
  width: 100%;
}
.p-form input[type="text"]::placeholder,
.p-form input[type="email"]::placeholder,
.p-form input[type="tel"]::placeholder {
  color: #c0c0c0;
}
.p-form input[type="submit"] {
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  max-width: 21rem;
  font-size: 2rem;
  font-weight: 600;
  background: #c0585c;
  color: #ffffff;
  padding: 1.6rem 1rem;
  border-radius: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  outline: none;
}
.p-form textarea {
  border: solid 1px #c4c4c4;
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  width: 100%;
  height: 14rem;
}
.p-form textarea::placeholder {
  color: #c0c0c0;
}
.p-form select {
  border: solid 1px #c4c4c4;
  padding: 1rem;
  border-radius: 0.4rem;
  width: 100%;
  line-height: 1.45;
  color: #333333;
}

.p-thanks {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-thanks__head {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #c0585c;
  margin-bottom: 1.6rem;
}
.p-thanks__desc {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.p-thanks__btn {
  font-size: 2rem;
  font-weight: 500;
  background: #c0585c;
  color: #ffffff;
  padding: 1.6rem 1rem;
  border-radius: 0.4rem;
  width: 22rem;
  margin: auto;
  text-align: center;
  display: block;
}

/* 固定CTA */
.floating-cta {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  padding: 1.6rem;
  max-width: 1200px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 20%
  );
}

.floating-cta__head {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 140%;
  text-align: center;
  color: #c0585c;
  text-shadow: 0 0 0.465283rem #fbf8e7;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .floating-cta__head {
    display: none;
  }
}

.floating-cta__btn {
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.floating-cta__btn-item {
  border-radius: 0.4rem;
  flex: 1;
}

.floating-cta__btn-item img {
  -webkit-filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.4em 0.4rem rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 767px) {
  .floating-cta__btn {
    max-width: 38.4rem;
    gap: 0.8rem;
  }
}
/* 式場ご案内可能エリア */
.p-top_area {
  background-color: #ffffff;
  padding: 2.4rem 1.6rem 1.6rem;
}

.p-top_area .area_map {
  display: block;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto 1.6rem;
}

.p-top_area .area_txt {
  max-width: 60rem;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #c0585c;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background-color: #f7e762;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  margin: 0 auto 0.4rem;
}
.p-top_area .area_txt span {
  font-size: 1.6rem;
}

.p-top_area .area_ttl {
  max-width: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin: 0 auto 1.6rem;
}

.p-top_area .area_ttl .area_ttl_icon {
  width: 2.4rem;
}

.p-top_area .area_ttl span {
  color: #c0585c;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.p-top_area .area_table {
  max-width: 60rem;
  border: 0.1rem solid #d9d9d9;
  margin: 0 auto 0.8rem;
}

.p-top_area .area_table.other_than {
  margin-bottom: 0;
}

.p-top_area .area_table h4 {
  color: #545458;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 0.1rem dashed #d9d9d9;
  padding: 1.2rem 1.6rem;
}

.p-top_area .area_table .area_list {
  display: grid;
  grid-template-columns: repeat(3, 10rem);
  gap: 1.2rem 2.5rem;
  color: #545458;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  padding: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-top_area {
    padding: 6.4rem 5.6rem;
  }
}
/* モーダル */
.open-modal {
  cursor: pointer;
  color: #0f4f99;
  text-decoration: underline;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  pointer-events: none;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-content {
  max-width: 60rem;
  background: #fff;
  margin: 1.6rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  position: relative;
  max-height: calc(100% - 3.2rem);
  overflow-y: auto;
  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
@media screen and (min-width: 768px) {
  .modal-content {
    margin: 1.6rem auto;
  }
}

.modal-content::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.close {
  display: grid;
  place-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #666666;
  font-size: 2rem;
  background-color: #e6e6e6;
  border-radius: 2.5rem;
  position: fixed;
  top: 2.8rem;
  right: 2.8rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .close {
    right: calc(50% - 28.8rem);
  }
}

.modal_ttl {
  color: #222222;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
.modal_ttl span {
  color: #c0585c;
  font-size: 2.4rem;
}

.modal_item {
  background-color: #ffffff;
  border-radius: 0.8rem;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.2));
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
}
.modal_item:last-of-type {
  margin-bottom: 0;
}
.modal_item .modal_item-ttl {
  color: #c0585c;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #f4f1e1;
  padding: 0.4rem 0.8rem;
}
.modal_item .modal_item-img {
  width: 100%;
}
.modal_item .modal_item-address,
.modal_item .modal_item-access {
  display: flex;
  gap: 0.4rem;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 1.2rem;
}
.modal_item .modal_item-address img,
.modal_item .modal_item-access img {
  width: 2rem;
  height: 2rem;
}
.modal_item .modal_item-address {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}
.modal_item .modal_item-access {
  margin-bottom: 0.8rem;
}
.modal_item .modal_item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin: 0 1.2rem 1.2rem;
}
.modal_item .modal_item-list .modal_item-plan {
  display: grid;
  place-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-radius: 0.2rem;
  padding: 0.2rem 0;
}
.modal_item .modal_item-list .plan_simple {
  background-color: #785650;
}
.modal_item .modal_item-list .plan_ichinichi {
  background-color: #c75f7d;
}
.modal_item .modal_item-list .plan_hutsuka {
  background-color: #59789a;
}
.modal_item .modal_item-list .plan_jitaku {
  background-color: #397343;
}
.modal_item .modal_item-list .plan_ippan {
  background-color: #007883;
}
.modal_item .modal_item-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 0.1rem solid #bd4146;
  border-radius: 0.4rem;
  background-image: linear-gradient(0deg, rgb(178, 36, 38), rgb(229, 46, 49));
  padding: 0.8rem;
  margin: 0 auto;
}
.modal_item .modal_item-tel .modal_item-tel-txt {
  display: grid;
  gap: 0.2rem;
  margin-right: 0.4rem;
}
.modal_item .modal_item-tel .modal_item-tel-txt div {
  display: grid;
  place-content: center;
  width: 4.8rem;
  height: 1.5rem;
  color: #bd4146;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #fff600;
  border-radius: 0.2rem;
}
.modal_item .modal_item-tel img {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.2rem;
}
.modal_item .modal_item-tel span {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.3;
}

.p-voice {
  padding: 3.2rem 0;
  background: #589dc0;
}
.p-voice__ttl {
  width: 35.3rem;
  margin: 0 auto 2.4rem;
}
.p-voice__marquee {
  transition-timing-function: linear !important;
}
.p-voice__track {
  display: flex;
  gap: 1.6rem;
  /* animation: voice-scroll 300s linear infinite; */
  transition-timing-function: linear !important;
}
.p-voice__card {
  width: 32rem;
  flex: 0 0 auto;
  border-radius: 2rem;
  border: 0.1rem solid #ccc;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.p-voice__card-head {
  height: 7.2rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  border-radius: 2rem 2rem 0 0;
}
.p-voice__card-head img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 2rem 0 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1.6rem;
}
.p-voice__card-head strong {
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.p-voice__card p {
  border-top: 1px solid #ccc;
  padding: 1.2rem;
  color: #111;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}

@keyframes voice-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
  /* 内容を2倍にして-50%で1周 */
}
.p-benefit__points {
  padding: 3.2rem 2.4rem 2.3rem;
}
.p-benefit__points .points {
  background: #ffffff;
}
.p-benefit__points .points__head {
  text-align: center;
}
.p-benefit__points .points__head-sub {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.p-benefit__points .points__head-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #c0585c;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.p-benefit__points .points__list {
  max-width: 60rem;
  margin: 2.3rem auto 0;
}
.p-benefit__points .points__item {
  list-style: none;
}
.p-benefit__points .points__btn {
  width: 100%;
  text-align: left;
  display: block;
  background: #f5f3e2;
  color: #111;
  border: 0.1rem solid #dbd7af;
  border-bottom: none;
  padding: 1.2rem 3.2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  /* ＞ アイコン */
}
.p-benefit__points .points__btn::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.2rem solid #545458;
  border-right: 0.2rem solid #545458;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s ease;
}
.p-benefit__points .points__btn:hover {
  background: rgb(251.5, 249.4, 237.5);
}
.p-benefit .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.p-benefit .modal-content {
  padding: 3.2rem 1.6rem 1.6rem;
  background: transparent;
}
.p-benefit .modal_box {
  position: relative;
  background-color: #fff;
  max-width: 60rem;
  border-radius: 0.8rem;
  position: relative;
}
.p-benefit .modal-content::-webkit-scrollbar {
  display: none;
}
.p-benefit .close {
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #666666;
  font-size: 1.9rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-benefit .close {
    right: calc(50% - 28.8rem);
  }
}
.p-benefit .modal_ttl {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dbd7af;
  background: #f5f3e2;
  padding: 1.6rem;
  margin: 0;
  text-align: left;
}
.p-benefit .modal_ttl span {
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.p-benefit .modal_item {
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
  padding: 1.6rem;
}
.p-benefit .modal_item-body {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-benefit .modal_item-body p:nth-child(2) {
  margin-top: 0.8rem;
}

.p-faq {
  padding: 3.2rem 1.6rem;
  background: #fff;
  /* 質問リスト */
}
.p-faq__title {
  text-align: center;
  color: #c0585c;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}
.p-faq__group {
  max-width: 64rem;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
.p-faq__summary {
  border-bottom: 1px solid #dbd7af;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #c0585c;
  position: relative;
  cursor: pointer;
}
.p-faq__summary-ico {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-content: center;
  color: #a05256;
  border-radius: 50%;
  font-size: 1.3rem;
  flex: 0 0 auto;
}
.p-faq__summary-text {
  flex: 1;
  text-align: left;
}
.p-faq__summary-toggle {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  flex: 0 0 auto;
}
.p-faq__summary-toggle::before,
.p-faq__summary-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #d06b6f;
  border-radius: 1rem;
}
.p-faq__summary-toggle::before {
  width: 1.2rem;
  height: 0.2rem;
}
.p-faq__summary-toggle::after {
  width: 0.2rem;
  height: 1.2rem;
  transition: 0.2s;
}
.p-faq .js-acc[aria-expanded="true"] .p-faq__summary-toggle::after {
  transform: scaleY(0);
}
.p-faq__panel {
  overflow: hidden;
  height: auto;
}
.p-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-faq__list li {
  background: #f5f3e2;
  border-bottom: 1px solid #dbd7af;
}
.p-faq__q {
  width: 100%;
  text-align: left;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 0.8rem 1.2rem 0.8rem 2.8rem;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.p-faq__q::before {
  content: "Q";
  position: absolute;
  left: 0.8rem;
  top: 45%;
  transform: translateY(-50%);
  color: #c0585c;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.p-faq .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.p-faq .modal-content {
  padding: 3.2rem 1.6rem 1.6rem;
  background: transparent;
}
.p-faq .modal_box {
  position: relative;
  background-color: #fff;
  max-width: 60rem;
  border-radius: 0.8rem;
  position: relative;
}
.p-faq .modal-content::-webkit-scrollbar {
  display: none;
}
.p-faq .close {
  display: grid;
  place-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #666666;
  font-size: 1.9rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq .close {
    right: calc(50% - 28.8rem);
  }
}
.p-faq .modal_ttl {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dbd7af;
  background: #f5f3e2;
  padding: 1.6rem 1.6rem 1.6rem 3.7rem;
  margin: 0;
  text-align: left;
}
.p-faq .modal_ttl span {
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
  position: relative;
}
.p-faq .modal_ttl span::before {
  content: "Q";
  position: absolute;
  left: -2.1rem;
  top: 45%;
  transform: translateY(-50%);
  color: #c0585c;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.p-faq .modal_item {
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
  padding: 1.6rem;
}
.p-faq .modal_item-body {
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: 2.9rem 1fr;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  align-items: start;
  /* 最後の注記段落は全幅に戻す */
}
.p-faq .modal_item-body .red {
  color: #c0585c;
  font-weight: 700;
}
.p-faq .modal_item-body > p:first-child {
  grid-column: 1;
  margin: 0;
  font-weight: 700;
}
.p-faq .modal_item-body > ul {
  grid-column: 2;
  padding-left: 1.3em;
  list-style: disc;
}
.p-faq .modal_item-body > ul > li {
  margin: 0 0 0.4rem;
}
.p-faq .modal_item-body > ul > li:last-child {
  margin-bottom: 0;
}
.p-faq .modal_item-body ul ul {
  list-style: circle;
  margin-top: 0.3rem;
}
.p-faq .modal_item-body > p:last-child {
  grid-column: 1/-1;
  margin: 0.8rem 0 0;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.04em;
}

html.is-scroll-locked,
body.is-scroll-locked {
  overflow: hidden;
}

.l-footer {
  border-top: solid 1px #c1c1c1;
  padding-top: 4rem;
}
.l-footer__logo {
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-weight: 500;
  color: #545458;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  width: fit-content;
}
.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 4.8rem;
    display: block;
  }
}
.l-footer__list li {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 767px) {
  .l-footer__list li {
    border-bottom: solid 1px #c1c1c1;
    width: auto;
  }
}
.l-footer__list li a {
  padding: 1.6rem 1.2rem;
  font-size: 1.8rem;
  display: block;
  background: url(/assets/img/ico/arw_1-2.svg) no-repeat right 1.5rem
    center/0.5rem;
}
.l-footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 10rem;
  border-top: solid 1px #c1c1c1;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    display: block;
    padding: 0;
    border-top: none;
  }
}
.l-footer__copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding-top: 2.4rem;
    margin-bottom: 2.4rem;
    border-top: solid 1px #c1c1c1;
  }
}
.l-footer__menu {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    padding-bottom: 2.4rem;
  }
}
.l-footer__menu li a {
  color: #545458;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.l-header {
  padding: 1.4rem;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 1.4rem 6rem;
  }
}
.l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #545458;
}
.l-header__btn a {
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  background: #bd5357;
  color: #ffffff;
}
.l-header__list {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    justify-content: flex-end;
    position: absolute;
    right: 20.5rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.l-header__list li a {
  background: #f4f1e1;
  border-radius: 0.4rem;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.l-header__list li img {
  width: 1.3rem;
}
.l-header__list li p {
  font-size: 1.3rem;
}

/* ------------------------------
  new-section
------------------------------ */
.p-benefit__points {
  padding: 3.2rem 2.4rem;
}
.p-benefit__points .points__btn {
  font-size: 1.4rem;
  padding: 1.1rem 14rem 1.1rem 1.2rem;
}
.p-benefit__points .points__item:last-child .points__btn {
  padding: 0.4rem 3.2rem 0.4rem 1.2rem;
}

.p-points__feature2-compare {
  max-width: 38.2rem;
}
.p-points {
  background-color: #fff;
}

/* 特徴その１ */
.p-points__feature1-sub {
  display: inline-block;
  color: #c0585c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.056rem;
  margin: 2.4rem auto 0.8rem;
  position: relative;
}
.p-points__feature1-sub::before,
.p-points__feature1-sub::after {
  content: "";
  width: 0.2rem;
  height: 1.4rem;
  background-color: #c0585c;
  position: absolute;
  top: 0;
}
.p-points__feature1-sub::before {
  left: -0.8rem;
  transform: translateY(50%) rotate(-30deg);
}
.p-points__feature1-sub::after {
  right: -0.8rem;
  transform: translateY(50%) rotate(30deg);
}

.p-points__cases-wrapper {
  overflow: hidden;
  background: transparent;
  padding-left: 0.8rem;
}

.p-points__cases {
  /* display: flex; */
  /* gap: 1.6rem; */
  width: -moz-max-content;
  width: max-content;
  /* animation: voice-scroll 50s linear infinite; */
  transition-timing-function: linear;
}

.p-points__case {
  flex: 0 0 auto;
  width: 22.5rem;
  text-align: center;
  padding: 0 0.8rem;
}
.case-card {
  overflow: hidden;
  border-radius: 0.8rem;
  background: #fff;
}
.case-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.case-card figcaption {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
  contain: layout size;
  pointer-events: none;
}

/* .p-points__scrollbar {
  width: 38.2rem;
  height: 0.4rem;
  background: #d9d9d9;
  margin: 2rem auto 2.4rem;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.p-points__scrollbar-thumb {
  width: 13.4rem;
  height: 100%;
  background: #c0585c;
  border-radius: 2px;
  position: absolute;
  left: 0;
} */

.p-points__feature1-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.p-points__feature1-cta .p-points__cta-btn {
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 0.8rem;
  padding: 1.2rem 0.4rem 1.2rem 1.2rem;
  height: 5.2rem;
}
body.cl_all .p-points__feature1-cta .p-points__cta-btn--blue {
  width: 24rem;
}
.p-points__feature1-cta:not(.is-aichi)
  .p-points__cta-btn--blue
  .p-points__cta-ic {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/coments.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.p-points__feature1-cta:not(.is-aichi)
  .p-points__cta-btn--blue
  .p-points__cta-caret {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: -0.2rem;
}
.p-points__feature1-cta:not(.is-aichi)
  .p-points__cta-btn--blue
  .p-points__cta-txt
  br {
  display: none;
}

/* 愛知（緑＋青 横並び） */
.p-points__feature1-cta {
  gap: 0.8rem;
}
.p-points__feature1-cta .p-points__cta-btn {
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 0.8rem;
  padding: 0.8rem 0.2rem 0.8rem 0.8rem;
  height: 5.2rem;
}
.p-points__feature1-cta .p-points__cta-btn--green {
  width: 20.7rem;
  background: #528c5b;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.p-points__feature1-cta .p-points__cta-btn--green .p-points__cta-ic {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/building.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.p-points__feature1-cta .p-points__cta-btn--blue {
  width: 16.7rem;
  background: #589dc0;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  text-decoration: none;
}
.p-points__feature1-cta .p-points__cta-btn--blue .p-points__cta-ic {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/coments.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.p-points__feature1-cta .p-points__cta-btn--green .p-points__cta-caret,
.p-points__feature1-cta .p-points__cta-btn--blue .p-points__cta-caret {
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  margin-left: -0.2rem;
}

.p-points__feature1-cta .p-points__cta-txt br {
  display: block;
}

/* flow よくある質問 */
.p-index-flow {
  padding: 3.2rem 1.6rem;
  background: #ffffff;
}
.p-index-flow__bottom {
  margin-top: 3.6rem;
}
.p-index-flow__bottom p {
  margin-bottom: 1.2rem;
  text-align: center;
  color: #c0585c;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.08rem;
}
.p-index-flow__bottom-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-index-flow__bottom-item {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  background: #f5f5f5;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-index-flow__bottom-item dt,
.p-index-flow__bottom-item dd {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
}
.p-index-flow__bottom-item dt span,
.p-index-flow__bottom-item dd span {
  flex: 0 0 2rem;
  font-weight: 700;
}
.p-index-flow__bottom-item dt span {
  color: #5889c0;
}
.p-index-flow__bottom-item dd span {
  color: #c0585c;
}
.p-index-flow__bottom-item dt {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.064rem;
}
.p-index-flow__bottom-item dd {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.064rem;
}

/* よくある質問直下cta */
.p-flowCta {
  background-image: url(../img/flowCta-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.p-flowCta__head {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1.6rem;
}

.p-flowCta__label {
  display: table;
  border-radius: 0.4rem;
  background: #f7e762;
  padding: 0.2rem 0.4rem;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  margin: 0 auto 0.6rem;
}

.p-flowCta__label span {
  color: #c0585c;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}

.p-flowCta__title {
  color: #c0585c;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
}
.p-flowCta__ic {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/p-flowCta__redTel.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.p-flowCta__points {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}

.p-flowCta__point {
  height: 5.4rem;
  /* border-radius: 10rem; */
  background: #fff;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.02); */
  padding: 1.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
}

.p-flowCta__point-label {
  text-align: center;
  background-color: #faf7e6;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: inline-block;
  color: #c0585c;
  text-align: center;
  font-family: Oswald;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  padding-top: 0.6rem;
}

.p-flowCta__point-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #111;
  font-weight: 500;
}

.p-flowCta__point-text span {
  color: #c0585c;
  font-weight: 700;
}

.p-flowCta__note {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  margin: 2rem auto;
}

.p-flowCta__note span {
  color: #c0585c;
  font-weight: 700;
}

.p-flowCta .p-cta__btn {
  margin-top: 0;
}

/* headerボタン */

.l-header__list {
  overflow: hidden;
  width: 100%;
  max-width: 41.4rem;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 0.8rem;
}
.l-header__list li {
  flex: 1;
  height: 2.8rem;
}
.l-header__list li a {
  justify-content: center;
  color: #fff;
  background: #724840;
  border-radius: 0;
  gap: 0.2rem;
  height: 100%;
  padding: 0.4rem 0.8rem;
}
.l-header__list li:nth-child(1) a {
  background: #f5efeb;
  color: #724840;
  border-radius: 0.8rem 0 0 0.8rem;
  padding: 0.4rem 0.8rem;
}
.l-header__list li:nth-child(2) a {
  padding: 0.4rem 2.25rem;
}
.l-header__list li:nth-child(3) a {
  border-radius: 0 0.8rem 0.8rem 0;
  border-left: 1px solid #807166;
  padding: 0.4rem 1.55rem 0.4rem 1.8rem;
}
.l-header__list li a img {
  width: 2rem;
  height: 2rem;
}
.l-header__list li p {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}

/* header固定 */
/* ▼固定バー（クローン用） */
.l-header__list--fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -200%);
  width: 100%;
  z-index: 500;
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
}

.l-header__list--fixed.is-show {
  width: 38.2rem;
  transform: translate(-50%, 0%);
}

.l-header__list--fixed.is-show li {
  height: 4.4rem;
}
.l-header__list--fixed.is-show li a {
  padding: 1.2rem 0.8rem;
  font-size: 1.4rem;
}
.l-header__list--fixed.is-show li:nth-child(1) a {
  border-radius: 0.8rem 0 0 0.8rem;
}
.l-header__list--fixed.is-show li:nth-child(2) a {
  padding: 1.2rem 2.22rem;
}
.l-header__list--fixed.is-show li:nth-child(3) a {
  padding: 1.2rem 1.52rem;
  border-radius: 0 0.8rem 0.8rem 0;
}

/* アンカーリンク */
[id] {
  scroll-margin-top: 9rem;
}

@media (min-width: 768px) {
  .l-header--fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 1000;
  }

  body {
    padding-top: var(--header-height, 6.4rem);
  }
}
@media (min-width: 1200px) {
  .l-header--fixed {
    width: 120rem;
  }
}
/* hidden 属性で確実に消す */
[hidden] {
  display: none !important;
}
