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

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 / 52%) 10%,rgb(255 255 255 / 40%) 75%,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: 90%;
  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;
}

#site-header-logo a {
  color: #fff;
  text-shadow: 3px 3px 3px #000,3px 3px 3px #000,3px 3px 3px #000;
}

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

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

.site-branding-sub {
  position:absolute;
  opacity: 1;
  top: 6vw;
  width:100%;
  transition:top .3s linear,opacity .3s ease-in;
  text-align: right;
  padding-right: 10%;
  z-index: 1;
}

.inner-wrap{
	margin-left:auto;
	margin-right:auto;
}

.site-branding-text{
  display:inherit;
  max-width:100%;
}

.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;
  line-height: 3rem;
}

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

/* 見出し .site-title2 工事の内容contents */
.site-title2 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
  background-image: url("img/conten_mi01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 2;
}

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

/* 見出し .site-title3 施工の情報construction */
.site-title3 {
	color: #002E9B;
	font-size: 2.4rem;
	line-height: 3rem;
	position: relative;
	background-image: url("img/cons_mi02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title4 工事進捗状況progress */
.site-title4 {
	color: #002E9B;
	font-size: 2.4rem;
	line-height: 3rem;
	position: relative;
	background-image: url("img/progress_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title5 お知らせnotice */
.site-title5 {
	color: #002E9B;
	font-size: 2.4rem;
	line-height: 3rem;
	position: relative;
	background-image: url("img/notice_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title6 お問い合わせcontact */
.site-title6 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
	background-image: url("img/contact_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title7 プライバシーprivacy */
.site-title7 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
	background-image: url("img/privacy_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title8 現場周辺情報around info */
.site-title8 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
	background-image: url("img/around_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

/* 見出し .site-title9 日記diary */
.site-title9 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
	background-image: url("img/diary_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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

.site-title10 {
  color: #002E9B;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
	background-image: url("img/3d_mi01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 2;
}

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



#logo {
 width: 70%;
 max-width: 350px;
 /*margin-left: auto;
 margin-right: auto;*/

 text-align: left;
}

/*トップ画の箇所*/
#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%;
	margin-top: -5px;
}

#topimg-sub {
	/*height: 100vh;*/
	max-height: 100%;
	padding-bottom: 35%;
	overflow: hidden;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
    margin-top: -65px;
 /* background: #00719352;*/
	background-image: url(topback_sub.jpg);
	background-repeat: no-repeat;
}

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

#topimg2 img {
	max-height: 2000px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin-top: -55px;
}


/*見出し*/
.heading06 {
	position: absolute;
	padding-bottom: 0;
	font-size: 32px;
	text-align: left;
}

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

/* index内　NEWS */
.heading06_new {
	position: relative;
	padding-top: 50px;
	padding-bottom: 0;
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url("img/news_mi01.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.heading06_new span {
	position: relative;
}

/* index内　pickup */
.heading06_pick {
	font-size: 32px;
	text-align: right;
	color: #fff;
	position: relative;
	top: 160px;
	padding-right: 3%;
	padding-top: 2%;
}

/* h2見出し */
.h2midashi {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-bottom: 5vw;
}

.h2midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00aebb;
  bottom: -3px;
  width: 5%;
}

.h2midashi span {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-top: 40px;
  padding-left: 16px;
  color: #cce4ff;
}

/* h2見出し背景有時 */
.h2midashi2 {
  border-bottom: solid 3px #ffffff;
  position: relative;
  margin-bottom: 5vw;
}

.h2midashi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00aebb;
  bottom: -3px;
  width: 5%;
}

.h2midashi2 span {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-top: 40px;
  padding-left: 16px;
  color: #ffffff;
}

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

.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-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 750px;
}

.topcontentsback_con {
 position: relative;
 background-image: url("img/const_mi01.png");
 background-repeat: no-repeat;
 background-position-x: left;
 background-size: 800px;
 margin-left: 10%;
}

.toppickup_con {
	background-image: url("img/pickup_mi01.png");
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: 350px;
	height: 150px;
	right: 4%;
}

#topcontents-sub {
  width: 100%;
  background-color: #ffffff;
  padding-top: 1vw;
  margin-top: -0.5vw;
  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: 'メイリオ', 'Meiryo', sans-serif;
	padding-top: 8vw;
}

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


#pickupback #w65 {
	width: 95%;
	max-width: 1200px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 18vw;
}

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

#backblue {
 padding-top: 15vw;
 padding-bottom: 8vw;
 background-image: url("backblue.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 15%;
 margin-bottom: 2%;
}

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

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

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

#banner45 {
    float: left;
    width: 44.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#banner30 {
 float: left;
 width: 30%;
 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;
}

#pickupback {
 background-image: url("pickup.png");
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
 text-align: center;	
}

#contact {
 background-image: url('topcontactimg.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%;
}

.w45 {
	width: 45.8%;
	float: left;
	margin-left: 2.0%;
	margin-right: 2.0%;
	top : -3vw;
	position: relative;
	
}

.w39 {
	 width: 39.8%;
 	 float: left;
	 margin-left: 0.1%;
	 margin-right: 0.1%;
}


.w45 p {
	position: absolute;
	bottom: 3vw;
	left: 5vw;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}


#w40 {
 width: 39.8%;
 float: left;
 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: 940px;
 text-align: left;
}

th {
 width: 20%;
 padding-left: 4%;
 padding-right: 5%;
 border-bottom: 1px solid #8f8f8f;
 background-color: rgba(204,204,204,0.53);
 font-size: 19px;
 font-weight: bold;
 margin: 0;
 line-height: 40px;
}

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

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


#backblue2 {
 padding-top: 12vw;
 padding-bottom: 10vw;
 background-image: url("backblue2.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 margin-top: 5%;
 margin-bottom: 5%;
}


#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-position: top center;
	background-attachment: fixed;
	margin-top: -5vw;
	padding-top: 10%;
}

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

#ftbackcolor {
	background-color: rgba(236,236,236,1.00);
	max-height: 100px;
	line-height: 40px;
}

h3.midashi {
	color: white;
	margin-top: 0;
	padding-top: 1vw;
	padding-bottom: 1vw;
	background-color: #0038AB;
	border-radius: 50px;
	width: 80%;
	margin: auto;
}

.pposition {
	padding-top: 30px;
	padding-bottom: 30px;
}

.dispnone {
  display: none;
}
