@charset "UTF-8";
:root {
  --vk-width-col-2-sub: calc(var(--vk-width-container)*0.24);
  --vk-margin-block-bottom: 30px;
  --vk-size-radius: 5px;
  --vk-margin-headding-bottom: 1.2rem;
  --vk-margin-element-bottom: 1.2rem;
  --vk-margin-contents: 5rem;
  --wp--preset--color--black: #222;
  --vk-color-text-body: #222;
  --vk-line-height: 1.5em; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  color: #222; }
  @media screen and (max-width: 767.98px) {
    body {
      font-size: 14px; } }

body .wp-block-image figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0; }

.wp-block-button__link:hover {
  filter: brightness(1.1) saturate(1); }

/*サイドバー*/
.sub-section.sub-section--col--two {
  margin-bottom: 2rem; }

@media (min-width: 992px) {
  .site-body-container.container {
    max-width: 1200px;
    width: calc(100% - 40px); } }
@media (min-width: 992px) {
  :root {
    --vk-width-container: 1400px; }

  .site-body-container.container {
    max-width: 1400px; } }
@media (min-width: 992px) {
  /*メインセクション*/
  .main-section.main-section--col--two {
    width: calc(75% - 40px); }

  /*サイドバー*/
  .sub-section.sub-section--col--two {
    width: 25%;
    margin-bottom: 2rem; }

  .page .breadcrumb + .site-body .sub-section.sub-section--col--two {
    padding: 60px 0 0; } }
@media (max-width: 991.98px) {
  /*メインセクション*/
  .main-section {
    margin-bottom: 0; } }
/* Loading背景画面設定　*/
.loadinglogo {
  display: block;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background: var(--vk-color-primary); }
  .loadinglogo span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.5em;
    height: 130px;
    margin-left: -4.25em;
    text-align: center;
    color: #fff;
    font-size: 48px; }
    @media screen and (max-width: 767.98px) {
      .loadinglogo span {
        font-size: 30px; } }
    .loadinglogo span img {
      width: 100%;
      height: auto; }

.loadinglogo span:before {
  content: "";
  display: block;
  width: 600px;
  height: 100px;
  position: absolute;
  background: var(--vk-color-primary);
  top: -20px;
  left: 0;
  margin-left: 0;
  animation: loadLogo 3s; }

@keyframes loadLogo {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(500px);
    display: none; } }
.page-header-title, h1.page-header-title {
  font-size: 2.2rem; }

h2 {
  font-size: 2.2rem;
  color: var(--vk-color-primary); }
  @media screen and (max-width: 767.98px) {
    h2 {
      font-size: 2rem; } }
  h2.vk_heading_title, h2.widgettitle, h2.vk-headding-lp, h2.is-style-vk-heading-plain {
    font-size: 2.2rem;
    color: var(--vk-color-primary); }
    @media screen and (max-width: 767.98px) {
      h2.vk_heading_title, h2.widgettitle, h2.vk-headding-lp, h2.is-style-vk-heading-plain {
        font-size: 2rem; } }

.vk-heading-subtext-border h2.vk_heading_title {
  font-size: 2.2rem; }
  @media screen and (max-width: 767.98px) {
    .vk-heading-subtext-border h2.vk_heading_title {
      font-size: 2rem; } }

h3, h3.sub-section-title {
  margin-bottom: 1.2rem;
  font-size: 1.111rem;
  color: var(--vk-color-primary); }
  h3::after, h3.sub-section-title::after {
    width: 6.25rem; }

h4 {
  font-size: 1rem;
  color: var(--vk-color-primary); }

h5 {
  font-size: 0.889rem;
  color: var(--vk-color-primary); }

.vk_heading.vk_heading-style-plain .vk_heading_title:not(.has-text-color) {
  color: var(--vk-color-primary) !important; }

h6 {
  font-size: 1.1rem; }

.cb_sttl_01 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767.98px) {
    .cb_sttl_01 {
      margin-bottom: 25px; } }
  .cb_sttl_01 .vk_heading::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 4px;
    background-color: var(--vk-color-primary); }
  .cb_sttl_01 .vk_heading_title {
    margin-bottom: 10px;
    font-weight: inherit; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.max-600w {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.max-800w {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.max-1000w {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.max-1200w {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

a {
  transition: .3s; }
  a::before, a::after {
    transition: .3s; }

li a, p a {
  text-decoration: none; }

th {
  text-align: left;
  font-weight: normal;
  padding-left: 1rem; }

table tr td:first-child {
  vertical-align: top;
  min-width: 7em; }

.site-body {
  padding: 0;
  margin-top: 0; }

.breadcrumb + .site-body {
  padding: 30px 0 0; }

.post-type-page .breadcrumb + .site-body {
  padding: 0; }

@media screen and (min-width: 768px) {
  .site-body {
    padding: 0;
    margin-top: 0; }

  .breadcrumb + .site-body {
    padding: 60px 0 0; }

  .post-type-page .breadcrumb + .site-body {
    padding: 0; } }
.veu_adminEdit {
  display: none !important; }

ul.is-style-vk-arrow-mark {
  padding-left: .5em;
  padding-inline-start: 1em; }
  ul.is-style-vk-arrow-mark li {
    margin: 0 0 1.1rem;
    line-height: 1.5; }
    ul.is-style-vk-arrow-mark li::before {
      content: "\f054";
      font-size: 0.556rem;
      line-height: 1;
      top: .5rem;
      left: -1rem; }
    ul.is-style-vk-arrow-mark li > a {
      color: #707070; }
  h3 + ul.is-style-vk-arrow-mark {
    margin: 0 0 3rem !important; }
  ul.is-style-vk-arrow-mark.is-flex {
    display: flex;
    flex-wrap: wrap; }
    ul.is-style-vk-arrow-mark.is-flex li {
      min-width: 50%; }

.vk_button a {
  transition: .3s; }
  .vk_button a:hover {
    transform: translate3d(0, -2px, 0); }
  .vk_button a.vk_button_link.btn {
    padding: 1em 2rem; }

.vk_button.btn-square a.btn {
  border-radius: 0 !important; }

.wp-block-button__link {
  padding-top: calc(.6em + 6px);
  padding-bottom: calc(.6em + 6px); }

.is-style-vk-group-solid {
  border: solid 1px !important; }

.border-bl {
  border: 1px solid var(--vk-color-primary) !important; }

.border-gr {
  border: 1px solid #6DAD19 !important; }

.outer_bg_dark h2, .outer_bg_dark h3, .outer_bg_dark h4, .outer_bg_dark h5, .outer_bg_dark p, .outer_bg_dark figcaption {
  color: var(--wp--preset--color--white); }

.wp-block-image figcaption {
  font-size: var(--vk-size-text) !important;
  margin-top: 1em;
  margin-bottom: 2em; }

@media screen and (max-width: 767.98px) {
  .vk-cols--grid--alignfull .wp-block-cover, .vk-cols--grid--alignfull .wp-block-cover-image {
    min-height: 75vw;
    max-height: 75vw; } }
@media screen and (max-width: 767.98px) {
  .vk_outer-width-full.vk_outer-paddingLR-none .vk_outer_container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.wp-block-gallery {
  flex-flow: row wrap-reverse; }
  .wp-block-gallery .blocks-gallery-item {
    flex-grow: 0; }

.wp-block-gallery.fg-0 .blocks-gallery-item {
  flex-grow: 0; }

.wp-block-gallery.gap-0 .blocks-gallery-item {
  flex-grow: 0; }

.wp-block-vk-blocks-grid-column.gap-0 .row {
  flex-grow: 0; }

.wp-block-vk-blocks-grid-column.gap-0 .row .col-6, .wp-block-vk-blocks-grid-column.gap-0 .row .col-lg-2, .wp-block-vk-blocks-grid-column.gap-0 .row .col-lg-6, .wp-block-vk-blocks-grid-column.gap-0 .row .col-md-4, .wp-block-vk-blocks-grid-column.gap-0 .row .col-md-6, .wp-block-vk-blocks-grid-column.gap-0 .row .col-sm-4, .wp-block-vk-blocks-grid-column.gap-0 .row .col-xl-2 {
  flex-grow: 0;
  padding-right: 0;
  padding-left: 0; }
  .wp-block-vk-blocks-grid-column.gap-0 .row .col-6 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-lg-2 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-lg-6 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-md-4 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-md-6 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-sm-4 figure, .wp-block-vk-blocks-grid-column.gap-0 .row .col-xl-2 figure {
    margin-bottom: 0; }

.img-expansion img {
  cursor: pointer; }

.modal-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999999;
  cursor: pointer; }
  .modal-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    height: auto;
    z-index: 999999; }

.block-all-link {
  cursor: pointer; }

@media screen and (max-width: 767.98px) {
  body:not(.wp-admin) .sp_none {
    display: none; }

  body.wp-admin .sp_none {
    opacity: 0.4 !important; } }
@media screen and (min-width: 768px) {
  body:not(.wp-admin) .pc_none {
    display: none; }

  body.wp-admin .pc_none {
    opacity: 0.4 !important; } }
@media print {
  body.single .site-body-container.container {
    width: 100% !important;
    max-width: 100% !important; } }
body.post-type-post .site-body {
  margin-bottom: 60px;
  min-height: 200px; }

.page_top_btn {
  bottom: 20px; }
  @media screen and (max-width: 767.98px) {
    .page_top_btn {
      bottom: 10px; } }

.post-password-form {
  margin: 100px auto;
  max-width: 600px; }

.btn_cta {
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  height: 80px;
  transform: translate3d(0, 90px, 0);
  transition: .3s;
  z-index: 1000; }

@media screen and (max-width: 834px) {
  .btn_cta {
    position: relative;
    height: 55px; } }
.btn_cta.is-visible {
  transform: translate3d(0, 0, 0); }

.btn_cta.is-fixed {
  position: fixed;
  bottom: 0; }

.btn_cta .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 0; }
  .btn_cta .wp-block-button .wp-block-button__link {
    font-size: 1.556rem;
    line-height: 1;
    height: 100%; }

@media screen and (max-width: 834px) {
  .btn_cta .wp-block-button .wp-block-button__link {
    font-size: 15.75px;
    height: 55px;
    padding-top: 20px; } }
.btn_cta .wp-block-buttontn:not(.has-background) {
  background-color: var(--vk-color-primary); }

.btn_cta .wp-block-button:not(.has-text-color) {
  color: #fff; }

.img_group > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.img_mtb0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
