.ts-instructor-page {
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  color: #1e1e1e;
}

.ts-instructor-page .ts-container {
  width: min(calc(100% - 24px), 1120px);
  margin-inline: auto;
}

.ts-instructor-page * {
  box-sizing: border-box;
}

.ts-instructor-page p,
.ts-instructor-page h1,
.ts-instructor-page h2,
.ts-instructor-page h3,
.ts-instructor-page h4,
.ts-instructor-page ul,
.ts-instructor-page figure {
  margin: 0;
}

.ts-instructor-page ul {
  list-style: none;
  padding: 0;
}

.ts-instructor-hero__media {
  width: 100%;
}

.ts-instructor-hero__media img {
  width: 100%;
  display: block;
}

.ts-instructor-intro {
  padding: 110px 0 74px;
}

.ts-instructor-intro__inner {
  display: grid;
  gap: 30px;
}

.ts-instructor-intro__title {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.ts-instructor-intro__grid {
  display: grid;
  gap: 20px;
  align-items: start;
  margin-top: 8px;
}

.ts-instructor-intro__image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.ts-instructor-intro__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.ts-instructor-intro__body {
  display: grid;
  gap: 12px;
}

.ts-instructor-intro__heading {
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.ts-instructor-intro__body p {
  font-family: var(--font-mincho);
  font-size: clamp(14px, 2.3vw, 18px);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.015em;
}

.ts-instructor-profile {
  background: #ededed url("../img/coach-access/coach-profile-bg.png") center top /
    110% 100% no-repeat;
  padding: 70px 0 84px;
}

.ts-instructor-profile__inner {
  display: grid;
  gap: 28px;
}

.ts-instructor-profile__title {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.ts-instructor-profile__grid {
  display: grid;
  gap: 28px;
}

.ts-instructor-profile__aside {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.ts-instructor-profile__avatar {
  position: relative;
  width: min(260px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #bcbcbc;
}

.ts-instructor-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ts-instructor-profile__identity {
  width: min(360px, 100%);
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.ts-instructor-profile__identity-row {
  margin: 0;
  display: grid;
  grid-template-columns: 6.5em 1fr;
  gap: 8px;
  align-items: baseline;
}

.ts-instructor-profile__identity-label {
  color: #505050;
  font-family: var(--font-kaku);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.ts-instructor-profile__identity-value {
  color: #1e1e1e;
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.ts-instructor-profile__identity-value ruby {
  ruby-position: over;
}

.ts-instructor-profile__identity-value rt {
  color: #666666;
  font-family: var(--font-kaku);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.ts-instructor-profile__button {
  width: min(360px, 100%);
  min-height: 52px;
  border-radius: 6px;
  background: #1e86cc;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  font-family: var(--font-mincho);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 300;
  letter-spacing: 0.02em;
}

.ts-instructor-profile__button:hover,
.ts-instructor-profile__button:focus-visible {
  color: #ffffff;
  background: #156da9;
}

.ts-instructor-profile__button-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  color: #1e86cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.ts-instructor-profile__body {
  display: grid;
  gap: 14px;
}

.ts-instructor-profile__heading {
  font-family: var(--font-mincho);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.ts-instructor-profile__heading-main {
  display: inline;
}

.ts-instructor-profile__heading-break-sp {
  display: inline;
}

.ts-instructor-profile__body p {
  font-family: var(--font-mincho);
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 300;
  line-height: 1.92;
  letter-spacing: 0.015em;
}

.ts-instructor-profile__history {
  margin-top: 6px;
  border: 1px solid #3db4df;
  border-right-width: 6px;
  border-bottom-width: 6px;
  background: rgba(255, 255, 255, 0.68);
  padding: 12px 14px;
  display: grid;
  gap: 8px;
}

.ts-instructor-profile__history h4 {
  font-family: var(--font-kaku);
  font-size: clamp(14px, 2.1vw, 18px);
  font-weight: 400;
  color: #2f6ea5;
  letter-spacing: 0.02em;
}

.ts-instructor-profile__history ul {
  display: grid;
  gap: 4px;
}

.ts-instructor-profile__history li {
  position: relative;
  padding-left: 1em;
  font-family: var(--font-kaku);
  font-size: clamp(13px, 1.9vw, 16px);
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: 0.01em;
}

.ts-instructor-profile__history li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.ts-instructor-access {
  background: #ffffff;
  padding: 72px 0 88px;
}

.ts-instructor-access__inner {
  display: grid;
  gap: 28px;
}

.ts-instructor-access__title {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.02em;
  scroll-margin-top: calc(var(--header-offset) + 40px);
}

.ts-instructor-access__grid {
  display: grid;
  gap: 16px;
  align-items: start;
}

.ts-instructor-access__brand {
  display: grid;
  justify-items: start;
}

.ts-instructor-access__brand > img {
  width: 180px;
  height: auto;
}

.ts-instructor-access__brand p {
  font-family: var(--font-mincho);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.ts-instructor-access__brand .ts-instructor-access__address {
  margin-top: 25px;
  white-space: nowrap;
}

.ts-instructor-access__brand .ts-instructor-access__phone {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}

.ts-instructor-access__phone span {
  font-size: 17px;
  font-weight: 300;
}

.ts-instructor-access__phone-icon {
  width: 11.4px;
  height: auto;
  flex: 0 0 auto;
  transform: translateY(1px);
}

.ts-instructor-access__detail {
  display: grid;
  gap: 10px;
}

.ts-instructor-access__table {
  display: grid;
  border-top: 1px solid #9f9f9f;
}

.ts-instructor-access__row {
  display: grid;
  gap: 6px;
  padding: 10px 2px;
  border-bottom: 1px solid #c4c4c4;
}

.ts-instructor-access__row span:first-child {
  font-family: var(--font-mincho);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.ts-instructor-access__row span:last-child {
  font-family: var(--font-mincho);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.ts-instructor-access__note {
  font-family: var(--font-kaku);
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #3d3d3d;
}

.ts-instructor-access__map-wrap {
  margin-top: 20px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  overflow: hidden;
}

.ts-instructor-access__map {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}
