@charset "utf-8";

body{
	background-color: #FAFAFA;
}

.mainvisual{
	background-image: url("../img/company/img_mv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.mainvisual .inner980 .area{
	height: 320px !important;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.mainvisual .inner980 .area{
		height: 180px !important;
	}
	.mainvisual .area .index{
		font-size: 2.25rem;
	}
}

/*--------------------------------------------------------------------*/

.summary{
	padding: 100px 0;
}


@media screen and (max-width: 767px) {
	.summary{
		padding: 60px 0;
	}
}
.summary table{
	width: 100%;
	border-top: 1px solid #7D7D85;
}
.summary table tr{
	border-bottom: 1px solid #7D7D85;
}
.summary table th,
.summary table td{
	padding: 1.7em 0;
	text-align: left;
	line-height: 2;
	vertical-align: top;
}
.summary table th{
	width: 25%;
	box-sizing: border-box;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.summary{
		padding: 40px 7.3vw 80px 7.3vw;
		font-size: 1.3rem;
	}
}

/*--------------------------------------------------------------------*/

.member{
	
}
.member .head{
	background-image: url("../img/company/bg_president.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.member .head .wrap{
	height: 400px;
}
.member .president{
	padding: 0px 0 150px 0;
}
.member .president .top.index{
	margin-bottom: 2em;
}
.member .president .portfolio .text{
	max-width: 422px;
}
.member .president .portfolio .text .name{
	margin-bottom: 1.5em;
}
.member .president .portfolio .text .message{
	color: #7D7D85;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.member .head .wrap{
		height: 250px;
	}
	.member .head .wrap .index{
		font-size: 2.25rem;
	}
	.member .president{
		background-color: #f5f5f5;
		padding: 40px 7.3vw 80px 7.3vw;
	}
	.member .president .top.index{
		font-size: 2.25rem;
	}
	.member .president .wrap .image{
		margin-bottom: 1em;
	}
}

/*--------------------------------------------------------------------*/

.president .history{
	
}
.president .history .index{
	padding: 150px 0 80px 0;
}
.president .history .index h3{
	font-weight: inherit;
}
.president .history .body .title{
	margin-bottom: .5em;
}
.president .history .body .text p{
	margin-bottom: 2em;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.president .history .index{
		padding: 50px 0 40px 0;
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------------*/

.president .slogan{
	padding: 25px 0 20px 0;
}
.president .slogan img{
	max-width: 202px;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.president .slogan{
		padding: 20px 0 20px 0;
	}
}

/*--------------------------------------------------------------------*/

.member .list{
	background-color: #F5F5F5;
	padding: 120px 0 100px 0;
}
.member .list .top.index{
	margin-bottom: 80px;
}
.member .list .wrap .item{
	width: 32%;
	margin-bottom: 130px;
}
.member .list .wrap .item .image{
	margin-bottom: 1em;
}
.member .list .wrap .item .image img{
	max-width: 100%;
}
.member .list .wrap .item .pos{
	color: #7D7D85;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.member .list{
		background-color: #FAFAFA;
		padding: 60px 7.3vw 50px 7.3vw;
	}
	.member .list .top.index{
		margin-bottom: 40px;
	}
	.member .list .wrap .item{
		width: 48%;
		margin-bottom: 60px;
	}
}

/*--------------------------------------------------------------------*/
/* Mission & Vision Heading Styles */
/*--------------------------------------------------------------------*/

.section-heading {
	text-align: center;
	margin: 80px 0 40px 0;
}

.section-heading h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1.4;
	color: #1d1d1f;
}

.mission-statement,
.vision-statement {
	font-size: 28px;
	font-weight: 700;
	color: #1d1d1f;
	line-height: 1.7;
	margin-bottom: 30px;
	letter-spacing: 0.02em;
}

/* PC版でのセクション間の余白調整 */
@media screen and (min-width: 768px) {
	.history.hi1 {
		margin-bottom: 60px;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(125, 125, 133, 0.2);
	}
	
	.history.hi2 {
		margin-bottom: 40px;
	}
	
	/* ロゴ説明画像のPC版サイズ */
	img[alt="Company Logo"] {
		max-width: 350px;
		width: auto;
	}
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
	.section-heading {
		margin: 30px 0 25px 0;
	}
	
	.section-heading h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.mission-statement,
	.vision-statement {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.8;
		margin-bottom: 20px;
		letter-spacing: 0.01em;
	}
	
	.history.hi1 {
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(125, 125, 133, 0.2);
	}
	
	.history.hi2 {
		margin-bottom: 30px;
	}
	
	/* テキストブロックの行間調整 */
	.text.lh_20.fw_r p {
		margin-bottom: 1.2em;
	}
	
	.text.lh_20.fw_r p:last-child {
		margin-bottom: 0;
	}
	
	/* ロゴ説明画像のモバイル対応 */
	img[alt="Company Logo"] {
		max-width: 280px;
		width: 90%;
	}
	
	/* ロゴ説明テキストのモバイル調整 */
	p[style*="font-size:12px"] {
		font-size: 11px !important;
		line-height: 1.5 !important;
		margin-bottom: 40px !important;
		padding: 0 15px !important;
	}
}
