.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
  }
  
  .balloon5 .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
  }
  
  .balloon5 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
  }
  
  .balloon5 .chatting {
	width: 100%;
  }
  
  .says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
  }
  
  .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
  }
  
  .says p {
	margin: 0;
	padding: 0;
  }
  .faceicon span{
  font-size:12px;
  }
  .lum-gallery-button {
  display:none;
  }
  .post_content ul {
	padding-left: 0;
  }
  .post_content li {
	margin: .25em 0 30px;
  }
  .koe{
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .koe li{
  width:48%;
  }
  .midashi{
  list-style: none;
  width: 100% !important;
	background: #d7ebfe;
	padding: 5px 15px;
	border-radius: 30px;
  }
  .kiiro.midashi{
  background: #fefcd7;
  }
  .kiiro.balloon5 .faceicon img {
	border: 3px solid #fefcd7;
  }
  .kiiro .says{
  background: #fefcd7;
  }
  .kiiro .says::after{
  border-right: 12px solid #fefcd7;
  }
  .midori.midashi{
  background: #e5fed7;
  }
  .midori.balloon5 .faceicon img {
	border: 3px solid #e5fed7;
  }
  .midori .says{
  background: #e5fed7;
  }
  .midori .says::after{
  border-right: 12px solid #e5fed7;
  }
  .pink.midashi{
  background: #ffe5ed;
  }
  .pink.balloon5 .faceicon img {
	border: 3px solid #ffe5ed;
  }
  .pink .says{
  background: #ffe5ed;
  }
  .pink .says::after{
  border-right: 12px solid #ffe5ed;
  }
  @media only screen and (max-width: 480px) {
  .koe li{
  width:100%;
  }
  }

  .recruitment-cta {
	width: 100%;
	margin: 20px 0 40px;
	text-align: center;
	position: relative;
	padding:0 5px 10px;
	background: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }
  
  .recruitment-inner {
	position: relative;
	padding: 0;
  }
  
  .recruitment-text {
	font-size: 14px;
	font-weight: bold;
	color: #ff6b9c;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
  
  .sparkle-left,
  .sparkle-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	z-index: 1;
  }
  
  .sparkle-left {
	left: 10px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffcc00"><path d="M12 1L9 9L1 12L9 15L12 23L15 15L23 12L15 9Z"/></svg>') no-repeat center center;
	background-size: contain;
  }
  
  .sparkle-right {
	right: 10px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffcc00"><path d="M12 1L9 9L1 12L9 15L12 23L15 15L23 12L15 9Z"/></svg>') no-repeat center center;
	background-size: contain;
  }
  
  .apply-button {
	display: inline-block;
	margin-top: 10px;
	padding: 3px 30px;
	background: #ff6b9c;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	font-size: 13px;
  }
  
  .apply-button:hover {
	background: #ff4785;
	transform: translateY(-2px);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* 職種に合わせた色変更用クラス */
  .recruitment-cta.ri {
	background: #e6f4ff;
  }
  .recruitment-cta.ri .recruitment-text {
	color: #4a90e2;
  }
  .recruitment-cta.ri .apply-button {
	background: #4a90e2;
  }
  .recruitment-cta.ri .apply-button:hover {
	background: #3a80d2;
  }
  
  .recruitment-cta.hokan {
	background: #ffebf2;
  }
  .recruitment-cta.hokan .recruitment-text {
	color: #ff6b9c;
  }
  .recruitment-cta.hokan .apply-button {
	background: #ff6b9c;
  }
  .recruitment-cta.hokan .apply-button:hover {
	background: #ff4785;
  }
  
  .recruitment-cta.sa {
	background: #eafde8;
  }
  .recruitment-cta.sa .recruitment-text {
	color: #68c254;
  }
  .recruitment-cta.sa .apply-button {
	background: #68c254;
  }
  .recruitment-cta.sa .apply-button:hover {
	background: #58b244;
  }
  
  .recruitment-cta.ge {
	background: #fffde8;
  }
  .recruitment-cta.ge .recruitment-text {
	color: #e6c930;
  }
  .recruitment-cta.ge .apply-button {
	background: #e6c930;
  }
  .recruitment-cta.ge .apply-button:hover {
	background: #d6b920;
  }
  
  /* レスポンシブデザイン */
  @media only screen and (max-width: 480px) {
	.recruitment-text {
		font-size: 12px;
	}
	
	.sparkle-left {
	  left: 5px;
	  width: 20px;
	  height: 20px;
	}
	
	.sparkle-right {
	  right: 5px;
	  width: 20px;
	  height: 20px;
	}
  }