@media screen and (max-width: 389px) {

	.media-background {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-top: 30px;
	}

	.media {
		width: max-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.media-title {
		width: 300px;
		height: max-content;
		display: flex;
		text-align: left;
		box-sizing: border-box;
		margin-left: 10px;
	}

	.media-title-p {
		width: 162px;
		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;
	}

	.media-title-text {
		font-size: 18px;
		font-weight: 700;
		font-family: 'YuGothic';
		letter-spacing: 1.5px;
		margin: 0 0 0 -40px;
	}

	.br-none-sp {
		display: none;
	}

	.br-none {
		display: none;
	}

	.media-title-text span {
		background: linear-gradient(to top, rgba(255, 217, 143, 1) 50%, transparent 30%);
		display: inline;
	}

	.media-images {
		width: 100%;
		height: max-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin-top: 15px;
	}

	.media-image {
		width: 320px;
		height: 213px;
	}

	.media-logos {
		width: 390px;
		margin-top: 10px;
	}

	.contact-forms {
		width: 100%;
		height: max-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 14px;
		margin-top: 30px;
	}

	.contact-form {
		width: 340px;
		height: max-content;
		color: black;
		border: solid 1px rgba(97, 33, 161, 1);
		border-radius: 10px;
		text-align: left;
		padding-left: 15px;
		font-size: 15px;
		font-weight: 500;
		position: relative;
	}

	.icon_arrow {
		width: 18px;
		height: 12px;
		position: absolute;
		left: 325px;
		top: 20px;
	}

	.line {
		width: 340px;
		height: max-content;
		display: flex;
		justify-content: center;
		background-color: rgba(6, 199, 85, 1);
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 600;
		font-family: 'Hiragino Kaku Gothic ProN';
		align-items: center;
		text-align: center;
		gap: 20px;
		border: rgba(6, 199, 85, 1) 3px solid;
		border-radius: 15px;
		margin-top: 10px;
	}

	.line-icon {
		width: 28px;
		height: 26.95px;
	}

	.link {
		text-decoration: none;
	}


}