@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: calc(1vw * 10 / 375 * 100);
  height: -webkit-fill-available;
  color-scheme: light only;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input,
textarea,
select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #444444;
  background: #f0ede5;
  line-height: 1.6;
  padding: 0;
}

.lp {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.lp,
.lp *,
.lp *::before,
.lp *::after {
  box-sizing: border-box;
}
.pc-inline {
  display: none;
}
.sp-inline {
  display: inline;
}
.pc-block {
  display: none;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none;
  }
  .pc-block {
    display: block;
  }
  .sp-block {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lp {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 48rem) {
  .lp {
    box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.08);
  }
}

.section {
  position: relative;
  width: 100%;
}

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

.cta-block {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}
.cta-block__heading {
  margin: 0 0 1.2rem;
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cta-block__balloon {
  position: relative;
  width: 100%;
  min-height: 8.5em;
  background: #e9e9e9;
  border: none;
  border-radius: 99.9em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 2em;
  color: #444;
  margin-bottom: 2.4rem;
}
.cta-block__balloon::after {
  content: "";
  position: absolute;
  bottom: -1.8em;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 2em solid #e9e9e9;
  border-right: 1.2em solid transparent;
  border-bottom: 0;
  border-left: 1.2em solid transparent;
}
.cta-block__balloon-text {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
}
.cta-block__balloon-text .marker {
  background: linear-gradient(transparent 40%, #f6ff00 0);
  display: inline;
  padding: 0 0.2rem 0.2rem;
}

.cta-block__time,
.cta-block__time-label,
.cta-block__balloon-lead {
  font-size: 1.85rem;
}

.cta-block__time,
.cta-block__time-label {
  color: #e45353;
}

.cta-block__balloon-main {
  display: block;
  color: #2e9f6e;
  margin-top: 0.3rem;
  font-size: 1.9rem;
  background: none;
}

.cta-block__advisor {
  flex-shrink: 0;
  width: 5.6rem;
  object-fit: contain;
  position: relative;
  left: -0.5rem;
}

.cta-block__discount {
  margin: 2rem 0 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.cta-block__discount-num {
  color: #e45353;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 0.2rem;
}

.cta-block__discount-yen {
  color: #e45353;
  font-weight: 700;
}

.cta-block__discount-plan {
  display: none;
}

.cta-block__discount::before,
.cta-block__discount::after {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 1.75rem;
  margin: 0 0.8rem;
  background: #444;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}

.cta-block__discount::before {
  transform: rotate(-22deg);
}

.cta-block__discount::after {
  transform: rotate(22deg);
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 9.6em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.6em;
  padding: 0;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.cta-btn:active {
  transform: translateY(0.6em);
}

.cta-btn--tel,
.cta-btn--doc {
  gap: 1.5rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
}

.cta-btn--tel {
  background: #e95050;
  box-shadow: 0 0.8em 0 #b71919;
}
.cta-btn--tel:active {
  box-shadow: 0 0 0 #b71919;
}
.cta-btn--doc {
  background: #3b85bd;
  box-shadow: 0 0.8em 0 #18517d;
}
.cta-btn--doc:active {
  box-shadow: 0 0 0 #18517d;
}

.cta-btn__icon,
.cta-btn__pamphlet {
  width: 6rem;
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.cta-btn__icon img,
.cta-btn__pamphlet img {
  width: 100%;
  height: auto;
}

.cta-btn__body {
  display: block;
  min-width: 0;
  text-align: left;
  line-height: 1.2;
}

.cta-btn__label {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 1;
}

.cta-btn__main {
  display: block;
  margin: 0.4em 0;
  color: #ffffff;
  white-space: nowrap;
}

.cta-btn__main-text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.015rem;
}

.cta-btn__main-note {
  font-size: 1.6rem;
  font-weight: 700;
}

.cta-btn__sub {
  color: #f6ff00;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
  opacity: 1;
  white-space: nowrap;
}

.cta-btn__sub-num {
  font-size: 1.1429em;
  font-weight: 700;
}

.cta-btn__arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .cta-block {
    display: grid;
    grid-template-columns: repeat(2, 37.4rem);
    justify-content: center;
    align-items: center;
    column-gap: 3.2rem;
    row-gap: 1.2rem;
    max-width: 78rem;
  }

  .cta-block__heading,
  .cta-block__balloon,
  .cta-block__discount {
    grid-column: 1 / -1;
  }

  .cta-block__heading {
    order: 0;
    margin-bottom: 1.2rem;
  }

  .cta-block__balloon {
    order: 1;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    justify-content: center;
  }

  .cta-block__balloon::after,
  .cta-block__advisor {
    display: none;
  }

  .cta-block__balloon-text {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 1.2rem;
  }

  .cta-block__balloon-text .marker {
    display: inline-block;
    padding: 0;
    background: linear-gradient(transparent 58%, #f6ff00 0);
  }

  .cta-block__time,
  .cta-block__time-label,
  .cta-block__balloon-lead,
  .cta-block__balloon-main {
    font-size: 3.2rem;
    line-height: 1.35;
  }

  .cta-block__time {
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-weight: 500;
  }

  .cta-block__balloon-main {
    display: inline;
    margin: 0 0 0 0.4rem;
  }

  .cta-block__discount {
    order: 2;
    margin: 0;
    font-size: 2.6rem;
  }

  .cta-block__discount-num {
    font-size: 3.8rem;
    top: 0.1rem;
    line-height: 0;
  }

  .cta-block__discount-yen {
    font-size: 2.6rem;
  }

  .cta-block__discount::before,
  .cta-block__discount::after {
    width: 0.2rem;
    height: 2.4rem;
    margin: 0 1rem;
    top: -0.2rem;
  }

  .cta-btn {
    width: 37.4rem;
    min-height: 13.2rem;
    border-radius: 0.8rem;
    transition: all ease-in-out 0.3s;
  }

  .cta-btn:hover {
    translate: 0 -0.4rem;
    opacity: 0.7;
  }

  .cta-btn:active {
    transform: translateY(0.6rem);
  }

  .cta-btn--tel,
  .cta-btn--doc {
    margin-top: 0;
    padding: 0;
  }

  .cta-btn--tel {
    order: 3;
    grid-column: 1;
    gap: 0.8rem;
    justify-content: center;
    background: #e45353;
    box-shadow: 0 0.6rem 0 #aa2020;
  }

  .cta-btn--doc {
    order: 4;
    grid-column: 2;
    gap: 1.6rem;
    justify-content: center;
    background: #3b7eb9;
    box-shadow: 0 0.6rem 0 #28567e;
  }

  .cta-btn__icon {
    width: 7rem;
  }

  .cta-btn__pamphlet {
    width: 8.3rem;
  }

  .cta-btn__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    display: grid;
    grid-template-rows: 2rem 3.6rem 3rem;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .cta-btn--tel .cta-btn__body {
    width: 23.7rem;
  }

  .cta-btn--doc .cta-btn__body {
    align-items: center;
    z-index: 1;
  }

  .cta-btn__label {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  .cta-btn--tel .cta-btn__label {
    text-align: right;
  }

  .cta-btn__main {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
  }

  .cta-btn--tel .cta-btn__main {
    gap: 0.8rem;
    width: 100%;
  }

  .cta-btn--tel .cta-btn__main::before {
    content: "";
    display: block;
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../icons/tel-icon.png") center / contain no-repeat;
  }

  .cta-btn__main-text {
    letter-spacing: 0.02em;
  }

  .cta-btn--tel .cta-btn__main-text,
  .cta-btn--doc .cta-btn__main-text {
    font-size: 0;
  }

  .cta-btn--tel .cta-btn__main-text::after {
    content: "0120-430-430";
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .cta-btn--doc .cta-btn__main-text::after {
    content: "資料請求";
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .cta-btn--tel .cta-btn__main-note {
    display: none;
  }

  .cta-btn--doc .cta-btn__main-note {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0.4rem 0 0 -0.6rem;
  }

  .cta-btn__sub {
    font-size: 1.4rem;
    line-height: 1;
  }

  .cta-btn--tel .cta-btn__sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0;
    color: #ffffff;
  }

  .cta-btn--tel .cta-btn__sub::before,
  .cta-btn--tel .cta-btn__sub::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border: 0.1rem solid #ffffff;
    border-radius: 0.4rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .cta-btn--tel .cta-btn__sub::before {
    content: "通話･相談無料";
  }

  .cta-btn--tel .cta-btn__sub::after {
    content: "24時間365日即対応";
  }

  .cta-btn--doc {
    position: relative;
  }

  .cta-btn--doc .cta-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #ffffff;
  }

  .cta-btn--doc .cta-btn__arrow::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.25rem solid #3b7eb9;
    border-right: 0.25rem solid #3b7eb9;
    transform: translateX(-0.1rem) rotate(45deg);
  }

  .cta-section--plan-main .cta-block__balloon {
    display: none;
  }

  .cta-section--plan-main .cta-block__discount {
    order: 1;
  }

  .cta-section--plan-main .cta-block__discount-plan {
    display: inline;
    color: #2e9f6e;
    margin-left: 0.6rem;
  }

  .lp .cta-section:not(.cta-section--top-main) .cta-block__discount,
  .plan-lp .cta-section:not(.cta-section--plan-main) .cta-block__discount {
    display: none;
  }
}

@media (max-width: 22.4375rem) {
  .cta-block__balloon {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .cta-block__time,
  .cta-block__time-label,
  .cta-block__balloon-lead {
    font-size: 2rem;
  }

  .cta-block__balloon-main {
    font-size: 1.9rem;
  }

  .cta-btn--tel {
    gap: 1.2em;
    padding: 0 1.6rem;
  }

  .cta-btn__main-text {
    font-size: 2.2rem;
  }

  .cta-btn__main-note {
    font-size: 1.6rem;
  }
}

.member-signup {
  padding: 0 3rem 3.2rem;
  background: #fff;
}

.member-signup__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 42.7rem;
  padding: 0 2.4rem 4.6rem;
  margin: 0 auto;
}

.member-signup__card::before {
  content: "";
  position: absolute;
  inset: 4.3rem 0 1.6rem;
  border-radius: 0.4rem;
  background: #f0f9ec;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}

.member-signup__card-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 19.5rem;
  height: 13.3rem;
  object-fit: contain;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.25));
}

.member-signup__staff-image,
.member-signup__title,
.member-signup__btn-tel-num {
  display: none;
}

.member-signup__content {
  position: relative;
  z-index: 1;
  width: 21.6rem;
  margin-top: 1.2rem;
  text-align: center;
}

.member-signup__lead {
  margin: 0;
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.member-signup__discount {
  margin: 0;
  color: #e45353;
  font-weight: 700;
  line-height: 1.2;
}

.member-signup__discount-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  position: relative;
  top: 0.1rem;
}

.member-signup__discount-unit {
  font-size: 2.4rem;
}

.member-signup__free {
  display: inline-block;
  margin: 0.8rem 0 0;
  padding: 0 0.3rem;
  background: linear-gradient(transparent 62%, #f6ff00 62%);
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.member-signup__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 25.5rem;
  margin-top: 2rem;
}

.member-signup__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.6rem;
  padding: 0 3.5rem;
  border-radius: 0.4rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.member-signup__btn--web,
.member-signup__btn--tel {
  transition: all ease-in-out 0.3s;
}

.member-signup__btn--web:hover,
.member-signup__btn--tel:hover {
  opacity: 0.7;
  translate: 0 -0.4rem;
}

.member-signup__btn--tel {
  background: #e95050;
  box-shadow: 0 0.6rem 0 #b82020;
}

.member-signup__btn--web {
  background: #3b7eb9;
  box-shadow: 0 0.6rem 0 #0d4d85;
}

.member-signup__btn-main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.member-signup__btn-note {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.6rem 0 0 0.6rem;
}

.member-signup__btn-arrow {
  position: absolute;
  top: 50%;
  right: 2.8rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.member-signup__btn-arrow::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.25rem solid #3b7eb9;
  border-right: 0.25rem solid #3b7eb9;
  transform: translateX(-0.1rem) rotate(45deg);
}

.member-signup__note {
  position: relative;
  z-index: 1;
  margin: 1.3rem 0 0;
  color: #444;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 48rem) {
  .member-signup {
    padding: 0 3rem 5.6rem;
  }

  .member-signup__card {
    display: block;
    width: 68rem;
    padding: 0 5.2rem 4.6rem;
  }

  .member-signup__card::before {
    inset: 3.5rem 0 0;
    border-radius: 0.8rem;
    box-shadow: none;
  }

  .member-signup__card-image {
    width: 24.4rem;
    height: 15.3rem;
    margin-left: 8rem;
    filter: none;
  }

  .member-signup__staff-image {
    position: absolute;
    top: -3.3rem;
    left: 34rem;
    z-index: 1;
    display: block;
    width: 18rem;
    height: auto;
    object-fit: cover;
    object-position: 50% 12%;
  }

  .member-signup__content {
    width: 100%;
    margin-top: 2.6rem;
  }

  .member-signup__title {
    display: block;
    margin: 0 0 1.2rem;
    color: #2e9f6e;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .member-signup__lead,
  .member-signup__discount {
    display: inline;
  }

  .member-signup__lead {
    font-size: 2.4rem;
  }

  .member-signup__lead::before {
    content: "\\";
    margin-right: 0.8rem;
  }

  .member-signup__discount-num {
    font-size: 3.2rem;
  }

  .member-signup__discount-unit {
    font-size: 2.4rem;
  }

  .member-signup__discount-unit::after {
    content: "/";
    margin-left: 0.8rem;
    color: #444;
  }

  .member-signup__free {
    display: table;
    margin: 0.8rem auto 0;
    color: #e45353;
    font-size: 2rem;
  }

  .member-signup__actions {
    flex-direction: row;
    gap: 1.8rem;
    width: 100%;
    margin-top: 1.6rem;
  }

  .member-signup__btn {
    width: 27.9rem;
    height: 8.3rem;
    padding: 0 2rem;
    border-radius: 0.8rem;
  }

  .member-signup__btn--web {
    order: 1;
    flex-direction: column;
    padding-left: 2.8rem;
    box-shadow: 0 0.6rem 0 #28567e;
  }

  .member-signup__btn--tel {
    order: 2;
    flex-direction: column;
    gap: 0.8rem;
    box-shadow: 0 0.6rem 0 #aa2020;
  }

  .member-signup__btn--web .member-signup__btn-main {
    font-size: 0;
    letter-spacing: 0.02em;
  }

  .member-signup__btn--web .member-signup__btn-main::before {
    content: "WEBからご入会";
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }

  .member-signup__btn--web .member-signup__btn-note {
    display: block;
    margin: 0.8rem 0 0;
    color: #f6ff00;
    font-size: 1.6rem;
    text-align: center;
  }

  .member-signup__btn--web .member-signup__btn-note::before {
    content: "かんたん登録でご入会";
  }

  .member-signup__btn--web .member-signup__btn-note {
    font-size: 0;
  }

  .member-signup__btn--web .member-signup__btn-note::before {
    font-size: 1.6rem;
  }

  .member-signup__btn--tel .member-signup__btn-main {
    color: #f6ff00;
    font-size: 0;
  }

  .member-signup__btn--tel .member-signup__btn-main::before {
    content: "お電話にてご入会(無料)";
    font-size: 1.6rem;
  }

  .member-signup__btn--tel .member-signup__btn-note {
    display: none;
  }

  .member-signup__btn-tel-num {
    position: relative;
    display: block;
    padding-left: 2.9rem;
    color: #fff;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .member-signup__btn-tel-num::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    background: url("../icons/tel-icon.png") center / contain no-repeat;
  }

  .member-signup__btn-arrow {
    right: 2.1rem;
  }

  .member-signup__btn--tel .member-signup__btn-arrow {
    display: none;
  }

  .member-signup__note {
    display: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  background: #effcf9;
  padding: 3rem 0 0;
  overflow: hidden;
}
.hero::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  left: 0;
  z-index: 2;
  height: 7rem;
  background: url("../images/hero-white-curve.svg") center bottom / 100% 100%
    no-repeat;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  padding: 0 1.6rem;
}
.hero__heading {
  text-align: center;
  line-height: 1.05;
  color: #444444;
  margin-bottom: 1.4rem;
}
.hero__heading .hero__heading-main {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
}
.hero__heading .hero__heading-sub {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.hero__heading .hero__heading-logo {
  display: block;
  width: 25.6rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.hero__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0 auto 0.1rem;
  position: relative;
  justify-content: center;
}
.hero__price .hero__price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  border-radius: 0.4rem;
  width: 2.9rem;
  height: 4.8rem;
  background: #e45353;
  color: #f6ff00;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  top: 0.4rem;
}
.hero__price .hero__price-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 6.8rem;
  color: #e45353;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 0.6rem;
}
.hero__price .hero__price-yen {
  align-self: flex-end;
  margin-bottom: 0.35rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #e45353;
}
.hero__price .hero__price-tax {
  font-size: 0.95rem;
  font-weight: 700;
  color: #444444;
  position: absolute;
  top: 2.25rem;
  right: 5.2rem;
  margin: 0;
}
.hero__price-note {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  margin: 0.4rem auto 1.25rem;
  padding-left: 15.7rem;
}
.hero__price-note .hero__price-note-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #444444;
  line-height: 1;
  letter-spacing: 0;
}
.hero__trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  border: 0.2rem solid #2e9f6e;
  border-radius: 1.6rem;
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  width: 100%;
}
.hero__trust .hero__trust-badge {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e45353;
  color: #f6ff00;
  border-radius: 999.9rem;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.hero__trust .hero__trust-badge .hero__trust-badge-top {
  font-size: 1.1rem;
}
.hero__trust .hero__trust-badge .hero__trust-badge-num {
  font-size: 2rem;
  margin: 0.2rem 0;
}
.hero__trust .hero__trust-badge .hero__trust-badge-bot {
  font-size: 1rem;
}
.hero__trust .hero__trust-text {
  min-width: 0;
  font-size: 1.55rem;
  font-weight: 700;
  color: #2e9f6e;
  line-height: 1.4;
}
.hero__stamps {
  display: grid;
  grid-template-columns: repeat(3, 10rem);
  gap: 1rem;
  margin: 0 auto 1.25rem;
  justify-content: center;
}
.hero__stamp {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: url("../images/service-mv-medal.png") center / contain no-repeat;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 0.85rem 0.75rem 0.8rem;
}
.hero__stamp .hero__stamp-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  white-space: nowrap;
}
.hero__stamp .hero__stamp-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.1rem;
  color: #fff2c1;
  margin-top: 0.25rem;
}
.hero__stamp .hero__stamp-unit {
  font-size: 1.7rem;
  font-weight: 700;
}
.hero__stamp .hero__stamp-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.hero__stamp .hero__stamp-note {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}
.hero__response {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 21rem;
  min-height: 3.4rem;
  margin: 0 auto 0.7rem;
  padding: 0.3rem 2.1rem 0.5rem;
  background: #e95050;
  border-radius: 99.9rem;
  color: #f6ff00;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.hero__response span {
  font-size: 2rem;
  line-height: 1;
}
.hero__coverage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #2e9f6e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.hero__coverage::before {
  content: "\\";
}
.hero__coverage::after {
  content: "/";
}
.hero__visual {
  position: relative;
  width: 100%;
  height: 17.2rem;
  margin-top: 5rem;
}
.hero__visual .hero__visual-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 37.5rem;
  height: auto;
  transform: translateX(-50%);
}
.hero__visual .hero__visual-deco {
  position: absolute;
  bottom: 0;
  right: -2.8rem;
  width: 21rem;
  height: auto;
}
.hero__notes {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1rem 1.6rem 1.1rem;
  color: #444444;
  font-size: 0.95rem;
  line-height: 1.45;
}
.hero__note {
  display: flex;
  gap: 0.5rem;
}
.hero__note-mark {
  flex-shrink: 0;
}
.hero__note-body {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .hero {
    min-height: 45.25rem;
    padding: 4.5rem 0 0;
  }

  .hero::after {
    display: block;
    height: 10rem;
    background-size: cover;
  }

  .hero__inner {
    z-index: 3;
    width: 85rem;
    margin: 0 auto;
    padding: 0;
  }

  .hero__heading {
    width: 33.5rem;
    margin: 0 0 1.8rem;
    text-align: left;
  }

  .hero__heading .hero__heading-main {
    font-size: 4.9rem;
    line-height: 1;
  }

  .hero__heading .hero__heading-sub {
    font-size: 3.2rem;
    line-height: 1;
  }

  .hero__heading .hero__heading-logo {
    width: 33.5rem;
    margin: 0.8rem 0 0;
  }

  .hero__stamps {
    grid-template-columns: repeat(3, 10.8rem);
    gap: 1.2rem;
    justify-content: start;
    margin: 0 0 2rem;
  }

  .hero__stamp {
    padding: 1.2rem 0.9rem 1rem;
  }

  .hero__stamp .hero__stamp-label {
    font-size: 1.2rem;
  }

  .hero__stamp .hero__stamp-num {
    font-size: 3.1rem;
  }

  .hero__stamp .hero__stamp-unit {
    font-size: 1.8rem;
  }

  .hero__price {
    justify-content: start;
    width: fit-content;
    margin: 0;
  }

  .hero__price .hero__price-badge {
    width: 3.4rem;
    height: 5.9rem;
    font-size: 1.8rem;
    top: 0.4rem;
  }

  .hero__price .hero__price-num {
    margin-left: 1rem;
    font-size: 8.4rem;
  }

  .hero__price .hero__price-yen {
    margin-bottom: 0.8rem;
    font-size: 3.6rem;
  }

  .hero__price .hero__price-tax {
    top: 2.2rem;
    right: 2.3rem;
    font-size: 1.2rem;
  }

  .hero__price-note {
    width: fit-content;
    margin: 0.2rem 0 0;
    padding-left: 17.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .hero__price-note .hero__price-note-num {
    font-size: 1.4rem;
  }

  .hero__response {
    position: absolute;
    top: 0;
    left: 48.7rem;
    width: 33.8rem;
    min-height: 4.6rem;
    margin: 0;
    padding: 0.4rem 2.8rem 0.7rem;
    font-size: 2.4rem;
  }

  .hero__response span {
    font-size: 2.8rem;
  }

  .hero__coverage {
    position: absolute;
    top: 6.2rem;
    left: 44.3rem;
    width: 42.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .hero__coverage::before,
  .hero__coverage::after {
    line-height: 1;
    margin-top: -0.3rem;
  }

  .hero__visual {
    position: absolute;
    right: calc(50% - 52rem);
    bottom: 0;
    z-index: 1;
    width: 57.7rem;
    height: 33.6rem;
    margin: 0;
  }

  .hero__visual::after {
    display: none;
  }

  .hero__visual .hero__visual-bg {
    content: url("../images/service-mv-altar-figma.png");
    right: 0;
    bottom: 0;
    left: auto;
    width: 57.7rem;
    transform: none;
  }

  .hero__visual .hero__visual-deco {
    content: url("../images/pc-mv-staff.png");
    right: 0;
    bottom: 0.5rem;
    width: 28.8rem;
  }

  .hero__notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
    width: 85rem;
    margin: 0 auto;
    padding: 1rem 0 1.1rem;
    font-size: 1rem;
    line-height: 1.45;
  }
  .hero__notes br {
    display: none;
  }
}

@media screen and (min-width: 2048px) {
  .hero::after {
    display: block;
    height: 20rem;
    background-size: cover;
  }
}

.post-hero {
  background: #ffffff;
  padding: 2rem 2rem 2.4rem;
}
.post-hero__notes {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1rem;
  color: #444444;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.post-hero__note {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.post-hero__note-mark {
  flex-shrink: 0;
}
.post-hero__note-body {
  flex: 1;
}

.section.process-flow + .section.quality {
  margin: 0 0 -11vw;
  padding: 10rem 0 18vw;
}
.section.process-flow + .section.quality::after {
  bottom: 0;
  top: inherit;
  rotate: 180deg;
}

.quality {
  position: relative;
  z-index: 1;
  width: 100%;
  background:
    radial-gradient(
      ellipse at 50% 30%,
      rgba(64, 159, 116, 0.95) 0%,
      rgba(39, 124, 84, 0.96) 42%,
      rgba(24, 92, 58, 0.98) 68%,
      #0d432c 100%
    ),
    #1f7d54;
  color: #ffffff;
  padding: 4rem 2rem 2.4rem;
  overflow: hidden;
}

.quality__inner {
  position: relative;
  width: 100%;
  max-width: 34.5rem;
  margin: 0 auto;
  z-index: 1;
}

.quality__badge {
  display: flex;
  width: fit-content;
  min-width: 20.7rem;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  padding: 0.1rem 1.9rem 0.3rem;
  background: #f6ff00;
  color: #2e9f6e;
  font-family:
    "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 99.9rem;
}
.quality__lead {
  margin: 0 0 0.9rem;
  font-family:
    "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.quality__logo {
  margin: 0 0 1rem;
}
.quality__logo img {
  width: 33.5rem;
  margin: 0 auto;
}
.quality__review {
  margin: 0 0 3rem;
}
.quality__review img {
  width: 25.4rem;
  margin: 0 auto;
}
.quality__review-note {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.quality__staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  padding: 0;
  margin: 0 0 2.4rem;
  list-style: none;
}
.quality__staff-list li {
  flex: 0 0 9.2rem;
  margin: 0;
}
.quality__staff-list img {
  width: 9.2rem;
  height: 9.2rem;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 50%;
}
.quality__description {
  margin: 0 0 2.8rem;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.62;
  text-align: justify;
}
.quality__description p {
  margin: 0 0 0.7rem;
}
.quality__description p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .quality {
    margin-top: -11vw;
    padding: 18vw 2rem 5rem;
    position: relative;
    z-index: 0;
    background:
      linear-gradient(
        180deg,
        rgba(15, 82, 54, 0.98) 0%,
        rgba(32, 126, 84, 0.98) 34%,
        rgba(16, 96, 62, 0.99) 100%
      ),
      #0f5c3b;
  }

  .quality::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("../images/quality-bg-pc.png") center 48% / cover no-repeat;
    mix-blend-mode: multiply;
    opacity: 0.58;
    pointer-events: none;
  }

  .quality::after {
    content: "";
    position: absolute;
    top: -0.1rem;
    right: 0;
    left: 0;
    z-index: 2;
    background: url("../images/quality-top-curve-pc.svg") center top / 100% 100%
      no-repeat;
    pointer-events: none;
    background-size: cover;
    height: 15vw;
  }
  .quality__inner {
    max-width: 54.4rem;
  }

  .quality__badge {
    font-size: 3.2rem;
  }

  .quality__lead {
    font-size: 3.2rem;
  }

  .quality__logo img {
    width: 50rem;
    margin: 1.8rem auto 3rem;
  }

  .quality__review img {
    content: url("../images/quality-score-pc.png");
    width: 48.1rem;
  }

  .quality__staff-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
  .quality__staff-list img {
    width: inherit;
    height: inherit;
  }
}

.quality__jecia-card {
  padding: 1.8rem 1.5rem 2.4rem;
  border-radius: 0.8rem;
  background: #ffffff;
  color: #444444;
}

h3.quality__jecia-title {
  margin: 0 0 1.4rem;
  color: #00508f;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.quality__jecia-image {
  margin: 0 0 1.6rem;
}

.quality__jecia-image img {
  width: 100%;
  border-radius: 0;
}

.quality__jecia-text {
  color: #444444;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: left;
}

.quality__jecia-text p {
  margin: 0;
}

.plans-list {
  position: relative;
  z-index: 0;
  padding: 6rem 2rem 3.2rem;
  background: #f7f7f7;
}

.plans-list__discount {
  position: relative;
  display: flex;
  width: 29.6rem;
  min-height: 6.8rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0.7rem 1rem 0.8rem 11.2rem;
  margin: 0 auto 2.8rem;
  border-radius: 99.9rem;
  background: #e95454;
  color: #fff;
}

.plans-list__discount::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.2rem solid #e95454;
  border-right: 0.7rem solid transparent;
  border-left: 0.7rem solid transparent;
  transform: translateX(-50%);
}

.plans-list__discount-staff {
  position: absolute;
  bottom: 0;
  left: 3.4rem;
  width: 7.2rem;
  height: 8.3rem;
  object-fit: contain;
  object-position: bottom center;
}

.plans-list__discount-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: left;
}

.plans-list__discount-text span {
  color: #f6ff00;
  font-size: 2rem;
  white-space: nowrap;
}

.plans-list__discount-text .num {
  font-size: 1.45em;
  position: relative;
  top: 0.2rem;
  line-height: 0.95;
  font-weight: 400;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.plans-list__title {
  margin: 0 0 0.6rem;
  color: #444;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.plans-list__lead {
  max-width: 31.5rem;
  margin: 0 auto 2.2rem;
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.plans-list__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.plans-list__item {
  overflow: hidden;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.28);
}

.plans-list__item-image {
  width: 100%;
  height: 15.2rem;
  margin: 0;
  overflow: hidden;
}

.plans-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plans-list__item--kazoku .plans-list__item-image img,
.plans-list__item--simple-kazoku .plans-list__item-image img {
  object-position: center 47%;
}

.plans-list__item--simple-kasoh .plans-list__item-image img {
  object-position: center 50%;
}

.plans-list__item--chokuso .plans-list__item-image img,
.plans-list__item--fukushi .plans-list__item-image img {
  object-position: center center;
}

.plans-list__item--fukushi {
  display: none;
}

.plans-list__item-body {
  padding: 1.5rem 1.7rem 2.6rem;
  text-align: center;
}

.plans-list__item-lead {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.plans-list__item-title {
  margin: 0 0 0.7rem;
  color: #2e9f6e;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.plans-list__item-title .small {
  font-size: 2.4rem;
}

.plans-list__item-title .name {
  font-size: 3.2rem;
}

.plans-list__item-base {
  margin: 0 0 0.4rem;
  color: #8e8e8e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.plans-list__item-base .num {
  font-size: 1.8rem;
  position: relative;
  margin: 0 0.1rem;
  top: 0.1rem;
}

.plans-list__item-price-row {
  display: grid;
  grid-template-columns: 8.8rem max-content;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.6rem;
}

.plans-list__item-discount {
  display: flex;
  min-height: 4.8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.4rem;
  margin: -1rem 0 0;
  border-radius: 0.4rem;
  background: #e95454;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.plans-list__item-discount span:last-child {
  color: #f6ff00;
}

.plans-list__item-discount .num {
  font-size: 1.25em;
  line-height: 1;
  position: relative;
  top: 0.1rem;
}

.plans-list__item-price {
  min-width: 0;
}

.plans-list__item-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  line-height: 1;
  position: relative;
}

.plans-list__item-price-num {
  color: #e45353;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.plans-list__item-price-yen {
  color: #e45353;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.plans-list__item-price-tax {
  align-self: center;
  margin-left: 0.2rem;
  color: #444;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0.1rem;
  top: 1.5rem;
}

.plans-list__item-price-incl-tax {
  margin: 0.2rem 0 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.plans-list__item-price-incl-tax .num {
  font-size: 1.35em;
  margin-top: 0.8rem;
}

.plans-list__item-fukushi {
  margin: 0 0 1.1rem;
  color: #444;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.plans-list__item-fukushi span {
  color: #e45353;
  font-size: 2.4rem;
}

.plans-list__item-fukushi .num {
  font-size: 2em;
  position: relative;
  top: 0.4rem;
  margin: 0 0.1rem;
  line-height: 0.8;
}

.plans-list__item-btn {
  position: relative;
  display: flex;
  min-height: 3.4rem;
  max-width: 17rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.6rem;
  margin: 0 auto;
  border-radius: 0.3rem;
  background: #2e9f6e;
  box-shadow: 0 0.3rem 0 #11703e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.plans-list__item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.plans-list__notes {
  display: flex;
  gap: 0.2rem;
  align-items: flex-start;
  padding: 0;
  margin: 1.6rem 0 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
}

.plans-list__notes-mark {
  flex: 0 0 auto;
}

.plans-list__notes-text {
  flex: 1;
}

.kumin-shimin {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 34.8rem;
  padding: 1.7rem 1.8rem 1.4rem;
  margin: 2rem auto 0;
  border: 0.1rem solid #000;
  border-radius: 0.8rem;
  background: #fff;
  overflow: hidden;
}

.kumin-shimin__title {
  padding: 0 0.6rem;
  margin: 0 auto 1.5rem;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  align-self: center;
}

.kumin-shimin__title .marker {
  display: inline-block;
  background: linear-gradient(transparent 56%, #f6ff00 56%);
}

.kumin-shimin__cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.9rem;
  column-gap: 0.7rem;
  padding: 0;
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  list-style: none;
}

.kumin-shimin__cities li {
  position: relative;
  padding: 0 1.1rem 0 0;
  white-space: nowrap;
}

.kumin-shimin__cities li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #c8c8c8;
}

.kumin-shimin__illust {
  position: relative;
  width: 25rem;
  max-width: 100%;
  height: 14.5rem;
  margin: 0 auto 1.3rem;
}

.kumin-shimin__illust img {
  display: block;
  height: auto;
}

.kumin-shimin__illust-altar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20.7rem;
}

.kumin-shimin__illust-speaker {
  position: absolute;
  right: -1.6rem;
  bottom: 0;
  width: 10.4rem;
}

.kumin-shimin__caption {
  color: #2e9f6e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.kumin-shimin__pc-heading,
.kumin-shimin__title-pc {
  display: none;
}

.temple {
  background: #f7f7f7;
  padding: 0 1.8rem 3.2rem !important;
}

.temple__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 auto;
}

.temple__lead {
  color: #7d34b6;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 0.3rem;
}

.temple__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  margin: 0 0 1.2rem;
}

.temple__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 1rem;
  background: #e45353;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  top: 0.2rem;
}

.temple__title {
  font-weight: 700;
  font-size: 2.7rem;
  color: #444444;
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
}

.temple__sub {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  color: #e45353;
  font-size: 1.4rem;
  line-height: 1.35;
  margin: 0 0 1rem;
}

.temple__sub p {
  margin: 0;
}

.temple__sub-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: #e45353;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.temple__card {
  width: 100%;
  background: #ffffff;
  border: 0.2rem solid #7d34b6;
  border-radius: 0.8rem;
  padding: 1.2rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.temple__card-image {
  flex-shrink: 0;
  width: 12.8rem;
  height: 9.7rem;
}
.temple__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.temple__card-image-pc {
  display: none;
}

.temple__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}

.temple__card-sub {
  position: relative;
  width: fit-content;
  margin: 0;
  color: #e45353;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.temple__card-sub::before,
.temple__card-sub::after {
  position: absolute;
  top: 50%;
  color: #e45353;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
.temple__card-sub::before {
  content: "\\";
  left: -1.1rem;
}
.temple__card-sub::after {
  content: "/";
  right: -1.1rem;
}

.temple__card-title {
  font-weight: 700;
  font-size: 2.1rem;
  color: #7f3592;
  line-height: 1.08;
  margin: 0;
  text-align: center;
}

.temple__card-tags {
  display: flex;
  gap: 0.6rem;
  width: 100%;
  margin-top: 0.3rem;
}

.temple__card-tag {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7d34b6;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.6rem 0.4rem;
  line-height: 1.1;
  white-space: nowrap;
}

.temple__card-heading,
.temple__card-note {
  display: none;
}

.temple__card-price {
  display: flex;
  align-items: baseline;
  color: #e45353;
  gap: 0.15rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.temple__card-price .temple__card-price-label {
  font-size: 1.6rem;
}
.temple__card-price .temple__card-price-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
}
.temple__card-price .temple__card-price-suffix {
  font-size: 1.6rem;
}
.temple__card-price .temple__card-price-mark {
  font-size: 1rem;
  color: #444444;
  margin-left: 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.temple__note {
  align-self: flex-start;
  display: flex;
  gap: 0.4rem;
  margin: 0.6rem 0 0;
  font-size: 1rem;
  color: #444444;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .plans-list {
    padding: 8.2rem 3rem 2.1rem;
  }

  .plans-list__discount {
    width: 36rem;
    min-height: 8.2rem;
    padding: 0.9rem 1.8rem 1rem 13.4rem;
    margin-bottom: 2rem;
  }

  .plans-list__discount::after {
    bottom: -1rem;
    border-top-width: 1.1rem;
    border-right-width: 0.8rem;
    border-left-width: 0.8rem;
  }

  .plans-list__discount-staff {
    left: 6.2rem;
    width: 7.1rem;
    height: 8.1rem;
  }

  .plans-list__discount-text {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .plans-list__discount-text span {
    font-size: 2.2rem;
  }

  .plans-list__title {
    margin-bottom: 0.2rem;
    font-size: 3.4rem;
    line-height: 1.25;
  }

  .plans-list__lead {
    max-width: none;
    margin-bottom: 3.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .plans-list__lead br {
    display: none;
  }

  .plans-list__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 46.5rem));
    gap: 2.7rem 5rem;
    justify-content: center;
    max-width: 98rem;
    margin: 0 auto;
  }

  .plans-list__item {
    border-radius: 0.6rem;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.32);
    position: relative;
    transition: all ease-in-out 0.3s;
  }

  .plans-list__item:hover {
    opacity: 0.8;
    translate: 0 -0.4rem;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.32);
  }

  .plans-list__item--simple-kazoku {
    order: 1;
  }

  .plans-list__item--kazoku {
    order: 2;
  }

  .plans-list__item--simple-kasoh {
    order: 3;
  }

  .plans-list__item--chokuso {
    order: 4;
  }

  .plans-list__item--fukushi {
    order: 5;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 37rem 1fr;
    max-width: 98rem;
  }

  .plans-list__item-image {
    height: 21.8rem;
  }

  .plans-list__item--fukushi .plans-list__item-image {
    height: 14rem;
  }

  .plans-list__item-body {
    padding: 2.2rem 2rem 1.5rem;
  }

  .plans-list__item--fukushi .plans-list__item-body {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: baseline;
    justify-content: center;
    column-gap: 1.2rem;
    padding: 1.8rem 2rem 1.6rem;
    text-align: left;
  }

  .plans-list__item-lead {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.35;
  }

  .plans-list__item--fukushi .plans-list__item-lead {
    flex: 0 0 100%;
    margin-bottom: 0.1rem;
    font-size: 1.8rem;
  }

  .plans-list__item-title {
    margin-bottom: 0.6rem;
    font-size: 2.8rem;
    line-height: 1.18;
  }

  .plans-list__item-title .small {
    font-size: 2.6rem;
  }

  .plans-list__item-title .name {
    font-size: 3.6rem;
  }

  .plans-list__item--fukushi .plans-list__item-title {
    margin: 0;
    font-size: 3.2rem;
    text-align: left;
  }

  .plans-list__item--fukushi .plans-list__item-title .small {
    font-size: 3rem;
  }

  .plans-list__item--fukushi .plans-list__item-title .name {
    font-size: 4rem;
  }

  .plans-list__item-base {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
    color: #444;
  }

  .plans-list__item-base .num {
    font-size: 1.6rem;
  }

  .plans-list__item-price-row {
    grid-template-columns: 7.4rem max-content;
    gap: 0.9rem;
    margin-bottom: 0;
  }

  .plans-list__item-discount {
    min-height: 4rem;
    margin-top: -0.8rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .plans-list__item-price-num {
    font-size: 4.8rem;
  }

  .plans-list__item-price-yen {
    font-size: 2.2rem;
  }

  .plans-list__item-price-tax {
    right: 0.2rem;
    top: 1.4rem;
    font-size: 0.9rem;
  }

  .plans-list__item-price-incl-tax {
    margin-top: 0.1rem;
    font-size: 1rem;
  }

  .plans-list__item-fukushi {
    margin: 0 0 0 0.5rem;
    font-size: 1.8rem;
    line-height: 1;
  }

  .plans-list__item-fukushi span {
    font-size: 3.2rem;
  }

  .plans-list__item-fukushi .num {
    font-size: 1.8em;
    top: 0.3rem;
  }

  .plans-list__item-btn {
    display: none;
  }

  .plans-list__item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .plans-list__notes {
    max-width: 98rem;
    margin: 1.4rem auto 0;
    font-size: 0.9rem;
    line-height: 1.45;
  }
  .plans-list__notes-text br {
    display: none;
  }
  .kumin-shimin__pc-heading {
    display: block;
    margin: 4.8rem auto 1.6rem;
    color: #000;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.18;
    text-align: center;
  }

  .kumin-shimin__pc-heading span {
    display: inline;
    background: linear-gradient(transparent 57%, #f6ff00 57%);
  }

  .kumin-shimin {
    width: 78rem;
    min-height: 0;
    display: grid;
    grid-template-columns: 28rem 1fr;
    grid-template-areas:
      "illust title"
      "illust cities"
      "illust caption";
    align-items: center;
    padding: 2.2rem 3rem 2rem;
    margin-top: 0;
    border-radius: 0.6rem;
  }

  .kumin-shimin__title {
    grid-area: title;
    padding: 0;
    margin: 0 0 1.4rem;
    font-size: 2.3rem;
    line-height: 1.35;
    text-align: center;
  }

  .kumin-shimin__title-sp {
    display: none;
  }

  .kumin-shimin__title-pc {
    display: inline;
  }

  .kumin-shimin__cities {
    grid-area: cities;
    row-gap: 1rem;
    column-gap: 0.9rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .kumin-shimin__illust {
    grid-area: illust;
    width: 25rem;
    height: 14.5rem;
    margin: 0;
  }

  .kumin-shimin__illust-altar {
    width: 20.7rem;
  }

  .kumin-shimin__illust-speaker {
    right: -1.4rem;
    width: 10.4rem;
  }

  .kumin-shimin__caption {
    grid-area: caption;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .kumin-shimin__caption br {
    display: none;
  }

  .temple {
    padding: 2.7rem 3rem 5.2rem !important;
  }

  .temple__inner {
    max-width: 78rem;
  }

  .temple__lead {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.2;
  }

  .temple__lead::before {
    content: "\\";
    margin-right: 0.6rem;
  }

  .temple__lead::after {
    content: "/";
    margin-left: 0.6rem;
  }

  .temple__title-row {
    display: none;
  }

  .temple__card {
    min-height: 12.4rem;
    display: grid;
    grid-template-columns: 1fr 20.5rem;
    gap: 2rem;
    align-items: center;
    padding: 1.8rem 2.4rem 1.6rem 4.8rem;
    border-radius: 0.6rem;
    position: relative;
  }

  .temple__card-image {
    grid-column: 2;
    width: 20.5rem;
    height: auto;
    position: absolute;
    right: 2rem;
    bottom: 0;
  }

  .temple__card-image-sp {
    display: none;
  }

  .temple__card-image-pc {
    display: block;
    object-fit: contain !important;
  }

  .temple__card-body {
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    gap: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, min-content);
    grid-template-rows: auto;
  }

  .temple__card-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .temple__card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.8rem;
    height: 2.4rem;
    padding: 0 0.8rem;
    border-radius: 0.4rem;
    background: #e45353;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.4rem;
  }

  .temple__card-heading-title {
    margin: 0;
    color: #7d34b6;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
  }

  .temple__card-sub {
    display: none;
  }

  .temple__card-title {
    display: none;
  }

  .temple__card-tags {
    width: auto;
    min-width: 17.8rem;
    margin: 0.2rem 0 0 1.8rem;
  }

  .temple__card-tag {
    min-width: 8.6rem;
    flex: 0 0 auto;
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
    color: #fff600;
  }

  .temple__card-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.2rem 0 0 0.2rem;
    color: #e45353;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    justify-content: center;
    grid-area: 2 / 1 / 3 / 3;
  }

  .temple__card-note span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #e45353;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
  }
}

.section.cta-section {
  padding: 2.4rem 3rem 3.2rem;
}

@media screen and (min-width: 768px) {
  .section.cta-section {
    padding: 4.8rem 3rem 5.8rem;
    position: relative;
    z-index: 1;
  }
  .section.cta-section {
    background: #fff;
  }
}
.plan-lp .venue {
  background: #fff;
}
.venue {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 2rem 0 !important;
}

.venue__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin-bottom: 2.4rem;
  text-align: center;
}

.venue__badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.venue__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.9rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  background: #2e9f6e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.venue__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem 0;
  margin: 0;
  color: #2e9f6e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

.venue__title-area {
  display: block;
  white-space: nowrap;
}

.venue__title-prefix,
.venue__title-suffix {
  font-size: 2.8rem;
  font-weight: 700;
}

.venue__title-count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  color: #e45353;
}

.venue__title-num {
  position: relative;
  top: 0.3rem;
  color: inherit;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.venue__mv {
  width: 100%;
  aspect-ratio: 2000 / 938;
  height: auto;
  margin: 0 auto 1.6rem;
  overflow: hidden;
}

.venue__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue__description {
  padding: 0;
  margin: 0 0 1.6rem;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
}

.venue__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.venue__stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 0.8rem;
  text-align: center;
}

.venue__stat + .venue__stat {
  border-left: 0.1rem solid #d9d9d9;
}

.venue__stat-icon {
  display: block;
  width: 100%;
  max-width: 9.8rem;
  height: 5.2rem;
  margin: 0 auto 0.5rem;
  object-fit: contain;
}

li.venue__stat img {
  height: 4.8rem;
}

.venue__stat-icon--public {
  max-width: 10rem;
}

.venue__stat-icon--other {
  max-width: 9.6rem;
}

.venue__stat-label {
  display: block;
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
}

.venue__stat-count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  color: #2e9f6e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.venue__stat-number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.venue__stat-prefix,
.venue__stat-unit {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.15;
}

.venue__stat:last-child .venue__stat-count {
  align-items: flex-end;
  gap: 0.2rem;
}

.venue__stat:last-child .venue__stat-number {
  font-size: 3.8rem;
  line-height: 0.6;
}

.venue__stat:last-child .venue__stat-unit {
  text-align: left;
  position: relative;
  top: 0.75rem;
}

.venue__description--support {
  margin-bottom: 2.4rem;
  text-align: justify;
}

.venue__gallery {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  overflow: hidden;
  margin: 0 -2rem 2rem;
}

.venue__row {
  display: flex;
  gap: 1.3rem;
  width: max-content;
}

.venue__row--top {
  width: 100%;
}

.venue__photo {
  flex: 0 0 22.2rem;
  width: 22.2rem;
  height: 13.5rem;
  overflow: hidden;
  border-radius: 0.8rem;
}

.venue__row--top .venue__photo {
  width: calc((100% - 1.3rem) / 2);
}

.venue__row--middle {
  transform: translateX(-16.4rem);
}

.venue__row--bottom {
  transform: translateX(-8.2rem);
}

.venue__row--top .venue__photo:first-child,
.venue__row--bottom .venue__photo:first-child {
  border-radius: 0 0.8rem 0.8rem 0;
}

.venue__row--top .venue__photo:last-child,
.venue__row--bottom .venue__photo:last-child {
  border-radius: 0.8rem 0 0 0.8rem;
}

.venue__row--bottom .venue__photo:first-child {
  flex-basis: 22.2rem;
  width: 22.2rem;
}

.venue__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue__guide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 -2rem;
  overflow: hidden;
}

.venue__sub-heading {
  position: relative;
  z-index: 2;
  margin: 0 2rem 2.4rem;
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.venue__sub-heading span {
  background: none;
}

.venue__sub-heading .marker {
  background: linear-gradient(transparent 65%, #f6ff00 65%);
}

.venue__features {
  position: relative;
  z-index: 2;
  display: flex;
  width: calc(100% - 8rem);
  max-width: 29.5rem;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 2.1rem;
  margin: 0 0 1.3rem;
  border: 0.2rem solid #2e9f6e;
  border-radius: 0.6rem;
  background: #fff;
  list-style: none;
}

.venue__feature {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin: 0;
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.venue__feature::before {
  content: "";
  position: relative;
  display: inline-flex;
  flex: 0 0 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #7f7f7f;
  background: #fff;
}

.venue__feature::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.45rem;
  border-bottom: 0.2rem solid #e45353;
  border-left: 0.2rem solid #e45353;
  transform: translateY(-65%) rotate(-45deg);
}

.venue__feature-em {
  color: #e45353;
}

.venue__advisor {
  position: relative;
  z-index: 2;
  display: block;
  width: 23.7rem;
  height: auto;
  margin: 0 auto;
}

.venue__curve {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8.7rem;
  pointer-events: none;
}

.venue__pc-value,
.venue__photo--pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .venue {
    padding: 5.7rem 3rem 0 !important;
  }

  .venue__sp-value {
    display: none;
  }

  .venue__pc-value {
    display: inline;
  }

  .venue__header {
    gap: 0.4rem;
    margin: 0 auto 2.1rem;
  }

  .venue__badges {
    gap: 1.6rem;
  }

  .venue__badge {
    min-width: 13.2rem;
    padding: 0.4rem 2.4rem;
    border-radius: 4.4rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .venue__title {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    font-size: 4rem;
    line-height: 1.5;
  }

  .venue__title-area,
  .venue__title-count {
    display: inline-flex;
    align-items: baseline;
  }

  .venue__title-prefix,
  .venue__title-suffix {
    font-size: 4rem;
    line-height: 1.5;
  }

  .venue__title-num {
    top: 0;
    font-size: 5.6rem;
    line-height: 1.5;
  }

  .venue__description {
    max-width: 60.3rem;
    margin: 0 auto 2.1rem;
    font-size: 1.8rem;
    line-height: 1.67;
    text-align: center;
  }

  .venue__mv {
    position: relative;
    z-index: 1;
    width: 78rem;
    aspect-ratio: 780 / 366;
    margin-bottom: 0;
  }

  .venue__stats {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(3, 19.6rem);
    justify-content: center;
    gap: 3.7rem;
    margin: -5rem auto 2.8rem;
  }

  .venue__stat {
    min-height: 20.7rem;
    justify-content: flex-start;
    padding: 1.5rem 2rem 0;
    border-radius: 0.6rem;
    background: #fff;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.22);
  }

  .venue__stat + .venue__stat {
    border-left: 0;
  }

  .venue__stat-icon,
  li.venue__stat img {
    height: 7.7rem;
    margin-bottom: 0.8rem;
  }

  .venue__stat-icon {
    max-width: 15.4rem;
  }

  .venue__stat-icon--public {
    max-width: 15.3rem;
  }

  .venue__stat-icon--other {
    max-width: 14.6rem;
  }

  .venue__stat-label {
    font-size: 2rem;
    line-height: 1.5;
  }

  .venue__stat-count,
  .venue__stat:last-child .venue__stat-count {
    align-items: baseline;
    gap: 0;
    line-height: 1.3;
  }

  .venue__stat-number,
  .venue__stat:last-child .venue__stat-number {
    font-size: 5.6rem;
    line-height: 0.9;
  }

  .venue__stat-prefix,
  .venue__stat-unit,
  .venue__stat:last-child .venue__stat-unit {
  }

  .venue__stat:last-child .venue__stat-unit {
    top: -1.8rem;
  }

  .venue__description--support {
    max-width: 66.7rem;
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }

  .venue__gallery {
    display: grid;
    grid-template-columns: repeat(4, 17.4rem);
    gap: 3.4rem 2.8rem;
    justify-content: center;
    width: 78rem;
    margin: 0 auto 4.2rem;
    overflow: visible;
  }

  .venue__row {
    display: contents;
    width: auto;
    transform: none;
  }

  .venue__photo,
  .venue__row--top .venue__photo,
  .venue__row--bottom .venue__photo:first-child {
    flex: none;
    width: 17.4rem;
    height: 10.6rem;
    border-radius: 0.6rem;
  }

  .venue__row--top .venue__photo:first-child,
  .venue__row--top .venue__photo:last-child,
  .venue__row--bottom .venue__photo:first-child,
  .venue__row--bottom .venue__photo:last-child {
    border-radius: 0.6rem;
  }

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

  .venue__guide {
    display: block;
    margin: 0 -3rem;
    overflow: visible;
    padding-bottom: 12rem;
  }

  .venue__sub-heading {
    width: 38.4rem;
    margin: 0 auto 1.8rem;
    font-size: 3.2rem;
    line-height: 1.4;
    transform: translateX(-14.9rem);
  }

  .venue__sub-heading .marker {
    background: linear-gradient(transparent 72%, #f6ff00 72%);
  }

  .venue__features {
    width: 38.4rem;
    max-width: none;
    gap: 1rem;
    padding: 2rem 3.2rem;
    margin: 0 auto;
    border-radius: 0.8rem;
    transform: translateX(-14.9rem);
  }

  .venue__feature {
    gap: 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  .venue__feature::before {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
    border: 0.15rem solid #7f7f7f;
  }

  .venue__feature::after {
    left: 0.5rem;
    width: 1rem;
    height: 0.75rem;
  }

  .venue__advisor {
    position: absolute;
    left: calc(50% + 5.6rem);
    bottom: 5.4rem;
    width: 25rem;
    margin: 0;
  }

  .venue__curve {
    height: 10.2rem;
  }
}

.features {
  background: #faf8f2;
  padding: 0 2rem 0;
}

.features__heading {
  text-align: center;
  margin-bottom: 3.2rem;
}
.features__heading-tagline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  color: #2e9f6e;
  font-weight: 700;
}
.features__heading-tagline::before,
.features__heading-tagline::after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background: #2e9f6e;
  position: relative;
  top: 0.3rem;
  margin: 0 0.4rem;
}
.features__heading-tagline::before {
  transform: rotate(-25deg);
}
.features__heading-tagline::after {
  transform: rotate(25deg);
}
.features__heading-tagline .features__heading-tagline-text {
  font-size: 1.6rem;
}
.features__heading-tagline .features__heading-tagline-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  position: relative;
  top: 0.25rem;
  margin: 0 -0.2rem 0;
}
.features__heading-title {
  font-weight: 700;
  font-size: 3rem;
  color: #444444;
  line-height: 1.3;
}
.features__heading-title .features__heading-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #e45353;
  position: relative;
  top: 0.2rem;
  line-height: 1;
}
.features__heading-title .features__heading-tsu {
  color: #e45353;
}

.features__lead {
  margin: -1.2rem 0 3.2rem;
  color: #444444;
  font-size: 1.6rem;
  line-height: 1.7;
}

.features__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 3.6rem;
}

.feature-card {
  background: #ffffff;
  border: 0.2rem solid #2e9f6e;
  border-radius: 0.8rem;
  padding: 2.8rem 2rem 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.9rem;
}

.feature-card--quality {
  gap: 1rem;
}

.feature-card--quality .feature-card__description {
  order: 7;
}

.feature-card__body {
  display: contents;
}

.feature-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.8rem;
  padding: 0.4rem;
  background: #2e9f6e;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 2.8rem;
  line-height: 1.5;
}

.feature-card__num {
  order: 1;
}

.feature-card__title {
  order: 2;
  font-weight: 700;
  font-size: 2.2rem;
  color: #444444;
  text-align: center;
  line-height: 1.5;
}
.feature-card__image {
  order: 3;
  width: 100%;
  aspect-ratio: 590 / 380;
  height: auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
.feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card__description {
  order: 4;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.5;
}
.feature-card__description p {
  margin-bottom: 0.8rem;
}
.feature-card__description p:last-child {
  margin-bottom: 0;
}
.feature-card__jecia {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin: 0.6rem 0 0;
}
.feature-card__jecia-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7e3e18;
  color: #ffffff;
  font-family:
    "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.3rem 1.8rem;
  border-radius: 2.1rem;
}
.feature-card__jecia-text {
  font-family:
    "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #444444;
  text-align: center;
  display: inline;
}

.feature-card__quality-logo {
  order: 4;
  width: min(100%, 27rem);
}

.feature-card__quality-logo img {
  width: 100%;
  height: auto;
}

.feature-card__rating-image {
  order: 5;
  width: 100%;
  margin-top: -2rem;
}

.feature-card__rating-image img {
  width: 100%;
  height: auto;
}

.feature-card__rating-note {
  order: 6;
  font-size: 0.8rem;
  color: #444444;
  text-align: center;
  margin-top: -0.2rem;
}

.features__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -2rem;
  overflow: hidden;
  text-align: center;
}

.features__closing-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1.5;
}

.features__closing-copy p {
  margin-bottom: 0;
}

.features__closing-visual {
  position: relative;
  width: 100%;
  height: 22rem;
  margin-top: 2rem;
}

.features__closing-altar {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
}

.features__closing-staff {
  position: absolute;
  right: -1.5rem;
  bottom: 0;
  width: 22.6rem;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .features {
    padding: 0 3rem 0;
    background: #f7f7f7;
  }

  .features__heading {
    margin-bottom: 0.8rem;
  }

  .features__heading-tagline {
    gap: 0.8rem;
  }

  .features__heading-tagline::before,
  .features__heading-tagline::after {
    width: 0.3rem;
    height: 2.8rem;
    margin: 0 0.4rem;
  }

  .features__heading-tagline .features__heading-tagline-text {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .features__heading-tagline .features__heading-tagline-num {
    font-size: 3.2rem;
  }

  .features__heading-title {
    font-size: 4rem;
    line-height: 1.5;
  }

  .features__heading-title .features__heading-num {
    font-size: 5.6rem;
  }

  .features__lead {
    max-width: 64rem;
    margin: 0 auto 6rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }

  .features__list {
    width: 98rem;
    max-width: 100%;
    gap: 8rem;
    margin: 0 auto 6.1rem;
  }

  .feature-card {
    position: relative;
    display: grid;
    grid-template-columns: 42.8rem 55.2rem;
    grid-template-rows: auto auto auto;
    align-items: center;
    align-content: start;
    width: 100%;
    min-height: 35.6rem;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .feature-card::before {
    content: none;
  }

  .feature-card:nth-child(3),
  .feature-card:nth-child(5),
  .feature-card--quality {
    grid-template-columns: 55.2rem 42.8rem;
  }

  .feature-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    grid-column: 1;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    justify-self: start;
    width: 46.3rem;
    min-height: 28rem;
    padding: 2.5rem 3.2rem;
    border-radius: 2rem;
    background: #ffffff;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25);
    margin-top: 3rem;
  }

  .feature-card__num,
  .feature-card__title,
  .feature-card__description {
    position: static;
    z-index: 2;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .feature-card:nth-child(3) .feature-card__body,
  .feature-card:nth-child(5) .feature-card__body {
    grid-column: 2;
    justify-self: end;
  }

  .feature-card__num {
    justify-self: start;
    width: 9.8rem;
    min-width: 0;
    padding: 0.4rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .feature-card__title {
    margin-bottom: 1.2rem;
    color: #2e9f6e;
    font-size: 2.8rem;
    line-height: 1.3;
    text-align: left;
  }

  .feature-card__description {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
  }

  .feature-card__description p {
    margin-bottom: 0;
  }

  .feature-card__image {
    position: relative;
    z-index: 0;
    grid-column: 2;
    grid-row: 1 / 4;
    width: 55.2rem;
    height: 36.4rem;
    border-radius: 0.8rem;
  }

  .feature-card:nth-child(3) .feature-card__image,
  .feature-card:nth-child(5) .feature-card__image {
    grid-column: 1;
  }

  .feature-card__image img {
    object-fit: cover;
  }

  .feature-card--quality {
    grid-template-rows: auto auto auto auto;
    min-height: 36.4rem;
  }

  .feature-card--quality::before {
    top: 2.4rem;
    right: 0;
    bottom: 2.5rem;
    left: auto;
  }

  .feature-card--quality::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 55.2rem;
    height: 37.4rem;
    border-radius: 0.8rem;
    background: radial-gradient(
      circle at 50% 42%,
      #45b785 0,
      #2b815b 35%,
      #1e6646 58%,
      #114b31 100%
    );
  }

  .feature-card--quality .feature-card__body {
    grid-column: 2;
    justify-self: end;
    min-height: 31.5rem;
  }

  .feature-card--quality .feature-card__num,
  .feature-card--quality .feature-card__title,
  .feature-card--quality .feature-card__description {
    grid-column: 2;
    left: 0;
  }

  .feature-card--quality .feature-card__title {
    top: 11.3rem;
  }

  .feature-card--quality .feature-card__description {
    top: 19.4rem;
  }

  .feature-card--quality .feature-card__jecia,
  .feature-card--quality .feature-card__quality-logo,
  .feature-card--quality .feature-card__rating-image,
  .feature-card--quality .feature-card__rating-note {
    position: absolute;
    left: 0;
    z-index: 2;
    grid-column: 1;
    width: 55.2rem;
    margin-right: 0;
    margin-left: 0;
  }

  .feature-card--quality .feature-card__jecia {
    gap: 0.9rem;
    top: 6rem;
    color: #ffffff;
  }

  .feature-card--quality .feature-card__jecia::before {
    content: "創業50年以上の経験と実績";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1.8rem;
    border-radius: 2.147rem;
    background: #f6ff00;
    color: #2e9f6e;
    font-family:
      "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .feature-card--quality .feature-card__jecia-text {
    color: #ffffff;
    font-size: 2.4rem;
  }

  .feature-card--quality .feature-card__quality-logo {
    width: 37rem;
    top: 15.7rem;
    left: 9.1rem;
    filter: brightness(0) saturate(100%) invert(97%) sepia(91%) saturate(960%)
      hue-rotate(357deg) brightness(103%) contrast(104%);
  }

  .feature-card--quality .feature-card__rating-image {
    width: 33.4rem;
    top: 24.5rem;
    left: 10.9rem;
  }

  .feature-card--quality .feature-card__rating-note {
    bottom: 4.8rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
  }

  .features__closing {
    width: 98rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .features__closing-copy {
    padding: 0;
    color: #2e9f6e;
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .features__closing-copy p {
    display: inline;
  }

  .features__closing-copy p:first-child::after {
    content: "お葬式を";
  }

  .features__closing-copy p:nth-child(2) {
    display: none;
  }

  .features__closing-copy p:last-child {
    display: block;
  }

  .features__closing-copy p:last-child::before {
    content: "誠心誠意";
  }

  .features__closing-visual {
    width: 82rem;
    height: 43.1rem;
    margin-top: -5.6rem;
  }

  .features__closing-altar {
    left: 3rem;
    width: 68rem;
  }

  .features__closing-staff {
    right: 6rem;
    width: 33rem;
  }
}

.voice-faq {
  padding: 0 0 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.voice {
  background: #effcf9;
  padding: 4rem 2rem 4.8rem;
}

.faq {
  background: #effcf9;
  padding: 0 2rem 4.8rem;
}

.company {
  background: #effcf9;
  padding: 0 2rem 4.8rem;
}

.voice-faq__section-heading {
  text-align: center;
  margin-bottom: 1.6rem;
}
.voice-faq__section-heading h2 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #444444;
  margin-bottom: 0.4rem;
}
.voice-faq__section-heading p {
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.5;
}

.faq .voice-faq__section-heading {
  margin-bottom: 1.4rem;
}

.faq .voice-faq__section-heading h2 {
  font-size: 2.8rem;
}

.faq .voice-faq__section-heading p {
  font-size: 1.6rem;
}

.company .voice-faq__section-heading {
  margin-bottom: 1.4rem;
}

.company .voice-faq__section-heading h2 {
  font-size: 2.4rem;
}

.company .voice-faq__section-heading p {
  font-size: 1.35rem;
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.voice-card {
  background: #ffffff;
  border: 0.1rem solid #444444;
  border-radius: 0.8rem;
  padding: 2.4rem 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.voice-card__header {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  width: 100%;
}
.voice-card__avatar {
  flex-shrink: 0;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  overflow: hidden;
  background: #faf8f2;
}
.voice-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-card__title {
  flex: 1;
  font-weight: 700;
  font-size: 1.9rem;
  color: #444444;
  line-height: 1.5;
}
.voice-card__body {
  font-size: 1.5rem;
  color: #444444;
  line-height: 1.5;
  text-align: justify;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.faq-item {
  background: #ffffff;
  border: 0.1rem solid #444444;
  border-radius: 0.6rem;
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.faq-item__question {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-weight: 700;
}
.faq-item__question::before {
  content: "Q";
  flex-shrink: 0;
  color: #6155f5;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}
.faq-item__question p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.faq-item__divider {
  border-top: 0.1rem dotted #999999;
}
.faq-item__answer {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.faq-item__answer::before {
  content: "A";
  flex-shrink: 0;
  color: #e45353;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
}
.faq-item__answer p {
  flex: 1;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
}
.faq-item__tel {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.faq-item__tel .faq-item__tel-label {
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
}
.faq-item__tel .faq-item__tel-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #e45353;
  position: relative;
  top: 0.4rem;
}

.company__info {
  background: #ffffff;
  border: 0.1rem solid #444444;
  border-radius: 0.2rem;
  padding: 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.company__row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 0 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem dotted #777777;
}
.company__row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.company__row dt {
  font-weight: 700;
  font-size: 1.4rem;
  color: #444444;
}
.company__row dd {
  font-weight: 500;
  font-size: 1.4rem;
  color: #444444;
  line-height: 1.5;
}
.company__row dd a {
  color: #377dd9;
  text-decoration: underline;
}
.company__row dd p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .voice-faq {
    align-items: center;
    gap: 6.8rem;
    background: #effcf9;
    padding: 10.3rem 0 10rem;
  }

  .voice,
  .faq,
  .company {
    width: 78rem;
    max-width: calc(100% - 4rem);
    background: transparent;
    padding: 0;
  }

  .voice-faq__section-heading {
    margin-bottom: 2rem;
  }

  .voice-faq__section-heading h2,
  .faq .voice-faq__section-heading h2,
  .company .voice-faq__section-heading h2 {
    font-size: 4rem;
    line-height: 1.45;
    margin-bottom: 0.8rem;
  }

  .voice-faq__section-heading p,
  .faq .voice-faq__section-heading p,
  .company .voice-faq__section-heading p {
    font-size: 2rem;
    line-height: 1.5;
  }

  .voice .voice-faq__section-heading br {
    display: none;
  }

  .voice__list,
  .faq__list {
    gap: 2rem;
  }

  .voice-card {
    display: grid;
    grid-template-columns: 10.4rem 1fr;
    column-gap: 1.4rem;
    row-gap: 1.2rem;
    align-items: center;
    border-radius: 0.8rem;
    padding: 2rem;
  }

  .voice-card__header {
    display: contents;
  }

  .voice-card__avatar {
    grid-row: 1 / 3;
    width: 10.4rem;
    height: 10.4rem;
    background: #f7f7f7;
  }

  .voice-card__title {
    font-size: 2rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  .voice-card__body {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }

  .faq-item {
    gap: 1rem;
    border-color: #333333;
    border-radius: 1rem;
    padding: 2rem;
  }

  .faq-item__question,
  .faq-item__answer {
    gap: 1rem;
  }

  .faq-item__answer {
    gap: 1.2rem;
  }

  .faq-item__question::before,
  .faq-item__answer::before {
    font-size: 2rem;
    line-height: 1.5;
  }

  .faq-item__question p,
  .faq-item__answer p {
    font-size: 1.6rem;
  }

  .faq-item__tel {
    align-items: flex-end;
    gap: 0;
    margin-top: 0;
  }

  .faq-item__tel .faq-item__tel-label {
    font-size: 1.6rem;
  }

  .faq-item__tel .faq-item__tel-num {
    font-size: 2.4rem;
    line-height: 1.45;
    top: 0;
  }

  .company__info {
    border-radius: 0.4rem;
    padding: 2rem 5.2rem;
  }

  .company__row {
    display: grid;
    grid-template-columns: 16.2rem 1fr;
    gap: 2rem;
    padding: 0 0 1.6rem;
    margin-bottom: 1.6rem;
  }

  .company__row dt,
  .company__row dd {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .company__row dd {
    min-width: 0;
  }

  .company__row:last-child dd {
    line-height: 1.5;
  }

  .company__row:last-child dd p {
    display: inline;
  }

  .company__row:last-child dd p:not(:last-child)::after {
    content: "、";
  }
}

.form-section {
  background: #faf8f2;
  padding: 2.6rem 2.6rem 4.8rem;
}

.form-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.form-section__heading-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2e9f6e;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.35;
  padding: 0.1rem 1.5rem 0.2rem;
  border-radius: 99.9rem;
}
.form-section__heading-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.form-section__lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.5;
  margin: 0 auto 1.2rem;
}

.form-section__visuals {
  width: 100%;
  max-width: 30.3rem;
  margin-bottom: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
.form-section__visual-image {
  width: 100%;
  height: auto;
}

.form-section__urgent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 3.2rem;
}
.form-section__urgent-label {
  position: relative;
  font-weight: 700;
  color: #e45353;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 2rem;
}
.form-section__urgent-label::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  color: #ffffff;
  background: #e45353;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
  transform: translateY(-50%);
  padding-bottom: 0.1rem;
}

.form-section__urgent-text {
  display: none;
}

.form-section__urgent-cta {
  width: 100%;
  min-height: 8.4rem;
  background: #e45353;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.6rem 0 #aa2020;
  text-decoration: none;
  padding: 0.9rem 1.6rem 1rem;
}
.form-section__urgent-cta-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../icons/phone-union.svg");
}
.form-section__urgent-cta-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  line-height: 1.2;
}
.form-section__urgent-cta-main {
  display: flex;
  align-items: baseline;
}
.form-section__urgent-cta-main .form-section__urgent-cta-text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
.form-section__urgent-cta-main .form-section__urgent-cta-note {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0.4rem;
}
.form-section__urgent-cta-sub {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0rem;
  color: #f6ff00;
}
.form-section__urgent-cta-sub .form-section__urgent-cta-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.form-section__tel-info {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: #111111;
  line-height: 1.3;
  white-space: nowrap;
}
.form-section__tel-info-label {
  font-weight: 700;
  font-size: 1.45rem;
}
.form-section__tel-info-num {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  top: 0.25rem;
}

@media screen and (min-width: 768px) {
  .form-section {
    background: #ffffff;
    padding: 0 2.6rem 5rem;
  }

  .form-section__heading {
    gap: 1.2rem;
    margin-bottom: 0.2rem;
  }

  .form-section__heading-badge {
    font-size: 3.2rem;
    line-height: 1.45;
    padding: 0.2rem 3.6rem 0.5rem;
    border-radius: 3.6rem;
  }

  .form-section__heading-title {
    font-size: 4rem;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .form-section__lead {
    max-width: 68rem;
    margin-bottom: 2.8rem;
    font-size: 2rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  .form-section__lead br {
    display: none;
  }

  .form-section__visuals {
    max-width: 52.4rem;
    margin-bottom: 2.9rem;
  }

  .form-section__urgent {
    width: 62.9rem;
    margin: 0 auto 3.2rem;
    padding: 1.6rem 1.4rem 2.1rem;
    gap: 0.4rem;
    border: 0.1rem dashed #e45353;
    border-radius: 0.8rem;
  }

  .form-section__urgent-label {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.08rem;
    padding-left: 2.2rem;
  }

  .form-section__urgent-label::before {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }

  .form-section__urgent-text {
    display: block;
    margin: 0.8rem 0 -0.2rem;
    color: #444444;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }

  .form-section__urgent-cta {
    display: none;
  }

  .form-section__tel-info {
    position: relative;
    z-index: 0;
    gap: 0.4rem;
    margin-top: 0;
    padding: 0 0.1rem;
    line-height: 1.5;
  }

  .form-section__tel-info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    z-index: -1;
    height: 1.1rem;
    background: #f6ff00;
    mix-blend-mode: multiply;
  }

  .form-section__tel-info-label {
    font-size: 1.6rem;
  }

  .form-section__tel-info-num {
    color: #e45353;
    font-size: 2.4rem;
    top: 0.1rem;
  }
}

.lp-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.form-section .wpcf7 {
  width: 100%;
}

.form-section .wpcf7 form {
  margin: 0;
}

.form-section .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form-section .wpcf7-list-item {
  margin: 0;
}

.form-section .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.form-section .wpcf7-list-item-label {
  display: inline-block;
}

.form-section .wpcf7-spinner {
  display: block;
  margin: 1.2rem auto 0;
}

.form-section .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  color: #e45353;
  font-size: 1.2rem;
  line-height: 1.4;
}

.form-section .wpcf7-response-output {
  margin: 1.8rem 0 0;
  padding: 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.lp-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.lp-form__label {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.4;
}

.lp-form__required,
.lp-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.3rem 0.6rem 0.5rem;
  border-radius: 0.3rem;
}

.lp-form__required {
  background: #e45353;
}

.lp-form__optional {
  background: #3f7fb4;
}

.lp-form__input,
.lp-form__textarea,
.lp-form__select {
  width: 100%;
  height: 5.5rem;
  background: #ffffff;
  border: 0.1rem solid #333333;
  border-radius: 0.4rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  color: #444444;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
}
.lp-form__input::placeholder,
.lp-form__textarea::placeholder,
.lp-form__select::placeholder {
  color: #a9a9a9;
}

.lp-form__input--zip {
  width: 9.2rem;
}

.lp-form__textarea {
  height: auto;
  min-height: 20rem;
  padding: 1.2rem;
  line-height: 1.55;
  resize: vertical;
}

.lp-form__checkbox-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.lp-form__checkbox-label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.45;
}
.lp-form__checkbox-label .wpcf7-form-control-wrap,
.lp-form__checkbox-label .wpcf7-form-control,
.lp-form__checkbox-label .wpcf7-list-item,
.lp-form__checkbox-label .wpcf7-list-item label {
  display: inline-flex;
  width: auto;
  align-items: center;
  flex-shrink: 0;
}
.lp-form__checkbox-label .wpcf7-list-item-label {
  display: none;
}
.lp-form__checkbox-label input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
  accent-color: #2e9f6e;
}
.lp-form__checkbox-label .lp-form__checkbox-em {
  color: #e45353;
}
.lp-form__checkbox-em {
  color: #e45353;
}
.lp-form__checkbox-label .lp-form__checkbox-em .num {
  font-size: 1.25em;
  position: relative;
  top: 0.1rem;
  line-height: 0;
  margin: 0 0.1rem;
}
.lp-form__checkbox-em .num {
  font-size: 1.25em;
  position: relative;
  top: 0.1rem;
  line-height: 0;
  margin: 0 0.1rem;
}

.lp-form__checkbox-note {
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.5;
}

.lp-form__fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.lp-form__radio-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 0.8rem;
}

.lp-form__radio-list .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.lp-form__radio-list .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #444444;
  line-height: 1.4;
}

.form-section input[type="radio"],
.form-section input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  background: initial;
  border: initial;
}

.lp-form__radio-list input[type="radio"] {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  accent-color: #2f7fcc;
}

.lp-form__radio-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #444444;
  line-height: 1.4;
}

.lp-form__radio-label input[type="radio"] {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  accent-color: #2f7fcc;
}

.lp-form__privacy {
  display: none;
  flex-direction: column;
  gap: 0.6rem;
}

.lp-form__privacy-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.4;
}

.lp-form__privacy-box {
  height: 14.2rem;
  overflow-y: auto;
  padding: 1.2rem;
  background: #ffffff;
  border: 0.1rem solid #333333;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #444444;
  line-height: 1.55;
}

.lp-form__privacy-box p {
  margin: 0 0 0.7rem;
}

.lp-form__privacy-box p:last-child {
  margin-bottom: 0;
}

.lp-form__agree-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: -0.6rem;
}

.lp-form__agree-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.4;
}

.lp-form__agree-label input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  accent-color: #2e9f6e;
  margin-top: 0.1rem;
}

.lp-form__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.lp-form__submit-btn {
  width: 100%;
  height: 8rem;
  background: #2e9f6e;
  color: #ffffff;
  border-radius: 0.4rem;
  border: none;
  font-weight: 700;
  font-size: 2.6rem;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0.6rem 0 #176b46;
}
.lp-form__submit-btn:active {
  transform: translateY(0.6rem);
  box-shadow: 0 0 0 #176b46;
}

.lp-form__submit-btn:hover {
  opacity: 0.88;
}

@media screen and (min-width: 768px) {
  .form-section .wpcf7 {
    max-width: 78rem;
    margin: 0 auto;
  }

  .form-section > .wpcf7-contact-form-not-found {
    display: none;
  }

  .lp-form {
    gap: 0;
  }

  .lp-form__field {
    display: grid;
    grid-template-columns: 23.9rem minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    border-bottom: 0.1rem dashed #d1d1d1;
  }

  .lp-form__field:first-of-type .lp-form__optional {
    display: none;
  }

  .lp-form__field--zip {
    padding-bottom: 1.2rem;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .lp-form__field--address {
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .lp-form__label {
    width: 100%;
    min-height: 2.8rem;
    justify-content: space-between;
    gap: 0.7rem;
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  .lp-form__required,
  .lp-form__optional {
    min-width: 3.6rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .lp-form__optional {
    background: #3b7eb9;
  }

  .lp-form__input,
  .lp-form__select {
    height: 4.8rem;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    border-color: #000000;
  }

  .lp-form__textarea {
    min-height: 20rem;
    padding: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-color: #000000;
  }

  .lp-form__input--zip {
    width: 9.5rem;
    padding: 0 1.4rem;
    text-align: center;
  }

  .lp-form__field--zip .wpcf7-form-control-wrap {
    display: inline-flex;
    align-items: center;
    width: auto;
    gap: 1.2rem;
  }

  .lp-form__field--zip .wpcf7-form-control-wrap::before {
    content: "〒";
    color: #444444;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }

  .lp-form__checkbox-row {
    gap: 0.2rem;
  }

  .lp-form__checkbox-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lp-form__checkbox-label input[type="checkbox"] {
    margin-top: 0;
    margin-right: 0.8rem;
  }

  .lp-form__checkbox-note {
    font-size: 1.2rem;
  }

  .lp-form__radio-list,
  .lp-form__radio-list .wpcf7-form-control {
    gap: 1.2rem;
    margin-top: 0;
  }

  .lp-form__radio-list .wpcf7-list-item label {
    gap: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lp-form__radio-list input[type="radio"] {
    width: 2.2rem;
    height: 2.2rem;
  }

  .lp-form__privacy {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.8rem;
  }

  .lp-form__privacy-title {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  .lp-form__privacy-box {
    width: 100%;
    height: 17.2rem;
    padding: 1.6rem;
    border-color: #000000;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .lp-form__privacy-box p {
    margin-bottom: 0;
  }

  .lp-form__agree-row {
    justify-content: center;
    gap: 0.7rem;
    margin-top: 0;
  }

  .lp-form__agree-label {
    gap: 0.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lp-form__agree-label input[type="checkbox"] {
    margin-top: 0;
  }

  .lp-form__submit {
    margin-top: 2.4rem;
  }

  .lp-form__submit-btn {
    width: 27.5rem;
    height: 9.3rem;
    font-size: 2.4rem;
    box-shadow: 0 0.4rem 0 #20553e;
  }

  .lp-form__submit-btn:active {
    transform: translateY(0.4rem);
  }
}

.form-complete-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.form-complete-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.form-complete-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.form-complete-modal__dialog {
  position: relative;
  width: min(100%, 36rem);
  padding: 3.6rem 2.4rem 2.8rem;
  border-radius: 0.8rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.2);
}

.form-complete-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
}

.form-complete-modal__close::before,
.form-complete-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 0.2rem;
  background: #444;
  transform-origin: center;
}

.form-complete-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.form-complete-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-complete-modal__image {
  display: block;
  width: min(19.1rem, 70%);
  height: auto;
  margin: 0 auto 2.2rem;
}

.form-complete-modal__text {
  margin: 0;
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.form-complete-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4.8rem;
  margin: 2rem auto 0;
  border: 0;
  border-radius: 0.4rem;
  background: #2e9f6e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.is-form-modal-open {
  overflow: hidden;
}

.lp-footer {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem 14rem;
  background: #d9d9d9;
  color: #6e6e6e;
  text-align: center;
}

.lp-footer__message {
  width: 28.4rem;
  max-width: 100%;
  margin: 0;
  color: #6e6e6e;
  font-family:
    "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.45;
}

.lp-footer__brand {
  display: flex;
  width: 28.4rem;
  max-width: 100%;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-top: -0.4rem;
}

.lp-footer__brand-prefix {
  color: #6e6e6e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lp-footer__brand-logo {
  display: block;
  width: 14.8rem;
  max-width: none;
  height: 3.272rem;
  margin-left: 0;
}

.lp-footer__copyright {
  margin: 0;
  color: #6e6e6e;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fixed-footer-cta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-footer-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .fixed-footer-cta.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  .fixed-footer-cta__inner {
    width: 100%;
    max-width: 37.5rem;
    padding: 1.3rem 1.4rem 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.22);
  }

  .fixed-footer-cta__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.8rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .fixed-footer-cta__lead::before,
  .fixed-footer-cta__lead::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 0;
    height: 2.2rem;
    border-left: 0.15rem solid #ffffff;
    transform-origin: 50% 50%;
  }

  .fixed-footer-cta__lead::before {
    transform: rotate(-24deg);
    margin-right: 1rem;
  }

  .fixed-footer-cta__lead::after {
    transform: rotate(24deg);
    margin-left: 1rem;
  }

  .fixed-footer-cta__lead-em {
    color: #f6ff00;
    line-height: 1;
  }
  .fixed-footer-cta__lead-em .num {
    font-size: 2.2rem;
    position: relative;
    top: 0.1rem;
    margin: 0 0.15rem 0;
    line-height: 0;
  }

  .fixed-footer-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .fixed-footer-cta__btn {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 5.6rem;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    border-radius: 0.3rem;
    color: #ffffff;
    text-decoration: none;
    box-shadow: inset 0 -0.4rem 0 rgba(0, 0, 0, 0.16);
  }

  .fixed-footer-cta__btn--tel {
    padding: 0.7rem 0.6rem 0.9rem;
    background: #ef4d55;
  }

  .fixed-footer-cta__btn--doc {
    padding: 0.7rem 2.6rem 0.9rem 0.6rem;
    background: #3184c7;
  }

  .fixed-footer-cta__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .fixed-footer-cta__icon--tel {
    width: 3.2rem;
  }

  .fixed-footer-cta__icon--doc {
    width: 4.5rem;
  }

  .fixed-footer-cta__icon img {
    width: 100%;
    height: auto;
  }

  .fixed-footer-cta__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
  }

  .fixed-footer-cta__label {
    color: #f6ff00;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
  }

  .fixed-footer-cta__main {
    display: block;
    margin-top: 0.2rem;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
  }

  .fixed-footer-cta__main span {
    font-size: 0.95rem;
  }

  .fixed-footer-cta__arrow {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
  }

  .fixed-footer-cta__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.2rem solid #3184c7;
    border-right: 0.2rem solid #3184c7;
    transform: translate(-62%, -50%) rotate(45deg);
  }
}

.service-header {
  display: none;
}

@media screen and (min-width: 767px) {
  .lp {
    margin-top: 0;
  }

  .service-header {
    display: block;
    width: 100%;
    background: #effcf9;
  }

  .service-header__inner {
    display: flex;
    align-items: center;
    max-width: 98rem;
    min-height: 9.4rem;
    padding: 2rem;
    margin: 0 auto;
  }

  .service-header__logo {
    display: block;
    flex: 0 0 5.4rem;
    line-height: 0;
  }

  .service-header__logo img {
    width: 5.4rem;
    height: auto;
  }

  .service-header__nav {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    gap: 0;
    color: #444;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .service-header__nav a {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 2.4rem;
    padding: 0 1.2rem;
  }

  .service-header__nav a + a {
    margin-left: 0.8rem;
  }

  .service-header__nav a + a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.4rem;
    width: 0.1rem;
    height: 1.8rem;
    background: #444;
    transform: translateY(-50%);
  }

  .service-header__contact {
    flex: 0 0 29.2rem;
    min-width: 0;
    margin-left: auto;
  }

  .service-header__contact-label {
    color: #444;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .service-header__contact-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .service-header__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #e45353;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.064rem;
    line-height: 1;
    white-space: nowrap;
  }

  .service-header__tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 1.97rem;
    line-height: 1;
    margin-top: 0.5rem;
  }

  .service-header__tel-icon img {
    width: 100%;
    height: 100%;
  }

  .service-header__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.2rem 0.4rem 0.3rem;
    border: 0.1rem solid #444;
    border-radius: 0.4rem;
    color: #444;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    margin-top: 0.5rem;
  }

  .service-header__doc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex: 0 0 15.4rem;
    min-height: 4.8rem;
    padding: 0.8rem 0.4rem 0.8rem 0.8rem;
    border-radius: 0.48rem;
    background: #3b7eb9;
    box-shadow: 0 0.24rem 0 #28567e;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    margin-left: 1.5rem;
    margin-top: -0.4rem;
  }

  .service-header__doc-icon {
    display: block;
    width: 3.2rem;
    line-height: 0;
  }

  .service-header__doc-icon img {
    width: 100%;
    height: auto;
  }

  .service-header__doc-text {
    display: inline-flex;
    align-items: baseline;
  }

  .service-header__doc-text span {
    font-size: 1.2rem;
    margin-left: -0.4rem;
  }
}

@media screen and (max-width: 980px) {
  .service-header__doc {
    display: none;
  }
}
@media screen and (min-width: 820px) {
}
