@charset "UTF-8";
#about .inner {
  max-width: none;
}

#about .greetings .inner {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #about .greetings .inner {
    display: block;
    margin: 50px auto;
  }
}

@media print {
  #about .greetings .inner {
    margin: 50px auto !important;
  }
}

#about .greetings .main__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #about .greetings .main__ttl {
    display: block;
    text-align: center;
  }
}

#about .greetings .main__ttl__en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #about .greetings .main__ttl__en {
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

#about .greetings .main__ttl__jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #about .greetings .main__ttl__jp {
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

#about .greetings__wrap {
  padding-top: 30px;
  width: 85%;
}

@media screen and (max-width: 1199px) {
  #about .greetings__wrap {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #about .greetings__wrap {
    width: 100%;
  }
}

#about .greetings__txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#about .greetings__name {
  margin-top: 40px;
  text-align: right;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #about .greetings__name {
    font-size: 1.6rem;
  }
}

#about .greetings__name__jp {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  #about .greetings__name__jp {
    font-size: 2.4rem;
  }
}

#about .greetings__name__en {
  font-size: 1.4rem;
  color: #999;
}

#about .history {
  background: #EBF6FB;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #about .history {
    padding: 40px 0;
  }
}

@media print {
  #about .history {
    padding: 50px 0 !important;
  }
}

#about .history__table {
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #about .history__table {
    margin-top: 20px;
  }
}

#about .history__table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1199px) {
  #about .history__table__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#about .history__table__item__date {
  text-align: left;
  width: 30%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #666;
  padding: 20px 30px;
}

@media screen and (max-width: 1199px) {
  #about .history__table__item__date {
    width: 100%;
    padding: 20px 20px 0;
  }
}

#about .history__table__item__detail {
  width: 70%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 20px 30px;
}

@media screen and (max-width: 1199px) {
  #about .history__table__item__detail {
    width: 100%;
    padding: 10px 20px 20px;
  }
}

#about .footer {
  background: transparent;
}
/*# sourceMappingURL=style.css.map */