@charset "UTF-8";
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}
.header{
  background: rgba(12,66,106,0.4);
}
#content_layer{
  padding-top: 120px;
}
.tab-group li{
    position: relative;
    width: 32.5%;
}


/*セクション*/
section{
  padding-top: 80px;
}

/*会社概要の表*/
.company_1{
  max-width: 1200px;
  margin: 0 auto;
}
.table_inner{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
}
.table_inner:nth-of-type(odd){
  background-color: #f7f5f0;
}
.table_ttl{
  width: 36.083%;
  font-size: 18px;
  font-weight: 500;
  padding-left: 40px;
  box-sizing: border-box;
}
.table_read{
  width: 63.917%;
  font-size: 16px;
  font-weight: 500;
  padding-right: 40px;
}

/*アクセス*/
.access_ttl{
  width: 100%;
  text-align: center;
  position: relative;
}
.access_ttl p{
  font-size: 68px;
  color: #f7f5f0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.access_ttl h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.access > p{
  text-align: center;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
}
.access > p span{
  display: inline-block;
}
.map{
  margin: 0 calc(50% - 50vw);
}
.br_sp{
  display: none;
}
@media (max-width:600px){
  .access > p{
    font-size: 14px;
  }
  .br_sp{
    display: block;
  }
  .table_ttl {
    font-size: 16px;
    padding-left: 20px;
}
}
/*バナーエリア*/
.bunner{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 100px 0 120px 0;
}
.bunner_left,.bunner_right{
  width: 49.167%;
}
.bunner_left a,.bunner_right a{
  transition-duration: 0.6s;
  position: relative;
  display: block;
}
/* .bunner_left a:hover,.bunner_right a:hover{
  opacity: 0.6;
  transition-duration: 0.6s;
} */
@media (max-width:1240px){
  .bunner{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width:600px){
  .bunner{
    flex-direction: column;
  }
  .bunner_left,.bunner_right{
    width: 100%;
  }
}
