@import url("https://fonts.googleapis.com/css?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.header {
  background-color: rgba(228, 228, 228, 0.7);
}
.header .logo #logo-svg path {
  fill: #333;
}
.header .logo #logo-svg rect {
  fill: #333;
}

.trust {
  padding-bottom: 50px;
}
.trust-inner {
  width: 70%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
}
.trust-title {
  position: relative;
  width: 120px;
  margin-right: calc(100% - 120px - 30px - 30px);
}
.trust-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c1b067;
  display: block;
  margin: 10px 0;
}
.trust-ttext {
  font-size: 18px;
  letter-spacing: 0.5em;
  padding: 0 0 0 10px;
  color: #9c8a40;
}
.trust-content {
  line-height: 2em;
  width: calc(100% - 200px);
  margin: 10px 0 0 200px;
}
.trust-content p {
  margin-bottom: 20px;
}
.trust-content p:last-child {
  margin-bottom: 0;
}
.trust-name {
  font-size: 1.25em;
}
.trust-text {
  color: #666;
}
.trust-button {
  width: 30px;
  padding: 10px 0 0 0;
  margin: 0 30px 0 0;
}

.bn-back {
  position: relative;
}
.bn-back a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.bn-back a:hover .bn-line {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bn-back a:hover .bn-btext {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.bn-tbox {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 75px;
  left: -45px;
}
.bn-berger .bnline {
  width: 30px;
  height: 1px;
  background-color: #292b33;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.bn-berger .bnline:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
}
.bn-berger .bnline:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0px;
  margin-bottom: 14px;
}
.bn-line {
  width: 60px;
  height: 1px;
  background-color: #292b33;
  margin: 0 10px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.bn-btext {
  color: #292b33;
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: -moz-transform 0.3s, opacity 0.5s;
  -o-transition: -o-transform 0.3s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s;
}
.bn-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  box-sizing: border-box;
  z-index: 10;
}

.work {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 150px auto 50px;
}
.work-play {
  position: relative;
  width: 100%;
  margin: auto;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.work-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.work-container iframe, .work .video-container object, .work .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .trust-inner {
    position: relative;
    width: 80%;
  }
  .trust-button {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .trust-title {
    margin: unset;
  }
  .trust-title:after {
    margin: 10px 0 30px;
  }
  .trust-content {
    width: 100%;
    margin: 0;
  }

  .work {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .trust-inner {
    width: 90%;
  }

  .work {
    width: 100%;
  }

  .bn-tbox {
    display: block;
    top: 30px;
    left: -5px;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .bn-line {
    width: 1px;
    height: 20px;
    margin: 0 0 8px 20px;
  }
}
