@charset "utf-8";

body {
  width: 100%;
  margin: 0;
  /*font-family:  serif,'Noto Serif JP','ＭＳ Ｐ明朝','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN',sans-serif;*/
  font-family:  'メイリオ', 'Meiryo', sans-serif;
}

*, ::after, ::before {
  box-sizing: border-box;
}


#site-header {
  background-color: #ffffff;
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 10000;
}

/*工事名の箇所*/
#site-header-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

#site-header-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 1em;
  width: 100%;
  text-align: left;
  font-size: 2.5rem;
  font-weight: normal;
  padding-left: 30px;
}

#site-header-logo a {
  color: #000000;
}

#site-header-logo a {
  text-decoration: none;
}

/*トップタイトルの箇所*/
.site-title {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: right;
  text-shadow: 1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000;
}

.site-title #site-title-en {
 font-size: 1.5rem;
 line-height: 1.4rem;
}

/*トップ画の箇所*/

.site-branding {
 width: 100%;
 padding-top: 60px;
}

/*.site-branding-text {
 position: relative;
 Z-INDEX: 1;

 height: 170px;
 background: linear-gradient(to right, #33b8bb 55%, #fff0 100%);
}*/


.site-branding-text {
	 position: relative;
	 Z-INDEX: 1;
	 /*width: 750px;*/
	 height: 415px;
	 /*margin-top: 26vw;*/
	 /*background: linear-gradient(to right, #002d93 55%, #fff0 100%);*/
	
	 background-color: rgba(0,149,69,0.55);
     clip-path: polygon(0% 100%, 0% 0%, 47% 0%, 55% 100%);
}


.site-branding-text-r {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    margin-top: 6%;
	width: 1050px;
	 height: 170px;
}

.home .site-title {
   
   width: 80%;
   margin-left: auto;
   margin-right: auto;
  padding-top: 80px;
  line-height: 3.5rem;
}

#logo {
 background-color: #ffffff;
 padding-top: 2vw;
 height: 6.6vw;
 width: 100%;
 position: absolute;
 float: right;
 margin-top: -2vw;
 clip-path: polygon(0 0, 100% 0, 100% 36%, 0 100%);
 
}

#logo img {
 width: 70%;
 max-width: 350px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 padding-left: 2vw;
}

#topimg {
 float: right;
 width: 100%;
}

.inner-wrap {
 /*float: left;
 width: 20%*/
	margin-left:auto;
	margin-right:auto;
}

.site-branding-sub {
 width: 100%;
 padding-top: 34px;
 max-height: 500px;
}

.site-branding-sub .site-title {
	 text-align: left;
	 padding-top: 10vw;
	 padding-left: 50px;
}

#topimg-sub {
  float: left;
  width: 100%;
  height: 0px
}

#topimg-sub img {
 width: 100%;
}

.site-branding-sub .inner-wrap {
 float: left;
 width: 100%;
 position: relative;
}

.site-branding-sub #titlemargin {
 height: 9vw;
 max-height: 200px;
}

.site-branding-sub  .site-branding-text {
   width: 100%;
   margin-top: 0;
}

/*トップページの中身*/
#topcontents {
	width: 100%;
	margin-top: -14vw;
	/*position: absolute;*/
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding-top: 100px;
}

#topcontents-sub2 {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  /*padding-top: 100px;*/
}

h2 {
 font-size: 2.0rem;
 text-align: center;
 padding-top: 20px;
}


.heading06 {
	font-size: 36px;
	text-align: left;
	margin-top: -2vw;
}

.heading06::before {
	content: attr(data-en);
	display: block;
	color: #D5E9CB;
	font-size: 85px;
}

.heading06_n {
	font-size: 36px;
	text-align: right;
	margin-top: -2vw;
}

.heading06_n::before {
	content: attr(data-en);
	display: block;
	color: #D5E9CB;
	font-size: 60px;
}

.heading06_pick {
	font-size: 26px;
	text-align: center;
	margin-top: -2vw;
}

.heading06_pick::before {
	content: attr(data-en);
	display: block;
	color: #D5E9CB;
	font-size: 62px;
}


.heading06_pro1 {
	font-size: 20px;
	text-align: left;
	margin-top: -2vw;
}

.heading06_pro1::before {
	content: attr(data-en);
	display: block;
	color: #ffffff;
	font-size: 55px;
}

.heading06_pro2 {
	font-size: 20px;
	text-align: left;
	margin-top: -2vw;
}

.heading06_pro2::before {
	content: attr(data-en);
	display: block;
	color: #95C93A;
	font-size: 55px;
}


.heading06_con2 {
	position: relative;
	padding-top: 5vw;
	padding-bottom: 50px;
	font-size: 42px;
	text-align: center;
}

.heading06_con2 span {
	position: relative;
	z-index: 2;
}

.heading06_con2::before {
	content: attr(data-en);
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	/*color: rgb(0 120 170 / 40%);*/
	color: rgba(40,196,82,0.55);
	font-size: 6rem;
	/*font-style: italic;*/
  width: 100%;
	z-index: -1;
}

/*工事状況ページ以降　使用*/
#topcontents-sub h2 {
	margin-top: 0px;
	padding-top: 30px;
	font-size: 2.3rem;
}

/*工事の内容、施工の情報ページ　使用*/
#topcontents-sub2 h2 {
	margin-top: 0px;
	/*padding-top: 5vw;*/
	font-size: 2.3rem;
	z-index: 10;
}


p {
  margin: 0;
  padding: 0;
}

p#kjinfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	font-size: 20px;
	text-align: left;
}

#kjinfoimg {
width: 100%;
margin-left: auto;
margin-right: auto;
/* [disabled]max-width: 1200px; */
text-align: center;
}

#topback01 {
 background-image: url("topback01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
 margin-top: 80px;
}



#topclip01 {
 background-image: url("topclip01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 100%;
 width: 100%;
 /*margin-top: 80px;
 position: absolute;*/
}

#topback02 {
 /*background-image: url("topback02.png");*/
 background-position: center top;
 background-repeat: repeat;
 background-size: contain;
 margin-top: 0px;
 padding-top: 50px;
}


#newstitle {
 width: 100%;
 margin-bottom: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 text-align: center;
}

.news {
 background-color: #ffffff;
 padding: 30px 30px;
 margin-top: -1vw;
}

#newstitle img{
 width: 70%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 max-width: 500px;
}

.news h2 {
 margin: 0px 0px;
 padding: 0px 0px;
}

#w80 {
 width: 95%;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

#w60 {
 width: 98%;
 max-width: 700px;
 margin-left: auto;
 /*margin-right: auto;*/
}

.banner30 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

#banner301 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
 transform: translateY(-15%);
}

#banner302 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
 transform: translateY(-30%);
}


#topback02 dl {
 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

#topback02 dl dt {
 font-weight: bold;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 20px;
 line-height: 35px;
}

#topback02 dl dd {
 width: 98%;
 font-weight: normal;
 border-bottom: 1px solid #000000;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 18px;
 line-height: 35px;
 margin-bottom: 30px;
}

#topback03 {
    background-image: url("topback03.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
 margin-top: 150px;
}

#pickup {
 width: 95%;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 2vw;
}

#pickup h3 {
    font-size: 1.6rem;
    margin-top: -23px;
    padding-top: 40px;
    text-align: center;
    /* padding-left: 20px; */
    background-color: #3AC44E;
    color: white;
    width: 45%;
    padding-bottom: 24px;
    border-radius: 0 0 10px 10px;
}

#w50 {
 width: 49.8%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
}

#w50r {
 width: 49%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
 margin-top: 5vw;
}

.w46p {
 width: 45.8%;
 float: left;
 margin-left: 1.8%;
 margin-right: 1.8%;
}

#w45 {
	width: 45%;
	margin-left: 5%;
	float: right;
	max-width: 900px;
	margin-top: 5vw;
}

#w70 {
	width: 95%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body a:hover {
 text-decoration: none;
 color: #009545;
}

/*#contentspageback01 {
 background-image: url("contentspageback01.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}*/

#contentspageback01_2 {
 background-image: url("contentspageback01_2.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 100%;
}

#maptitle {
 background-image: url("maptitle.png");
 background-position: center top;
 background-repeat: no-repeat;
 background-size: 500px;
}

#zumenback {
 background-image: url("zumenback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

#kouteiback {
 background-image: url("kouteiback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

#mailback {
 background-image: url("mailback.png");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: 50%;
}

table {
 width: 99%;
 margin-left: auto;
 margin-right: auto;
 max-width: 900px;
 text-align: left;
}

th {
 width: 20%;
 padding-left: 2%;
 padding-right: 5%;
 border-bottom: 2px solid #63ba6b;
 font-size: 19px;
 font-weight: bold;
 margin: 0;
 line-height: 40px;
}

td {
 width: 70%;
 padding-left: 2%;
 border-bottom: 1px solid #8f8f8f;
 font-size: 18px;
 margin: 0;
}

#map {
	text-align: left;
	padding-bottom: 50px;
	background-color: #E1F0DC;
	padding-top: 50px;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

#photo30 {
 width: 32%;
 margin-left: 0.5%;
 margin-right: 0.5%;
 float: left;
}

#ft {
background-color: #E1F0DC;
text-align: center;
margin-top: 5vw;
  
}

#fttext {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fth3 {
	float: left;
    width: 39.8%;
    margin-left: 5%;
    margin-right: 5%;
}

.api2 {
	transform: translateY(-15%);
}

.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-top: 30px;
}

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#pickup a:hover img {
 opacity: 1;
 filter: contrast(80%);
}

#page-top {
    position: fixed;
    bottom: 0.5%;
    right: 1%;
    width: 3%;
    z-index: 1000;
}

#page-top a {
    color: #fff;
    text-decoration: none;
}

#top_pos_rere {
	
	position: relative;
}

#top_clip_area {
	
	/*margin-top: 20vw;*/
}

/*フッター部見出し裏背景・文字色*/
h3.midashi {
	background-color: #009545;
	color: white;
	margin-top: 0;
	padding-top: 1vw;
	padding-bottom: 1vw;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

/*フッター部見出し背景*/
.midashi_back {
  background-color:#95C93A;
  width:auto;
  align-items:center;
  /*justify-content:center;*/
}

img.borradios {
	/* 画像角丸 */
	border-radius:20px;
}

/*ピックアップ部使用*/
#topback04 {
	/* 画像斜め */
 	background-image: url("topback04.png");
 	background-position: center top;
 	background-repeat: no-repeat;
 	background-size: 100%;
 	padding-top: 7vw;	
 	padding-bottom: 4vw;
}

/*ピックアップ部サブ使用*/
.backpath04 {
	/* タイトル斜め用 */
	background-color: #95C93A;
	width: 100%;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	margin-bottom: 5vw;
	padding-bottom: 50px;
	padding-top: 70px;
}

/*アピールポイント部 下帯に使用*/
.backpath05 {
	/* タイトル斜め用 */
	background-color: #009525;
	background-size: contain;
	width: 100%;
	padding-top: 5vw;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	padding-bottom: 50px;
	
}

/*アピールポイント部 メインに使用*/
.backpath06 {
	
	background-color: #E1F0DC;
	width: 100%;
	padding-top: 12vw;
	margin-top: 2vw;
	clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
	background-size: contain;
}

/*サブイトル斜め用　※こちらをフロー図・図面等に使用*/
.sabtite02 {
	/* サブイトル斜め用 */
    background-color: #95C93A;
    width: 100%;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-bottom: 14px;
    padding-top: 15px;
    margin-top: -3vw;
    margin-bottom: 5vw;
}

/*.sabtite03は不要*/
.sabtite03 {
	/* サブイトル斜め用 */
    background-color: #33b8bb;
    width: 100%;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    padding-bottom: 14px;
    /*padding-top: 15px;*/
   /* margin-top: -3vw;*/
    margin-bottom: 5vw;
}
