@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --c-base: #fff;
  --c-primary: #009c37;
  --c-secondary: #009c37;
  --c-tertiary: #009c37;
  --c-accent: #fee000;
  --c-text: #444;
  --c-text-reversal: #fff;
  --c-body-bg: #eee;
  --c-hover: #bf0000;
  --c-h1-text: var(--c-white);
  --c-h1-bg: var(--c-secondary);
  --c-h2-text: var(--c-white);
  --c-h2-bg: var(--c-primary);
  --c-h3-text: var(--c-primary);
  --c-h3-bg: var(--c-primary);
  --c-h4-text: var(--c-primary);
  --c-h4-bg: var(--c-primary);
  --c-white: #fff;
  --c-white-rgb: 255,255,255;
  --c-red: #ff2626;
  --c-pink: #ffe1e1;
  --c-blue: #e8e9ff;
  --c-green: #edffe8;
  --c-gray: #efefef;
  --c-black: #000;
  --c-black-rgb: 0,0,0;
  --ff-20-30: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  --ff-14-18: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  --fz-18-22: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  --ff-16-30: clamp(1rem, -2.5rem + 5.83vw, 1.875rem);
  --fz-16-14: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  --fz-18-24: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
  --fz-17-20: clamp(1.063rem, 1.025rem + 0.19vw, 1.25rem);
  --fz-16-20-1200:	clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  --ff-gothic: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  --ff-serif: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --ff-zen: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  --ff-rig: "Righteous", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.wpcf7 .required {
  margin-left: 5px;
  color: var(--c-red);
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.wpcf7 .wpcf7-list-item {
  display: inline-block;
}

.ani-list > * {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 0.7s, 0.3s;
          transition-duration: 0.7s, 0.3s;
  opacity: 0;
}
.ani-list.js-ani-on > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.ani-list.js-ani-on > *:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ani-list.js-ani-on > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ani-list.js-ani-on > *:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ani-list.js-ani-on > *:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ani-list.js-ani-on > *:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ani-list.js-ani-on > *:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ani-list.js-ani-on > *:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.ani-list.js-ani-on > *:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.ani-list.js-ani-on > *:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.ani-list.js-ani-on > *:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.ani-list.js-ani-on > *:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.ani-list.js-ani-on > *:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-ani.fadeIn, .js-ani.fadeInDown, .js-ani.fadeInDownBig, .js-ani.fadeInLeft, .js-ani.fadeInLeftBig, .js-ani.fadeInRight, .js-ani.fadeInRightBig, .js-ani.fadeInUp, .js-ani.fadeInUpBig, .js-ani.fadeInTopLeft, .js-ani.fadeInTopRight, .js-ani.fadeInBottomLeft, .js-ani.fadeInBottomRight {
  opacity: 0;
  -webkit-transition-duration: 0.7s, 0.3s;
          transition-duration: 0.7s, 0.3s;
}
.js-ani.filterBlur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.js-ani.fadeInDown {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.js-ani.fadeInDownBig {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.js-ani.fadeInLeft {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.js-ani.fadeInLeftBig {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.js-ani.fadeInRight {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.js-ani.fadeInRightBig {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.js-ani.fadeInUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js-ani.fadeInUpBig {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-ani.fadeInTopLeft {
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}
.js-ani.fadeInTopRight {
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}
.js-ani.fadeInBottomLeft {
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}
.js-ani.fadeInBottomRight {
  -webkit-transform: translate(30px, 30px);
          transform: translate(30px, 30px);
}
.js-ani.js-ani-on.fadeIn, .js-ani.js-ani-on.fadeInDown, .js-ani.js-ani-on.fadeInDownBig, .js-ani.js-ani-on.fadeInLeft, .js-ani.js-ani-on.fadeInLeftBig, .js-ani.js-ani-on.fadeInRight, .js-ani.js-ani-on.fadeInRightBig, .js-ani.js-ani-on.fadeInUp, .js-ani.js-ani-on.fadeInUpBig, .js-ani.js-ani-on.fadeInTopLeft, .js-ani.js-ani-on.fadeInTopRight, .js-ani.js-ani-on.fadeInBottomLeft, .js-ani.js-ani-on.fadeInBottomRight {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-ani.js-ani-on.filterBlur {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.js-ani-on.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-ani-on.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-ani-on.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-ani-on.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-ani-on.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-ani-on.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-ani-on.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-ani-on.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-ani-on.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-ani-on.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-ani-on.delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-ani-on.delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media only screen and (max-width: 768px) {
  .js-ani-on.delay1, .js-ani-on.delay2, .js-ani-on.delay3, .js-ani-on.delay4, .js-ani-on.delay4, .js-ani-on.delay5, .js-ani-on.delay6, .js-ani-on.delay7, .js-ani-on.delay8, .js-ani-on.delay9, .js-ani-on.delay10, .js-ani-on.delay11, .js-ani-on.delay12 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media screen and (max-width: 767px) {
  .p-page-header__title {
    min-width: 260px;
    font-size: 18px;
  }
}
.l-header__inner.l-inner {
  max-width: none;
}

.p-header-slider {
  max-height: 100vh;
}

@media (max-width: 1199px) {
  .l-header__logo {
    margin-left: 5.55556%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    margin-left: 0;
  }
}

.c-logo.c-logo--retina {
  width: 220px;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .c-logo.c-logo--retina {
    width: 320px;
  }
}

.l-footer {
  background: url("/wp-content/uploads/footer_bg.jpg") center center no-repeat;
  background-size: cover;
}
.l-footer .c-logo.c-logo--retina {
  width: 240px;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .l-footer .c-logo.c-logo--retina {
    width: 320px;
  }
}

.p-global-nav > ul > li > a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-global-nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-global-nav > ul > li > .sub-menu {
  font-weight: bold;
}
.p-global-nav .menu-item-has-children > a > .p-global-nav__toggle::before {
  border-color: #fff !important;
}

.p-entry__body.p-index-content08 {
  margin-bottom: 0;
}

.p-index-content04 {
  margin-bottom: 0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .p-index-content04 {
    padding: 100px 0;
  }
}
.p-index-content04 .p-index-content04__inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}
.p-index-content04 .p-index-content04__col--news {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-index-content04 .p-headline02 {
  margin-bottom: 40px;
}
.p-index-content04 .p-headline02 .p-headline02__title {
  position: relative;
  font-family: var(--ff-rig);
  font-weight: 500;
  color: var(--c-primary);
  font-size: 50px;
}
@media (min-width: 1200px) {
  .p-index-content04 .p-headline02 .p-headline02__title {
    font-size: 80px;
  }
}
@media (min-width: 576px) {
  .p-index-content04 .p-index-content04__col-list {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .p-index-content04 .p-index-content04__col-link {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .p-index-content04 .p-index-content04__col-link {
    top: 30px;
  }
}

.p-index-content04__col {
  width: 100%;
}

.p-index-content04__col--event {
  display: none;
}

.p-info {
  padding: 60px 0 30px;
  background: none !important;
}

.p-info__address {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-info__address {
    font-size: 16px;
  }
}

.p-blog-list__item {
  overflow: hidden;
}

.p-social-nav {
  margin-top: 1em;
}
.p-social-nav > li > a {
  color: #fff !important;
  font-size: 30px;
}

.p-cb {
  padding: 0;
}

@media (max-width: 767px) {
  .p-cb__item:last-child {
    margin-bottom: 0;
  }
}

.p-article08__btn .p-btn {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.p-article08__btn .p-btn:hover {
  border-color: var(--c-primary);
  color: #fff;
}

.tcd-pb-row {
  background: none !important;
}

@media (max-width: 767px) {
  table.pb_simple_table th {
    width: 35% !important;
  }
}

.p-article01__date .p-date {
  color: var(--c-primary);
}

.p-index-content08__btn {
  display: none;
}

.p-footer-nav {
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  background: none !important;
}
@media (min-width: 768px) {
  .p-footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.8;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p-latest-news__list {
  margin-top: 30px;
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}
.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.wsp-faq_categorys-title,
.wsp-faq_categorys-list {
  display: none;
}

.footer-info {
  padding: 30px 15px;
  background-size: auto auto;
  background-color: #0d6e94;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #307591 10px, #307591 11px);
}
@media (max-width: 768px) {
  .footer-info {
    padding: 30px 15px;
  }
}
.footer-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.footer-info__tel, .footer-info__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.footer-info__tel p:nth-of-type(1), .footer-info__mail p:nth-of-type(1) {
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
}
.footer-info__tel p:nth-of-type(1)::after, .footer-info__mail p:nth-of-type(1)::after {
  content: none;
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .footer-info__tel, .footer-info__mail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-info__tel p:nth-of-type(1), .footer-info__mail p:nth-of-type(1) {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .footer-info__tel p:nth-of-type(1)::after, .footer-info__mail p:nth-of-type(1)::after {
    content: "";
  }
}
.footer-info__tel {
  margin-bottom: 1em;
  font-weight: bold;
}
.footer-info__tel p:nth-of-type(1) {
  padding: 10px 24px 10px 36px;
  background: url(/wp-content/uploads/icon_tel.png) left center no-repeat;
  background-size: 24px;
}
@media (max-width: 768px) {
  .footer-info__tel p:nth-of-type(1) {
    padding: 10px 0 10px 26px;
    background-size: 16px;
  }
}
.footer-info__tel p:nth-of-type(2) {
  font-size: 30px;
  font-weight: 600;
}
.footer-info__tel a {
  letter-spacing: 0.05em;
  color: #fff;
}
.footer-info__mail {
  font-weight: bold;
}
.footer-info__mail p:nth-of-type(1) {
  padding: 10px 24px 10px 36px;
  background: url(/wp-content/uploads/icon_mail.png) left center no-repeat;
  background-size: 24px;
}
@media (max-width: 768px) {
  .footer-info__mail p:nth-of-type(1) {
    padding: 10px 0 10px 26px;
    background-size: 20px;
  }
}
.footer-info__more {
  margin: auto;
}
.footer-info__more a {
  display: inline-block;
  padding: 10px;
  min-width: 240px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  color: var(--c-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-align: center;
}
.footer-info__more a::before {
  content: none;
}
.footer-info__more a:hover {
  background-color: var(--c-primary);
  color: #fff;
}
@media (min-width: 374px) {
  .footer-info__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .u-hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.gv-u-bold {
  font-weight: bold;
}

.gv-u-typo {
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
}
@media (min-width: 768px) {
  .gv-u-typo {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body, input, textarea {
  font-family: var(--ff-zen) !important;
}

.p-entry__body .gv-u-typo {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.p-entry__body .gv-l-sec figure, .p-entry__body .gv-l-block figure {
  text-align: center;
}
@media (min-width: 768px) {
  .p-entry__body .gv-l-sec figure, .p-entry__body .gv-l-block figure {
    text-align: left;
  }
}
.p-entry__body .gv-l-sec figure + P, .p-entry__body .gv-l-block figure + P {
  margin-top: 1em;
}
.p-entry__body .gv-l-sec figcaption, .p-entry__body .gv-l-block figcaption {
  margin-top: 1em;
  font-weight: bold;
}
.p-entry__body .gv-l-sec iframe, .p-entry__body .gv-l-block iframe {
  width: 100%;
}
.p-entry__body .gv-l-sec table, .p-entry__body .gv-l-block table {
  width: 100%;
}
.p-entry__body .gv-l-sec table th, .p-entry__body .gv-l-block table th {
  font-weight: bold;
  line-height: 1.8;
}
.p-entry__body .gv-l-sec table p, .p-entry__body .gv-l-block table p {
  margin: 0;
}
.p-entry__body .gv-u-typo-lg {
  line-height: 1.8;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-entry__body .gv-u-typo-lg {
    font-size: 18px;
  }
}
.p-entry__body .gv-c-btn {
  max-width: 440px;
}
.p-entry__body .gv-c-btn > a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0.65em 1.5em 0.65em 1em;
  border: 1px solid var(--c-primary);
  background-color: var(--c-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-entry__body .gv-c-btn > a {
    font-size: 18px;
  }
}
.p-entry__body .gv-c-btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-entry__body .gv-c-btn > a:hover {
  background-color: #fff;
  color: var(--c-primary);
}
.p-entry__body .gv-c-btn > a:hover::before {
  border-top: 2px solid var(--c-primary);
  border-right: 2px solid var(--c-primary);
}
.p-entry__body .gv-c-btn._reverse > a {
  background-color: transparent;
  color: var(--c-primary);
}
.p-entry__body .gv-c-btn._reverse > a::before {
  border-top: 1px solid var(--c-primary);
  border-right: 1px solid var(--c-primary);
}
.p-entry__body .gv-c-btn._reverse > a:hover {
  background-color: var(--c-primary);
  color: #fff;
}
.p-entry__body .gv-c-btn._reverse > a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-entry__body .gv-c-btn._reverse--white > a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.p-entry__body .gv-c-btn._reverse--white > a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-entry__body .gv-c-btn._reverse--white > a:hover {
  border-color: var(--c-primary);
  background-color: var(--c-primary);
  color: #fff;
}
.p-entry__body .gv-c-btn._reverse--white > a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-entry__body .gv-c-btn._line_reverse > a {
  border-color: #fff;
}
.p-entry__body .gv-c-btn._line_reverse > a:hover {
  border-color: var(--c-primary);
}
.p-entry__body .gv-c-btn._vertical {
  width: auto;
}
.p-entry__body .gv-c-btn._vertical > a {
  max-width: 53px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 1em 2.5em;
  white-space: nowrap;
}
.p-entry__body .gv-c-btn._vertical > a::before {
  top: auto;
  bottom: 1em;
  right: 4px;
  left: 0;
  margin: 0 auto;
}
.p-entry__body .gv-u-table th {
  color: var(--c-secondary);
}
.p-entry__body .gv-u-table._default th {
  width: 30%;
}
@media (min-width: 768px) {
  .p-entry__body .gv-u-table._default th {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .p-entry__body .gv-u-table._responsive-stack tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .p-entry__body .gv-u-table._responsive-stack th {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-entry__body .gv-u-table._responsive-stack td {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.p-entry__body .gv-c-step {
  position: relative;
  padding: 40px 20px;
  background-color: #f1faff;
}
@media (min-width: 576px) {
  .p-entry__body .gv-c-step {
    padding: 50px 40px;
  }
}
.p-entry__body .gv-c-step:not(:first-child) {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-entry__body .gv-c-step:not(:first-child) {
    margin-top: 120px;
  }
}
.p-entry__body .gv-c-step:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100px;
  height: 25px;
  margin: 0 auto;
  background-color: var(--c-primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 768px) {
  .p-entry__body .gv-c-step:not(:first-child)::after {
    top: -75px;
    width: 150px;
    height: 40px;
  }
}
.p-entry__body .gv-c-step p:last-child {
  margin-bottom: 0;
}

.p-index-content08 .default_h2,
.p-entry__body--page h2:not(.styled_h2) {
  position: relative;
  padding-bottom: 0.6em;
  margin-bottom: 1.5em;
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .p-index-content08 .default_h2,
  .p-entry__body--page h2:not(.styled_h2) {
    font-size: 30px;
  }
}
.p-index-content08 .default_h2::before,
.p-entry__body--page h2:not(.styled_h2)::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  margin: 0 auto;
  background-color: var(--c-primary);
}

.p-index-content08 .default_h3,
.p-entry__body--page h3:not(.styled_h3) {
  position: relative;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--c-primary);
  background-size: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
@media (min-width: 576px) {
  .p-index-content08 .default_h3,
  .p-entry__body--page h3:not(.styled_h3) {
    font-size: 22px;
  }
}
:root {
  --gv-l-block-margin: 60px;
}

.gv-u-bold {
  font-weight: bold;
}

.gv-c-contact .contact__tel:not(:last-child) {
  margin-bottom: 50px;
}
.gv-c-contact .contact__tel > a {
  margin-left: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gv-c-contact .contact__tel > a {
    font-size: 30px;
  }
}
.gv-c-contact .contact__ttl {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gv-c-contact .contact__ttl {
    font-size: 18px;
  }
}

.gv-l-sec:not(:last-of-type) {
  margin-bottom: 100px;
}

.gv-l-block {
  margin-bottom: var(--gv-l-block-margin);
}
.gv-l-block:last-child {
  margin-bottom: 0;
}
.gv-l-block._bg {
  padding: 40px 15px;
  background-color: #fbf9f6;
}
@media (min-width: 768px) {
  .gv-l-block._bg {
    padding: 60px 30px;
  }
}

.gv-l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  --gap: 40px;
}
.gv-l-grid._jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gv-l-grid._ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .gv-l-grid._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.gv-l-grid [class^=col-] {
  width: 100%;
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-1 {
    width: calc(100% / (12 / 1) - (12 / 1 - 1) * var(--gap) / (12 / 1));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-2 {
    width: calc(100% / (12 / 2) - (12 / 2 - 1) * var(--gap) / (12 / 2));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-3 {
    width: calc(100% / (12 / 3) - (12 / 3 - 1) * var(--gap) / (12 / 3));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-4 {
    width: calc(100% / (12 / 4) - (12 / 4 - 1) * var(--gap) / (12 / 4));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-5 {
    width: calc(100% / (12 / 5) - (12 / 5 - 1) * var(--gap) / (12 / 5));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-6 {
    width: calc(100% / (12 / 6) - (12 / 6 - 1) * var(--gap) / (12 / 6));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-7 {
    width: calc(100% / (12 / 7) - (12 / 7 - 1) * var(--gap) / (12 / 7));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-8 {
    width: calc(100% / (12 / 8) - (12 / 8 - 1) * var(--gap) / (12 / 8));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-9 {
    width: calc(100% / (12 / 9) - (12 / 9 - 1) * var(--gap) / (12 / 9));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-10 {
    width: calc(100% / (12 / 10) - (12 / 10 - 1) * var(--gap) / (12 / 10));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-11 {
    width: calc(100% / (12 / 11) - (12 / 11 - 1) * var(--gap) / (12 / 11));
  }
}
@media (min-width: 576px) {
  .gv-l-grid > .col-sm-12 {
    width: calc(100% / (12 / 12) - (12 / 12 - 1) * var(--gap) / (12 / 12));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-1 {
    width: calc(100% / (12 / 1) - (12 / 1 - 1) * var(--gap) / (12 / 1));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-2 {
    width: calc(100% / (12 / 2) - (12 / 2 - 1) * var(--gap) / (12 / 2));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-3 {
    width: calc(100% / (12 / 3) - (12 / 3 - 1) * var(--gap) / (12 / 3));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-4 {
    width: calc(100% / (12 / 4) - (12 / 4 - 1) * var(--gap) / (12 / 4));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-5 {
    width: calc(100% / (12 / 5) - (12 / 5 - 1) * var(--gap) / (12 / 5));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-6 {
    width: calc(100% / (12 / 6) - (12 / 6 - 1) * var(--gap) / (12 / 6));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-7 {
    width: calc(100% / (12 / 7) - (12 / 7 - 1) * var(--gap) / (12 / 7));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-8 {
    width: calc(100% / (12 / 8) - (12 / 8 - 1) * var(--gap) / (12 / 8));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-9 {
    width: calc(100% / (12 / 9) - (12 / 9 - 1) * var(--gap) / (12 / 9));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-10 {
    width: calc(100% / (12 / 10) - (12 / 10 - 1) * var(--gap) / (12 / 10));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-11 {
    width: calc(100% / (12 / 11) - (12 / 11 - 1) * var(--gap) / (12 / 11));
  }
}
@media (min-width: 768px) {
  .gv-l-grid > .col-12 {
    width: calc(100% / (12 / 12) - (12 / 12 - 1) * var(--gap) / (12 / 12));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-1 {
    width: calc(100% / (12 / 1) - (12 / 1 - 1) * var(--gap) / (12 / 1));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-2 {
    width: calc(100% / (12 / 2) - (12 / 2 - 1) * var(--gap) / (12 / 2));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-3 {
    width: calc(100% / (12 / 3) - (12 / 3 - 1) * var(--gap) / (12 / 3));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-4 {
    width: calc(100% / (12 / 4) - (12 / 4 - 1) * var(--gap) / (12 / 4));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-5 {
    width: calc(100% / (12 / 5) - (12 / 5 - 1) * var(--gap) / (12 / 5));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-6 {
    width: calc(100% / (12 / 6) - (12 / 6 - 1) * var(--gap) / (12 / 6));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-7 {
    width: calc(100% / (12 / 7) - (12 / 7 - 1) * var(--gap) / (12 / 7));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-8 {
    width: calc(100% / (12 / 8) - (12 / 8 - 1) * var(--gap) / (12 / 8));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-9 {
    width: calc(100% / (12 / 9) - (12 / 9 - 1) * var(--gap) / (12 / 9));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-10 {
    width: calc(100% / (12 / 10) - (12 / 10 - 1) * var(--gap) / (12 / 10));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-11 {
    width: calc(100% / (12 / 11) - (12 / 11 - 1) * var(--gap) / (12 / 11));
  }
}
@media (min-width: 992px) {
  .gv-l-grid > .col-lg-12 {
    width: calc(100% / (12 / 12) - (12 / 12 - 1) * var(--gap) / (12 / 12));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-1 {
    width: calc(100% / (12 / 1) - (12 / 1 - 1) * var(--gap) / (12 / 1));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-2 {
    width: calc(100% / (12 / 2) - (12 / 2 - 1) * var(--gap) / (12 / 2));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-3 {
    width: calc(100% / (12 / 3) - (12 / 3 - 1) * var(--gap) / (12 / 3));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-4 {
    width: calc(100% / (12 / 4) - (12 / 4 - 1) * var(--gap) / (12 / 4));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-5 {
    width: calc(100% / (12 / 5) - (12 / 5 - 1) * var(--gap) / (12 / 5));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-6 {
    width: calc(100% / (12 / 6) - (12 / 6 - 1) * var(--gap) / (12 / 6));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-7 {
    width: calc(100% / (12 / 7) - (12 / 7 - 1) * var(--gap) / (12 / 7));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-8 {
    width: calc(100% / (12 / 8) - (12 / 8 - 1) * var(--gap) / (12 / 8));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-9 {
    width: calc(100% / (12 / 9) - (12 / 9 - 1) * var(--gap) / (12 / 9));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-10 {
    width: calc(100% / (12 / 10) - (12 / 10 - 1) * var(--gap) / (12 / 10));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-11 {
    width: calc(100% / (12 / 11) - (12 / 11 - 1) * var(--gap) / (12 / 11));
  }
}
@media (min-width: 1200px) {
  .gv-l-grid > .col-xl-12 {
    width: calc(100% / (12 / 12) - (12 / 12 - 1) * var(--gap) / (12 / 12));
  }
}

@media (min-width: 576px) {
  .u-hidden-up-sm {
    display: none;
  }
}

@media (max-width: 575px) {
  .u-hidden-down-sm {
    display: none;
  }
}

@media (max-width: 991px) {
  .sec01__head.js-ani,
  .sec01__ttl.js-ani,
  .sec01__items.js-ani {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.sec01 {
  position: relative;
  background-color: var(--c-primary);
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .sec01 {
    padding-bottom: 150px;
  }
}
.sec01 .sec01__inner {
  max-width: 1680px;
  margin: 0 auto;
}
.sec01 .sec01__head {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .sec01 .sec01__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 96px;
    margin-bottom: 50px;
  }
}
.sec01 .sec01__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: var(--c-accent);
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-family: var(--ff-rig);
  line-height: 1;
}
@media (min-width: 1200px) {
  .sec01 .sec01__ttl {
    position: absolute;
    font-size: 100px;
  }
}
.sec01 .sec01__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1200px) {
  .sec01 .sec01__head-inner {
    width: 100%;
  }
}
.sec01 .sec01__sub-ttl {
  margin-bottom: 0;
  font-size: 5.5555555556vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .sec01 .sec01__sub-ttl {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .sec01 .sec01__sub-ttl {
    font-size: 40px;
  }
}
.sec01 .sec01__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .sec01 .sec01__btn {
    margin: 0;
  }
}
.sec01 .sec01__btn > a {
  border: 1px solid #fff;
}
.sec01 .sec01__items {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}
.sec01 .sec01__item {
  margin: 0 2.380952381vw;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .sec01 .sec01__item {
    width: 540px;
    padding: 50px;
  }
}
@media (min-width: 1680px) {
  .sec01 .sec01__item {
    margin: 0 40px;
    width: auto;
  }
}
.sec01 .sec01__item-thum {
  background: url("/wp-content/uploads/thumbnail_img.jpg") center center no-repeat;
  background-size: cover;
  aspect-ratio: 11/8;
}
.sec01 .sec01__item-thum > img {
  aspect-ratio: 11/8;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sec01 .sec01__item-ttl {
  margin-top: 1em;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .sec01 .sec01__item-ttl {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sec01 .sec01__item-ttl {
    font-size: 25px;
  }
}
.sec01 .sec01__item-btn {
  margin: 30px 0 0 0;
  max-width: none;
}
.sec01 .sec01__item-btn > a {
  padding: 0.5em 2em 0.5em 0.5em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec01 .sec01__item-btn > a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sec01 .sec01__item-btn > a {
    font-size: 18px;
  }
}

.sec02 {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .sec02 {
    padding: 40px 0 0;
  }
}
.sec02 .sec02__inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sec02 .sec02__block {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block {
    max-width: none;
    margin: 0;
  }
}
.sec02 .sec02__block:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block:not(:first-child) {
    margin-top: 150px;
  }
}
.sec02 .sec02__block > .sec02__block-ttl {
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block > .sec02__block-ttl {
    text-align: center;
  }
}
.sec02 .sec02__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec02 .sec02__block-inner.gv-l-grid {
  --gap: 0px;
}
.sec02 .sec02__block-ttl {
  margin-bottom: 0;
  font-size: 50px;
  color: var(--c-accent);
  font-family: var(--ff-rig);
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block-ttl {
    font-size: 100px;
  }
}
.sec02 .sec02__block-sub-ttl {
  margin: 0.5em 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block-sub-ttl {
    margin: 0;
    font-size: 25px;
  }
}
.sec02 .sec02__block-textarea {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .sec02 .sec02__block-textarea {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .sec02 .sec02__block-textarea {
    max-width: 700px;
    padding: 0 40px 30px;
  }
}
.sec02 .sec02__block-txt {
  margin: 20px 0 0 0;
}
@media (min-width: 1200px) {
  .sec02 .sec02__block-txt {
    margin: 30px 0 0 0;
  }
}
.sec02 .sec02__btn {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .sec03 {
    background: url("/wp-content/uploads/sec03_img01.jpg") center right no-repeat;
    background-size: cover;
  }
}
.sec03 .sec03__inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1200px) {
  .sec03 .sec03__inner {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .sec03 .sec03__block {
    padding: 120px 0;
  }
}
.sec03 .sec03__block-textarea {
  padding: 30px 20px 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .sec03 .sec03__block-textarea {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .sec03 .sec03__block-textarea {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .sec03 .sec03__img {
    display: none;
  }
}
.sec03 .sec03__ttl {
  margin-bottom: 0;
  font-size: 50px;
  color: var(--c-accent);
  font-family: var(--ff-rig);
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1200px) {
  .sec03 .sec03__ttl {
    font-size: 100px;
  }
}
.sec03 .sec03__txt {
  margin: 1em 0 0 0;
}
@media (min-width: 1200px) {
  .sec03 .sec03__txt {
    margin: 40px 0 0 0;
    color: #fff;
  }
}
.sec03 .sec03__btn {
  margin: 40px 0 0 0;
}

.sec04 {
  padding: 50px 0 0 0;
}
@media (min-width: 1200px) {
  .sec04 {
    padding: 0;
  }
}
.sec04 .sec04__blocks {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sec04 .sec04__blocks {
    max-width: none;
  }
}
.sec04 .sec04__block {
  position: relative;
  padding: 75px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  .sec04 .sec04__block {
    padding: 120px 40px;
  }
}
@media (min-width: 1680px) {
  .sec04 .sec04__block {
    padding: 120px 100px;
  }
}
.sec04 .sec04__block:nth-child(1) {
  background-image: url("/wp-content/uploads/sec04_img01.jpg");
}
.sec04 .sec04__block:nth-child(2) {
  background-image: url("/wp-content/uploads/sec04_img02.jpg");
}
.sec04 .sec04__block-ttl {
  margin-bottom: 0;
  font-size: 50px;
  color: #fff;
  font-family: var(--ff-rig);
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1200px) {
  .sec04 .sec04__block-ttl {
    font-size: 80px;
  }
}
.sec04 .sec04__txt {
  margin: 1em 0 0 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .sec04 .sec04__txt {
    margin: 1em 0 0 0;
  }
}
.sec04 .sec04__btn {
  margin-top: 30px;
}

.sec-sns {
  padding: 50px 0;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .sec-sns {
    padding: 100px 0;
  }
}
.sec-sns .sec-sns__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sec-sns .sec-sns__ttl {
  font-size: 50px;
  font-family: var(--ff-rig);
  font-weight: normal;
}
.sec-sns .sec-sns__dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 380px;
  background-color: #ddd;
}
.sec-sns .sec-sns__btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sec-sns .sec-sns__btn {
    margin-top: 50px;
  }
}
.sec-sns .sec-sns__btn > a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1em;
  border: 1px solid #217cf3;
  background-color: #217cf3;
  color: #fff;
  font-size: 6.5104166667vw;
  font-family: var(--ff-rig);
  text-align: center;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec-sns .sec-sns__btn > a {
    font-size: 50px;
  }
}
.sec-sns .sec-sns__btn > a span {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.25em;
  font-size: inherit;
  background-image: url("/wp-content/uploads/icon_ex_white.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.4270833333vw;
}
@media (min-width: 768px) {
  .sec-sns .sec-sns__btn > a span {
    background-size: auto;
  }
}
.sec-sns .sec-sns__btn > a:hover {
  background-color: #fff;
  color: #217cf3;
}
.sec-sns .sec-sns__btn > a:hover span {
  background-image: url("/wp-content/uploads/icon_ex.png");
}

.p-index-content03 {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .p-article08__title {
    font-size: 18px;
  }
}

.p-header-slider {
  position: relative;
}

.p-header-slider .slick-arrow {
  z-index: 2;
}

.gv-mv {
  position: relative;
}
.gv-mv:hover .slick-prev {
  left: 30px;
}
.gv-mv:hover .slick-next {
  right: 30px;
}

.gv-mv__catch-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gv-mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 86.8055555556vw;
}
@media (min-width: 576px) {
  .gv-mv__catch {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .gv-mv__catch {
    width: 83.3333333333vw;
  }
}
@media (min-width: 1200px) {
  .gv-mv__catch {
    width: 1000px;
  }
}

.top-insta {
  padding: min(8vw, 100px) min(4vw, 100px);
  background-color: #f4f4f4;
}
.top-insta__inner {
  max-width: 1000px;
  margin: 0 auto min(4vw, 100px);
}
.top-insta h2 {
  font-size: 30px !important;
  text-align: center;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--ff-zen);
}
@media (min-width: 992px) {
  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__info .info__tel,
.footer__info .info__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 20px;
}
@media (min-width: 992px) {
  .footer__info .info__tel,
  .footer__info .info__mail {
    width: 50%;
    padding: 75px 20px;
  }
}
.footer__info .info__tel {
  background-color: var(--c-primary);
}
.footer__info .info__mail {
  background-color: var(--c-secondary);
}
.footer__info .info__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  margin: 0 auto 1em;
  padding-left: 2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 360px) {
  .footer__info .info__ttl {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .footer__info .info__ttl {
    font-size: 18px;
  }
}
.footer__info .info__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__info .info__ttl._tel::before {
  background-image: url("/wp-content/uploads/icon_tel.png");
}
.footer__info .info__ttl._mail::before {
  background-image: url("/wp-content/uploads/icon_mail.png");
}
.footer__info .info__tel-num {
  text-align: center;
}
.footer__info .info__tel-num > a {
  color: #fff;
  font-family: var(--ff-kaku);
  font-weight: bold;
  font-size: 32px;
}
@media (min-width: 768px) {
  .footer__info .info__tel-num > a {
    font-size: 48px;
  }
}
.footer__info .info__btn {
  margin: auto;
}
.footer__info .info__btn > a {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: background ease 0.125s, color ease 0.125s;
  transition: background ease 0.125s, color ease 0.125s;
}
@media (min-width: 768px) {
  .footer__info .info__btn > a {
    font-size: 24px;
  }
}
.footer__info .info__btn > a::before {
  content: none;
}
.footer__info .info__btn > a:hover {
  background: #fff;
  color: var(--c-secondary);
  -webkit-transition: background ease 0.2s, color ease 0.2s;
  transition: background ease 0.2s, color ease 0.2s;
}

.sec-contact {
  padding: 50px 0;
  background-color: var(--c-primary);
}
@media (min-width: 768px) {
  .sec-contact {
    padding: 80px 0;
  }
}
.sec-contact .sec-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1200px) {
  .sec-contact .sec-contact__inner {
    max-width: 1200px;
    gap: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .sec-contact .sec-contact__head {
    width: 50%;
  }
}
.sec-contact .sec-contact__ttl {
  position: relative;
  margin-bottom: 0.25em;
  line-height: 1.4;
  font-size: 50px;
  color: #fff;
  font-family: var(--ff-rig);
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-contact .sec-contact__ttl {
    margin-bottom: 0;
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .sec-contact .sec-contact__ttl {
    font-size: 140px;
  }
}
@media (min-width: 1200px) {
  .sec-contact .sec-contact__textarea {
    width: 50%;
  }
}
.sec-contact .sec-contact__tel > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0.8em;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-image: url("/wp-content/uploads/icon_tel.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media (min-width: 576px) {
  .sec-contact .sec-contact__tel > a {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .sec-contact .sec-contact__tel > a {
    padding-left: 0.7em;
    font-size: 70px;
    background-position: left bottom 0.1em;
    background-size: auto;
  }
}
.sec-contact .sec-contact__mail {
  margin-top: 30px;
}
.sec-contact .sns-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.75em 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 3.6666666667vw;
  font-weight: bold;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 768px) {
  .sec-contact .sns-btn > a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .sec-contact .sns-btn > a {
    font-size: 24px;
  }
}
.sec-contact .sns-btn > a:hover {
  -webkit-transition: border-color 0.4s ease, background-color 0.4s ease;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.sec-contact .sns-btn > a span {
  position: relative;
}
.sec-contact .sns-btn > a span::before, .sec-contact .sns-btn > a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-contact .sns-btn > a span::before {
  left: -7.5vw;
  width: 4.1666666667vw;
  height: 3.3333333333vw;
}
@media (min-width: 576px) {
  .sec-contact .sns-btn > a span::before {
    left: -45px;
    width: 25px;
    height: 20px;
  }
}
.sec-contact .sns-btn._default > a {
  background: var(--c-accent);
  border: 1px solid var(--c-accent);
  color: var(--c-primary);
}
.sec-contact .sns-btn._default > a:hover {
  border: 1px solid var(--c-primary);
  background-color: #fff;
}
.sec-contact .sns-btn._default > a span::before {
  background-image: url("/wp-content/uploads/icon_mail.png");
}
.sec-contact .sns-btn._reserve {
  background-color: var(--c-secondary);
}
.sec-contact .sns-btn._instagram {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 214, 1)), color-stop(47%, rgb(255, 0, 105)), color-stop(80%, rgb(233, 1, 151)), to(rgb(211, 1, 197)));
  background-image: linear-gradient(to right, rgb(255, 214, 1) 0%, rgb(255, 0, 105) 47%, rgb(233, 1, 151) 80%, rgb(211, 1, 197) 100%);
}
.sec-contact .sns-btn._instagram > a span::before {
  background-image: url("/wp-content/uploads/icon_instagram.png");
}
.sec-contact .sns-btn._line {
  background-color: #00B900;
}
.sec-contact .sns-btn._line > a span::before {
  content: none;
}
/*# sourceMappingURL=custom.css.map */