table.std {
  background-color: #FFF;
  border-spacing: 0;
  border-bottom: solid 1px #f0c7d2;
  table-layout: fixed;
}
table.std th, table.std td {
  font-size: 1.5rem;
  width: 100%;
  padding: 1em;
  display: block;
  border: solid 1px #f0c7d2;
  border-bottom: none;
}
table.std th {
  font-weight: 400;
  line-height: 1;
  width: 100%;
  display: block;
  background-color: #fffafd;
}
table.std td a {
  color: #005bac;
  font-size: inherit;
  text-decoration: underline;
}
table.std td a.map {
  font-size: 0.87em;
}
table.std td ul.hall {
  padding-left: 2em;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
table.std td ul.hall li {
  font-size: 1.5rem;
  text-indent: -0.3em;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0.5em;
  list-style-type: disc;
}
table.std td ul.group {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
table.std td ul.group li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  table.std {
    border-bottom: none;
  }
  table.std th, table.std td, table.std li {
    font-size: 16px;
  }
  table.std th, table.std td {
    padding: 1em 2em;
    border: solid 1px #f0c7d2;
  }
  table.std th {
    width: 24%;
    display: table-cell;
  }
  table.std td {
    width: 76%;
    display: table-cell;
  }
  table.std td ul.hall li {
    width: 50%;
  }
  table.std td ul.group li {
    width: 180px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  table.std td ul.hall li {
    width: 30%;
  }
}
.company #concept {
  background-image: url("../img/company/bg-concept.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.company #concept p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
}
.company #concept div[class^='concept'] {
  text-align: center;
  margin-bottom: 3rem;
}
.company #concept .concept1 p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.company #concept .col2 .hBox img {
  width: auto;
  height: 20vw;
  margin: 0 auto;
}
.company #greeting h3 {
  font-size: 1.8rem;
  text-align: center;
}
.company #greeting p {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.company #greeting .imgBox {
  text-align: center;
}
.company #greeting .imgBox .name img {
  width: 40%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .company #concept p {
    font-size: 22px;
  }
  .company #concept div[class^='concept'] {
    margin-bottom: 60px;
  }
  .company #concept .concept1 {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .company #concept .col2 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .company #concept .col2 .hBox {
    width: 30%;
  }
  .company #concept .col2 .hBox img {
    width: 100%;
    height: auto;
  }
  .company #concept .col2 .textBox {
    flex: 1;
  }
  .company #concept .concept2 p {
    text-align: left;
  }
  .company #concept .concept3 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .company #concept .concept3 p {
    text-align: right;
  }
  .company #greeting .greetingBody {
    position: relative;
  }
  .company #greeting h3 {
    font-size: 20px;
  }
  .company #greeting p {
    font-size: 18px;
  }
  .company #greeting p:nth-of-type(3) {
    padding-right: 50%;
  }
  .company #greeting .imgBox {
    width: 40%;
    position: absolute;
    right: 20px;
    bottom: -40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .company .mainVisual {
    background-image: url("../img/feature/bg-header-pc.jpg");
    background-position: center top;
  }
  .company #concept p {
    font-size: 24px;
  }
  .company #concept .concept1 {
    width: 700px;
  }
  .company #greeting h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
  }
  .company #greeting .greetingBody {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .company #greeting .textBox {
    width: 53%;
  }
  .company #greeting .textBox p {
    line-height: 2;
    padding: 0 !important;
  }
  .company #greeting .imgBox {
    width: 41.7%;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .company #greeting .imgBox .name img {
    width: 132px;
  }
}
