@charset "UTF-8";
/* font */
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-ExtraLight.ttf") format("truetype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "noto-serif";
  src: url("../font/noto-serif/NotoSerifJP-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* WP共通設定 --------------------------------------------------------------------- */
body {
  z-index: -5;
  position: relative;
  color: #232323;
  font-family: "noto-serif", sans-serif;
  font-weight: 500;
  position: relative;
}

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

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

.site-body-bottom .widget {
  margin-bottom: 0;
}

header.entry-header {
  display: none;
}

/* WPログイン時、管理バーが被らないように */
html {
  margin-top: 0 !important;
}

@media screen and (min-width: 992px) {
  body.header_scrolled.admin-bar header {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  body.header_scrolled.admin-bar header {
    top: 0 !important;
  }
}

body.admin-bar header {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    margin-top: 46px !important;
  }
}

/* chrome画像ぼやけ防止 */
img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

/* ブロックカスタマイズ ---------------------------------------------------------- */
.white-box-cont {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
  padding: 0 1.6rem;
}

.white-box-cont > .wp-block-group {
  max-width: 980px !important;
  margin: 0 auto;
}

/* ギャラリーブロック 拡大なし */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* ギャラリー */
ul.blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-item__caption {
  padding: 40px 0px 9px;
}

/* vk投稿ブロック */
.vk_post .vk_post_btn {
  font-size: 14px;
  display: block;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF !important;
  background-color: var(--vk-color-primary);
}

/* vk投稿 メディア */
.vk_post .media-img {
  width: 15%;
}

.vk_post.media {
  display: block;
}
.vk_post.media .media-img {
  width: 100%;
}
.vk_post.media .media-body {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/* vk投稿リスト */
.vk_post.vk_post-postType-example .const-date {
  margin-bottom: 0;
  font-size: 13px;
}

.vk_post.vk_post-postType-example .vk_post_title {
  margin-top: 0;
}

.vk_posts-postType-example .card-body {
  padding-top: 6px;
}

blockquote {
  border-left: 4px solid var(--vk-color-primary);
}

/* achieve投稿タイプの投稿リスト */
.vk_posts .type-achieve .vk_post_title a {
  position: relative;
  font-size: 1.2em;
}

.vk_posts .type-achieve .vk_post_title a::after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  padding-left: 0.8em;
  font-size: 0.7em;
  vertical-align: middle;
  margin-top: -2px;
}

/* 基本デザイン ------------------------------------------------------------------------- */
/* 見出し */
p {
  line-height: 1.8em;
}

h2 {
  border: none;
  position: relative;
  padding: 0 0 0 1em;
  margin-bottom: 1.4em;
  margin-top: 2.4em;
}

h2:first-child {
  margin-top: 0;
}

h2::before {
  background-color: #000080;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 12px;
  width: 16px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
}

h2.h-arrow-top {
  border: none;
  position: relative;
  padding: 1.5em 0 0 0 !important;
  text-align: center;
}

h2.h-arrow-top::before {
  background-color: #000080;
  top: 0.7em;
  content: "";
  position: absolute;
  left: 0;
  height: 16px;
  width: 12px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 見出しサブテキスト */
.h-sub-text {
  margin-bottom: 0 !important;
  color: #000080;
  position: relative;
  padding-left: 1em;
}

.h-sub-text::before {
  background-color: #000080;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 12px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
}

h3::after {
  display: none;
}

/* ボタン */
.cus-button-1 {
  position: relative;
  display: block;
  text-align: right;
}

.cus-button-1 > a {
  position: relative;
  display: inline-block;
  padding: 0 50px 0 15px;
  text-decoration: none;
}

.cus-button-1 > a::after {
  content: "";
  width: calc(100% + 50px);
  height: 25px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: relative;
  top: -14px;
  left: -20px;
  display: inline-block;
}

/* コンテンツ幅レイアウト */
.width-contents {
  max-width: 1110px;
  margin: 0 auto;
}

.width-mid {
  max-width: 780px;
  margin: 0 auto;
}

/* テーブルレイアウト */
/* カスタムテーブル１ */
.custom-table01 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table01 > table th,
.custom-table01 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table01 > table th, .custom-table01 > table tr > td:first-child {
  width: 25%;
  background: #fbfbfb;
  color: #232323;
  font-weight: bold;
  text-align: center;
}

.custom-table01 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table01 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 575.98px) {
  .custom-table01 > table th, .custom-table01 > table td, .custom-table01 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
}
/* カスタムテーブル２ */
.custom-table02 > table {
  border: none;
  border-spacing: 0 6px;
  border-collapse: separate;
}

.custom-table02 > table th,
.custom-table02 > table td {
  padding: 1.4em 0;
  border: none;
}

.custom-table02 > table th, .custom-table02 > table tr > td:first-child {
  color: #232323;
  font-weight: bold;
  text-align: center;
}

.custom-table02 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.custom-table02 > table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 99%;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 575.98px) {
  .custom-table02 > table th, .custom-table02 > table td, .custom-table02 > table tr > td:first-child {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .custom-table02 > table th::after, .custom-table02 > table tr > td:first-child::after {
    background-color: #777777;
  }
}
/* ヘッダー -------------------------------------------------------------------- */
.site-header {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.header_scrolled .site-header {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .site-header-container--scrolled--logo-and-nav-full {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .header_scrolled .site-header {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .header_scrolled .header-top, .header_scrolled .site-header-logo, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
    display: block;
  }
}
/* ロゴ */
body:not(.header_scrolled) #site-header #site-header-container {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  body:not(.header_scrolled) #site-header #site-header-container {
    max-width: 94%;
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.header_scrolled) #site-header .site-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 575.98px) {
  .site-header-logo {
    padding-right: 20%;
  }
}

.site-header-logo a {
  height: 100%;
}

.site-header-logo img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img, .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
  max-height: 100% !important;
  opacity: 0;
}
@media screen and (max-width: 991.98px) {
  .header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img, .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
    opacity: 1;
  }
}

@media screen and (max-width: 991.98px) {
  .site-header-logo img {
    max-width: 320px;
    margin: 0;
  }
}

.header-logo-after-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo-after-cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 1.2rem;
}

.header-logo-after-cont img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_scrolled .header-logo-after-cont > a > img {
  max-height: 50px;
}

/* メニュー */
.global-nav-list > li > a > span {
  color: var(--accent-color01);
  font-weight: 800;
}

#global-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#global-nav > ul {
  padding: 0.5rem 0 0.5rem 1rem;
}

.device-pc .global-nav-list > li > a {
  margin: 0 6px;
  padding: 10px 1.5em;
}

/* 追加カスタマイズメニュー */
.gnavi-contact {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 16px;
  -webkit-box-shadow: 5px 3px 9px 0px rgb(0, 0, 0);
          box-shadow: 5px 3px 9px 0px rgb(0, 0, 0);
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .gnavi-contact {
    display: none;
  }
}

.gnavi-contact ul {
  margin: 0;
  padding: 0;
}

.gnavi-contact li {
  font-size: 0.9rem;
}

.gnavi-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(166deg, rgb(0, 178, 0) 10%, rgb(4, 114, 0) 90%);
  color: #FFF;
  padding: 20px;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 1em;
  text-align: center;
}

.gnavi-contact a i {
  font-size: 1.5em;
  margin: 0;
}

/* サブメニュー */
.global-nav-list > li > ul.sub-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -150px;
  width: 300px;
}

.global-nav-list .sub-menu li a {
  padding: 20px 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  font-size: 0.95rem;
}

.global-nav-list .sub-menu li a {
  color: var(--vk-color-text-body);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.global-nav-list .sub-menu li a:hover {
  background-color: var(--vk-color-primary-vivid);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/* ホバー */
.global-nav-list > li {
  position: relative;
}

.global-nav-list > li:before {
  display: none;
}

.global-nav-list > li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4392156863);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-nav-list > li.end:after {
  display: none;
}

.global-nav-list > li > a {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.global-nav-list > li > a:hover {
  background-color: var(--vk-color-primary);
  color: #FFF;
}

.global-nav-list > li[class*=current]:where(:not(.menu-item-anchor)) .global-nav-description {
  opacity: 0.6;
  color: #000080;
}

/* グローバルナビ カスタムお問い合わせメニュー */
.global-nav-list > li.gnavi-cus-contact::after {
  display: none;
}

.gnavi-cus-contact a {
  border: 1px solid #FFF;
  border-radius: 0.3rem;
}

.global-nav-list > li.gnavi-cus-contact a:hover {
  background-color: #69d100;
}

body.header_scrolled .global-nav-list > li.gnavi-cus-contact a {
  border: 1px solid #575757;
}

body.header_scrolled .global-nav-list > li.gnavi-cus-contact a:hover {
  border-color: #69d100;
}

/* ハンバーガーメニュー（タブレット･モバイル） */
@media screen and (min-width: 992px) {
  body.device-pc .hamburger {
    display: none;
  }
}

#vk-mobile-nav-menu-btn {
  display: none;
}

.admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in, .vk-mobile-nav.vk-mobile-nav-drop-in {
  top: 0;
}

.admin-bar .hamburger {
  top: 52px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 66px;
  }
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 2100;
  right: 13px;
  top: 14px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 36px;
  height: 4px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scaleY(0.5) translateY(1px);
          transform: scaleY(0.5) translateY(1px);
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 5px;
  -webkit-transform: rotate(-45deg) scaleY(0.5) translateY(1px);
  transform: rotate(-45deg) scaleY(0.5) translateY(1px);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg) scaleY(0.5) translateY(1px);
  transform: rotate(45deg) scaleY(0.5) translateY(1px);
}

#vk-mobile-nav {
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#vk-mobile-nav nav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#vk-mobile-nav nav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

#vk-mobile-nav nav ul li:last-child {
  padding-bottom: 0;
}

#vk-mobile-nav nav ul li a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
}

#vk-mobile-nav.active {
  visibility: visible;
  opacity: 1;
}

/* キービジュアル ----------------------------------------------------------------------------------------- */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 6%;
  right: 2%;
  left: auto;
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-pagination-bullet {
  border-radius: unset;
  width: 16px;
  height: 8px;
  background-color: #d5fbde;
  opacity: unset;
  outline: 1px solid var(--vk-color-background-white-translucent);
  border-radius: 1rem;
}

.swiper-pagination-bullet-active {
  background: #000080;
}

/* 固定ページ ---------------------------------------------------------------- */
@media screen and (max-width: 991.98px) {
  .page-header {
    margin-top: 0 !important;
  }
}
.page-header .page-header-inner {
  max-width: 90%;
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 991.98px) {
  body.home .site-body {
    margin-top: 0 !important;
  }
}

/* ページヘッダー */
.page-header .page-header .page-header-inner .page-header-title {
  text-align: left;
}

/* パンくずリスト */
.breadcrumb {
  max-width: 74%;
  background-color: #2B2B95;
  color: #FFF;
  font-size: 14px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.breadcrumb .container {
  padding-left: min(40px, 5%);
}

.breadcrumb .breadcrumb-list {
  padding: 28px 0;
}

.breadcrumb a {
  color: #FFF;
}

/* フッター ----------------------------------------------------------------- */
.site-footer {
  border-top: 6px solid var(--vk-color-primary);
  background: #FFF;
  position: relative;
  font-size: 15px;
}

.site-footer-content {
  padding-bottom: 0;
}

.site-footer-content .widget_nav_menu a {
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.site-footer-content .widget {
  margin-bottom: 0;
}

.site-footer-copyright {
  padding: 2px 1.2rem;
  max-width: 100% !important;
  background: #2B2B95;
  color: #FFF;
}

.site-footer-copyright > p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 20px;
}

/* フッターのvk投稿リスト */
.site-footer .postListText_singleTermLabel {
  display: inline-block;
  float: none;
  max-width: 120px;
  min-width: 120px;
}

.site-footer .postListText_title {
  float: none;
  margin-top: 0.4em;
}

/* 従来のブロック ナビ */
/* フッターロゴエリア */
.footer-logo-area {
  text-align: center;
  width: 100vw;
  margin: 28px calc(50% - 50vw) 0;
  background-color: #F3F3FF;
  padding: 56px 0 16px 0;
}

.footer-logo-area img {
  max-width: 460px;
  margin-bottom: 10px;
  margin-left: -40px;
  padding: 0 40px;
}

.footer-logo-area p {
  line-height: 1.8em;
}

/* 投稿詳細ページ ------------------------------------------------------------- */
body.single h2 {
  padding-top: 0;
}

/* コンタクトフォーム整形 お問い合わせ */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
  margin: 4px 0;
}

.table-contact-form {
  border: none;
}

.table-contact-form p {
  margin-bottom: 0;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th, .table-contact-form td {
  padding: 0.5rem 0;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 767.98px) {
  .table-contact-form th {
    display: block;
    padding-bottom: 0;
  }
}

.table-contact-form td {
  border: none;
  width: 75%;
}
@media screen and (max-width: 767.98px) {
  .table-contact-form td {
    width: 100%;
    display: block;
    padding-top: 0;
  }
}

.table-contact-form .name-style {
  max-width: 300px;
}

.table-contact-form .mail-style {
  max-width: 400px;
}

.table-contact-form .tel-style {
  max-width: 240px;
}

.table-contact-form .wpcf7-checkbox {
  position: relative;
  left: -1em;
}

.contact-req {
  color: #ffaa00;
  font-size: 0.8em;
  border: 1px solid #ffaa00;
  padding: 0.2em 4px 0.2em;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ffaa00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
  margin-top: 36px;
}

.contact-submit input[type=submit] {
  padding: 0.8em 2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 400px;
  width: 100%;
}

.contact-submit input[type=submit]:hover {
  background: none;
  color: var(--vk-color-primary);
  border: 1px solid var(--vk-color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px auto 4px;
  position: relative;
}

input#zip {
  width: 10em;
}

.wpcf7-checkbox .has-free-text {
  display: block;
}

/* baguetteBox */
body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  max-height: 95%;
  max-width: 100%;
  min-height: 95%;
  min-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* ページトップへ */
#page_top {
  position: fixed;
  right: 1.5%;
  bottom: 2%;
  z-index: 100;
}

#page_top a {
  display: block;
  text-decoration: none;
  background-color: rgba(29, 29, 80, 0.8509803922);
  color: #FFF;
  padding: 0.9em 0.8em 0.8em;
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 1.3em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#page_top a::before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  display: block;
  font-weight: 900;
  font-size: 0.7em;
  line-height: 1.2em;
}

#page_top a:hover {
  background-color: rgba(29, 29, 80, 0.95);
}

/* ローディングアニメーション */
body.home {
  display: none;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 3000;
  height: 100svh;
  background-color: #FFF;
  display: none;
}

.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}

.loading__text {
  font-size: max(12px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.loading__logo {
  margin: 0 auto;
  width: min(200px, 100%);
}

.contents {
  height: 100svh;
  display: grid;
  place-items: center;
  font-size: max(22px, 3vw);
}

/* パララックス rellax-js */
@media screen and (max-width: 767.98px) {
  .rellax {
    display: none;
  }
}/*# sourceMappingURL=main-style.css.map */