@charset "UTF-8";

.composite_box01 .wrapper_item {
overflow: visible!important;
justify-content: space-between; 
}
.composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
margin-left: 0!important;
}
.composite_box01 .inner_item {
width: 30%!important;
margin: 0!important;
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3), 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2), 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
position: relative;
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):after, 
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):before, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):after, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):before, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after,
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {
content: "";
  position: absolute;
  top: calc(50% - 1.5px);
right: -30px;
  width: 25px;
  height: 3px;
  border-radius: 9999px;
  background-color: #3b3737;
  transform-origin: calc(100% - 1.5px) 50%;
}
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after,
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {

right: -15px;
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):after, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):after, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after {
transform: rotate(45deg);
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):before, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):before, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {
  transform: rotate(-45deg);
}

#map03 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after,
#map03 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {
content: inherit;
}

@media screen and (max-width: 768px) {
.composite_box01 .wrapper_item {
gap: 5rem;
}
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):after, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):after, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after {
transform: rotate(135deg);
}

.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):before, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):before, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {
  transform: rotate(45deg);
}
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):after, 
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3):before, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):after, 
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2):before, 
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):after,
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1):before {
  top: inherit;
 right: calc(50% - 1.5px);
bottom: -30px;
}
}