/*! Writen  by SCSS */
.pre-inc .sec_concept {
  position: relative;
}
.pre-inc .sec_concept .concept_text_wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 6.72%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pre-inc .sec_concept .concept_text_wrap {
    position: static;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.pre-inc .sec_concept .concept_text_wrap .concept_head {
  max-width: 726px;
  width: 45.38%;
  margin-bottom: 3.75%;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .pre-inc .sec_concept .concept_text_wrap .concept_head {
    width: 80%;
    margin-bottom: 20px;
  }
  .pre-inc .sec_concept .concept_text_wrap .concept_head svg {
    fill: #000;
  }
}
.pre-inc .sec_concept .concept_text_wrap .concept_read {
  color: #333;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .pre-inc .sec_concept .concept_text_wrap .concept_read {
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .sec_concept .concept_text_wrap .concept_read {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pre-inc .concept_image_wrap {
  position: relative;
}
.pre-inc .concept_bg {
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 480px) {
  .pre-inc .concept_bg > .concept_image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
}
.pre-inc .concept_bg .bg_line {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .pre-inc .concept_bg .bg_line {
    width: 80%;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .concept_bg .bg_line > .line_image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
}
.pre-inc .text_name {
  z-index: 2;
  position: absolute;
  width: 38.69%;
  line-height: 0;
  top: 44.3%;
  left: 7.5%;
}
@media screen and (max-width: 480px) {
  .pre-inc .text_name {
    width: 50%;
    left: 10px;
    top: 18%;
  }
}
.pre-inc .text_time {
  position: absolute;
  z-index: 2;
  line-height: 0;
  width: 19.94%;
  top: 54.84%;
  right: 24.69%;
}
@media screen and (max-width: 480px) {
  .pre-inc .text_time {
    width: 25%;
    top: 40%;
    right: 15%;
  }
}
.pre-inc .text_time .text_time_black {
  display: block;
  filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.7)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.7)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.7)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.7)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.7)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7));
}
.pre-inc .text_time .text_number {
  display: block;
  position: absolute;
  z-index: 2;
  width: 31.35%;
  top: -1.17%;
  left: 44.83%;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.7)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.7)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}/*# sourceMappingURL=concept.css.map */