@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#trainer .trainer {
	align-items: flex-start;
	padding-bottom: 130px;
}
#trainer .trainer::before {
	background: url("../img/trainer/bg01.png") no-repeat top 170px center / 100% auto;
}
#trainer .trainer::after {
	background: url("../img/trainer/bg02.png") no-repeat bottom  center / 100% auto;
}
#trainer .trainer .img {
	position: relative;
	width: 357px;
	z-index: 1;
	margin-top: 50px;
}
#trainer .trainer .img::before, #trainer .trainer .img::after {
	content: "";
	background: url("../img/trainer/img-lb.png") no-repeat center / 100% auto;
	z-index: 1;
	position: absolute;
}
#trainer .trainer .img::before {
	width: 143px;
	height: 167px;
	left: -36px;
	bottom: -72px;
}
#trainer .trainer .img::after {
	background-image: url("../img/trainer/img-rt.png");
	width: 90px;
	height: 118px;
	right: -30px;
	top: -45px;
	z-index: -1;
}
#trainer .trainer .img img {
	border-radius: 10px;
}
#trainer .trainer .info {
	width: 590px;
}
#trainer .trainer .info .name {
	font-size : 45px;
	color: var(--color-primary);
}
#trainer .trainer .info .name .caveat {
	font-size: 31px;
	color: var(--color-secondary);
	margin-left: 20px;
}
#trainer .trainer .info .more dl {
	margin-bottom: 60px;
}
#trainer .trainer .info .more dl:last-of-type {
	margin-bottom: 0;
}
#trainer .trainer .info .more dl dt {
	font-size : 30px;
	color: var(--color-primary);
	background: url("../img/trainer/bg-sub.png") no-repeat left top;
	padding-left: 25px;
	padding-top: 8px;
	margin-bottom: 20px;
}
#trainer .trainer .info .more dl dd {
	border: 1px solid #7fbaaa;
	border-radius: 20px;
	padding: 25px 30px;
	background: #fff;
}
#trainer .trainer .info .more dl dd ul.box_flex {
	justify-content: flex-start;
}
#trainer .trainer .info .more dl dd ul li {
	position: relative;
	padding-left: 20px;
	font-size: 115%;
	color: var(--color-primary);
	margin-bottom: 10px;
}
#trainer .trainer .info .more dl dd ul.box_flex li:first-of-type {
	margin-right: 40px;
}
#trainer .trainer .info .more dl dd ul li.nm {
	margin-bottom: 0;
}
#trainer .trainer .info .more dl dd ul li:last-of-type {
	margin-bottom: 0;
}
#trainer .trainer .info .more dl dd ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
	background: #d8d065;
}
#trainer .msg {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
#trainer .msg h3 {
	font-size: 43px;
	color: var(--color-secondary);
	font-weight: normal;
	margin-left: 2em;
	text-indent: -2em;
}
#trainer .msg .txt {
	width: 824px;
	border: 1px solid #ede8e2;
	padding: 40px;
	background: #fff;
	font-size: 115%;
	border-radius: 20px;
}
@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) {  /* タブレット以下 */
	#trainer .trainer {
		padding-bottom: 90px;
	}
	#trainer .trainer .img {
		margin: 0 auto 20px;
	}
	#trainer .trainer .img::after {
		width: 45px;
		height: 59px;
		right: -15px;
		top: -22px;
	}
	#trainer .trainer .img::before {
		width: 71px;
		height: 83px;
		left: -18px;
		bottom: -10px;
	}
	#trainer .trainer .info {
		width: 100%;
	}
	#trainer .trainer .info .name {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#trainer .trainer .info .name .caveat {
		font-size: 20px;
	}
	#trainer .trainer .info .more dl {
		margin-bottom: 30px;
	}
	#trainer .trainer .info .more dl dt {
		font-size: 20px;
		margin-bottom: 10px;
		background-size: 30px auto;
		padding-top: 0;
		padding-left: 15px;
	}
	#trainer .trainer .info .more dl dd {
		padding: 10px 20px;
	}
	#trainer .trainer .info .more dl dd ul li {
		margin-bottom: 3px;
		font-size: 110%;
	}
	#trainer .msg h3 {
		font-size: 30px;
		margin-left: 0;
		text-indent: 0;
		margin-bottom: 20px;
	}
	#trainer .msg h3 br {
		display: none;
	}
	#trainer .msg .txt {
		width: 100%;
		padding: 15px;
		font-size: 110%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#trainer .trainer {
		padding-bottom: 70px;
	}
	#trainer .trainer .img {
		width: 280px;
	}
	#trainer .trainer .info .name {
		font-size: 25px;
	}
	#trainer .trainer .info .name .caveat {
		font-size: 18px;
	}
	#trainer .trainer .info .more dl {
		margin-bottom: 20px;
	}
	#trainer .trainer .info .more dl dt {
		margin-bottom: 5px;
	}
	#trainer .trainer .info .more dl dd {
		padding: 10px 15px;
	}
	#trainer .trainer .info .more dl dd ul li {
		font-size: 100%;
		padding-left: 18px;
	}
	#trainer .trainer .info .more dl dd ul li::before {
		top: 10px;
	}
	#trainer .msg h3 {
		font-size: 25px;
	}
	#trainer .msg .txt {
		font-size: 100%;
	}
}