@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:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

p, dd, td ,ul, li {
 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 / 100%) 90%,rgb(255 255 255 / 0%) 100%);
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding-top: 70px;
  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.0rem;
}

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

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

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

.site-branding-sub {
  position:absolute;
  opacity: 1;
  top: 18vw;
  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;
}

.site-title {
  color: #ffffff;
  font-size: 2.4rem;
  text-shadow:1px 1px 3px #000;
  line-height: 3rem;
}

.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: 10px;
	font-size: 35px;
	text-align: center;
}

.heading06::before {
	content: attr(data-en);
	display: block;
	margin-bottom: 40px;
	color: #5176fc;
	font-size: 30px;
}

.heading06::after {
	content: '';
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #2d3dff;
}


/*トップページの中身*/
#topcontents {
width: 100%;
background-color: #ffffff; 
padding-top: 3vw;
margin-top: -0.5vw;
/*padding-bottom: 80px;*/
}

.topcontentsback {
 background-image: url("img/topcontentsback.png");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 100% 100%;
}

.topcontentsbacksub {
background-image: url("img/topcontentsback.png");
background-repeat: no-repeat;
background-position: center top;
background-size: 750px;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 3vw;
  margin-top: -0.5vw;
  z-index: 999;
  position: relative;
}

#kumo {
  margin-top: -4vw;
  z-index: 999;
  position: relative;
  margin-bottom: -8px;

}

#kumosub {
  margin-top: -15vw;
  z-index: 999;
  position: relative;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

p#kjinfo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

#w60 {
 width: 95%;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

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

#w90 {
width: 95%;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}

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


#banner20 {
 float: left;
 width: 22%;
 margin-left: 1.5%;
 margin-right: 1.5%;
}

#topnews {
background-image: url("backcontents.png");
background-repeat: repeat-y;
background-position: top center;
background-size: 100% auto;
background-attachment: fixed;
padding-bottom: 100px;
}

#topnews h2 {
 margin-top: 0px;
 padding-top: 50px;
}

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

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

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

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

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

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("backcontents.png");
background-repeat: repeat-y;
background-position: top center;
background-size: 100% auto;
background-attachment: fixed;
text-align: center;
padding-bottom: 50px;
}

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

.photomaru img {
 border-radius: 30px;
}

#ft {
  background-color: #ffffff;
  text-align: center;
background-image: url("backcontents.png");
background-repeat: repeat-y;
background-position: top center;
background-size: 100% auto;
background-attachment: fixed;
}

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

.button14 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2.7em;
  width: 300px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  background-image: linear-gradient(170deg, #b4eaff, #5da4ff);
  border-radius: 50vh;
  transition: 0.3s;
}

.button14 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button14 a:hover {
  text-decoration: none;
  background-image: linear-gradient(-170deg, #005cd3, #77d9ff);
  color: #ffffff;
}

.button14 a:hover:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

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

.kumo-v {
	vertical-align: bottom;
}
