.inner {
  margin: 0 auto;
  width: 90%;
}

.w960 {
  max-width: 960px;
  display: block;
}

#block1 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #block1 {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
#block1 p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #block1 p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 2px;
  }
}

#block2 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #block2 {
    padding-bottom: 50px;
  }
}
#block2 .flex-contents {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#block2 .flex-contents .text-contents {
  max-width: 469px;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents {
    width: 100%;
    max-width: 100%;
  }
}
#block2 .flex-contents .text-contents .lined-header {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents .lined-header {
    margin-bottom: 10px;
  }
}
#block2 .flex-contents .text-contents .lined-header:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #00bf81;
}
#block2 .flex-contents .text-contents .lined-header span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding-right: 18px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents .lined-header span {
    font-size: 16px;
    line-height: 1;
    padding-right: 10px;
  }
}
#block2 .flex-contents .text-contents .bold-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents .bold-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#block2 .flex-contents .text-contents dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents dl {
    margin-bottom: 10px;
  }
}
#block2 .flex-contents .text-contents dl dt {
  color: #00bf81;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents dl dt {
    font-size: 14px;
  }
}
#block2 .flex-contents .text-contents dl dd {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .text-contents dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#block2 .flex-contents .image-contents {
  width: 47%;
}
@media screen and (max-width: 767px) {
  #block2 .flex-contents .image-contents {
    width: 100%;
  }
}
#block2 .flex-contents .image-contents img {
  width: 100%;
  vertical-align: top;
}
#block2 .green-arrow {
  width: 40px;
  margin: 30px auto;
}

/* block3 */
#block3 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #block3 {
    margin-bottom: 50px;
  }
}
#block3 .blue-card {
  width: 100%;
  background-color: #f4f8fb;
  padding: 45px 54px 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card {
    padding: 40px 20px;
  }
}
#block3 .blue-card .header {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .header {
    margin-bottom: 30px;
  }
}
#block3 .blue-card .header:after {
  content: "";
  position: absolute;
  background-color: #00bf81;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#block3 .blue-card .header span {
  padding: 0 41px;
  box-sizing: border-box;
  background-color: #f4f8fb;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .header span {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
#block3 .blue-card .flex-cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .flex-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#block3 .blue-card .flex-cards .card {
  width: 29%;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .flex-cards .card {
    width: 100%;
  }
}
#block3 .blue-card .flex-cards .card .img-container {
  max-width: 171px;
  width: 100%;
  margin: 0 auto 27px;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .flex-cards .card .img-container {
    margin: 0 auto 10px;
  }
}
#block3 .blue-card .flex-cards .card .img-container img {
  width: 100%;
  vertical-align: top;
}
#block3 .blue-card .flex-cards .card .card-header {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .flex-cards .card .card-header {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
#block3 .blue-card .flex-cards .card .card-description {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #block3 .blue-card .flex-cards .card .card-description {
    font-size: 14px;
    line-height: 1.8;
  }
}/*# sourceMappingURL=training.css.map */