@charset "UTF-8";
@import url("../css/nav_inner.css");
@font-face {
  font-family: "Oswald";
  src: url("../css/fonts/Oswald-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Light";
  src: url("../css/fonts/Oswald-Light.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../css/fonts/Oswald-Regular.woff") format("woff");
  font-style: normal;
}
:root {
  --vk-color-text-body: #333;
}

@media (max-width: 991.98px) {
  body,
html {
    font-size: 14px;
  }
}
html {
  scroll-padding-top: 110px;
}
@media (max-width:991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

img {
  display: block;
}

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.en2 {
  font-family: "Oswald-Light", sans-serif;
}

.min {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  color: var(--vk-color-text-body);
  text-decoration: none;
}

a:hover {
  color: #0071bc;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .lg-none {
    display: inline-block;
  }
  .lg-block {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
  .more.pc-none {
    display: block;
  }
}
.h2 {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  padding: 0 45px;
  position: relative;
  border-top: none;
  border-bottom: none;
}
@media ( max-width: 767.98px) {
  .h2 {
    font-size: 24px;
    padding: 0 40px;
  }
}

.h2:before, .h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 3px;
  background-color: #0071bc;
  transform: rotate(-60deg);
}
@media ( max-width: 767.98px) {
  .h2:before, .h2:after {
    width: 30px;
    height: 2px;
  }
}

.h2:before {
  left: 0;
}

.h2:after {
  right: 0;
}

.more a {
  display: inline-block;
  color: #0071bc;
  padding: 15px 15px;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  border: 1px solid #0071bc;
  position: relative;
  transition: 0.3s ease;
}
@media ( max-width: 767.98px) {
  .more a {
    font-size: 16px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.more a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../../img/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: right 0.3s ease;
}

.more a:hover {
  color: #fff;
  background: #0071bc;
}

.more a:hover::after {
  right: 5px;
  background: url(../../img/next-w.svg);
}

/*header*/
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.top {
  padding-top: 135px;
}
@media ( max-width: 767.98px) {
  .top {
    padding-top: 100px;
  }
}

.site-header {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.site-header-kasou {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #ccc;
}

.site-header-container {
  display: flex;
  height: 80px !important;
  justify-content: space-between;
  align-items: center;
}
@media ( max-width: 767.98px) {
  .site-header-container {
    height: 60px !important;
  }
}

.site-header-left {
  width: 417px;
  height: 45px;
  margin-left: 50px;
}
@media ( max-width: 767.98px) {
  .site-header-left {
    margin-left: 20px;
    width: 280px;
    height: 29px;
  }
}

@media ( max-width: 767.98px) {
  .vk-mobile-nav-menu-btn {
    top: 16px !important;
  }
}

.site-header-nav__list {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width:1199.98px) {
  .site-header-nav__list {
    display: none;
  }
}

@media (min-width: 1200px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: none;
  }
}
.site-header-nav__item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.site-header-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}

.site-header-nav__item:first-child::after,
.site-header-nav__item:last-child::after {
  display: none;
}

.site-header-nav__item:last-child {
  margin-top: 0;
}

.site-header-nav__item a {
  color: #fff;
  font-weight: 700;
}

.site-header-kasou .site-header-nav__item a {
  color: #333;
  font-weight: 700;
}

.site-header-nav__item__contact {
  padding: 0;
  height: 80px;
  background: #0071bc;
  position: relative;
}

.site-header-kasou .site-header-nav__item__contact a {
  color: #fff;
}

.site-header-kasou .site-header-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #333;
}

/* フロントページのスクロール後 */
body.is-scrolled #site-header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

body.is-scrolled .site-header-nav__item a {
  color: #333;
}

body.is-scrolled .site-header-nav__item__contact a {
  color: #fff;
}

body.is-scrolled .site-header-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #000;
}

body.is-scrolled .site-header-nav__item:first-child::after,
body.is-scrolled .site-header-nav__item:last-child::after {
  display: none;
}

.site-header-nav__item__contact::before {
  position: absolute;
  content: "";
  background-image: url(../../img/mail-w.svg);
  width: 21px;
  height: 19px;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
  background-repeat: no-repeat;
}

.site-header-nav__item__contact a {
  display: inline-block;
  padding: 40px 20px 20px 20px;
}

.top__text-wrapper {
  padding: 80px 0;
}
@media ( max-width: 767.98px) {
  .top__text-wrapper {
    padding: 40px 0 0;
  }
}

.top__text {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.012em;
}
@media ( max-width: 767.98px) {
  .top__text {
    font-size: 18px;
  }
}

.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin-left: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media ( max-width: 767.98px) {
  .to-top {
    width: 38px;
    height: 38px;
  }
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* cta */
.cta {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
  z-index: 0;
  color: #fff;
}
@media ( max-width: 767.98px) {
  .cta {
    padding: 40px 0;
  }
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  background: #0071bc;
  z-index: -1;
}

.cta a:hover {
  opacity: 0.8;
}

.cta__text {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media ( max-width: 767.98px) {
  .cta__text {
    font-size: 17px;
  }
}

.cta__button-wrapper {
  display: flex;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media ( max-width: 767.98px) {
  .cta__button-wrapper {
    display: block;
  }
}

.cta__tell,
.cta__mail {
  width: 50%;
}
@media ( max-width: 767.98px) {
  .cta__tell,
.cta__mail {
    width: 100%;
  }
}

.cta__tell a,
.cta__mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
  border-radius: 50px;
  width: 100%;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  color: #0071bc;
}
@media ( max-width: 767.98px) {
  .cta__tell a,
.cta__mail a {
    height: 50px;
  }
}

/* テキストをきっちり中央に見せる */
.cta__tell span,
.cta__mail span {
  display: inline-block;
  line-height: 1;
}

/* サイズ調整 */
.cta__tell span {
  font-family: Arial, sans-serif;
  font-size: 40px;
}
@media ( max-width: 767.98px) {
  .cta__tell span {
    font-size: 20px;
  }
}

.cta__mail span {
  font-size: 29px;
}
@media ( max-width: 767.98px) {
  .cta__mail span {
    font-size: 17px;
  }
}

@media ( max-width: 767.98px) {
  .cta__mail {
    margin-top: 10px;
  }
}

/* アイコン */
.cta__tell img {
  width: 30px;
}
@media ( max-width: 767.98px) {
  .cta__tell img {
    width: 20px;
  }
}

.cta__mail img {
  width: 35px;
  margin-top: 3px;
}
@media ( max-width: 767.98px) {
  .cta__mail img {
    width: 20px;
  }
}

/* map */
.map iframe {
  width: 100%;
  height: 350px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media ( max-width: 767.98px) {
  .map iframe {
    height: 200px;
  }
}

.site-body {
  padding-bottom: 0;
}

/*footer*/
footer {
  background: #0071bc;
  color: #fff;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media ( max-width: 767.98px) {
  .footer__top {
    display: block;
    padding: 20px;
  }
}

.footer__left {
  width: 420px;
}
@media ( max-width: 767.98px) {
  .footer__left {
    width: 100%;
  }
}

.footer__logo {
  width: 417px;
}
@media ( max-width: 767.98px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__info {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media ( max-width: 767.98px) {
  .footer__info {
    font-size: 14px;
  }
}

.footer__right {
  margin-top: auto;
}
@media ( max-width: 767.98px) {
  .footer__right {
    margin-top: 20px;
  }
}

.footer__nav__list {
  display: flex;
}
@media ( max-width: 767.98px) {
  .footer__nav__list {
    padding-left: 0;
  }
}

.footer__nav__item {
  position: relative;
}

/* 区切り線を追加 */
.footer__nav__item:not(:last-child)::after {
  content: "｜";
  color: #fff;
}

.footer__nav__item a {
  color: #fff;
  font-size: 16px;
}
@media ( max-width: 767.98px) {
  .footer__nav__item a {
    font-size: 14px;
  }
}

.footer__nav__item a:hover {
  opacity: 0.8;
}

.footer__nav__list {
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media ( max-width: 767.98px) {
  .footer__nav__list {
    margin-top: 0;
  }
}

.site-footer__copyright {
  background: #fff;
  color: #000;
  padding: 10px 0;
}
@media ( max-width: 767.98px) {
  .site-footer__copyright {
    font-size: 10px;
  }
}

.site-footer__copyright-note {
  margin-bottom: 0;
  text-align: center;
}

.sec__copy {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.012em;
}
@media ( max-width: 767.98px) {
  .sec__copy {
    font-size: 20px;
  }
}

.top .container {
  display: flex;
  justify-content: space-between;
}
@media ( max-width: 767.98px) {
  .top .container {
    display: block;
    text-align: center;
  }
}

.top__title {
  font-size: 100px;
  color: #0071bc;
  line-height: 0.35;
  margin-bottom: 0;
  font-weight: 500;
}
@media ( max-width: 767.98px) {
  .top__title {
    font-size: 50px;
    line-height: 0.7;
  }
}

.top__title span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
@media ( max-width: 767.98px) {
  .top__title span {
    font-size: 14px;
    line-height: 1.6;
  }
}

.top__copy {
  font-size: 24px;
  font-weight: bold;
  margin-top: auto;
  line-height: 1;
}
@media ( max-width: 767.98px) {
  .top__copy {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* 投稿ページカスタマイズ */
.news__fv {
  width: 100%;
  padding-top: 34.7222222222%;
  background-image: url(../../img/news/fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.archive__top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.archive .site-body-bottom {
  display: none;
}

.single .entry-meta {
  display: none !important;
}

.archive .site-body,
.single .site-body {
  margin-bottom: 100px;
}

.single .entry-title {
  border-bottom: 2px solid #0071bc;
  padding-bottom: 8px;
}

.vk_post_imgOuter_singleTermLabel {
  display: none;
}

.sub-section .vk_post .media-img {
  display: none;
}

.sub-section .vk_post .vk_post_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sub-section .vk_post .vk_post_date {
  display: none;
}

.sub-section h5:where(:not(.wp-block-post-title)) {
  border-bottom: none;
}

.vk-mobile-nav {
  background: #0071bc;
  color: #fff;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  color: #fff;
}

.vk-mobile-nav {
  padding-top: 60px;
}
/*# sourceMappingURL=cmn.css.map */