/* line 4, history.scss */
.page-title.topimage {
  background-image: url("../img/topimage_history.jpg"); }
  @media screen and (max-width: 800px) {
    /* line 4, history.scss */
    .page-title.topimage {
      background-image: url("../img/topimage_history_sp.jpg"); } }

/* line 12, history.scss */
.history-img {
  position: relative;
  width: calc(100% - 100px);
  z-index: 0; }
  @media screen and (max-width: 800px) {
    /* line 12, history.scss */
    .history-img {
      width: calc(100% - 16px); } }
  /* line 19, history.scss */
  .history-img.hir {
    margin: 0 0 0 auto; }
  /* line 22, history.scss */
  .history-img img {
    width: 100%; }

/* line 28, history.scss */
article h2 {
  top: -220px;
  width: 100%;
  max-width: 1100px;
  color: #FFFFFF;
  mix-blend-mode: difference;
  margin: 0;
  padding-left: 140px;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    /* line 28, history.scss */
    article h2 {
      top: -240px; } }
  @media screen and (max-width: 800px) {
    /* line 28, history.scss */
    article h2 {
      top: -160px;
      padding-left: 32px; } }
  /* line 44, history.scss */
  article h2 .en {
    font-size: 191px;
    line-height: 1; }
    @media screen and (max-width: 1000px) {
      /* line 44, history.scss */
      article h2 .en {
        font-size: 100px; } }
    @media screen and (max-width: 800px) {
      /* line 44, history.scss */
      article h2 .en {
        font-size: 65px; } }
  /* line 54, history.scss */
  article h2.r-year {
    text-align: right;
    padding: 0 100px 0 0;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 54, history.scss */
      article h2.r-year {
        padding: 0 32px 0 0; } }

/* line 66, history.scss */
.history {
  position: relative;
  margin: -281px 0 140px;
  padding-bottom: 90px;
  padding-top: 65px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 66, history.scss */
    .history {
      margin: -175px 0 70px;
      padding-top: 20px;
      padding-bottom: 60px; } }

/* line 79, history.scss */
.history-content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B5B8BC;
  padding: 45px 0; }
  @media screen and (max-width: 800px) {
    /* line 79, history.scss */
    .history-content {
      flex-direction: column;
      gap: 3px 0;
      padding: 40px 0; } }
  /* line 89, history.scss */
  .history-content.last {
    border-bottom: none;
    padding-bottom: 60px; }
  /* line 93, history.scss */
  .history-content .history-year {
    width: 240px;
    color: #0E3E6A;
    font-weight: 700;
    line-height: 1.7;
    padding: 0 0 0 25px; }
    @media screen and (max-width: 800px) {
      /* line 93, history.scss */
      .history-content .history-year {
        width: 100%;
        padding: 0; } }
  /* line 104, history.scss */
  .history-content .history-text {
    width: calc(100% - 240px);
    padding-right: 35px; }
    @media screen and (max-width: 800px) {
      /* line 104, history.scss */
      .history-content .history-text {
        width: 100%;
        padding: 0; } }
    /* line 111, history.scss */
    .history-content .history-text h3 {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.2;
      margin-bottom: 20px; }
      @media screen and (max-width: 800px) {
        /* line 111, history.scss */
        .history-content .history-text h3 {
          font-size: 18px;
          line-height: 1.55; } }
    /* line 122, history.scss */
    .history-content .history-text p {
      margin-bottom: 60px; }
      @media screen and (max-width: 800px) {
        /* line 122, history.scss */
        .history-content .history-text p {
          margin-bottom: 45px; } }
      /* line 127, history.scss */
      .history-content .history-text p:last-child {
        margin-bottom: 0; }

/* line 133, history.scss */
.history-content2 {
  background-color: #13304B;
  padding: 35px 16px; }
  /* line 136, history.scss */
  .history-content2 table {
    max-width: 775px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 136, history.scss */
      .history-content2 table {
        max-width: inherit; } }
    /* line 144, history.scss */
    .history-content2 table tr:last-child th,
    .history-content2 table tr:last-child td {
      padding-bottom: 0; }
    /* line 150, history.scss */
    .history-content2 table th {
      width: 185px;
      color: #FFFFFF;
      letter-spacing: 0.05em;
      border-bottom: none;
      padding: 0 0 18px; }
      @media screen and (max-width: 800px) {
        /* line 150, history.scss */
        .history-content2 table th {
          width: 100%;
          padding-bottom: 0; } }
    /* line 161, history.scss */
    .history-content2 table td {
      width: calc(100% - 185px);
      color: #FFFFFF;
      border-bottom: none;
      padding: 0 0 18px; }
      @media screen and (max-width: 800px) {
        /* line 161, history.scss */
        .history-content2 table td {
          width: 100%;
          padding-bottom: 35px; } }

/*# sourceMappingURL=history.css.map */
