@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    width: 1260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content h2 {
  position: relative;
}
.entry-content h2::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #0bb4aa;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*▼グローバル*/
.custom-logo-link img {
  max-height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .custom-logo-link img {
    max-height: 40px;
  }
}

body.wp-custom-logo .headroom--not-top .custom-logo-link img {
  max-height: 40px;
}
@media only screen and (max-width: 767px) {
  body.wp-custom-logo .headroom--not-top .custom-logo-link img {
    max-height: 30px;
  }
}

.has-header-image .navbar,
.has-header-video .navbar {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .header-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .has-header-image.home.blog .headroom--not-top .navbar,
  .has-header-image.inspiro-front-page .headroom--not-top .navbar,
  .has-header-video.home.blog .headroom--not-top .navbar,
  .has-header-video.inspiro-front-page .headroom--not-top .navbar {
    padding: 4px 0;
  }
}

/*▲グローバル*/
/*▼フッター*/
.site-info .copyright span:first-child {
  flex: 1;
  text-align: center;
}
.site-info .copyright span:nth-child(2) {
  display: none;
}

.footer-widgets .widget_block {
  margin-bottom: 0;
}

/*▲フッター*/
/*▼トップページ*/
@media print, screen and (min-width: 768px) {
  .has-header-image.inspiro-front-page .custom-header {
    margin-top: 86px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .has-header-image.inspiro-front-page .custom-header {
    margin-top: 60px;
    aspect-ratio: 1170 / 1500;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .has-header-image.inspiro-front-page .custom-header .custom-header-media {
    height: auto;
    min-height: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .has-header-image.inspiro-front-page .custom-header video {
    max-height: clamp(400px, calc(100vh - 80px), 980px);
    height: auto;
    width: 100%;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .home #news .row-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home #news .row-wrap li figure * {
    height: 150px;
  }
}
.home #news .row-wrap .wp-block-post-title {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .home #news .row-wrap .wp-block-post-title {
    font-size: 1em;
  }
}

/*▲トップページ*/

/*# sourceMappingURL=v-layout.css.map */
