/*
Theme Name : 株式会社日栄ビル管理
*/

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
  letter-spacing: 1px;
  line-height: 1.7;
  font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','Meiryo';
}

img{
  display: block;
}

a{
  color: #333333;
  text-decoration: none;
  display: block;
	cursor:poiner;
}

li{
  list-style: none;
}

.all_wrap{
  max-width: 1070px;
  width: 100%;
  margin:0 auto;
}

header{
  height: 75px;
  line-height: 75px;
}

.header_inner{
  display: flex;
  justify-content: space-between;
}

.header_inner h1{
  font-size: 21px;
  padding: 13px 0 0 20px;
}

.header_inner h1 img{
  display: inline-block;
}

.menu{
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  margin:0 auto;
}

.menu li{
    width: 150px;
    text-align: center;
    border-left: 1px solid #eeeeee;
}

.menu li:last-child a{
  background: #1f328c;
  color: #ffffff;
}

.menu li a:hover{
  background: #1f328c;
  color: #ffffff;
}

.menu li:last-child a:hover{
  background: #ffffff;
  color: #1f328c;
}
/************メインビジュアル***************/

.mv{
  background-image:url(../img/mv.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 80vh;
}

.mv h2{
  font-size: 72px;
  color: #ffffff;
  position: relative;
  top: 120px;
  left: 4%;
  line-height: 1.3;
  text-shadow: 2px 2px 2px #333333;
  display: inline-block;
}

.mv h2 span{
  display: block;
  font-size: 56px;
}

.mv_recruit{
    background: #333333;
    text-align: center;
    font-size: 14px;
}

.mv_recruit a{
    color: #ffffff;
    padding: 5px;
}

h3{
    text-align: center;
    padding: 4% 0;
    font-size: 36px;
    color: #1f328c;
    line-height: 1.4;
    font-family: 'Hiragino Kaku Gothic Std','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','HiraKakuPro-W6',;
    letter-spacing: 3px;
}

h3 span{
    display: block;
    font-size: 18px;
}

.service_wrap,.flow_wrap{
  background-color: #f2f6f9;
  padding-bottom:5%;
}

.service_wrap .service_inner{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
}

.service_wrap .service_inner li p{
    background-color: #1f328c;
    color: #ffffff;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 50px;
}

.more_btn{
    background-color: #fe6d0d;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    border:1px solid #fe6d0d;
}

.more_btn a{
  color: #ffffff;
  padding:20px 0;
}

.more_btn a:hover{
  background-color: #ffffff;
  color: #fe6d0d;

}

.feature_wrap{
  padding-bottom: 5%;
}

.feature_wrap ul{
  display: flex;
  justify-content: space-around;
}

.feature_wrap ul li{
  max-width: 300px;
}

.feature_wrap ul li p{
  width: 100%;
}

.feature_wrap ul li p img{
    margin: 0 auto;
    width:80%;
    margin-bottom: 10px;
}

.feature_wrap ul li h4{
  text-align: center;
  color: #fe6d0d;
  font-size: 24px;
}

.flow_wrap ul{
  display: flex;
}

.flow_wrap ul li{
  width: 25%;
  background-color: #ffffff;
  margin-right: 1%;
}

.flow_wrap ul li:last-child{
  margin-right: 0;
}

.flow_wrap ul li .flow_img_before{
  position: absolute;
}

.flow_wrap ul li .flow_img{
  width: 100%
}

.flow_wrap ul li h5{
  font-size: 20px;
  color: #fe6d0d;
  text-align: center;
  margin-top: 10px;
}

.flow_wrap ul li .flow_text{
  padding:0 10px 20px;
}

.area_wrap{
  padding-bottom: 5%;
}

.area_inner{
  display: flex;
  justify-content: space-between;
}

.area_wrap .area_inner ul{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.area_wrap .area_inner ul li{
    text-align: center;
    background: #1f328c;
    color: #ffffff;
    width: 32%;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    margin-right: 2%;
}

.area_wrap .area_inner ul li:nth-child(3n){
  margin-right: 0;
}

.area_wrap .area_inner p{
  width: 50%;
}

.area_wrap .area_inner p img{
  width: 70%;
  margin:0 auto;
}

.contact_wrap{
  background: #1f328c;
  color: #ffffff;
  padding-bottom: 5%;
}

.contact_wrap h3{
    text-align: center;
    padding: 4% 0;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.4;
    font-family: 'Hiragino Kaku Gothic Std';
    letter-spacing: 3px;
}

.contact_wrap .contact_inner p{
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}

.contact_wrap .contact_inner ul{
  display: flex;
  justify-content: center;
}

.contact_wrap .contact_inner ul li{
  width: 40%;
  background: #fe6d0d;
  text-align: center;
  margin-right: 4%;
}

.contact_wrap .contact_inner ul li:last-child{
  margin-right: 0;
}

.contact_wrap .contact_inner ul li a{
  color: #ffffff;
  font-size: 21px;
  padding:25px 0;
}

.contact_wrap .contact_inner ul li:last-child a{
  padding:35px 0;
}

.contact_wrap .contact_inner ul li a:hover{
  background-color: #ffffff;
  color: #fe6d0d;
}

.contact_wrap .contact_inner ul li a span{
  display: block;
  font-size: 12px;
}

footer{
  position: relative;
}

footer iframe{
  width: 100%;
}

footer .footer_inner{
    background: #111b4a;
    color: #ffffff;
    width: 400px;
    padding: 5% 3%;
    font-size: 14px;
    height: 400px;
    position: absolute;
    top:0;
    right: 0;
}

footer .footer_inner p{
  margin-bottom: 20px;
}

/***************事業内容***************
***************************************/

.business_mv{
  background-image: url(../img/business_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.business_mv_inner{
    background-color: rgba(31, 50, 140, 0.5);
    height: 35vh;
    display: table;
    width: 100%;
}

 .business_mv_inner h1{
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 2px;
    font-size: 48px;
}

ol{
    background: #eeeeee;
    font-size: 12px;
    padding: 7px 30px;
}

ol li{
  display: inline-block;
}

ol li a{
  text-decoration: underline;
}

ol li span{
  margin-left: 5px;
}

.business_wrap,.company_wrap{
    background: #f2f6f9;
    padding: 5% 20px;
}

.business_wrap h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

.business_wrap .title_text{
  text-align: center;
  line-height: 2.3;
  font-size: 18px;
  margin-bottom: 5%;
}

.business_inner>li{
  background-color: #ffffff;
  padding:5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
    box-shadow: 2px 2px 2px #ddd;
}

.business_inner li .business_inner_left{
  width: 60%;
}

.business_inner li .business_inner_left h3{
    font-size: 24px;
    text-align: left;
    padding: 0 0 10px 0;
    font-family: 'Hiragino Kaku Gothic ProN';
}

.business_inner li ul{
  background-color: #eeeeee;
  margin-top: 15px;
    padding: 15px 30px;
}

.business_inner li .business_inner_right{
  width: 40%;
}

.business_inner li .business_inner_right img{
  margin:0 0 0 auto;
}

/************会社概要**************
************************************/

.company_mv{
  background-image: url(../img/company_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.vision_wrap{
  max-width: 980px;
  width: 100%;
  margin:0 auto 5%;
}

.firm_wrap table{
  max-width: 800px;
  width: 100%;
  margin:0 auto;
  border-collapse: collapse;
}

.firm_wrap table tr{
  border-bottom: 1px solid #bbb;
  height: 80px;
}

.firm_wrap table tr th{
  width: 30%;
  text-align: left;
  padding-left: 50px;
}

.firm_wrap table tr td{
  width: 70%;
  padding: 20px 0;
}

/*******************採用情報****************
 * *****************************************/

.recruit_mv{
  background-image: url(img/recruit_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.recruit_wrap{
  background: #f2f6f9;
  padding: 5%;
}

.recruit_inner{
	background:#ffffff;
	padding: 5%;
}

.recruit_inner p img{
	width:100%;
}

.recruit_wrap table{
    width: 100%;
    margin: 30px auto;
    max-width: 700px;
	border-collapse:collapse;
}

.recruit_wrap table tr{
	border:1px solid #ccc;
}

.recruit_wrap table th{
    width: 30%;
    padding: 10px 0;
    background-color: #eeeeee;
}

.recruit_wrap table td{
	padding:10px;
}

.recruit_text{
	width: 100%;
    margin: 30px auto;
    max-width: 700px;
}

.recruit_text h2{
	color:#1f328c;
}

.recruit_text>p{
	margin-bottom:20px;
}

.recruit_btn{
	width:300px;
	margin:0 auto;
	background-color:#fe6d0d;
	text-align:center;
	border:1px solid #fe6d0d;
}

.recruit_btn a{
	padding:15px 0;
	color:#ffffff;
}

.recruit_btn a:hover{
	background-color:#ffffff;
	color:#fe6d0d;
}

/***************お問い合わせ****************
*********************************************/

.contact_page_wrap{
  max-width: 780px;
  width: 100%;
  margin:30px auto;
}

.contact_page_wrap  tr{
	height:60px;
}

.contact_page_wrap th{
	text-align:left;
}

.contact_page_wrap  input{
    height: 35px;
    width: 90%;
    padding: 5px;
    font-size: 14px;
}

.checkbox input{
	width:auto;
	height:auto;
}

textarea{
    width: 90%;
    font-size: 14px;
    padding: 5px;
}

.haveto{
    background-color: pink;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 12px;
}

.whatever{
    background-color: skyblue;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 12px;
}

.contact_page_btn{
    background-color: orange;
    width: 300px;
    border: 1px solid orange;
    color: #ffffff;
    padding: 15px 0;
	 font-size:16px;
    margin: 0 auto;
	 display:block;
	cursor:pointer;
}

.contact_page_btn_wrap{
	max-width:700px;
	margin:5% auto;
}


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

.menu{
  display: block;
}

.menu li{
  width: 100%;
}

.menu li a{
  padding-left: 0;
}

  header nav{
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(33,33,33,.9);
    height: 100%;
    padding-top: 60px;
	 z-index: 2;
  }

header nav ul li{
  width: 100%;
}

  header nav ul li a{
    color: #ffffff;
    padding-left: 20px;
  }

  header .btn-gnavi{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition:all 400ms;
  }

  header .btn-gnavi span {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #666;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      transition: all 400ms
  }

  header .btn-gnavi span:nth-child(1){
    top: 0;
  }

  header .btn-gnavi span:nth-child(2){
    top: 10px;
  }

  header .btn-gnavi span:nth-child(3){
    top: 20px;
  }

  header .btn-gnavi.hb-open{
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
  }

  header .btn-gnavi.hb-open span{
    background: #fff;
  }

  header .btn-gnavi.hb-open span:nth-child(1){
    width: 24px;
    transform: translate(-7px,17px) rotate(45deg);
    -webkit-transform: translate(-7px,17px) rotate(45deg);
  }

  header .btn-gnavi.hb-open span:nth-child(3){
    width: 24px;
    transform: translate(-7px,-17px) rotate(-45deg);
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
  }

  .mv{
    background-image: url(../img/mv_sp.jpg);
    height: 550px;
  }

  .mv h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 18%;
    position: static;

  }

  .mv h2 span{
    font-size: 26px;
  }

  h3{
    padding: 8% 0;
    font-size: 28px;
  }

  h3 span{
    font-size: 16px;
  }

  .service_wrap, .flow_wrap{
    padding-bottom: 8%;
  }

  .feature_wrap ul,.flow_wrap ul,.area_inner,.contact_wrap .contact_inner ul{
    display: block;
  }

  .feature_wrap ul li{
    margin:0 auto 10%;
  }

  .flow_wrap ul li,.flow_wrap ul li:last-child{
    margin:0 auto 10%;
    width: 80%;
  }

  .area_wrap .area_inner ul{
    padding:0 20px;
    width: 100%;
  }

  .area_wrap .area_inner ul li{
    margin-bottom: 10px;
    font-size: 16px;
  }

  .area_wrap .area_inner p{
    width: 100%;
  }

  .contact_wrap h3{
    font-size: 28px;
    padding: 8% 0;
    font-family: 'Hiragino Kaku Gothic Std','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','HiraKakuPro-W6',;
  }

  .contact_wrap .contact_inner ul li,.contact_wrap .contact_inner ul li:last-child{
    width: 80%;
    margin:0 auto 20px;
  }

  footer,footer .footer_inner{
    position: static;
    height: auto;
    width: 100%;
  }

  .business_mv,.business_mv_inner,.company_mv{
    height: 200px;
  }

  .business_mv_inner h1{
    font-size: 26px;
  }

  .business_inner>li{
    display: block;
  }

  .business_inner li .business_inner_left{
    width: 100%;
    margin-bottom: 5%;
  }

  .business_inner li .business_inner_right,.business_inner li .business_inner_right img{
    width: 100%;
  }

  .business_wrap h2,.business_inner li .business_inner_left h3{
    font-size: 18px;
  }

  .business_wrap .title_text{
    font-size: 14px;
  }

  .firm_wrap table tr th{
    font-size: 14px;
    padding-left:0;
  }

  .firm_wrap table tr td{
    font-size: 14px
  }

  .recruit_mv{
    height: 200px;
  }

	.contact_page_wrap{
		padding:0 20px;
}

	.contact_page_wrap th{
    display: block;
    margin: 30px 0 10px;
}

	.contact_page_wrap td{
		display: block;
		width: 100%;
	}

	.contact_page_wrap input,textarea{
		border: 1px solid #ddd;
	}
}
