@charset "UTF-8";


.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

/** トップの会社案内を２カラムにする **/
.p-index-content04 .p-three-box__item {
	/* width: 50%; */
}

.p-index-content04 li.p-three-box__item:nth-child(3) {
	/* display: none; */
}

@media screen and (max-width: 767px) {
	.p-index-content04 .p-three-box__item {
		/* width: 100%;	*/
	}
}
/** トップの会社案内を２カラムにする **/


/** worksのサイドナビ **/
.side_area {
	margin-bottom: 45px;
}

.side_area h3.area_ttl {
	background: #1e73be;
	margin: 0;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 991px) {
	.side_area h3.area_ttl {
	}
	
	.side_area ul.p-list {
		position: static;
		width: 100%;
	}
}

/** worksのサイドナビ **/


.p-works-list.mb0 {
	margin-bottom: 0;
}

.p-works-list p.works-area {
	margin-bottom: 8px;
}

.p-works-list p.works-area a {
	border: 1px solid #e6e6e6;
	padding: 4px 8px;
	display: inline-block;
	font-size: 12px;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.p-works-list p.works-area a:hover {
	background: #1e73be;
	color: #fff;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.p-works-list p.works-keyword {
	margin-top: 8px;
}

.p-works-list p.works-keyword a {
	background: #fff;
	border: 1px solid #1e73be;;
	box-sizing: border-box;
    border-radius: 15px;
    color: #1e73be;
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
	margin-right: 8px;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.p-works-list p.works-keyword a:hover {
	background: #1e73be;
	color: #fff;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}



.tcd-pb-row.row3 { margin-bottom:20px; background-color:#f8f8f8; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-left:1px solid #dddddd; border-right:1px solid #dddddd; padding:58px 50px 28px 50px; }
.tcd-pb-row.row3 .tcd-pb-row-inner { margin-left:-15px; margin-right:-15px; }
.tcd-pb-row.row3 .tcd-pb-col.col1 { width:28.096%; padding-left:15px; padding-right:15px; }
.tcd-pb-row.row3 .tcd-pb-col.col2 { width:71.9037%; padding-left:15px; padding-right:15px; }
.tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 { margin-bottom:30px; background-color:#f8f8f8; }
.tcd-pb-row.row3 .tcd-pb-col.col2 .tcd-pb-widget.widget1 { margin-bottom:12px; }
@media only screen and (max-width:767px) {
  .tcd-pb-row.row3 { margin-bottom:18px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; border-left:1px solid #dddddd; border-right:1px solid #dddddd; padding:30px 25px 20px 25px; }
  .tcd-pb-row.row3 .tcd-pb-row-inner { margin-left:-12.5px; margin-right:-12.5px; }
  .tcd-pb-row.row3 .tcd-pb-col.col1 { padding-left:12.5px; padding-right:12.5px; }
  .tcd-pb-row.row3 .tcd-pb-col.col1 { width:100%; float:none; margin-bottom:25px; }
  .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 { margin-bottom:25px; padding:0px 52px 0px 52px; }
  .tcd-pb-row.row3 .tcd-pb-col.col2 { padding-left:12.5px; padding-right:12.5px; }
  .tcd-pb-row.row3 .tcd-pb-col.col2 { width:100%; float:none; }
  .tcd-pb-row.row3 .tcd-pb-col.col2 .tcd-pb-widget.widget1 { margin-bottom:5px; }
}

/* 丸抜き画像 */
.p-entry__body blockquote.aligncenter, .p-entry__body img.aligncenter, .p-entry__body .wp-caption.aligncenter {
	margin-top: 0;
}
.pb_circle_image { display: block; margin: 0 auto; }
.pb_circle_image_inner { border-radius: 50%; display: block; overflow: hidden; padding-top: 100%; position: relative; }
.pb-widget-image .pb_circle_image img { margin: 0; max-width: none; position: absolute; left: 0; top: 0; }
.pb-widget-image .pb_circle_image-horizontal img { height: 100%; width: auto; }
.pb-widget-image .pb_circle_image-vertical img { height: auto; width: 100%; }
@supports (object-fit: cover) {
  .pb-widget-image .pb_circle_image-horizontal img, .pb-widget-image .pb_circle_image-vertical img { 
  		height: 100%; 
  		object-fit: cover; 
  		width: 100%; 
  		margin-top: 0 !important;
  	}
}

.tcd-pb-col {
    float: left;
}


/** 事例紹介カテゴリーリスト **/

.workcat_list_wrap {
	margin-bottom: 35px;
}

.workcat_list_wrap ul {
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	text-align: center; /* 中央寄せ */
}

.workcat_list_wrap ul li {
	list-style-type: none; /* リストのマーカーを消去 */
	display: inline-block; /* 横並びに */
}



.workcat_list_wrap ul li a {
	background: #fff;
	border-left: 1px solid #1e73be;
	box-sizing: border-box;
    color: #1e73be;
    display: inline-block;
    font-size: 16px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.workcat_list_wrap ul li:last-child a {
	border-right: 1px solid #1e73be;
}

.workcat_list_wrap ul li a:hover {
	background: #1e73be;
	color: #fff;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

@media screen and (max-width: 767px) {
	.workcat_list_wrap ul li {
		width: 50%;	
	}
	
	.workcat_list_wrap ul li a {
		width: 100%;
		font-size: 14px;	
		padding: 2px 5px;
	}
	
	.workcat_list_wrap ul li:nth-child(2n) a {
		border-right: 1px solid #1e73be;
	}
}


/** 事例紹介キーワードリスト **/

.keywords_list_wrap {
	margin-top: 35px;
	margin-bottom: 35px;
	
}

.keywords_list_wrap ul {
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	text-align: center; /* 中央寄せ */
}

.keywords_list_wrap ul li {
	list-style-type: none; /* リストのマーカーを消去 */
	display: inline-block; /* 横並びに */
	margin: 5px;
}

.keywords_list_wrap ul li a {
	background: #fff;
	border: 1px solid #1e73be;;
	box-sizing: border-box;
    border-radius: 15px;
    color: #1e73be;
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.keywords_list_wrap ul li a:hover {
	background: #1e73be;
	color: #fff;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}


/** 地図から探す **/

.work_map_wrap {
	margin-top: 15px;
	margin-bottom: 70px;
}

.work_map_wrap .ttl_wrap {
	text-align: center;
}

.work_map_wrap .ttl_wrap h3.p-article09__title {
	font-size: 16px;
	border: 1px solid #1e73be;
	background: #fff;
	border-radius: 15px;
	display: inline-block;
	padding: 12px 25px;
}

.work_map_wrap .map_cont {
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}

@media screen and (max-width: 599px) {
	.work_map_wrap .map_cont {
		width: 100%;
	}
}

.work_map_wrap .map_cont img {
	max-width: 100%;
}

.work_map_wrap .map_cont .area_list_wrap ul li {
	list-style: none;
	position: absolute;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_hokkaido-tohoku {
	top: 20%;
    left: 32%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_kanto {
	top: 63%;
    right: 0%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_chubu {
	top: 78%;
    left: 45%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_kinki {
	top: 52%;
	left: 9%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_chugoku {
	top: 68%;
    left: 2%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_shikoku {
	top: 88%;
    left: 20%;
}

.work_map_wrap .map_cont .area_list_wrap ul li.area_kyusyu-okinawa {
	top: 100%;
    left: 12%;
}

.work_map_wrap .map_cont .area_list_wrap ul li a {
	background: #1e73be;
	border: 1px solid #1e73be;;
	box-sizing: border-box;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.work_map_wrap .map_cont .area_list_wrap ul li a:hover {
	background: #fff;
	color: #1e73be;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}


#report-ball-proof .area_wrap table {
	width: 100%;
}

#report-ball-proof .area_wrap table th:nth-child(1),
#report-ball-proof .area_wrap table td:nth-child(1) {
	width: 28%;
	text-align: left;
}

#report-ball-proof .area_wrap table th:nth-child(1) {
	text-align: center
}

#report-ball-proof .area_wrap table th:nth-child(2),
#report-ball-proof .area_wrap table td:nth-child(2) {
	width: 12%;
	text-align: center;
}

#report-ball-proof .area_wrap table th:nth-child(3),
#report-ball-proof .area_wrap table td:nth-child(3) {
	width: 12%;
	text-align: center;
}

#report-ball-proof .area_wrap table th:nth-child(4),
#report-ball-proof .area_wrap table td:nth-child(4) {
	width: 12%;
	text-align: center;
}

#report-ball-proof .area_wrap table th:nth-child(5),
#report-ball-proof .area_wrap table td:nth-child(5) {
	width: 12%;
	text-align: center;
}

#report-ball-proof .area_wrap table th:nth-child(6),
#report-ball-proof .area_wrap table td:nth-child(6) {
	width: 12%;
	text-align: center;
}

#report-ball-proof .area_wrap table th:nth-child(7),
#report-ball-proof .area_wrap table td:nth-child(7) {
	width: 12%;
	text-align: center;
}



#report-golf .area_wrap table {
	width: 100%;
}

#report-golf .area_wrap table th:nth-child(1),
#report-golf .area_wrap table td:nth-child(1) {
	width: 30%;
	text-align: left;
}

#report-golf .area_wrap table th:nth-child(1) {
	text-align: center
}

#report-golf .area_wrap table th:nth-child(2),
#report-golf .area_wrap table td:nth-child(2) {
	width: 12%;
	text-align: center;
}

#report-golf .area_wrap table th:nth-child(3),
#report-golf .area_wrap table td:nth-child(3) {
	width: 17%;
	text-align: center;
}

#report-golf .area_wrap table th:nth-child(4),
#report-golf .area_wrap table td:nth-child(4) {
	width: 12%;
	text-align: center;
}

#report-golf .area_wrap table th:nth-child(5),
#report-golf .area_wrap table td:nth-child(5) {
	width: 17%;
	text-align: center;
}

#report-golf .area_wrap table th:nth-child(6),
#report-golf .area_wrap table td:nth-child(6) {
	width: 12%;
	text-align: center;
}



#report-artificial-turf .area_wrap table {
	width: 100%;
}

#report-artificial-turf .area_wrap table th:nth-child(1),
#report-artificial-turf .area_wrap table td:nth-child(1) {
	width: 36%;
	text-align: left;
}

#report-artificial-turf .area_wrap table th:nth-child(1) {
	text-align: center
}

#report-artificial-turf .area_wrap table th:nth-child(2),
#report-artificial-turf .area_wrap table td:nth-child(2) {
	width: 15%;
	text-align: center;
}

#report-artificial-turf .area_wrap table th:nth-child(3),
#report-artificial-turf .area_wrap table td:nth-child(3) {
	width: 17%;
	text-align: center;
}

#report-artificial-turf .area_wrap table th:nth-child(4),
#report-artificial-turf .area_wrap table td:nth-child(4) {
	width: 15%;
	text-align: center;
}

#report-artificial-turf .area_wrap table th:nth-child(5),
#report-artificial-turf .area_wrap table td:nth-child(5) {
	width: 17%;
	text-align: center;
}




#report-environmental-net .area_wrap table {
	width: 100%;
}

#report-environmental-net .area_wrap table th:nth-child(1),
#report-environmental-net .area_wrap table td:nth-child(1) {
	width: 30%;
	text-align: left;
}

#report-environmental-net .area_wrap table th:nth-child(1) {
	text-align: center
}

#report-environmental-net .area_wrap table th:nth-child(2),
#report-environmental-net .area_wrap table td:nth-child(2) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(3),
#report-environmental-net .area_wrap table td:nth-child(3) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(4),
#report-environmental-net .area_wrap table td:nth-child(4) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(5),
#report-environmental-net .area_wrap table td:nth-child(5) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(6),
#report-environmental-net .area_wrap table td:nth-child(6) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(7),
#report-environmental-net .area_wrap table td:nth-child(7) {
	width: 10%;
	text-align: center;
}

#report-environmental-net .area_wrap table th:nth-child(8),
#report-environmental-net .area_wrap table td:nth-child(8) {
	width: 10%;
	text-align: center;
}



#report-illumination .area_wrap table {
	width: 100%;
}

#report-illumination .area_wrap table th:nth-child(1),
#report-illumination .area_wrap table td:nth-child(1) {
	width: 30%;
	text-align: left;
}

#report-illumination .area_wrap table th:nth-child(1) {
	text-align: center
}

#report-illumination .area_wrap table th:nth-child(2),
#report-illumination .area_wrap table td:nth-child(2) {
	width: 12%;
	text-align: center;
}

#report-illumination .area_wrap table th:nth-child(3),
#report-illumination .area_wrap table td:nth-child(3) {
	width: 17%;
	text-align: center;
}

#report-illumination .area_wrap table th:nth-child(4),
#report-illumination .area_wrap table td:nth-child(4) {
	width: 12%;
	text-align: center;
}

#report-illumination .area_wrap table th:nth-child(5),
#report-illumination .area_wrap table td:nth-child(5) {
	width: 17%;
	text-align: center;
}

#report-illumination .area_wrap table th:nth-child(6),
#report-illumination .area_wrap table td:nth-child(6) {
	width: 12%;
	text-align: center;
}


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

	
	#report-ball-proof .area_wrap {
		width: 100%;
		overflow: auto;
	}
	
	#report-ball-proof .area_wrap h3 {
		width: 1000px;
	}
	
	#report-ball-proof .area_wrap table {
		width: 1000px;
	}


	#report-golf .area_wrap {
		width: 100%;
		overflow: auto;
	}
	
	#report-golf .area_wrap h3 {
		width: 1000px;
	}
	
	#report-golf .area_wrap table {
		width: 1000px;
	}


	#report-artificial-turf .area_wrap {
		width: 100%;
		overflow: auto;
	}
	
	#report-artificial-turf .area_wrap h3 {
		width: 1000px;
	}
	
	#report-artificial-turf .area_wrap table {
		width: 1000px;
	}

	
	#report-environmental-net .area_wrap {
		width: 100%;
		overflow: auto;
	}

	#report-environmental-net .area_wrap h3 {
		width: 1000px;
	}
	
	#report-environmental-net .area_wrap table {
		width: 1000px;
	}

	
	#report-illumination .area_wrap {
		width: 100%;
		overflow: auto;
	}
	
	#report-illumination .area_wrap h3 {
		width: 1000px;
	}
	
	#report-illumination .area_wrap table {
		width: 1000px;
	}
	
}


.top-banner-pbs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 104 / 16;
    overflow: hidden;
    position: relative;
}

.top-banner-pbs br {
    display: none;
}

.top-banner-pbs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: 3;
}

.top-banner-pbs:hover::after {
    background: linear-gradient(to right, rgba(11, 107, 191, 1), rgba(11, 107, 191, 0) 50%) !important;
}

.top-banner-pbs:hover .top-banner-pbs_text {
    transform: translateX(20px);
}

.top-banner-pbs img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.top-banner-pbs_text {
    position: absolute;
    color: white;
    font-size: 30px;
    transition: 0.3s;
    z-index: 5;
}
