@charset "utf-8";

.greetingTop {
	width: 100%;
	margin-top: 80px;
	padding: 2em;
	border: 1px solid #edd889;
	border-radius: 30px;
}

.mb10 {
	display: block;
	content: "";
	margin-bottom: 2em;
}

.greetingTit {
	margin-bottom: 2em;
	color: #223a70;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.greetingTxt {
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.4;
	font-size: 1.8rem;
}

.greetingMsg {
	text-align: center;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.greetingTxt {
		text-align: center;
		line-height: 2.4;
		margin-bottom: 20px;
	}
	.greetingMsg {
		text-align: center;
		font-size: 20px;
	}
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_greeting.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		margin-bottom: 80px;
	}

	#mv {
		padding-top: 20px;
		letter-spacing: -0.4em;
	}

	#slogan {
		letter-spacing: normal;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}

	#slogan img {
		/* width: 250px; */
		width: auto;
		max-height: 390px;
	}

	#chiefDirector {
		letter-spacing: normal;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}

	#chiefDirectorImg {
		display: inline-block;
	}

	#chiefDirectorImg img {
		width: 300px;
		height: auto;
	}

	#chiefDirector .name {
		display: block;
		text-align: right;
	}

	.underLineTxt {
		text-decoration: underline;
	}

	.cen {
		text-align: center;
	}

	/* 位置調整 */
	.grMagintop {
		margin-top: 40px;
	}

	.grTxtRight {
		text-align: right;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_greeting.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		margin-bottom: 50px;
	}

	#mv {
		padding-top: 20px;
	}

	#slogan {
		padding-bottom: 30px;
		text-align: center;
	}

	#slogan img {
		max-width: 50%;
		max-height: 50vh;
	}

	#chiefDirector {
		padding-bottom: 40px;
		text-align: center;
	}

	#chiefDirector img {
		width: 80%;
	}

	#chiefDirectorImg {
		display: inline-block;
	}

	#chiefDirector .name {
		width: 80%;
		margin: 0 auto;
		display: block;
		text-align: right;
	}

	.underLineTxt {
		text-decoration: underline;
	}

	.greetingTop {
		margin: 0 auto 30px;
		padding: 1em;
		border-radius: 20px;
	}

	.greetingTit {
		margin-bottom: 1.5em;
		font-size: 2.0rem;
	}

	.greetingMsg {
		font-size: 1.8rem;
	}

	/* 位置調整 */
	.grMagintop {
		margin-top: 0px;
	}

	.grTxtRight {
		text-align: right;
	}

	.greetingTxt {
		font-size: 1.6rem;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_greeting.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.jci {
		margin-bottom: 50px;
	}

	#mv {
		padding-top: 20px;
	}

	#slogan {
		padding-bottom: 30px;
		text-align: center;
	}

	#slogan img {
		max-width: 50%;
		max-height: 50vh;
	}

	#chiefDirector {
		padding-bottom: 40px;
		text-align: center;
	}

	#chiefDirector img {
		width: 80%;
	}

	#chiefDirectorImg {
		display: inline-block;
	}

	#chiefDirector .name {
		width: 80%;
		margin: 0 auto;
		display: block;
		text-align: right;
	}

	.greetingTop {
		margin-top: 0;
		padding: 1em;
		border-radius: 20px;
	}

	.underLineTxt {
		text-decoration: underline;
	}

	.greetingTit {
		margin-bottom: 1.5em;
		font-size: 1.8rem;
	}

	.greetingMsg {
		font-size: 1.7rem;
	}

	/* 位置調整 */
	.grMagintop {
		margin-top: 30px;
	}

	.grTxtRight {
		text-align: right;
	}

	.greetingTxt {
		font-size: 1.4rem;
	}

}