@import url(./global/_variable.css);

/* top */
/* ============================================ */


.area_visual {
  @media (width < 480px) {
    padding-top: 40px;
  }
}

.area_why {
  position: relative;
  padding-inline: 20px;
  padding-bottom: 17.7vw;
  overflow: hidden;
  @media (width < 480px) {
    padding-bottom: 180px;
  }
}

.area_why_bg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  @media (width < 480px) {
    width: 210%;
  }
}

.block_why {
  position: relative;
}

.hd_top_h2 {
  padding-top: 32px;
  text-align: center;
  font-size: clamp(2.4rem, 1.24vw + 1.934rem, 3.6rem);
  line-height: 2em;
  color: var(--main_c);
  font-weight: 700;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
  &::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 160px;
    height: 4px;
    background-image: url(../../assets/images/top/bar_color.svg);
    background-repeat: no-repeat;
  }
  @media (width < 896px) {
    padding-top: 16px;
  }
  @media (width < 480px) {
    padding-top: 12px;
  }
}

.list_why {
  padding-top: 4.77cqw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.4cqw;
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}

.item_why {
  background-color: #FFF;
  border-radius: 2.9cqw;
  padding: 2.9cqw;
  @media (width < 896px) {
    padding: 30px;
  }
}

.hd_why {
  font-size: clamp(2.2rem, 0.41vw + 2.045rem, 2.6rem);
  color: var(--main_c);
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
}

.txt_why {
  font-size: clamp(1.5rem, 0.31vw + 1.383rem, 1.8rem);
  text-align: justify;
  padding-top: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.area_schedule {
  padding-block: 5.2vw;
  padding-inline: 20px;
  background-color: #FFF;
  @media (width < 896px) {
    padding-block: 30px;
  }
}

.list_schedule {
  padding-top: 5.3cqw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.4cqw;
  @media (width < 896px) {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
}

.item_schedule {
  position: relative;
  z-index: 0;
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 10;
  }
}

.dl_schedule {
  position: relative;
  z-index: 20;
  background-color: var(--bg_c);
  border-radius: 20px;
  padding-inline: 3.33cqw;
  padding-block: 2.4cqw;
  text-align: center;
  min-height: 180px;
  @media (width < 896px) {
    padding-inline: 20px;
    padding-block: 20px;
    min-height: 100%;
  }
}

.dt_schedule {
  color: var(--main_c);
  font-size: 2rem;
  font-weight: 900;
  line-height: 2rem;
}

.dd_schedule {
  font-size: 1.8rem;
  border-top: var(--main_c) solid 1px;
  padding-top: 20px;
  margin-top: 24px;
}

.area_point {
  padding-top: 5.2vw;
  padding-inline: 20px;
  @media (width < 896px) {
    padding-top: 30px;
  }
}

.list_point {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 5.3cqw;
}

.item_point {
  background-color: #FFF;
  padding-inline: 3.33cqw;
  padding-block: 2.4cqw;
  border-radius: 20px;
  @media (width < 896px) {
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.dl_point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: center;
}

.dt_point {
}

.dt_point_number {
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
  line-height: 1em;
  font-family: Poppins;
  font-weight: 700;
  color: #FFF;
  background-color: var(--main_c);
  align-content: center;
  text-align: center;
  display: block;
  border-radius: 8px;
}

.dd_point {
  font-size: clamp(1.8rem, 0.48vw + 1.618rem, 2.2rem);
}

.txt_point {
  font-size: clamp(1.4rem, 0.48vw + 1.218rem, 1.8rem);
  padding-top: 2.4cqw;
}

.link_txt {
  text-decoration: underline;
}
.link_txt[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 0.3em;
  color: var(--main_c);
}