@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.kv__wrap {
  background-color: #ffffff;
}
.kv__wrap .kv__box {
  max-width: 1400px;
  margin: 0 auto;
}
.kv__wrap .kv__box .kv__img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .kv__wrap .kv__box .kv__img {
    content: url("../img/history/kv_history_sp.webp");
  }
}
.content__section {
  background-color: #ffffff;
  padding: 5rem 0 10rem;
}

.content__journey {
  max-width: 1400px;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content__journey .content__journey-toptext {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.content__journey .content__journey-toptext::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #979797;
  margin-top: 16px;
}
.content__journey .content__journey-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  gap: 20px;
}
.content__journey .content__journey-box .content__journey-founder {
  display: flex;
  align-items: center;
  max-width: 580px;
  width: 44%;
  gap: 20px;
}
.content__journey .content__journey-box .content__journey-founder .content__journey-founder-thumb {
  width: 200px;
}
.content__journey .content__journey-box .content__journey-founder .content__journey-founder-thumb .content__journey-founder-img {
  width: 100%;
  display: block;
}
.content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox {
  width: 360px;
}
.content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox .content__journey-founder-name {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox .content__journey-founder-quote {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.content__journey .content__journey-box .content__journey-product {
  display: flex;
  align-items: start;
  max-width: 690px;
  width: 52.5%;
  gap: 7.2%;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention {
  max-width: 320px;
  width: 100%;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-thumb {
  margin-bottom: 1rem;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-thumb .content__journey-invention-img {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-time {
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .content__journey .content__journey-box {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .content__journey .content__journey-box .content__journey-founder {
    width: 100%;
  }
  .content__journey .content__journey-box .content__journey-product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content__journey .content__journey-box {
    max-width: 768px;
    width: calc(100% - 6rem);
    padding: 0 3rem;
  }
  .content__journey .content__journey-box .content__journey-founder {
    flex-direction: column;
  }
  .content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox {
    width: -moz-fit-content;
    width: fit-content;
  }
  .content__journey .content__journey-box .content__journey-product {
    gap: 20px;
  }
  .content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-thumb {
    margin-bottom: 0.5rem;
  }
  .content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-time {
    font-size: 30px;
    margin-bottom: 0.5rem;
  }
  .content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-name {
    font-size: 20px;
  }
  .content__journey .content__journey-box .content__journey-product .content__journey-invention .content__journey-invention-textbox .content__journey-invention-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .content__journey .content__journey-toptext {
    font-size: 26px;
  }
  .content__journey .content__journey-box .content__journey-founder .content__journey-founder-thumb {
    width: 158px;
  }
  .content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox {
    text-align: center;
  }
  .content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox .content__journey-founder-name {
    font-size: 16px;
  }
  .content__journey .content__journey-box .content__journey-founder .content__journey-founder-textbox .content__journey-founder-quote {
    font-size: 20px;
  }
  .content__journey .content__journey-box .content__journey-product {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .content__journey .content__journey-box .content__journey-product .content__journey-invention {
    max-width: inherit;
  }
}
.content__history {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content__history .content__history-toptext {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.content__history .content__history-toptext::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #979797;
  margin-top: 16px;
}
.content__history .content__history-box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__history .content__history-box .content__history-list .content__history-item {
  display: flex;
  position: relative;
}
.content__history .content__history-box .content__history-list .content__history-item::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 219px;
  border-left: 2px solid #979797;
}
.content__history .content__history-box .content__history-list .content__history-item:not(:first-child) {
  padding-top: 70px;
}
.content__history .content__history-box .content__history-list .content__history-item:last-child::before {
  height: 30%;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap {
  max-width: 160px;
  width: 100%;
  padding-right: 120px;
  margin-bottom: 1rem;
  position: relative;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 14.5%;
  width: 20px;
  height: 20px;
  background-color: #D5000C;
  border-radius: 5px;
  transform: translateX(-50%);
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-year {
  display: block;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note {
  margin-top: 0.5rem;
  font-size: 20px;
  font-weight: 300;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note sup {
  vertical-align: super;
  font-size: 14px;
  line-height: 1.4;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note--red {
  color: #D5000C;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note--navy {
  color: #2A3184;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 830px;
  width: 100%;
  gap: 25px;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-thumb {
  max-width: 320px;
  width: 100%;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-thumb .content__history-img {
  width: 100%;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body {
  max-width: 455px;
  width: 100%;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body .content__history-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body .content__history-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .content__history .content__history-box .content__history-list .content__history-item::before {
    left: 129px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap {
    max-width: 100px;
    padding-right: 60px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap::after {
    top: 13px;
    right: 7%;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-year {
    font-size: 40px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content {
    align-items: flex-start;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-thumb {
    max-width: 200px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body .content__history-title {
    font-size: 20px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body .content__history-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .content__history {
    padding: 0 3rem;
  }
  .content__history .content__history-box {
    flex-direction: column;
  }
  .content__history .content__history-box .content__history-list .content__history-item {
    flex-direction: column;
  }
  .content__history .content__history-box .content__history-list .content__history-item::before {
    top: 25px;
    left: -1.5rem;
  }
  .content__history .content__history-box .content__history-list .content__history-item:not(:first-child) {
    padding-top: 50px;
  }
  .content__history .content__history-box .content__history-list .content__history-item:last-child::before {
    height: 50px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap {
    margin-bottom: 1rem;
    position: relative;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap::after {
    top: 14px;
    left: -1.5rem;
    right: inherit;
    width: 14px;
    height: 14px;
    border-radius: 3px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note {
    font-size: 16px;
    white-space: nowrap;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note br {
    display: none;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-yearwrap .content__history-note sup {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .content__history .content__history-toptext {
    font-size: 26px;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-thumb {
    max-width: inherit;
  }
  .content__history .content__history-box .content__history-list .content__history-item .content__history-content .content__history-body {
    max-width: inherit;
  }
}
.animated.fadein-up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1.5s;
}

.animated.fadein-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.animated.fadein {
  opacity: 0;
  transition: all 2s;
}

.animated.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=history.css.map */