@charset "UTF-8";

/*MV調整*/
.mv {
    text-align: center;
}
.mv img {
    height: 50vh;
    object-fit: contain;
}

/* 丸4つパーツ */
.circle_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.circle_item {
  width: min(18vw, 250px);
  height: min(18vw, 250px);
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: #656565;
  background: linear-gradient(45deg, #ffcbd4 0%, #ffcbd4 30%, #fff0f2 50%, #ffcbd4 70%, #ffcbd4 100%);
  font-size: min(2vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .circle_list {
    gap: 1vw;
  }
  .circle_item {
    width: 21vw;
    height: 21vw;
    font-size: max(2.5vw, 1rem);
  }
}

#top_text01 + .contents_box01 .heading.block_header_6 .h:before,
#top_text01 + .contents_box01 .heading.block_header_6 .h:after {
    content: none;
}

#top_text01 + .contents_box01 .heading.block_header_6 .h {
    border: min(3px, 0.8vw) solid #B79646;
}
@media only screen and (max-width: 800px) {
    #top_text01 + .contents_box01 .heading.block_header_6 .h {
        font-size: min(2.7rem, 5.5vw);
        padding: 1rem 2rem;
    }
}