@charset "UTF-8";
/*----------------------------------
  mv
----------------------------------*/
.mv {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  width: 90.264%;
}

.mv-img {
  width: 65.369%;
}

.mv-cap__wrap {
  max-width: 336px;
  min-width: 205px;
  width: 27.251%;
}

.mv-cap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100%;
}

.mv-cap__title {
  font-size: 32px;
  font-size: clamp(24px, 2.34vw, 32px);
  font-weight: var(--bold);
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv-cap__title__02 {
  display: block;
  margin-right: 0.78125em;
}

.mv-cap__text {
  font-size: clamp(12px, 1.17vw, 16px);
  font-weight: var(--medium);
  margin-top: auto;
  letter-spacing: 0.38em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv-cap__text span {
  background-image: repeating-linear-gradient(180deg, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-position: right center;
  background-repeat: repeat-y;
  background-size: 2px 100%;
  display: block;
  margin-right: 1.25em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0.375em;
}

/*----------------------------------
  service
----------------------------------*/
.service-wrap {
  position: relative;
}

.service {
  margin-top: 120px;
}

.service .section-title {
  text-align: center;
}

.service-desc__text.section-text {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 75.909%;
}

.service-items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.service-item {
  width: 22.1818%;
}

.service-img {
  border-radius: 15px;
}

.service-cap {
  margin-top: 20px;
}

.service-item__title {
  border: 1px solid var(--color04);
  border-radius: 16px;
  font-weight: var(--bold);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

.service-cap .section-text {
  margin-top: 15px;
}

/*----------------------------------
  schedule
----------------------------------*/
.schedule {
  margin-top: 120px;
}

.schedule .section-title {
  text-align: center;
}

.schedule .section-text {
  text-align: center;
  margin-top: 20px;
}

.schedule-flow {
  display: flex;
  justify-content: space-between;
}

.schedule-flow__item {
  margin-top: 42px;
  position: relative;
  padding-top: 31px;
  width: 18.836%;
}

.schedule-flow__item::before {
  background-color: var(--color04);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 15px;
  width: 15px;
}

.schedule-flow__arrow {
  border-radius: 9999px;
  background-color: rgba(145, 181, 204, 0.5);
  display: inline-block;
  position: absolute;
  height: 1px;
  margin: 5.5px 0;
  top: 0;
  left: 56%;
  width: 100%;
  z-index: -1;
}

.schedule-flow__arrow::before,
.schedule-flow__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8.4px;
  height: 1px;
  border-radius: 9999px;
  background-color: rgba(145, 181, 204, 0.5);
  transform-origin: calc(100% - 0.5px) 50%;
}

.schedule-flow__arrow::before {
  transform: rotate(47.75deg);
}

.schedule-flow__arrow::after {
  transform: rotate(-47.75deg);
}

.schedule-flow__time {
  font-family: var(--font2);
  font-size: 14px;
  font-weight: var(--medium);
  text-align: center;
}

.schedule-flow__detail {
  aspect-ratio: 1/1;
  align-items: center;
  background-color: var(--color02);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.schedule-flow__text {
  font-weight: var(--bold);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 26px;
}

.schedule-flow__item:nth-of-type(2) .schedule-flow__text {
  margin-bottom: 15px;
}

.schedule-flow__icon {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

/*----------------------------------
  about
----------------------------------*/
.about {
  margin-top: 152px;
  margin-bottom: 160px;
}

.about-info {
  position: relative;
  padding-bottom: 60px;
}

.about-info::before,
.about-info::after {
  background-color: var(--color02);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64.628%;
  width: 100%;
  z-index: -1;
}

.about-info::before {
  border-radius: 0 100px 100px 0;
  left: 0;
}

.about-info::after {
  transform: translateX(-100%);
}

.about-info__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  width: 95.818%;
}

.about-info__img {
  flex-grow: 1;
  margin-bottom: 118px;
  margin-right: 18.216%;
}

.about-info__img img {
  border-radius: 15px;
}

.about-info__cap {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: space-between;
  padding-bottom: 190px;
  width: 220px;
}

.about-info__title {
  font-feature-settings: initial;
  font-size: 24px;
  font-weight: var(--bold);
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about-info__subtitle {
  font-feature-settings: initial;
  font-size: 18px;
  font-weight: var(--bold);
  line-height: 1.2;
  letter-spacing: 0.18em;
  margin-top: 1em;
  margin-right: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about-info__subtitle span {
  background-image: repeating-linear-gradient(180deg, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-position: right center;
  background-repeat: repeat-y;
  background-size: 2px 100%;
  display: block;
  margin-right: 1.25em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0.375em;
}

.about-info__items {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-info__text {
  font-weight: var(--bold);
  line-height: 2;
}

.about-info__access__title {
  font-weight: var(--bold);
  line-height: 2;
  margin-top: 35px;
}

.about-info__access__title .text-color {
  font-family: var(--font2);
  font-weight: var(--regular);
  font-size: 14px;
  margin-left: 0.857em;
}

.about-info__access__text {
  font-weight: var(--medium);
  margin-top: 8px;
}

/*----------------------------------
  Media Query
----------------------------------*/
/* sp */
@media not all and (min-width: 768px) {
  /* mv */
  .mv {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 14px;
    width: 93.333%;
  }

  .mv-img {
    margin-top: -40px;
    width: 100%;
    z-index: 0;
  }

  .mv-cap__wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    width: 84.571%;
    z-index: 1;
  }

  .mv-cap {
    width: 296px;
  }

  .mv-cap__title {
    font-size: 24px;
  }

  .mv-cap__title__02 {
    margin-right: 0.83em;
  }

  .mv-cap__text {
    font-size: 14px;
  }

  .mv-cap__text span {
    margin-right: 1.07em;
    padding-right: 0.428em;
  }

  /* service */
  .service {
    margin-top: 60px;
  }

  .service-desc__text.section-text {
    margin-top: 35px;
    width: 100%;
  }

  .service-items {
    display: block;
    margin-top: 25px;
  }

  .service-item {
    width: 100%;
  }

  .service-item:not(:first-child) {
    margin-top: 35px;
  }

  .service-cap {
    margin-top: 15px;
  }

  .service-item__title {
    border-radius: 17px;
    font-size: 16px;
  }

  .service-cap .section-text {
    margin-top: 16px;
  }

  /* schedule */
  .schedule {
    margin-top: 80px;
  }

  .schedule .section-text {
    margin-top: 25px;
    text-align: left;
  }

  .schedule-flow {
    display: block;
    margin-left: auto;
  }

  .schedule-flow__item {
    margin-top: 27px;
    padding-top: 0;
    padding-left: 30px;
    width: 100%;
  }

  .schedule-flow__item::before {
    left: 0;
  }

  .schedule-flow__arrow {
    height: 100%;
    top: 0;
    left: 7px;
    width: 1px;
    z-index: -1;
  }

  .schedule-flow__arrow::before,
  .schedule-flow__arrow::after {
    top: auto;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10.4px;
    transform-origin: 50% calc(100% - 0.5px);
  }

  .schedule-flow__arrow::before {
    transform: rotate(45deg);
  }

  .schedule-flow__arrow::after {
    transform: rotate(-45deg);
  }

  .schedule-flow__time {
    text-align: left;
  }

  .schedule-flow__detail__wrap {
    background-color: var(--color02);
    border-radius: 15px;
    width: 295px;
  }

  .schedule-flow__detail {
    aspect-ratio: auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6px;
    padding-top: 17px;
    padding-left: 20px;
    padding-bottom: 17px;
    max-width: 255px;
  }

  .schedule-flow__text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }

  .schedule-flow__item:nth-of-type(2) .schedule-flow__text {
    margin-bottom: 0;
  }

  .schedule-flow__icon {
    margin-left: 0;
    margin-right: 0;
    width: 24.8%;
  }

  /* about */
  .about {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .about-info::before {
    border-radius: 0;
    height: 84.41%;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
  }

  .about-info::after {
    display: none;
  }

  .about-info__inner {
    display: block;
    width: 100%;
  }

  .about-info__img {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .about-info__cap {
    justify-content: flex-start;
    padding-bottom: 0;
    width: auto;
  }

  .about-info__title {
    font-size: 20px;
  }

  .about-info__subtitle {
    font-size: 16px;
    margin-right: 1.25em;
  }

  .about-info__items {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .about-info__text {
    margin-top: 25px;
  }

  .about-info__access__title {
    margin-top: 40px;
  }
}
