.embed .c-slider02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
  /*矢印の設定*/
}
@media (max-width: 800px) {
  .embed .c-slider02 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.embed .c-slider02 img {
  width: 100%;
  height: auto;
}
.embed .c-slider02 .slick-slide {
  margin: 0 20px;
  min-height: 380px;
}
.embed .c-slider02 .slick-prev,
.embed .c-slider02 .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e;
  height: 30px;
  width: 30px;
}
.embed .c-slider02 .slick-prev:hover,
.embed .c-slider02 .slick-next:hover {
  opacity: 0.6;
}
.embed .c-slider02 .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.embed .c-slider02 .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.embed .c-slider02__item {
  display: block;
}
@media (max-width: 800px) {
  .embed .c-slider02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.embed .c-slider02__item-info {
  position: relative;
  margin-top: 30px;
  z-index: 10;
}
@media (max-width: 800px) {
  .embed .c-slider02__item-info {
    margin-top: 0;
  }
}
.embed .c-slider02__item-lead {
  position: absolute;
  top: -46px;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  background-color: #e4032e;
  padding: 6px 12px;
}
@media (max-width: 800px) {
  .embed .c-slider02__item-lead {
    position: relative;
    top: auto;
    font-size: 12px;
  }
}
.embed .c-slider02__item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #333;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .embed .c-slider02__item-txt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-top: 5px;
  }
}
.embed .c-slider02__item-txt {
  font-family: Roboto Flex, "Open Sans", "Avenir Next", Verdana, helvetica,
    arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .embed .c-slider02__item-txt {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.embed .c-slider02__item-subtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  text-align: left;
  color: #969696;
  line-height: 20px;
  margin-top: 16px;
}
.embed .c-slider02__item-subtxt {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 200;
}
.embed .c-slider02__item-subtxt li {
  margin-right: 12px;
}
.embed .c-slider02__item-img {
  max-height: 256px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .embed .c-slider02__item-img {
    max-width: 40%;
  }
}
.embed .c-slider02__item-img img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.embed .c-slider02__item:hover .c-slider02__item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
