@charset "UTF-8";
@font-face {font-family: "Yu GothicM";src: local("Yu Gothic Medium");}
/*--------------------------------------------------------------------------
  装飾
--------------------------------------------------------------------------*/
h3 {
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin: 0 auto;
  z-index: 1;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #17184b;
  border-radius: 2px;
}
h3:after {
  display: none;
}
/*--------------------------------------------------------------------------
  コンセプトエリア
--------------------------------------------------------------------------*/
#concept {
  width: 100%;
  height: auto;
  position: relative;
  background: url('../img/company/concept-bg.jpg');
  background-size: cover;
  background-position: bottom right;
}
#concept::after {
  display: block;
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,.2) 50%, rgba(255,255,255,0));
  z-index: 1;
}
.concept-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.concept-title {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 0;
}
.concept-container-text {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
}
.concept-container-text p {
  font-size: 1.6rem;
  text-align: justify;
}
/*--------------------------------------------------------------------------
  アクセスエリア
--------------------------------------------------------------------------*/
#access {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 0;
}
.access-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  margin: 0 auto;
}
.address,
.map {
  width: 45%;
  height: auto;
}
.address-list {
  width: 100%;
  height: auto;
}
.address-list dl {
  display: flex;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.address-list dl:nth-child(6) {
  border-bottom: 1px solid #ccc;
}
.address-list dt {
  width: 30%;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #17184b;
  color:#fff;
  font-weight: bold;
}
.yuubin {
  display: inline-block;
  padding-right: 5px;
}
.address-list dd {
  padding: 15px 10px;
  width: 70%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 896px) {

  #access {
    padding: 50px 0 0 0;
    margin: 0;
  }
  .access-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
  }
  .address {
    width: 70%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .map {
    width: 100%;
  }
  iframe {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  h2,h3,h4 {
    font-size: 2.2rem;
  }
  #concept {
    background: url('../img/company/concept-bg-sp.jpg');
    background-size: cover;
  }
  .concept-container-text {
    width: 85%;
  }
  .concept-container-text p {
    font-size: 1.4rem;
  }
  .address {
    width: 90%;
  }
}
