@charset "UTF-8";
/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  background: url(../img/company/keyvisual-background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    background: url(../img/company/keyvisual-background-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.keyvisual-page-title {
  color: #fff;
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
main {
  padding: 100px 0 160px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 25px 0 60px;
  }
}

/* ---------------------------------------*/
/* access */
/* ---------------------------------------*/
#access {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #access {
    margin: 0 0 25px;
  }
}

.access-photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .access-photo-list {
    padding: 0 35px;
    display: block;
    margin: 0 0 20px;
  }
}

.access-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 26px;
  border-bottom: solid 1px #231815;
}
@media screen and (max-width: 768px) {
  .access-content {
    display: block;
    padding: 0 35px 35px;
  }
}

.access-text-area {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .access-text-area {
    width: 100%;
    margin: 0 0 28px;
  }
}

.access-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.83;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .access-address {
    font-size: 1.3rem;
    line-height: 2.1;
  }
}

.access-address__term {
  width: 10em;
}
@media screen and (max-width: 768px) {
  .access-address__term {
    width: 7em;
  }
}

.access-address__description {
  width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
  .access-address__description {
    width: calc(100% - 7em);
  }
}

.address-mail {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 0 7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  position: relative;
}
.address-mail::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/company/icon-mail.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 3em;
}
@media screen and (max-width: 768px) {
  .address-mail {
    font-size: 1.3rem;
    height: 28px;
  }
  .address-mail::before {
    width: 28px;
    height: 28px;
  }
}

.access-map-area {
  width: 60%;
  aspect-ratio: 564/386;
}
@media screen and (max-width: 768px) {
  .access-map-area {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

/* ---------------------------------------*/
/* info */
/* ---------------------------------------*/
.info-content {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info-content {
    display: block;
    padding: 0 0 0 35px;
    margin: 0 auto;
  }
}

.info {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.83;
  color: #231815;
}
.info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info dt {
  width: 8em;
}
.info dd {
  width: calc(100% - 8em);
}
.info small {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .info {
    font-size: 1.3rem;
  }
}

.info-section-heading {
  font-size: 1.8rem;
  font-weight: 400;
  color: #231815;
  margin: 0 0 20px;
}
.info-section-heading::before {
  content: "■ ";
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .info-section-heading {
    font-size: 1.4rem;
    margin: 0 0 14px;
  }
}

#overview {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  #overview {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
  }
  #overview::after {
    display: block;
    content: "";
    width: calc(100% + 35px);
    height: 1px;
    background: #231815;
    position: absolute;
    left: -35px;
    bottom: 0;
  }
}

.overview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.overview-list__term {
  width: 11em !important;
}
@media screen and (max-width: 768px) {
  .overview-list__term {
    width: 7em !important;
  }
}

.overview-list__description {
  width: calc(100% - 11em) !important;
}
@media screen and (max-width: 768px) {
  .overview-list__description {
    width: calc(100% - 7em) !important;
  }
}

#history {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  #history {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
  }
  #history::after {
    display: block;
    content: "";
    width: calc(100% + 35px);
    height: 1px;
    background: #231815;
    position: absolute;
    left: -35px;
    bottom: 0;
  }
}

.history-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.history-list__term {
  width: 12em !important;
}
@media screen and (max-width: 768px) {
  .history-list__term {
    width: 7em !important;
  }
}

.history-list__description {
  width: calc(100% - 12em) !important;
}
@media screen and (max-width: 768px) {
  .history-list__description {
    width: calc(100% - 7em) !important;
  }
}

#group {
  grid-column: 2/3;
  grid-row: 2/3;
}

.overview-list,
.history-list {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .overview-list,
  .history-list {
    font-size: 1.3rem;
  }
}

.group-company-name,
.group-company-url,
.group-company-message {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .group-company-name,
  .group-company-url,
  .group-company-message {
    font-size: 1.3rem !important;
  }
}