/* ---------------------------
    共通パーツ
----------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.head .section__inner {
  padding: 90px 40px 0;
}

@media screen and (max-width: 750px) {
  .head .section__inner {
    padding: 6rem 3.1rem 0;
  }
}

/* ---------------------------
    メインコンテンツ
----------------------------- */
.about {
  padding: 60px 40px 90px;
}

.about__block {
  display: flex;
  align-items: baseline;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--color-light-blue);
  gap: 35px;
}

.about__block-title {
  width: 33%;
  font-size: 16px;
  font-weight: 600;
}

.about__block-contents {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.about__list {
  padding-left: 20px;
  list-style: decimal;
}

.about__list-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.about__list-text {
  display: block;
  font-weight: 400;
}

.about__block__link {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  transition: 0.5s ease;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-light-blue);
}

.about__block__link span {
  width: fit-content;
}


.about__block__link:hover {
  opacity: 0.5;
}

.about__address {
  margin: 15px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about__address--02 {
  margin-bottom: 16px;
}

.about__address dl {
  display: flex;
  gap: 20px;
}

.about__address dt {
  width: fit-content;
  font-weight: 400;
}

.about__address dd {
  flex: 1;
}

@media screen and (max-width: 750px) {
  .about {
    padding: 3.2rem 3.1rem 9rem;
  }

  .about__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .about__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    border: none;
  }

  .about__block-title {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid var(--color-light-blue);
  }

  .about__block-contents {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }

  .about__list {
    padding-left: 20px;
    list-style: decimal;
  }

  .about__list-item {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }

  .about__block__link {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border: none;
    padding-bottom: 0;
  }

  .about__block__link span {
    width: auto;
    flex: 1;
  }

  .about__block__link svg {
    width: 1.6rem;
    height: 2rem;
  }

  .about__address {
    margin: 0 0 1.5rem;
    padding: 1.2rem 0 2rem;
    border-bottom: var(--color-light-blue) solid 1px;
  }

  .about__address--02 {
    margin: 0;
    padding-bottom: 0;
    border: none;
  }
}

/* アクセス */
.access {
  background: #F6F7FF;
}

.access .page__title {
  border-color: #7C77D1;
}

.access__inner {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.access__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  padding-bottom: 10px;
  border-bottom: 1px solid #7C77D1;
}

.access__map {
  margin: 30px auto 0;
  max-width: 420px;
  aspect-ratio: 42 / 29;
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__contents {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.7px;
  padding-left: 22px;
}

.access__contents-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.access__contents-title::before {
  position: absolute;
  top: 0.4em;
  left: -22px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #7C77D1;
}

.access__contents-tel {
  margin: 15px 0;
}

.access__contents-tel dl {
  display: flex;
  gap: 20px;
}

.access__contents-tel dt {
  width: fit-content;
  font-weight: 400;
}

.access__contents-tel dd {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .access .section__inner {
    padding: 6rem 3rem 9rem;
  }
  .access__inner {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  .access__title {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .access__map {
    max-width: 100%;
    margin: 3rem 3rem 0;
  }
  .access__contents {
    margin-top: 3.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 2.2rem;
  }
  .access__contents address{
    line-height: 2.4;
  }
  .access__contents-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .access__contents-title::before {
    top: 0.5em;
    left: -2.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  

  .access__contents-tel{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .access__contents-tel dl {
    gap: 2rem;
  }
}