@charset "UTF-8";
body {
  font-family: "source-han-sans-japanese", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

body {
  overflow-x: clip;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1300px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 5.5625rem;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: flex;
  align-items: center;
}

.p-404__title {
  color: #363636;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(54, 54, 54, 0.15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.25rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #363636;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  transition: 0.3s ease-in-out;
  width: 8.75rem;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 0.625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.test {
  font-size: 3.125rem;
  color: #4fc3e0;
}

.p-test__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-test__img {
    margin-top: 3.75rem;
  }
}

.p-test__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-about {
  background: #fcf3ef;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-about__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__left {
    max-width: 37.5rem;
  }
}

.p-about__title {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    margin-top: 2.5rem;
  }
}

.p-about__text {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__row {
    display: flex;
    gap: 3.125rem;
  }
}

.p-about__block {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about__block {
    display: flex;
    gap: 3.125rem;
    margin-top: 5rem;
  }
}

.p-about__people {
  width: 100%;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__people {
    margin-top: initial;
    margin-right: -5.8125rem;
    max-width: 39.375rem;
  }
}

.p-about__people img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-about__block-left {
  max-width: 38.125rem;
  width: 100%;
}

.p-about__white {
  border: 1px solid #cccccc;
  background: #fff;
  padding: 1.125rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__white {
    padding: 1.75rem 1.4375rem;
    flex-direction: row;
    align-items: center;
    margin-top: 2.3125rem;
    gap: 2.1875rem;
  }
}

.p-about__white-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

.p-about__white-text {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__white-text {
    margin-top: 1.1875rem;
  }
}

.p-about__mapBtn-wrapper {
  flex: 1;
  width: 100%;
  margin-left: auto;
}

.p-about__mapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25rem;
  height: 3.125rem;
  border: 1px solid #ee819d;
  border-radius: 9999px;
  font-size: 0.9375rem;
  color: #ee819d;
  transition: 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about__mapBtn {
    margin-left: initial;
    margin-right: initial;
  }
}

.p-about__mapBtn:hover {
  background: #ee819d;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.p-about__map {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__map {
    margin-top: initial;
    flex: 1;
  }
}

.p-about__map img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/400;
  object-fit: cover;
}

.p-about__btn-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__btn-wrapper {
    flex-direction: row;
    gap: 1.9375rem;
    margin-top: 3.75rem;
  }
}

.p-about__btn-wrapper .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__btn-wrapper .c-btn {
    margin-inline: initial;
  }
}

.p-breadcrumbs {
  padding-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    padding-top: 1.25rem;
  }
}

.p-breadcrumbs__lists {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__lists {
    overflow-x: initial;
    flex-wrap: wrap;
  }
}

.p-breadcrumbs__list {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__list {
    font-size: 0.875rem;
  }
}

.p-breadcrumbs__link {
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__link {
    font-size: 0.875rem;
  }
}

.p-breadcrumbs__icon {
  display: inline-block;
  width: 0.375rem;
  height: 0.625rem;
}

.p-breadcrumbs__link--current {
  cursor: default;
  pointer-events: none;
}

.p-contact {
  background: #ee819d;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-contact::before {
  position: absolute;
  content: "";
  background: url(../images/common/contact_sakura.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 560/340;
  object-fit: cover;
  top: 0;
  right: 0;
  z-index: 1;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact::before {
    width: 35rem;
  }
}

.p-contact__content {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    flex-direction: row;
    gap: 5rem;
  }
}

.p-contact__title {
  color: #fff;
  font-weight: 700;
  margin-top: 1.875rem;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-contact__text {
  color: #fff;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 1.875rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 2.5rem;
    font-size: 1.0625rem;
  }
}

.p-contact__right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__right {
    max-width: 49.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-contact__btn {
  background: #fff;
  border-radius: 0.625rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 9.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    padding-top: initial;
    height: 12.5rem;
    padding-bottom: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-contact__icon {
  width: 2.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-contact__tel {
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    margin-top: initial;
  }
}

.p-contact__tel--mail {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel--mail {
    font-size: 1.375rem;
  }
}

.p-contact__btn-text {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btn-text {
    margin-top: initial;
  }
}

.p-contact__info {
  margin-top: 1.875rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__info {
    padding-left: 1rem;
    margin-top: 2.5rem;
  }
}

.p-contact__list {
  list-style: decimal;
  padding-left: 1.5rem;
  counter-reset: list-counter;
}

.p-contact__item {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #000;
  margin-top: 1rem;
  list-style: decimal;
}
.p-contact__item:first-child {
  margin-top: 0;
}

.p-contact__link {
  color: #3366cc;
  text-decoration: underline;
}
.p-contact__link:hover {
  text-decoration: none;
}

.p-contact__text-red {
  color: #cc0000;
  font-weight: 700;
}

.p-contact__text-bold {
  color: #000;
  font-weight: 700;
}

.p-contact__tel-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 0.125rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-block {
    flex-direction: row;
    margin-top: 5rem;
    gap: 2rem;
  }
}

.p-contact__tel-text {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}

.p-contact__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-number {
    gap: 0.75rem;
  }
}

.p-contact__tel-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-contact__tel-link {
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
}

.p-drawer-icon {
  background: transparent;
  transition: 0.3s;
  border-radius: 9999px;
  width: 1.375rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 0.9375rem;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 1.75rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #ee819d;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}

.p-drawer-icon__bar2 {
  height: 2px;
  background: #ee819d;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #ee819d;
  transition: 0.5s;
  display: flex;
  width: 1.25rem;
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ee819d;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 4.375rem;
  padding-left: 0;
  padding-right: 0;
  overflow-y: auto;
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  transition: 0.3s;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: 62rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.p-drawer-content__lists {
  flex: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-drawer-content__list {
  border-top: 1px solid rgb(255, 255, 255);
}

.p-drawer-content__list:last-child {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.p-drawer-content__link {
  font-size: 0.9375rem;
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem;
  transition: background 0.3s;
}

.p-drawer-content__link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.p-drawer-accordion summary {
  list-style: none;
}
.p-drawer-accordion summary::-webkit-details-marker {
  display: none;
}

.p-drawer-accordion__summary {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem;
  cursor: pointer;
  transition: background 0.3s;
}
.p-drawer-accordion__summary:hover {
  background: rgba(0, 0, 0, 0.05);
}

.p-drawer-accordion__icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex-shrink: 0;
}
.p-drawer-accordion__icon::before, .p-drawer-accordion__icon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: transform 0.3s;
}
.p-drawer-accordion__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-drawer-accordion__icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-drawer-accordion[open] .p-drawer-accordion__icon::after {
  transform: translateX(-50%) rotate(90deg);
}

.p-drawer-accordion__content {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.p-drawer-accordion__sub-lists {
  padding: 0.875rem 0;
}

.p-drawer-accordion__sub-link {
  font-size: 0.9375rem;
  display: block;
  color: #fff;
  padding-left: 2.5rem;
  padding-right: 2rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  transition: background 0.3s;
  position: relative;
}
.p-drawer-accordion__sub-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.p-drawer-accordion__sub-link::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0.9375rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
}

.p-drawer-content__footer {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
}

.p-drawer-content__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-drawer-content__contact img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-floating {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-floating {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: block;
  }
}

.p-floating__link {
  display: block;
  width: 4.3125rem;
}

.p-floating__link img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-flow {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-flow__mainTitle {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__mainTitle {
    margin-top: 2.5rem;
  }
}

.p-flow__topText {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__topText {
    margin-top: 2.125rem;
  }
}

.p-flow__lists-scroll {
  overflow-x: auto;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__lists-scroll {
    margin-top: 3.375rem;
  }
}

.p-flow__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__lists {
    gap: 3.3125rem;
  }
}

.p-flow__list {
  width: 16.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    width: initial;
  }
}

.p-flow__list::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  color: #fff;
  background: #ee819d;
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.p-flow__img {
  max-width: 5.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1875rem;
}

.p-flow__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-flow__list-title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  margin-top: 1.625rem;
  text-align: center;
}

.p-flow__list-text {
  line-height: 1.7;
  color: #000;
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list-text {
    font-size: 1.0625rem;
  }
}

.p-flow__list-text span {
  color: #cc0000;
  font-weight: 700;
}

.p-footer {
  background: #fcf3ef;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.25rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: flex;
    justify-content: space-between;
  }
}

.p-footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    text-align: initial;
  }
}

.p-footer__home {
  display: inline-block;
  width: 14.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__home {
    margin-left: initial;
    margin-right: initial;
    width: 19.4375rem;
  }
}

.p-footer__home img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-footer__address {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 1.625rem;
  }
}

.p-footer__address-text {
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
}

.p-footer__address-text a {
  color: #3366cc;
}

.p-footer__small {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    text-align: initial;
    margin-top: 3.4375rem;
  }
}

.p-footer__small small {
  color: #333333;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__small small {
    font-size: 0.875rem;
  }
}

.p-footer__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    display: block;
    margin-left: auto;
  }
}

.p-footer__lists {
  display: flex;
  gap: 3.75rem;
}

.p-footer__link {
  display: block;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-footer__link + .p-footer__link {
  margin-top: 0.9375rem;
}

.p-footer__subLists {
  margin-top: 0.625rem;
}

.p-footer__subLink {
  font-size: 0.9375rem;
  color: #333;
  font-weight: 400;
  line-height: 2.2;
  position: relative;
  padding-left: 1.0625rem;
}

.p-footer__subLink::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.625rem;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-footer__contact-sp {
  text-align: center;
  margin-top: 2rem;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-sp {
    display: none;
  }
}

.p-footer__contact-sp.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-footer__contact-link {
  background: #ee819d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 3.125rem;
}

.p-footer__contact-link-icon {
  width: 1rem;
  height: 0.75rem;
}

.p-footer__contact-link-text {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-footer__link--pointerNon {
  pointer-events: none;
}

.p-form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-form {
    margin-top: 5rem;
  }
}

.p-form__row-wrapper {
  position: relative;
  border-top: 1px solid #ccc;
}

.p-form__dt-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.0625rem;
  }
}

.p-form__dt span {
  color: #363636;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #363636;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio {
  /* デフォルトのボタン */
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio {
  /* チェック前のボタン */
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio {
  /* チェック後のボタン */
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: flex;
  row-gap: 1.125rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #363636;
  padding-top: initial;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.0625rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 12.5rem;
  font-size: 1.0625rem;
  padding: 0.625rem 0.75rem;
  resize: none;
  background: #f2f2f2;
}

.p-form__btn-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 0.625rem;
    margin-top: 2.5rem;
    flex-direction: row;
  }
}
.p-form__btn-wrapper input[type=submit],
.p-form__btn-wrapper button[type=submit] {
  width: 15rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e77492;
  border-radius: 9999px;
  background: transparent;
  color: #e77492;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-form__btn-wrapper input[type=submit]:hover,
.p-form__btn-wrapper button[type=submit]:hover {
  background: #e77492;
  color: #fff;
}

.wpcf7-submit,
.p-form input[type=submit],
.p-form button[type=submit],
.p-form input[type=button] {
  width: 15rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e77492 !important;
  border-radius: 9999px !important;
  background: transparent !important;
  color: #e77492 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .wpcf7-submit,
  .p-form input[type=submit],
  .p-form button[type=submit],
  .p-form input[type=button] {
    margin-top: 2.5rem;
  }
}
.wpcf7-submit:hover,
.p-form input[type=submit]:hover,
.p-form button[type=submit]:hover,
.p-form input[type=button]:hover {
  background: #e77492 !important;
  color: #fff !important;
}

.p-form__btn-outside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    justify-content: flex-end;
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0.375rem;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  right: 0.375rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit] {
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(54, 54, 54, 0.3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

.p-form__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.5rem;
}
.p-form__table tbody tr {
  border-bottom: 1px solid #ccc;
}
.p-form__table tbody tr:first-child {
  border-top: 1px solid #ccc;
}

.p-form__label {
  background: #fcecf0;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  position: relative;
  width: 100%;
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #ee819d;
  border-bottom: 1px solid #ee819d;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    vertical-align: middle;
    width: 29%;
    display: table-cell;
    font-size: 1.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: initial;
    padding-bottom: initial;
    border-top: initial;
    border-bottom: initial;
  }
}
.p-form__label label {
  display: block;
}

.p-form__label span {
  color: #cc0000;
}

@media screen and (min-width: 768px) {
  .p-form__label::before {
    position: absolute;
    content: "";
    background: #ee819d;
    width: 100%;
    height: 1px;
    left: 0;
    top: -1px;
  }
}

@media screen and (min-width: 768px) {
  .p-form__row:last-child .p-form__label::after {
    position: absolute;
    content: "";
    background: #ee819d;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
  }
}

.p-form__required {
  display: inline-block;
  margin-top: 0.5rem;
  background: #e74c3c;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.p-form__field {
  background: #fff;
  flex: 1;
  display: block;
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__field {
    padding: 1.25rem;
    display: table-cell;
    vertical-align: middle;
    width: 76%;
  }
}
.p-form__field input[type=text],
.p-form__field input[type=tel],
.p-form__field input[type=email],
.p-form__field select,
.p-form__field input[type=date] {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  font-size: 1.0625rem;
  padding: 0.75rem 0.9375rem;
}
.p-form__field input[type=text]::placeholder,
.p-form__field input[type=tel]::placeholder,
.p-form__field input[type=email]::placeholder,
.p-form__field select::placeholder,
.p-form__field input[type=date]::placeholder {
  color: #999;
}

.p-form__field--radio .wpcf7-list-item,
.p-form__field--checkbox .wpcf7-list-item {
  display: block;
}
.p-form__field--radio .wpcf7-list-item-label,
.p-form__field--checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-form__field--radio .wpcf7-list-item-label,
  .p-form__field--checkbox .wpcf7-list-item-label {
    font-size: 1.0625rem;
    width: fit-content;
  }
}
.p-form__field--radio input[type=radio],
.p-form__field--radio input[type=checkbox],
.p-form__field--checkbox input[type=radio],
.p-form__field--checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.p-form__field--radio .wpcf7-list-item-label::before,
.p-form__field--checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #999999;
  background: #fff;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.p-form__field--radio input[type=radio] + .wpcf7-list-item-label::before,
.p-form__field--checkbox input[type=radio] + .wpcf7-list-item-label::before {
  border-radius: 9999px;
}
.p-form__field--radio input[type=checkbox] + .wpcf7-list-item-label::before,
.p-form__field--checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 0.25rem;
}
.p-form__field--radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.p-form__field--checkbox input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #ee819d;
  background: #ee819d;
  box-shadow: inset 0 0 0 4px #fff;
}
.p-form__field--radio input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.p-form__field--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #ee819d;
  background: #ee819d;
  position: relative;
}
.p-form__field--radio input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.p-form__field--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  left: 0.9375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-form__privacy {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 2.5rem;
    text-align: center;
  }
}

.p-form__privacy-text {
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.0625rem;
  }
}

.p-form__privacy-link {
  color: #3366cc;
}

@media screen and (min-width: 768px) {
  .p-form__field--radio .wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 1.5625rem;
    flex-wrap: wrap;
  }
}

.p-form__field--checkbox {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-form__attention {
  margin-top: 0.75rem;
}

.p-form__attention-text {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.8;
}

.p-form__attention-text span {
  color: #cc0000;
  font-weight: 700;
}

.p-thanks__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-wrapper {
    margin-top: 3.25rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 1.25rem;
  }
}

.p-header {
  background: #fcf3ef;
  height: 4.375rem;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-header {
    position: static;
    height: initial;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-header__content {
  display: flex;
  height: 4.375rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    justify-content: space-between;
    height: initial;
    align-items: initial;
  }
}

.p-header__home {
  display: inline-block;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__home {
    width: 19.375rem;
  }
}

.p-header__home img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8125rem;
}

.p-header__nav-text {
  font-size: 0.8125rem;
  color: #000;
  font-weight: 400;
}

.p-header__nav-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.p-header__nav-icon {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-icon {
    width: 1.5rem;
  }
}

.p-header__nav-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-header__nav-tel {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
}

.p-header__lists {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__lists {
    margin-top: 0.75rem;
    display: flex;
    gap: 2.4375rem;
    align-items: center;
  }
}

.p-header__link {
  display: block;
  color: #010101;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-header__page-lists {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__page-lists {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
  }
}

.p-header__page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  border-right: 1px solid #000;
}

.p-header__page-list:first-child .p-header__page-link {
  border-left: 1px solid #000;
}

.p-header__page-icon {
  width: 1.25rem;
}

.p-header__page-text {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 400;
}

.p-header__sp-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__sp-tel {
    display: none;
  }
}

.p-header__sp-tel-link {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
}

.p-header__logo-text {
  font-size: 0.5625rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-text {
    font-size: 0.8125rem;
  }
}

.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-inheritance {
  padding-top: 4.125rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-inheritance__container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__container {
    flex-direction: row;
    gap: 4.0625rem;
  }
}

.p-inheritance__main {
  flex: 1;
}

.p-inheritance__content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-inheritance__content {
    display: flow-root;
  }
}

.p-inheritance__detail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detail {
    max-width: none;
  }
}

.p-inheritance__text-wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__text-wrapper {
    margin-top: 2.5rem;
  }
}

.mt0 {
  margin-top: initial;
}

.mt56 {
  margin-top: 3.5rem;
}

.p-inheritance__text {
  line-height: 1.8;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__text {
    font-size: 1.0625rem;
  }
}

.p-inheritance__text + .p-inheritance__text {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__text + .p-inheritance__text {
    margin-top: 2.3125rem;
  }
}

.p-inheritance__text--bold {
  font-weight: 700;
}

.p-inheritance__text--attention {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff0b2 60%);
}

.p-inheritance__illustration {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-inheritance__illustration {
    float: right;
    width: 24.375rem;
    margin: 0 0 1rem 3.125rem;
    max-width: none;
    margin-top: 4rem;
  }
}

.p-inheritance__illustration img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-inheritance__example {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__example {
    margin-top: 3.75rem;
  }
}

.p-inheritance__example-box {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__example-box {
    margin-top: 2.5rem;
  }
}

.p-inheritance__example-list {
  list-style: none;
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
  background: #fff8eb;
  border: 1px solid #f59b5f;
  padding: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__example-list {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.0625rem;
    padding-right: 1.6875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-inheritance__example-item {
  position: relative;
  padding-left: 1.75rem;
  line-height: 2;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__example-item {
    font-size: 1.0625rem;
  }
}
.p-inheritance__example-item::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}

.p-inheritance__example-list--left .p-inheritance__example-item {
  counter-increment: item 1;
}
.p-inheritance__example-list--left .p-inheritance__example-item:first-child {
  counter-increment: item 1;
}
.p-inheritance__example-list--left .p-inheritance__example-item::before {
  content: counter(item) ". ";
  color: #000;
  font-size: 1.0625rem;
  font-weight: 400;
}

.p-inheritance__example-list--right .p-inheritance__example-item {
  counter-increment: item 2;
}
.p-inheritance__example-list--right .p-inheritance__example-item:first-child {
  counter-increment: item 2;
}
.p-inheritance__example-list--right .p-inheritance__example-item::before {
  content: counter(item) ". ";
  color: #00bcd4;
}

.p-inheritance__attention-text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__attention-text {
    margin-top: 2.5rem;
  }
}

.p-inheritance__number-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  gap: 0.5rem;
  line-height: 2;
  color: #000;
  counter-increment: item 1;
  font-size: 1rem;
  padding-left: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-inheritance__number-list {
    font-size: 1.0625rem;
  }
}
.p-inheritance__number-list:first-child {
  counter-increment: item 1;
  padding-top: initial;
}
.p-inheritance__number-list:last-child {
  padding-bottom: initial;
  border-bottom: initial;
}
.p-inheritance__number-list::before {
  position: absolute;
  left: 0;
  content: counter(item) "";
  color: #fff;
  font-size: 0.75rem;
  background: #ee819d;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  top: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
.p-inheritance__number-list:first-child::before {
  top: 0.5rem;
}

.p-inheritance__number-list span {
  font-weight: 700;
}

.mt87 {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .mt87 {
    margin-top: 5.4375rem;
  }
}

.p-inheritance__number {
  background: #fff8eb;
  border: 1px solid #f59b5f;
  margin-top: 1.875rem;
  padding: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__number {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2.5rem;
  }
}

.p-inheritance__bubble {
  display: flex;
  gap: 1.25rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__bubble {
    margin-top: 5rem;
    gap: 1.875rem;
  }
}

.p-inheritance__bubble-left {
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__bubble-left {
    width: 5rem;
  }
}

.p-inheritance__bubble-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-inheritance__bubble-text {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5rem;
  color: #000;
}

.p-inheritance__right {
  flex: 1;
  background: #fdedf1;
  border: 1px solid #ee819d;
  border-radius: 0.75rem;
  position: relative;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__right {
    padding-top: 1.3125rem;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    padding-bottom: 1rem;
  }
}

.p-inheritance__right::before {
  position: absolute;
  content: "";
  background: url(../images/common/bubble_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.875rem;
  height: 1.125rem;
  top: 1.25rem;
  left: -0.875rem;
  z-index: 1;
}

.p-inheritance__right-bubbleText {
  line-height: 1.8;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__right-bubbleText {
    font-size: 1.0625rem;
  }
}

.p-inheritance__right-bubbleText span {
  font-weight: 700;
  color: #cc0000;
}

.p-inheritance__btn-wrapper {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__btn-wrapper {
    margin-top: 5rem;
  }
}

.p-inheritance__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #ee819d;
  position: relative;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e77492;
  border-radius: 9999px;
  transition: 0.3s ease-in-out;
  padding-left: 1.25rem;
  padding-right: 1.875rem;
}

.p-inheritance__btn:hover {
  background: #ee819d;
}

.p-inheritance__btn-text {
  font-size: 0.9375rem;
  color: #e77492;
  transition: 0.3s ease-in-out;
}

.p-inheritance__btn:hover .p-inheritance__btn-text {
  color: #fff;
}

.p-inheritance__btn-arrow {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-inheritance__btn-arrow svg path {
  fill: #ee819d;
  transition: 0.3s ease-in-out;
}

.p-inheritance__btn:hover .p-inheritance__btn-arrow svg path {
  fill: #fff;
}

.p-inheritance__flow {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow {
    margin-top: 3.875rem;
  }
}

.p-inheritance__flow-lists {
  counter-reset: flow-counter;
}

.p-inheritance__flow-list {
  counter-increment: flow-counter;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-list {
    padding-left: 3.5rem;
  }
}

.p-inheritance__flow-list::before {
  position: absolute;
  content: "";
  background: #fff;
  border: 5px solid #ee819d;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  margin-top: 0.25rem;
  left: 0;
}

.p-inheritance__flow-list:first-child::before,
.p-inheritance__flow-list:last-child::before {
  position: absolute;
  content: "";
  background: #fff;
  border: 5px solid #a0ce9c;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  margin-top: 0.25rem;
  left: 0;
}

.p-inheritance__flow-list::after {
  position: absolute;
  content: "";
  background: #cccccc;
  width: 0.1875rem;
  height: 100%;
  top: 0.375rem;
  left: 0.5rem;
  z-index: -1;
}

.p-inheritance__flow-list:last-child::after {
  height: 1.4375rem;
}

.p-inheritance__flow-list + .p-inheritance__flow-list {
  padding-top: 1.25rem;
}

.p-inheritance__flow-listTitle {
  position: relative;
  padding-left: 1.5rem;
  color: #000;
  font-weight: 700;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-listTitle {
    font-size: 1.125rem;
  }
}

.p-inheritance__flow-listTitle::before {
  position: absolute;
  content: counter(flow-counter) ". ";
  left: 0;
  font-weight: 700;
  color: #000;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-listTitle::before {
    font-size: 1.125rem;
  }
}

.p-inheritance__flow-listText {
  color: #000;
  line-height: 1.8;
  padding-left: 1.5rem;
  font-size: 1rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-listText {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
}

.p-inheritance__flow-listText-link {
  color: #3366cc;
  font-weight: 700;
}

.p-inheritance__flow-listText--bold {
  font-weight: 700;
}

.p-inheritance__flow-box {
  margin-top: 1.25rem;
  background-color: #fff8eb;
  border: 1px solid #f59b5f;
  text-align: center;
  margin-left: 1.5rem;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-box {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.p-inheritance__flow-box--calc {
  margin-left: initial;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__flow-box--calc {
    margin-top: 2.5rem;
  }
}

.p-inheritance__flow-boxText {
  font-size: 1.0625rem;
  color: #000;
  line-height: 1.8;
  font-weight: 700;
}

.p-inheritance__flow-boxText--red {
  color: #cc0000;
  font-weight: 700;
}

.p-inheritance__flow-boxAttention {
  margin-top: 1.25rem;
  font-weight: 700;
  color: #cc0000;
  font-size: 1.0625rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}

.p-inheritance__onlyBox {
  margin-top: 2.375rem;
  background: #fff8eb;
  border: 1px solid #f59b5f;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__onlyBox {
    padding-top: 1.875rem;
    padding-left: 1.875rem;
    padding-bottom: 1.6875rem;
    padding-right: 1.5rem;
  }
}

.p-inheritance__onlyBox-title {
  font-weight: 700;
  color: #cc0000;
  font-size: 1.125rem;
}

.p-inheritance__onlyBox-lists {
  margin-top: 1.25rem;
  counter-reset: item;
  list-style: none;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__onlyBox-lists {
    padding-left: 1rem;
  }
}

.p-inheritance__onlyBox-list {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #000;
  padding-left: 1.5rem;
  font-weight: 400;
  counter-increment: item;
}
.p-inheritance__onlyBox-list::before {
  position: absolute;
  content: counter(item) ". ";
  left: 0;
  color: #000;
  font-weight: 400;
}

.p-inheritance__onlyBox-list + .p-inheritance__onlyBox-list {
  margin-top: 1rem;
}

.p-inheritance__onlyBox-list--red {
  color: #cc0000 !important;
  font-weight: 700 !important;
}
.p-inheritance__onlyBox-list--red::before {
  font-weight: 700 !important;
  color: #cc0000 !important;
}

.p-inheritance__smallAttention {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #cc0000;
  margin-top: 2.5rem;
}

.p-inheritance__onlyBox-list--bold {
  font-weight: 700;
}
.p-inheritance__onlyBox-list--bold::before {
  font-weight: 700 !important;
}

.p-inheritance__table {
  margin-top: 2.5rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ee819d;
}

.p-inheritance__table-head {
  background: #ee819d;
}

.p-inheritance__table-headCell {
  font-weight: 700;
  color: #fff;
  text-align: left;
  border: 1px solid #ccc;
  width: 25%;
  font-size: 0.875rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__table-headCell {
    padding: 0.8125rem;
    font-size: 1rem;
  }
}

.p-inheritance__table-cell {
  padding: 0.8125rem;
  color: #000;
  border: 1px solid #ccc;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__table-cell {
    font-size: 1rem;
  }
}

.p-inheritance__table-cell--bold {
  font-weight: 700;
}

.p-inheritance__table-cell--bg {
  background: #fdedf1;
}

.p-inheritance__detailTable {
  margin-top: 2.5rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ee819d;
}

.p-inheritance__detailTable-head {
  background: #ee819d;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 0.8125rem;
  border: 1px solid #ccc;
  width: 24%;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detailTable-head {
    font-size: 1rem;
  }
}

.p-inheritance__detailTable-cell {
  padding: 0.8125rem;
  color: #000;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detailTable-cell {
    font-size: 0.9375rem;
  }
}

.p-inheritance__detailTable-title {
  font-weight: 700;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detailTable-title {
    font-size: 1rem;
  }
}

.p-inheritance__detailTable-list {
  list-style: disc;
  padding-left: 1.1875rem;
}

.p-inheritance__detailTable-text {
  line-height: 1.8;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detailTable-text {
    font-size: 1rem;
  }
}

.p-inheritance__onlyBox-normal {
  font-weight: 400 !important;
  color: #222 !important;
  margin-top: 0.5rem;
}

.p-inheritance__detailTable-listItem {
  line-height: 1.8;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__detailTable-listItem {
    font-size: 1rem;
  }
}

.p-inheritance__fast {
  margin-top: 3.75rem;
}

.p-inheritance__fast-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}

.p-inheritance__fast-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.p-inheritance__fast-tableHead {
  background: #ee819d;
}

.p-inheritance__fast-tableHeadCell {
  padding: 0.8125rem;
  font-size: 0.875rem;
  width: 33.3333333333%;
  font-weight: 700;
  color: #fff;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-inheritance__fast-tableHeadCell {
    font-size: 1rem;
  }
}

.p-inheritance__fast-tableCell {
  color: #000;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  padding: 0.625rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__fast-tableCell {
    padding: 0.8125rem;
    font-size: 1rem;
  }
}

.fw700 {
  font-weight: 700;
}

.bg-pink {
  background: #fdedf1;
}

.p-inheritance__sample {
  margin-top: 2.5rem;
}

.p-inheritance__sample-box {
  margin-top: 1.875rem;
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 3.125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sample-box {
    margin-top: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 4.8125rem;
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
  }
}

.p-inheritance__sampleTitle {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleTitle {
    font-size: 1.5625rem;
  }
}

.p-inheritance__sampleTop {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleTop {
    margin-top: 3.75rem;
  }
}

.p-inheritance__sampleText {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleText {
    font-size: 1.0625rem;
  }
}

.p-inheritance__sampleBlock-wrapper {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleBlock-wrapper {
    margin-top: 3.75rem;
  }
}

.p-inheritance__sampleBlock + .p-inheritance__sampleBlock {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleBlock + .p-inheritance__sampleBlock {
    margin-top: 3.75rem;
  }
}

.p-inheritance__sampleBlockTitle {
  font-weight: 700;
  color: #000;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleBlockTitle {
    font-size: 1.125rem;
  }
}

.p-inheritance__sampleLists {
  margin-top: 1.6875rem;
  counter-reset: sample-counter;
  list-style: none;
  padding-left: 0;
}

.p-inheritance__sampleList {
  position: relative;
  line-height: 1.8;
  color: #000;
  padding-left: 1.875rem;
  counter-increment: sample-counter;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleList {
    font-size: 1.0625rem;
  }
}
.p-inheritance__sampleList::before {
  position: absolute;
  content: counter(sample-counter) ". ";
  left: 0;
  color: #000;
  font-weight: 400;
}
.p-inheritance__sampleList + .p-inheritance__sampleList {
  margin-top: 0.625rem;
}

.p-inheritance__sampleBottom {
  text-align: right;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__sampleBottom {
    margin-top: 3.5rem;
  }
}

.mt29 {
  margin-top: 1.8125rem;
}

.p-inheritance__heir-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__heir-section {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-inheritance__heir-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 0.9375rem;
  border-bottom: 2px solid #ee819d;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__heir-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

.p-inheritance__heir-content {
  margin-top: 2.5rem;
}

.p-inheritance__heir-text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-inheritance__heir-text {
    margin-top: initial;
    flex: 1;
  }
}

.p-inheritance__heir-paragraph {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-inheritance__heir-paragraph {
    font-size: 1rem;
  }
}
.p-inheritance__heir-paragraph + .p-inheritance__heir-paragraph {
  margin-top: 1.25rem;
}

.p-inheritance__heir-bold {
  font-weight: 700;
}

.p-inheritance__heir-red {
  color: #cc0000;
  font-weight: 700;
}

.p-inheritance__heir-image {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-inheritance__heir-image {
    float: right;
    width: 18.75rem;
    margin-left: 3.125rem;
  }
}

.p-inheritance__heir-figure {
  width: 100%;
}
.p-inheritance__heir-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-inheritance__sidebar {
    margin-left: auto;
  }
}

.p-link {
  background: #fcf3ef;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-link {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-link__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-link__content {
    gap: 7.0625rem;
    flex-direction: row;
  }
}

.p-link__title {
  color: #010101;
  font-weight: 700;
  margin-top: 1.875rem;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-link__title {
    margin-top: 1rem;
    font-size: 1.875rem;
  }
}

.p-link__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-link__cards {
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;
  }
}

.p-link__link {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: #fff;
  display: flex;
  align-items: center;
  max-width: 18.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 5.625rem;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-link__link {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
  }
}

.p-link__img {
  max-width: 3.75rem;
  min-width: 3.75rem;
}

.p-link__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-link__detail-small {
  color: #010101;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-link__detail-title {
  font-size: 1.25rem;
  color: #010101;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-mv {
  background: #fff;
  padding-top: 5.625rem;
  padding-bottom: 1.25rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-mv__content {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .slider-main {
    padding-inline: 9.0625rem !important;
  }
}

.p-mv__img img {
  aspect-ratio: 580/400;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Swiper自体は見せる */
.p-mv .swiper {
  overflow: visible;
}

/* 画像単体は切る（角丸・はみ出し防止） */
.p-mv__img {
  overflow: hidden;
  border-radius: 1rem;
}

.p-mv .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv .swiper-pagination {
    gap: 1.25rem;
  }
}

.p-mv .swiper-pagination {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv .swiper-pagination {
    margin-top: 1.75rem;
  }
}

.p-mv .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 1px solid #9e9e9e;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-mv .swiper-pagination-bullet-active {
  background: #ee819d;
  border: 1px solid #ee819d;
}

/* Swiper自体は見せる */
.p-mv .swiper {
  overflow: visible;
}

/* 画像単体は切る（角丸・はみ出し防止） */
.p-mv__img {
  overflow: hidden;
  border-radius: 1rem;
}

.p-news__link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #cccccc;
}

.p-news__link:last-child {
  border-bottom: 1px solid #cccccc;
}

.p-news__category-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__category-wrapper {
    gap: 1rem;
    align-items: center;
    flex-direction: row;
  }
}

.p-news__time {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    font-size: 1.0625rem;
  }
}

.p-news__category {
  color: #fff;
  background: #ee819d;
  padding: 0.3125rem 0.625rem;
  font-size: 0.625rem;
  line-height: 1;
  width: fit-content;
}

.p-news__content {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__content {
    margin-top: 1.25rem;
  }
}

.p-news__title {
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.0625rem;
  }
}

.p-news__new {
  display: inline-block;
  color: #e74c3c;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.p-page-mv {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    padding-top: initial;
  }
}

.p-page-mv__content {
  position: relative;
}

.p-page-mv__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-page-mv__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/100;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    aspect-ratio: 1500/150;
  }
}

.p-page-mv__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__title {
    font-size: 1.875rem;
  }
}

.p-pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 3.75rem;
  }
}

.p-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pagination__list {
    gap: 1rem;
  }
}

.p-pagination__item a,
.p-pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.875rem;
  height: 1.875rem;
  padding: 0 0.75rem;
  border: 1px solid #ee819d;
  background: #fff;
  color: #ee819d;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-pagination__item a,
  .p-pagination__item span {
    min-width: 3rem;
    height: 3rem;
  }
}
.p-pagination__item a:hover,
.p-pagination__item span:hover {
  border-color: #ee819d;
  background: #ee819d;
  color: #fff;
}
.p-pagination__item span.current {
  border-color: #ee819d;
  background: #ee819d;
  color: #fff;
  pointer-events: none;
}

.p-pagination__arrow {
  position: relative;
  width: 0.375rem;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__arrow svg {
  width: 0.375rem;
  height: 0.625rem;
}

.next {
  padding-left: initial !important;
  padding-right: initial !important;
  border-left: initial !important;
  border-right: initial !important;
}

.prev {
  padding-right: initial !important;
  padding-left: initial !important;
  border-right: initial !important;
  border-left: initial !important;
}

.p-pagination__arrow path {
  transition: 0.3s ease-in-out;
}

.next:hover .p-pagination__arrow path {
  fill: #fff;
}

.prev:hover .p-pagination__arrow path {
  fill: #fff;
}

.p-price {
  flex: 1;
}

.p-price__content + .p-price__content {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-price__content + .p-price__content {
    margin-top: 5.5rem;
  }
}

.p-price__block {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__block {
    margin-top: 3.75rem;
  }
}

.p-price__block + .p-price__block {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-price__block + .p-price__block {
    margin-top: 3.75rem;
  }
}

.p-price__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  margin-top: 1.875rem;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-price__table {
    margin-top: 2.5rem;
  }
}

.p-price__table thead {
  background: #ee819d;
}

.p-price__table th {
  padding: 0.8125rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #ccc;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__table th {
    font-size: 1rem;
  }
}

.p-price__table th:first-child,
.p-price__table th:nth-child(2),
.p-price__table th:nth-child(3) {
  width: 33.3333333333%;
  text-align: left;
}

.p-price__table tbody tr {
  background: #fff;
}

.p-price__table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.p-price__table td {
  padding: 0.625rem;
  color: #000;
  vertical-align: middle;
  background: #fdedf1;
  font-weight: 700;
  line-height: 1.8;
  /* border-bottom: 1px solid #ccc; */
  border: 1px solid #ccc;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__table td {
    font-size: 1rem;
    padding: 0.8125rem;
    border: 1px solid #ccc;
  }
}

.border-bottom-none {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .border-bottom-none {
    border-bottom: 1px solid #ccc;
  }
}

.p-price__table td:nth-child(2),
.p-price__table td:nth-child(3) {
  background: #fff;
}

.p-price__table td:nth-child(2) {
  font-weight: 400;
}

.p-price__table td:first-child {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-price__table--half th:first-child {
    width: 24%;
  }
}

@media screen and (min-width: 768px) {
  .p-price__table--half th:nth-child(2) {
    width: 76%;
  }
}

@media screen and (min-width: 768px) {
  .p-price__table--half td:first-child {
    width: 24%;
    vertical-align: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-price__table--half td:nth-child(2) {
    width: 76%;
  }
}

.p-price__table--half td {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-price__table--half td {
    display: table-cell;
  }
}

.fw700 {
  font-weight: 700 !important;
}

.p-price__block-yellow {
  display: flex;
  gap: 1.25rem;
  background: #fff8eb;
  border: 1px solid #f59b5f;
  padding: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__block-yellow {
    padding-top: 1.5rem;
    padding-bottom: 1.3125rem;
    padding-right: 1.5rem;
    padding-left: 1.625rem;
    margin-top: 2.5rem;
  }
}

.p-price__block-yellowIcon {
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  margin-top: 0.5rem;
}

.p-price__block-yellowIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-price__block-yellowText {
  line-height: 1.8;
  color: #000;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-price__block-yellowText {
    font-size: 1rem;
  }
}

.p-price__link {
  color: #3366cc;
}

.p-price__text-wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__text-wrapper {
    margin-top: 2.5rem;
  }
}

.p-price__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}

.p-price__map {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-price__map {
    margin-top: 2.3125rem;
  }
}

.p-price__map iframe {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 340/450;
}
@media screen and (min-width: 768px) {
  .p-price__map iframe {
    aspect-ratio: 830/450;
  }
}

.p-price__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-price__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-price__btn {
  width: 15rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e77492;
  border-radius: 9999px;
  transition: 0.3s ease-in-out;
}

.p-price__btn:hover {
  background: #ee819d;
}

.p-price__btn-text {
  color: #e77492;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
  font-weight: 400;
}

.p-price__btn:hover .p-price__btn-text {
  color: #fff;
}

.p-price__btn-icon {
  position: absolute;
  right: 0.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-price__btn-icon svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-price__btn-icon svg path {
  transition: 0.3s ease-in-out;
}

.p-price__btn:hover .p-price__btn-icon svg path {
  fill: #fff;
}

.p-price__profile {
  max-width: 10.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__profile {
    max-width: 16.25rem;
    margin-top: 3rem;
  }
}

.p-price__profile img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-price__list-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.0625rem;
  color: #000;
  line-height: 1.8;
}

.p-price__list-item::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.4375rem;
  height: 0.4375rem;
  top: 0.75rem;
  left: 0.5rem;
  border-radius: 9999px;
}

@media screen and (min-width: 768px) {
  .p-price__dlRow {
    display: flex;
  }
}

.p-price__dlRow + .p-price__dlRow {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__dlRow + .p-price__dlRow {
    margin-top: 1.75rem;
  }
}

.p-price__dt {
  line-height: 1.8;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price__dt {
    width: 10rem;
    font-size: 1.0625rem;
  }
}

.p-price__dd {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-price__dd {
    flex: 1;
    margin-top: initial;
  }
}

.p-price__dd-text {
  line-height: 1.8;
  color: #000;
  position: relative;
  font-size: 1rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__dd-text {
    padding-left: 1.125rem;
    font-size: 1.0625rem;
  }
}

.p-price__dd-text::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.4375rem;
  height: 0.4375rem;
  top: 0.75rem;
  left: 0.5rem;
  border-radius: 9999px;
}

.p-price__table--separate th,
.p-price__table--separate td {
  width: 50%;
}

.p-service {
  padding-bottom: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-bottom: 5.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__content {
    display: flex;
    align-items: center;
    gap: 3.75rem;
  }
}

.p-service__title {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    margin-top: 2.5rem;
  }
}

.p-service__text {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    margin-top: 2.125rem;
  }
}

.p-service__imageArea {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__imageArea {
    margin-top: initial;
    max-width: 33.75rem;
  }
}

.p-service__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-service__btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sidebar {
    width: 18.75rem;
    flex-shrink: 0;
  }
}

.p-sidebar__menu {
  background-color: #fff;
  overflow: hidden;
}

.p-sidebar__title {
  background: #ee819d;
  color: #fff;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
  padding-left: 2.1875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-sidebar__title::before {
  position: absolute;
  content: "";
  background: url(../images/common/sidebar_flower.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9375rem;
}

.p-sidebar__menu-title {
  background-color: #e8accf;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9375rem 1.25rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sidebar__menu-title {
    font-size: 1.125rem;
    padding: 0.8125rem 1.25rem;
  }
}

.p-sidebar__menu-list {
  padding: 0;
  margin: 0;
  margin-top: 0.9375rem;
  border: 1px solid #cccccc;
}

.p-sidebar__menu-link {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  color: #363636;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .p-sidebar__menu-link {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.25rem;
  }
}
.p-sidebar__menu-link:hover {
  background-color: #f9f9f9;
}
.p-sidebar__menu-link.is-current {
  background-color: #fdedf1;
}

.p-sidebar__menu-item:last-child .p-sidebar__menu-link {
  border-bottom: initial;
}

.p-sidebar__menu-link::before {
  position: absolute;
  content: "";
  background: url(../images/common/sidebar_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.p-sidebar__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sidebar__menu-toggle {
    font-size: 0.9375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1rem;
  }
}
.p-sidebar__menu-toggle:hover {
  background-color: #f9f9f9;
}

.p-sidebar__menu-icon {
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
}

.p-sidebar__menu-icon::before {
  position: absolute;
  content: "";
  background: #ee819d;
  width: 0.8125rem;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-sidebar__menu-icon::after {
  position: absolute;
  content: "";
  background: #ee819d;
  width: 0.8125rem;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.p-sidebar__menu-item--parent.is-open .p-sidebar__menu-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-sidebar__menu-toggleText {
  color: #363636;
  font-size: 0.9375rem;
}

.p-sidebar__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-sidebar__menu-item--parent.is-open .p-sidebar__submenu {
  max-height: 32.5rem;
}

.p-sidebar__submenu-item {
  border-bottom: 1px solid #e8e8e8;
}
.p-sidebar__submenu-item:last-child {
  border-bottom: none;
}

.p-sidebar__submenu-link {
  display: block;
  padding-left: 2.125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 1.625rem;
  font-size: 0.9375rem;
  color: #363636;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}
.p-sidebar__submenu-link:hover {
  background-color: #efefef;
}
.p-sidebar__submenu-link.is-current {
  background-color: #fdedf1;
}

.p-sidebar__submenu-link::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0.625rem;
  height: 1px;
  top: 50%;
  left: 1.125rem;
  transform: translateY(-50%);
}

.p-sidebar__submenu-link::after {
  position: absolute;
  content: "";
  background: url(../images/common/sidebar_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.p-sidebar__submenu-item:last-child .p-sidebar__submenu-link {
  border-bottom: 1px solid #cccccc;
}

.p-sidebar__slider-wrapper {
  margin-top: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar__slider-wrapper {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-sidebar__slide-link {
  display: block;
}

.p-sidebar__slide-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.mt30 {
  margin-top: 1.875rem;
}

.p-sidebar__map-wrapper {
  margin-top: 0.9375rem;
}

.p-sidebar__map iframe {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 340/200;
}
@media screen and (min-width: 768px) {
  .p-sidebar__map iframe {
    aspect-ratio: 300/200;
  }
}

.p-sidebar__map-detail {
  margin-top: 1rem;
}

.p-sidebar__map-title {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
}

.p-sidebar__map-text {
  font-size: 0.875rem;
  color: #000;
  line-height: 1.8;
}

.p-sidebar__map-text a {
  color: #3366cc;
}

.p-sidebar__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5625rem;
}
.p-sidebar__category-list a {
  display: block;
  font-size: 0.9375rem;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.p-sidebar__category-list .count {
  margin-left: 0.25rem;
}
.p-sidebar__category-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-sidebar__category-list .children a {
  padding-left: 1.875rem;
  position: relative;
}
.p-sidebar__category-list .children a::before {
  content: "－ ";
  position: absolute;
  left: 0.9375rem;
}
.p-sidebar__category-list .children a:hover {
  background-color: #efefef;
}

.p-sidebar__category-item {
  border: initial;
}

.p-sidebar__category-link {
  display: block;
  padding: 0.375rem 0.9375rem;
  font-size: 0.9375rem;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.slider-sidebar .swiper-pagination {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .slider-sidebar .swiper-pagination {
    margin-top: 0.625rem;
  }
}

.slider-sidebar .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 1px solid #ee819d;
  width: 0.375rem;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .slider-sidebar .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.slider-sidebar .swiper-pagination-bullet-active {
  background: #ee819d;
  border: 1px solid #ee819d;
}

.p-single__header {
  margin-top: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single__header {
    padding-bottom: 1.625rem;
  }
}

.p-single__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.375rem;
  }
}

.p-single__meta {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  border-top: 1px solid #ccc;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    gap: 1rem;
    padding-top: initial;
    border-top: initial;
    flex-direction: row;
    align-items: center;
  }
}

.p-single__time {
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__time {
    font-size: 1.0625rem;
  }
}

.p-single__category {
  color: #fff;
  background: #ee819d;
  padding: 0.3125rem 0.625rem;
  font-size: 0.625rem;
  line-height: 1;
  width: fit-content;
}

.p-single__content p {
  line-height: 1.8;
  color: #000;
  margin-top: 1.6875rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__content p {
    font-size: 1.0625rem;
    margin-top: 2.3125rem;
  }
}
.p-single__content p:first-child {
  margin-top: 0;
}
.p-single__content h2 {
  font-weight: 700;
  color: #000;
  margin-top: 1.875rem;
  margin-bottom: 1.6875rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.1875rem;
  }
}
.p-single__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
}
.p-single__content h4 {
  font-weight: 700;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h4 {
    font-size: 1.0625rem;
  }
}
.p-single__content ul,
.p-single__content ol {
  padding-left: 1.5rem;
  line-height: 1.8;
  margin-top: 1.6875rem;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__content ul,
  .p-single__content ol {
    font-size: 1.0625rem;
    margin-top: 2.1875rem;
  }
}
.p-single__content ul li,
.p-single__content ol li {
  margin-top: 0.5rem;
  list-style: disc;
}
.p-single__content ul li:first-child,
.p-single__content ol li:first-child {
  margin-top: 0;
}
.p-single__content table {
  width: 100%;
  margin-top: 1.5625rem;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-single__content table {
    margin-top: 1.875rem;
  }
}
.p-single__content table th,
.p-single__content table td {
  padding: 0.75rem 0.9375rem;
  border: 1px solid #ccc;
  line-height: 1.8;
  text-align: left;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single__content table th,
  .p-single__content table td {
    font-size: 1.0625rem;
  }
}
.p-single__content table th {
  background: #f5f5f5;
  font-weight: 700;
  color: #000;
  width: 50%;
}
.p-single__content table td {
  color: #000;
  width: 50%;
}
.p-single__content a {
  color: #3366cc;
  text-decoration: initial !important;
}
.p-single__content a:hover {
  text-decoration: none;
}
.p-single__content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-single__content img {
    margin-top: 2.5rem;
  }
}
.p-single__content blockquote {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background: #f9f9f9;
  border-left: 4px solid #ee819d;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}
.p-single__content code {
  background: #f5f5f5;
  padding: 0.125rem 0.375rem;
  font-family: monospace;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
}
.p-single__content pre {
  margin-top: 1.25rem;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 0.25rem;
  overflow-x: auto;
}
.p-single__content pre code {
  background: none;
  padding: 0;
}

.p-single__content table tr:first-child th,
.p-single__content table tr:first-child td {
  background: #fdedf1;
  font-weight: 700;
}

.p-support {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-support__title {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    margin-top: 2.5rem;
  }
}

.p-support__text {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    margin-top: 2rem;
  }
}

.p-support__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-support__grid {
    margin-top: 3.375rem;
    gap: 1.5rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-support__grid-item {
  display: block;
}

.p-support__grid-itemImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-top-news {
  background: #fcf3ef;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 7.375rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-news__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__content {
    flex-direction: row;
    gap: 6.8125rem;
  }
}

.p-top-news__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-news__left {
    max-width: 15rem;
  }
}

.p-top-news__title {
  margin-top: 1.5rem;
  color: #010101;
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    font-size: 1.875rem;
  }
}

.p-top-news__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-top-news__right {
  flex: 1;
}

.p-top-news__link {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.p-top-news__link:last-child {
  border-bottom: 1px solid #cccccc;
}

.p-top-news__category {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__category {
    gap: 1rem;
    align-items: center;
    flex-direction: row;
  }
}

.p-top-news__time {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 400;
}

.p-top-news__category-text {
  color: #fff;
  background: #ee819d;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  width: fit-content;
  font-size: 0.625rem;
}

.p-top-news__link-title {
  color: #000;
  font-weight: 400;
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link-title {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
}

.p-top-news__btn-mobile {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn-mobile {
    display: none;
  }
}

.p-qa__block {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__block {
    margin-top: 2.5rem;
  }
}

.p-qa__box {
  border: 1px solid #ccc;
  padding-right: 1rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-qa__box {
    padding-right: 1.4375rem;
    padding-left: 2.9375rem;
  }
}

.p-qa__content + .p-qa__content {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-qa__content + .p-qa__content {
    margin-top: 1.25rem;
  }
}

.p-qa__summary {
  color: #fff;
  cursor: pointer;
  position: relative;
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__summary {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-qa__summary::before,
.p-qa__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  background: #ee819d;
  transition: all 0.3s ease-out;
}

.p-qa__summary::before {
  width: 0.875rem;
  height: 0.125rem;
  transform: translate(50%, -50%);
}

.p-qa__summary::after {
  width: 0.125rem;
  height: 0.875rem;
  transform: translate(50%, -50%);
}

.p-qa__summary.is-opened::after {
  transform: translate(50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-qa__ttl {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  margin-left: 1.5rem;
  padding-right: 1.25rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl {
    padding-right: initial;
    margin-left: initial;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-qa__ttl::before {
  content: "Q.";
  position: absolute;
  font-weight: 700;
  color: #e77492;
  left: -1.5rem;
  top: -0.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl::before {
    top: 50%;
    font-size: 1.125rem;
    transform: translateY(-50%);
  }
}

.p-qa__ttl span {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__ttl span {
    font-size: 1.25rem;
  }
}

.p-qa__inner {
  overflow: hidden;
}

.p-qa__wrap {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-qa__wrap {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-qa__txt {
  line-height: 1.8;
  color: #000;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__txt {
    font-size: 1.0625rem;
  }
}

.p-qa__txt + .p-qa__txt {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-qa__txt + .p-qa__txt {
    margin-top: 1.75rem;
  }
}

.p-qa__link {
  color: #3366cc;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3.125rem;
  border: 1px solid #ee819d;
  border-radius: 9999px;
  position: relative;
  font-size: 0.9375rem;
  color: #ee819d;
  transition: 0.3s ease-in-out;
  background: #fff;
}

.c-btn:hover {
  background: #ee819d;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-btn__text {
  color: #ee819d;
  font-size: 0.9375rem;
  transition: 0.3s ease-in-out;
}

.c-btn:hover .c-btn__text {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-btn__arrow {
  position: absolute;
  right: 1.4375rem;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn__arrow svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn__arrow svg path {
  fill: #ee819d;
  transition: 0.3s ease-in-out;
}

.c-btn:hover .c-btn__arrow svg path {
  fill: #fff;
}

.c-main-text {
  color: #000000;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.0625rem;
  }
}

.c-main-text + .c-main-text {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-main-text + .c-main-text {
    margin-top: 2rem;
  }
}

.c-main-text span {
  color: #cc0000;
  font-weight: 700;
}

.c-main-text--black {
  font-weight: 700 !important;
  color: #000000 !important;
}

.c-main-title {
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-main-title {
    font-size: 1.875rem;
  }
}

.c-main-title span {
  color: #ee819d;
}

.c-page-title {
  font-weight: 700;
  color: #000;
  position: relative;
  font-size: 1.25rem;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding-left: 1.1875rem;
    font-size: 1.5625rem;
  }
}

.c-page-title::before {
  position: absolute;
  content: "";
  background: #ee819d;
  width: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-title::before {
    height: 2.5rem;
  }
}

.c-page-title--h4 {
  font-weight: 700;
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-page-title--h4 {
    font-size: 1.375rem;
  }
}

.c-page-title--h4::before {
  position: absolute;
  content: "";
  background: #ee819d;
  width: 9.375rem;
  height: 2px;
  bottom: -1px;
  left: 0;
}

.c-sub-title {
  color: #e77492;
  font-weight: 700;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    padding-left: 1.875rem;
    font-size: 1.25rem;
  }
}

.c-sub-title--white {
  color: #fff;
}

.c-sub-title::before {
  position: absolute;
  content: "";
  background: url(../images/common/sakura.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1rem;
  height: auto;
  aspect-ratio: 20/20;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-sub-title::before {
    width: 1.25rem;
  }
}

.c-sub-title--white::before {
  position: absolute;
  content: "";
  background: url(../images/common/sakura_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 20/20;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.test {
  position: relative;
}
