.vha-menu ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 20px;
}
.vha-menu li {
  font-family: "Hind", sans-serif;
  list-style: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 4px;
  width: max-content;
  padding: 0 20px;
}
.vha-menu a {
  color: #ffffff;
  text-decoration: none;
}
.vha-menu li:nth-child(3),
.vha-menu li:nth-child(4) {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .vha-menu li {
    padding: 0 8px;
  }
}

@media screen and (min-width: 767px) and (max-width: 840px) {
  .vha-menu li {
    font-size: 9px;
  }
}

.vha-menu li a {
  cursor: pointer;
}

.submenu-nrd {
  display: none !important;
}
.menu-nrd:hover .submenu-nrd {
  display: flex !important;
  flex-direction: column;
  align-items: baseline;
}

.submenu-aboutvha {
  position: absolute;
  top: 50px;
  background-color: rgba(29, 33, 43, 0.85);
  width: auto !important;
}
.submenu-aboutvha li {
  margin-left: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}

.in-effect {
  background: #888888;
}

.vha-about-back {
  background-color: #393939;
}
.vha-button {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.vha-button button {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  cursor: pointer;

  background: #43b2b3;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 7px 50px;
}
.vha-button a {
  color: #ffffff;
  text-decoration: none;
}

.about-vha-title {
  display: flex;
  justify-content: center;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;    
  padding: 20px 25%;
  margin-bottom: 0;
}
.about-vha-link {
  display: flex;
  justify-content: center;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #50bbbb;
  margin-bottom: 20px;
}
.about-vha h1 {
  padding: 30px 25%;
  text-align: center;
  line-height: 1.5;
}
.about-vha h2 {
  padding: 70px 25% 10px;
  text-align: center;
  line-height: 1.5;
}
.about-vha-col {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #f1f8f8;
}
.about-vha-col2 {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #f1f8f8;
}
.about-vha-col img,
.about-vha-col2 img {
  width: 100%;
  height: 100%;
}
.about-vha-col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-vha-col-text p {
  display: flex;
  width: 70%;
  align-self: center;
}

.about-vha-col-text p {
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", FontAwesome, sans-serif;
}
.about-vha-col-text p:nth-child(1) {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}
.about-vha-col-text p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #58595b;
}
.about-vha-col-text p:nth-child(3) {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.vha-about-img {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.vha-about-img img {
  width: 60%;
}
.couger-menu-mobile {
  height: 60px;
}
@media screen and (min-width: 769px) {
  .display-mobile {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .display-desktop {
    display: none;
  }
  .logo-vha-about {
    filter: brightness(0) saturate(100%);
  }
  .about-vha h1 {
    font-size: 17px;
    padding: 10px 30px 20px;
    text-align: center;
  }
  .about-vha h2 {
    font-size: 15px;
    padding: 30px 30px 0;
    text-align: center;
  }
  .about-vha-col-text p {
    width: 85%;
  }
  .about-vha-col-text p:nth-child(1) {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .about-vha-col-text p:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
  .about-vha-col,
  .about-vha-col2 {
    display: flex;
    padding-bottom: 40px;
  }
  .about-vha-col {
    flex-direction: column-reverse;
  }
  .about-vha-col2 {
    flex-direction: column;
  }
  .about-vha-col img {
    display: flex;
  }
  .vha-about-img img {
    width: 85%;
  }
}

@media screen and (min-width: 767px) {
  .commercial-p11,
  .commercial-p21,
  .commercial-p31,
  .commercial-p12,
  .commercial-p22,
  .commercial-p32 {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) {
  .commercial-p11.text-effect,
  .commercial-p21.text-effect,
  .commercial-p31.text-effect,
  .commercial-p12.text-effect,
  .commercial-p22.text-effect,
  .commercial-p32.text-effect {
    opacity: 1;
    animation: DownToUpT 1s ease-in;
  }
}
