@charset "UTF-8";
.content {
  width: 100%;
  margin: 157px 0 0;
  padding: 0;
}

.intro {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0 0;
}
.intro--title {
  text-align: center;
}
.intro--text {
  margin: -20px 0 0;
  font-weight: bold;
  font-size: 30px;
}
.intro--description {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .content {
    margin: 40px 0 0;
  }

  .intro {
    padding: 0;
  }
  .intro--text {
    font-size: 2.2rem;
  }
}
.strongPoint {
  margin: 60px 0 0;
  padding: 0 0 1px;
  background: #f2efe5;
  overflow: hidden;
  position: relative;
}
.strongPoint--title {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 240px;
  position: relative;
}
.strongPoint--titleImage {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.strongPoint--titleText {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  z-index: 1;
}
.strongPoint--unit {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 0 0 80px;
}
.strongPoint--unit:nth-of-type(3) .strongPoint--imageArea {
  order: 2;
}
.strongPoint--unit:nth-of-type(3) .strongPoint--textArea {
  order: 1;
  padding: 0 80px 0 60px;
}
.strongPoint--unit:nth-of-type(3) .strongPoint--number {
  left: auto;
  right: -145px;
}
.strongPoint--unit:nth-of-type(3) .strongPoint--number span {
  right: auto;
  left: 20px;
}
.strongPoint--imageArea {
  width: 726px;
  z-index: 2;
}
.strongPoint--textArea {
  width: calc(100% - 726px);
  padding: 0 60px 0 80px;
}
.strongPoint--heading {
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.strongPoint--number {
  display: block;
  width: 117px;
  height: 117px;
  border-radius: 58.5px;
  background: #276826;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
  z-index: 1;
}
.strongPoint--number span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 0 15px;
  }

  .strongPoint {
    padding: 40px 0 80px;
  }
  .strongPoint--title {
    height: auto;
    padding: 0 15px;
  }
  .strongPoint--titleImage {
    width: 100%;
  }
  .strongPoint--titleText {
    font-size: 2.2rem;
  }
  .strongPoint--unit {
    flex-direction: column;
    margin: 50px 0 0;
  }
  .strongPoint--unit:nth-of-type(3) .strongPoint--textArea {
    padding: 0 15px 0 60px;
  }
  .strongPoint--unit:nth-of-type(3) .strongPoint--number {
    left: -125px;
    right: auto;
  }
  .strongPoint--unit:nth-of-type(3) .strongPoint--number span {
    right: 15px;
    left: auto;
  }
  .strongPoint--imageArea, .strongPoint--textArea {
    width: 100%;
  }
  .strongPoint--imageArea {
    order: 1 !important;
  }
  .strongPoint--textArea {
    margin: 60px 0 0;
    padding: 0 15px 0 60px;
    order: 2 !important;
  }
  .strongPoint--number {
    left: -125px;
  }
  .strongPoint--number span {
    right: 15px;
  }
}
.localBanner {
  margin: 0;
}