@charset "utf-8";

@media print, screen and (min-width:768px) {
	main {
		padding-top: 0 !important;
	}
}

/* -------------------------------------------------
	case
------------------------------------------------- */

.case {
	box-sizing: content-box;
}

.case .bg img {
	width: 100%;
}
.case-inner {
	max-width: 1600px;
	width: 96%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.case .text-group {
	max-width: 600px;
	padding: 60px 30px;
	background: #000;
	display: inline-block;
	box-sizing: border-box;
}
.case .text-group h2 {
	color: #45b035;
	font-weight: bold;
	font-size: 30px;
}
.case .text-group .man {
	margin-top: 1em;
	font-size: 20px;
	line-height: 1.6;
}
.case .text-group .copy {
	margin-top: 0.5em;
	font-size: 40px;
	line-height: 1.3;
}
.case .text-group .desc {
	margin-top: 1em;
	font-size: 16px;
	line-height: 2;
}

@media print, screen and (min-width:768px) {
	.case .bg {
		-webkit-position: sticky;
		position: sticky;
		top: 0;
	}
	.case#case1 {
		text-align: right;
	}
	.case#case1 .desc {
		text-align: left;
	}
}

@media print, screen and (min-width:768px) and (max-width:1140px) {
	.case .text-group {
		width: 55%;
	}
	.case .text-group .man {
		font-size: 18px;
	}
	.case .text-group .copy {
		font-size: 32px;
	}
	.case .text-group .desc {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	.case .text-group {
		max-width: none;
		padding: 20px 15px 40px;
	}
	.case .text-group h2 {
		font-size: 22px;
	}
	.case .text-group .man {
		font-size: 14px;
	}
	.case .text-group .copy {
		font-size: 16px;
	}
	.case .text-group .desc {
		font-size: 10px;
	}
}

