/*! Writen  by SCSS */
.concept_top {
  padding-top: clamp(50px, 6.67%, 80px);
  padding-bottom: clamp(100px, 18.75%, 300px);
  background: url("../images/concept/concept_bg.webp") top center/cover no-repeat; }
  .concept_top .concept_logo {
    max-width: 543px;
    width: 45.25%;
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.6));
    margin-inline: auto;
    margin-bottom: clamp(40px, 5.84%, 70px); }
    @media screen and (max-width: 480px) {
      .concept_top .concept_logo {
        width: 80%; } }
  .concept_top .concept_read_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    line-height: 3; }
    @media screen and (max-width: 768px) {
      .concept_top .concept_read_wrap {
        line-height: 2.5; } }
    @media screen and (max-width: 480px) {
      .concept_top .concept_read_wrap {
        line-height: 2; } }

.sky_wrap {
  position: relative;
  z-index: 1;
  margin-top: clamp(-240px, -15%, -60px); }
  .sky_wrap img {
    display: block;
    width: 100%;
    line-height: 0;
    mask: linear-gradient(0deg, white 80%, rgba(255, 255, 255, 0) 100%) alpha; }
    @media screen and (max-width: 480px) {
      .sky_wrap img {
        height: 100%;
        object-fit: cover;
        object-position: left center;
        aspect-ratio: 1400 / 1140; } }

.concept_image_wrap {
  display: grid;
  grid-auto-flow: dense;
  gap: 1px;
  grid-template-columns: repeat(6, 1fr); }
  @media screen and (max-width: 480px) {
    .concept_image_wrap {
      grid-template-columns: repeat(3, 1fr); } }
  .concept_image_wrap .concept_image img {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 480px) {
    .concept_image_wrap .concept_image .cap {
      padding: 3px; } }
  .concept_image_wrap .concept_image_01 {
    grid-column: 1 / 4;
    grid-row: 1 / 3; }
  .concept_image_wrap .concept_image_04 {
    grid-column: 5 / 7;
    grid-row: 1 / 3; }
    @media screen and (max-width: 480px) {
      .concept_image_wrap .concept_image_04 {
        grid-column: 2 / 4;
        grid-row: 3 / 5; } }
  .concept_image_wrap .concept_image_07 {
    grid-column: 1 / 3;
    grid-row: 4 / 5; }
    @media screen and (max-width: 480px) {
      .concept_image_wrap .concept_image_07 {
        grid-row: 6 / 7; } }
  .concept_image_wrap .concept_image_08 {
    grid-column: 3 / 4;
    grid-row: 3 / 5; }
    @media screen and (max-width: 480px) {
      .concept_image_wrap .concept_image_08 {
        grid-row: 5 / 7; } }
  .concept_image_wrap .concept_image_09 {
    grid-column: 4 / 7;
    grid-row: 3 / 5; }
    @media screen and (max-width: 480px) {
      .concept_image_wrap .concept_image_09 {
        grid-column: 1 / 4;
        grid-row: 7 / 9; } }

/*# sourceMappingURL=concept.css.map */
