@charset "UTF-8";

#new_part + div.composite_box01 {
  position: relative;
  text-align: center;
  background-color: #fff;
  overflow: visible;
}


#new_part + div.composite_box01 > .content_wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
}


#new_part + div.composite_box01 .wrapper_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem;
  overflow: visible;
}

#new_part + div.composite_box01 .inner_item {
  position: relative;
  flex: 1 1 280px;
  max-width: 340px;
  box-sizing: border-box;
  padding: 3.5rem 3.23rem 2.25rem;
  background: #faf9ef;
  border-radius: 1.25rem;
  text-align: center;
  overflow: visible;
}

#new_part + div.composite_box01 .inner_item > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#new_part + div.composite_box01 .inner_item::before {
  content: "REASON";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0 0 2.35rem;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #00ada9;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 5;
}

#new_part + div.composite_box01 .inner_item::after {
  content: "01";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  padding: 1.9rem 0 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  pointer-events: none;
  z-index: 6;
}

#new_part + div.composite_box01 .wrapper_item > .inner_item:nth-child(2)::after {
  content: "02";
}

#new_part + div.composite_box01 .wrapper_item > .inner_item:nth-child(3)::after {
  content: "03";
}

#new_part + div.composite_box01 .inner_item_img {
  margin: 0.5rem auto 1.25rem;
  max-width: 160px;
}

#new_part + div.composite_box01 .inner_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

#new_part + div.composite_box01 .inner_item_txt {
  text-align: center;
}

#new_part + div.composite_box01 .block_header_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.1rem;
  border: none;
  background: none;
}

#new_part + div.composite_box01 .block_header_4::before,
#new_part + div.composite_box01 .block_header_4::after {
  content: none;
}

#new_part + div.composite_box01 .block_header_4 > h3.h {
  position: relative;
  padding-bottom: 0.9em;
  color: #3a3a3a;
}

#new_part + div.composite_box01 .block_header_4 > h3.h::before {
  content: none;
}

#new_part + div.composite_box01 .block_header_4 > h3.h::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 14vw;
  height: 2px;
  margin: 0;
  border: none;
  background: #00ada9;
  box-shadow: none;
}

#new_part + div.composite_box01 .block_header_4 > p {
  color: #3a3a3a;
}

#new_part + div.composite_box01 .block_header_4 > p:empty {
  display: none;
}

#new_part + div.composite_box01 .inner_item_txt > p {
  margin: 0;
  color: #3a3a3a;
  text-align: center;
  line-height: 1.85;
}

 #new_part + div.composite_box01 .heading.block_header_1 {
 margin-bottom: 60px;
}

 #new_part + div.composite_box01 .inner_item{
margin-left: 0;
}

@media (max-width: 768px) {
  #new_part + div.composite_box01 .block_header_1 {
    margin-bottom: 2.75rem;
  }


  #new_part + div.composite_box01 .wrapper_item {
    flex-direction: column;
    align-items: center;
    gap: 2.75rem;
  }

  #new_part + div.composite_box01 .inner_item {
    width: 100%;
    max-width: 100%;
    padding: 3.25rem 1.5rem 2rem;
  }
#new_part + div.composite_box01 .block_header_4 > h3.h::after {
    width: 80vw;
}
}



@media (min-width: 769px) and (max-width: 929px) {
  #new_part + div.composite_box01 .wrapper_item {
    flex-wrap: nowrap;
    gap: 1.25rem;
  }

  #new_part + div.composite_box01 .inner_item {
    flex: 1 1 0;
    max-width: none;
    padding: 3.5rem 1.25rem 2rem;
  }

  #new_part + div.composite_box01 .inner_item_img {
    max-width: 110px;
  }

  #new_part + div.composite_box01 .inner_item::before,
  #new_part + div.composite_box01 .inner_item::after {
    width: 5.25rem;
    height: 5.25rem;
  }

  #new_part + div.composite_box01 .inner_item::before {
    font-size: 0.85rem;
    padding: 0 0 1.9rem;
  }

  #new_part + div.composite_box01 .inner_item::after {
    font-size: 2rem;
    padding: 1.5rem 0 0;
  }
#new_part + div.composite_box01 .block_header_4 > h3.h::after {
    width: 28vw;
}

}


@media screen and (max-width: 900px) {
        #new_part + div.composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
#new_part + div.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21):not(.block_images_22):not(.block_images_23):not(.block_images_24) .inner_item {
        width: 48%;
        margin-bottom: 0;
    }
}
