@charset "UTF-8";

main {
  position: relative;
  display: block;
  unicode-bidi: isolate;
  margin: 0 10%;
  z-index: -1;
}

main h1 {
  font-size: clamp(40px, 0.61vw + 38.1px, 48px);
  line-height: 1.2;
  color: var(--accent-color);
  margin-top: clamp(60px, 6.72vw + 38.5px, 148px);
  margin-bottom: clamp(60px, 6.72vw + 38.5px, 148px);
}

h1 span {
  display: block;
  font-size: clamp(15px, 0.23vw + 14.3px, 18px);
  line-height: 1.4;
  /*position: relative;*/
  font-weight: 700;
  margin: 0 0 0.8rem 0;
}

.l-container-secomdary.flex,
.l-container-tertiary.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
  padding: 0;
  padding-bottom: clamp(80px, 4.05vw + 67px, 133px);
}

.l-container-secomdary.flex .L,
.l-container-tertiary.flex .L {
  width: 100%;
}

.l-container-secomdary.flex .L h2,
.l-container-tertiary.flex .L h2 {
  font-size: clamp(20px, 0.31vw + 18.9px, 24px);
  font-weight: 700;
  color: var(--accent-color);
}

.l-container-secomdary.flex .R,
.l-container-tertiary.flex .R {
  width: 100%;
}

.distance {
  position: relative;
}

.about-title {
  margin-bottom: clamp(16px, 0.61vw + 14.1px, 24px);
  color: var(--accent-color);
  font-weight: 700;
}

.about-title + p {
  font-weight: 700;
  font-size: clamp(15px, 0.38vw + 13.8px, 20px);
}

.distance + .distance {
  margin-top: clamp(80px, 2.44vw + 72.2px, 112px);
}

article ul li {
  font-weight: 700;
  font-size: clamp(15px, 0.38vw + 13.8px, 20px);
}

.about-profile {
  margin-top: 54px;
}

.about-profile h3 {
  font-size: clamp(15px, 0.23vw + 14.3px, 18px);
  font-weight: 700;
  margin-bottom: clamp(16px, 0.31vw + 14.9px, 20px);
}

.about-profile h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.about-profile p {
  font-size: 14px;
  line-height: 1.7;
}

.distance + .distance.middle {
  margin-top: clamp(80px, 7.18vw + 57px, 174px);
}

.l-container-tertiary {
  width: 86vw;
  margin: 0 auto;
}

.about-table {
  border-top: 1px solid #c0cedb;
}

.about-table div {
  border-bottom: 1px solid #c0cedb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0;
  padding: 1.4rem 0;
}

.about-table div dt {
  font-size: clamp(15px, 0.23vw + 14.3px, 18px);
  font-weight: 700;
  width: 100%;
}

.about-table div dd {
  width: 100%;
  line-height: 2;
}

.list-dot li {
  line-height: 1.6;
  position: relative;
  list-style-type: none;
  padding-left: 2.4rem;
}

.list-dot li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 6px;
  top: 0.6rem;
}

.list-dot li + li {
  margin-top: 0.6rem;
}

@media screen and (min-width: 1080px) {
  .l-container-secomdary.flex .L {
    width: 20%;
  }

  .l-container-secomdary.flex .R {
    width: 71.2%;
  }
}

@media screen and (min-width: 960px) {
  .l-container-secomdary {
    padding-left: 23%;
  }

  .about-profile {
    margin-top: 36px;
  }

  .l-container-tertiary {
    max-width: 100%;
    padding: 0 48px;
    width: 77.4%;
  }

  .l-container-tertiary.flex .L {
    width: 22%;
  }

  .l-container-tertiary.flex .R {
    width: 69%;
  }

  .about-table div {
    padding: 1.8rem 0;
  }

  .about-table div dt {
    width: 25%;
  }

  .about-table div dd {
    width: 66%;
  }
}
