@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.company h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 350;
  text-align: center;
  margin-top: 2.4em;
}
body.company h2:first-child {
  margin-top: 0.48em;
}
body.company h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 350;
}
body.company .copy {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 1.12em;
}
body.company .lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 350;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  margin-top: 2.4em;
}
body.company .img {
  max-width: 700px;
  margin: 2.4em auto 6.4em;
}
body.company .img-w {
  margin-top: 1.92em;
}
body.company dl.principle {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 350;
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin-top: 0;
}
body.company dl.principle dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  margin-top: 2.4em;
  padding: 0;
}
body.company dl.principle dd {
  margin: 15px 0 0 0;
}
body.company .chapter {
  margin-top: 5em;
}
body.company .chapter:last-child {
  margin-bottom: 5em;
}
body.company .chapter__wrap h2 {
  text-align: left;
  margin-top: 1.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
body.company .chapter__wrap h2 .small {
  font-size: 14px;
  font-size: 1.4rem;
}
body.company .chapter__content p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.28em;
}
body.company .chapter__content p a {
  color: #000;
  text-decoration: underline;
}
body.company .chapter__content p a:hover {
  text-decoration: none;
}
body.company .chapter__content ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
body.company .chapter__content ul li a {
  color: #000;
  text-decoration: underline;
}
body.company .chapter__content ul li a:hover {
  text-decoration: none;
}
body.company .chapter__content dl {
  font-size: 14px;
  font-size: 1.4rem;
}
body.company .chapter__content dl.shop {
  margin-top: 0.8em;
}
body.company .chapter__content dl.shop dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 350;
  margin-top: 1.6em;
}
body.company .chapter__content dl.shop dd {
  margin: 5px 0 0 0;
}
body.company .chapter__content dl.outline {
  border-top: 1px solid #8D8D8D;
  margin-top: 2.4em;
}
body.company .chapter__content dl.outline dt {
  font-weight: 350;
  padding: 1.2em 0 0;
}
body.company .chapter__content dl.outline dd {
  margin: 0.5em 0 0;
  padding: 0 0 1.2em;
  border-bottom: 1px solid #8D8D8D;
}
body.company .chapter__content dl.outline dd ul {
  margin-top: 0;
}
body.company .chapter__item {
  margin: 30px 0 50px;
}
body.company .chapter__item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8em;
}
body.company .chapter__item .img-box p {
  width: calc(50% - 4px);
}
body.company .chapter__item.-training {
  border-top: 1px solid #8D8D8D;
  padding: 0.3em 0 1em;
  margin: 30px 0;
}
body.company .chapter__item.-training dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.08em;
}
body.company .chapter__item.-training dl dt {
  max-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 350;
}
body.company .chapter__item.-training dl dt span {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DEDEDE;
}
body.company .chapter__item.-training dl dt::after {
  content: " ";
  display: block;
  background-color: #DEDEDE;
  width: 16px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body.company .chapter__item.-training dl dd {
  margin-left: 1.5em;
}
body.company .chapter__item.-training dl dd ul.list {
  margin-top: 0;
}
body.company .chapter__item.-training dl dd ul.list li {
  padding-left: 0.8em;
  margin: 0;
}
body.company .chapter__item.-training dl dd ul.list li::before {
  width: 4px;
  height: 4px;
  background: #000;
  left: 0;
}
body.company .chapter__item.-training dl.list {
  display: block;
}
body.company .chapter__item.-training dl.list dt, body.company .chapter__item.-training dl.list dd {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 0 0.8em;
}
body.company .chapter__item.-training dl.list dt {
  position: relative;
  text-align: left;
  margin-top: 15px;
}
body.company .chapter__item.-training dl.list dt:first-child {
  margin-top: 0;
}
body.company .chapter__item.-training dl.list dt::before {
  content: " ";
  display: block;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0.65em;
}
body.company .chapter__item.-training dl.list dt::after {
  content: none;
}
body.company .chapter__item.-training dl.list dd {
  margin: 0;
}
body.company .chapter__txt h3 {
  margin-top: 1.6em;
}
body.company .chapter__txt h3.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1.92em;
}
body.company .chapter__txt h3.number span {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 350;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  body.company h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  body.company h2:first-child {
    margin-top: 1.6em;
  }
  body.company .copy {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.company .lead {
    text-align: center;
  }
  body.company .principle {
    font-size: 17px;
    font-size: 1.7rem;
  }
  body.company .chapter {
    margin-top: 8em;
  }
  body.company .chapter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.company .chapter__content dl.outline {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.company .chapter__content dl.outline dt, body.company .chapter__content dl.outline dd {
    border-bottom: 1px solid #8D8D8D;
    padding: 1.5em 0;
  }
  body.company .chapter__content dl.outline dt {
    width: 7em;
    font-weight: 350;
    margin: 0;
  }
  body.company .chapter__content dl.outline dd {
    width: calc(100% - 7em);
    margin: 0;
    padding-left: 60px;
  }
  body.company .chapter__content dl.outline dd ul {
    margin-top: 0;
  }
  body.company .chapter__item .img-box p {
    width: calc(50% - 18px);
  }
  body.company .chapter__item.-training {
    padding: 0.5em 0 2em;
  }
  body.company .chapter__item.-training:last-child {
    border-bottom: 1px solid #8D8D8D;
  }
  body.company .chapter__item.-training dl {
    margin-top: 2.4em;
  }
  body.company .chapter__item.-training dl dt span {
    width: 100%;
    padding: 0 2em;
  }
  body.company .chapter__item.-training dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.company .chapter__item.-training dl dd ul.list {
    margin: 0 1em 0 0;
  }
}
@media print, screen and (min-width: 1023px) {
  body.company .img-w {
    margin-top: 0;
  }
  body.company .chapter {
    margin-top: 8em;
  }
  body.company .chapter:last-child {
    margin-bottom: 3em;
  }
  body.company .chapter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.company .chapter__wrap h2 {
    width: 190px;
    margin-top: 0;
  }
  body.company .chapter__content {
    width: calc(100% - 190px);
    padding-left: 70px;
  }
  body.company .chapter__item {
    margin: 40px 0 0;
  }
  body.company .chapter__item:first-child {
    margin-top: 0;
  }
  body.company .chapter__item.-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.company .chapter__img {
    width: 45.5%;
  }
  body.company .chapter__txt {
    width: 54.5%;
    padding-left: 60px;
  }
  body.company .chapter__txt h3 {
    margin-top: 0.8em;
  }
  body.company .chapter__txt h3.number {
    margin-top: 0;
  }
}