@charset "UTF-8";
/* CSS Document */
/*
	corporateContentsArea 
	csr / inquiry / 404 / etc
-----------------------------------------------------------------------------------------------*/
.corporateCts:nth-of-type(n + 2) {
	margin: 140px 0 0;
}
.corporateCts > .titArea {
	overflow: hidden;
	position: relative;
}
.corporateCts .titArea .ffJa{
	display: inline-block;
	position: relative;
	line-height: 150%;
	padding: 0 0 0 15px;
	text-align: justify;
}
.corporateCts .titArea .ffJa::before {
	content: '';
	height: 8px;
	width: 8px;
	border: var(--clRed) 2px solid;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 8px;
	margin: 0;
}
.corporateCts .titArea .ffJa::after {
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 105%;
	width: calc(1080px - 100%);
	top: 12px;
}
.corporateCts .lead {
	font-weight: 700;
	color: var(--clRed);
	margin: 15px 0 0 0;
}
.accessCtsArea .accessCts .tit {
	font-weight: 700;
	background: var(--clLightGray);
	text-align: center;
	line-height: 4rem;
	border-radius: var(--roundS);
	display: inline-block;
	padding: 0 30px;
}
.corpCtsDetail.col1 {
	width: var(--col1Width);
	padding: 40px 0 0;
	margin: 0 auto;
}
.bulletPointsArea {
	background: var(--clLightGray);
	border-radius: var(--roundM);
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;;
}
.bulletPointsListArea {
	display: inline-block;
	line-height: 125%;
}
.bulletPointsListArea .bulletPointsList{
	display: flex;
}
.bulletPointsList:nth-of-type(n + 2){
	margin: 5px 0 0 0;;
}
.bulletPoints .txtArea{
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 5px 0 ;
}
.bulletPoints .txtArea > p{
	line-height: 100%;
}
.bulletPoints .txtArea .data,
.bulletPoints .txtArea .post{
	font-size: 1.2rem;
}
.bulletPoints .txtArea .post{
	font-size: 1.2rem;
	margin: 5px 0 0 0;
}
.bulletPoints .txtArea .name{
	font-weight: 700;
}
.corpImgCtsArea .corpImgCts .titArea{
	width: 100%;
}
.corpImgCtsArea .corpImgCts .titArea .tit{
	min-width: 320px;
	line-height: 5rem;
	font-weight: 700;
	background: var(--clLightGray);
	border-radius: var(--roundS);
	text-align: center;
	padding: 0 40px;
}
.corpImgCtsArea {
	margin: 40px 0 0 0;
	display: flex;
	gap: 0 30px;
}
.corpImgCtsArea.imgCt {
	justify-content: center;
}
.corpImgCtsArea.line1 {
	flex-direction: column;
	gap: 60px;
}
.corpImgCtsArea .corpImgCts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px 0;
}
.corpImgCtsArea .corpImgCts .imgArea {
	width: 100%;
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 20px;
	border: var(--clLightGray) 1px solid;
}
.corpImgCtsArea .corpImgCts .imgArea.flow{
	padding: 25px 30px;
}
.corpImgCtsArea .corpImgCts .imgArea img{
	border: var(--clLightGray) 1px solid;
	clip-path: inset(0);
}
.corpImgCtsArea .corpImgCts .imgArea.bdN img{
	border: none;
}
.corpImgCtsArea .corpImgCts .txtArea .note {
	font-size: 1.2rem;
}
.corpImgCtsArea .corpImgCts .txtArea .note.ftWB {
	font-weight: 700;
}
.corpImgCtsArea .corpImgCts .txtArea .txt {
	line-height: 150%;
}

/* sdgs */
.sdgs .mainImgArea.cmnPhM{
	width: 100%;
	border-radius: 0;
}.sdgs .mainImgArea.cmnPhM img{
	width: 100%;
}
.sdgs .container > .commonCts {
	margin: 80px 0 0;
}
.sdgs .commonCts .titArea .pageTit{
	font-size: 2rem;
}
.sdgs .commonCts .titArea .catch{
	color: var(--clRed);
	font-weight: 700;
	margin: 10px 0 0 0;
}
.sdgs .container > .commonCts {
	width: var(--col1Width);
	padding: 40px 0 0;
	margin: 80px auto 0;
}
.sdgs .container > .commonCts .bulletPointsArea{
	margin: 20px 0 0 0;
}
.sdgs .container > .commonCts .bulletPoints .txtArea .tit{
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 150%;
}
.sdgs .container > .commonCts .bulletPoints .txtArea .txt{
	line-height: 150%;
	margin: 5px 0 0 0;
}
.sdgs .container > .commonCts > .titArea {
	overflow: hidden;
	position: relative;
}
.sdgs .container > .commonCts .titArea .ffJa{
	display: inline-block;
	position: relative;
	line-height: 150%;
	padding: 0 0 0 15px;
	text-align: justify;
}
.sdgs .container > .commonCts .titArea .ffJa::before {
	content: '';
	height: 8px;
	width: 8px;
	border: var(--clRed) 2px solid;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 8px;
	margin: 0;
}
.sdgs .container > .commonCts .titArea .ffJa::after {
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 105%;
	width: calc(1080px - 100%);
	top: 12px;
}
.sdgs .container > .commonCts .titArea .ffJa .ffEn{
	margin: 0 0 0 15px;
}
.sdgs .container > .commonCts .titArea .txt{
	margin: 5px 0 0 0;
}
.sdgsTbArea {
	width: 100%;
	overflow-x: scroll;
}
.sdgsTb {
	width: 1000px;
	margin: 20px auto;
	border-collapse: collapse;
}
.sdgsTb thead tr th{
	line-height: 5rem;
	background: #666666;
	color: #fff;
	font-size: 1.6rem;
}
.sdgsTb thead tr th:not(:last-of-type){
	border-right: 1px #fff solid;
}
.sdgsTb tbody{
	border-bottom: 1px solid #231815;
}
.sdgsTb tbody tr:nth-of-type(6),
.sdgsTb tbody tr:nth-of-type(7),
.sdgsTb tbody tr:nth-of-type(8),
.sdgsTb tbody tr:nth-of-type(9),
.sdgsTb tbody tr:nth-of-type(10),
.sdgsTb tbody tr:nth-of-type(15),
.sdgsTb tbody tr:nth-of-type(16),
.sdgsTb tbody tr:nth-of-type(17),
.sdgsTb tbody tr:nth-of-type(18),
.sdgsTb tbody tr:nth-of-type(19){
	background: #f1f1f1;
}
.sdgsTb tbody tr:nth-of-type(5),
.sdgsTb tbody tr:nth-of-type(10),
.sdgsTb tbody tr:nth-of-type(14),
.sdgsTb tbody tr:nth-of-type(19){
	border-bottom: 1px solid #231815;
}
.sdgsTb tbody tr td{
	padding: 10px;
}
.sdgsTb tbody tr td:not(:last-of-type){
	border-right: 1px solid #231815;
}
.sdgsTb tbody tr td.icon{
	background: #fff;
}
.sdgsTb tbody tr td.thema,
.sdgsTb tbody tr td.txt{
	vertical-align: top;
}
.sdgsTb tbody tr td.thema a{
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}
.sdgsTb tbody tr td.thema a span{
	font-size: 1.2rem;
}
.sdgsTb tbody tr td.task{
	font-size: 1.4rem;
}
.sdgsTb tbody tr td.task,
.sdgsTb tbody tr td.icon{
	border-bottom: #808080 1px dotted;
}
.sdgsTb tbody tr td.icon img{
	width: 36px;
}
.pickUpTtl{
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 12px;
	margin: 20px 0 0 0;
}
.pickUpTtl:before{
	content: '';
	height: 8px;
	width: 8px;
	background: #00001a;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -4px 0 0 0;
}
.pickUpArea{
	margin: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pickUpArea table.pickUp{
	width: 490px;
	border-collapse: collapse;
}
.pickUpArea table.pickUp:nth-of-type(n + 3){
	margin: 20px 0 0 0;
}
.pickUpArea table.pickUp thead tr{
	border-top: 1px solid #dce1e1;
}
.pickUpArea table.pickUp thead tr th{
	line-height: 6rem;
	background: #f1f1f1;
}
.pickUpArea table.pickUp thead tr th:first-of-type,
.pickUpArea table.pickUp tbody tr td:first-of-type{
	border-right: 1px solid #dce1e1;
}
.pickUpArea table.pickUp tbody tr:last-of-type{
	border-bottom: 1px solid #dce1e1;
}
.pickUpArea table.pickUp tbody tr td:first-of-type{
	padding: 35px 25px;
}
.pickUpArea table.pickUp tbody tr td img{
	width: 180px;
}
.pickUpArea table.pickUp tbody tr td:last-of-type{
	vertical-align: top;
	padding: 20px;
}
.pickUpArea table.pickUp tbody tr td:last-of-type {
	padding: 15px 15px 15px 25px;
}
.pickUpArea table.pickUp tbody tr td:last-of-type p{
	font-size: 1.3rem;
	text-indent: -13px;
}


/* 3D office designer */
.officeDesigner .corporateCts:nth-of-type(n + 2) {
	margin: 80px 0 0 0;
}
.officeDesigner .corpCtsDetail.col1{
	padding: 0 0 0 0;
}
.officeDesigner .corpImgCtsArea .corpImgCts .txtArea .txt{
	margin: 0 0 5px 0;
}
.officeDesigner .corpImgCtsArea .corpImgCts .txtArea .txt.ftWb {
	font-weight: 700;
}
.officeDesigner .corpImgCtsArea .corpImgCts .txtArea .note a{
	text-decoration: underline;
}
.officeDesigner .corpImgCtsArea .corpImgCts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.officeDesigner .corpImgCtsArea .corpImgCts .btnB{
	margin-top: auto;
}

/* partImgArea */
.partImgArea {
	margin: 40px 0 0 0;
}
.partImgList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
}
.partImgList .partImg .imgArea{
	padding: 15px;
	border: var(--clLightGray) 1px solid;
}
.partImgList .partImg .imgArea img {
	clip-path: inset(0);
}
.partImgList .partImg .txt{
	font-size: 1.2rem;
	text-align: center;
	margin: 5px 0 0;
	font-weight: 700;
}
.partImgArea > .note{
	font-size: 1.2rem;
}

/* shapeArea */
.shapeArea{
	margin: 40px 0 0 0;
}
.shapeArea .shapeAreaInner {
	display: flex;
	gap: 0 20px;
}
.shapeArea .shapeAreaInner .imgArea {
	padding: 15px;
	border: var(--clLightGray) 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shapeArea .shapeAreaInner .txtArea{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px 0;
}
.shapeArea .shapeAreaInner .txtArea .btnB{
	width: 350px;
}

/* operatingArea */
.operatingArea {
	padding: 40px 0 0;
}
.operatingArea .operatingList li{
	position: relative;
	line-height: 125%;
	padding: 0 0 0 10px;
}
.operatingArea .operatingList :nth-of-type(n + 2){
	margin: 3px 0 0 0;
}
.operatingArea .operatingList li:before{
	content: '';
	height: 6px;
	width: 6px;
	border-radius: 4px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #000;
}
.operatingArea .noteList {
	margin: 10px 0 0 0;
}
.operatingArea .noteList li{
	font-size: 1.2rem;
	display: flex;
	align-items: flex-start;
}
.operatingArea .noteList li:nth-of-type(n + 2){
	margin: 3px 0 0 0;
}
.operatingArea .noteList li *{
	line-height: 125%;
}
.operatingInner{
	display: flex;
	gap: 0 20px;
	margin: 20px 0 0 0;
}
.operatingInner .imgArea{
	padding: 15px;
	border: var(--clLightGray) 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
}
.operatingInner .operatingDetail .txtArea .tit{
	line-height: 5rem;
	font-weight: 700;
	background: var(--clLightGray);
	border-radius: var(--roundS);
	text-align: center;
	padding: 0 20px;
}
.operatingInner .operatingDetail .txtArea .cts{
	margin: 15px 0 0 0;
}
.operatingInner .operatingDetail .txtArea .cts .type{
	font-weight: 700;
}
.operatingInner .operatingDetail .txtArea .cts .price{
	font-size: 1.6rem;
}
.operatingInner .operatingDetail .txtArea .cts .price span{
	font-size: 1.2rem;
}
.operatingInner .operatingDetail .btnB{
	margin: 20px 0 0 0;
	width: 270px;
}

/* odCtsArea */
.odCtsArea .txt{
	margin: 20px 0 0;
	line-height: 150%;
}
.odTbArea table{
	border-collapse: collapse;
	width: 100%;
	border-bottom: 2px #dce1e1 solid;
	margin: 20px 0 0 0;
}
.odTbArea table thead{
	background: #333333;
	color: #fff
}
.odTbArea table tbody{
	font-size: 1.2rem;
}
.odTbArea table thead tr th,
.odTbArea table tbody tr td{
	padding: 10px;
}
.odTbArea table thead tr th:not(:last-of-type){
	border-right:1px solid #fff;
}
.odTbArea table tbody tr:not(:last-child) {
	border-bottom: 1px #dce1e1 solid;
}
.odTbArea table tbody tr td.name{
	background: #f1f1f1;
	font-weight: 700;
}
.odTbArea table tbody tr:nth-last-of-type(n + 2) td.name{
	border-right: 1px #dce1e1 solid;
}

@media screen and (width <= 812px){
	.officeDesigner a.btnB {
		font-size: 1.3rem;
	}
	.corpCtsDetail.col1 {
		width: 100%;
	}
	.corpImgCtsArea {
		flex-direction: column;
		gap: 30px 0;
		margin: 20px 0 0 0;
	}
	.bulletPointsArea {
		padding: 30px 20px;
	}
	.corporateCts:nth-of-type(n + 2) {
		margin: 80px 0 0;
	}
	.corpImgCtsArea .corpImgCts .titArea{
		width: 100%;
	}
	.corpImgCtsArea .corpImgCts .titArea .tit {
		min-width: 100%;
		width: 100%;
		line-height: 150%;
		padding: 10px 20px;
		text-align: left;
	}
	.sdgsTb thead tr th,
	.sdgsTb tbody tr td.thema,
	.sdgsTb tbody tr td.icon,
	.sdgsTb tbody tr td.task{
		white-space: nowrap;
	}
	.pickUpArea {
		flex-direction: column;
	}
	.pickUpArea table.pickUp{
		width: 100%;
	}
	.pickUpArea table.pickUp:not(:first-of-type){
		margin: 10px 0 0
	}
	.pickUpArea table.pickUp thead tr th,
	.pickUpArea table.pickUp tbody tr td{
		width: 100%;
		display: block;
	}	
	.pickUpArea table.pickUp thead tr th:last-of-type{
		display: none;
	}
	.pickUpArea table.pickUp thead tr th {
		line-height: 4rem;
	}
	.pickUpArea table.pickUp thead tr th:first-of-type,
	.pickUpArea table.pickUp tbody tr td:first-of-type {
		border-right: none;
	}
	.pickUpArea table.pickUp tbody tr td {
		padding: 15px 0;
	}
	.pickUpArea table.pickUp tbody tr td:first-of-type{
		padding: 15px 0;
	}

	.pickUpArea table.pickUp tbody tr td:first-of-type img{
		display: block;
		margin: 0 auto;
		width: 40%;
	}
	.pickUpArea table.pickUp tbody tr td:last-of-type{
		border-top: 1px solid #dce1e1;
		padding: 5px 0 15px 14px;
	}
	.sdgs .container > .commonCts{
		width: 100%;
		margin: 0;
	}
	.sdgs .commonCts .titArea .pageTit {
		font-size: 1.8rem;
	}
	.sdgsTb thead tr th {
		line-height: 3.6rem;
		font-size: 1.2rem;
	}
	.sdgsTb tbody tr td.thema a {
		font-size: 1.4rem;
	}
	.sdgsTb tbody tr td.thema a span {
		font-size: 1rem;
	}
	.sdgsTb tbody tr td {
		padding: 5px;
	}
	.corpImgCtsArea .corpImgCts .imgArea img {
		max-width: 100%;
	}
	.corpImgCtsArea .corpImgCts .imgArea {
		min-height: auto;
	}

	.inquiry .corpCtsDetail.col1 {
		padding: 0 0 0 0;
	}

	.odTbArea {
		overflow-x: auto;
	}
	.odTbArea table thead tr th, .odTbArea table tbody tr td {
		padding: 10px;
	}
	.odTbArea table thead tr th{
		font-size: 1.4rem;
	}
	.odTbArea table tbody tr td {
		white-space: nowrap;
	}
	.officeDesigner .corporateCts:nth-of-type(n + 2) {
		margin: 50px 0 0 0;
	}
	.shapeArea .shapeAreaInner {
		flex-direction: column;
	}
	.partImgArea {
		margin: 20px 0 0 0;
	}
	.partImgList {
		gap: 15px 0;
		flex-direction: column;
	}
	.partImgList li .imgArea {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.partImgArea > .note {
		margin: 20px 0 0 0;
	}
	.shapeArea {
		margin: 20px 0 0 0;
	}
	.shapeArea .shapeAreaInner .imgArea {
		width: 100%;
	}
	.shapeArea .shapeAreaInner .txtArea {
		margin: 15px 0 0 0;
	}
	.shapeArea .shapeAreaInner .txtArea {
		gap: 10px 0;
	}
	.operatingArea {
		padding: 20px 0 0;
	}
	.operatingInner {
		flex-direction: column;
	}
	.operatingInner .imgArea{
		width: 100%;
	}
	.operatingInner .imgArea img{
		width: 80%;
	}
	.operatingInner .operatingDetail .txtArea .tit {
		line-height: 150%;
		padding: 15px 0;
		margin: 20px 0 0 0;
	}
	.operatingInner .operatingDetail .txtArea .cts {
		margin: 10px 0 0 0;
	}
	.operatingInner .operatingDetail .btnB {
		margin: 10px 0 0 0;
		width: 100%;
	}
}
/*
	hover
-----------------------------------------------------------------------------------------------*/
@media (hover: hover) {
	.sdgsTb tbody tr td.thema a:hover{
		opacity: 0.6;
	}
	.officeDesigner .corpImgCtsArea .corpImgCts .txtArea .note a:hover{
		opacity: 0.6;
	}
}