.page-img-box-naka {
	width: 100%;
	padding-top: 80px;
	background-color: #EFEFEF;
}

.page-img {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-img-box {
	order: 2;
	width: 70%;
	background-size: cover;
	background-position: center center;
}


.page-img-title {
	padding: 5% 5%;
	order: 1;
	width: 30%;
	box-sizing: border-box;
}
.page-img-title h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 140%;
	font-weight: bold;
	line-height: 1;
	color: #22BC80;
}
.page-img-title h2 {
	font-size: 380%;
	font-weight: bold;
}

.table {
	width: 100%;
	border-top: 1px solid #282828;
	border-right: 1px solid #282828;
}
.table td {
	font-size: 110%;
	line-height:1.5;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-kerning:normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-weight:500;
	padding: 15px;
	border-bottom: 1px solid #282828;
	border-left: 1px solid #282828;
}

.table .tr01 td {
	background-color: #767676;
	color: #fff;
	font-weight: bold;
}

.table02 {
	margin: 0 auto;
}
.table02 td {
	font-size: 114%;
	line-height:1.5;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-kerning:normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-weight:500;
	padding: 15px;
}

.table02 .td06 {
	font-weight: bold;
	width: 200px;
}

.company-img {
  max-width: 1200px;
  width: 100%;
  margin: 4% auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.company-img img {
  width: 500px;   /* 横幅固定 */
  height: 300px;  /* 高さ固定 */
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.map {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.messe {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.messe01 {
	width: 57%;
	order: 2;
}
.messe02 {
	width: 37%;
	order: 1;
}
.messe01 h3 {
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 30px;
}


.messe01 h4 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 30px;
	text-align: right;
}
.messe01 h4 span {
	font-size: 80%;
margin-right: 20px;
}

.messe02 img {
	border-radius: 6px;
}
.jinjya {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 60px;
}
.jinjya img {
	border-radius: 6px 6px 0px 0px;
}
.sitagaki {
	background-color: #EFEFEF;
	border-radius: 0px 0px 6px 6px;
	padding: 10px;
	text-align: center;
}

.company-list {
	max-width: 1200px;
	margin: 0 auto;
}

.re-messe p {
	font-size: 140%;
	font-weight: bold;
	line-height: 2;
	position: relative;
	padding-left: 60px;
}
.re-messe p::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(43,191,133,1), rgba(55,190,169, 1));
	left: 0;
	top: 0;
}

.re-messe {
	max-width: 700px;
	margin: 0 auto;
}

.workin {
	display: flex;
	justify-content: space-between;
}
.workin li {
	width: 30%;
}
.workin li img {
	border-radius: 6px;
}
.workin li h3 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

.inter-img {
	max-width: 545px;
	text-align: center;
	margin: 0 auto 5%;
}
.inter-img img{
	border-radius: 6px;
	margin-top: 25px;
}

.inter-box {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}
.inter-box01 {
	width: 35%;
}
.inter-box02 {
	width: 60%;
}

.inter-box-002 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #D6D6D6;
}
.inter-box01 img {
	border-radius: 6px;
}
.inter-box02 h3 {
	font-size: 220%;
	font-weight: bold;
}
.inter-box02 h4 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.inter-box02 h4 span {
	font-size: 80%;
	font-weight: normal;
}
.inter-box02 h5 {
	font-size: 120%;
	padding: 10px;
	background-color: #EFEFEF;
	border-radius: 6px;
	margin-bottom: 20px;
}
.interview-detail {
  margin-top: 30px;
}
.interview-item {
  margin-bottom: 30px;
}
.interview-item h6 {
  margin: 0 0 4px;
  font-size: 125%;
  font-weight: 700;
  color: #2cbf87;
  line-height: 1.6;
}
.interview-item h6::before {
  content: "●";
  color: #2cbf87;
  margin-right: 6px;
}



.table03 {
	width: 80%;
	margin: auto;
}
.table03 td {
	font-size: 114%;
	line-height:1.5;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-kerning:normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-weight:500;
	padding: 15px;
	background-color: #fff;
}

.table03 .td08 {
	font-weight: bold;
	padding-left: 50px;
}


.youkou {
	background-color: #EFEFEF;
	border-radius: 6px;
	padding: 5%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.youkou-tt {
	text-align: center;
	font-size: 200%;
	margin-bottom: 30px;
	font-weight: bold;
}

.isyoni {
	font-size: 160%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.uketuke {
	margin-top: 10px;
	text-align: center;
}

.re-tel {
	background-image: linear-gradient(90deg, rgba(43,191,133,1), rgba(55,190,169, 1));
	border-radius: 6px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}
.re-tel h5 {
	font-size: 80%;
	font-family: Arial, Helvetica, "sans-serif";
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
}
.re-tel h5 span {
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 2px;
}
.re-tel h6 {
	font-size: 240%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.re-tel h6 a {
	color: #fff;
}
/* 施工実績 */

.works-section{
width:1000px;
margin:0 auto;
}

.works-title{
margin:60px 0 30px;
background:#efefef;
padding:7px 20px;
margin:70px 0 40px;
font-size:23px;
font-weight:bold;
scroll-margin-top: 100px;
border-left:8px solid #2cbf87;
}


/* 1案件 */

.work-item{
display:flex;
gap:80px;
margin-bottom:50px;
}

/* 写真 */

.work-photo img{
width:260px;
height:160px;
object-fit:cover;
}

/* テキスト */

.work-text{
line-height:2;
margin-left: 31px;
}

.work-text span{
color:#2cbf87;
font-weight:bold;
display:inline-block;
width:110px;
}


@media screen and ( max-width:800px )
{
.page-img {
    display: inherit;
    padding-top: 0px;
	width: 100%;
}
.page-img-box {
    width: 100%;
}
.page-img-title {
    width: 100%;
}
.page-img-title h2 {
    font-size: 280%;
}
.messe {
    display: inherit;
}
.messe01 {
    width: 100%;
	margin-bottom: 30px;
}
.messe02 {
    width: 100%;
}
.messe01 h3 {
    font-size: 180%;
}
	.table02 td {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
.table02 .td06 {
    font-weight: bold;
    width: 100%;
    border-right: none;
	background-color: #EFEFEF;
}
	
.re-messe p {
    padding-left: 20px;
}
.company-img {
    flex-direction: column;
	gap: 40px;
}
.workin {
    display: inherit;
}
.workin li {
    width: 100%;
	margin-bottom: 30px;
}
.workin li:last-child {
	margin-bottom: 0px;
}
.inter-box {
    display: inherit;
    
}
.inter-box01 {
    width: 100%;
	margin-bottom: 20px;
}
.inter-box02 {
    width: 100%;
}
.table03 td {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
.table03 .td08 {
    font-weight: bold;
    width: 100%;
    border-right: none;
	background-color: #535353;
	color: #fff;
}


.isyoni {
    font-size: 120%;
   
}
.re-tel h6 {
    font-size: 180%;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
}
.table-scroll {
  overflow: scroll;
}
	.table {
		white-space: nowrap;
	}
.page-img-box-naka {
	padding-top: 0px;
}
 .contents-box,
  .works-section{
    width: 92%;
  }

  /* 大分類タイトル */
  .work-category,
  .works-title{
    background: #eeeeee;

    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 12px 14px;
    margin: 40px 0 24px;
	scroll-margin-top: 50px;
  }

  /* 1案件ごと */
  .work-item{
    display: block;
    margin-bottom: 36px;
  }

  /* 写真 */
  .work-photo{
    margin-bottom: 14px;
  }

  .work-photo img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* 文字情報全体 */
  .work-text{
    line-height: 1.9;
	margin-left: 0;
  }

  /* 各行 */
  .work-text p{
    margin: 0 0 8px;
  }

  /* 項目名 */
  .work-text span{
    display: inline-block;
    width: 88px;
    color: #2cbf87;
    font-weight: bold;
    vertical-align: top;
  }

  
	
}
