/*
Theme Name: Lightning Child miyakokeniki-koken
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.2
*/

/*****************************
Common
******************************/

:root{
  --vk-size-text: 18px;
  --vk-color-text-body: var(--vk-color-primary);
  --vk-color-text-link: currentColor;
  --vk-color-text-link-hover: var(--vk-color-custom-3);
  --container-width: 100%;
  --vk-width-col-2-main: 65.79%;
  --vk-width-col-2-sub: calc(var(--vk-width-container) * 0.23);
}

body, html{
  font-family: "Quicksand", "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  animation: fadeIn 1s ease-out forwards;
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 992px;
  }
}
@media (min-width: 1200px) {
  :root {
      --vk-width-container: 1200px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}

.main-section--margin-bottom--on{
  margin-bottom: 0;
}


.site-body {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .site-body {
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .site-body {
    padding: 8.33vw 0 0;
  }
}
@media (min-width: 992px) {
  .site-body {
    padding: 8.33vw 0 0;
  }
}
@media (min-width: 1200px) {
  .site-body {
    padding: 100px 0 0;
  }
}

@media (max-width: 991.98px) {
  .main-section{
    margin-bottom: 0;
  }
  .sub-section:not(.sub-section--col--two) {
    margin-top: clamp(50px,8.54vw,100px);
  }
}

a {
  transition: all .3s;
}
li a, p a{
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  color: var(--vk-color-custom-2);
}
p:last-child{
  margin-bottom: 0;
}

.br{
  display: inline-block;
}

.page_top_btn{
  display: none!important;
}

/*****************************
Header
******************************/
/* site-header */
body:not(.header_scrolled) .site-header{
  box-shadow: none;
}
.site-header-container{
  width: calc(100% - clamp(32px, 6.944vw, 100px));
  padding: clamp(16px, 3.88vw, 56px) 0 clamp(16px, 3.4722vw, 50px);
  margin: 0 auto;
  max-width: inherit;
}
.header_scrolled .site-header-container{
  padding: min(1.5vw, 15px) 0;
}
@media (max-width: 991.98px) {
  .site-header-container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .site-header-logo {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.device-mobile .site-header-container{
    padding-right: 0;
  }
}

/* site header logo */

.site-header-logo {
  font-weight: 700;
  font-size: clamp(19px, 2.22vw, 32px);
  letter-spacing: .1em;
  color: var(--vk-color-custom-1);
  text-align: left;
}
.site-header-logo a {
  color: currentColor;
}
.site-header-logo span:nth-child(1){
  color: var(--vk-color-custom-2);
}

/* vk-mobile-nav-menu-btn */
.vk-mobile-nav-menu-btn{
  background: var(--vk-color-custom-2);
  background: linear-gradient(45deg,rgba(0, 167, 148, 1) 0%, rgba(0, 157, 167, 1) 100%);
  border: 0 none;
  border-radius: 50%;
  color: #fff;
  width: 57px;
  height: 57px;
  top: 16px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  transition: top .15s, background .3s;
}
.vk-mobile-nav-menu-btn.position-right{
  right: 16px;
}
.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after{
  content: "";
  display: block;
  left: 50%;
  width: 36.8%;
  height: 3px;
  background: currentColor;
  top: 50%;
  position: absolute;
  margin-left: -18.4%;
  border-radius: 1.5px;
  transition: all .3s;
}
.vk-mobile-nav-menu-btn::before{
  margin-top: -4px;
}
.vk-mobile-nav-menu-btn::after{
  margin-top: 4px;
}
.vk-mobile-nav-menu-btn {
  top: 16px;
}
.admin-bar .vk-mobile-nav-menu-btn {
    top: calc(32px + clamp(16px, 3.88vw, 56px));
}
/*.scrolled.admin-bar .vk-mobile-nav-menu-btn{
  top: 16px;
}*/
.vk-mobile-nav-menu-btn.menu-open {
  background: transparent;
  color: var(--vk-color-custom-2);
  border-color: transparent;
  box-shadow: none;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  transform: rotate(45deg);
  margin-top: 0;
}
.vk-mobile-nav-menu-btn.menu-open::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

@media (max-width: 782px) {
  .admin-bar .vk-mobile-nav-menu-btn{
    top: calc(46px + 16px);
  }
}
@media (max-width: 600px) {
  .scrolled.admin-bar .vk-mobile-nav-menu-btn{
    top: 16px;
  }
}

/* global nav */

.site-header .global-nav {
  margin-left: auto;
}
.global-nav-list{
  align-items: center;
  gap: min(2.60416vw, 50px);
}
.global-nav-list>li .global-nav-name{
  font-size: min(1.5277vw, 22px);
  font-weight: 700;
  color: #000;
}
.device-pc .global-nav-list>li:not(.btn-menu)>a{
  height: auto;
}
.global-nav-list>li:not(.btn-menu)>a{
  padding: .75em 0 .75em 2.25em;
}
.global-nav-list>li:not(.btn-menu)>a::before{
  content: "\f04b";
  color: var(--vk-color-custom-1);
  font-size: calc(min(1.5277vw, 22px) * 0.8);
  transition: color .3s;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}
.global-nav-list>li:not(.btn-menu)::before{
  width: 100%;
  border-bottom-color: #f19119;
  border-bottom-width: 3px;
  opacity: 0;
}
.global-nav-list>li:not(.btn-menu):hover::before{
  opacity: 1;
}

.global-nav-list>li.btn-menu>a{
  background: var(--vk-color-custom-2);
  background: linear-gradient(45deg,rgba(0, 167, 148, 1) 0%, rgba(0, 157, 167, 1) 100%);
  width: min(4.8611vw, 70px);
  height: min(4.8611vw, 70px);
  border-radius: min(2.4305vw, 35px);
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  padding: 0;
  position: relative;
  z-index: 0;
}
.global-nav-list>li.btn-menu .global-nav-name {
  color: #fff;
  font-size: min(1.8055vw, 26px);
  line-height: min(4.8611vw, 70px);
  text-align: center;
}
.global-nav-list>li.btn-menu .global-nav-name i {
  margin-right: 0;
}
.global-nav-list>li.btn-menu::before{
  content: none;
}
.global-nav-list>li.btn-menu a::before{
  content: "";
  background: #f19119;
  background: linear-gradient(45deg,rgba(241, 145, 25, 1) 0%, rgba(241, 116, 25, 1) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity .15s ease-in-out;
}
.global-nav-list>li.btn-menu a:hover{
  /*background: transparent;*/
}
.global-nav-list>li.btn-menu a:hover::before{
  opacity: 1;
}

/* mobile-nav */
.veu_adminEdit.alert.alert-info{
  display: none;
}
.vk-mobile-nav{
  padding: 80px 50px 40px;
  
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  top: 0 !important;
  width: 100%;
  height: 100%;
}
.vk-mobile-nav::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 0;
  background: #f6f3ee;
  border-radius: 16px;
}
.vk-mobile-nav > * {
  z-index: 1;
  position: relative;
}
.vk-mobile-nav.vk-mobile-nav-open{
  opacity: 1;
  pointer-events: all;
}
.admin-bar:not(.scrolled) .vk-mobile-nav {
  top: 32px!important;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px){
  .admin-bar:not(.scrolled) .vk-mobile-nav {
    height: calc(100vh - 46px);
    top: 46px!important;
  }
  .admin-bar.scrolled .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in, .admin-bar.scrolled .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in, .admin-bar.scrolled .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in{
    top: 0;
  }
}

/*****************************
body CTA
******************************/
.site-body-bottom{
  background: var(--vk-color-custom-1);
  color: #fff;
  padding: clamp(50px, 4.6875vw, 90px) 0 clamp(60px, 7.8125vw, 150px);
  margin-top: clamp(20px, 10.4166vw, 150px);
}
.widget_vkexunit_cta .wp-block-heading{
  text-align: center;
  font-size: clamp(28px,2.9166vw,42px);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .5em;
}
.widget_vkexunit_cta .outline-txt {
  font-size: clamp(16px,1.388vw,20px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5em;
}
.widget_vkexunit_cta .cta-wrap{
  background: #fff;
  color: #333;
  display: flex;
  border-radius: 124px;
  padding: 50px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.widget_vkexunit_cta .cta-wrap .cta-contents {
  width: 50%;
  text-align: center;
  list-style: none;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}
.widget_vkexunit_cta .cta-wrap .cta-contents + .cta-contents {
  border-left: 2px solid #000;
}

.cta-contents li{
  font-size: 16px;
}
.cta-contents li:first-child {
  margin-top: 0;
}
.cta-contents li:last-child {
  margin-bottom: 0;
}
.cta-contents i {
  color: var(--vk-color-custom-1);
  font-size: 80%;
  margin-right: 0;
}

ul.tel-contents {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.tel-contents a{
  color: currentColor;
}
.tel-contents .tel {
  font-size: clamp(32px,2.5vw,36px);
  font-weight: 700;
  margin-bottom: 0;
}
.mail-contents dt,
.tel-contents .fax {
  font-size: 24px;
  font-weight: 700;
}
.mail-contents dt{
  margin-bottom: 1.25em;
}

.veu_adminEdit_cta{display: none;}

.wp-block-buttons{
  text-align: center;
  justify-content: center;
}
.wp-block-buttons>.wp-block-button{
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-buttons:not(:first-child){
  margin-top: clamp(30px,3.4722vw,50px);
}
.wp-block-buttons .wp-block-button__link,
.btn {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1.25em;
  max-width: 370px;
  width: 100%;
  border: 0 none;
  background: var(--vk-color-custom-2);
  background: linear-gradient(45deg,rgba(0, 167, 148, 1) 0%, rgba(0, 157, 167, 1) 100%);
  border-radius: 3em;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-block-buttons .wp-block-button__link::before,
.btn::before {
  content: "";
  display: block;
  background: #f19119;
  background: linear-gradient(45deg,rgba(241, 145, 25, 1) 0%, rgba(241, 116, 25, 1) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity .15s ease-in-out;
}
.wp-block-buttons .wp-block-button__link:hover,
.btn:hover {
  color: #fff;
  filter: none;
}
.wp-block-buttons .wp-block-button__link:hover::before,
.btn:hover::before {
  opacity: 1;
}
@media (max-width: 768px){
  .widget_vkexunit_cta .outline-txt{
    margin-bottom: 1.5em;
  }
  .mail-contents dt{
    font-size: 22px;
  }
  .wp-block-buttons .wp-block-button__link, .btn{
    max-width: 295px;
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .widget_vkexunit_cta .cta-wrap{
    flex-direction: column;
    border-radius: 30px;
    padding: 50px 30px;
  }
  .widget_vkexunit_cta .cta-wrap .cta-contents{
    width: 100%;
  }
  .widget_vkexunit_cta .cta-wrap .cta-contents + .cta-contents{
    border-top: 2px solid #000;
    border-left: 0 none;
    padding-top: 20px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-buttons>.wp-block-button{
    text-align: center;
  }
}

/*****************************
Footer
******************************/
.site-footer{
  border-top: 0 none;
  background: #f6f3ec;
  color: #333;
  font-size: 16px;
  padding-bottom: clamp(50px, 9.027vw, 130px);
}
.site-footer .row {
  justify-content: center;
  gap: 30px;
}
.site-footer-content{
  /*margin-top: -1px;*/
  padding-top: clamp(50px, 9.027vw, 150px);
}
.site-footer-content .col-lg-4:nth-child(1){
  width: 100%;
  text-align: center;
}
.site-footer-content .col-lg-4:nth-child(2){
  display: none;
}
@media (min-width: 768px) {
  .site-footer{
    
  }
  .site-footer .row {
    gap: 0;
  }
  .site-footer-content .col-lg-4:nth-child(1){
    margin-bottom: 4%;
  }
  .site-footer-content .col-lg-4:nth-child(2),
  .site-footer-content .col-lg-4:nth-child(3){
    display: block;
  }
  .site-footer-content .col-lg-4:nth-child(1),
  .site-footer-content .col-lg-4:nth-child(2){
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 310px;
  }
}
@media (min-width: 992px) {
  .site-footer-content .col-lg-4:nth-child(1){
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}

/* footer address */
.site-footer .widget{
  margin-bottom: 0;
}
.site-footer .footer-site-logo{
  width: fit-content;
  margin-bottom: .5em;
  margin-right: auto;
  color: var(--vk-color-custom-1);
  font-size: clamp(24px,1.944vw,28px);
  font-weight: 700;
  letter-spacing: .05em;
}
.site-footer .footer-site-logo a,
.site-footer .footer-site-logo a:hover {
  color: currentColor;
}
@media (min-width: 768px) {
  .footer-site-logo{
    
  }
}
@media (min-width: 992px) {
  .footer-site-logo{
    margin-left: 0;
  }
}

/* address list */
ul.address-list{
  list-style: none;
  padding-left: 0;
}
ul.address-list li{
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 16px;
}
ul.address-list li.tel {
  font-weight: 700;
  font-size: 24px;
}
ul.address-list li.tel i[class*="fa-"] {
  color: var(--vk-color-custom-1);
  font-size: 80%;
  margin-right: 0;
}
ul.address-list li.opened {
  font-size: 14px;
}

@media (max-width: 767px){
  ul.address-list li.address{
    line-height: 1.75;
    margin-bottom: 1em;
  }
}

dl.address-list dt {
  font-weight: 700;
  color: var(--vk-color-custom-1);
  font-size: 18px;
}
dl.address-list dt::before {
  content: "\f04b";
  font-size: 0.88em;
  letter-spacing: .5em;
  
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}
dl.address-list dd i {
  color: var(--vk-color-custom-1);
}
dl.address-list dd {
  font-weight: 500;
  color: #333;
  font-size: 0.88rem;
  margin-bottom: .5em;
}
dl.address-list dd.tel {
  font-weight: 700;
  font-size: 18px;
}


/* footer menu (mobile menu) */
:not(.global-nav) .widget_nav_menu + .widget_nav_menu{
  margin-top: 2em;
}
.vk-mobile-nav nav>ul,
.vk-mobile-nav .widget_nav_menu ul.menu{
  border-top: 0 none;
}
.vk-mobile-nav-menu-outer>ul,
:not(.global-nav) .widget_nav_menu>div>ul {
  padding-left: .5em;
}
.vk-mobile-nav-menu-outer>ul>li.menu-item + li.menu-item,
:not(.global-nav) .widget_nav_menu>div>ul li + li {
  margin-top: 2em;
}
.vk-mobile-nav-menu-outer>ul>li.menu-item>a,
:not(.global-nav) .widget_nav_menu>div>ul li a{
  border-bottom: 0 none;
  padding: 0 0 0 1.25em;
  font-weight: 500;
  line-height: 1.0;
  position: relative;
}
.vk-mobile-nav-menu-outer>ul>li.menu-item>a::before,
:not(.global-nav) .widget_nav_menu>div>ul li a::before{
  content: "\f04b";
  color: var(--vk-color-custom-1);
  font-size: 80%;
  transition: color .3s;
  display: block;
  position: absolute;
  left: 0;
  top: .1em;
  
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
}
.vk-mobile-nav-menu-outer>ul>li.menu-item.menu-contact>a::before,
:not(.global-nav) .widget_nav_menu>div>ul li.menu-contact a::before{
  content: "\f0e0";
}
.vk-mobile-nav-menu-outer>ul>li.menu-item>a:hover,
:not(.global-nav) .widget_nav_menu>div>ul li a:hover{
  background: transparent;
}
.vk-mobile-nav-menu-outer>ul>li.menu-item>a:hover::before,
:not(.global-nav) .widget_nav_menu>div>ul li a:hover::before {
  color: #f19119;
}
ul.menu:not(.global-nav-list) li a{
  color: #000;
  /*letter-spacing: .1em;*/
  transition: color .3s;
}
/*.widget_nav_menu>div>ul li a:hover{
  color: var(--vk-color-custom-1);
}*/
.vk-mobile-nav-menu-outer>ul>li.menu-item>a,
.widget_nav_menu>div>ul li a,
ul.menu:not(.global-nav-list) li strong{
  font-size: 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.widget_nav_menu>div>ul li:not(.link-sns) a:hover,
.widget_nav_menu>div>ul li.link-sns a:hover i,
ul.menu:not(.global-nav-list) li a:hover strong{
  
}

.widget_nav_menu>div>ul li.menu-item-privacy-policy a{
  font-size: 14px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .vk-mobile-nav-menu-outer>ul>li.menu-item>a,
  :not(.global-nav) .widget_nav_menu>div>ul li a {
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {

}
@media (min-width: 576px) {
  .widget_nav_menu>div>ul li.menu-item-privacy-policy a {
    
  }
}

/* copyright */
.site-footer-copyright {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 0;
}
.site-footer-copyright p{
  text-align: left;
  font-size: 13px;
  width: fit-content;
  margin: 0;
}
.site-footer-copyright p.admin{
  font-size: 14px;
  font-weight: 500;
}
.site-footer-copyright p.copyright{
  text-align: right;
}
.site-footer-copyright p small{
  font-size: 1em;
}
@media (max-width: 767px){
  .site-footer-copyright {
    flex-direction: column;
    gap: 1em;
  }
  .site-footer-copyright p.copyright{
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
}



/*****************************
Section
******************************/
/* section */
.section:not(:first-child) {
  padding-top: clamp(50px,6.944vw,100px);
}
.section:not(:last-child:not(.has-bg)) {
  padding-bottom: clamp(50px,6.944vw,100px);
}
.section.card {
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  box-shadow: none;
}

.section.has-bg {
  background: #f6f3ee;
  position: relative;
}
body:not(.home) .section.has-bg::before,
body:not(.home) .section.has-bg::after {
  content: "";
  width: 100%;
  height: 1.5625vw;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  
}
body:not(.home) .section.has-bg::before {
  background-image: url(../img/wave-btm.svg);
  background-position: top center;
  margin-top: -1px;
  top: 0;
}
body:not(.home) .section.has-bg::after {
  background-image: url(../img/wave-top.svg);
  background-position: bottom center;
  margin-bottom: -1px;
  bottom: 0;
}

.section-body + .section-body{
  margin-top: min(4.27vw, 50px);
}

@media (max-width: 767px) {
  body:not(.home) .section.has-bg::before,
  body:not(.home) .section.has-bg::after {
    background-size: 250% auto;
    height: 57.33vw;
  }
}

/* sub section */
.sub-section:not(.sub-section--col--two) {
  position: relative;
  border-bottom: 5px dotted var(--vk-color-custom-1);
  padding-bottom: clamp(50px,6vw,80px);
  margin-bottom: clamp(40px,5.55vw,80px);
}
.sub-section2:not(.sub-section--col--two,:last-child) {
  border-bottom: 3px solid var(--vk-color-custom-1);
  position: relative;
  padding-bottom: clamp(30px,6vw,80px);
  margin-bottom: clamp(40px,5.55vw,80px);
}


[class*="has-img-"] + [class*="has-img-"]{
  margin-top: min(8.119vw, 95px);
}
.has-img-right,
.has-img-left {position: relative;}
.has-img-right {
  padding-right: 52.13%;
  text-align: left;
}
.has-img-left {
  padding-left: 52.13%;
  text-align: left;
}
.has-img-right > .title-01,
.has-img-left > .title-01 {
  text-align: left;
  font-size: clamp(26px, 2.5vw, 36px);
}
.has-img-right > .outline-txt,
.has-img-left > .outline-txt {
  text-align: inherit;
}
.has-img-right > .txt,
.has-img-left > .txt {
  font-size: clamp(16px,1.25vw,18px);
  line-height: 2.0;
  font-weight: 500;
}
.has-img-right > .img,
.has-img-left > .img {
  position: absolute;
  top: 0;
  width: 47.86%;
  text-align: center;
}
.has-img-right > .img{right: 0;}
.has-img-left > .img {left: 0;}
.has-img-right > figure.img + h2,
.has-img-right > figure.img + h3,
.has-img-left > figure.img + h2,
.has-img-left > figure.img + h3{
  margin-top: 0;
}
.has-img-right > .wp-block-buttons,
.has-img-left > .wp-block-buttons {
  text-align: left;
  margin-top: clamp(30px,2.77vw,40px);
}

@media (max-width: 767px){
  .has-img-right {
    padding-right: 0;
  }
  .has-img-left {
    padding-left: 0;
  }
  .has-img-right > .section-title,
  .has-img-left > .section-title {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .has-img-right > .txt,
  .has-img-left > .txt {
    line-height: 1.75;
  }
  .has-img-right > .img,
  .has-img-left > .img {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  .has-img-right > .img:last-child,
  .has-img-left > .img:last-child {
    margin-bottom: 0;
  }
}

/* section header */
.section-header {
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: clamp(25px,2.083vw,50px);
}
.section-header.has-img-right,
.section-header.has-img-left {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: clamp(30px,6.944vw,100px);
}
.section-header.has-img-right .outline-txt,
.section-header.has-img-left .outline-txt {
  text-align: left;
}
.section-header.has-img-right{
  padding-right: min(48.85%, 535px);
}
.section-header.has-img-left{
  padding-left: min(48.85%, 535px);
}
.section-header.has-img-right .section-header-img,
.section-header.has-img-left .section-header-img {
  max-width: 450px;
  width: 41.09%;
  position: absolute;
  top: 0;
}
.section-header.has-img-right .section-header-img{
  right: 0;
}
.section-header.has-img-left .section-header-img{
  left: 0;
}
.section-header .txt {
  font-size: clamp(16px,1.25vw,18px);
  font-weight: 500;
  line-height: 2.0;
}

@media (max-width: 767px){
  .section-header.has-img-right{
    padding-right: 0;
  }
  .section-header.has-img-left{
    padding-left: 0;
  }
  .section-header.has-img-right .section-title,
  .section-header.has-img-left .section-title{
    font-size: 32px;
    text-align: center;
  }
  .section-header.has-img-right .section-header-img,
  .section-header.has-img-left .section-header-img{
    position: relative;
    width: 100%;
    left: inherit;
    right: inherit;
    margin: 0 auto 30px;
  }
  .section-header .txt {
    line-height: 1.75;
  }
}


/* section title */
.section-title {
  font-size: clamp(26px,2.9166vw,42px);
  color: var(--vk-color-custom-1);
  margin-bottom: 1em;
  border: 0 none;
  padding: 0;
  line-height: 1.25;
  border: 0 none;
}
.section-title::before,
.section-title::after {
  content: none;
}

.section-en-title,
.section-sub-title {
  font-size: clamp(20px,1.66vw,24px);
  letter-spacing: .1em;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
}
.section-en-title {
  color: var(--vk-color-custom-2);
}
.section-sub-title {
  color: #000;
}
.section-title + .section-en-title,
.section-title + .section-sub-title{
  margin-top: -1em;
}

@media (max-width: 767px){
  .section-en-title,
  .section-sub-title {
    letter-spacing: 0;
  }
}

/*****************************
Title
******************************/
.title-01 {
  text-align: center;
  font-size: clamp(24px,2.5vw,36px);
  font-weight: 700;
  color: var(--vk-color-custom-1);
  border: 0 none;
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.5;
  background: transparent;
}
.title-01::after{
  content: none;
}

@media (max-width:767px){
  .title-01 {
    text-align: left;
  }
}

/* title-02 */
.title-02{
  background: transparent;
  border: 0 none;
  font-size: clamp(18px,2.05vw,24px);
  font-weight: 700;
  color: var(--vk-color-custom-1);
  padding: 0;
  margin-bottom: 1em;
}
.title-02::after{
  content: none;
}
@media (max-width:767px){
  .title-02 {
    margin-bottom: .5em;
  }
}

/* title-03 */
.title-03{
  background: transparent;
  border: 0 none;
  font-size: clamp(16px,1.709vw,20px);
  font-weight: 700;
  padding: 0;
  margin-bottom: .5em;
}
.title-03::after{
  content: none;
}

dl+h1, dl+h2, dl+h3, dl+h4, dl+h5, dl+h6, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6, p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, table+h1, table+h2, table+h3, table+h4, table+h5, table+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6{
  margin-top: 1.5em;
}

/*****************************
Headline
******************************/
.headline-01 {
  font-size: clamp(18px,1.88vw,22px);
  font-weight: 700;
  margin-bottom: 1.5em;
  letter-spacing: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: 1.5;
}
.headline-01::after {
  content: none;
}

@media (max-width: 768px) {
  .headline-01 {
    margin-bottom: .5em;
  }
}

/* is-style-vk-heading-both_ends */
.is-style-vk-heading-both_ends{
  color: var(--vk-color-custom-2);
  font-size: clamp(26px,3.07vw,36px);
  font-weight: 700;
}
.is-style-vk-heading-both_ends:not(:first-child){
  margin-top: min(6.83vw, 80px);
}
.is-style-vk-heading-both_ends:not(:last-child){
  margin-bottom: min(4.27vw, 50px);
}
.is-style-vk-heading-both_ends::before,
.is-style-vk-heading-both_ends::after {
  border-width: 4px;
  border-radius: 2px;
  min-width: .5em;
}
@media (max-width: 768px) {
  .is-style-vk-heading-both_ends::before,
.is-style-vk-heading-both_ends::after {
    border-width: 3px;
    border-radius: 1.5px;
  }
}


/*****************************
Text
******************************/
.txt {
  line-height: 2.0;
  font-weight: 500;
}
.wp-block-text {
  font-size: 16px;
  line-height: 2.0;
  font-weight: 400;
}

.notice{
  font-size: .88rem;
  font-weight: 500;
}
p.notice{
  text-indent: -1em;
  margin-left: 1em;
}

.big{
  font-size: 1.5em;
}

.bold {
  font-weight: 700;
}

@media (max-width: 768px){
  .txt {
    line-height: 1.75;
  }
}

/*****************************
Flow Section
******************************/
.flow-section{
  position: relative;
}
.card .flow-section{
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flow-section + .flow-section {
  margin-top: clamp(65px, 8.68vw, 125px);
}
.flow-section + .flow-section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + min(4.27vw, 50px));
  width: clamp(35px,4.27vw,50px);
  height: clamp(35px,4.27vw,50px);
  margin: 0 auto;
  transform: rotate(-45deg);
  border-width: 3px;
  border-color: transparent transparent #1f4e79 #1f4e79;
  border-style: solid;
}

.flow-title {
  border-bottom: 3px solid var(--vk-color-custom-1);
  color: var(--vk-color-custom-1);
  font-size: clamp(22px,3.07vw,36px);
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: clamp(20px,3.4722vw,50px);
  background: transparent;
  padding: 0 0 .5em 0;
  border-radius: 0;
}
.flow-title span.num{
  font-size: 205%;
  font-weight: 400;
  margin-right: .15em;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: text-bottom;
}
.flow-title::after {content: none;}

.flow-section .txt {
  line-height: 1.5;
}
@media (max-width: 768px){
  .flow-title span.num{
    font-size: 190%;
    font-weight: 500;
  }
}


/*****************************
Outline
******************************/
.outline-txt {
  font-size: clamp(18px,1.66vw,24px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 767px){
  .outline-txt {
    margin-bottom: 1em;
    text-align: left;
  }
}

/*****************************
Post List
******************************/
/* news & information */
.wp-block-post{
  position: relative;
}
.wp-block-post-featured-image{
  border: 6px solid #fff;
  box-shadow: 10px 10px 30px rgba(0,0,0,.1);
  overflow: hidden;
  border-radius: clamp(10px,1.388vw,20px);
  margin-bottom: 1.5em;
}
.wp-block-post-featured-image img {
  transition: transform .3s;
}
.wp-block-post-date{
  color: var(--vk-color-custom-1);
  font-size: 18px;
  font-weight: 700;
  transition: color .3s;
}
.wp-block-post-title{
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin: .75em 0;
}
.wp-block-post-title :where(a){
  color: currentColor;
}
.wp-block-post-terms a{
  display: inline-block;
  border: 2px solid currentColor;
  color: var(--vk-color-custom-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.0;
  padding: .5em 1.25em;
  border-radius: 1.5em;
  text-decoration: none;
}
.wp-block-post > a.wp-block-read-more{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.05)!important;
  transform-origin: center center;
}
.wp-block-post:hover .wp-block-post-date,
.wp-block-post:hover .wp-block-post-terms a{
  color: var(--vk-color-custom-3);
}

/*****************************
Flex Items
******************************/

.is-layout-flex.columns-3{
  width: 100%;
}
ul.is-layout-flex{
  padding-left: 0;
  list-style: none;
}
.is-layout-flex.columns-3 > .item{
  width: 100%;
}

@media (min-width: 768px){
  .is-layout-flex.columns-3{
    gap: 2.56%;
    align-items: stretch;
  }
  .is-layout-flex.columns-3 > .item{
    width: 31.623%;
  }
}

/*****************************
Grid Cards
******************************/
/* grid cards */
.grid-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  gap: clamp(20px,1.66vw,24px);
}
.card {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0,0,0,.1);
  border: 0 none;
  border-radius: clamp(30px,3.4722vw,50px);
  padding: min(4.8611vw,70px) min(2.77vw,40px) 50px;
}
.section-body.card {
  padding-bottom: clamp(50px, 8.547vw, 100px);
}
.section-body.card > * {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card-thumb {
  margin: 0 calc(clamp(30px,2.77vw,40px) * -1);
}
.card-ttl {
  background: transparent;
  color: var(--vk-color-custom-1);
  font-weight: 700;
  font-size: clamp(28px,2.9166vw,42px);
  padding: 0;
  line-height: 1.5;
  margin: .8em 0 .5em;
}
.card-ttl span.green{
  display: block;
  font-size: .5714em;
  letter-spacing: .1em;
}
.card-txt {
  font-size: clamp(16px,1.25vw,18px);
  line-height: 2.0;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 768px){
  .card-ttl span.green{
    font-size: 0.71428em;
  }
  .card-txt {
    line-height: 1.75;
  }
}
@media (max-width: 767px){
  .grid-cards{
    grid-template-columns: 1fr;
  }
  .card {
    padding: 50px 30px 50px;
  }
}

/*****************************
Border Box
******************************/
.border-box {
  border: 3px solid var(--vk-color-custom-1);
  margin: min(4.27vw, 50px) 0;
  border-radius: clamp(30px, 3.4722vw, 50px);
  border-radius: 50px;
  padding: min(7.69vw, 90px) min(8.54vw, 100px);
}
.border-box + .border-box {
  margin-top: min(5.98vw, 70px);
}
.border-box > *:not(.border-box-ttl) {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.border-box *:not(.border-box-ttl) {
  font-size: clamp(18px,1.709vw,20px);
  letter-spacing: 0;
}
.border-box > *:last-child {
  margin-bottom: 0;
}
.border-box *:first-child:not(.border-box-ttl),
.border-box .border-box-ttl + * {
  margin-top: 0;
}
.border-box .border-box-ttl{
  text-align: center;
  font-size: clamp(24px,3.07vw,36px);
  font-weight: 700;
  color: var(--vk-color-custom-1);
  position: relative;
  top: calc(min(7.69vw, 90px) * -1);
  left: 50%;
  width: fit-content;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 5px;
  margin-bottom: calc(clamp(25px, 3.41vw, 40px) * -1);
}
.border-box .border-box-ttl > * {
  font-size: 1em;
}

.card .border-box {
  border-radius: min(2.56vw,30px);
  border-radius: 30px;
  padding: clamp(25px, 4.27vw, 50px) clamp(20px, 4.27vw, 50px);
}
.card .border-box *:not(.border-box-ttl) {
  font-size: 1rem;
}

/*****************************
Background Box
******************************/
.bg-box{
  background: #f6f3ee;
  border-radius: 30px;
  padding: clamp(20px,4.27vw,50px);
  margin: 50px 0;
}
.bg-box:first-child,
.bg-box > *:first-child{margin-top: 0;}
.bg-box:last-child,
.bg-box > *:last-child{margin-bottom: 0;}

.bg-box-ttl {
  font-size: clamp(18px,2.22vw,26px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
  color: var(--vk-color-custom-1);
  border: 0 none;
  padding: 0;
  line-height: 1.5;
}
.bg-box-ttl_2 {
  color: var(--vk-color-custom-1);
  font-weight: 700;
  font-size: clamp(18px,1.88vw,22px);
  margin-bottom: 1em;
  border: 0 none;
  padding: 0;
}
@media (max-width: 767px){
  .bg-box-ttl_2 {
    margin-bottom: .5em;
  }
}

/*****************************
Files List
******************************/
.files-list{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.files-list li {
  width: calc(50% - 2.5px);
  display: block;
  position: relative;
  padding-left: 45px;
  list-style: none;
  letter-spacing: 0;
}
.files-list li .files-name,
.files-list li .files-type {
  display: block;
}
.files-list li i {
  position: absolute;
  left: 0;
  top: -.2em;
  font-size: 33px;
}
.files-name {
  font-size: clamp(18px,1.7vw,20px);
  font-weight: 500;
  line-height: 1.33;
}
.files-type {
  font-size: clamp(14px,1.36vw,16px);
  font-weight: 400;
}

i.fa-file-word {color: #1f64c2;}
i.fa-file-pdf {color: #ee2428;}

@media (max-width: 768px){
  .files-list {
    flex-direction: column;
  }
  .files-list li {
    width: 100%;
  }
  .files-type {
    margin-top: .5em;
  }
}

/*****************************
Banner List
******************************/
/* bnr list */
.bnr-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 5.98%;
  margin-bottom: 0;
  padding: 0;
}
.bnr-list li {
  width: 33.33%;
  max-width: 390px;
}
.bnr-list li img {
  transition: transform .3s;
}
.bnr-list li a:hover img {
  transform: scale(105%);
}
.bnr-cap {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px){
  .bnr-list {
    flex-direction: column;
    gap: 15px;
  }
  .bnr-list li {
    width: 100%;
  }
}

/*****************************
FLow List
******************************/
:is(ul,ol):where(.flow-list) {
  padding-left: 0;
  max-width: 430px;
  margin-top: 0;
  margin-bottom: 0;
}
.flow-list li {
  list-style: none;
  background: var(--vk-color-custom-1);
  color: #fff;
  padding: .5em 1em;
  border-radius: 20px;
  font-size: clamp(17px,1.7vw,20px);
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.55em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.flow-list li:first-child{
  margin-top: 0;
}
.flow-list li + li{
  margin-top: 50px;
}
.flow-list li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 25px);
  width: 25px;
  height: 25px;
  transform: rotate(-45deg) translateX(-50%);
  border-width: 3px;
  border-color: transparent transparent #1f4e79 #1f4e79;
  border-style: solid;
}

@media (max-width: 768px){
  .flow-list li {
    padding: .5em;
  }
}


/*****************************
List
******************************/
li:first-child {margin-top: 0;}
li::marker{
  color: var(--vk-color-custom-1);
  font-weight: 700;
  text-align: left;
}
ol:first-child,
ul:first-child{
  margin-top: 0;
}
ol:last-child,
ul:last-child{
  margin-bottom: 0;
}
ol > li > ol{
  margin-top: .5em!important;
  list-style-type: lower-alpha;
}

/* wp-block-list */
.wp-block-list:first-child{margin-top: 0;}
.wp-block-list:last-child{margin-bottom: 0;}
.wp-block-list li{
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: .1em;
}
.wp-block-list li p.notice{
  margin-top: .5em;
}

ul.wp-block-list{
  list-style: none;
  padding-left: 0;
  font-weight: 500;
}
ul.wp-block-list > li{
  position: relative;
  padding-left: 1em;
}
ul.wp-block-list > li::before{
  content: "●";
  color: var(--vk-color-custom-1);
  position: absolute;
  left: 0;
}

ol.wp-block-list{
  padding-left: 1.5em;
}
_::-webkit-full-page-media, _:future, :root ol.wp-block-list > li {
  margin-left: 1em;
}
ol.wp-block-list > li::marker{
  color: var(--vk-color-custom-1);
  font-weight: 700;
  /*font-family: monospace;*/
  font-size: 1.125em;
}

@media (max-width: 768px){
  .wp-block-list{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-list li{
    letter-spacing: 0;
  }
}

/* note list */
.note-list {
  padding-left: 0;
}
.note-list li {
  list-style: none;
  position: relative;
  padding-left: clamp(15px,2.56vw,30px);
  font-weight: 500;
  line-height: 2.0;
  margin-bottom: 0;
  font-size: 1rem;
}
.note-list li:first-child{
  margin-top: 0;
}
.note-list li + li {
  margin-top: 2em;
}
.note-list li::before{
  content: "";
  width: clamp(4px,0.598vw,7px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background: var(--vk-color-custom-1);
}

@media (max-width: 768px) {
  .note-list li{
    line-height: 1.75;
  }
}

/*****************************
Detail list
******************************/
/* details wrap */
dl.details-wrap{
  margin-top: clamp(15px,2.56vw,30px);
  margin-bottom: clamp(15px,2.56vw,30px);
}
dl.details-wrap:first-child{
  margin-top: 0;
}
dl.details-wrap:last-child{
  margin-bottom: 0;
}
dl.details-wrap > dt {
  color: var(--vk-color-custom-1);
  font-weight: 700;
  font-size: clamp(18px,1.88vw,22px);
  margin-bottom: 0;
}
dl.details-wrap > dd{
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}
dl.details-wrap > dd:not(.txt){
  margin-top: .5em;
}
dl.details-wrap > dd.txt {
  font-weight: 700;
  font-size: 20px;
}
dl.details-wrap > dd.note {
  font-size: 0.88em;
}
dl.details-wrap > dd + dt{
  margin-top: 1em;
}

@media (max-width:768px){
  dl.details-wrap > dd.txt .big {
    font-size: 1.3em;
  }
}

/* dl-list */
dl.dl-list > dt {
  position: relative;
  padding-left: 1em;
}
dl.dl-list > dt::before {
  content: "●";
    color: var(--vk-color-custom-1);
    position: absolute;
    left: 0;
}
dl.dl-list > dd {
  
}

/*****************************
Statenebt Table
******************************/
.statement-table{
  min-width: 414px;
  width: 47.58%;
}
dl.statement-item {
  display: flex;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em;
  width: 100%;
}
dl.statement-item dt{
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  padding-right: 1em;
  margin-bottom: 0;
}
dl.statement-item dt::before {
  content: "●";
  color: var(--vk-color-custom-1);
  position: absolute;
  left: 0;
}
dl.statement-item dd{
  margin-left: auto;
  font-weight: 500;
  font-size: 0.88rem;
  text-align: right;
  font-family: "Zen Maru Gothic", sans-serif;
  min-width: 4em;
}
dl.statement-item dd .big {
  font-size: 1.25em;
}
.statement-total {
  text-align: right;
  border-top: 2px solid var(--vk-color-custom-1);
  padding-top: .5em;
  margin-top: 1em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width:600px){
  .statement-table{
    min-width: inherit;
    width: 100%;
  }
}

/*****************************
Table
******************************/
table.table {
  border: 0 none;
}
table.table th,
table.table td {
  border: 0 none;
  font-size: 18px;
  font-weight: 500;
  padding: .8rem 1rem;
  vertical-align: top;
}
table.table th {
  font-weight: 700;
  text-align: left;
  color: var(--vk-color-custom-1);
  width: calc(5.5em + 1.6em);
  padding-right: 1.6em;
}
@media (max-width:600px){
  table.table,
  table.table thead,
  table.table tbody,
  table.table tfoot,
  table.table tr,
  table.table th,
  table.table td {
    display: block;
    width: 100%;
  }
  table.table th {
    padding: 0;
  }
  table.table td {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  table.table tr:last-child td {
    padding-bottom: 0;
  }
}

/*****************************
Image
******************************/
/* wp-block-image */
.entry-body .wp-block-image.alignfull {
  margin-bottom: 0;
}

/*****************************
Iframe
******************************/
iframe {
  
}
.iframe-wrap {
  width: 100%;
  height: 600px;
  /*padding-top: 61.85%;*/
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.iframe-wrap iframe{
  width: 1px;
  min-width: 100%;
  margin-bottom: 0;
  height: 600px;
  min-height: 100%;
  max-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

/*****************************
Page Parts
******************************/
/* page header */
.page-header {
  background: #f6f3ee;
  color: var(--vk-color-custom-1);
}
.page-header-inner{
  margin: clamp(60px,7.69vw,90px) auto clamp(50px,7.26vw,85px);
}
.page-header-title,
h1.page-header-title{
  font-size: clamp(28px,3.58vw,42px);
  font-weight: 700;
  letter-spacing: .1em;
  width: fit-content;
  min-width: 365px;
  max-width: 90%;
  
  padding-bottom: 25px;
  margin: 0 auto;
  position: relative;
}
.page-header-title::after,
h1.page-header-title::after {
  content: "";
  display: block;
  position: absolute;
  /*-webkit-mask-image: -webkit-radial-gradient(white, var(--vk-color-custom-1));
  border-bottom: 5px dotted var(--vk-color-custom-1);*/
  width: 365px;
  height: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  
  height: 5px; /* 線の太さ */
  background-image: radial-gradient(circle, var(--vk-color-custom-1) 2.5px, transparent 2.5px);
  background-size: 11px 5px; /* 12pxごとにドットを繰り返す */
  background-repeat: repeat-x;
  background-position: bottom center;
}

@media (max-width: 767px){
  .page-header-title,
  h1.page-header-title{
    letter-spacing: 0;
  }
}
@media (max-width: 400px){
  .page-header-title,
  h1.page-header-title{
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .page-header-title::after,
  h1.page-header-title::after{
    width: 100%;
  }
}

/* breadcrumb */
.breadcrumb{
  border: 0 none;
  background: #e8e3da url(../img/bg-beige.jpg) 0 0 repeat;
  background-size: 512px auto;
  font-size: clamp(14px,1.36vw,16px);
  font-weight: 500;
}
.breadcrumb-list{
  padding: 1.3em 0;
}
.breadcrumb-list li:after {
  content: "＞";
}

/* pagination */
.pagination{
  font-size: 22px;
  font-weight: 500;
  margin-top: 100px;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers{
  border-color: var(--vk-color-custom-2);
  border-width: 2px;
  margin-left: -2px;
  min-width: 50px;
  padding: 8px;
}
ul.page-numbers li a:hover{
  background: #ed6c00;
  border-color: #ed6c00;
  color: #fff;
}
ul.page-numbers li span.page-numbers.current{
  background: var(--vk-color-custom-2);
}
ul.page-numbers li:first-child>.page-numbers{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
ul.page-numbers li:last-child>.page-numbers{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* next / prev */
.next-prev{
  margin-top: clamp(50px,8.54vw,100px);
}
.next-prev .vk_post > .vk_post_imgOuter{
  box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}
.next-prev .vk_post.media{
  align-items: center;
  column-gap: 10px;
}
.next-prev .vk_post .vk_post_title{
  border-bottom: 0 none;
  padding: 0;
  margin: 0;
}

.next-prev-prev .vk_post_imgOuter_singleTermLabel{
  border-radius: 20px 0 10px 0;
}
.next-prev-next {
  flex-direction: row-reverse;
}
.next-prev-next .vk_post_body {
  text-align: right;
}

/*********************************
Post List -投稿一覧-
**********************************/
/* archive title */
.archive-header-title {
}

/*Common*/
.post-list > .vk_post,
.wp-block-post > .is-layout-flex {
  align-items: flex-start;
  gap: clamp(15px,3.125vw,24px);
}
.post-list .vk_post_body,
.wp-block-post-content {
  width: clamp(226px, calc(70% - 24px), 360px);
}

.vk_post_imgOuter a:hover,
.wp-block-post:hover .wp-block-post-featured-image{
  background: var(--vk-color-primary);
}
.vk_post_imgOuter a:hover img,
.wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(105%);
  opacity: .5;
}

.vk_post > .vk_post_imgOuter {
  width: clamp(100px, 35%, 270px);
  position: relative;
  overflow: hidden;
  transition: background .5s;
  margin-right: 0!important;
  border: 0 none;
  padding: 0;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0,0,0,.1);
  overflow: hidden;
}
.vk_post > .vk_post_imgOuter::before {
  content: "";
  padding-top: 76.29%;
  position: relative;
  display: block;
  width: 100%;
}
.vk_post > .vk_post_imgOuter a{
  overflow: hidden;
  border-radius: 20px;
}
.vk_post > .vk_post_imgOuter a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(10px,1.388vw,20px);
  border: 6px solid #fff;
  z-index: 10;
}
.vk_post_imgOuter img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  display: block;
  transition-property: transform, opacity;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}
.vk_post_imgOuter_singleTermLabel{
  z-index: 10;
  font-size: 13px;
  font-weight: 500;
  top: 0;
  border-radius: 0 20px 0 10px;
}

.vk_post .vk_post_date,
.wp-block-post-date {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1em;
  letter-spacing: .05em;
}
.vk_post_taxonomy_terms a,
.wp-block-post-terms a {
  pointer-events: none;
  display: inline-block;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  letter-spacing: 0;
}
.vk_post_taxonomy_terms a:not(:last-child),
.wp-block-post-terms a:not(:last-child){
  margin-right: 5px;
}

.vk_post .vk_post_title,
.wp-block-post-title{
  font-size: clamp(16px,1.388vw,20px)!important;
  font-weight: 500;
  margin-top: 1rem!important;
  margin-bottom: .75rem!important;
}
.vk_post .vk_post_title a{
  color: var(--vk-color-custom-1);
}
.vk_post .vk_post_title a:hover{
  color: var(--vk-color-text-link-hover);
}
.vk_post .vk_post_excerpt,
.wp-block-post-excerpt__excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  opacity: 1;
}

@media (max-width: 768px){
  .wp-block-post-featured-image{
    border-width: 4px;
    margin-bottom: .5em;
  }
  .vk_post .vk_post_date, .wp-block-post-date{
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .vk_post .vk_post_title, .wp-block-post-title{
    margin-top: 0!important;
  }
  .vk_post_taxonomy_terms a, .wp-block-post-terms a{
    padding: 4px 5px;
  }
  .vk_post_taxonomy_terms a:not(:last-child), .wp-block-post-terms a:not(:last-child){
    margin-right: 10px;
  }
}


/* VK BLOCK*/
.wp-block-post{
  position: relative;
}
.wp-block-post .wp-block-post-featured-image{
}
.wp-block-post a.wp-block-read-more {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  color: transparent;
}
.wp-block-post-terms .wp-block-post-terms__separator{
  display: none;
}


/* 投稿一覧 */
.vk_post.media{
  border-bottom: 0 none;
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child,
.main-section>.vk_posts>.media.vk_post-col-sm-12:first-child,
.vk_post.media:first-child{
  border-top: 0 none;
}

.entry-body>.vk_posts>.media.vk_post-col-lg-12,
.main-section>.vk_posts>.media.vk_post-col-lg-12{
  padding: 0;
  margin-bottom: 50px;
}

/*.post-list .vk_post .vk_post_body {
  display: flex;
  flex-direction: column;
}
.post-list .vk_post .vk_post_body .vk_post_title{order: 3;}
.post-list .vk_post .vk_post_body .vk_post_date{order: 1;}
.post-list .vk_post .vk_post_body .vk_post_excerpt{order: 4;}
.post-list .vk_post .vk_post_body .vk_post_taxonomies{order: 2;}
.post-list .vk_post .vk_post_body .vk_post_btnOuter{order: 5;}*/

.vk_post > .vk_post_imgOuter{
  background: transparent!important;
  /*border: 0 none;*/
}
.post-list .vk_post_imgOuter a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.post-list .vk_post_date{
  margin-top: 0;
  color: currentColor;
}
.post-list .vk_post_title {
  border: 0 none;
  padding: 0;
}
.post-list .vk_post_title:after {
  content: none;
}
.post-list .vk_post_title a:hover{
  color: var(--vk-color-text-link-hover);
}
.post-list .vk_post_taxonomy_title{
  display: none;
}
.post-list .vk_post_taxonomies{
  margin-top: 0;
}
.post-list .vk_post_taxonomy_terms{
  padding-left: 0;
}
.post-list .vk_post_taxonomy_terms a {
  border: 2px solid currentColor;
  padding: 2px 3px;
}
.post-list .vk_post_excerpt{
  margin-top: 0;
}
.vk_post .vk_post_btn {
  background: transparent;
  box-shadow: none;
  border: 0 none;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  min-width: inherit;
  margin-right: 0;
  color: #000;
  max-width: inherit;
  width: fit-content;
}
.vk_post .vk_post_btn::before{
  content: none;
}
.vk_post .vk_post_btn::after {
  content: "\f061";
  
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /*display: var(--fa-display, inline-block);*/
  font-style: normal;
  font-variant: normal;
  /*line-height: 1;*/
  text-rendering: auto;
  
  color: #fff;
  background: var(--vk-color-custom-2);
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  display: inline-block;
  
  clip-path: none;
  position: relative;
  left: inherit;
  top: inherit;
  
  margin-left: 5px;
  
  transition: text-indent .3s, background .3s;
}
.vk_post .vk_post_btn:hover{
  color: var(--vk-color-text-link-hover);
}
.vk_post .vk_post_btn:hover::after {
  transform: none;
  text-indent: .75em;
  background: var(--vk-color-text-link-hover);
}

/*********************************
Post -投稿詳細-
**********************************/

/* entry header */
.entry-header .entry-title{
  font-size: clamp(18px,2.82vw,28px);
  border-bottom: 2px solid currentColor;
  line-height: 1.25;
  padding-bottom: .5em;
  margin-bottom: 1rem;
}
.entry-meta-item i{
  display: none;
}
.entry-meta-item {
  font-size: 15px;
  font-weight: 700;
}
.entry-meta-item-date {
  text-transform: lowercase;
}
@media (min-width: 768px){
  .entry-header .entry-title{
    letter-spacing: .1em;
  }
  .entry-meta-item {
    font-size: 16px;
    letter-spacing: .1em;
  }
}

/* entry body */
.entry-body .wp-block-image{
  margin-bottom: 1.5rem;
}
.entry-body > p{
  font-size: 1rem;
  line-height: 1.5;
}
.entry-body strong:not(.marker) {
  font-weight: 500;
}
.entry-body > p a,
.entry-body li a{
  text-decoration: none;
}
.entry-body > p a{
  font-weight: 500;
}
.entry-body .has-background:not(.alignfull),
.entry-body .wp-block-quote{
  border-radius: 10px;
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 0 none;
  background: #f6f3ee;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.25em 2.375em;
}
.entry-body .wp-block-quote:first-child{
  margin-top: 0;
}
.entry-body .wp-block-quote:last-child{
  margin-bottom: 0;
}

.entry-body h2:where(.wp-block-heading):not(.is-style-vk-heading-both_ends, .faq-title){
  font-size: clamp(20px, 3.38vw, 26px);
  border: 0 none;
  padding: 0;
  color: var(--vk-color-custom-1);
}

.entry-body h3:where(.wp-block-heading):not(.is-style-vk-heading-both_ends, .item-name){
  font-size: clamp(18px, 2.86vw, 22px);
  border-top: 2px solid currentColor;
  padding-top: .75em;
  padding-bottom: 0;
  font-weight: 700;
  border-bottom: 0 none;
  color: var(--vk-color-custom-1);
}
.entry-body h3:where(.wp-block-heading):not(.is-style-vk-heading-both_ends)::after{
  content: none;
}
.entry-body h4:where(.wp-block-heading){
  font-size: clamp(17px, 2.6vw, 20px);
  font-weight: 700;
  background: transparent;
  padding: 0;
  color: var(--vk-color-custom-1);
}
.entry-body h5:where(.wp-block-heading){
  font-size: clamp(16px, 2.34vw, 18px);
  font-weight: 700;
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}
.entry-body h6:where(.wp-block-heading){
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
@media (min-width: 768px){
  .entry-body {
    letter-spacing: .05em;
  }
  .entry-body .wp-block-image:not(.alignfull){
    margin-bottom: 3.125rem;
  }
  .entry-body > p,
  .entry-body .wp-block-quote {
    line-height: 2.0;
  }
}

/* entry footer */
.entry-footer{
  margin-top: var(--vk-margin-section-bottom);
}
.entry-footer .entry-meta-data-list dt {
  background: var(--vk-color-custom-1);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
  min-width: inherit;
  padding: 7px 15px 7px 10px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
.entry-footer .entry-meta-data-list dd{
  font-size: 1rem;
  padding: 4px 0;
  font-weight: 500;
  letter-spacing: .05em;
}
.entry-footer .entry-meta-data-list dd a{
  color: var(--vk-color-custom-2);
  margin-right: .25em;
}
.entry-footer .entry-meta-data-list dd a:not(:first-child){
  margin-left: .25em;
}
.entry-footer .entry-meta-data-list dd a:hover{
  color: var(--vk-color-text-link-hover);
}
@media (min-width: 768px){
  .entry-footer .entry-meta-data-list dt {
    font-size: 15px;
  }
  .entry-footer .entry-meta-data-list dd{
    letter-spacing: .05em;
  }
}

/*****************************
Widget
******************************/
/* widget title */
.widget-title {
  border-bottom: 2px solid var(--vk-color-custom-1);
  font-size: 20px;
  font-weight: 500;
  color: var(--vk-color-custom-1);
  padding-bottom: .75em;
  margin-bottom: 1em;
}
.widget-title::after {
  content: none;
}
.widget_vkexunit_post_list .widget-title[class*=title]{
  margin-bottom: .5em;
}

/* widget body */
.widget li a{
  color: #000;
}
.widget li a:hover{
  color: var(--vk-color-custom-3);
}
.localNavi>.sub-section-title, .localNavi>.widget-title[class*=title], .widget .localNavi>.sub-section-title, .widget .localNavi>.widget-title[class*=title], .widget_archive>.sub-section-title, .widget_archive>.widget-title[class*=title], .widget_categories>.sub-section-title, .widget_categories>.widget-title[class*=title], .widget_link_list>.sub-section-title, .widget_link_list>.widget-title[class*=title], .widget_nav_menu>.sub-section-title, .widget_nav_menu>.widget-title[class*=title], .widget_pages>.sub-section-title, .widget_pages>.widget-title[class*=title], .widget_postlist>.sub-section-title, .widget_postlist>.widget-title[class*=title]{
  margin-bottom: 1em;
}
.localNavi>div>ul li, .localNavi>ul li, .widget .localNavi>div>ul li, .widget .localNavi>ul li, .widget_archive>div>ul li, .widget_archive>ul li, .widget_categories>div>ul li, .widget_categories>ul li, .widget_link_list>div>ul li, .widget_link_list>ul li, .widget_nav_menu>div>ul li, .widget_nav_menu>ul li, .widget_pages>div>ul li, .widget_pages>ul li, .widget_postlist>div>ul li, .widget_postlist>ul li{
  font-size: 16px;
  letter-spacing: .1em;
}
.localNavi>div>ul li a, .localNavi>ul li a, .widget .localNavi>div>ul li a, .widget .localNavi>ul li a, .widget_archive>div>ul li a, .widget_archive>ul li a, .widget_categories>div>ul li a, .widget_categories>ul li a, .widget_link_list>div>ul li a, .widget_link_list>ul li a, .widget_nav_menu>div>ul li a, .widget_nav_menu>ul li a, .widget_pages>div>ul li a, .widget_pages>ul li a, .widget_postlist>div>ul li a, .widget_postlist>ul li a{
  border-bottom: 0 none;
  padding: .25em 0;
}
.localNavi>div>ul li a:hover, .localNavi>div>ul li.current-cat>a, .localNavi>div>ul li.current_page_item>a, .localNavi>ul li a:hover, .localNavi>ul li.current-cat>a, .localNavi>ul li.current_page_item>a, .widget .localNavi>div>ul li a:hover, .widget .localNavi>div>ul li.current-cat>a, .widget .localNavi>div>ul li.current_page_item>a, .widget .localNavi>ul li a:hover, .widget .localNavi>ul li.current-cat>a, .widget .localNavi>ul li.current_page_item>a, .widget_archive>div>ul li a:hover, .widget_archive>div>ul li.current-cat>a, .widget_archive>div>ul li.current_page_item>a, .widget_archive>ul li a:hover, .widget_archive>ul li.current-cat>a, .widget_archive>ul li.current_page_item>a, .widget_categories>div>ul li a:hover, .widget_categories>div>ul li.current-cat>a, .widget_categories>div>ul li.current_page_item>a, .widget_categories>ul li a:hover, .widget_categories>ul li.current-cat>a, .widget_categories>ul li.current_page_item>a, .widget_link_list>div>ul li a:hover, .widget_link_list>div>ul li.current-cat>a, .widget_link_list>div>ul li.current_page_item>a, .widget_link_list>ul li a:hover, .widget_link_list>ul li.current-cat>a, .widget_link_list>ul li.current_page_item>a, .widget_nav_menu>div>ul li a:hover, .widget_nav_menu>div>ul li.current-cat>a, .widget_nav_menu>div>ul li.current_page_item>a, .widget_nav_menu>ul li a:hover, .widget_nav_menu>ul li.current-cat>a, .widget_nav_menu>ul li.current_page_item>a, .widget_pages>div>ul li a:hover, .widget_pages>div>ul li.current-cat>a, .widget_pages>div>ul li.current_page_item>a, .widget_pages>ul li a:hover, .widget_pages>ul li.current-cat>a, .widget_pages>ul li.current_page_item>a, .widget_postlist>div>ul li a:hover, .widget_postlist>div>ul li.current-cat>a, .widget_postlist>div>ul li.current_page_item>a, .widget_postlist>ul li a:hover, .widget_postlist>ul li.current-cat>a, .widget_postlist>ul li.current_page_item>a{
  background-color: transparent;
}

/* 記事の検索 */
#block-12 .widget-title {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper{
  padding: 3px 4px;
  border: 0 none;
  border-radius: 10px;
  background: #f6f3ee;
}
.wp-block-search input.wp-block-search__input {
  border: 0 none;
  background: transparent;
  font-size: 16px;
  line-height: 2.0;
  padding-right: 6px;
}
.wp-block-search .wp-block-search__button {
  width: fit-content;
  color: var(--vk-color-custom-1);
  background: transparent;
  padding: 0;
  font-size: 28px;
  margin-left: 0;
  width: 1.5em;
  transition: color .3s;
}
.wp-block-search .wp-block-search__button svg {
  transform: scale(-1, 1);
}
.wp-block-search .wp-block-search__button:hover {
  color: var(--vk-color-custom-3);
}

/* 最近の投稿 */
.veu_postList .postList_miniThumb .postList_item {
  position: relative;
  /*padding-left: 94px;
  min-height: 104px;*/
  border: 0 none;
}
.veu_postList .postList_miniThumb .postList_thumbnail{
  /*position: absolute;
  left: 0;
  top: 15px;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 50%;*/
  width: 98px;
  height: 74px;
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
}
.veu_postList .postList_miniThumb .postList_thumbnail a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.veu_postList .postList_miniThumb .postList_thumbnail img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.veu_postList .postList_date{
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: lowercase;
}
.veu_postList .postList_terms{
  display: inline-block;
  
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
.veu_postList .postList_terms a{
  border: 2px solid currentColor!important;
  border-radius: 0;
  background: #fff!important;
}
.veu_postList .postList_title{
  line-height: 1.5;
  margin-bottom: 1em;
}
.veu_postList .postList_title a:hover{
  text-decoration: none;
  color: var(--vk-color-custom-3);
}
@media (min-width: 992px){
  .veu_postList .postList_title {
    
  }
}

/* RSS */
.widget ul.wp-block-list li {
  padding: .05em 0;
  font-size: 16px;
}
.widget ul.wp-block-list li::before{
  content: none;
}
.widget ul.wp-block-list li a{
  text-decoration: none;
}



/*****************************
TEXT / COLOR
******************************/
.black {
  color: #000;
}
.green {
  color: var(--vk-color-custom-2);
}
.green2 {
  color: #386e24;
}
.blue {
  color: var(--vk-color-custom-1);
}
.marker {
  background: linear-gradient(transparent 57.2%, #ffff66 42.8%);
}
.marker-beige {
  background: linear-gradient(transparent 57.2%, #ede7d8 42.8%);
}
.marker-green {
  background: linear-gradient(transparent 57.2%, #e2f0d9 42.8%);
}
.marker-red {
  background: linear-gradient(transparent 57.2%, #ffcccc 42.8%);
}
.txt strong{
  font-size: 111%;
}
.txt em {
  font-style: normal;
  font-weight: 700;
}
