.v-history {
  padding-top: 85px;
}
@media screen and (max-width: 750px) {
  .v-history {
    padding-top: 17rem;
  }
}
.v-history__sec-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-history__sec-title {
    font-size: 5.2rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.v-history__sec-title__span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #ff9131;
  letter-spacing: 0.1em;
  font-family: DIN Condensed;
}
@media screen and (max-width: 750px) {
  .v-history__sec-title__span {
    font-size: 2.8rem;
  }
}
.v-history__div-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-history__div-title {
    font-size: 3.6rem;
    line-height: 1.6;
    white-space: nowrap;
  }
}
.v-history__div-title__span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: DIN Condensed;
}
@media screen and (max-width: 750px) {
  .v-history__div-title__span {
    font-size: 2.8rem;
  }
}
.v-history__sec1 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1 {
    margin-top: 10rem;
    padding: 0 4rem;
  }
}
.v-history__sec1 .layout {
  position: relative;
}
.v-history__sec1__btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #f8f8f8;
  width: 188px;
  height: 62px;
  background: #ff9131;
  position: absolute;
  top: 35px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__btn1 {
    position: relative;
    width: 37.6rem;
    height: 12.4rem;
    font-size: 4.8rem;
    margin: 6rem auto 0;
    top: 0;
  }
}
.v-history__sec1__txt1 {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__txt1 {
    font-size: 3.2rem;
    margin-top: 6rem;
    line-height: 2.4;
  }
}
.v-history__sec1__tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl {
    margin-top: 10rem;
  }
}
.v-history__sec1__tbl__tr {
  border-bottom: 1px solid #212121;
}
.v-history__sec1__tbl__tr.is-first {
  border-bottom: 0;
}
.v-history__sec1__tbl__tr.is-first th {
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-first th {
    padding-bottom: 2rem;
  }
}
.v-history__sec1__tbl__tr.is-first td {
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-first td {
    padding-bottom: 2rem;
  }
}
.v-history__sec1__tbl__tr.is-multiple {
  border-bottom: 0;
}
.v-history__sec1__tbl__tr.is-multiple th {
  padding: 15px 20px 15px 60px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-multiple th {
    padding: 2rem 6rem 2rem 0;
  }
}
.v-history__sec1__tbl__tr.is-multiple td {
  padding: 15px 0 15px 47px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-multiple td {
    padding: 2rem 0 2rem;
  }
}
.v-history__sec1__tbl__tr.is-last th {
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-last th {
    padding-top: 2rem;
  }
}
.v-history__sec1__tbl__tr.is-last td {
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__tr.is-last td {
    padding-top: 2rem;
  }
}
.v-history__sec1__tbl__th {
  width: 195px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #ff9131;
  padding: 25px 0 25px 60px;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__th {
    width: 24.8rem;
    text-align: left;
    font-size: 3.6rem;
    vertical-align: top;
    padding: 4rem 0 4rem;
  }
}
.v-history__sec1__tbl__th.is-th1 {
  text-align: right;
  padding: 25px 20px 25px 60px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__th.is-th1 {
    text-align: right;
    padding: 4rem 6rem 4rem 0;
  }
}
.v-history__sec1__tbl__th > span {
  position: relative;
  left: 10px;
}
.v-history__sec1__tbl__td {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  padding: 30px 0 30px 47px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__td {
    padding: 4rem 0 4rem;
    font-size: 3.2rem;
  }
}
.v-history__sec1__tbl__td > ul {
  position: relative;
  top: 2px;
}
.v-history__sec1__tbl__td > ul > li:nth-child(2) {
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__td > ul > li:nth-child(2) {
    margin-top: 2.2rem;
  }
}
.v-history__sec1__tbl__td > ul > li:nth-child(3) {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__td > ul > li:nth-child(3) {
    margin-top: 7.4rem;
  }
}
.v-history__sec1__tbl__img {
  width: 320px;
  margin-top: 35px;
  display: block;
}
@media screen and (max-width: 750px) {
  .v-history__sec1__tbl__img {
    width: 100%;
    margin-top: 4rem;
  }
}
.v-history__sec2 {
  margin: 100px 0;
}
@media screen and (max-width: 750px) {
  .v-history__sec2 {
    margin-top: 14rem;
    padding: 0 4rem;
  }
}
.v-history__sec2__div--1 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--1 {
    margin-top: 6rem;
  }
}
.v-history__sec2__div--2 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--2 {
    margin-top: 14rem;
  }
}
.v-history__sec2__div--3 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--3 {
    margin-top: 14rem;
  }
}
.v-history__sec2__div--4 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--4 {
    margin-top: 14rem;
  }
}
.v-history__sec2__div--5 {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--5 {
    margin-top: 6rem;
  }
}
.v-history__sec2__div--6 {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--6 {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .v-history__sec2__div--7 {
    margin-top: 14rem;
  }
}
.v-history__sec2__img {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__img {
    margin: 6rem 0;
  }
}
.v-history__sec2__txt1 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__txt1 {
    font-size: 3.6rem;
    padding-left: 5.2rem;
  }
}
.v-history__sec2__txt1::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff9131;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__txt1::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.v-history__sec2__txt2 {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__txt2 {
    font-size: 3.2rem;
    margin-top: 2rem;
    line-height: 2.4;
  }
}
.v-history__sec2__ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__ul {
    margin-top: 6rem;
    flex-wrap: wrap;
  }
}
.v-history__sec2__ul__li {
  width: 585px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__ul__li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .v-history__sec2__ul__li + li {
    margin-top: 6rem;
  }
}
.v-history__sec2__map {
  width: 100%;
  height: 260px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .v-history__sec2__map {
    height: 52rem;
    margin-top: 2rem;
  }
}
.v-history__sec2__map > iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */