.l-kv_specialtalk_lead_ttl {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #002d62;
  letter-spacing: 0.04em;
}
.l-kv_specialtalk_lead_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #002d62;
}

.l-specialtalk {
  position: relative;
  width: 100%;
  min-width: 1180px;
  padding: 75px 0 0;
  margin-bottom: 75px;
}
.l-specialtalk::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 910px;
  bottom: -150px;
  left: 0;
  background: #002d62;
  z-index: -2;
}
.l-specialtalk::after {
  content: "";
  display: block;
  max-width: 1200px;
  min-width: 1050px;
  width: 85.7142857143%;
  height: 100%;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  background: #e5eaee;
  z-index: -1;
}
.l-specialtalk_wrapper {
  position: relative;
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  padding-bottom: 75px;
  margin: 0 auto;
  line-height: 2;
}

.l-specialtalk_item {
  max-width: 495px;
  background: #fff;
}
.l-specialtalk_item_img_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.l-specialtalk_item_img_wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66%;
  background: linear-gradient(
    0deg,
    rgb(0, 45, 98, 0.85) 0%,
    rgba(27, 100, 197, 0) 100%
  );
  z-index: 2;
}
.l-specialtalk_item_img_wrapper img {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1;
  transition: scale 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-specialtalk_item_img_txt {
  position: absolute;
  bottom: 25px;
  left: 30px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.45;
  z-index: 3;
}
.l-specialtalk_item_ttl {
  position: relative;
  padding: 20px 30px 23px;
  font-size: 16px;
  color: #002d62;
}
.l-specialtalk_item_ttl::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 1px;
  background: #fdb913;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-specialtalk_item_ttl::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 20px;
  display: block;
  width: 7px;
  height: 1px;
  background: #fdb913;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-specialtalk_btn {
  padding-bottom: 150px;
  background: #002d62;
}
@media (hover: hover) {
  .l-specialtalk_item_link:hover img {
    scale: 1.065;
  }
}

@media screen and (max-width: 768px) {
  .l-specialtalk {
    padding: 35px 0 0;
    min-width: 0;
    margin-bottom: 80px;
  }
  .l-specialtalk::before {
    margin-bottom: -160px;
    height: calc(50% + 295px);
    z-index: -1;
  }
  .l-specialtalk::after {
    min-width: 0;
    width: 100%;
    z-index: -2;
  }
  .l-specialtalk_wrapper {
    width: calc(100% - 40px);
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin-bottom: 40px;
  }
  .l-specialtalk_item {
    max-width: none;
  }
  .l-specialtalk_item_img_txt {
    padding-right: 20px;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
  }
  .l-specialtalk_item_ttl {
    padding: 16px 20px;
    font-size: 15px;
  }
  .l-specialtalk_btn {
    padding-bottom: 160px;
  }
}
