@charset "utf-8";
/* CSS Document */


.fPink{
	color: #EC008D;
}
.fBlue{
	color: #0071BB;
}
.fOrange{
	color: #E86E0A;
}


/* secCmnTit */
.secCmnTit{
	background:#F5F3EB;
	height:300px;
	position:relative;
}
.secCmnTit .topBox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	height:300px;
}
.secCmnTit .leftBox{
	width: 350px;
	position:relative;
	z-index:2;
}
.secCmnTit::after{
	content:"";
	position:absolute;
	background:#5F0101;
	left:0;
	height:300px;
	top:0;
	width: 32.275%;
}
.secCmnTit::before{
	width: 0;
	height: 0;
	content:"";
	position:absolute;
	top:0;
	left: calc(32.275% - 1px);
	border-style: solid;
	border-width: 300px 150px 0 0;
	border-color: #5F0101 transparent transparent transparent;
}
.secCmnTit .leftBox .txtBox .txt{
	color: #fff;
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 1.5;
	padding-top: 18px;
}

.secCmnTit .rightBox{
	width: calc( 100% - 350px);
}
.secCmnTit .rightBox .txtBox .txt{
	font-size: 26px;
	letter-spacing: 1.5px;
	line-height: 2;
	color: #5F0101;
}
@media only screen and (max-width: 2400px){
	.secCmnTit::after{width:26.375%;}
	.secCmnTit::before{left:calc(26.375% - 1px);}
}
@media only screen and (max-width:1750px){
	.secCmnTit::after{width:18.275%;}
	.secCmnTit::before{left:calc(18.275% - 1px);}
}
@media only screen and (max-width:767px){
	.secCmnTit{ height:auto;}
	.secCmnTit .topBox{
		height:140px;
	}
	.secCmnTit .leftBox{
		width: calc(33% - 20px);
		height: 140px;
		background: #5F0101;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.secCmnTit::before{
		left: calc(33% - 23px - 1px);
		border-style: solid;
		border-width: 140px 35px 0 0;
		border-color: #5F0101 transparent transparent transparent;
	}
	.secCmnTit::after{ display:none;}
	.secCmnTit .leftBox .txtBox{
		margin:0;
		width:100%;
		padding:20px 0% 20px 18%;
	}
	.secCmnTit .leftBox .txtBox .txt{
		color: #fff;
		font-size: 13px;
		letter-spacing: 1.5px;
		line-height: 1.5;
		padding-top: 5px;
	}
	.secCmnTit .leftBox .txtBox .img{
		width: 100%;
		padding-top: 0;
	}
	.secCmnTit .leftBox .txtBox .img img{
		width:auto;
		height:16px;
	}
	.secCmnTit .leftBox::after{
		display: none;
	}
	.secCmnTit .rightBox{
		width: calc(100% - 25% );
		padding-left:25px;
	}
	.secCmnTit .rightBox .txtBox{
		margin-left: 0;
	}
	.secCmnTit .rightBox .txtBox .txt{
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 1.6;
		padding: 20px 5%;
	}
}
@media only screen and (max-width:350px){
	.secCmnTit .rightBox .txtBox .txt {
		font-size: 14px;
	}
}


/*-----------------------------------------------
	secTop
-----------------------------------------------*/
.secTop{
	background:url(../img/about/bgTit.jpg) top center no-repeat;
	background-size: cover;
	height: 600px;
	margin-bottom:50px;
	padding-top: 250px;
}
.topBoxNew{
	text-align: center;
}
.topJpnNew {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.5px;
    padding-top: 15px;
}

@media only screen and (max-width:767px){
	.secTop{
		background:url(../img/about/bgTit.jpg) top center no-repeat;
		background-size: cover;
		height: auto;
		margin-bottom:30px;
		padding: 100px 0;
	}
	.imgTopEng {
		width: 40%;
		margin: 0 auto;
	}
	.topJpnNew {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		padding-top: 10px;
	}
}

/* secMessage */
.secMessage {
	margin-bottom: 100px;
	overflow:hidden;
}
.secMessage .box01{
    position: relative;
    margin-top: 50px;
}
.secMessage .imgBox{
    position: absolute;
    top: 0;
    left: -250px;
}
.secMessage .box01:nth-child(2n) .imgBox{
	left:auto;
    right: -250px;
}
.secMessage .txtBox{
	width: 660px;
    height: 667px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0 0 0 auto;
    padding: 0 0 0 42px;
}
.secMessage .box01:nth-child(3) .txtBox{ 
	width:682px;
	position:relative;
	right:-22px;
}
.secMessage .box01:nth-child(2n) .txtBox{
    margin: 0 ;
    padding: 0 ;
}
.secMessage .txtBox > .tit{
	font-size: 50px;
	letter-spacing: 1.5px;
	line-height: 1.6;
	padding-bottom:20px;
	position:relative;
}
.secMessage .txtBox > .tit .indet{ margin-left:-30px;}
.secMessage .txtBox > .tit::after {
	content: "";
	height: 5px;
	width: 500px;
	background: #EC008D;
	position: absolute;
	bottom: 0;
	left: 5px;
}
.secMessage .box01:nth-child(2) .txtBox > .tit::after {
	background: #0071BB;
}
.secMessage .box01:nth-child(3) .txtBox > .tit::after {
	background: #E86E0A;
}
.secMessage .txtBox .inBox .tit{
	font-size: 22px;
	line-height: 1.8;
	margin-top: 42px;
}
.secMessage .txtBox .inBox .txt{
	font-size: 16px;
	line-height: 2;
	margin-top: 25px;
}

@media only screen and (max-width:767px){
	.secMessage {
		margin-bottom: 30px;
	}
	.secMessage .box01{
		margin-top: 30px;
	}
	.secMessage .imgBox{
		position:static;
	}
	.secMessage .txtBox,
	.secMessage .box01:nth-child(2n) .txtBox,
	.secMessage .box01:nth-child(3) .txtBox{
		width: 100%;
		height: auto;
		display:block;
		margin: 0px auto 0;
		padding: 20px 5%;
		background:#F5F3EB;
	}
	.secMessage .txtBox > .tit{
		font-size: 19px;
		letter-spacing: 0.5px;
		padding-bottom:15px;
	}
	.secMessage .txtBox > .tit .indet{ margin-left:0px;}
	.secMessage .txtBox > .tit::after,
	.secMessage .box01:nth-child(2) .txtBox > .tit::after  {
		width: 100%;
		left:0;
		right:0;
		margin:0 auto;
		height:3px;
	}
	.secMessage .txtBox .inBox .tit {
		font-size:15px;
		margin-top:15px;
	}
	.secMessage .txtBox .inBox .txt{
		font-size: 13px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.secMessage .box01:nth-child(3) .txtBox{ position:static;}

}

/* secCompany */
.secCompany{
	margin-bottom: 95px;
}

table{
	width: 100%;
	margin-top: 50px ;
	border-collapse: collapse;
	border-top: 1px solid #5F0000;
	border-bottom: 1px solid #5F0000;
}
table th,
table td{
	border-bottom: 1px solid #ccc;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: none;
}
table th{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.5;
	padding: 32px 0 32px 26px;
	width: 238px;
	background: #F5F3EB;
}
table td{
	padding: 32px 0 32px 30px;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 2;
}
table td .map{
	margin-top: 30px;
	width: 802px;
	height: 402px;
	border: 1px solid #5F0000;
}


@media only screen and (max-width:767px){
	.secCompany{
		margin-bottom: 30px;
	}
	.secCompany .secCmnTit .rightBox .txtBox .txt {
		padding-top: 18px;
	}
	table{
		width: 93%;
		margin: 30px auto;
	}

	table th{
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 1.5;
		padding: 15px 0 15px 3%;
		width: 30%;
		background: #F5F3EB;
	}
	table td{
		padding: 15px 0 15px 5%;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 1.8;
	}
	table td .map{
		margin-top: 10px;
		position: relative;
		height: 0;
		overflow: hidden;
		padding-top: 50%;
		width: 100%;
	}
	iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width:350px){
	table th {
		font-size: 12px;
		padding: 15px 0 15px 2%;
	}
}




/* secLinkBox */
.secLinkBox {
	font-size: 0;
	margin-top: 100px;
}
.secLinkBox a{
	display: block;
}
.secLinkBox .workBox{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.secLinkBox .voiceBox{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.secLinkBox .lineupBox{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.secLinkBox .conceptBox{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width:767px){
	.secLinkBox {
		font-size: 0;
		margin: 30px auto 0;
		width: 93%;
	}
	.secLinkBox a{
		display: block;
	}
	.secLinkBox .lineupBox{
		width: 100%;
		display: block;
	}
	.secLinkBox .conceptBox{
		width: 100%;
		display: block;
		margin-top: 10px;
	}

}