@charset "utf-8";
body {
  font-family: 'Roboto', sans-serif;
}
* {
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 1305px) {
  .l-header__btn a {
    width: auto;
    padding: 0 18px;
  }  
}
.header__form--wrapper {
  width: auto!important;
}
.sec01__inner,
.header__form {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .l-header__logo {
      width: 592px !important;
  }  
  .l-header.style01 .l-header__logo span {
      margin-top: 5px;
      display: block;
      font-size: 13px;
      letter-spacing: 0.1em;
      color: #2f363c;
      font-weight: bold;
      width: 190px;
  }
}
@media only screen and (max-width: 1024px) {
  .l-header__logo {
      max-width: 122px!important;
      margin-right: 30px;
  }
}
.l-header__logo {
  max-width: 348px;
  margin-right: 30px;
}
.l-header__btn a {
  width: 218px;
}  
.sec01__right img {
  max-width: 527px;
}
.sec01__left,
.cv__inner {
  width: 400px!important;
}
.sec01 h2 {
  padding-left: 0;
  /*margin-bottom: 32px;*/
}
p.cv__message {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
form.header__form input[type="email"] {
  border: 1px solid #3b98e2;
  background-color: #f5f8fa;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 100%;
  height: auto;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
}
form.header__form input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff4b28;
  color: #fff;
  border: none;
  border-radius: 4px;
  max-width: 100px;
}
form.header__form input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
.sec01__right {
  width: 527px!important;
}
.sec01 .gif-ani {
  width: 122px;
  height: 270px;
  overflow: hidden;
  position: absolute;
  top: 112px;
  left: 735px!important;
}
.sec01__right img {
  width: 100%;
}
.sec01 .gif-ani {
  width: 122px;
  height: 270px;
  overflow: hidden;
  position: absolute;
  top: 112px;
  left: 724px;
}
.sec06 {
  margin-top: 34px;
}
.btn-3 {
  width: 676px!important;
}
.sec05 .flex p {
  line-height: 1.0;
  padding: 0 0 0px;
}
.numer__txt {
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1.4;
}
.cv {
  padding: 50px 0!important; 
}
.l-footer__nav {
    float: unset!important;
    padding-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12.8%;
    position: absolute;
    left: 240px;
}