@charset "UTF-8";
/* CSS Document */
html {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
} 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald:wght@400;500&display=swap');

.mincho{
   font-family: "Noto Serif Japanese", serif;
}

.txt-link {
  color:#333;
}
/*  
  ページスクロール
---------------------------------*/

/* ページTOPに戻る */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 8px;
  bottom: 10px;
  background: #1aa0fa;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -17px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*
   header
---------------------------------*/

/* ヘッダー　ロゴ */
.header-logo{
padding-left: 1rem;
  max-width: 325px;
margin-top:1rem;
}
.header-logo a img{
  display:block;
  margin: auto;
  width:100%
}

@media screen and (max-width: 559px) {
  .header-logo{
padding-left: 1.5rem;
  max-width: 240px;
margin-top:1.5rem;
}
}
@media screen and (max-width: 320px) {
  .header-logo{
padding-left: 1.5rem;
  max-width: 200px;
margin-top:1.5rem;
}
}

/*
   header ver2
---------------------------------*/
#nav{
  background: linear-gradient(#5a42ec, #09bbfe)!important;
}
.sp-nav{
  display: none;
}

.header-pc_inner{
  display: flex;
	justify-content: flex-end;
	align-items: center;
  margin:1rem auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1.5em
}

.header-pc_logo{
  margin-right: auto;
}

.header-pc_logo a img{
  display: block; 
  max-width: 300px;
  height: auto;
}
.header-pc_info li{
  list-style-type: none;
}
.header-pc_info li a{
  text-decoration: none;
}
.header-pc_tel{
  text-decoration: none;
  font-size:2rem;
  color: #0C26C5;
}
.header-pc_tel a{
  color: #0C26C5;
     font-family: 'Noto Sans JP', sans-serif;

}
.header-pc_add{
  font-size:1.26rem
}


.header-sp_inner{
  max-width: 1200px;
  text-align: center;
  margin: 3rem auto 
}

.header-sp_logo img{
  max-width: 250px;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}

.header-sp_add{
  color: #333;
  text-align: center;
  font-size: 1.5rem;
}


.sp-gnav-wrap{
   background:linear-gradient(#5a42ec, #09bbfe);
}
.sp-gnav{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  background:linear-gradient(#5a42ec, #09bbfe);
  align-items:center;
  height: 60px;
  max-width: 1200px;
  margin: auto
}

.sp-gnav li{
  list-style-type: none;
  font-size:1.7rem;
  font-weight: bold;
}
.sp-gnav li a{
  text-decoration: none;
  color:#fff
}

.fa-phone-square-alt{
  color: #fff;
  font-size:4rem
}

@media screen and (max-width: 559px) {

  .sp-nav{
    display: block;
  }
  .pc-nav{
    display: none;
  }
  
.header-sp_inner{
  margin: 0.8rem auto; 
}
  
  .header-sp_logo img{
  max-width: 200px;
}
    .header-sp_add{
  font-size: 1.2rem;
}
  .sp-gnav{
  height: 50px;
}
  
  .sp-gnav li{
  font-size:1.4rem;
}

}
@media screen and (max-width: 320px) {
  
    .header-sp_add{
  font-size: 1rem;
}

  .sp-gnav li{
  font-size:1.2rem;
}
.fa-phone-square-alt{
  color: #fff;
  font-size:3rem
}
}

#nav{
  padding-bottom:0!important;/* テンプレの隙間対応 */
}

/*
  footer
---------------------------------*/



.footer-wrapper {
  background-image: url("../img/common/footer-bg.jpg"); /* 背景画像指定 */
 background-repeat: repeat;
border-top: 5px solid  #0C26C5;
}
.footer-co-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
  padding: 5rem;
}


.footer-co2 img{
  max-width: 229px;
  height:auto;
  display:block;
}
.footer-iso img{
  max-width: 100px;
  height:auto;
  display:block;
}
ul.footer-nav {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
  white-space: nowrap;
  margin:3rem auto
}

ul.footer-nav li{
  list-style-type: none;
  padding:1.4rem 2rem
}

ul.footer-nav li a{
text-decoration: none;
 color: #333;
}


@media screen and (max-width: 559px)
{
  .footer-co-block {
  padding: 3rem;
}
  ul.footer-nav {
  margin:2rem auto;
}
  
  ul.footer-nav li{
width: calc(100%/3);
 padding:0.5rem;
text-align: center;
}
}


.copyright {
  color: #fff;
    background:linear-gradient(#5a42ec, #09bbfe);
padding: 0.5rem;
  text-align: center;
}


/*
  ページ共通
---------------------------------*/


.title-container h2 {
  color: #fff;
  font-size: 3.5rem;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  z-index: 1;
text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  font-family: 'YuMincho','Yu Mincho','游明朝体','YuMincho','Yu Mincho','游明朝体','ProN',serif;
}


.title-container-pict {
  position: absolute;
  bottom: -112px;
left:0;
    max-width: 855px;
}

.title-container-pict img {
  max-width: 100%;
  height: auto;
}



/*
  個人情報保護法
---------------------------------*/

.privacy-content {
background: #F2F7FB;
  padding: 8rem 15rem;
}

.privacy-content h3{
  color: #1b72e5;
  font-size: 1.7rem;
  font-weight:normal;
}
.privacy-content p{
  font-size: 1.5rem;
  padding-top:3rem;
  padding-bottom:3rem;
  margin-left: 2.2rem;
}
.sign{
  text-align: right
}


.title-container {
  background:linear-gradient(#5a42ec, #09bbfe);
  height: 265px;
 position: relative;
  /*! margin-top: 6rem; */
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {

.privacy-content {
  padding: 8rem 7rem;
}
}
@media screen and (max-width: 559px) {
.title-container {
  margin-bottom: 10rem;
}
  .privacy-content {
  padding: 8rem 2.5rem;
}
}
/*
  施工事例
---------------------------------*/

.works-content {
  background-color: #f2f7fb;
  padding: 8rem 5rem
}

.works-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.works-gallery li{
  width:calc(100%/2);
  	padding:0 5rem;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
  list-style: none;
  margin-bottom: 6.5rem;
  position: relative;
}

.works-gallery li img {
	max-width:100%; 
	height: auto; 
}



.gallery-title {
  position: absolute;/*絶対配置*/
  color: #fff;
  top: 0;
  left: 0;
  margin-left: 5rem;
  padding: 0.5rem 1rem;
    font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery-title2 {
  position: absolute;/*絶対配置*/
  color: #fff;
  background-color:#09bbfe;
  top: 0;
  left: 0;
  margin-left: 5rem;
  padding: 0.5rem 1rem;
    font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*タグカラー分け*/
.gallery-title_bg1 {
  background-color: #1C73E6;
}
.gallery-title_bg2 {
  background-color: #12B5FC;
}
.gallery-title_bg3 {
  background-color: #123AFC;
}
.gallery-title_bg4 {
  background-color: #0C3366;
}
.gallery-title_bg5 {
  background-color: #007D9E;
}


.works-gallery li:nth-child(even){
}

@media only screen and (min-width: 560px) and (max-width: 767px) {

.works-gallery li{
  	padding:0 1rem;
}
  .gallery-title,.gallery-title2 {
  margin-left: 1rem;
  font-size:1.3rem;
}
}	

@media screen and (max-width: 559px) {
  .works-content {
  padding: 6rem 3rem
}
  
.works-gallery li{
  width:calc(100%/1);
  padding:0 1rem;

}
  .gallery-title,.gallery-title2 {
  margin-left: 1rem;
}
}

/*  
  採用情報 PR
---------------------------------*/

.pr-content {
  margin-bottom: 10rem;
}

.pr-content h3 {
  display: inline-block;
  font-size:2.8rem;
  color: #fff;
  padding: 4rem 10rem;
  background-color: #1b72e5;
  text-align: center
}

.pr-content-txt {
  color: #1b72e5;
  font-size: 1.5rem;
  font-weight: bold;
  border:3px solid #1b72e5;
  padding: 5rem 10rem;
  line-height: 1.8;
}
  @media screen and (max-width: 559px) {
   
.pr-content {
  padding-top: 8rem;
  margin-bottom: 8rem;
}
      .pr-content h3 {
  display: inline-block;
  font-size:2.5rem;
  color: #fff;
  padding: 1rem 8rem;
  }
    
  .pr-content-txt {
  padding: 5rem 5rem;

}
}
    
/*  
  採用情報 募集要項
---------------------------------*/
.recruiting-content{
padding-top:0.6rem
}

.recruiting-content h3{
  display: inline-block;
  font-size:2.8rem;
  color: #fff;
  padding: 4rem 10rem;
  background-color: #1b72e5;
  text-align: center
}



.recruiting-table-wrapper {
  padding: 5rem 10rem;
  line-height: 1.8;
  background-color:#f2f7fb; 
}

.recruiting-table {
  width: 100%;
  border-collapse: collapse;/*2重枠禁止。*/
  font-size: 14px;
  font-weight: normal;
}
.recruiting-table tr {
  border-top: 1px solid #C0C8CF;
  border-bottom: 1px solid #C0C8CF;
}
.recruiting-table td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 6%;
  font-size:1.7rem;
}
.recruiting-table th {
  text-align: center;
  padding: 16px 1px;
  width: 22%;
  font-weight: normal;
  border-bottom: 1px solid #C0C8CF;
  background: #333;
  color: #fff;
  font-size:1.7rem;
  font-weight: bold;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .recruiting-table th {
    padding: 10px 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border: none;
    font-size:1.5rem
  }
  .recruiting-table td {
    padding: 10px 35px;
    display: block;
    font-size:1.5rem
  }
}

@media screen and (max-width: 559px) 
{

  .recruiting-table-wrapper {
  padding: 5rem 1rem;

}
.recruiting-content h3{
  display: block;
  font-size:2.5rem;
  color: #fff;
  padding: 1rem 8rem;
  }
    .recruiting-table th {
    padding: 15px 15px 10px;

  }
  
    .recruiting-table td {
    padding: 10px 5px
  }
}
/*  
  会社概要 テーブル
---------------------------------*/

.outline-content h3{
  display: inline-block;
  font-size:2.8rem;
  color: #fff;
  padding: 4rem 10rem;
  background-color: #1b72e5;
  text-align: center
}



.outline-table-wrapper {
  padding: 5rem 10rem;
  line-height: 1.8;
  background-color:#f2f7fb; 
}

.outline-table {
  width: 100%;
  border-collapse: collapse;/*2重枠禁止。*/
  font-weight: normal;
}
.outline-table tr {
  border-top: 1px solid #C0C8CF;
  border-bottom: 1px solid #C0C8CF;
}
.outline-table td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 6%;
  font-size: 1.7rem;
}
.outline-table th {
  text-align: center;
  padding: 16px;
  width: 27%;
  font-weight: bold;
  border-bottom: 1px solid #C0C8CF;
  font-size: 1.7rem;

  background: #333;
  color: #fff;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .outline-table th {
    padding: 10px 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border: none;
    font-size: 1.5rem;
  }
  .outline-table td {
    padding: 10px 35px;
    display: block;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 559px) 
{
  .pr-content-txt {
  padding: 3rem 3rem;
   font-size: 1.4rem;

}
  .outline-table-wrapper {
  padding: 5rem 1rem;

}
}
.table-iso img {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
  width: 110px;
}
.table-iso_notice {
 font-size: 12px;
 color:#555;
  font-weight:bold;
  margin-bottom: 10px;
  display: block
}

@media screen and (max-width: 559px) {
td.outline-table_sk {
   padding: 10px 20px;
  font-size: 1.3rem
}
}
/*  
  業務内容
---------------------------------*/


.business{
  position: relative;
}

.business-ttl {
  background: rgb(9,187,254);
background: linear-gradient(90deg, rgba(9,187,254,1) 0%, rgba(90,66,236,1) 100%);
  width:497px;
   display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.8rem;
  padding: 3rem 1rem;
    position: absolute;
  top:-50px;
  left: 0;
}



.theme-box {
background: linear-gradient(90deg, #fff 0%, #fff 10%, #09bbfe 10%, #09bbfe 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
}



.theme-txt-wrap {
margin-left: 18%;
   color: #fff;
  padding-top:5rem;
}
.theme-box h3 {
margin-bottom: 2rem;
  font-size:2rem;
 
}
.theme-txt {
font-size:1.6rem;
}
.theme-thumb {
  margin-left: 8rem;
  margin-top: 300px
}

.theme-thumb img {
  width:340px;
  height: auto;
}


@media screen and (max-width: 959px) {
  
  .theme-txt-wrap {
margin-left: 18%;
    padding: 8rem 1.5rem;
}
  
  .theme-box {
  height: auto;
}
  .theme-thumb {
  max-width: 340px;
  margin-left: 1rem;
  margin-top: 0;
  
}
  .theme-thumb img {
  width:100%;
  height: auto;
}
}

@media screen and (max-width: 559px) {
  .business-ttl {
  width:100%;
}
  
.theme-box h3 {
  font-size:1.6rem;
}
}

@media screen and (max-width: 414px) {
  .business-ttl {
  width:100%;
}
  
.theme-box h3 {
  font-size:1.6rem;
}
  .theme-box {
background:#09bbfe;
    flex-direction: column-reverse;
  width: 100%;
  height: auto;
}
    .theme-thumb {
  margin-left: 26px;
  margin-top:8rem;
  max-width:200px;
  
}
  .theme-thumb img {
  width:100%;
  height: auto;
    margin: 0 auto;
}
    .theme-txt-wrap {
margin-left: 0;
    padding: 2rem 3rem 5rem;
}
}  



.bizType{  max-width: 1000px;
  margin: 25rem auto;
}


@media screen and (max-width: 959px) {
  .bizType{  max-width: 1000px;
  margin: 8rem auto;
}

  
}
.bizType__list h4{
  background-color:#1b72e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  max-width: 250px;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}

.bizType__list{
  list-style-type: none
}

.bizType__item{
    background-color: #f2f7fb;
  color:#1b72e5;
  padding: 5rem 10rem;
  margin-bottom: 8rem;
}

.bizType__pict img{
max-width: 190px;
  margin-right:2rem
}
.bizType__txt{
  font-size: 1.7rem;
}
@media screen and (max-width: 559px) {
.bizType__item{
   flex-direction:column;
  padding: 2.5rem 4rem;
   margin-bottom: 5rem;
  }
  .bizType__txt{
  font-size: 1.4rem;
}
  
  .bizType__pict img{
width: 100%;
display:block;
margin:0 auto 2rem;
}
.bizType{  
  max-width: 1000px;
  margin: 5rem auto 12rem;
}
}
.bizType__picts{
	display: flex;
	flex-wrap:wrap;
  margin-bottom:1rem
}
.bizType__picts li {
	width: calc(100%/4);
	padding:0 5px;
	box-sizing:border-box;
  list-style-type: none;
}
.bizType__picts li img {
	max-width:100%;
	height: auto; 
}

@media screen and (max-width: 559px) {
  .bizType__picts li {
	width: calc(100%/2);
	padding:0 5px;
	box-sizing:border-box;
  list-style-type: none;
}
}
/*  
  環境方針
---------------------------------*/
.policyHead {
  position: relative;
  margin-top: -8rem;
}
.policyHead__bg {
  background-image: url("../img/common/policy-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 260px;
}

.policyHead__ttl {
  background: rgb(9,187,254);
background: linear-gradient(90deg, rgba(9,187,254,1) 0%, rgba(90,66,236,1) 100%);
  width:497px;
   display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.8rem;
  padding: 3rem 1rem;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}


.policyFoot {
  max-width: 900px;
  margin: 10rem auto;
  padding: 0 3rem;

}
.policyFoot p{
 margin-bottom: 2rem;
  line-height: 2;
 padding-left: 1em;
 text-indent: -1em;

}

.txt-blue{
  color:#1b72e5;
}
.policyFoot-list {
  list-style-type: none;
  margin-top: -30px;
  text-indent: 16px;
  margin-bottom: 4rem
}
.policyFoot-list li {
  margin-bottom: 1rem
}

.policyFoot__sign{
  width: 185px;
  margin-left: auto;
}

.policyFoot__sign span {
  display: block;
  text-align: left;
}


.iso__btn{/*ボタン1個でコメントアウト*/
/*	display: flex;
	flex-wrap:wrap;
*/
}

.iso__btn li {
/*
width: calc(100%/2);*/
padding:0 5px;
box-sizing:border-box;
list-style-type: none;
width:50%;/*ボタン1個で追加*/
margin:2.5em auto 0;/*ボタン1個で追加*/
}
.iso__btn li a{
  color: #fff;
  display: block;

}
.iso__btn li img {
	max-width:100%; 
	height: auto;
	border:solid 1px #1b72e5;
}

.policyFoot-body{
  border:1px solid #666;
  padding:8rem 13rem;
  background: #fff
}

.policyFoot-body h3{
  text-align: center;
  font-size: 3rem;
  text-decoration: underline;
  padding-bottom: 1.8rem;
  letter-spacing: 10px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  
    .policyHead {
  margin-top: 15rem;
}
  
.policyFoot-body{
  padding:8rem 5rem;
}
}
@media screen and (max-width: 559px) {
  
.policyHead {
    margin-top: 8rem;
}
  .iso__btn li {
	width: calc(100%/1);
	padding:0 5px;
  margin-bottom: 2rem
}
  .policyFoot {
    margin: 3rem auto;
    padding: 2rem;
}
  .policyFoot-body{
  border:1px solid #666;
  padding:8rem 3.5rem;
}
}

/*  
  コンテンツ背景
---------------------------------*/
/*.page-container {
  max-width: 1000px;
    margin: 20rem auto 10rem;
}*/
.shape-area-wrap {
position: relative
}
.main-container {
  max-width: 1000px;
  margin: 0 auto 10rem;
}
.shape-area{
 width: 100%;
  margin: auto;
  position: absolute;
  bottom:-150px;
  z-index: -1
}
.shape-area img{
 width: 100%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 559px) {
  
.main-container {
  margin: 0 auto 10rem;
}
  
.shape-area{
  position: absolute;
  bottom:-110px;
  z-index: -1
}
}

.works-txtarea-wrap {
  background: linear-gradient(90deg, #fff 0%, #fff 15%, #09BBFE 15%, #09BBFE 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10rem;
}
.works-txtarea {
flex-direction:column;
}

.works-txtarea p{
color: #fff;
  font-size: 2rem;
  line-height: 2
}

.works-txtarea p:last-child{
  margin-left: 23rem;
}

@media screen and (max-width: 959px) {
  .works-txtarea {
margin-left: 10rem
}
  
  .works-txtarea p:last-child{
  margin-left: 0;
}
}

@media screen and (max-width: 559px) {
.works-txtarea {
margin-left: 0
} 
  .works-txtarea p{
color: #fff;
  font-size: 1.5rem;
  line-height: 2
}
  
.works-txtarea p:last-child{
  margin-left: 0
}
.works-txtarea-wrap {
  background: #09BBFE;
  width: 100%;
  height: 150px;
  margin-bottom: 0rem;
}
}

@media screen and (max-width: 414px){
 .works-txtarea{
  margin-left: 0.5rem;
  margin-right: 0.5rem
}
  
.works-txtarea p:last-child{
  margin-left: 0
}
     .works-txtarea p{
  font-size: 1.4rem;

}
}



.outline_inTable {
  padding: initial;
  list-style-type: none;
 display: flex;
}
.outline_inTable li:first-of-type span{
  width: 150px !important;
}
.outline_inTable span{
  display: inline-block;
}
.outline_inTable_head{
  position: relative;
  background:#d9dee1;
  border-radius: 10px;
  text-align: center;
  max-width: 120px;
  padding-left:20px;
  padding-right: 8px;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.outline_inTable_head:before{
  content: "▼";
  font-size:11px;
  position: absolute;
  top:5px;
  left: 8px
}
.outline_inTable_data{
    font-size: 15px;
  letter-spacing: -.03em;

}
@media all and (max-width: 768px) {

}
