@charset "UTF-8";
/* _media.scss
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _corporate.scss
-------------------------------------------------------*/
/* 個別対応 */
.executives_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.executives_item + .executives_item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: var(--color-border) solid 1px;
}
.executives_image {
  width: 32%;
  position: relative;
}
.executives_new {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: var(--color-main);
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  padding: 8px 12px;
  font-family: var(--font-sub);
}
.executives_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.executives_top {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 32px;
}
.executives_top--l {
  font-weight: 700;
  font-size: 1.625rem;
}
.executives_historyTitle {
  font-size: 1.125rem;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  border: var(--color-main) solid 1px;
  color: var(--color-main);
  text-align: center;
  margin-bottom: 24px;
}
.executives_history {
  display: grid;
  grid-template-columns: 160px auto;
  max-width: 500px;
}
.executives_history-year {
  width: 160px;
  min-width: 160px;
  padding-block: 10px 8px;
  border-bottom: var(--color-border) solid 1px;
  padding-right: 15px;
}
.executives_history-year:first-of-type {
  padding-top: 0;
}
.executives_history-year:last-of-type {
  border: none;
}
.executives_history-text {
  padding-block: 10px 8px;
  border-bottom: var(--color-border) solid 1px;
}
.executives_history-text:first-of-type {
  padding-top: 0;
}
.executives_history-text:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  .executives_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .executives_item + .executives_item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .executives_image {
    width: 70%;
    margin-inline: auto;
  }
  .executives_top {
    font-size: 0.875rem;
  }
  .executives_top--l {
    font-size: 1.375rem;
  }
  .executives_historyTitle {
    font-size: 1rem;
    width: 120px;
    height: 32px;
  }
  .executives_history {
    font-size: 0.875rem;
    grid-template-columns: 100px auto;
  }
  .executives_history-year {
    width: 100px;
    min-width: 100px;
    padding-right: 10px;
  }
}/*# sourceMappingURL=corporate_executives.css.map */