@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box1 {
  margin-bottom: 13.55vw;
}

.box-para-pic {
  width: 100%;
  height: 50vw;
  margin: 0 auto 15.6vw;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.box-para-pic img {
  position: relative;
  display: block;
}

.box-para-pic.show {
  opacity: 1;
}

.box1-textarea {
  width: 61.64%;
  margin: 0 auto;
}

.box1-title.show span {
  background-position: left center;
}

.box1-title__main {
  width: 100%;
  margin-bottom: 2.22vw;
}

.box1-title__sub {
  font-size: 1.62vw;
  letter-spacing: 0.12em;
  color: #01b577;
  font-weight: bold;
  margin-bottom: 3.8vw;
}

.box1-title__sub span {
  color: transparent;
  line-height: inherit;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #01b577), color-stop(50%, #d4d4d4));
  background-image: -o-linear-gradient(left, #01b577 50%, #d4d4d4 50%);
  background-image: linear-gradient(90deg, #01b577 50%, #d4d4d4 50%);
  background-size: 201% 100%;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position var(--time) linear var(--delay);
  -o-transition: background-position var(--time) linear var(--delay);
  transition: background-position var(--time) linear var(--delay);
}

.box1-text {
  font-size: 1.37vw;
  color: #333333;
  line-height: 2.81;
  text-align: justify;
}

.box2 {
  margin-bottom: 13.66vw;
}

.box2-title {
  font-size: 5.37vw;
  font-weight: 300;
  margin-bottom: 4.4vw;
}

.box2-title span {
  color: transparent;
  line-height: inherit;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, #d4d4d4));
  background-image: -o-linear-gradient(left, black 50%, #d4d4d4 50%);
  background-image: linear-gradient(90deg, black 50%, #d4d4d4 50%);
  background-size: 201% 100%;
  background-position: right center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position var(--time) linear;
  -o-transition: background-position var(--time) linear;
  transition: background-position var(--time) linear;
}

.box2-title.show span {
  background-position: left center;
}

.box2-list__item {
  width: 100%;
  aspect-ratio: 1460 / 500;
  background-color: #01b577;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 93% auto;
  background-position: 406% 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: background;
}

.box2-list__item:nth-child(2) {
  background-color: #18a3c1;
  background-size: 60%;
  background-position: 120% 40%;
}

.box2-list__item:nth-child(3) {
  background-color: #ebd22a;
  background-size: 41.1% auto;
  background-position: 92.9% .5vw;
}

.box2-list__inner {
  top: 50%;
  padding-left: 7.8vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.box2-list__title {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.3vw;
}

.box2-list__subtitle {
  font-size: 1.18vw;
  font-weight: bold;
  margin-bottom: 1.5vw;
}

.box2-list__text p {
  color: #fff;
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  .box1 {
    margin-bottom: 27.3vw;
  }
  .box-para-pic {
    width: 112%;
    height: 93.3vw;
    left: -6%;
    margin-bottom: 33.1vw;
  }
  .box1-textarea {
    width: 100%;
  }
  .box1-title__main {
    width: 95.52%;
    margin-bottom: 5.1vw;
  }
  .box1-title__sub {
    font-size: 4.8vw;
    margin-bottom: 11.3vw;
  }
  .box1-text {
    font-size: 3.45vw;
    line-height: 2.69;
  }
  .box2 {
    margin-bottom: 26.1vw;
  }
  .box2-title {
    font-size: 12.25vw;
    line-height: 1.19;
    margin-bottom: 8.24vw;
  }
  .box2-list {
    width: 112%;
    left: -6%;
  }
  .box2-list__item {
    aspect-ratio: 750 / 490;
    background-size: 140%;
    background-position: -3% 50%;
  }
  .box2-list__item:nth-child(2) {
    background-size: 140% auto;
    background-position: 50% 50%;
  }
  .box2-list__item:nth-child(3) {
    background-size: 80% auto;
    background-position: 159% 49%;
  }
  .box2-list__inner {
    top: 51.2%;
    padding-left: 5.9%;
  }
  .box2-list__title {
    font-size: 7.75vw;
    margin-bottom: 3.5vw;
  }
  .box2-list__subtitle {
    font-size: 3.7vw;
    margin-bottom: 4.8vw;
  }
  .box2-list__text p {
    line-height: 1.61;
  }
}
/*# sourceMappingURL=about.css.map */

/* 会社概要 */
.company-table {
  line-height:1.5;
}
.company-table__inner{
  margin:0 auto;
}
.company-table-list__item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:baseline;
  -ms-flex-align:baseline;
  align-items:baseline;
  padding:2.45vw 0 2.56vw;
  border-bottom: 1px solid #eaeaea;
}
.company-table-list__item.pdf{
 padding: 2.4vw 0 2.3vw; 
}
.company-table-list__item.pdf:first-child{
  border-top: 1px solid #eaeaea;
}
.company-table-list__category{
  width: 30%;
  font-size:1vw;
  font-weight:bold;
  color:#01b577;
}
.company-table-list__text{
  width: 70%;
  font-size:1vw;
}