@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#customer::before {
	width: 850px;
	height: 400px;
	left: auto;
	right: 0;
	background: #eff9fd url(../img/bg-dot.png);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
#customer .ind .box {
	position: relative;
	margin-bottom: 100px;
}
#customer .ind .box::before {
	top: -120px;
	width: 850px;
	height: 800px;
	background: #eff9fd url(../img/bg-dot.png);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#customer .ind .box .img {
	width: 510px;
	position: relative;
}
#customer .ind .box .img .no {
	position: absolute;
	right: -35px;
	bottom: 10px;
	font-family: var(--font-serif);
	color: var(--color-secondary);
	font-size: 140px;
	line-height: 1;
	z-index: 1;
}
#customer .ind .box:nth-of-type(even) .img .no {
	right: auto;
	left: -35px;
}
#customer .ind .box dl {
	width: 490px;
}
#customer .ind .box dl dt {
	color: var(--color-primary);
	font-size: 35px;
	border-bottom: 2px solid var(--color-secondary);
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#customer .ind .box dl dd {
	font-size: 102%;
}
#customer .feature::before {
	top: -360px;
	width: 850px;
	height: 800px;
	background: #eff9fd url(../img/bg-dot.png);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#customer .feature {
	padding: 50px;
	background: url("../img/customer/bg-feature.jpg") no-repeat center / cover;
}
#customer .feature h3 {
	color: #fff;
	font-size: 35px;
	position: relative;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
#customer .feature h3::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 250px;
	height: 2px;
	left: -50px;
	bottom: 0;
}
#customer .feature .list {
	counter-reset: number 0;
}
#customer .feature dl {
	background: #fff;
	width: 300px;
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
#customer .feature dl::after {
	counter-increment: number 1; 
	content: counter(number, decimal-leading-zero);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: -30px;
	font-family: var(--font-serif);
	color: var(--color-secondary);
	font-size: 45px;
	line-height: 1;
	z-index: 1;
}
#customer .feature dl dt {
	text-align: center;
	color: var(--color-primary);
	font-size: 24px;
	margin-bottom: 20px;
}
#customer .feature dl dd {
	text-align: center;
}
#customer .offer::before {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 850px;
	height: 400px;
	background: #eff9fd url(../img/bg-dot.png);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#customer .offer h3.sub.cen .en::before {
	background: var(--color-secondary);
}
#customer .offer .list {
	width: 672px;
	margin: 0 auto;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 30px 40px;
	margin-bottom: 50px;
}
#customer .offer ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
#customer .offer ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #5fc1f0;
	border-radius: 50%;
}
#customer .offer ul li:last-of-type {
	margin-bottom: 0;
}
#customer .cc {
	padding-top: 50px;
}
#customer .cc::before {
	background: url("../img/customer/bg-cc.jpg") no-repeat center / cover;
}
#customer .cc h3.sub {
	color: #fff;
}
#customer .cc h3.sub .en {
	color: #ccc;
}
#customer .cc .catch {
	color: #fff;
	font-size: 35px;
}
#customer .cc .txt {
	color: #fff;
}
#customer .cc .bg_white {
	margin-top: 80px;
	margin-bottom: 30px;
	background: #fff;
	padding: 80px;
	border-radius: 10px;
}
#customer .cc .bg_white .box {
	margin-bottom: 50px;
}
#customer .cc .bg_white .box:last-of-type {
	margin-bottom: 0;
}
#customer .cc .bg_white .box .ico {
	width: 204px;
	height: 204px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
#customer .cc .bg_white .box dl {
	width: calc(100% - 250px);
}
#customer .cc .bg_white .box dl dt {
	color: var(--color-primary);
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 50px;
}
#customer .cc .bg_white .box dl dt span {
	border-bottom: 2px solid var(--color-secondary);
	padding-bottom: 10px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#customer::before {
		width: 425px;
		height: 200px;
	}
	#customer .ind .box {
		margin-bottom: 50px;
	}
	#customer .ind .box .img {
		width: 50%;
	}
	#customer .ind .box dl {
		width: 48%;
	}
	#customer .ind .box dl dt {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#customer .ind .box dl dd {
		font-size: 95%;
	}
	#customer .feature {
		padding: 20px;
	}
	#customer .feature::before {
		width: 425px;
		height: 400px;
	}
	#customer .feature h3 {
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 50px;
	}
	#customer .feature h3::before {
		left: -20px;
		width: 200px;
	}
	#customer .feature dl {
		width: 32%;
		padding: 15px;
	}
	#customer .feature dl::after {
		font-size: 30px;
		top: -20px;
	}
	#customer .feature dl dt {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#customer .feature dl dd {
		font-size: 95%;
	}
	#customer .offer::before {
		width: 425px;
		height: 200px;
		margin-left: 0;
		margin-right: -20px;
	}
	#customer .offer .list {
		width: 100%;
	}
	#customer .cc .catch {
		font-size: 25px;
	}
	#customer .cc .bg_white {
		margin-top: 50px;
		padding: 30px;
	}
	#customer .cc .bg_white .box {
		margin-bottom: 25px;
	}
	#customer .cc .bg_white .box .ico {
		width: 150px;
		height: 150px;
	}
	#customer .cc .bg_white .box dl {
		width: calc(100% - 180px);
	}
	#customer .cc .bg_white .box:nth-of-type(n + 2) .ico img {
		width: 60%;
	}
	#customer .cc .bg_white .box dl dt {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#customer::before {
		width: 50%;
		height: 100px;
	}
	#customer .ind .box .img {
		width: 100%;
		margin-bottom: 20px;
	}
	#customer .ind .box dl {
		width: 100%;
	}
	#customer .ind .box dl dt {
		font-size: 18px;
	}
	#customer .feature dl {
		width: 100%;
		margin-bottom: 20px;
	}
	#customer .feature dl:last-of-type {
		margin-bottom: 0;
	}
	#customer .offer .list {
		padding: 15px;
		margin-bottom: 30px;
	}
	#customer .offer ul li {
		margin-bottom: 0;
	}
	#customer .offer::before {
		width: 50%;
		height: 100px;
	}
	#customer .cc .txt {
		text-align: left;
	}
	#customer .cc .bg_white {
		padding: 15px;
	}
	#customer .cc .bg_white .box .ico {
		margin: 0 auto 20px;
	}
	#customer .cc .bg_white .box dl {
		width: 100%;
	}
	#customer .cc .bg_white .box dl dt {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#customer .cc .bg_white .box dl dd {
		font-size: 95%;
	}
}