@charset "UTF-8";
.pc_contents {
  display: block;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none;
  }
}

.sp_contents {
  display: none;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block;
  }
}

html {
  font-size: calc(100vw / 12.8);
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.history {
  position: relative;
  overflow: hidden;
}

#history .breadArea ul {
  width: 1020px;
  margin: 20px auto 0;
}

.history {
  margin-bottom: 80.5px;
}

.history__secTopArea {
  font-size: 0;
  width: 910px;
  height: 570px;
  margin: 119px auto 80px;
  position: relative;
}

@media (max-width: 768px) {
  .history__secTopArea {
    width: 89.3%;
    height: auto;
    margin: 0 auto 79.6px;
    position: relative;
  }
}

.history__secTopArea--text {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2.5;
  text-align: left;
  color: #222;
  padding-top: 40px;
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .history__secTopArea--text {
    font-size: .14rem;
    letter-spacing: 0.04em;
    line-height: 2.85;
    text-align: center;
    padding-top: 42.5px;
  }
}

.history__secTopArea--title {
  margin-left: -10px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .history__secTopArea--title {
    margin-left: -2%;
    margin-bottom: 16px;
  }
}

.history__secTopArea--title img {
  width: 455px;
}

@media (max-width: 768px) {
  .history__secTopArea--title img {
    width: 100%;
  }
}

.history__secTopArea--titleSubText {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.57;
  text-align: left;
  color: #222;
}

.history__secTopArea--titleSubText img {
  width: 625px;
}

@media (max-width: 768px) {
  .history__secTopArea--titleSubText {
    font-size: .12rem;
  }
}

.history__secTopArea--visu {
  position: relative;
}

.history__secTopArea--visu img {
  width: 210px;
}

@media (max-width: 768px) {
  .history__secTopArea--visu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -30%;
  }
}

.history__secTopArea--visu div:nth-child(1) {
  position: absolute;
  left: 0;
  top: 80px;
}

@media (max-width: 768px) {
  .history__secTopArea--visu div:nth-child(1) {
    position: static;
    width: 62.6%;
    margin-top: 40px;
  }
}

.history__secTopArea--visu div:nth-child(1) img {
  width: 625px;
}

@media (max-width: 768px) {
  .history__secTopArea--visu div:nth-child(1) img {
    width: 100%;
  }
}

.history__secTopArea--visu div:nth-child(2) {
  position: absolute;
  top: -250px;
  right: 0;
}

@media (max-width: 768px) {
  .history__secTopArea--visu div:nth-child(2) {
    position: static;
    width: 28.1%;
  }
}

.history__secTopArea--visu div:nth-child(2) img {
  width: 210px;
}

@media (max-width: 768px) {
  .history__secTopArea--visu div:nth-child(2) img {
    width: 100%;
  }
}

.history__secflex {
  width: 910px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .history__secflex {
    width: 89.3%;
    display: block;
  }
}

.history__secflex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.history__secflex:nth-child(6) {
  width: 800px;
}

@media (max-width: 768px) {
  .history__secflex:nth-child(6) {
    width: 89.3%;
    display: block;
  }
}

.history__secflex .ill {
  display: block;
}

.history__secflex .ill img {
  width: 455px;
}

@media (max-width: 768px) {
  .history__secflex .ill img {
    width: 100%;
  }
}

.history__secflex .ill:nth-child(n+5) {
  display: none;
}

.history__secflex .ill.ill-mr.ill-xs img {
  width: 320px;
}

@media (max-width: 768px) {
  .history__secflex .ill.ill-mr.ill-xs img {
    width: 100%;
  }
}

.history__secflex .ill.ill-xs2 img {
  width: 343px;
}

@media (max-width: 768px) {
  .history__secflex .ill.ill-xs2 img {
    width: 100%;
  }
}

.history__secflex .ill-mr {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .history__secflex .ill-mr {
    margin-left: 0;
  }
}

.history__secflex div:nth-child(2) p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #222;
}

@media (max-width: 768px) {
  .history__secflex div:nth-child(2) p {
    font-size: .14rem;
  }
}

.history__secflex div:nth-child(2) p span {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: left;
  color: #222;
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .history__secflex div:nth-child(2) p span {
    font-size: .16rem;
  }
}

.history__lastBox {
  width: 519px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .history__lastBox {
    width: 89.3%;
  }
}

.history__lastBox--text {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #222;
}

@media (max-width: 768px) {
  .history__lastBox--text {
    font-size: .14rem;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}

.history__lastBox--text p:nth-last-child(1) {
  margin-top: 39px;
}

.history__lastBox--text p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #222;
}

@media (max-width: 768px) {
  .history__lastBox--text p {
    font-size: .14rem;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}

.history__lastBox div img {
  width: 519px;
}

@media (max-width: 768px) {
  .history__lastBox div img {
    width: 100%;
  }
}

.history__lastBox .illCredit {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #222;
}

@media (max-width: 768px) {
  .history__lastBox .illCredit {
    font-size: .10rem;
  }
}

.history__aboutUsinner {
  width: 910px;
  margin: 0 auto 40.5px;
}

@media (max-width: 768px) {
  .history__aboutUsinner {
    width: 89.3%;
  }
}

.history__aboutUsinner--aboutUs {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.38;
  text-align: left;
  color: #222;
  margin-bottom: 39.5px;
}

@media (max-width: 768px) {
  .history__aboutUsinner--aboutUs {
    font-size: .20rem;
  }
}

.history__aboutUsinner--aboutUs span {
  display: block;
  font-weight: 600;
}

.history__aboutUsinner--itemTable {
  width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .history__aboutUsinner--itemTable {
    width: 100%;
    display: block;
  }
}

.history__aboutUsinner--itemTable dt {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.85;
  text-align: left;
  color: #222;
  width: 220px;
  border-top: solid 1px #CCCCCC;
  padding: 40.5px 0 109.5px 6px;
}

@media (max-width: 768px) {
  .history__aboutUsinner--itemTable dt {
    font-size: .14rem;
    width: 100%;
    padding: 40.5px 0 32px 6px;
  }
}

.history__aboutUsinner--itemTable dd {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #222;
  width: 670px;
  border-top: solid 1px #CCCCCC;
  padding: 40.5px 0 43.5px 0;
  position: relative;
}

@media (max-width: 768px) {
  .history__aboutUsinner--itemTable dd {
    font-size: .20rem;
    border-top: none;
    width: 100%;
    padding: 0 0 43.5px 0;
  }
}

.history__aboutUsinner--itemTable dd p {
  font-family: YakuHanJP, "Gotham SSm A", "Gotham SSm B", "TBゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  color: #222;
}

@media (max-width: 768px) {
  .history__aboutUsinner--itemTable dd p {
    font-size: .14rem;
  }
}

.history__aboutUsinner--itemTable dd .arrow {
  position: absolute;
  right: 0;
  bottom: 30.5px;
}

.history__aboutUsinner--itemTable dd .arrow img {
  width: 30px;
}

.history .animate-LeftOn {
  -webkit-transform: translateX(-270px);
          transform: translateX(-270px);
  opacity: 0;
}

.hide {
  opacity: 0.5;
  line-height: 2;
}

.hide a {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */