:root {
  --primary: #8e8d5c;
  --secondary: #3c5064;
  --tertiary: #bdbda9;
  --black: #282828;
  --grayBg: #e9ebeb;
  --headline: #a9a995;
}

i {
  display: inline-block;
}

i,
em {
  font-style: normal;
}

.p-bg {
  background-image: url(../../../../../items/img/mansion/acg/stone_bg.png);
  background-size: cover;
}

.u-sec {
  padding: 10rem 0;
}
@media (max-width: 520px) {
  .u-sec {
    padding: 5rem 0;
  }
}
.u-sec__half {
  padding: 6rem 0;
}
@media (max-width: 520px) {
  .u-sec__half {
    padding: 4rem 0;
  }
}

.c-sec__ttl {
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 520px) {
  .c-sec__ttl {
    font-size: 2.2rem;
  }
}
.c-sec__ttl__line {
  width: 10rem;
  height: 1px;
  background: #a2a28e;
  margin-inline: auto;
  font-style: normal;
  margin-top: 0.5em;
}
.c-sec__ttl small {
  font-size: 0.6em;
}

.c-sec__lead {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 520px) {
  .c-sec__lead {
    font-size: 1.6rem;
  }
}

.c-scgNav {
  background: #d7d3cb;
  padding: 5rem 0;
}
.c-scgNav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 520px) {
  .c-scgNav__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.c-scgNav__list__item {
  width: 100%;
  border-radius: 30rem;
  background: #fff;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
  gap: 1.5rem;
  transition: 0.3s;
}
.c-scgNav__list__item:hover {
  background: var(--primary);
}
.c-scgNav__list__item:hover .c-scgNav__list__txt {
  color: #fff;
}
.c-scgNav__list__item:hover .c-scgNav__list__arr::before, .c-scgNav__list__item:hover .c-scgNav__list__arr::after {
  background-color: #fff;
}
.c-scgNav__list__icon {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  border: solid 2px #fff;
}
.c-scgNav__list__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-scgNav__list__txt {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--black);
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.c-scgNav__list__arr {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transition: 3s;
}
.c-scgNav__list__arr::before, .c-scgNav__list__arr::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 1.69rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: fill 0.3s ease;
}
.c-scgNav__list__arr::before {
  transform: rotate(46.25deg);
}
.c-scgNav__list__arr::after {
  transform: rotate(-46.25deg);
}

.c-cap {
  padding-block: 5rem;
  font-size: 1.3rem;
}
@media (max-width: 520px) {
  .c-cap {
    padding-block: 2.5rem;
    font-size: 1.2rem;
  }
}

.c-mv {
  height: 58rem;
  width: 100%;
  position: relative;
}
@media (max-width: 520px) {
  .c-mv {
    height: 25rem;
  }
}
.c-mv__img {
  width: 78vw;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 5rem;
  overflow: hidden;
}
.c-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mv__bg {
  width: 78vw;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 5rem 0;
  overflow: hidden;
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mv__txt {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  font-size: 4.5rem;
  margin-left: 10vw;
  color: var(--primary);
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .c-mv__txt {
    font-size: 2.2rem;
  }
}
.c-mv__txt h2 {
  font-weight: 500;
}

#service-after .p-after__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 520px) {
  #service-after .p-after__ttl {
    font-size: 2.7rem;
  }
}
#service-after .p-after__ttl small {
  font-size: 0.8em;
  margin-bottom: 0.4em;
  display: inline-block;
  line-height: 1.5;
}
#service-after .p-after__line {
  width: 100%;
  height: 1px;
  background: var(--primary);
  margin-block: 0.5rem;
}
@media (max-width: 520px) {
  #service-after .p-after__line {
    margin-block: 0.8rem;
  }
}
#service-after .p-service__cont {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 33.3% 66.6%;
  gap: 2.5rem;
}
@media (max-width: 520px) {
  #service-after .p-service__cont {
    margin-top: 5rem;
    grid-template-columns: 1fr;
  }
}
#service-after .p-support__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 520px) {
  #service-after .p-support__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
    gap: 1rem;
  }
}
#service-after .p-support__list__item {
  position: relative;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 4rem 2rem 2rem;
  border-radius: 1.5rem;
}
@media (max-width: 520px) {
  #service-after .p-support__list__item {
    padding: 2rem;
    grid-template-columns: 33.3% 66.6%;
    grid-template-rows: min-content 1fr;
    gap: 0 1rem;
  }
}
#service-after .p-support__list__number {
  top: 0;
  left: 0;
  position: absolute;
  background: var(--secondary);
  color: #fff;
  font-size: 2.4rem;
  padding: 0.65em 0.5em 0.5em;
  line-height: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 520px) {
  #service-after .p-support__list__number {
    font-size: 1.6rem;
  }
}
#service-after .p-support__list__icon {
  width: 14rem;
  height: auto;
  margin-inline: auto;
  grid-area: 1/1/3/2;
}
@media (max-width: 520px) {
  #service-after .p-support__list__icon {
    width: 100%;
  }
}
#service-after .p-support__list__ttl {
  font-size: 2.2rem;
  text-align: center;
  color: var(--primary);
  line-height: 1.5;
}
@media (max-width: 520px) {
  #service-after .p-support__list__ttl {
    text-align: left;
    font-size: 2rem;
  }
}
#service-after .p-support__list__txt {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  #service-after .p-support__list__txt {
    font-size: 1.4rem;
  }
}
#service-after .p-schedule {
  margin-top: 5rem;
}
@media (max-width: 520px) {
  #service-after .p-schedule {
    margin-top: 2.5rem;
  }
}
#service-after .p-schedule__inner {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#service-after .p-schedule__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#service-after .p-schedule__ttl__dot {
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
  position: relative;
  z-index: 0;
  vertical-align: sub;
  margin-right: 0.3em;
}
#service-after .p-schedule__ttl__dot::after {
  border: red solid 1px;
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: #fff solid 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#service-after .p-schedule__icon {
  width: 12rem;
  height: auto;
  margin-inline: auto;
}
#service-after .p-schedule__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 90%;
  margin-inline: auto;
  margin-top: 3rem;
}
@media (max-width: 520px) {
  #service-after .p-schedule__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#service-after .p-schedule__list__item {
  padding: 0 3rem;
  border-right: solid 1px var(--primary);
}
#service-after .p-schedule__list__item:nth-of-type(1) {
  padding-left: 0;
}
#service-after .p-schedule__list__item:nth-of-type(3) {
  padding-right: 0;
  border: none;
}
@media (max-width: 520px) {
  #service-after .p-schedule__list__item {
    padding: 1rem 0;
    border-right: none;
    border-bottom: solid 1px var(--primary);
  }
  #service-after .p-schedule__list__item:nth-of-type(1) {
    padding-top: 0;
  }
  #service-after .p-schedule__list__item:nth-of-type(3) {
    padding-bottom: 0;
  }
}
#service-after .p-schedule__list__txt {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  #service-after .p-schedule__list__txt {
    font-size: 1.3rem;
  }
}
#service-after .p-schedule__list__txt em {
  font-size: 1.25em;
}
#service-after .p-schedule__list__ttl {
  font-size: 2.4rem;
  color: var(--primary);
}
@media (max-width: 520px) {
  #service-after .p-schedule__list__ttl {
    font-size: 2rem;
  }
}
#service-after .p-schedule__cap {
  width: 90%;
  margin-inline: auto;
  text-align: right;
  margin-top: 2rem;
  font-size: 1.3rem;
}
@media (max-width: 520px) {
  #service-after .p-schedule__cap {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */