@media screen and (max-width: 389px) {
	.result-example-container {
		width: max-content;
		padding: 15px;
	}

	.result-example-title {
		width: 100%;
		display: flex;
		margin: 16px 0px 16px 16px;
	}

	.result-p {
		width: 70px;
		height: 14px;
		color: rgba(97, 33, 161, 1);
		font-size: 12px;
		font-weight: 600;
		font-family: 'YuGothic';
		transform: rotate(90deg);
		transform-origin: left center;
		/* 回転の基準を調整 */
		margin: 0;
		letter-spacing: 2.5px;
	}

	.result-text span {
		background: linear-gradient(to top, rgba(255, 217, 143, 1) 50%, transparent 30%);
		display: inline;
		/* 背景を文字サイズにフィットさせる */
	}

	.result-text {
		font-size: 18px;
		font-weight: 700;
		font-family: 'YuGothic';
		letter-spacing: 1.5px;
		margin: 0 0 0 -55px;
	}

	.job-change-success-rate {
		width: max-content;
		display: flex;
		align-items: first baseline;
		gap: 5px;
		margin: 10px auto 0 auto;

	}

	.job-change-success-rate-p1 {
		font-size: 24px;
		font-weight: 700;
		color: rgba(113, 113, 113, 1);
		margin: 0;
	}

	.job-change-success-rate-p2,
	.job-change-success-rate-p3 {
		background: linear-gradient(to right,
				/* 角度を指定。例: 左から右へのグラデーション */
				rgba(100, 21, 185, 0.8) 0%,
				rgba(70, 75, 180, 0.8) 100%),
			linear-gradient(to top,
				/* 半透明レイヤーを重ねる */
				rgba(255, 255, 255, 1) 0%,
				rgba(255, 255, 255, 1) 100%);
		background-clip: text;
		-webkit-background-clip: text;
		/* 背景を文字の範囲にクリップ */
		-webkit-text-fill-color: transparent;
		/* 文字の色を透明化 */
	}

	.job-change-success-rate-p2 {
		font-size: 60px;
		font-weight: 600;
		font-family: 'Avenir Next';
		margin: 0;
	}

	.job-change-success-rate-p3 {
		font-size: 16px;
		font-weight: 600;
		font-family: 'Avenir Next';
		margin: 0 0 15px 0;
	}

	.result-notify {
		font-size: 12px;
		font-weight: 600;
		margin: -10px 0 20px -20px;
		padding: 0;
		text-align: center;
	}

	/* 内定先企業 */

	.company-wrap {
		width: max-content;
		position: relative;
	}

	.company-back-image {
		height: 340px;
		opacity: 0.2;
	}

	.company-sp {
		width: 300px;
		height: auto;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.company {
		display: none;
	}

	/* 転職後給料 */
	.result-of-salary {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 24px;
	}

	.result-of-salary-text {
		font-size: 16px;
		font-weight: 700;
		font-family: 'YuGothic';
		letter-spacing: 1.2px;
		text-align: center;
		margin: 10px;
	}

	.img_result-of-salary {
		width: 290px;
		height: auto;
	}

}