.headline__lead {
  display: none;
}

.pagesub-header {
  margin-bottom: 0;
}

.main-section {
  margin-bottom: 0 !important;
}

.bold {
  font-weight: bold;
}

.fz14 {
  font-size: 14px;
}

.fz25 {
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .fz25 {
    font-size: 20px;
  }
}

.fz20 {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .fz20 {
    font-size: 16px;
  }
}

.lh18 {
  line-height: 1.8;
}

.lh21 {
  line-height: 2.1;
}

.lh24 {
  line-height: 2.4;
}

.lh28 {
  line-height: 2.8;
}

.bb_black {
  border-bottom: 1px solid #717171;
}

.w_fit {
  width: fit-content;
}

.pagesub-header_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pagesub-header_flex .item {
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0;
  border: 1px solid #717071;
  border-radius: 10px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item {
    width: calc((100% - 10px) / 2);
    padding: 1rem 0;
    margin-bottom: 10px;
  }
}
.pagesub-header_flex .item:hover {
  background: #717071;
}
.pagesub-header_flex .item:hover .num {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.pagesub-header_flex .item:hover .ttl {
  color: #fff;
}
.pagesub-header_flex .item:hover:nth-child(1) .img img {
  content: url("../../img/page/strengths/img1_w.svg");
}
.pagesub-header_flex .item:hover:nth-child(2) .img img {
  content: url("../../img/page/strengths/img2_w.svg");
}
.pagesub-header_flex .item:hover:nth-child(3) .img img {
  content: url("../../img/page/strengths/img3_w.svg");
}
.pagesub-header_flex .item:hover:nth-child(4) .img img {
  content: url("../../img/page/strengths/img4_w.svg");
}
.pagesub-header_flex .item:nth-child(1) .img img {
  width: 39px;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item:nth-child(1) .img img {
    width: 49px;
  }
}
.pagesub-header_flex .item:nth-child(2) .img img {
  width: 42px;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item:nth-child(2) .img img {
    width: 52px;
  }
}
.pagesub-header_flex .item:nth-child(3) .img img {
  width: 46px;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item:nth-child(3) .img img {
    width: 56px;
  }
}
.pagesub-header_flex .item:nth-child(4) .img img {
  width: 48px;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item:nth-child(4) .img img {
    width: 58px;
  }
}
.pagesub-header_flex .item .num {
  font-size: 25px;
  font-family: "Asap Condensed";
  border-bottom: 1px solid #717071;
  padding-bottom: 4px;
}
@media (max-width: 991.98px) {
  .pagesub-header_flex .item .num {
    font-size: 20px;
  }
}
.pagesub-header_flex .item .item_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item .item_bottom {
    margin-top: 0;
    display: block;
  }
}
.pagesub-header_flex .item .img {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagesub-header_flex .item .img img {
  display: block;
  margin: 0 auto;
}
.pagesub-header_flex .item .ttl {
  margin: 0 0 0 10px;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .pagesub-header_flex .item .ttl {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .pagesub-header_flex .item .ttl {
    margin: 0.5rem 0 0;
  }
}

.strengths_btn_wrap {
  padding: 1.5rem 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
}
.strengths_btn_wrap.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.strengths_ttl_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 1rem;
  border-top: 1px solid #717071;
  border-bottom: 1px solid #717071;
}
@media (max-width: 767.98px) {
  .strengths_ttl_wrap {
    padding: 10px 0;
    align-items: flex-start;
  }
}
.strengths_ttl_wrap .num {
  font-size: 45px;
  font-family: "Asap Condensed";
  line-height: 1.4;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #717071;
}
@media (max-width: 991.98px) {
  .strengths_ttl_wrap .num {
    font-size: 35px;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.strengths_ttl_wrap .ttl_wrap_l {
  display: flex;
  align-items: center;
}
.strengths_ttl_wrap .ttl {
  font-size: 35px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .strengths_ttl_wrap .ttl {
    font-size: 20px;
    line-height: 2.5;
  }
}
.strengths_ttl_wrap .subttl {
  font-size: 18px;
  margin-left: 2rem;
  margin-bottom: 0;
  padding-top: 4px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .strengths_ttl_wrap .subttl {
    font-size: 12px;
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .strengths_ttl_wrap .subttl {
    margin-left: 0;
    width: 100%;
  }
}

.strengths_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .strengths_wrap {
    margin-top: 40px;
  }
}
.strengths_wrap .strengths_img {
  width: 45%;
}
@media (max-width: 767.98px) {
  .strengths_wrap .strengths_img {
    width: 100%;
    margin-top: 1rem;
  }
}
.strengths_wrap .strengths_text_wrap {
  width: 48%;
}
@media (max-width: 767.98px) {
  .strengths_wrap .strengths_text_wrap {
    width: 100%;
  }
}
.strengths_wrap .strengths_text_wrap h3 {
  line-height: 1.6;
}
.strengths_wrap .strengths_text_wrap p {
  line-height: 2.1;
}

.sec1 {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .sec1 {
    padding: 60px 0;
  }
}

.sec2 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 100px 0;
  background: #f2f2f2;
}
@media (max-width: 767.98px) {
  .sec2 {
    padding: 60px 0;
  }
}
.sec2 .strengths_wrap {
  flex-direction: row-reverse;
}

.sec3 {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .sec3 {
    padding: 60px 0;
  }
}

.sec4 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 100px 0;
  background: #f2f2f2;
}
@media (max-width: 767.98px) {
  .sec4 {
    padding: 60px 0;
  }
}
.sec4 .strengths_wrap {
  flex-direction: row-reverse;
}

.sec3_wrap {
  display: flex;
  justify-content: space-between;
}
.sec3_wrap .item {
  width: calc((100% - 44px) / 5);
  background: #fff;
  border: 1px solid #717071;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .sec3_wrap .item {
    width: calc((100% - 32px) / 5);
    font-size: 14px;
  }
}
.sec3_wrap .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 8px;
  height: 28px;
  background: #717071;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 991.98px) {
  .sec3_wrap .item:not(:last-child)::after {
    right: -6px;
    width: 6px;
    height: 18px;
  }
}

.sec4_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec4_wrap .item {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #717071;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .sec4_wrap .item {
    font-size: 14px;
  }
}

.sec_voice {
  padding: 100px 0 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1280px;
}
@media (max-width: 1919px) {
  .sec_voice {
    width: calc(50% + 50vw);
  }
}
@media (max-width: 767.98px) {
  .sec_voice {
    padding: 60px 0;
  }
}
.sec_voice .sec_voice_text_wrap {
  width: calc(100% - 700px - 1rem);
}
@media (max-width: 1919px) {
  .sec_voice .sec_voice_text_wrap {
    width: calc(95% - 50vw);
  }
}
@media (max-width: 991.98px) {
  .sec_voice .sec_voice_text_wrap {
    width: calc(95% - 42vw);
  }
}
@media (max-width: 767.98px) {
  .sec_voice .sec_voice_text_wrap {
    width: 100%;
  }
}
.sec_voice .sec_voice_img {
  width: 700px;
}
@media (max-width: 1919px) {
  .sec_voice .sec_voice_img {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .sec_voice .sec_voice_img {
    width: 42vw;
  }
}
@media (max-width: 767.98px) {
  .sec_voice .sec_voice_img {
    width: 100%;
    margin-top: 3rem;
  }
}
.sec_voice .page_cta_btn {
  border: 1px solid #717071;
}

.page_cta {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page_cta .page_cta_wrap {
  display: flex;
  flex-wrap: wrap;
  background: url(../../img/page/about-us/page_cta_bg.jpg) center center/cover no-repeat;
}
.page_cta .page_cta_wrap_l {
  width: 50%;
}
@media (max-width: 767.98px) {
  .page_cta .page_cta_wrap_l {
    order: 1;
    width: 100%;
  }
}
.page_cta .page_cta_wrap_l img {
  width: 100%;
  display: block;
}
.page_cta .page_cta_wrap_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .page_cta .page_cta_wrap_r {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .page_cta .page_cta_wrap_r {
    width: 100%;
    padding: 2rem;
  }
}

.page_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 50vh;
  position: relative;
  color: var(--vk-color-text-body);
  background: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  padding-right: 16px;
}

.page_cta_btn::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--vk-color-text-body);
  border-radius: 50vh;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../img/more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  transition: background-color 0.3s ease-out, background-image 0.3s ease-out, transform 0.3s ease-out;
}

@media (max-width: 767.98px) {
  .page_cta_btn::after {
    width: 25px;
    height: 25px;
  }
}
.page_cta_btn:hover {
  background-color: var(--vk-color-text-body);
  color: #fff;
  opacity: 1;
}

.page_cta_btn:hover::after {
  background-color: #fff;
  background-image: url("../../img/more-w.svg");
  transform: translateY(-50%) translateX(3px);
}

@media (max-width: 767.98px) {
  .page_cta_btn {
    width: 230px;
    height: 48px;
    font-size: 14px;
  }
  .page_cta_btn::after {
    animation: page_cta_btn-icon-shoot 3s ease-out infinite;
  }
}
.page_cta_btn_wrap {
  display: none !important;
  border-top: 5px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .page_cta_btn_wrap {
    border-top: 3px solid #fff;
  }
}
.page_cta_btn_wrap .item {
  width: calc((100% - 3px) / 4);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #717171;
  color: #fff;
  height: 150px;
}
@media (max-width: 991.98px) {
  .page_cta_btn_wrap .item {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .page_cta_btn_wrap .item {
    height: 90px;
    width: calc((100% - 1px) / 2);
  }
  .page_cta_btn_wrap .item:nth-child(3) {
    border-top: 1px solid #fff;
  }
  .page_cta_btn_wrap .item:nth-child(4) {
    border-top: 1px solid #fff;
  }
}
.page_cta_btn_wrap .item img {
  width: 32px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .page_cta_btn_wrap .item img {
    width: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .page_cta_btn_wrap .item img {
    width: 16px;
    margin-left: 4px;
  }
}