/* ヘッダー付与 */
body > div:first-of-type {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
}
.mv-area {
	z-index: -1;
}
.mv-section {
	position: absolute;
	top: 41%;
	left: 16%;
	transform: translateY(-50%);
}
/* mv */
.mv-title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}
.title-first{
	font-size: 2.5rem;
}
.mv-title .particle {
    font-size: 0.75em;
}
.mv-subtitle {
	color: #e53935;
	font-size: 1.4rem;
	line-height: 1.4;
}
.mv-image {
	width: 100%;
}
.bg-top-body {
	background: linear-gradient(
		to bottom,
		#F6F8F5 0,
		#fdfefd 80px,
		#fafcf9 180px,
		#F6F8F6 350px
	);
}
.top-content {
	margin-top: -3rem;
}
.section-subtitle {
	color: #d84a4a;
	font-size: 1.5rem;
	margin-bottom: 1px;
}
.section-title {
	font-weight: 700;
	font-size: 2.2rem;
}
.company-btn{
	display:inline-flex;
	align-items:center;
	background:#2b2822;
	color:#fff;
	text-decoration:none;
	padding:14px 20px;
	border-radius:4px;
	font-weight:700;
}
.company-btn:hover{
	color:#fff;
}
.company-btn-arrow{
	margin-left:24px;
	padding-left:24px;
	border-left:1px solid rgba(255,255,255,.4);
	font-size:12px;
}
.support-btn {
	display: inline-flex;
	align-items: center;
	padding: 1rem 1.5rem;
	border-radius: 4px;
}
.support-btn-arrow {
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(255,255,255,.4);
}

/* Partnership */
.partnership-section{
	background-image: url('/top/img/bg_partnership.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.feature-box h3 {
	position: relative;
	margin-bottom: 15px;
}
.feature-box p {
	line-height: 2;
}
.feature-box h3::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.partner-section-1::before {
	background: url("/top/img/partner_1.png") no-repeat center;
	left: 33%;
}
.partner-section-2::before {
	background: url("/top/img/partner_2.png") no-repeat center;
	left: 30%;
}
.partner-section-3::before {
	background: url("/top/img/partner_3.png") no-repeat center;
	left: 20%;
}

@media (max-width: 1199.98px){
	.mv-section {
		top: 39%;
		left: 13%;
		transform: translateY(-50%);
	}
}

@media (max-width: 991.98px){
	.mv-copy{
		position: absolute;
		left: 5%;
		top: 48%;
		transform: translateY(-50%);
		z-index: 10;
		width: 55%;
	}
	.mv-image{
		width: 25rem;
		margin-left: auto;
		display: block;
	}
	.mv-title{
		font-size: clamp(3rem, 5vw, 5rem);
		line-height: 1.15;
		white-space: nowrap;
	}
	.mv-title-main{
		font-size: clamp(2rem, 6vw, 3rem);
	}
	.title-first{
		font-size: 2rem;
	}
	.mv-subtitle{
		margin-top: 1rem;
		font-size: .875rem;
		line-height: 1.4;
	}
}

@media (max-width: 767.98px){
	.mv-section {
		top: 50%;
		left: 6%;
		transform: translateY(-50%);
	}
	.mv-image{
		width: 15rem;
		margin-left: auto;
		display: block;
	}
	.title-first{
		font-size: 1.5rem;
	}
	.mv-title{
		font-size: clamp(2rem, 5vw, 4rem);
		line-height: 1.15;
		white-space: nowrap;
	}
	.mv-subtitle{
		font-size: .625rem;
	}
	.top-content {
		margin-top: 0;
	}
}