@media(max-width: 1130px){
  .subsection-img__img {
    height: 124px;
  }

  .subsection-caption {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .subsection-img__captions1 {
    padding: 0 60px;
  }

  .head-row1 {
    right: -110px;
    top: -50px;
  }

  .section-head-right {
    padding-top: 240px
  }

  .head-row2 {
    left: 72%;
    top: 316px;
  }

  .head-row3 {
    right: -35px
  }

  .head-row4 {
    right: -40px;
  }

  .subsection-img__captions2 {
    padding: 0 30px;
  }

  .subsection-img__captions3 {
    width: 462px;
  }

  .subsection-img__captions3_item {
    width: 173px;
  }
}

@media(max-width: 1024px){
  body {
    font-size: 14px;
  }

  .container {
    padding: 0 30px;
  }

  .header-wrapper {
    margin-bottom: 190px;
  }

  .section-title {
    font-size: 56px;
  }

  .section {
    margin-bottom: 140px;
  }

  .section-do {
    margin-bottom: 40px;
  }

  .subsection-img-item img {
    max-width: 220px;
  }

  .subsection-img-item {
    max-width: 220px;
  }

  .subsection-img-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media(max-width: 940px){
  .section-do {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-head-right {
    position: absolute;
  }

  .head-row1,
  .head-row2,
  .head-row3,
  .head-row4 {
    display: none;
  }

  .section-head-right {
    padding-top: 275px;
  }
}

@media(max-width: 800px){
  .subsection-img {
    flex-flow: row;
  }
}

@media(max-width: 500px){
  .logo-title-name {
    font-size: 18px;
  }

  .logo-title-description {
    font-size: 14px;
  }

  .logo-img {
    margin-left: 0;
    margin-right: 10px;
  }

  .header-wrapper {
    margin-bottom: 135px;
  }

  .section-title {
    margin-bottom: 46px;
    font-size: 40px;
  }

  .header {
    margin-bottom: 230px;
  }

  .section-head-left,
  .section-head-right {
    max-width: 100%;
  }

  .section-head-right {
    max-width: calc(100% - 50px);
  }

  .subsection-img__img {
    height: 124px;
    margin-bottom: 0;
  }

  /* .section-head-right {
    padding-top: 310px;
  } */

  .subsection-img__captions1 {
    width: 100%;
    padding: 0 calc(33% - 80px);
  }

  .subsection-img__captions3 {
    width: 100%;
    padding-right: 0;
  }

  .subsection-img__captions3_item {
    width: 40%;
    padding: 0 10px 0 0;
  }

  .contents-plain {
    border: none;
  }

  .section {
    margin-bottom: 100px;
  }
}

@media(max-width: 500px){
  .logo-img {
    height: 40px;
  }

  .header-wrapper {
    align-items: start;
  }

  .subsection-caption {
    text-align: center;
    font-size: 18px;
  }

  .contents-plain {
    padding: 0;
  }

  .header3 {
    font-size: 18px;
  }

  .content-tags_item {
    padding: 7px 13px;
  }
}

