@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contents {
    padding-top: 40px;
  }
}

.kasou__fv {
  padding-top: 24.3055555556vw;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kasou__fv {
    padding-top: 45.1388888889vw;
  }
}

.service__fv {
  background: url("../img/service/fv-service.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .service__fv {
    background-size: cover;
  }
}

.power__fv {
  background: url("../img/power/fv-power.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .power__fv {
    background-size: cover;
  }
}

.company__fv {
  background: url("../img/company/fv-company.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .company__fv {
    background-size: cover;
  }
}

.recruit__fv {
  background: url("../img/recruit/fv-recruit.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruit__fv {
    background-size: cover;
  }
}

.privacy__fv {
  background: url("../img/privacy/fv-privacy.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .privacy__fv {
    background-size: cover;
  }
}

.works__fv {
  background: url("../img/works/fv-works.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .works__fv {
    background-size: cover;
  }
}

.contact__fv {
  background: url("../img/contact/fv-contacat.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact__fv {
    background-size: cover;
  }
}

.sec__title {
  text-align: center;
  margin-top: 80px;
  font-size: 40px;
  letter-spacing: 0.004em;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec__title {
    margin-top: 40px;
    font-size: 28px;
  }
}
.sec__title span {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec__title span {
    font-size: 14px;
  }
}

.sec__copy {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .sec__copy {
    font-size: 16px;
  }
}

/*==================================
service
==================================*/
.service__items-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .service__items-wrapper {
    margin-top: 80px;
  }
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .service__item {
    display: block;
    padding: 60px 0;
  }
}

.service__item-left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .service__item-left {
    width: 100%;
  }
}

.service__item-img1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__item-img1 {
    margin-top: 20px;
  }
}

.service__item-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__item-right {
    width: 100%;
    display: block;
  }
}

.service__item-title {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 24px;
    padding: 5px;
  }
}
.service__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #62a068;
}

.service__item-text {
  margin-top: 30px;
  line-height: 2.1875;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    margin-top: 20px;
  }
}

.service__item-img2 {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .service__item-img2 {
    margin-right: auto;
    margin-top: 20px;
  }
}

.bg-gray {
  position: relative;
}
.bg-gray::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f1f1f1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fd-reverse .service__item-img2 {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .fd-reverse .service__item-img2 {
    margin-left: auto;
  }
}

.service__bottom-copy {
  padding: 80px 0;
  font-size: 25px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__bottom-copy {
    padding: 80px 0;
    font-size: 20px;
  }
}

/*==================================
power
==================================*/
.power__items-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .power__items-wrapper {
    margin-top: 80px;
  }
}

.power__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 110px 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .power__item {
    display: block;
    margin-right: 0;
    padding: 60px 0 80px 0;
  }
}

.power__items-wrapper .fd-reverse {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .power__items-wrapper .fd-reverse {
    margin-left: 0;
  }
}

.power__item-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .power__item-left {
    width: 100%;
  }
}

.power__item-number {
  color: #406b54;
  font-weight: 500;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .power__item-number {
    font-size: 40px;
    padding-left: 9px;
    padding-top: 5px;
    text-align: center;
  }
}
.power__item-number::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 106px;
  height: 88px;
  background: url("../img/power/number-decoration.svg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .power__item-number::before {
    width: 70px;
    height: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.power__item-title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .power__item-title {
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
  }
}

.power__item-subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #406b54;
  padding-bottom: 15px;
  border-bottom: 1px solid #7c7c7c;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .power__item-subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0;
  }
}

.power__item-text {
  margin-top: 20px;
  line-height: 2.1875;
}

.power__item-right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .power__item-right {
    width: 100%;
    margin-top: 20px;
  }
}

.bg-gray2 {
  position: relative;
}
.bg-gray2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f1f1f1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*==================================
company
==================================*/
.message {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 80px 0;
  }
}

.message__title,
.profile__title {
  font-size: 30px;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .message__title,
  .profile__title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}

.message__title-en,
.profile__title-en {
  padding-top: 5px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .message__title-en,
  .profile__title-en {
    font-size: 14px;
  }
}

.message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .message__contents {
    display: block;
    margin-top: 40px;
  }
}

.message__left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .message__left {
    width: 100%;
  }
}

.message__copy {
  font-size: 30px;
  line-height: 1.7666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message__copy {
    font-size: 24px;
  }
}

.message__text {
  line-height: 2.1875;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.message__right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .message__right {
    width: 100%;
    margin-top: 40px;
  }
}

.message__name {
  max-width: 240px;
  width: 100%;
  margin-top: 20px;
}

.profile {
  padding: 100px 0 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 80px 0;
  }
}
.profile::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #f1f1f1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.company__profile-contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company__profile-contents {
    margin-top: 50px;
  }
}

.company__profile-dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ← 上下中央揃え */
  border-bottom: 1px solid #666;
  padding: 20px 0;
  line-height: 2.1875;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .company__profile-dl .row {
    padding: 10px 0;
    font-size: 15px;
  }
}
.company__profile-dl .row:first-child {
  border-top: 1px solid #666;
}

.row dt {
  width: 120px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .row dt {
    width: 120px;
    padding-left: 5px;
  }
}

.row dd {
  width: calc(100% - 120px);
  padding-left: 100px;
}
.row dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row dd ul li {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .row dd ul li {
    width: 100%;
  }
}
.row dd ul .w-60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .row dd ul .w-60 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .row dd {
    width: 100%;
    padding-left: 15px;
  }
}

.company-bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  border-bottom: 2px solid #fff;
}

.company-button {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .company-button {
    width: 100%;
    text-align: center;
  }
}
.company-button a {
  color: #fff;
  border: 2px solid #fff;
  padding: 20px 100px 20px 80px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .company-button a {
    padding: 10px 40px 10px 25px;
  }
}
.company-button a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/company/company-button.svg") center center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-button a:hover::after {
  margin-left: 15px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

/*==================================
recruit
==================================*/
.recruit__copy {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__copy {
    font-size: 20px;
  }
}

.recruit__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruit__img-wrapper {
    gap: 5px;
    margin-top: 50px;
  }
}

.recruit__img {
  width: calc(33.33% - 5px);
}
@media screen and (max-width: 767px) {
  .recruit__img {
    width: calc(33.33% - 2px);
  }
}

.recruit__title {
  margin-top: 130px;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__title {
    margin-top: 60px;
    font-size: 24px;
  }
}

.recruit__text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.1em;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.1875;
    padding-bottom: 100px;
  }
}

/*==================================
privacy
==================================*/
.privacy__items-wrapper {
  margin-top: 80px;
  padding-bottom: 150px;
}

.privacy__item {
  padding: 40px 0;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .privacy__item {
    padding: 20px 0;
  }
}
.privacy__item:first-child {
  border-top: 1px solid #666;
}

.privacy__item-title {
  font-size: 25px;
  line-height: 2.12;
}
@media screen and (max-width: 767px) {
  .privacy__item-title {
    font-size: 20px;
  }
}

.privacy__item-text {
  font-size: 15px;
  line-height: 2.3333333333;
}

/*==================================
works
==================================*/
.works__items-wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .works__items-wrapper {
    margin-top: 80px;
    padding-bottom: 100px;
    gap: 20px;
  }
}

.works__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .works__item {
    width: calc(50% - 10px);
  }
}

.works__item-title {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .works__item-title {
    white-space: nowrap;
    /* 改行しない */
    overflow: hidden;
    /* はみ出た部分を非表示 */
    text-overflow: ellipsis;
    /* 「...」で省略 */
    letter-spacing: 0;
  }
}

.pagination-wrapper {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding-bottom: 100px;
    white-space: nowrap;
    /* 改行しない */
    overflow: hidden;
    /* はみ出た部分を非表示 */
    text-overflow: ellipsis;
    /* 「...」で省略 */
  }
}

.single__works-contents {
  margin-top: 50px;
  padding-bottom: 200px;
  line-height: 2.1875;
}

.single__works-contents p {
  margin-bottom: 10px;
}

.single__works-title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single__works-title {
    font-size: 20px;
  }
}

.single__works-img {
  margin-top: 50px;
  width: 100%;
}

.single__works-button {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__works-button {
    text-align: center;
    margin-top: 40px;
  }
}
.single__works-button a {
  border: 1px solid #333;
  padding: 15px 100px 15px 80px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.18em;
}
.single__works-button a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/top/button.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single__works-button a:hover::after {
  margin-left: 15px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

/*==========================================================================
contact
========================================================================== */
.contact__wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact__wrapper {
    margin-top: 50px;
  }
}

.meeting__form {
  margin-top: 100px;
}

.form__title {
  color: #fff;
  font-size: 20px;
  background: #000000;
  padding: 20px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form__title {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.form__contents {
  padding: 50px 70px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .form__contents {
    padding: 20px;
  }
}
.form__text1 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .form__text1 {
    font-size: 16px;
  }
}
.form__attention {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form__attention {
    font-size: 13px;
  }
}
.form {
  margin-top: 30px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 15px 0;
  }
}
.form__item-date {
  display: block;
  border-bottom: 1px solid #ccc;
}

.form__item-address {
  display: block;
}

.form__item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .form__item-1 {
    display: block;
  }
}
.form__item-1 .form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__label {
  width: 20%;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    margin-top: 0;
  }
}
.form__label .mt-10 {
  margin-top: 10px;
  display: inline-block;
}

.form__label .required {
  position: relative;
}

.form__label .required::after {
  font-size: 12px;
  position: absolute;
  content: "必須";
  color: #fff;
  background: #000000;
  width: 30px;
  line-height: 1;
  padding: 5px 5px 6px 10px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .form__label .required::after {
    font-size: 10px;
    padding: 3px 0px 4px 5px;
    width: 30px;
  }
}
.form__label__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.form_input {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .form_input {
    width: 100%;
  }
}
.form_input .mt-10 {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.form_input input,
.form_input textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 3px;
  background: #f4f4f4;
}

.form_input textarea {
  width: 100%;
  border: none;
  border-radius: 3px;
}

.form__item-last {
  border-bottom: 1px solid #ccc;
}

.w-contact-50 {
  width: 49% !important;
}

.w-contact-50:nth-child(n+2) {
  margin-left: 2%;
}

.contact-attention {
  font-size: 13px;
}

.contact-attention-time {
  font-size: 13px;
  width: 80%;
  margin-left: auto;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-attention-time {
    width: 100%;
  }
}
.submit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .submit__wrapper {
    display: block;
    margin-top: 40px;
  }
}
.submit__text {
  font-size: 14px;
}

.submit__text a {
  text-decoration: underline !important;
}

.submit__button {
  margin-top: auto;
  margin-bottom: auto;
}

.submit__button input {
  padding: 20px 55px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Noto Serif JP";
}

@media screen and (max-width: 767px) {
  .submit__button {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-top: 30px;
  }
}
.contact-text2 {
  padding-left: 60px;
  margin-top: 50px;
  font-size: 14px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .contact-text2 {
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.contact__form {
  margin-top: 50px;
}

.thanks__p1 {
  margin-top: 150px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .thanks__p1 {
    font-size: 20px;
    margin-top: 100px;
  }
}

.thanks__p2 {
  margin-top: 80px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .thanks__p2 {
    margin-top: 40px;
    padding-bottom: 100px;
    font-size: 14px;
  }
}