@charset "utf-8";
/*共通部分
---------------------*/
html{
  font-size: 100%;
}
* {
  padding: 0px;
  margin: 0px;
}
body{
       font-family: "Yu Gothic Medium","游ゴシック Medium","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serif","丸ゴシック体", 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
       line-height: 1.7;
       color: #432;
       margin-top: 0px;
       padding-top: 0px;
       background-color: #DBEDF0;
       overflow-x: hidden;
}

.top{
  margin-top: 0px;
  padding-top: 0px;
}
a{
  text-decoration: none;
  color: #432;
}
img{
  max-width: 100%;
}
h3{
  font-size: 1.6rem;
}
h4{
  font-size: 1.4rem;
}
h5{
  font-size: 1.2rem;
}
h6{
  font-size: 1.1rem;
}
p{
  font-size: 1.1rem;
}
.bold{
  font-family: "ヒラギノ角ゴ Pro W";
  font-weight: 900;
}
.border{
  border: 1px solid;
}
.margin_top_20{
  margin-top: 20px;
}
.margin_top_30{
  margin-top: 30px;
}
.margin_top_100{
  margin-top: 100px;
}
.margin_top_20p{
  margin-top: 20%;
}
.margin_left_20p{
  margin-left: 100px;
}
.margin_bottom_15{
  margin-bottom: 15px;
}
.margin_bottom_30{
  margin-bottom: 30px;
}
.margin_bottom_50{
  margin-bottom: 50px;
}
.margin_bottom_100{
  margin-bottom: 100px;
}
.space-3rem{
  margin-top: 3rem;
}
.center
{
display: flex;
justify-content: center;
align-items: center;
}
.text_center{
  text-align: center;
}
.center img{
  background-size: cover;
}
.black_bg{
  background-color: #333333;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  font-size: 1.0rem;
  margin-bottom: 10px;
}
.blue{
  color:#2E338C;
  font-size: 1.0rem;
  font-family: "ヒラギノ角ゴ Pro W";
  font-weight: 900;
}
.yellow_back{
  background-color: #FFF3CD;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  display: flex;
  text-align: left;
  align-items: center;
}
.red_text{
  color:#E45928;
  margin-bottom: 15px;
}
.width_80vw img{
  width: 80vw
}
/*TOPに戻る
---------------------*/
#page_top{
  z-index: 999;
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(135deg,#85241b,#f1e2be,#85241b);
  background: -webkit-linear-gradient(135deg,#85241b,#f1e2be,#85241b);
  background: linear-gradient(135deg,#85241b,#f1e2be,#85241b);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  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: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*HEADER
----------------------*/
#header_pc{
  background: #DBEDF0;
  position: fixed;
  top:0px;
  z-index: 300;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 0;
  align-items: flex-end;
}
.logo img{
  width: 200px;
  margin-top: 10px;
  margin-right: 20px;
}
.menu {
    position: relative;
    width: 100%;
    height: 50px;
}

.menu > li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 0.90rem;
    list-style-type: none;
    padding:0 10px;
}

.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #000;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #111;
}
.menu__second-level li a img:hover {
    transform: scale(1.1, 1.1);
}
.menu__second-level li a img{
    height: 120px;
    transition: 0.5s;
}
.menu__second-level_img{
  overflow: hidden;
    height: 120px;
    width: 200px;
}
.menu__second-level_title{
  align-items: center;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 100vw;
    height: 220px;
    padding: 20px 10%;
    background: #4D4D4D;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-left: calc(-50vw + 50%);
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
li.menu__mega ul.menu__second-level h3{
    font-size: 1.6rem;
    color: #fff;
    margin-top: 20%;
}
li.menu__mega ul.menu__second-level p{
    font-size: 0.9rem;
  margin-top: 15px;
  line-height: 1.7;
    color: #fff;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    margin-left: calc(-50vw + 50%);
}

li.menu__mega ul.menu__second-level > li {
  margin: 0 10px;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
#header{
  display: none;
}

.wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  overflow-x: hidden;
}
.wrapper_top{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  overflow-x: hidden;
}

/*大きな背景画像
-------------------*/
.big-bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#index_bg{
background-image: url("../images/index_bg.png");
min-height: 70vh;
background-color: #DBEDF0;
}
.index_bg_title{
  text-align: center;
  margin: 0 auto;
}
.index_bg_title h3{
   padding-top: 20px;
   color: #1A386A;
   font-size: 3rem;
   font-family:'Noto Sans JP';
   font-weight: 900;
   text-transform: uppercase;
}
.index_bg_title h4{
   color: #1A386A;
   font-size: 2rem;
   font-family:'Noto Sans JP';
   font-weight: 900;
   text-transform: uppercase;
}

#news_bg{
background-image: url("../images/jigyo_bg.png");
min-height: 50vh;
}

#jigyo_bg{
background-image: url("../images/jigyo_bg.png");
min-height: 50vh;
}

#group_bg{
background-color: #001752;
min-height: 20vh;
}
#group_bg h2{
  color: #fff;
  font-size: 3rem;
  font-family:'Noto Sans JP';
  font-weight: 900;
}

#group_about_bg{
background-image: url("../images/group_about_bg.png");
min-height: 50vh;
}

#group_social_01_bg{
background-image: url("../images/group_social_01_bg.png");
min-height: 50vh;
}

#group_social_02_bg{
background-image: url("../images/group_social_02_bg.png");
min-height: 50vh;
}

#profile_bg{
background-image: url("../images/profile_bg.png");
min-height: 50vh;
}

#recruit_staff_bg{
background-image: url("../images/recruit_staff_bg.png");
min-height: 50vh;
}
#recruit_staff_00_bg{
background-color: #D2EAEC;
height: 100%;
}
.recruit_staff_00_bg{
display: flex;
height: 320px;
justify-content: space-around;
}
.recruit_staff_bg_title{
width: 60%;
margin: 30px 0px;
}
.recruit_staff_bg_title h5{
  font-size: 2.0rem;
}

.recruit_staff_bg_title p{
  font-size: 1rem;
}
.recruit_staff_bg_title p span{
  font-size: 1.5rem;
}
.recruit_staff_bg_img{
   width: 350px;
}
.recruit_staff_bg_img img{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

#title_bg{
  background-color: #001752;
  height: 20vh;
  position: relative;
  margin-top: 30px;
}
#title_bg h3{
color: #fff;
font-size: 2rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

/*フッター最下部
--------------------------*/
footer{
  background: #001752;
  text-align: center;
  padding: 0 0 26px;
}
footer p{
  color: #fff;
  font-size: 0.875rem;
}
/*フッター０２
--------------------------*/
.footer-footer{
  background-color: #001752;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-nav{
  display: flex;
  justify-content: center;
  color: #fff;
}
.footer-nav ul{
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.90rem;
  text-transform: uppercase;
  margin-top: 0px;
  list-style: none;
  text-align:center;
}
.footer-nav li{
    list-style: none;
      float:bottom;
}
.footer-nav a{
  white-space: nowrap;
  color: #fff;
  opacity: 1;
}

.footer-nav li{
  margin-left: 24px;
}
.footer-img{
  width: 620px;
  margin: 20px auto 0px;
}
.footer-img img{
  width: 300px;
}

/*index本文
------------------------------*/
.index_menu_01,.index_menu_02,.index_menu_03,.index_menu_04,.index_menu_05,.index_menu_06,.index_menu_07{
  display: flex;
  margin-top: 30px;
}
.index_menu_01 h4,.index_menu_02 h4{
  font-size: 2rem;
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
}

.index_menu_01{
  justify-content: center;
  align-items: center;
}
.index_menu_01_img{
  overflow: hidden;
  width: 500px;
  height: 100%;
  margin: 0 10px;
}
.index_menu_01_img img{
  width: 500px;
display: block;
transition: 0.5s;
}
.index_menu_01_img img:hover {
	transform: scale(1.1, 1.1);
}
.index_menu_01_title{
  width: 300px;
  margin: 0 10px;
  text-align: center;
}
.index_menu_01_title h6,.index_menu_02_title h6{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  border: 1px solid;
  padding: auto;
  margin: 10px auto;
  background-color: #E9F2F4;
}
.index_menu_01_title h6:hover{
  background-color: #999;
  color: #fff;
}
.index_menu_02_title h6:hover{
  background-color: #999;
  color: #fff;
}

.index_menu_02{
  justify-content: center;
  align-items: center;
}
.index_menu_02_img{
  overflow: hidden;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 500px;
  margin: 0 10px;
}
.index_menu_02_img img{
  width: 500px;
display: block;
transition: 0.5s;
}
.index_menu_02_img img:hover {
	transform: scale(1.1, 1.1);
}
.index_menu_02_title{
  width: 300px;
  margin: 0 10px;
  text-align: center;
}


/*NEWS
--------------------------*/
#news{
  margin-top: 30px;
  margin-bottom: 30px;
}
.news_img{}
.news_img img{}
.news{}
.newslist{
  font-size: 1rem;
  padding: 8px 8px;
  border-bottom: 2px #111 solid;
  list-style: none;
}

#news_about{
  display: flex;
  flex-wrap: wrap;
}
input#tab_radio_all[type="radio"]:checked+label{background-color: #1A386A;color: #fff;}
input#tab_radio_info[type="radio"]:checked+label{background-color: #1A386A;color: #fff;}
input#tab_radio_recruit[type="radio"]:checked+label{background-color: #1A386A;color: #fff;}
input#tab_radio_remodeling[type="radio"]:checked+label{background-color: #1A386A;color: #fff;}
input#tab_radio_culturecenter[type="radio"]:checked+label{background-color: #1A386A;color: #fff;}

.tab_menu{
    /*タブの基本スタイル*/
    border:solid black 1px;
    border-collapse: collapse;
    width:19%;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    /*選択されていないタブは透明色*/
    background-color:transport;
}

.tab_contains{
    /*選択されていないコンテンツは非表示*/
    display:none;
}

.tab_radio:checked + .tab_menu{
    /*選択されているタブは白背景*/
    /* タブコンテンツの上線にかぶせて隠す */
    background-color:white;
}

#tab_radio_all:checked ~ #tab_contains_all,
#tab_radio_info:checked ~ #tab_contains_info,
#tab_radio_recruit:checked ~ #tab_contains_recruit,
#tab_radio_remodeling:checked ~ #tab_contains_remodeling,
#tab_radio_culturecenter:checked ~ #tab_contains_culturecenter
{
    display:block;
    /*コンテンツの基本スタイル*/
    width:100%;
    margin-top: 50px;
    padding:1rem;
}

.tab_radio{
    /*ラジオボタンは表示しない*/
    display:none;
}
/*Door共通本文
------------------------------*/
.main_title_line_top{
  margin: 30px 0 0;
}
.main_title_line_bottom{
  margin: 0 0 30px;
}
.main_title{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.main_title h4{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 2.5rem;
}
.main_title_line_bottom_02{
  margin: 5px 0 30px;
}
.main_title_02{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.main_title_02 h4{
  padding: 5px;
  font-size: 3rem;
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
}
.sub_title{
  display: flex;
  background-color:#4D4D4D;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 30px auto 30px;
}
.sub_title h5{
  color: #fff;
  padding: 5px;
}
.kuwasiku{
  background-color: #999999;
  height: 30px;
  width: 300px;
  border-radius: 15px;
  text-align: center;
  margin: 30px auto;
}
.kuwasiku h6{
  color: #fff;
}
/*Contents共通本文
------------------------------*/
.contents_title{
  text-align: center;
  border-top: 2px solid;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.contents_title h4{
  width: 350px;
  border-top:5px solid #EE9027;
}
  /*seemore
  ------------------------------*/
  .seemore{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
      margin: 30px auto;
      overflow: hidden;
      background: #000;
  }
  .seemore img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    cursor: pointer;
   transition-duration: 0.3s;
  }
  .seemore img:hover{
    opacity: 0.5;
    transition-duration: 0.3s;
  }
  .seemore h6{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 0.9rem;
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
  }
  /*seemore_02
  ------------------------------*/
  .seemore_02 {
  	overflow:		hidden;
  	position:		relative;	/* 相対位置指定 */
  }
  .seemore_02 .caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 5px;
    color: #fff;
    text-align: center;
  }
  .seemore_02 .caption h3{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
  }
  .seemore_02 .caption h5{
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border: none;
    margin: 0 auto;
  }
  .seemore_02 .caption h6{
    text-align: center;
    font-size: 0.9rem;
    margin: 0 auto;
  }
  .seemore_02 .caption p{
    width: 150px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .seemore_02 .mask {
  	width:			100%;
  	height:			100%;
  	position:		absolute;	/* 絶対位置指定 */
  	top:			0;
  	left:			0;
  	opacity:		0;	/* マスクを表示しない */
  	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
  	-webkit-transition:	all 0.2s ease;
  	transition:		all 0.2s ease;
  }
  .seemore_02:hover .mask {
  	opacity:		1;	/* マスクを表示する */
  }
  /*サービス案内本文
  ------------------------------*/
  #group_01,#profile_02{
  }
  #group_02{
     margin: 30px auto;
  }
  #group_03{
   margin: 30px auto;
  }
  #jigyo_01,#jigyo_02,#jigyo_03,#jigyo_04{
    margin: 30px auto;
  }
  #jigyo_about,#jigyo_kenzai,#jigyo_list{
    margin-bottom: 100px;
  }
  #jigyo_seko{
    margin-bottom: 50px;
  }
  #profile_01,#profile_02,#profile_03,#profile_04,#recruit_02{
    margin: 30px auto;
  }

  #group_social{
    margin-top: 100px;
  }
.door_01{
  margin-bottom: 80px;
}
.door_02{
  width: 48%;
  word-wrap: break-word;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*商品・工事
--------------------------*/
#hanbai_list td,#kouji_list td{
  width: 300px;
}
#hanbai_list,#kouji_list{
  margin: 30px auto 100px;
}
#hanbai_list h4,#kouji_list h4{
  font-size: 2rem;
  font-family:'Noto Sans JP';
  font-weight: 900;
}
/*施工実績
--------------------------*/
.jigyo_seko_00{
  width: 46%;
  padding: 1%;
}
.jigyo_seko_00_00{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

/*建材
--------------------------*/
.jigyo_kenzai{
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.jigyo_kenzai_img{
  width: 33%;
  margin: 0 2%;
  display: flex;
  align-items: center;
}
.jigyo_kenzai_img img{
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.jigyo_kenzai_title{
  width: 53%;
  margin: 0 2%;
  word-wrap: break-word;
}
.jigyo_kenzai_title h4{
color:#1A386A;
font-family:'Noto Sans JP';
font-weight: 900;
font-size: 2rem;
}
.buttonlist3{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.button3 {
  display: flex;
  width: 33%;
  height: 3rem;
  background: #fff;
  color: #111;
  text-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
}
.button3 a{
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
}
.button3 p{
  text-align: center;
  margin: 0 auto;
}
.button3 :hover{
  background-color: #C7B299;
  color:#fff;
}
.button3 :hover + .button3 a{
  background-color: #C7B299;
  color:#fff;
}
.main_title_line_bottom_03{
  margin: 5px 0 30px;
}
.ecoboard_01{
  display: flex;
  margin-bottom: 30px;
}
.ecoboard_02{
  display: flex;
  justify-content: space-around;
  margin-top: -50px;
  margin-bottom: 30px;
}
.ecoboard_top{
  text-align: center;
}
.ecoboard_top img{
  width: 80%;
  margin: 10px 10%;
}
.ecoboard_top h5{
  margin: 30px 0;
  padding-top: 30px;
  color: #2B308C;
  border-top: 1px solid #2B308C;
}
.border_bottom_blue{
  border-bottom: 1px solid #2B308C;
  padding-bottom: 30px;
}
.ecoboard_title_01_33{
  width: 33%;
  padding: 0 10px;
}
.ecoboard_title_01_50{
  width: 50%;
  padding: 0 10px;
}
  .ecoboard_title_01 table{
    margin: 20px auto ;
    border-collapse: collapse;
  }
  .ecoboard_title_01 th{
    background-color: #FFF4B6;
    text-align: center;
    min-width: 280px;
    padding: 10px 20px;
    border: 1px solid #111;
  }
    .ecoboard_title_01 th span{
      font-weight: 900;
    }
  .ecoboard_title_01 td{
    text-align: center;
    min-width: 200px;
    padding: 10px 20px;
    border: 1px solid #111;
  }
  .ecoboard_title_01 td span{
    font-weight: 900;
  }
  .ecoboard_img_01 table{
    margin: 20px auto ;
    border-collapse: collapse;
  }
  .ecoboard_img_01 th,.ecoboard_img_01 td{
    text-align: center;
    font-size: 0.8rem;
    padding: 5px 5px;
    border: 1px solid #111;
  }
  .ecoboard_img_01_yellow{
      background-color: #FFF4B6;
  }
  .ecoboard_img_01_yellow_02{
      background-color: #F2CA52;
  }
  .ecoboard_img_01_white{
      background-color: #fff;
  }
  .ecoboard_img_01 td{
      background-color: #FEEE8A;
  }

.ecoboard_title_01_50 h5, .ecoboard_title_01_33 h5, .ecoboard_title_01_50 h5,{
 color: #2B308C;
}
.ecoboard_img_01{
  width: 50%;
  padding: 0 10px;
}
.ecoboard_img_00{
  width: 95%;
  padding: 0 10px;
  margin: 0 auto;
}
.ecoboard_img_01_66{
  width: 66%;
  padding: 0 10px;
}
.ecoboard_title{
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.ecoboard_title h5{
  background-color: #1BA698;
  color: #fff;
  margin: 30px 0 20px;
}
.polymer_title{
  margin-bottom: 30px;
}
.polymer_title h5{
  color: #2B308C;
}
.polymer_title_01{
  margin-bottom: 30px;
}
.polymer_title_01 h5{
  color: #2B308C;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.polymer_title_00{
  display: flex;
  margin-bottom: 30px;
}
.polymer_title_70{
  width: 70%;
  padding: 0 10px;
}
.polymer_title_70 h5{
    color: #2B308C;
}
.polymer_title_30{
  width: 30%;
  padding: 0 10px;
}
.main_title_03{
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.main_title_03 h4{
  padding: 5px;
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 30px;
}
.main_title_03 img{
  width: 60%;
  margin:0 20%;
}
.main_title_line_bottom_04{
  margin: 5px 0 30px;
}
  .polymer_top{
    text-align: center;
  }
.polymer_top h5{
    background-color: #0271BC;
    color: #fff;
    margin-bottom: 30px;
  }
  .alta_title{
    margin-bottom: 30px;
  }
  .alta_title h5{
    color: #2B308C;
  }
  .alta_title_01{
    margin-bottom: 30px;
  }
  .alta_title_01 h5{
    color: #2B308C;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
  }
  .alta_title_00{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .alta_title_60{
    width: 56%;
    padding: 0 10px;
    flex-wrap: wrap;
    word-wrap: break-word;
  }
  .alta_title_60 h5{
      color: #2B308C;
  }
  .alta_title_40{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36%;
    padding: 0 10px;
  }
  .alta_title_80{
    width: 75%;
    padding: 0 10px;
  }
  .alta_title_80 h5{
      color: #2B308C;
  }
  .alta_title_20{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
    padding: 0 20px;
  }
  .alta_title_20 img{
    width: 16vw;
  }
  .alta_title_33{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    padding: 0 20px;
  }

  .main_title_line_bottom_05{
    margin: 5px 0 30px;
  }
    .alta_top{
      text-align: center;
    }
  .alta_top h5{
      background-color: #C1272D;
      color: #fff;
      margin-bottom: 30px;
    }
    .alta_top img{
      margin: 20px 0;
    }

    /*タフコート　G5
    --------------------------*/
    .toughcoat_title_01{
      text-align: center;
      margin-top: 100px;
    }
    .toughcoat_title_01 h4{
      font-family:'Noto Sans JP';
      font-weight: 900;
      font-size: 1.6rem;
    }
    .toughcoat_title_00{
      display: flex;
      margin: 30px 0 30px;
    }
    .toughcoat_title_50{
      width: 50%;
      padding: 10px;
    }
    .toughcoat_title_50 span{
    font-size: 80%;
    }
    .toughcoat_title_40 span{
    font-size: 80%;
    }
    .toughcoat_title_40{
      width: 40%;
      padding: 10px;
    }
    .toughcoat_title_60{
      width: 60%;
      padding: 10px;
    }


    /*エコロジーコンペイブ
    --------------------------*/
    .ecologiconpeibe_top{
      color:#1A386A;
      font-family:'Noto Sans JP';
      font-weight: 900;
      text-align: center;
      margin: 50px 0;
    }
    .ecologiconpeibe_top h5{
      font-size: 1.5rem;
      margin-bottom: 20px;
    }
    .ecologiconpeibe_top h6{
      font-size: 1.2rem;
    }
    .ecologiconpeibe_01{
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
    .ecologiconpeibe_menu{
      width: 100%;
    }
    .ecologiconpeibe_menu h4{
    color:#1A386A;
    font-family:'Noto Sans JP';
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    }
    .ecologiconpeibe_menu h5{
      border-top: 1px solid;
      border-bottom: 1px solid;
    }
    .ecologiconpeibe_title{
      width: 56%;
      margin-top: 20px;
      padding-right: 30px;
    }
    .ecologiconpeibe_title img{
      padding-left: 50px;
    }
    .ecologiconpeibe_title h4{
      color:#1A386A;
      font-family:'Noto Sans JP';
      font-weight: 900;
      font-size: 2rem;
    }
    .ecologiconpeibe_img{
      width: 36%;
      margin-top: 20px;
    }
    .ecologiconpeibe_70{
      width: 66%;
      margin-top: 20px;
      padding-right: 30px;
    }
    .ecologiconpeibe_30{
      width: 26%;
      margin-top: 20px;
      text-align: center;
    }
    .ecologiconpeibe_30 img{
      width: 200px;
      height: 200px;
    }
    .ecologiconpeibe_100{
      width: 100%;
      margin-top: 20px;
      padding-right: 30px;
    }
    .ecologiconpeibe_100 img{
      width: 600px;
    }
    .ecologiconpeibe_100 span{
      font-size: 80%;
    }

/*デザインコンクリート
--------------------------*/
.designconcrete_top{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  text-align: center;
  margin: 50px 0;
}
.designconcrete_top h5{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.designconcrete_top h6{
  font-size: 1.2rem;
  text-align: left;
}
.designconcrete_01{
  display: flex;
  margin-bottom: 30px;
}
.designconcrete_title{
  width: 60%;
  padding-right: 30px;
}
.designconcrete_title h4{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 2rem;
}
.designconcrete_title h4 span{
  font-size: 1.2rem;
  border: 1px solid;
  padding: 2px 30px;
}
.designconcrete_img{
  width: 40%;
  margin-top: 20px;
}
.designconcrete_02{
  margin-bottom: 50px;
}
.designconcrete_02 h5{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.designconcrete_02 h6{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 0.9rem;
}


/*group_company
--------------------------*/
.group_company{
  display: flex;
  border-collapse: collapse;
  margin: 10px 0px;
}
.group_company_img{
  display: flex;
  align-items: center;
  width: 50%;
  border: 1px solid;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.group_company_img img{
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.group_company_info{
  display: block;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  border: 1px solid;
  padding: 30px;
}
.main_title_line_bottom_06{
  margin: 5px 0 30px;
}
.main_title_line_bottom_07{
  margin: 5px 0 30px;
}
.main_title_line_bottom_08{
  margin: 5px 0 30px;
}
.button5{
  width: 300px;
  margin-top: 30px;
}
.button5{
  width: 300px;
  margin-top: 30px;
}


/*group_social
--------------------------*/
.group_social_img_01{
  width: 80%;
  margin: 10px 10% 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.group_social_img_01_01 img,.group_social_img_02_01 img,.group_social_img_03_01 img,.group_social_img_04_01 img{
 width: 100%;
 object-fit: contain;
 font-family: 'object-fit: contain;'
}

.group_social_img_00{
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.group_social_img_02{
  width: 35%;
}
.group_social_img_03{
  width: 55%;
}
.group_social_img_04{
  width: 45%;
}
.group_social_title{
  width: 100%;
  text-align: center;
}
/*会社概要
--------------------------*/
#profile_overview table{
  border-collapse: collapse;
}
#profile_overview  table td{
  min-width: 200px;
  padding: 10px 50px;
  border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}
#profile_history table{
  border-collapse: collapse;
}
#profile_history th{
  text-align: right;
  min-width: 280px;
  padding: 10px 20px;
  border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}
#profile_history td{
  min-width: 200px;
  padding: 10px 20px;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}
#profile_rinen_01 h5{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 1.5rem;
}
#profile_rinen_01 img{
  margin-bottom: 30px;
}
#profile_rinen h3{
color:#fff;
font-family:'Noto Sans JP';
font-weight: 900;
font-size: 2rem;
}
#profile_rinen h4{
color:#1A386A;
font-family:'Noto Sans JP';
font-weight: 900;
font-size: 2rem;
}
#profile_rinen{
  text-align: center;
}
.branch{
  display: flex;
  margin: 50px auto;
}
.branch_map{
  width: 50%;
}
.branch_name{
  width: 50%;
  padding-left: 30px;
}
/*スタッフ
--------------------------*/
.recruit_staff_map{
  width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  position:relative;
  margin-bottom: 100px;
}
.recruit_staff_map img{
  width: 100%;
}

.recruit_staff_link_01, .recruit_staff_link_02,.recruit_staff_link_03,.recruit_staff_link_04,.recruit_staff_link_05{
  position: absolute;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
  height: 25px;
}
.recruit_staff_link_01 p, .recruit_staff_link_02 p,.recruit_staff_link_03 p,.recruit_staff_link_04 p,.recruit_staff_link_05 p{
  font-size: 1.0rem;
}
.recruit_staff_title_01{
  position: absolute;
  text-align: center;
  bottom: 45px;
  left:160px;
}
.recruit_staff_title_02{
  position: absolute;
  text-align: center;
  bottom: 92px;
  left:387px;
}
.recruit_staff_title_03{
  position: absolute;
  text-align: center;
  bottom:150px;
  left:635px;
}
.recruit_staff_title_04{
  position: absolute;
  text-align: center;
  bottom:195px;
  left:875px;
}
.recruit_staff_title_05{
  position: absolute;
  text-align: center;
  bottom:250px;
  left:1120px;
}
.recruit_staff_link_01{
  bottom: 20px;
  left:135px;
}
.recruit_staff_link_02{
  bottom: 65px;
  left:362px;
}
.recruit_staff_link_03{
  bottom: 125px;
  left:610px;
}
.recruit_staff_link_04{
  bottom: 170px;
  left:850px;
}
.recruit_staff_link_05{
  bottom: 225px;
  left:1100px;
}

.buttonlist4{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.button4{
  width: 19%;
  height: 3rem;
  padding-top: 0.7rem;
  background: #fff;
  color: #111;
  text-align: center;
  border-style: solid;
  border-width: thin;
}
.button4:hover{
  border-top: solid 5px #1CA9BB;
}
.recruit_staff_00{
  display: flex;
  margin-bottom: 50px;
}
.recruit_staff_00 img{
  max-width: 100%;
  width: 80vw;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.recruit_staff_00_50{
  width: 50%;
  padding: 3%;
}
.recruit_staff_00_50 h4{
  text-align: center;
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 2rem;
}
.recruit_staff_00_50 table{
  border-collapse: collapse;
}
.recruit_staff_00_50 th{
  text-align: center;
  min-width: 85px;
  padding: 3px 5px;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}
.recruit_staff_00_50 td{
  min-width: 200px;
  padding: 3px 5px;
  border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}
.recruit_staff_00_dayoff{
  display: flex;
  background-color: #EEE8E0;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.recruit_staff_00_50_dayoff{
  width: 50%;
  padding: 3%;
}
.recruit_staff_00_50_dayoff h4{
  color:#1A386A;
  font-family:'Noto Sans JP';
  font-weight: 900;
  font-size: 2rem;
}
/*お問い合わせ
--------------------------*/
#contact_list table th{
  padding: 20px 30px;
  background-color: #E9F2F4;
}
#contact_list table td{
  padding: 20px 30px;
  background-color: #E9F2F4;
}
#contact_list table tr{
  margin: 20px auto;
}
#contact_list table{
  margin: 20px auto 100px;;
}

/*Popup-01
--------------------------*/

.modal-wrapper{
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 100vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

/*Popup-02
--------------------------*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container {
  margin: 50px auto 0;
  max-width: 700px;
}
.main-img {
  height: 400px;
  width: 100%;
}
.main-img img {
  height: 360px;
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.sub-img {
  display: flex;
}
.sub-img li {
  margin-right: 2%;
  width: calc(96% / 4);
}
.sub-img li:nth-child(4n) {
  margin-right: 0;
}
.sub-img {
  height: 107px;
}
.sub-img img {
  height: 107px;
  width: 100%;
}
@media (max-width: 500px) {
  .main-img {
    height: 68.8vw;
  }
  .sub-img img {
    height: 21.4vw;
  }
}

/*iframe*/
iframe{
  width: 100%;
}

/*PC版
------------------------------*/
@media screen and (min-width: 1150px){
  .pc { display:block; }
   .sp { display:none; }
   .globalMenuSp{
     display: none;
   }
  .recruit_staff_map_02{
     display: none;
   }
}

/*PC版(1150以下)
------------------------------*/
@media screen and (max-width: 1150px){
  .main-nav{
    display: none;
    }
    .big-bg{
    margin-top:-40px;
    }
    #title_bg{
      background-color: #001752;
      height: 80px;
      margin-top: 0px;
    }
    #header_pc{
      padding: 0px;
    }
    /*スタッフ
    --------------------------*/
    .recruit_staff_map{
      display: none;
    }
    .recruit_staff_title_01,.recruit_staff_title_02,.recruit_staff_title_03,.recruit_staff_title_04,.recruit_staff_title_05{
      display: none;
    }
    .recruit_staff_link_01,.recruit_staff_link_02,.recruit_staff_link_03,.recruit_staff_link_04,.recruit_staff_link_05{
      display: none;
    }
    .recruit_staff_map_02{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .recruit_staff_map_02 a{
      width: 200px;
      padding: 30px;
    }
    .recruit_staff_link_base{
      position: relative;
    }
    .recruit_staff_link_06{
      position: absolute;
      background-color: #fff;
      border-radius: 10px;
      width: 120px;
      font-weight: 900;
      text-align: center;
      position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-40%, -50%);
   -webkit-transform: translate(-40%, -50%);
   -ms-transform: translate(-40%, -50%);
    }

    /*　ハンバーガーボタン */
    .hamburger {
      display : block;
      position: fixed;
      z-index : 3;
      right : 32px;
      top   : 32px;
      width : 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;

    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px ;
      left    : 6px;
      background : #555;
      -webkit-transition: 0.5s all;
      -moz-transition   : 0.5s all;
      transition        : 0.5s all;
    }
    .hamburger span:nth-child(1) {
      top: 10px;
    }
    .hamburger span:nth-child(2) {
      top: 20px;
    }
    .hamburger span:nth-child(3) {
      top: 30px;
    }

    /* ナビ開いてる時のボタン */

    .hamburger.active span:nth-child(1) {
      top : 31px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2) {
      left: 60%;
      opacity: 0;
      -webkit-animation: active-btn17-bar02 .8s forwards;
      animation: active-hamburger-bar02 .8s forwards;
    }
    @-webkit-keyframes active-hamburger-bar02 {
      100% {
        height: 0;
      }
    }
    @keyframes active-hamburger-bar02 {
      100% {
        height: 0;
      }
    }
    .hamburger.active span:nth-child(3) {
      top: 31px;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }


    .hamburger::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: '';
      width: 60px;
      height: 60px;
      margin: -20px 0 0 -30px;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0);
      transition: all .75s;
    }
    .hamburger.active::after {
      border: 2px solid #555;
    }

    nav.globalMenuSp {
      position: fixed;
      z-index : 2;
      top  : 0;
      left : 0;
      color: #000;
      background: #fff;
      text-align: center;
      transform: translateX(100%);
      transition: all 0.6s;
      width: 100%;
    }

    nav.globalMenuSp ul {
      background: #ccc;
      margin: 0 auto;
      padding: 0;
      width: 100%;
    }

    nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
    }
    nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
    }
    nav.globalMenuSp ul li a:hover{
      color:#fff;
    }

    nav.globalMenuSp ul li a {
      display: block;
      color: #000;
      padding: 1.5em 0;
      text-decoration :none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
      transform: translateX(0%);
    }
  }
  /*モバイル(大)版
  ------------------------------*/
  @media screen and (min-width: 920px){
     .sp-920 { display:none; }
  }
  /*モバイル(大)版
  ------------------------------*/
  @media screen and (max-width: 920px){
     .sp-920 { display:block; }
     .pc-920 { display:none; }
     .tab_menu{
       width: 33%;
     }
  }

  /*モバイル版
  ------------------------------*/
  @media screen and (max-width: 880px){
  .ecoboard_title_01 th{
    padding: 5px;
    min-width: 0px;
  }
  .ecoboard_title_01 td{
    padding: 5px;
    min-width: 0px;
  }
  #profile_rinen h4{
    font-size: 1.6rem;
  }
  #profile_rinen_01 h5{
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 860px){
.recruit_staff_bg_title h5{
  font-size: 1.8rem;
}
.recruit_staff_bg_img{
   width: 320px;
}
}

/*モバイル版
------------------------------*/
@media screen and (min-width: 777px){
   .sp-777 { display:none; }
}
/*モバイル版
------------------------------*/
@media screen and (max-width: 777px){
  .pc-777 { display:none; }
  .sp-777 { display:block; }
  .page-title{
    font-size: 2.5rem;
  }
  #index_bg{
  min-height: 40vh;
  }

  .index_bg_title{
    margin: 0 30px;
  }
  .index_bg_title h3{
     font-size: 2.5rem;
  }
  .index_bg_title h4{
     font-size: 1.5rem;
  }
  .index_menu_01,.index_menu_02,.group_company,.jigyo_kenzai{
   display: flex;
   flex-direction: column;
  justify-content: center;
  }
  .index_menu_01_title,.index_menu_02_title,.group_company_img,.jigyo_kenzai_title{
  }
  .index_menu_01_img,.index_menu_02_img,.group_company_info,.jigyo_kenzai_img{
    text-align: center;
    width: 100%;
    order:1;
  }
  .jigyo_kenzai_img{
    margin: 0;
  }
  .group_company_info{
  padding: 10px 0;
  }
  .index_menu_01_img img,.index_menu_02_img img{
    margin: 0 auto;
  }
  .group_company{
  }
  .group_company,.group_company_img,.group_company_info,.jigyo_kenzai_title{
  width: 100%;
  }
  .jigyo_kenzai_title{
    margin: 0;
  }
  .jigyo_kenzai_title h4{
    text-align: center;
    font-size: 2rem;
  }
  .jigyo_kenzai_title{
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
　}
      /*フッター最下部
    --------------------------*/
    footer{
    }
    footer p{
    }
    /*フッター０２
    --------------------------*/
    .footer-footer{

    }
    .footer-nav{
      display: none;
    }

    .footer-img{
      display: block;
      width: 300px;
    }
    .footer-img img{
      margin-bottom: 30px;
    }
    /*スポンサー
    --------------------------*/
    .main_title_02 h4{
      font-size: 2rem;
    }
    .main_title h4{
      font-size: 2rem;
    }
    /*スポンサー　AC長野パルセイロ
    --------------------------*/
    #group_social{
      margin-top: 50px;
    }
    .group_social_img_01{
      width: 100%;
      margin: 10px 0px 0px;
      padding: 0px;
    }
    .group_social_img_01_01{
      width: 100%;
    }
    .group_social_img_01_01 img{
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }
    /*一押し商品
    --------------------------*/
    .button3 p{
      font-size: 0.75rem;
    }
    .ecoboard_01{
      display: block;
    }
    .ecoboard_title_01 table{
    }
    .ecoboard_title_01 th{
      min-width: 33%;
    }
      .ecoboard_title_01 th span{
      }
    .ecoboard_title_01 td{
      min-width: 33%;
    }
    .ecoboard_title_01 td span{
    }
    .ecoboard_title_01_33{
      width: 100%;
    }
    .ecoboard_title_01_50{
      width: 100%;
      padding: 0;
    }
    .ecoboard_img_01,.ecoboard_img_01_66,.ecoboard_img_00{
      width: 100%;
      padding: 0;
    }
    .ecoboard_img_01 img,.ecoboard_img_01_66 img,.ecoboard_img_00 img{
      margin: 0 auto;
    }
    .polymer_title_00,.alta_title_00,.toughcoat_title_00,.ecologiconpeibe_01,.designconcrete_01{
      display: block;
    }
    .polymer_title_70,.polymer_title_30{
      width: 100%;
      padding: 0;
    }
    .alta_title_40,.alta_title_60,.alta_title_80,.toughcoat_title_40,.toughcoat_title_50,.toughcoat_title_60,.ecologiconpeibe_title,.ecologiconpeibe_img,.ecologiconpeibe_30,.ecologiconpeibe_70,.designconcrete_title,.designconcrete_img{
      width: 100%;
      padding: 0;
    }
    .alta_title_33{
      width: 100%;
      padding: 0;
    }
    .alta_title_20{
      display: none;
    }
    .designconcrete_title,.ecologiconpeibe_title,.ecologiconpeibe_70,.ecologiconpeibe_100{
      padding-right: 0px;
    }
    .ecologiconpeibe_title img{
      padding-left: 0px
    }
    .ecologiconpeibe_menu h4{
     font-size: 1.5rem;
    }
    .main_title_03 img{
      margin: 0px;
    }
    .seemore_02 .mask{
      opacity:		1;	/* マスクを表示しない */
    }

    /*商品・工事
    --------------------------*/
    #hanbai_list td,#kouji_list td{
      display: block;
    }
    #hanbai_list,#kouji_list{
    }
    #hanbai_list h4,#kouji_list h4{
    }
    /*施工実績
    --------------------------*/
    .jigyo_seko_00{
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'
    }
    .jigyo_seko_00 img{
      height: auto;
      object-fit: cover;
      font-family: 'object-fit: cover;'
    }
    /*会社概要
    --------------------------*/
    #profile_overview table{
    }
    #profile_overview table td{
      min-width: 100px;
      padding: 10px 10px;
    }
    /*事業部
    --------------------------*/
    .branch{
      display: flex;
      flex-direction: column;
     justify-content: center;
     }
    .branch_name{
      width: 100%;
    }
    .branch_map{
      width: 100%;
      order: 1;
    }
    /*スタッフ
    --------------------------*/
    .recruit_staff_map_02 a{
      width: 150px;
      padding: 20px;
    }
    .recruit_staff_00{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .recruit_staff_00_50,.recruit_staff_00_50_dayoff{
      width: 100%;
      padding: 0;
    }
    .recruit_staff_00_50 img{
      width: 60%;
      margin-left: 20%;
    }
    .recruit_staff_00_50_dayoff{
      text-align: center;
    }
    .order_01{
      order: 1;
    }
    #recruit_staff_00_bg{

    }
    .recruit_staff_00_bg{
    display: block;
    height: 320px;
    }
    .recruit_staff_bg_name{
    }
    .recruit_staff_bg_title{
    display: inline-block;
    width: 100%;
    margin: 20px 10px 0px;
    }
    .recruit_staff_bg_img{
      display: inline-block;
      width: 60%;
      height: auto;
      margin-left: 20%;
    }
    .recruit_staff_bg_img img{
      height: auto;
    }
    .recruit_staff_bg_title h5{
      font-size: 1.8rem;
    }
    #recruit_staff_00_bg{
      display: block;
    min-height: 30vh;
    }
    /*沿革
    --------------------------*/
    #profile_history td,#profile_history th{
       width: 100%;
       display: block;
       min-width: 0px;
       text-align: left;
       padding: 10px;
    }
    #profile_history tr{
       border-bottom: 1px solid;
    }
    #profile_history th{
      padding: 10px 20px 0px;
      border-bottom: none;
        border-top: none;
    }
    #profile_history td{
      padding: 0px 20px 10px;
      border-bottom: none;
        border-top: none;
    }
    /*ニュース
    --------------------------*/
    #news_about h6{
    font-size: 0.9rem;
    }
    #tab_contains_all{
      width: 100%;
    }
    #tab_contains_info{
      width: 100%;
    }
    #tab_contains_recruit{
      width: 100%;
    }
    #tab_contains_remodeling{
      width: 100%;
    }
    #tab_contains_culturecenter{
      width: 100%;
    }
    #tab_contains_all iframe{
      width: 100%;
      height: 60vw;
    }
    #tab_contains_info iframe{
      width: 100%;
      height: 60vw;
    }
    #tab_contains_recruit iframe{
      width: 100%;
      height: 60vw;
    }
    #tab_contains_remodeling iframe{
      width: 100%;
      height: 60vw;
    }
    #tab_contains_culturecenter iframe{
      width: 100%;
      height: 60vw;
    }

    /*メディア
    --------------------------*/
    #media_about{
      width: 100%;
      height: auto;
    }
    #media_about iframe{
      width: 100%;
      height: 60vw;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }
    .ecologiconpeibe_100 iframe{
      width: 100%;
      height: 60vw;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }

    /*ポップアップ
    --------------------------*/
    .seemore_02 .caption h4{
      font-size: 1.6rem;
    }
    .caption p{
      font-size: 0.8rem;
    }
    /*ポップアップ
    --------------------------*/
    .main-img {
      height: 330px;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }
    .main-img img {
      height: 320px;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }
    .sub-img {
      height: auto;
      object-fit: contain;
      font-family: 'object-fit: contain;'
    }
    .sub-img img {
      height: auto;
      width: 100%;
    }

    }

    /*モバイル(小)版
    ------------------------------*/
    @media screen and (max-width: 690px){
    #contact_list table th{
      padding: 5px;
      font-size: 0.8rem;
      min-width:80px;
    }
    #contact_list table td{
      padding: 5px 10px;
      font-size: 0.8rem;
    }
}
    /*モバイル(小)版
    ------------------------------*/
    @media screen and (min-width: 580px){
       .sp-580 { display:none; }
    }
    /*モバイル(小)版
    ------------------------------*/
    @media screen and (max-width: 580px){
       .sp-580 { display:block; }
       .pc-580 { display:none; }
       .ecoboard_title_01 th{
          font-size: 0.5rem;
       }
       .ecoboard_title_01 td{
         font-size: 0.5rem;
       }
     }
     /*モバイル(小)版
     ------------------------------*/
     @media screen and (min-width: 520px){
        .sp-520 { display:none; }
     }

     /*モバイル(小)版
     ------------------------------*/
     @media screen and (max-width: 520px){
        .sp-520 { display:block; }
        .pc-520 { display:none; }
        #profile_rinen h4{
          font-size: 1.4rem;
        }
        .button4{
          width: 32%;
        }
        .recruit_staff_00_50 table{
        }
        .recruit_staff_00_50 th{
          min-width: 60px;
          padding: 3px 5px;
        }
        .recruit_staff_00_50 td{
          min-width: 0px
        }
      }

      /*モバイル(小)版
      ------------------------------*/
      @media screen and (min-width: 480px){
         .sp-480 { display:none; }
      }
      /*モバイル(小)版
      ------------------------------*/
      @media screen and (max-width: 480px){
         .sp-480 { display:block; }
         .pc-480 { display:none; }
      .recruit_staff_bg_title h5{
        font-size: 1.5rem;
      }
      }

    /*モバイル(小)版
    ------------------------------*/
    @media screen and (min-width: 450px){
       .sp-450 { display:none; }
    }

/*モバイル(小)版
------------------------------*/
@media screen and (max-width: 450px){
  .sp-450 { display:block; }
  .pc-450 { display:none; }
  .buttonlist3{
  }
  .button3{
    width: 49%;
  }
  .seemore_02 .caption h3{
    font-size: 1.6rem;
  }
  .seemore_02 .caption h4{
    font-size: 1.6rem;
  }
  .seemore_02 .caption h5{
    font-size: 1rem;
  }
  .seemore_02 .caption h6{
    font-size: 0.7rem;
  }
  .seemore_02 .caption p{
  }
  .ecologiconpeibe_top h6{
    font-size: 1.1rem;
  }
  .recruit_staff_00_50 h4 {
    font-size: 1.5rem;
  }
  .tab_menu{
    width: 49%;
  }
}

/*モバイル(小)版
------------------------------*/
@media screen and (min-width: 392px){
   .sp-392 { display:none; }
}
/*モバイル(小)版
------------------------------*/
@media screen and (max-width: 392px){
   .sp-392 { display:block; }
   .pc-392 { display:none; }
  .index_bg_title{
    margin: 0px;
  }
  .index_bg_title h3{
     font-size: 2rem;
  }
  .ecologiconpeibe_menu h4{
   font-size: 1.2rem;
  }
  .main_title h4{
    font-size: 1.6rem;
  }
  .recruit_staff_bg_title h5{
    font-size: 1.2rem;
  }
}

/*モバイル(最小)版
------------------------------*/
@media screen and (max-width: 363px){
 .main_title_03 h4{
   font-size: 1.75rem;
 }
 .designconcrete_top h5{
   font-size: 1.3rem;
 }
 .designconcrete_top h6{
   font-size: 1.1rem;
 }
 .alta_title_60{
  padding: 0px;
 }
 .alta_title_60 h5{
  font-size: 1.1rem
 }
 .polymer_title h5{
  font-size: 1.1rem
 }
 .ecologiconpeibe_top h5{
   font-size: 1.3rem;
 }
 .ecologiconpeibe_top h6{
   font-size: 1.1rem;
 }
 .seemore_02 .caption h3{
   font-size: 1.4rem;
 }
 .seemore_02 .caption h4{
   font-size: 1.4rem;
 }
 .seemore_02 .caption h5{
   font-size: 0.8rem;
 }
 .seemore_02 .caption h6{
   font-size: 0.5rem;
 }
 .seemore_02 .caption p{
 }
}


/*モバイル(最小)版
------------------------------*/
@media screen and (max-width: 350px){
  .index_bg_title{
    margin: 0px;
  }
  .index_bg_title h3{
     font-size: 2rem;
  }
  .sub_title h5{
     font-size: 1.1rem;
  }
  .main_title_02 h4{
      font-size: 1.8rem;
  }
  .jigyo_kenzai_title h4{
      font-size: 1.8rem;
}
