.bg_gray {
  background: #F7F7F8;
}

.recruiting-intro {
  text-align: center;
  padding-top: 9rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .recruiting-intro {
    padding: 4.5rem 2rem 0rem;
    text-align: left;
  }
}
.recruiting-intro__ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5rem;
  background: linear-gradient(145deg, #107af2 0%, #15b874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .recruiting-intro__ttl {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    margin-bottom: 2.4rem;
  }
}
.recruiting-intro__desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-intro__desc {
    font-size: 1.3rem;
  }
}

.c-navi__inner ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recruiting-environment {
  padding-top: 12.8rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruiting-environment {
    padding: 6.4rem 2rem;
  }
}
.recruiting-environment__subttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-environment__subttl {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
}
.recruiting-environment__desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .recruiting-environment__desc {
    font-size: 1.3rem;
    margin-bottom: 5.8rem;
  }
}
.recruiting-environment__img {
  max-width: 112.6rem;
  margin: 0 auto;
  position: relative;
}
.recruiting-environment__img.is-active .recruiting-environment__img02 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.recruiting-environment__img.is-active .recruiting-environment__img03 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.recruiting-environment__img01 {
  width: 29.3%;
  margin: 0 auto;
  padding-top: 22.8rem;
  padding-bottom: 19.8rem;
}
@media screen and (max-width: 767px) {
  .recruiting-environment__img01 {
    width: 18.9rem;
    padding-top: 25.6rem;
    padding-bottom: 25.2rem;
  }
}
.recruiting-environment__img02 {
  width: 98.4%;
  position: absolute;
  top: 0;
  left: 1.8rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
}
@media screen and (max-width: 767px) {
  .recruiting-environment__img02 {
    width: 33.5rem;
    top: 0;
    left: 0;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.recruiting-environment__img03 {
  width: 98.6%;
  position: absolute;
  top: 4.4rem;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruiting-environment__img03 {
    width: 33.5rem;
    top: 1.3rem;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.recruiting-job {
  padding-top: 9.6rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job {
    padding: 6.4rem 2rem;
  }
}
.recruiting-job__main {
  position: relative;
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__main {
    margin-bottom: 4.8rem;
    min-height: 53rem;
    overflow: hidden;
  }
}
.recruiting-job__main-txt {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#095dbc), to(rgba(16, 122, 242, 0.49)));
  background: linear-gradient(to right, #095dbc 0%, rgba(16, 122, 242, 0.49) 100%);
  color: #fff;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 970px) {
  .recruiting-job__main-txt {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-job__main-txt {
    width: 100%;
    padding: 2.5rem 2rem;
    top: 18rem;
    left: 0;
  }
}
.recruiting-job__main-ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__main-ttl {
    font-size: 2rem;
  }
}
.recruiting-job__main-subttl {
  margin-top: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruiting-job__main-subttl {
    font-size: 1.5rem;
    margin-top: 4.8rem;
  }
}
.recruiting-job__main-desc {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-job__main-desc {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
}
.recruiting-job__main-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .recruiting-job__main-img img {
    height: 42rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-job__main-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.recruiting-job__schedule-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-ttl {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.recruiting-job__schedule-list {
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 13.3rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-list {
    padding-bottom: 0;
  }
}
.recruiting-job__schedule-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D0D0DB;
  position: absolute;
  top: 0;
  left: 50%;
}
.recruiting-job__schedule-item {
  width: 48rem;
  position: relative;
  background: #fff;
  margin-top: 3rem;
}
@media screen and (max-width: 1060px) {
  .recruiting-job__schedule-item {
    width: calc(50% - 4.1rem);
  }
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-item {
    width: 100%;
    margin-top: 2rem;
  }
}
.recruiting-job__schedule-item:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #107AF2;
  border: 0.3rem solid #F7F7F8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4.8rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-item:before {
    display: none;
  }
}
.recruiting-job__schedule-item:after {
  content: "";
  width: 3.6rem;
  height: 1px;
  background: #107AF2;
  position: absolute;
  right: -3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-item:after {
    display: none;
  }
}
.recruiting-job__schedule-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(2n) {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(2n):before {
    right: auto;
    left: -4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(2n):after {
    right: auto;
    left: -3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(2) {
    top: 10.5rem;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(4) {
    top: 32.5rem;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-job__schedule-item:nth-of-type(6) {
    top: 56.5rem;
  }
}
.recruiting-job__schedule-inner {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-inner {
    padding: 2rem;
  }
}
.recruiting-job__schedule-inner:before {
  content: "";
  width: 0.3rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#107af2), color-stop(54.39%, #107af2), to(#15b874));
  background: linear-gradient(#107af2 0%, #107af2 54.39%, #15b874 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-inner:before {
    width: 0.2rem;
  }
}
.recruiting-job__schedule-subttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-subttl {
    font-size: 1.4rem;
  }
}
.recruiting-job__schedule-subttl span {
  color: #fff;
  background: #107AF2;
  display: inline-block;
  padding: 0.1rem 2.2rem 0.3rem;
  border-radius: 6rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-subttl span {
    padding: 0.1rem 1.4rem 0.3rem;
    margin-right: 1.1rem;
  }
}
.recruiting-job__schedule-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-job__schedule-desc {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.2rem;
  }
}

.recruiting-voice {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice {
    padding: 6.4rem 2rem;
  }
}
.recruiting-voice__list {
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__list {
    margin-top: 0.8rem;
  }
}
.recruiting-voice__item {
  margin-top: 2rem;
  padding: 2rem 8rem;
  border-left: 0.4rem solid #107AF2;
  background: #F7F7F8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item {
    margin-top: 0.8rem;
    padding: 1.5rem 2rem;
  }
}
.recruiting-voice__item .js-toggle {
  cursor: pointer;
  position: absolute;
  right: 4rem;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  top: 50%;
  margin-top: -2.1rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item .js-toggle {
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
  }
}
.recruiting-voice__item .js-toggle:before, .recruiting-voice__item .js-toggle:after {
  content: "";
  width: 100%;
  width: 4.2rem;
  height: 0.2rem;
  top: 50%;
  position: absolute;
  margin-top: -0.1rem;
  background: #B2B2B2;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item .js-toggle:before, .recruiting-voice__item .js-toggle:after {
    width: 2.4rem;
    height: 0.2rem;
  }
}
.recruiting-voice__item .js-toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruiting-voice__item.is-open {
  background: url(/assets/images/recruiting/voice_bg.png) right bottom #E1EBF6 no-repeat;
  background-size: 100% auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recruiting-voice__item.is-open {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.recruiting-voice__item.is-open .js-toggle {
  top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item.is-open .js-toggle {
    top: 3.5rem;
  }
}
.recruiting-voice__item.is-open .js-toggle:before {
  background: #73A0CC;
}
.recruiting-voice__item.is-open .js-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .recruiting-voice__item.is-open .recruiting-voice__item-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .recruiting-voice__item.is-open .recruiting-voice__item-icon {
    position: absolute;
    top: 0;
    left: 8rem;
    padding: 0;
    padding-top: 7rem;
  }
}
.recruiting-voice__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.recruiting-voice__item-icon {
  width: 15rem;
  padding: 0 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-icon {
    width: 6rem;
    padding: 0;
    position: absolute;
    top: 1.8rem;
    left: 2rem;
  }
}
.recruiting-voice__item-name {
  font-weight: 500;
  font-size: 2.6rem;
  width: calc(100% - 21rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-name {
    font-size: 1.5rem;
    padding-left: 7.8rem;
    width: 100%;
  }
}
.recruiting-voice__item-name span {
  margin-left: 4.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  width: 25.2rem;
  height: 4.2rem;
  border-radius: 6rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #107af2 0%, #15b874 100%);
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-name span {
    margin-left: 0;
    margin-top: 0.8rem;
    width: auto;
    padding: 0 2rem;
    height: 2.8rem;
    font-size: 1.2rem;
  }
}
.recruiting-voice__item-txt {
  width: calc(100% - 21rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-txt {
    width: 100%;
  }
}
.recruiting-voice__item-content {
  display: none;
  margin-top: 3rem;
  border-radius: 2rem;
  background: #fff;
  position: relative;
  padding: 5rem 8rem;
}
@media screen and (max-width: 1200px) {
  .recruiting-voice__item-content {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-content {
    border-radius: 1rem;
    margin-top: 2rem;
    padding: 2.5rem 1.5rem;
  }
}
.recruiting-voice__item-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-right: 2.3rem solid #fff;
  border-left: 0;
  position: absolute;
  top: 6rem;
  left: -2.2rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-content:before {
    display: none;
  }
}
.recruiting-voice__item-message + .recruiting-voice__item-message {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-message + .recruiting-voice__item-message {
    margin-top: 2.7rem;
  }
}
.recruiting-voice__item-question {
  font-size: 2rem;
  padding-left: 7rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruiting-voice__item-question {
    padding-left: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-question {
    font-size: 1.5rem;
    padding-left: 4.6rem;
    margin-bottom: 1.8rem;
  }
}
.recruiting-voice__item-question span {
  font-family: var(--font_en);
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #107af2 0%, #15b874 100%);
  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;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.3rem;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-question span {
    font-size: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-top: -1.8rem;
  }
}
.recruiting-voice__item-answer {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-voice__item-answer {
    font-size: 1.3rem;
  }
}
.recruiting-voice__item-answer b {
  color: #107AF2;
  font-weight: 700;
}

.recruiting-guidelines {
  padding-top: 9.6rem;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines {
    padding: 6.4rem 2rem;
  }
}
.recruiting-guidelines__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__head {
    margin-bottom: 3.2rem;
  }
}
.recruiting-guidelines__head-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__head-txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.recruiting-guidelines__head-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__head-img {
    width: 100%;
  }
}
.recruiting-guidelines__subttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__subttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.recruiting-guidelines__desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__desc {
    font-size: 1.3rem;
  }
}
.recruiting-guidelines__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__list {
    margin-top: -0.7rem;
    margin-left: -0.7rem;
  }
}
.recruiting-guidelines__item {
  width: calc(25% - 0.4rem);
  margin-top: 0.4rem;
  margin-left: 0.4rem;
  background: #fff;
  height: 12rem;
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__item {
    width: calc(50% - 0.7rem);
    margin-top: 0.7rem;
    margin-left: 0.7rem;
    height: 9.6rem;
  }
}
.recruiting-guidelines__item p {
  color: #0D2D4D;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__item p {
    font-size: 1.5rem;
  }
}
.recruiting-guidelines__item p span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruiting-guidelines__item p span {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}

.recruiting-application {
  padding-top: 9.6rem;
  padding-bottom: 10.3rem;
}
@media screen and (max-width: 767px) {
  .recruiting-application {
    padding: 6.4rem 2rem;
  }
}
.recruiting-application__subttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .recruiting-application__subttl {
    font-size: 1.5rem;
    margin-bottom: 3.2rem;
  }
}
.recruiting-application__attention {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-application__attention {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
}
.recruiting-application__attention dt {
  font-weight: 700;
}
.recruiting-application__tbl {
  width: 100%;
  border-top: 1px solid #D5D5D5;
}
.recruiting-application__tbl th {
  font-weight: 700;
  border-bottom: 1px solid #D5D5D5;
  width: 26.66%;
  padding: 2.5rem 0 2.5rem 7rem;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-application__tbl th {
    padding: 1.8rem 0;
    width: 33%;
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
.recruiting-application__tbl td {
  border-bottom: 1px solid #D5D5D5;
  padding: 2.5rem 0;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruiting-application__tbl td {
    padding: 1.8rem 0;
    width: 67%;
    font-size: 1.3rem;
    line-height: 1.69;
  }
}