@charset "utf-8";

.kv01{
    background: url(../../../img/history/kv01.png) no-repeat center bottom;
    background-size: cover;
}

.ulLink01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ulLink01 li {
    width: 30%;
    max-width: 250px;
    min-width: 170px;
    background: #fff;
    transform: scaleX(1) skewX(-25deg);
    margin: 0 20px 40px;
    border-left: 20px solid #ee3338;
    box-shadow: 5px 5px 3px rgb(0,0,0,0.3)
}

.ulLink01 li a {
    font-weight: bold;
    height: 8rem;
    margin-left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(1) skewX(25deg);
  position: relative;
}
.ulLink01 li a:hover {
    text-decoration: none;
}
.ulLink01 li a:before,
.ulLink01 li a:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #ee3338;
    transition: 0.3s;
}
.ulLink01 li a:before{
  width: 60px;
  transform: translate(30px, 0px);
}
.ulLink01 li a:hover:before{
  width: 70px;
  right: 10px;
}
.ulLink01 li a:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.ulLink01 li a:hover:after{
  right: 10px;
}
.ulLink01 li.li02 {
    background: #eee;
}
.ulLink01 li.li02 a:hover {
    color: #ee3338;
}
.ttl_line01 {
    border-bottom: solid 1px #111;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    padding: 0 20px;
}
.ttl_line01:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 12.5em;
    border-top: 1px solid #ee3338;
}
.moreBox_hvs01{
    background: #111;
    color: #fff;
}
.moreBox_hvs01 .ttl_hvs04 span:before{
    background: #fff;
}
.ul_more01 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ul_more01 li{
   width: 30%;
    min-width: 200px;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ul_more01 li a{
   display: block;
    align-content:space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    transition: .3s;
}
.ul_more01 li a:hover{
    text-decoration: none;
    color: #fff;
   background: #ee3338;
}
.ul_more01 li a div{
background: #fff;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ul_more01 li a div img{
   height: 80%;
    transition: .3s
}

.ul_more01 li a:hover div img{
   height: 90%;
}
.ul_more01 li a p{
    width: 100%;
    height: 25%;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 769px) {
      .ulLink01 li {
        width: 80%;
        max-width: 80%;        
    margin: 0 0 40px;
      }
}

/*ここまで製品系ページで削除せず使い回せる-----------------------------*/
.bgGrey02 {
    background: rgb(238,238,238,.6);
}
.historyBox01 {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}

.ttl_hsty01{
    background: #111;
    color: #fff;
    transform: scaleX(1) skewX(-25deg) translateX(-50%);
    padding: 1rem 1em;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
    width: 16em;
    position: absolute;
    top:-1em;
    left: 50%;
}
@media screen and (max-width: 769px) {
  .ttl_hsty01 {
    width: 80%;
  }
}
.ttl_hsty01 span{
  display: block;
  transform: scaleX(1) skewX(25deg);
}

.tl_date {
    display: inline-block;
    background: #ee3338;
    border: .25em solid #fff;
    border-radius: 100%;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
}

.tlBox {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
    text-align: left;
}
.tlBoxImg {
    width: calc(1em + 25vw);
    padding: 0 0 0 1em;
}

.tl_img {
  max-width: 25vw;
}
.tl_img.mini_tl_img {
  display: block;
  max-height: 10vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 64rem) {
  .tlBoxImg {
    width: calc(3em + 10vw);
  }
  .tlBoxImg {
    width: calc(1em + 10vw);
    padding: 0 1em 0 2em;
  }
  .tl_img {
    max-width: 10vw;
  }
  .tl_img.mini_tl_img {
    margin-right: 0;
    max-height: 6vw;
  }

}

/*jsの-----------------------------*/
  .cd-timeline {
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }


  .cd-timeline__container {
    position: relative;
    padding: 1.25em 0 2em;
  }

  .cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: rgba(0,0,0,.1);
  }


  @media (min-width: 64rem) {
    .cd-timeline__container::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
    }
  }

  .cd-timeline__container::after {
    content: "Still growing";
    color: #888;
    display: block;
    position: relative;
    bottom: -1.2em;
  }

  @media (max-width: 64rem) {
    .cd-timeline__container::after {
      text-align: left;
    }
  }


  .cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
  }

  .cd-timeline__block:last-child {
    margin-bottom: 0
  }

  @media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }
  }

  .cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background: #ee3338;
  }

  .cd-timeline__img img {
    width: 24px;
    height: 24px
  }

  @media (min-width: 64rem) {
    .cd-timeline__img {
      -ms-flex-order: 1;
      order: 1;
      margin-left: calc(5% - 15px);
      will-change: transform
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__img {
      margin-right: calc(5% - 15px)
    }
  }
/*
  .cd-timeline__img--picture {
    background-color: hsl(111, 51%, 60%);
  }

  .cd-timeline__img--movie {
    background-color: hsl(356, 53%, 49%);
  }

  .cd-timeline__img--location {
    background-color: hsl(47, 85%, 61%);
  }
*/
  .cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    background: #fff;
    border-radius: 0.25em;
    padding: 1.25em;
  }

  .cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #fff;
  }

  .cd-timeline__content h2 {
    color: hsl(206, 21%, 24%);
    color: var(--cd-color-1)
  }

  @media (min-width: 64rem) {
    .cd-timeline__content {
      width: 45%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      will-change: transform;
      margin: 0;
      --line-height-multiplier: 1.2
    }
    .cd-timeline__content::before {
      top: 12px
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
      right: auto;
      left: 100%;
      width: 0;
      height: 0;
      border: 7px solid transparent;
      border-left-color: #fff;
    }
  }

  .cd-timeline__date {
      font-size: 14px;
  }

  @media (min-width: 64rem) {
    .cd-timeline__date {
      position: absolute;
      width: 100%;
      left: 120%;
      top: .6em;
      text-align: left;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__date {
      left: auto;
      right: 120%;
      text-align: right
    }
  }

  @media (min-width: 64rem) {
    .cd-timeline__img--hidden, .cd-timeline__content--hidden {
      visibility: hidden
    }
    .cd-timeline__img--bounce-in {
      -webkit-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s
    }
    .cd-timeline__content--bounce-in {
      -webkit-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
      -webkit-animation-name: cd-bounce-2-inverse;
      animation-name: cd-bounce-2-inverse
    }
  }

  @-webkit-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @-webkit-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px)
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px)
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @-webkit-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      transform: translateX(100px)
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px)
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      transform: translateX(100px)
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px)
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }
.flex-history01{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.txtBox-history01{
    width: 100%;
    max-width: 650px;
    margin-bottom: 20px;
}
.picBox-history01{
    width: 100%;
    max-width: 300px;
}

