@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.p-mainVis {
	background: url(../images/main-vis.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 150px;
}
.p-mainVis .l-inner {
	height: 820px;
	position: relative;
}
.p-mainVisInner {
	position: absolute;
	left: 0;
	bottom:-70px;
	background: #005bac;
}
.p-mainVisInner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -400px;
	margin: auto;
	vertical-align: middle;
	content: '';
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	border: 200px solid transparent;
	border-left: 200px solid #005bac;	
}
.p-mainVisInner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	vertical-align: middle;
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #005bac;
}
.p-mainVisFrame {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;	
	color: #FFF;
	height: 400px;	
}
.p-mainVis__label {
	width: 90px;
}
.p-mainVis__labelTxt {
	font-size: 17px;
	line-height: 1.4;
	font-family: 'Anton', sans-serif;
	position: relative;
}
.p-mainVis__labelTxt span {
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
	position: absolute;
	display: block;
	width: 200px;
	text-align: center;
	left: -80px;
	margin: auto;
	bottom: 0;
	top:0;
}
.p-mainVis__txtWrap {
}
.p-mainVis__title {
	font-size: 36px;
	line-height: 1.38;
	text-align: left;
}
.p-mainVis__detail {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	margin-top: 35px;
}
.p-mainVis__detailLogo {
	width: 140px;
}
.p-mainVis__detailTxtWrap {
	width: calc(100% - 140px);
	box-sizing: border-box;
	padding: 0 0 0 20px;
	text-align: left;
}
.p-mainVis__detailCompName {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.p-mainVis__detailJob {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 8px;
}
.p-mainVis__detailName {
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 5px;
}
.p-mainVis__detailName span {
	font-size: 24px;
	line-height: 1.5;
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	
	.p-mainVis {
		background: url(../images/main-vis-sp.jpg) no-repeat center center;
		background-size: cover;
		margin-bottom: 51.6vw;
	}
	.p-mainVis .l-inner {
		height: 66.66vw;
	}
	.p-mainVisInner {
		top: 58vw;
		bottom:auto;
		width: 84vw;
		z-index: 10000;
	}
	.p-mainVisInner:before {
		right: -53.09vw;
		width: 50%;
		height: 100%;
		border: 26.665vw solid transparent;
		border-left: 26.665vw solid #005bac;	
	}
	.p-mainVisFrame {
		height: 53.33vw;	
	}
	.p-mainVis__label {
		width: 10vw;
	}
	.p-mainVis__labelTxt {
		font-size: 3.46vw;
		line-height: 1.4;
	}
	.p-mainVis__labelTxt span {
		width: 40vw;
		left: -17.666vw;
	}
	.p-mainVis__txtWrap {
		width: calc(100% - 10vw);
	}
	.p-mainVis__title {
		font-size: 4.8vw;
		line-height: 1.38;
	}
	.p-mainVis__detail {
		margin-top: 4.66vw;
	}
	.p-mainVis__detailLogo {
		width: 18.66vw;
	}
	.p-mainVis__detailTxtWrap {
		width: calc(100% - 18.66vw);
		padding: 0 0 0 2.66vw;
	}
	.p-mainVis__detailCompName {
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.p-mainVis__detailJob {
		font-size: 2.4vw;
		line-height: 1.5;
		letter-spacing: 0;
		margin-top: 1.06vw;
	}
	.p-mainVis__detailName {
		font-size: 4.8vw;
		line-height: 1.5;
		margin-top: 0.66vw;
	}
	.p-mainVis__detailName span {
		font-size: 3.2vw;
		line-height: 1.5;
		margin-left: 1.33vw;
	}
	
}








.p-secFrame + .p-secFrame {
	margin-top:  110px;
}

.p-secHead {
	position: relative;
	padding: 0;
	background: url(../images/back02.png);
/*	max-width: 930px; */
}
.p-secHeadInner {
}
.p-secHead__title {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	color: #005aab;
	position: relative;
	z-index: 10;
}
.p-secHead__titleNum {
	height: 70px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	width: 120px;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	line-height: 1.4;
	position: relative;
	color: #005aab;
	box-sizing: border-box;
	padding-left: 20px;
}
.p-secHead__titleTxt {
	padding: 0 20px 0 0;
	box-sizing: border-box;
	width: calc(100% - 120px);
	text-align: left;
	font-size: 20px;
	line-height: 1.3;
	background: #FFF;
	height: 70px;
	position: relative;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;	
}
.p-secHead__titleTxt:before {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	top:0;
	border-width: 0 0 70px 70px;
	border-color: transparent transparent #FFF transparent;
	left: -70px;
}

.p-secFrame--rev {
}

.p-secFrame > .p-secHead {
	display: none;
}



.p-secContents {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;	
}
.p-secContents__txtWrap ,
.p-secContents__photo {
	width: 50%;
	box-sizing: border-box;
}
.p-secContents__txtWrap {
	box-sizing: border-box;
	padding: 0 20px 0 0;
	background: #005bac;
	position: relative;
	color: #FFF;
}
.p-secContents__txtWrap:before {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	bottom:0;
	border-width: 0 0 240px 240px;
	border-color: transparent transparent #005bac transparent;
	left: -240px;
}
.p-secContents__txtInner {
	max-width: 600px;
	margin: 0 auto 0 0;
	box-sizing: border-box;
	padding: 40px 0 40px 35px;
	min-height: 500px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
	position: relative;
}
.p-secContents__txtWrap .p-secHead {
	position: absolute;
	right: 45%;
	top:0;
	width: 155%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);	
}
.p-secContents__txt {
	font-size: 15px;
	line-height: 2;
	text-align: left;
}


.p-secFrame--rev .p-secContents {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-secFrame--rev .p-secContents__txtWrap {
	padding: 0 0 0 20px;
}
.p-secFrame--rev .p-secContents__txtWrap:before {
	border-width: 0 187px 187px 0;
	border-color: transparent transparent #005bac transparent;
	right: -187px;
	left: auto;
}
.p-secFrame--rev .p-secContents__txtInner {
	margin: 0 0 0 auto;
	padding: 40px 35px 40px 0;
}
.p-secFrame--rev .p-secContents__txtWrap .p-secHead {
	right: auto;
	left: 45%;
}

@media screen and (max-width: 750px) {
	.p-secFrame + .p-secFrame {
		margin-top:  30px;
	}
	.p-secFrame > .p-secHead {
		display: block;
	}

	.p-secHead {
		padding: 0 0 0 0;
	}
	.p-secHead:before {
		height: 50px;
	}
	.p-secHeadInner {
		margin-left: auto;
		max-width: 1007px;
	}
	.p-secHead__title {
		height: 50px;
		z-index: 10;
	}
	.p-secHead__titleNum {
		height: 50px;
		width: 75px;
		font-size: 24px;
		line-height: 1.4;
		padding-left: 10px;
	}
	.p-secHead__titleTxt {
		padding: 0 10px 0 0;
		width: calc(100% - 75px);
		font-size: 12px;
		line-height: 1.66;
		box-sizing: border-box;
		height: 50px;
	}
	.p-secHead__titleTxt:before {
		border-width: 0 0 50px 50px;
		border-color: transparent transparent #FFF transparent;
		left: -50px;
	}

	.p-secFrame--rev {
		background: #FFF;
	}
	.p-secFrame--rev .p-secHead {
	}
	.p-secFrame--rev .p-secHead:before {
		right: 0;
		left: auto;
	}
	.p-secFrame--rev .p-secHeadInner {
		margin-left: auto;
	}
	.p-secFrame--rev .p-secHead__title {
	}
	.p-secFrame--rev .p-secHead__title:before {
		display: none;
	}


	.p-secContents {
		display : block;	
	}
	.p-secContents__txtWrap ,
	.p-secContents__photo {
		width: 100%;
	}
	.p-secContents__txtWrap {
		padding: 0 20px 0 20px;
	}
	.p-secContents__txtWrap:before {
		bottom:auto;
		top: -50px;
		border-width: 0 0 50px 50px;
		border-color: transparent transparent #005bac transparent;
		left: 0px;
	}
	.p-secContents__txtInner {
		max-width: none;
		margin: 0;
		padding: 20px 0 20px 0;
		min-height: 100%;
	}
	.p-secContents__txtInner .p-secHead {
		display: none;
	}
	.p-secContents__txt {
		font-size: 11px;
		line-height: 2;
		text-align: left;
	}
	.p-secFrame--rev .p-secContents {
	}
	.p-secFrame--rev .p-secContents__txtWrap {
		padding: 0 20px 0 20px;
	}
	.p-secFrame--rev .p-secContents__txtWrap:before {
		bottom:auto;
		top: -50px;
		border-width: 0 0 50px 50px;
		border-color: transparent transparent #005bac transparent;
		left: 0px;
	}	
	.p-secFrame--rev .p-secContents__txtInner {
		margin: 0;
		padding: 20px 0 20px 0;
	}	
	
}








.p-secInterViewer {
	margin-top: 140px;
	margin-bottom: 116px;
}
.p-secInterViewer__title {
	position: relative;
}
.p-secInterViewer__title span {
	width: 400px;
	position: absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0px, -50%);
	left: 0;
	background: #FFF;
	height: 60px;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	color: #005aab;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.p-secInterViewerFrame {
	max-width: 1072px;
	margin: 0 auto;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;	
}
.p-secInterViewerPhoto {
	width: calc(100% - 260px);
	background: url(../images/photo05.jpg) no-repeat center center;
	background-size: cover;
}
.p-secInterViewerPhoto img {
	display: none;
}
.p-secInterViewerTxtWrap {
	width: 260px;
	background: #005aab;
	color: #FFF;
	box-sizing: border-box;
	text-align: left;
	padding: 20px 15px 20px 20px;
	position: relative;
}
.p-secInterViewerTxtWrap:before {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;	
	border-width: 0 0 56px 56px;
	border-color: transparent transparent #005aab transparent;
	left: -56px;
	bottom: 0;
}
.p-secInterViewer__compName {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
}
.p-secInterViewer__job {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 3px;
}
.p-secInterViewer__name {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 15px;
	font-weight: bold;
}
.p-secInterViewer__txt {
	font-size: 13px;
	line-height: 2;
	margin-top: 15px;
}


@media screen and (max-width: 750px) {
	.p-secInterViewer {
		margin-top: 60px;
		margin-bottom: 43px;
	}
	.p-secInterViewer .l-inner {
		padding: 0;
	}
	.p-secInterViewer__title {
	}
	.p-secInterViewer__title span {
		width: 240px;
		position: absolute;
		top:50%;
		-webkit-transform: translate(0, -80%);
		transform: translate(0, -80%);
		left: 0;
		right: 0;
		margin: auto;
		height: 30px;
		font-size: 12px;
		line-height: 1.4;
	}


	.p-secInterViewerFrame {
		display : block;	
	}
	.p-secInterViewerPhoto {
		width: 100%;
		background: none;
	}
	.p-secInterViewerPhoto img {
		display: block;
	}
	.p-secInterViewerTxtWrap {
		width:100%;
		padding: 15px 15px;
	}
	.p-secInterViewerTxtWrap:before {
		border-width: 0 0 50px 50px;
		border-color: transparent transparent #005aab transparent;
		left: 0;
		bottom: auto;
		top: -50px;
	}	
	.p-secInterViewer__compName {
		font-size: 12px;
		line-height: 1.5;
	}
	.p-secInterViewer__job {
		font-size: 10px;
		line-height: 1.5;
		margin-top: 3px;
	}
	.p-secInterViewer__job span {
		display: inline-block;
	}
	.p-secInterViewer__job span:first-child {
		margin-right: 10px;
	}
	.p-secInterViewer__job br {
		display: none;
	}
	.p-secInterViewer__name {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 5px;
	}
	.p-secInterViewer__txt {
		font-size: 11px;
		line-height: 2;
		margin-top: 10px;
	}	

}


.p-secContact {
	background: url(../images/back01.png);
	padding: 95px 0 90px 0;
	position: relative;
}
.p-secContact__title {
	font-size: 18px;
	color: #FFF;
}
.p-secContact__btn {
	max-width: 300px;
	margin: 30px auto 0 auto;
}
.p-secContact__btn a {
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	line-height: 1.4;
	background: #FFF;
	display: block;
	padding: 8px 15px 9px 15px;
}

@media screen and (max-width: 750px) {
	.p-secContact {
		padding: 40px 0 45px 0;
		position: relative;
	}
	.p-secContact__title {
		font-size: 12px;
	}
	.p-secContact__btn {
		max-width: 200px;
		margin: 20px auto 0 auto;
	}
	.p-secContact__btn a {
		font-size: 16px;
		line-height: 1.4;
		padding: 6px 15px 7px 15px;
	}	
}


.p-profileOuter {
	position: relative;
}
.p-profileOuter:before ,
.p-profileOuter:after {
	position: absolute;
	content: '';
	display: block;
	top:0;
	height: 100%;
	width: 50%;
	z-index: -1;
}
.p-profileOuter:before {
	background: #1b1b1b;
	left: 0;
}
.p-profileOuter:after {
	background: #313131;
	right: 0;
}
.p-profile {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-profile__titleOuter {
	width: 255px;
}
.p-profile__title {
	font-family: 'Anton', sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: #FFF;
	height: 80px;
	position: relative;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;	
}
.p-profile__title:after {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	top:0;
	border-width: 80px 58px 0 0;
	border-color: #1b1b1b transparent transparent transparent; 
	right: -58px;	
}
.p-profile__txtOuter {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;	
	width: calc(100% - 255px);
	box-sizing: border-box;
	padding: 0 0 0 86px;
	color: #FFF;
	background: #313131;
	height: 80px;
}
.p-profile__txtCompName {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.p-profile__txtJob {
	font-size: 14px;
	line-height: 1.4;
}
.p-profile__txtJob span {
	display: block;
	text-align: left;
}
.p-profile__txtName {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
}
.p-profile__txtName span {
	font-size: 24px;
	display: inline-block;
	padding-left: 5px;
}

@media screen and (max-width: 1160px) {
	.p-profile__titleOuter {
		width: 220px;
	}
	.p-profile__title {
		font-size: 17px;
		line-height: 1.4;
		height: 120px;
	}
	.p-profile__title:after {
		width: 0;
		height: 0;
		border-style: solid;
		content: '';
		position: absolute;
		top:0;
		border-width: 120px 87px 0 0;
		border-color: #1b1b1b transparent transparent transparent; 
		right: -87px;	
	}
	.p-profile__txtOuter {
		height: 120px;
		width: calc(100% - 220px);
		text-align: left;
	  -webkit-flex-direction: column;
 	 -ms-flex-direction: column;
  	flex-direction: column;
	  -webkit-justify-content: flex-start;
	  -ms-justify-content: flex-start;
  	justify-content: flex-start;
		padding: 10px 0 0 120px;
	}
	.p-profile__txtCompName {
		font-size: 18px;
		line-height: 1.4;
		font-weight: bold;
		width: 100%;
	}
	.p-profile__txtJob {
		font-size: 14px;
		line-height: 1.4;
		width: 100%;
		margin-top: 5px;
	}
	.p-profile__txtJob span {
		display: inline-block;
		text-align: left;
	}
	.p-profile__txtJob span + span {
		margin-left: 20px;
	}
	.p-profile__txtName {
		font-size: 36px;
		line-height: 1.4;
		font-weight: bold;
		width: 100%;
	}
	.p-profile__txtName span {
		font-size: 24px;
		display: inline-block;
		padding-left: 5px;
	}
}
@media screen and (max-width: 750px) {
	.p-profileOuter {
		background: #313131;
		margin-bottom: 29px;
	}
	.p-profileOuter:before {
		height: 100%;
		width: 80px;
		z-index: 2;
		background: #1b1b1b;
		left: 0;
	}
	.p-profileOuter:after {
		width: 0;
		height: 0;
		border-style: solid;
		content: '';
		position: absolute;
		top:0;
		border-width: 85px 61px 0 0;
		border-color: #1b1b1b transparent transparent transparent; 
		left: 80px;
		z-index: 10;
	}	
	
	.p-profile {
		display : -webkit-box;
		display : -webkit-flex;
		display : -ms-flexbox;
		display : flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	.p-profile__titleOuter {
		display: none;
	}

	.p-profile__txtOuter {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0 0 0px;
		background: none;
		height: 85px;
		position: relative;
		z-index: 15;
	}
	.p-profile__txtCompName {
		font-size: 12px;
		line-height: 1.4;
	}
	.p-profile__txtJob {
		font-size: 9px;
		line-height: 1.4;
	}
	.p-profile__txtJob span {
		display: inline-block;
		text-align: left;
	}
	.p-profile__txtJob span + span {
		margin-left: 10px;
	}
	.p-profile__txtName {
		font-size: 18px;
		line-height: 1.4;
		width: 100%;
		margin-top: 3px;
	}
	.p-profile__txtName span {
		font-size: 12px;
		display: inline-block;
		padding-left: 5px;
	}	
}

@media screen and (min-width: 751px) {
	.u-spBr {
		display: none;
	}
}
