@charset "UTF-8";

.hc__check {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 70px 20px 20px;
}
@media screen and (min-width: 768px) {
  .hc__check {
    display: flex;
    gap: 40px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.hc__check__icon span {
  display: flex;
  column-gap: 9px;
  position: absolute;
  color: #999;
  font-size: 2rem;
  font-weight: 700;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .hc__check__icon span {
    bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hc__check__icon span {
    left: calc(50% - 50px);
    top: 10px;
  }
}

.hc__check__icon span::before {
  content: '';
  display: block;
  width: 17px;
  aspect-ratio: 17 / 30;
  background: url(/homesecurity/img_v5/icon_about_intro_01.svg) 50% 50% / contain no-repeat;
  transform: translateY(-2px);
}

.hc__check__text {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hc__check__text {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hc__check__text {
    font-size: 1.8rem;
  }
}

.hc__alink {
  text-decoration: underline;
  color: #004697;
}

@media screen and (max-width: 767px) {
  .hc_slide {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .btn-std {
    min-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .btn-std.is-r2 {
    line-height: 1.5;
    height: 55px;
  }
}

/*-------------------------------------------------------------------*/
/* block: dv2506 */
/*-------------------------------------------------------------------*/
.dv2506 {
  position: relative;
  margin: 200px 0;
  padding: 200px 0;
  background: #f5f1e6;
}
@media screen and (max-width: 767px) {
  .dv2506 {
    margin: 100px 0;
    padding: 100px 0;
  }
}
.dv2506__ld {
  font-size: 2rem;
  line-height: calc(28 / 20);
}
@media screen and (max-width: 767px) {
  .dv2506__ld {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}
.dv2506__rnt {
  margin: 10px 0 0;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: calc(19.6 / 14);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dv2506__rnt {
    margin: 5px 0 0;
    font-size: 10px;
    line-height: calc(14 / 10);
  }
}
.dv2506__bx {
  margin: 60px 0 0;
}
.dv2506__bx__tt {
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(42 / 30);
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .dv2506__bx__tt {
    padding: 0 0 0 16px;
    font-size: 2.4rem;
    line-height: calc(33.6 / 24);
  }
}
@media screen and (min-width: 768px) {
  .dv2506__bx__ls {
    display: flex;
    justify-content: space-between;
  }
  .dv2506__bx__ls > div {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .dv2506__bx__ls {
    padding: 0 12px;
  }
  .dv2506__bx__ls .slick-list {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .dv2506__bx__nv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dv2506__bx__nv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 36px;
    margin: 20px 0 -10px;
  }
  .dv2506__bx__nv .slick-prev,
  .dv2506__bx__nv .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .dv2506__bx__nv .slick-prev::before,
  .dv2506__bx__nv .slick-next::before {
    content: '\e900';
    color: #ec6d65;
    font-size: 17px;
    line-height: 1;
    font-family: 'icon';
  }
  .dv2506__bx__nv .slick-prev > span,
  .dv2506__bx__nv .slick-next > span {
    display: none;
  }
  .dv2506__bx__nv .slick-prev {
    left: -12px;
    transform: rotate(180deg);
  }
  .dv2506__bx__nv .slick-next {
    right: -12px;
  }
  .dv2506__bx__nv .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dv2506__bx__nv .slick-dots > li button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .dv2506__bx__nv .slick-dots > li button > span {
    display: none;
  }
  .dv2506__bx__nv .slick-dots > li button::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ec6d65;
    border-radius: 50%;
    transition: background-color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
  }
  .dv2506__bx__nv .slick-dots > li.slick-active {
    pointer-events: none;
  }
  .dv2506__bx__nv .slick-dots > li.slick-active button::before {
    background: #ec6d65;
  }
}
@media screen and (max-width: 767px) {
  .dv2506__itm {
    padding: 0 10px;
  }
}
.dv2506__itm__in {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .25));
}
.dv2506__itm__p {
  width: 100%;
  height: 100%;
}
.dv2506__itm__p picture,
.dv2506__itm__p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dv2506__itm__bx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 calc(15 / 393 * 100%);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .dv2506__itm__bx {
    padding: 30px 0 calc(12 / 300 * 100%);
  }
}

.dv2506__itm__bx__tt,
.dv2506__itm__bx__t {
  color: #fff;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, .65));
}
@media screen and (max-width: 767px) {
  .dv2506__itm__bx__tt,
  .dv2506__itm__bx__t {
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, .6));
  }
}
.dv2506__itm__bx__tt {
  position: relative;
  margin: 0 0 10px;
  font-size: clamp(24px / 1440 * 1280, 24 / 1440 * 100vw, 24px);
  line-height: calc(33.6 / 24);
}
@media screen and (max-width: 767px) {
  .dv2506__itm__bx__tt {
    margin: 0 0 7px;
    font-size: clamp(16.2px / 360 * 320, 16.2 / 360 * 100vw, 16.2px);
    line-height: calc(25.7 / 18);
  }
}
.dv2506__itm__bx__tt > span {
  display: block;
  position: absolute;
  bottom: 100%;
  right: clamp(10px / 1440 * 1280, 10 / 1440 * 100vw, 10px);
  font-size: clamp(14px / 1440 * 1280, 14 / 1440 * 100vw, 14px);
  line-height: calc(19.6 / 14);
}
@media screen and (max-width: 767px) {
  .dv2506__itm__bx__tt > span {
    right: 5px;
    font-size: 10px;
    line-height: calc(14 / 10);
  }
}
.dv2506__itm__bx__t {
  font-size: clamp(19.5px / 1440 * 1280, 19.5 / 1440 * 100vw, 19.5px);
  line-height: calc(28 / 19.5);
}
@media screen and (max-width: 767px) {
  .dv2506__itm__bx__t {
    font-size: clamp(14.2px / 375 * 320, 14.2 / 375 * 100vw, 14.2px);
    line-height: calc(20.7 / 14.2);
  }
}
.dv2506__bx__lk {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: calc(28 / 20);
}
@media screen and (max-width: 767px) {
  .dv2506__bx__lk {
    margin: 20px 0 0;
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}
.dv2506__bx__lk > a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}
.dv2506__bx__lk > a::before {
  content: '\e900';
  position: absolute;
  bottom: 50%;
  left: 0;
  color: #ec6d65;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'icon';
  line-height: 1;
  transform: translateY(50%);
}
.dv2506__nt {
  margin: 60px 0 0;
  font-size: 1.6rem;
  line-height: calc(28.8 / 16);
}
@media screen and (max-width: 767px) {
  .dv2506__nt {
    margin: 30px 0 0;
    padding: 0 0 0 1em;
    font-size: 10px;
    line-height: calc(14 / 10);
    text-indent: -1em;
  }
}
.dv2506__mv {
  margin: 60px 0 0;
}