@charset "UTF-8";
.lp_corp main {
  padding-top: 0;
}

.lp_corp header {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .lp_corp header {
    height: 50px;
  }
}

.lp_corp header .inner {
  max-width: 1270px;
}

@media screen and (max-width: 991px) {
  .lp_corp header .inner {
    padding: 0 4%;
  }
}

.lp_corp header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .lp_corp header .flex .item:nth-child(2) {
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp header .flex .item:nth-child(1) img {
    max-width: 300px;
    width: 100%;
  }
}

.lp_corp #contents {
  padding-top: 0;
}

.lp_corp #contents * {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lp_corp #contents * section .image {
  display: flex;
  justify-content: center;
}

.lp_corp #contents * section .image img {
  width: 100%;
}

.lp_corp .inner {
  max-width: 1250px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .lp_corp .inner {
    padding: 0 6%;
  }
}

.lp_corp .ttl {
  font-size: 3rem;
  font-weight: 700;
  background: #00aa4e;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  position: relative;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .lp_corp .ttl {
    font-size: 1.8rem;
    min-height: 50px;
    padding: 10px 0 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.lp_corp .bg01 {
  padding: 30px 0 100px;
  position: relative;
  background: url(../img/img-lp_corp/bg01.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .lp_corp .bg01 {
    padding: 0 0 55px;
    background-image: url(../img/img-lp_corp/bg01_sp.png);
  }
}

@media screen and (min-width: 992px) {
  .lp_corp .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .lp_corp .hover:hover {
    opacity: 0.7;
  }
  .lp_corp .hover img {
    opacity: 1;
  }
}

.lp_corp .mvBlock {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .lp_corp .mvBlock {
    margin-bottom: 35px;
  }
}

.lp_corp .mvBlock-image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lp_corp .mvBlock .inner {
    padding: 0;
  }
}

.lp_corp .leadBlock {
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .lp_corp .leadBlock {
    margin-bottom: 35px;
  }
}

.lp_corp .leadBlock .image + .image {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .lp_corp .leadBlock .image + .image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .leadBlock .inner {
    padding: 0 5%;
  }
}

.lp_corp .accessBlock .image {
  margin: 45px 0 90px;
}

@media screen and (max-width: 991px) {
  .lp_corp .accessBlock .image {
    margin: 30px 0 55px;
  }
}

.lp_corp .facilityBlock {
  background: #f8f5ee;
  padding: 0 0 140px;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock {
    padding: 0 0 60px;
  }
}

.lp_corp .facilityBlock-txt {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock-txt {
    padding: 35px 0 30px;
  }
}

.lp_corp .facilityBlock-txt img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock-txt img {
    width: 94%;
    max-width: 360px;
    display: block;
    margin: auto;
  }
}

.lp_corp .facilityBlock .image {
  margin: 100px 0 0;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock .image {
    margin: 55px 0 0;
  }
}

.lp_corp .featureBlock {
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .lp_corp .featureBlock {
    padding-bottom: 65px;
  }
}

.lp_corp .featureBlock .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .lp_corp .featureBlock .ttl {
    margin-bottom: 35px;
  }
}

.lp_corp .featureBlock .image + .image {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .lp_corp .featureBlock .image + .image {
    margin-top: 35px;
  }
}

.lp_corp .priceBlock {
  background: #f8f5ee;
  padding: 0 0 120px;
}

@media screen and (max-width: 991px) {
  .lp_corp .priceBlock {
    padding: 0 0 60px;
  }
}

.lp_corp .priceBlock .ttl {
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .lp_corp .priceBlock .ttl {
    margin-bottom: 35px;
  }
}

.lp_corp .priceBlock .image + .image {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .lp_corp .priceBlock .image + .image {
    margin-top: 20px;
  }
}

.lp_corp .anotherBlock {
  padding-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .lp_corp .anotherBlock {
    padding-bottom: 60px;
  }
}

.lp_corp .anotherBlock .ttl {
  background: #969178;
}

@media screen and (max-width: 991px) {
  .lp_corp .anotherBlock .ttl {
    line-height: 1.4;
    padding-bottom: 14px;
  }
}

.lp_corp .anotherBlock .ttl + p {
  text-align: center;
  padding: 35px 0;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 991px) {
  .lp_corp .anotherBlock .ttl + p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 30px 6%;
  }
}

.lp_corp .anotherBlock .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lp_corp .anotherBlock .flex {
    flex-direction: column;
    width: 94%;
    margin: auto;
  }
}

.lp_corp .anotherBlock .flex .item + .item {
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .lp_corp .anotherBlock .flex .item + .item {
    margin: 40px 0 0;
  }
}

.lp_corp .navBlock {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock {
    margin-top: 50px;
  }
}

.lp_corp .navBlock .inner {
  max-width: 1180px;
}

.lp_corp .navBlock-list {
  display: flex;
  justify-content: center;
  border-top: 1px solid #a28e77;
  padding-top: 65px;
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
  }
}

.lp_corp .navBlock-list .item {
  background: #fff;
  border: 1px solid #00a05b;
  border-radius: 10px;
  height: 80px;
  box-shadow: 0 2px 0 0 #00a05b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
  color: #68371f;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list .item {
    height: 70px;
    padding-bottom: 15px;
  }
}

.lp_corp .navBlock-list .item::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 9px;
  width: 2px;
  background: #5d3e16;
}

.lp_corp .navBlock-list .item::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  bottom: 8px;
  margin: auto;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5d3e16;
  border-right: 2px solid #5d3e16;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list .item::before {
    bottom: 6px;
  }
  .lp_corp .navBlock-list .item::after {
    bottom: 6px;
  }
}

.lp_corp .navBlock-list .item span {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list .item span {
    font-size: 1rem;
  }
}

.lp_corp .navBlock-list .item b {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list .item b {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 992px) {
  .lp_corp .navBlock-list .item {
    width: 24%;
    max-width: 220px;
  }
  .lp_corp .navBlock-list .item + .item {
    margin-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .navBlock-list .item {
    width: 48%;
  }
  .lp_corp .navBlock-list .item:nth-child(n + 3) {
    margin-top: 6%;
  }
}

.lp_corp .cvBlock.--bg {
  padding: 35px 0 50px;
  position: relative;
  background: url(../img/img-common/bg_texture.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock.--bg {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock .inner {
    padding: 0 4%;
  }
}

.lp_corp .cvBlock-btn .t1 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-btn .t1 {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}

.lp_corp .cvBlock-btn a {
  background: #8c0e8c;
  margin: 0 auto;
  display: table;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  padding: 15px;
  position: relative;
  line-height: 1.5;
  width: 300px;
  letter-spacing: 0.2em;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-btn a {
    width: 82%;
    max-width: 300px;
    font-size: 1.7rem;
    padding: 14px;
  }
}

.lp_corp .cvBlock-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.lp_corp .cvBlock-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-btn a::before {
    right: 15px;
  }
}

.lp_corp .cvBlock-cv {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d4a692;
  max-width: 860px;
  padding-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-cv {
    flex-wrap: wrap;
    width: 95%;
    border: none;
    margin: 35px auto 0;
    padding-bottom: 0;
  }
}

.lp_corp .cvBlock-flex .cvBlock-cv {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  border: none;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-flex .cvBlock-cv {
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-cv .item {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .lp_corp .cvBlock-cv .item:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-cv .item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}

@media screen and (min-width: 992px) {
  .lp_corp .cvBlock-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-flex .cvBlock-btn a {
    font-size: 1.5rem;
    width: 100%;
    padding: 10px;
  }
}

.lp_corp .cvBlock-tel {
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin: auto;
  padding-top: 35px;
}

@media screen and (min-width: 992px) {
  .lp_corp .cvBlock-tel .item:nth-child(1) p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-tel {
    flex-direction: column;
    padding-top: 30px;
    width: 95%;
  }
  .lp_corp .cvBlock-tel .item {
    width: 100%;
  }
  .lp_corp .cvBlock-tel .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.lp_corp .cvBlock-flex .cvBlock-tel {
  flex-direction: column;
  margin: 0 0 0 70px;
  max-width: inherit;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-flex .cvBlock-tel {
    padding-top: 20px;
    margin: 0 auto;
    width: 95%;
  }
}

.lp_corp .cvBlock-tel .item > p {
  font-size: 1.5rem !important;
  padding: 0 !important;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

.lp_corp .cvBlock-tel .item > p .t1 {
  font-size: 1.8rem;
  color: #990f99;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.lp_corp .cvBlock-tel .item > p .t2 {
  font-size: 1.8rem;
  color: #93780b;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-tel .item > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 82%;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ad9332;
    padding: 8px 0;
  }
}

.lp_corp .cvBlock-tel .item > a .t1 {
  display: flex;
  align-items: center;
}

.lp_corp .cvBlock-tel .item > a .t1 img {
  width: 29px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-tel .item > a .t1 img {
    margin-right: 10px;
    width: 25px;
  }
}

.lp_corp .cvBlock-tel .item > a .t1 > span {
  letter-spacing: 0.08em;
  font-weight: bold;
  white-space: nowrap;
  font-size: 2.8rem;
  display: block;
  line-height: 1;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-tel .item > a .t1 > span {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
}

.lp_corp .cvBlock-tel .item > a .t2 {
  font-size: 1.5rem;
  margin-top: 5px;
  padding-left: 50px;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .lp_corp .cvBlock-tel .item > a .t2 {
    font-size: 1rem;
    letter-spacing: 0.01em;
    margin-top: 3px;
  }
}

.lp_corp .cvBlock-btn.--request a {
  background: #a6880b;
}

.lp_corp .footer {
  padding: 50px 0 125px;
  background: #f9f6e5;
  border-top: 4px solid #489d5a;
  text-align: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lp_corp .footer img {
  width: 100%;
}

.lp_corp .footer .inner {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer {
    padding: 30px 0 110px;
  }
}

.lp_corp .footer-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-item:nth-child(1) {
    border-bottom: 1px solid #d4d1bf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.lp_corp .footer-logo {
  width: 235px;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-logo {
    width: 180px;
    margin: 0 auto 30px;
  }
}

.lp_corp .footer-tel .tellink {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-tel .tellink {
    justify-content: center;
  }
}

.lp_corp .footer-tel .tellink img {
  width: 35px;
  margin-right: 17px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-tel .tellink img {
    width: 35px;
  }
}

.lp_corp .footer-tel .tellink-no {
  font-size: 2.2rem;
  color: #333;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-tel .tellink-no {
    font-size: 2.3rem;
  }
}

.lp_corp .footer-tel .tellink-time {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-tel .tellink-time {
    letter-spacing: 0.01em;
    font-size: 1rem;
  }
}

.lp_corp .footer-tel .tellink-time span,
.lp_corp .footer-tel .tellink-time b {
  line-height: 1;
}

.lp_corp .footer-tel .tellink-time b {
  padding-left: 5px;
  color: #ff0000;
}

.lp_corp .footer-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-info {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.lp_corp .footer-info img {
  width: 113px;
  margin-right: 35px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-info img {
    margin-right: 15px;
    width: 90px;
  }
}

.lp_corp .footer-info .txt {
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-info .txt {
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.01em;
    font-size: 1.1rem;
  }
}

.lp_corp .footer-info .txt span {
  white-space: nowrap;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-info .txt span {
    font-size: 1.2rem;
  }
}

.lp_corp .footer-btn a {
  position: relative;
  width: 250px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #009f50;
  color: #009f50;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 48px;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-btn a {
    margin: auto;
    text-align: center;
    padding: 0 20px 0 0;
    font-size: 1.4rem;
  }
}

.lp_corp .footer-btn a::after {
  content: "";
  border: none;
  background: url(../../img/img-lp_noukotsudo/icon_blank.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-btn a::after {
    width: 13px;
    height: 13px;
  }
}

.lp_corp .footer-copyright {
  font-size: 1.2rem;
  color: #65856c;
  text-align: right;
  padding-top: 38px;
}

@media screen and (max-width: 991px) {
  .lp_corp .footer-copyright {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding-top: 25px;
    text-align: center;
  }
}

.lp_corp .facilityBlock .facilityBlock-slider {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-bottom: 60px;
}

.lp_corp .facilityBlock .facilityBlock-slider .item {
  margin: 0 15px;
}

.lp_corp .facilityBlock .facilityBlock-slider .item > div {
  font-size: 1.6rem;
  padding-top: 20px;
  line-height: 2;
  color: #370f01;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock .facilityBlock-slider .item > div {
    text-align: left;
    font-size: 1.1rem;
    padding-top: 10px;
    line-height: 1.8;
    display: table;
    margin: auto;
  }
}

.lp_corp .facilityBlock .slider_nav {
  display: flex;
  justify-content: center;
}

.lp_corp .facilityBlock .slider_nav_main {
  position: relative;
}

.lp_corp .facilityBlock .slider_nav .slick-dots {
  padding: 0;
}

.lp_corp .facilityBlock .slider_nav .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}

.lp_corp .facilityBlock .slider_nav .slick-dots button {
  padding: 0;
  border: none;
  width: 30px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: #bdb8af;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.lp_corp .facilityBlock .slider_nav .slick-dots .slick-active button {
  background-color: #d78b27;
}

.lp_corp .facilityBlock .facilityBlock-slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .lp_corp .facilityBlock .facilityBlock-slider {
    margin-bottom: 30px;
  }
  .lp_corp .facilityBlock .facilityBlock-slider .item {
    margin: 0 5px;
  }
}

.form_txt {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .form_txt {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .pc_mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sp_mb20 {
    margin-bottom: 20px;
  }
}

.fix_cv {
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .fix_cv {
    height: 100px;
  }
}

.fix_cv_inner {
  height: auto;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .fix_cv_inner {
    padding-top: 3.5em;
    padding-top: 42px;
  }
}

.fix_cv_lead {
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .fix_cv_lead {
    padding: 0 50px;
    justify-content: flex-end;
    max-width: 1100px;
  }
  .fix_cv_lead > div {
    width: 640px;
    text-align: center;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .fix_cv_lead {
    line-height: 1.4;
    font-size: 13px;
    top: 7px;
  }
}
