:root {
  --footer-height: 76px;
}

#history .pageLead {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1063px) {
  #history .pageLead {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #history .pageLead {
    width: 95%;
  }
}
#history .pageLead h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #013D95;
  border-bottom: 5px solid #013D95;
  position: relative;
}
@media screen and (max-width: 767px) {
  #history .pageLead h1 {
    font-size: 2.6rem;
  }
}
#history .pageLead h1::after {
  content: "HISTORY";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  font-size: 10rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Std";
  color: #F0F0F0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #history .pageLead h1::after {
    font-size: 5rem;
  }
}
#history .pageLead p {
  margin-top: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #history .pageLead p {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
#history .pageLead_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#history .pageLead_bg img {
  width: 100%;
  height: auto;
}
#history .sec01 {
  width: 100%;
  background-image: url("/assets/images/ouroffice/sec03_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 135px;
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #history .sec01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#history .sec01_content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #history .sec01_content {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#history .sec01_content .indicator {
  width: 4px;
  height: auto;
  background-color: #c9c9c9;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 12px;
  position: relative;
  overflow-y: clip;
}
#history .sec01_content .indicator::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #013D95;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#history .sec01_content .indicator::after {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 15px);
  background-color: #013D95;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: 6s ease-in infinite indicator_svroll;
          animation: 6s ease-in infinite indicator_svroll;
}
#history .sec01_content .history_table {
  width: 100%;
}
#history .sec01_content .history_table table {
  width: 100%;
}
#history .sec01_content .history_table table tbody tr {
  border-bottom: 1px #013D95 dotted;
}
#history .sec01_content .history_table table tbody tr th {
  padding-bottom: 40px;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #013D95;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #history .sec01_content .history_table table tbody tr th {
    padding-bottom: 20px;
    font-size: 1.8rem;
    padding-right: 20px;
    width: 30%;
  }
}
#history .sec01_content .history_table table tbody tr th span {
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  color: #777;
}
@media screen and (max-width: 767px) {
  #history .sec01_content .history_table table tbody tr th span {
    font-size: 1.2rem;
    display: block;
  }
}
#history .sec01_content .history_table table tbody tr th span.c-blue {
  color: #013D95;
}
#history .sec01_content .history_table table tbody tr:not(:first-child) th {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #history .sec01_content .history_table table tbody tr:not(:first-child) th {
    padding-top: 20px;
  }
}
#history .sec01_content .history_table table tbody tr:not(:first-child) td {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #history .sec01_content .history_table table tbody tr:not(:first-child) td {
    padding-top: 20px;
  }
}
#history .sec01_content .history_table table tbody tr td {
  margin-left: 50px;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.8;
  padding-right: 25px;
  padding-bottom: 40px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #history .sec01_content .history_table table tbody tr td {
    padding-bottom: 20px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
#history .sec01_content .history_table table tbody tr td span {
  color: #013D95;
  letter-spacing: 0.8px;
}
@-webkit-keyframes indicator_svroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes indicator_svroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}