/* message
======================================= */
.message__inner {
  padding-top: 1.5em;
  padding-bottom: 5em;
}
.message__title {
  padding-bottom: 1.25em;
}
@media (max-width: 768px) {
  .message__title {
    padding-bottom: 0.5rem;
  }
}
.message__title img {
  max-width: 245px;
}
@media (max-width: 768px) {
  .message__title img {
    max-width: 175px;
  }
}
.message__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__left, .message__right {
  width: 46.667%;
}
@media (max-width: 768px) {
  .message__left, .message__right {
    width: 100%;
  }
}
.message__left {
  position: relative;
}
@media (max-width: 768px) {
  .message__left {
    margin-bottom: 2.5rem;
  }
}
.message__left-president {
  border-radius: 8px;
  overflow: hidden;
}
.message__left-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .message__left-logo {
    width: 5.5em;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
.message__catch {
  font-size: 2em;
  color: #00337B;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .message__catch {
    font-size: 1.5rem;
  }
}
.message__text {
  margin-bottom: 2.5rem;
}
.message__signature {
  font-size: 0.875em;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
}
.message__signature span {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .message__signature span {
    font-size: 1.25rem;
  }
}

/* overview
======================================= */
.overview__inner {
  padding-top: 1.5em;
}
.overview__title {
  padding-bottom: 1.25em;
}
@media (max-width: 768px) {
  .overview__title {
    padding-bottom: 0.25rem;
  }
}
.overview__title img {
  max-width: 245px;
}
@media (max-width: 768px) {
  .overview__title img {
    max-width: 175px;
  }
}
.overview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C3BAA2;
}
@media (max-width: 768px) {
  .overview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview__item:last-child {
  border-bottom: 1px solid #C3BAA2;
}
.overview__item-title {
  width: 26.67%;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  background-color: #FFF6DD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .overview__item-title {
    font-size: 0.9375em;
    width: 100%;
    padding: 1rem 1.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.overview__item-text {
  width: 73.33%;
  font-weight: 500;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .overview__item-text {
    font-size: 0.9375em;
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

/* history
======================================= */
.history {
  position: relative;
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url(../img/company/history_bg.jpeg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .history::before {
    background: inherit;
  }
}
.history__inner {
  padding-top: 1.5em;
}
.history__title {
  padding-bottom: 1.25em;
}
.history__title img {
  max-width: 245px;
}
.history__item {
  height: auto !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.history__item-year {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  padding-bottom: 1.375em;
  position: relative;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .history__item-year {
    font-size: 0.75rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.history__item-year::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FA6806;
  border-radius: 50%;
}
.history__item-year::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C4C4C4;
}
.history__item-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.5em;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 8px rgba(66, 66, 66, 0.1);
          box-shadow: 3px 3px 8px rgba(66, 66, 66, 0.1);
}
@media (max-width: 768px) {
  .history__item-box {
    margin-right: 1.3125em;
  }
}
.history__item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375em;
  color: #FA6806;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .history__item-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.history__item-text {
  font-size: 0.9375em;
  line-height: 1.5333;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.history__item-image {
  margin-top: auto;
}