@charset "UTF-8";


/* -------------------------------------
背景エリア
------------------------------------- */

.eic_list{
  display: grid;
    gap: 2rem;
}
.eic_list .disable {
  pointer-events: none;
}
.eic_list + .eic_list{
  margin-top: 7rem;
}

.eic_list .c-head_style01{
    margin-bottom: 1rem;
}


.eic_box_txt {
    line-height: 1.9;
    margin-top: 2.8rem;;
}

.eic_box_img {
    border-radius: 0.8rem;
  }
.eic_box_img img {
  border-radius: inherit;
}

@media screen and (min-width: 768px) {
  .eic_list{
    display: grid;
      gap: 2rem;
  }
  .eic_list + .eic_list{
    margin-top: 12rem;
  }

  .eic_list .c-head_style01{
      margin-bottom: 3.7rem;
  }
  .eic_box_txt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1024px) {
  .box.--shinoda {
    padding-left: 3.7rem;
    }
    .eic_list:nth-child(2) .c-wrap.--flex {
      gap: 0 1.6rem;
    }
}

.box.--other {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .box.--other {
    flex-direction: row;
  }
}

.eic_other_cnt {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 496 / 272;
  background-size: cover;
  background-position: center;
  border-radius: 0.8rem;
  color: #fff;
  transition: 0.3s;
}
.eic_other_cnt:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.eic_other_cnt:first-child {
  background-image: url("../img/eic/other_back1.png");
}
.eic_other_cnt:nth-child(2) {
  background-image: url("../img/eic/other_back2.png");
}


.eic_other_cnt_inner {
    width: 90%;
    margin: 0 auto;
  }

@media screen and (min-width: 1024px) {
  .eic_other_cnt {
    width: 49.6rem;
    max-width: unset;
  }
  .eic_other_cnt:first-child .eic_other_cnt_inner {
    width: 30.4rem;
  }
    .eic_other_cnt:nth-child(2) .eic_other_cnt_inner {
    width: 37.1rem;
  }
}

.eic_other_link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  /* padding-inline: 9.6rem; */
}

.eic_other_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.eic_other_txt {
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
  .eic_other_link {
    display: block;
    padding-block: 7.2rem;
  }
  .eic_other_ttl {
    font-size: 2.8rem;
  }
  .eic_box_txt {
    font-size: 1.6rem;
  }

  .eic_other_txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .eic_other_txt {
    font-size: 1.4rem;
  }
}