.pageHeader {
  background-image: url("../img/aboutus/bg-header.jpg");
}

.intro {
  padding-top: 4rem;
  background-image: url("../img/aboutus/bg-purpose-sp.jpg");
  background-position: center center;
  background-size: cover;
}
.intro h2.secHeader {
  color: #FFF;
}
.intro .textBox {
  padding: 0 2em;
}
.intro .textBox li {
  color: #FFF;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.intro .textBox li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  background-color: #E6D9A3;
  border-radius: 50%;
}
.intro .textBox li strong {
  color: #E6D9A3;
}

#system {
  background-color: #F2F7F5;
}
#system .sysBox {
  margin-bottom: 10rem;
}
#system .sysBox:last-child {
  margin-bottom: 0;
}
#system .sysBox.org p.lead {
  text-align: center;
}
#system .sysHeader {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 0.4em;
  background-color: #FFF;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
#system p.lead {
  font-size: 1.4rem;
}
#system .col {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#system .index {
  width: 47%;
  margin-bottom: 1rem;
  padding: 0.2rem;
  border-style: solid;
  border-width: 0.2rem;
}
#system .index h4 {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.2rem;
  padding: 0.7em;
}
#system .index h4 span {
  font-size: 0.8em;
}
#system .index .imgBox {
  margin: 0 auto 0.2rem;
}
#system .index .textBox li {
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#system .index .textBox li span {
  font-size: 0.8em;
}
#system .index .textBox li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  background-color: #B5B5B6;
  border-radius: 50%;
}
#system .index .textBox .btnWrap {
  margin: 0;
}
#system .index .textBox .btn {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}
#system .index.children {
  border-color: #CF7C00;
}
#system .index.children h4 {
  background-color: #CF7C00;
}
#system .index.children .textBox .btn {
  background-color: #CF7C00;
}
#system .index.culture {
  border-color: #992646;
}
#system .index.culture h4 {
  background-color: #992646;
}
#system .index.culture .textBox .btn {
  background-color: #992646;
}
#system .index.environment {
  border-color: #036BB3;
}
#system .index.environment h4 {
  background-color: #036BB3;
}
#system .index.environment .textBox .btn {
  background-color: #036BB3;
}
#system .index.office {
  cursor: default;
  border-color: #006934;
  border-bottom: solid 0.2rem #006934;
}
#system .index.office h4 {
  background-color: #006934;
}
#system .index.office .textBox ul {
  padding: 1em;
}

#activity dl {
  border-top: solid 1px #9FA0A0;
}
#activity dl dt {
  font-size: 1.3rem;
  font-weight: 400;
  padding-top: 2rem;
}
#activity dl dd {
  padding-bottom: 2rem;
  border-bottom: solid 1px #9FA0A0;
}
#activity dl dd h4 {
  color: #006934;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
#activity dl dd p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 600px) {
  .intro {
    text-align: center;
    padding: 12rem 0;
    background-image: url("../img/aboutus/bg-purpose.jpg");
  }
  .intro h2.secHeader {
    margin-bottom: 8rem;
  }
  .intro .textBox {
    padding: 0;
    display: inline-block;
  }
  .intro .textBox li {
    font-size: 2.2rem;
    text-align: left;
  }

  #system .sysHeader {
    font-size: 2.4rem;
    padding: 0.6em;
  }
  #system p.lead {
    font-size: 1.8rem;
    text-align: center;
  }
  #system .index {
    width: 23%;
  }
  #system .index:not(.office) {
    transition: opacity 0.2s;
  }
  #system .index:not(.office):hover {
    opacity: 0.7;
  }
  #system .index .imgBox h4 {
    color: #FFF;
    font-size: 2rem;
    padding: 0.6em 0;
  }
  #system .index .textBox li {
    font-size: 1.6rem;
  }
  #system .index .textBox .btn {
    font-size: 1.6rem;
  }
  #system .index .textBox .btn:hover {
    opacity: 1;
  }

  #activity dl dt {
    font-size: 1.6rem;
    width: 30%;
    padding-top: 2rem;
    padding-left: 2rem;
    float: left;
  }
  #activity dl dd {
    width: 100%;
    padding: 2rem;
    padding-left: 30%;
  }
  #activity dl dd h4 {
    font-size: 2.4rem;
    margin-bottom: 0.4em;
  }
  #activity dl dd p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=aboutus.css.map */
