@charset "utf-8";

#greet h2 {
	position: relative;
}
#greet h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../../images/common/icon_greet.svg") no-repeat left bottom;
}
#greet #kensa .right {
	text-align: right;
}
#greet .bgProfile {
	background-color: #eee;
}
#greet #profile1 {
	margin-bottom: 2rem;
}
#greet #c05 a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {

	/* mv */
	#mv {
	}
	#greet #contents {
		width: 92vw;
		margin: 0 auto;
	}

	#greet h2 {
		font-size: 5vw;
		margin-bottom: 4vw;
		padding-top: 2.6vw;
		padding-left: 7.5vw;
	}
	#greet h2::before {
		width: calc(44vw / 7.5);
		height: calc(51vw / 7.5);
		background-size: contain;
		top: 2vw;
		margin: auto;
	}
	#greet section:not(#c1) h2 {
		margin-top: 6vw;
	}
	#greet section p {
		margin-bottom: 4vw;
	}
	#greet .bgProfile {
		padding: 4vw;
	}
	#greet dl {
		overflow: hidden;
	}
	#greet #profile1 dt {
		clear: both;
		float: left;
		width: 36vw;
	}
	#greet #profile1 dd {
		padding-left: 36vw;
	}
	#greet #profile2 dd {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
		border-bottom: 1px dashed #fff;
	}
	#greet #profile2 dd:last-of-type {
		border: none;
		padding-bottom: 0;
	}
} 

@media screen and (min-width: 769px) {
	
	/* mv */
	#mv {
		margin-bottom: 50px;
	}

	#greet h2 {
		font-size: 30px;
		margin-bottom: 20px;
		padding-left: 60px;
	}
	#greet section:not(#c1) h2 {
		margin-top: 60px;
	}
	#greet h2::before {
		width: 44px;
		height: 51px;
		bottom: 8px;
	}
	#greet section p {
		margin-bottom: 20px;
	}
	#greet h4 {
		margin-bottom: 10px;
	}
	#greet .bgProfile {
		margin-bottom: 50px;
		padding: 20px;
	}
	#greet dl {
		overflow: hidden;
	}
	#greet dt {
		clear: both;
		float: left;
		width: 200px;
	}
	#greet dd {
		padding-left: 200px;
	}
} 
