main {
  margin-bottom: 0;
}

section {
  position: relative;
  width: 100%;
}
section.lead_area {
  margin-bottom: 150px;
  padding-inline: 5%;
}
@media screen and (max-width: 1024px) {
  section.lead_area {
    margin-bottom: 20px;
  }
}
section.lead_area > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.lead_area > .inner p.lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.lead_area > .inner p.lead {
    text-align: left;
    font-size: 16px;
  }
}
section.strengths_area > .inner .strengths_list article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  section.strengths_area > .inner .strengths_list article {
    display: block;
  }
}
section.strengths_area > .inner .strengths_list article:nth-child(odd) .txt_area {
  padding-left: 5vw;
  justify-content: flex-end;
}
section.strengths_area > .inner .strengths_list article:nth-child(even) {
  background: #f9f9f9;
}
section.strengths_area > .inner .strengths_list article:nth-child(even) .txt_area {
  padding-right: 5vw;
}
section.strengths_area > .inner .strengths_list article:nth-child(even) .img {
  order: -1;
}
section.strengths_area > .inner .strengths_list article .txt_area {
  width: 50%;
  padding-block: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  section.strengths_area > .inner .strengths_list article .txt_area {
    width: 100%;
    padding: 80px 4% 40px !important;
  }
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap {
  max-width: 565px;
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup {
  position: relative;
  margin-bottom: 50px;
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--c_bl);
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup p {
  color: var(--c_bl);
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup p:first-child {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup p:first-child {
    font-size: 18px;
  }
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup p:last-child {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup p:last-child {
    font-size: 16px;
  }
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup h2 {
  margin: 25px 0 10px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: var(--c_bl);
}
@media screen and (max-width: 1024px) {
  section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap hgroup h2 {
    margin: 15px 0 10px;
    font-size: 28px;
  }
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap p.txt {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap p.txt {
    font-size: 16px;
  }
}
section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap .bl_btn {
  width: -moz-max-content;
  width: max-content;
  padding-inline: 20px 70px;
  min-width: 230px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  section.strengths_area > .inner .strengths_list article .txt_area .txt_wrap .bl_btn {
    margin-top: 20px;
  }
}
section.strengths_area > .inner .strengths_list article .img {
  width: 44.6%;
}
@media screen and (max-width: 600px) {
  section.strengths_area > .inner .strengths_list article .img {
    width: 100%;
  }
}
section.strengths_area > .inner .strengths_list article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=layout.css.map */