#story {
  background-color: rgb(243, 242, 239);
}
#story .jyunkanzu {
  margin-top: -100px;
}
@media (width < 430px) {
  #story .jyunkanzu {
    margin-top: -60px;
    margin-bottom: 60px;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#story .jyunkanzu img {
  width: 100vw;
}
#story .story-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 5% 60px;
}
@media (width < 430px) {
  #story .story-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 5% 40px;
  }
}
#story .story-box .txt-box {
  width: 60%;
}
@media (width < 430px) {
  #story .story-box .txt-box {
    width: 100%;
  }
}
#story .story-box .txt-box .num {
  font-size: 4.6rem;
  font-weight: 700;
  color: rgb(70, 92, 115);
}
@media (width < 430px) {
  #story .story-box .txt-box .num {
    font-size: 6rem;
  }
}
#story .story-box .txt-box h3 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.8em;
  letter-spacing: 0.08em;
}
@media (width < 430px) {
  #story .story-box .txt-box h3 {
    font-size: 2rem;
    margin-top: 1em;
    line-height: 1.5;
  }
}
#story .story-box .txt-box p {
  line-height: 1.9;
  margin-top: 1.6em;
  text-align: justify;
  opacity: 0.9;
}
@media (width < 430px) {
  #story .story-box .txt-box p {
    margin-top: 1.4rem;
    line-height: 1.7;
  }
}
#story .story-box .img-box {
  width: 35%;
}
@media (width < 430px) {
  #story .story-box .img-box {
    width: 75%;
  }
}
#story .story-box + .story-box {
  margin-top: 60px;
}

.sep-img img {
  width: 100vw;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 430px) {
  .sep-img img {
    height: 220px;
  }
}

.warming-item-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.warming-item-wrapper .warming-item {
  padding: 1.2em 1.25em 2em;
}
.warming-item-wrapper .warming-item img {
  width: 100%;
  margin-bottom: 2em;
}
@media (width < 430px) {
  .warming-item-wrapper .warming-item img {
    width: 80%;
    margin: 0 auto 2em;
  }
}
.warming-item-wrapper .warming-item h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (width < 430px) {
  .warming-item-wrapper .warming-item h3 {
    margin-bottom: 1em;
  }
}
.warming-item-wrapper .warming-item p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.75;
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: justify;
}
.company-info dt,
.company-info dd {
  padding: 1.5em 0.8em;
  border-bottom: solid 1px #252322;
}
.company-info dt {
  width: 7em;
}
@media (width < 430px) {
  .company-info dt {
    width: 100%;
    border: none;
    padding: 1em 0 0.6em;
    opacity: 0.8;
  }
}
.company-info dd {
  width: calc(100% - 7em);
}
@media (width < 430px) {
  .company-info dd {
    width: 100%;
    border-bottom: solid 1px #252322;
    padding: 0 0.8em 1em;
  }
}/*# sourceMappingURL=pg_about.css.map */