html{
  font-size: 62.5%;
  word-wrap: break-word;
}
#history{
  font-size: 1.7rem;
  min-width: 980px;
}
@media print, screen and (max-width: 750px) {
  .spi {
    display: inline;
  }
}
.c-kv {
  height: 360px;
  /* padding: 120px 0 100px; */
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv {
    height: auto;
    padding: 0;
  }
} */
.c-kv__inner {
  width: 100%;
  position: absolute;
  top:80px;
}
/* @media print,
screen and (max-width: 750px) {
  .c-kv__inner {
    width: 84%;
    margin: 0 auto;
  }
} */

.c-kv__wrap {
  width: 100%;
  /* height: 360px; */
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  /* margin-top: -301px; */
  position: absolute;
  top: 0;
}

.c-kv__ttl {
  font-size: 4.2rem;
  font-family: 'M+1c';
  font-weight: bold;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
  }
} */

.c-kv__subTtl {
  font-size: 2.0rem;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: .07em;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__subTtl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
} */

.c-kv__txt {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'M+1c';
  font-weight: normal;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
} */



.c-kv--history {
  background: url(../images/history/kv_bg_history.png) no-repeat center center;
  color: #000;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv--history {
    background: url(../images/history/kv_bg_history--sp.png) no-repeat center center;
    padding: 17.33333% 0 7.33333%;
    background-size: cover;
  }
} */

.p-history {
  margin-bottom: 135px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-history {
    margin-bottom: 12.53333%;
  }
} */

.p-history__txt {
  font-size: 1.4rem;
  text-align: center;
}

/* @media print,
screen and (max-width: 750px) {
  .p-history__txt {
    width: 93.33333%;
    margin: 0 auto;
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
    font-size: 3.46667vw;
  }
} */

.p-historyList {
  position: relative;
  width: 943px;
  margin: 120px auto;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList {
    width: 93.33333%;
    margin: 15.73333% auto 24%;
  }
} */

.p-historyList::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 75px;
  width: 2px;
  height: 99.68%;
  background-color: #004C98;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList::before {
    left: 14.1%;
    z-index: 1;
  }
} */

.p-historyList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__item {
    margin-top: 13.06667%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
} */

.p-historyList__item:first-child {
  margin-top: 0;
}

.p-historyList__time {
  position: relative;
  font-size: 1.8rem;
  width: 82px;
  font-family: 'Montserrat';
  letter-spacing: .04em;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__time {
    width: 18%;
    padding-top: 0.3em;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
 */
.p-historyList__time::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(../images/history/circle_icon.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__time::before {
    top: .8em;
    width: .6em;
    height: .6em;
    right: .5em;
  }
} */

.p-historyList__date {
  padding-left: 33px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__date {
    width: 82%;
    padding-left: 3.28571%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
} */

.p-historyList__txtBox {
  width: 369px;
  margin-top: 20px;
  margin-left: 115px;
  padding: 20px;
  border: 1px solid #DCDCDC;
  border-radius: 6px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__txtBox {
    width: 81%;
    margin-left: 19%;
    padding: 4.28571%;
  }
}
 */
.p-historyList__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 14px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
} */

.p-historyList__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyList__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
} */

.p-historyTopic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 115px;
  margin-top: 80px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic {
    width: 81%;
    margin-top: 13.06667%;
    margin-left: 19%;
    display: block;
  }
} */

.p-historyTopic:first-child {
  margin-top: 0;
}

.p-historyTopic__ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-historyTopic__numberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.6rem;
  background-color: #004C98;
  border-radius: 4px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__numberWrap {
    width: 3.4em;
    height: 3.4em;
  }
} */

.p-historyTopic__number {
  font-weight: bold;
  text-align: center;
  width: 70px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__number {
    font-size: 11px;
    font-size: 2.93333vw;
  }
} */

.p-historyTopic__number span {
  font-size: 3.2rem;
  line-height: 1.3;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__number span {
    font-size: 23px;
    font-size: 6.13333vw;
  }
} */

.p-historyTopic__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 14px;
  line-height: 1.5;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__ttl {
    margin-left: 3.52734%;
    font-size: 17px;
    font-size: 4.53333vw;
  }
} */

.p-historyTopic__txt {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 407px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__txt {
    margin-top: 5.29101%;
    width: 100%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
} */

.p-historyTopic__rightBox {
  width: 348px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyTopic__rightBox {
    width: 70.54674%;
    margin-top: 7.05467%;
  }
} */

.p-historyLinkList {
  background-color: #F2F2F2;
  padding: 63px 0 55px;
  margin-top: 99px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyLinkList {
    padding: 14.4% 0 14.93333%;
    margin: 14.26667% auto 0;
  }
} */

.p-historyLinkList__wrap {
  width: 842px;
  margin: 0 auto;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyLinkList__wrap {
    width: 100%;
  }
} */

.p-historyLinkList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyLinkList__inner {
    display: block;
    margin: 0 auto;
  }
} */

.p-historyLinkList__btn {
  width: 240px;
  margin: 58px auto 0;
}

/* @media print,
screen and (max-width: 750px) {
  .p-historyLinkList__btn {
    width: 84%;
    margin: 14% auto 0;
  }
} */