@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: 25rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.history {
  padding-bottom: 200rem;
  padding-top: 106rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
  max-width: 1200rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .history {
    padding-left: 20rem;
    padding-right: 20rem;
    padding-top: 50rem;
    padding-bottom: 100rem;
  }
}
.history .title {
  text-align: center;
}
.history .title h3 {
  font-size: 33rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history .title h3 {
    font-size: 18rem;
  }
}
.history .title h4 {
  color: #0691D9;
  font-size: 23rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .title h4 {
    font-size: 15rem;
  }
}
.history .title h4::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20rem;
}
.history .history__list {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .history__list {
    margin-top: 0rem;
  }
}
.history .history__list::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: calc(100% - 50rem);
  background-color: #D0DFEA;
  left: 135rem;
  top: 25rem;
}
@media screen and (max-width: 768px) {
  .history .history__list::before {
    left: 65rem;
    top: 10rem;
  }
}
.history .history__list .history__item {
  display: flex;
  gap: 153rem;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item {
    gap: 44rem;
  }
}
.history .history__list .history__item:not(:nth-child(1)) {
  margin-top: 36rem;
}
.history .history__list .history__item h2 {
  color: #0691D9;
  font-size: 43rem;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item h2 {
    font-size: 20rem;
  }
}
.history .history__list .history__item h2::before {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  background-color: #0691D9;
  border-radius: 50%;
  right: -44rem;
  top: 20rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item h2::before {
    right: -29rem;
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item:last-child h2:after {
    position: absolute;
    z-index: 2;
    height: calc(100% - 10rem);
    bottom: 0;
    left: 64rem;
    width: 5rem;
    background-color: #f8f8f8;
    content: "";
  }
}
.history .history__list .history__item .content {
  display: flex;
  gap: 40rem;
  align-items: flex-start;
  padding-top: 12rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item .content {
    flex-direction: column;
    gap: 10rem;
    padding-top: 0;
    margin-top: -2rem;
  }
}
.history .history__list .history__item .content p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 30rem;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item .content p {
    font-size: 15rem;
  }
}
.history .history__list .history__item .content p:nth-child(1) {
  max-width: 50rem;
  width: 13%;
}
.history .history__list .history__item .content p:nth-child(2) {
  max-width: 833rem;
  width: 100%;
}
.history .history__list .history__item .content .content__inner p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 30rem;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item .content .content__inner p {
    font-size: 15rem !important;
  }
}
.history .history__list .history__item .content .content__inner p:nth-child(1) {
  width: 50rem;
}
.history .history__list .history__item .content .content__inner p:nth-child(2) {
  max-width: 833rem;
  width: 100%;
}
.history .history__list .history__item .contents {
  display: block;
}
.history .history__list .history__item .contents .content__inner {
  display: flex;
  gap: 40rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .history .history__list .history__item .contents .content__inner {
    flex-direction: column;
    gap: 10rem;
    padding-top: 0;
  }
}
.history .history__list .history__item .contents .content__inner:not(:nth-child(1)) {
  margin-top: 50rem;
}
.history .history__list .history__item .contents .content__inner p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 30rem;
}
.history .history__list .history__item .contents .content__inner p:nth-child(1) {
  width: 50rem;
}
.history .history__list .history__item .contents .content__inner p:nth-child(2) {
  max-width: 833rem;
  width: 100%;
}

body.en .history__note {
  margin-top: 40rem;
}
body.en .history .history__list .history__item .content p:nth-child(1) {
  min-width: 80rem;
  width: 100%;
}
/*# sourceMappingURL=history.css.map */