.history#index .l-main {
  overflow: hidden;
  padding: 90px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main {
    padding: 70px 0 0;
  }
}
.history#index .l-main .p-commonKv__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .p-commonKv__title {
    margin-bottom: 20px;
  }
}
.history#index .l-main .p-commonKv__image {
  margin-bottom: 50px;
  border-radius: 0 20px 20px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .history#index .l-main .p-commonKv__image {
    border-radius: 20px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .p-commonKv__image {
    margin-bottom: 30px;
    border-radius: 15px;
  }
}
.history#index .l-main .historyBody__contents {
  position: relative;
  height: 100%;
  margin: 0 auto;
  max-width: 860px;
}
.history#index .l-main .historyBody__contents__list {
  margin: 0 20px;
}
.history#index .l-main .historyBody__contents__list__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 1fr;
  grid-template-columns: 170px 1fr;
  padding: 19.82px 30px 27.75px;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .historyBody__contents__list__row {
    display: block;
    padding: 20px 5px;
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .historyBody__contents__list__row__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.history#index .l-main .historyBody__contents__list__row__year__seireki {
  font-size: 18px;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .historyBody__contents__list__row__year__seireki {
    font-size: 16px;
  }
}
.history#index .l-main .historyBody__contents__list__row__year__wareki {
  font-size: 14px;
  color: #475876;
}
.history#index .l-main .historyBody__contents__list__row__desc {
  font-size: 18px;
  line-height: 32px;
  color: #475876;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .historyBody__contents__list__row__desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.history#index .l-main .founderIntro {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro {
    margin-top: 60px;
  }
}
.history#index .l-main .founderIntro__contents {
  position: relative;
  padding: 100px 20px 103.68px;
  z-index: 0;
}
.history#index .l-main .founderIntro__contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f9;
  border-radius: 70px 0 0 70px;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .history#index .l-main .founderIntro__contents::before {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents::before {
    border-radius: 0 70px 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents {
    padding: 60px 0;
    border-bottom-left-radius: 0;
  }
}
.history#index .l-main .founderIntro__contents__title {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__title {
    margin-bottom: 20px;
  }
  .history#index .l-main .founderIntro__contents__title__pc {
    display: none;
  }
  .history#index .l-main .founderIntro__contents__title__sp {
    display: inline;
  }
}
.history#index .l-main .founderIntro__contents__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 70px;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile {
    display: block;
  }
}
.history#index .l-main .founderIntro__contents__profile__img {
  max-width: 370px;
}
.history#index .l-main .founderIntro__contents__profile__img__pic {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__img {
    max-width: 351px;
    margin: 0 auto;
    margin-bottom: 38.49px;
  }
}
.history#index .l-main .founderIntro__contents__profile__text {
  max-width: 442px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text {
    margin: 0 auto;
  }
}
.history#index .l-main .founderIntro__contents__profile__text__position {
  font-size: 18px;
  color: #3b5ca9;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text__position {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
}
.history#index .l-main .founderIntro__contents__profile__text__name {
  font-weight: bold;
  font-size: 22px;
  color: #3b5ca9;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text__name {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
}
.history#index .l-main .founderIntro__contents__profile__text__name__years {
  font-size: 18px;
  color: #3b5ca9;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text__name__years {
    margin: 0 auto;
    font-size: 16px;
  }
}
.history#index .l-main .founderIntro__contents__profile__text__label {
  font-size: 16px;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text__label {
    padding: 30px 20px 0;
  }
}
.history#index .l-main .founderIntro__contents__profile__text__bio {
  font-size: 16px;
  line-height: 28px;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__profile__text__bio {
    padding: 0 20px;
  }
}
.history#index .l-main .founderIntro__contents__motto {
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__motto {
    padding: 0 20px;
  }
}
.history#index .l-main .founderIntro__contents__motto__title {
  font-size: 30px;
  color: #3b5ca9;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__motto__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.history#index .l-main .founderIntro__contents__motto__content {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #475876;
}
.history#index .l-main .founderIntro__contents__motto__content br {
  display: block;
  margin: 0.8em 0;
  content: "";
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__motto__content {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.history#index .l-main .founderIntro__contents__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 70px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details {
    display: block;
    padding: 0 20px;
    margin-top: 43px;
  }
}
.history#index .l-main .founderIntro__contents__details__img {
  max-width: 370px;
}
.history#index .l-main .founderIntro__contents__details__img__pic {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__img {
    max-width: 351px;
    margin: 0 auto;
    margin-bottom: 38.49px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__img {
    max-width: none;
  }
}
.history#index .l-main .founderIntro__contents__details__img__desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 25px;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__img__desc {
    line-height: 24px;
    margin: 10px 0 40px;
    font-size: 13px;
  }
}
.history#index .l-main .founderIntro__contents__details__position {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.history#index .l-main .founderIntro__contents__details__position__title {
  font-size: 30px;
  color: #3b5ca9;
  line-height: 46px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__position__title {
    margin-bottom: 17px;
    font-size: 22px;
  }
}
.history#index .l-main .founderIntro__contents__details__position__desc {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__position__desc {
    padding-bottom: 35px;
  }
}
.history#index .l-main .founderIntro__contents__details__position__desc__list {
  position: relative;
  line-height: 28px;
  color: #475876;
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__position__desc__list {
    margin-bottom: 0;
  }
}
.history#index .l-main .founderIntro__contents__details__position__desc__list::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #475876;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
.history#index .l-main .founderIntro__contents__details__position__desc:first-of-type > li:nth-child(8) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__position__desc:first-of-type > li:nth-child(8) {
    margin-bottom: 20px;
  }
}
.history#index .l-main .founderIntro__contents__details__position__desc:nth-of-type(2) > li:nth-child(5) {
  margin-bottom: 72.63px;
}
@media only screen and (max-width: 767px) {
  .history#index .l-main .founderIntro__contents__details__position__desc:nth-of-type(2) > li:nth-child(5) {
    margin-bottom: 40px;
  }
}