html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, address, code, em, img, ins,
small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.experts-page-header {
  background-color: #f4f4f4;
  padding: 5.4rem 2rem;
  text-align: center;
}

.experts-page-header-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
}
@media (max-width: 480px) {
  .experts-page-header-title {
    font-size: 2rem;
  }
}

.about-section {
  padding: 2rem 2rem 6rem;
}

.about-panel {
  background-color: #111;
  border-radius: 0.8rem;
  padding: 8.6rem 4rem;
  color: #FFFFFF;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 960px) {
  .about-panel {
    padding: 6rem 2.4rem;
  }
}
@media (max-width: 480px) {
  .about-panel {
    padding: 4.8rem 2.4rem;
    border-radius: 0.4rem;
  }
}

.about-logo {
  margin-bottom: 4.8rem;
  text-align: center;
}
.about-logo img {
  width: 192px;
  height: auto;
  display: inline-block;
}
@media (max-width: 480px) {
  .about-logo {
    margin-bottom: 5.1rem;
  }
  .about-logo img {
    width: 13.2rem;
  }
}

.about-headline {
  margin-bottom: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  .about-headline {
    font-size: 1.8rem;
    text-align: left;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .about-headline {
    margin-bottom: 2.4rem;
  }
}

.about-headline--mobile {
  display: none;
}

@media (max-width: 480px) {
  .about-headline--desktop {
    display: none;
  }
  .about-headline--mobile {
    display: block;
  }
}
.about-feature {
  padding: 2.4rem 4rem 6rem;
  background-color: #FFFFFF;
  color: #111111;
}
@media (max-width: 960px) {
  .about-feature {
    padding: 6rem 2.4rem 4rem;
  }
}
@media (max-width: 480px) {
  .about-feature {
    padding: 4rem 1.6rem 3.2rem;
  }
}

.about-feature-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.about-feature-heading {
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 480px) {
  .about-feature-heading {
    margin-bottom: 3.2rem;
  }
}

.about-feature-title {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #111111;
}
@media (max-width: 480px) {
  .about-feature-title {
    font-size: 3.2rem;
  }
}

.about-feature-subtitle {
  display: block;
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #111111;
}

.about-feature-list {
  display: flex;
  flex-direction: column;
}

.about-feature-item {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  align-items: center;
  gap: 0 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #111111;
}
@media (max-width: 480px) {
  .about-feature-item {
    grid-template-columns: 3.2rem 1fr;
    gap: 0 1.6rem;
    padding: 1.6rem 0;
  }
}

.about-feature-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: #111111;
}
@media (max-width: 480px) {
  .about-feature-num {
    font-size: 2.8rem;
  }
}

.about-feature-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #111111;
}
@media (max-width: 480px) {
  .about-feature-text {
    font-size: 1.5rem;
  }
}

.about-output {
  padding: 6rem 0 8rem;
  background-color: #FFFFFF;
}
@media (max-width: 960px) {
  .about-output {
    padding: 4rem 0 6rem;
  }
}
@media (max-width: 480px) {
  .about-output {
    padding: 3.2rem 0 4rem;
  }
}
.about-output .inner {
  max-width: 136rem;
}
.about-output .c-output-card {
  background-color: #f0f0f0;
}
.about-output .c-section-label {
  font-size: 2rem;
}

.about-schedule-section {
  padding: 0 0 6.8rem;
}

.about-body {
  max-width: 72rem;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
}
.about-body p {
  margin-bottom: 1.6rem;
}
.about-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .about-body {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .about-body {
    font-size: 1.3rem;
    line-height: 2;
  }
}