@charset "UTF-8";

div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item_img {
  height: auto;
}

div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item,
div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item > a {
  height: 100%;
  aspect-ratio: 6/5;
}

div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item_txt .heading {
  height: 100%;
}

@media (max-width: 700px) {
  div#nbp4569852\ 4569852 {
    border-image: linear-gradient(to top, #e7f6ff 100%, transparent 100%) fill 0 // 0 100vw;
  }
  div#nbp4569852\ 4569852.block_images_16 .wrapper_item {
      gap: 30px;
  }
  div#nbp4569852\ 4569852.block_images_16 .inner_item {
    margin-bottom: 0!important;
    margin-left: 0!important;
    width: 100%!important;
  }
  div#nbp4569852\ 4569852.block_images_16 .inner_item_img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item,
  div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item > a {
    height: 55vw;
  }

  div#nbp4569852\ 4569852.composite_box01.block_images_16 .inner_item_txt > p {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .composite_box01.block_images_8 .inner_item_img {
    z-index: 2;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    background: #000;
  }

  .composite_box01.block_images_8 .inner_item:active .inner_item_img {
    top: 0;
  }

  .composite_box01.block_images_8 .inner_item_txt {
    z-index: 3;
    position: relative;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: calc(140px + 10px) 20px 10px;
    box-sizing: border-box;
    pointer-events: none;
  }

  .composite_box01.block_images_8 .inner_item .inner_item_txt .heading {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 140px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    border-top: 1px solid var(--i_border_color, rgba(125, 125, 125, 0.3)) !important;
    border-right: 1px solid var(--i_border_color, rgba(125, 125, 125, 0.3)) !important;
  }

  .composite_box01.block_images_8
    .inner_item:active
    .inner_item_txt
    .heading
    .h {
    color: #fff;
  }

  .composite_box01.block_images_8
    .inner_item:active
    .inner_item_txt
    .heading
    p {
    color: #fff;
  }

  .composite_box01.block_images_8 .inner_item:hover .inner_item_img img {
    opacity: 0.6;
  }

  .composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading {
    color: #fff;
  }

  .composite_box01.block_images_8 .inner_item .inner_item_txt > p {
    color: #fff;
    opacity: 0;
  }

  .composite_box01.block_images_8 .inner_item:active .inner_item_txt > p {
    opacity: 1;
  }
}
