@charset "utf-8";
.tb-company-header__title {
  padding: 7rem 0rem;
  text-align: center;
  font-size: 4rem;
  font-family: Georgiam, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-color: #c9bc9c;
}
.tb-company-header__lead {
  max-width: 100rem;
  width: auto;
  margin: 10rem auto;
  padding: 2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2em;
  font-family: Georgiam, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  word-break: keep-all;
}
.tb-company-concept__heading {
  max-width: 100rem;
  width: auto;
  margin: 5rem auto;
  padding: 2rem;
  text-align: center;
  font-size: 3.6rem;
  line-height: 2em;
  font-family: Georgiam, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-feature-settings: "palt";
  word-break: keep-all;
}
.tb-company-concept__text {
  max-width: 100rem;
  width: auto;
  margin: 5rem auto;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
}
.tb-company-concept__text__signature {
  text-align: right;
}
.tb-company-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 102rem;
  width: auto;
  margin: 5rem auto;
  padding: 2rem;
  list-style: none;
}
.tb-company-images__item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35rem;
  padding: 1rem;
}
.tb-company-images__item__image {
  display: block;
  width: 100%;
  height: auto;
}
.tb-company-images__item__text {
  margin-top: 1rem;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-feature-settings: "palt";
}
.tb-company-info {
  max-width: 102rem;
  width: auto;
  margin: 5rem auto;
  padding: 2rem;
}
.tb-company-info__table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
.tb-company-info__table__tbody__tr__th, .tb-company-info__table__tbody__tr__td {
  padding: 2rem;
  font-size: 1.8rem;
  line-height: 2em;
  font-weight: 400;
}
.tb-company-info__table__tbody__tr__th {
  background-color: #faf8f5;
}
@media (min-width:960px) {
  .tb-company-info__table__tbody__tr__th, .tb-company-info__table__tbody__tr__td {
    border-style: solid;
    border-width: 0.1rem;
    border-color: #c9bc9c;
  }
  .tb-company-info__table__tbody__tr__th {
    width: 20rem;
    border-left-style: solid;
    border-left-width: 0.5rem;
    border-left-color: #d9aab9;
  }
}
@media (max-width:959px) {
  .tb-company-info__table {
    display: block;
  }
  .tb-company-info__table__tbody {
    display: block;
  }
  .tb-company-info__table__tbody__tr {
    display: block;
  }
  .tb-company-info__table__tbody__tr__th, .tb-company-info__table__tbody__tr__td {
    display: block;
  }
  .tb-company-info__table__tbody__tr__th {
    padding: 1rem;
    border-left-style: solid;
    border-left-width: 0.5rem;
    border-left-color: #d9aab9;
  }
  .tb-company-info__table__tbody__tr__td {
    width: max-content;
    margin: auto;
    padding-bottom: 5rem;
  }
}
.tb-company-innerImages {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 80vw;
  width: auto;
  margin: 2rem auto;
  list-style: none;
}
.tb-company-innerImages__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 20rem;
  padding: 1rem;
}
.tb-company-innerImages__item__link {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.tb-company-innerImages__item__link:hover {
  opacity: 0.8;
}
.tb-company-innerImages__item__link__image {
  display: block;
  width: 100%;
  height: auto;
}
.tb-company-innerImages__item__link__text {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-feature-settings: "palt";
}
/*# sourceMappingURL=./style.css.map */