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

.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;
}
@media screen and (max-width: 767px) {
  .p-view {
    background: unset;
  }
}
.p-view__price {
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-view__price {
    width: auto;
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.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: #ffffff;
  border: solid 1px #c1c1c1;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-view__price-wrap {
    display: block;
    border: none;
    padding: 0;
  }
}
.p-view__btn {
  width: 38.4rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-view__btn {
    width: auto;
    margin-top: 1.4rem;
    margin-bottom: 3.2rem;
  }
}

.p-cta {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}
.p-cta.bg-1 {
  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-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-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;
}
.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: 3.2rem 3rem;
  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;
  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;
}
.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__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;
}

.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: 1.2rem;
    margin-top: 0;
  }
}
.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;
  flex: 1;
}