@charset "UTF-8";
.company-blc {
  padding-left: 0;
  padding-right: 0;
}

#container.company-blc > .inner {
  padding-top: 0;
  padding-bottom: 0;
}

#container.company-blc > .inner:nth-child(1) {
  padding-top: 80px;
}

#container.company-blc > .inner:nth-last-child(1) {
  padding-bottom: 80px;
}

#information,
#greeting,
#history {
  margin-bottom: 80px;
}

#information > div:nth-last-child(1),
#greeting > div:nth-last-child(1),
#history > div:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  #information,
  #greeting,
  #history {
    margin-bottom: 60px;
  }
}

#information > .inner,
#greeting > .inner,
#history > .inner,
#factory > .inner  {
  padding: 0 4%;
}

#information .infor-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#information .infor-area > .txt {
  width: 50%;
}

#information .infor-area > .img {
  width: 48%;
}

@media screen and (max-width:767px) {
  #information .infor-area > .txt,
  #information .infor-area > .img {
    width: 100%;
  }
  #information .infor-area > .txt {
    margin-bottom: 20px;
  }
}

.siganture-blc {
  text-align: center;
}

.siganture-blc > img {
  margin-left: 20px;
}

:root {
  --history-line: 60px;
  --history-dot: 10px;
}

#history {
  background-position: center;
  background-repeat: no-repeat;
}

#history > .inner > .list-blc {
  position: relative;
  margin-top: 40px;
}

#history > .inner > .list-blc::before {
  position: absolute;
  top: 0;
  left: calc(var(--history-line) / 2.05);
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 0;
}

#history > .inner > .list-blc > dt {
  position: relative;
  display: inline-block;
  font-size: 140%;
  color: #0e57c3;
  font-weight: 800;
  /* background-color: #fff; */
  padding: 5px 0;
  margin:  5px 0;
  z-index: 1;
}

#history > .inner > .list-blc > dt::before {
  position: absolute;
  top: 0;
  left: calc(var(--history-line) / 2);
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  z-index: -1;
}

#history > .inner > .list-blc > dd {
  position: relative;
  padding-left: var(--history-line);
  padding-bottom: 10px;
  margin: 10px 0;
}

#history > .inner > .list-blc > dd::before {
  position: absolute;
  top: 8px;
  left: calc((var(--history-line) / 2) - (var(--history-dot) / 2));
  display: block;
  content: '';
  width: var(--history-dot);
  height: var(--history-dot);
  background-color: #0e57c3;
  border-radius: calc(var(--history-dot) / 2);
  z-index: 2;
}

#factory > .inner > .box > .inner > .txt-blc > .ttl {
  color: #0e57c3;
}

#factory > .inner > .box > .inner > .txt-blc > .txt > a {
  color: #000000;
}
