/*サイト全体のこと*/
.siteHeader_logo a:hover {
  color: inherit;
}

.navbar-header .siteHeader_logo {
  font-family: "Montserrat";
}

.mainSection-title, h2 {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.subSection-title, h3 {
  border-bottom: none;
  padding: 0;
}

h3:after, .subSection-title:after {
  border-bottom: none;
}

body {
  line-height: 1.7;
  font-size: 16px;
}

@media (max-width: 781px) {
  body {
    font-size: 12px;
  }
}
.siteHeader_logo a {
  font-weight: bold;
}

.slide-text-title {
  font-size: 4rem;
}

/*トップの画像*/
.carousel {
  height: 100vh;
}

.carousel-inner,.carousel-item {
  height: 100%;
}

.carousel-item picture img {
  height: 100%;
  object-fit: cover;
}

/*モバイルメニューボタン*/
.vk-mobile-nav-menu-btn {
  border: none;
}

/*メニュー*/
.device-pc .gMenu>li:nth-child(5) {
  margin-right: 24px;
}
.device-pc .gMenu>li:nth-child(n+6) {
  margin-right: 8px;
  border-radius: 8px;
}

.device-pc .gMenu>li:nth-child(6),.device-pc .gMenu>li:nth-child(7) {
  border: 1px solid #42A413;
}

.device-pc .gMenu>li:nth-child(6) a,.device-pc .gMenu>li:nth-child(7) a {
  color: #42A413;
}

.device-pc .gMenu>li:nth-child(6) a:hover,.device-pc .gMenu>li:nth-child(7) a:hover {
  color: #42A413;
}

.device-pc .gMenu>li:nth-child(8) {
  background-color: #42A413;
}

.device-pc .gMenu>li:nth-child(8) a {
  color: #FFF;
}

/*必要かわからない。。*/
/*.device-mobile .gMenu>li:nth-child(6),li:nth-child(7) {*/
/*  border: 1px solid #42A413;*/
/*}*/

/*.device-mobile .gMenu>li:nth-child(8) {*/
/*  background-color: #42A413;*/
/*}*/

/*.device-mobile .gMenu>li:nth-child(6) a,li:nth-child(7) a {*/
/*  color: #42A413;*/
/*}*/

/*.device-mobile .gMenu>li:nth-child(8) a {*/
/*  color: #FFF;*/
/*}*/

.gMenu>li:before {
  border-bottom: none;
}

@media(min-width: 992px) {
  .header_scrolled .gMenu>li:nth-child(5) {
    margin-right: 0px;
  }
  .header_scrolled .gMenu>li:nth-child(n + 6) {
    margin-right: 0px;
    border-radius: 0px;
  }
  .header_scrolled .gMenu>li:nth-child(n + 6) {
    border: 0px;
    border-left: 1px solid #f5f5f5;
  }
}

/*フッター*/
.siteContent_after.sectionBox {
  color: #FFF;
  background-color: #333;
}

#block-53 {
  padding-top: 16px;
}

.siteFooter {
  background-color: #333;
  color: #FFF;
}

.siteFooter a {
  color: #FFF;
}