@charset "UTF-8";
.tsumitateMvBlock01 {
	width: 100%;
	height: auto;
	background-image: url(/kojin/tsumitatebox/images/tsumitate_bg_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.tsumitateMvBg01 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 47px;
}
.tsumitateDetailBlock01 {
	position: absolute;
	top: 18em;
	transform: translate(-50%, -30%);
	right: -17em;
}
.tsumitateMvFlex > .img {
	padding-left: 72px;
	box-sizing: border-box;
}
.tsumitateIconWrap01 {
	position: relative;
}
.tsumitateIcon01 {
	position: absolute;
	display: inline-block;
	top: -2em;
	left: 14em;
	width: 100px;
	height: 72px;
}
.tsumitateIcon02 {
	position: absolute;
	display: inline-block;
	top: -2em;
	right: 14em;
	width: 100px;
	height: 72px;
}
.tsumitateDecorationTextB01 {
	transform: translateX(-50%);
}
.tsumitateDecorationTextB02 {
	transform: translateX(-50%);
}

/* indexTitleIcon */
.indexTitleIcon > span {
	position: relative;
	display: inline-block;
	padding-left: 120px;
}
.indexTitleIcon > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 98px;
	height: 118px;
	background-image: url(/kojin/tsumitatebox/images/index_ico01.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* indexPos01 */
.indexPos01 {
	position: relative;
}
.indexPos01 .indexPosItem01 {
	position: absolute;
	bottom: 0;
	right: 0;
}


@media screen and (max-width: 768px) {
	.tsumitateMvBlock01 {
		background-image: url(/kojin/tsumitatebox/images/tsumitate_bg_img01_sp.png);
	}
	.tsumitateColumn01 {
		flex-direction: column-reverse;
		width: 100% !important;
	}
	.tsumitateColumnText01 {
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.tsumitateColumnText01 .v3-balloonLeftArrow:after {
		top: 100%;
		left: 50%;
		margin-left: -7px;
		margin-top: -6px;
		transform: rotate(45deg);
	}
	.tsumitateMvBlock01 {
		width: auto;
		margin-left: -10px;
		margin-right: -10px;
	}
	.tsumitateMvBg01 {
		width: auto;
		padding: 47px 10px 15px;
		padding-bottom: 15px;
	}
	.tsumitateMvFlex {
		flex-direction: column-reverse;
	}
	.tsumitateMvFlex > .img {
		padding-left: 0;
	}
	.tsumitateDetailBlock01 {
		position: initial;
		transform: none;
	}
	.tsumitateSpMlrAuto {
		margin: 0 auto !important;
	}
	.tsumitateIcon01 {
		top: -2em;
		left: 0em;
		width: 97px;
		height: 64px;
	}
	.tsumitateIcon02 {
		top: -2em;
		right: 0em;
		width: 97px;
		height: 64px;
	}

	/* indexTitleIcon */
	.indexTitleIcon > span {
		padding-left: 52px;
	}
	.indexTitleIcon > span::before {
		width: 46px;
		height: 56px;
	}
}
