.title-flex {
  display: flex;
  align-items: flex-end;
}
.title-flex .pre-name {
  font-size: 40px;
  padding-bottom: 5px;
}
.title-flex .pre-name span {
  font-family: "Anton";
  font-size: 16px;
}

.red-block {
  background-image: url("../../src/index/bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 10px 0;
  color: white;
  position: relative;
}
.red-block .block {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}
.red-block h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.red-block p {
  line-height: 200%;
}
.red-block .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, transparent 100%);
}
.red-block .flex-block {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.red-block .flex-block .text-block {
  width: 100%;
  margin-bottom: 30px;
}
.red-block .flex-block .text {
  width: 60%;
}
.red-block .flex-block .text h2 {
  font-size: 30px;
  color: white;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.red-block .flex-block .text p {
  line-height: 200%;
  font-weight: 500;
}
.red-block .flex-block .text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.red-block .flex-block .img {
  width: 40%;
}
.red-block .flex-block img:nth-child(2) {
  margin-top: 20px;
}
.red-block .flex-block:nth-child(odd) .text {
  padding-right: 5%;
}
.red-block .flex-block:nth-child(even) {
  flex-direction: row-reverse;
}
.red-block .flex-block:nth-child(even) .text {
  padding-left: 5%;
}
.red-block .sign {
  width: 1200px;
  max-width: 90%;
  margin: 0px auto;
  font-family: "ta-rehitsu-m", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 100px;
}
.red-block .sign .block {
  margin-left: auto;
  margin-right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.red-block .sign .name {
  font-size: 40px;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .top .title-flex {
    flex-direction: column;
    align-items: baseline;
  }
  .top .title-flex .left {
    width: 100%;
  }
  .top .title-flex .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .red-block {
    padding-top: 20px;
  }
  .red-block h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .red-block .flex-block {
    flex-direction: column;
    margin: 0px auto;
  }
  .red-block .flex-block .text {
    width: 100%;
  }
  .red-block .flex-block .img {
    margin-top: 30px;
    width: 100%;
  }
  .red-block .flex-block:nth-child(even) {
    flex-direction: column;
  }
  .red-block .flex-block:nth-child(even) .text {
    padding: 0;
  }
  .red-block .flex-block:nth-child(odd) .text {
    padding: 0;
  }
}/*# sourceMappingURL=president.css.map */