html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Helvetica',YuGothic,'Yu Gothic',sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

body.js-nav-active {
  overflow: hidden;
}

.is-pc {
  display: none;
}

@media all and (min-width: 768px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

.wrapper {
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .wrapper {
    max-width: 1020px;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header__logo img {
  height: 46px;
}

header .header__icon-open {
  position: relative;
  width: 40px;
  height: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

header .header__icon-open::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

header .header__nav {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -330px;
  width: 330px;
  background-color: rgba(0, 0, 0, 0.82);
  padding: 80px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: right .4s;
  transition: right .4s;
}

header .header__nav .header__icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 30px;
}

header .header__nav .header__icon-close:before, header .header__nav .header__icon-close:after {
  position: absolute;
  left: 10px;
  content: "";
  display: block;
  width: 31px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
}

header .header__nav .header__icon-close:before {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .header__nav .header__icon-close:after {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .header__nav .header__nav-logo {
  margin-bottom: 80px;
}

header .header__nav .header__nav-logo img {
  height: 45px;
}

header .header__nav .header__nav-menu ul {
  border-left: 1px solid #fff;
}

header .header__nav .header__nav-menu ul li {
  line-height: 1;
  margin-bottom: 40px;
}

header .header__nav .header__nav-menu ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

header .header__nav .header__nav-menu ul li a {
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  margin-left: 20px;
}

header .header__nav.js-nav-active {
  opacity: 1;
  right: 0;
}

@media all and (min-width: 768px) {
  header .header__wrapper {
    height: 100px;
    padding: 0 80px;
  }
  header .header__icon-open {
    display: none;
  }
  header .header__nav {
    opacity: 1;
    position: static;
    top: 0;
    right: 0;
    width: auto;
    background-color: inherit;
    padding: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .header__nav .header__icon-close {
    display: none;
  }
  header .header__nav .header__nav-logo {
    display: none;
  }
  header .header__nav .header__nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: none;
  }
  header .header__nav .header__nav-menu ul li {
    padding-left: 20px;
    margin-bottom: 0;
  }
  header .header__nav .header__nav-menu ul li:nth-of-type(1) {
    padding-left: 0;
  }
  header .header__nav .header__nav-menu ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    margin: 0;
  }
  header .header__nav.js-nav-active {
    right: 0;
  }
}

footer {
  background-color: #ebebeb;
  padding: 50px 0 20px;
}

footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__nav li {
  padding: 0 10px 25px;
}

footer .footer__nav li.footer__nav-spacer {
  width: 100%;
  padding: 0;
}

footer .footer__nav li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
}

footer .footer__copy {
  text-align: center;
  font-weight: 100;
}

footer.js-fixed{
  width: 100%;
  position: fixed;
  bottom: 0;
}

@media all and (min-width: 768px) {
  footer {
    padding: 40px 0;
  }
  footer .footer__nav li {
    padding: 0 15px 25px;
  }
  footer .footer__nav li.footer__nav-spacer {
    display: none;
  }
}

main.lowerpage {
  background-image: url(../images/bg_pattern.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 76%;
  padding: 110px 0;
  margin-top: 60px;
}

@media all and (min-width: 768px) {
  main.lowerpage {
    background-size: 525px 1300px;
    padding: 60px 0 100px;
    margin-top: 100px;
  }
}

.home__hero {
  position: relative;
}

.home__hero .home__hero-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home__hero .home__hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home__hero .home__hero-wrapper {
  position: relative;
  height: 100%;
}

.home__hero .home__hero-address {
  display: none;
}

.home__hero .home__hero-scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}

.home__hero .home__hero-scroll span {
  color: #000;
  font-weight: 100;
}

.home__hero .home__hero-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 25px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 25px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@media all and (min-width: 768px) {
  .home__hero .home__hero-wrapper {
    max-width: 1300px;
    padding: 0 80px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home__hero .home__hero-address {
    position: absolute;
    bottom: 60px;
    right: 80px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home__hero .home__hero-address .home__hero-address__title {
    font-weight: bold;
  }
  .home__hero .home__hero-address .home__hero-address__text {
    font-weight: 100;
  }
}

.home__service {
  width: 100%;
  padding: 110px 0 0;
  overflow: hidden;
}

.home__service .home__service-title {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 80px;
}

.home__service .home__service-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background-color: #000;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home__service .home__service-unit {
  position: relative;
}

.home__service .home__service-unit:before {
  position: absolute;
  top: 50%;
  right: -100%;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: left .4s, right .4s;
  transition: left .4s, right .4s;
}

.home__service .home__service-unit.reverse:before {
  left: -100%;
}

.home__service .home__service-unit.reverse .home__service__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home__service .home__service-unit.reverse .home__service__wrapper .home__service-info {
  margin-left: 5%;
  margin-right: 0;
}

.home__service .home__service-unit.js-service-active:before {
  right: 0;
}

.home__service .home__service-unit.js-service-active.reverse:before {
  left: 0;
}

.home__service .home__service-unit.js-service-active .home__service-photo {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home__service .home__service-unit.boa:before {
  /* background-color: #b6b723; */
  background-color: #f7f11e;
}

.home__service .home__service-unit.boa .desc {
  /* color: #b6b723; */
  color: #f0d402;
}

.home__service .home__service-unit.bigeast:before {
  background-color: #c71614;
}

.home__service .home__service-unit.bigeast .desc {
  color: #c71614;
}

.home__service .home__service-unit.super-junior:before {
  background-color: #1a45ae;
}

.home__service .home__service-unit.super-junior .desc {
  color: #1a45ae;
}

.home__service .home__service-unit.girls-generation:before {
  background-color: #ff5fda;
}

.home__service .home__service-unit.girls-generation .desc {
  color: #ff5fda;
}

.home__service .home__service-unit.shinee:before {
  background-color: #47ccbd;
}

.home__service .home__service-unit.shinee .desc {
  color: #47ccbd;
}

.home__service .home__service-unit.exo:before {
  background-color: #838383;
}

.home__service .home__service-unit.exo .desc {
  color: #9a9a9a;
}

.home__service .home__service-unit.nct127:before {
  /* background-color: #beae07; */
  background-color: #E2E868;
}

.home__service .home__service-unit.nct127 .desc {
  /* color: #c4b628; */
  color: #dfd35f;
}

.home__service .home__service-unit.dream:before {
  background-color: #E2E868;
}

.home__service .home__service-unit.dream .desc {
  color: #dfd35f;
}

.home__service .home__service-unit.wayv:before {
  background-color: #E2E868;
}

.home__service .home__service-unit.wayv .desc {
  color: #dfd35f;
}

.home__service .home__service-unit.smtown:before {
  background-color: #838383;
}

.home__service .home__service-unit.smtown .desc {
  color: #221e1e;
}

.home__service .home__service-unit.aespa:before {
  background-color: #C98BDB;
  background: linear-gradient(90deg, rgba(201,139,219,1) 0%, rgba(154,219,232,1) 100%);
}

.home__service .home__service-unit.aespa .desc {
  color: #C98BDB;
}

.home__service .home__service-unit.wish:before {
  background-color: #E2E868;
}

.home__service .home__service-unit.wish .desc {
  color: #dfd35f;
}
.home__service .home__service-unit.riize:before {
  background-color: #fe9d1b;
}

.home__service .home__service-unit.riize .desc {
  color: #fe9d1b;
}

.home__service .home__service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7%;
  margin-bottom: 130px;
}

.home__service .home__service-photo {
  width: 58%;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity .6s .4s, -webkit-transform .6s .4s;
  transition: opacity .6s .4s, -webkit-transform .6s .4s;
  transition: opacity .6s .4s, transform .6s .4s;
  transition: opacity .6s .4s, transform .6s .4s, -webkit-transform .6s .4s;
}

.home__service .home__service-photo img {
  width: 100%;
}

.home__service .home__service-photo .home__service-more {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 1.90476vw;
  line-height: 1;
  font-weight: bold;
  color: #646464;
  padding: 0 2% 4% 0;
}

.home__service .home__service-photo .home__service-more:before, .home__service .home__service-photo .home__service-more:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  height: 2px;
  background-color: #646464;
}

.home__service .home__service-photo .home__service-more:before {
  width: 100%;
}

.home__service .home__service-photo .home__service-more:after {
  width: 10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.home__service .home__service-photo .home__service-more.white {
  color: #fff;
}

.home__service .home__service-photo .home__service-more.white:before, .home__service .home__service-photo .home__service-more.white:after {
  background-color: #fff;
}

.home__service .home__service-info {
  position: relative;
  width: 42%;
  margin-right: 5%;
}

.home__service .home__service-info .home__service-info-top, .home__service .home__service-info .home__service-info-bottom {
  height: 50%;
}

.home__service .home__service-info .home__service-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home__service .home__service-info .desc {
  font-size: 3.57143vw;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home__service .home__service-info .name {
  font-size: 7.14286vw;
  line-height: 1.2;
  padding-top: 10px;
}

.home__service .home__service-info .name.shinee {
  padding-top: 5px;
}

.home__service .home__service-info .name.shinee span {
  font-size: 9.52381vw;
  line-height: 1;
  vertical-align: baseline;
}

@media all and (min-width: 768px) {
  .home__service {
    padding: 110px 0 0;
  }
  .home__service .home__service-title {
    font-size: 55px;
    font-size: 5.5rem;
    margin-bottom: 95px;
  }
  .home__service .home__service-unit.reverse .home__service__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .home__service .home__service-unit.reverse .home__service__wrapper .home__service-info {
    margin: 0 0 0 20px;
  }
  .home__service .home__service__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: 790px;
    padding: 0;
    margin: 0 auto 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home__service .home__service__wrapper:before {
    height: 3px;
  }
  .home__service .home__service-photo {
    width: 276px;
  }
  .home__service .home__service-photo .home__service-more {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 3px 9px 0;
  }
  .home__service .home__service-info {
    margin: 0 20px 0 0;
    width: auto;
  }
  .home__service .home__service-info .desc {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .home__service .home__service-info .name {
    font-size: 30px;
    font-size: 3rem;
  }
  .home__service .home__service-info .name.shinee span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.lowerpage-title {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 110px;
}

.lowerpage-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background-color: #000;
}

@media all and (min-width: 768px) {
  .lowerpage-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

.company__unit {
  margin-bottom: 180px;
}

.company__unit:nth-last-of-type(1) {
  margin-bottom: 0;
}

.company__unit .company__unit-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 45px;
}

.company__unit .company__unit-title:first-letter {
  color: #f06;
}

.company__unit .company__table tr:nth-last-of-type(1) td {
  padding-bottom: 0;
}

.company__unit .company__table th {
  width: 100px;
  font-weight: normal;
  text-align: left;
}

.company__unit .company__table td {
  padding-bottom: 30px;
}

.company__unit .company__map {
  width: 100%;
  height: 355px;
  margin-top: 50px;
}

.company__unit .company__link li {
  padding-bottom: 30px;
}

.company__unit .company__link li:nth-last-of-type(1) {
  padding-bottom: 0;
}

.company__unit .company__link a {
  padding-right: 25px;
  background-image: url(../images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 17px 12px;
  background-position: right center;
}

@media all and (min-width: 768px) {
  .company__unit .company__unit-title {
    margin-bottom: 60px;
  }
  .company__unit .company__table th {
    width: 200px;
  }
}

.recruit__unit:nth-of-type(n + 2) {
  margin-top: 80px;
}

.recruit__unit .recruit__unit-title {
  font-weight: normal;
}

.recruit__unit .recruit__unit-subtitle {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.recruit__unit .recruit__desc {
  margin-bottom: 30px;
}

.recruit__unit .recruit__table tr:nth-last-of-type(1) td {
  padding-bottom: 0;
}

.recruit__unit .recruit__table th {
  width: 100px;
  text-align: left;
  font-weight: normal;
}

.recruit__unit .recruit__table td {
  padding-bottom: 30px;
}

.recruit__unit ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.recruit__unit ol {
  counter-reset: my-counter;
  list-style: none;
}

.recruit__unit ol li {
  position: relative;
  padding-left: 2rem;
}

.recruit__unit ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 6px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 85%;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .recruit__unit .recruit__table th {
    width: 190px;
  }
}

.contact .contact__input {
  width: 100%;
}

.contact .contact__input tr {
  border-bottom: 1px solid #cbcbcb;
}

.contact .contact__input tr:nth-last-of-type(1) {
  border-bottom: none;
}

.contact .contact__input th, .contact .contact__input td {
  display: block;
}

.contact .contact__input th {
  text-align: left;
  font-weight: normal;
  padding: 15px 0 10px;
}

.contact .contact__input th .required {
  color: #fff;
  background-color: #c30606;
  padding: 3px 7px;
  margin-left: 15px;
}

.contact .contact__input td {
  padding-bottom: 15px;
}

.contact .contact__input td .error {
  font-size: 12px;
  font-size: 1.2rem;
  color: #c30606;
}

.contact input[type="text"], .contact input[type="email"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fbfbfb;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cdd6dd;
  border-radius: 0;
}

.contact textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 160px;
  min-height: 160px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fbfbfb;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cdd6dd;
  border-radius: 0;
  resize: vertical;
}

.contact .input-item.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.contact .input-item.name input {
  width: calc(100% - 1.5em);
}

.contact .policy {
  text-align: center;
  margin-bottom: 20px;
}

.contact .policy a {
  text-decoration: underline;
  background-image: url(../images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 17px 12px;
  background-position: right center;
  padding-right: 24px;
  margin-right: 5px;
}

.contact .contact__btn .btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
}

.contact .contact__btn form:nth-of-type(2) {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .contact .contact__input th, .contact .contact__input td {
    display: table-cell;
  }
  .contact .contact__input th {
    width: 250px;
    vertical-align: middle;
    padding: 20px 0;
  }
  .contact .contact__input td {
    width: calc(100% - 250px);
    padding: 20px 0;
  }
  .contact input[type="text"], .contact input[type="email"] {
    width: calc(100% - 120px);
    margin-right: 10px;
  }
  .contact textarea {
    width: 100%;
  }
  .contact .input-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .input-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .contact .input-item.name {
    width: calc((100% - 110px) / 2);
    padding-bottom: 0;
  }
  .contact .input-item.name input {
    margin: 0 10px 0 5px;
  }
  .contact .policy {
    text-align: left;
  }
  .contact .contact__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .contact__btn form {
    width: calc((100% - 20px) / 2);
  }
  .contact .contact__btn form:nth-of-type(2) {
    margin: 0 0 0 20px;
  }
  .contact .contact__btn .btn {
    max-width: 370px;
  }
}
