.section1 .hero__main-image {
  max-height: 640px;
}

.section1 .hero__main-image img {
  object-fit: cover;
}

.section1 .hero__pattern-img {
  max-width: 320px;
  max-height: 320px;
}

.section1 .hero__text {
  min-height: 220px;
  padding-left: 28%;
}

.section2 {
  padding-top: 30px;
}

.section2 .wrap {
  max-width: 104.375rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.section2 .wrap .top {
  display: flex;
  gap: 30px;
}

.section2 .wrap .top .item {
  flex: 1;
}

.section2 .wrap .top .item .img {
  width: 100%;
}

.section2 .wrap .top .item .img img {
  width: 100%;
}

.section2 .wrap .top .item .text {
  color: #e2e2e2;
  font-size: 1.375rem;
  margin-top: 10px;
  text-align: center;
}

.section2 .wrap .bottom .img {
  width: 100%;
}

.section2 .wrap .bottom .img img {
  width: 100%;
}

.section2 .wrap .bottom .text {
  color: #e2e2e2;
  font-size: 1.375rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .hero__content-container {
    margin-top: 2.8125rem;
  }

  .hero__text {
    padding-left: 0;
  }

  .container.container--move-left {
    padding-right: 0;
  }

  .hero__pattern-img {
    right: 2.1875rem;
  }
.hero__content-container{
  padding-left: 2.1875rem;
    padding-right: 2.1875rem;
}
.section1 .hero__text{
  padding-left: 0;
  margin-left: 0;
}
.section1 .row{
  box-sizing: border-box;
}
.section1 .row>div{
  width: 100%;
  padding: 0;
  margin: 0;
}
.section1 .row{
  margin: 0;
}
.hero__content-container{
  margin-left: 0;
}
.section2 .wrap .top .item .text{
  font-size: 1.075rem;
}
.hero__content .h5,
.hero__text p{
  font-size: 14px;
  line-height: 2;
}
.section1 .row{
  display: block;
}
.content-block+.content-block{
  margin-top: 3.5rem;
}
.hero__content-container{
  margin-top: 4.8125rem;
}
}

@media screen and (max-width: 767px) {
  .hero__pattern-img {
    right: 0;
  }

  .container.container--move-left {
    padding-right: 1.5625rem;
  }
  .hero__content-container{
    padding-left: 0;
    padding-right: 0;
  }
  .section2 .wrap{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .section2 .wrap .top{
    gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .section2 .wrap .top .item{
    flex: none;
    width: 100%;
  }
  .section2 .wrap .top{
    flex-direction: column;
  }
}