.study {
  padding: 50px 0;
  padding-bottom: 0;
  padding-top: 20px;
}
.study .block {
  width: 1200px;
  max-width: 90%;
  margin: 30px auto;
}
.study h2 {
  font-size: 40px;
  color: #cf111b;
  margin-bottom: 30px;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}
.study .p1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
  margin-bottom: 50px;
}
.study .study-flex {
  margin: 50px auto;
  display: flex;
  background: #f8f8f8;
  padding: 30px 5%;
}
.study .study-flex .left {
  width: 60%;
  padding-right: 5%;
}
.study .study-flex .right {
  width: 40%;
}
.study .study-flex h3 {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  border-left: solid 10px #cf111b;
  padding-left: 10px;
  margin-bottom: 15px;
}
.study .study-flex p {
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1px;
}

section.point {
  background-image: url("../../../src/index/bg.webp");
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
}
section.point h2 {
  color: white;
}
section.point .p1 {
  color: white;
}
section.point .study-flex {
  padding: 0;
}
section.point .study-flex .left {
  padding: 30px 5%;
}
section.point .study-flex .left h3 {
  border-left: 0;
  padding-left: 0;
}
section.point .study-flex .left .point-text {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #cf111b;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
section.point .study-flex .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.point .study-flex:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .study {
    padding-top: 0;
  }
  .study.point {
    padding-top: 10px;
  }
  .study .study-flex {
    flex-direction: column;
  }
  .study .study-flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .study .study-flex .right {
    width: 100%;
  }
  section.point .study-flex:nth-child(even) {
    flex-direction: column;
  }
  .study h2 {
    font-size: 29px;
  }
}/*# sourceMappingURL=training.css.map */