@charset "utf-8";

/*-----------------------------------------------
	secCmnTit
-----------------------------------------------*/
.secCmnTit{
    background-image: url(../img/plan/bgCmnTit.jpg);
}
@media only screen and (max-width:767px){
	.secCmnTit{
		background-image: url(../img/plan/bgCmnTit_sp.jpg);
	}
}

/*-----------------------------------------------
	secTopTit
-----------------------------------------------*/
.secTopTit{
	text-align: center;
	margin-top: 11rem;
}
.secTopTit .tit{
	font-size: var(--pcFontSize20);
	line-height: var(--pcLineHeight20_40);
	letter-spacing: var(--pcLetterSpacing20_50);
	font-weight: bold;
}
.secTopTit .txt{
	font-size: var(--pcFontSize14);
	letter-spacing: var(--pcLetterSpacing14_50);
	margin-top: 1.3rem;
}
@media only screen and (max-width:1215px){
	.secTopTit{
		margin-top: 4rem;
	}
	.secTopTit .tit{
        font-size: var(--spFontSize14);
		line-height: var(--spLineHeight14_28);
		letter-spacing: var(--spLetterSpacing14_50);
	}
	.secTopTit .txt{
		font-size: var(--pcFontSize10);
		letter-spacing: var(--spLetterSpacing10_50);
		margin-top: 1rem;
	}
}

/*-----------------------------------------------
	secPlan
-----------------------------------------------*/
.secPlan{
	position: relative;
	text-align: center;
	margin-top: 8rem;
	padding-top: 16rem;
}
.secPlan::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
	right: 0;
    width: 1px;
    height: 8.4rem;
	background-color: #222;
}
/* boxPlan */
.secPlan .boxPlan + .boxPlan{
	margin-top: 17rem;
}
/* boxPlanTit */
.secPlan .boxPlanTit{
	background-color: #FAF5EE;
	padding: 7.5rem 0;
}
.secPlan .boxPlanTit .wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.secPlan .boxPlanTit .tit{
	width: 25.6rem;
	height: 11.5rem;
	padding-top: 1rem;
	background-color: #0F3675;
	color: #fff;
	font-size: var(--pcFontSize67);
	letter-spacing: var(--pcLetterSpacing67_50);
	font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secPlan .boxPlanTit .boxTxt{
	width: 107rem;
}
.secPlan .boxTxtHead{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #222;
}
.secPlan .boxTxtHead .num{
	font-size: var(--pcFontSize77);
	letter-spacing: var(--pcLetterSpacing77_50);
}
.secPlan .boxTxtHead .txt{
	font-size: var(--pcFontSize40);
	letter-spacing: var(--pcLetterSpacing40_50);
	margin-left: 1rem;
}
/* boxTxtInfo */
.secPlan .boxTxtInfo{
    display: flex;
    gap: 2rem;
	margin-top: 2rem;
}
.secPlan .boxTxtInfo .txt{
	font-size: var(--pcFontSize22);
	letter-spacing: var(--pcLetterSpacing22_50);
}
.secPlan .boxTxtInfo .fBlue{
	display: inline-block;
	margin-right: 1rem;
}
/* boxPlanImg */
.secPlan .boxPlanImg{
	margin-top: 9rem;
}
.secPlan .boxPlanImg .boxList{
	display: flex;
    align-items: flex-end;
    justify-content: center;
	gap: 7.5rem;
}
.secPlan .boxPlanImg .item{
	min-width: calc((65% - 4.799rem) / 3);
}
.secPlan .boxPlanImg .txt{
	font-size: var(--pcFontSize17);
	letter-spacing: var(--pcLetterSpacing17_50);
	margin-top: 3rem;
}
/* boxListImg */
.secPlan .boxPlanImg .boxListImg{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	gap: 6rem;
	margin-top: 9.5rem;
}
.secPlan .boxListImg .item{
    min-width: auto;
	width: calc((100% - 4.799rem) / 2);
}
@media only screen and (max-width:1215px){
	.secPlan{
		margin-top: 3rem;
		padding-top: 8rem;
	}
	.secPlan::before{
		height: 5.4rem;
	}
	/* boxPlan */
	.secPlan .boxPlan + .boxPlan{
		margin-top: 7rem;
	}
	/* boxPlanTit */
	.secPlan .boxPlanTit{
		padding: 3.5rem 0 3rem;
	}
	.secPlan .boxPlanTit .wrapper{
        flex-wrap: wrap;
	}
	.secPlan .boxPlanTit .tit{
		width: 11.7rem;
		height: 5.6rem;
		padding-top: 0;
		font-size: var(--spFontSize30);
		letter-spacing: var(--pcLetterSpacing67_50);
	}
	.secPlan .boxPlanTit .boxTxt{
        display: contents;
	}
	.secPlan .boxTxtHead{
		width: calc(100% - 12.3rem);
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		border-bottom: none;
	}
	.secPlan .boxTxtHead .num{
		font-size: var(--spFontSize30);
		letter-spacing: var(--spLetterSpacing10_0);
	}
	.secPlan .boxTxtHead .txt{
		font-size: var(--spFontSize14);
		letter-spacing: var(--spLetterSpacing10_0);
		margin: 0.5rem 0 0 0;
	}
	/* boxTxtInfo */
	.secPlan .boxTxtInfo{
		border-top: 1px solid #222;
		display: flex;
		gap: 0.5rem;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        text-align: left;
	}
	.secPlan .boxTxtInfo .txt{
		font-size: var(--spFontSize11);
		letter-spacing: var(--pcLetterSpacing22_50);
	}
	.secPlan .boxTxtInfo .fBlue{
		margin-right: 0.1rem;
	}
	/* boxPlanImg */
	.secPlan .boxPlanImg{
		margin-top: 3rem;
	}
	.secPlan .boxPlanImg .boxList{
		flex-direction: column;
		gap: 3rem;
	}
	.secPlan .boxPlanImg .item{
		min-width: auto;
		width: 21.4rem;
		margin: 0 auto;
	}
	.secPlan .boxPlanImg .txt{
		font-size: var(--spFontSize12);
		letter-spacing: var(--spLetterSpacing12_0);
		margin-top: 1rem;
	}
	/* boxListImg */
	.secPlan .boxPlanImg .boxListImg{
		flex-direction: column;
		margin-top: 4.5rem;
		gap: 3rem;
	}
	.secPlan .boxListImg .item{
		width: 100%;
	}
}

/* boxPlanInfo */
.secPlan .boxPlanInfo{
	margin-top: 9rem;
	font-weight: bold;
}
.secPlan .boxPlanInfo .tit{
	font-size: var(--pcFontSize17);
	letter-spacing: var(--pcLetterSpacing17_50);
	padding: 1rem;
	border: 1px solid #222;
}
.secPlan .boxPlanInfo .txt{
	font-size: var(--pcFontSize14);
	line-height: var(--pcLineHeight14_22);
	letter-spacing: var(--pcLetterSpacing14_100);
	margin-top: 1.5rem;
	text-align: left;
}
@media only screen and (max-width:1215px){
	.secPlan .boxPlanInfo{
		margin-top: 5rem;
	}
	.secPlan .boxPlanInfo .tit{
		font-size: var(--spFontSize14);
		letter-spacing: var(--spLetterSpacing14_150);
		padding: 0.5rem 0.5rem 0.3rem;
	}
	.secPlan .boxPlanInfo .txt{
		font-size: var(--spFontSize11);
		line-height: var(--spLineHeight11_16);
		letter-spacing: var(--spLetterSpacing11_0);
		margin-top: 1rem;
	}
}