@charset 'UTF-8';
@import url("./subpage.css");

/*---セクション１---------------------*/
.sec {
  margin-top: 40px;
  padding-bottom: 10px;
  position: relative;
}
.sec .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.sec .content .txt {
  flex-grow: 1;
  width: 100%;
  margin: 40px 0;
  padding: 0 60px 0 0;
}
.sec .content .txt .ttl {
  margin-bottom: 35px;
  color: #282828;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.sec .content .txt .ttl span {
  color: #409a21;
  letter-spacing: 0;
}
.sec .content .txt p {
  color: #242a27;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  line-height: 2.0;
}
.sec .content .img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px 0 40px 5%;
  width: 100%;
}
.sec .content .img img {
  width: 40%;
  object-fit: contain;
  border-radius: 26px;
}
.sec .contBottom{
  width: 100%;
  margin: 5% auto 0;
}
.sec .bg {
  width: 95%;
  background: #e9f4e5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sec01 .bg {
  height: 100%;
}

/* .sec02 .bg {
  height: 1180px;
}
.sec02 .content .img {
  width: 40%;
} */

.sec03 {
  margin: 70px auto 0;
}

.sec03 .w1080{
    background: #e9f4e5;
    border-radius: 100px;
    padding: 30px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
  .sec {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .sec .content{
    margin-bottom: 0;
  }
  .sec .content .txt {
    width: 100%;
    margin: 22px auto 0;
    padding: 0;
  }
  .sec .content .txt .ttl {
    margin-bottom: 17px;
    font-size: 2.6rem;
    letter-spacing: 0.10em;
    line-height: 1.4;
  }
  .sec .content .txt .ttl br{
    display: none;
  }
  .sec .content .txt p {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .sec .content .img {
    width: 80%;
    flex-wrap: wrap;
    margin: 23px auto 48px;
  }
  .sec .content .img img {
    width: 100%;
    border-radius: 20px;
  }
  .sec .contBottom{
    margin: 0 auto 0;
  }
  .sec .bg {
    width: 100%;
    height: 95%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* .sec02 .content{
    margin-bottom: 10px;
  } */

  .sec03 .w1080{
    background: #e9f4e5;
    border-radius: 20px;
    padding: 30px 30px;
    text-align: left;
  }
}

