@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
.pickup {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 768px) {
  .pickup {
    margin: 0 auto 35px;
  }
}

.pickup_ttl {
  margin: 0 auto 35px;
}

@media only screen and (max-width: 768px) {
  .pickup_ttl {
    margin: 0 auto 25px;
  }
}

.pickup__list {
  width: calc(960px + 20px);
  margin: 0 -10px;
}

@media only screen and (max-width: 768px) {
  .pickup__list {
    width: calc(100% + 20px);
  }
}

.pickup__list_item {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .pickup__list_item {
    width: 300px;
  }
}

.pickup__list_img {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 0 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pickup__list_cont {
  display: block;
  text-align: left;
}

.pickup__list_ttl {
  display: block;
  margin: 0 0 10px;
  line-height: 1.4444;
  font-size: 18px;
  font-weight: bold;
}

.pickup__list_date {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

.pickup__list .slick-dots {
  display: flex;
  justify-content: center;
  margin: 18px auto 0;
}

.pickup__list .slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFEEF0;
}

.pickup__list .slick-dots li button {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 100px;
  overflow: hidden;
  text-indent: -9999px;
}

.pickup__list .slick-dots li.slick-active {
  background: #E73649;
}

.policy__movie {
  max-width: 702px;
  width: 100%;
  margin: 80px auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .policy__movie {
    margin: 35px 0;
  }
}

.policy__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.policy__movie iframe,
.policy__movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
