.p-about__movie {
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 400px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-about__movie {
    max-width: 500px;
  }
}

.p-about__movie-link {
  display: flex;
  align-items: center;
}

.p-about__movie-thumbnail {
  width: 45%;
}
@media screen and (min-width: 1024px) {
  .p-about__movie-thumbnail {
    width: 50%;
  }
}

.p-about__movie-text {
  font-size: 14px;
  padding: 0 15px;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-about__movie-text {
    padding: 0 30px;
    font-size: 16px;
  }
}

.p-about__img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-business-summary__industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-business-summary__industries {
    grid-template-columns: repeat(4, 1fr);
    max-width: 592px;
    margin: 0;
    flex: 1;
  }
}

.p-business-summary__industry-card {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
}

.p-business-summary__industry-image {
  width: 100%;
  height: 100px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-business-summary__industry-image {
    height: 70px;
  }
}
.p-business-summary__industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-business-summary__industry-title {
  background: #EFF6FF;
  border-radius: 0 0 16px 16px;
  padding: 10px 0;
  text-align: center;
}
.p-business-summary__industry-title h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #1F2937;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-business-summary__industry-title h3 {
    font-size: 16px;
  }
}

.p-model__img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-model__img {
    max-width: 900px;
    display: block;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1024px) {
  .snapdish-about-thumb--service {
    width: 53%;
  }
}

@media screen and (min-width: 1024px) {
  .snapdish-about-txt-content--service {
    width: 42%;
  }
}

.p-model__data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-model__data-title, .p-model__data-value {
  box-sizing: border-box;
}

.p-model__data-title {
  display: flex;
  align-items: center;
  width: 35%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-model__data-title {
    width: 30%;
  }
}

.p-model__data .p-model__data-title:last-of-type,
.p-model__data .p-model__data-value:last-of-type {
  border: none;
}

.p-model__data .p-model__data-value {
  display: flex;
  align-items: center;
  width: 65%;
  margin-left: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-model__data .p-model__data-value {
    width: 70%;
  }
}

#homeKv {
  background: url(../img/hero.png) no-repeat top center;
  background-size: cover;
}

.snapdish-main-visual-logo--tr {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 60%;
  max-width: 400px;
  display: block;
  margin: 20px auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .snapdish-main-visual-logo--tr {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 30px 40px;
  }
}

.tr-catchcopy {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .tr-catchcopy {
    padding-top: 100px;
  }
}

.tr-catchcopy__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.tr-catchcopy__text span {
  display: inline-block;
}

.tr-catchcopy__text--1 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .tr-catchcopy__text--1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .tr-catchcopy__text--1 {
    font-size: 36px;
  }
}

.tr-catchcopy__text--2 {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tr-catchcopy__text--2 {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ttl-page-main br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */