@charset "UTF-8";
.indie053 {
  position: relative;
  background-size: cover;
}
.indie053__content {
  margin-top: 1.45rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .indie053__content {
    padding-bottom: 0;
  }
}
.indie053__top {
  position: relative;
}
.indie053__top::before {
  content: "";
  display: block;
  position: relative;
  width: 1.85rem;
  height: 2px;
  margin: 0 auto 4.8rem;
  background-color: #fff;
}
.indie053__top__text {
  font-weight: 800;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
}
.indie053__text {
  position: relative;
  font-weight: 800;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
}
.indie053__text::after {
  content: "=";
  display: block;
  position: relative;
  margin: 1rem auto;
  font-size: 1.75rem;
  line-height: 1;
}
.indie053__bottom {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 5rem auto 0;
  padding-left: 16.4rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.indie053__bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11.75rem;
  height: 11.1rem;
  background-image: url(../imgs/about/indie053_logo.svg);
  background-size: 11.75rem 11.1rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .indie053__bottom {
    margin-top: 3.5rem;
    padding-left: 0;
  }
  .indie053__bottom::before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 2rem;
  }
}

.history {
  position: relative;
  width: 100%;
}
.history__nav {
  position: relative;
  z-index: 30;
}
.history__nav.fixed {
  position: fixed;
  top: 2.9rem;
  left: 50%;
  width: 100%;
  max-width: calc(1520px + 3% + 3%);
  padding: 0 3%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .history__nav.fixed {
    top: 3rem;
  }
}
.history__nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.history__nav__item {
  width: calc(25% + 1px);
  margin-left: -1px;
}
.history__nav__item a,
.history__nav__item button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 2.9rem;
  padding: 0.9rem 0;
  background-color: #000;
  border: 1px solid #fff;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
}
.history__nav__item a:hover, .history__nav__item a.active,
.history__nav__item button:hover,
.history__nav__item button.active {
  background-color: #fff;
  color: #000;
}
.history__nav__item a.mPS2id-highlight,
.history__nav__item button.mPS2id-highlight {
  background-color: #fff;
  color: #000;
  z-index: 3;
}
.history__nav__item a:focus,
.history__nav__item button:focus {
  outline: dashed #2189ff;
}
.history__content {
  position: relative;
  margin-top: 1.35rem;
  padding: 2rem 0;
  z-index: 1;
}
.history__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 747px) {
  .history__content::before {
    left: 3rem;
    transform: translateX(0);
  }
}
.history__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.35rem;
  height: 6.35rem;
  background-color: #000;
  border: 0.5rem solid #fff;
  border-radius: 100%;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}
.history__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -4rem;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.history__title::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: -3.15rem;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #fff;
  border-radius: 100%;
  transform: translateX(-50%);
}
.history__year + .history__year {
  margin-top: 1.75rem;
}
.history__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-left: calc(50% - 3.175rem);
  z-index: 2;
}
@media screen and (max-width: 747px) {
  .history__box {
    margin-left: 0;
  }
}
.history__box + .history__box {
  margin-top: 1.75rem;
}
.history__box--reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: calc(50% - 3.175rem);
}
@media screen and (max-width: 747px) {
  .history__box--reverse {
    margin-right: 0;
    flex-direction: row;
  }
}
.history__box--reverse ul {
  padding-left: 0;
  padding-right: 3.9rem;
  text-align: right;
}
@media screen and (max-width: 747px) {
  .history__box--reverse ul {
    text-align: left;
  }
}
.history__box--reverse .history__title::before {
  right: auto;
  left: -1.7rem;
}
@media screen and (max-width: 747px) {
  .history__box--reverse .history__title::before {
    left: auto;
    right: -4rem;
  }
}
.history__box--reverse .history__title::after {
  right: auto;
  left: -3.1rem;
}
@media screen and (max-width: 747px) {
  .history__box--reverse .history__title::after {
    left: auto;
    right: -3.15rem;
  }
}
.history__box ul {
  width: calc(100% - 6.35rem);
  padding-left: 3.9rem;
}
.history__box ul li {
  position: relative;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .history__box ul li {
    font-size: 0.85rem;
  }
}
.history__box ul li span {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
}
.history__box ul li span::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.history__content2 {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .history__content2 {
    position: relative;
    width: auto;
    height: auto;
    clip: auto;
    z-index: 1;
  }
}
.history__image img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .history__image {
    display: none;
  }
}
.history__title2 {
  position: relative;
  width: 7.9rem;
  height: 7.9rem;
  overflow: hidden;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.history__title2 em {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 100%;
}
.history__title2--bg1 {
  background-image: url(../imgs/about/history_bg1.png);
}
.history__title2--bg2 {
  background-image: url(../imgs/about/history_bg2.png);
}
.history__title2--bg3 {
  background-image: url(../imgs/about/history_bg3.png);
}
.history__title2--bg4 {
  background-image: url(../imgs/about/history_bg4.png);
}
.history__title2--bg5 {
  background-image: url(../imgs/about/history_bg5.png);
}
.history__title2--bg6 {
  background-image: url(../imgs/about/history_bg6.png);
}
.history__title2--bg7 {
  background-image: url(../imgs/about/history_bg7.png);
}
.history__title2--bg8 {
  background-image: url(../imgs/about/history_bg8.png);
}
.history__title2--bg9 {
  background-image: url(../imgs/about/history_bg9.png);
}
.history__title2--bg10 {
  background-image: url(../imgs/about/history_bg10.png);
}
.history__title2--bg11 {
  background-image: url(../imgs/about/history_bg11.png);
}
.history__title2--bg12 {
  background-image: url(../imgs/about/history_bg12.png);
}
.history__title2--bg13 {
  background-image: url(../imgs/about/history_bg13.png);
}
.history__title2--bg14 {
  background-image: url(../imgs/about/history_bg14.png);
}
.history__title2--bg15 {
  background-image: url(../imgs/about/history_bg15.png);
}
.history__title2--bg16 {
  background-image: url(../imgs/about/history_bg16.png);
}
.history__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.history__item + .history__item {
  margin-top: 2rem;
}
.history__ul {
  position: relative;
  width: calc(100% - 7.9rem);
  padding-left: 1rem;
}
.history__ul li {
  position: relative;
  font-size: 0.85rem;
  color: #fff;
  line-height: 1.5rem;
}
.history__ul li > span {
  display: inline-block;
  position: relative;
  padding-left: 0.5rem;
}
.history__ul li > span::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.history__ul li ul {
  padding-left: 0.5rem;
}
.history__ul li ul li {
  position: relative;
}
.history__ul li ul li > span {
  display: inline-block;
  position: relative;
  padding-left: 0.5rem;
}
.history__ul li ul li > span::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.organization {
  position: relative;
}
.organization__box {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px dashed #fff;
}
.organization__box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.organization__image {
  position: relative;
  width: 100%;
  text-align: center;
}
.organization__image img {
  max-width: 100%;
}
.organization__title {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.organization__title--mt69 {
  margin-top: 3.45rem;
}
.organization__title2 {
  display: block;
  position: relative;
  margin-bottom: 2.15rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.organization__table-box {
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.organization__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.organization__table th, .organization__table td {
  padding: 1.1rem 0.5rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
}
.organization__table th {
  width: 20%;
}
.organization__table td {
  width: 25%;
}
.organization__table td + td {
  width: 55%;
}
.organization__list {
  position: relative;
  margin-top: 0.5rem;
}
.organization__list > li {
  position: relative;
  padding-left: 0.5rem;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 500;
}
.organization__list > li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.organization__list > li + li {
  margin-top: 0.5rem;
}
.organization__list > li ul {
  margin-top: 0.4rem;
}
.organization__list > li ul li {
  position: relative;
  font-size: 0.8rem;
  color: #fff;
  padding-left: 0.5rem;
  line-height: 1.5;
}
.organization__list > li ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ci {
  position: relative;
  width: 100%;
  max-width: 919px;
  margin: 0 auto;
}
.ci .mt113 {
  margin-top: 5.65rem;
}
.ci__box {
  position: relative;
}
.ci__box + .ci__box {
  margin-top: 5.65rem;
}
@media screen and (max-width: 1023px) {
  .ci__box + .ci__box {
    margin-top: 3rem;
  }
}
.ci__title {
  position: relative;
  padding-left: 0.7rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
}
.ci__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 0.15rem;
  height: 0.95rem;
  background-color: #000;
}
.ci__image {
  position: relative;
  margin-top: 0.8rem;
  padding: 5.3rem 1rem 6.05rem;
  background: url(../imgs/about/ci_logo_bg.png) repeat 50% 50%;
  text-align: center;
}
.ci__image img {
  max-width: 100%;
}
.ci__text {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: #000;
}
.ci__text + .ci__text {
  margin-top: 1.2rem;
}
.ci__color {
  display: block;
  position: relative;
  width: 100%;
  max-width: 337px;
  margin: 1.35rem auto 0;
  padding: 1.5rem 1rem 1.2rem;
  background-color: #009BD3;
  text-align: center;
  color: #fff;
}
.ci__color dl dt {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
}
.ci__color dl dd {
  margin-top: 1.15rem;
  font-size: 0.85rem;
}/*# sourceMappingURL=about.css.map */