.en-lp .gnav__breadcrumb {
  display: none;
}

@media only screen and (min-width: 968px), print {
  .en-lp {
    font-size: 16px;
  }
}

.en-lp-head {
  background: #c81731;
  color: #fff;
}

@media only screen and (min-width: 968px), print {
  .en-lp-head__grid {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp-head__left {
    flex-basis: 50%;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 967px) {
  .en-lp-head__left {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp-head__right {
    flex-basis: 50%;
  }
}

.en-lp-want__imgbg {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: 1em;
}

@media only screen and (min-width: 968px), print {
  .en-lp-want__left {
    flex-basis: 50%;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 967px) {
  .en-lp-want__left {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp-want__right {
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp-works__grid {
    display: grid;
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
    gap: 1em;
  }
}

@media only screen and (max-width: 967px) {
  .en-lp-works__grid article {
    margin-bottom: 2em;
  }
}

.en-lp-works__yt {
  aspect-ratio: 16 / 9;
}

.en-lp-works__yt iframe {
  width: 100%;
  height: 100%;
}

.en-lp-works__article a img {
  transition: 0.2s;
}

.en-lp-works__article a img:hover {
  opacity: 0.85;
}

@media only screen and (min-width: 968px), print {
  .en-lp-about {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
  }
  .en-lp-about > .container {
    max-width: 98%;
    width: 98%;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp-about__2col {
    display: grid;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
    gap: 0.5em;
  }
}

.en-lp-about__grid {
  display: flex;
}

@media only screen and (max-width: 967px) {
  .en-lp-about__grid {
    margin-bottom: 1em;
  }
}

.en-lp-about__left {
  flex-basis: 15%;
}

@media only screen and (min-width: 968px), print {
  .en-lp-about__left {
    flex-basis: 30%;
  }
}

.en-lp-about__right {
  flex-basis: 85%;
  padding-left: 1em;
}

@media only screen and (min-width: 968px), print {
  .en-lp-about__right {
    flex-basis: 70%;
  }
}

.en-lp__txt.-sm {
  margin-top: 1em;
  font-size: 0.85em;
}

.en-lp__txt.-lg {
  font-size: 1.5em;
  color: #faac42;
}

.en-lp__h1 {
  line-height: 1.4;
  font-size: 2em;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 968px), print {
  .en-lp__h1 {
    font-size: 3.5em;
  }
}

.en-lp__h2 {
  line-height: 1.4;
  font-size: 2em;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 968px), print {
  .en-lp__h2 {
    font-size: 3em;
  }
}

.en-lp__h2 .small {
  font-size: 0.75em;
  font-weight: bold;
}

.en-lp__h2 + p + h2,
.en-lp__h2 + div + h2 {
  margin-top: 1em;
}

.en-lp__h3 {
  line-height: 1.4;
  color: #faac42;
  font-size: 1.5em;
  margin-bottom: 0.25em;
}

.en-lp__h3.-wh {
  color: #fff;
}

@media only screen and (min-width: 968px), print {
  .en-lp__h3 {
    font-size: 2em;
  }
}

.en-lp__h3 + p + h3 {
  margin-top: 1em;
}

.en-lp__h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.en-lp__more {
  text-align: center;
  margin: 1em 0 0 auto;
  padding: 0.5em;
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #1d1d1d;
  border: 1px solid;
  background: #fff;
  width: 5em;
  border-radius: 5em;
  transition: 0.2s;
}

.en-lp__more:hover {
  opacity: 0.85;
}

.en-lp__map {
  text-align: center;
  margin: 1em auto 0;
  padding: 1.25em;
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  width: 90%;
  border-radius: 5em;
  transition: 0.2s;
  background-image: linear-gradient(106deg, #faac42 0%, #e31745 100%);
  background-repeat: no-repeat;
  background-color: #faac42;
}

.en-lp__map:hover {
  opacity: 0.85;
}

.en-lp__icon {
  margin-top: 1em;
  transition: 0.2s;
  border: 1px solid #006699;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5em;
  margin: 1em auto;
  width: 400px;
  height: 60px;
  max-width: 90%;
}

@media only screen and (min-width: 968px), print {
  .en-lp__icon {
    height: 70px;
  }
}

@media only screen and (min-width: 968px), print {
  .en-lp__icon img {
    width: 140px;
  }
}

@media only screen and (max-width: 967px) {
  .en-lp__icon img {
    width: 100px;
  }
}

.en-lp__icon:hover {
  opacity: 0.85;
}

.en-lp__copy {
  margin-top: 2em;
}

@media only screen and (min-width: 968px), print {
  .en-lp__copy {
    text-align: center;
    font-size: 1.25em;
  }
}
