@charset "UTF-8";

/*====================================================================
historyPage
====================================================================*/

.historyPage .secHead__ttl {
  background-image: url(../images/history/header.jpg);
}

.historyPage .siteHeader {
  margin: 0 auto;
}

.secHistory__ttl {
  margin: 80px 0 20px 200px;
  font-size: 47px;
  font-weight: 400;
}

.secHistory__ttl .year{
  padding-left: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 42px;
}

.secHistory__box {
  width: 100%;
  margin: 0;
  border-left: 13px solid #e60020;
  position: relative;
}

.secHistory__box__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 16%, #fff 16%, #fff 100%);
}

.secHistory__box__inner:first-child {
  padding-top: 30px;
}

.secHistory__box__inner dt{
  width: 17%;
  padding-left: 18px;
  color: #e60020;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 26px;
}

.secHistory__box__inner dt .j-cal{
  color: #595757;
  font-size: 20px;
  /*margin-left: -6px;*/
  letter-spacing: 0.1em;
}

@supports (-moz-appearance:none) {
  .secHistory__box__inner dt .j-cal{
   margin-left: -6px;
  }
}

.secHistory__box__inner dd{
  width: 83%;
  padding: 5px 0 50px 25px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.secHistory__box__inner dd span.fs-b{
  font-weight: 700;
}

.secHistory__box .secHistory__box__img {
  width: 250px;
  position: absolute;
  right: 0;
}

.secHistory__box .secHistory__box__img span {
  font-size: 14px;
}

.secHistory__box.dawn .secHistory__box__img:nth-of-type(1) {
  top: 30px;
}

.secHistory__box.dawn .secHistory__box__img:nth-of-type(2) {
  top: 250px;
}

.secHistory__box.found .secHistory__box__img:nth-of-type(1) {
  top: 30px;
}

.secHistory__box.found .secHistory__box__img:nth-of-type(2) {
  top: 245px;
}

.secHistory__box.found .secHistory__box__img:nth-of-type(3) {
  top: 455px;
}

.secHistory__box.found .secHistory__box__img:nth-of-type(4) {
  top: 660px;
}

.secHistory__box.found .secHistory__box__inner dd.longer{
  padding-bottom: 225px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(1) {
  top: 30px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(2) {
  top: 245px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(3) {
  top: 465px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(4) {
  top: 680px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(5) {
  top: 900px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(6) {
  top: 1120px;
}

.secHistory__box.growth .secHistory__box__img:nth-of-type(7) {
  top: 1330px;
}

.secHistory__box.development .secHistory__box__img:nth-of-type(1) {
  top: 145px;
}

.secHistory__box.development .secHistory__box__img:nth-of-type(2) {
  top: 390px;
}

.secHistory__box.development .secHistory__box__img:nth-of-type(3) {
  top: 615px;
}

.secHistory__box.development .secHistory__box__img:nth-of-type(4) {
  top: 840px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(1) {
  top: 40px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(2) {
  top: 240px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(3) {
  top: 440px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(4) {
  top: 645px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(5) {
  top: 850px;
}

.secHistory__box.innovation .secHistory__box__img:nth-of-type(6) {
  width: 220px;
  top: 1080px;
}

.secHistory__box.innovation {
  margin-bottom: 80px;
}

.secHistory__box.innovation .secHistory__box__inner dd.longer{
  padding-bottom: 420px;
}

@media screen and (max-width: 768px) {
  .secHistory__ttl {
    margin: 8vw auto 0;
    font-size: 30px;
  }
  
  .secHistory__ttl .year{
    padding-left: 20px;
    font-size: 25px;
  }
  
  .secHistory__box {
    margin: 3vw 0 8vw;
    border-left: 10px solid #e60020;
  }
  
  .secHistory__box__inner dt{
    padding-left: 2.8vw;
    font-size: clamp(17px, 4vw, 25px);
  }
  
  .secHistory__box__inner dt .j-cal{
    /*margin: -1vw 0 0 -1.5vw;*/
    margin: -1vw 0 0;
    font-size: clamp(13px, 3vw, 17px);
    display:block;
  }
  
  @supports (-moz-appearance:none) {
    .secHistory__box__inner dt .j-cal{
      margin: -1vw 0 0 -1.5vw;
    }
  }
  
  .secHistory__box__inner dd{
    padding: 0.5vw 0 9vw 3.5vw;
    font-size: 13px;
  }
  
  /*
  .secHistory__box .secHistory__box__img {
    width: 46vw;
  }*/
  
  .secHistory__box__inner dd img{
    margin: 3vw 0 0;
  }
  
  .secHistory__box .secHistory__box__img span {
    font-size: 11px;
  }
  
  .secHistory__box.dawn .secHistory__box__img:nth-of-type(1), .secHistory__box.dawn .secHistory__box__img:nth-of-type(2),
  .secHistory__box.found .secHistory__box__img:nth-of-type(1), .secHistory__box.found .secHistory__box__img:nth-of-type(2), .secHistory__box.found .secHistory__box__img:nth-of-type(3), .secHistory__box.found .secHistory__box__img:nth-of-type(4),
  .secHistory__box.growth .secHistory__box__img:nth-of-type(1), .secHistory__box.growth .secHistory__box__img:nth-of-type(2), .secHistory__box.growth .secHistory__box__img:nth-of-type(3), .secHistory__box.growth .secHistory__box__img:nth-of-type(4), .secHistory__box.growth .secHistory__box__img:nth-of-type(5), .secHistory__box.growth .secHistory__box__img:nth-of-type(6), .secHistory__box.growth .secHistory__box__img:nth-of-type(7),
  .secHistory__box.development .secHistory__box__img:nth-of-type(1), .secHistory__box.development .secHistory__box__img:nth-of-type(2), .secHistory__box.development .secHistory__box__img:nth-of-type(3), .secHistory__box.development .secHistory__box__img:nth-of-type(4),
  .secHistory__box.innovation .secHistory__box__img:nth-of-type(1),.secHistory__box.innovation .secHistory__box__img:nth-of-type(2),.secHistory__box.innovation .secHistory__box__img:nth-of-type(3),.secHistory__box.innovation .secHistory__box__img:nth-of-type(4),.secHistory__box.innovation .secHistory__box__img:nth-of-type(5),.secHistory__box.innovation .secHistory__box__img:nth-of-type(6) {
    position: relative;
    top: 0;
    right: 0;
  }
  
  .secHistory__box.found .secHistory__box__inner dd.longer, .secHistory__box.innovation .secHistory__box__inner dd.longer {
    padding-bottom: 9vw;
  }
  
  .secHistory__box.innovation .secHistory__box__inner dd.longer img{
    margin: 12vw 0 0;
    width: 180px;
  }
}

