.About {
  width: 100%;
}
.PageHero__Area {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 980px) {
  .PageHero__Area {
    margin-top: 0;
  }
}
.About-Basis {
  width: 100%;
  display: flex;
  justify-content: center;
}
.About__Info {
  margin-bottom: 120px;
  padding-top: 112px;
}
@media screen and (max-width: 980px) {
  .About__Info {
    margin-bottom: 64px;
    padding-top: 64px;
  }
}
.AboutInfo {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
.AboutInfo-Row {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d1d1d1;
}
@media screen and (max-width: 980px) {
  .AboutInfo-Row {
    grid-template-columns: 128px 1fr;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.AboutInfo-Label {
  color: #131313;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .AboutInfo-Label {
    font-size: 14px;
  }
}
.AboutInfo-Value {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #131313;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .AboutInfo-Value {
    font-size: 14px;
    line-height: 1.75;
  }
}
.About__Content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .About__Content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.About__Content-Tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .About__Content-Tip {
    width: 220px;
  }
}
.About__Content-Tip__Reversed {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  pointer-events: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 980px) {
  .About__Content-Tip__Reversed {
    width: 220px;
  }
}
.About__Content-Layer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f9f9f9;
}
.About__Content-Inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 120px;
  padding-right: 16px;
  padding-bottom: 184px;
  padding-left: 16px;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 980px) {
  .About__Content-Inner {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.About__Access {
  width: 100%;
}
.About__Access-Header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .About__Access-Header {
    margin-bottom: 32px;
    gap: 12px;
  }
}
.About__Access-Label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-primary, #0d366d);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.About__Access-Label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.About__Access-Label::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--color-primary, #0d366d);
}
@media screen and (max-width: 980px) {
  .About__Access-Label {
    font-size: 12px;
  }
  .About__Access-Label::after {
    width: 40px;
  }
}
.About__Access-Title {
  margin-top: 0;
  margin-bottom: 0;
  color: #131313;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .About__Access-Title {
    font-size: 24px;
  }
}
.AboutOfficeList {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 980px) {
  .AboutOfficeList {
    gap: 20px;
  }
}
.AboutOfficeList-Item {
  display: grid;
  grid-template-columns: 1fr 315px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
@media screen and (max-width: 980px) {
  .AboutOfficeList-Item {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.AboutOfficeList-Item__Body {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .AboutOfficeList-Item__Body {
    padding: 0;
  }
}
.AboutOfficeList-Item-Name {
  position: relative;
  width: fit-content;
  padding-bottom: 18px;
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.AboutOfficeList-Item-Name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 9999px;
  width: 100%;
  height: 3px;
  background-color: #c6c6c6;
}
.AboutOfficeList-Item-Name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 9999px;
  width: 54px;
  height: 3px;
  background-color: var(--color-primary);
}
@media screen and (max-width: 980px) {
  .AboutOfficeList-Item-Name {
    font-size: 20px;
  }
}
.AboutOfficeList-Item-Address {
  margin-top: 0;
  margin-bottom: 0;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .AboutOfficeList-Item-Address {
    font-size: 13px;
  }
}
.AboutOfficeList-Item-Image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 170px;
  background-color: #eee;
}
@media screen and (max-width: 980px) {
  .AboutOfficeList-Item-Image {
    min-height: 180px;
  }
}
.AboutOfficeList-Item-Image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AboutOfficeList-Item-Image-Placeholder {
  color: #a1a1a1;
  font-size: 14px;
}
