@charset "UTF-8";
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　spフォントサイズ自動作成
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通フォント
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
/*　共通色指定
----------------------------------------------- */
.green-text {
  color: #147B45;
}

/*　沿革
----------------------------------------------- */
#history {
  width: 100%;
  padding-bottom: 21.42%;
  overflow: hidden;
}

#history .company-header {
  padding: 14.28% 0 21%;
  text-align: center;
}

#history .company-header_ttl {
  padding-bottom: 5.71%;
  position: relative;
}

#history .company-header_ttl::after {
  content: "";
  width: 11.42%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#history .company-header_ttl-ja {
  letter-spacing: 0.1em;
}

#history .company-header_ttl-en {
  margin-top: 4%;
  font-size: 11.42857vw;
  letter-spacing: 0.02em;
}

#history .company-header_copy {
  margin-top: 5.71%;
  font-size: 6vw;
  letter-spacing: 0.15em;
  line-height: 1.38;
}

#history .history-area {
  padding: 14.28% 0;
  position: relative;
  overflow: hidden;
}

#history .history-area::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 15.4vw;
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

#history .history-area.on::before {
  height: 100%;
}

#history .history-area:first-child::before {
  top: 14.28vw;
}

#history .history-area:last-child::before {
  height: 50%;
}

#history .history-area:last-child::after {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  background-image: url(../../img/page/history/last-bg_sp.svg);
  background-position: bottom center;
  position: absolute;
  top: 50%;
  left: 15.5vw;
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

#history .history-area:last-child.on::after {
  height: 45%;
}

#history .history-area:nth-child(odd) {
  background-color: #F4F7F8;
}

#history .history-area:nth-child(odd) .history-ttl {
  color: #FFF;
}

#history .history-ttl {
  font-size: 22.85714vw;
  color: #F4F7F8;
  position: absolute;
  top: -3.4vw;
  right: 7.14%;
}

#history .history-box {
  width: 85.71%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#history .history-year {
  width: 19.33%;
  position: relative;
  z-index: 3;
}

#history .history-content {
  width: 77%;
  padding-top: 6%;
}

#history .history-sbox {
  margin-top: 7%;
  position: relative;
  z-index: 1;
}

#history .history-sbox:first-child::before {
  display: none;
}

#history .history-sbox::before {
  content: "";
  width: 3.85vw;
  height: 4.42vw;
  display: block;
  background-image: url(../../img/page/history/sub_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -20%;
}

#history .history-sbox:first-child {
  margin-top: 0;
}

#history .history-sbox--lm {
  margin-top: 22.85%;
}

#history .history-moon {
  width: 16.26%;
  padding: 0.7% 2% 1.3%;
  text-align: right;
  color: #FFF;
  background: #147B45;
}

#history .history-text {
  margin-top: 3.29%;
  line-height: 1.5;
}

#history .history-img {
  width: 76.92%;
  margin-top: 4.39%;
}

#history .bdarea01,
#history .bdarea02,
#history .bdarea03,
#history .bdarea04,
#history .bdarea05,
#history .bdarea06,
#history .bdarea07,
#history .bdarea08,
#history .bdarea09,
#history .bdarea10,
#history .bdarea11,
#history .bdarea12,
#history .bdarea13,
#history .bdarea14,
#history .bdarea15,
#history .bdarea16,
#history .bdarea17,
#history .bdarea18,
#history .bdarea19,
#history .bdarea20,
#history .bdarea21,
#history .bdarea22 {
  display: none;
}

@media screen and (min-width: 701px) {
  #history {
    padding-bottom: 150px;
  }
  #history .history-area {
    width: 1000px;
    margin: 0 auto;
    padding: 95px 0;
    overflow: inherit;
  }
  #history .history-area::before {
    display: none;
  }
  #history .history-area:first-child {
    padding-top: 221px;
  }
  #history .history-area:first-child::before {
    top: 14.28vw;
  }
  #history .history-area:first-child .history-ttl {
    top: 90px;
  }
  #history .history-area:last-child::before {
    height: 50%;
  }
  #history .history-area:nth-child(odd) {
    position: relative;
  }
  #history .history-area:nth-child(odd)::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    right: calc(50% - 530px);
    top: 0;
    left: auto;
    background-color: #F4F7F8;
    z-index: -1;
  }
  #history .history-area:nth-child(odd) .history-content {
    width: 855px;
    z-index: 3;
  }
  #history .history-area:nth-child(even) .history-box {
    width: 558px;
    margin: 0 0 0 auto;
  }
  #history .history-area:nth-child(even) .history-content {
    width: 412px;
    z-index: 3;
  }
  #history .history-area:nth-child(even) .history-ttl {
    font-size: 16rem;
    top: -35px;
    right: auto;
    left: -60px;
  }
  #history .history-ttl {
    font-size: 16rem;
    top: -35px;
    right: -40px;
  }
  #history .history-box {
    width: 100%;
    margin: 0;
  }
  #history .history-year {
    width: 116px;
  }
  #history .history-year1961::before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    display: block;
    background-color: #000;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    z-index: -1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  #history .history-year1961.on::before {
    height: calc(100% - 40px);
  }
  #history .history-year1963::before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    display: block;
    background-color: #000;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    z-index: -1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  #history .history-year1963.on::before {
    height: calc(100% - 40px);
  }
  #history .history-year1992::before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    display: block;
    background-color: #000;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    z-index: -1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  #history .history-year1992.on::before {
    height: calc(100% - 40px);
  }
  #history .history-year1993::before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    display: block;
    background-color: #000;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    z-index: -1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  #history .history-year1993.on::before {
    height: calc(100% - 40px);
  }
  #history .history-content {
    padding-top: 33px;
  }
  #history .history-sbox {
    margin-top: 7%;
    position: relative;
    z-index: 1;
  }
  #history .history-sbox:first-child::before {
    display: none;
  }
  #history .history-sbox::before {
    content: "";
    width: 20px;
    height: 24px;
    top: 0;
    left: -98px;
  }
  #history .history-sbox:first-child {
    margin-top: 0;
  }
  #history .history-sbox--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #history .history-sbox--lm {
    margin-top: 22.85%;
  }
  #history .history-moon {
    width: 54px;
    padding: 2px 7px 4px 0;
  }
  #history .history-text {
    margin-top: 12px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  #history .history-img {
    width: 160px;
    margin: 0 0 0 43px;
  }
  #history .bdarea01,
  #history .bdarea02,
  #history .bdarea03,
  #history .bdarea04,
  #history .bdarea05,
  #history .bdarea06,
  #history .bdarea07,
  #history .bdarea08,
  #history .bdarea09,
  #history .bdarea10,
  #history .bdarea11,
  #history .bdarea12,
  #history .bdarea13,
  #history .bdarea14,
  #history .bdarea15,
  #history .bdarea16,
  #history .bdarea17,
  #history .bdarea18,
  #history .bdarea19,
  #history .bdarea20,
  #history .bdarea21,
  #history .bdarea22 {
    display: block;
    width: 1px;
    display: block;
    position: absolute;
  }
  #history .bdarea01 .bd,
  #history .bdarea02 .bd,
  #history .bdarea03 .bd,
  #history .bdarea04 .bd,
  #history .bdarea05 .bd,
  #history .bdarea06 .bd,
  #history .bdarea07 .bd,
  #history .bdarea08 .bd,
  #history .bdarea09 .bd,
  #history .bdarea10 .bd,
  #history .bdarea11 .bd,
  #history .bdarea12 .bd,
  #history .bdarea13 .bd,
  #history .bdarea14 .bd,
  #history .bdarea15 .bd,
  #history .bdarea16 .bd,
  #history .bdarea17 .bd,
  #history .bdarea18 .bd,
  #history .bdarea19 .bd,
  #history .bdarea20 .bd,
  #history .bdarea21 .bd,
  #history .bdarea22 .bd {
    width: 100%;
    height: 0;
    background-color: #707070;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .bdarea01 {
    height: 300px;
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
    left: 260px;
    bottom: calc(-50% + 85px);
  }
  .bdarea01 .bd {
    height: 0;
  }
  .bdarea01.on .bd {
    height: 100% !important;
  }
  .bdarea02 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 225px);
    z-index: 1;
  }
  .bdarea02 .bd {
    height: 0;
  }
  .bdarea02.on .bd {
    height: 100% !important;
  }
  .bdarea03 {
    height: 300px;
    -webkit-transform: skewX(57deg);
            transform: skewX(57deg);
    left: 260px;
    bottom: calc(-50% + 40px);
  }
  .bdarea03 .bd {
    height: 0;
  }
  .bdarea03.on .bd {
    height: 100% !important;
  }
  .bdarea04 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 153px);
    z-index: 1;
  }
  .bdarea04 .bd {
    height: 0;
  }
  .bdarea04.on .bd {
    height: 100% !important;
  }
  .bdarea05 {
    height: 300px;
    -webkit-transform: skewX(59deg);
            transform: skewX(59deg);
    left: 260px;
    bottom: calc(-50% + 20px);
  }
  .bdarea05 .bd {
    height: 0;
  }
  .bdarea05.on .bd {
    height: 100% !important;
  }
  .bdarea06 {
    height: 280px;
    -webkit-transform: skewX(-59deg);
            transform: skewX(-59deg);
    left: 265px;
    bottom: calc(-50% + 9px);
    z-index: 1;
  }
  .bdarea06 .bd {
    height: 0;
  }
  .bdarea06.on .bd {
    height: 100% !important;
  }
  .bdarea07 {
    height: 300px;
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
    left: 260px;
    bottom: calc(-50% + 20px);
  }
  .bdarea07 .bd {
    height: 0;
  }
  .bdarea07.on .bd {
    height: 100% !important;
  }
  .bdarea08 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 10px);
    z-index: 1;
  }
  .bdarea08 .bd {
    height: 0;
  }
  .bdarea08.on .bd {
    height: 100% !important;
  }
  .bdarea09 {
    height: 300px;
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
    left: 260px;
    bottom: calc(-50% + 20px);
  }
  .bdarea09 .bd {
    height: 0;
  }
  .bdarea09.on .bd {
    height: 100% !important;
  }
  .bdarea10 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 15px);
    z-index: 1;
  }
  .bdarea10 .bd {
    height: 0;
  }
  .bdarea10.on .bd {
    height: 100% !important;
  }
  .bdarea11 {
    height: 300px;
    -webkit-transform: skewX(58deg);
            transform: skewX(58deg);
    left: 260px;
    bottom: calc(-50% + 40px);
  }
  .bdarea11 .bd {
    height: 0;
  }
  .bdarea11.on .bd {
    height: 100% !important;
  }
  .bdarea12 {
    height: 280px;
    -webkit-transform: skewX(-59deg);
            transform: skewX(-59deg);
    left: 265px;
    bottom: calc(-50% + 65px);
    z-index: 1;
  }
  .bdarea12 .bd {
    height: 0;
  }
  .bdarea12.on .bd {
    height: 100% !important;
  }
  .bdarea13 {
    height: 260px;
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
    left: 280px;
    bottom: calc(-50% + 158px);
  }
  .bdarea13 .bd {
    height: 0;
  }
  .bdarea13.on .bd {
    height: 100% !important;
  }
  .bdarea14 {
    height: 280px;
    -webkit-transform: skewX(-58deg);
            transform: skewX(-58deg);
    left: 265px;
    bottom: calc(-50% + 30px);
    z-index: 1;
  }
  .bdarea14 .bd {
    height: 0;
  }
  .bdarea14.on .bd {
    height: 100% !important;
  }
  .bdarea15 {
    height: 300px;
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
    left: 260px;
    bottom: calc(-50% + 25px);
  }
  .bdarea15 .bd {
    height: 0;
  }
  .bdarea15.on .bd {
    height: 100% !important;
  }
  .bdarea16 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 15px);
    z-index: 1;
  }
  .bdarea16 .bd {
    height: 0;
  }
  .bdarea16.on .bd {
    height: 100% !important;
  }
  .bdarea17 {
    height: 300px;
    -webkit-transform: skewX(58deg);
            transform: skewX(58deg);
    left: 260px;
    bottom: calc(-50% + 40px);
  }
  .bdarea17 .bd {
    height: 0;
  }
  .bdarea17.on .bd {
    height: 100% !important;
  }
  .bdarea18 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 15px);
    z-index: 1;
  }
  .bdarea18 .bd {
    height: 0;
  }
  .bdarea18.on .bd {
    height: 100% !important;
  }
  .bdarea19 {
    height: 300px;
    -webkit-transform: skewX(58deg);
            transform: skewX(58deg);
    left: 260px;
    bottom: calc(-50% + 41px);
  }
  .bdarea19 .bd {
    height: 0;
  }
  .bdarea19.on .bd {
    height: 100% !important;
  }
  .bdarea20 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 15px);
    z-index: 1;
  }
  .bdarea20 .bd {
    height: 0;
  }
  .bdarea20.on .bd {
    height: 100% !important;
  }
  .bdarea21 {
    height: 300px;
    -webkit-transform: skewX(58deg);
            transform: skewX(58deg);
    left: 260px;
    bottom: calc(-50% + 41px);
  }
  .bdarea21 .bd {
    height: 0;
  }
  .bdarea21.on .bd {
    height: 100% !important;
  }
  .bdarea22 {
    height: 280px;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 265px;
    bottom: calc(-50% + 15px);
    z-index: 1;
  }
  .bdarea22 .bd {
    height: 0;
  }
  .bdarea22.on .bd {
    height: 100% !important;
  }
  .bd23::after {
    height: 83px !important;
    left: 56px !important;
    bottom: 30px !important;
    top: auto !important;
    background-image: url(../../img/page/history/last-bg_pc.svg) !important;
    background-repeat: no-repeat;
    background-position: bottom center !important;
    background-color: inherit;
  }
}

@media screen and (min-width: 701px) {
  .company-mv {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .company-mv_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .company-mv_l {
    padding-top: 125px;
  }
  .company-mv_l-ttl {
    padding-bottom: 32px;
    position: relative;
  }
  .company-mv_l-ttl::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .company-mv_l-ttl-ja {
    letter-spacing: 0.1em;
  }
  .company-mv_l-ttl-en {
    margin-top: 23px;
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
  .company-mv_l-copy {
    margin-top: 42px;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.15em;
  }
  .company-mv_r {
    width: 62.5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 140px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .company-mv_r .company-mv_r-position {
    width: 100%;
    position: relative;
    height: 100%;
  }
  .company-mv_r img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
/*# sourceMappingURL=history.css.map */