@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
#corporate_history .tbl {
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl {
    margin: 40px 0;
  }
}
#corporate_history .tbl .history_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#corporate_history .tbl .history_bg#history_bg1 {
  opacity: 1;
  background-image: url(../images/history/bg1.jpg);
}
#corporate_history .tbl .history_bg#history_bg2 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-image: url(../images/history/bg2.jpg);
}
#corporate_history .tbl .history_bg#history_bg2.is_show {
  opacity: 1;
}
#corporate_history .tbl .history_bg#history_bg3 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-image: url(../images/history/bg3.jpg);
}
#corporate_history .tbl .history_bg#history_bg3.is_show {
  opacity: 1;
}
#corporate_history .tbl .col1 {
  color: #111;
}
#corporate_history .tbl .col2 {
  color: #0056aa;
}
#corporate_history .tbl .col3 {
  color: #158122;
}
#corporate_history .tbl .bgcol1 {
  background-color: #fff;
}
#corporate_history .tbl .bgcol2 {
  background-color: #d1f1ff;
}
#corporate_history .tbl .bgcol3 {
  background-color: #e3f2d6;
}
#corporate_history .tbl-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-header {
    gap: 40px;
  }
}
#corporate_history .tbl-header-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  width: 100%;
  border-bottom: dotted 2px #aaa;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-header-cell {
    display: block;
  }
}
#corporate_history .tbl-header-cell .item_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-header-cell .item_set {
    margin-top: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#corporate_history .tbl-header-cell .item_icon {
  width: 24px;
  height: 22px;
  border-radius: 3px;
  margin-top: 3px;
  -webkit-filter: drop-shadow(1px 1px 2px #888);
          filter: drop-shadow(1px 1px 2px #888);
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl-header-cell .item_icon {
    margin-top: 0px;
  }
}
#corporate_history .tbl-header-cell .item_name {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-header-cell .item_name {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
#corporate_history .tbl-body {
  margin: 40px auto;
  padding-bottom: 100px;
  background-image: url(../images/history/line_dot.png), url(../images/history/line_dot.png), url(../images/history/line.svg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
}
#corporate_history .tbl-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
#corporate_history .tbl-cols .baloon {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  gap: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl-cols .baloon {
    padding: 10px;
  }
}
#corporate_history .tbl-cols .baloon.col_b {
  background-color: #d1f1ff;
}
#corporate_history .tbl-cols .baloon.col_g {
  background-color: #e3f2d6;
}
#corporate_history .tbl-cols .baloon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  top: 24px;
}
#corporate_history .tbl-cols .baloon.col_b:after {
  border-right-color: #d1f1ff;
}
#corporate_history .tbl-cols .baloon.col_g:after {
  border-right-color: #e3f2d6;
}
#corporate_history .tbl-cols .baloon .year1 {
  width: 2.5em;
  color: #111;
  font-weight: bold;
}
#corporate_history .tbl-cols .baloon .year2 {
  width: 2.5em;
  color: #0056aa;
  font-weight: bold;
}
#corporate_history .tbl-cols .baloon .year3 {
  width: 2.5em;
  color: #158122;
  font-weight: bold;
}
#corporate_history .tbl-cols .baloon .event1 {
  width: calc(100% - 2.5em - 10px);
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl-cols .baloon .event1 {
    font-weight: normal;
  }
}
#corporate_history .tbl-cols .baloon .event2 {
  width: calc(100% - 2.5em - 10px);
  color: #0056aa;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl-cols .baloon .event2 {
    font-weight: normal;
  }
}
#corporate_history .tbl-cols .baloon .event3 {
  width: calc(100% - 2.5em - 10px);
  color: #158122;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #corporate_history .tbl-cols .baloon .event3 {
    font-weight: normal;
  }
}
#corporate_history .tbl-cols .baloon .event_box {
  width: 100%;
}
#corporate_history .tbl-cols .baloon .event_box .event_text {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon .event_box .event_text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#corporate_history .tbl-cols .baloon .event_box .link_title {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
}
#corporate_history .tbl-cols .baloon .event_box p + p {
  margin-top: 10px;
}
#corporate_history .tbl-cols .baloon .event_box a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  background-color: #fff;
  padding: 2px 20px;
  margin-top: 5px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon .event_box a {
    width: 100%;
    padding: 4px 15px;
    text-align: center;
  }
}
#corporate_history .tbl-cols .baloon .event_box ul.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon .event_box ul.fb {
    display: block;
  }
}
#corporate_history .tbl-cols .baloon .event_box ul.fb .fb-txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon .event_box ul.fb .fb-txt {
    width: 100%;
    margin-block: 10px;
  }
}
#corporate_history .tbl-cols .baloon .event_box ul.fb .fb-img {
  width: 37%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #corporate_history .tbl-cols .baloon .event_box ul.fb .fb-img {
    width: 100%;
    max-width: 160px;
    margin: 10px auto 0;
  }
}
#corporate_history .tbl-cols .cell_c {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  width: 70px;
  color: #fff;
  padding: 4px 0;
  border-radius: 30px;
  background-color: #111;
  opacity: 0;
  -webkit-transform: scale(1) translateY(-100px) rotate(0deg);
          transform: scale(1) translateY(-100px) rotate(0deg);
  -webkit-transition: 1s;
  transition: 1s;
}
#corporate_history .tbl-cols .cell_c.is_show {
  opacity: 1;
  width: 70px;
  -webkit-transform: scale(1) translateY(0px) rotate(0deg);
          transform: scale(1) translateY(0px) rotate(0deg);
}
#corporate_history .tbl-cols .cell_l {
  width: 45%;
}
#corporate_history .tbl-cols .cell_l .baloon {
  opacity: 0;
  -webkit-transform: translateY(0px) translateX(80px);
          transform: translateY(0px) translateX(80px);
  -webkit-transition: 1s;
  transition: 1s;
}
#corporate_history .tbl-cols .cell_l .baloon.is_show {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  opacity: 1;
}
#corporate_history .tbl-cols .cell_l .baloon:after {
  border-left-width: 10px;
  border-right-width: 8px;
  border-left-color: #fff;
  left: 100%;
}
#corporate_history .tbl-cols .cell_r {
  width: 45%;
}
#corporate_history .tbl-cols .cell_r .baloon {
  opacity: 0;
  -webkit-transform: translateY(0px) translateX(-80px);
          transform: translateY(0px) translateX(-80px);
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
#corporate_history .tbl-cols .cell_r .baloon.is_show {
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
  opacity: 1;
}
#corporate_history .tbl-cols .cell_r .baloon:after {
  border-left-width: 8px;
  border-right-width: 10px;
  right: 100%;
}
#corporate_history .tbl-cols .baloon + .baloon {
  margin-top: 15px;
}/*# sourceMappingURL=history.css.map */