@charset "UTF-8";
.is-no-link {
  pointer-events: none;
  cursor: default;
}

.c-deco-heading {
  font-family: "yu-mincho-pr6n", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 2.2rem;
  position: relative;
  padding-left: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 812px) {
  .c-deco-heading {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 813px) {
  .c-deco-heading {
    font-size: 3rem;
  }
}
.c-deco-heading .marker {
  color: #746541;
}
.c-deco-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/images/service/icon_heading.svg") center/contain no-repeat;
}

.c-service-heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background-color: #f7f6f4;
  color: #746541;
  padding: 1rem 1.8rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 813px) {
  .c-service-heading {
    font-size: 2.6rem;
  }
}

.c-lined-heading {
  font-size: 1.8rem;
  padding-left: 1.4rem;
  border-left: 4px solid #a89d83;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media print, screen and (min-width: 813px) {
  .c-lined-heading {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 812px) {
  .c-outline-anchors {
    display: none;
  }
}
.c-outline-anchors {
  flex-shrink: 0;
  width: 20%;
  background: transparent;
}
.c-outline-anchors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-outline-anchors li {
  margin-bottom: 2rem;
}
.c-outline-anchors li:last-child {
  margin-bottom: 0;
}
.c-outline-anchors a {
  color: var(--textColor);
  padding-bottom: 0.5rem;
  border-bottom: solid 1px transparent;
  text-decoration: none;
}
.c-outline-anchors a:hover, .c-outline-anchors a.active {
  color: var(--textAccentColor);
  border-bottom-color: var(--textAccentColor);
}

.c-reserve-button {
  margin: 0;
}
.c-reserve-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1.6rem 3rem;
  background-color: #958a72;
  border-radius: 10rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 813px) {
  .c-reserve-button a {
    max-width: 400px;
  }
}
.c-reserve-button a span {
  flex: 1;
  text-align: center;
}
.c-reserve-button a::after {
  content: "";
  display: block;
  width: 0.572rem;
  height: 0.98rem;
  background: url("/images/service/visia/arrow_button.svg") center/contain no-repeat;
  flex-shrink: 0;
}
@media print, screen and (min-width: 813px) {
  .c-reserve-button a:hover {
    background-color: rgb(121.020242915, 111.5789473684, 90.979757085);
  }
}

.c-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6rem;
}
.c-flow-list__item {
  padding: 2rem 2rem 0.5rem;
  background-color: #f7f6f4;
  margin-bottom: 3rem;
  position: relative;
}
@media print, screen and (min-width: 813px) {
  .c-flow-list__item {
    padding: 3rem 4rem;
    margin-bottom: 4rem;
  }
}
.c-flow-list__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/images/common/arrow_down.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 813px) {
  .c-flow-list__item:not(:last-child)::after {
    bottom: -3rem;
  }
}
.c-flow-list__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.c-flow-list__num {
  flex-shrink: 0;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #958a72;
  align-items: center;
  justify-content: center;
}
.c-flow-list__num img {
  width: 2.2rem;
  height: 2.2rem;
}
.c-flow-list__title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 813px) {
  .c-flow-list__title {
    font-size: 2.6rem;
  }
}
.c-flow-list__desc {
  font-size: 1.5rem;
  line-height: 1.8;
}