#case { margin-top: 8rem; padding: 8rem; border-radius: 15px; background: rgba(246,97,136,0.1)}
#case h3 { text-align: center; color: #f66188; margin-bottom: 3rem;}
#case h3 .mincho { font-size: 250%; display: block; letter-spacing: -0.05rem;}
#case h3 .en { font-size: 75%; text-transform:uppercase; display: block;}
@media only screen and (max-width: 782px) {
  #case { margin-top: 4rem; padding: 7.5vw 5vw; border-radius: 10px;}
}


#case dl { margin-top: 70px; position: relative;}
#case dl:first-child { margin-top: 100px;}
#case dt {
  position: absolute;
  width: 560px;
  min-height: 60px;
  box-sizing: border-box;
  padding: 5px 1rem;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.5;
  text-align: center;
  top: -30px;
  left: calc(50% - 280px);
  background: #f66188;
  color: #fff;
}
#case dd {
  background: #fff;
  border-radius: 10px;
  padding: 70px 60px;
  display: flex;
  justify-content: space-between;
}
#case dd .set {
  width: calc(50% - 20px);
  position: relative;
}
#case dd .set:first-child::after {
  content: "";
  position: absolute;
  background: url("../img/filter/arrow2@2x.png") no-repeat left top / contain;
  width: 83px;
  height: 72px;
  transform: rotate(-90deg);
  z-index: 2;
  left: calc(100% - 20px);
  top: min(150px, 9vw); 
}
@media only screen and (max-width: 1280px) {#case dd .set:first-child::after {top: 120px;}}
#case dd figure { position: relative; z-index: 1;}
#case dd figure img { border-radius: 5px;}
#case dd figure.normal img { width: 100%;}
#case dd figure.normal figcaption { margin-top: 0.6rem;}
#case dd figure.zm { text-align: right; margin: -150px 0 0 0;}
#case dd figure.zm img { transform: translateX(20px);}
#case dd figure.zm figcaption { margin-top: 0.3rem; font-size: 75%;}

@media only screen and (max-width: 782px) {

  #case dl { margin-top: 40px;}
  #case dl:first-child { margin-top: 70px;}
  #case dt {
    width: 90%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 0.6rem;
    font-size: 120%;
    top: -20px;
    left: 5%;
  }
  #case dd {
    background: #fff;
    border-radius: 10px;
    padding: 6.5vw 5vw 5vw;
    display: block;
  }
  #case dd .set {
    width: auto;
  }
  #case dd .set:first-child {
    margin-bottom: 30px;
  }
  #case dd .set:first-child::after { display: none;}
  #case dd .set:last-child::after {
    content: "";
    position: absolute;
    background: url("../img/filter/arrow2@2x.png") no-repeat left top / contain;
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
    z-index: 2;
    left: calc(50% - 25px);
    top: -33px;
  }
  #case dd figure { position: relative; z-index: 1;}
  #case dd figure img { border-radius: 5px;}
  #case dd figure.normal img { width: 100%;}
  #case dd figure.normal figcaption { margin-top: 0.6rem;}
  #case dd figure.zm { text-align: right; margin: -150px 0 0 0;}
  #case dd figure.zm img { transform: translateX(20px);}
  #case dd figure.zm figcaption { margin-top: 0.3rem; font-size: 75%;}
}


#case .h401 {
  margin: 50px 0 0 0;
  font-size: 114%;
  text-align: center;
  font-weight: bold;
}
#case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 20px);
}
#case ul li {
  width: calc(25% - 20px);
  margin: 20px 20px 0 0;
}
@media only screen and (max-width: 782px) {
  #case ul {width: calc(100% + 2vw);}
  #case ul li {width: calc(50% - 2vw);
    margin: 2vw 2vw 0 0;}
}
#case .h402 {
  text-align: center;
  margin-top: 60px;
  color: #fff;
  font-size: 130%;
}
#case .h402 span {
  display: inline-block;
  background: #f66188;
  padding: 5px 30px;
  position: relative;
}
#case .h402 span::after {
  content: "";
  width: 16px;
  height: 30px;
  box-sizing: border-box;
  border: transparent 8px solid;
  border-top: #f66188 15px solid;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -29px;
}
#case p.table { margin-top: 35px; text-align: center;}