#ttlArea {
  padding-bottom: 62px;
}
#ttlArea .bcnWrap {
  margin-bottom: 30px;
}
#ttlArea .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 8px;
}
#ttlArea .ttl img {
  width: 242px;
  display: block;
}
#ttlArea .ttl span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #ttlArea {
    padding: 90px 0 7px;
  }
  #ttlArea > .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ttlArea > .inner .bcnWrap {
    margin: 48px 0 0;
    order: 1;
  }
}

main.strength {
  padding-bottom: 70px;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  main.strength {
    padding-bottom: 145px;
  }
}

#ttlWrap {
  height: 264px;
  padding-top: 70px;
  background: url(../images/strength/mv_bg.jpg) center/cover no-repeat;
  margin-bottom: 4px;
  position: relative;
}
#ttlWrap::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #A1C800;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#ttlWrap > .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ttlWrap .ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#ttlWrap .ttl small {
  color: #A1C800;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #ttlWrap {
    height: 500px;
    padding: 30px 0 0;
  }
  #ttlWrap .ttl {
    width: 100%;
    margin-bottom: 14px;
    font-size: 56px;
    line-height: 0.9;
  }
}

.section {
  padding-top: 45px;
}
.section > .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 30px;
}
.section .ttl {
  margin-bottom: 20px;
  color: #A1C800;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}
.section .ttl .number {
  font-size: 100px;
  line-height: 1;
  display: inline-block;
  transform: translateX(-5px);
}
.section .subttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.section .subttl strong {
  padding: 0 2px;
  background-color: #A1C800;
  font-weight: 700;
  display: inline-block;
}
.section .img {
  width: 100%;
}
.section .img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
  }
  .section > .inner {
    flex-direction: row;
    align-items: flex-end;
    grid-gap: 50px;
  }
  .section .img {
    width: 41%;
    max-width: 488px;
    padding-bottom: 5px;
    flex-shrink: 0;
  }
  .section .txtWrap {
    width: 100%;
  }
  .section .ttl {
    width: 200%;
    margin-bottom: 14px;
    font-size: 24px;
  }
  .section .subttl {
    width: 200%;
    margin-bottom: 37px;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .section > .inner {
    align-items: flex-end;
    grid-gap: 60px;
  }
  .section .ttl {
    width: 100%;
  }
  .section .subttl {
    width: 100%;
    padding-right: 48px;
  }
  .section#sec03 .subttl {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .section > .inner {
    grid-gap: 84px;
  }
}