@charset "utf-8";

/*---------------------------------------------

業務内容ページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通部分 PC */
.sep1 {padding: 80px 0 10px 0;}

.gray_area {background: #e9e9e9;}

.gray_area .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.se_img {width: 476px;}

.se_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.se_txt {
	width: 476px;
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.sep2 {padding: 80px 0 50px 0;}

.se_table {
	width: 100%;
	border-top: solid 2px #0084ff;
}

.se_table th, .se_table td {
	border-bottom: solid 2px #0084ff;
	box-sizing: border-box;
	text-align: left;
	padding: 30px 0;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
}

.se_table th {
	width: 350px;
	padding-left: 100px;
	font-weight: bold;
	color: #0084ff;
}

.se_table td {padding-right: 30px;}

/* ▼タイトル部分 PC */
#pagetitle {
	background: url("../img/titlebk_service_pc_240205.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 120px 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 45px; font-size: 4.5rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼鋼構造物の製缶加工部分 PC */
#se01 {background: #fff;}

#se01 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#se01 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

/* ▼CAD設計部分 PC */
#se02 {background: #fff;}

#se02 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#se02 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

/* ▼バナー部分 PC */
#bn .inner {padding: 80px 0 120px 0;}

.bnlist {
	display: flex;
	justify-content: space-between;
}

.bnlist > li a {
	display: flex;
	width: 476px;
	height: 230px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}

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

/* ▼共通部分 SP */
.sep1 {padding: 8vw 0 2vw 0;}

.gray_area {
	background: #e9e9e9;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 4vw;
}

.gray_area .inner {width: 100%;}

.se_img {
	width: 100%;
	margin-bottom: 3vw;
}

.se_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.se_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.sep2 {padding: 8vw 0;}

.se_table {
	width: 100%;
	border-top: solid 2px #0084ff;
}

.se_table th, .se_table td {
	display: block;
	box-sizing: border-box;
	text-align: left;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
	padding: 0 3vw;
}

.se_table th {
	padding-top: 4vw;
	padding-bottom: 2vw;
	font-weight: bold;
	color: #0084ff;
}

.se_table td {
	padding-bottom: 4vw;
	border-bottom: solid 2px #0084ff;
}

/* ▼タイトル部分 SP */
#pagetitle {
	background: url("../img/titlebk_service_sp_240205.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 25vw 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼鋼構造物の製缶加工部分 SP */
#se01 {background: #fff;}

#se01 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#se01 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

/* ▼CAD設計部分 SP */
#se02 {background: #fff;}

#se02 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#se02 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

/* ▼バナー部分 SP */
#bn .inner {padding: 10vw 0 14vw 0;}

.bnlist > li a {
	display: flex;
	width: 90%;
	margin: 0 auto 7vw auto;
	height: 35vw;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}
