.about_page img {
  max-width: 100%;
  height: auto;
}

.about_page .ec-role {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 900px) {
  .about_page .ec-role {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about_page .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_page .flex-row .column {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_page .flex-row .column.text-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.82%;
          flex: 0 0 48.82%;
  max-width: 48.82%;
}

.about_page .flex-row .column.text-column .heading {
  margin-bottom: 28px;
}

.about_page .flex-row .column.text-column .heading .en-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #d03333;
  opacity: 0.3;
  display: block;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

.about_page .flex-row .column.text-column .heading .ja-heading {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #171717;
  font-weight: 400;
}

.about_page .flex-row .column.text-column .heading .ja-heading span {
  border-bottom: 1px solid #decfba;
  display: inline-block;
  padding-bottom: 2px;
}

.about_page .flex-row .column.text-column .heading .ja-heading span:nth-child(1) {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .about_page .flex-row .column.text-column .heading .ja-heading span {
    margin-bottom: 12px;
  }
  .about_page .flex-row .column.text-column .heading .ja-heading span:last-child {
    margin-bottom: 0;
  }
}

.about_page .flex-row .column.text-column p {
  font-size: 16px;
  line-height: 1.92;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .about_page .flex-row .column.text-column .heading .en-heading {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  .about_page .flex-row .column.text-column .heading .ja-heading {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15em;
  }
  .about_page .flex-row .column.text-column p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media (max-width: 900px) {
  .about_page .flex-row .column.text-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .flex-row .column.text-column .heading {
    margin-bottom: 20px;
  }
  .about_page .flex-row .column.text-column .heading .en-heading {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  .about_page .flex-row .column.text-column .heading .ja-heading {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.15em;
  }
  .about_page .flex-row .column.text-column p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.about_page .flex-row .column.image-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.18%;
          flex: 0 0 51.18%;
  max-width: 51.18%;
}

@media (max-width: 900px) {
  .about_page .flex-row .column.image-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 36px;
  }
}

@media (min-width: 901px) {
  .about_page .flex-row.row_1 .image-column {
    padding-left: 10px;
  }
}

.about_page .flex-row.row_2 {
  margin-top: 40px;
}

@media (max-width: 900px) {
  .about_page .flex-row.row_2 {
    margin-top: 45px;
  }
}

@media (min-width: 901px) {
  .about_page .flex-row.row_2 .text-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 28px;
  }
}

@media (min-width: 901px) {
  .about_page .flex-row.row_2 .image-column {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.about_page .flex-row.row_2 .image-column .img-wrap:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_page .flex-row.row_2 .image-column .img-wrap:nth-child(1) img {
  max-width: 100%;
  height: auto;
}

.about_page .flex-row.row_2 .image-column .img-wrap:nth-child(1) img:nth-child(1) {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.76%;
          flex: 0 0 57.76%;
  max-width: 57.76%;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 900px) {
  .about_page .flex-row.row_2 .image-column .img-wrap:nth-child(1) img:nth-child(1) {
    margin-bottom: 18px;
  }
}

.about_page .flex-row.row_2 .image-column .img-wrap:nth-child(1) img:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.29%;
          flex: 0 0 40.29%;
  max-width: 40.29%;
  margin-left: 1.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_page .flex-row.row_2 .image-column .img-wrap:nth-child(2) {
  margin-top: 20px;
  padding-left: 40px;
}

@media (max-width: 900px) {
  .about_page .flex-row.row_2 .image-column .img-wrap:nth-child(2) {
    margin-top: 10px;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .about_page .ec-layoutRole__main {
    margin-bottom: 50px;
  }
}
