#methodology,
#verbs {
  background-color: #ECECEC;
}

.-gray {
  background-color: #3F3F3F;
  color: #fff;
}

@media screen and (width < 768px) {
  .-gray .__inner {
    padding: 0;
  }
}
.column__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (width < 768px) {
  .column__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column__box {
  position: relative;
  width: 50%;
  padding: 0 4rem 16rem 0;
  border-left: 0.1rem solid #777777;
}
.column__box:last-child {
  border-right: 0.1rem solid #777777;
}

@media screen and (width < 768px) {
  .column__box {
    width: 100%;
    padding: 0 3rem 12rem 2.6rem;
  }
  .column__box:last-child {
    border-top: 0.1rem solid #fff;
    border-right: 0;
  }
}
.column__box__top {
  margin-bottom: 5.8rem;
}

@media screen and (width < 1000px) {
  .column__box__top {
    margin-bottom: 3.2rem;
  }
}
.column__box__title {
  position: relative;
  left: -0.1rem;
  margin-bottom: 3.2rem;
  padding: 3.2rem 1.2rem 0 3.4rem;
  border-left: 0.6rem solid #DC0000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}
.column__box__title span {
  font-size: 2.4rem;
}

@media screen and (width < 768px) {
  .column__box__title {
    margin-bottom: 2.1rem;
    padding: 3.7rem 1.2rem 0 2rem;
    border-left: 0.4rem solid #DC0000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 2.8rem;
  }
  .column__box__title span {
    font-size: 1.6rem;
  }
}
.column__box__text {
  padding-left: 4rem;
  margin-bottom: 1.5em;
  font-size: 1.6rem;
}
.column__box__text:last-child {
  margin-bottom: 0;
}

@media screen and (width < 768px) {
  .column__box__text {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
}
.column__box__body {
  position: relative;
  padding-left: 4rem;
}
.column__box__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (width < 768px) {
  .column__box__body {
    padding-left: 2.4rem;
  }
}
.column__box__body__text .-date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.column__box__body__title {
  margin: 0.4rem 0 1.2rem;
  padding-top: 1.2rem;
  border-top: 0.1rem solid #989898;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.column__box__body__title span {
  margin-right: 0.6em;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

@media screen and (width < 768px) {
  .column__box__body__title {
    margin: 0.4rem 0 1rem;
    padding-top: 1rem;
    font-size: 1.8rem;
  }
  .column__box__body__title span {
    font-size: 2.6rem;
  }
}
.column__btn {
  position: absolute;
  bottom: 6rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 5rem;
  background-color: #7C7C7C;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.column__btn::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.7rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #fff;
  rotate: 45deg;
  translate: 0 0.1rem;
}

@media screen and (width < 768px) {
  .column__btn {
    bottom: 5rem;
    width: 10rem;
    height: 4rem;
    font-size: 1.3rem;
  }
  .column__btn::before {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.6rem;
    translate: 0 0;
  }
}
.members__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100rem;
  height: 2.6rem;
  padding-right: 3.4rem;
  background-color: #DC0000;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  translate: calc(-100% + 24.2rem) 0;
}

@media screen and (width <= 1000px) {
  .members__icon {
    translate: calc(-100% + 18.7rem) 0;
  }
}
@media screen and (width < 768px) {
  .members__icon {
    width: 20.9rem;
    height: 2rem;
    padding-right: 2.6rem;
    font-size: 1.5rem;
    translate: -2rem 0;
  }
}