@media (max-width: 770px) {
  #root {
    padding-top: var(--head-height);
  }
}

.subpage-head {
  margin-bottom: 120px;
}
@media (max-width: 770px) {
  .subpage-head {
    margin-bottom: 40px;
  }
}
.subpage-head .subpage-head-hero {
  padding: 88px 0;
  background: #F7F7F7;
}
.subpage-head .subpage-head-hero-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: var(--Mediaid-primary);
}
@media (max-width: 770px) {
  .subpage-head .subpage-head-hero-title {
    font-size: 20px;
  }
}

.list-row {
  min-height: 90px;
  padding: 16px 24px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  align-items: center;
}
@media (max-width: 770px) {
  .list-row {
    padding: 16px;
  }
}
.list-row-ti {
  width: 240px;
  font-weight: bold;
}
@media (max-width: 770px) {
  .list-row-ti {
    width: 100px;
    min-width: 100px;
  }
}
.list-row-txt {
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 770px) {
  .list-row-txt {
    font-size: var(--typo-xm);
  }
}

.company .heading {
  text-align: center;
}
.company .heading::before {
  margin-bottom: 24px;
}
@media (max-width: 770px) {
  .company .heading::before {
    content: url("../media/common/icon/double_circle.svg");
  }
}
.company .heading2 {
  margin-bottom: 8px;
}
@media (max-width: 770px) {
  .company .heading2::before {
    content: url("../media/common/icon/double_circle.svg");
  }
}
.company .heading2-ti {
  margin-bottom: 40px;
  font-size: 48px;
}
@media (max-width: 770px) {
  .company .heading2-ti {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.company .heading2-lead {
  font-size: 32px;
}
@media (max-width: 770px) {
  .company .heading2-lead {
    font-size: 20px;
  }
}
.company .heading2.no-icon::before {
  content: none;
}
.company .heading2.no-icon .heading2-ti {
  margin-bottom: 8px;
}
.company .heading2-txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.company .values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 770px) {
  .company .values {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company .values .values-item-ti {
  margin: 8px 0;
  font-size: 20px;
  font-weight: bold;
}
.company .values .values-item-dsc {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.company .officers {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}
.company .officers-in {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 40px;
  grid-column: 1/3;
}
@media (max-width: 770px) {
  .company .officers-in {
    flex-direction: column;
  }
}
.company .officers-in-fig {
  width: 400px;
}
@media (max-width: 770px) {
  .company .officers-in-fig {
    width: 100%;
  }
  .company .officers-in-fig img {
    width: 100%;
  }
}
.company .officers-in-bio {
  line-height: 1.8;
  letter-spacing: 4%;
  flex: 1;
}
.company .officers-in-position {
  margin-bottom: 12px;
  font-weight: bold;
}
.company .officers-in-name {
  font-size: 32px;
}
.company .officers-in-name-en {
  margin-bottom: 8px;
  font-weight: bold;
}
.company .officers-in-history {
  margin-bottom: 24px;
  font-size: var(--typo-xs);
  color: #626265;
}
.company .officers-out {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.company .officers-out.n1 {
  grid-column: 1/2;
}
.company .officers-out.n2 {
  grid-column: 2/3;
}
@media (max-width: 770px) {
  .company .officers-out {
    grid-column: 1/3 !important;
  }
}
.company .bp {
  margin-bottom: 40px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #F2F5FA;
}
.company .bp-item:not(:last-child) {
  margin-bottom: 40px;
}
.company .bp-item-ti {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.company .bp-item-list {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 18px;
}
.company .bp-item-list-txt.child {
  margin-left: 1em;
}
.company .historys-row {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 770px) {
  .company .historys-row {
    padding: 16px 0;
    align-items: flex-start;
  }
}
.company .historys-date {
  width: 160px;
  min-width: 160px;
  font-weight: bold;
  font-family: "museo-sans", sans-serif;
}
@media (max-width: 770px) {
  .company .historys-date {
    width: 100px;
    min-width: 100px;
  }
}
.company .historys-txt {
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 770px) {
  .company .historys-txt {
    font-size: 16px;
  }
}
.company [data-btn*=arrow] {
  width: 500px;
  margin: auto;
}
