@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:  serif,'Noto Serif JP','ＭＳ Ｐ明朝';*/
  font-family:  'メイリオ', 'Meiryo', sans-serif;
}

*, ::after, ::before {
  box-sizing: border-box;
}


#site-header {
  /*background-image: linear-gradient(to bottom,rgb(255 255 255 / 100%) 10%,rgb(255 255 255 / 80%) 90%,rgb(255 255 255 / 0%) 100%);*/
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 10px;
  z-index: 10000;
}

/* headerの色を変える */
.header.change-color {
    background-color: #0e8700bf;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/*工事名の箇所*/
#site-header-container {
  display: flex;
  flex-direction: row;
  width: 95%;
  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;
  text-shadow: 1px 1px 3px #000,1px 1px 3px #000;
}

#site-header-logo a {
  color: #ffffff;
}

#site-header-logo a {
  text-decoration: none;
}

/*トップタイトルの箇所*/
.site-branding {
  position:absolute;
  opacity: 1;
  top: 0;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: center;
  height: 50vw;
  /*background-color: #00580b40;*/
}

.site-branding-sub {
  position:absolute;
  opacity: 1;
  top: 13vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: center;
  z-index: 1;
}

.inner-wrap{
	margin-left:auto;
	margin-right:auto;
  margin-top: 23vw;
}

.site-branding-text{
  display:inherit;
  max-width:100%;
  vertical-align:middle;
	z-index: 1000;
}

.site-title {
  color: #ffffff;
  font-size: 2.4rem;
  text-shadow:1px 1px 3px #000,1px 1px 3px #000,1px 1px 3px #000;
  line-height: 2.4rem;
}

.site-title #site-title-en {
 font-size: 1.8rem;
}

#logo {
 width: 70%;
 max-width: 350px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -20px;
 text-align: center;
}

/*トップ画の箇所*/
#topimg {
	/*height: 100vh;*/
	max-height: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	/*position: relative;*/
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
  margin-top: -65px;
}

#topimg img {
	position: fixed;
		z-index: -1;
    width: 100%;
}

#topimg video {
	position: fixed;
		z-index: -1;
    width: 100%;
}

#topimg-sub {
	/*height: 100vh;*/
	max-height: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
  margin-top: -65px;
  background: #005006ab;
}

.site-branding-sub .inner-wrap {
 margin-top: 0;
}

#topimg-sub img {
	position: fixed;
		z-index: -1;
    width: 100%;
}

/*見出し*/
#topcontents h2{
  padding-top: 50px;
}

.heading06 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  32px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-bottom: solid 4px #007a0f9e;        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 35px;
}

#topcontentsback .heading06 {
 color: #ffffff;
 border-bottom: solid 4px #c0fdc5a1;
}

.h2en {
 font-size: 22px;
 color: #007a0f9e;
}

#topcontentsback .heading06 .h2en {
 color: #c0fdc5a1;
}

#backblue .heading06 {
 color: #ffffff;
 border-bottom: solid 4px #c0fdc5a1;
}

#backblue .heading06 .h2en {
 color: #c0fdc5a1;
}

/*.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgb(0 90 255 / 10%);
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}*/




/*トップページの中身*/
#topcontents {
  width: 100%;
  background-color: #ffffff;
  padding-top: 0px;
  margin-top: 73px;
  padding-bottom: 0px;
}

#topcontentsback {
background-image: url('topcontentsback.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
padding-top: 80px;
padding-bottom: 100px;
}

#newsback {
background-image: url('newsback.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100% 100%;
margin-top: 150px;;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 0px;
  margin-top: -15vw;
  z-index: 999;
  position: relative;
  background-image: url('backcontents.png');
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p#kjinfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
}

#kjinfoimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    text-align: center;
}

#backblue {
padding-top: 50px;
padding-bottom: 50px;
background-image: url("backblue.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 20px;
}

#topcontents #backblue {
 margin-top: 150px;
}

#w80 {
width: 95%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

#banner30 {
 float: left;
 width: 30%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

.news dl {
width: 98%;
margin-left: auto;
margin-right: auto;
max-width: 80vw;
}

.news dl dt {
 font-weight: bold;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 20px;
 line-height: 35px;
}

.news dl dd {
 width: 100%;
 font-weight: normal;
 border-bottom: 1px solid #000000;
 padding-left: 10px;
 padding-right: 20px;
 font-size: 18px;
 line-height: 35px;
 margin-bottom: 30px;
}

#pickup {
 margin-top: 150px;
}

#contact {
  padding-top: 50px;
  padding-bottom: 50px;
 background-image: url('backcontact.jpg');
 background-position: center center;
 background-repeat: no-repeat;
  background-size: auto;
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
}

#topcontents #contact {
  margin-top: 150px;
}

#contact .heading06 {
 color: #ffffff;
 border-bottom: solid 4px #c0fdc5a1;
}

#contact .heading06 .h2en {
 color: #c0fdc5a1;
}

#w50 {
 width: 49.8%;
 float: left;
 margin-left: 0.1%;
 margin-right: 0.1%;
}

/*#pickup #w50 {
 position: relative;
}

#pickup #bkititle {
  position: absolute;
  font-weight: bold; 
  font-size: 1.5em;
  background-color: #013d6896;
  text-align: center;
  color: #ffffff;
  margin:0;
  width: 30%;
  left: 0;
  height: 27.8vw;
  padding-top: 25%;
}*/

#pickup #w50 .photobig{
width: 100%;
height: 27vw;
 overflow:hidden; /*これを記述することではみ出た部分を非表示にします。*/
}

#pickup #w50 .photobig a img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#bkititle {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 background-color: #007a15;
 transform:skewX(30deg);
}

#bkititle h3 {
 font-size: 22px;
 color: #ffffff;
 transform: skewX(-30deg);
 margin-top: 5px;;
 margin-bottom: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}

body a:hover {
text-decoration: none;
color: #00870F;
}


table {
 width: 99%;
 margin-left: auto;
 margin-right: auto;
 max-width: 900px;
 text-align: left;
}

th {
 width: 20%;
 padding-left: 2%;
 padding-right: 5%;
 font-size: 19px;
 font-weight: bold;
 margin: 0;
 line-height: 40px;
 background-color: #007614;
 color: #ffffff;
}

td {
 width: 70%;
 padding-left: 2%;
 border-bottom: 1px solid #8f8f8f;
 font-size: 18px;
 margin: 0;
}

#map {
 background-image: url('backbluemap.png');
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
 text-align: center;
 padding-bottom: 50px;
}

#photo30 {
 width: 32%;
 margin-left: 0.5%;
 margin-right: 0.5%;
 float: left;
}

#ft {
background-color: #0e8700;
text-align: center;
color: #ffffff;
}

#fttext {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

#fttext a {
 color: #ffffff;
}


.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);
}

a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #008704;
  box-sizing: border-box;
  width: 300px;
  height: 50px;
  padding: 0 25px;
  color: #008704;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
a.btn_07:hover {
  background: #008704;
  border: 1px solid #008704;
  color: #fff;
}
a.btn_07:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #008704 transparent;
}
a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #008704;
    border-right: 2px solid #008704;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}

.popphoto:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#page-top{
    position: fixed;
    bottom: 0.5%;
    right: 1%;
    width: 3%;
    z-index: 1000;
}
#page-top a{
    color: #fff;
    text-decoration: none;
}
