@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=Zen+Kaku+Gothic+New:wght@400;700;900&display=swap");
:root {
  --c-base: #fff;
  --c-primary: #49aa76;
  --c-secondary: #aee671;
  --c-tertiary: #015447;
  --c-accent: #ffeb00;
  --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: "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  --ff-serif: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --ff-kaku: "Zen Kaku Gothic New", 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;
  }
}

.p-page-header__title {
  background-color: #1b9f58 !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-page-header__title {
    min-width: 260px;
    font-size: 18px;
  }
}

.l-contents {
  overflow: visible;
}

.l-header__inner.l-inner {
  max-width: none !important;
}
@media (min-width: 1200px) {
  .l-header__inner.l-inner {
    width: 96%;
  }
}

.l-inner {
  max-width: 1540px !important;
}

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

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

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

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

.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;
}
@media (max-width: 1199px) {
  .p-global-nav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .p-global-nav ul li a {
    font-size: 16px;
  }
}
.p-global-nav li.menu-item-has-children > a {
  position: relative;
}
.p-global-nav li.menu-item-has-children > a > .p-global-nav__toggle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  right: 0;
}
.p-global-nav li.menu-item-has-children > a > .p-global-nav__toggle::before {
  border-color: #fff !important;
}

.p-index-content08.p-cb__item:nth-child(1) {
  margin-bottom: 0;
}
.p-index-content08.p-cb__item:nth-child(2) {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 13.0208333333vw;
  background: url("/wp-content/uploads/sec03_bg.png") no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-index-content08.p-cb__item:nth-child(2) {
    padding: 100px 0 11.9047619048vw;
  }
}
@media (min-width: 1680px) {
  .p-index-content08.p-cb__item:nth-child(2) {
    padding-bottom: 200px;
    background-size: 1680px;
  }
}
.p-index-content08.p-cb__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/wp-content/uploads/sec03_ttl_img.png") no-repeat;
  background-size: contain;
  width: 94.75vw;
  height: 12.9166666667vw;
}
@media (min-width: 1200px) {
  .p-index-content08.p-cb__item:nth-child(2)::before {
    width: 1137px;
    height: 155px;
  }
}
.p-index-content08.p-cb__item:nth-child(2).l-inner {
  max-width: 1680px;
}
.p-index-content08.p-cb__item:nth-child(2) .p-headline02 {
  display: block;
  margin-bottom: 0;
}
.p-index-content08.p-cb__item:nth-child(2) .p-headline02 .p-headline02__title {
  position: relative;
  margin: 0 auto 2.5em;
  text-align: center;
  font-weight: bold;
  font-family: var(--ff-kaku);
}
.p-index-content08.p-cb__item:nth-child(2) .p-headline02 .p-headline02__title::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1em;
  margin: 0 auto;
  width: 124px;
  height: 2px;
  background-color: var(--c-primary);
}
.p-index-content08.p-cb__item:nth-child(2) .p-blog-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-index-content08.p-cb__item:nth-child(2) .p-blog-list__item {
  margin-bottom: 0;
}
.p-index-content08.p-cb__item:nth-child(2) .p-article01 {
  background-color: #fff;
}

.p-index-content04.p-cb__item {
  max-width: 1680px;
  margin: 50px auto 0;
  padding: 0;
  background: none;
}
@media (min-width: 768px) {
  .p-index-content04.p-cb__item {
    margin-top: 100px;
    padding: 0 20px;
  }
}
.p-index-content04.p-cb__item .l-inner {
  max-width: 1480px;
}
.p-index-content04.p-cb__item .p-headline02__sub {
  font-weight: bold;
}

.p-entry__body {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-entry__body {
    font-size: 20px;
  }
}
.p-entry__body p, .p-entry__body li, .p-entry__body th, .p-entry__body td,
.p-entry__body .wpcf7-list-item-label,
.p-entry__body .wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-entry__body p, .p-entry__body li, .p-entry__body th, .p-entry__body td,
  .p-entry__body .wpcf7-list-item-label,
  .p-entry__body .wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
  }
}
.p-entry__body p {
  margin-bottom: 1.5em;
  line-height: 2.2;
}

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

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

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

.p-info__address {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-info__address {
    font-size: 20px;
  }
}

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

.p-index-content04 {
  margin-bottom: 0;
}

.p-article01 {
  border-top: 1px solid #ddd;
}

.p-blog-list__item img,
.p-entry__related-item img {
  aspect-ratio: 59/43;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  }
}
table.pb_simple_table td {
  background-color: #fff !important;
}

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

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

.p-footer-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@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-footer-nav a {
  font-weight: bold;
}

@media (max-width: 415px) {
  .p-copyright small {
    font-size: 10px;
  }
}

.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;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.gv-u-typo-red {
  color: #d40f0f;
}

.gv-u-typo-black {
  color: #000;
}

.gv-u-typo-navy {
  color: var(--c-primary);
}

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

.gv-u-center {
  text-align: center !important;
}

.gv-u-underline {
  display: inline;
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 97%, #000 0%);
  line-height: 1.8;
}

.gv-u-attention {
  display: inline;
  padding-bottom: 0.2em;
  font-weight: bold;
  color: #d40f0f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #d40f0f));
  background: linear-gradient(transparent 97%, #d40f0f 0%);
}
@media (min-width: 768px) {
  .gv-u-attention {
    font-size: 28px;
  }
}

.gv-u-head-sm {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 0 auto 0.75em;
  padding: 0 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .gv-u-head-sm {
    font-size: 30px;
  }
}
.gv-u-head-sm::before, .gv-u-head-sm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
}
.gv-u-head-sm::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gv-u-head-sm::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gv-u-head-sm._navy {
  color: var(--c-primary);
}
.gv-u-head-sm._navy::before, .gv-u-head-sm._navy::after {
  background-color: var(--c-primary);
}

.gv-u-link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.gv-u-link:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@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;
}

.p-entry__body .gv-u-typo {
  line-height: 2.0454545455;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.015em;
}
@media (min-width: 768px) {
  .p-entry__body .gv-u-typo {
    font-size: 22px;
  }
}
.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 figcaption, .p-entry__body .gv-l-block figcaption {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.4;
}
.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-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: 300px;
  margin: 0 auto;
}
.p-entry__body .gv-c-btn > a {
  display: block;
  width: 100%;
  position: relative;
  padding: 1em 30px;
  border: 1px solid var(--c-primary);
  border-radius: 10px;
  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;
}
.p-entry__body .gv-c-btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px 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: 1px solid var(--c-primary);
  border-right: 1px solid var(--c-primary);
}
@media (min-width: 768px) {
  .p-entry__body .gv-c-btn > a {
    font-size: 20px;
  }
}
.p-entry__body .gv-c-btn._reverse > a {
  background-color: #000;
  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: #000;
}
.p-entry__body .gv-c-btn._reverse > a:hover::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.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-primary);
}
.p-entry__body .gv-u-table td {
  background-color: #fff;
}
.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: #fffef8;
}
@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;
}

.gv-u-list._01 {
  list-style: none;
  margin-left: 0;
}
.gv-u-list._01 li {
  background: url("/wp-content/uploads/icon_check.svg") no-repeat left top 0.5em;
  background-size: auto 20px;
  padding-left: 30px;
  font-weight: bold;
  color: var(--c-primary);
}
.gv-u-list._01 li::marker {
  content: none;
}
.gv-u-list._01 li:not(:first-child) {
  margin-top: 0.5em;
}

.p-index-content08 .default_h2,
.p-entry__body--page h2:not(.styled_h2):not(.no-style) {
  position: relative;
  padding-bottom: 0.6em;
  margin-bottom: 1.5em;
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
  color: var(--c-primary);
  font-family: var(--ff-kaku);
  text-align: center;
}
@media (min-width: 768px) {
  .p-index-content08 .default_h2,
  .p-entry__body--page h2:not(.styled_h2):not(.no-style) {
    font-size: 32px;
  }
}
.p-index-content08 .default_h2::before,
.p-entry__body--page h2:not(.styled_h2):not(.no-style)::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):not(.no-style) {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.25em 1em;
  border-bottom: 1px solid var(--c-primary);
  background-size: 20px;
  font-size: 22px;
  font-family: var(--ff-kaku);
  font-weight: bold;
  line-height: 1.8181818182;
  letter-spacing: 0.025em;
  -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):not(.no-style) {
    font-size: 26px;
  }
}
.p-index-content08 .default_h3::before,
.p-entry__body--page h3:not(.styled_h3):not(.no-style)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background-color: var(--c-primary);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-index-content08 .default_h3::before,
  .p-entry__body--page h3:not(.styled_h3):not(.no-style)::before {
    width: 15px;
    height: 15px;
  }
}

.p-index-content08 .default_h4,
.p-entry__body--page h4:not(.styled_h4) {
  margin-bottom: 0.75em;
  padding-left: 0.5em;
  border-left: 5px solid var(--c-primary);
  color: #000;
}

.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: 50px;
}
@media (min-width: 768px) {
  .gv-l-sec:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.gv-l-sec._wide {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.gv-l-sec._wide ._inner {
  padding-right: calc(50vw - 1540px / 2);
  padding-left: calc(50vw - 1540px / 2);
}
.gv-l-sec._wide ._inner._default-width {
  padding-right: calc(50vw - 1180px / 2);
  padding-left: calc(50vw - 1180px / 2);
}

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

.gv-l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  --gap: 20px;
}
@media (min-width: 768px) {
  .gv-l-grid {
    --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: 0px) {
  .gv-l-grid > .col-xs-1 {
    width: calc(100% / (12 / 1) - (12 / 1 - 1) * var(--gap) / (12 / 1));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-2 {
    width: calc(100% / (12 / 2) - (12 / 2 - 1) * var(--gap) / (12 / 2));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-3 {
    width: calc(100% / (12 / 3) - (12 / 3 - 1) * var(--gap) / (12 / 3));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-4 {
    width: calc(100% / (12 / 4) - (12 / 4 - 1) * var(--gap) / (12 / 4));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-5 {
    width: calc(100% / (12 / 5) - (12 / 5 - 1) * var(--gap) / (12 / 5));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-6 {
    width: calc(100% / (12 / 6) - (12 / 6 - 1) * var(--gap) / (12 / 6));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-7 {
    width: calc(100% / (12 / 7) - (12 / 7 - 1) * var(--gap) / (12 / 7));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-8 {
    width: calc(100% / (12 / 8) - (12 / 8 - 1) * var(--gap) / (12 / 8));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-9 {
    width: calc(100% / (12 / 9) - (12 / 9 - 1) * var(--gap) / (12 / 9));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-10 {
    width: calc(100% / (12 / 10) - (12 / 10 - 1) * var(--gap) / (12 / 10));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-11 {
    width: calc(100% / (12 / 11) - (12 / 11 - 1) * var(--gap) / (12 / 11));
  }
}
@media (min-width: 0px) {
  .gv-l-grid > .col-xs-12 {
    width: calc(100% / (12 / 12) - (12 / 12 - 1) * var(--gap) / (12 / 12));
  }
}
@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));
  }
}

body {
  font-family: "メイリオ", sans-serif !important;
}

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

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

@media (min-width: 768px) {
  .u-hover-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .u-hover-link:hover {
    opacity: 0.75;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

.c-top-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-top-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.c-top-btn a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-top-btn a {
    gap: 20px;
    font-size: 18px;
  }
}
.c-top-btn span {
  position: relative;
  color: #015447;
}
.c-top-btn img {
  max-width: 60px;
}
@media (min-width: 768px) {
  .c-top-btn img {
    max-width: 100px;
  }
}

.sec01 {
  position: relative;
  padding: 50px 0;
  background: url("/wp-content/uploads/sec01_bg.png") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 100px 0;
  }
}
.sec01 .sec01__inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}
.sec01 .sec01__block {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sec01 .sec01__block {
    max-width: 1440px;
  }
}
@media (min-width: 1440px) {
  .sec01 .sec01__block.gv-l-grid {
    --gap: 60px;
  }
}
.sec01 .sec01__img {
  position: relative;
}
.sec01 .sec01__img::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 20.7432432432vw;
  height: 17.1621621622vw;
  background: url("/wp-content/uploads/top_deco01.png");
  background-size: contain;
}
@media (min-width: 768px) {
  .sec01 .sec01__img::before {
    right: -4.0540540541vw;
    bottom: -4.7297297297vw;
  }
}
@media (min-width: 1480px) {
  .sec01 .sec01__img::before {
    width: 307px;
    height: 254px;
  }
}
.sec01 .sec01__textarea {
  padding: 0 20px;
}
.sec01 .sec01__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  font-size: 26px;
  font-family: var(--ff-kaku);
}
@media (min-width: 768px) {
  .sec01 .sec01__ttl {
    font-size: 34px;
  }
}
.sec01 .sec01__ttl span {
  display: block;
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec01 .sec01__ttl span {
    font-size: 22px;
  }
}
.sec01 .sec01__textarea-inner {
  max-width: 500px;
}
.sec01 .sec01__txt {
  margin: 0;
}
.sec01 .sec01__btn {
  margin: 30px 0 0 auto;
}
@media (min-width: 768px) {
  .sec01 .sec01__btn {
    margin-top: 50px;
  }
}

.sec02 {
  position: relative;
  padding: 100px 0 50px;
  background: url("/wp-content/uploads/sec02_bg.png") center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec02 {
    padding: 200px 0 100px;
  }
}
.sec02 .sec02__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1480px) {
  .sec02 .sec02__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
    max-width: 1480px;
  }
}
.sec02 .sec02__inner::before {
  content: "";
  position: absolute;
  top: -10.0806451613vw;
  left: 0;
  background: url("/wp-content/uploads/sec01_ttl_img.png") no-repeat;
  background-size: contain;
  width: 84.6774193548vw;
  height: 12.7016129032vw;
}
@media (min-width: 992px) {
  .sec02 .sec02__inner::before {
    top: -100px;
    width: 840px;
    height: 126px;
  }
}
.sec02 .sec02__head {
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 1480px) {
  .sec02 .sec02__head {
    max-width: 340px;
  }
}
.sec02 .sec02__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: var(--ff-kaku);
  font-size: 24px;
  color: #015447;
}
@media (min-width: 768px) {
  .sec02 .sec02__ttl {
    font-size: 30px;
    text-align: left;
  }
}
.sec02 .sec02__ttl > span {
  line-height: 1.8;
}
.sec02 .sec02__ttl > span:not(:first-child) {
  display: inline-block;
  margin-top: 0.25em;
}
@media (min-width: 768px) {
  .sec02 .sec02__ttl > span:not(:first-child) {
    margin-top: 0.5em;
  }
}
.sec02 .sec02__slider {
  margin-top: 50px;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .sec02 .sec02__slider {
    padding: 0 40px;
  }
}
@media (min-width: 1480px) {
  .sec02 .sec02__slider {
    max-width: 1060px;
    margin-top: 0;
  }
}
.sec02 .slick-prev,
.sec02 .slick-next {
  width: 22px;
  height: 40px;
  background-size: contain;
}
.sec02 .slick-prev::before,
.sec02 .slick-next::before {
  content: "";
}
.sec02 .slick-prev {
  left: 0;
  background-image: url("/wp-content/uploads/slider_arrow_left.svg") !important;
}
.sec02 .slick-next {
  right: 0;
  background-image: url("/wp-content/uploads/slider_arrow.svg") !important;
}
.sec02 .sec02__slide-link {
  display: block;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .sec02 .sec02__slide-link {
    padding: 0 30px;
  }
}
.sec02 .sec02__slide-link:hover {
  text-decoration: none;
}
.sec02 .sec02__slide-link:hover .sec02__slide-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.sec02 .sec02__slide-img {
  overflow: hidden;
  border-radius: 10px;
}
.sec02 .sec02__slide-img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec02 .sec02__slide-txt {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .sec02 .sec02__slide-txt {
    font-size: 24px;
  }
}
.sec02 .sec02__img {
  position: relative;
  overflow: hidden;
  border-radius: 0 50px 0 0;
}
.sec02 .sec02__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.sec02 .sec02__textarea {
  padding: 40px;
  background-color: #fff;
  border-radius: 0 0 0 50px;
}
.sec02 .sec02__txt {
  margin: 0;
}
.sec02 .sec02__btn {
  margin: 30px 0 0 auto;
}

.sec03 {
  height: 200px;
  background: url("/wp-content/uploads/sec03_img01.jpg") center bottom no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .sec03 {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    height: 600px;
  }
}

.sec04 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec04 {
    margin-top: 100px;
  }
}
.sec04 .sec04__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sec04 .sec04__inner.gv-l-grid {
  --gap: 40px;
}
@media (min-width: 1400px) {
  .sec04 .sec04__inner.gv-l-grid {
    --gap: 100px;
  }
}
.sec04 .sec04__block-ttl {
  margin: 0;
}
.sec04 .sec04__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .sec04 .sec04__block-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.sec04 .sec04__txt {
  margin-top: 15px;
}
.sec04 .sec04__btn {
  margin: 0 0 0 auto;
}
@media (min-width: 1200px) {
  .sec04 .sec04__btn {
    margin: 0;
  }
}

.sec05 {
  position: relative;
  max-width: 1680px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec05 {
    margin: 100px auto 0;
  }
}
.sec05::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: -1;
  width: 36.7261904762vw;
  height: 26.7261904762vw;
  background: url("/wp-content/uploads/top_deco02.png") no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 992px) {
  .sec05::before {
    display: block;
  }
}
@media (min-width: 1680px) {
  .sec05::before {
    width: 617px;
    height: 449px;
  }
}
.sec05 .sec05__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1199px) {
  .sec05 .sec05__inner.gv-l-grid {
    --gap: 10px;
  }
}
.sec05 .sec05__bnr {
  text-align: center;
}

.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;
}
@media (min-width: 576px) {
  .gv-mv__catch-wrapper {
    width: 59.5238095238vw;
  }
}
@media (min-width: 1680px) {
  .gv-mv__catch-wrapper {
    width: 1000px;
  }
}

.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: 0 auto;
  z-index: 1;
  width: 27.7777777778vw;
}
@media (min-width: 360px) {
  .gv-mv__catch {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .gv-mv__catch {
    width: 12.8571428571vw;
  }
}
@media (min-width: 1400px) {
  .gv-mv__catch {
    top: 100px;
    width: 180px;
  }
}

.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;
}
.introduction .introdction__inner figure, .introduction .introdction__inner p {
  margin-bottom: 0 !important;
}
.introduction .introdction__inner figure {
  max-width: 150px;
}
@media (max-width: 991px) {
  .introduction .introdction__inner figure {
    margin: 0 auto;
  }
}
.introduction .introduction__item-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0 1.5em;
  background-size: 20px;
  font-size: 20px;
  font-family: var(--ff-kaku);
  font-weight: bold;
  line-height: 1.8181818182;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background-color: var(--c-primary);
}
@media (min-width: 576px) {
  .introduction .introduction__item-ttl {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .introduction .introduction__item-ttl {
    font-size: 28px;
  }
}
.introduction .introduction__item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .introduction .introduction__item-ttl::before {
    width: 15px;
    height: 15px;
  }
}
.introduction .introduction__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .introduction .introduction__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.introduction .introdction__item-img {
  min-width: 150px;
}
.introduction .introduction__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
@media (min-width: 576px) {
  .introduction .introduction__item-txt {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .introduction .introduction__item-txt {
    font-size: 20px;
  }
}
.introduction .introduction__item-table th, .introduction .introduction__item-table td {
  font-size: 16px;
}
@media (min-width: 576px) {
  .introduction .introduction__item-table th, .introduction .introduction__item-table td {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .introduction .introduction__item-table th, .introduction .introduction__item-table td {
    font-size: 20px;
  }
}
.introduction .introduction__item-table th {
  width: 30%;
}
.introduction._sup .introduction__item-ttl {
  background-color: #9be14e;
}

.past-pr .past-pr__list {
  max-width: 600px;
  margin: 0 auto;
}

.past-activity figure {
  margin-bottom: 0 !important;
}

.union__chairman {
  max-width: 400px;
  margin: 0 auto;
}
.union__chairman figure {
  text-align: center !important;
}

.gv-l-bg01 {
  padding: 40px 20px;
  background-color: #f7ffec;
}
@media (min-width: 768px) {
  .gv-l-bg01 {
    padding: 80px 40px;
  }
}
.gv-l-bg01._blue {
  background-color: #ecfcff;
}

.gv-l-bg02 {
  padding: 30px 20px;
  background-color: #edffec;
}
@media (min-width: 768px) {
  .gv-l-bg02 {
    padding: 50px 20px;
  }
}

.gv-l-bg03 {
  padding: 30px 20px;
  background-color: #f7ffec;
}
@media (min-width: 768px) {
  .gv-l-bg03 {
    padding: 50px 20px;
  }
}

.sub-anchor-btn__wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.development .dev__head01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0.5em 1em;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#006D2A), to(#00BD4F));
  background: linear-gradient(to right, #006D2A, #00BD4F);
  color: #fff;
}
@media (min-width: 576px) {
  .development .dev__head01 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .development .dev__head01 {
    padding: 0.5em 2em;
    font-size: 28px;
  }
}
.development .dev__head01 ._lg {
  font-size: 22px;
}
@media (min-width: 576px) {
  .development .dev__head01 ._lg {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .development .dev__head01 ._lg {
    font-size: 32px;
  }
}

.technology figure:not(:first-child) {
  margin-top: 30px;
}
/*# sourceMappingURL=custom.css.map */