@charset "UTF-8";

/* 代表者ごあいさつ */
section.greeting-sec {
	max-width: 1600px;
	width: 96%;
	margin-bottom: 200px;
}
section.greeting-sec::after {
	display: block;
	content: "";
	clear: both;
}
.greeting-left {
	display: inline-block;
	width: 54%;
	float: left;
}
.greeting-content {
	margin-top: 97px;
}
.greeting-content p {
	font-size: 19px;
	line-height: 1.95;
	text-align: justify;
}
.greeting-content p:not(:last-child) {
	padding-bottom: 20px;
}
.greeting-content p:last-child {
	font-size: 28px;
	line-height: 1.4;
	float: right;
}
.greeting-content p span {
	display: block;
	font-size: 16px;
	line-height: 2;
}
.greeting-right {
	display: inline-block;
	width: 41%;
	float: right;
	position: relative;
}
.greeting-right img {
	max-width: 630px;
	width: 100%;
	height: 100%;
	float: right;
}
.greeting-img-bk {
	display: block;
	max-width: 630px;
	width: 100%;
	max-height: 1177px;
    height: 54vw;
    background-image: url(../imgs/bk-ornament01.jpg);
    background-repeat: repeat;
    position: absolute;
    top: -60px;
    left: -22px;
    z-index: -1;
}
@media screen and (max-width:1000px) {
section.greeting-sec {
		width: 90%;
		margin-right: auto;
		margin-bottom: 100px;
		margin-left: auto;
	}
	.greeting-left {
		display: block;
		width: 100%;
		float: none;
	}
	.greeting-content {
		margin-top: 40px;
		position: relative;
	}
	.greeting-content p {
		font-size: 18px;
	}
	.greeting-content p:not(:last-child) {
		padding-bottom: 25px;
	}
	.greeting-content p:last-child {
		font-size: 22px;
		text-align: right;
	}
	.greeting-right {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.greeting-content p {
		font-size: 16px;
		line-height: 1.85;
	}
	.greeting-content p:not(:last-child) {
		padding-bottom: 20px;
	}
	.greeting-content p:last-child {
		font-size: 20px;
	}
}



/* 代表者プロフィール */
section.profile-se {

}
.sec-ttl-box {

}
.profile-wrap {
	margin-top: 80px;
	margin-bottom: 260px;
	position: relative;
}
.profile-sec{
	margin:0 auto;
	width:80%;
}
.profile-box {

}
.profile-box::after {
	display: block;
	content: "";
	clear: both;
}
.profile-left {
	max-width: 474px;
	width: 27%;
	float: left;
}
.profile-left img {
	width: 100%;
}
.profile-right {
	padding-left: 70px;
	float: left;
}
.profile-right dl {
	width: 100%;
	padding-bottom: 18px;
	margin:0;
}
.profile-right dl dt {
	display: inline-block;
	max-width: 250px;
	width: 20%;
	font-size: 21px;
	line-height: 1.5;
	vertical-align: top;
}
.profile-right dl dd {
	display: inline-block;
	max-width: 730px;
	width: 68%;
	font-size: 18px;
	line-height: 2;
}
.profile-right dl dd small{
	font-size:0.8em;
	display:inline-block;
	margin-left:1rem;
	letter-spacing: .1rem;
}
.profile-right dl dd p.biography-ttl {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.profile-right dl dd p.biography-content {
	display: inline-block;
	width: 60%;
}
@media screen and (min-width:1001px) {
	.profile-right dl dd p.biography-ttl {
		max-width: 144px;
		min-width: 120px;
	}
}
@media screen and (max-width:1000px) {
	section.profile-sec {
		width: 100%;
		padding: 50px 0 80px;
		background-color: #F6F6F6;
	}
	.profile-wrap {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.profile-left {
		max-width: none;
		width: 100%;
		text-align: center;
		float: none;
	}
	.profile-left img {
		max-width: 300px;
		width: 51%;
	}
	.profile-right {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.profile-right dl {
		padding-bottom: 0;
		margin: 0;
	}
	.profile-right dl dt {
		display: block;
		max-width: 1000px;
		min-width: unset;
		width: 90%;
		margin: 0 auto;
		border-bottom: 1px dotted #256E98;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
		font-size: 20px;
		vertical-align: unset;
		text-align: center;
	}
	.profile-right dl dd {
		display: block;
		max-width: unset;
		width: 90%;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
		border-bottom: 2px solid #256E98;
		margin: 0 auto;
		font-size: 18px;
		text-align: center;
	}
	.profile-right dl dd p.biography-ttl {
		display: block;
		max-width: unset;
		min-width: unset;
		width: 100%;
		margin-top: 15px;
	}
	.profile-right dl dd p.biography-ttl:first-child {
		margin-top: 0;
	}
	.profile-right dl dd p.biography-content {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	section.profile-sec {
		padding: 50px 0 30px;
	}
	.profile-right dl dt {
		font-size: 18px;
	}
	.profile-right dl dd {
		font-size: 16px;
	}
}