.aboutPage .subtitle {
  font-size: 1.6em;
  line-height: 140%;
  margin-bottom: 1em;
  color: #6D3A42;
}
.aboutPage .firstSection {
  background-position: right bottom 2em;
}
.aboutPage .firstSection .img {
  margin-bottom: 2em;
}
.aboutPage .firstSection .txt p {
  line-height: 200%;
}
.aboutPage .history .historyWrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em 0.5em;
  margin-bottom: 2em;
}
.aboutPage .history .beyondTime {
  background-color: #fff;
  border-radius: 20px;
  padding: 3em 0;
  margin-bottom: 2em;
}
.aboutPage .history .beyondTime .wrap .img {
  margin-bottom: 1.5em;
}
.aboutPage .history .beyondTime .wrap .txt {
  padding: 0 1.1em;
}
.aboutPage .history .beyondTime .wrap .txt h4 {
  color: #6D3A42;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.aboutPage .history .beyondTime .wrap .txt p {
  text-align: justify;
}
.aboutPage .blandConcept .diamondTitle {
  font-size: 1.45em;
}
.aboutPage .blandConcept .diamondTitle span {
  padding: 0 0 0.3em 0;
}
.aboutPage .blandConcept .diamondTitle span::before {
  margin-right: 0.2em;
}
.aboutPage .blandConcept .bigTitle {
  margin-bottom: 1.5em;
}
.aboutPage .blandConcept .bigTitle .main {
  color: #6D3A42;
  font-size: 1.6em;
  margin-bottom: 0.8em;
}
.aboutPage .blandConcept .bigTitle .sub {
  font-size: 0.85em;
}
.aboutPage .blandConcept p {
  line-height: 200%;
}
.aboutPage .mission .subtitle {
  color: #fff;
}
.aboutPage .mission .misionItem {
  background-color: #fff;
  border-radius: 15px;
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
}
.aboutPage .mission .misionItem h4 {
  color: #6D3A42;
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
.aboutPage .mission .misionItem p {
  color: #000;
}
.aboutPage .vision p {
  line-height: 200%;
}
.aboutPage .value .valueItem {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 1em 0;
}
.aboutPage .value .valueItem span {
  color: #6D3A42;
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.2em;
}

@media only screen and (min-width: 580px) {
  .aboutPage .firstSection {
    background-size: 20%;
  }
  .aboutPage .firstSection .wrap {
    align-items: flex-start;
  }
  .aboutPage .firstSection .wrap .img {
    width: 55%;
  }
  .aboutPage .firstSection .wrap .txt {
    width: 40%;
  }
  .aboutPage .firstSection .wrap .txt p {
    writing-mode: vertical-rl;
    text-align: start;
    font-size: 1.1em;
  }
  .aboutPage .history .historyWrap {
    padding: 3.5em 0.5em;
  }
  .aboutPage .history .beyondTime {
    padding: 3em 2em;
  }
  .aboutPage .history .beyondTime .wrap .img {
    width: 50%;
    margin-bottom: 0;
  }
  .aboutPage .history .beyondTime .wrap .txt {
    width: 50%;
    padding: 0 0 0 1.5em;
  }
  .aboutPage .history .beyondTime .wrap .txt h4 {
    text-align: left;
  }
  .aboutPage .history .beyondTime .reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .aboutPage .history .beyondTime .reverse .txt {
    padding: 0;
  }
  .aboutPage .history .bottom {
    font-size: 1.95em;
  }
  .aboutPage .blandConcept .inner {
    background-image: url(../img/about04.png);
    background-position: center right;
    background-size: 300px;
    background-repeat: no-repeat;
  }
  .aboutPage .blandConcept .bigTitle {
    margin-bottom: 2em;
  }
  .aboutPage .blandConcept .bigTitle .main {
    font-size: 2em;
  }
  .aboutPage .blandConcept .bigTitle .sub {
    font-size: 1.2em;
  }
  .aboutPage .blandConcept p {
    font-size: 1.1em;
    line-height: 210%;
  }
  .aboutPage .mission .wrap {
    align-items: stretch;
  }
  .aboutPage .mission .wrap .misionItem {
    width: 32%;
  }
  .aboutPage .mission .wrap .misionItem h4 {
    font-size: 1.5em;
  }
  .aboutPage .vision .txt {
    writing-mode: vertical-rl;
    text-align: start;
    margin: 0 auto;
  }
  .aboutPage .vision .txt .subtitle {
    margin-left: 1.5em;
  }
  .aboutPage .vision .txt .subtitle span {
    writing-mode: horizontal-tb;
    display: inline-block;
    transform: translateY(10px);
  }
  .aboutPage .vision .txt p {
    font-size: 1.1em;
  }
  .aboutPage .value .valueItem {
    display: flex;
    align-items: center;
    padding: 1em 2em;
    width: 700px;
    margin: 0 auto 1em;
  }
  .aboutPage .value .valueItem span {
    margin: 0 0.5em 0 0;
    font-size: 1.6em;
  }
  .aboutPage .value .valueItem p {
    font-size: 1.4em;
  }
}