@charset "utf-8";
/*////////////////////////////////////
profile
////////////////////////////////////*/

@media screen and (min-width: 768px){
#profile {
	position: relative;
	width: 100%;
	background: rgba(15,61,68,1.00);
	margin-bottom: 50px;
	padding: 100px 0;
}
#profile_area {
	position: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.profile_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
.profile_name {
	position: relative;
	width: 40%;
	margin-right: 2%;
	background:rgba(15,31,42,1.00);
	font-size: 1.8rem;
	color: #FFF;
	padding: 10px 20px;
}
.profile_word {
	position: relative;
	width: 58%;
	font-size: 1.8rem;
	color: #FFF;
	padding: 10px 20px;
	line-height: 1.6;
}
#chashitsu_garalley {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 50px 0 100px;
}
.chashitsu_garalley1 {
	position: relative;
	width: 40%;
	line-height: 0;
}
#chashitsu_garalley_inner {
	position: relative;
	width: 60%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.chashitsu_garalley2 {
	position: relative;
	width: 33.3%;
	line-height: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#profile {
	position: relative;
	width: 100%;
	background: rgba(15,61,68,1.00);
	margin-bottom: 50px;
	padding: 100px 0;
}
#profile_area {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.profile_item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.profile_name {
	position: relative;
	width: 100%;
	background:rgba(15,31,42,1.00);
	font-size: 1.6rem;
	color: #FFF;
	padding: 10px 20px;
}
.profile_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #FFF;
	padding: 10px 20px;
	line-height: 1.6;
}
#chashitsu_garalley {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 25px 0 50px;
}
.chashitsu_garalley1 {
	position: relative;
	width: 100%;
	line-height: 0;
}
#chashitsu_garalley_inner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.chashitsu_garalley2 {
	position: relative;
	width: 50%;
	line-height: 0;
}
}
