@charset "UTF-8";

.History {
  width: 100%;
}

h1 {
  color: #242424;
  font-size: 3rem;
  font-weight: 400;
  margin: 12rem 0 0 10rem
}

.his-list {
  list-style: none
}

.his-ex1 {
  color: #7D7D7D;
  font-weight: 600;
  line-height: 110%;
  /* 2.75rem */
  font-size: 2.5rem;
  text-align: center;
  margin: 6rem 0 5rem 0rem
}

img {
  width: 100%
}

.his-ex2 {
  color: #111;
  font-size: 2rem;
  font-weight: 500;
  margin: 6rem 0 4rem 10rem
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.his-ex-detail {
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.his-ex3,
.his-ex4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #111;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
  /* 2.25rem */
  margin: 3rem 0 10rem 0;
  width: 60rem
}

.his-ex3 {
  margin-right: 5rem;
}

@media (max-width: 768px) {
  .his-ex1 {
    margin: 6rem 1rem 4rem 1rem;
    text-align: center
  }
}
@media (max-width: 430px) {
  h1 {
    margin: 12rem 0 0 4rem;
  }
  .his-ex-detail {
    display: block;
  }
  .his-ex3,
  .his-ex4 {
    width: 300px;
    padding-bottom: 3rem;
    margin: auto
}
}
@media (max-width: 320px) {
  .his-ex1 {
    line-height: 150%;
  }
  .br-sp320 {
    display: block;
  }
  .his-ex2 {
    text-align: center;
    margin: 5rem 5rem 4rem 5rem
  }
  .his-ex3,.his-ex4{
    margin: 4rem 0rem -3rem -0.5rem
  }
  .his-ex4 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1500px) {

  h1 {
      margin-left: 20rem;
      font-size: 4.5rem
  }
  .his-ex1 {
    font-size: 4rem
  }
  .his-ex2 {
    margin-left: 20rem;
    font-size: 3.5rem
  }
  .his-ex3,.his-ex4 {
    font-size: 2.4rem
  }
}