@charset "UTF-8";

/*-----------------当院が選ばれる理由------------------------*/
#reason + .composite_box01 .wrapper_item {
  gap: 2.5rem;
  overflow: initial;
}
#reason + .composite_box01 .inner_item {
  margin: 0 !important;
  max-width: 100%;
  width: 100% !important;
  padding: 2rem 1rem 2rem 0;
  background-color: #fff;
  border-radius: 10px;
}
#reason + .composite_box01 .inner_item:nth-child(1) {
  padding-left: 5px;
}
#reason + .composite_box01.block_images_1 a+.inner_item_txt {
  margin-top: 0;
}
#reason + .composite_box01 .inner_item_txt .heading.block_header_4 .h {
  color: var(--i_txt_color);
  font-size: 3rem !important;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#reason + .composite_box01 .inner_item_txt .heading.block_header_4 p {
  width: 100%;
}
#reason + .composite_box01 .inner_item:nth-child(even) .inner_item_txt .heading.block_header_4 .h::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -15px;
  width: 50px;
  height: 50px;
  background-color: var(--i_btn_color);
  border-radius: 50%;
  z-index: -1;
}
#reason + .composite_box01 .inner_item:nth-child(odd) .inner_item_txt .heading.block_header_4 .h::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -15px;
  width: 50px;
  height: 50px;
  background-color: var(--i_sub2_color);
  border-radius: 50%;
  z-index: -1;
}
#reason + .composite_box01 .inner_item_txt .heading {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 1200px){
#reason + .composite_box01 .wrapper_item {
  gap: 2rem;
}
#reason + .composite_box01 .inner_item {
  max-width: calc(50% - 2.5rem * 1 / 2);
  padding: 2rem 1rem 2rem 0;
}
#reason + .composite_box01 .inner_item:nth-child(1) {
  padding-left: 0;
}
#reason + .composite_box01 .inner_item:nth-child(3) {
  padding-left: 0;
}
#reason + .composite_box01 .inner_item:nth-child(even) .inner_item_txt .heading.block_header_4 .h::before {
  top: -3px;
  left: -16px;
}
#reason + .composite_box01 .inner_item:nth-child(odd) .inner_item_txt .heading.block_header_4 .h::before {
  top: -3px;
  left: -16px;
}
#reason + .composite_box01 .inner_item_txt .heading.block_header_4 .h {
  font-size: 3rem !important;
}
}
@media screen and (max-width: 600px){
#reason + .composite_box01 .inner_item {
  max-width: initial;
  padding: 2rem 1rem 2rem 0;
}
}

/*-----------------チェック------------------------*/
#check + section .inner_item_txt .lists {

  width: fit-content;
  margin-inline: auto;
  margin-block: 2rem;
}
#check + section .inner_item_txt .list {
  position: relative;
  padding-left: 4rem;
  text-align: left !important;
}
#check + section .inner_item_txt .list::before {    
  content: "";
  position: absolute;   
  top: 0;    
  left: 0;   
  width: 30px;    
  height: 30px;   
  background-image: url(/common/upload_data/mitsuwa-awajijp2/image/20240112093118.png);   
  background-size: contain;
  background-repeat: no-repeat;   
}

/*-----------------吹き出し------------------------*/
#balloon + .composite_box01 .wrapper_item {
  justify-content: center;
  gap: 3.5rem 2rem;
  padding-bottom: 2rem;
}
#balloon + .composite_box01 .inner_item {
  position: relative;
  display: inline-block;
  padding: 2rem;
  width: min(250px, 17vw);
  height: min(250px, 17vw);
  border-radius: 50%;
  background: var(--i_main_color);
  margin: 0 !important;
}
#balloon + .composite_box01 .inner_item::before {
  content: "";
  position: absolute;
  top: 99.5%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid var(--i_main_color);
}
#balloon + .composite_box01 .inner_item:nth-child(n + 4) {
  margin-bottom: 2rem;
}
#balloon + .composite_box01 .inner_item.empty {
  display: none;
}
#balloon + .composite_box01.block_images_1 a+.inner_item_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
#balloon + .composite_box01 .inner_item .heading.block_header_4 {
  text-align: center;
}
#balloon + .composite_box01 .inner_item .heading.block_header_4 .h {
  color: #fff;
  font-size: min(1.3vw, 2rem) !important;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px){
#balloon + .composite_box01 .inner_item {
  width: min(250px, 28vw);
  height: min(250px, 28vw);
}
#balloon + .composite_box01 .inner_item .heading.block_header_4 .h {
  font-size: 1.8rem !important;
}
}

@media screen and (max-width: 768px){
#balloon + .composite_box01 .wrapper_item {
  gap: 3.5rem 2rem;
}
#balloon + .composite_box01 .inner_item {
  width: min(280px, 60vw) !important;
  height: min(280px, 60vw) !important;
}
}