@charset "utf-8";

#detailTitleArea {
	background-image: url(../images/bg_title.png);
}

#detailTitleArea #pageTitle:before {
	display: inline-block;
	background-image: url(../images/corp_title.png);
}

#detailMainArea {
	background: #fdf4ea;
	/*background-image: url(../images/bg_mainarea.png);*/
}

#detailMainArea:after {
	content: '';
	display: block;
	position: absolute;
	left: 54%;
	top: 0;
	width: 46%;
	height: 100%;
/*	background: #ffeaea;*/
	background-image: url(../images/bg_mainarea.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#detailMainArea .mainCopy,
.persTitle,
.corpSect h3,
#corpSect03 .careerBlock h4 {
	color: #914e93;
}


.corpSect {
	padding: 100px 0;
	font-size: 14px;
}

#corpSect01,
#corpSect03 {
/*	padding-top: 0;*/
	background: #fff;
}

.corpSect h3 {
	position: relative;
	margin: 0 20px 50px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	font-family: 'Noto Sans','AxisStd-ExtraLight';
	text-align: left;
}

/*.corpSect h3:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	border-top: 1px solid #ef9134;
	z-index: 1;
}*/

.corpSect h3 span {
	display: inline-block;
/*	position: relative;
	padding: 0 20px;
	background: #fff;
	z-index: 2;*/
}


#corpSect02,
#corpSect02 h3 span {
	background: #f7f7f7;
}

.corpSectInner {
	position: relative;
	padding: 0 20px;
}

#corpSect01 .photoArea {
	position: absolute;
	top: 0;
	right: 20px;
	width: 300px;
	padding: 0 0 0 60px;
	background: #fff;
	z-index: 10;
}

#corpSect01 .photoArea .photo {
	margin: 0 0 60px;
}

#corpSect01 .photoArea .photo:last-child {
	margin: 0;
}


#corpSect01 table {
	width: 100%;
	border-collapse: collapse;
}

#corpSect01 table th,
#corpSect01 table td {
	padding: 25px 20px;
	box-sizing: border-box;
	border-top: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
}

#corpSect01 table th {
	width: 163px;
	color: #914e93;
	border-right: 3px solid #ededed;
	font-weight: 400;
}

#corpSect01 table td {
	padding-left: 40px;
}

#corpSect01 table td.mapCell {
	padding-bottom: 5px;
}

#corpSect01 .btnMap {
	margin: 20px 0;
}

#corpSect01 .btnMap a {
	display: block;
	width: 150px;
	height: 30px;
	padding: 7px 0 9px;
	box-sizing: border-box;
	border: 2px solid #914e93;
	border-radius: 15px;
	color: #914e93;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all  0.3s linear;
}

#corpSect01 .btnMap a span {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}

#corpSect01 .btnMap a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #914e93;
	border-right: 2px solid #914e93;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all  0.5s linear;
}

#corpSect01 .btnMap a span:after {
	content: '地図を表示';
}

#corpSect01 .ac .btnMap a span:after {
	content: '地図を閉じる';
}

#corpSect01 .ac .btnMap a span:before {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#corpSect01 .btnMap a:hover {
	color: #fff;
	background-color: #914e93;
}

#corpSect01 .btnMap a:hover span:before {
	border-color: #fff;
}

/*#mapWrapper {
	margin-bottom: -22px;
}*/

#mapBlock {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all  0.6s linear;
	opacity: 0;
}

.ac #mapBlock {
	max-height: 100em;
	opacity: 1;
}

#map {
	width: 795px;
	height: 507px;
/*	margin: 22px 0 0;*/
}

#mapBlock ul {
	width: 795px;
	margin: 20px 0 0;
	text-align: right;
}

#mapBlock ul li {
	display: inline-block;
	margin-bottom: 20px;
}

#mapBlock ul li a {
	display: block;
	margin: 0 0 0 12px;
	padding: 9px 12px;
	color: #fff;
	background: #914e93;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all  0.3s linear;
	opacity: 1;
}

#mapBlock ul li a .forPC {
	display: inline-block;
}

#mapBlock ul li a .fa {
	margin-right: 7px;
}

#mapBlock ul li a:hover {
	opacity: 0.7;
}





#corpSect02 table {
	width: 100%;
	border-collapse: collapse;
}

#corpSect02 table th,
#corpSect02 table td {
	padding: 20px 20px;
	box-sizing: border-box;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
/*	background: #fff;*/
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
}

#corpSect02 table th {
	width: 90px;
	color: #914e93;
	border-right: 2px solid #ddd;
	font-weight: 500;
	text-align: center;
}




#corpSect03 .careerBlock {
	margin: 0 0 50px;
}

#corpSect03 .careerBlock:last-child {
	margin: 0;
}

#corpSect03 .careerBlock h4 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Noto Sans','AxisStd-ExtraLight';
	font-weight: 200;
}

#corpSect03 .careerBlock .description {
	line-height: 28px;
}

#corpSect03 .careerBlock .textArea {
	float: left;
	width: 615px;
}

#corpSect03 .careerBlock .photoArea {
	float: right;
	width: 350px;
	margin-bottom: -100px;
}

#corpSect03 .careerBlock .photoArea .photo {
	margin: 0 0 23px;
}

#corpSect03 .careerBlock .photoArea .caption {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}


@media screen and (max-width: 767px) {
	
	/*#detailTitleArea {
		background-image: url(../images/bg_title.png);
	}
	
	#detailTitleArea #pageTitle:before {
		display: inline-block;
		background-image: url(../images/corp_title.png);
	}
	
	#detailMainArea {
		background-image: url(../images/bg_mainarea.png);
	}
	
	
	#detailMainArea .mainCopy,
	.persTitle,
	.corpSect h3,
	#corpSect03 .careerBlock h4 {
		color: #ef9134;
	}
	*/
	#detailMainArea:after {
		display: none;
	}
	
	#detailMainArea .mainCopy:after {
		background-image: url(../images/bg_mainarea.jpg);
	}
	
	.corpSect {
		border-top: 1px solid #ddd;
		margin-bottom: 0;
		padding: 7.8125% 4.6875% !important;
	}
	
	#corpSect01 {
		border-top: none;
	}
	
	.corpSect h3 {
		margin: 0;
		padding: 0 0 7.03125%;
		font-size: 20px;
		line-height: 20px;
		font-weight: 300;
		text-align: center;
	}
	
	.corpSect h3:after {
		display: none;
	}
	
	.corpSect h3 span {
		padding: 0;
		background: none;
	}
	
	
	#corpSect02,
	#corpSect02 h3 span {
		background: none;
	}
	
	.corpSectInner {
		padding: 0;
	}
	
	#corpSect01 .photoArea {
		position: static;
		top: auto;
		right: auto;
		width: auto;
		padding: 0 0 8.62068%;
		background: #fff;
		z-index: 10;
	}
	
	#corpSect01 .photoArea:after {
		content: '';
		display: block;
		clear: both;
	}
	
	#corpSect01 .photoArea .photo {
		width: 48.27586%;
		margin: 0;
	}
	
	#corpSect01 .photoArea .photo:first-child {
		float: left;
	}
	
	#corpSect01 .photoArea .photo:last-child {
		float: right;
	}
	
	
	#corpSect01 table {
		width: 100%;
		border-collapse: collapse;
	}
	
	#corpSect01 table,
	#corpSect01 tbody,
	#corpSect01 tr,
	#corpSect01 th,
	#corpSect01 td {
		display: block;
	}
	
	#corpSect01 tr {
		padding: 4.31034% 0;
		border-bottom: 1px solid #ededed;
	}
	
	#corpSect01 tr:first-child {
		border-top: 1px solid #ededed;
	}
	
	#corpSect01 table th,
	#corpSect01 table td {
		width: auto !important;
		padding: 0 !important;
		box-sizing: border-box;
		border: none !important;
		font-size: 12px;
		line-height: 20px;
	}
	
	#corpSect01 table th {
/*		color: #ef9134;*/
		border-right: 3px solid #ededed;
		font-weight: 400;
	}
	
	
	#corpSect01 table td.mapCell {
		padding-bottom: 5px;
	}
	
	#corpSect01 .btnMap {
		margin: 10px 0;
	}
	
	#corpSect01 .btnMap a {
		display: inline-block;
		width: auto;
		height: 24px;
		padding: 6px 12px;
		box-sizing: border-box;
		border: none;
		border-radius: 12px;
		color: #fff;
		background: #914e93;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
		text-decoration: none;
	}
	
	#corpSect01 .btnMap a span {
		display: inline-block;
		position: relative;
		padding-left: 20px;
	}
	
	#corpSect01 .btnMap a span:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all  0.5s linear;
	}
	
	#corpSect01 .btnMap a span:after {
		content: '地図を表示';
	}
	
	#corpSect01 .ac .btnMap a span:after {
		content: '地図を閉じる';
	}
	
	#corpSect01 .ac .btnMap a span:before {
		top: 5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/*#mapWrapper {
		margin-bottom: -22px;
	}*/
	
	#mapBlock {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.6s linear;
		-moz-transition: all 0.6s linear;
		-o-transition: all 0.6s linear;
		transition: all  0.6s linear;
		opacity: 0;
	}
	
	.ac #mapBlock {
		max-height: 100em;
		opacity: 1;
	}
	
	#mapBlock .spWrap {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 63.7931%;
	}
	
	#map {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	/*	margin: 22px 0 0;*/
	}
	
	#mapBlock ul {
		width: auto;
		margin: 20px 0 0;
		text-align: center;
	}
	
	#mapBlock ul li {
		display: inline-block;
		width: 38.27586%;
		margin: 0 11px;
	}
	
	#mapBlock ul li:first-child {
		display: none;
	}
	
	#mapBlock ul li a {
		display: block;
		margin: 0;
		padding: 6px 12px;
		color: #fff;
		border-radius: 12px;
		background: #ef9134;
		font-size: 12px;
		line-height: 12px;
		text-decoration: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all  0.3s linear;
		opacity: 1;
		white-space: nowrap;
	}
	
	#mapBlock ul li a .forPC {
		display: none;
	}
	
	#mapBlock ul li a .fa {
		margin-right: 4px;
	}
	
	#mapBlock ul li a:hover {
		opacity: 0.7;
	}
	
	
	
	
	
	#corpSect02 table,
	#corpSect02 tbody,
	#corpSect02 tr,
	#corpSect02 th,
	#corpSect02 td {
		display: block;
	}
	
	#corpSect02 tr {
		padding: 3.96551% 0;
		border-bottom: 1px solid #ededed;
	}
	
	#corpSect02 tr:first-child {
		border-top: 1px solid #ededed;
	}
	
	#corpSect02 table th,
	#corpSect02 table td {
		padding: 0;
		box-sizing: border-box;
		border: none;
		font-size: 12px;
		line-height: 20px;
		font-weight: 300;
	}
	
	#corpSect02 table th {
		width: auto;
		border-right: none;
		text-align: left;
	}
	
	
	
	
	#corpSect03 .careerBlock {
		margin: 0 0 5.51724%;
		padding: 0 0 8.27586%;
	}
	
	#corpSect03 .careerBlock:last-child {
		margin: 0;
	}
	
	#corpSect03 .careerBlock h4 {
		margin: 0 0 2.75862%;
		font-size: 14px;
		line-height: 20px;
	}
	
	#corpSect03 .careerBlock .description {
		font-size: 12px;
		line-height: 20px;
	}
	
	#corpSect03 .careerBlock .textArea {
		float: none;
		width: auto;
	}
	
	#corpSect03 .careerBlock .photoArea {
		float: none;
		width: auto;
		margin-bottom: 0;
		padding: 6.89655% 6.89655% 0;
	}
	
	#corpSect03 .careerBlock .photoArea .photo {
		margin: 0 0 25px;
	}
	
	#corpSect03 .careerBlock .photoArea .caption {
		font-size: 10px;
		line-height: 17px;
		text-align: center;
	}

}
