@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about .msg .fm {
	font-size: 31px;
	margin-bottom: 50px;
}
#about h3 .fs {
	color: #333;
	font-size: 33px;
	margin-left: 40px;
}
#about h4 {
	font-size: 31px;
	margin-bottom: 40px;
}
#about .identity {
	position: relative;
}
#about .identity .img {
	position: absolute;
	right: 0;
	top: 150px;
}
#about .identity .point {
	margin: 90px 0 50px;
}
#about .identity .point .box {
	background: #fff;
	position: relative;
	width: 525px;
	padding: 30px 0;
}
#about .identity .point .box .lubri {
	font-size: 35px;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
	z-index: 1;
}
#about .identity .point .box dl dt {
	font-size: 29px;
}
#about .identity .point .box dl dd {
	font-size: 20px;
	font-weight: 500;
}
#about .identity .point .box dl dd .pri {
	font-size: 29px;
}
#about .mechanism .bg_gray {
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 80px;
}
#about .mechanism .bg_gray dt {
	font-size: 20px;
	margin-bottom: 10px;
}
#about .mechanism .box_flex .info {
	width: 625px;
}
#about .mechanism .box_flex .info .list {
	margin-top: 50px;
}
#about .mechanism .box_flex .info .list dl {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#about .mechanism .box_flex .info .list dl:last-of-type {
	margin-bottom: 0;
}
#about .mechanism .box_flex .info .list dl dt {
	font-size: 20px;
	margin-right: 40px;
}
#about .retention {
	position: relative;
}
#about .retention .img {
	position: absolute;
	right: 0;
	top: 150px;
}
#about .retention .bg_white {
	background: #fff;
	padding: 20px;
	margin-top: 80px;
	display: flex;
}
#about .retention .bg_white .ico {
	width: 200px;
	margin-right: 30px;
	text-align: center;
}
#about .retention .bg_white dl dt {
	font-size: 20px;
	margin-bottom: 10px;
}
#about .method .box_flex {
	margin-top: 80px;
}
#about .method .box_flex .box {
	width: 525px;
	border: 1px solid #ccc;
}
#about .method .box_flex .box .ttl {
	background: var(--color-primary);
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.4;
	padding: 38px 0;
}
#about .method .box_flex .box .ttl .lubri {
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 48px;
	font-weight: normal;
	z-index: 1;
}
#about .method .box_flex .box .info {
	padding: 30px;
}
#about .method .box_flex .box .info dl {
	display: flex;
	margin-bottom: 50px;
}
#about .method .box_flex .box .info dl dt {
	width: 54px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	margin-right: 20px;
	padding-bottom: 2px;
}

@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) {  /* タブレット以下 */
	#about {
		padding-bottom: 50px;
	}
	#about .msg .fm {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#about h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#about .identity .img {
		position: relative;
		top: auto;
		text-align: center;
	}
	#about .identity .point {
		margin: 50px 0 30px
	}
	#about .identity .point .box {
		width: 49%;
	}
	#about .identity .point .box .lubri {
		font-size: 25px;
		top: -50px;
	}
	#about .identity .point .box dl dt {
		font-size: 25px;
	}
	#about .identity .point .box dl dd {
		padding: 0 15px;
		font-size: 18px;
	}
	#about .identity .point .box dl dd .pri {
		font-size: 25px;
	}
	#about h3 .fs {
		font-size: 24px;
		margin-left: 0;
	}
	#about .mechanism .bg_gray {
		padding: 20px;
		margin-bottom: 20px;
	}
	#about .mechanism .bg_gray dt {
		font-size: 18px;
	}
	#about .mechanism .box_flex .img {
		text-align: center;
		width: 100%;
	}
	#about .mechanism .box_flex .info {
		width: 100%;
	}
	#about .mechanism .box_flex .info .list {
		margin-top: 30px;
	}
	#about .mechanism .box_flex .info .list dl {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#about .mechanism .box_flex .info .list dl dt {
		font-size: 18px;
		margin-right: 20px;
	}
	#about .retention .img {
		position: relative;
		top: auto;
		width: 100%;
		text-align: center;
	}
	#about .retention .bg_white {
		margin-top: 30px;
	}
	#about .retention .bg_white dl dt {
		font-size: 18px;
	}
	#about .method .box_flex {
		margin-top: 40px;
	}
	#about .method .box_flex .box {
		width: 49%;
	}
	#about .method .box_flex .box .ttl {
		font-size: 20px;
		padding: 20px 0;
	}
	#about .method .box_flex .box .ttl .lubri {
		font-size: 30px;
		top: -20px;
	}
	#about .method .box_flex .box .info {
		padding: 15px;
	}
	#about .method .box_flex .box .info dl {
		align-items: flex-start;
		justify-content: space-between;
	}
	#about .method .box_flex .box .info dl dt {
		margin-right: 0;
	}
	#about .method .box_flex .box .info dl dd {
		width: calc(100% - 60px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about .msg .fm {
		font-size: 125%;
		margin-bottom: 20px;
	}
	#about h4 {
		font-size: 125%;
	}
	#about .identity .point .box {
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 15px;
	}
	#about .identity .point .box:last-of-type {
		margin-bottom: 0;
	}
	#about .identity .point .box dl dt {
		margin-bottom: 10px;
	}
	#about .identity .point .box dl dd {
		font-size: 110%;
		line-height: 1;
	}
	#about h3 .fs {
		font-size: 20px;
	}
	#about .mechanism .bg_gray {
		padding: 15px;
	}
	#about .mechanism .bg_gray dt {
		font-size: 17px;
	}
	#about .mechanism .box_flex .info .list dl {
		display: block;
	}
	#about .mechanism .box_flex .info .list dl dt {
		margin-right: 0;
	}
	#about .retention .bg_white {
		display: block;
	}
	#about .retention .bg_white .ico {
		width: 120px;
		margin-right: 0;
		margin: 0 auto 15px;
	}
	#about .retention .bg_white dl dt {
		font-size: 16px;
	}
	#about .method .box_flex .box {
		width: 100%;
		margin-bottom: 25px;
	}
	#about .method .box_flex .box:last-of-type {
		margin-bottom: 0;
	}
	#about .method .box_flex .box .ttl {
		padding-bottom: 15px;
		font-size: 18px;
	}
}