@media screen and (max-width: 900px) {
  .about_clm .about_set .about_cont .ex {
    padding: 24px 0 0;
    background-image: url(../image/dot01-horizon.png);
  }
}
@media screen and (max-width: 900px) and (max-width: 480px) {
  .about_clm .about_set .about_cont .ex {
    background-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .about_clm .about_set .about_cont.pink .ex {
    background-image: url(../image/dot02-horizon.png);
  }
}
@media screen and (max-width: 900px) and (max-width: 480px) {
  .about_clm .about_set .about_cont.pink .ex {
    background-size: 10px;
  }
}
.about_clm .about_set--last {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .about_clm .about_set--last {
    margin-bottom: 3.077vw;
  }
}

.balloon {
  position: relative;
  background-color: #fef1ef;
  border: 4px solid #f8785b;
  padding: min(2.778vw, 40px);
  line-height: normal;
  clear: both;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .balloon {
    border-width: 0.513vw;
    padding: 5.128vw;
  }
}
.balloon * {
  margin: 0;
  padding: 0;
}
.balloon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: min(12.5vw, 180px);
  width: 85px;
  height: 45px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: url(../image/tail.svg) no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  .balloon:after {
    width: 10.769vw;
    height: 5.641vw;
    right: auto;
    left: 50%;
    background: url(../image/tail_sp.svg) no-repeat center center/contain;
  }
}
.balloon--title {
  font-size: 175%;
  text-align: center;
  color: #f8785b;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 20px;
  background: url(../image/dot02-horizon.png) repeat-x 50% 0;
  background-position: bottom;
}
@media screen and (max-width: 900px) {
  .balloon--title {
    font-size: 150%;
    background-size: 10px;
  }
}
.balloon--contents {
  font-size: 112.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .balloon--contents {
    display: block;
  }
}
.balloon--contents__left {
  width: min(45.833vw, 660px);
}
@media screen and (max-width: 900px) {
  .balloon--contents__left {
    width: 100%;
  }
}
.balloon--contents__left .desc {
  margin-bottom: 14px;
  line-height: 1.6;
}
.balloon--contents__left .cushion {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 14px;
  padding: 16px 24px;
}
@media screen and (max-width: 900px) {
  .balloon--contents__left .cushion {
    padding: 4.103vw 3.077vw;
  }
}
.balloon--contents__left .cushion li:first-child {
  margin-bottom: 10px;
}
.balloon--contents__left .cushion li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(88%, #E9F0C4));
  background: -webkit-linear-gradient(transparent 88%, #E9F0C4 88%);
  background: linear-gradient(transparent 88%, #E9F0C4 88%);
  color: #f8785b;
  font-weight: 700;
  font-size: 118.75%;
}
@media screen and (max-width: 900px) {
  .balloon--contents__left .cushion li span {
    font-size: 112.5%;
    line-height: 1.6;
  }
}
.balloon--contents__left .cushion li span:last-of-type {
  padding-top: 10px;
}
.balloon--contents__left .caution {
  line-height: 1.6;
}
.balloon--contents__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: min(-2.639vw, -38px);
}
@media screen and (max-width: 900px) {
  .balloon--contents__right {
    margin-top: 8px;
  }
}
.balloon--contents__right .news img {
  display: block;
  width: 100%;
}
.balloon--contents__right .news ul {
  padding: min(1.875vw, 27px) min(2.778vw, 40px);
  background: #fffde3;
  border: min(0.208vw, 3px) solid #FDD6CE;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 900px) {
  .balloon--contents__right .news ul {
    border-width: 0.769vw;
    padding: 4.103vw 4.103vw;
  }
}
.balloon--contents__right .news ul li {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 900px) {
  .balloon--contents__right .news ul li {
    font-size: 93.75%;
  }
}
.balloon--contents__right .news ul li:before {
  content: "";
  display: block;
  background-color: #F8785B;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 0.65em;
  left: 0;
}
@media screen and (max-width: 480px) {
  .balloon--contents__right .news ul li:before {
    width: 2.051vw;
    height: 2.051vw;
    top: 2.6vw;
  }
}
.balloon--contents__right .news ul li span {
  font-size: 131.25%;
  color: #f8785b;
}
@media screen and (max-width: 900px) {
  .balloon--contents__right .news ul li span {
    font-size: 112.5%;
  }
}