/* --------------------------------------------------------------------------
    .Curtains
--------------------------------------------------------------------------- */
#Curtains {
}

#Curtains .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  #Curtains .heading {
    margin-bottom: 45px;
  }
}

/* --------------------------------------------------------------------------
    .lead
--------------------------------------------------------------------------- */
.lead {
  padding: 0 0 130px;
}

.lead .lead_txt {
  width: 680px;
  margin-bottom: 65px;
}

.lead .lead_img {
  width: 100%;
}

.lead .lead_img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lead {
    padding: 0 0 40px;
  }

  .lead .lead_txt {
    width: 100%;
    margin-bottom: 0;
  }

  .lead .lead_img {
    display: none;
  }
}


/* --------------------------------------------------------------------------
    .aside
--------------------------------------------------------------------------- */
.aside {
  position: relative;
  margin: 130px 0 0;
  padding: 128px 0 150px;
  background: #F0F0F0;
  z-index: 1;
}

.aside_wrap {
  width: 1200px;
  margin: 0 auto;
}

.aside h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
}

.aside .txt_list {
  display: flex;
  justify-content: space-between;
  margin: 72px 0 128px;
}

.aside .txt_list li {
  width: 225px;
  padding: 32px;
  border-radius: 8px;
  background: #fff;
}

.aside .txt_list .num {
  display: block;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
}

.aside .txt_list .ttl {
  display: block;
  margin: 0 -20px 60px 0;
  font-size: 20px;
  font-weight: 500;
}

.aside .txt_list .txt {
  display: block;
  font-weight: 350;
  font-size: 14px;
  line-height: 160%;
}

.aside .img_list {
  display: flex;
  justify-content: space-between;
}

.aside .img_list li {
  width: 388px;
}

.aside .img_list li img {
  width: 100%;
}

.aside .img_list span {
  display: block;
  margin: 12px 0 0;
  font-weight: 350;
  font-size: 14px;
}

.aside .animation__text__wrap {
  position: absolute;
  top: 280px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .aside {
    overflow: hidden;
    margin: 70px 0 0;
    padding: 50px 30px 70px;
  }

  .aside_wrap {
    width: auto;
  }

  .aside h3 {
    font-size: 16px;
  }

  .aside .txt_list {
    display: block;
    margin: 40px 0 68px;
  }

  .aside .txt_list li {
    width: 100%;
    padding: 23px 30px 25px;
  }

  .aside .txt_list li + li {
    margin-top: 8px;
  }

  .aside .txt_list .num {
    display: inline-block;
    font-size: 14px;
  }

  .aside .txt_list .ttl {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
  }

  .aside .txt_list .txt {
    margin: 12px 0 0;
    font-size: 12px;
  }

  .aside .img_list {
    display: flex;
    flex-wrap: wrap;
  }

  .aside .img_list li {
    width: 48%;
    margin-top: 24px;
    box-sizing: border-box;
  }

  .aside .img_list span {
    margin: 8px 0 0;
    font-size: 12px;
  }

  .aside .animation__text__wrap {
    top: auto;
    bottom: 310px;
  }
}
