@charset "utf-8";

/*-----------------------------------------------
  corp_history
-----------------------------------------------*/
hr {
  border-top: 1px solid#CECECE;
  opacity: 1;
}
.history-message {
  padding: 1rem 2rem;
  text-align: center;
}
.history-message > img {
  margin-bottom: 5rem;
}
.history-message p, .history-table p {
  line-height: 2;
  font-size: 1rem;
  text-align: justify;
}
.history-box__right p {
  line-height: 1.8;
  font-size: .9375rem;
  text-align: justify;

}
.history-table {
  padding: 1rem 0;
  background-color: #ffffff;
}
.histry-table__title {
  border-bottom: 1px solid #CECECE;
}
.histry-table__title p {
  margin-bottom: 3rem;
}
.histry-table__sample {
  padding: 3rem 0 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.histry-table__sample p {
  margin: 0 1rem 1rem;
}
/*p.category:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px -3px 0;
  text-align:center;
  line-height: 16px;
  border-radius: 50%;
  border: solid 5px #A2A2A2;
}*/
/*p.category.service:before {
  border-color: #633EFF;
}
p.category.global:before {
  border-color: #2EAEBB;
}
p.category.tool:before {
  border-color: #1E0588;
}*/
.history-box {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.history-box p {
  margin-bottom: 0.5rem;
}
.history-box__year > span{
  padding-bottom: 1rem;
  font-size: 70px;
  line-height: 1;
  background: linear-gradient(90deg, #2eaebb 0%, #302573 100%);
  background: -webkit-linear-gradient(0deg, #2eaebb 0%, #302573 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history-box__right > div {
}
.history-box__right > p{
}

@media only screen and (min-width: 768px) {
  .history-message {
    padding: 1rem 2rem 6rem;
  }
  .history-table {
    padding: 1rem 2rem;
  }
  .histry-table__title p {
    margin-bottom: 6rem;
  }
  .histry-table__sample {
    padding: 6rem 0;
  }
  .history-box__year  > span{
    font-size: 100px;
  }
  .history-box__right{
    flex-basis: 60%;
  }
  .history-box__right > div > p:first-child{
    flex-basis: 15%;
  }
  .history-box__right > div > p:last-child{
    flex-basis: 85%;
  }
  .history-box__right > p{
  }
}
@media only screen and (min-width: 980px) {
  .history-box__right > div {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .history-box {
    flex-direction: row;
  }
  .history-box__right > div {
    flex-wrap: nowrap;
  }
}
.history-box__right table td {
  padding: 15px;
  background: #F4F4F4;
  line-height: 1.8;
  font-size: .875rem;
  text-align: justify;
}

.history-box__right table {
  border: none;
}
