<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DIN';
  src: url("../../fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("../../fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.aboutus-inner {
  position: relative;
  z-index: 5;
}

.aboutus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .aboutus-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.aboutus-item {
  border: 1px solid  #cbd2d7;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .aboutus-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-item {
    width: 100%;
    margin-bottom: 20px;
    min-height: 263px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutus-item:nth-child(2n+1):nth-last-child(-n+2),
  .aboutus-item:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-item:last-child {
    margin-bottom: 0;
  }
}

.aboutus-item-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .aboutus-item-contents {
    padding: 30px 30px 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-item-contents {
    padding: 20px 20px 25px 20px;
  }
}

.aboutus-item-contents-title {
  line-height: 1.6;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .aboutus-item-contents-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-item-contents-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutus-item-contents-text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutus-item-contents-text {
    font-size: 14px;
  }
}

.aboutus-movie {
  position: relative;
}

.aboutus-movie::before {
  content: '';
  position: absolute;
  display: block;
  background: url("../../img/aboutus/aboutus-play.png") center center/contain no-repeat;
  width: 69px;
  height: 69px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  #video video {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 767px) {
  #video video {
    max-width: 80vw;
  }
}
</pre></body></html>