.section__header {
  position: relative;
  line-height: 1;
  padding-top: 4rem;
}
.section__header::before {
  content: "";
  width: 5rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--clr-main);
}
.section__header .en {
  font-size: 4.8rem;
  font-weight: 700;
}
.section__header .ja {
  font-weight: 700;
  margin-top: 1.5rem;
}
.section__header.center {
  text-align: center;
}
.section__header.center::before {
  left: calc(50% - 2.5rem);
}

.main .service {
  padding-top: 8rem;
}
@media (990px <= width) {
  .main .service {
    padding-top: 16rem;
  }
}

.service__lead {
  padding: 0 1.5rem;
}
@media (990px <= width) {
  .service__lead {
    padding: 0;
    display: grid;
    grid-template-columns: 6fr 8fr;
  }
}
.service__text {
  margin-top: 4rem;
}
@media (990px <= width) {
  .service__text {
    margin-top: 0;
  }
}
.service__lists {
  margin-top: 3rem;
  background: #eee;
  position: relative;
  padding: 0 1.5rem;
  padding-bottom: 6rem;
  display: grid;
  gap: 2.5rem;
}
.service__lists::before {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (990px <= width) {
  .service__lists::before {
    content: none;
  }
}
@media (990px <= width) {
  .service__lists {
    margin-top: 12rem;
    padding: 12rem 0;
  }
}
.service__img {
  position: relative;
  margin-bottom: 2.5rem;
}
.service__img img {
  border-radius: 1rem;
}
@media (990px <= width) {
  .service__img {
    position: absolute;
    left: 0;
    top: -12.3rem;
    width: 36.458%;
  }
  .service__img img {
    border-radius: 0 2rem 2rem 0;
  }
}
@media (990px <= width) {
  .service__items {
    margin-left: calc(50% - 10rem);
    margin-right: max(50% - 70rem, 5rem);
  }
}
.service__items .inner {
  display: grid;
  gap: 2.5rem;
}
@media (765px <= width) {
  .service__items .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (990px <= width) {
  .service__items .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 4rem;
  }
}
.service__items .specialoffer {
  display: block;
  margin-top: 4rem;
}
@media (990px <= width) {
  .service__items .specialoffer {
    margin-top: 8rem;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) and (width >= 900px) {
  .service__items .specialoffer {
    transition: all var(--speed) ease-in-out;
  }
  .service__items .specialoffer:hover {
    opacity: 0.5;
  }
}
.service__item {
  position: relative;
  display: grid;
  grid-template-columns: 120fr 260fr;
  align-items: center;
  gap: 2rem;
}
.service__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.service__item .num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.service__item .title {
  font-size: 2rem;
  font-weight: 700;
}
.outline__inner {
  padding: 8rem 1.5rem 0;
}
@media (990px <= width) {
  .outline__inner {
    padding: 16rem 0 0;
  }
}
.outline__imgs {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}
@media (765px <= width) {
  .outline__imgs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (990px <= width) {
  .outline__imgs {
    margin-top: 8rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.outline__imgs figure {
  position: relative;
}
.outline__imgs figure img {
  border-radius: 1rem;
}
.outline__imgs figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 2rem 0 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (990px <= width) {
  .outline__imgs figure figcaption {
    font-size: 1.8rem;
  }
}
.outline__table {
  margin-top: 6rem;
}
@media (990px <= width) {
  .outline__table {
    margin-top: 12rem;
  }
}
.outline__table dl {
  display: grid;
  grid-template-columns: 25% 75%;
}
.outline__table dt {
  font-weight: 700;
  padding: 1.5rem 0 0;
}
@media (990px <= width) {
  .outline__table dt {
    padding: 2.5rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .outline__table dt::after {
    content: "";
    width: 83.34%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
.outline__table dd {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0 1.5rem;
  position: relative;
}
@media (990px <= width) {
  .outline__table dd {
    padding: 2.5rem 0;
  }
}
.outline__table dd::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (990px <= width) {
  .outline__table dd::after {
    display: none;
  }
}
.outline h3.subhead {
  font-size: 2.6rem;
  line-height: 1.5;
}
.outline__access, .outline__parking {
  margin-top: 6rem;
}
@media (990px <= width) {
  .outline__access, .outline__parking {
    margin-top: 12rem;
  }
}
.outline__access .map, .outline__parking .map {
  margin-top: 2rem;
  aspect-ratio: 1;
  border-radius: 2rem;
  overflow: hidden;
}
@media (765px <= width) {
  .outline__access .map, .outline__parking .map {
    aspect-ratio: auto;
    height: 60rem;
  }
}
@media (990px <= width) {
  .outline__access .map, .outline__parking .map {
    margin-top: 3rem;
  }
}
.outline__access .map iframe, .outline__parking .map iframe {
  width: 100%;
  height: 100%;
}
.outline__parking .images {
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
}
@media (765px <= width) {
  .outline__parking .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (990px <= width) {
  .outline__parking .images {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6rem;
  }
}
.outline__parking .images figure {
  counter-increment: section;
}
.outline__parking .images figure img {
  border-radius: 1rem;
}
@media (990px <= width) {
  .outline__parking .images figure img {
    border-radius: 2rem;
  }
}
.outline__parking .images figure figcaption {
  display: grid;
  grid-template-columns: 7rem auto;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  margin-top: -0.3em;
}
@media (990px <= width) {
  .outline__parking .images figure figcaption {
    margin-top: 0;
    padding: 1rem;
    gap: 2.5rem;
    text-align: center;
    display: block;
    position: relative;
  }
}
.outline__parking .images figure figcaption div {
  display: grid;
  place-content: center;
  background: var(--clr-main);
  border-radius: 100rem;
  aspect-ratio: 1;
}
@media (990px <= width) {
  .outline__parking .images figure figcaption div {
    width: 7rem;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
  }
}
.outline__parking .images figure figcaption div span {
  line-height: 1;
}
.outline__parking .images figure figcaption div span:nth-child(1) {
  font-size: 1.1rem;
}
.outline__parking .images figure figcaption div span:nth-child(2) {
  font-size: 3rem;
}
.outline__parking .images figure figcaption > span {
  font-size: 1.4rem;
  left: 1px;
  line-height: 1.5;
}
@media (990px <= width) {
  .outline__parking .images figure figcaption > span {
    font-size: 1.6rem;
  }
}
.outline__parking .coution {
  margin-top: 4rem;
  background-color: #eee;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 2rem;
}
@media (990px <= width) {
  .outline__parking .coution {
    text-align: center;
    line-height: 1;
    padding: 2.1rem;
  }
}