@charset "UTF-8";

/* --------------------------------------------------
 * page__about
-------------------------------------------------- */

#main > .page__about {
  padding: 0;
  width: 100%;
  color: #222222;
}

.about__header {
  padding-left: 3.0833em;
  background-color: #fff;
}

.about__top .top__content {
  background-color: #f0f0f0;
  margin-top: 3.75em;
  padding: 8.125em 5.625em;
}

.about__top .top__content .top__mission {
  display: flex;
  align-items: center;
}

.about__top .top__content .mission__title {
  font-family: var(--fm-script);
  font-weight: 400;
  font-size: 3.875rem;
  line-height: 0.7;
  transform: rotate(-5deg);
  width: 19.29%;
}

.about__top .top__content .mission__text {
  font-family: var(--fm-notojp);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
  width: 80.71%;
}

.about__top .top__content .top__belief {
  display: flex;
  margin-top: 5.375em;
}

.about__top .top__content .belief__title {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1;
  width: 19.29%;
}

.about__top .top__content .belief__text {
  font-family: var(--fm-notojp);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.05em;
  width: 80.71%;
}

.about__top .top__content .belief__text p:nth-child(n + 2) {
  margin-top: 2.2222em;
  letter-spacing: 0.05em;
}

#main > .page__about .about__outline {
  padding: 7.5em 5.625em 0px;
}

.about__outline {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.about__outline .outline__title {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1;
  width: 19.29%;
}

.about__outline .outline__content {
  flex-grow: 1;
  width: 80.71%;
}

.about__outline .outline__content .outline__list {
  width: 100%;
}

.about__outline .outline__content .outline__list .outline__item {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.8823em 0;
  font-family: var(--fm-notojp);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.about__outline .outline__content .outline__list .outline__item:first-of-type {
  padding: 0 0 1.2331em;
}

.about__outline
  .outline__content
  .outline__list
  .outline__item
  .outline__item-title {
  width: 18.81%;
  font-weight: 300;
}

.about__outline
  .outline__content
  .outline__list
  .outline__item
  .outline__item-data {
  font-weight: 300;
  width: 81.19%;
}

#main > .page__about .about__history {
  padding: 8.125em 5.625em 0px;
}

.about__history {
  margin: 0 auto;
  display: flex;
}

.about__history .history__title {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1;
  width: 19.29%;
}

.about__history .history__timeline {
  position: relative;
  width: 80.71%;
}

.about__history .history__timeline .history__item {
  display: flex;
  margin-bottom: 2.3529em;
  position: relative;
  font-family: var(--fm-notojp);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6;
}

.about__history .history__timeline .history__item:last-of-type {
  margin-bottom: 0px;
}

.about__history .history__timeline .history__item::after {
  content: "";
  position: absolute;
  left: calc(10.86% + 2.5em);
  top: 10px;
  width: 0.2941em;
  height: 0.2941em;
  border-radius: 1px;
  background-color: #333;
  transform: translateX(-50%);
}

.about__history .history__timeline .history__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2.3529em;
  left: calc(10.86% + 2.5em);
  width: 1px;
  background-color: #dcdcdc;
  transform: translateX(-50%);
}

.about__history .history__timeline .history__item:first-of-type::before {
  top: 10px;
}

.about__history .history__timeline .history__item:last-of-type::before {
  bottom: auto;
  height: calc(10px + 0.4705em + 10px);
}

.about__history .history__timeline .history__item .history__item-date {
  width: 20.84%;
  text-align: left;
}

.about__history .history__timeline .history__item .history__item-date br {
  display: none;
}

.about__history .history__timeline .history__item .history__item-content {
  width: 79.16%;
}
#main > .page__about .about__bottom {
  padding: 8.125em 5.625em 0px;
}

.about__bottom {
  width: 100%;
}

.about__bottom .bottom__container {
  display: flex;
  justify-content: space-between;
}

.about__bottom .bottom__container .bottom__column {
  width: 50%;
}

.about__bottom .bottom__container .bottom__column:nth-child(2) {
  border-left: 2px solid #dcdcdc;
  padding-left: 3.9375em;
}

.about__bottom .bottom__container .bottom__column .column__title {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
}

.about__bottom .bottom__container .bottom__column .column__list {
  list-style-type: none;
  margin-top: 1.6875em;
  margin-left: 1.25em;
}

.about__bottom .bottom__container .bottom__column .column__list a {
  color: var(--base2-color);
}

.about__bottom
  .bottom__container
  .bottom__column
  .column__list
  .column__list-item {
  position: relative;
  padding-left: 1.1111em;
  font-family: var(--fm-notojp);
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.8;
}

.about__bottom
  .bottom__container
  .bottom__column
  .column__list
  .column__list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

@media (max-width: 1280px) {
  .about__top .top__content .mission__title {
    font-size: 4.31vw;
  }
}

@media (max-width: 768px) {
  .about__header {
    padding-left: 8%;
  }

  .about__top .top__content {
    padding: 5.725em 4% 5em;
    margin-top: 2em;
  }

  .about__top .top__content .top__mission {
    flex-direction: column;
  }

  .about__top .top__content .mission__title {
    margin-right: 0;
    font-size: 3.125rem;
    width: 100%;
    transform-origin: left top;
  }

  .about__top .top__content .mission__title br {
    display: none;
  }

  .about__top .top__content .mission__text {
    margin-top: 1.238em;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    width: 100%;
  }

  .about__top .top__content .mission__text br {
    display: none;
  }

  .about__top .top__content .top__belief {
    flex-direction: column;
    margin-top: 3.3333em;
  }

  .about__top .top__content .belief__title {
    font-size: 2.25rem;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
  }

  .about__top .top__content .belief__text {
    font-size: 1.1666rem;
    margin-top: 1.4298em;
    width: 100%;
  }

  .about__top .top__content .belief__text p:nth-child(n + 2) {
    margin-top: 1.4298em;
  }

  #main > .page__about .about__outline {
    padding: 4.125em 4% 0;
  }

  .about__outline {
    flex-direction: column;
  }

  .about__outline .outline__title {
    font-size: 1.926em;
    width: 100%;
  }

  .about__outline .outline__content {
    margin-top: 2.0833em;
    width: 100%;
  }

  .about__outline .outline__content .outline__list .outline__item {
    font-size: 1.0833rem;
  }

  .about__outline
    .outline__content
    .outline__list
    .outline__item:first-of-type {
    padding-bottom: 1.926em;
  }

  .about__outline
    .outline__content
    .outline__list
    .outline__item
    .outline__item-title {
    width: 23.18%;
    padding: 0;
  }

  .about__outline
    .outline__content
    .outline__list
    .outline__item
    .outline__item-data {
    width: 76.82%;
  }

  #main > .page__about .about__history {
    padding: 4.125em 4% 0;
  }

  .about__history {
    flex-direction: column;
  }

  .about__history .history__title {
    font-size: 2.25rem;
    width: 100%;
  }

  .about__history .history__timeline {
    margin-top: 3.3333em;
    width: 100%;
  }

  .about__history .history__timeline .history__item {
    font-size: 1.0833rem;
  }

  .about__history .history__timeline .history__item .history__item-date {
    width: 28.32%;
  }

  .about__history .history__timeline .history__item .history__item-date br {
    display: inline;
  }

  .about__history .history__timeline .history__item::after {
    left: calc(16.23% + 1.25em);
    width: 0.3468em;
    height: 0.3468em;
  }

  .about__history .history__timeline .history__item::before {
    left: calc(16.23% + 1.25em);
  }

  .about__history .history__timeline .history__item:first-of-type::before {
    top: 10px;
  }

  .about__history .history__timeline .history__item:last-of-type::before {
    height: calc(10px + 2.3468em);
  }

  .about__history .history__timeline .history__item .history__item-content {
    width: 71.68%;
  }

  #main > .page__about .about__bottom {
    padding: 4.125em 4% 0;
  }

  .about__bottom .bottom__container {
    flex-direction: column;
  }

  .about__bottom .bottom__container .bottom__column .column__title {
    font-size: 2.25rem;
  }

  .about__bottom .bottom__container .bottom__column {
    padding: 0;
    width: 100%;
  }

  .about__bottom .bottom__container .bottom__column:nth-child(2) {
    margin-top: 4.125em;
    padding-left: 0;
    border-left: none;
  }

  .about__bottom .bottom__container .bottom__column .column__list {
    margin-top: 1.6666em;
    margin-left: 1.4166em;
  }

  .about__bottom
    .bottom__container
    .bottom__column
    .column__list
    .column__list-item {
    font-size: 1.0833rem;
  }
}
