@charset "UTF-8";
.features_slide_wrap_sp {
  display: none;
}

/* ===================================
共通
=================================== */
.section {
  padding: 80px 20px 100px;
}
.section .sec_inner {
  max-width: 1240px;
  margin: auto;
}
.section .sec_inner .sec_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.section .sec_inner .sec_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E03837;
  flex-shrink: 0;
}
.section .sec_inner .sec_txt {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

/* ===================================
コンテンツ
=================================== */
.sec_01 {
  margin-top: 100px;
  background-color: #333;
}
.sec_01 .sec_ttl,
.sec_01 .sec_txt {
  color: #fff;
}
.sec_01 .dummy_area {
  background-color: #fff;
  height: 620px;
}

.section.sec_01 .features_slide_wrap {
  overflow: hidden;
  padding-bottom: 80px;
}

.swiper-horizontal {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #E03837;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  transition: 0.3s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  width: 22px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: unset !important;
    bottom: -80px;
  }
}
@media screen and (max-width: 350px) {
  .swiper-button-next,
  .swiper-button-prev {
    bottom: -69px;
    width: 40px;
    height: 40px;
  }
}

.swiper-button-prev {
  left: 2%;
}
.swiper-button-prev::before {
  background-image: url(../img/features/slide_prev.svg);
}

.swiper-button-next {
  right: 2%;
}
.swiper-button-next::before {
  background-image: url(../img/features/slide_next.svg);
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  bottom: -60px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 !important;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #333;
  opacity: 1;
  border: 1px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -56px !important;
  }
}

.swiper-slide {
  width: 100%;
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000;
}

.sec_02 {
  border-bottom: 1px solid #333;
}
.sec_02 .reason_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_02 .reason_list li {
    gap: 30px;
  }
}
.sec_02 .reason_list li:last-of-type {
  margin-bottom: 0;
}
.sec_02 .reason_list li .r_img {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 400px;
}
.sec_02 .reason_list li .r_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_02 .reason_list li .r_txt_area .r_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.sec_02 .reason_list li .r_txt_area .r_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  /* ===================================
  キャニングの特徴
  =================================== */
  .section .sec_inner {
    /* max-width: 868px; */
    width: 100%;
  }
  .sec_02 .reason_list li {
    margin-bottom: 80px;
  }
  .sec_02 .reason_list li .r_img {
    width: 50%;
  }
  .sec_02 .reason_list li .r_txt_area .r_ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px 100px;
  }
  .p_description_box .p_description_inner .p_d_txt {
    font-size: 16px;
  }
  .section .sec_inner .sec_ttl {
    font-size: 28px;
  }
  .section .sec_inner .sec_txt {
    line-height: 2;
  }
  .sec_02 .reason_list li {
    display: block;
  }
  .sec_02 .reason_list li .r_txt_area .r_ttl {
    margin: 20px 0;
  }
  .sec_02 .reason_list li .r_img {
    width: 100%;
  }
  .sec_02 .reason_list li .r_txt_area .r_txt {
    line-height: 1.8;
  }
  .features_slide_wrap {
    display: none;
  }
  .features_slide_wrap_sp {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .features_slide_wrap_sp .features_slide .swiper-wrapper .swiper-slide img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .sec_02 .reason_list li .r_txt_area .r_ttl {
    font-size: 22px;
    margin: 20px 0;
  }
  .column_txt_area {
    margin-top: 10px;
  }
  .new_column_list > li a .column_txt_area .c_date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .section .sec_inner .sec_ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 430px) {
  .section .sec_inner .sec_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .section {
    padding: 40px 20px 80px;
  }
  .p_description_box .p_description_inner .p_d_txt {
    margin: 0 auto;
  }
  .section .sec_inner .sec_ttl {
    margin-bottom: 16px;
  }
  .section .sec_inner .sec_ttl {
    font-size: 20px;
  }
  .sec_01 {
    margin-top: 60px;
  }
  .section .sec_inner .sec_ttl {
    font-size: 20px;
    gap: 10px;
  }
  .sec_01 .dummy_area {
    height: 200px;
  }
  .sec_02 .reason_list li .r_txt_area .r_ttl {
    font-size: 18px;
  }
}