.pc {
  display: block
}

.sp {
  display: none!important
}

#pages_main .main {
  background-image: url(../../img/company/mv.jpg)
}

.cont #company {
  padding: 50px 0 135px
}

@media screen and (max-width:767px) {
  .pc {
    display: none!important
  }
  .sp {
    display: block!important
  }
  #pages_main .main .sub_ttl img {
    height: 6px
  }
  .cont #company {
    padding: 40px 20px
  }
}

.cont #company .cont_inner {
  box-sizing: border-box;
  background-color: #fff;
  padding: 45px;
  max-width: 980px;
  margin: auto
}

.cont #company .company_block {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width:767px) {
  .cont #company .cont_inner {
    padding: 30px 20px
  }
  .cont #company .company_block {
    font-size: 13px;
    display: block
  }
}

.cont #company .company_ttl {
  padding: 20px;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-color: #fafafa;
  width: 135px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:767px) {
  .cont #company .company_ttl {
    width: 100%;
    padding: 10px
  }
}

.cont #company .company_txt {
  padding: 20px;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:767px) {
  .cont #company .company_txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px
  }
}

.cont #company .border {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 10px
}

.cont #access {
  padding: 50px 0 40px;
  overflow: hidden;
}

.cont #access .cont_ttl {
  margin-bottom: 0
}

.cont #access .accessMap {
  margin-top: -3%;
  padding-top: 15%;
  padding-bottom: 35%;
  background: url(../../img/company/foot_bg.png) no-repeat;
  background-size: cover;
  /*overflow: hidden;
  position: relative;
  padding: 205px 0 366px;*/
}

/*.cont #access .accessMap .bg{
	content: '';
	display: block;
	position: absolute;
	background: url(../../img/company/foot_bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 100%;
	top: 0;
	transform: rotate(-12deg);
}*/

.cont #access .mapInner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  z-index: 2;
  position: relative
}

@media screen and (max-width:819px) {
  .cont #access .mapInner {
    width: 95%
  }
}

.cont #access .mapInner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efae00;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
  z-index: -1
}

.cont #access #map {
    position: relative;
     /*padding-bottom: 56.25%;*/
     padding-bottom: 48%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
}
.cont #access #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
  .cont #access #map {
     padding-bottom: 60%;
  }
}
@media screen and (max-width:570px) {
  .cont #access #map {
     padding-bottom: 75%;
  }
}

.cont #access .access_detail {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: -20%;
  right: -10px;
  z-index: 2;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*min-width: 800px*/
}

@media screen and (max-width:819px) {
  .cont #access .access_detail {
    position: static;
    display: block;
    min-width: auto
  }
}

.cont #access .access_detail:after {
  content: '';
  display: block;
  width: 102%;
  height: 110%;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: -5%;
  left: -1%;
  margin: auto;
  z-index: -1
}

.cont #access .access_detail dl {
  font-size: 14px
}

@media screen and (max-width:819px) {
  .cont #access .access_detail:after {
    display: none
  }
  .cont #access .access_detail dl:first-child {
    margin-bottom: 20px
  }
}

@media screen and (max-width:767px) {
  .cont #access .access_detail dl {
    font-size: 12px
  }
}
