@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','ＭＳ Ｐ明朝';
}

*, ::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;
}

/*工事名の箇所*/
#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.2rem;
}

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

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

/*トップタイトルの箇所*/
.site-branding {
  position:absolute;
  opacity: 1;
  top: 23vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: center;
}

.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;
}

.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,1px 1px 3px #000,1px 1px 3px #000;
}

.site-title #site-title-en {
 font-size: 1.8rem;
}

#logo {
 width: 70%;
 max-width: 350px;
 margin-left: auto;
 margin-right: auto;
 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: #00719352;
}

#topimg-sub img {
	position: fixed;
		z-index: -1;
    width: 100%;
}

/*見出し*/
#topcontents h2{
  margin-top: 50px;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 32px;
	text-align: center;
}

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

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(0 126 255 / 12%);
	font-size: 60px;
	font-style: italic;
  width: 100%;
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgb(159 180 255);
}


/*トップページの中身*/
#topcontents {
  width: 100%;
  background-color: #ffffff;
  padding-top: 10px;
  margin-top: 85px;
  padding-bottom: 80px;
  background-image: url('backcontents.png');
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100%;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 10px;
  margin-top: 85px;
  padding-bottom: 80px;
  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;
}

#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: right center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 80px;
}

#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;
}

.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: 100px;
}

#contact {
 background-image: url('backcontact.png');
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
 text-align: center;
 padding-bottom: 50px;
}

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


#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;/*サイズ2倍*/
  background-color: #013d6896;
  text-align: center;
  color: #ffffff;
  margin:0;
  width: 100%;
  left: 0;
  height: 27.8vw;
  padding-top: 25%;
}

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

#pickup #bkititle:hover {
 background-color: #013d684f;
}

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: 1px solid #008cef;
 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 {
 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: #ffffff;
  text-align: center;
}

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




.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%);
}

.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;
}

