* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* about
--------------------- */
#about .inner .con-title {
  margin-bottom: 1.6rem;
}
#about .inner .txt-box {
  margin-bottom: 10rem;
}
#about .inner .txt-box h3 {
  font-size: 3.2rem;
  line-height: 5.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #about .inner .con-title {
    margin-bottom: 2.6rem;
  }
  #about .inner .txt-box {
    display: block;
    margin-bottom: 5rem;
  }
  #about .inner .txt-box h3 {
    font-size: 1.95rem;
    line-height: 3.1rem;
    margin-bottom: 1.3rem;
  }
  #about .inner {
    /*.txt-box*/
  }
  #about .inner .ph01 {
    width: 100%;
  }
  #about .inner .ph01 img {
    width: 180%;
  }
}
/* numbers
--------------------- */
#numbers .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#numbers .inner .list .item {
  position: relative;
  width: calc(50% - 1.5rem);
  padding: 5rem 0 6rem 0;
  background-color: var(--white);
}
#numbers .inner .list .item:not(:nth-last-child(-n+2)) {
  margin-bottom: 3rem;
}
#numbers .inner .list .item .num {
  position: absolute;
  top: 0.7rem;
  left: 1.6rem;
  color: #B7B7B7;
}
#numbers .inner .list .item .en {
  position: absolute;
  top: 1.9rem;
  right: 1.2rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #B7B7B7;
}
#numbers .inner .list .item .ph {
  width: 54%;
  margin: 0 auto 1.5rem auto;
}
#numbers .inner .list .item p {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #numbers .inner .list {
    display: block;
  }
  #numbers .inner .list .item {
    position: relative;
    width: 100%;
    padding: 3rem 0 3.7rem 0;
  }
  #numbers .inner .list .item:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
  #numbers .inner .list .item:nth-of-type(5) {
    margin-bottom: 2rem;
  }
  #numbers .inner .list .item .en {
    font-size: 1.1rem;
  }
  #numbers .inner .list .item .ph {
    width: 68%;
    margin: 0 auto 1.2rem auto;
  }
  #numbers .inner .list .item p {
    width: 73%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */