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


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

/* companyInfo */
.companyInfo {
	background-color: #ededed;
	padding-top: 120px;
	padding-bottom: 120px;
	}

.companyInfo__table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #afafaf;
	}

.companyInfo__table th,
.companyInfo__table td {
	border-bottom: 1px solid #afafaf;
	padding: 30px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: middle;
	color: #333;
	}

.companyInfo__table th {
	width: 280px;
	font-weight: 700;
	}

.companyInfo__table td {
	font-weight: 400;
	}

.companyInfo__table td a {
	color: inherit;
	transition: .2s;
	}

.companyInfo__table td a:hover {
	color: #4FB1A8;
	}



/* business（事業内容） */
.business {
	background-color: #ededed;
	padding-top: 0;
	padding-bottom: 120px;
	}

.business__h2 {
	font-size: 36px;
	font-weight: 700;
	color: #1d9791;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	}

.business__table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #afafaf;
	}

.business__table th,
.business__table td {
	padding: 25px 30px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: middle;
	color: #333;
	border-bottom: 1px solid #afafaf;
	}

.business__table th {
	width: 30%;
	font-weight: 700;
	}



/* clients（主要取引先） */
.clients {
	background-color: #ededed;
	padding-top: 0;
	padding-bottom: 120px;
	}

.clients__h2 {
	font-size: 36px;
	font-weight: 700;
	color: #1d9791;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	}

.clients__box {
	border: 1px solid #afafaf;
	padding: 30px 36px;
	font-size: 24px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #333;
	}





/******************************************************

タブレット 1199px以下の場合に適用

*******************************************************/

@media screen and (max-width: 1199px){


/* companyInfo */
.companyInfo {
	padding-bottom: 100px;
	}

.companyInfo__table th,
.companyInfo__table td {
	padding: 20px 24px;
	font-size: 20px;
	}

.companyInfo__table th {
	width: 220px;
	}



/* business */
.business {
	padding-bottom: 100px;
	}

.business__h2 {
	font-size: 32px;
	margin-bottom: 24px;
	}

.business__table th,
.business__table td {
	padding: 20px 24px;
	font-size: 20px;
	}

.business__table th {
	width: 280px;
	}



/* clients */
.clients {
	padding-bottom: 100px;
	}

.clients__h2 {
	font-size: 32px;
	margin-bottom: 24px;
	}

.clients__box {
	padding: 26px 30px;
	font-size: 20px;
	}


}



/******************************************************

タブレット小 959px以下の場合に適用

*******************************************************/

@media screen and (max-width: 959px){


/* companyInfo */
.companyInfo__table th,
.companyInfo__table td {
	padding: 18px 20px;
	font-size: 18px;
	}

.companyInfo__table th {
	width: 180px;
	}



/* business */
.business__h2 {
	font-size: 28px;
	margin-bottom: 20px;
	}

.business__table th,
.business__table td {
	padding: 18px 20px;
	font-size: 18px;
	}

.business__table th {
	width: 240px;
	}



/* clients */
.clients__h2 {
	font-size: 28px;
	margin-bottom: 20px;
	}

.clients__box {
	padding: 22px 24px;
	font-size: 18px;
	}


}



/******************************************************

スマホ 767px以下の場合に適用

*******************************************************/

@media screen and (max-width: 767px){


/* companyInfo */
.companyInfo {
	padding-top: 60px;
	padding-bottom: 60px;
	}

.companyInfo__table,
.companyInfo__table tbody,
.companyInfo__table tr,
.companyInfo__table th,
.companyInfo__table td {
	display: block;
	width: 100%;
	}

.companyInfo__table {
	border: 1px solid #afafaf;
	border-bottom: none;
	}

.companyInfo__table th,
.companyInfo__table td {
	border: none;
	border-bottom: 1px solid #afafaf;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.7;
	}

.companyInfo__table th {
	font-weight: 700;
	}
	
.companyInfo__table td {
	background-color: #f5f5f5;
	}



/* business */
.business {
	padding-bottom: 64px;
	}

.business__h2 {
	font-size: 22px;
	margin-bottom: 16px;
	}

.business__table,
.business__table tbody,
.business__table tr,
.business__table th,
.business__table td {
	display: block;
	width: 100%;
	}

.business__table {
	border: 1px solid #afafaf;
	border-bottom: none;
	}

.business__table th,
.business__table td {
	border: none;
	border-bottom: 1px solid #afafaf;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.7;
	}

.business__table th {
	font-weight: 700;
	}
	
.business__table td {
	background-color: #f5f5f5;
	}



/* clients */
.clients {
	padding-bottom: 64px;
	}

.clients__h2 {
	font-size: 22px;
	margin-bottom: 16px;
	}

.clients__box {
	padding: 16px 18px;
	font-size: 14px;
	line-height: 1.8;
	background-color: #f5f5f5;
	}


}
