.pmd-secTtl {
	box-sizing: border-box;
	padding-bottom: 18px;
	position: relative;
}
.pmd-secTtl .ttlJp {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.pmd-secTtl .ttlEn {
	margin-top: 4px;
	font-family: var(--font-source-sans);
	color: #ccc;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
}
.pmd-secTtl ::after {
	content: "";
	width: 20px;
	height: 1px;
	background: #ba325c;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.pmd-secTtl {
		padding-bottom: 13px;
	}
	.pmd-secTtl .ttlJp {
		font-size: 2.4rem;
	}
	.pmd-secTtl .ttlEn {
		margin-top: 2px;
		font-size: 1.3rem;
	}
}



.secIndexInfo {
	margin-top: 78px;
	overflow: hidden;
}
.secIndexInfo .secInr {
	position: relative;
	padding-bottom: 108px;
}
.secIndexInfo .secInr::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 153px;
	width: 1268px;
	height: 360px;
	background: var(--bg-color);
	z-index: -1;
}
.secIndexInfo .floatWrap {
	display: flex;
	margin-right: -40px;
}
.secIndexInfo .floatWrap .txtCol {
	padding-top: 54px;
	flex: 1;
	padding-right: 80px;
}
.secIndexInfo .floatWrap .txtCol .txt {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 20px;
}
.secIndexInfo .floatWrap .txtCol .btnLine {
	margin-top: 40px;
	width: 100%;
	max-width: 260px;
}
.secIndexInfo .floatWrap .imgCol {
	width: 50.85%;
}
.secIndexInfo .floatWrap .imgCol .img {
	width: 100%;
	height: 410px;
	overflow: hidden;
}
.secIndexInfo .floatWrap .imgCol .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.secIndexInfo {
		margin-top: 50px;
	}
	.secIndexInfo .secInr {
		padding-bottom: 60px;
	}
	.secIndexInfo .secInr::after {
		left: auto;
		right: -20px;
		width: calc(100% - 30px);
		height: calc(100% - 210px);
	}
	.secIndexInfo .floatWrap {
		flex-direction: column;
		margin-right: 0;
	}
	.secIndexInfo .floatWrap .txtCol {
		display: contents;
	}
	.secIndexInfo .floatWrap .txtCol .txt {
		margin-top: 25px;
	}
	.secIndexInfo .floatWrap .txtCol .btnLine {
		margin: 50px auto 0;
		max-width: 260px;
	}
	.secIndexInfo .floatWrap .imgCol {
		display: contents;
	}
	.secIndexInfo .floatWrap .imgCol .img {
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
	.secIndexInfo .floatWrap .imgCol .img img {
		width: 100%;
		height: auto;
	}
	.secIndexInfo .floatWrap .sp-order-1 {
		order: 1;
	}
	.secIndexInfo .floatWrap .sp-order-2 {
		order: 2;
	}
	.secIndexInfo .floatWrap .sp-order-3 {
		order: 3;
	}
	.secIndexInfo .floatWrap .sp-order-4 {
		order: 4;
	}
}

.secIndexDtl {
	margin-top: 40px;
}
.secIndexDtl .dtlItemWrap {
	display: flex;
	margin: 0 -22px;
	flex-wrap: wrap;
}
.secIndexDtl .dtlItem {
	display: flex;
	flex-direction: column;
	width: 33.33333%;
	margin-top: 60px;
	padding: 0 22px;
	box-sizing: border-box;
}
.secIndexDtl .dtlItem .img img {
	width: 100%;
	height: auto;
}
.secIndexDtl .dtlItem .pmd-secTtl {
	margin-top: 20px;
}
.secIndexDtl .dtlItem .txt {
	flex: 1 0 0%;
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 20px;
}
.secIndexDtl .dtlItem .btnLine {
	margin-top: 40px;
	width: 100%;
	max-width: 200px;
}
.secIndexDtl .dtlItem .btnLine .md-btnRnd {
	height: 48px;
}
.secIndexDtl .dtlItem .btnLine .md-btnRnd .btnTxt {
	font-size: 1.5rem;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.secIndexDtl {
		margin-top: 0;
	}
	.secIndexDtl .dtlItemWrap {
		display: block;
		margin: 0;
	}
	.secIndexDtl .dtlItem {
		width: auto;
		margin-top: 60px;
		padding: 0;
		box-sizing: border-box;
	}
	.secIndexDtl .dtlItem .img {
		margin-top: 25px;
	}
	.secIndexDtl .dtlItem .pmd-secTtl {
		margin-top: 20px;
	}
	.secIndexDtl .dtlItem .txt {
		margin-top: 20px;
	}
	.secIndexDtl .dtlItem .btnLine {
		margin: 40px auto 0;
	}
	.secIndexDtl .dtlItem .sp-order-1 {
		order: 1;
	}
	.secIndexDtl .dtlItem .sp-order-2 {
		flex: 0 1 auto;
		order: 2;
	}
	.secIndexDtl .dtlItem .sp-order-3 {
		order: 3;
	}
	.secIndexDtl .dtlItem .sp-order-4 {
		order: 4;
	}
}