@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#profile .profile .img {
	width: 450px;
}
#profile .profile .info {
	width: 570px;
}
#profile .profile .info h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#profile .profile .info h5 {
	font-size: 43px;
	font-weight: 500;
	margin-bottom: 30px;
}
#profile .profile .info h5 span {
	color: #81d8d0;
	font-size: 14px;
	margin-left: 20px;
}
#profile .profile .info .txt {
	letter-spacing : 1.6px;
	font-size: 95%;
	color: #64759b;
	line-height: 2.1;
	margin-bottom: 30px;
}
#profile .profile .info dl {
	font-size: 95%;
	margin-bottom: 20px;
}
#profile .profile .info dl:last-of-type {
	margin-bottom: 0;
}
#profile .profile .info dl dt {
	font-size : 18px;
	letter-spacing : 3.6px;
	font-weight: 500;
}
#profile .profile .info dl dd .box_flex {
	justify-content: flex-start;
}
#profile .profile .info dl dd ul:first-of-type {
	margin-right: 50px;
}
#profile .profile .info dl dd ul li {
	padding-left: 20px;
	position: relative;
	color: #64759b;
	margin-bottom: 10px;
}
#profile .profile .info dl dd ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background : #81D8D0;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
}
#profile .works h4 {
	font-weight: normal;
	font-size : 18px;
	letter-spacing : 3.6px;
	margin-bottom: 50px;
}
#profile .works dl {
	border-top: 1px solid #ccc;
	display: flex;
	padding: 50px 0;
}
#profile .works dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#profile .works dl dt {
	font-size : 16px;
	letter-spacing : 1.6px;
	color : #81D8D0;
	width: 230px;
	text-align: center;
}
#profile .works dl dd {
	width: calc(100% - 230px);
}
#profile .works dl dd .box_flex {
	justify-content: flex-start;
}
#profile .works dl dd ul:first-of-type {
	margin-right: 50px;
}
#profile .works dl dd ul li {
	position: relative;
	padding-left: 15px;
	color : #64759B;
	font-size: 95%;
	letter-spacing : 1.6px;
	margin-bottom: 10px;
}
#profile .works dl dd ul li:last-of-type {
	margin-bottom: 0;
}
#profile .works dl dd ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background : #81D8D0;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
}
@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) {  /* タブレット以下 */
	#profile .profile .img {
		width: 30%;
	}
	#profile .profile .info {
		width: 65%
	}
	#profile .profile .info h5 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#profile .works h4 {
		margin-bottom: 30px;
	}
	#profile .works dl {
		padding: 20px 0;
	}
	#profile .works dl dt {
		width: 160px;
	}
	#profile .works dl dd {
		width: calc(100% - 160px);
	}
	#profile .works dl dd .box_flex {
		display: block;
	}
	#profile .works dl dd ul:first-of-type {
		margin-right: 0;
	}
	#profile .works dl dd ul {
		margin-bottom: 10px;
	}
	#profile .works dl dd ul:last-of-type {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#profile .profile .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#profile .profile .img img {
		width: 280px;
	}
	#profile .profile .info {
		width: 100%
	}
	#profile .profile .info dl dd ul:first-of-type {
		margin-right: 0;
	}
	#profile .works dl {
		display: block;
	}
	#profile .works dl dt {
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	#profile .works dl dd {
		width: 100%;
	}
}