.elementor-kit-5{--e-global-color-primary:#151515;--e-global-color-secondary:#151515;--e-global-color-text:#151515;--e-global-color-accent:#151515;--e-global-color-8683b2a:#EE7700;--e-global-color-1e32564:#20386C;--e-global-color-ebb560e:#FCFCFC;--e-global-color-3d457ab:#FF2442;--e-global-color-77fe73c:#F9A825;--e-global-color-4df133a:#E53935;--e-global-color-c09da14:#1565C0;--e-global-color-02f3955:#FAFAFA;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:16px;--e-global-typography-primary-letter-spacing:1.4px;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:normal;--e-global-typography-secondary-line-height:16px;--e-global-typography-secondary-letter-spacing:1.4px;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:16px;--e-global-typography-text-letter-spacing:1.4px;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-line-height:16px;--e-global-typography-accent-letter-spacing:1.4px;--e-global-typography-4ab4b0b-font-family:"Noto Sans JP";--e-global-typography-4ab4b0b-font-size:18px;--e-global-typography-4ab4b0b-font-weight:500;--e-global-typography-4ab4b0b-line-height:1.6em;--e-global-typography-4ab4b0b-letter-spacing:1.4px;--e-global-typography-b9eff7d-font-family:"Noto Sans JP";--e-global-typography-b9eff7d-font-size:56px;--e-global-typography-b9eff7d-font-weight:800;--e-global-typography-b9eff7d-line-height:1.2em;--e-global-typography-b9eff7d-letter-spacing:1.4px;--e-global-typography-6285b0d-font-family:"Noto Sans JP";--e-global-typography-6285b0d-font-size:30px;--e-global-typography-6285b0d-font-weight:600;--e-global-typography-6285b0d-line-height:16px;--e-global-typography-6285b0d-letter-spacing:1.4px;--e-global-typography-ae3967c-font-family:"Noto Sans JP";--e-global-typography-ae3967c-font-size:20px;--e-global-typography-ae3967c-font-weight:600;--e-global-typography-ae3967c-line-height:1.2em;--e-global-typography-ae3967c-letter-spacing:1.4px;--e-global-typography-2ebacac-font-family:"Noto Sans JP";--e-global-typography-2ebacac-font-size:20px;--e-global-typography-2ebacac-font-weight:600;--e-global-typography-2ebacac-line-height:16px;--e-global-typography-2ebacac-letter-spacing:1.4px;--e-global-typography-a564fea-font-family:"Noto Sans JP";--e-global-typography-a564fea-font-size:20px;--e-global-typography-a564fea-font-weight:700;--e-global-typography-a564fea-line-height:1.4em;--e-global-typography-a564fea-letter-spacing:1.4px;--e-global-typography-30e972b-font-family:"Noto Sans JP";--e-global-typography-30e972b-font-size:16px;--e-global-typography-30e972b-font-weight:700;--e-global-typography-30e972b-line-height:1.6em;--e-global-typography-30e972b-letter-spacing:1.4px;--e-global-typography-44218ea-font-family:"Noto Sans JP";--e-global-typography-44218ea-font-size:15px;--e-global-typography-44218ea-font-weight:400;--e-global-typography-44218ea-line-height:1.6em;--e-global-typography-44218ea-letter-spacing:1.4px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-b9eff7d-font-size:46px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-4ab4b0b-font-size:16px;--e-global-typography-b9eff7d-font-size:26px;--e-global-typography-b9eff7d-line-height:1.4em;--e-global-typography-ae3967c-font-size:16px;--e-global-typography-2ebacac-font-size:14px;--e-global-typography-30e972b-font-size:16px;--e-global-typography-44218ea-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}}/* Start custom CSS */@media screen and (max-width: 767px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
}
@media screen and (min-width: 768px) {
  .sp-only { display: none; }
  .pc-only { display: inline; }
}
.overlay-card {
  position: relative;
  overflow: hidden;
}

.overlay-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85); /* 半透明白 */
  z-index: 2;
}

.overlay-card > * {
  position: relative;
  z-index: 1; /* 中身を透かして見せたい場合 */
}/* End custom CSS */