#pageTtl .pageTtl__bg {
  background-image: url(img/ttl_bg.jpg);
}

.btnCont {
  padding: 80px 0 0;
}
.btnCont .btn {
  font-size: 18px;
}

/*============================
#sec01
============================*/
#sec01 * {
  box-sizing: border-box;
}
#sec01 .ttl {
  background: linear-gradient(-15deg, #66c090 0%, #4eb89e 43.37%, #34afb0 100%);
  color: #fff;
  text-align: center;
  padding: 30px;
  margin: 0 -20px 30px;
}
#sec01 .ttl h2 {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sec01 .ttl h2 {
    max-width: none;
    width: 70%;
  }
}
#sec01 .ttl p {
  padding: 1em 0 0;
}
#sec01 .w1000 .specialty-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #sec01 .w1000 .specialty-items {
    display: block;
  }
}
#sec01 .w1000 .specialty-items figure {
  flex: 0 0 calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  #sec01 .w1000 .specialty-items figure {
    margin-bottom: 20px;
  }
}
#sec01 .w1000 .specialty-items figure:nth-of-type(3) {
  flex: 0 0 100%;
}