@charset "utf-8";

.mv{
  position: relative;
}
.mv span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 5px;
  background-color: rgba(0,0,0,.7);
  font-size: clamp(10px,1.2vw,14px);
  line-height: 1;
  color: #fff;
}

.conts{
  background: linear-gradient(to bottom,  rgba(231,213,232,1) 0%,rgba(243,235,244,1) 25%,rgba(163,188,226,1) 50%,rgba(24,127,196,1) 75%,rgba(0,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.head{
  padding: 150px 0 250px;
  text-align: center;
}
.head .midashi{
  max-width: 950px;
  width: 80%;
  margin: 0 auto 110px;
}
.head .txt{
  font-size: clamp(14px,3vw,32px);
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .head{
    padding: 50px 0;
  }
  .head .midashi{
    max-width: 950px;
    margin: 0 auto 30px;
  }
  .head .txt{
    font-size: clamp(14px,3vw,32px);
    line-height: 2.2;
  }
}

.list{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.list li{
  margin-bottom: 300px;
}
.list li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list{
    width: 100%;
  }
  .list li{
    margin-bottom: 50px;
  }
}

.bottom{
  position: relative;
  margin-top: -600px;
}
.bottom span{
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 5px;
  background-color: rgba(0,0,0,.7);
  font-size: clamp(10px,1.2vw,14px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .bottom{
    margin-top: -40%;
  }
}
@media screen and (max-width: 767px) {

}