@charset "utf-8";



.profile {
	background: #181818;
	padding: 100px 40px;
}


.profile__inner {
	max-width: 1100px;
	margin: 0 auto;

}
.profile-content__item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.profile__img {
	flex: none;
	width: 30%;
	margin-right: 50px;
}
.profile__name-text img {
	width: 200px;
	vertical-align: middle;
	margin-left: 15px;
}
.profile__name-heading {
	font-size: 22px;
}

.profile-content__text {

}
p.profile-content__greething-text {
	text-align: left;
	color: #fff;
}
.profile__name p {
	color: #fff;
}
.header-right {
	position: relative;
}
.sns-menu {
	position: absolute;
	top: 15px;
	left: -170px;
}

.sns-link.-twitter img {
	width: 30px;
}
.sns-link.-line img {
	width: 30px;
}
.sns-link.-line {
	margin-right: 20px;
}
.sns-link.-twitter {
	margin-left: 20px;
}
.sns-link {
	display: inline-block;
}
/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {
	.pc-none {
		display: none!important;
	}
	.pcTab-none {
		display: none!important;
	}
}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {
	.tabSp-none {
		display: none!important;
	}
}

/*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
@media(max-width: 896px) and (min-width: 481px) {
	.pcTab-none {
		display: none!important;
	}
	.tab-none {
		display: none!important;
	}
}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {
	.tabSp-none {
		display: none!important;
	}
	.sp-none {
		display: none!important;
	}

	.sns-menu {
	    left: 10px;
	    top: 8px;
	}

	.profile {
		background: #181818;
		padding: 40px 20px;
	}
.profile__name-heading {
	font-size: 18px;
}
.profile__img {
	width: 80%;
	margin: 0 auto 0;
}
.profile__name-text img {
	width: 100px;
}
	.profile-content__item {
	flex-direction: column;
		margin-bottom: 20px;
	}
	.profile-content__greething-text {
		font-size: 14px;
	}

}
