@charset "UTF-8";
.top-banner-section {
  background: center top / auto 100% url(../img/about-banner-bg.jpg);
}

.main-section {
  background-color: #f3f3f3;
}
.profile-desc {
  text-indent: 2rem;
  line-height: 1.9rem;
  color: #333;
}
.profile-image img {
  width: 100%;
}
.profile-info-wrapper {
  background-color: #fff;
  padding: 2rem 0;
}
.profile-info-entry {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-info-entry .image-wrapper {
  position: relative;
}
.profile-info-entry .image-wrapper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  padding: 0.25rem 0;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
.profile-info-entry + .profile-info-entry {
  border-left: 1px solid #929292;
}
.profile-info-entry .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.addition-section {
  background: left top / auto 100% no-repeat url(../img/about-addition-bg.jpg);
  overflow: hidden;
}
.addition-left {
  color: #333;
  padding-bottom: 80px;
}
.addition-left .title {
  font-size: 48px;
  padding: 56px 0;
}
.timeline-entry-wrapper {
  padding-bottom: 30px;
}
.timeline-entry-wrapper .log {
  padding-right: 1rem;
}
.timeline-entry-wrapper .name-wrapper .name {
  font-size: 24px;
  padding: 1rem 0;
}
.timeline-entry-wrapper .name-wrapper {
  display: flex;
  align-items: center;
}
.timeline-entry-wrapper .name-wrapper .line {
  flex-grow: 1;
  display: flex;
  height: 1px;
  background-color: #5796c9;
}
.timeline-entry-wrapper .name-wrapper .dot-before {
  margin-left: 2rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5796c9;
}
.timeline-entry-wrapper .name-wrapper .dot-after {
  margin-right: -9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #5796c9;
  z-index: 1000;
}
.addition-right {
  position: relative;
}
.addition-right .slogan-wrapper {
  padding-top: 180px;
  position: relative;
  z-index: 1000;
}
.addition-right .title {
  font-size: 48px;
  padding: 2px 0 2px 50px;
  color: #fff600;
}
.addition-logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: right;
}
.addition-logo-wrapper img {
  width: 850px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .addition-right .slogan-wrapper {
    padding-top: 140px;
  }
  .addition-left .title {
    padding: 32px 0;
  }
  .addition-logo-wrapper img {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 992px) {
  .addition-right .title {
    font-size: 32px;
    padding: 15px 0 15px 30px;
  }
  .addition-logo-wrapper img {
    margin-left: -350px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-info-entry + .profile-info-entry {
    border: 0;
    margin-top: 1.5rem;
  }
  .timeline-entry-wrapper .name-wrapper .dot-before {
    margin-left: 1rem;
  }
  .timeline-entry-wrapper .name-wrapper .dot-after {
    margin-right: -38px;
  }
}
@media only screen and (max-width: 575px) {
  .addition-left {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 374px) {
  .addition-left .title {
    font-size: 40px;
    padding: 28px 0;
  }
}
