header {
  min-width: 0;
}

main.his .mv {
  height: calc(100vh - 100px);
  min-height: 620px;
  max-height: 1080px;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  main.his .mv {
    height: calc(100vh - calc(100 / 3.75 * 1vw));
    min-height: 0;
    max-height: none;
    padding: 0;
  }
}
main.his .mv .mv-inner {
  background: url("../images/history/his_bg.jpg") center top/1500px auto no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  main.his .mv .mv-inner {
    background: url("../images/history/his_bg_sp.jpg") center top/100% auto repeat-y;
  }
}
@media only screen and (max-width: 767.98px) {
  main.his .mv .mv-inner {
    padding-bottom: calc(80 / 3.75 * 1vw);
  }
}
main.his .mv .mv-inner h2 {
  font-size: 82px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  main.his .mv .mv-inner h2 {
    font-size: calc(41 / 3.75 * 1vw);
  }
}
main.his .mv .mv-inner p {
  font-size: 21px;
  margin-top: 100px;
}
@media only screen and (max-width: 767.98px) {
  main.his .mv .mv-inner p {
    font-size: calc(16 / 3.75 * 1vw);
    margin-top: calc(55 / 3.75 * 1vw);
  }
}
@media screen and (min-width: 767.99px) {
  main.his .mv .mv-inner .pc-title-box {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 60px 20px;
  }
  main.his .mv .mv-inner .pc-title-box img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}
main.his .head-block {
  padding: 80px 0 300px;
}
@media only screen and (max-width: 767.98px) {
  main.his .head-block {
    padding: calc(37 / 3.75 * 1vw) calc(20 / 3.75 * 1vw) calc(60 / 3.75 * 1vw);
  }
}
main.his .head-block .anc {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  main.his .head-block .anc {
    width: 100%;
    margin: 0 auto;
  }
}
main.his .head-block .anc a {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 30px;
  line-height: 40px;
  transition: .3s ease;
}
@media only screen and (max-width: 767.98px) {
  main.his .head-block .anc a {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(21 / 3.75 * 1vw);
  }
}
main.his .head-block .anc a::before {
  content: "";
  display: block;
  background: url("../images/foot_icn_link.png") center center/contain no-repeat;
  width: 10px;
  height: 15px;
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  main.his .head-block .anc a::before {
    width: calc(6 / 3.75 * 1vw);
    height: calc(9 / 3.75 * 1vw);
    margin-right: calc(6 / 3.75 * 1vw);
  }
}
main.his .head-block .anc a:hover {
  opacity: .7;
}
main.his .cont-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 1600px;
  will-change: height;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap {
    min-width: 0;
    width: 100%;
    padding-bottom: calc(600 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .prog-bar {
  background: url("../images/history/center_bar_btm.png") center bottom/contain no-repeat, url("../images/history/center_bar.png") center top repeat-y;
  width: 80px;
  height: 41px;
  position: absolute;
  left: calc(50% - 40px);
  top: 200px;
  z-index: 5;
  transition: .3s ease;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .prog-bar {
    width: calc(30 / 3.75 * 1vw);
    left: calc(20 / 3.75 * 1vw);
    top: calc(200 / 3.75 * 1vw);
    z-index: 1;
  }
}
main.his .cont-wrap .prog-bar img {
  margin: -36px 0 0 -2px;
  width: 84px;
  display: block;
  max-width: 84px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .prog-bar img {
    margin: calc(-16 / 3.75 * 1vw) 0 0 calc(-1 / 3.75 * 1vw);
    width: calc(32 / 3.75 * 1vw);
    max-width: calc(32 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .cont-top {
  margin: 0 auto 60px;
  max-width: 1260px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-top {
    margin: 0;
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
main.his .cont-wrap .cont-top::after {
  content: "";
  display: block;
  height: 0;
  width: 280px;
  visibility: hidden;
}
main.his .cont-wrap .cont-top ul {
  width: 280px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-top ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: calc(56 / 3.75 * 1vw);
    margin-bottom: calc(120 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .cont-top ul li {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-top ul li {
    flex-direction: column;
    justify-content: center;
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(21 / 3.75 * 1vw);
    row-gap: calc(13 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .cont-top ul li .icn {
  width: 25px;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-top ul li .icn {
    width: calc(24 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .cont-top h2 {
  width: 230px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-top h2 {
    width: calc(76 / 3.75 * 1vw);
    padding: calc(10 / 3.75 * 1vw) 0 0;
    margin: 0 0 calc(70 / 3.75 * 1vw) calc(65 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .cont-box {
  padding-top: 200px;
  position: relative;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .cont-box {
    padding: 0 calc(30 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content {
    flex-direction: column-reverse;
    margin: 0 auto calc(130 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content figure {
  width: 50%;
  text-align: right;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content figure {
    width: auto;
    text-align: left;
    margin-top: calc(50 / 3.75 * 1vw);
    row-gap: calc(20 / 3.75 * 1vw);
    padding-right: 0;
  }
}
main.his .cont-wrap .content figure img {
  max-width: none;
  width: auto;
  border-radius: 33px;
  width: 477px;
  margin: 0 0 0 -265px;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content figure img {
    margin: 0;
    width: 100%;
    height: calc(198 / 3.75 * 1vw);
    object-fit: cover;
    border-radius: calc(11 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content figure.wide363 img {
  max-width: none;
  width: 363px;
  margin: 0 0 0 -265px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content figure.wide363 img {
    margin: 0;
    width: 100%;
    height: calc(198 / 3.75 * 1vw);
    object-fit: cover;
    border-radius: calc(11 / 3.75* 1vw);
  }
}
main.his .cont-wrap .content figure.wide795 img {
  max-width: none;
  width: 636px;
  margin: 0 0 0 -800px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content figure.wide795 img {
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content figure.img-sq {
    max-width: 100%;
    width: auto;
    margin: 0;
    margin-top: calc(50 / 3.75 * 1vw);
    height: calc(315 / 3.75* 1vw);
  }
}
main.his .cont-wrap .content .detail-box {
  width: 50%;
  padding-left: 80px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box {
    width: auto;
    margin: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box h3 {
    text-align: center;
  }
}
main.his .cont-wrap .content .detail-box h3 img {
  height: 84px;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box h3 img {
    height: calc(57 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content .detail-box .txt-box {
  position: relative;
  width: 100%;
  max-width: 590px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box .txt-box {
    margin-left: calc(20 / 3.75 * 1vw);
    overflow: hidden;
  }
}
main.his .cont-wrap .content .detail-box .txt-box p {
  font-size: 21px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 55px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box .txt-box p {
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(36 / 3.75 * 1vw);
    margin-top: calc(35 / 3.75 * 1vw);
    padding: calc(35 / 3.75 * 1vw) 0 0 calc(10 / 3.75 * 1vw);
    width: 100%;
  }
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box .txt-box .point-ic {
    left: calc(-20 / 3.75 * 1vw);
    top: calc(35 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box .txt-box .point-ic::before {
    width: calc(22 / 3.75 * 1vw);
    height: calc(22 / 3.75 * 1vw);
    left: calc(32 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic::after {
  content: "";
  display: block;
  width: 40px;
  height: 0;
  line-height: 0;
  position: absolute;
  top: 16px;
  left: -40px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .content .detail-box .txt-box .point-ic::after {
    top: calc(10 / 3.75 * 1vw);
    left: calc(20 / 3.75 * 1vw);
    width: calc(15 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.blu::before {
  background: url("../images/history/his_hex_icn_blu.svg") center center/contain no-repeat;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.blu::after {
  border-top: 2px solid #606EB2;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.grn::before {
  background: url("../images/history/his_hex_icn_grn.svg") center center/contain no-repeat;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.grn::after {
  border-top: 2px solid #64A70B;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.pnk::before {
  background: url("../images/history/his_hex_icn_pnk.svg") center center/contain no-repeat;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.pnk::after {
  border-top: 2px solid #E06287;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.gra::before {
  background: url("../images/history/his_hex_icn_gra.svg") center center/contain no-repeat;
}
main.his .cont-wrap .content .detail-box .txt-box .point-ic.gra::after {
  border-top: 2px solid #606EB2;
}
@media screen and (min-width: 767.99px) {
  main.his .cont-wrap .content.rev {
    flex-direction: row-reverse;
  }
  main.his .cont-wrap .content.rev figure {
    text-align: left;
    padding-left: 80px;
    align-items: flex-start;
  }
  main.his .cont-wrap .content.rev figure img {
    margin: 0;
  }
  main.his .cont-wrap .content.rev .detail-box {
    width: 470px;
    padding-left: 20px;
    margin: 0 80px 0 auto;
  }
  main.his .cont-wrap .content.rev .detail-box .txt-box p {
    padding: 0 40px 0 0;
  }
  main.his .cont-wrap .content.rev .detail-box .txt-box .point-ic {
    left: auto;
    right: 0;
  }
  main.his .cont-wrap .content.rev .detail-box .txt-box .point-ic::before {
    left: auto;
    right: 0;
  }
  main.his .cont-wrap .content.rev .detail-box .txt-box .point-ic::after {
    left: auto;
    right: -40px;
  }
}
main.his .cont-wrap .bottom-end {
  background: linear-gradient(to top, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
  padding: 1000px 0 330px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .bottom-end {
    padding: calc(570 / 3.75 * 1vw) 0 calc(230 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .bottom-end p {
  font-size: 41px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 172px;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .bottom-end p {
    font-size: calc(21 / 3.75 * 1vw);
    line-height: calc(48 / 3.75 * 1vw);
    margin-bottom: calc(113 / 3.75 * 1vw);
    text-align: left;
    padding: 0 calc(20 / 3.75 * 1vw) 0 calc(40 / 3.75 * 1vw);
  }
}
main.his .cont-wrap .bottom-end h2 {
  font-size: 82px;
  line-height: 109px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  main.his .cont-wrap .bottom-end h2 {
    font-size: calc(41 / 3.75 * 1vw);
    line-height: calc(65 / 3.75 * 1vw);
    text-align: left;
  }
}

@media only screen and (max-width: 767.98px) {
  [data-aos=fade-left] {
    transform: translate(-100px);
  }
}
