@charset "utf-8";

/* MV image
------------------------------------------------------------------------------ */
@media screen and (min-width: 769px){
	#mainPageView img.displayPC {
		display: block;
	}
}

@media screen and (max-width: 768px){
	#mainPageView img.displaySP {
		display: block;
	}
}

/* MV subtitle
------------------------------------------------------------------------------ */
#mainPageView .subTitle {
	position: absolute;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	left: 0;
	right: 0;
	top: 80px;
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;
	z-index: 2;
}

@media screen and (max-width: 1420px){
	#mainPageView .subTitle {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1366px){
	#mainPageView .subTitle {
		font-size: 16px;
		top: 70px;
	}
}

@media screen and (max-width: 1024px){
	#mainPageView .subTitle {
		font-size: 14px;
		top: 60px;
	}
}

@media screen and (max-width: 768px){
	#mainPageView {
		background: transparent;
	}
	#mainPageView .subTitle {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 24px 12px 20px;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.6;
		color: #000000;
		background: #ffffff;
	}
}

/* #introArea
------------------------------------------------------------------------------ */
#introArea p {
	text-align: left;
	padding: 0;
}

@media screen and (max-width: 768px){
	#introArea {
		margin-bottom: 60px;
	}
	#introArea p {
		width: auto;
		margin: 0;
		padding: 0 12px;
	}
}

/* プランセクション 共通
------------------------------------------------------------------------------ */
.planSection {
	max-width: 1300px;
	margin: 0 auto 150px;
	padding: 0;
	box-sizing: border-box;
}

.planSection .sectionH2 {
	font-size: 44px;
	color: #000;
	letter-spacing: 0.02em;
	line-height: 1;
	font-weight: normal;
	border-bottom: 4px solid #000;
	padding-bottom: 16px;
	margin: 0 0 40px;
}

.planBlock {
	margin-bottom: 80px;
}

.planBlock:last-child {
	margin-bottom: 0;
}

/* ラベル */
.planLabel {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 40px;
}

.planLabel .planIcon {
	display: block;
	height: auto;
}

.planLabel .planIcon02 { width: 60px; }
.planLabel .planIcon01 { width: 51px; }

.planLabel span {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 1.8;
}

/* カード並び */
.planCards {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}

.planCards::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #000;
}

.planCard {
	width: calc(50% - 40px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.planCardTitle {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.planCardTitle h3 {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin: 0;
}

.planCardTitle .sub {
	font-size: 23px;
	color: #000;
	line-height: 1;
	letter-spacing: 0.02em;
	margin: 0;
}

.planCardDesc {
	font-size: 18px;
	color: #333;
	line-height: 1.75;
	margin: 0;
}

/* 詳細リンクボタン */
.moreLink {
	margin: 40px 0 0;
}

.moreLink a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-width: 270px;
	padding: 5px 20px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	text-decoration: none;
	box-sizing: border-box;
}

.moreLink a img {
	width: 15px;
	height: 15px;
}

/* SP */
@media screen and (max-width: 768px){
	.planSection {
		padding: 0 12px;
		margin-bottom: 80px;
	}
	.planSection .sectionH2 {
		font-size: 28px;
		border-bottom-width: 2px;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	.planBlock {
		margin-bottom: 60px;
	}
	.planLabel {
		margin-bottom: 20px;
	}
	.planCards {
		flex-direction: column;
		gap: 30px;
	}
	.planCards::before {
		display: none;
	}
	.planCard {
		width: 100%;
		gap: 12px;
	}
	.planCardTitle {
		gap: 4px;
	}
	.planCardTitle h3 {
		font-size: 24px;
	}
	.planCardTitle .sub {
		font-size: 18px;
		line-height: 1.6;
	}
	.planCardDesc {
		font-size: 16px;
		line-height: 1.6;
	}
	.moreLink {
		margin-top: 40px;
	}
	.moreLink a {
		min-width: 240px;
		justify-content: flex-start;
	}
}

/* メンテナンス 3カード
------------------------------------------------------------------------------ */
.planCardsTriple {
	display: flex;
	gap: 50px;
	align-items: stretch;
}

.planCardFilled {
	flex: 1;
	background: #d9d9d9;
	border-top: 3px solid #000;
	padding: 23px 20px;
	box-sizing: border-box;
}

.planCardFilled h3 {
	font-size: 27px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	margin: 0 0 20px;
}

.planCardFilled .lead {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 1;
	margin: 0 0 12px;
	white-space: nowrap;
}

.planCardFilled .desc {
	font-size: 15px;
	color: #333;
	line-height: 1.8;
	margin: 0;
}

.planCardFilled .annotation {
	margin-top: 12px;
}

@media screen and (max-width: 768px){
	.planCardsTriple {
		flex-direction: column;
		gap: 25px;
	}
	.planCardFilled {
		padding: 18px 15px;
	}
	.planCardFilled h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.planCardFilled .lead {
		font-size: 17px;
		line-height: 1.7;
		margin-bottom: 10px;
		white-space: normal;
	}
	.planCardFilled .desc {
		font-size: 15px;
		line-height: 1.8;
	}
}

/* ロードサービス
------------------------------------------------------------------------------ */
.planText {
	font-size: 18px;
	color: #333;
	line-height: 1.75;
	margin: 0;
}

.planLabel .planIconRs { width: 63px; }

@media screen and (max-width: 768px){
	.planText {
		font-size: 16px;
		line-height: 1.6;
	}
}

/* 基本保証 3カード
------------------------------------------------------------------------------ */
.planCardsTripleDivided {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}

.planCardsTripleDivided > .planCard {
	width: calc((100% - 100px) / 3);
	gap: 18px;
}

.planCardsTripleDivided::before,
.planCardsTripleDivided::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #000;
}

.planCardsTripleDivided::before {
	left: calc((100% - 100px) / 3 + 25px);
}

.planCardsTripleDivided::after {
	left: calc(2 * (100% - 100px) / 3 + 75px);
}

/* 注釈
------------------------------------------------------------------------------ */
.annotation {
	display: flex;
	gap: 4px;
	font-size: 13px;
	color: #333;
	line-height: 1.5;
	margin: 0;
}

.annotation .mark {
	flex-shrink: 0;
}

@media screen and (max-width: 768px){
	.planCardsTripleDivided {
		flex-direction: column;
		gap: 30px;
	}
	.planCardsTripleDivided > .planCard {
		width: 100%;
		gap: 12px;
	}
	.planCardsTripleDivided::before,
	.planCardsTripleDivided::after {
		display: none;
	}
	.annotation {
		font-size: 12px;
		line-height: 1.5;
	}
}
